Atomic Blocks – Gutenberg Blocks Collection - Version 1.0

Version Description

Download this release

Release Info

Developer atomicblocks
Plugin Icon 128x128 Atomic Blocks – Gutenberg Blocks Collection
Version 1.0
Comparing to
See all releases

Version 1.0

Files changed (65) hide show
  1. README.md +33 -0
  2. README.txt +93 -0
  3. atomicblocks.php +70 -0
  4. dist/assets/bulma/CHANGELOG.md +616 -0
  5. dist/assets/bulma/README.md +95 -0
  6. dist/assets/bulma/bulma.sass +8 -0
  7. dist/assets/bulma/css/bulma.css +10663 -0
  8. dist/assets/bulma/css/bulma.css.map +1 -0
  9. dist/assets/bulma/sass/base/_all.sass +5 -0
  10. dist/assets/bulma/sass/base/generic.sass +127 -0
  11. dist/assets/bulma/sass/base/helpers.sass +242 -0
  12. dist/assets/bulma/sass/base/minireset.sass +80 -0
  13. dist/assets/bulma/sass/components/_all.sass +14 -0
  14. dist/assets/bulma/sass/components/breadcrumb.sass +74 -0
  15. dist/assets/bulma/sass/components/card.sass +67 -0
  16. dist/assets/bulma/sass/components/dropdown.sass +74 -0
  17. dist/assets/bulma/sass/components/level.sass +75 -0
  18. dist/assets/bulma/sass/components/media.sass +44 -0
  19. dist/assets/bulma/sass/components/menu.sass +50 -0
  20. dist/assets/bulma/sass/components/message.sass +79 -0
  21. dist/assets/bulma/sass/components/modal.sass +111 -0
  22. dist/assets/bulma/sass/components/navbar.sass +378 -0
  23. dist/assets/bulma/sass/components/pagination.sass +134 -0
  24. dist/assets/bulma/sass/components/panel.sass +101 -0
  25. dist/assets/bulma/sass/components/tabs.sass +141 -0
  26. dist/assets/bulma/sass/elements/_all.sass +16 -0
  27. dist/assets/bulma/sass/elements/box.sass +24 -0
  28. dist/assets/bulma/sass/elements/button.sass +241 -0
  29. dist/assets/bulma/sass/elements/container.sass +25 -0
  30. dist/assets/bulma/sass/elements/content.sass +145 -0
  31. dist/assets/bulma/sass/elements/form.sass +610 -0
  32. dist/assets/bulma/sass/elements/icon.sass +21 -0
  33. dist/assets/bulma/sass/elements/image.sass +36 -0
  34. dist/assets/bulma/sass/elements/notification.sass +35 -0
  35. dist/assets/bulma/sass/elements/other.sass +39 -0
  36. dist/assets/bulma/sass/elements/progress.sass +40 -0
  37. dist/assets/bulma/sass/elements/table.sass +110 -0
  38. dist/assets/bulma/sass/elements/tag.sass +111 -0
  39. dist/assets/bulma/sass/elements/title.sass +55 -0
  40. dist/assets/bulma/sass/grid/_all.sass +4 -0
  41. dist/assets/bulma/sass/grid/columns.sass +476 -0
  42. dist/assets/bulma/sass/grid/tiles.sass +32 -0
  43. dist/assets/bulma/sass/layout/_all.sass +5 -0
  44. dist/assets/bulma/sass/layout/footer.sass +5 -0
  45. dist/assets/bulma/sass/layout/hero.sass +155 -0
  46. dist/assets/bulma/sass/layout/section.sass +13 -0
  47. dist/assets/bulma/sass/utilities/_all.sass +8 -0
  48. dist/assets/bulma/sass/utilities/animations.sass +5 -0
  49. dist/assets/bulma/sass/utilities/controls.sass +41 -0
  50. dist/assets/bulma/sass/utilities/derived-variables.sass +82 -0
  51. dist/assets/bulma/sass/utilities/functions.sass +28 -0
  52. dist/assets/bulma/sass/utilities/initial-variables.sass +65 -0
  53. dist/assets/bulma/sass/utilities/mixins.sass +223 -0
  54. dist/assets/fontawesome/css/fa-brands.css +13 -0
  55. dist/assets/fontawesome/css/fa-brands.min.css +5 -0
  56. dist/assets/fontawesome/css/fa-regular.css +14 -0
  57. dist/assets/fontawesome/css/fa-regular.min.css +5 -0
  58. dist/assets/fontawesome/css/fa-solid.css +15 -0
  59. dist/assets/fontawesome/css/fa-solid.min.css +5 -0
  60. dist/assets/fontawesome/css/fontawesome-all.css +2675 -0
  61. dist/assets/fontawesome/css/fontawesome-all.min.css +5 -0
  62. dist/assets/fontawesome/css/fontawesome.css +2645 -0
  63. dist/assets/fontawesome/css/fontawesome.min.css +5 -0
  64. dist/assets/fontawesome/webfonts/fa-brands-400.eot +0 -0
  65. dist/assets/fontawesome/webfonts/fa-brands-400.svg +816 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Page building blocks for the new WordPress editor.
2
+
3
+ Atomic Blocks is a collection of "blocks" for the new WordPress block editor, also known as Gutenberg. Blocks are chunks of content such as paragraphs, images, galleries, columns, and more. Building with blocks gives you more control to quickly create and launch any kind of site you want!
4
+
5
+ Atomic Blocks is in early development, but feel free to follow along and contribute to the development.
6
+
7
+ ## Atomic Blocks currently includes:
8
+
9
+ * Testimonials
10
+ * Inline Notice
11
+ * Author Profile
12
+ * Drop Cap
13
+
14
+ ## Atomic Blocks Help File
15
+
16
+ We've created a handy help file that you can [check out here](https://atomicblocks.com/plugin-help-file/). The help file covers how to setup the plugin and get started with the blocks.
17
+
18
+ The help file is also available in the plugin once activated. Click the Atomic Blocks admin menu item to visit the Getting Started page.
19
+
20
+ [View the help file →](https://atomicblocks.com/plugin-help-file/)
21
+
22
+ ## Atomic Blocks WordPress Theme
23
+
24
+ We've created a beautiful little WordPress theme to help you get started with the Atomic Blocks plugin and the new WordPress block editor. The theme integrates seamlessly with the blocks you'll find in the plugin!
25
+
26
+ [Download the Atomic Blocks Theme →](https://atomicblocks.com)
27
+
28
+ ## Follow Along:
29
+
30
+ * [Visit the Atomic Blocks site](https://atomicblocks.com/)
31
+ * [Subscribe to the newsletter](https://atomicblocks.com/subscribe)
32
+ * [Follow on Twitter](https://twitter.com/atomicblocks)
33
+ * [Contribute on Github](https://github.com/ArrayHQ/atomic-blocks)
README.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Atomic Blocks ===
2
+ Contributors: atomicblocks, mindctrl, arrayhq
3
+ Donate link: https://atomicblocks.com
4
+ Tags: gutenberg, blocks, page builder, builder, editor, atomicblocks, style
5
+ Requires at least: 4.7
6
+ Tested up to: 4.9.4
7
+ Stable tag: 1.0
8
+ Requires PHP: 5.2.4
9
+ License: GPLv2 or later
10
+ License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
+
12
+ Page building blocks for the new WordPress editor.
13
+
14
+ == Description ==
15
+
16
+ Atomic Blocks is a collection of "blocks" for the new WordPress block editor, also known as Gutenberg. Blocks are chunks of content such as paragraphs, images, galleries, columns, and more. Building with blocks gives you more control to quickly create and launch any kind of site you want!
17
+
18
+ Atomic Blocks is in early development, but feel free to follow along and [contribute](https://github.com/ArrayHQ/atomic-blocks) to the development.
19
+
20
+ ### Atomic Blocks currently includes:
21
+
22
+ * Testimonials
23
+ * Inline Notice
24
+ * Author Profile
25
+ * Drop Cap
26
+
27
+ ### Atomic Blocks Help File
28
+
29
+ We've created a handy help file that you can [check out here](https://atomicblocks.com/plugin-help-file/?utm_source=WP.org%20AB%20Help%20File&utm_campaign=wporg_ab_help_file). The help file covers how to setup the plugin and get started with the blocks.
30
+
31
+ The help file is also available in the plugin once activated. Click the Atomic Blocks admin menu item to visit the Getting Started page.
32
+
33
+ [View the plugin help file](https://atomicblocks.com/plugin-help-file/?utm_source=WP.org%20AB%20Help%20File&utm_campaign=wporg_ab_help_file)
34
+
35
+ ### Atomic Blocks WordPress Theme
36
+
37
+ We've created a beautiful little WordPress theme to help you get started with the Atomic Blocks plugin and the new WordPress block editor. The theme integrates seamlessly with the blocks you'll find in the plugin!
38
+
39
+ * [Atomic Blocks Theme Demo](https://preview.arraythemes.com/atomicblocks/?utm_source=WP.org%20AB%20Theme%20Demo%20Link&utm_campaign=wporg_ab_theme_demo_link)
40
+ * [Download the Atomic Blocks Theme](https://atomicblocks.com/?utm_source=WP.org%20AB%20Page&utm_campaign=wporg_ab_page)
41
+ * [View the theme help file](https://atomicblocks.com/theme-help-file/?utm_source=WP.org%20AB%20Theme%20Help%20File%20Link&utm_campaign=wporg_ab_theme_help_link)
42
+
43
+ ### Follow Along:
44
+
45
+ * [Visit the Atomic Blocks site](https://atomicblocks.com/?utm_source=WP.org%20AB%20Page&utm_campaign=wporg_ab_page)
46
+ * [Subscribe to the newsletter](https://atomicblocks.com/subscribe?utm_source=WP.org%20AB%20Subscribe&utm_campaign=wporg_ab_subscribe)
47
+ * [Follow on Twitter](https://twitter.com/atomicblocks)
48
+ * [Contribute on Github](https://github.com/ArrayHQ/atomic-blocks)
49
+ * [Visit Array Themes](https://arraythemes.com/?utm_source=WP.org%20Array%20Link&utm_campaign=wporg_array_link)
50
+
51
+ == Installation ==
52
+
53
+ This plugin can be installed directly from your site.
54
+
55
+ 1. Log in and navigate to _Plugins → Add New_.
56
+ 2. Type "Atomic Blocks" into the Search and hit Enter.
57
+ 3. Locate the Atomic Blocks plugin in the list of search results and click **Install Now**.
58
+ 4. Once installed, click the Activate link.
59
+ 5. You will be redirected to the Atomic Blocks Getting Started page.
60
+
61
+ It can also be installed manually.
62
+
63
+ 1. Download the Atomic Blocks plugin from WordPress.org.
64
+ 2. Unzip the package and move to your plugins directory.
65
+ 3. Log into WordPress and navigate to the Plugins screen.
66
+ 4. Locate Atomic Blocks in the list and click the *Activate* link.
67
+ 5. You will be redirected to the Atomic Blocks Getting Started page.
68
+
69
+ == Frequently Asked Questions ==
70
+
71
+ = Can Atomic Blocks be used with any theme? =
72
+
73
+ Yes, you can use Atomic Blocks with any theme, but we recommend using our [Atomic Blocks](https://atomicblocks.com) theme for the best presentation. The Atomic Blocks theme has beautiful styles built in specifically for these blocks.
74
+
75
+ [Get the Atomic Blocks theme](https://atomicblocks.com/?utm_source=WP.org%20AB%20Theme%20Link&utm_campaign=wporg_ab_theme_link)
76
+
77
+ = Do I need Gutenberg to use Atomic Blocks? =
78
+
79
+ Yes, you will need to install the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) to use Atomic Blocks. Eventually, Gutenberg (the block editor) will be merged into WordPress and you won't need the plugin.
80
+
81
+ == Screenshots ==
82
+
83
+ 1. The Atomic Blocks Getting Started page.
84
+ 2. How to find the Atomic Blocks for use.
85
+ 3. The Notice block with settings.
86
+ 4. The Testimonial block with settings.
87
+ 5. The Author Profile block with settings.
88
+ 6. The Drop Cap block with settings.
89
+
90
+ == Changelog ==
91
+
92
+ = 1.0 =
93
+ * Initial release.
atomicblocks.php ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Plugin Name: Atomic Blocks
4
+ * Plugin URI: http://atomicblocks.com
5
+ * Description: A beautiful collection of WordPress editor blocks to help you effortlessly build the website you've always wanted.
6
+ * Author: atomicblocks
7
+ * Author URI: http://arraythemes.com
8
+ * Version: 1.0.0
9
+ * License: GPL2+
10
+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
+ *
12
+ * @package ATOMIC BLOCKS
13
+ */
14
+
15
+
16
+ /**
17
+ * Exit if accessed directly
18
+ */
19
+ if ( ! defined( 'ABSPATH' ) ) {
20
+ exit;
21
+ }
22
+
23
+
24
+ /**
25
+ * Initialize the blocks
26
+ */
27
+ function atomic_blocks_loader() {
28
+ /**
29
+ * Load the blocks functionality
30
+ */
31
+ require_once plugin_dir_path( __FILE__ ) . 'dist/init.php';
32
+
33
+ /**
34
+ * Load Getting Started page
35
+ */
36
+ require_once plugin_dir_path( __FILE__ ) . 'dist/getting-started/getting-started.php';
37
+ }
38
+ add_action( 'plugins_loaded', 'atomic_blocks_loader' );
39
+
40
+
41
+ /**
42
+ * Load the plugin textdomain
43
+ */
44
+ function atomic_blocks_init() {
45
+ load_plugin_textdomain( 'atomic-blocks', false, basename( dirname( __FILE__ ) ) . '/languages' );
46
+ }
47
+ add_action( 'init', 'atomic_blocks_init' );
48
+
49
+
50
+ /**
51
+ * Add a check for our plugin before redirecting
52
+ */
53
+ function atomic_blocks_activate() {
54
+ add_option( 'atomic_blocks_do_activation_redirect', true );
55
+ }
56
+ register_activation_hook( __FILE__, 'atomic_blocks_activate' );
57
+
58
+
59
+ /**
60
+ * Redirect to the Atomic Blocks Getting Started page on single plugin activation
61
+ */
62
+ function atomic_blocks_redirect() {
63
+ if ( get_option( 'atomic_blocks_do_activation_redirect', false ) ) {
64
+ delete_option( 'atomic_blocks_do_activation_redirect' );
65
+ if( !isset( $_GET['activate-multi'] ) ) {
66
+ wp_redirect( "admin.php?page=atomic-blocks" );
67
+ }
68
+ }
69
+ }
70
+ add_action( 'admin_init', 'atomic_blocks_redirect' );
dist/assets/bulma/CHANGELOG.md ADDED
@@ -0,0 +1,616 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Bulma Changelog
2
+
3
+ ## 0.6.1
4
+
5
+ ### New features
6
+
7
+ * 🎉 [List of buttons](https://bulma.io/documentation/elements/button/#list-of-buttons)
8
+ * 🎉 #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
9
+ * 🎉 #1287 New `.is-invisible` helper
10
+ * 🎉 #1255 New `.is-expanded` modifier for `navbar-item`
11
+ * 🎉 #1384 New `.is-centered` and `.is-right` modifiers for `tags`
12
+ * 🎉 #1383 New `.is-empty` modifier for `file`
13
+ * 🎉 #1380 Allow `.is-selected` class on `<td>` and `<th>` tags
14
+
15
+ ### Improvements
16
+
17
+ * #987 Improve `tag > icon` spacing
18
+ * Improve `hamburger` alignment
19
+
20
+ ### Bug fixes
21
+
22
+ * #1358 Fix indentation bug for .is-one-fifth
23
+ * #1356 SASS 3.5+ variable parsing compatibility allows only #{}
24
+ * #1342 Remove black line from progress bar in IE
25
+ * #1334 Fix progress bar colors in IE
26
+ * #1313 Fix Table `is-selected` and `is-hoverable` styling issue
27
+ * #963 Fix Delete Button Bug in iOS Safari
28
+
29
+ ## 0.6.0
30
+
31
+ ### Breaking changes
32
+
33
+ * The new `$link` color is part of the `$colors` map. As a result, `.button.is-link` is a colored button now. Use `.button.is-text` if you want the underlined button.
34
+ * The deprecated `variables.sass` file has been removed.
35
+ * The deprecated `nav.sass` file has been removed.
36
+
37
+ ### New features
38
+
39
+ * #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class
40
+ * #1254 `.dropdown` now supports `.is-up` modifier
41
+
42
+ ### Improvements
43
+
44
+ * #1257 Include placeholder mixin in `=input`
45
+
46
+ The `$link` color is used instead of `$primary` in the following components:
47
+
48
+ <table>
49
+ <tr>
50
+ <th>Variable</th>
51
+ <th>Old value</th>
52
+ <th>New value</th>
53
+ </tr>
54
+ <tr>
55
+ <td><code>$dropdown-item-active-color</code></td>
56
+ <td><code>$primary-invert</code></td>
57
+ <td><code>$link-invert</code></td>
58
+ </tr>
59
+ <tr>
60
+ <td><code>$dropdown-item-active-background-color</code></td>
61
+ <td><code>$primary</code></td>
62
+ <td><code>$link</code></td>
63
+ </tr>
64
+ <tr>
65
+ <td><code>$navbar-tab-hover-border-bottom-color</code></td>
66
+ <td><code>$primary</code></td>
67
+ <td><code>$link</code></td>
68
+ </tr>
69
+ <tr>
70
+ <td><code>$navbar-tab-active-color</code></td>
71
+ <td><code>$primary</code></td>
72
+ <td><code>$link</code></td>
73
+ </tr>
74
+ <tr>
75
+ <td><code>$navbar-tab-active-border-bottom-color</code></td>
76
+ <td><code>$primary</code></td>
77
+ <td><code>$link</code></td>
78
+ </tr>
79
+ <tr>
80
+ <td><code>$navbar-dropdown-item-active-color</code></td>
81
+ <td><code>$primary</code></td>
82
+ <td><code>$link</code></td>
83
+ </tr>
84
+ <tr>
85
+ <td><code>$tabs-link-active-border-bottom-color</code></td>
86
+ <td><code>$primary</code></td>
87
+ <td><code>$link</code></td>
88
+ </tr>
89
+ <tr>
90
+ <td><code>$tabs-link-active-color</code></td>
91
+ <td><code>$primary</code></td>
92
+ <td><code>$link</code></td>
93
+ </tr>
94
+ <tr>
95
+ <td><code>$tabs-toggle-link-active-background-color</code></td>
96
+ <td><code>$primary</code></td>
97
+ <td><code>$link</code></td>
98
+ </tr>
99
+ <tr>
100
+ <td><code>$tabs-toggle-link-active-border-color</code></td>
101
+ <td><code>$primary</code></td>
102
+ <td><code>$link</code></td>
103
+ </tr>
104
+ <tr>
105
+ <td><code>$tabs-toggle-link-active-color</code></td>
106
+ <td><code>$primary-invert</code></td>
107
+ <td><code>$link-invert</code></td>
108
+ </tr>
109
+ </table>
110
+
111
+ ### Issues closed
112
+
113
+ * #708 Import variables in mixins
114
+
115
+ ## 0.5.3
116
+
117
+ ### New features
118
+
119
+ * #1101 `.card-header-title` can be centered with `.is-centered`
120
+ * #1189 `.input` readonly and `.is-static`
121
+ * #1189 `.textarea` readonly
122
+
123
+ ### Issues closed
124
+
125
+ * #1177 Fix `.message .tag` combination
126
+ * #1167 Fix `pre code`
127
+ * #1207 Fix `.breadcrumb` alignment
128
+
129
+ ## 0.5.2
130
+
131
+ ### New features
132
+
133
+ * #842 `navbar` color modifiers
134
+ * #331 Support for third party icons
135
+ * Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization
136
+ * Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization
137
+ * Navbar tabs
138
+
139
+ ### Issues closed
140
+
141
+ * #1168 Undefined variable: `$navbar-item`
142
+ * #930 Remove `vertical-align: top` for icons
143
+ * #735 Font awesome custom `font-size`
144
+ * #395 Font awesome stacked icons
145
+ * #1152 Level-items not centered horizontally on mobile
146
+ * #1147 Add `text-size-adjust: 100%` to `html`
147
+ * #1106 `pagination` docs
148
+ * #1063 `$family-primary` customization
149
+
150
+ ## 0.5.1
151
+
152
+ ### New features
153
+
154
+ * 🎉 #280 [File upload element](https://bulma.io/documentation/form/file/)
155
+ * `$container-offset` variable to determine the `.container` breakpoints
156
+ * #1001 Text case helpers
157
+
158
+ ### Issues closed
159
+
160
+ * #1030 Add `!important` to non responsive display helpers
161
+ * #1020 Customizing `.navbar-item img` max height
162
+ * #998 `.navbar-dropdown` with **right** alignment
163
+ * #877 `.pagination` isn't using `$pagination-background`
164
+ * #989 `navbar-brand` overflowing on mobile
165
+ * #975 Variable `$table-head-color` isn't used
166
+ * #964 Tabs sass file throwing error with `!important`
167
+ * #949 `.is-size-7` helper is missing
168
+
169
+ ## 0.5.0
170
+
171
+ ### New features
172
+
173
+ * 🎉 [List of tags](https://bulma.io/documentation/elements/tag/#list-of-tags)
174
+ * New **variable naming system**: `component`-`subcomponent`-`state`-`property`
175
+ * Improved **customization** thanks to new set of variables
176
+ * #934 New `.is-shadowless` helper
177
+
178
+ Variable name changes (mostly appending `-color`):
179
+
180
+ <table>
181
+ <tr><th>From</th><th>To</th></tr>
182
+ <tr><td><code>$card</code></td><td><code>$card-color</code></td></tr>
183
+ <tr><td><code>$card-background</code></td><td><code>$card-background-color</code></td></tr>
184
+ <tr><td><code>$card-header</code></td><td><code>$card-header-color</code></td></tr>
185
+ <tr><td><code>$dropdown-item</code></td><td><code>$dropdown-item-color</code></td></tr>
186
+ <tr><td><code>$dropdown-content-background</code></td><td><code>$dropdown-content-background-color</code></td></tr>
187
+ <tr><td><code>$dropdown-item-hover-background</code></td><td><code>$dropdown-item-hover-background-color</code></td></tr>
188
+ <tr><td><code>$dropdown-item-hover</code></td><td><code>$dropdown-item-hover-color</code></td></tr>
189
+ <tr><td><code>$dropdown-item-active-background</code></td><td><code>$dropdown-item-active-background-color</code></td></tr>
190
+ <tr><td><code>$dropdown-item-active</code></td><td><code>$dropdown-item-active-color</code></td></tr>
191
+ <tr><td><code>$dropdown-divider-background</code></td><td><code>$dropdown-divider-background-color</code></td></tr>
192
+ <tr><td><code>$menu-item</code></td><td><code>$menu-item-color</code></td></tr>
193
+ <tr><td><code>$menu-item-hover</code></td><td><code>$menu-item-hover-color</code></td></tr>
194
+ <tr><td><code>$menu-item-hover-background</code></td><td><code>$menu-item-hover-background-color</code></td></tr>
195
+ <tr><td><code>$menu-item-active</code></td><td><code>$menu-item-active-color</code></td></tr>
196
+ <tr><td><code>$menu-item-active-background</code></td><td><code>$menu-item-active-background-color</code></td></tr>
197
+ <tr><td><code>$menu-label</code></td><td><code>$menu-label-color</code></td></tr>
198
+ <tr><td><code>$message-background</code></td><td><code>$message-background-color</code></td></tr>
199
+ <tr><td><code>$message-header-background</code></td><td><code>$message-header-background-color</code></td></tr>
200
+ <tr><td><code>$navbar-background</code></td><td><code>$navbar-background-color</code></td></tr>
201
+ <tr><td><code>$navbar-item</code></td><td><code>$navbar-item-color</code></td></tr>
202
+ <tr><td><code>$navbar-item-hover</code></td><td><code>$navbar-item-hover-color</code></td></tr>
203
+ <tr><td><code>$navbar-item-hover-background</code></td><td><code>$navbar-item-hover-background-color</code></td></tr>
204
+ <tr><td><code>$navbar-item-active</code></td><td><code>$navbar-item-active-color</code></td></tr>
205
+ <tr><td><code>$navbar-item-active-background</code></td><td><code>$navbar-item-active-background-color</code></td></tr>
206
+ <tr><td><code>$navbar-tab-hover-background</code></td><td><code>$navbar-tab-hover-background-color</code></td></tr>
207
+ <tr><td><code>$navbar-tab-hover-border-bottom</code></td><td><code>$navbar-tab-hover-border-bottom-color</code></td></tr>
208
+ <tr><td><code>$navbar-tab-active</code></td><td><code>$navbar-tab-active-color</code></td></tr>
209
+ <tr><td><code>$navbar-tab-active-background</code></td><td><code>$navbar-tab-active-background-color</code></td></tr>
210
+ <tr><td><code>$navbar-divider-background</code></td><td><code>$navbar-divider-background-color</code></td></tr>
211
+ <tr><td><code>$navbar-dropdown-item-hover</code></td><td><code>$navbar-dropdown-item-hover-color</code></td></tr>
212
+ <tr><td><code>$navbar-dropdown-item-hover-background</code></td><td><code>$navbar-dropdown-item-hover-background-color</code></td></tr>
213
+ <tr><td><code>$navbar-dropdown-item-active</code></td><td><code>$navbar-dropdown-item-active-color</code></td></tr>
214
+ <tr><td><code>$navbar-dropdown-item-active-background</code></td><td><code>$navbar-dropdown-item-active-background-color</code></td></tr>
215
+ <tr><td><code>$pagination</code></td><td><code>$pagination-color</code></td></tr>
216
+ <tr><td><code>$pagination-hover</code></td><td><code>$pagination-hover-color</code></td></tr>
217
+ <tr><td><code>$pagination-hover-border</code></td><td><code>$pagination-hover-border-color</code></td></tr>
218
+ <tr><td><code>$pagination-focus</code></td><td><code>$pagination-focus-color</code></td></tr>
219
+ <tr><td><code>$pagination-focus-border</code></td><td><code>$pagination-focus-border-color</code></td></tr>
220
+ <tr><td><code>$pagination-active</code></td><td><code>$pagination-active-color</code></td></tr>
221
+ <tr><td><code>$pagination-active-border</code></td><td><code>$pagination-active-border-color</code></td></tr>
222
+ <tr><td><code>$pagination-disabled</code></td><td><code>$pagination-disabled-color</code></td></tr>
223
+ <tr><td><code>$pagination-disabled-background</code></td><td><code>$pagination-disabled-background-color</code></td></tr>
224
+ <tr><td><code>$pagination-disabled-border</code></td><td><code>$pagination-disabled-border-color</code></td></tr>
225
+ <tr><td><code>$pagination-current</code></td><td><code>$pagination-current-color</code></td></tr>
226
+ <tr><td><code>$pagination-current-background</code></td><td><code>$pagination-current-background-color</code></td></tr>
227
+ <tr><td><code>$pagination-current-border</code></td><td><code>$pagination-current-border-color</code></td></tr>
228
+ <tr><td><code>$pagination-ellipsis</code></td><td><code>$pagination-ellipsis-color</code></td></tr>
229
+ <tr><td><code>$box</code></td><td><code>$box-color</code></td></tr>
230
+ <tr><td><code>$box-background</code></td><td><code>$box-background-color</code></td></tr>
231
+ <tr><td><code>$button</code></td><td><code>$button-color</code></td></tr>
232
+ <tr><td><code>$button-background</code></td><td><code>$button-background-color</code></td></tr>
233
+ <tr><td><code>$button-border</code></td><td><code>$button-border-color</code></td></tr>
234
+ <tr><td><code>$button-link</code></td><td><code>$button-link-color</code></td></tr>
235
+ <tr><td><code>$button-link-hover-background</code></td><td><code>$button-link-hover-background-color</code></td></tr>
236
+ <tr><td><code>$button-link-hover</code></td><td><code>$button-link-hover-color</code></td></tr>
237
+ <tr><td><code>$button-disabled-background</code></td><td><code>$button-disabled-background-color</code></td></tr>
238
+ <tr><td><code>$button-disabled-border</code></td><td><code>$button-disabled-border-color</code></td></tr>
239
+ <tr><td><code>$button-static</code></td><td><code>$button-static-color</code></td></tr>
240
+ <tr><td><code>$button-static-background</code></td><td><code>$button-static-background-color</code></td></tr>
241
+ <tr><td><code>$button-static-border</code></td><td><code>$button-static-border-color</code></td></tr>
242
+ <tr><td><code>$input</code></td><td><code>$input-color</code></td></tr>
243
+ <tr><td><code>$input-background</code></td><td><code>$input-background-color</code></td></tr>
244
+ <tr><td><code>$input-border</code></td><td><code>$input-border-color</code></td></tr>
245
+ <tr><td><code>$input-hover</code></td><td><code>$input-hover-color</code></td></tr>
246
+ <tr><td><code>$input-hover-border</code></td><td><code>$input-hover-border-color</code></td></tr>
247
+ <tr><td><code>$input-focus</code></td><td><code>$input-focus-color</code></td></tr>
248
+ <tr><td><code>$input-focus-border</code></td><td><code>$input-focus-border-color</code></td></tr>
249
+ <tr><td><code>$input-disabled</code></td><td><code>$input-disabled-color</code></td></tr>
250
+ <tr><td><code>$input-disabled-background</code></td><td><code>$input-disabled-background-color</code></td></tr>
251
+ <tr><td><code>$input-disabled-border</code></td><td><code>$input-disabled-border-color</code></td></tr>
252
+ <tr><td><code>$input-icon</code></td><td><code>$input-icon-color</code></td></tr>
253
+ <tr><td><code>$input-icon-active</code></td><td><code>$input-icon-active-color</code></td></tr>
254
+ <tr><td><code>$title</code></td><td><code>$title-color</code></td></tr>
255
+ <tr><td><code>$subtitle</code></td><td><code>$subtitle-color</code></td></tr>
256
+ <tr><td><code>$card-footer-border</code></td><td><code>$card-footer-border-top</code></td></tr>
257
+ <tr><td><code>$menu-list-border</code></td><td><code>$menu-list-border-left</code></td></tr>
258
+ <tr><td><code>$navbar-tab-hover-border</code></td><td><code>$navbar-tab-hover-border-bottom-color</code></td></tr>
259
+ <tr><td><code>$navbar-tab-active-border</code></td><td><code>$navbar-tab-active-border-bottom</code></td></tr>
260
+ <tr><td><code>$table-border</code></td><td><code>$table-cell-border</code></td></tr>
261
+ <tr><td><code>$table-row-even-background</code></td><td><code>$table-striped-row-even-background-color</code></td></tr>
262
+ <tr><td><code>$table-row-even-hover-background</code></td><td><code>$table-striped-row-even-hover-background-color</code></td></tr>
263
+ </table>
264
+
265
+ ### Improved documentation
266
+
267
+ * [Starter template](https://bulma.io/documentation/overview/start/#starter-template)
268
+ * [Colors page](https://bulma.io/documentation/overview/colors/)
269
+ * [Typography helpers](https://bulma.io/documentation/modifiers/typography-helpers/)
270
+ * **Meta** information for all elements and components
271
+ * **Variables** information for most elements and components
272
+
273
+ ### Issues closed
274
+
275
+ * #909 `.dropdown` wrapping
276
+ * #938 `.is-fullwidth` removed from docs
277
+ * #900 Variable `.navbar-item` for hover+active background/color
278
+ * #902 `.navbar-item` color overrides
279
+
280
+ ## 0.4.4
281
+
282
+ ### New features
283
+
284
+ * New [dropdown button](https://bulma.io/documentation/components/dropdown/)!
285
+ * The breakpoints and `.container` **gap** can be customized with the new `$gap` variable
286
+ * The `.container` has 2 new modifiers: `.is-widescreen` and `.is-fullhd`
287
+
288
+ ### Issues closed
289
+
290
+ * Fix #26 `.textarea` element will honors `[rows]` attribute
291
+ * Fix #887 `body` scrollbar
292
+ * Fix #715 `.help` class behaviour in horizontal form `is-grouped` field
293
+ * Fix #842 Adding modifiers in `navbar`
294
+ * Fix #841 `.container` as direct child of `.navbar` moves `.navbar-menu` below `.navbar-brand`
295
+ * Fix #861 Box in hero as text and background white
296
+ * Fix #852 charset and version number
297
+ * Fix #856 JavaScript `.nav-burger` example
298
+ * Fix #821 Notification strong color
299
+
300
+ ## 0.4.3
301
+
302
+ ### New features
303
+
304
+ * New navbar with dropdown support
305
+ * Add new feature: Breadcrumb component (#632) @vinialbano
306
+ * Add Bloomer to README.md (#787) @AlgusDark
307
+ * Add responsive is-*-touch tags for .column sizes (#780) @tom-rb
308
+ * Adding 'is-hidden' to helpers in docs (#798) @aheuermann
309
+ * Add figure/figcaption as content element (#807) @werthen
310
+ * Add <sup> and <sub> support to content (#808) @werthen
311
+ * Add re-bulma and react-bulma (#809) @kulakowka
312
+ * Add is-halfheight to hero (#783) @felipeas
313
+ * Added a related project with Golang backend (#784) @Caiyeon
314
+
315
+ ### Issues closed
316
+
317
+ * Fix #827 Breadcrumb and Navbar in docs
318
+ * Fix #824 Code examples broken because of `text-align: center`
319
+ * Fix #820 Loading spinner resizes with controls
320
+ * Fix #819 Remove `height: auto` from media elements
321
+ * Fix #790 Documentation typo
322
+ * Fix #814 Make use of +fullhd mixin for columns @Saboteur777
323
+ * Fix #781 Add min/max height/width to delete class size modifiers @ZackWard
324
+ * Fix #391 Section docs update
325
+
326
+ ## 0.4.2
327
+
328
+ * Fix #728 selected row on striped table
329
+ * Fix #747 remove flex-shrink for is-expanded
330
+ * Fix #702 add icons support for select dropdown
331
+ * Fix #712 delete button as flexbox item
332
+ * Fix #759 static button
333
+
334
+ ## 0.4.1
335
+
336
+ * Fix #568 max-width container
337
+ * Fix #589 notification delete
338
+ * Fix #272 nav-right without nav-menu
339
+ * Fix #616 hero and notification buttons
340
+ * Fix #607 has-addons z-index
341
+ * Feature #586 select color modifiers
342
+ * Fix #537 -ms-expand
343
+ * Fix #578 better `+center` mixin
344
+ * Fix #565 `dl` styles
345
+ * Fix #389 `pre` `margin-bottom`
346
+ * Fix #484 icon alignment
347
+ * Fix #506 bold nav menu
348
+ * Fix #581 nav container
349
+ * Fix #512 nav grouped buttons
350
+ * Fix #605 container example
351
+ * Fix #458 select expanded
352
+ * Fix #403 separate animations
353
+ * Fix #637 customize Bulma
354
+ * Fix #584 loading select
355
+ * Fix #571 control height
356
+ * Fix #634 is-grouped control
357
+ * Fix #676 checkbox/radio wrapping
358
+ * Feature #479 has-icons placement
359
+ * Fix #442 selected table row
360
+ * Fix #187 add customize page
361
+ * Fix #449 columns negative horizontal margin
362
+ * Fix #399 pagination wrapping
363
+ * Fix #227 color keys as strings
364
+
365
+ ## 0.4.0
366
+
367
+ * **Default font-size is 16px**
368
+ * **New `.field` element ; `.control` repurposed**
369
+ * **New `.pagination` sizes**
370
+ * **New `$fullhd` breakpoint (1344px)**
371
+
372
+ * Remove monospace named fonts
373
+ * Remove icon spacing logic
374
+ * Split icon container dimensions and icon size
375
+ * Fix delete button by using pixels instead of (r)em
376
+ * Fix level on mobile
377
+ * Add new `.is-spaced` modifier for titles and subtitles
378
+
379
+ * Fix #487
380
+ * Fix #489
381
+ * Fix #502
382
+ * Fix #514
383
+ * Fix #524
384
+ * Fix #536
385
+
386
+ ## 0.3.2
387
+
388
+ * Fix #478
389
+
390
+ ## 0.3.1
391
+
392
+ * Fix #441
393
+ * Fix #443
394
+
395
+ ## 0.3.0
396
+
397
+ * Use `rem` and `em` (!)
398
+ * Fix Font Awesome icons in buttons (!)
399
+ * Fix message colors (!)
400
+ * Use `{% capture %}` to ensure same display as code snippet (!)
401
+
402
+ * Move variables to their own file
403
+ * Remove small tag
404
+ * Add `:focus` state
405
+ * Fix table
406
+ * Remove table `.is-icon` and `.is-link`
407
+ * Add `.content` table
408
+ * Fix inputs with icons
409
+ * Input icons require the `.icon` container
410
+ * Deprecate `.media-number`
411
+ * Fix `.level-item` height
412
+ * Fix `.menu` spacing
413
+ * Deprecate `.menu-nav`
414
+ * Add invert outlined buttons
415
+ * Fix `.nav`
416
+ * Fix `.pagination`
417
+ * Fix `.tabs`
418
+ * Fix `.panel`
419
+ * Fix `.delete`
420
+ * Add mixins documentation
421
+ * Add functions documentation
422
+
423
+ ## 0.2.2
424
+
425
+ * Fix: remove multiple imports
426
+
427
+ ## 0.2.1
428
+
429
+ * Fix: container flex
430
+ * Fix: nav-item flex
431
+ * Fix: media-number flex
432
+ * Fix: new brand colors
433
+
434
+ ## 0.2.0
435
+
436
+ * Added: new branding
437
+ * Added: modularity
438
+ * Added: grid folder
439
+ * Added: .github folder
440
+
441
+ ## 0.1.1
442
+
443
+ * Remove `flex: 1` shorthand
444
+
445
+ ## 0.1.0
446
+
447
+ * Fix #227
448
+ * Fix #232
449
+ * Fix #242
450
+ * Fix #243
451
+ * Fix #228
452
+ * Fix #245
453
+ * Fix #246
454
+
455
+ ## 0.0.28
456
+
457
+ * BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
458
+ * Fix #220
459
+ * Fix #214
460
+ * Fix #210
461
+ * Fix #206
462
+ * Fix #122
463
+
464
+ ## 0.0.27
465
+
466
+ * Fix: #217
467
+ * Fix: #213
468
+ * Fix: #209
469
+ * Fix: #205
470
+ * Fix: #204
471
+ * Fix: #81
472
+
473
+ ## 0.0.26
474
+
475
+ * Added: `.modal-card`
476
+ * Added: display responsive utilites
477
+ * Added: `.nav-center`
478
+ * Added: `.tabs ul` left center right
479
+ * Changed: `.navbar` renamed to `.level`
480
+ * Changed: `.header` renamed to `.nav`
481
+ * Deprecated: `.header`
482
+ * Deprecated: `.navbar`
483
+ * Fixed: `.hero` layout
484
+
485
+ ## 0.0.25
486
+
487
+ * Added: `utilities/controls.sass` and `elements/form.sass`
488
+ * Added: new responsive classes
489
+ * Added: white/black and light/dark colors
490
+ * Changed: `.tabs` need `.icon` now
491
+ * Changed: cdnjs link doesn't include version
492
+
493
+ ## 0.0.24
494
+
495
+ ### Added
496
+
497
+ * `is-mobile` for the navbar
498
+
499
+ ### Removed
500
+
501
+ * removed border between sections. Use `<hr class="is-marginless">` now
502
+
503
+ ### Updated
504
+
505
+ * restructured files
506
+ * added back `inline-flex` for controls and tags
507
+
508
+ ### Removed
509
+
510
+ * test tiles
511
+
512
+ ## 0.0.23
513
+
514
+ ### BREAKING
515
+
516
+ * `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path
517
+ * `variables.sass` moved to `/utilities`
518
+ * almost everything is singular now
519
+ * **elements** only have one class
520
+ * **components** have at least one sub-class
521
+ * `.content` moved to elements
522
+ * `.table` moved to elements
523
+ * `.message` moved to components
524
+ * `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow`
525
+
526
+ ### Added
527
+
528
+ * all variables are now `!default` so you can set your custom variables before importing Bulma
529
+
530
+ ## 0.0.22
531
+
532
+ ### Fixed
533
+
534
+ * links in hero subtitle
535
+
536
+ ## 0.0.21
537
+
538
+ ### Added
539
+
540
+ * `.column.is-narrow` to make a column `flex: none`
541
+
542
+ ## 0.0.20
543
+
544
+ ### Added
545
+
546
+ * `.has-icon` support for different `.input` sizes
547
+
548
+ ## 0.0.19
549
+
550
+ ### NEW!!!
551
+
552
+ * `.tile`
553
+
554
+ ### BREAKING
555
+
556
+ * `.is-third` renamed to `.is-one-third`
557
+ * `.is-quarter` renamed to `.is-one-quarter`
558
+
559
+ ### Added
560
+
561
+ * `.is-two-thirds`
562
+ * `.is-three-quarters`
563
+
564
+ ### Changed
565
+
566
+ * `.delete` in `.tag` has no red
567
+
568
+ ## 0.0.18
569
+
570
+ ### BREAKING
571
+
572
+ * `.is-text-*` renamed to `.has-text-*`
573
+ * removed `.is-fullwidth` helper
574
+
575
+ ### Added
576
+
577
+ * **small tag**: `.tag.is-small`
578
+ * 12th column classes
579
+ * `*-full` column classes
580
+ * `$family-code`
581
+
582
+ ### Fixed
583
+
584
+ * disabled input with element
585
+ * `.table` last row with `th`
586
+ * `.card` color in `.hero`
587
+ * `.columns.is-gapless`
588
+
589
+ ### Removed
590
+
591
+ * removed `box-shadow` from `.tag`
592
+ * custom checkboxes and radio buttons
593
+
594
+ ### Updated
595
+
596
+ * `.tag` uses `display: inline-flex` now
597
+
598
+ ## 0.0.17
599
+
600
+ ### Added
601
+
602
+ * **pagination**: `.pagination`
603
+ * **horizontal forms**: `.control.is-horizontal`
604
+ * **help** text for form controls: `.help`
605
+ * **progress bars**: `.progress`
606
+
607
+ ### Updated
608
+
609
+ * `.button` uses `display: inline-flex` now
610
+ * `.button` needs an `.icon` now
611
+ * `.control.is-grouped` renamed to `.control.has-addons`
612
+ * `.control.is-inline` renamed to `.control.is-grouped`
613
+
614
+ ### Removed
615
+
616
+ * **helpers** `.is-inline` and `.is-block`
dist/assets/bulma/README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # [Bulma](https://bulma.io)
2
+
3
+ Bulma is a **modern CSS framework** based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes).
4
+
5
+ <a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/5pucRKHwhsqiAiYS1CdnS4SM/jgthms/bulma'> <img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/5pucRKHwhsqiAiYS1CdnS4SM/jgthms/bulma.svg' /></a>
6
+
7
+ [![npm](https://img.shields.io/npm/v/bulma.svg)](https://www.npmjs.com/package/bulma)
8
+ [![npm](https://img.shields.io/npm/dm/bulma.svg)](https://www.npmjs.com/package/bulma)
9
+ [![Join the chat at https://gitter.im/jgthms/bulma](https://badges.gitter.im/jgthms/bulma.svg)](https://gitter.im/jgthms/bulma)
10
+ [![Build Status](https://travis-ci.org/jgthms/bulma.svg?branch=master)](https://travis-ci.org/jgthms/bulma)
11
+
12
+ <a href="https://bulma.io"><img src="https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png" alt="Bulma: a Flexbox CSS framework" style="max-width:100%;" width="600" height="315"></a>
13
+
14
+ ## Quick install
15
+
16
+ Bulma is constantly in development! Try it out now:
17
+
18
+ ### NPM
19
+
20
+ ```sh
21
+ npm install bulma
22
+ ```
23
+ **or**
24
+
25
+ ### Yarn
26
+
27
+ ```sh
28
+ yarn add bulma
29
+ ```
30
+
31
+ ### Bower
32
+
33
+ ```sh
34
+ bower install bulma
35
+ ```
36
+
37
+ ### CDN
38
+
39
+ [https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)
40
+
41
+ Feel free to raise an issue or submit a pull request.
42
+
43
+ ## CSS only
44
+
45
+ Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/master/css/bulma.css)
46
+
47
+ You can either use that file, "out of the box", or download the Sass source files to customize the [variables](https://bulma.io/documentation/overview/variables/).
48
+
49
+ There is **no** JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.
50
+
51
+ ## Browser Support
52
+
53
+ Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](https://caniuse.com/#feat=flexbox), Bulma is compatible with **recent** versions of:
54
+
55
+ * Chrome
56
+ * Edge
57
+ * Firefox
58
+ * Opera
59
+ * Safari
60
+
61
+ Internet Explorer (10+) is only partially supported.
62
+
63
+ ## Documentation
64
+
65
+ The documentation resides in the [docs](docs) directory, and is built with the Ruby-based [Jekyll](https://jekyllrb.com/) tool.
66
+
67
+ Browse the [online documentation here.](https://bulma.io/documentation/overview/start/)
68
+
69
+ ## Related projects
70
+
71
+ | Project | Description |
72
+ |------------------------------------------------------------------------------------|--------------------------------------------------------------------|
73
+ | [Bulma with Attribute Modules](https://github.com/j5bot/bulma-attribute-selectors) | Adds support for attribute-based selectors. |
74
+ | [Bulma with Rails](https://github.com/joshuajansen/bulma-rails) | Integrates Bulma with the rails asset pipeline |
75
+ | [Vue Admin](https://github.com/vue-bulma/vue-admin) | Vue Admin framework powered by Bulma |
76
+ | [Bulmaswatch](https://github.com/jenil/bulmaswatch) | Free themes for Bulma |
77
+ | [Goldfish](https://github.com/Caiyeon/goldfish) | Vault UI with Bulma, Golang, and Vue Admin |
78
+ | [ember-bulma](https://github.com/open-tux/ember-bulma) | Ember addon providing a collection of UI components for Bulma |
79
+ | [Bloomer](https://bloomer.js.org) | A set of React components for Bulma |
80
+ | [Re-bulma](https://github.com/bokuweb/re-bulma) | Bulma components build with React |
81
+ | [React-bulma](https://github.com/kulakowka/react-bulma) | React.js components for Bulma |
82
+ | [Buefy](https://buefy.github.io) | Lightweight UI components for Vue.js based on Bulma |
83
+ | [vue-bulma-components](https://github.com/vouill/vue-bulma-components) | Bulma components for Vue.js with straightforward syntax |
84
+ | [BulmaJS](https://github.com/VizuaaLOG/BulmaJS) | Javascript integration for Bulma. Written in ES6 with a data-* API |
85
+ | [Bulma.styl](https://github.com/log1x/bulma.styl) | 1:1 Stylus translation of Bulma |
86
+ | [elm-bulma-classes](https://github.com/danielnarey/elm-bulma-classes) | Bulma prepared for usage with ELM |
87
+ | [Bulma Customizer](https://bulma-customizer.bstash.io/) | Bulma Customizer &#8211; Create your own **bespoke** Bulma build |
88
+ | [Fulma](https://mangelmaxime.github.io/Fulma/) | Wrapper around Bulma for [fable-react](https://github.com/fable-compiler/fable-react) |
89
+ | [Laravel Enso](https://github.com/laravel-enso/enso) | SPA Admin Panel built with Bulma, VueJS and Laravel |
90
+ | [Django Bulma](https://github.com/timonweb/django-bulma) | Integrates Bulma with Django |
91
+ | [Bulma Templates](https://github.com/dansup/bulma-templates) | Free Templates for Bulma |
92
+
93
+ ## Copyright and license
94
+
95
+ Code copyright 2017 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
dist/assets/bulma/bulma.sass ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ @charset "utf-8"
2
+ /*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */
3
+ @import "sass/utilities/_all"
4
+ @import "sass/base/_all"
5
+ @import "sass/elements/_all"
6
+ @import "sass/components/_all"
7
+ @import "sass/grid/_all"
8
+ @import "sass/layout/_all"
dist/assets/bulma/css/bulma.css ADDED
@@ -0,0 +1,10663 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */
2
+ @-webkit-keyframes spinAround {
3
+ from {
4
+ -webkit-transform: rotate(0deg);
5
+ transform: rotate(0deg);
6
+ }
7
+ to {
8
+ -webkit-transform: rotate(359deg);
9
+ transform: rotate(359deg);
10
+ }
11
+ }
12
+ @keyframes spinAround {
13
+ from {
14
+ -webkit-transform: rotate(0deg);
15
+ transform: rotate(0deg);
16
+ }
17
+ to {
18
+ -webkit-transform: rotate(359deg);
19
+ transform: rotate(359deg);
20
+ }
21
+ }
22
+
23
+ /*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
24
+ html,
25
+ body,
26
+ p,
27
+ ol,
28
+ ul,
29
+ li,
30
+ dl,
31
+ dt,
32
+ dd,
33
+ blockquote,
34
+ figure,
35
+ fieldset,
36
+ legend,
37
+ textarea,
38
+ pre,
39
+ iframe,
40
+ hr,
41
+ h1,
42
+ h2,
43
+ h3,
44
+ h4,
45
+ h5,
46
+ h6 {
47
+ margin: 0;
48
+ padding: 0;
49
+ }
50
+
51
+ h1,
52
+ h2,
53
+ h3,
54
+ h4,
55
+ h5,
56
+ h6 {
57
+ font-size: 100%;
58
+ font-weight: normal;
59
+ }
60
+
61
+ ul {
62
+ list-style: none;
63
+ }
64
+
65
+ button,
66
+ input,
67
+ select,
68
+ textarea {
69
+ margin: 0;
70
+ }
71
+
72
+ html {
73
+ -webkit-box-sizing: border-box;
74
+ box-sizing: border-box;
75
+ }
76
+
77
+ * {
78
+ -webkit-box-sizing: inherit;
79
+ box-sizing: inherit;
80
+ }
81
+
82
+ *:before, *:after {
83
+ -webkit-box-sizing: inherit;
84
+ box-sizing: inherit;
85
+ }
86
+
87
+ img,
88
+ embed,
89
+ object,
90
+ audio,
91
+ video {
92
+ max-width: 100%;
93
+ }
94
+
95
+ iframe {
96
+ border: 0;
97
+ }
98
+
99
+ table {
100
+ border-collapse: collapse;
101
+ border-spacing: 0;
102
+ }
103
+
104
+ td,
105
+ th {
106
+ padding: 0;
107
+ text-align: left;
108
+ }
109
+
110
+ html {
111
+ background-color: white;
112
+ font-size: 16px;
113
+ -moz-osx-font-smoothing: grayscale;
114
+ -webkit-font-smoothing: antialiased;
115
+ min-width: 300px;
116
+ overflow-x: hidden;
117
+ overflow-y: scroll;
118
+ text-rendering: optimizeLegibility;
119
+ -webkit-text-size-adjust: 100%;
120
+ -moz-text-size-adjust: 100%;
121
+ -ms-text-size-adjust: 100%;
122
+ text-size-adjust: 100%;
123
+ }
124
+
125
+ article,
126
+ aside,
127
+ figure,
128
+ footer,
129
+ header,
130
+ hgroup,
131
+ section {
132
+ display: block;
133
+ }
134
+
135
+ body,
136
+ button,
137
+ input,
138
+ select,
139
+ textarea {
140
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
141
+ }
142
+
143
+ code,
144
+ pre {
145
+ -moz-osx-font-smoothing: auto;
146
+ -webkit-font-smoothing: auto;
147
+ font-family: monospace;
148
+ }
149
+
150
+ body {
151
+ color: #4a4a4a;
152
+ font-size: 1rem;
153
+ font-weight: 400;
154
+ line-height: 1.5;
155
+ }
156
+
157
+ a {
158
+ color: #3273dc;
159
+ cursor: pointer;
160
+ text-decoration: none;
161
+ }
162
+
163
+ a strong {
164
+ color: currentColor;
165
+ }
166
+
167
+ a:hover {
168
+ color: #363636;
169
+ }
170
+
171
+ code {
172
+ background-color: whitesmoke;
173
+ color: #ff3860;
174
+ font-size: 0.875em;
175
+ font-weight: normal;
176
+ padding: 0.25em 0.5em 0.25em;
177
+ }
178
+
179
+ hr {
180
+ background-color: #dbdbdb;
181
+ border: none;
182
+ display: block;
183
+ height: 1px;
184
+ margin: 1.5rem 0;
185
+ }
186
+
187
+ img {
188
+ height: auto;
189
+ max-width: 100%;
190
+ }
191
+
192
+ input[type="checkbox"],
193
+ input[type="radio"] {
194
+ vertical-align: baseline;
195
+ }
196
+
197
+ small {
198
+ font-size: 0.875em;
199
+ }
200
+
201
+ span {
202
+ font-style: inherit;
203
+ font-weight: inherit;
204
+ }
205
+
206
+ strong {
207
+ color: #363636;
208
+ font-weight: 700;
209
+ }
210
+
211
+ pre {
212
+ -webkit-overflow-scrolling: touch;
213
+ background-color: whitesmoke;
214
+ color: #4a4a4a;
215
+ font-size: 0.875em;
216
+ overflow-x: auto;
217
+ padding: 1.25rem 1.5rem;
218
+ white-space: pre;
219
+ word-wrap: normal;
220
+ }
221
+
222
+ pre code {
223
+ background-color: transparent;
224
+ color: currentColor;
225
+ font-size: 1em;
226
+ padding: 0;
227
+ }
228
+
229
+ table td,
230
+ table th {
231
+ text-align: left;
232
+ vertical-align: top;
233
+ }
234
+
235
+ table th {
236
+ color: #363636;
237
+ }
238
+
239
+ .is-clearfix:after {
240
+ clear: both;
241
+ content: " ";
242
+ display: table;
243
+ }
244
+
245
+ .is-pulled-left {
246
+ float: left !important;
247
+ }
248
+
249
+ .is-pulled-right {
250
+ float: right !important;
251
+ }
252
+
253
+ .is-clipped {
254
+ overflow: hidden !important;
255
+ }
256
+
257
+ .is-overlay {
258
+ bottom: 0;
259
+ left: 0;
260
+ position: absolute;
261
+ right: 0;
262
+ top: 0;
263
+ }
264
+
265
+ .is-size-1 {
266
+ font-size: 3rem !important;
267
+ }
268
+
269
+ .is-size-2 {
270
+ font-size: 2.5rem !important;
271
+ }
272
+
273
+ .is-size-3 {
274
+ font-size: 2rem !important;
275
+ }
276
+
277
+ .is-size-4 {
278
+ font-size: 1.5rem !important;
279
+ }
280
+
281
+ .is-size-5 {
282
+ font-size: 1.25rem !important;
283
+ }
284
+
285
+ .is-size-6 {
286
+ font-size: 1rem !important;
287
+ }
288
+
289
+ .is-size-7 {
290
+ font-size: 0.75rem !important;
291
+ }
292
+
293
+ @media screen and (max-width: 768px) {
294
+ .is-size-1-mobile {
295
+ font-size: 3rem !important;
296
+ }
297
+ .is-size-2-mobile {
298
+ font-size: 2.5rem !important;
299
+ }
300
+ .is-size-3-mobile {
301
+ font-size: 2rem !important;
302
+ }
303
+ .is-size-4-mobile {
304
+ font-size: 1.5rem !important;
305
+ }
306
+ .is-size-5-mobile {
307
+ font-size: 1.25rem !important;
308
+ }
309
+ .is-size-6-mobile {
310
+ font-size: 1rem !important;
311
+ }
312
+ .is-size-7-mobile {
313
+ font-size: 0.75rem !important;
314
+ }
315
+ }
316
+
317
+ @media screen and (min-width: 769px), print {
318
+ .is-size-1-tablet {
319
+ font-size: 3rem !important;
320
+ }
321
+ .is-size-2-tablet {
322
+ font-size: 2.5rem !important;
323
+ }
324
+ .is-size-3-tablet {
325
+ font-size: 2rem !important;
326
+ }
327
+ .is-size-4-tablet {
328
+ font-size: 1.5rem !important;
329
+ }
330
+ .is-size-5-tablet {
331
+ font-size: 1.25rem !important;
332
+ }
333
+ .is-size-6-tablet {
334
+ font-size: 1rem !important;
335
+ }
336
+ .is-size-7-tablet {
337
+ font-size: 0.75rem !important;
338
+ }
339
+ }
340
+
341
+ @media screen and (max-width: 1023px) {
342
+ .is-size-1-touch {
343
+ font-size: 3rem !important;
344
+ }
345
+ .is-size-2-touch {
346
+ font-size: 2.5rem !important;
347
+ }
348
+ .is-size-3-touch {
349
+ font-size: 2rem !important;
350
+ }
351
+ .is-size-4-touch {
352
+ font-size: 1.5rem !important;
353
+ }
354
+ .is-size-5-touch {
355
+ font-size: 1.25rem !important;
356
+ }
357
+ .is-size-6-touch {
358
+ font-size: 1rem !important;
359
+ }
360
+ .is-size-7-touch {
361
+ font-size: 0.75rem !important;
362
+ }
363
+ }
364
+
365
+ @media screen and (min-width: 1024px) {
366
+ .is-size-1-desktop {
367
+ font-size: 3rem !important;
368
+ }
369
+ .is-size-2-desktop {
370
+ font-size: 2.5rem !important;
371
+ }
372
+ .is-size-3-desktop {
373
+ font-size: 2rem !important;
374
+ }
375
+ .is-size-4-desktop {
376
+ font-size: 1.5rem !important;
377
+ }
378
+ .is-size-5-desktop {
379
+ font-size: 1.25rem !important;
380
+ }
381
+ .is-size-6-desktop {
382
+ font-size: 1rem !important;
383
+ }
384
+ .is-size-7-desktop {
385
+ font-size: 0.75rem !important;
386
+ }
387
+ }
388
+
389
+ @media screen and (min-width: 1216px) {
390
+ .is-size-1-widescreen {
391
+ font-size: 3rem !important;
392
+ }
393
+ .is-size-2-widescreen {
394
+ font-size: 2.5rem !important;
395
+ }
396
+ .is-size-3-widescreen {
397
+ font-size: 2rem !important;
398
+ }
399
+ .is-size-4-widescreen {
400
+ font-size: 1.5rem !important;
401
+ }
402
+ .is-size-5-widescreen {
403
+ font-size: 1.25rem !important;
404
+ }
405
+ .is-size-6-widescreen {
406
+ font-size: 1rem !important;
407
+ }
408
+ .is-size-7-widescreen {
409
+ font-size: 0.75rem !important;
410
+ }
411
+ }
412
+
413
+ @media screen and (min-width: 1408px) {
414
+ .is-size-1-fullhd {
415
+ font-size: 3rem !important;
416
+ }
417
+ .is-size-2-fullhd {
418
+ font-size: 2.5rem !important;
419
+ }
420
+ .is-size-3-fullhd {
421
+ font-size: 2rem !important;
422
+ }
423
+ .is-size-4-fullhd {
424
+ font-size: 1.5rem !important;
425
+ }
426
+ .is-size-5-fullhd {
427
+ font-size: 1.25rem !important;
428
+ }
429
+ .is-size-6-fullhd {
430
+ font-size: 1rem !important;
431
+ }
432
+ .is-size-7-fullhd {
433
+ font-size: 0.75rem !important;
434
+ }
435
+ }
436
+
437
+ .has-text-centered {
438
+ text-align: center !important;
439
+ }
440
+
441
+ @media screen and (max-width: 768px) {
442
+ .has-text-centered-mobile {
443
+ text-align: center !important;
444
+ }
445
+ }
446
+
447
+ @media screen and (min-width: 769px), print {
448
+ .has-text-centered-tablet {
449
+ text-align: center !important;
450
+ }
451
+ }
452
+
453
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
454
+ .has-text-centered-tablet-only {
455
+ text-align: center !important;
456
+ }
457
+ }
458
+
459
+ @media screen and (max-width: 1023px) {
460
+ .has-text-centered-touch {
461
+ text-align: center !important;
462
+ }
463
+ }
464
+
465
+ @media screen and (min-width: 1024px) {
466
+ .has-text-centered-desktop {
467
+ text-align: center !important;
468
+ }
469
+ }
470
+
471
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
472
+ .has-text-centered-desktop-only {
473
+ text-align: center !important;
474
+ }
475
+ }
476
+
477
+ @media screen and (min-width: 1216px) {
478
+ .has-text-centered-widescreen {
479
+ text-align: center !important;
480
+ }
481
+ }
482
+
483
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
484
+ .has-text-centered-widescreen-only {
485
+ text-align: center !important;
486
+ }
487
+ }
488
+
489
+ @media screen and (min-width: 1408px) {
490
+ .has-text-centered-fullhd {
491
+ text-align: center !important;
492
+ }
493
+ }
494
+
495
+ .has-text-justified {
496
+ text-align: justify !important;
497
+ }
498
+
499
+ @media screen and (max-width: 768px) {
500
+ .has-text-justified-mobile {
501
+ text-align: justify !important;
502
+ }
503
+ }
504
+
505
+ @media screen and (min-width: 769px), print {
506
+ .has-text-justified-tablet {
507
+ text-align: justify !important;
508
+ }
509
+ }
510
+
511
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
512
+ .has-text-justified-tablet-only {
513
+ text-align: justify !important;
514
+ }
515
+ }
516
+
517
+ @media screen and (max-width: 1023px) {
518
+ .has-text-justified-touch {
519
+ text-align: justify !important;
520
+ }
521
+ }
522
+
523
+ @media screen and (min-width: 1024px) {
524
+ .has-text-justified-desktop {
525
+ text-align: justify !important;
526
+ }
527
+ }
528
+
529
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
530
+ .has-text-justified-desktop-only {
531
+ text-align: justify !important;
532
+ }
533
+ }
534
+
535
+ @media screen and (min-width: 1216px) {
536
+ .has-text-justified-widescreen {
537
+ text-align: justify !important;
538
+ }
539
+ }
540
+
541
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
542
+ .has-text-justified-widescreen-only {
543
+ text-align: justify !important;
544
+ }
545
+ }
546
+
547
+ @media screen and (min-width: 1408px) {
548
+ .has-text-justified-fullhd {
549
+ text-align: justify !important;
550
+ }
551
+ }
552
+
553
+ .has-text-left {
554
+ text-align: left !important;
555
+ }
556
+
557
+ @media screen and (max-width: 768px) {
558
+ .has-text-left-mobile {
559
+ text-align: left !important;
560
+ }
561
+ }
562
+
563
+ @media screen and (min-width: 769px), print {
564
+ .has-text-left-tablet {
565
+ text-align: left !important;
566
+ }
567
+ }
568
+
569
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
570
+ .has-text-left-tablet-only {
571
+ text-align: left !important;
572
+ }
573
+ }
574
+
575
+ @media screen and (max-width: 1023px) {
576
+ .has-text-left-touch {
577
+ text-align: left !important;
578
+ }
579
+ }
580
+
581
+ @media screen and (min-width: 1024px) {
582
+ .has-text-left-desktop {
583
+ text-align: left !important;
584
+ }
585
+ }
586
+
587
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
588
+ .has-text-left-desktop-only {
589
+ text-align: left !important;
590
+ }
591
+ }
592
+
593
+ @media screen and (min-width: 1216px) {
594
+ .has-text-left-widescreen {
595
+ text-align: left !important;
596
+ }
597
+ }
598
+
599
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
600
+ .has-text-left-widescreen-only {
601
+ text-align: left !important;
602
+ }
603
+ }
604
+
605
+ @media screen and (min-width: 1408px) {
606
+ .has-text-left-fullhd {
607
+ text-align: left !important;
608
+ }
609
+ }
610
+
611
+ .has-text-right {
612
+ text-align: right !important;
613
+ }
614
+
615
+ @media screen and (max-width: 768px) {
616
+ .has-text-right-mobile {
617
+ text-align: right !important;
618
+ }
619
+ }
620
+
621
+ @media screen and (min-width: 769px), print {
622
+ .has-text-right-tablet {
623
+ text-align: right !important;
624
+ }
625
+ }
626
+
627
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
628
+ .has-text-right-tablet-only {
629
+ text-align: right !important;
630
+ }
631
+ }
632
+
633
+ @media screen and (max-width: 1023px) {
634
+ .has-text-right-touch {
635
+ text-align: right !important;
636
+ }
637
+ }
638
+
639
+ @media screen and (min-width: 1024px) {
640
+ .has-text-right-desktop {
641
+ text-align: right !important;
642
+ }
643
+ }
644
+
645
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
646
+ .has-text-right-desktop-only {
647
+ text-align: right !important;
648
+ }
649
+ }
650
+
651
+ @media screen and (min-width: 1216px) {
652
+ .has-text-right-widescreen {
653
+ text-align: right !important;
654
+ }
655
+ }
656
+
657
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
658
+ .has-text-right-widescreen-only {
659
+ text-align: right !important;
660
+ }
661
+ }
662
+
663
+ @media screen and (min-width: 1408px) {
664
+ .has-text-right-fullhd {
665
+ text-align: right !important;
666
+ }
667
+ }
668
+
669
+ .is-capitalized {
670
+ text-transform: capitalize !important;
671
+ }
672
+
673
+ .is-lowercase {
674
+ text-transform: lowercase !important;
675
+ }
676
+
677
+ .is-uppercase {
678
+ text-transform: uppercase !important;
679
+ }
680
+
681
+ .has-text-white {
682
+ color: white !important;
683
+ }
684
+
685
+ a.has-text-white:hover, a.has-text-white:focus {
686
+ color: #e6e6e6 !important;
687
+ }
688
+
689
+ .has-text-black {
690
+ color: #0a0a0a !important;
691
+ }
692
+
693
+ a.has-text-black:hover, a.has-text-black:focus {
694
+ color: black !important;
695
+ }
696
+
697
+ .has-text-light {
698
+ color: whitesmoke !important;
699
+ }
700
+
701
+ a.has-text-light:hover, a.has-text-light:focus {
702
+ color: #dbdbdb !important;
703
+ }
704
+
705
+ .has-text-dark {
706
+ color: #363636 !important;
707
+ }
708
+
709
+ a.has-text-dark:hover, a.has-text-dark:focus {
710
+ color: #1c1c1c !important;
711
+ }
712
+
713
+ .has-text-primary {
714
+ color: #00d1b2 !important;
715
+ }
716
+
717
+ a.has-text-primary:hover, a.has-text-primary:focus {
718
+ color: #009e86 !important;
719
+ }
720
+
721
+ .has-text-link {
722
+ color: #3273dc !important;
723
+ }
724
+
725
+ a.has-text-link:hover, a.has-text-link:focus {
726
+ color: #205bbc !important;
727
+ }
728
+
729
+ .has-text-info {
730
+ color: #209cee !important;
731
+ }
732
+
733
+ a.has-text-info:hover, a.has-text-info:focus {
734
+ color: #0f81cc !important;
735
+ }
736
+
737
+ .has-text-success {
738
+ color: #23d160 !important;
739
+ }
740
+
741
+ a.has-text-success:hover, a.has-text-success:focus {
742
+ color: #1ca64c !important;
743
+ }
744
+
745
+ .has-text-warning {
746
+ color: #ffdd57 !important;
747
+ }
748
+
749
+ a.has-text-warning:hover, a.has-text-warning:focus {
750
+ color: #ffd324 !important;
751
+ }
752
+
753
+ .has-text-danger {
754
+ color: #ff3860 !important;
755
+ }
756
+
757
+ a.has-text-danger:hover, a.has-text-danger:focus {
758
+ color: #ff0537 !important;
759
+ }
760
+
761
+ .has-text-black-bis {
762
+ color: #121212 !important;
763
+ }
764
+
765
+ .has-text-black-ter {
766
+ color: #242424 !important;
767
+ }
768
+
769
+ .has-text-grey-darker {
770
+ color: #363636 !important;
771
+ }
772
+
773
+ .has-text-grey-dark {
774
+ color: #4a4a4a !important;
775
+ }
776
+
777
+ .has-text-grey {
778
+ color: #7a7a7a !important;
779
+ }
780
+
781
+ .has-text-grey-light {
782
+ color: #b5b5b5 !important;
783
+ }
784
+
785
+ .has-text-grey-lighter {
786
+ color: #dbdbdb !important;
787
+ }
788
+
789
+ .has-text-white-ter {
790
+ color: whitesmoke !important;
791
+ }
792
+
793
+ .has-text-white-bis {
794
+ color: #fafafa !important;
795
+ }
796
+
797
+ .has-text-weight-light {
798
+ font-weight: 300 !important;
799
+ }
800
+
801
+ .has-text-weight-normal {
802
+ font-weight: 400 !important;
803
+ }
804
+
805
+ .has-text-weight-semibold {
806
+ font-weight: 600 !important;
807
+ }
808
+
809
+ .has-text-weight-bold {
810
+ font-weight: 700 !important;
811
+ }
812
+
813
+ .is-block {
814
+ display: block !important;
815
+ }
816
+
817
+ @media screen and (max-width: 768px) {
818
+ .is-block-mobile {
819
+ display: block !important;
820
+ }
821
+ }
822
+
823
+ @media screen and (min-width: 769px), print {
824
+ .is-block-tablet {
825
+ display: block !important;
826
+ }
827
+ }
828
+
829
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
830
+ .is-block-tablet-only {
831
+ display: block !important;
832
+ }
833
+ }
834
+
835
+ @media screen and (max-width: 1023px) {
836
+ .is-block-touch {
837
+ display: block !important;
838
+ }
839
+ }
840
+
841
+ @media screen and (min-width: 1024px) {
842
+ .is-block-desktop {
843
+ display: block !important;
844
+ }
845
+ }
846
+
847
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
848
+ .is-block-desktop-only {
849
+ display: block !important;
850
+ }
851
+ }
852
+
853
+ @media screen and (min-width: 1216px) {
854
+ .is-block-widescreen {
855
+ display: block !important;
856
+ }
857
+ }
858
+
859
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
860
+ .is-block-widescreen-only {
861
+ display: block !important;
862
+ }
863
+ }
864
+
865
+ @media screen and (min-width: 1408px) {
866
+ .is-block-fullhd {
867
+ display: block !important;
868
+ }
869
+ }
870
+
871
+ .is-flex {
872
+ display: -webkit-box !important;
873
+ display: -ms-flexbox !important;
874
+ display: flex !important;
875
+ }
876
+
877
+ @media screen and (max-width: 768px) {
878
+ .is-flex-mobile {
879
+ display: -webkit-box !important;
880
+ display: -ms-flexbox !important;
881
+ display: flex !important;
882
+ }
883
+ }
884
+
885
+ @media screen and (min-width: 769px), print {
886
+ .is-flex-tablet {
887
+ display: -webkit-box !important;
888
+ display: -ms-flexbox !important;
889
+ display: flex !important;
890
+ }
891
+ }
892
+
893
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
894
+ .is-flex-tablet-only {
895
+ display: -webkit-box !important;
896
+ display: -ms-flexbox !important;
897
+ display: flex !important;
898
+ }
899
+ }
900
+
901
+ @media screen and (max-width: 1023px) {
902
+ .is-flex-touch {
903
+ display: -webkit-box !important;
904
+ display: -ms-flexbox !important;
905
+ display: flex !important;
906
+ }
907
+ }
908
+
909
+ @media screen and (min-width: 1024px) {
910
+ .is-flex-desktop {
911
+ display: -webkit-box !important;
912
+ display: -ms-flexbox !important;
913
+ display: flex !important;
914
+ }
915
+ }
916
+
917
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
918
+ .is-flex-desktop-only {
919
+ display: -webkit-box !important;
920
+ display: -ms-flexbox !important;
921
+ display: flex !important;
922
+ }
923
+ }
924
+
925
+ @media screen and (min-width: 1216px) {
926
+ .is-flex-widescreen {
927
+ display: -webkit-box !important;
928
+ display: -ms-flexbox !important;
929
+ display: flex !important;
930
+ }
931
+ }
932
+
933
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
934
+ .is-flex-widescreen-only {
935
+ display: -webkit-box !important;
936
+ display: -ms-flexbox !important;
937
+ display: flex !important;
938
+ }
939
+ }
940
+
941
+ @media screen and (min-width: 1408px) {
942
+ .is-flex-fullhd {
943
+ display: -webkit-box !important;
944
+ display: -ms-flexbox !important;
945
+ display: flex !important;
946
+ }
947
+ }
948
+
949
+ .is-inline {
950
+ display: inline !important;
951
+ }
952
+
953
+ @media screen and (max-width: 768px) {
954
+ .is-inline-mobile {
955
+ display: inline !important;
956
+ }
957
+ }
958
+
959
+ @media screen and (min-width: 769px), print {
960
+ .is-inline-tablet {
961
+ display: inline !important;
962
+ }
963
+ }
964
+
965
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
966
+ .is-inline-tablet-only {
967
+ display: inline !important;
968
+ }
969
+ }
970
+
971
+ @media screen and (max-width: 1023px) {
972
+ .is-inline-touch {
973
+ display: inline !important;
974
+ }
975
+ }
976
+
977
+ @media screen and (min-width: 1024px) {
978
+ .is-inline-desktop {
979
+ display: inline !important;
980
+ }
981
+ }
982
+
983
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
984
+ .is-inline-desktop-only {
985
+ display: inline !important;
986
+ }
987
+ }
988
+
989
+ @media screen and (min-width: 1216px) {
990
+ .is-inline-widescreen {
991
+ display: inline !important;
992
+ }
993
+ }
994
+
995
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
996
+ .is-inline-widescreen-only {
997
+ display: inline !important;
998
+ }
999
+ }
1000
+
1001
+ @media screen and (min-width: 1408px) {
1002
+ .is-inline-fullhd {
1003
+ display: inline !important;
1004
+ }
1005
+ }
1006
+
1007
+ .is-inline-block {
1008
+ display: inline-block !important;
1009
+ }
1010
+
1011
+ @media screen and (max-width: 768px) {
1012
+ .is-inline-block-mobile {
1013
+ display: inline-block !important;
1014
+ }
1015
+ }
1016
+
1017
+ @media screen and (min-width: 769px), print {
1018
+ .is-inline-block-tablet {
1019
+ display: inline-block !important;
1020
+ }
1021
+ }
1022
+
1023
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
1024
+ .is-inline-block-tablet-only {
1025
+ display: inline-block !important;
1026
+ }
1027
+ }
1028
+
1029
+ @media screen and (max-width: 1023px) {
1030
+ .is-inline-block-touch {
1031
+ display: inline-block !important;
1032
+ }
1033
+ }
1034
+
1035
+ @media screen and (min-width: 1024px) {
1036
+ .is-inline-block-desktop {
1037
+ display: inline-block !important;
1038
+ }
1039
+ }
1040
+
1041
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
1042
+ .is-inline-block-desktop-only {
1043
+ display: inline-block !important;
1044
+ }
1045
+ }
1046
+
1047
+ @media screen and (min-width: 1216px) {
1048
+ .is-inline-block-widescreen {
1049
+ display: inline-block !important;
1050
+ }
1051
+ }
1052
+
1053
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
1054
+ .is-inline-block-widescreen-only {
1055
+ display: inline-block !important;
1056
+ }
1057
+ }
1058
+
1059
+ @media screen and (min-width: 1408px) {
1060
+ .is-inline-block-fullhd {
1061
+ display: inline-block !important;
1062
+ }
1063
+ }
1064
+
1065
+ .is-inline-flex {
1066
+ display: -webkit-inline-box !important;
1067
+ display: -ms-inline-flexbox !important;
1068
+ display: inline-flex !important;
1069
+ }
1070
+
1071
+ @media screen and (max-width: 768px) {
1072
+ .is-inline-flex-mobile {
1073
+ display: -webkit-inline-box !important;
1074
+ display: -ms-inline-flexbox !important;
1075
+ display: inline-flex !important;
1076
+ }
1077
+ }
1078
+
1079
+ @media screen and (min-width: 769px), print {
1080
+ .is-inline-flex-tablet {
1081
+ display: -webkit-inline-box !important;
1082
+ display: -ms-inline-flexbox !important;
1083
+ display: inline-flex !important;
1084
+ }
1085
+ }
1086
+
1087
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
1088
+ .is-inline-flex-tablet-only {
1089
+ display: -webkit-inline-box !important;
1090
+ display: -ms-inline-flexbox !important;
1091
+ display: inline-flex !important;
1092
+ }
1093
+ }
1094
+
1095
+ @media screen and (max-width: 1023px) {
1096
+ .is-inline-flex-touch {
1097
+ display: -webkit-inline-box !important;
1098
+ display: -ms-inline-flexbox !important;
1099
+ display: inline-flex !important;
1100
+ }
1101
+ }
1102
+
1103
+ @media screen and (min-width: 1024px) {
1104
+ .is-inline-flex-desktop {
1105
+ display: -webkit-inline-box !important;
1106
+ display: -ms-inline-flexbox !important;
1107
+ display: inline-flex !important;
1108
+ }
1109
+ }
1110
+
1111
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
1112
+ .is-inline-flex-desktop-only {
1113
+ display: -webkit-inline-box !important;
1114
+ display: -ms-inline-flexbox !important;
1115
+ display: inline-flex !important;
1116
+ }
1117
+ }
1118
+
1119
+ @media screen and (min-width: 1216px) {
1120
+ .is-inline-flex-widescreen {
1121
+ display: -webkit-inline-box !important;
1122
+ display: -ms-inline-flexbox !important;
1123
+ display: inline-flex !important;
1124
+ }
1125
+ }
1126
+
1127
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
1128
+ .is-inline-flex-widescreen-only {
1129
+ display: -webkit-inline-box !important;
1130
+ display: -ms-inline-flexbox !important;
1131
+ display: inline-flex !important;
1132
+ }
1133
+ }
1134
+
1135
+ @media screen and (min-width: 1408px) {
1136
+ .is-inline-flex-fullhd {
1137
+ display: -webkit-inline-box !important;
1138
+ display: -ms-inline-flexbox !important;
1139
+ display: inline-flex !important;
1140
+ }
1141
+ }
1142
+
1143
+ .is-hidden {
1144
+ display: none !important;
1145
+ }
1146
+
1147
+ @media screen and (max-width: 768px) {
1148
+ .is-hidden-mobile {
1149
+ display: none !important;
1150
+ }
1151
+ }
1152
+
1153
+ @media screen and (min-width: 769px), print {
1154
+ .is-hidden-tablet {
1155
+ display: none !important;
1156
+ }
1157
+ }
1158
+
1159
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
1160
+ .is-hidden-tablet-only {
1161
+ display: none !important;
1162
+ }
1163
+ }
1164
+
1165
+ @media screen and (max-width: 1023px) {
1166
+ .is-hidden-touch {
1167
+ display: none !important;
1168
+ }
1169
+ }
1170
+
1171
+ @media screen and (min-width: 1024px) {
1172
+ .is-hidden-desktop {
1173
+ display: none !important;
1174
+ }
1175
+ }
1176
+
1177
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
1178
+ .is-hidden-desktop-only {
1179
+ display: none !important;
1180
+ }
1181
+ }
1182
+
1183
+ @media screen and (min-width: 1216px) {
1184
+ .is-hidden-widescreen {
1185
+ display: none !important;
1186
+ }
1187
+ }
1188
+
1189
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
1190
+ .is-hidden-widescreen-only {
1191
+ display: none !important;
1192
+ }
1193
+ }
1194
+
1195
+ @media screen and (min-width: 1408px) {
1196
+ .is-hidden-fullhd {
1197
+ display: none !important;
1198
+ }
1199
+ }
1200
+
1201
+ .is-invisible {
1202
+ visibility: hidden !important;
1203
+ }
1204
+
1205
+ @media screen and (max-width: 768px) {
1206
+ .is-invisible-mobile {
1207
+ visibility: hidden !important;
1208
+ }
1209
+ }
1210
+
1211
+ @media screen and (min-width: 769px), print {
1212
+ .is-invisible-tablet {
1213
+ visibility: hidden !important;
1214
+ }
1215
+ }
1216
+
1217
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
1218
+ .is-invisible-tablet-only {
1219
+ visibility: hidden !important;
1220
+ }
1221
+ }
1222
+
1223
+ @media screen and (max-width: 1023px) {
1224
+ .is-invisible-touch {
1225
+ visibility: hidden !important;
1226
+ }
1227
+ }
1228
+
1229
+ @media screen and (min-width: 1024px) {
1230
+ .is-invisible-desktop {
1231
+ visibility: hidden !important;
1232
+ }
1233
+ }
1234
+
1235
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
1236
+ .is-invisible-desktop-only {
1237
+ visibility: hidden !important;
1238
+ }
1239
+ }
1240
+
1241
+ @media screen and (min-width: 1216px) {
1242
+ .is-invisible-widescreen {
1243
+ visibility: hidden !important;
1244
+ }
1245
+ }
1246
+
1247
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
1248
+ .is-invisible-widescreen-only {
1249
+ visibility: hidden !important;
1250
+ }
1251
+ }
1252
+
1253
+ @media screen and (min-width: 1408px) {
1254
+ .is-invisible-fullhd {
1255
+ visibility: hidden !important;
1256
+ }
1257
+ }
1258
+
1259
+ .is-marginless {
1260
+ margin: 0 !important;
1261
+ }
1262
+
1263
+ .is-paddingless {
1264
+ padding: 0 !important;
1265
+ }
1266
+
1267
+ .is-radiusless {
1268
+ border-radius: 0 !important;
1269
+ }
1270
+
1271
+ .is-shadowless {
1272
+ -webkit-box-shadow: none !important;
1273
+ box-shadow: none !important;
1274
+ }
1275
+
1276
+ .is-unselectable {
1277
+ -webkit-touch-callout: none;
1278
+ -webkit-user-select: none;
1279
+ -moz-user-select: none;
1280
+ -ms-user-select: none;
1281
+ user-select: none;
1282
+ }
1283
+
1284
+ .box {
1285
+ background-color: white;
1286
+ border-radius: 5px;
1287
+ -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
1288
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
1289
+ color: #4a4a4a;
1290
+ display: block;
1291
+ padding: 1.25rem;
1292
+ }
1293
+
1294
+ .box:not(:last-child) {
1295
+ margin-bottom: 1.5rem;
1296
+ }
1297
+
1298
+ a.box:hover, a.box:focus {
1299
+ -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
1300
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
1301
+ }
1302
+
1303
+ a.box:active {
1304
+ -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
1305
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
1306
+ }
1307
+
1308
+ .button {
1309
+ -moz-appearance: none;
1310
+ -webkit-appearance: none;
1311
+ -webkit-box-align: center;
1312
+ -ms-flex-align: center;
1313
+ align-items: center;
1314
+ border: 1px solid transparent;
1315
+ border-radius: 3px;
1316
+ -webkit-box-shadow: none;
1317
+ box-shadow: none;
1318
+ display: -webkit-inline-box;
1319
+ display: -ms-inline-flexbox;
1320
+ display: inline-flex;
1321
+ font-size: 1rem;
1322
+ height: 2.25em;
1323
+ -webkit-box-pack: start;
1324
+ -ms-flex-pack: start;
1325
+ justify-content: flex-start;
1326
+ line-height: 1.5;
1327
+ padding-bottom: calc(0.375em - 1px);
1328
+ padding-left: calc(0.625em - 1px);
1329
+ padding-right: calc(0.625em - 1px);
1330
+ padding-top: calc(0.375em - 1px);
1331
+ position: relative;
1332
+ vertical-align: top;
1333
+ -webkit-touch-callout: none;
1334
+ -webkit-user-select: none;
1335
+ -moz-user-select: none;
1336
+ -ms-user-select: none;
1337
+ user-select: none;
1338
+ background-color: white;
1339
+ border-color: #dbdbdb;
1340
+ color: #363636;
1341
+ cursor: pointer;
1342
+ -webkit-box-pack: center;
1343
+ -ms-flex-pack: center;
1344
+ justify-content: center;
1345
+ padding-left: 0.75em;
1346
+ padding-right: 0.75em;
1347
+ text-align: center;
1348
+ white-space: nowrap;
1349
+ }
1350
+
1351
+ .button:focus, .button.is-focused, .button:active, .button.is-active {
1352
+ outline: none;
1353
+ }
1354
+
1355
+ .button[disabled] {
1356
+ cursor: not-allowed;
1357
+ }
1358
+
1359
+ .button strong {
1360
+ color: inherit;
1361
+ }
1362
+
1363
+ .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
1364
+ height: 1.5em;
1365
+ width: 1.5em;
1366
+ }
1367
+
1368
+ .button .icon:first-child:not(:last-child) {
1369
+ margin-left: calc(-0.375em - 1px);
1370
+ margin-right: 0.1875em;
1371
+ }
1372
+
1373
+ .button .icon:last-child:not(:first-child) {
1374
+ margin-left: 0.1875em;
1375
+ margin-right: calc(-0.375em - 1px);
1376
+ }
1377
+
1378
+ .button .icon:first-child:last-child {
1379
+ margin-left: calc(-0.375em - 1px);
1380
+ margin-right: calc(-0.375em - 1px);
1381
+ }
1382
+
1383
+ .button:hover, .button.is-hovered {
1384
+ border-color: #b5b5b5;
1385
+ color: #363636;
1386
+ }
1387
+
1388
+ .button:focus, .button.is-focused {
1389
+ border-color: #3273dc;
1390
+ color: #363636;
1391
+ }
1392
+
1393
+ .button:focus:not(:active), .button.is-focused:not(:active) {
1394
+ -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
1395
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
1396
+ }
1397
+
1398
+ .button:active, .button.is-active {
1399
+ border-color: #4a4a4a;
1400
+ color: #363636;
1401
+ }
1402
+
1403
+ .button.is-text {
1404
+ background-color: transparent;
1405
+ border-color: transparent;
1406
+ color: #4a4a4a;
1407
+ text-decoration: underline;
1408
+ }
1409
+
1410
+ .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
1411
+ background-color: whitesmoke;
1412
+ color: #363636;
1413
+ }
1414
+
1415
+ .button.is-text:active, .button.is-text.is-active {
1416
+ background-color: #e8e8e8;
1417
+ color: #363636;
1418
+ }
1419
+
1420
+ .button.is-text[disabled] {
1421
+ background-color: transparent;
1422
+ border-color: transparent;
1423
+ -webkit-box-shadow: none;
1424
+ box-shadow: none;
1425
+ }
1426
+
1427
+ .button.is-white {
1428
+ background-color: white;
1429
+ border-color: transparent;
1430
+ color: #0a0a0a;
1431
+ }
1432
+
1433
+ .button.is-white:hover, .button.is-white.is-hovered {
1434
+ background-color: #f9f9f9;
1435
+ border-color: transparent;
1436
+ color: #0a0a0a;
1437
+ }
1438
+
1439
+ .button.is-white:focus, .button.is-white.is-focused {
1440
+ border-color: transparent;
1441
+ color: #0a0a0a;
1442
+ }
1443
+
1444
+ .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
1445
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
1446
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
1447
+ }
1448
+
1449
+ .button.is-white:active, .button.is-white.is-active {
1450
+ background-color: #f2f2f2;
1451
+ border-color: transparent;
1452
+ color: #0a0a0a;
1453
+ }
1454
+
1455
+ .button.is-white[disabled] {
1456
+ background-color: white;
1457
+ border-color: transparent;
1458
+ -webkit-box-shadow: none;
1459
+ box-shadow: none;
1460
+ }
1461
+
1462
+ .button.is-white.is-inverted {
1463
+ background-color: #0a0a0a;
1464
+ color: white;
1465
+ }
1466
+
1467
+ .button.is-white.is-inverted:hover {
1468
+ background-color: black;
1469
+ }
1470
+
1471
+ .button.is-white.is-inverted[disabled] {
1472
+ background-color: #0a0a0a;
1473
+ border-color: transparent;
1474
+ -webkit-box-shadow: none;
1475
+ box-shadow: none;
1476
+ color: white;
1477
+ }
1478
+
1479
+ .button.is-white.is-loading:after {
1480
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
1481
+ }
1482
+
1483
+ .button.is-white.is-outlined {
1484
+ background-color: transparent;
1485
+ border-color: white;
1486
+ color: white;
1487
+ }
1488
+
1489
+ .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
1490
+ background-color: white;
1491
+ border-color: white;
1492
+ color: #0a0a0a;
1493
+ }
1494
+
1495
+ .button.is-white.is-outlined.is-loading:after {
1496
+ border-color: transparent transparent white white !important;
1497
+ }
1498
+
1499
+ .button.is-white.is-outlined[disabled] {
1500
+ background-color: transparent;
1501
+ border-color: white;
1502
+ -webkit-box-shadow: none;
1503
+ box-shadow: none;
1504
+ color: white;
1505
+ }
1506
+
1507
+ .button.is-white.is-inverted.is-outlined {
1508
+ background-color: transparent;
1509
+ border-color: #0a0a0a;
1510
+ color: #0a0a0a;
1511
+ }
1512
+
1513
+ .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
1514
+ background-color: #0a0a0a;
1515
+ color: white;
1516
+ }
1517
+
1518
+ .button.is-white.is-inverted.is-outlined[disabled] {
1519
+ background-color: transparent;
1520
+ border-color: #0a0a0a;
1521
+ -webkit-box-shadow: none;
1522
+ box-shadow: none;
1523
+ color: #0a0a0a;
1524
+ }
1525
+
1526
+ .button.is-black {
1527
+ background-color: #0a0a0a;
1528
+ border-color: transparent;
1529
+ color: white;
1530
+ }
1531
+
1532
+ .button.is-black:hover, .button.is-black.is-hovered {
1533
+ background-color: #040404;
1534
+ border-color: transparent;
1535
+ color: white;
1536
+ }
1537
+
1538
+ .button.is-black:focus, .button.is-black.is-focused {
1539
+ border-color: transparent;
1540
+ color: white;
1541
+ }
1542
+
1543
+ .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
1544
+ -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
1545
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
1546
+ }
1547
+
1548
+ .button.is-black:active, .button.is-black.is-active {
1549
+ background-color: black;
1550
+ border-color: transparent;
1551
+ color: white;
1552
+ }
1553
+
1554
+ .button.is-black[disabled] {
1555
+ background-color: #0a0a0a;
1556
+ border-color: transparent;
1557
+ -webkit-box-shadow: none;
1558
+ box-shadow: none;
1559
+ }
1560
+
1561
+ .button.is-black.is-inverted {
1562
+ background-color: white;
1563
+ color: #0a0a0a;
1564
+ }
1565
+
1566
+ .button.is-black.is-inverted:hover {
1567
+ background-color: #f2f2f2;
1568
+ }
1569
+
1570
+ .button.is-black.is-inverted[disabled] {
1571
+ background-color: white;
1572
+ border-color: transparent;
1573
+ -webkit-box-shadow: none;
1574
+ box-shadow: none;
1575
+ color: #0a0a0a;
1576
+ }
1577
+
1578
+ .button.is-black.is-loading:after {
1579
+ border-color: transparent transparent white white !important;
1580
+ }
1581
+
1582
+ .button.is-black.is-outlined {
1583
+ background-color: transparent;
1584
+ border-color: #0a0a0a;
1585
+ color: #0a0a0a;
1586
+ }
1587
+
1588
+ .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
1589
+ background-color: #0a0a0a;
1590
+ border-color: #0a0a0a;
1591
+ color: white;
1592
+ }
1593
+
1594
+ .button.is-black.is-outlined.is-loading:after {
1595
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
1596
+ }
1597
+
1598
+ .button.is-black.is-outlined[disabled] {
1599
+ background-color: transparent;
1600
+ border-color: #0a0a0a;
1601
+ -webkit-box-shadow: none;
1602
+ box-shadow: none;
1603
+ color: #0a0a0a;
1604
+ }
1605
+
1606
+ .button.is-black.is-inverted.is-outlined {
1607
+ background-color: transparent;
1608
+ border-color: white;
1609
+ color: white;
1610
+ }
1611
+
1612
+ .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
1613
+ background-color: white;
1614
+ color: #0a0a0a;
1615
+ }
1616
+
1617
+ .button.is-black.is-inverted.is-outlined[disabled] {
1618
+ background-color: transparent;
1619
+ border-color: white;
1620
+ -webkit-box-shadow: none;
1621
+ box-shadow: none;
1622
+ color: white;
1623
+ }
1624
+
1625
+ .button.is-light {
1626
+ background-color: whitesmoke;
1627
+ border-color: transparent;
1628
+ color: #363636;
1629
+ }
1630
+
1631
+ .button.is-light:hover, .button.is-light.is-hovered {
1632
+ background-color: #eeeeee;
1633
+ border-color: transparent;
1634
+ color: #363636;
1635
+ }
1636
+
1637
+ .button.is-light:focus, .button.is-light.is-focused {
1638
+ border-color: transparent;
1639
+ color: #363636;
1640
+ }
1641
+
1642
+ .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
1643
+ -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
1644
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
1645
+ }
1646
+
1647
+ .button.is-light:active, .button.is-light.is-active {
1648
+ background-color: #e8e8e8;
1649
+ border-color: transparent;
1650
+ color: #363636;
1651
+ }
1652
+
1653
+ .button.is-light[disabled] {
1654
+ background-color: whitesmoke;
1655
+ border-color: transparent;
1656
+ -webkit-box-shadow: none;
1657
+ box-shadow: none;
1658
+ }
1659
+
1660
+ .button.is-light.is-inverted {
1661
+ background-color: #363636;
1662
+ color: whitesmoke;
1663
+ }
1664
+
1665
+ .button.is-light.is-inverted:hover {
1666
+ background-color: #292929;
1667
+ }
1668
+
1669
+ .button.is-light.is-inverted[disabled] {
1670
+ background-color: #363636;
1671
+ border-color: transparent;
1672
+ -webkit-box-shadow: none;
1673
+ box-shadow: none;
1674
+ color: whitesmoke;
1675
+ }
1676
+
1677
+ .button.is-light.is-loading:after {
1678
+ border-color: transparent transparent #363636 #363636 !important;
1679
+ }
1680
+
1681
+ .button.is-light.is-outlined {
1682
+ background-color: transparent;
1683
+ border-color: whitesmoke;
1684
+ color: whitesmoke;
1685
+ }
1686
+
1687
+ .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
1688
+ background-color: whitesmoke;
1689
+ border-color: whitesmoke;
1690
+ color: #363636;
1691
+ }
1692
+
1693
+ .button.is-light.is-outlined.is-loading:after {
1694
+ border-color: transparent transparent whitesmoke whitesmoke !important;
1695
+ }
1696
+
1697
+ .button.is-light.is-outlined[disabled] {
1698
+ background-color: transparent;
1699
+ border-color: whitesmoke;
1700
+ -webkit-box-shadow: none;
1701
+ box-shadow: none;
1702
+ color: whitesmoke;
1703
+ }
1704
+
1705
+ .button.is-light.is-inverted.is-outlined {
1706
+ background-color: transparent;
1707
+ border-color: #363636;
1708
+ color: #363636;
1709
+ }
1710
+
1711
+ .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
1712
+ background-color: #363636;
1713
+ color: whitesmoke;
1714
+ }
1715
+
1716
+ .button.is-light.is-inverted.is-outlined[disabled] {
1717
+ background-color: transparent;
1718
+ border-color: #363636;
1719
+ -webkit-box-shadow: none;
1720
+ box-shadow: none;
1721
+ color: #363636;
1722
+ }
1723
+
1724
+ .button.is-dark {
1725
+ background-color: #363636;
1726
+ border-color: transparent;
1727
+ color: whitesmoke;
1728
+ }
1729
+
1730
+ .button.is-dark:hover, .button.is-dark.is-hovered {
1731
+ background-color: #2f2f2f;
1732
+ border-color: transparent;
1733
+ color: whitesmoke;
1734
+ }
1735
+
1736
+ .button.is-dark:focus, .button.is-dark.is-focused {
1737
+ border-color: transparent;
1738
+ color: whitesmoke;
1739
+ }
1740
+
1741
+ .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
1742
+ -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
1743
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
1744
+ }
1745
+
1746
+ .button.is-dark:active, .button.is-dark.is-active {
1747
+ background-color: #292929;
1748
+ border-color: transparent;
1749
+ color: whitesmoke;
1750
+ }
1751
+
1752
+ .button.is-dark[disabled] {
1753
+ background-color: #363636;
1754
+ border-color: transparent;
1755
+ -webkit-box-shadow: none;
1756
+ box-shadow: none;
1757
+ }
1758
+
1759
+ .button.is-dark.is-inverted {
1760
+ background-color: whitesmoke;
1761
+ color: #363636;
1762
+ }
1763
+
1764
+ .button.is-dark.is-inverted:hover {
1765
+ background-color: #e8e8e8;
1766
+ }
1767
+
1768
+ .button.is-dark.is-inverted[disabled] {
1769
+ background-color: whitesmoke;
1770
+ border-color: transparent;
1771
+ -webkit-box-shadow: none;
1772
+ box-shadow: none;
1773
+ color: #363636;
1774
+ }
1775
+
1776
+ .button.is-dark.is-loading:after {
1777
+ border-color: transparent transparent whitesmoke whitesmoke !important;
1778
+ }
1779
+
1780
+ .button.is-dark.is-outlined {
1781
+ background-color: transparent;
1782
+ border-color: #363636;
1783
+ color: #363636;
1784
+ }
1785
+
1786
+ .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
1787
+ background-color: #363636;
1788
+ border-color: #363636;
1789
+ color: whitesmoke;
1790
+ }
1791
+
1792
+ .button.is-dark.is-outlined.is-loading:after {
1793
+ border-color: transparent transparent #363636 #363636 !important;
1794
+ }
1795
+
1796
+ .button.is-dark.is-outlined[disabled] {
1797
+ background-color: transparent;
1798
+ border-color: #363636;
1799
+ -webkit-box-shadow: none;
1800
+ box-shadow: none;
1801
+ color: #363636;
1802
+ }
1803
+
1804
+ .button.is-dark.is-inverted.is-outlined {
1805
+ background-color: transparent;
1806
+ border-color: whitesmoke;
1807
+ color: whitesmoke;
1808
+ }
1809
+
1810
+ .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
1811
+ background-color: whitesmoke;
1812
+ color: #363636;
1813
+ }
1814
+
1815
+ .button.is-dark.is-inverted.is-outlined[disabled] {
1816
+ background-color: transparent;
1817
+ border-color: whitesmoke;
1818
+ -webkit-box-shadow: none;
1819
+ box-shadow: none;
1820
+ color: whitesmoke;
1821
+ }
1822
+
1823
+ .button.is-primary {
1824
+ background-color: #00d1b2;
1825
+ border-color: transparent;
1826
+ color: #fff;
1827
+ }
1828
+
1829
+ .button.is-primary:hover, .button.is-primary.is-hovered {
1830
+ background-color: #00c4a7;
1831
+ border-color: transparent;
1832
+ color: #fff;
1833
+ }
1834
+
1835
+ .button.is-primary:focus, .button.is-primary.is-focused {
1836
+ border-color: transparent;
1837
+ color: #fff;
1838
+ }
1839
+
1840
+ .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
1841
+ -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
1842
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
1843
+ }
1844
+
1845
+ .button.is-primary:active, .button.is-primary.is-active {
1846
+ background-color: #00b89c;
1847
+ border-color: transparent;
1848
+ color: #fff;
1849
+ }
1850
+
1851
+ .button.is-primary[disabled] {
1852
+ background-color: #00d1b2;
1853
+ border-color: transparent;
1854
+ -webkit-box-shadow: none;
1855
+ box-shadow: none;
1856
+ }
1857
+
1858
+ .button.is-primary.is-inverted {
1859
+ background-color: #fff;
1860
+ color: #00d1b2;
1861
+ }
1862
+
1863
+ .button.is-primary.is-inverted:hover {
1864
+ background-color: #f2f2f2;
1865
+ }
1866
+
1867
+ .button.is-primary.is-inverted[disabled] {
1868
+ background-color: #fff;
1869
+ border-color: transparent;
1870
+ -webkit-box-shadow: none;
1871
+ box-shadow: none;
1872
+ color: #00d1b2;
1873
+ }
1874
+
1875
+ .button.is-primary.is-loading:after {
1876
+ border-color: transparent transparent #fff #fff !important;
1877
+ }
1878
+
1879
+ .button.is-primary.is-outlined {
1880
+ background-color: transparent;
1881
+ border-color: #00d1b2;
1882
+ color: #00d1b2;
1883
+ }
1884
+
1885
+ .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
1886
+ background-color: #00d1b2;
1887
+ border-color: #00d1b2;
1888
+ color: #fff;
1889
+ }
1890
+
1891
+ .button.is-primary.is-outlined.is-loading:after {
1892
+ border-color: transparent transparent #00d1b2 #00d1b2 !important;
1893
+ }
1894
+
1895
+ .button.is-primary.is-outlined[disabled] {
1896
+ background-color: transparent;
1897
+ border-color: #00d1b2;
1898
+ -webkit-box-shadow: none;
1899
+ box-shadow: none;
1900
+ color: #00d1b2;
1901
+ }
1902
+
1903
+ .button.is-primary.is-inverted.is-outlined {
1904
+ background-color: transparent;
1905
+ border-color: #fff;
1906
+ color: #fff;
1907
+ }
1908
+
1909
+ .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
1910
+ background-color: #fff;
1911
+ color: #00d1b2;
1912
+ }
1913
+
1914
+ .button.is-primary.is-inverted.is-outlined[disabled] {
1915
+ background-color: transparent;
1916
+ border-color: #fff;
1917
+ -webkit-box-shadow: none;
1918
+ box-shadow: none;
1919
+ color: #fff;
1920
+ }
1921
+
1922
+ .button.is-link {
1923
+ background-color: #3273dc;
1924
+ border-color: transparent;
1925
+ color: #fff;
1926
+ }
1927
+
1928
+ .button.is-link:hover, .button.is-link.is-hovered {
1929
+ background-color: #276cda;
1930
+ border-color: transparent;
1931
+ color: #fff;
1932
+ }
1933
+
1934
+ .button.is-link:focus, .button.is-link.is-focused {
1935
+ border-color: transparent;
1936
+ color: #fff;
1937
+ }
1938
+
1939
+ .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
1940
+ -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
1941
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
1942
+ }
1943
+
1944
+ .button.is-link:active, .button.is-link.is-active {
1945
+ background-color: #2366d1;
1946
+ border-color: transparent;
1947
+ color: #fff;
1948
+ }
1949
+
1950
+ .button.is-link[disabled] {
1951
+ background-color: #3273dc;
1952
+ border-color: transparent;
1953
+ -webkit-box-shadow: none;
1954
+ box-shadow: none;
1955
+ }
1956
+
1957
+ .button.is-link.is-inverted {
1958
+ background-color: #fff;
1959
+ color: #3273dc;
1960
+ }
1961
+
1962
+ .button.is-link.is-inverted:hover {
1963
+ background-color: #f2f2f2;
1964
+ }
1965
+
1966
+ .button.is-link.is-inverted[disabled] {
1967
+ background-color: #fff;
1968
+ border-color: transparent;
1969
+ -webkit-box-shadow: none;
1970
+ box-shadow: none;
1971
+ color: #3273dc;
1972
+ }
1973
+
1974
+ .button.is-link.is-loading:after {
1975
+ border-color: transparent transparent #fff #fff !important;
1976
+ }
1977
+
1978
+ .button.is-link.is-outlined {
1979
+ background-color: transparent;
1980
+ border-color: #3273dc;
1981
+ color: #3273dc;
1982
+ }
1983
+
1984
+ .button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
1985
+ background-color: #3273dc;
1986
+ border-color: #3273dc;
1987
+ color: #fff;
1988
+ }
1989
+
1990
+ .button.is-link.is-outlined.is-loading:after {
1991
+ border-color: transparent transparent #3273dc #3273dc !important;
1992
+ }
1993
+
1994
+ .button.is-link.is-outlined[disabled] {
1995
+ background-color: transparent;
1996
+ border-color: #3273dc;
1997
+ -webkit-box-shadow: none;
1998
+ box-shadow: none;
1999
+ color: #3273dc;
2000
+ }
2001
+
2002
+ .button.is-link.is-inverted.is-outlined {
2003
+ background-color: transparent;
2004
+ border-color: #fff;
2005
+ color: #fff;
2006
+ }
2007
+
2008
+ .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
2009
+ background-color: #fff;
2010
+ color: #3273dc;
2011
+ }
2012
+
2013
+ .button.is-link.is-inverted.is-outlined[disabled] {
2014
+ background-color: transparent;
2015
+ border-color: #fff;
2016
+ -webkit-box-shadow: none;
2017
+ box-shadow: none;
2018
+ color: #fff;
2019
+ }
2020
+
2021
+ .button.is-info {
2022
+ background-color: #209cee;
2023
+ border-color: transparent;
2024
+ color: #fff;
2025
+ }
2026
+
2027
+ .button.is-info:hover, .button.is-info.is-hovered {
2028
+ background-color: #1496ed;
2029
+ border-color: transparent;
2030
+ color: #fff;
2031
+ }
2032
+
2033
+ .button.is-info:focus, .button.is-info.is-focused {
2034
+ border-color: transparent;
2035
+ color: #fff;
2036
+ }
2037
+
2038
+ .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
2039
+ -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
2040
+ box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
2041
+ }
2042
+
2043
+ .button.is-info:active, .button.is-info.is-active {
2044
+ background-color: #118fe4;
2045
+ border-color: transparent;
2046
+ color: #fff;
2047
+ }
2048
+
2049
+ .button.is-info[disabled] {
2050
+ background-color: #209cee;
2051
+ border-color: transparent;
2052
+ -webkit-box-shadow: none;
2053
+ box-shadow: none;
2054
+ }
2055
+
2056
+ .button.is-info.is-inverted {
2057
+ background-color: #fff;
2058
+ color: #209cee;
2059
+ }
2060
+
2061
+ .button.is-info.is-inverted:hover {
2062
+ background-color: #f2f2f2;
2063
+ }
2064
+
2065
+ .button.is-info.is-inverted[disabled] {
2066
+ background-color: #fff;
2067
+ border-color: transparent;
2068
+ -webkit-box-shadow: none;
2069
+ box-shadow: none;
2070
+ color: #209cee;
2071
+ }
2072
+
2073
+ .button.is-info.is-loading:after {
2074
+ border-color: transparent transparent #fff #fff !important;
2075
+ }
2076
+
2077
+ .button.is-info.is-outlined {
2078
+ background-color: transparent;
2079
+ border-color: #209cee;
2080
+ color: #209cee;
2081
+ }
2082
+
2083
+ .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
2084
+ background-color: #209cee;
2085
+ border-color: #209cee;
2086
+ color: #fff;
2087
+ }
2088
+
2089
+ .button.is-info.is-outlined.is-loading:after {
2090
+ border-color: transparent transparent #209cee #209cee !important;
2091
+ }
2092
+
2093
+ .button.is-info.is-outlined[disabled] {
2094
+ background-color: transparent;
2095
+ border-color: #209cee;
2096
+ -webkit-box-shadow: none;
2097
+ box-shadow: none;
2098
+ color: #209cee;
2099
+ }
2100
+
2101
+ .button.is-info.is-inverted.is-outlined {
2102
+ background-color: transparent;
2103
+ border-color: #fff;
2104
+ color: #fff;
2105
+ }
2106
+
2107
+ .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
2108
+ background-color: #fff;
2109
+ color: #209cee;
2110
+ }
2111
+
2112
+ .button.is-info.is-inverted.is-outlined[disabled] {
2113
+ background-color: transparent;
2114
+ border-color: #fff;
2115
+ -webkit-box-shadow: none;
2116
+ box-shadow: none;
2117
+ color: #fff;
2118
+ }
2119
+
2120
+ .button.is-success {
2121
+ background-color: #23d160;
2122
+ border-color: transparent;
2123
+ color: #fff;
2124
+ }
2125
+
2126
+ .button.is-success:hover, .button.is-success.is-hovered {
2127
+ background-color: #22c65b;
2128
+ border-color: transparent;
2129
+ color: #fff;
2130
+ }
2131
+
2132
+ .button.is-success:focus, .button.is-success.is-focused {
2133
+ border-color: transparent;
2134
+ color: #fff;
2135
+ }
2136
+
2137
+ .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
2138
+ -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
2139
+ box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
2140
+ }
2141
+
2142
+ .button.is-success:active, .button.is-success.is-active {
2143
+ background-color: #20bc56;
2144
+ border-color: transparent;
2145
+ color: #fff;
2146
+ }
2147
+
2148
+ .button.is-success[disabled] {
2149
+ background-color: #23d160;
2150
+ border-color: transparent;
2151
+ -webkit-box-shadow: none;
2152
+ box-shadow: none;
2153
+ }
2154
+
2155
+ .button.is-success.is-inverted {
2156
+ background-color: #fff;
2157
+ color: #23d160;
2158
+ }
2159
+
2160
+ .button.is-success.is-inverted:hover {
2161
+ background-color: #f2f2f2;
2162
+ }
2163
+
2164
+ .button.is-success.is-inverted[disabled] {
2165
+ background-color: #fff;
2166
+ border-color: transparent;
2167
+ -webkit-box-shadow: none;
2168
+ box-shadow: none;
2169
+ color: #23d160;
2170
+ }
2171
+
2172
+ .button.is-success.is-loading:after {
2173
+ border-color: transparent transparent #fff #fff !important;
2174
+ }
2175
+
2176
+ .button.is-success.is-outlined {
2177
+ background-color: transparent;
2178
+ border-color: #23d160;
2179
+ color: #23d160;
2180
+ }
2181
+
2182
+ .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
2183
+ background-color: #23d160;
2184
+ border-color: #23d160;
2185
+ color: #fff;
2186
+ }
2187
+
2188
+ .button.is-success.is-outlined.is-loading:after {
2189
+ border-color: transparent transparent #23d160 #23d160 !important;
2190
+ }
2191
+
2192
+ .button.is-success.is-outlined[disabled] {
2193
+ background-color: transparent;
2194
+ border-color: #23d160;
2195
+ -webkit-box-shadow: none;
2196
+ box-shadow: none;
2197
+ color: #23d160;
2198
+ }
2199
+
2200
+ .button.is-success.is-inverted.is-outlined {
2201
+ background-color: transparent;
2202
+ border-color: #fff;
2203
+ color: #fff;
2204
+ }
2205
+
2206
+ .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
2207
+ background-color: #fff;
2208
+ color: #23d160;
2209
+ }
2210
+
2211
+ .button.is-success.is-inverted.is-outlined[disabled] {
2212
+ background-color: transparent;
2213
+ border-color: #fff;
2214
+ -webkit-box-shadow: none;
2215
+ box-shadow: none;
2216
+ color: #fff;
2217
+ }
2218
+
2219
+ .button.is-warning {
2220
+ background-color: #ffdd57;
2221
+ border-color: transparent;
2222
+ color: rgba(0, 0, 0, 0.7);
2223
+ }
2224
+
2225
+ .button.is-warning:hover, .button.is-warning.is-hovered {
2226
+ background-color: #ffdb4a;
2227
+ border-color: transparent;
2228
+ color: rgba(0, 0, 0, 0.7);
2229
+ }
2230
+
2231
+ .button.is-warning:focus, .button.is-warning.is-focused {
2232
+ border-color: transparent;
2233
+ color: rgba(0, 0, 0, 0.7);
2234
+ }
2235
+
2236
+ .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
2237
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
2238
+ box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
2239
+ }
2240
+
2241
+ .button.is-warning:active, .button.is-warning.is-active {
2242
+ background-color: #ffd83d;
2243
+ border-color: transparent;
2244
+ color: rgba(0, 0, 0, 0.7);
2245
+ }
2246
+
2247
+ .button.is-warning[disabled] {
2248
+ background-color: #ffdd57;
2249
+ border-color: transparent;
2250
+ -webkit-box-shadow: none;
2251
+ box-shadow: none;
2252
+ }
2253
+
2254
+ .button.is-warning.is-inverted {
2255
+ background-color: rgba(0, 0, 0, 0.7);
2256
+ color: #ffdd57;
2257
+ }
2258
+
2259
+ .button.is-warning.is-inverted:hover {
2260
+ background-color: rgba(0, 0, 0, 0.7);
2261
+ }
2262
+
2263
+ .button.is-warning.is-inverted[disabled] {
2264
+ background-color: rgba(0, 0, 0, 0.7);
2265
+ border-color: transparent;
2266
+ -webkit-box-shadow: none;
2267
+ box-shadow: none;
2268
+ color: #ffdd57;
2269
+ }
2270
+
2271
+ .button.is-warning.is-loading:after {
2272
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
2273
+ }
2274
+
2275
+ .button.is-warning.is-outlined {
2276
+ background-color: transparent;
2277
+ border-color: #ffdd57;
2278
+ color: #ffdd57;
2279
+ }
2280
+
2281
+ .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
2282
+ background-color: #ffdd57;
2283
+ border-color: #ffdd57;
2284
+ color: rgba(0, 0, 0, 0.7);
2285
+ }
2286
+
2287
+ .button.is-warning.is-outlined.is-loading:after {
2288
+ border-color: transparent transparent #ffdd57 #ffdd57 !important;
2289
+ }
2290
+
2291
+ .button.is-warning.is-outlined[disabled] {
2292
+ background-color: transparent;
2293
+ border-color: #ffdd57;
2294
+ -webkit-box-shadow: none;
2295
+ box-shadow: none;
2296
+ color: #ffdd57;
2297
+ }
2298
+
2299
+ .button.is-warning.is-inverted.is-outlined {
2300
+ background-color: transparent;
2301
+ border-color: rgba(0, 0, 0, 0.7);
2302
+ color: rgba(0, 0, 0, 0.7);
2303
+ }
2304
+
2305
+ .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
2306
+ background-color: rgba(0, 0, 0, 0.7);
2307
+ color: #ffdd57;
2308
+ }
2309
+
2310
+ .button.is-warning.is-inverted.is-outlined[disabled] {
2311
+ background-color: transparent;
2312
+ border-color: rgba(0, 0, 0, 0.7);
2313
+ -webkit-box-shadow: none;
2314
+ box-shadow: none;
2315
+ color: rgba(0, 0, 0, 0.7);
2316
+ }
2317
+
2318
+ .button.is-danger {
2319
+ background-color: #ff3860;
2320
+ border-color: transparent;
2321
+ color: #fff;
2322
+ }
2323
+
2324
+ .button.is-danger:hover, .button.is-danger.is-hovered {
2325
+ background-color: #ff2b56;
2326
+ border-color: transparent;
2327
+ color: #fff;
2328
+ }
2329
+
2330
+ .button.is-danger:focus, .button.is-danger.is-focused {
2331
+ border-color: transparent;
2332
+ color: #fff;
2333
+ }
2334
+
2335
+ .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
2336
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
2337
+ box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
2338
+ }
2339
+
2340
+ .button.is-danger:active, .button.is-danger.is-active {
2341
+ background-color: #ff1f4b;
2342
+ border-color: transparent;
2343
+ color: #fff;
2344
+ }
2345
+
2346
+ .button.is-danger[disabled] {
2347
+ background-color: #ff3860;
2348
+ border-color: transparent;
2349
+ -webkit-box-shadow: none;
2350
+ box-shadow: none;
2351
+ }
2352
+
2353
+ .button.is-danger.is-inverted {
2354
+ background-color: #fff;
2355
+ color: #ff3860;
2356
+ }
2357
+
2358
+ .button.is-danger.is-inverted:hover {
2359
+ background-color: #f2f2f2;
2360
+ }
2361
+
2362
+ .button.is-danger.is-inverted[disabled] {
2363
+ background-color: #fff;
2364
+ border-color: transparent;
2365
+ -webkit-box-shadow: none;
2366
+ box-shadow: none;
2367
+ color: #ff3860;
2368
+ }
2369
+
2370
+ .button.is-danger.is-loading:after {
2371
+ border-color: transparent transparent #fff #fff !important;
2372
+ }
2373
+
2374
+ .button.is-danger.is-outlined {
2375
+ background-color: transparent;
2376
+ border-color: #ff3860;
2377
+ color: #ff3860;
2378
+ }
2379
+
2380
+ .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
2381
+ background-color: #ff3860;
2382
+ border-color: #ff3860;
2383
+ color: #fff;
2384
+ }
2385
+
2386
+ .button.is-danger.is-outlined.is-loading:after {
2387
+ border-color: transparent transparent #ff3860 #ff3860 !important;
2388
+ }
2389
+
2390
+ .button.is-danger.is-outlined[disabled] {
2391
+ background-color: transparent;
2392
+ border-color: #ff3860;
2393
+ -webkit-box-shadow: none;
2394
+ box-shadow: none;
2395
+ color: #ff3860;
2396
+ }
2397
+
2398
+ .button.is-danger.is-inverted.is-outlined {
2399
+ background-color: transparent;
2400
+ border-color: #fff;
2401
+ color: #fff;
2402
+ }
2403
+
2404
+ .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
2405
+ background-color: #fff;
2406
+ color: #ff3860;
2407
+ }
2408
+
2409
+ .button.is-danger.is-inverted.is-outlined[disabled] {
2410
+ background-color: transparent;
2411
+ border-color: #fff;
2412
+ -webkit-box-shadow: none;
2413
+ box-shadow: none;
2414
+ color: #fff;
2415
+ }
2416
+
2417
+ .button.is-small {
2418
+ border-radius: 2px;
2419
+ font-size: 0.75rem;
2420
+ }
2421
+
2422
+ .button.is-medium {
2423
+ font-size: 1.25rem;
2424
+ }
2425
+
2426
+ .button.is-large {
2427
+ font-size: 1.5rem;
2428
+ }
2429
+
2430
+ .button[disabled] {
2431
+ background-color: white;
2432
+ border-color: #dbdbdb;
2433
+ -webkit-box-shadow: none;
2434
+ box-shadow: none;
2435
+ opacity: 0.5;
2436
+ }
2437
+
2438
+ .button.is-fullwidth {
2439
+ display: -webkit-box;
2440
+ display: -ms-flexbox;
2441
+ display: flex;
2442
+ width: 100%;
2443
+ }
2444
+
2445
+ .button.is-loading {
2446
+ color: transparent !important;
2447
+ pointer-events: none;
2448
+ }
2449
+
2450
+ .button.is-loading:after {
2451
+ -webkit-animation: spinAround 500ms infinite linear;
2452
+ animation: spinAround 500ms infinite linear;
2453
+ border: 2px solid #dbdbdb;
2454
+ border-radius: 290486px;
2455
+ border-right-color: transparent;
2456
+ border-top-color: transparent;
2457
+ content: "";
2458
+ display: block;
2459
+ height: 1em;
2460
+ position: relative;
2461
+ width: 1em;
2462
+ position: absolute;
2463
+ left: calc(50% - (1em / 2));
2464
+ top: calc(50% - (1em / 2));
2465
+ position: absolute !important;
2466
+ }
2467
+
2468
+ .button.is-static {
2469
+ background-color: whitesmoke;
2470
+ border-color: #dbdbdb;
2471
+ color: #7a7a7a;
2472
+ -webkit-box-shadow: none;
2473
+ box-shadow: none;
2474
+ pointer-events: none;
2475
+ }
2476
+
2477
+ .buttons {
2478
+ -webkit-box-align: center;
2479
+ -ms-flex-align: center;
2480
+ align-items: center;
2481
+ display: -webkit-box;
2482
+ display: -ms-flexbox;
2483
+ display: flex;
2484
+ -ms-flex-wrap: wrap;
2485
+ flex-wrap: wrap;
2486
+ -webkit-box-pack: start;
2487
+ -ms-flex-pack: start;
2488
+ justify-content: flex-start;
2489
+ }
2490
+
2491
+ .buttons .button {
2492
+ margin-bottom: 0.5rem;
2493
+ }
2494
+
2495
+ .buttons .button:not(:last-child) {
2496
+ margin-right: 0.5rem;
2497
+ }
2498
+
2499
+ .buttons:last-child {
2500
+ margin-bottom: -0.5rem;
2501
+ }
2502
+
2503
+ .buttons:not(:last-child) {
2504
+ margin-bottom: 1rem;
2505
+ }
2506
+
2507
+ .buttons.has-addons .button:not(:first-child) {
2508
+ border-bottom-left-radius: 0;
2509
+ border-top-left-radius: 0;
2510
+ }
2511
+
2512
+ .buttons.has-addons .button:not(:last-child) {
2513
+ border-bottom-right-radius: 0;
2514
+ border-top-right-radius: 0;
2515
+ margin-right: -1px;
2516
+ }
2517
+
2518
+ .buttons.has-addons .button:last-child {
2519
+ margin-right: 0;
2520
+ }
2521
+
2522
+ .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
2523
+ z-index: 2;
2524
+ }
2525
+
2526
+ .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
2527
+ z-index: 3;
2528
+ }
2529
+
2530
+ .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
2531
+ z-index: 4;
2532
+ }
2533
+
2534
+ .buttons.is-centered {
2535
+ -webkit-box-pack: center;
2536
+ -ms-flex-pack: center;
2537
+ justify-content: center;
2538
+ }
2539
+
2540
+ .buttons.is-right {
2541
+ -webkit-box-pack: end;
2542
+ -ms-flex-pack: end;
2543
+ justify-content: flex-end;
2544
+ }
2545
+
2546
+ .container {
2547
+ margin: 0 auto;
2548
+ position: relative;
2549
+ }
2550
+
2551
+ @media screen and (min-width: 1024px) {
2552
+ .container {
2553
+ max-width: 960px;
2554
+ width: 960px;
2555
+ }
2556
+ .container.is-fluid {
2557
+ margin-left: 32px;
2558
+ margin-right: 32px;
2559
+ max-width: none;
2560
+ width: auto;
2561
+ }
2562
+ }
2563
+
2564
+ @media screen and (max-width: 1215px) {
2565
+ .container.is-widescreen {
2566
+ max-width: 1152px;
2567
+ width: auto;
2568
+ }
2569
+ }
2570
+
2571
+ @media screen and (max-width: 1407px) {
2572
+ .container.is-fullhd {
2573
+ max-width: 1344px;
2574
+ width: auto;
2575
+ }
2576
+ }
2577
+
2578
+ @media screen and (min-width: 1216px) {
2579
+ .container {
2580
+ max-width: 1152px;
2581
+ width: 1152px;
2582
+ }
2583
+ }
2584
+
2585
+ @media screen and (min-width: 1408px) {
2586
+ .container {
2587
+ max-width: 1344px;
2588
+ width: 1344px;
2589
+ }
2590
+ }
2591
+
2592
+ .content:not(:last-child) {
2593
+ margin-bottom: 1.5rem;
2594
+ }
2595
+
2596
+ .content li + li {
2597
+ margin-top: 0.25em;
2598
+ }
2599
+
2600
+ .content p:not(:last-child),
2601
+ .content dl:not(:last-child),
2602
+ .content ol:not(:last-child),
2603
+ .content ul:not(:last-child),
2604
+ .content blockquote:not(:last-child),
2605
+ .content pre:not(:last-child),
2606
+ .content table:not(:last-child) {
2607
+ margin-bottom: 1em;
2608
+ }
2609
+
2610
+ .content h1,
2611
+ .content h2,
2612
+ .content h3,
2613
+ .content h4,
2614
+ .content h5,
2615
+ .content h6 {
2616
+ color: #363636;
2617
+ font-weight: 400;
2618
+ line-height: 1.125;
2619
+ }
2620
+
2621
+ .content h1 {
2622
+ font-size: 2em;
2623
+ margin-bottom: 0.5em;
2624
+ }
2625
+
2626
+ .content h1:not(:first-child) {
2627
+ margin-top: 1em;
2628
+ }
2629
+
2630
+ .content h2 {
2631
+ font-size: 1.75em;
2632
+ margin-bottom: 0.5714em;
2633
+ }
2634
+
2635
+ .content h2:not(:first-child) {
2636
+ margin-top: 1.1428em;
2637
+ }
2638
+
2639
+ .content h3 {
2640
+ font-size: 1.5em;
2641
+ margin-bottom: 0.6666em;
2642
+ }
2643
+
2644
+ .content h3:not(:first-child) {
2645
+ margin-top: 1.3333em;
2646
+ }
2647
+
2648
+ .content h4 {
2649
+ font-size: 1.25em;
2650
+ margin-bottom: 0.8em;
2651
+ }
2652
+
2653
+ .content h5 {
2654
+ font-size: 1.125em;
2655
+ margin-bottom: 0.8888em;
2656
+ }
2657
+
2658
+ .content h6 {
2659
+ font-size: 1em;
2660
+ margin-bottom: 1em;
2661
+ }
2662
+
2663
+ .content blockquote {
2664
+ background-color: whitesmoke;
2665
+ border-left: 5px solid #dbdbdb;
2666
+ padding: 1.25em 1.5em;
2667
+ }
2668
+
2669
+ .content ol {
2670
+ list-style: decimal outside;
2671
+ margin-left: 2em;
2672
+ margin-top: 1em;
2673
+ }
2674
+
2675
+ .content ul {
2676
+ list-style: disc outside;
2677
+ margin-left: 2em;
2678
+ margin-top: 1em;
2679
+ }
2680
+
2681
+ .content ul ul {
2682
+ list-style-type: circle;
2683
+ margin-top: 0.5em;
2684
+ }
2685
+
2686
+ .content ul ul ul {
2687
+ list-style-type: square;
2688
+ }
2689
+
2690
+ .content dd {
2691
+ margin-left: 2em;
2692
+ }
2693
+
2694
+ .content figure {
2695
+ margin-left: 2em;
2696
+ margin-right: 2em;
2697
+ text-align: center;
2698
+ }
2699
+
2700
+ .content figure:not(:first-child) {
2701
+ margin-top: 2em;
2702
+ }
2703
+
2704
+ .content figure:not(:last-child) {
2705
+ margin-bottom: 2em;
2706
+ }
2707
+
2708
+ .content figure img {
2709
+ display: inline-block;
2710
+ }
2711
+
2712
+ .content figure figcaption {
2713
+ font-style: italic;
2714
+ }
2715
+
2716
+ .content pre {
2717
+ -webkit-overflow-scrolling: touch;
2718
+ overflow-x: auto;
2719
+ padding: 1.25em 1.5em;
2720
+ white-space: pre;
2721
+ word-wrap: normal;
2722
+ }
2723
+
2724
+ .content sup,
2725
+ .content sub {
2726
+ font-size: 75%;
2727
+ }
2728
+
2729
+ .content table {
2730
+ width: 100%;
2731
+ }
2732
+
2733
+ .content table td,
2734
+ .content table th {
2735
+ border: 1px solid #dbdbdb;
2736
+ border-width: 0 0 1px;
2737
+ padding: 0.5em 0.75em;
2738
+ vertical-align: top;
2739
+ }
2740
+
2741
+ .content table th {
2742
+ color: #363636;
2743
+ text-align: left;
2744
+ }
2745
+
2746
+ .content table tr:hover {
2747
+ background-color: whitesmoke;
2748
+ }
2749
+
2750
+ .content table thead td,
2751
+ .content table thead th {
2752
+ border-width: 0 0 2px;
2753
+ color: #363636;
2754
+ }
2755
+
2756
+ .content table tfoot td,
2757
+ .content table tfoot th {
2758
+ border-width: 2px 0 0;
2759
+ color: #363636;
2760
+ }
2761
+
2762
+ .content table tbody tr:last-child td,
2763
+ .content table tbody tr:last-child th {
2764
+ border-bottom-width: 0;
2765
+ }
2766
+
2767
+ .content.is-small {
2768
+ font-size: 0.75rem;
2769
+ }
2770
+
2771
+ .content.is-medium {
2772
+ font-size: 1.25rem;
2773
+ }
2774
+
2775
+ .content.is-large {
2776
+ font-size: 1.5rem;
2777
+ }
2778
+
2779
+ .input,
2780
+ .textarea {
2781
+ -moz-appearance: none;
2782
+ -webkit-appearance: none;
2783
+ -webkit-box-align: center;
2784
+ -ms-flex-align: center;
2785
+ align-items: center;
2786
+ border: 1px solid transparent;
2787
+ border-radius: 3px;
2788
+ -webkit-box-shadow: none;
2789
+ box-shadow: none;
2790
+ display: -webkit-inline-box;
2791
+ display: -ms-inline-flexbox;
2792
+ display: inline-flex;
2793
+ font-size: 1rem;
2794
+ height: 2.25em;
2795
+ -webkit-box-pack: start;
2796
+ -ms-flex-pack: start;
2797
+ justify-content: flex-start;
2798
+ line-height: 1.5;
2799
+ padding-bottom: calc(0.375em - 1px);
2800
+ padding-left: calc(0.625em - 1px);
2801
+ padding-right: calc(0.625em - 1px);
2802
+ padding-top: calc(0.375em - 1px);
2803
+ position: relative;
2804
+ vertical-align: top;
2805
+ background-color: white;
2806
+ border-color: #dbdbdb;
2807
+ color: #363636;
2808
+ -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
2809
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
2810
+ max-width: 100%;
2811
+ width: 100%;
2812
+ }
2813
+
2814
+ .input:focus, .input.is-focused, .input:active, .input.is-active,
2815
+ .textarea:focus,
2816
+ .textarea.is-focused,
2817
+ .textarea:active,
2818
+ .textarea.is-active {
2819
+ outline: none;
2820
+ }
2821
+
2822
+ .input[disabled],
2823
+ .textarea[disabled] {
2824
+ cursor: not-allowed;
2825
+ }
2826
+
2827
+ .input::-moz-placeholder,
2828
+ .textarea::-moz-placeholder {
2829
+ color: rgba(54, 54, 54, 0.3);
2830
+ }
2831
+
2832
+ .input::-webkit-input-placeholder,
2833
+ .textarea::-webkit-input-placeholder {
2834
+ color: rgba(54, 54, 54, 0.3);
2835
+ }
2836
+
2837
+ .input:-moz-placeholder,
2838
+ .textarea:-moz-placeholder {
2839
+ color: rgba(54, 54, 54, 0.3);
2840
+ }
2841
+
2842
+ .input:-ms-input-placeholder,
2843
+ .textarea:-ms-input-placeholder {
2844
+ color: rgba(54, 54, 54, 0.3);
2845
+ }
2846
+
2847
+ .input:hover, .input.is-hovered,
2848
+ .textarea:hover,
2849
+ .textarea.is-hovered {
2850
+ border-color: #b5b5b5;
2851
+ }
2852
+
2853
+ .input:focus, .input.is-focused, .input:active, .input.is-active,
2854
+ .textarea:focus,
2855
+ .textarea.is-focused,
2856
+ .textarea:active,
2857
+ .textarea.is-active {
2858
+ border-color: #3273dc;
2859
+ -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
2860
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
2861
+ }
2862
+
2863
+ .input[disabled],
2864
+ .textarea[disabled] {
2865
+ background-color: whitesmoke;
2866
+ border-color: whitesmoke;
2867
+ -webkit-box-shadow: none;
2868
+ box-shadow: none;
2869
+ color: #7a7a7a;
2870
+ }
2871
+
2872
+ .input[disabled]::-moz-placeholder,
2873
+ .textarea[disabled]::-moz-placeholder {
2874
+ color: rgba(122, 122, 122, 0.3);
2875
+ }
2876
+
2877
+ .input[disabled]::-webkit-input-placeholder,
2878
+ .textarea[disabled]::-webkit-input-placeholder {
2879
+ color: rgba(122, 122, 122, 0.3);
2880
+ }
2881
+
2882
+ .input[disabled]:-moz-placeholder,
2883
+ .textarea[disabled]:-moz-placeholder {
2884
+ color: rgba(122, 122, 122, 0.3);
2885
+ }
2886
+
2887
+ .input[disabled]:-ms-input-placeholder,
2888
+ .textarea[disabled]:-ms-input-placeholder {
2889
+ color: rgba(122, 122, 122, 0.3);
2890
+ }
2891
+
2892
+ .input[type="search"],
2893
+ .textarea[type="search"] {
2894
+ border-radius: 290486px;
2895
+ }
2896
+
2897
+ .input[readonly],
2898
+ .textarea[readonly] {
2899
+ -webkit-box-shadow: none;
2900
+ box-shadow: none;
2901
+ }
2902
+
2903
+ .input.is-white,
2904
+ .textarea.is-white {
2905
+ border-color: white;
2906
+ }
2907
+
2908
+ .input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
2909
+ .textarea.is-white:focus,
2910
+ .textarea.is-white.is-focused,
2911
+ .textarea.is-white:active,
2912
+ .textarea.is-white.is-active {
2913
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
2914
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
2915
+ }
2916
+
2917
+ .input.is-black,
2918
+ .textarea.is-black {
2919
+ border-color: #0a0a0a;
2920
+ }
2921
+
2922
+ .input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
2923
+ .textarea.is-black:focus,
2924
+ .textarea.is-black.is-focused,
2925
+ .textarea.is-black:active,
2926
+ .textarea.is-black.is-active {
2927
+ -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
2928
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
2929
+ }
2930
+
2931
+ .input.is-light,
2932
+ .textarea.is-light {
2933
+ border-color: whitesmoke;
2934
+ }
2935
+
2936
+ .input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
2937
+ .textarea.is-light:focus,
2938
+ .textarea.is-light.is-focused,
2939
+ .textarea.is-light:active,
2940
+ .textarea.is-light.is-active {
2941
+ -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
2942
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
2943
+ }
2944
+
2945
+ .input.is-dark,
2946
+ .textarea.is-dark {
2947
+ border-color: #363636;
2948
+ }
2949
+
2950
+ .input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
2951
+ .textarea.is-dark:focus,
2952
+ .textarea.is-dark.is-focused,
2953
+ .textarea.is-dark:active,
2954
+ .textarea.is-dark.is-active {
2955
+ -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
2956
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
2957
+ }
2958
+
2959
+ .input.is-primary,
2960
+ .textarea.is-primary {
2961
+ border-color: #00d1b2;
2962
+ }
2963
+
2964
+ .input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
2965
+ .textarea.is-primary:focus,
2966
+ .textarea.is-primary.is-focused,
2967
+ .textarea.is-primary:active,
2968
+ .textarea.is-primary.is-active {
2969
+ -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
2970
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
2971
+ }
2972
+
2973
+ .input.is-link,
2974
+ .textarea.is-link {
2975
+ border-color: #3273dc;
2976
+ }
2977
+
2978
+ .input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
2979
+ .textarea.is-link:focus,
2980
+ .textarea.is-link.is-focused,
2981
+ .textarea.is-link:active,
2982
+ .textarea.is-link.is-active {
2983
+ -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
2984
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
2985
+ }
2986
+
2987
+ .input.is-info,
2988
+ .textarea.is-info {
2989
+ border-color: #209cee;
2990
+ }
2991
+
2992
+ .input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
2993
+ .textarea.is-info:focus,
2994
+ .textarea.is-info.is-focused,
2995
+ .textarea.is-info:active,
2996
+ .textarea.is-info.is-active {
2997
+ -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
2998
+ box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
2999
+ }
3000
+
3001
+ .input.is-success,
3002
+ .textarea.is-success {
3003
+ border-color: #23d160;
3004
+ }
3005
+
3006
+ .input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
3007
+ .textarea.is-success:focus,
3008
+ .textarea.is-success.is-focused,
3009
+ .textarea.is-success:active,
3010
+ .textarea.is-success.is-active {
3011
+ -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
3012
+ box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
3013
+ }
3014
+
3015
+ .input.is-warning,
3016
+ .textarea.is-warning {
3017
+ border-color: #ffdd57;
3018
+ }
3019
+
3020
+ .input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
3021
+ .textarea.is-warning:focus,
3022
+ .textarea.is-warning.is-focused,
3023
+ .textarea.is-warning:active,
3024
+ .textarea.is-warning.is-active {
3025
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
3026
+ box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
3027
+ }
3028
+
3029
+ .input.is-danger,
3030
+ .textarea.is-danger {
3031
+ border-color: #ff3860;
3032
+ }
3033
+
3034
+ .input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
3035
+ .textarea.is-danger:focus,
3036
+ .textarea.is-danger.is-focused,
3037
+ .textarea.is-danger:active,
3038
+ .textarea.is-danger.is-active {
3039
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
3040
+ box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
3041
+ }
3042
+
3043
+ .input.is-small,
3044
+ .textarea.is-small {
3045
+ border-radius: 2px;
3046
+ font-size: 0.75rem;
3047
+ }
3048
+
3049
+ .input.is-medium,
3050
+ .textarea.is-medium {
3051
+ font-size: 1.25rem;
3052
+ }
3053
+
3054
+ .input.is-large,
3055
+ .textarea.is-large {
3056
+ font-size: 1.5rem;
3057
+ }
3058
+
3059
+ .input.is-fullwidth,
3060
+ .textarea.is-fullwidth {
3061
+ display: block;
3062
+ width: 100%;
3063
+ }
3064
+
3065
+ .input.is-inline,
3066
+ .textarea.is-inline {
3067
+ display: inline;
3068
+ width: auto;
3069
+ }
3070
+
3071
+ .input.is-static {
3072
+ background-color: transparent;
3073
+ border-color: transparent;
3074
+ -webkit-box-shadow: none;
3075
+ box-shadow: none;
3076
+ padding-left: 0;
3077
+ padding-right: 0;
3078
+ }
3079
+
3080
+ .textarea {
3081
+ display: block;
3082
+ max-width: 100%;
3083
+ min-width: 100%;
3084
+ padding: 0.625em;
3085
+ resize: vertical;
3086
+ }
3087
+
3088
+ .textarea:not([rows]) {
3089
+ max-height: 600px;
3090
+ min-height: 120px;
3091
+ }
3092
+
3093
+ .textarea[rows] {
3094
+ height: unset;
3095
+ }
3096
+
3097
+ .textarea.has-fixed-size {
3098
+ resize: none;
3099
+ }
3100
+
3101
+ .checkbox,
3102
+ .radio {
3103
+ cursor: pointer;
3104
+ display: inline-block;
3105
+ line-height: 1.25;
3106
+ position: relative;
3107
+ }
3108
+
3109
+ .checkbox input,
3110
+ .radio input {
3111
+ cursor: pointer;
3112
+ }
3113
+
3114
+ .checkbox:hover,
3115
+ .radio:hover {
3116
+ color: #363636;
3117
+ }
3118
+
3119
+ .checkbox[disabled],
3120
+ .radio[disabled] {
3121
+ color: #7a7a7a;
3122
+ cursor: not-allowed;
3123
+ }
3124
+
3125
+ .radio + .radio {
3126
+ margin-left: 0.5em;
3127
+ }
3128
+
3129
+ .select {
3130
+ display: inline-block;
3131
+ max-width: 100%;
3132
+ position: relative;
3133
+ vertical-align: top;
3134
+ }
3135
+
3136
+ .select:not(.is-multiple) {
3137
+ height: 2.25em;
3138
+ }
3139
+
3140
+ .select:not(.is-multiple)::after {
3141
+ border: 1px solid #3273dc;
3142
+ border-right: 0;
3143
+ border-top: 0;
3144
+ content: " ";
3145
+ display: block;
3146
+ height: 0.5em;
3147
+ pointer-events: none;
3148
+ position: absolute;
3149
+ -webkit-transform: rotate(-45deg);
3150
+ transform: rotate(-45deg);
3151
+ -webkit-transform-origin: center;
3152
+ transform-origin: center;
3153
+ width: 0.5em;
3154
+ margin-top: -0.375em;
3155
+ right: 1.125em;
3156
+ top: 50%;
3157
+ z-index: 4;
3158
+ }
3159
+
3160
+ .select select {
3161
+ -moz-appearance: none;
3162
+ -webkit-appearance: none;
3163
+ -webkit-box-align: center;
3164
+ -ms-flex-align: center;
3165
+ align-items: center;
3166
+ border: 1px solid transparent;
3167
+ border-radius: 3px;
3168
+ -webkit-box-shadow: none;
3169
+ box-shadow: none;
3170
+ display: -webkit-inline-box;
3171
+ display: -ms-inline-flexbox;
3172
+ display: inline-flex;
3173
+ font-size: 1rem;
3174
+ height: 2.25em;
3175
+ -webkit-box-pack: start;
3176
+ -ms-flex-pack: start;
3177
+ justify-content: flex-start;
3178
+ line-height: 1.5;
3179
+ padding-bottom: calc(0.375em - 1px);
3180
+ padding-left: calc(0.625em - 1px);
3181
+ padding-right: calc(0.625em - 1px);
3182
+ padding-top: calc(0.375em - 1px);
3183
+ position: relative;
3184
+ vertical-align: top;
3185
+ background-color: white;
3186
+ border-color: #dbdbdb;
3187
+ color: #363636;
3188
+ cursor: pointer;
3189
+ display: block;
3190
+ font-size: 1em;
3191
+ max-width: 100%;
3192
+ outline: none;
3193
+ }
3194
+
3195
+ .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
3196
+ outline: none;
3197
+ }
3198
+
3199
+ .select select[disabled] {
3200
+ cursor: not-allowed;
3201
+ }
3202
+
3203
+ .select select::-moz-placeholder {
3204
+ color: rgba(54, 54, 54, 0.3);
3205
+ }
3206
+
3207
+ .select select::-webkit-input-placeholder {
3208
+ color: rgba(54, 54, 54, 0.3);
3209
+ }
3210
+
3211
+ .select select:-moz-placeholder {
3212
+ color: rgba(54, 54, 54, 0.3);
3213
+ }
3214
+
3215
+ .select select:-ms-input-placeholder {
3216
+ color: rgba(54, 54, 54, 0.3);
3217
+ }
3218
+
3219
+ .select select:hover, .select select.is-hovered {
3220
+ border-color: #b5b5b5;
3221
+ }
3222
+
3223
+ .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
3224
+ border-color: #3273dc;
3225
+ -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3226
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3227
+ }
3228
+
3229
+ .select select[disabled] {
3230
+ background-color: whitesmoke;
3231
+ border-color: whitesmoke;
3232
+ -webkit-box-shadow: none;
3233
+ box-shadow: none;
3234
+ color: #7a7a7a;
3235
+ }
3236
+
3237
+ .select select[disabled]::-moz-placeholder {
3238
+ color: rgba(122, 122, 122, 0.3);
3239
+ }
3240
+
3241
+ .select select[disabled]::-webkit-input-placeholder {
3242
+ color: rgba(122, 122, 122, 0.3);
3243
+ }
3244
+
3245
+ .select select[disabled]:-moz-placeholder {
3246
+ color: rgba(122, 122, 122, 0.3);
3247
+ }
3248
+
3249
+ .select select[disabled]:-ms-input-placeholder {
3250
+ color: rgba(122, 122, 122, 0.3);
3251
+ }
3252
+
3253
+ .select select::-ms-expand {
3254
+ display: none;
3255
+ }
3256
+
3257
+ .select select[disabled]:hover {
3258
+ border-color: whitesmoke;
3259
+ }
3260
+
3261
+ .select select:not([multiple]) {
3262
+ padding-right: 2.5em;
3263
+ }
3264
+
3265
+ .select select[multiple] {
3266
+ height: unset;
3267
+ padding: 0;
3268
+ }
3269
+
3270
+ .select select[multiple] option {
3271
+ padding: 0.5em 1em;
3272
+ }
3273
+
3274
+ .select:hover::after {
3275
+ border-color: #363636;
3276
+ }
3277
+
3278
+ .select.is-white select {
3279
+ border-color: white;
3280
+ }
3281
+
3282
+ .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
3283
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
3284
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
3285
+ }
3286
+
3287
+ .select.is-black select {
3288
+ border-color: #0a0a0a;
3289
+ }
3290
+
3291
+ .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
3292
+ -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
3293
+ box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
3294
+ }
3295
+
3296
+ .select.is-light select {
3297
+ border-color: whitesmoke;
3298
+ }
3299
+
3300
+ .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
3301
+ -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
3302
+ box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
3303
+ }
3304
+
3305
+ .select.is-dark select {
3306
+ border-color: #363636;
3307
+ }
3308
+
3309
+ .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
3310
+ -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
3311
+ box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
3312
+ }
3313
+
3314
+ .select.is-primary select {
3315
+ border-color: #00d1b2;
3316
+ }
3317
+
3318
+ .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
3319
+ -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
3320
+ box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
3321
+ }
3322
+
3323
+ .select.is-link select {
3324
+ border-color: #3273dc;
3325
+ }
3326
+
3327
+ .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
3328
+ -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3329
+ box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3330
+ }
3331
+
3332
+ .select.is-info select {
3333
+ border-color: #209cee;
3334
+ }
3335
+
3336
+ .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
3337
+ -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
3338
+ box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
3339
+ }
3340
+
3341
+ .select.is-success select {
3342
+ border-color: #23d160;
3343
+ }
3344
+
3345
+ .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
3346
+ -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
3347
+ box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
3348
+ }
3349
+
3350
+ .select.is-warning select {
3351
+ border-color: #ffdd57;
3352
+ }
3353
+
3354
+ .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
3355
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
3356
+ box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
3357
+ }
3358
+
3359
+ .select.is-danger select {
3360
+ border-color: #ff3860;
3361
+ }
3362
+
3363
+ .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
3364
+ -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
3365
+ box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
3366
+ }
3367
+
3368
+ .select.is-small {
3369
+ border-radius: 2px;
3370
+ font-size: 0.75rem;
3371
+ }
3372
+
3373
+ .select.is-medium {
3374
+ font-size: 1.25rem;
3375
+ }
3376
+
3377
+ .select.is-large {
3378
+ font-size: 1.5rem;
3379
+ }
3380
+
3381
+ .select.is-disabled::after {
3382
+ border-color: #7a7a7a;
3383
+ }
3384
+
3385
+ .select.is-fullwidth {
3386
+ width: 100%;
3387
+ }
3388
+
3389
+ .select.is-fullwidth select {
3390
+ width: 100%;
3391
+ }
3392
+
3393
+ .select.is-loading::after {
3394
+ -webkit-animation: spinAround 500ms infinite linear;
3395
+ animation: spinAround 500ms infinite linear;
3396
+ border: 2px solid #dbdbdb;
3397
+ border-radius: 290486px;
3398
+ border-right-color: transparent;
3399
+ border-top-color: transparent;
3400
+ content: "";
3401
+ display: block;
3402
+ height: 1em;
3403
+ position: relative;
3404
+ width: 1em;
3405
+ margin-top: 0;
3406
+ position: absolute;
3407
+ right: 0.625em;
3408
+ top: 0.625em;
3409
+ -webkit-transform: none;
3410
+ transform: none;
3411
+ }
3412
+
3413
+ .select.is-loading.is-small:after {
3414
+ font-size: 0.75rem;
3415
+ }
3416
+
3417
+ .select.is-loading.is-medium:after {
3418
+ font-size: 1.25rem;
3419
+ }
3420
+
3421
+ .select.is-loading.is-large:after {
3422
+ font-size: 1.5rem;
3423
+ }
3424
+
3425
+ .file {
3426
+ -webkit-touch-callout: none;
3427
+ -webkit-user-select: none;
3428
+ -moz-user-select: none;
3429
+ -ms-user-select: none;
3430
+ user-select: none;
3431
+ -webkit-box-align: stretch;
3432
+ -ms-flex-align: stretch;
3433
+ align-items: stretch;
3434
+ display: -webkit-box;
3435
+ display: -ms-flexbox;
3436
+ display: flex;
3437
+ -webkit-box-pack: start;
3438
+ -ms-flex-pack: start;
3439
+ justify-content: flex-start;
3440
+ position: relative;
3441
+ }
3442
+
3443
+ .file.is-white .file-cta {
3444
+ background-color: white;
3445
+ border-color: transparent;
3446
+ color: #0a0a0a;
3447
+ }
3448
+
3449
+ .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
3450
+ background-color: #f9f9f9;
3451
+ border-color: transparent;
3452
+ color: #0a0a0a;
3453
+ }
3454
+
3455
+ .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
3456
+ border-color: transparent;
3457
+ -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
3458
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
3459
+ color: #0a0a0a;
3460
+ }
3461
+
3462
+ .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
3463
+ background-color: #f2f2f2;
3464
+ border-color: transparent;
3465
+ color: #0a0a0a;
3466
+ }
3467
+
3468
+ .file.is-black .file-cta {
3469
+ background-color: #0a0a0a;
3470
+ border-color: transparent;
3471
+ color: white;
3472
+ }
3473
+
3474
+ .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
3475
+ background-color: #040404;
3476
+ border-color: transparent;
3477
+ color: white;
3478
+ }
3479
+
3480
+ .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
3481
+ border-color: transparent;
3482
+ -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
3483
+ box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
3484
+ color: white;
3485
+ }
3486
+
3487
+ .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
3488
+ background-color: black;
3489
+ border-color: transparent;
3490
+ color: white;
3491
+ }
3492
+
3493
+ .file.is-light .file-cta {
3494
+ background-color: whitesmoke;
3495
+ border-color: transparent;
3496
+ color: #363636;
3497
+ }
3498
+
3499
+ .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
3500
+ background-color: #eeeeee;
3501
+ border-color: transparent;
3502
+ color: #363636;
3503
+ }
3504
+
3505
+ .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
3506
+ border-color: transparent;
3507
+ -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
3508
+ box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
3509
+ color: #363636;
3510
+ }
3511
+
3512
+ .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
3513
+ background-color: #e8e8e8;
3514
+ border-color: transparent;
3515
+ color: #363636;
3516
+ }
3517
+
3518
+ .file.is-dark .file-cta {
3519
+ background-color: #363636;
3520
+ border-color: transparent;
3521
+ color: whitesmoke;
3522
+ }
3523
+
3524
+ .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
3525
+ background-color: #2f2f2f;
3526
+ border-color: transparent;
3527
+ color: whitesmoke;
3528
+ }
3529
+
3530
+ .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
3531
+ border-color: transparent;
3532
+ -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
3533
+ box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
3534
+ color: whitesmoke;
3535
+ }
3536
+
3537
+ .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
3538
+ background-color: #292929;
3539
+ border-color: transparent;
3540
+ color: whitesmoke;
3541
+ }
3542
+
3543
+ .file.is-primary .file-cta {
3544
+ background-color: #00d1b2;
3545
+ border-color: transparent;
3546
+ color: #fff;
3547
+ }
3548
+
3549
+ .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
3550
+ background-color: #00c4a7;
3551
+ border-color: transparent;
3552
+ color: #fff;
3553
+ }
3554
+
3555
+ .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
3556
+ border-color: transparent;
3557
+ -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
3558
+ box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
3559
+ color: #fff;
3560
+ }
3561
+
3562
+ .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
3563
+ background-color: #00b89c;
3564
+ border-color: transparent;
3565
+ color: #fff;
3566
+ }
3567
+
3568
+ .file.is-link .file-cta {
3569
+ background-color: #3273dc;
3570
+ border-color: transparent;
3571
+ color: #fff;
3572
+ }
3573
+
3574
+ .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
3575
+ background-color: #276cda;
3576
+ border-color: transparent;
3577
+ color: #fff;
3578
+ }
3579
+
3580
+ .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
3581
+ border-color: transparent;
3582
+ -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
3583
+ box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
3584
+ color: #fff;
3585
+ }
3586
+
3587
+ .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
3588
+ background-color: #2366d1;
3589
+ border-color: transparent;
3590
+ color: #fff;
3591
+ }
3592
+
3593
+ .file.is-info .file-cta {
3594
+ background-color: #209cee;
3595
+ border-color: transparent;
3596
+ color: #fff;
3597
+ }
3598
+
3599
+ .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
3600
+ background-color: #1496ed;
3601
+ border-color: transparent;
3602
+ color: #fff;
3603
+ }
3604
+
3605
+ .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
3606
+ border-color: transparent;
3607
+ -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
3608
+ box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
3609
+ color: #fff;
3610
+ }
3611
+
3612
+ .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
3613
+ background-color: #118fe4;
3614
+ border-color: transparent;
3615
+ color: #fff;
3616
+ }
3617
+
3618
+ .file.is-success .file-cta {
3619
+ background-color: #23d160;
3620
+ border-color: transparent;
3621
+ color: #fff;
3622
+ }
3623
+
3624
+ .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
3625
+ background-color: #22c65b;
3626
+ border-color: transparent;
3627
+ color: #fff;
3628
+ }
3629
+
3630
+ .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
3631
+ border-color: transparent;
3632
+ -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
3633
+ box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
3634
+ color: #fff;
3635
+ }
3636
+
3637
+ .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
3638
+ background-color: #20bc56;
3639
+ border-color: transparent;
3640
+ color: #fff;
3641
+ }
3642
+
3643
+ .file.is-warning .file-cta {
3644
+ background-color: #ffdd57;
3645
+ border-color: transparent;
3646
+ color: rgba(0, 0, 0, 0.7);
3647
+ }
3648
+
3649
+ .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
3650
+ background-color: #ffdb4a;
3651
+ border-color: transparent;
3652
+ color: rgba(0, 0, 0, 0.7);
3653
+ }
3654
+
3655
+ .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
3656
+ border-color: transparent;
3657
+ -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
3658
+ box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
3659
+ color: rgba(0, 0, 0, 0.7);
3660
+ }
3661
+
3662
+ .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
3663
+ background-color: #ffd83d;
3664
+ border-color: transparent;
3665
+ color: rgba(0, 0, 0, 0.7);
3666
+ }
3667
+
3668
+ .file.is-danger .file-cta {
3669
+ background-color: #ff3860;
3670
+ border-color: transparent;
3671
+ color: #fff;
3672
+ }
3673
+
3674
+ .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
3675
+ background-color: #ff2b56;
3676
+ border-color: transparent;
3677
+ color: #fff;
3678
+ }
3679
+
3680
+ .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
3681
+ border-color: transparent;
3682
+ -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
3683
+ box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
3684
+ color: #fff;
3685
+ }
3686
+
3687
+ .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
3688
+ background-color: #ff1f4b;
3689
+ border-color: transparent;
3690
+ color: #fff;
3691
+ }
3692
+
3693
+ .file.is-small {
3694
+ font-size: 0.75rem;
3695
+ }
3696
+
3697
+ .file.is-medium {
3698
+ font-size: 1.25rem;
3699
+ }
3700
+
3701
+ .file.is-medium .file-icon .fa {
3702
+ font-size: 21px;
3703
+ }
3704
+
3705
+ .file.is-large {
3706
+ font-size: 1.5rem;
3707
+ }
3708
+
3709
+ .file.is-large .file-icon .fa {
3710
+ font-size: 28px;
3711
+ }
3712
+
3713
+ .file.has-name .file-cta {
3714
+ border-bottom-right-radius: 0;
3715
+ border-top-right-radius: 0;
3716
+ }
3717
+
3718
+ .file.has-name .file-name {
3719
+ border-bottom-left-radius: 0;
3720
+ border-top-left-radius: 0;
3721
+ }
3722
+
3723
+ .file.has-name.is-empty .file-cta {
3724
+ border-radius: 3px;
3725
+ }
3726
+
3727
+ .file.has-name.is-empty .file-name {
3728
+ display: none;
3729
+ }
3730
+
3731
+ .file.is-centered {
3732
+ -webkit-box-pack: center;
3733
+ -ms-flex-pack: center;
3734
+ justify-content: center;
3735
+ }
3736
+
3737
+ .file.is-right {
3738
+ -webkit-box-pack: end;
3739
+ -ms-flex-pack: end;
3740
+ justify-content: flex-end;
3741
+ }
3742
+
3743
+ .file.is-boxed .file-label {
3744
+ -webkit-box-orient: vertical;
3745
+ -webkit-box-direction: normal;
3746
+ -ms-flex-direction: column;
3747
+ flex-direction: column;
3748
+ }
3749
+
3750
+ .file.is-boxed .file-cta {
3751
+ -webkit-box-orient: vertical;
3752
+ -webkit-box-direction: normal;
3753
+ -ms-flex-direction: column;
3754
+ flex-direction: column;
3755
+ height: auto;
3756
+ padding: 1em 3em;
3757
+ }
3758
+
3759
+ .file.is-boxed .file-name {
3760
+ border-width: 0 1px 1px;
3761
+ }
3762
+
3763
+ .file.is-boxed .file-icon {
3764
+ height: 1.5em;
3765
+ width: 1.5em;
3766
+ }
3767
+
3768
+ .file.is-boxed .file-icon .fa {
3769
+ font-size: 21px;
3770
+ }
3771
+
3772
+ .file.is-boxed.is-small .file-icon .fa {
3773
+ font-size: 14px;
3774
+ }
3775
+
3776
+ .file.is-boxed.is-medium .file-icon .fa {
3777
+ font-size: 28px;
3778
+ }
3779
+
3780
+ .file.is-boxed.is-large .file-icon .fa {
3781
+ font-size: 35px;
3782
+ }
3783
+
3784
+ .file.is-boxed.has-name .file-cta {
3785
+ border-radius: 3px 3px 0 0;
3786
+ }
3787
+
3788
+ .file.is-boxed.has-name .file-name {
3789
+ border-radius: 0 0 3px 3px;
3790
+ border-width: 0 1px 1px;
3791
+ }
3792
+
3793
+ .file.is-right .file-cta {
3794
+ border-radius: 0 3px 3px 0;
3795
+ }
3796
+
3797
+ .file.is-right .file-name {
3798
+ border-radius: 3px 0 0 3px;
3799
+ border-width: 1px 0 1px 1px;
3800
+ -webkit-box-ordinal-group: 0;
3801
+ -ms-flex-order: -1;
3802
+ order: -1;
3803
+ }
3804
+
3805
+ .file.is-fullwidth .file-label {
3806
+ width: 100%;
3807
+ }
3808
+
3809
+ .file.is-fullwidth .file-name {
3810
+ -webkit-box-flex: 1;
3811
+ -ms-flex-positive: 1;
3812
+ flex-grow: 1;
3813
+ max-width: none;
3814
+ }
3815
+
3816
+ .file-label {
3817
+ -webkit-box-align: stretch;
3818
+ -ms-flex-align: stretch;
3819
+ align-items: stretch;
3820
+ display: -webkit-box;
3821
+ display: -ms-flexbox;
3822
+ display: flex;
3823
+ cursor: pointer;
3824
+ -webkit-box-pack: start;
3825
+ -ms-flex-pack: start;
3826
+ justify-content: flex-start;
3827
+ overflow: hidden;
3828
+ position: relative;
3829
+ }
3830
+
3831
+ .file-label:hover .file-cta {
3832
+ background-color: #eeeeee;
3833
+ color: #363636;
3834
+ }
3835
+
3836
+ .file-label:hover .file-name {
3837
+ border-color: #d5d5d5;
3838
+ }
3839
+
3840
+ .file-label:active .file-cta {
3841
+ background-color: #e8e8e8;
3842
+ color: #363636;
3843
+ }
3844
+
3845
+ .file-label:active .file-name {
3846
+ border-color: #cfcfcf;
3847
+ }
3848
+
3849
+ .file-input {
3850
+ height: 0.01em;
3851
+ left: 0;
3852
+ outline: none;
3853
+ position: absolute;
3854
+ top: 0;
3855
+ width: 0.01em;
3856
+ }
3857
+
3858
+ .file-cta,
3859
+ .file-name {
3860
+ -moz-appearance: none;
3861
+ -webkit-appearance: none;
3862
+ -webkit-box-align: center;
3863
+ -ms-flex-align: center;
3864
+ align-items: center;
3865
+ border: 1px solid transparent;
3866
+ border-radius: 3px;
3867
+ -webkit-box-shadow: none;
3868
+ box-shadow: none;
3869
+ display: -webkit-inline-box;
3870
+ display: -ms-inline-flexbox;
3871
+ display: inline-flex;
3872
+ font-size: 1rem;
3873
+ height: 2.25em;
3874
+ -webkit-box-pack: start;
3875
+ -ms-flex-pack: start;
3876
+ justify-content: flex-start;
3877
+ line-height: 1.5;
3878
+ padding-bottom: calc(0.375em - 1px);
3879
+ padding-left: calc(0.625em - 1px);
3880
+ padding-right: calc(0.625em - 1px);
3881
+ padding-top: calc(0.375em - 1px);
3882
+ position: relative;
3883
+ vertical-align: top;
3884
+ border-color: #dbdbdb;
3885
+ border-radius: 3px;
3886
+ font-size: 1em;
3887
+ padding-left: 1em;
3888
+ padding-right: 1em;
3889
+ white-space: nowrap;
3890
+ }
3891
+
3892
+ .file-cta:focus, .file-cta.is-focused, .file-cta:active, .file-cta.is-active,
3893
+ .file-name:focus,
3894
+ .file-name.is-focused,
3895
+ .file-name:active,
3896
+ .file-name.is-active {
3897
+ outline: none;
3898
+ }
3899
+
3900
+ .file-cta[disabled],
3901
+ .file-name[disabled] {
3902
+ cursor: not-allowed;
3903
+ }
3904
+
3905
+ .file-cta {
3906
+ background-color: whitesmoke;
3907
+ color: #4a4a4a;
3908
+ }
3909
+
3910
+ .file-name {
3911
+ border-color: #dbdbdb;
3912
+ border-style: solid;
3913
+ border-width: 1px 1px 1px 0;
3914
+ display: block;
3915
+ max-width: 16em;
3916
+ overflow: hidden;
3917
+ text-align: left;
3918
+ text-overflow: ellipsis;
3919
+ }
3920
+
3921
+ .file-icon {
3922
+ -webkit-box-align: center;
3923
+ -ms-flex-align: center;
3924
+ align-items: center;
3925
+ display: -webkit-box;
3926
+ display: -ms-flexbox;
3927
+ display: flex;
3928
+ height: 1em;
3929
+ -webkit-box-pack: center;
3930
+ -ms-flex-pack: center;
3931
+ justify-content: center;
3932
+ margin-right: 0.5em;
3933
+ width: 1em;
3934
+ }
3935
+
3936
+ .file-icon .fa {
3937
+ font-size: 14px;
3938
+ }
3939
+
3940
+ .label {
3941
+ color: #363636;
3942
+ display: block;
3943
+ font-size: 1rem;
3944
+ font-weight: 700;
3945
+ }
3946
+
3947
+ .label:not(:last-child) {
3948
+ margin-bottom: 0.5em;
3949
+ }
3950
+
3951
+ .label.is-small {
3952
+ font-size: 0.75rem;
3953
+ }
3954
+
3955
+ .label.is-medium {
3956
+ font-size: 1.25rem;
3957
+ }
3958
+
3959
+ .label.is-large {
3960
+ font-size: 1.5rem;
3961
+ }
3962
+
3963
+ .help {
3964
+ display: block;
3965
+ font-size: 0.75rem;
3966
+ margin-top: 0.25rem;
3967
+ }
3968
+
3969
+ .help.is-white {
3970
+ color: white;
3971
+ }
3972
+
3973
+ .help.is-black {
3974
+ color: #0a0a0a;
3975
+ }
3976
+
3977
+ .help.is-light {
3978
+ color: whitesmoke;
3979
+ }
3980
+
3981
+ .help.is-dark {
3982
+ color: #363636;
3983
+ }
3984
+
3985
+ .help.is-primary {
3986
+ color: #00d1b2;
3987
+ }
3988
+
3989
+ .help.is-link {
3990
+ color: #3273dc;
3991
+ }
3992
+
3993
+ .help.is-info {
3994
+ color: #209cee;
3995
+ }
3996
+
3997
+ .help.is-success {
3998
+ color: #23d160;
3999
+ }
4000
+
4001
+ .help.is-warning {
4002
+ color: #ffdd57;
4003
+ }
4004
+
4005
+ .help.is-danger {
4006
+ color: #ff3860;
4007
+ }
4008
+
4009
+ .field:not(:last-child) {
4010
+ margin-bottom: 0.75rem;
4011
+ }
4012
+
4013
+ .field.has-addons {
4014
+ display: -webkit-box;
4015
+ display: -ms-flexbox;
4016
+ display: flex;
4017
+ -webkit-box-pack: start;
4018
+ -ms-flex-pack: start;
4019
+ justify-content: flex-start;
4020
+ }
4021
+
4022
+ .field.has-addons .control:not(:last-child) {
4023
+ margin-right: -1px;
4024
+ }
4025
+
4026
+ .field.has-addons .control:first-child .button,
4027
+ .field.has-addons .control:first-child .input,
4028
+ .field.has-addons .control:first-child .select select {
4029
+ border-bottom-left-radius: 3px;
4030
+ border-top-left-radius: 3px;
4031
+ }
4032
+
4033
+ .field.has-addons .control:last-child .button,
4034
+ .field.has-addons .control:last-child .input,
4035
+ .field.has-addons .control:last-child .select select {
4036
+ border-bottom-right-radius: 3px;
4037
+ border-top-right-radius: 3px;
4038
+ }
4039
+
4040
+ .field.has-addons .control .button,
4041
+ .field.has-addons .control .input,
4042
+ .field.has-addons .control .select select {
4043
+ border-radius: 0;
4044
+ }
4045
+
4046
+ .field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
4047
+ .field.has-addons .control .input:hover,
4048
+ .field.has-addons .control .input.is-hovered,
4049
+ .field.has-addons .control .select select:hover,
4050
+ .field.has-addons .control .select select.is-hovered {
4051
+ z-index: 2;
4052
+ }
4053
+
4054
+ .field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
4055
+ .field.has-addons .control .input:focus,
4056
+ .field.has-addons .control .input.is-focused,
4057
+ .field.has-addons .control .input:active,
4058
+ .field.has-addons .control .input.is-active,
4059
+ .field.has-addons .control .select select:focus,
4060
+ .field.has-addons .control .select select.is-focused,
4061
+ .field.has-addons .control .select select:active,
4062
+ .field.has-addons .control .select select.is-active {
4063
+ z-index: 3;
4064
+ }
4065
+
4066
+ .field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
4067
+ .field.has-addons .control .input:focus:hover,
4068
+ .field.has-addons .control .input.is-focused:hover,
4069
+ .field.has-addons .control .input:active:hover,
4070
+ .field.has-addons .control .input.is-active:hover,
4071
+ .field.has-addons .control .select select:focus:hover,
4072
+ .field.has-addons .control .select select.is-focused:hover,
4073
+ .field.has-addons .control .select select:active:hover,
4074
+ .field.has-addons .control .select select.is-active:hover {
4075
+ z-index: 4;
4076
+ }
4077
+
4078
+ .field.has-addons .control.is-expanded {
4079
+ -webkit-box-flex: 1;
4080
+ -ms-flex-positive: 1;
4081
+ flex-grow: 1;
4082
+ }
4083
+
4084
+ .field.has-addons.has-addons-centered {
4085
+ -webkit-box-pack: center;
4086
+ -ms-flex-pack: center;
4087
+ justify-content: center;
4088
+ }
4089
+
4090
+ .field.has-addons.has-addons-right {
4091
+ -webkit-box-pack: end;
4092
+ -ms-flex-pack: end;
4093
+ justify-content: flex-end;
4094
+ }
4095
+
4096
+ .field.has-addons.has-addons-fullwidth .control {
4097
+ -webkit-box-flex: 1;
4098
+ -ms-flex-positive: 1;
4099
+ flex-grow: 1;
4100
+ -ms-flex-negative: 0;
4101
+ flex-shrink: 0;
4102
+ }
4103
+
4104
+ .field.is-grouped {
4105
+ display: -webkit-box;
4106
+ display: -ms-flexbox;
4107
+ display: flex;
4108
+ -webkit-box-pack: start;
4109
+ -ms-flex-pack: start;
4110
+ justify-content: flex-start;
4111
+ }
4112
+
4113
+ .field.is-grouped > .control {
4114
+ -ms-flex-negative: 0;
4115
+ flex-shrink: 0;
4116
+ }
4117
+
4118
+ .field.is-grouped > .control:not(:last-child) {
4119
+ margin-bottom: 0;
4120
+ margin-right: 0.75rem;
4121
+ }
4122
+
4123
+ .field.is-grouped > .control.is-expanded {
4124
+ -webkit-box-flex: 1;
4125
+ -ms-flex-positive: 1;
4126
+ flex-grow: 1;
4127
+ -ms-flex-negative: 1;
4128
+ flex-shrink: 1;
4129
+ }
4130
+
4131
+ .field.is-grouped.is-grouped-centered {
4132
+ -webkit-box-pack: center;
4133
+ -ms-flex-pack: center;
4134
+ justify-content: center;
4135
+ }
4136
+
4137
+ .field.is-grouped.is-grouped-right {
4138
+ -webkit-box-pack: end;
4139
+ -ms-flex-pack: end;
4140
+ justify-content: flex-end;
4141
+ }
4142
+
4143
+ .field.is-grouped.is-grouped-multiline {
4144
+ -ms-flex-wrap: wrap;
4145
+ flex-wrap: wrap;
4146
+ }
4147
+
4148
+ .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
4149
+ margin-bottom: 0.75rem;
4150
+ }
4151
+
4152
+ .field.is-grouped.is-grouped-multiline:last-child {
4153
+ margin-bottom: -0.75rem;
4154
+ }
4155
+
4156
+ .field.is-grouped.is-grouped-multiline:not(:last-child) {
4157
+ margin-bottom: 0;
4158
+ }
4159
+
4160
+ @media screen and (min-width: 769px), print {
4161
+ .field.is-horizontal {
4162
+ display: -webkit-box;
4163
+ display: -ms-flexbox;
4164
+ display: flex;
4165
+ }
4166
+ }
4167
+
4168
+ .field-label .label {
4169
+ font-size: inherit;
4170
+ }
4171
+
4172
+ @media screen and (max-width: 768px) {
4173
+ .field-label {
4174
+ margin-bottom: 0.5rem;
4175
+ }
4176
+ }
4177
+
4178
+ @media screen and (min-width: 769px), print {
4179
+ .field-label {
4180
+ -ms-flex-preferred-size: 0;
4181
+ flex-basis: 0;
4182
+ -webkit-box-flex: 1;
4183
+ -ms-flex-positive: 1;
4184
+ flex-grow: 1;
4185
+ -ms-flex-negative: 0;
4186
+ flex-shrink: 0;
4187
+ margin-right: 1.5rem;
4188
+ text-align: right;
4189
+ }
4190
+ .field-label.is-small {
4191
+ font-size: 0.75rem;
4192
+ padding-top: 0.375em;
4193
+ }
4194
+ .field-label.is-normal {
4195
+ padding-top: 0.375em;
4196
+ }
4197
+ .field-label.is-medium {
4198
+ font-size: 1.25rem;
4199
+ padding-top: 0.375em;
4200
+ }
4201
+ .field-label.is-large {
4202
+ font-size: 1.5rem;
4203
+ padding-top: 0.375em;
4204
+ }
4205
+ }
4206
+
4207
+ .field-body .field .field {
4208
+ margin-bottom: 0;
4209
+ }
4210
+
4211
+ @media screen and (min-width: 769px), print {
4212
+ .field-body {
4213
+ display: -webkit-box;
4214
+ display: -ms-flexbox;
4215
+ display: flex;
4216
+ -ms-flex-preferred-size: 0;
4217
+ flex-basis: 0;
4218
+ -webkit-box-flex: 5;
4219
+ -ms-flex-positive: 5;
4220
+ flex-grow: 5;
4221
+ -ms-flex-negative: 1;
4222
+ flex-shrink: 1;
4223
+ }
4224
+ .field-body .field {
4225
+ margin-bottom: 0;
4226
+ }
4227
+ .field-body > .field {
4228
+ -ms-flex-negative: 1;
4229
+ flex-shrink: 1;
4230
+ }
4231
+ .field-body > .field:not(.is-narrow) {
4232
+ -webkit-box-flex: 1;
4233
+ -ms-flex-positive: 1;
4234
+ flex-grow: 1;
4235
+ }
4236
+ .field-body > .field:not(:last-child) {
4237
+ margin-right: 0.75rem;
4238
+ }
4239
+ }
4240
+
4241
+ .control {
4242
+ font-size: 1rem;
4243
+ position: relative;
4244
+ text-align: left;
4245
+ }
4246
+
4247
+ .control.has-icon .icon {
4248
+ color: #dbdbdb;
4249
+ height: 2.25em;
4250
+ pointer-events: none;
4251
+ position: absolute;
4252
+ top: 0;
4253
+ width: 2.25em;
4254
+ z-index: 4;
4255
+ }
4256
+
4257
+ .control.has-icon .input:focus + .icon {
4258
+ color: #7a7a7a;
4259
+ }
4260
+
4261
+ .control.has-icon .input.is-small + .icon {
4262
+ font-size: 0.75rem;
4263
+ }
4264
+
4265
+ .control.has-icon .input.is-medium + .icon {
4266
+ font-size: 1.25rem;
4267
+ }
4268
+
4269
+ .control.has-icon .input.is-large + .icon {
4270
+ font-size: 1.5rem;
4271
+ }
4272
+
4273
+ .control.has-icon:not(.has-icon-right) .icon {
4274
+ left: 0;
4275
+ }
4276
+
4277
+ .control.has-icon:not(.has-icon-right) .input {
4278
+ padding-left: 2.25em;
4279
+ }
4280
+
4281
+ .control.has-icon.has-icon-right .icon {
4282
+ right: 0;
4283
+ }
4284
+
4285
+ .control.has-icon.has-icon-right .input {
4286
+ padding-right: 2.25em;
4287
+ }
4288
+
4289
+ .control.has-icons-left .input:focus ~ .icon,
4290
+ .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
4291
+ .control.has-icons-right .select:focus ~ .icon {
4292
+ color: #7a7a7a;
4293
+ }
4294
+
4295
+ .control.has-icons-left .input.is-small ~ .icon,
4296
+ .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
4297
+ .control.has-icons-right .select.is-small ~ .icon {
4298
+ font-size: 0.75rem;
4299
+ }
4300
+
4301
+ .control.has-icons-left .input.is-medium ~ .icon,
4302
+ .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
4303
+ .control.has-icons-right .select.is-medium ~ .icon {
4304
+ font-size: 1.25rem;
4305
+ }
4306
+
4307
+ .control.has-icons-left .input.is-large ~ .icon,
4308
+ .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
4309
+ .control.has-icons-right .select.is-large ~ .icon {
4310
+ font-size: 1.5rem;
4311
+ }
4312
+
4313
+ .control.has-icons-left .icon, .control.has-icons-right .icon {
4314
+ color: #dbdbdb;
4315
+ height: 2.25em;
4316
+ pointer-events: none;
4317
+ position: absolute;
4318
+ top: 0;
4319
+ width: 2.25em;
4320
+ z-index: 4;
4321
+ }
4322
+
4323
+ .control.has-icons-left .input,
4324
+ .control.has-icons-left .select select {
4325
+ padding-left: 2.25em;
4326
+ }
4327
+
4328
+ .control.has-icons-left .icon.is-left {
4329
+ left: 0;
4330
+ }
4331
+
4332
+ .control.has-icons-right .input,
4333
+ .control.has-icons-right .select select {
4334
+ padding-right: 2.25em;
4335
+ }
4336
+
4337
+ .control.has-icons-right .icon.is-right {
4338
+ right: 0;
4339
+ }
4340
+
4341
+ .control.is-loading::after {
4342
+ -webkit-animation: spinAround 500ms infinite linear;
4343
+ animation: spinAround 500ms infinite linear;
4344
+ border: 2px solid #dbdbdb;
4345
+ border-radius: 290486px;
4346
+ border-right-color: transparent;
4347
+ border-top-color: transparent;
4348
+ content: "";
4349
+ display: block;
4350
+ height: 1em;
4351
+ position: relative;
4352
+ width: 1em;
4353
+ position: absolute !important;
4354
+ right: 0.625em;
4355
+ top: 0.625em;
4356
+ }
4357
+
4358
+ .control.is-loading.is-small:after {
4359
+ font-size: 0.75rem;
4360
+ }
4361
+
4362
+ .control.is-loading.is-medium:after {
4363
+ font-size: 1.25rem;
4364
+ }
4365
+
4366
+ .control.is-loading.is-large:after {
4367
+ font-size: 1.5rem;
4368
+ }
4369
+
4370
+ .icon {
4371
+ -webkit-box-align: center;
4372
+ -ms-flex-align: center;
4373
+ align-items: center;
4374
+ display: -webkit-inline-box;
4375
+ display: -ms-inline-flexbox;
4376
+ display: inline-flex;
4377
+ -webkit-box-pack: center;
4378
+ -ms-flex-pack: center;
4379
+ justify-content: center;
4380
+ height: 1.5rem;
4381
+ width: 1.5rem;
4382
+ }
4383
+
4384
+ .icon.is-small {
4385
+ height: 1rem;
4386
+ width: 1rem;
4387
+ }
4388
+
4389
+ .icon.is-medium {
4390
+ height: 2rem;
4391
+ width: 2rem;
4392
+ }
4393
+
4394
+ .icon.is-large {
4395
+ height: 3rem;
4396
+ width: 3rem;
4397
+ }
4398
+
4399
+ .image {
4400
+ display: block;
4401
+ position: relative;
4402
+ }
4403
+
4404
+ .image img {
4405
+ display: block;
4406
+ height: auto;
4407
+ width: 100%;
4408
+ }
4409
+
4410
+ .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
4411
+ bottom: 0;
4412
+ left: 0;
4413
+ position: absolute;
4414
+ right: 0;
4415
+ top: 0;
4416
+ height: 100%;
4417
+ width: 100%;
4418
+ }
4419
+
4420
+ .image.is-square, .image.is-1by1 {
4421
+ padding-top: 100%;
4422
+ }
4423
+
4424
+ .image.is-4by3 {
4425
+ padding-top: 75%;
4426
+ }
4427
+
4428
+ .image.is-3by2 {
4429
+ padding-top: 66.6666%;
4430
+ }
4431
+
4432
+ .image.is-16by9 {
4433
+ padding-top: 56.25%;
4434
+ }
4435
+
4436
+ .image.is-2by1 {
4437
+ padding-top: 50%;
4438
+ }
4439
+
4440
+ .image.is-16x16 {
4441
+ height: 16px;
4442
+ width: 16px;
4443
+ }
4444
+
4445
+ .image.is-24x24 {
4446
+ height: 24px;
4447
+ width: 24px;
4448
+ }
4449
+
4450
+ .image.is-32x32 {
4451
+ height: 32px;
4452
+ width: 32px;
4453
+ }
4454
+
4455
+ .image.is-48x48 {
4456
+ height: 48px;
4457
+ width: 48px;
4458
+ }
4459
+
4460
+ .image.is-64x64 {
4461
+ height: 64px;
4462
+ width: 64px;
4463
+ }
4464
+
4465
+ .image.is-96x96 {
4466
+ height: 96px;
4467
+ width: 96px;
4468
+ }
4469
+
4470
+ .image.is-128x128 {
4471
+ height: 128px;
4472
+ width: 128px;
4473
+ }
4474
+
4475
+ .notification {
4476
+ background-color: whitesmoke;
4477
+ border-radius: 3px;
4478
+ padding: 1.25rem 2.5rem 1.25rem 1.5rem;
4479
+ position: relative;
4480
+ }
4481
+
4482
+ .notification:not(:last-child) {
4483
+ margin-bottom: 1.5rem;
4484
+ }
4485
+
4486
+ .notification a:not(.button) {
4487
+ color: currentColor;
4488
+ text-decoration: underline;
4489
+ }
4490
+
4491
+ .notification strong {
4492
+ color: currentColor;
4493
+ }
4494
+
4495
+ .notification code,
4496
+ .notification pre {
4497
+ background: white;
4498
+ }
4499
+
4500
+ .notification pre code {
4501
+ background: transparent;
4502
+ }
4503
+
4504
+ .notification > .delete {
4505
+ position: absolute;
4506
+ right: 0.5em;
4507
+ top: 0.5em;
4508
+ }
4509
+
4510
+ .notification .title,
4511
+ .notification .subtitle,
4512
+ .notification .content {
4513
+ color: currentColor;
4514
+ }
4515
+
4516
+ .notification.is-white {
4517
+ background-color: white;
4518
+ color: #0a0a0a;
4519
+ }
4520
+
4521
+ .notification.is-black {
4522
+ background-color: #0a0a0a;
4523
+ color: white;
4524
+ }
4525
+
4526
+ .notification.is-light {
4527
+ background-color: whitesmoke;
4528
+ color: #363636;
4529
+ }
4530
+
4531
+ .notification.is-dark {
4532
+ background-color: #363636;
4533
+ color: whitesmoke;
4534
+ }
4535
+
4536
+ .notification.is-primary {
4537
+ background-color: #00d1b2;
4538
+ color: #fff;
4539
+ }
4540
+
4541
+ .notification.is-link {
4542
+ background-color: #3273dc;
4543
+ color: #fff;
4544
+ }
4545
+
4546
+ .notification.is-info {
4547
+ background-color: #209cee;
4548
+ color: #fff;
4549
+ }
4550
+
4551
+ .notification.is-success {
4552
+ background-color: #23d160;
4553
+ color: #fff;
4554
+ }
4555
+
4556
+ .notification.is-warning {
4557
+ background-color: #ffdd57;
4558
+ color: rgba(0, 0, 0, 0.7);
4559
+ }
4560
+
4561
+ .notification.is-danger {
4562
+ background-color: #ff3860;
4563
+ color: #fff;
4564
+ }
4565
+
4566
+ .progress {
4567
+ -moz-appearance: none;
4568
+ -webkit-appearance: none;
4569
+ border: none;
4570
+ border-radius: 290486px;
4571
+ display: block;
4572
+ height: 1rem;
4573
+ overflow: hidden;
4574
+ padding: 0;
4575
+ width: 100%;
4576
+ }
4577
+
4578
+ .progress:not(:last-child) {
4579
+ margin-bottom: 1.5rem;
4580
+ }
4581
+
4582
+ .progress::-webkit-progress-bar {
4583
+ background-color: #dbdbdb;
4584
+ }
4585
+
4586
+ .progress::-webkit-progress-value {
4587
+ background-color: #4a4a4a;
4588
+ }
4589
+
4590
+ .progress::-moz-progress-bar {
4591
+ background-color: #4a4a4a;
4592
+ }
4593
+
4594
+ .progress::-ms-fill {
4595
+ background-color: #4a4a4a;
4596
+ border: none;
4597
+ }
4598
+
4599
+ .progress.is-white::-webkit-progress-value {
4600
+ background-color: white;
4601
+ }
4602
+
4603
+ .progress.is-white::-moz-progress-bar {
4604
+ background-color: white;
4605
+ }
4606
+
4607
+ .progress.is-white::-ms-fill {
4608
+ background-color: white;
4609
+ }
4610
+
4611
+ .progress.is-black::-webkit-progress-value {
4612
+ background-color: #0a0a0a;
4613
+ }
4614
+
4615
+ .progress.is-black::-moz-progress-bar {
4616
+ background-color: #0a0a0a;
4617
+ }
4618
+
4619
+ .progress.is-black::-ms-fill {
4620
+ background-color: #0a0a0a;
4621
+ }
4622
+
4623
+ .progress.is-light::-webkit-progress-value {
4624
+ background-color: whitesmoke;
4625
+ }
4626
+
4627
+ .progress.is-light::-moz-progress-bar {
4628
+ background-color: whitesmoke;
4629
+ }
4630
+
4631
+ .progress.is-light::-ms-fill {
4632
+ background-color: whitesmoke;
4633
+ }
4634
+
4635
+ .progress.is-dark::-webkit-progress-value {
4636
+ background-color: #363636;
4637
+ }
4638
+
4639
+ .progress.is-dark::-moz-progress-bar {
4640
+ background-color: #363636;
4641
+ }
4642
+
4643
+ .progress.is-dark::-ms-fill {
4644
+ background-color: #363636;
4645
+ }
4646
+
4647
+ .progress.is-primary::-webkit-progress-value {
4648
+ background-color: #00d1b2;
4649
+ }
4650
+
4651
+ .progress.is-primary::-moz-progress-bar {
4652
+ background-color: #00d1b2;
4653
+ }
4654
+
4655
+ .progress.is-primary::-ms-fill {
4656
+ background-color: #00d1b2;
4657
+ }
4658
+
4659
+ .progress.is-link::-webkit-progress-value {
4660
+ background-color: #3273dc;
4661
+ }
4662
+
4663
+ .progress.is-link::-moz-progress-bar {
4664
+ background-color: #3273dc;
4665
+ }
4666
+
4667
+ .progress.is-link::-ms-fill {
4668
+ background-color: #3273dc;
4669
+ }
4670
+
4671
+ .progress.is-info::-webkit-progress-value {
4672
+ background-color: #209cee;
4673
+ }
4674
+
4675
+ .progress.is-info::-moz-progress-bar {
4676
+ background-color: #209cee;
4677
+ }
4678
+
4679
+ .progress.is-info::-ms-fill {
4680
+ background-color: #209cee;
4681
+ }
4682
+
4683
+ .progress.is-success::-webkit-progress-value {
4684
+ background-color: #23d160;
4685
+ }
4686
+
4687
+ .progress.is-success::-moz-progress-bar {
4688
+ background-color: #23d160;
4689
+ }
4690
+
4691
+ .progress.is-success::-ms-fill {
4692
+ background-color: #23d160;
4693
+ }
4694
+
4695
+ .progress.is-warning::-webkit-progress-value {
4696
+ background-color: #ffdd57;
4697
+ }
4698
+
4699
+ .progress.is-warning::-moz-progress-bar {
4700
+ background-color: #ffdd57;
4701
+ }
4702
+
4703
+ .progress.is-warning::-ms-fill {
4704
+ background-color: #ffdd57;
4705
+ }
4706
+
4707
+ .progress.is-danger::-webkit-progress-value {
4708
+ background-color: #ff3860;
4709
+ }
4710
+
4711
+ .progress.is-danger::-moz-progress-bar {
4712
+ background-color: #ff3860;
4713
+ }
4714
+
4715
+ .progress.is-danger::-ms-fill {
4716
+ background-color: #ff3860;
4717
+ }
4718
+
4719
+ .progress.is-small {
4720
+ height: 0.75rem;
4721
+ }
4722
+
4723
+ .progress.is-medium {
4724
+ height: 1.25rem;
4725
+ }
4726
+
4727
+ .progress.is-large {
4728
+ height: 1.5rem;
4729
+ }
4730
+
4731
+ .table {
4732
+ background-color: white;
4733
+ color: #363636;
4734
+ margin-bottom: 1.5rem;
4735
+ }
4736
+
4737
+ .table td,
4738
+ .table th {
4739
+ border: 1px solid #dbdbdb;
4740
+ border-width: 0 0 1px;
4741
+ padding: 0.5em 0.75em;
4742
+ vertical-align: top;
4743
+ }
4744
+
4745
+ .table td.is-white,
4746
+ .table th.is-white {
4747
+ background-color: white;
4748
+ border-color: white;
4749
+ color: #0a0a0a;
4750
+ }
4751
+
4752
+ .table td.is-black,
4753
+ .table th.is-black {
4754
+ background-color: #0a0a0a;
4755
+ border-color: #0a0a0a;
4756
+ color: white;
4757
+ }
4758
+
4759
+ .table td.is-light,
4760
+ .table th.is-light {
4761
+ background-color: whitesmoke;
4762
+ border-color: whitesmoke;
4763
+ color: #363636;
4764
+ }
4765
+
4766
+ .table td.is-dark,
4767
+ .table th.is-dark {
4768
+ background-color: #363636;
4769
+ border-color: #363636;
4770
+ color: whitesmoke;
4771
+ }
4772
+
4773
+ .table td.is-primary,
4774
+ .table th.is-primary {
4775
+ background-color: #00d1b2;
4776
+ border-color: #00d1b2;
4777
+ color: #fff;
4778
+ }
4779
+
4780
+ .table td.is-link,
4781
+ .table th.is-link {
4782
+ background-color: #3273dc;
4783
+ border-color: #3273dc;
4784
+ color: #fff;
4785
+ }
4786
+
4787
+ .table td.is-info,
4788
+ .table th.is-info {
4789
+ background-color: #209cee;
4790
+ border-color: #209cee;
4791
+ color: #fff;
4792
+ }
4793
+
4794
+ .table td.is-success,
4795
+ .table th.is-success {
4796
+ background-color: #23d160;
4797
+ border-color: #23d160;
4798
+ color: #fff;
4799
+ }
4800
+
4801
+ .table td.is-warning,
4802
+ .table th.is-warning {
4803
+ background-color: #ffdd57;
4804
+ border-color: #ffdd57;
4805
+ color: rgba(0, 0, 0, 0.7);
4806
+ }
4807
+
4808
+ .table td.is-danger,
4809
+ .table th.is-danger {
4810
+ background-color: #ff3860;
4811
+ border-color: #ff3860;
4812
+ color: #fff;
4813
+ }
4814
+
4815
+ .table td.is-narrow,
4816
+ .table th.is-narrow {
4817
+ white-space: nowrap;
4818
+ width: 1%;
4819
+ }
4820
+
4821
+ .table td.is-selected,
4822
+ .table th.is-selected {
4823
+ background-color: #00d1b2;
4824
+ color: #fff;
4825
+ }
4826
+
4827
+ .table td.is-selected a,
4828
+ .table td.is-selected strong,
4829
+ .table th.is-selected a,
4830
+ .table th.is-selected strong {
4831
+ color: currentColor;
4832
+ }
4833
+
4834
+ .table th {
4835
+ color: #363636;
4836
+ text-align: left;
4837
+ }
4838
+
4839
+ .table tr.is-selected {
4840
+ background-color: #00d1b2;
4841
+ color: #fff;
4842
+ }
4843
+
4844
+ .table tr.is-selected a,
4845
+ .table tr.is-selected strong {
4846
+ color: currentColor;
4847
+ }
4848
+
4849
+ .table tr.is-selected td,
4850
+ .table tr.is-selected th {
4851
+ border-color: #fff;
4852
+ color: currentColor;
4853
+ }
4854
+
4855
+ .table thead td,
4856
+ .table thead th {
4857
+ border-width: 0 0 2px;
4858
+ color: #363636;
4859
+ }
4860
+
4861
+ .table tfoot td,
4862
+ .table tfoot th {
4863
+ border-width: 2px 0 0;
4864
+ color: #363636;
4865
+ }
4866
+
4867
+ .table tbody tr:last-child td,
4868
+ .table tbody tr:last-child th {
4869
+ border-bottom-width: 0;
4870
+ }
4871
+
4872
+ .table.is-bordered td,
4873
+ .table.is-bordered th {
4874
+ border-width: 1px;
4875
+ }
4876
+
4877
+ .table.is-bordered tr:last-child td,
4878
+ .table.is-bordered tr:last-child th {
4879
+ border-bottom-width: 1px;
4880
+ }
4881
+
4882
+ .table.is-fullwidth {
4883
+ width: 100%;
4884
+ }
4885
+
4886
+ .table.is-hoverable tbody tr:not(.is-selected):hover {
4887
+ background-color: #fafafa;
4888
+ }
4889
+
4890
+ .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
4891
+ background-color: whitesmoke;
4892
+ }
4893
+
4894
+ .table.is-narrow td,
4895
+ .table.is-narrow th {
4896
+ padding: 0.25em 0.5em;
4897
+ }
4898
+
4899
+ .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
4900
+ background-color: #fafafa;
4901
+ }
4902
+
4903
+ .tags {
4904
+ -webkit-box-align: center;
4905
+ -ms-flex-align: center;
4906
+ align-items: center;
4907
+ display: -webkit-box;
4908
+ display: -ms-flexbox;
4909
+ display: flex;
4910
+ -ms-flex-wrap: wrap;
4911
+ flex-wrap: wrap;
4912
+ -webkit-box-pack: start;
4913
+ -ms-flex-pack: start;
4914
+ justify-content: flex-start;
4915
+ }
4916
+
4917
+ .tags .tag {
4918
+ margin-bottom: 0.5rem;
4919
+ }
4920
+
4921
+ .tags .tag:not(:last-child) {
4922
+ margin-right: 0.5rem;
4923
+ }
4924
+
4925
+ .tags:last-child {
4926
+ margin-bottom: -0.5rem;
4927
+ }
4928
+
4929
+ .tags:not(:last-child) {
4930
+ margin-bottom: 1rem;
4931
+ }
4932
+
4933
+ .tags.has-addons .tag {
4934
+ margin-right: 0;
4935
+ }
4936
+
4937
+ .tags.has-addons .tag:not(:first-child) {
4938
+ border-bottom-left-radius: 0;
4939
+ border-top-left-radius: 0;
4940
+ }
4941
+
4942
+ .tags.has-addons .tag:not(:last-child) {
4943
+ border-bottom-right-radius: 0;
4944
+ border-top-right-radius: 0;
4945
+ }
4946
+
4947
+ .tags.is-centered {
4948
+ -webkit-box-pack: center;
4949
+ -ms-flex-pack: center;
4950
+ justify-content: center;
4951
+ }
4952
+
4953
+ .tags.is-centered .tag {
4954
+ margin-right: 0.25rem;
4955
+ margin-left: 0.25rem;
4956
+ }
4957
+
4958
+ .tags.is-right {
4959
+ -webkit-box-pack: end;
4960
+ -ms-flex-pack: end;
4961
+ justify-content: flex-end;
4962
+ }
4963
+
4964
+ .tags.is-right .tag:not(:first-child) {
4965
+ margin-left: 0.5rem;
4966
+ }
4967
+
4968
+ .tags.is-right .tag:not(:last-child) {
4969
+ margin-right: 0;
4970
+ }
4971
+
4972
+ .tag:not(body) {
4973
+ -webkit-box-align: center;
4974
+ -ms-flex-align: center;
4975
+ align-items: center;
4976
+ background-color: whitesmoke;
4977
+ border-radius: 3px;
4978
+ color: #4a4a4a;
4979
+ display: -webkit-inline-box;
4980
+ display: -ms-inline-flexbox;
4981
+ display: inline-flex;
4982
+ font-size: 0.75rem;
4983
+ height: 2em;
4984
+ -webkit-box-pack: center;
4985
+ -ms-flex-pack: center;
4986
+ justify-content: center;
4987
+ line-height: 1.5;
4988
+ padding-left: 0.75em;
4989
+ padding-right: 0.75em;
4990
+ white-space: nowrap;
4991
+ }
4992
+
4993
+ .tag:not(body) .delete {
4994
+ margin-left: 0.25em;
4995
+ margin-right: -0.375em;
4996
+ }
4997
+
4998
+ .tag:not(body).is-white {
4999
+ background-color: white;
5000
+ color: #0a0a0a;
5001
+ }
5002
+
5003
+ .tag:not(body).is-black {
5004
+ background-color: #0a0a0a;
5005
+ color: white;
5006
+ }
5007
+
5008
+ .tag:not(body).is-light {
5009
+ background-color: whitesmoke;
5010
+ color: #363636;
5011
+ }
5012
+
5013
+ .tag:not(body).is-dark {
5014
+ background-color: #363636;
5015
+ color: whitesmoke;
5016
+ }
5017
+
5018
+ .tag:not(body).is-primary {
5019
+ background-color: #00d1b2;
5020
+ color: #fff;
5021
+ }
5022
+
5023
+ .tag:not(body).is-link {
5024
+ background-color: #3273dc;
5025
+ color: #fff;
5026
+ }
5027
+
5028
+ .tag:not(body).is-info {
5029
+ background-color: #209cee;
5030
+ color: #fff;
5031
+ }
5032
+
5033
+ .tag:not(body).is-success {
5034
+ background-color: #23d160;
5035
+ color: #fff;
5036
+ }
5037
+
5038
+ .tag:not(body).is-warning {
5039
+ background-color: #ffdd57;
5040
+ color: rgba(0, 0, 0, 0.7);
5041
+ }
5042
+
5043
+ .tag:not(body).is-danger {
5044
+ background-color: #ff3860;
5045
+ color: #fff;
5046
+ }
5047
+
5048
+ .tag:not(body).is-medium {
5049
+ font-size: 1rem;
5050
+ }
5051
+
5052
+ .tag:not(body).is-large {
5053
+ font-size: 1.25rem;
5054
+ }
5055
+
5056
+ .tag:not(body) .icon:first-child:not(:last-child) {
5057
+ margin-left: -0.375em;
5058
+ margin-right: 0.1875em;
5059
+ }
5060
+
5061
+ .tag:not(body) .icon:last-child:not(:first-child) {
5062
+ margin-left: 0.1875em;
5063
+ margin-right: -0.375em;
5064
+ }
5065
+
5066
+ .tag:not(body) .icon:first-child:last-child {
5067
+ margin-left: -0.375em;
5068
+ margin-right: -0.375em;
5069
+ }
5070
+
5071
+ .tag:not(body).is-delete {
5072
+ margin-left: 1px;
5073
+ padding: 0;
5074
+ position: relative;
5075
+ width: 2em;
5076
+ }
5077
+
5078
+ .tag:not(body).is-delete:before, .tag:not(body).is-delete:after {
5079
+ background-color: currentColor;
5080
+ content: "";
5081
+ display: block;
5082
+ left: 50%;
5083
+ position: absolute;
5084
+ top: 50%;
5085
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
5086
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
5087
+ -webkit-transform-origin: center center;
5088
+ transform-origin: center center;
5089
+ }
5090
+
5091
+ .tag:not(body).is-delete:before {
5092
+ height: 1px;
5093
+ width: 50%;
5094
+ }
5095
+
5096
+ .tag:not(body).is-delete:after {
5097
+ height: 50%;
5098
+ width: 1px;
5099
+ }
5100
+
5101
+ .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
5102
+ background-color: #e8e8e8;
5103
+ }
5104
+
5105
+ .tag:not(body).is-delete:active {
5106
+ background-color: #dbdbdb;
5107
+ }
5108
+
5109
+ .tag:not(body).is-rounded {
5110
+ border-radius: 290486px;
5111
+ }
5112
+
5113
+ a.tag:hover {
5114
+ text-decoration: underline;
5115
+ }
5116
+
5117
+ .title,
5118
+ .subtitle {
5119
+ word-break: break-word;
5120
+ }
5121
+
5122
+ .title:not(:last-child),
5123
+ .subtitle:not(:last-child) {
5124
+ margin-bottom: 1.5rem;
5125
+ }
5126
+
5127
+ .title em,
5128
+ .title span,
5129
+ .subtitle em,
5130
+ .subtitle span {
5131
+ font-weight: inherit;
5132
+ }
5133
+
5134
+ .title .tag,
5135
+ .subtitle .tag {
5136
+ vertical-align: middle;
5137
+ }
5138
+
5139
+ .title {
5140
+ color: #363636;
5141
+ font-size: 2rem;
5142
+ font-weight: 600;
5143
+ line-height: 1.125;
5144
+ }
5145
+
5146
+ .title strong {
5147
+ color: inherit;
5148
+ font-weight: inherit;
5149
+ }
5150
+
5151
+ .title + .highlight {
5152
+ margin-top: -0.75rem;
5153
+ }
5154
+
5155
+ .title:not(.is-spaced) + .subtitle {
5156
+ margin-top: -1.5rem;
5157
+ }
5158
+
5159
+ .title.is-1 {
5160
+ font-size: 3rem;
5161
+ }
5162
+
5163
+ .title.is-2 {
5164
+ font-size: 2.5rem;
5165
+ }
5166
+
5167
+ .title.is-3 {
5168
+ font-size: 2rem;
5169
+ }
5170
+
5171
+ .title.is-4 {
5172
+ font-size: 1.5rem;
5173
+ }
5174
+
5175
+ .title.is-5 {
5176
+ font-size: 1.25rem;
5177
+ }
5178
+
5179
+ .title.is-6 {
5180
+ font-size: 1rem;
5181
+ }
5182
+
5183
+ .title.is-7 {
5184
+ font-size: 0.75rem;
5185
+ }
5186
+
5187
+ .subtitle {
5188
+ color: #4a4a4a;
5189
+ font-size: 1.25rem;
5190
+ font-weight: 400;
5191
+ line-height: 1.25;
5192
+ }
5193
+
5194
+ .subtitle strong {
5195
+ color: #363636;
5196
+ font-weight: 600;
5197
+ }
5198
+
5199
+ .subtitle:not(.is-spaced) + .title {
5200
+ margin-top: -1.5rem;
5201
+ }
5202
+
5203
+ .subtitle.is-1 {
5204
+ font-size: 3rem;
5205
+ }
5206
+
5207
+ .subtitle.is-2 {
5208
+ font-size: 2.5rem;
5209
+ }
5210
+
5211
+ .subtitle.is-3 {
5212
+ font-size: 2rem;
5213
+ }
5214
+
5215
+ .subtitle.is-4 {
5216
+ font-size: 1.5rem;
5217
+ }
5218
+
5219
+ .subtitle.is-5 {
5220
+ font-size: 1.25rem;
5221
+ }
5222
+
5223
+ .subtitle.is-6 {
5224
+ font-size: 1rem;
5225
+ }
5226
+
5227
+ .subtitle.is-7 {
5228
+ font-size: 0.75rem;
5229
+ }
5230
+
5231
+ .block:not(:last-child) {
5232
+ margin-bottom: 1.5rem;
5233
+ }
5234
+
5235
+ .delete {
5236
+ -webkit-touch-callout: none;
5237
+ -webkit-user-select: none;
5238
+ -moz-user-select: none;
5239
+ -ms-user-select: none;
5240
+ user-select: none;
5241
+ -moz-appearance: none;
5242
+ -webkit-appearance: none;
5243
+ background-color: rgba(10, 10, 10, 0.2);
5244
+ border: none;
5245
+ border-radius: 290486px;
5246
+ cursor: pointer;
5247
+ display: inline-block;
5248
+ -webkit-box-flex: 0;
5249
+ -ms-flex-positive: 0;
5250
+ flex-grow: 0;
5251
+ -ms-flex-negative: 0;
5252
+ flex-shrink: 0;
5253
+ font-size: 0;
5254
+ height: 20px;
5255
+ max-height: 20px;
5256
+ max-width: 20px;
5257
+ min-height: 20px;
5258
+ min-width: 20px;
5259
+ outline: none;
5260
+ position: relative;
5261
+ vertical-align: top;
5262
+ width: 20px;
5263
+ }
5264
+
5265
+ .delete:before, .delete:after {
5266
+ background-color: white;
5267
+ content: "";
5268
+ display: block;
5269
+ left: 50%;
5270
+ position: absolute;
5271
+ top: 50%;
5272
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
5273
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
5274
+ -webkit-transform-origin: center center;
5275
+ transform-origin: center center;
5276
+ }
5277
+
5278
+ .delete:before {
5279
+ height: 2px;
5280
+ width: 50%;
5281
+ }
5282
+
5283
+ .delete:after {
5284
+ height: 50%;
5285
+ width: 2px;
5286
+ }
5287
+
5288
+ .delete:hover, .delete:focus {
5289
+ background-color: rgba(10, 10, 10, 0.3);
5290
+ }
5291
+
5292
+ .delete:active {
5293
+ background-color: rgba(10, 10, 10, 0.4);
5294
+ }
5295
+
5296
+ .delete.is-small {
5297
+ height: 16px;
5298
+ max-height: 16px;
5299
+ max-width: 16px;
5300
+ min-height: 16px;
5301
+ min-width: 16px;
5302
+ width: 16px;
5303
+ }
5304
+
5305
+ .delete.is-medium {
5306
+ height: 24px;
5307
+ max-height: 24px;
5308
+ max-width: 24px;
5309
+ min-height: 24px;
5310
+ min-width: 24px;
5311
+ width: 24px;
5312
+ }
5313
+
5314
+ .delete.is-large {
5315
+ height: 32px;
5316
+ max-height: 32px;
5317
+ max-width: 32px;
5318
+ min-height: 32px;
5319
+ min-width: 32px;
5320
+ width: 32px;
5321
+ }
5322
+
5323
+ .heading {
5324
+ display: block;
5325
+ font-size: 11px;
5326
+ letter-spacing: 1px;
5327
+ margin-bottom: 5px;
5328
+ text-transform: uppercase;
5329
+ }
5330
+
5331
+ .highlight {
5332
+ font-weight: 400;
5333
+ max-width: 100%;
5334
+ overflow: hidden;
5335
+ padding: 0;
5336
+ }
5337
+
5338
+ .highlight:not(:last-child) {
5339
+ margin-bottom: 1.5rem;
5340
+ }
5341
+
5342
+ .highlight pre {
5343
+ overflow: auto;
5344
+ max-width: 100%;
5345
+ }
5346
+
5347
+ .loader {
5348
+ -webkit-animation: spinAround 500ms infinite linear;
5349
+ animation: spinAround 500ms infinite linear;
5350
+ border: 2px solid #dbdbdb;
5351
+ border-radius: 290486px;
5352
+ border-right-color: transparent;
5353
+ border-top-color: transparent;
5354
+ content: "";
5355
+ display: block;
5356
+ height: 1em;
5357
+ position: relative;
5358
+ width: 1em;
5359
+ }
5360
+
5361
+ .number {
5362
+ -webkit-box-align: center;
5363
+ -ms-flex-align: center;
5364
+ align-items: center;
5365
+ background-color: whitesmoke;
5366
+ border-radius: 290486px;
5367
+ display: -webkit-inline-box;
5368
+ display: -ms-inline-flexbox;
5369
+ display: inline-flex;
5370
+ font-size: 1.25rem;
5371
+ height: 2em;
5372
+ -webkit-box-pack: center;
5373
+ -ms-flex-pack: center;
5374
+ justify-content: center;
5375
+ margin-right: 1.5rem;
5376
+ min-width: 2.5em;
5377
+ padding: 0.25rem 0.5rem;
5378
+ text-align: center;
5379
+ vertical-align: top;
5380
+ }
5381
+
5382
+ .breadcrumb {
5383
+ -webkit-touch-callout: none;
5384
+ -webkit-user-select: none;
5385
+ -moz-user-select: none;
5386
+ -ms-user-select: none;
5387
+ user-select: none;
5388
+ -webkit-box-align: stretch;
5389
+ -ms-flex-align: stretch;
5390
+ align-items: stretch;
5391
+ display: -webkit-box;
5392
+ display: -ms-flexbox;
5393
+ display: flex;
5394
+ font-size: 1rem;
5395
+ overflow: hidden;
5396
+ overflow-x: auto;
5397
+ white-space: nowrap;
5398
+ }
5399
+
5400
+ .breadcrumb:not(:last-child) {
5401
+ margin-bottom: 1.5rem;
5402
+ }
5403
+
5404
+ .breadcrumb a {
5405
+ -webkit-box-align: center;
5406
+ -ms-flex-align: center;
5407
+ align-items: center;
5408
+ color: #3273dc;
5409
+ display: -webkit-box;
5410
+ display: -ms-flexbox;
5411
+ display: flex;
5412
+ -webkit-box-pack: center;
5413
+ -ms-flex-pack: center;
5414
+ justify-content: center;
5415
+ padding: 0.5em 0.75em;
5416
+ }
5417
+
5418
+ .breadcrumb a:hover {
5419
+ color: #363636;
5420
+ }
5421
+
5422
+ .breadcrumb li {
5423
+ -webkit-box-align: center;
5424
+ -ms-flex-align: center;
5425
+ align-items: center;
5426
+ display: -webkit-box;
5427
+ display: -ms-flexbox;
5428
+ display: flex;
5429
+ }
5430
+
5431
+ .breadcrumb li:first-child a {
5432
+ padding-left: 0;
5433
+ }
5434
+
5435
+ .breadcrumb li.is-active a {
5436
+ color: #363636;
5437
+ cursor: default;
5438
+ pointer-events: none;
5439
+ }
5440
+
5441
+ .breadcrumb li + li::before {
5442
+ color: #4a4a4a;
5443
+ content: "\0002f";
5444
+ }
5445
+
5446
+ .breadcrumb ul, .breadcrumb ol {
5447
+ -webkit-box-align: center;
5448
+ -ms-flex-align: center;
5449
+ align-items: center;
5450
+ display: -webkit-box;
5451
+ display: -ms-flexbox;
5452
+ display: flex;
5453
+ -webkit-box-flex: 1;
5454
+ -ms-flex-positive: 1;
5455
+ flex-grow: 1;
5456
+ -ms-flex-negative: 0;
5457
+ flex-shrink: 0;
5458
+ -webkit-box-pack: start;
5459
+ -ms-flex-pack: start;
5460
+ justify-content: flex-start;
5461
+ }
5462
+
5463
+ .breadcrumb .icon:first-child {
5464
+ margin-right: 0.5em;
5465
+ }
5466
+
5467
+ .breadcrumb .icon:last-child {
5468
+ margin-left: 0.5em;
5469
+ }
5470
+
5471
+ .breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
5472
+ -webkit-box-pack: center;
5473
+ -ms-flex-pack: center;
5474
+ justify-content: center;
5475
+ }
5476
+
5477
+ .breadcrumb.is-right ol, .breadcrumb.is-right ul {
5478
+ -webkit-box-pack: end;
5479
+ -ms-flex-pack: end;
5480
+ justify-content: flex-end;
5481
+ }
5482
+
5483
+ .breadcrumb.is-small {
5484
+ font-size: 0.75rem;
5485
+ }
5486
+
5487
+ .breadcrumb.is-medium {
5488
+ font-size: 1.25rem;
5489
+ }
5490
+
5491
+ .breadcrumb.is-large {
5492
+ font-size: 1.5rem;
5493
+ }
5494
+
5495
+ .breadcrumb.has-arrow-separator li + li::before {
5496
+ content: "\02192";
5497
+ }
5498
+
5499
+ .breadcrumb.has-bullet-separator li + li::before {
5500
+ content: "\02022";
5501
+ }
5502
+
5503
+ .breadcrumb.has-dot-separator li + li::before {
5504
+ content: "\000b7";
5505
+ }
5506
+
5507
+ .breadcrumb.has-succeeds-separator li + li::before {
5508
+ content: "\0227B";
5509
+ }
5510
+
5511
+ .card {
5512
+ background-color: white;
5513
+ -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
5514
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
5515
+ color: #4a4a4a;
5516
+ max-width: 100%;
5517
+ position: relative;
5518
+ }
5519
+
5520
+ .card-header {
5521
+ -webkit-box-align: stretch;
5522
+ -ms-flex-align: stretch;
5523
+ align-items: stretch;
5524
+ -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
5525
+ box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
5526
+ display: -webkit-box;
5527
+ display: -ms-flexbox;
5528
+ display: flex;
5529
+ }
5530
+
5531
+ .card-header-title {
5532
+ -webkit-box-align: center;
5533
+ -ms-flex-align: center;
5534
+ align-items: center;
5535
+ color: #363636;
5536
+ display: -webkit-box;
5537
+ display: -ms-flexbox;
5538
+ display: flex;
5539
+ -webkit-box-flex: 1;
5540
+ -ms-flex-positive: 1;
5541
+ flex-grow: 1;
5542
+ font-weight: 700;
5543
+ padding: 0.75rem;
5544
+ }
5545
+
5546
+ .card-header-title.is-centered {
5547
+ -webkit-box-pack: center;
5548
+ -ms-flex-pack: center;
5549
+ justify-content: center;
5550
+ }
5551
+
5552
+ .card-header-icon {
5553
+ -webkit-box-align: center;
5554
+ -ms-flex-align: center;
5555
+ align-items: center;
5556
+ cursor: pointer;
5557
+ display: -webkit-box;
5558
+ display: -ms-flexbox;
5559
+ display: flex;
5560
+ -webkit-box-pack: center;
5561
+ -ms-flex-pack: center;
5562
+ justify-content: center;
5563
+ padding: 0.75rem;
5564
+ }
5565
+
5566
+ .card-image {
5567
+ display: block;
5568
+ position: relative;
5569
+ }
5570
+
5571
+ .card-content {
5572
+ padding: 1.5rem;
5573
+ }
5574
+
5575
+ .card-footer {
5576
+ border-top: 1px solid #dbdbdb;
5577
+ -webkit-box-align: stretch;
5578
+ -ms-flex-align: stretch;
5579
+ align-items: stretch;
5580
+ display: -webkit-box;
5581
+ display: -ms-flexbox;
5582
+ display: flex;
5583
+ }
5584
+
5585
+ .card-footer-item {
5586
+ -webkit-box-align: center;
5587
+ -ms-flex-align: center;
5588
+ align-items: center;
5589
+ display: -webkit-box;
5590
+ display: -ms-flexbox;
5591
+ display: flex;
5592
+ -ms-flex-preferred-size: 0;
5593
+ flex-basis: 0;
5594
+ -webkit-box-flex: 1;
5595
+ -ms-flex-positive: 1;
5596
+ flex-grow: 1;
5597
+ -ms-flex-negative: 0;
5598
+ flex-shrink: 0;
5599
+ -webkit-box-pack: center;
5600
+ -ms-flex-pack: center;
5601
+ justify-content: center;
5602
+ padding: 0.75rem;
5603
+ }
5604
+
5605
+ .card-footer-item:not(:last-child) {
5606
+ border-right: 1px solid #dbdbdb;
5607
+ }
5608
+
5609
+ .card .media:not(:last-child) {
5610
+ margin-bottom: 0.75rem;
5611
+ }
5612
+
5613
+ .dropdown {
5614
+ display: -webkit-inline-box;
5615
+ display: -ms-inline-flexbox;
5616
+ display: inline-flex;
5617
+ position: relative;
5618
+ vertical-align: top;
5619
+ }
5620
+
5621
+ .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
5622
+ display: block;
5623
+ }
5624
+
5625
+ .dropdown.is-right .dropdown-menu {
5626
+ left: auto;
5627
+ right: 0;
5628
+ }
5629
+
5630
+ .dropdown.is-up .dropdown-menu {
5631
+ bottom: 100%;
5632
+ padding-bottom: 4px;
5633
+ padding-top: unset;
5634
+ top: auto;
5635
+ }
5636
+
5637
+ .dropdown-menu {
5638
+ display: none;
5639
+ left: 0;
5640
+ min-width: 12rem;
5641
+ padding-top: 4px;
5642
+ position: absolute;
5643
+ top: 100%;
5644
+ z-index: 20;
5645
+ }
5646
+
5647
+ .dropdown-content {
5648
+ background-color: white;
5649
+ border-radius: 3px;
5650
+ -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
5651
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
5652
+ padding-bottom: 0.5rem;
5653
+ padding-top: 0.5rem;
5654
+ }
5655
+
5656
+ .dropdown-item {
5657
+ color: #4a4a4a;
5658
+ display: block;
5659
+ font-size: 0.875rem;
5660
+ line-height: 1.5;
5661
+ padding: 0.375rem 1rem;
5662
+ position: relative;
5663
+ }
5664
+
5665
+ a.dropdown-item {
5666
+ padding-right: 3rem;
5667
+ white-space: nowrap;
5668
+ }
5669
+
5670
+ a.dropdown-item:hover {
5671
+ background-color: whitesmoke;
5672
+ color: #0a0a0a;
5673
+ }
5674
+
5675
+ a.dropdown-item.is-active {
5676
+ background-color: #3273dc;
5677
+ color: #fff;
5678
+ }
5679
+
5680
+ .dropdown-divider {
5681
+ background-color: #dbdbdb;
5682
+ border: none;
5683
+ display: block;
5684
+ height: 1px;
5685
+ margin: 0.5rem 0;
5686
+ }
5687
+
5688
+ .level {
5689
+ -webkit-box-align: center;
5690
+ -ms-flex-align: center;
5691
+ align-items: center;
5692
+ -webkit-box-pack: justify;
5693
+ -ms-flex-pack: justify;
5694
+ justify-content: space-between;
5695
+ }
5696
+
5697
+ .level:not(:last-child) {
5698
+ margin-bottom: 1.5rem;
5699
+ }
5700
+
5701
+ .level code {
5702
+ border-radius: 3px;
5703
+ }
5704
+
5705
+ .level img {
5706
+ display: inline-block;
5707
+ vertical-align: top;
5708
+ }
5709
+
5710
+ .level.is-mobile {
5711
+ display: -webkit-box;
5712
+ display: -ms-flexbox;
5713
+ display: flex;
5714
+ }
5715
+
5716
+ .level.is-mobile .level-left,
5717
+ .level.is-mobile .level-right {
5718
+ display: -webkit-box;
5719
+ display: -ms-flexbox;
5720
+ display: flex;
5721
+ }
5722
+
5723
+ .level.is-mobile .level-left + .level-right {
5724
+ margin-top: 0;
5725
+ }
5726
+
5727
+ .level.is-mobile .level-item {
5728
+ margin-right: 0.75rem;
5729
+ }
5730
+
5731
+ .level.is-mobile .level-item:not(:last-child) {
5732
+ margin-bottom: 0;
5733
+ }
5734
+
5735
+ .level.is-mobile .level-item:not(.is-narrow) {
5736
+ -webkit-box-flex: 1;
5737
+ -ms-flex-positive: 1;
5738
+ flex-grow: 1;
5739
+ }
5740
+
5741
+ @media screen and (min-width: 769px), print {
5742
+ .level {
5743
+ display: -webkit-box;
5744
+ display: -ms-flexbox;
5745
+ display: flex;
5746
+ }
5747
+ .level > .level-item:not(.is-narrow) {
5748
+ -webkit-box-flex: 1;
5749
+ -ms-flex-positive: 1;
5750
+ flex-grow: 1;
5751
+ }
5752
+ }
5753
+
5754
+ .level-item {
5755
+ -webkit-box-align: center;
5756
+ -ms-flex-align: center;
5757
+ align-items: center;
5758
+ display: -webkit-box;
5759
+ display: -ms-flexbox;
5760
+ display: flex;
5761
+ -ms-flex-preferred-size: auto;
5762
+ flex-basis: auto;
5763
+ -webkit-box-flex: 0;
5764
+ -ms-flex-positive: 0;
5765
+ flex-grow: 0;
5766
+ -ms-flex-negative: 0;
5767
+ flex-shrink: 0;
5768
+ -webkit-box-pack: center;
5769
+ -ms-flex-pack: center;
5770
+ justify-content: center;
5771
+ }
5772
+
5773
+ .level-item .title,
5774
+ .level-item .subtitle {
5775
+ margin-bottom: 0;
5776
+ }
5777
+
5778
+ @media screen and (max-width: 768px) {
5779
+ .level-item:not(:last-child) {
5780
+ margin-bottom: 0.75rem;
5781
+ }
5782
+ }
5783
+
5784
+ .level-left,
5785
+ .level-right {
5786
+ -ms-flex-preferred-size: auto;
5787
+ flex-basis: auto;
5788
+ -webkit-box-flex: 0;
5789
+ -ms-flex-positive: 0;
5790
+ flex-grow: 0;
5791
+ -ms-flex-negative: 0;
5792
+ flex-shrink: 0;
5793
+ }
5794
+
5795
+ .level-left .level-item.is-flexible,
5796
+ .level-right .level-item.is-flexible {
5797
+ -webkit-box-flex: 1;
5798
+ -ms-flex-positive: 1;
5799
+ flex-grow: 1;
5800
+ }
5801
+
5802
+ @media screen and (min-width: 769px), print {
5803
+ .level-left .level-item:not(:last-child),
5804
+ .level-right .level-item:not(:last-child) {
5805
+ margin-right: 0.75rem;
5806
+ }
5807
+ }
5808
+
5809
+ .level-left {
5810
+ -webkit-box-align: center;
5811
+ -ms-flex-align: center;
5812
+ align-items: center;
5813
+ -webkit-box-pack: start;
5814
+ -ms-flex-pack: start;
5815
+ justify-content: flex-start;
5816
+ }
5817
+
5818
+ @media screen and (max-width: 768px) {
5819
+ .level-left + .level-right {
5820
+ margin-top: 1.5rem;
5821
+ }
5822
+ }
5823
+
5824
+ @media screen and (min-width: 769px), print {
5825
+ .level-left {
5826
+ display: -webkit-box;
5827
+ display: -ms-flexbox;
5828
+ display: flex;
5829
+ }
5830
+ }
5831
+
5832
+ .level-right {
5833
+ -webkit-box-align: center;
5834
+ -ms-flex-align: center;
5835
+ align-items: center;
5836
+ -webkit-box-pack: end;
5837
+ -ms-flex-pack: end;
5838
+ justify-content: flex-end;
5839
+ }
5840
+
5841
+ @media screen and (min-width: 769px), print {
5842
+ .level-right {
5843
+ display: -webkit-box;
5844
+ display: -ms-flexbox;
5845
+ display: flex;
5846
+ }
5847
+ }
5848
+
5849
+ .media {
5850
+ -webkit-box-align: start;
5851
+ -ms-flex-align: start;
5852
+ align-items: flex-start;
5853
+ display: -webkit-box;
5854
+ display: -ms-flexbox;
5855
+ display: flex;
5856
+ text-align: left;
5857
+ }
5858
+
5859
+ .media .content:not(:last-child) {
5860
+ margin-bottom: 0.75rem;
5861
+ }
5862
+
5863
+ .media .media {
5864
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
5865
+ display: -webkit-box;
5866
+ display: -ms-flexbox;
5867
+ display: flex;
5868
+ padding-top: 0.75rem;
5869
+ }
5870
+
5871
+ .media .media .content:not(:last-child),
5872
+ .media .media .control:not(:last-child) {
5873
+ margin-bottom: 0.5rem;
5874
+ }
5875
+
5876
+ .media .media .media {
5877
+ padding-top: 0.5rem;
5878
+ }
5879
+
5880
+ .media .media .media + .media {
5881
+ margin-top: 0.5rem;
5882
+ }
5883
+
5884
+ .media + .media {
5885
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
5886
+ margin-top: 1rem;
5887
+ padding-top: 1rem;
5888
+ }
5889
+
5890
+ .media.is-large + .media {
5891
+ margin-top: 1.5rem;
5892
+ padding-top: 1.5rem;
5893
+ }
5894
+
5895
+ .media-left,
5896
+ .media-right {
5897
+ -ms-flex-preferred-size: auto;
5898
+ flex-basis: auto;
5899
+ -webkit-box-flex: 0;
5900
+ -ms-flex-positive: 0;
5901
+ flex-grow: 0;
5902
+ -ms-flex-negative: 0;
5903
+ flex-shrink: 0;
5904
+ }
5905
+
5906
+ .media-left {
5907
+ margin-right: 1rem;
5908
+ }
5909
+
5910
+ .media-right {
5911
+ margin-left: 1rem;
5912
+ }
5913
+
5914
+ .media-content {
5915
+ -ms-flex-preferred-size: auto;
5916
+ flex-basis: auto;
5917
+ -webkit-box-flex: 1;
5918
+ -ms-flex-positive: 1;
5919
+ flex-grow: 1;
5920
+ -ms-flex-negative: 1;
5921
+ flex-shrink: 1;
5922
+ text-align: left;
5923
+ }
5924
+
5925
+ .menu {
5926
+ font-size: 1rem;
5927
+ }
5928
+
5929
+ .menu.is-small {
5930
+ font-size: 0.75rem;
5931
+ }
5932
+
5933
+ .menu.is-medium {
5934
+ font-size: 1.25rem;
5935
+ }
5936
+
5937
+ .menu.is-large {
5938
+ font-size: 1.5rem;
5939
+ }
5940
+
5941
+ .menu-list {
5942
+ line-height: 1.25;
5943
+ }
5944
+
5945
+ .menu-list a {
5946
+ border-radius: 2px;
5947
+ color: #4a4a4a;
5948
+ display: block;
5949
+ padding: 0.5em 0.75em;
5950
+ }
5951
+
5952
+ .menu-list a:hover {
5953
+ background-color: whitesmoke;
5954
+ color: #363636;
5955
+ }
5956
+
5957
+ .menu-list a.is-active {
5958
+ background-color: #3273dc;
5959
+ color: #fff;
5960
+ }
5961
+
5962
+ .menu-list li ul {
5963
+ border-left: 1px solid #dbdbdb;
5964
+ margin: 0.75em;
5965
+ padding-left: 0.75em;
5966
+ }
5967
+
5968
+ .menu-label {
5969
+ color: #7a7a7a;
5970
+ font-size: 0.75em;
5971
+ letter-spacing: 0.1em;
5972
+ text-transform: uppercase;
5973
+ }
5974
+
5975
+ .menu-label:not(:first-child) {
5976
+ margin-top: 1em;
5977
+ }
5978
+
5979
+ .menu-label:not(:last-child) {
5980
+ margin-bottom: 1em;
5981
+ }
5982
+
5983
+ .message {
5984
+ background-color: whitesmoke;
5985
+ border-radius: 3px;
5986
+ font-size: 1rem;
5987
+ }
5988
+
5989
+ .message:not(:last-child) {
5990
+ margin-bottom: 1.5rem;
5991
+ }
5992
+
5993
+ .message strong {
5994
+ color: currentColor;
5995
+ }
5996
+
5997
+ .message a:not(.button):not(.tag) {
5998
+ color: currentColor;
5999
+ text-decoration: underline;
6000
+ }
6001
+
6002
+ .message.is-small {
6003
+ font-size: 0.75rem;
6004
+ }
6005
+
6006
+ .message.is-medium {
6007
+ font-size: 1.25rem;
6008
+ }
6009
+
6010
+ .message.is-large {
6011
+ font-size: 1.5rem;
6012
+ }
6013
+
6014
+ .message.is-white {
6015
+ background-color: white;
6016
+ }
6017
+
6018
+ .message.is-white .message-header {
6019
+ background-color: white;
6020
+ color: #0a0a0a;
6021
+ }
6022
+
6023
+ .message.is-white .message-body {
6024
+ border-color: white;
6025
+ color: #4d4d4d;
6026
+ }
6027
+
6028
+ .message.is-black {
6029
+ background-color: #fafafa;
6030
+ }
6031
+
6032
+ .message.is-black .message-header {
6033
+ background-color: #0a0a0a;
6034
+ color: white;
6035
+ }
6036
+
6037
+ .message.is-black .message-body {
6038
+ border-color: #0a0a0a;
6039
+ color: #090909;
6040
+ }
6041
+
6042
+ .message.is-light {
6043
+ background-color: #fafafa;
6044
+ }
6045
+
6046
+ .message.is-light .message-header {
6047
+ background-color: whitesmoke;
6048
+ color: #363636;
6049
+ }
6050
+
6051
+ .message.is-light .message-body {
6052
+ border-color: whitesmoke;
6053
+ color: #505050;
6054
+ }
6055
+
6056
+ .message.is-dark {
6057
+ background-color: #fafafa;
6058
+ }
6059
+
6060
+ .message.is-dark .message-header {
6061
+ background-color: #363636;
6062
+ color: whitesmoke;
6063
+ }
6064
+
6065
+ .message.is-dark .message-body {
6066
+ border-color: #363636;
6067
+ color: #2a2a2a;
6068
+ }
6069
+
6070
+ .message.is-primary {
6071
+ background-color: #f5fffd;
6072
+ }
6073
+
6074
+ .message.is-primary .message-header {
6075
+ background-color: #00d1b2;
6076
+ color: #fff;
6077
+ }
6078
+
6079
+ .message.is-primary .message-body {
6080
+ border-color: #00d1b2;
6081
+ color: #021310;
6082
+ }
6083
+
6084
+ .message.is-link {
6085
+ background-color: #f6f9fe;
6086
+ }
6087
+
6088
+ .message.is-link .message-header {
6089
+ background-color: #3273dc;
6090
+ color: #fff;
6091
+ }
6092
+
6093
+ .message.is-link .message-body {
6094
+ border-color: #3273dc;
6095
+ color: #22509a;
6096
+ }
6097
+
6098
+ .message.is-info {
6099
+ background-color: #f6fbfe;
6100
+ }
6101
+
6102
+ .message.is-info .message-header {
6103
+ background-color: #209cee;
6104
+ color: #fff;
6105
+ }
6106
+
6107
+ .message.is-info .message-body {
6108
+ border-color: #209cee;
6109
+ color: #12537e;
6110
+ }
6111
+
6112
+ .message.is-success {
6113
+ background-color: #f6fef9;
6114
+ }
6115
+
6116
+ .message.is-success .message-header {
6117
+ background-color: #23d160;
6118
+ color: #fff;
6119
+ }
6120
+
6121
+ .message.is-success .message-body {
6122
+ border-color: #23d160;
6123
+ color: #0e301a;
6124
+ }
6125
+
6126
+ .message.is-warning {
6127
+ background-color: #fffdf5;
6128
+ }
6129
+
6130
+ .message.is-warning .message-header {
6131
+ background-color: #ffdd57;
6132
+ color: rgba(0, 0, 0, 0.7);
6133
+ }
6134
+
6135
+ .message.is-warning .message-body {
6136
+ border-color: #ffdd57;
6137
+ color: #3b3108;
6138
+ }
6139
+
6140
+ .message.is-danger {
6141
+ background-color: #fff5f7;
6142
+ }
6143
+
6144
+ .message.is-danger .message-header {
6145
+ background-color: #ff3860;
6146
+ color: #fff;
6147
+ }
6148
+
6149
+ .message.is-danger .message-body {
6150
+ border-color: #ff3860;
6151
+ color: #cd0930;
6152
+ }
6153
+
6154
+ .message-header {
6155
+ -webkit-box-align: center;
6156
+ -ms-flex-align: center;
6157
+ align-items: center;
6158
+ background-color: #4a4a4a;
6159
+ border-radius: 3px 3px 0 0;
6160
+ color: #fff;
6161
+ display: -webkit-box;
6162
+ display: -ms-flexbox;
6163
+ display: flex;
6164
+ -webkit-box-pack: justify;
6165
+ -ms-flex-pack: justify;
6166
+ justify-content: space-between;
6167
+ line-height: 1.25;
6168
+ padding: 0.5em 0.75em;
6169
+ position: relative;
6170
+ }
6171
+
6172
+ .message-header .delete {
6173
+ -webkit-box-flex: 0;
6174
+ -ms-flex-positive: 0;
6175
+ flex-grow: 0;
6176
+ -ms-flex-negative: 0;
6177
+ flex-shrink: 0;
6178
+ margin-left: 0.75em;
6179
+ }
6180
+
6181
+ .message-header + .message-body {
6182
+ border-top-left-radius: 0;
6183
+ border-top-right-radius: 0;
6184
+ border-top: none;
6185
+ }
6186
+
6187
+ .message-body {
6188
+ border: 1px solid #dbdbdb;
6189
+ border-radius: 3px;
6190
+ color: #4a4a4a;
6191
+ padding: 1em 1.25em;
6192
+ }
6193
+
6194
+ .message-body code,
6195
+ .message-body pre {
6196
+ background-color: white;
6197
+ }
6198
+
6199
+ .message-body pre code {
6200
+ background-color: transparent;
6201
+ }
6202
+
6203
+ .modal {
6204
+ bottom: 0;
6205
+ left: 0;
6206
+ position: absolute;
6207
+ right: 0;
6208
+ top: 0;
6209
+ -webkit-box-align: center;
6210
+ -ms-flex-align: center;
6211
+ align-items: center;
6212
+ display: none;
6213
+ -webkit-box-pack: center;
6214
+ -ms-flex-pack: center;
6215
+ justify-content: center;
6216
+ overflow: hidden;
6217
+ position: fixed;
6218
+ z-index: 20;
6219
+ }
6220
+
6221
+ .modal.is-active {
6222
+ display: -webkit-box;
6223
+ display: -ms-flexbox;
6224
+ display: flex;
6225
+ }
6226
+
6227
+ .modal-background {
6228
+ bottom: 0;
6229
+ left: 0;
6230
+ position: absolute;
6231
+ right: 0;
6232
+ top: 0;
6233
+ background-color: rgba(10, 10, 10, 0.86);
6234
+ }
6235
+
6236
+ .modal-content,
6237
+ .modal-card {
6238
+ margin: 0 20px;
6239
+ max-height: calc(100vh - 160px);
6240
+ overflow: auto;
6241
+ position: relative;
6242
+ width: 100%;
6243
+ }
6244
+
6245
+ @media screen and (min-width: 769px), print {
6246
+ .modal-content,
6247
+ .modal-card {
6248
+ margin: 0 auto;
6249
+ max-height: calc(100vh - 40px);
6250
+ width: 640px;
6251
+ }
6252
+ }
6253
+
6254
+ .modal-close {
6255
+ -webkit-touch-callout: none;
6256
+ -webkit-user-select: none;
6257
+ -moz-user-select: none;
6258
+ -ms-user-select: none;
6259
+ user-select: none;
6260
+ -moz-appearance: none;
6261
+ -webkit-appearance: none;
6262
+ background-color: rgba(10, 10, 10, 0.2);
6263
+ border: none;
6264
+ border-radius: 290486px;
6265
+ cursor: pointer;
6266
+ display: inline-block;
6267
+ -webkit-box-flex: 0;
6268
+ -ms-flex-positive: 0;
6269
+ flex-grow: 0;
6270
+ -ms-flex-negative: 0;
6271
+ flex-shrink: 0;
6272
+ font-size: 0;
6273
+ height: 20px;
6274
+ max-height: 20px;
6275
+ max-width: 20px;
6276
+ min-height: 20px;
6277
+ min-width: 20px;
6278
+ outline: none;
6279
+ position: relative;
6280
+ vertical-align: top;
6281
+ width: 20px;
6282
+ background: none;
6283
+ height: 40px;
6284
+ position: fixed;
6285
+ right: 20px;
6286
+ top: 20px;
6287
+ width: 40px;
6288
+ }
6289
+
6290
+ .modal-close:before, .modal-close:after {
6291
+ background-color: white;
6292
+ content: "";
6293
+ display: block;
6294
+ left: 50%;
6295
+ position: absolute;
6296
+ top: 50%;
6297
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
6298
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
6299
+ -webkit-transform-origin: center center;
6300
+ transform-origin: center center;
6301
+ }
6302
+
6303
+ .modal-close:before {
6304
+ height: 2px;
6305
+ width: 50%;
6306
+ }
6307
+
6308
+ .modal-close:after {
6309
+ height: 50%;
6310
+ width: 2px;
6311
+ }
6312
+
6313
+ .modal-close:hover, .modal-close:focus {
6314
+ background-color: rgba(10, 10, 10, 0.3);
6315
+ }
6316
+
6317
+ .modal-close:active {
6318
+ background-color: rgba(10, 10, 10, 0.4);
6319
+ }
6320
+
6321
+ .modal-close.is-small {
6322
+ height: 16px;
6323
+ max-height: 16px;
6324
+ max-width: 16px;
6325
+ min-height: 16px;
6326
+ min-width: 16px;
6327
+ width: 16px;
6328
+ }
6329
+
6330
+ .modal-close.is-medium {
6331
+ height: 24px;
6332
+ max-height: 24px;
6333
+ max-width: 24px;
6334
+ min-height: 24px;
6335
+ min-width: 24px;
6336
+ width: 24px;
6337
+ }
6338
+
6339
+ .modal-close.is-large {
6340
+ height: 32px;
6341
+ max-height: 32px;
6342
+ max-width: 32px;
6343
+ min-height: 32px;
6344
+ min-width: 32px;
6345
+ width: 32px;
6346
+ }
6347
+
6348
+ .modal-card {
6349
+ display: -webkit-box;
6350
+ display: -ms-flexbox;
6351
+ display: flex;
6352
+ -webkit-box-orient: vertical;
6353
+ -webkit-box-direction: normal;
6354
+ -ms-flex-direction: column;
6355
+ flex-direction: column;
6356
+ max-height: calc(100vh - 40px);
6357
+ overflow: hidden;
6358
+ }
6359
+
6360
+ .modal-card-head,
6361
+ .modal-card-foot {
6362
+ -webkit-box-align: center;
6363
+ -ms-flex-align: center;
6364
+ align-items: center;
6365
+ background-color: whitesmoke;
6366
+ display: -webkit-box;
6367
+ display: -ms-flexbox;
6368
+ display: flex;
6369
+ -ms-flex-negative: 0;
6370
+ flex-shrink: 0;
6371
+ -webkit-box-pack: start;
6372
+ -ms-flex-pack: start;
6373
+ justify-content: flex-start;
6374
+ padding: 20px;
6375
+ position: relative;
6376
+ }
6377
+
6378
+ .modal-card-head {
6379
+ border-bottom: 1px solid #dbdbdb;
6380
+ border-top-left-radius: 5px;
6381
+ border-top-right-radius: 5px;
6382
+ }
6383
+
6384
+ .modal-card-title {
6385
+ color: #363636;
6386
+ -webkit-box-flex: 1;
6387
+ -ms-flex-positive: 1;
6388
+ flex-grow: 1;
6389
+ -ms-flex-negative: 0;
6390
+ flex-shrink: 0;
6391
+ font-size: 1.5rem;
6392
+ line-height: 1;
6393
+ }
6394
+
6395
+ .modal-card-foot {
6396
+ border-bottom-left-radius: 5px;
6397
+ border-bottom-right-radius: 5px;
6398
+ border-top: 1px solid #dbdbdb;
6399
+ }
6400
+
6401
+ .modal-card-foot .button:not(:last-child) {
6402
+ margin-right: 10px;
6403
+ }
6404
+
6405
+ .modal-card-body {
6406
+ -webkit-overflow-scrolling: touch;
6407
+ background-color: white;
6408
+ -webkit-box-flex: 1;
6409
+ -ms-flex-positive: 1;
6410
+ flex-grow: 1;
6411
+ -ms-flex-negative: 1;
6412
+ flex-shrink: 1;
6413
+ overflow: auto;
6414
+ padding: 20px;
6415
+ }
6416
+
6417
+ .navbar {
6418
+ background-color: white;
6419
+ min-height: 3.25rem;
6420
+ position: relative;
6421
+ }
6422
+
6423
+ .navbar.is-white {
6424
+ background-color: white;
6425
+ color: #0a0a0a;
6426
+ }
6427
+
6428
+ .navbar.is-white .navbar-brand > .navbar-item,
6429
+ .navbar.is-white .navbar-brand .navbar-link {
6430
+ color: #0a0a0a;
6431
+ }
6432
+
6433
+ .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
6434
+ .navbar.is-white .navbar-brand .navbar-link:hover,
6435
+ .navbar.is-white .navbar-brand .navbar-link.is-active {
6436
+ background-color: #f2f2f2;
6437
+ color: #0a0a0a;
6438
+ }
6439
+
6440
+ .navbar.is-white .navbar-brand .navbar-link::after {
6441
+ border-color: #0a0a0a;
6442
+ }
6443
+
6444
+ @media screen and (min-width: 1024px) {
6445
+ .navbar.is-white .navbar-start > .navbar-item,
6446
+ .navbar.is-white .navbar-start .navbar-link,
6447
+ .navbar.is-white .navbar-end > .navbar-item,
6448
+ .navbar.is-white .navbar-end .navbar-link {
6449
+ color: #0a0a0a;
6450
+ }
6451
+ .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
6452
+ .navbar.is-white .navbar-start .navbar-link:hover,
6453
+ .navbar.is-white .navbar-start .navbar-link.is-active,
6454
+ .navbar.is-white .navbar-end > a.navbar-item:hover,
6455
+ .navbar.is-white .navbar-end > a.navbar-item.is-active,
6456
+ .navbar.is-white .navbar-end .navbar-link:hover,
6457
+ .navbar.is-white .navbar-end .navbar-link.is-active {
6458
+ background-color: #f2f2f2;
6459
+ color: #0a0a0a;
6460
+ }
6461
+ .navbar.is-white .navbar-start .navbar-link::after,
6462
+ .navbar.is-white .navbar-end .navbar-link::after {
6463
+ border-color: #0a0a0a;
6464
+ }
6465
+ .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
6466
+ .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
6467
+ background-color: #f2f2f2;
6468
+ color: #0a0a0a;
6469
+ }
6470
+ .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
6471
+ background-color: white;
6472
+ color: #0a0a0a;
6473
+ }
6474
+ }
6475
+
6476
+ .navbar.is-black {
6477
+ background-color: #0a0a0a;
6478
+ color: white;
6479
+ }
6480
+
6481
+ .navbar.is-black .navbar-brand > .navbar-item,
6482
+ .navbar.is-black .navbar-brand .navbar-link {
6483
+ color: white;
6484
+ }
6485
+
6486
+ .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
6487
+ .navbar.is-black .navbar-brand .navbar-link:hover,
6488
+ .navbar.is-black .navbar-brand .navbar-link.is-active {
6489
+ background-color: black;
6490
+ color: white;
6491
+ }
6492
+
6493
+ .navbar.is-black .navbar-brand .navbar-link::after {
6494
+ border-color: white;
6495
+ }
6496
+
6497
+ @media screen and (min-width: 1024px) {
6498
+ .navbar.is-black .navbar-start > .navbar-item,
6499
+ .navbar.is-black .navbar-start .navbar-link,
6500
+ .navbar.is-black .navbar-end > .navbar-item,
6501
+ .navbar.is-black .navbar-end .navbar-link {
6502
+ color: white;
6503
+ }
6504
+ .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
6505
+ .navbar.is-black .navbar-start .navbar-link:hover,
6506
+ .navbar.is-black .navbar-start .navbar-link.is-active,
6507
+ .navbar.is-black .navbar-end > a.navbar-item:hover,
6508
+ .navbar.is-black .navbar-end > a.navbar-item.is-active,
6509
+ .navbar.is-black .navbar-end .navbar-link:hover,
6510
+ .navbar.is-black .navbar-end .navbar-link.is-active {
6511
+ background-color: black;
6512
+ color: white;
6513
+ }
6514
+ .navbar.is-black .navbar-start .navbar-link::after,
6515
+ .navbar.is-black .navbar-end .navbar-link::after {
6516
+ border-color: white;
6517
+ }
6518
+ .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
6519
+ .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
6520
+ background-color: black;
6521
+ color: white;
6522
+ }
6523
+ .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
6524
+ background-color: #0a0a0a;
6525
+ color: white;
6526
+ }
6527
+ }
6528
+
6529
+ .navbar.is-light {
6530
+ background-color: whitesmoke;
6531
+ color: #363636;
6532
+ }
6533
+
6534
+ .navbar.is-light .navbar-brand > .navbar-item,
6535
+ .navbar.is-light .navbar-brand .navbar-link {
6536
+ color: #363636;
6537
+ }
6538
+
6539
+ .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
6540
+ .navbar.is-light .navbar-brand .navbar-link:hover,
6541
+ .navbar.is-light .navbar-brand .navbar-link.is-active {
6542
+ background-color: #e8e8e8;
6543
+ color: #363636;
6544
+ }
6545
+
6546
+ .navbar.is-light .navbar-brand .navbar-link::after {
6547
+ border-color: #363636;
6548
+ }
6549
+
6550
+ @media screen and (min-width: 1024px) {
6551
+ .navbar.is-light .navbar-start > .navbar-item,
6552
+ .navbar.is-light .navbar-start .navbar-link,
6553
+ .navbar.is-light .navbar-end > .navbar-item,
6554
+ .navbar.is-light .navbar-end .navbar-link {
6555
+ color: #363636;
6556
+ }
6557
+ .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
6558
+ .navbar.is-light .navbar-start .navbar-link:hover,
6559
+ .navbar.is-light .navbar-start .navbar-link.is-active,
6560
+ .navbar.is-light .navbar-end > a.navbar-item:hover,
6561
+ .navbar.is-light .navbar-end > a.navbar-item.is-active,
6562
+ .navbar.is-light .navbar-end .navbar-link:hover,
6563
+ .navbar.is-light .navbar-end .navbar-link.is-active {
6564
+ background-color: #e8e8e8;
6565
+ color: #363636;
6566
+ }
6567
+ .navbar.is-light .navbar-start .navbar-link::after,
6568
+ .navbar.is-light .navbar-end .navbar-link::after {
6569
+ border-color: #363636;
6570
+ }
6571
+ .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
6572
+ .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
6573
+ background-color: #e8e8e8;
6574
+ color: #363636;
6575
+ }
6576
+ .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
6577
+ background-color: whitesmoke;
6578
+ color: #363636;
6579
+ }
6580
+ }
6581
+
6582
+ .navbar.is-dark {
6583
+ background-color: #363636;
6584
+ color: whitesmoke;
6585
+ }
6586
+
6587
+ .navbar.is-dark .navbar-brand > .navbar-item,
6588
+ .navbar.is-dark .navbar-brand .navbar-link {
6589
+ color: whitesmoke;
6590
+ }
6591
+
6592
+ .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
6593
+ .navbar.is-dark .navbar-brand .navbar-link:hover,
6594
+ .navbar.is-dark .navbar-brand .navbar-link.is-active {
6595
+ background-color: #292929;
6596
+ color: whitesmoke;
6597
+ }
6598
+
6599
+ .navbar.is-dark .navbar-brand .navbar-link::after {
6600
+ border-color: whitesmoke;
6601
+ }
6602
+
6603
+ @media screen and (min-width: 1024px) {
6604
+ .navbar.is-dark .navbar-start > .navbar-item,
6605
+ .navbar.is-dark .navbar-start .navbar-link,
6606
+ .navbar.is-dark .navbar-end > .navbar-item,
6607
+ .navbar.is-dark .navbar-end .navbar-link {
6608
+ color: whitesmoke;
6609
+ }
6610
+ .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
6611
+ .navbar.is-dark .navbar-start .navbar-link:hover,
6612
+ .navbar.is-dark .navbar-start .navbar-link.is-active,
6613
+ .navbar.is-dark .navbar-end > a.navbar-item:hover,
6614
+ .navbar.is-dark .navbar-end > a.navbar-item.is-active,
6615
+ .navbar.is-dark .navbar-end .navbar-link:hover,
6616
+ .navbar.is-dark .navbar-end .navbar-link.is-active {
6617
+ background-color: #292929;
6618
+ color: whitesmoke;
6619
+ }
6620
+ .navbar.is-dark .navbar-start .navbar-link::after,
6621
+ .navbar.is-dark .navbar-end .navbar-link::after {
6622
+ border-color: whitesmoke;
6623
+ }
6624
+ .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
6625
+ .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
6626
+ background-color: #292929;
6627
+ color: whitesmoke;
6628
+ }
6629
+ .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
6630
+ background-color: #363636;
6631
+ color: whitesmoke;
6632
+ }
6633
+ }
6634
+
6635
+ .navbar.is-primary {
6636
+ background-color: #00d1b2;
6637
+ color: #fff;
6638
+ }
6639
+
6640
+ .navbar.is-primary .navbar-brand > .navbar-item,
6641
+ .navbar.is-primary .navbar-brand .navbar-link {
6642
+ color: #fff;
6643
+ }
6644
+
6645
+ .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
6646
+ .navbar.is-primary .navbar-brand .navbar-link:hover,
6647
+ .navbar.is-primary .navbar-brand .navbar-link.is-active {
6648
+ background-color: #00b89c;
6649
+ color: #fff;
6650
+ }
6651
+
6652
+ .navbar.is-primary .navbar-brand .navbar-link::after {
6653
+ border-color: #fff;
6654
+ }
6655
+
6656
+ @media screen and (min-width: 1024px) {
6657
+ .navbar.is-primary .navbar-start > .navbar-item,
6658
+ .navbar.is-primary .navbar-start .navbar-link,
6659
+ .navbar.is-primary .navbar-end > .navbar-item,
6660
+ .navbar.is-primary .navbar-end .navbar-link {
6661
+ color: #fff;
6662
+ }
6663
+ .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
6664
+ .navbar.is-primary .navbar-start .navbar-link:hover,
6665
+ .navbar.is-primary .navbar-start .navbar-link.is-active,
6666
+ .navbar.is-primary .navbar-end > a.navbar-item:hover,
6667
+ .navbar.is-primary .navbar-end > a.navbar-item.is-active,
6668
+ .navbar.is-primary .navbar-end .navbar-link:hover,
6669
+ .navbar.is-primary .navbar-end .navbar-link.is-active {
6670
+ background-color: #00b89c;
6671
+ color: #fff;
6672
+ }
6673
+ .navbar.is-primary .navbar-start .navbar-link::after,
6674
+ .navbar.is-primary .navbar-end .navbar-link::after {
6675
+ border-color: #fff;
6676
+ }
6677
+ .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
6678
+ .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
6679
+ background-color: #00b89c;
6680
+ color: #fff;
6681
+ }
6682
+ .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
6683
+ background-color: #00d1b2;
6684
+ color: #fff;
6685
+ }
6686
+ }
6687
+
6688
+ .navbar.is-link {
6689
+ background-color: #3273dc;
6690
+ color: #fff;
6691
+ }
6692
+
6693
+ .navbar.is-link .navbar-brand > .navbar-item,
6694
+ .navbar.is-link .navbar-brand .navbar-link {
6695
+ color: #fff;
6696
+ }
6697
+
6698
+ .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
6699
+ .navbar.is-link .navbar-brand .navbar-link:hover,
6700
+ .navbar.is-link .navbar-brand .navbar-link.is-active {
6701
+ background-color: #2366d1;
6702
+ color: #fff;
6703
+ }
6704
+
6705
+ .navbar.is-link .navbar-brand .navbar-link::after {
6706
+ border-color: #fff;
6707
+ }
6708
+
6709
+ @media screen and (min-width: 1024px) {
6710
+ .navbar.is-link .navbar-start > .navbar-item,
6711
+ .navbar.is-link .navbar-start .navbar-link,
6712
+ .navbar.is-link .navbar-end > .navbar-item,
6713
+ .navbar.is-link .navbar-end .navbar-link {
6714
+ color: #fff;
6715
+ }
6716
+ .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
6717
+ .navbar.is-link .navbar-start .navbar-link:hover,
6718
+ .navbar.is-link .navbar-start .navbar-link.is-active,
6719
+ .navbar.is-link .navbar-end > a.navbar-item:hover,
6720
+ .navbar.is-link .navbar-end > a.navbar-item.is-active,
6721
+ .navbar.is-link .navbar-end .navbar-link:hover,
6722
+ .navbar.is-link .navbar-end .navbar-link.is-active {
6723
+ background-color: #2366d1;
6724
+ color: #fff;
6725
+ }
6726
+ .navbar.is-link .navbar-start .navbar-link::after,
6727
+ .navbar.is-link .navbar-end .navbar-link::after {
6728
+ border-color: #fff;
6729
+ }
6730
+ .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
6731
+ .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
6732
+ background-color: #2366d1;
6733
+ color: #fff;
6734
+ }
6735
+ .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
6736
+ background-color: #3273dc;
6737
+ color: #fff;
6738
+ }
6739
+ }
6740
+
6741
+ .navbar.is-info {
6742
+ background-color: #209cee;
6743
+ color: #fff;
6744
+ }
6745
+
6746
+ .navbar.is-info .navbar-brand > .navbar-item,
6747
+ .navbar.is-info .navbar-brand .navbar-link {
6748
+ color: #fff;
6749
+ }
6750
+
6751
+ .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
6752
+ .navbar.is-info .navbar-brand .navbar-link:hover,
6753
+ .navbar.is-info .navbar-brand .navbar-link.is-active {
6754
+ background-color: #118fe4;
6755
+ color: #fff;
6756
+ }
6757
+
6758
+ .navbar.is-info .navbar-brand .navbar-link::after {
6759
+ border-color: #fff;
6760
+ }
6761
+
6762
+ @media screen and (min-width: 1024px) {
6763
+ .navbar.is-info .navbar-start > .navbar-item,
6764
+ .navbar.is-info .navbar-start .navbar-link,
6765
+ .navbar.is-info .navbar-end > .navbar-item,
6766
+ .navbar.is-info .navbar-end .navbar-link {
6767
+ color: #fff;
6768
+ }
6769
+ .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
6770
+ .navbar.is-info .navbar-start .navbar-link:hover,
6771
+ .navbar.is-info .navbar-start .navbar-link.is-active,
6772
+ .navbar.is-info .navbar-end > a.navbar-item:hover,
6773
+ .navbar.is-info .navbar-end > a.navbar-item.is-active,
6774
+ .navbar.is-info .navbar-end .navbar-link:hover,
6775
+ .navbar.is-info .navbar-end .navbar-link.is-active {
6776
+ background-color: #118fe4;
6777
+ color: #fff;
6778
+ }
6779
+ .navbar.is-info .navbar-start .navbar-link::after,
6780
+ .navbar.is-info .navbar-end .navbar-link::after {
6781
+ border-color: #fff;
6782
+ }
6783
+ .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
6784
+ .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
6785
+ background-color: #118fe4;
6786
+ color: #fff;
6787
+ }
6788
+ .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
6789
+ background-color: #209cee;
6790
+ color: #fff;
6791
+ }
6792
+ }
6793
+
6794
+ .navbar.is-success {
6795
+ background-color: #23d160;
6796
+ color: #fff;
6797
+ }
6798
+
6799
+ .navbar.is-success .navbar-brand > .navbar-item,
6800
+ .navbar.is-success .navbar-brand .navbar-link {
6801
+ color: #fff;
6802
+ }
6803
+
6804
+ .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
6805
+ .navbar.is-success .navbar-brand .navbar-link:hover,
6806
+ .navbar.is-success .navbar-brand .navbar-link.is-active {
6807
+ background-color: #20bc56;
6808
+ color: #fff;
6809
+ }
6810
+
6811
+ .navbar.is-success .navbar-brand .navbar-link::after {
6812
+ border-color: #fff;
6813
+ }
6814
+
6815
+ @media screen and (min-width: 1024px) {
6816
+ .navbar.is-success .navbar-start > .navbar-item,
6817
+ .navbar.is-success .navbar-start .navbar-link,
6818
+ .navbar.is-success .navbar-end > .navbar-item,
6819
+ .navbar.is-success .navbar-end .navbar-link {
6820
+ color: #fff;
6821
+ }
6822
+ .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
6823
+ .navbar.is-success .navbar-start .navbar-link:hover,
6824
+ .navbar.is-success .navbar-start .navbar-link.is-active,
6825
+ .navbar.is-success .navbar-end > a.navbar-item:hover,
6826
+ .navbar.is-success .navbar-end > a.navbar-item.is-active,
6827
+ .navbar.is-success .navbar-end .navbar-link:hover,
6828
+ .navbar.is-success .navbar-end .navbar-link.is-active {
6829
+ background-color: #20bc56;
6830
+ color: #fff;
6831
+ }
6832
+ .navbar.is-success .navbar-start .navbar-link::after,
6833
+ .navbar.is-success .navbar-end .navbar-link::after {
6834
+ border-color: #fff;
6835
+ }
6836
+ .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
6837
+ .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
6838
+ background-color: #20bc56;
6839
+ color: #fff;
6840
+ }
6841
+ .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
6842
+ background-color: #23d160;
6843
+ color: #fff;
6844
+ }
6845
+ }
6846
+
6847
+ .navbar.is-warning {
6848
+ background-color: #ffdd57;
6849
+ color: rgba(0, 0, 0, 0.7);
6850
+ }
6851
+
6852
+ .navbar.is-warning .navbar-brand > .navbar-item,
6853
+ .navbar.is-warning .navbar-brand .navbar-link {
6854
+ color: rgba(0, 0, 0, 0.7);
6855
+ }
6856
+
6857
+ .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
6858
+ .navbar.is-warning .navbar-brand .navbar-link:hover,
6859
+ .navbar.is-warning .navbar-brand .navbar-link.is-active {
6860
+ background-color: #ffd83d;
6861
+ color: rgba(0, 0, 0, 0.7);
6862
+ }
6863
+
6864
+ .navbar.is-warning .navbar-brand .navbar-link::after {
6865
+ border-color: rgba(0, 0, 0, 0.7);
6866
+ }
6867
+
6868
+ @media screen and (min-width: 1024px) {
6869
+ .navbar.is-warning .navbar-start > .navbar-item,
6870
+ .navbar.is-warning .navbar-start .navbar-link,
6871
+ .navbar.is-warning .navbar-end > .navbar-item,
6872
+ .navbar.is-warning .navbar-end .navbar-link {
6873
+ color: rgba(0, 0, 0, 0.7);
6874
+ }
6875
+ .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
6876
+ .navbar.is-warning .navbar-start .navbar-link:hover,
6877
+ .navbar.is-warning .navbar-start .navbar-link.is-active,
6878
+ .navbar.is-warning .navbar-end > a.navbar-item:hover,
6879
+ .navbar.is-warning .navbar-end > a.navbar-item.is-active,
6880
+ .navbar.is-warning .navbar-end .navbar-link:hover,
6881
+ .navbar.is-warning .navbar-end .navbar-link.is-active {
6882
+ background-color: #ffd83d;
6883
+ color: rgba(0, 0, 0, 0.7);
6884
+ }
6885
+ .navbar.is-warning .navbar-start .navbar-link::after,
6886
+ .navbar.is-warning .navbar-end .navbar-link::after {
6887
+ border-color: rgba(0, 0, 0, 0.7);
6888
+ }
6889
+ .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
6890
+ .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
6891
+ background-color: #ffd83d;
6892
+ color: rgba(0, 0, 0, 0.7);
6893
+ }
6894
+ .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
6895
+ background-color: #ffdd57;
6896
+ color: rgba(0, 0, 0, 0.7);
6897
+ }
6898
+ }
6899
+
6900
+ .navbar.is-danger {
6901
+ background-color: #ff3860;
6902
+ color: #fff;
6903
+ }
6904
+
6905
+ .navbar.is-danger .navbar-brand > .navbar-item,
6906
+ .navbar.is-danger .navbar-brand .navbar-link {
6907
+ color: #fff;
6908
+ }
6909
+
6910
+ .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
6911
+ .navbar.is-danger .navbar-brand .navbar-link:hover,
6912
+ .navbar.is-danger .navbar-brand .navbar-link.is-active {
6913
+ background-color: #ff1f4b;
6914
+ color: #fff;
6915
+ }
6916
+
6917
+ .navbar.is-danger .navbar-brand .navbar-link::after {
6918
+ border-color: #fff;
6919
+ }
6920
+
6921
+ @media screen and (min-width: 1024px) {
6922
+ .navbar.is-danger .navbar-start > .navbar-item,
6923
+ .navbar.is-danger .navbar-start .navbar-link,
6924
+ .navbar.is-danger .navbar-end > .navbar-item,
6925
+ .navbar.is-danger .navbar-end .navbar-link {
6926
+ color: #fff;
6927
+ }
6928
+ .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
6929
+ .navbar.is-danger .navbar-start .navbar-link:hover,
6930
+ .navbar.is-danger .navbar-start .navbar-link.is-active,
6931
+ .navbar.is-danger .navbar-end > a.navbar-item:hover,
6932
+ .navbar.is-danger .navbar-end > a.navbar-item.is-active,
6933
+ .navbar.is-danger .navbar-end .navbar-link:hover,
6934
+ .navbar.is-danger .navbar-end .navbar-link.is-active {
6935
+ background-color: #ff1f4b;
6936
+ color: #fff;
6937
+ }
6938
+ .navbar.is-danger .navbar-start .navbar-link::after,
6939
+ .navbar.is-danger .navbar-end .navbar-link::after {
6940
+ border-color: #fff;
6941
+ }
6942
+ .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
6943
+ .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
6944
+ background-color: #ff1f4b;
6945
+ color: #fff;
6946
+ }
6947
+ .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
6948
+ background-color: #ff3860;
6949
+ color: #fff;
6950
+ }
6951
+ }
6952
+
6953
+ .navbar > .container {
6954
+ -webkit-box-align: stretch;
6955
+ -ms-flex-align: stretch;
6956
+ align-items: stretch;
6957
+ display: -webkit-box;
6958
+ display: -ms-flexbox;
6959
+ display: flex;
6960
+ min-height: 3.25rem;
6961
+ width: 100%;
6962
+ }
6963
+
6964
+ .navbar.has-shadow {
6965
+ -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
6966
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
6967
+ }
6968
+
6969
+ .navbar.is-fixed-bottom, .navbar.is-fixed-top {
6970
+ left: 0;
6971
+ position: fixed;
6972
+ right: 0;
6973
+ z-index: 30;
6974
+ }
6975
+
6976
+ .navbar.is-fixed-bottom {
6977
+ bottom: 0;
6978
+ }
6979
+
6980
+ .navbar.is-fixed-bottom.has-shadow {
6981
+ -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
6982
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
6983
+ }
6984
+
6985
+ .navbar.is-fixed-top {
6986
+ top: 0;
6987
+ }
6988
+
6989
+ html.has-navbar-fixed-top {
6990
+ padding-top: 3.25rem;
6991
+ }
6992
+
6993
+ html.has-navbar-fixed-bottom {
6994
+ padding-bottom: 3.25rem;
6995
+ }
6996
+
6997
+ .navbar-brand,
6998
+ .navbar-tabs {
6999
+ -webkit-box-align: stretch;
7000
+ -ms-flex-align: stretch;
7001
+ align-items: stretch;
7002
+ display: -webkit-box;
7003
+ display: -ms-flexbox;
7004
+ display: flex;
7005
+ -ms-flex-negative: 0;
7006
+ flex-shrink: 0;
7007
+ min-height: 3.25rem;
7008
+ }
7009
+
7010
+ .navbar-tabs {
7011
+ -webkit-overflow-scrolling: touch;
7012
+ max-width: 100vw;
7013
+ overflow-x: auto;
7014
+ overflow-y: hidden;
7015
+ }
7016
+
7017
+ .navbar-burger {
7018
+ cursor: pointer;
7019
+ display: block;
7020
+ height: 3.25rem;
7021
+ position: relative;
7022
+ width: 3.25rem;
7023
+ margin-left: auto;
7024
+ }
7025
+
7026
+ .navbar-burger span {
7027
+ background-color: currentColor;
7028
+ display: block;
7029
+ height: 1px;
7030
+ left: calc(50% - 8px);
7031
+ position: absolute;
7032
+ -webkit-transform-origin: center;
7033
+ transform-origin: center;
7034
+ -webkit-transition-duration: 86ms;
7035
+ transition-duration: 86ms;
7036
+ -webkit-transition-property: background-color, opacity, -webkit-transform;
7037
+ transition-property: background-color, opacity, -webkit-transform;
7038
+ transition-property: background-color, opacity, transform;
7039
+ transition-property: background-color, opacity, transform, -webkit-transform;
7040
+ -webkit-transition-timing-function: ease-out;
7041
+ transition-timing-function: ease-out;
7042
+ width: 16px;
7043
+ }
7044
+
7045
+ .navbar-burger span:nth-child(1) {
7046
+ top: calc(50% - 6px);
7047
+ }
7048
+
7049
+ .navbar-burger span:nth-child(2) {
7050
+ top: calc(50% - 1px);
7051
+ }
7052
+
7053
+ .navbar-burger span:nth-child(3) {
7054
+ top: calc(50% + 4px);
7055
+ }
7056
+
7057
+ .navbar-burger:hover {
7058
+ background-color: rgba(0, 0, 0, 0.05);
7059
+ }
7060
+
7061
+ .navbar-burger.is-active span:nth-child(1) {
7062
+ -webkit-transform: translateY(5px) rotate(45deg);
7063
+ transform: translateY(5px) rotate(45deg);
7064
+ }
7065
+
7066
+ .navbar-burger.is-active span:nth-child(2) {
7067
+ opacity: 0;
7068
+ }
7069
+
7070
+ .navbar-burger.is-active span:nth-child(3) {
7071
+ -webkit-transform: translateY(-5px) rotate(-45deg);
7072
+ transform: translateY(-5px) rotate(-45deg);
7073
+ }
7074
+
7075
+ .navbar-menu {
7076
+ display: none;
7077
+ }
7078
+
7079
+ .navbar-item,
7080
+ .navbar-link {
7081
+ color: #4a4a4a;
7082
+ display: block;
7083
+ line-height: 1.5;
7084
+ padding: 0.5rem 1rem;
7085
+ position: relative;
7086
+ }
7087
+
7088
+ a.navbar-item:hover, a.navbar-item.is-active,
7089
+ a.navbar-link:hover,
7090
+ a.navbar-link.is-active {
7091
+ background-color: whitesmoke;
7092
+ color: #3273dc;
7093
+ }
7094
+
7095
+ .navbar-item {
7096
+ -webkit-box-flex: 0;
7097
+ -ms-flex-positive: 0;
7098
+ flex-grow: 0;
7099
+ -ms-flex-negative: 0;
7100
+ flex-shrink: 0;
7101
+ }
7102
+
7103
+ .navbar-item img {
7104
+ max-height: 1.75rem;
7105
+ }
7106
+
7107
+ .navbar-item.has-dropdown {
7108
+ padding: 0;
7109
+ }
7110
+
7111
+ .navbar-item.is-expanded {
7112
+ -webkit-box-flex: 1;
7113
+ -ms-flex-positive: 1;
7114
+ flex-grow: 1;
7115
+ -ms-flex-negative: 1;
7116
+ flex-shrink: 1;
7117
+ }
7118
+
7119
+ .navbar-item.is-tab {
7120
+ border-bottom: 1px solid transparent;
7121
+ min-height: 3.25rem;
7122
+ padding-bottom: calc(0.5rem - 1px);
7123
+ }
7124
+
7125
+ .navbar-item.is-tab:hover {
7126
+ background-color: transparent;
7127
+ border-bottom-color: #3273dc;
7128
+ }
7129
+
7130
+ .navbar-item.is-tab.is-active {
7131
+ background-color: transparent;
7132
+ border-bottom-color: #3273dc;
7133
+ border-bottom-style: solid;
7134
+ border-bottom-width: 3px;
7135
+ color: #3273dc;
7136
+ padding-bottom: calc(0.5rem - 3px);
7137
+ }
7138
+
7139
+ .navbar-content {
7140
+ -webkit-box-flex: 1;
7141
+ -ms-flex-positive: 1;
7142
+ flex-grow: 1;
7143
+ -ms-flex-negative: 1;
7144
+ flex-shrink: 1;
7145
+ }
7146
+
7147
+ .navbar-link {
7148
+ padding-right: 2.5em;
7149
+ }
7150
+
7151
+ .navbar-dropdown {
7152
+ font-size: 0.875rem;
7153
+ padding-bottom: 0.5rem;
7154
+ padding-top: 0.5rem;
7155
+ }
7156
+
7157
+ .navbar-dropdown .navbar-item {
7158
+ padding-left: 1.5rem;
7159
+ padding-right: 1.5rem;
7160
+ }
7161
+
7162
+ .navbar-divider {
7163
+ background-color: #dbdbdb;
7164
+ border: none;
7165
+ display: none;
7166
+ height: 1px;
7167
+ margin: 0.5rem 0;
7168
+ }
7169
+
7170
+ @media screen and (max-width: 1023px) {
7171
+ .navbar > .container {
7172
+ display: block;
7173
+ }
7174
+ .navbar-brand .navbar-item,
7175
+ .navbar-tabs .navbar-item {
7176
+ -webkit-box-align: center;
7177
+ -ms-flex-align: center;
7178
+ align-items: center;
7179
+ display: -webkit-box;
7180
+ display: -ms-flexbox;
7181
+ display: flex;
7182
+ }
7183
+ .navbar-menu {
7184
+ background-color: white;
7185
+ -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
7186
+ box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
7187
+ padding: 0.5rem 0;
7188
+ }
7189
+ .navbar-menu.is-active {
7190
+ display: block;
7191
+ }
7192
+ .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
7193
+ left: 0;
7194
+ position: fixed;
7195
+ right: 0;
7196
+ z-index: 30;
7197
+ }
7198
+ .navbar.is-fixed-bottom-touch {
7199
+ bottom: 0;
7200
+ }
7201
+ .navbar.is-fixed-bottom-touch.has-shadow {
7202
+ -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
7203
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
7204
+ }
7205
+ .navbar.is-fixed-top-touch {
7206
+ top: 0;
7207
+ }
7208
+ .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
7209
+ -webkit-overflow-scrolling: touch;
7210
+ max-height: calc(100vh - 3.25rem);
7211
+ overflow: auto;
7212
+ }
7213
+ html.has-navbar-fixed-top-touch {
7214
+ padding-top: 3.25rem;
7215
+ }
7216
+ html.has-navbar-fixed-bottom-touch {
7217
+ padding-bottom: 3.25rem;
7218
+ }
7219
+ }
7220
+
7221
+ @media screen and (min-width: 1024px) {
7222
+ .navbar,
7223
+ .navbar-menu,
7224
+ .navbar-start,
7225
+ .navbar-end {
7226
+ -webkit-box-align: stretch;
7227
+ -ms-flex-align: stretch;
7228
+ align-items: stretch;
7229
+ display: -webkit-box;
7230
+ display: -ms-flexbox;
7231
+ display: flex;
7232
+ }
7233
+ .navbar {
7234
+ min-height: 3.25rem;
7235
+ }
7236
+ .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
7237
+ .navbar.is-transparent a.navbar-link:hover,
7238
+ .navbar.is-transparent a.navbar-link.is-active {
7239
+ background-color: transparent !important;
7240
+ }
7241
+ .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
7242
+ background-color: transparent !important;
7243
+ }
7244
+ .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
7245
+ background-color: whitesmoke;
7246
+ color: #0a0a0a;
7247
+ }
7248
+ .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
7249
+ background-color: whitesmoke;
7250
+ color: #3273dc;
7251
+ }
7252
+ .navbar-burger {
7253
+ display: none;
7254
+ }
7255
+ .navbar-item,
7256
+ .navbar-link {
7257
+ -webkit-box-align: center;
7258
+ -ms-flex-align: center;
7259
+ align-items: center;
7260
+ display: -webkit-box;
7261
+ display: -ms-flexbox;
7262
+ display: flex;
7263
+ }
7264
+ .navbar-item.has-dropdown {
7265
+ -webkit-box-align: stretch;
7266
+ -ms-flex-align: stretch;
7267
+ align-items: stretch;
7268
+ }
7269
+ .navbar-item.has-dropdown-up .navbar-link::after {
7270
+ -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
7271
+ transform: rotate(135deg) translate(0.25em, -0.25em);
7272
+ }
7273
+ .navbar-item.has-dropdown-up .navbar-dropdown {
7274
+ border-bottom: 1px solid #dbdbdb;
7275
+ border-radius: 5px 5px 0 0;
7276
+ border-top: none;
7277
+ bottom: 100%;
7278
+ -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
7279
+ box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
7280
+ top: auto;
7281
+ }
7282
+ .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
7283
+ display: block;
7284
+ }
7285
+ .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
7286
+ opacity: 1;
7287
+ pointer-events: auto;
7288
+ -webkit-transform: translateY(0);
7289
+ transform: translateY(0);
7290
+ }
7291
+ .navbar-link::after {
7292
+ border: 1px solid #3273dc;
7293
+ border-right: 0;
7294
+ border-top: 0;
7295
+ content: " ";
7296
+ display: block;
7297
+ height: 0.5em;
7298
+ pointer-events: none;
7299
+ position: absolute;
7300
+ -webkit-transform: rotate(-45deg);
7301
+ transform: rotate(-45deg);
7302
+ -webkit-transform-origin: center;
7303
+ transform-origin: center;
7304
+ width: 0.5em;
7305
+ margin-top: -0.375em;
7306
+ right: 1.125em;
7307
+ top: 50%;
7308
+ }
7309
+ .navbar-menu {
7310
+ -webkit-box-flex: 1;
7311
+ -ms-flex-positive: 1;
7312
+ flex-grow: 1;
7313
+ -ms-flex-negative: 0;
7314
+ flex-shrink: 0;
7315
+ }
7316
+ .navbar-start {
7317
+ -webkit-box-pack: start;
7318
+ -ms-flex-pack: start;
7319
+ justify-content: flex-start;
7320
+ margin-right: auto;
7321
+ }
7322
+ .navbar-end {
7323
+ -webkit-box-pack: end;
7324
+ -ms-flex-pack: end;
7325
+ justify-content: flex-end;
7326
+ margin-left: auto;
7327
+ }
7328
+ .navbar-dropdown {
7329
+ background-color: white;
7330
+ border-bottom-left-radius: 5px;
7331
+ border-bottom-right-radius: 5px;
7332
+ border-top: 1px solid #dbdbdb;
7333
+ -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
7334
+ box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
7335
+ display: none;
7336
+ font-size: 0.875rem;
7337
+ left: 0;
7338
+ min-width: 100%;
7339
+ position: absolute;
7340
+ top: 100%;
7341
+ z-index: 20;
7342
+ }
7343
+ .navbar-dropdown .navbar-item {
7344
+ padding: 0.375rem 1rem;
7345
+ white-space: nowrap;
7346
+ }
7347
+ .navbar-dropdown a.navbar-item {
7348
+ padding-right: 3rem;
7349
+ }
7350
+ .navbar-dropdown a.navbar-item:hover {
7351
+ background-color: whitesmoke;
7352
+ color: #0a0a0a;
7353
+ }
7354
+ .navbar-dropdown a.navbar-item.is-active {
7355
+ background-color: whitesmoke;
7356
+ color: #3273dc;
7357
+ }
7358
+ .navbar-dropdown.is-boxed {
7359
+ border-radius: 5px;
7360
+ border-top: none;
7361
+ -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
7362
+ box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
7363
+ display: block;
7364
+ opacity: 0;
7365
+ pointer-events: none;
7366
+ top: calc(100% + (-4px));
7367
+ -webkit-transform: translateY(-5px);
7368
+ transform: translateY(-5px);
7369
+ -webkit-transition-duration: 86ms;
7370
+ transition-duration: 86ms;
7371
+ -webkit-transition-property: opacity, -webkit-transform;
7372
+ transition-property: opacity, -webkit-transform;
7373
+ transition-property: opacity, transform;
7374
+ transition-property: opacity, transform, -webkit-transform;
7375
+ }
7376
+ .navbar-dropdown.is-right {
7377
+ left: auto;
7378
+ right: 0;
7379
+ }
7380
+ .navbar-divider {
7381
+ display: block;
7382
+ }
7383
+ .navbar > .container .navbar-brand,
7384
+ .container > .navbar .navbar-brand {
7385
+ margin-left: -1rem;
7386
+ }
7387
+ .navbar > .container .navbar-menu,
7388
+ .container > .navbar .navbar-menu {
7389
+ margin-right: -1rem;
7390
+ }
7391
+ .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
7392
+ left: 0;
7393
+ position: fixed;
7394
+ right: 0;
7395
+ z-index: 30;
7396
+ }
7397
+ .navbar.is-fixed-bottom-desktop {
7398
+ bottom: 0;
7399
+ }
7400
+ .navbar.is-fixed-bottom-desktop.has-shadow {
7401
+ -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
7402
+ box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
7403
+ }
7404
+ .navbar.is-fixed-top-desktop {
7405
+ top: 0;
7406
+ }
7407
+ html.has-navbar-fixed-top-desktop {
7408
+ padding-top: 3.25rem;
7409
+ }
7410
+ html.has-navbar-fixed-bottom-desktop {
7411
+ padding-bottom: 3.25rem;
7412
+ }
7413
+ a.navbar-item.is-active,
7414
+ a.navbar-link.is-active {
7415
+ color: #0a0a0a;
7416
+ }
7417
+ a.navbar-item.is-active:not(:hover),
7418
+ a.navbar-link.is-active:not(:hover) {
7419
+ background-color: transparent;
7420
+ }
7421
+ .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
7422
+ background-color: whitesmoke;
7423
+ }
7424
+ }
7425
+
7426
+ .pagination {
7427
+ font-size: 1rem;
7428
+ margin: -0.25rem;
7429
+ }
7430
+
7431
+ .pagination.is-small {
7432
+ font-size: 0.75rem;
7433
+ }
7434
+
7435
+ .pagination.is-medium {
7436
+ font-size: 1.25rem;
7437
+ }
7438
+
7439
+ .pagination.is-large {
7440
+ font-size: 1.5rem;
7441
+ }
7442
+
7443
+ .pagination,
7444
+ .pagination-list {
7445
+ -webkit-box-align: center;
7446
+ -ms-flex-align: center;
7447
+ align-items: center;
7448
+ display: -webkit-box;
7449
+ display: -ms-flexbox;
7450
+ display: flex;
7451
+ -webkit-box-pack: center;
7452
+ -ms-flex-pack: center;
7453
+ justify-content: center;
7454
+ text-align: center;
7455
+ }
7456
+
7457
+ .pagination-previous,
7458
+ .pagination-next,
7459
+ .pagination-link,
7460
+ .pagination-ellipsis {
7461
+ -moz-appearance: none;
7462
+ -webkit-appearance: none;
7463
+ -webkit-box-align: center;
7464
+ -ms-flex-align: center;
7465
+ align-items: center;
7466
+ border: 1px solid transparent;
7467
+ border-radius: 3px;
7468
+ -webkit-box-shadow: none;
7469
+ box-shadow: none;
7470
+ display: -webkit-inline-box;
7471
+ display: -ms-inline-flexbox;
7472
+ display: inline-flex;
7473
+ font-size: 1rem;
7474
+ height: 2.25em;
7475
+ -webkit-box-pack: start;
7476
+ -ms-flex-pack: start;
7477
+ justify-content: flex-start;
7478
+ line-height: 1.5;
7479
+ padding-bottom: calc(0.375em - 1px);
7480
+ padding-left: calc(0.625em - 1px);
7481
+ padding-right: calc(0.625em - 1px);
7482
+ padding-top: calc(0.375em - 1px);
7483
+ position: relative;
7484
+ vertical-align: top;
7485
+ -webkit-touch-callout: none;
7486
+ -webkit-user-select: none;
7487
+ -moz-user-select: none;
7488
+ -ms-user-select: none;
7489
+ user-select: none;
7490
+ font-size: 1em;
7491
+ padding-left: 0.5em;
7492
+ padding-right: 0.5em;
7493
+ -webkit-box-pack: center;
7494
+ -ms-flex-pack: center;
7495
+ justify-content: center;
7496
+ margin: 0.25rem;
7497
+ text-align: center;
7498
+ }
7499
+
7500
+ .pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
7501
+ .pagination-next:focus,
7502
+ .pagination-next.is-focused,
7503
+ .pagination-next:active,
7504
+ .pagination-next.is-active,
7505
+ .pagination-link:focus,
7506
+ .pagination-link.is-focused,
7507
+ .pagination-link:active,
7508
+ .pagination-link.is-active,
7509
+ .pagination-ellipsis:focus,
7510
+ .pagination-ellipsis.is-focused,
7511
+ .pagination-ellipsis:active,
7512
+ .pagination-ellipsis.is-active {
7513
+ outline: none;
7514
+ }
7515
+
7516
+ .pagination-previous[disabled],
7517
+ .pagination-next[disabled],
7518
+ .pagination-link[disabled],
7519
+ .pagination-ellipsis[disabled] {
7520
+ cursor: not-allowed;
7521
+ }
7522
+
7523
+ .pagination-previous,
7524
+ .pagination-next,
7525
+ .pagination-link {
7526
+ border-color: #dbdbdb;
7527
+ min-width: 2.25em;
7528
+ }
7529
+
7530
+ .pagination-previous:hover,
7531
+ .pagination-next:hover,
7532
+ .pagination-link:hover {
7533
+ border-color: #b5b5b5;
7534
+ color: #363636;
7535
+ }
7536
+
7537
+ .pagination-previous:focus,
7538
+ .pagination-next:focus,
7539
+ .pagination-link:focus {
7540
+ border-color: #3273dc;
7541
+ }
7542
+
7543
+ .pagination-previous:active,
7544
+ .pagination-next:active,
7545
+ .pagination-link:active {
7546
+ -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
7547
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
7548
+ }
7549
+
7550
+ .pagination-previous[disabled],
7551
+ .pagination-next[disabled],
7552
+ .pagination-link[disabled] {
7553
+ background-color: #dbdbdb;
7554
+ border-color: #dbdbdb;
7555
+ -webkit-box-shadow: none;
7556
+ box-shadow: none;
7557
+ color: #7a7a7a;
7558
+ opacity: 0.5;
7559
+ }
7560
+
7561
+ .pagination-previous,
7562
+ .pagination-next {
7563
+ padding-left: 0.75em;
7564
+ padding-right: 0.75em;
7565
+ white-space: nowrap;
7566
+ }
7567
+
7568
+ .pagination-link.is-current {
7569
+ background-color: #3273dc;
7570
+ border-color: #3273dc;
7571
+ color: #fff;
7572
+ }
7573
+
7574
+ .pagination-ellipsis {
7575
+ color: #b5b5b5;
7576
+ pointer-events: none;
7577
+ }
7578
+
7579
+ .pagination-list {
7580
+ -ms-flex-wrap: wrap;
7581
+ flex-wrap: wrap;
7582
+ }
7583
+
7584
+ @media screen and (max-width: 768px) {
7585
+ .pagination {
7586
+ -ms-flex-wrap: wrap;
7587
+ flex-wrap: wrap;
7588
+ }
7589
+ .pagination-previous,
7590
+ .pagination-next {
7591
+ -webkit-box-flex: 1;
7592
+ -ms-flex-positive: 1;
7593
+ flex-grow: 1;
7594
+ -ms-flex-negative: 1;
7595
+ flex-shrink: 1;
7596
+ }
7597
+ .pagination-list li {
7598
+ -webkit-box-flex: 1;
7599
+ -ms-flex-positive: 1;
7600
+ flex-grow: 1;
7601
+ -ms-flex-negative: 1;
7602
+ flex-shrink: 1;
7603
+ }
7604
+ }
7605
+
7606
+ @media screen and (min-width: 769px), print {
7607
+ .pagination-list {
7608
+ -webkit-box-flex: 1;
7609
+ -ms-flex-positive: 1;
7610
+ flex-grow: 1;
7611
+ -ms-flex-negative: 1;
7612
+ flex-shrink: 1;
7613
+ -webkit-box-pack: start;
7614
+ -ms-flex-pack: start;
7615
+ justify-content: flex-start;
7616
+ -webkit-box-ordinal-group: 2;
7617
+ -ms-flex-order: 1;
7618
+ order: 1;
7619
+ }
7620
+ .pagination-previous {
7621
+ -webkit-box-ordinal-group: 3;
7622
+ -ms-flex-order: 2;
7623
+ order: 2;
7624
+ }
7625
+ .pagination-next {
7626
+ -webkit-box-ordinal-group: 4;
7627
+ -ms-flex-order: 3;
7628
+ order: 3;
7629
+ }
7630
+ .pagination {
7631
+ -webkit-box-pack: justify;
7632
+ -ms-flex-pack: justify;
7633
+ justify-content: space-between;
7634
+ }
7635
+ .pagination.is-centered .pagination-previous {
7636
+ -webkit-box-ordinal-group: 2;
7637
+ -ms-flex-order: 1;
7638
+ order: 1;
7639
+ }
7640
+ .pagination.is-centered .pagination-list {
7641
+ -webkit-box-pack: center;
7642
+ -ms-flex-pack: center;
7643
+ justify-content: center;
7644
+ -webkit-box-ordinal-group: 3;
7645
+ -ms-flex-order: 2;
7646
+ order: 2;
7647
+ }
7648
+ .pagination.is-centered .pagination-next {
7649
+ -webkit-box-ordinal-group: 4;
7650
+ -ms-flex-order: 3;
7651
+ order: 3;
7652
+ }
7653
+ .pagination.is-right .pagination-previous {
7654
+ -webkit-box-ordinal-group: 2;
7655
+ -ms-flex-order: 1;
7656
+ order: 1;
7657
+ }
7658
+ .pagination.is-right .pagination-next {
7659
+ -webkit-box-ordinal-group: 3;
7660
+ -ms-flex-order: 2;
7661
+ order: 2;
7662
+ }
7663
+ .pagination.is-right .pagination-list {
7664
+ -webkit-box-pack: end;
7665
+ -ms-flex-pack: end;
7666
+ justify-content: flex-end;
7667
+ -webkit-box-ordinal-group: 4;
7668
+ -ms-flex-order: 3;
7669
+ order: 3;
7670
+ }
7671
+ }
7672
+
7673
+ .panel {
7674
+ font-size: 1rem;
7675
+ }
7676
+
7677
+ .panel:not(:last-child) {
7678
+ margin-bottom: 1.5rem;
7679
+ }
7680
+
7681
+ .panel-heading,
7682
+ .panel-tabs,
7683
+ .panel-block {
7684
+ border-bottom: 1px solid #dbdbdb;
7685
+ border-left: 1px solid #dbdbdb;
7686
+ border-right: 1px solid #dbdbdb;
7687
+ }
7688
+
7689
+ .panel-heading:first-child,
7690
+ .panel-tabs:first-child,
7691
+ .panel-block:first-child {
7692
+ border-top: 1px solid #dbdbdb;
7693
+ }
7694
+
7695
+ .panel-heading {
7696
+ background-color: whitesmoke;
7697
+ border-radius: 3px 3px 0 0;
7698
+ color: #363636;
7699
+ font-size: 1.25em;
7700
+ font-weight: 300;
7701
+ line-height: 1.25;
7702
+ padding: 0.5em 0.75em;
7703
+ }
7704
+
7705
+ .panel-tabs {
7706
+ -webkit-box-align: end;
7707
+ -ms-flex-align: end;
7708
+ align-items: flex-end;
7709
+ display: -webkit-box;
7710
+ display: -ms-flexbox;
7711
+ display: flex;
7712
+ font-size: 0.875em;
7713
+ -webkit-box-pack: center;
7714
+ -ms-flex-pack: center;
7715
+ justify-content: center;
7716
+ }
7717
+
7718
+ .panel-tabs a {
7719
+ border-bottom: 1px solid #dbdbdb;
7720
+ margin-bottom: -1px;
7721
+ padding: 0.5em;
7722
+ }
7723
+
7724
+ .panel-tabs a.is-active {
7725
+ border-bottom-color: #4a4a4a;
7726
+ color: #363636;
7727
+ }
7728
+
7729
+ .panel-list a {
7730
+ color: #4a4a4a;
7731
+ }
7732
+
7733
+ .panel-list a:hover {
7734
+ color: #3273dc;
7735
+ }
7736
+
7737
+ .panel-block {
7738
+ -webkit-box-align: center;
7739
+ -ms-flex-align: center;
7740
+ align-items: center;
7741
+ color: #363636;
7742
+ display: -webkit-box;
7743
+ display: -ms-flexbox;
7744
+ display: flex;
7745
+ -webkit-box-pack: start;
7746
+ -ms-flex-pack: start;
7747
+ justify-content: flex-start;
7748
+ padding: 0.5em 0.75em;
7749
+ }
7750
+
7751
+ .panel-block input[type="checkbox"] {
7752
+ margin-right: 0.75em;
7753
+ }
7754
+
7755
+ .panel-block > .control {
7756
+ -webkit-box-flex: 1;
7757
+ -ms-flex-positive: 1;
7758
+ flex-grow: 1;
7759
+ -ms-flex-negative: 1;
7760
+ flex-shrink: 1;
7761
+ width: 100%;
7762
+ }
7763
+
7764
+ .panel-block.is-wrapped {
7765
+ -ms-flex-wrap: wrap;
7766
+ flex-wrap: wrap;
7767
+ }
7768
+
7769
+ .panel-block.is-active {
7770
+ border-left-color: #3273dc;
7771
+ color: #363636;
7772
+ }
7773
+
7774
+ .panel-block.is-active .panel-icon {
7775
+ color: #3273dc;
7776
+ }
7777
+
7778
+ a.panel-block,
7779
+ label.panel-block {
7780
+ cursor: pointer;
7781
+ }
7782
+
7783
+ a.panel-block:hover,
7784
+ label.panel-block:hover {
7785
+ background-color: whitesmoke;
7786
+ }
7787
+
7788
+ .panel-icon {
7789
+ display: inline-block;
7790
+ font-size: 14px;
7791
+ height: 1em;
7792
+ line-height: 1em;
7793
+ text-align: center;
7794
+ vertical-align: top;
7795
+ width: 1em;
7796
+ color: #7a7a7a;
7797
+ margin-right: 0.75em;
7798
+ }
7799
+
7800
+ .panel-icon .fa {
7801
+ font-size: inherit;
7802
+ line-height: inherit;
7803
+ }
7804
+
7805
+ .tabs {
7806
+ -webkit-overflow-scrolling: touch;
7807
+ -webkit-touch-callout: none;
7808
+ -webkit-user-select: none;
7809
+ -moz-user-select: none;
7810
+ -ms-user-select: none;
7811
+ user-select: none;
7812
+ -webkit-box-align: stretch;
7813
+ -ms-flex-align: stretch;
7814
+ align-items: stretch;
7815
+ display: -webkit-box;
7816
+ display: -ms-flexbox;
7817
+ display: flex;
7818
+ font-size: 1rem;
7819
+ -webkit-box-pack: justify;
7820
+ -ms-flex-pack: justify;
7821
+ justify-content: space-between;
7822
+ overflow: hidden;
7823
+ overflow-x: auto;
7824
+ white-space: nowrap;
7825
+ }
7826
+
7827
+ .tabs:not(:last-child) {
7828
+ margin-bottom: 1.5rem;
7829
+ }
7830
+
7831
+ .tabs a {
7832
+ -webkit-box-align: center;
7833
+ -ms-flex-align: center;
7834
+ align-items: center;
7835
+ border-bottom-color: #dbdbdb;
7836
+ border-bottom-style: solid;
7837
+ border-bottom-width: 1px;
7838
+ color: #4a4a4a;
7839
+ display: -webkit-box;
7840
+ display: -ms-flexbox;
7841
+ display: flex;
7842
+ -webkit-box-pack: center;
7843
+ -ms-flex-pack: center;
7844
+ justify-content: center;
7845
+ margin-bottom: -1px;
7846
+ padding: 0.5em 1em;
7847
+ vertical-align: top;
7848
+ }
7849
+
7850
+ .tabs a:hover {
7851
+ border-bottom-color: #363636;
7852
+ color: #363636;
7853
+ }
7854
+
7855
+ .tabs li {
7856
+ display: block;
7857
+ }
7858
+
7859
+ .tabs li.is-active a {
7860
+ border-bottom-color: #3273dc;
7861
+ color: #3273dc;
7862
+ }
7863
+
7864
+ .tabs ul {
7865
+ -webkit-box-align: center;
7866
+ -ms-flex-align: center;
7867
+ align-items: center;
7868
+ border-bottom-color: #dbdbdb;
7869
+ border-bottom-style: solid;
7870
+ border-bottom-width: 1px;
7871
+ display: -webkit-box;
7872
+ display: -ms-flexbox;
7873
+ display: flex;
7874
+ -webkit-box-flex: 1;
7875
+ -ms-flex-positive: 1;
7876
+ flex-grow: 1;
7877
+ -ms-flex-negative: 0;
7878
+ flex-shrink: 0;
7879
+ -webkit-box-pack: start;
7880
+ -ms-flex-pack: start;
7881
+ justify-content: flex-start;
7882
+ }
7883
+
7884
+ .tabs ul.is-left {
7885
+ padding-right: 0.75em;
7886
+ }
7887
+
7888
+ .tabs ul.is-center {
7889
+ -webkit-box-flex: 0;
7890
+ -ms-flex: none;
7891
+ flex: none;
7892
+ -webkit-box-pack: center;
7893
+ -ms-flex-pack: center;
7894
+ justify-content: center;
7895
+ padding-left: 0.75em;
7896
+ padding-right: 0.75em;
7897
+ }
7898
+
7899
+ .tabs ul.is-right {
7900
+ -webkit-box-pack: end;
7901
+ -ms-flex-pack: end;
7902
+ justify-content: flex-end;
7903
+ padding-left: 0.75em;
7904
+ }
7905
+
7906
+ .tabs .icon:first-child {
7907
+ margin-right: 0.5em;
7908
+ }
7909
+
7910
+ .tabs .icon:last-child {
7911
+ margin-left: 0.5em;
7912
+ }
7913
+
7914
+ .tabs.is-centered ul {
7915
+ -webkit-box-pack: center;
7916
+ -ms-flex-pack: center;
7917
+ justify-content: center;
7918
+ }
7919
+
7920
+ .tabs.is-right ul {
7921
+ -webkit-box-pack: end;
7922
+ -ms-flex-pack: end;
7923
+ justify-content: flex-end;
7924
+ }
7925
+
7926
+ .tabs.is-boxed a {
7927
+ border: 1px solid transparent;
7928
+ border-radius: 3px 3px 0 0;
7929
+ }
7930
+
7931
+ .tabs.is-boxed a:hover {
7932
+ background-color: whitesmoke;
7933
+ border-bottom-color: #dbdbdb;
7934
+ }
7935
+
7936
+ .tabs.is-boxed li.is-active a {
7937
+ background-color: white;
7938
+ border-color: #dbdbdb;
7939
+ border-bottom-color: transparent !important;
7940
+ }
7941
+
7942
+ .tabs.is-fullwidth li {
7943
+ -webkit-box-flex: 1;
7944
+ -ms-flex-positive: 1;
7945
+ flex-grow: 1;
7946
+ -ms-flex-negative: 0;
7947
+ flex-shrink: 0;
7948
+ }
7949
+
7950
+ .tabs.is-toggle a {
7951
+ border-color: #dbdbdb;
7952
+ border-style: solid;
7953
+ border-width: 1px;
7954
+ margin-bottom: 0;
7955
+ position: relative;
7956
+ }
7957
+
7958
+ .tabs.is-toggle a:hover {
7959
+ background-color: whitesmoke;
7960
+ border-color: #b5b5b5;
7961
+ z-index: 2;
7962
+ }
7963
+
7964
+ .tabs.is-toggle li + li {
7965
+ margin-left: -1px;
7966
+ }
7967
+
7968
+ .tabs.is-toggle li:first-child a {
7969
+ border-radius: 3px 0 0 3px;
7970
+ }
7971
+
7972
+ .tabs.is-toggle li:last-child a {
7973
+ border-radius: 0 3px 3px 0;
7974
+ }
7975
+
7976
+ .tabs.is-toggle li.is-active a {
7977
+ background-color: #3273dc;
7978
+ border-color: #3273dc;
7979
+ color: #fff;
7980
+ z-index: 1;
7981
+ }
7982
+
7983
+ .tabs.is-toggle ul {
7984
+ border-bottom: none;
7985
+ }
7986
+
7987
+ .tabs.is-small {
7988
+ font-size: 0.75rem;
7989
+ }
7990
+
7991
+ .tabs.is-medium {
7992
+ font-size: 1.25rem;
7993
+ }
7994
+
7995
+ .tabs.is-large {
7996
+ font-size: 1.5rem;
7997
+ }
7998
+
7999
+ .column {
8000
+ display: block;
8001
+ -ms-flex-preferred-size: 0;
8002
+ flex-basis: 0;
8003
+ -webkit-box-flex: 1;
8004
+ -ms-flex-positive: 1;
8005
+ flex-grow: 1;
8006
+ -ms-flex-negative: 1;
8007
+ flex-shrink: 1;
8008
+ padding: 0.75rem;
8009
+ }
8010
+
8011
+ .columns.is-mobile > .column.is-narrow {
8012
+ -webkit-box-flex: 0;
8013
+ -ms-flex: none;
8014
+ flex: none;
8015
+ }
8016
+
8017
+ .columns.is-mobile > .column.is-full {
8018
+ -webkit-box-flex: 0;
8019
+ -ms-flex: none;
8020
+ flex: none;
8021
+ width: 100%;
8022
+ }
8023
+
8024
+ .columns.is-mobile > .column.is-three-quarters {
8025
+ -webkit-box-flex: 0;
8026
+ -ms-flex: none;
8027
+ flex: none;
8028
+ width: 75%;
8029
+ }
8030
+
8031
+ .columns.is-mobile > .column.is-two-thirds {
8032
+ -webkit-box-flex: 0;
8033
+ -ms-flex: none;
8034
+ flex: none;
8035
+ width: 66.6666%;
8036
+ }
8037
+
8038
+ .columns.is-mobile > .column.is-half {
8039
+ -webkit-box-flex: 0;
8040
+ -ms-flex: none;
8041
+ flex: none;
8042
+ width: 50%;
8043
+ }
8044
+
8045
+ .columns.is-mobile > .column.is-one-third {
8046
+ -webkit-box-flex: 0;
8047
+ -ms-flex: none;
8048
+ flex: none;
8049
+ width: 33.3333%;
8050
+ }
8051
+
8052
+ .columns.is-mobile > .column.is-one-quarter {
8053
+ -webkit-box-flex: 0;
8054
+ -ms-flex: none;
8055
+ flex: none;
8056
+ width: 25%;
8057
+ }
8058
+
8059
+ .columns.is-mobile > .column.is-one-fifth {
8060
+ -webkit-box-flex: 0;
8061
+ -ms-flex: none;
8062
+ flex: none;
8063
+ width: 20%;
8064
+ }
8065
+
8066
+ .columns.is-mobile > .column.is-two-fifths {
8067
+ -webkit-box-flex: 0;
8068
+ -ms-flex: none;
8069
+ flex: none;
8070
+ width: 40%;
8071
+ }
8072
+
8073
+ .columns.is-mobile > .column.is-three-fifths {
8074
+ -webkit-box-flex: 0;
8075
+ -ms-flex: none;
8076
+ flex: none;
8077
+ width: 60%;
8078
+ }
8079
+
8080
+ .columns.is-mobile > .column.is-four-fifths {
8081
+ -webkit-box-flex: 0;
8082
+ -ms-flex: none;
8083
+ flex: none;
8084
+ width: 80%;
8085
+ }
8086
+
8087
+ .columns.is-mobile > .column.is-offset-three-quarters {
8088
+ margin-left: 75%;
8089
+ }
8090
+
8091
+ .columns.is-mobile > .column.is-offset-two-thirds {
8092
+ margin-left: 66.6666%;
8093
+ }
8094
+
8095
+ .columns.is-mobile > .column.is-offset-half {
8096
+ margin-left: 50%;
8097
+ }
8098
+
8099
+ .columns.is-mobile > .column.is-offset-one-third {
8100
+ margin-left: 33.3333%;
8101
+ }
8102
+
8103
+ .columns.is-mobile > .column.is-offset-one-quarter {
8104
+ margin-left: 25%;
8105
+ }
8106
+
8107
+ .columns.is-mobile > .column.is-offset-one-fifth {
8108
+ margin-left: 20%;
8109
+ }
8110
+
8111
+ .columns.is-mobile > .column.is-offset-two-fifths {
8112
+ margin-left: 40%;
8113
+ }
8114
+
8115
+ .columns.is-mobile > .column.is-offset-three-fifths {
8116
+ margin-left: 60%;
8117
+ }
8118
+
8119
+ .columns.is-mobile > .column.is-offset-four-fifths {
8120
+ margin-left: 80%;
8121
+ }
8122
+
8123
+ .columns.is-mobile > .column.is-1 {
8124
+ -webkit-box-flex: 0;
8125
+ -ms-flex: none;
8126
+ flex: none;
8127
+ width: 8.33333%;
8128
+ }
8129
+
8130
+ .columns.is-mobile > .column.is-offset-1 {
8131
+ margin-left: 8.33333%;
8132
+ }
8133
+
8134
+ .columns.is-mobile > .column.is-2 {
8135
+ -webkit-box-flex: 0;
8136
+ -ms-flex: none;
8137
+ flex: none;
8138
+ width: 16.66667%;
8139
+ }
8140
+
8141
+ .columns.is-mobile > .column.is-offset-2 {
8142
+ margin-left: 16.66667%;
8143
+ }
8144
+
8145
+ .columns.is-mobile > .column.is-3 {
8146
+ -webkit-box-flex: 0;
8147
+ -ms-flex: none;
8148
+ flex: none;
8149
+ width: 25%;
8150
+ }
8151
+
8152
+ .columns.is-mobile > .column.is-offset-3 {
8153
+ margin-left: 25%;
8154
+ }
8155
+
8156
+ .columns.is-mobile > .column.is-4 {
8157
+ -webkit-box-flex: 0;
8158
+ -ms-flex: none;
8159
+ flex: none;
8160
+ width: 33.33333%;
8161
+ }
8162
+
8163
+ .columns.is-mobile > .column.is-offset-4 {
8164
+ margin-left: 33.33333%;
8165
+ }
8166
+
8167
+ .columns.is-mobile > .column.is-5 {
8168
+ -webkit-box-flex: 0;
8169
+ -ms-flex: none;
8170
+ flex: none;
8171
+ width: 41.66667%;
8172
+ }
8173
+
8174
+ .columns.is-mobile > .column.is-offset-5 {
8175
+ margin-left: 41.66667%;
8176
+ }
8177
+
8178
+ .columns.is-mobile > .column.is-6 {
8179
+ -webkit-box-flex: 0;
8180
+ -ms-flex: none;
8181
+ flex: none;
8182
+ width: 50%;
8183
+ }
8184
+
8185
+ .columns.is-mobile > .column.is-offset-6 {
8186
+ margin-left: 50%;
8187
+ }
8188
+
8189
+ .columns.is-mobile > .column.is-7 {
8190
+ -webkit-box-flex: 0;
8191
+ -ms-flex: none;
8192
+ flex: none;
8193
+ width: 58.33333%;
8194
+ }
8195
+
8196
+ .columns.is-mobile > .column.is-offset-7 {
8197
+ margin-left: 58.33333%;
8198
+ }
8199
+
8200
+ .columns.is-mobile > .column.is-8 {
8201
+ -webkit-box-flex: 0;
8202
+ -ms-flex: none;
8203
+ flex: none;
8204
+ width: 66.66667%;
8205
+ }
8206
+
8207
+ .columns.is-mobile > .column.is-offset-8 {
8208
+ margin-left: 66.66667%;
8209
+ }
8210
+
8211
+ .columns.is-mobile > .column.is-9 {
8212
+ -webkit-box-flex: 0;
8213
+ -ms-flex: none;
8214
+ flex: none;
8215
+ width: 75%;
8216
+ }
8217
+
8218
+ .columns.is-mobile > .column.is-offset-9 {
8219
+ margin-left: 75%;
8220
+ }
8221
+
8222
+ .columns.is-mobile > .column.is-10 {
8223
+ -webkit-box-flex: 0;
8224
+ -ms-flex: none;
8225
+ flex: none;
8226
+ width: 83.33333%;
8227
+ }
8228
+
8229
+ .columns.is-mobile > .column.is-offset-10 {
8230
+ margin-left: 83.33333%;
8231
+ }
8232
+
8233
+ .columns.is-mobile > .column.is-11 {
8234
+ -webkit-box-flex: 0;
8235
+ -ms-flex: none;
8236
+ flex: none;
8237
+ width: 91.66667%;
8238
+ }
8239
+
8240
+ .columns.is-mobile > .column.is-offset-11 {
8241
+ margin-left: 91.66667%;
8242
+ }
8243
+
8244
+ .columns.is-mobile > .column.is-12 {
8245
+ -webkit-box-flex: 0;
8246
+ -ms-flex: none;
8247
+ flex: none;
8248
+ width: 100%;
8249
+ }
8250
+
8251
+ .columns.is-mobile > .column.is-offset-12 {
8252
+ margin-left: 100%;
8253
+ }
8254
+
8255
+ @media screen and (max-width: 768px) {
8256
+ .column.is-narrow-mobile {
8257
+ -webkit-box-flex: 0;
8258
+ -ms-flex: none;
8259
+ flex: none;
8260
+ }
8261
+ .column.is-full-mobile {
8262
+ -webkit-box-flex: 0;
8263
+ -ms-flex: none;
8264
+ flex: none;
8265
+ width: 100%;
8266
+ }
8267
+ .column.is-three-quarters-mobile {
8268
+ -webkit-box-flex: 0;
8269
+ -ms-flex: none;
8270
+ flex: none;
8271
+ width: 75%;
8272
+ }
8273
+ .column.is-two-thirds-mobile {
8274
+ -webkit-box-flex: 0;
8275
+ -ms-flex: none;
8276
+ flex: none;
8277
+ width: 66.6666%;
8278
+ }
8279
+ .column.is-half-mobile {
8280
+ -webkit-box-flex: 0;
8281
+ -ms-flex: none;
8282
+ flex: none;
8283
+ width: 50%;
8284
+ }
8285
+ .column.is-one-third-mobile {
8286
+ -webkit-box-flex: 0;
8287
+ -ms-flex: none;
8288
+ flex: none;
8289
+ width: 33.3333%;
8290
+ }
8291
+ .column.is-one-quarter-mobile {
8292
+ -webkit-box-flex: 0;
8293
+ -ms-flex: none;
8294
+ flex: none;
8295
+ width: 25%;
8296
+ }
8297
+ .column.is-one-fifth-mobile {
8298
+ -webkit-box-flex: 0;
8299
+ -ms-flex: none;
8300
+ flex: none;
8301
+ width: 20%;
8302
+ }
8303
+ .column.is-two-fifths-mobile {
8304
+ -webkit-box-flex: 0;
8305
+ -ms-flex: none;
8306
+ flex: none;
8307
+ width: 40%;
8308
+ }
8309
+ .column.is-three-fifths-mobile {
8310
+ -webkit-box-flex: 0;
8311
+ -ms-flex: none;
8312
+ flex: none;
8313
+ width: 60%;
8314
+ }
8315
+ .column.is-four-fifths-mobile {
8316
+ -webkit-box-flex: 0;
8317
+ -ms-flex: none;
8318
+ flex: none;
8319
+ width: 80%;
8320
+ }
8321
+ .column.is-offset-three-quarters-mobile {
8322
+ margin-left: 75%;
8323
+ }
8324
+ .column.is-offset-two-thirds-mobile {
8325
+ margin-left: 66.6666%;
8326
+ }
8327
+ .column.is-offset-half-mobile {
8328
+ margin-left: 50%;
8329
+ }
8330
+ .column.is-offset-one-third-mobile {
8331
+ margin-left: 33.3333%;
8332
+ }
8333
+ .column.is-offset-one-quarter-mobile {
8334
+ margin-left: 25%;
8335
+ }
8336
+ .column.is-offset-one-fifth-mobile {
8337
+ margin-left: 20%;
8338
+ }
8339
+ .column.is-offset-two-fifths-mobile {
8340
+ margin-left: 40%;
8341
+ }
8342
+ .column.is-offset-three-fifths-mobile {
8343
+ margin-left: 60%;
8344
+ }
8345
+ .column.is-offset-four-fifths-mobile {
8346
+ margin-left: 80%;
8347
+ }
8348
+ .column.is-1-mobile {
8349
+ -webkit-box-flex: 0;
8350
+ -ms-flex: none;
8351
+ flex: none;
8352
+ width: 8.33333%;
8353
+ }
8354
+ .column.is-offset-1-mobile {
8355
+ margin-left: 8.33333%;
8356
+ }
8357
+ .column.is-2-mobile {
8358
+ -webkit-box-flex: 0;
8359
+ -ms-flex: none;
8360
+ flex: none;
8361
+ width: 16.66667%;
8362
+ }
8363
+ .column.is-offset-2-mobile {
8364
+ margin-left: 16.66667%;
8365
+ }
8366
+ .column.is-3-mobile {
8367
+ -webkit-box-flex: 0;
8368
+ -ms-flex: none;
8369
+ flex: none;
8370
+ width: 25%;
8371
+ }
8372
+ .column.is-offset-3-mobile {
8373
+ margin-left: 25%;
8374
+ }
8375
+ .column.is-4-mobile {
8376
+ -webkit-box-flex: 0;
8377
+ -ms-flex: none;
8378
+ flex: none;
8379
+ width: 33.33333%;
8380
+ }
8381
+ .column.is-offset-4-mobile {
8382
+ margin-left: 33.33333%;
8383
+ }
8384
+ .column.is-5-mobile {
8385
+ -webkit-box-flex: 0;
8386
+ -ms-flex: none;
8387
+ flex: none;
8388
+ width: 41.66667%;
8389
+ }
8390
+ .column.is-offset-5-mobile {
8391
+ margin-left: 41.66667%;
8392
+ }
8393
+ .column.is-6-mobile {
8394
+ -webkit-box-flex: 0;
8395
+ -ms-flex: none;
8396
+ flex: none;
8397
+ width: 50%;
8398
+ }
8399
+ .column.is-offset-6-mobile {
8400
+ margin-left: 50%;
8401
+ }
8402
+ .column.is-7-mobile {
8403
+ -webkit-box-flex: 0;
8404
+ -ms-flex: none;
8405
+ flex: none;
8406
+ width: 58.33333%;
8407
+ }
8408
+ .column.is-offset-7-mobile {
8409
+ margin-left: 58.33333%;
8410
+ }
8411
+ .column.is-8-mobile {
8412
+ -webkit-box-flex: 0;
8413
+ -ms-flex: none;
8414
+ flex: none;
8415
+ width: 66.66667%;
8416
+ }
8417
+ .column.is-offset-8-mobile {
8418
+ margin-left: 66.66667%;
8419
+ }
8420
+ .column.is-9-mobile {
8421
+ -webkit-box-flex: 0;
8422
+ -ms-flex: none;
8423
+ flex: none;
8424
+ width: 75%;
8425
+ }
8426
+ .column.is-offset-9-mobile {
8427
+ margin-left: 75%;
8428
+ }
8429
+ .column.is-10-mobile {
8430
+ -webkit-box-flex: 0;
8431
+ -ms-flex: none;
8432
+ flex: none;
8433
+ width: 83.33333%;
8434
+ }
8435
+ .column.is-offset-10-mobile {
8436
+ margin-left: 83.33333%;
8437
+ }
8438
+ .column.is-11-mobile {
8439
+ -webkit-box-flex: 0;
8440
+ -ms-flex: none;
8441
+ flex: none;
8442
+ width: 91.66667%;
8443
+ }
8444
+ .column.is-offset-11-mobile {
8445
+ margin-left: 91.66667%;
8446
+ }
8447
+ .column.is-12-mobile {
8448
+ -webkit-box-flex: 0;
8449
+ -ms-flex: none;
8450
+ flex: none;
8451
+ width: 100%;
8452
+ }
8453
+ .column.is-offset-12-mobile {
8454
+ margin-left: 100%;
8455
+ }
8456
+ }
8457
+
8458
+ @media screen and (min-width: 769px), print {
8459
+ .column.is-narrow, .column.is-narrow-tablet {
8460
+ -webkit-box-flex: 0;
8461
+ -ms-flex: none;
8462
+ flex: none;
8463
+ }
8464
+ .column.is-full, .column.is-full-tablet {
8465
+ -webkit-box-flex: 0;
8466
+ -ms-flex: none;
8467
+ flex: none;
8468
+ width: 100%;
8469
+ }
8470
+ .column.is-three-quarters, .column.is-three-quarters-tablet {
8471
+ -webkit-box-flex: 0;
8472
+ -ms-flex: none;
8473
+ flex: none;
8474
+ width: 75%;
8475
+ }
8476
+ .column.is-two-thirds, .column.is-two-thirds-tablet {
8477
+ -webkit-box-flex: 0;
8478
+ -ms-flex: none;
8479
+ flex: none;
8480
+ width: 66.6666%;
8481
+ }
8482
+ .column.is-half, .column.is-half-tablet {
8483
+ -webkit-box-flex: 0;
8484
+ -ms-flex: none;
8485
+ flex: none;
8486
+ width: 50%;
8487
+ }
8488
+ .column.is-one-third, .column.is-one-third-tablet {
8489
+ -webkit-box-flex: 0;
8490
+ -ms-flex: none;
8491
+ flex: none;
8492
+ width: 33.3333%;
8493
+ }
8494
+ .column.is-one-quarter, .column.is-one-quarter-tablet {
8495
+ -webkit-box-flex: 0;
8496
+ -ms-flex: none;
8497
+ flex: none;
8498
+ width: 25%;
8499
+ }
8500
+ .column.is-one-fifth, .column.is-one-fifth-tablet {
8501
+ -webkit-box-flex: 0;
8502
+ -ms-flex: none;
8503
+ flex: none;
8504
+ width: 20%;
8505
+ }
8506
+ .column.is-two-fifths, .column.is-two-fifths-tablet {
8507
+ -webkit-box-flex: 0;
8508
+ -ms-flex: none;
8509
+ flex: none;
8510
+ width: 40%;
8511
+ }
8512
+ .column.is-three-fifths, .column.is-three-fifths-tablet {
8513
+ -webkit-box-flex: 0;
8514
+ -ms-flex: none;
8515
+ flex: none;
8516
+ width: 60%;
8517
+ }
8518
+ .column.is-four-fifths, .column.is-four-fifths-tablet {
8519
+ -webkit-box-flex: 0;
8520
+ -ms-flex: none;
8521
+ flex: none;
8522
+ width: 80%;
8523
+ }
8524
+ .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
8525
+ margin-left: 75%;
8526
+ }
8527
+ .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
8528
+ margin-left: 66.6666%;
8529
+ }
8530
+ .column.is-offset-half, .column.is-offset-half-tablet {
8531
+ margin-left: 50%;
8532
+ }
8533
+ .column.is-offset-one-third, .column.is-offset-one-third-tablet {
8534
+ margin-left: 33.3333%;
8535
+ }
8536
+ .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
8537
+ margin-left: 25%;
8538
+ }
8539
+ .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
8540
+ margin-left: 20%;
8541
+ }
8542
+ .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
8543
+ margin-left: 40%;
8544
+ }
8545
+ .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
8546
+ margin-left: 60%;
8547
+ }
8548
+ .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
8549
+ margin-left: 80%;
8550
+ }
8551
+ .column.is-1, .column.is-1-tablet {
8552
+ -webkit-box-flex: 0;
8553
+ -ms-flex: none;
8554
+ flex: none;
8555
+ width: 8.33333%;
8556
+ }
8557
+ .column.is-offset-1, .column.is-offset-1-tablet {
8558
+ margin-left: 8.33333%;
8559
+ }
8560
+ .column.is-2, .column.is-2-tablet {
8561
+ -webkit-box-flex: 0;
8562
+ -ms-flex: none;
8563
+ flex: none;
8564
+ width: 16.66667%;
8565
+ }
8566
+ .column.is-offset-2, .column.is-offset-2-tablet {
8567
+ margin-left: 16.66667%;
8568
+ }
8569
+ .column.is-3, .column.is-3-tablet {
8570
+ -webkit-box-flex: 0;
8571
+ -ms-flex: none;
8572
+ flex: none;
8573
+ width: 25%;
8574
+ }
8575
+ .column.is-offset-3, .column.is-offset-3-tablet {
8576
+ margin-left: 25%;
8577
+ }
8578
+ .column.is-4, .column.is-4-tablet {
8579
+ -webkit-box-flex: 0;
8580
+ -ms-flex: none;
8581
+ flex: none;
8582
+ width: 33.33333%;
8583
+ }
8584
+ .column.is-offset-4, .column.is-offset-4-tablet {
8585
+ margin-left: 33.33333%;
8586
+ }
8587
+ .column.is-5, .column.is-5-tablet {
8588
+ -webkit-box-flex: 0;
8589
+ -ms-flex: none;
8590
+ flex: none;
8591
+ width: 41.66667%;
8592
+ }
8593
+ .column.is-offset-5, .column.is-offset-5-tablet {
8594
+ margin-left: 41.66667%;
8595
+ }
8596
+ .column.is-6, .column.is-6-tablet {
8597
+ -webkit-box-flex: 0;
8598
+ -ms-flex: none;
8599
+ flex: none;
8600
+ width: 50%;
8601
+ }
8602
+ .column.is-offset-6, .column.is-offset-6-tablet {
8603
+ margin-left: 50%;
8604
+ }
8605
+ .column.is-7, .column.is-7-tablet {
8606
+ -webkit-box-flex: 0;
8607
+ -ms-flex: none;
8608
+ flex: none;
8609
+ width: 58.33333%;
8610
+ }
8611
+ .column.is-offset-7, .column.is-offset-7-tablet {
8612
+ margin-left: 58.33333%;
8613
+ }
8614
+ .column.is-8, .column.is-8-tablet {
8615
+ -webkit-box-flex: 0;
8616
+ -ms-flex: none;
8617
+ flex: none;
8618
+ width: 66.66667%;
8619
+ }
8620
+ .column.is-offset-8, .column.is-offset-8-tablet {
8621
+ margin-left: 66.66667%;
8622
+ }
8623
+ .column.is-9, .column.is-9-tablet {
8624
+ -webkit-box-flex: 0;
8625
+ -ms-flex: none;
8626
+ flex: none;
8627
+ width: 75%;
8628
+ }
8629
+ .column.is-offset-9, .column.is-offset-9-tablet {
8630
+ margin-left: 75%;
8631
+ }
8632
+ .column.is-10, .column.is-10-tablet {
8633
+ -webkit-box-flex: 0;
8634
+ -ms-flex: none;
8635
+ flex: none;
8636
+ width: 83.33333%;
8637
+ }
8638
+ .column.is-offset-10, .column.is-offset-10-tablet {
8639
+ margin-left: 83.33333%;
8640
+ }
8641
+ .column.is-11, .column.is-11-tablet {
8642
+ -webkit-box-flex: 0;
8643
+ -ms-flex: none;
8644
+ flex: none;
8645
+ width: 91.66667%;
8646
+ }
8647
+ .column.is-offset-11, .column.is-offset-11-tablet {
8648
+ margin-left: 91.66667%;
8649
+ }
8650
+ .column.is-12, .column.is-12-tablet {
8651
+ -webkit-box-flex: 0;
8652
+ -ms-flex: none;
8653
+ flex: none;
8654
+ width: 100%;
8655
+ }
8656
+ .column.is-offset-12, .column.is-offset-12-tablet {
8657
+ margin-left: 100%;
8658
+ }
8659
+ }
8660
+
8661
+ @media screen and (max-width: 1023px) {
8662
+ .column.is-narrow-touch {
8663
+ -webkit-box-flex: 0;
8664
+ -ms-flex: none;
8665
+ flex: none;
8666
+ }
8667
+ .column.is-full-touch {
8668
+ -webkit-box-flex: 0;
8669
+ -ms-flex: none;
8670
+ flex: none;
8671
+ width: 100%;
8672
+ }
8673
+ .column.is-three-quarters-touch {
8674
+ -webkit-box-flex: 0;
8675
+ -ms-flex: none;
8676
+ flex: none;
8677
+ width: 75%;
8678
+ }
8679
+ .column.is-two-thirds-touch {
8680
+ -webkit-box-flex: 0;
8681
+ -ms-flex: none;
8682
+ flex: none;
8683
+ width: 66.6666%;
8684
+ }
8685
+ .column.is-half-touch {
8686
+ -webkit-box-flex: 0;
8687
+ -ms-flex: none;
8688
+ flex: none;
8689
+ width: 50%;
8690
+ }
8691
+ .column.is-one-third-touch {
8692
+ -webkit-box-flex: 0;
8693
+ -ms-flex: none;
8694
+ flex: none;
8695
+ width: 33.3333%;
8696
+ }
8697
+ .column.is-one-quarter-touch {
8698
+ -webkit-box-flex: 0;
8699
+ -ms-flex: none;
8700
+ flex: none;
8701
+ width: 25%;
8702
+ }
8703
+ .column.is-one-fifth-touch {
8704
+ -webkit-box-flex: 0;
8705
+ -ms-flex: none;
8706
+ flex: none;
8707
+ width: 20%;
8708
+ }
8709
+ .column.is-two-fifths-touch {
8710
+ -webkit-box-flex: 0;
8711
+ -ms-flex: none;
8712
+ flex: none;
8713
+ width: 40%;
8714
+ }
8715
+ .column.is-three-fifths-touch {
8716
+ -webkit-box-flex: 0;
8717
+ -ms-flex: none;
8718
+ flex: none;
8719
+ width: 60%;
8720
+ }
8721
+ .column.is-four-fifths-touch {
8722
+ -webkit-box-flex: 0;
8723
+ -ms-flex: none;
8724
+ flex: none;
8725
+ width: 80%;
8726
+ }
8727
+ .column.is-offset-three-quarters-touch {
8728
+ margin-left: 75%;
8729
+ }
8730
+ .column.is-offset-two-thirds-touch {
8731
+ margin-left: 66.6666%;
8732
+ }
8733
+ .column.is-offset-half-touch {
8734
+ margin-left: 50%;
8735
+ }
8736
+ .column.is-offset-one-third-touch {
8737
+ margin-left: 33.3333%;
8738
+ }
8739
+ .column.is-offset-one-quarter-touch {
8740
+ margin-left: 25%;
8741
+ }
8742
+ .column.is-offset-one-fifth-touch {
8743
+ margin-left: 20%;
8744
+ }
8745
+ .column.is-offset-two-fifths-touch {
8746
+ margin-left: 40%;
8747
+ }
8748
+ .column.is-offset-three-fifths-touch {
8749
+ margin-left: 60%;
8750
+ }
8751
+ .column.is-offset-four-fifths-touch {
8752
+ margin-left: 80%;
8753
+ }
8754
+ .column.is-1-touch {
8755
+ -webkit-box-flex: 0;
8756
+ -ms-flex: none;
8757
+ flex: none;
8758
+ width: 8.33333%;
8759
+ }
8760
+ .column.is-offset-1-touch {
8761
+ margin-left: 8.33333%;
8762
+ }
8763
+ .column.is-2-touch {
8764
+ -webkit-box-flex: 0;
8765
+ -ms-flex: none;
8766
+ flex: none;
8767
+ width: 16.66667%;
8768
+ }
8769
+ .column.is-offset-2-touch {
8770
+ margin-left: 16.66667%;
8771
+ }
8772
+ .column.is-3-touch {
8773
+ -webkit-box-flex: 0;
8774
+ -ms-flex: none;
8775
+ flex: none;
8776
+ width: 25%;
8777
+ }
8778
+ .column.is-offset-3-touch {
8779
+ margin-left: 25%;
8780
+ }
8781
+ .column.is-4-touch {
8782
+ -webkit-box-flex: 0;
8783
+ -ms-flex: none;
8784
+ flex: none;
8785
+ width: 33.33333%;
8786
+ }
8787
+ .column.is-offset-4-touch {
8788
+ margin-left: 33.33333%;
8789
+ }
8790
+ .column.is-5-touch {
8791
+ -webkit-box-flex: 0;
8792
+ -ms-flex: none;
8793
+ flex: none;
8794
+ width: 41.66667%;
8795
+ }
8796
+ .column.is-offset-5-touch {
8797
+ margin-left: 41.66667%;
8798
+ }
8799
+ .column.is-6-touch {
8800
+ -webkit-box-flex: 0;
8801
+ -ms-flex: none;
8802
+ flex: none;
8803
+ width: 50%;
8804
+ }
8805
+ .column.is-offset-6-touch {
8806
+ margin-left: 50%;
8807
+ }
8808
+ .column.is-7-touch {
8809
+ -webkit-box-flex: 0;
8810
+ -ms-flex: none;
8811
+ flex: none;
8812
+ width: 58.33333%;
8813
+ }
8814
+ .column.is-offset-7-touch {
8815
+ margin-left: 58.33333%;
8816
+ }
8817
+ .column.is-8-touch {
8818
+ -webkit-box-flex: 0;
8819
+ -ms-flex: none;
8820
+ flex: none;
8821
+ width: 66.66667%;
8822
+ }
8823
+ .column.is-offset-8-touch {
8824
+ margin-left: 66.66667%;
8825
+ }
8826
+ .column.is-9-touch {
8827
+ -webkit-box-flex: 0;
8828
+ -ms-flex: none;
8829
+ flex: none;
8830
+ width: 75%;
8831
+ }
8832
+ .column.is-offset-9-touch {
8833
+ margin-left: 75%;
8834
+ }
8835
+ .column.is-10-touch {
8836
+ -webkit-box-flex: 0;
8837
+ -ms-flex: none;
8838
+ flex: none;
8839
+ width: 83.33333%;
8840
+ }
8841
+ .column.is-offset-10-touch {
8842
+ margin-left: 83.33333%;
8843
+ }
8844
+ .column.is-11-touch {
8845
+ -webkit-box-flex: 0;
8846
+ -ms-flex: none;
8847
+ flex: none;
8848
+ width: 91.66667%;
8849
+ }
8850
+ .column.is-offset-11-touch {
8851
+ margin-left: 91.66667%;
8852
+ }
8853
+ .column.is-12-touch {
8854
+ -webkit-box-flex: 0;
8855
+ -ms-flex: none;
8856
+ flex: none;
8857
+ width: 100%;
8858
+ }
8859
+ .column.is-offset-12-touch {
8860
+ margin-left: 100%;
8861
+ }
8862
+ }
8863
+
8864
+ @media screen and (min-width: 1024px) {
8865
+ .column.is-narrow-desktop {
8866
+ -webkit-box-flex: 0;
8867
+ -ms-flex: none;
8868
+ flex: none;
8869
+ }
8870
+ .column.is-full-desktop {
8871
+ -webkit-box-flex: 0;
8872
+ -ms-flex: none;
8873
+ flex: none;
8874
+ width: 100%;
8875
+ }
8876
+ .column.is-three-quarters-desktop {
8877
+ -webkit-box-flex: 0;
8878
+ -ms-flex: none;
8879
+ flex: none;
8880
+ width: 75%;
8881
+ }
8882
+ .column.is-two-thirds-desktop {
8883
+ -webkit-box-flex: 0;
8884
+ -ms-flex: none;
8885
+ flex: none;
8886
+ width: 66.6666%;
8887
+ }
8888
+ .column.is-half-desktop {
8889
+ -webkit-box-flex: 0;
8890
+ -ms-flex: none;
8891
+ flex: none;
8892
+ width: 50%;
8893
+ }
8894
+ .column.is-one-third-desktop {
8895
+ -webkit-box-flex: 0;
8896
+ -ms-flex: none;
8897
+ flex: none;
8898
+ width: 33.3333%;
8899
+ }
8900
+ .column.is-one-quarter-desktop {
8901
+ -webkit-box-flex: 0;
8902
+ -ms-flex: none;
8903
+ flex: none;
8904
+ width: 25%;
8905
+ }
8906
+ .column.is-one-fifth-desktop {
8907
+ -webkit-box-flex: 0;
8908
+ -ms-flex: none;
8909
+ flex: none;
8910
+ width: 20%;
8911
+ }
8912
+ .column.is-two-fifths-desktop {
8913
+ -webkit-box-flex: 0;
8914
+ -ms-flex: none;
8915
+ flex: none;
8916
+ width: 40%;
8917
+ }
8918
+ .column.is-three-fifths-desktop {
8919
+ -webkit-box-flex: 0;
8920
+ -ms-flex: none;
8921
+ flex: none;
8922
+ width: 60%;
8923
+ }
8924
+ .column.is-four-fifths-desktop {
8925
+ -webkit-box-flex: 0;
8926
+ -ms-flex: none;
8927
+ flex: none;
8928
+ width: 80%;
8929
+ }
8930
+ .column.is-offset-three-quarters-desktop {
8931
+ margin-left: 75%;
8932
+ }
8933
+ .column.is-offset-two-thirds-desktop {
8934
+ margin-left: 66.6666%;
8935
+ }
8936
+ .column.is-offset-half-desktop {
8937
+ margin-left: 50%;
8938
+ }
8939
+ .column.is-offset-one-third-desktop {
8940
+ margin-left: 33.3333%;
8941
+ }
8942
+ .column.is-offset-one-quarter-desktop {
8943
+ margin-left: 25%;
8944
+ }
8945
+ .column.is-offset-one-fifth-desktop {
8946
+ margin-left: 20%;
8947
+ }
8948
+ .column.is-offset-two-fifths-desktop {
8949
+ margin-left: 40%;
8950
+ }
8951
+ .column.is-offset-three-fifths-desktop {
8952
+ margin-left: 60%;
8953
+ }
8954
+ .column.is-offset-four-fifths-desktop {
8955
+ margin-left: 80%;
8956
+ }
8957
+ .column.is-1-desktop {
8958
+ -webkit-box-flex: 0;
8959
+ -ms-flex: none;
8960
+ flex: none;
8961
+ width: 8.33333%;
8962
+ }
8963
+ .column.is-offset-1-desktop {
8964
+ margin-left: 8.33333%;
8965
+ }
8966
+ .column.is-2-desktop {
8967
+ -webkit-box-flex: 0;
8968
+ -ms-flex: none;
8969
+ flex: none;
8970
+ width: 16.66667%;
8971
+ }
8972
+ .column.is-offset-2-desktop {
8973
+ margin-left: 16.66667%;
8974
+ }
8975
+ .column.is-3-desktop {
8976
+ -webkit-box-flex: 0;
8977
+ -ms-flex: none;
8978
+ flex: none;
8979
+ width: 25%;
8980
+ }
8981
+ .column.is-offset-3-desktop {
8982
+ margin-left: 25%;
8983
+ }
8984
+ .column.is-4-desktop {
8985
+ -webkit-box-flex: 0;
8986
+ -ms-flex: none;
8987
+ flex: none;
8988
+ width: 33.33333%;
8989
+ }
8990
+ .column.is-offset-4-desktop {
8991
+ margin-left: 33.33333%;
8992
+ }
8993
+ .column.is-5-desktop {
8994
+ -webkit-box-flex: 0;
8995
+ -ms-flex: none;
8996
+ flex: none;
8997
+ width: 41.66667%;
8998
+ }
8999
+ .column.is-offset-5-desktop {
9000
+ margin-left: 41.66667%;
9001
+ }
9002
+ .column.is-6-desktop {
9003
+ -webkit-box-flex: 0;
9004
+ -ms-flex: none;
9005
+ flex: none;
9006
+ width: 50%;
9007
+ }
9008
+ .column.is-offset-6-desktop {
9009
+ margin-left: 50%;
9010
+ }
9011
+ .column.is-7-desktop {
9012
+ -webkit-box-flex: 0;
9013
+ -ms-flex: none;
9014
+ flex: none;
9015
+ width: 58.33333%;
9016
+ }
9017
+ .column.is-offset-7-desktop {
9018
+ margin-left: 58.33333%;
9019
+ }
9020
+ .column.is-8-desktop {
9021
+ -webkit-box-flex: 0;
9022
+ -ms-flex: none;
9023
+ flex: none;
9024
+ width: 66.66667%;
9025
+ }
9026
+ .column.is-offset-8-desktop {
9027
+ margin-left: 66.66667%;
9028
+ }
9029
+ .column.is-9-desktop {
9030
+ -webkit-box-flex: 0;
9031
+ -ms-flex: none;
9032
+ flex: none;
9033
+ width: 75%;
9034
+ }
9035
+ .column.is-offset-9-desktop {
9036
+ margin-left: 75%;
9037
+ }
9038
+ .column.is-10-desktop {
9039
+ -webkit-box-flex: 0;
9040
+ -ms-flex: none;
9041
+ flex: none;
9042
+ width: 83.33333%;
9043
+ }
9044
+ .column.is-offset-10-desktop {
9045
+ margin-left: 83.33333%;
9046
+ }
9047
+ .column.is-11-desktop {
9048
+ -webkit-box-flex: 0;
9049
+ -ms-flex: none;
9050
+ flex: none;
9051
+ width: 91.66667%;
9052
+ }
9053
+ .column.is-offset-11-desktop {
9054
+ margin-left: 91.66667%;
9055
+ }
9056
+ .column.is-12-desktop {
9057
+ -webkit-box-flex: 0;
9058
+ -ms-flex: none;
9059
+ flex: none;
9060
+ width: 100%;
9061
+ }
9062
+ .column.is-offset-12-desktop {
9063
+ margin-left: 100%;
9064
+ }
9065
+ }
9066
+
9067
+ @media screen and (min-width: 1216px) {
9068
+ .column.is-narrow-widescreen {
9069
+ -webkit-box-flex: 0;
9070
+ -ms-flex: none;
9071
+ flex: none;
9072
+ }
9073
+ .column.is-full-widescreen {
9074
+ -webkit-box-flex: 0;
9075
+ -ms-flex: none;
9076
+ flex: none;
9077
+ width: 100%;
9078
+ }
9079
+ .column.is-three-quarters-widescreen {
9080
+ -webkit-box-flex: 0;
9081
+ -ms-flex: none;
9082
+ flex: none;
9083
+ width: 75%;
9084
+ }
9085
+ .column.is-two-thirds-widescreen {
9086
+ -webkit-box-flex: 0;
9087
+ -ms-flex: none;
9088
+ flex: none;
9089
+ width: 66.6666%;
9090
+ }
9091
+ .column.is-half-widescreen {
9092
+ -webkit-box-flex: 0;
9093
+ -ms-flex: none;
9094
+ flex: none;
9095
+ width: 50%;
9096
+ }
9097
+ .column.is-one-third-widescreen {
9098
+ -webkit-box-flex: 0;
9099
+ -ms-flex: none;
9100
+ flex: none;
9101
+ width: 33.3333%;
9102
+ }
9103
+ .column.is-one-quarter-widescreen {
9104
+ -webkit-box-flex: 0;
9105
+ -ms-flex: none;
9106
+ flex: none;
9107
+ width: 25%;
9108
+ }
9109
+ .column.is-one-fifth-widescreen {
9110
+ -webkit-box-flex: 0;
9111
+ -ms-flex: none;
9112
+ flex: none;
9113
+ width: 20%;
9114
+ }
9115
+ .column.is-two-fifths-widescreen {
9116
+ -webkit-box-flex: 0;
9117
+ -ms-flex: none;
9118
+ flex: none;
9119
+ width: 40%;
9120
+ }
9121
+ .column.is-three-fifths-widescreen {
9122
+ -webkit-box-flex: 0;
9123
+ -ms-flex: none;
9124
+ flex: none;
9125
+ width: 60%;
9126
+ }
9127
+ .column.is-four-fifths-widescreen {
9128
+ -webkit-box-flex: 0;
9129
+ -ms-flex: none;
9130
+ flex: none;
9131
+ width: 80%;
9132
+ }
9133
+ .column.is-offset-three-quarters-widescreen {
9134
+ margin-left: 75%;
9135
+ }
9136
+ .column.is-offset-two-thirds-widescreen {
9137
+ margin-left: 66.6666%;
9138
+ }
9139
+ .column.is-offset-half-widescreen {
9140
+ margin-left: 50%;
9141
+ }
9142
+ .column.is-offset-one-third-widescreen {
9143
+ margin-left: 33.3333%;
9144
+ }
9145
+ .column.is-offset-one-quarter-widescreen {
9146
+ margin-left: 25%;
9147
+ }
9148
+ .column.is-offset-one-fifth-widescreen {
9149
+ margin-left: 20%;
9150
+ }
9151
+ .column.is-offset-two-fifths-widescreen {
9152
+ margin-left: 40%;
9153
+ }
9154
+ .column.is-offset-three-fifths-widescreen {
9155
+ margin-left: 60%;
9156
+ }
9157
+ .column.is-offset-four-fifths-widescreen {
9158
+ margin-left: 80%;
9159
+ }
9160
+ .column.is-1-widescreen {
9161
+ -webkit-box-flex: 0;
9162
+ -ms-flex: none;
9163
+ flex: none;
9164
+ width: 8.33333%;
9165
+ }
9166
+ .column.is-offset-1-widescreen {
9167
+ margin-left: 8.33333%;
9168
+ }
9169
+ .column.is-2-widescreen {
9170
+ -webkit-box-flex: 0;
9171
+ -ms-flex: none;
9172
+ flex: none;
9173
+ width: 16.66667%;
9174
+ }
9175
+ .column.is-offset-2-widescreen {
9176
+ margin-left: 16.66667%;
9177
+ }
9178
+ .column.is-3-widescreen {
9179
+ -webkit-box-flex: 0;
9180
+ -ms-flex: none;
9181
+ flex: none;
9182
+ width: 25%;
9183
+ }
9184
+ .column.is-offset-3-widescreen {
9185
+ margin-left: 25%;
9186
+ }
9187
+ .column.is-4-widescreen {
9188
+ -webkit-box-flex: 0;
9189
+ -ms-flex: none;
9190
+ flex: none;
9191
+ width: 33.33333%;
9192
+ }
9193
+ .column.is-offset-4-widescreen {
9194
+ margin-left: 33.33333%;
9195
+ }
9196
+ .column.is-5-widescreen {
9197
+ -webkit-box-flex: 0;
9198
+ -ms-flex: none;
9199
+ flex: none;
9200
+ width: 41.66667%;
9201
+ }
9202
+ .column.is-offset-5-widescreen {
9203
+ margin-left: 41.66667%;
9204
+ }
9205
+ .column.is-6-widescreen {
9206
+ -webkit-box-flex: 0;
9207
+ -ms-flex: none;
9208
+ flex: none;
9209
+ width: 50%;
9210
+ }
9211
+ .column.is-offset-6-widescreen {
9212
+ margin-left: 50%;
9213
+ }
9214
+ .column.is-7-widescreen {
9215
+ -webkit-box-flex: 0;
9216
+ -ms-flex: none;
9217
+ flex: none;
9218
+ width: 58.33333%;
9219
+ }
9220
+ .column.is-offset-7-widescreen {
9221
+ margin-left: 58.33333%;
9222
+ }
9223
+ .column.is-8-widescreen {
9224
+ -webkit-box-flex: 0;
9225
+ -ms-flex: none;
9226
+ flex: none;
9227
+ width: 66.66667%;
9228
+ }
9229
+ .column.is-offset-8-widescreen {
9230
+ margin-left: 66.66667%;
9231
+ }
9232
+ .column.is-9-widescreen {
9233
+ -webkit-box-flex: 0;
9234
+ -ms-flex: none;
9235
+ flex: none;
9236
+ width: 75%;
9237
+ }
9238
+ .column.is-offset-9-widescreen {
9239
+ margin-left: 75%;
9240
+ }
9241
+ .column.is-10-widescreen {
9242
+ -webkit-box-flex: 0;
9243
+ -ms-flex: none;
9244
+ flex: none;
9245
+ width: 83.33333%;
9246
+ }
9247
+ .column.is-offset-10-widescreen {
9248
+ margin-left: 83.33333%;
9249
+ }
9250
+ .column.is-11-widescreen {
9251
+ -webkit-box-flex: 0;
9252
+ -ms-flex: none;
9253
+ flex: none;
9254
+ width: 91.66667%;
9255
+ }
9256
+ .column.is-offset-11-widescreen {
9257
+ margin-left: 91.66667%;
9258
+ }
9259
+ .column.is-12-widescreen {
9260
+ -webkit-box-flex: 0;
9261
+ -ms-flex: none;
9262
+ flex: none;
9263
+ width: 100%;
9264
+ }
9265
+ .column.is-offset-12-widescreen {
9266
+ margin-left: 100%;
9267
+ }
9268
+ }
9269
+
9270
+ @media screen and (min-width: 1408px) {
9271
+ .column.is-narrow-fullhd {
9272
+ -webkit-box-flex: 0;
9273
+ -ms-flex: none;
9274
+ flex: none;
9275
+ }
9276
+ .column.is-full-fullhd {
9277
+ -webkit-box-flex: 0;
9278
+ -ms-flex: none;
9279
+ flex: none;
9280
+ width: 100%;
9281
+ }
9282
+ .column.is-three-quarters-fullhd {
9283
+ -webkit-box-flex: 0;
9284
+ -ms-flex: none;
9285
+ flex: none;
9286
+ width: 75%;
9287
+ }
9288
+ .column.is-two-thirds-fullhd {
9289
+ -webkit-box-flex: 0;
9290
+ -ms-flex: none;
9291
+ flex: none;
9292
+ width: 66.6666%;
9293
+ }
9294
+ .column.is-half-fullhd {
9295
+ -webkit-box-flex: 0;
9296
+ -ms-flex: none;
9297
+ flex: none;
9298
+ width: 50%;
9299
+ }
9300
+ .column.is-one-third-fullhd {
9301
+ -webkit-box-flex: 0;
9302
+ -ms-flex: none;
9303
+ flex: none;
9304
+ width: 33.3333%;
9305
+ }
9306
+ .column.is-one-quarter-fullhd {
9307
+ -webkit-box-flex: 0;
9308
+ -ms-flex: none;
9309
+ flex: none;
9310
+ width: 25%;
9311
+ }
9312
+ .column.is-one-fifth-fullhd {
9313
+ -webkit-box-flex: 0;
9314
+ -ms-flex: none;
9315
+ flex: none;
9316
+ width: 20%;
9317
+ }
9318
+ .column.is-two-fifths-fullhd {
9319
+ -webkit-box-flex: 0;
9320
+ -ms-flex: none;
9321
+ flex: none;
9322
+ width: 40%;
9323
+ }
9324
+ .column.is-three-fifths-fullhd {
9325
+ -webkit-box-flex: 0;
9326
+ -ms-flex: none;
9327
+ flex: none;
9328
+ width: 60%;
9329
+ }
9330
+ .column.is-four-fifths-fullhd {
9331
+ -webkit-box-flex: 0;
9332
+ -ms-flex: none;
9333
+ flex: none;
9334
+ width: 80%;
9335
+ }
9336
+ .column.is-offset-three-quarters-fullhd {
9337
+ margin-left: 75%;
9338
+ }
9339
+ .column.is-offset-two-thirds-fullhd {
9340
+ margin-left: 66.6666%;
9341
+ }
9342
+ .column.is-offset-half-fullhd {
9343
+ margin-left: 50%;
9344
+ }
9345
+ .column.is-offset-one-third-fullhd {
9346
+ margin-left: 33.3333%;
9347
+ }
9348
+ .column.is-offset-one-quarter-fullhd {
9349
+ margin-left: 25%;
9350
+ }
9351
+ .column.is-offset-one-fifth-fullhd {
9352
+ margin-left: 20%;
9353
+ }
9354
+ .column.is-offset-two-fifths-fullhd {
9355
+ margin-left: 40%;
9356
+ }
9357
+ .column.is-offset-three-fifths-fullhd {
9358
+ margin-left: 60%;
9359
+ }
9360
+ .column.is-offset-four-fifths-fullhd {
9361
+ margin-left: 80%;
9362
+ }
9363
+ .column.is-1-fullhd {
9364
+ -webkit-box-flex: 0;
9365
+ -ms-flex: none;
9366
+ flex: none;
9367
+ width: 8.33333%;
9368
+ }
9369
+ .column.is-offset-1-fullhd {
9370
+ margin-left: 8.33333%;
9371
+ }
9372
+ .column.is-2-fullhd {
9373
+ -webkit-box-flex: 0;
9374
+ -ms-flex: none;
9375
+ flex: none;
9376
+ width: 16.66667%;
9377
+ }
9378
+ .column.is-offset-2-fullhd {
9379
+ margin-left: 16.66667%;
9380
+ }
9381
+ .column.is-3-fullhd {
9382
+ -webkit-box-flex: 0;
9383
+ -ms-flex: none;
9384
+ flex: none;
9385
+ width: 25%;
9386
+ }
9387
+ .column.is-offset-3-fullhd {
9388
+ margin-left: 25%;
9389
+ }
9390
+ .column.is-4-fullhd {
9391
+ -webkit-box-flex: 0;
9392
+ -ms-flex: none;
9393
+ flex: none;
9394
+ width: 33.33333%;
9395
+ }
9396
+ .column.is-offset-4-fullhd {
9397
+ margin-left: 33.33333%;
9398
+ }
9399
+ .column.is-5-fullhd {
9400
+ -webkit-box-flex: 0;
9401
+ -ms-flex: none;
9402
+ flex: none;
9403
+ width: 41.66667%;
9404
+ }
9405
+ .column.is-offset-5-fullhd {
9406
+ margin-left: 41.66667%;
9407
+ }
9408
+ .column.is-6-fullhd {
9409
+ -webkit-box-flex: 0;
9410
+ -ms-flex: none;
9411
+ flex: none;
9412
+ width: 50%;
9413
+ }
9414
+ .column.is-offset-6-fullhd {
9415
+ margin-left: 50%;
9416
+ }
9417
+ .column.is-7-fullhd {
9418
+ -webkit-box-flex: 0;
9419
+ -ms-flex: none;
9420
+ flex: none;
9421
+ width: 58.33333%;
9422
+ }
9423
+ .column.is-offset-7-fullhd {
9424
+ margin-left: 58.33333%;
9425
+ }
9426
+ .column.is-8-fullhd {
9427
+ -webkit-box-flex: 0;
9428
+ -ms-flex: none;
9429
+ flex: none;
9430
+ width: 66.66667%;
9431
+ }
9432
+ .column.is-offset-8-fullhd {
9433
+ margin-left: 66.66667%;
9434
+ }
9435
+ .column.is-9-fullhd {
9436
+ -webkit-box-flex: 0;
9437
+ -ms-flex: none;
9438
+ flex: none;
9439
+ width: 75%;
9440
+ }
9441
+ .column.is-offset-9-fullhd {
9442
+ margin-left: 75%;
9443
+ }
9444
+ .column.is-10-fullhd {
9445
+ -webkit-box-flex: 0;
9446
+ -ms-flex: none;
9447
+ flex: none;
9448
+ width: 83.33333%;
9449
+ }
9450
+ .column.is-offset-10-fullhd {
9451
+ margin-left: 83.33333%;
9452
+ }
9453
+ .column.is-11-fullhd {
9454
+ -webkit-box-flex: 0;
9455
+ -ms-flex: none;
9456
+ flex: none;
9457
+ width: 91.66667%;
9458
+ }
9459
+ .column.is-offset-11-fullhd {
9460
+ margin-left: 91.66667%;
9461
+ }
9462
+ .column.is-12-fullhd {
9463
+ -webkit-box-flex: 0;
9464
+ -ms-flex: none;
9465
+ flex: none;
9466
+ width: 100%;
9467
+ }
9468
+ .column.is-offset-12-fullhd {
9469
+ margin-left: 100%;
9470
+ }
9471
+ }
9472
+
9473
+ .columns {
9474
+ margin-left: -0.75rem;
9475
+ margin-right: -0.75rem;
9476
+ margin-top: -0.75rem;
9477
+ }
9478
+
9479
+ .columns:last-child {
9480
+ margin-bottom: -0.75rem;
9481
+ }
9482
+
9483
+ .columns:not(:last-child) {
9484
+ margin-bottom: calc(1.5rem - 0.75rem);
9485
+ }
9486
+
9487
+ .columns.is-centered {
9488
+ -webkit-box-pack: center;
9489
+ -ms-flex-pack: center;
9490
+ justify-content: center;
9491
+ }
9492
+
9493
+ .columns.is-gapless {
9494
+ margin-left: 0;
9495
+ margin-right: 0;
9496
+ margin-top: 0;
9497
+ }
9498
+
9499
+ .columns.is-gapless > .column {
9500
+ margin: 0;
9501
+ padding: 0 !important;
9502
+ }
9503
+
9504
+ .columns.is-gapless:not(:last-child) {
9505
+ margin-bottom: 1.5rem;
9506
+ }
9507
+
9508
+ .columns.is-gapless:last-child {
9509
+ margin-bottom: 0;
9510
+ }
9511
+
9512
+ .columns.is-mobile {
9513
+ display: -webkit-box;
9514
+ display: -ms-flexbox;
9515
+ display: flex;
9516
+ }
9517
+
9518
+ .columns.is-multiline {
9519
+ -ms-flex-wrap: wrap;
9520
+ flex-wrap: wrap;
9521
+ }
9522
+
9523
+ .columns.is-vcentered {
9524
+ -webkit-box-align: center;
9525
+ -ms-flex-align: center;
9526
+ align-items: center;
9527
+ }
9528
+
9529
+ @media screen and (min-width: 769px), print {
9530
+ .columns:not(.is-desktop) {
9531
+ display: -webkit-box;
9532
+ display: -ms-flexbox;
9533
+ display: flex;
9534
+ }
9535
+ }
9536
+
9537
+ @media screen and (min-width: 1024px) {
9538
+ .columns.is-desktop {
9539
+ display: -webkit-box;
9540
+ display: -ms-flexbox;
9541
+ display: flex;
9542
+ }
9543
+ }
9544
+
9545
+ .columns.is-variable {
9546
+ --columnGap: 0.75rem;
9547
+ margin-left: calc(-1 * var(--columnGap));
9548
+ margin-right: calc(-1 * var(--columnGap));
9549
+ }
9550
+
9551
+ .columns.is-variable .column {
9552
+ padding-left: var(--columnGap);
9553
+ padding-right: var(--columnGap);
9554
+ }
9555
+
9556
+ .columns.is-variable.is-0 {
9557
+ --columnGap: 0rem;
9558
+ }
9559
+
9560
+ .columns.is-variable.is-1 {
9561
+ --columnGap: 0.25rem;
9562
+ }
9563
+
9564
+ .columns.is-variable.is-2 {
9565
+ --columnGap: 0.5rem;
9566
+ }
9567
+
9568
+ .columns.is-variable.is-3 {
9569
+ --columnGap: 0.75rem;
9570
+ }
9571
+
9572
+ .columns.is-variable.is-4 {
9573
+ --columnGap: 1rem;
9574
+ }
9575
+
9576
+ .columns.is-variable.is-5 {
9577
+ --columnGap: 1.25rem;
9578
+ }
9579
+
9580
+ .columns.is-variable.is-6 {
9581
+ --columnGap: 1.5rem;
9582
+ }
9583
+
9584
+ .columns.is-variable.is-7 {
9585
+ --columnGap: 1.75rem;
9586
+ }
9587
+
9588
+ .columns.is-variable.is-8 {
9589
+ --columnGap: 2rem;
9590
+ }
9591
+
9592
+ .tile {
9593
+ -webkit-box-align: stretch;
9594
+ -ms-flex-align: stretch;
9595
+ align-items: stretch;
9596
+ display: block;
9597
+ -ms-flex-preferred-size: 0;
9598
+ flex-basis: 0;
9599
+ -webkit-box-flex: 1;
9600
+ -ms-flex-positive: 1;
9601
+ flex-grow: 1;
9602
+ -ms-flex-negative: 1;
9603
+ flex-shrink: 1;
9604
+ min-height: -webkit-min-content;
9605
+ min-height: -moz-min-content;
9606
+ min-height: min-content;
9607
+ }
9608
+
9609
+ .tile.is-ancestor {
9610
+ margin-left: -0.75rem;
9611
+ margin-right: -0.75rem;
9612
+ margin-top: -0.75rem;
9613
+ }
9614
+
9615
+ .tile.is-ancestor:last-child {
9616
+ margin-bottom: -0.75rem;
9617
+ }
9618
+
9619
+ .tile.is-ancestor:not(:last-child) {
9620
+ margin-bottom: 0.75rem;
9621
+ }
9622
+
9623
+ .tile.is-child {
9624
+ margin: 0 !important;
9625
+ }
9626
+
9627
+ .tile.is-parent {
9628
+ padding: 0.75rem;
9629
+ }
9630
+
9631
+ .tile.is-vertical {
9632
+ -webkit-box-orient: vertical;
9633
+ -webkit-box-direction: normal;
9634
+ -ms-flex-direction: column;
9635
+ flex-direction: column;
9636
+ }
9637
+
9638
+ .tile.is-vertical > .tile.is-child:not(:last-child) {
9639
+ margin-bottom: 1.5rem !important;
9640
+ }
9641
+
9642
+ @media screen and (min-width: 769px), print {
9643
+ .tile:not(.is-child) {
9644
+ display: -webkit-box;
9645
+ display: -ms-flexbox;
9646
+ display: flex;
9647
+ }
9648
+ .tile.is-1 {
9649
+ -webkit-box-flex: 0;
9650
+ -ms-flex: none;
9651
+ flex: none;
9652
+ width: 8.33333%;
9653
+ }
9654
+ .tile.is-2 {
9655
+ -webkit-box-flex: 0;
9656
+ -ms-flex: none;
9657
+ flex: none;
9658
+ width: 16.66667%;
9659
+ }
9660
+ .tile.is-3 {
9661
+ -webkit-box-flex: 0;
9662
+ -ms-flex: none;
9663
+ flex: none;
9664
+ width: 25%;
9665
+ }
9666
+ .tile.is-4 {
9667
+ -webkit-box-flex: 0;
9668
+ -ms-flex: none;
9669
+ flex: none;
9670
+ width: 33.33333%;
9671
+ }
9672
+ .tile.is-5 {
9673
+ -webkit-box-flex: 0;
9674
+ -ms-flex: none;
9675
+ flex: none;
9676
+ width: 41.66667%;
9677
+ }
9678
+ .tile.is-6 {
9679
+ -webkit-box-flex: 0;
9680
+ -ms-flex: none;
9681
+ flex: none;
9682
+ width: 50%;
9683
+ }
9684
+ .tile.is-7 {
9685
+ -webkit-box-flex: 0;
9686
+ -ms-flex: none;
9687
+ flex: none;
9688
+ width: 58.33333%;
9689
+ }
9690
+ .tile.is-8 {
9691
+ -webkit-box-flex: 0;
9692
+ -ms-flex: none;
9693
+ flex: none;
9694
+ width: 66.66667%;
9695
+ }
9696
+ .tile.is-9 {
9697
+ -webkit-box-flex: 0;
9698
+ -ms-flex: none;
9699
+ flex: none;
9700
+ width: 75%;
9701
+ }
9702
+ .tile.is-10 {
9703
+ -webkit-box-flex: 0;
9704
+ -ms-flex: none;
9705
+ flex: none;
9706
+ width: 83.33333%;
9707
+ }
9708
+ .tile.is-11 {
9709
+ -webkit-box-flex: 0;
9710
+ -ms-flex: none;
9711
+ flex: none;
9712
+ width: 91.66667%;
9713
+ }
9714
+ .tile.is-12 {
9715
+ -webkit-box-flex: 0;
9716
+ -ms-flex: none;
9717
+ flex: none;
9718
+ width: 100%;
9719
+ }
9720
+ }
9721
+
9722
+ .hero {
9723
+ -webkit-box-align: stretch;
9724
+ -ms-flex-align: stretch;
9725
+ align-items: stretch;
9726
+ display: -webkit-box;
9727
+ display: -ms-flexbox;
9728
+ display: flex;
9729
+ -webkit-box-orient: vertical;
9730
+ -webkit-box-direction: normal;
9731
+ -ms-flex-direction: column;
9732
+ flex-direction: column;
9733
+ -webkit-box-pack: justify;
9734
+ -ms-flex-pack: justify;
9735
+ justify-content: space-between;
9736
+ }
9737
+
9738
+ .hero .navbar {
9739
+ background: none;
9740
+ }
9741
+
9742
+ .hero .tabs ul {
9743
+ border-bottom: none;
9744
+ }
9745
+
9746
+ .hero.is-white {
9747
+ background-color: white;
9748
+ color: #0a0a0a;
9749
+ }
9750
+
9751
+ .hero.is-white a:not(.button),
9752
+ .hero.is-white strong {
9753
+ color: inherit;
9754
+ }
9755
+
9756
+ .hero.is-white .title {
9757
+ color: #0a0a0a;
9758
+ }
9759
+
9760
+ .hero.is-white .subtitle {
9761
+ color: rgba(10, 10, 10, 0.9);
9762
+ }
9763
+
9764
+ .hero.is-white .subtitle a:not(.button),
9765
+ .hero.is-white .subtitle strong {
9766
+ color: #0a0a0a;
9767
+ }
9768
+
9769
+ @media screen and (max-width: 1023px) {
9770
+ .hero.is-white .navbar-menu {
9771
+ background-color: white;
9772
+ }
9773
+ }
9774
+
9775
+ .hero.is-white .navbar-item,
9776
+ .hero.is-white .navbar-link {
9777
+ color: rgba(10, 10, 10, 0.7);
9778
+ }
9779
+
9780
+ .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
9781
+ .hero.is-white .navbar-link:hover,
9782
+ .hero.is-white .navbar-link.is-active {
9783
+ background-color: #f2f2f2;
9784
+ color: #0a0a0a;
9785
+ }
9786
+
9787
+ .hero.is-white .tabs a {
9788
+ color: #0a0a0a;
9789
+ opacity: 0.9;
9790
+ }
9791
+
9792
+ .hero.is-white .tabs a:hover {
9793
+ opacity: 1;
9794
+ }
9795
+
9796
+ .hero.is-white .tabs li.is-active a {
9797
+ opacity: 1;
9798
+ }
9799
+
9800
+ .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
9801
+ color: #0a0a0a;
9802
+ }
9803
+
9804
+ .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
9805
+ background-color: rgba(10, 10, 10, 0.1);
9806
+ }
9807
+
9808
+ .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
9809
+ background-color: #0a0a0a;
9810
+ border-color: #0a0a0a;
9811
+ color: white;
9812
+ }
9813
+
9814
+ .hero.is-white.is-bold {
9815
+ background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
9816
+ }
9817
+
9818
+ @media screen and (max-width: 768px) {
9819
+ .hero.is-white.is-bold .navbar-menu {
9820
+ background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
9821
+ }
9822
+ }
9823
+
9824
+ .hero.is-black {
9825
+ background-color: #0a0a0a;
9826
+ color: white;
9827
+ }
9828
+
9829
+ .hero.is-black a:not(.button),
9830
+ .hero.is-black strong {
9831
+ color: inherit;
9832
+ }
9833
+
9834
+ .hero.is-black .title {
9835
+ color: white;
9836
+ }
9837
+
9838
+ .hero.is-black .subtitle {
9839
+ color: rgba(255, 255, 255, 0.9);
9840
+ }
9841
+
9842
+ .hero.is-black .subtitle a:not(.button),
9843
+ .hero.is-black .subtitle strong {
9844
+ color: white;
9845
+ }
9846
+
9847
+ @media screen and (max-width: 1023px) {
9848
+ .hero.is-black .navbar-menu {
9849
+ background-color: #0a0a0a;
9850
+ }
9851
+ }
9852
+
9853
+ .hero.is-black .navbar-item,
9854
+ .hero.is-black .navbar-link {
9855
+ color: rgba(255, 255, 255, 0.7);
9856
+ }
9857
+
9858
+ .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
9859
+ .hero.is-black .navbar-link:hover,
9860
+ .hero.is-black .navbar-link.is-active {
9861
+ background-color: black;
9862
+ color: white;
9863
+ }
9864
+
9865
+ .hero.is-black .tabs a {
9866
+ color: white;
9867
+ opacity: 0.9;
9868
+ }
9869
+
9870
+ .hero.is-black .tabs a:hover {
9871
+ opacity: 1;
9872
+ }
9873
+
9874
+ .hero.is-black .tabs li.is-active a {
9875
+ opacity: 1;
9876
+ }
9877
+
9878
+ .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
9879
+ color: white;
9880
+ }
9881
+
9882
+ .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
9883
+ background-color: rgba(10, 10, 10, 0.1);
9884
+ }
9885
+
9886
+ .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
9887
+ background-color: white;
9888
+ border-color: white;
9889
+ color: #0a0a0a;
9890
+ }
9891
+
9892
+ .hero.is-black.is-bold {
9893
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
9894
+ }
9895
+
9896
+ @media screen and (max-width: 768px) {
9897
+ .hero.is-black.is-bold .navbar-menu {
9898
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
9899
+ }
9900
+ }
9901
+
9902
+ .hero.is-light {
9903
+ background-color: whitesmoke;
9904
+ color: #363636;
9905
+ }
9906
+
9907
+ .hero.is-light a:not(.button),
9908
+ .hero.is-light strong {
9909
+ color: inherit;
9910
+ }
9911
+
9912
+ .hero.is-light .title {
9913
+ color: #363636;
9914
+ }
9915
+
9916
+ .hero.is-light .subtitle {
9917
+ color: rgba(54, 54, 54, 0.9);
9918
+ }
9919
+
9920
+ .hero.is-light .subtitle a:not(.button),
9921
+ .hero.is-light .subtitle strong {
9922
+ color: #363636;
9923
+ }
9924
+
9925
+ @media screen and (max-width: 1023px) {
9926
+ .hero.is-light .navbar-menu {
9927
+ background-color: whitesmoke;
9928
+ }
9929
+ }
9930
+
9931
+ .hero.is-light .navbar-item,
9932
+ .hero.is-light .navbar-link {
9933
+ color: rgba(54, 54, 54, 0.7);
9934
+ }
9935
+
9936
+ .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
9937
+ .hero.is-light .navbar-link:hover,
9938
+ .hero.is-light .navbar-link.is-active {
9939
+ background-color: #e8e8e8;
9940
+ color: #363636;
9941
+ }
9942
+
9943
+ .hero.is-light .tabs a {
9944
+ color: #363636;
9945
+ opacity: 0.9;
9946
+ }
9947
+
9948
+ .hero.is-light .tabs a:hover {
9949
+ opacity: 1;
9950
+ }
9951
+
9952
+ .hero.is-light .tabs li.is-active a {
9953
+ opacity: 1;
9954
+ }
9955
+
9956
+ .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
9957
+ color: #363636;
9958
+ }
9959
+
9960
+ .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
9961
+ background-color: rgba(10, 10, 10, 0.1);
9962
+ }
9963
+
9964
+ .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
9965
+ background-color: #363636;
9966
+ border-color: #363636;
9967
+ color: whitesmoke;
9968
+ }
9969
+
9970
+ .hero.is-light.is-bold {
9971
+ background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
9972
+ }
9973
+
9974
+ @media screen and (max-width: 768px) {
9975
+ .hero.is-light.is-bold .navbar-menu {
9976
+ background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
9977
+ }
9978
+ }
9979
+
9980
+ .hero.is-dark {
9981
+ background-color: #363636;
9982
+ color: whitesmoke;
9983
+ }
9984
+
9985
+ .hero.is-dark a:not(.button),
9986
+ .hero.is-dark strong {
9987
+ color: inherit;
9988
+ }
9989
+
9990
+ .hero.is-dark .title {
9991
+ color: whitesmoke;
9992
+ }
9993
+
9994
+ .hero.is-dark .subtitle {
9995
+ color: rgba(245, 245, 245, 0.9);
9996
+ }
9997
+
9998
+ .hero.is-dark .subtitle a:not(.button),
9999
+ .hero.is-dark .subtitle strong {
10000
+ color: whitesmoke;
10001
+ }
10002
+
10003
+ @media screen and (max-width: 1023px) {
10004
+ .hero.is-dark .navbar-menu {
10005
+ background-color: #363636;
10006
+ }
10007
+ }
10008
+
10009
+ .hero.is-dark .navbar-item,
10010
+ .hero.is-dark .navbar-link {
10011
+ color: rgba(245, 245, 245, 0.7);
10012
+ }
10013
+
10014
+ .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
10015
+ .hero.is-dark .navbar-link:hover,
10016
+ .hero.is-dark .navbar-link.is-active {
10017
+ background-color: #292929;
10018
+ color: whitesmoke;
10019
+ }
10020
+
10021
+ .hero.is-dark .tabs a {
10022
+ color: whitesmoke;
10023
+ opacity: 0.9;
10024
+ }
10025
+
10026
+ .hero.is-dark .tabs a:hover {
10027
+ opacity: 1;
10028
+ }
10029
+
10030
+ .hero.is-dark .tabs li.is-active a {
10031
+ opacity: 1;
10032
+ }
10033
+
10034
+ .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
10035
+ color: whitesmoke;
10036
+ }
10037
+
10038
+ .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
10039
+ background-color: rgba(10, 10, 10, 0.1);
10040
+ }
10041
+
10042
+ .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
10043
+ background-color: whitesmoke;
10044
+ border-color: whitesmoke;
10045
+ color: #363636;
10046
+ }
10047
+
10048
+ .hero.is-dark.is-bold {
10049
+ background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
10050
+ }
10051
+
10052
+ @media screen and (max-width: 768px) {
10053
+ .hero.is-dark.is-bold .navbar-menu {
10054
+ background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
10055
+ }
10056
+ }
10057
+
10058
+ .hero.is-primary {
10059
+ background-color: #00d1b2;
10060
+ color: #fff;
10061
+ }
10062
+
10063
+ .hero.is-primary a:not(.button),
10064
+ .hero.is-primary strong {
10065
+ color: inherit;
10066
+ }
10067
+
10068
+ .hero.is-primary .title {
10069
+ color: #fff;
10070
+ }
10071
+
10072
+ .hero.is-primary .subtitle {
10073
+ color: rgba(255, 255, 255, 0.9);
10074
+ }
10075
+
10076
+ .hero.is-primary .subtitle a:not(.button),
10077
+ .hero.is-primary .subtitle strong {
10078
+ color: #fff;
10079
+ }
10080
+
10081
+ @media screen and (max-width: 1023px) {
10082
+ .hero.is-primary .navbar-menu {
10083
+ background-color: #00d1b2;
10084
+ }
10085
+ }
10086
+
10087
+ .hero.is-primary .navbar-item,
10088
+ .hero.is-primary .navbar-link {
10089
+ color: rgba(255, 255, 255, 0.7);
10090
+ }
10091
+
10092
+ .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
10093
+ .hero.is-primary .navbar-link:hover,
10094
+ .hero.is-primary .navbar-link.is-active {
10095
+ background-color: #00b89c;
10096
+ color: #fff;
10097
+ }
10098
+
10099
+ .hero.is-primary .tabs a {
10100
+ color: #fff;
10101
+ opacity: 0.9;
10102
+ }
10103
+
10104
+ .hero.is-primary .tabs a:hover {
10105
+ opacity: 1;
10106
+ }
10107
+
10108
+ .hero.is-primary .tabs li.is-active a {
10109
+ opacity: 1;
10110
+ }
10111
+
10112
+ .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
10113
+ color: #fff;
10114
+ }
10115
+
10116
+ .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
10117
+ background-color: rgba(10, 10, 10, 0.1);
10118
+ }
10119
+
10120
+ .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
10121
+ background-color: #fff;
10122
+ border-color: #fff;
10123
+ color: #00d1b2;
10124
+ }
10125
+
10126
+ .hero.is-primary.is-bold {
10127
+ background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
10128
+ }
10129
+
10130
+ @media screen and (max-width: 768px) {
10131
+ .hero.is-primary.is-bold .navbar-menu {
10132
+ background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
10133
+ }
10134
+ }
10135
+
10136
+ .hero.is-link {
10137
+ background-color: #3273dc;
10138
+ color: #fff;
10139
+ }
10140
+
10141
+ .hero.is-link a:not(.button),
10142
+ .hero.is-link strong {
10143
+ color: inherit;
10144
+ }
10145
+
10146
+ .hero.is-link .title {
10147
+ color: #fff;
10148
+ }
10149
+
10150
+ .hero.is-link .subtitle {
10151
+ color: rgba(255, 255, 255, 0.9);
10152
+ }
10153
+
10154
+ .hero.is-link .subtitle a:not(.button),
10155
+ .hero.is-link .subtitle strong {
10156
+ color: #fff;
10157
+ }
10158
+
10159
+ @media screen and (max-width: 1023px) {
10160
+ .hero.is-link .navbar-menu {
10161
+ background-color: #3273dc;
10162
+ }
10163
+ }
10164
+
10165
+ .hero.is-link .navbar-item,
10166
+ .hero.is-link .navbar-link {
10167
+ color: rgba(255, 255, 255, 0.7);
10168
+ }
10169
+
10170
+ .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
10171
+ .hero.is-link .navbar-link:hover,
10172
+ .hero.is-link .navbar-link.is-active {
10173
+ background-color: #2366d1;
10174
+ color: #fff;
10175
+ }
10176
+
10177
+ .hero.is-link .tabs a {
10178
+ color: #fff;
10179
+ opacity: 0.9;
10180
+ }
10181
+
10182
+ .hero.is-link .tabs a:hover {
10183
+ opacity: 1;
10184
+ }
10185
+
10186
+ .hero.is-link .tabs li.is-active a {
10187
+ opacity: 1;
10188
+ }
10189
+
10190
+ .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
10191
+ color: #fff;
10192
+ }
10193
+
10194
+ .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
10195
+ background-color: rgba(10, 10, 10, 0.1);
10196
+ }
10197
+
10198
+ .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
10199
+ background-color: #fff;
10200
+ border-color: #fff;
10201
+ color: #3273dc;
10202
+ }
10203
+
10204
+ .hero.is-link.is-bold {
10205
+ background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
10206
+ }
10207
+
10208
+ @media screen and (max-width: 768px) {
10209
+ .hero.is-link.is-bold .navbar-menu {
10210
+ background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
10211
+ }
10212
+ }
10213
+
10214
+ .hero.is-info {
10215
+ background-color: #209cee;
10216
+ color: #fff;
10217
+ }
10218
+
10219
+ .hero.is-info a:not(.button),
10220
+ .hero.is-info strong {
10221
+ color: inherit;
10222
+ }
10223
+
10224
+ .hero.is-info .title {
10225
+ color: #fff;
10226
+ }
10227
+
10228
+ .hero.is-info .subtitle {
10229
+ color: rgba(255, 255, 255, 0.9);
10230
+ }
10231
+
10232
+ .hero.is-info .subtitle a:not(.button),
10233
+ .hero.is-info .subtitle strong {
10234
+ color: #fff;
10235
+ }
10236
+
10237
+ @media screen and (max-width: 1023px) {
10238
+ .hero.is-info .navbar-menu {
10239
+ background-color: #209cee;
10240
+ }
10241
+ }
10242
+
10243
+ .hero.is-info .navbar-item,
10244
+ .hero.is-info .navbar-link {
10245
+ color: rgba(255, 255, 255, 0.7);
10246
+ }
10247
+
10248
+ .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
10249
+ .hero.is-info .navbar-link:hover,
10250
+ .hero.is-info .navbar-link.is-active {
10251
+ background-color: #118fe4;
10252
+ color: #fff;
10253
+ }
10254
+
10255
+ .hero.is-info .tabs a {
10256
+ color: #fff;
10257
+ opacity: 0.9;
10258
+ }
10259
+
10260
+ .hero.is-info .tabs a:hover {
10261
+ opacity: 1;
10262
+ }
10263
+
10264
+ .hero.is-info .tabs li.is-active a {
10265
+ opacity: 1;
10266
+ }
10267
+
10268
+ .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
10269
+ color: #fff;
10270
+ }
10271
+
10272
+ .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
10273
+ background-color: rgba(10, 10, 10, 0.1);
10274
+ }
10275
+
10276
+ .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
10277
+ background-color: #fff;
10278
+ border-color: #fff;
10279
+ color: #209cee;
10280
+ }
10281
+
10282
+ .hero.is-info.is-bold {
10283
+ background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
10284
+ }
10285
+
10286
+ @media screen and (max-width: 768px) {
10287
+ .hero.is-info.is-bold .navbar-menu {
10288
+ background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
10289
+ }
10290
+ }
10291
+
10292
+ .hero.is-success {
10293
+ background-color: #23d160;
10294
+ color: #fff;
10295
+ }
10296
+
10297
+ .hero.is-success a:not(.button),
10298
+ .hero.is-success strong {
10299
+ color: inherit;
10300
+ }
10301
+
10302
+ .hero.is-success .title {
10303
+ color: #fff;
10304
+ }
10305
+
10306
+ .hero.is-success .subtitle {
10307
+ color: rgba(255, 255, 255, 0.9);
10308
+ }
10309
+
10310
+ .hero.is-success .subtitle a:not(.button),
10311
+ .hero.is-success .subtitle strong {
10312
+ color: #fff;
10313
+ }
10314
+
10315
+ @media screen and (max-width: 1023px) {
10316
+ .hero.is-success .navbar-menu {
10317
+ background-color: #23d160;
10318
+ }
10319
+ }
10320
+
10321
+ .hero.is-success .navbar-item,
10322
+ .hero.is-success .navbar-link {
10323
+ color: rgba(255, 255, 255, 0.7);
10324
+ }
10325
+
10326
+ .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
10327
+ .hero.is-success .navbar-link:hover,
10328
+ .hero.is-success .navbar-link.is-active {
10329
+ background-color: #20bc56;
10330
+ color: #fff;
10331
+ }
10332
+
10333
+ .hero.is-success .tabs a {
10334
+ color: #fff;
10335
+ opacity: 0.9;
10336
+ }
10337
+
10338
+ .hero.is-success .tabs a:hover {
10339
+ opacity: 1;
10340
+ }
10341
+
10342
+ .hero.is-success .tabs li.is-active a {
10343
+ opacity: 1;
10344
+ }
10345
+
10346
+ .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
10347
+ color: #fff;
10348
+ }
10349
+
10350
+ .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
10351
+ background-color: rgba(10, 10, 10, 0.1);
10352
+ }
10353
+
10354
+ .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
10355
+ background-color: #fff;
10356
+ border-color: #fff;
10357
+ color: #23d160;
10358
+ }
10359
+
10360
+ .hero.is-success.is-bold {
10361
+ background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
10362
+ }
10363
+
10364
+ @media screen and (max-width: 768px) {
10365
+ .hero.is-success.is-bold .navbar-menu {
10366
+ background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
10367
+ }
10368
+ }
10369
+
10370
+ .hero.is-warning {
10371
+ background-color: #ffdd57;
10372
+ color: rgba(0, 0, 0, 0.7);
10373
+ }
10374
+
10375
+ .hero.is-warning a:not(.button),
10376
+ .hero.is-warning strong {
10377
+ color: inherit;
10378
+ }
10379
+
10380
+ .hero.is-warning .title {
10381
+ color: rgba(0, 0, 0, 0.7);
10382
+ }
10383
+
10384
+ .hero.is-warning .subtitle {
10385
+ color: rgba(0, 0, 0, 0.9);
10386
+ }
10387
+
10388
+ .hero.is-warning .subtitle a:not(.button),
10389
+ .hero.is-warning .subtitle strong {
10390
+ color: rgba(0, 0, 0, 0.7);
10391
+ }
10392
+
10393
+ @media screen and (max-width: 1023px) {
10394
+ .hero.is-warning .navbar-menu {
10395
+ background-color: #ffdd57;
10396
+ }
10397
+ }
10398
+
10399
+ .hero.is-warning .navbar-item,
10400
+ .hero.is-warning .navbar-link {
10401
+ color: rgba(0, 0, 0, 0.7);
10402
+ }
10403
+
10404
+ .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
10405
+ .hero.is-warning .navbar-link:hover,
10406
+ .hero.is-warning .navbar-link.is-active {
10407
+ background-color: #ffd83d;
10408
+ color: rgba(0, 0, 0, 0.7);
10409
+ }
10410
+
10411
+ .hero.is-warning .tabs a {
10412
+ color: rgba(0, 0, 0, 0.7);
10413
+ opacity: 0.9;
10414
+ }
10415
+
10416
+ .hero.is-warning .tabs a:hover {
10417
+ opacity: 1;
10418
+ }
10419
+
10420
+ .hero.is-warning .tabs li.is-active a {
10421
+ opacity: 1;
10422
+ }
10423
+
10424
+ .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
10425
+ color: rgba(0, 0, 0, 0.7);
10426
+ }
10427
+
10428
+ .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
10429
+ background-color: rgba(10, 10, 10, 0.1);
10430
+ }
10431
+
10432
+ .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
10433
+ background-color: rgba(0, 0, 0, 0.7);
10434
+ border-color: rgba(0, 0, 0, 0.7);
10435
+ color: #ffdd57;
10436
+ }
10437
+
10438
+ .hero.is-warning.is-bold {
10439
+ background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
10440
+ }
10441
+
10442
+ @media screen and (max-width: 768px) {
10443
+ .hero.is-warning.is-bold .navbar-menu {
10444
+ background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
10445
+ }
10446
+ }
10447
+
10448
+ .hero.is-danger {
10449
+ background-color: #ff3860;
10450
+ color: #fff;
10451
+ }
10452
+
10453
+ .hero.is-danger a:not(.button),
10454
+ .hero.is-danger strong {
10455
+ color: inherit;
10456
+ }
10457
+
10458
+ .hero.is-danger .title {
10459
+ color: #fff;
10460
+ }
10461
+
10462
+ .hero.is-danger .subtitle {
10463
+ color: rgba(255, 255, 255, 0.9);
10464
+ }
10465
+
10466
+ .hero.is-danger .subtitle a:not(.button),
10467
+ .hero.is-danger .subtitle strong {
10468
+ color: #fff;
10469
+ }
10470
+
10471
+ @media screen and (max-width: 1023px) {
10472
+ .hero.is-danger .navbar-menu {
10473
+ background-color: #ff3860;
10474
+ }
10475
+ }
10476
+
10477
+ .hero.is-danger .navbar-item,
10478
+ .hero.is-danger .navbar-link {
10479
+ color: rgba(255, 255, 255, 0.7);
10480
+ }
10481
+
10482
+ .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
10483
+ .hero.is-danger .navbar-link:hover,
10484
+ .hero.is-danger .navbar-link.is-active {
10485
+ background-color: #ff1f4b;
10486
+ color: #fff;
10487
+ }
10488
+
10489
+ .hero.is-danger .tabs a {
10490
+ color: #fff;
10491
+ opacity: 0.9;
10492
+ }
10493
+
10494
+ .hero.is-danger .tabs a:hover {
10495
+ opacity: 1;
10496
+ }
10497
+
10498
+ .hero.is-danger .tabs li.is-active a {
10499
+ opacity: 1;
10500
+ }
10501
+
10502
+ .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
10503
+ color: #fff;
10504
+ }
10505
+
10506
+ .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
10507
+ background-color: rgba(10, 10, 10, 0.1);
10508
+ }
10509
+
10510
+ .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
10511
+ background-color: #fff;
10512
+ border-color: #fff;
10513
+ color: #ff3860;
10514
+ }
10515
+
10516
+ .hero.is-danger.is-bold {
10517
+ background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
10518
+ }
10519
+
10520
+ @media screen and (max-width: 768px) {
10521
+ .hero.is-danger.is-bold .navbar-menu {
10522
+ background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
10523
+ }
10524
+ }
10525
+
10526
+ .hero.is-small .hero-body {
10527
+ padding-bottom: 1.5rem;
10528
+ padding-top: 1.5rem;
10529
+ }
10530
+
10531
+ @media screen and (min-width: 769px), print {
10532
+ .hero.is-medium .hero-body {
10533
+ padding-bottom: 9rem;
10534
+ padding-top: 9rem;
10535
+ }
10536
+ }
10537
+
10538
+ @media screen and (min-width: 769px), print {
10539
+ .hero.is-large .hero-body {
10540
+ padding-bottom: 18rem;
10541
+ padding-top: 18rem;
10542
+ }
10543
+ }
10544
+
10545
+ .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
10546
+ -webkit-box-align: center;
10547
+ -ms-flex-align: center;
10548
+ align-items: center;
10549
+ display: -webkit-box;
10550
+ display: -ms-flexbox;
10551
+ display: flex;
10552
+ }
10553
+
10554
+ .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
10555
+ -webkit-box-flex: 1;
10556
+ -ms-flex-positive: 1;
10557
+ flex-grow: 1;
10558
+ -ms-flex-negative: 1;
10559
+ flex-shrink: 1;
10560
+ }
10561
+
10562
+ .hero.is-halfheight {
10563
+ min-height: 50vh;
10564
+ }
10565
+
10566
+ .hero.is-fullheight {
10567
+ min-height: 100vh;
10568
+ }
10569
+
10570
+ .hero-video {
10571
+ bottom: 0;
10572
+ left: 0;
10573
+ position: absolute;
10574
+ right: 0;
10575
+ top: 0;
10576
+ overflow: hidden;
10577
+ }
10578
+
10579
+ .hero-video video {
10580
+ left: 50%;
10581
+ min-height: 100%;
10582
+ min-width: 100%;
10583
+ position: absolute;
10584
+ top: 50%;
10585
+ -webkit-transform: translate3d(-50%, -50%, 0);
10586
+ transform: translate3d(-50%, -50%, 0);
10587
+ }
10588
+
10589
+ .hero-video.is-transparent {
10590
+ opacity: 0.3;
10591
+ }
10592
+
10593
+ @media screen and (max-width: 768px) {
10594
+ .hero-video {
10595
+ display: none;
10596
+ }
10597
+ }
10598
+
10599
+ .hero-buttons {
10600
+ margin-top: 1.5rem;
10601
+ }
10602
+
10603
+ @media screen and (max-width: 768px) {
10604
+ .hero-buttons .button {
10605
+ display: -webkit-box;
10606
+ display: -ms-flexbox;
10607
+ display: flex;
10608
+ }
10609
+ .hero-buttons .button:not(:last-child) {
10610
+ margin-bottom: 0.75rem;
10611
+ }
10612
+ }
10613
+
10614
+ @media screen and (min-width: 769px), print {
10615
+ .hero-buttons {
10616
+ display: -webkit-box;
10617
+ display: -ms-flexbox;
10618
+ display: flex;
10619
+ -webkit-box-pack: center;
10620
+ -ms-flex-pack: center;
10621
+ justify-content: center;
10622
+ }
10623
+ .hero-buttons .button:not(:last-child) {
10624
+ margin-right: 1.5rem;
10625
+ }
10626
+ }
10627
+
10628
+ .hero-head,
10629
+ .hero-foot {
10630
+ -webkit-box-flex: 0;
10631
+ -ms-flex-positive: 0;
10632
+ flex-grow: 0;
10633
+ -ms-flex-negative: 0;
10634
+ flex-shrink: 0;
10635
+ }
10636
+
10637
+ .hero-body {
10638
+ -webkit-box-flex: 1;
10639
+ -ms-flex-positive: 1;
10640
+ flex-grow: 1;
10641
+ -ms-flex-negative: 0;
10642
+ flex-shrink: 0;
10643
+ padding: 3rem 1.5rem;
10644
+ }
10645
+
10646
+ .section {
10647
+ padding: 3rem 1.5rem;
10648
+ }
10649
+
10650
+ @media screen and (min-width: 1024px) {
10651
+ .section.is-medium {
10652
+ padding: 9rem 1.5rem;
10653
+ }
10654
+ .section.is-large {
10655
+ padding: 18rem 1.5rem;
10656
+ }
10657
+ }
10658
+
10659
+ .footer {
10660
+ background-color: whitesmoke;
10661
+ padding: 3rem 1.5rem 6rem;
10662
+ }
10663
+ /*# sourceMappingURL=bulma.css.map */
dist/assets/bulma/css/bulma.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["../bulma.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/minireset.sass","../sass/base/generic.sass","../sass/utilities/initial-variables.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/container.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/icon.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/tag.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/breadcrumb.sass","../sass/components/card.sass","../sass/components/dropdown.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/navbar.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/grid/columns.sass","../sass/grid/tiles.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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BsB;CasBK;;AAzBnC;EA2BQ,0BbxBsB;CawBK;;AA3BnC;EA6BQ,0Bb1BsB;Ca0BK;;AA7BnC;EAyBQ,0BbT0B;CaSC;;AAzBnC;EA2BQ,0BbX0B;CaWC;;AA3BnC;EA6BQ,0Bbb0B;CaaC;;AA7BnC;EAyBQ,0BbP0B;CaOC;;AAzBnC;EA2BQ,0BbT0B;CaSC;;AA3BnC;EA6BQ,0BbX0B;CaWC;;AA7BnC;EAyBQ,0BbR0B;CaQC;;AAzBnC;EA2BQ,0BbV0B;CaUC;;AA3BnC;EA6BQ,0BbZ0B;CaYC;;AA7BnC;EAyBQ,0BbV0B;CaUC;;AAzBnC;EA2BQ,0BbZ0B;CaYC;;AA3BnC;EA6BQ,0Bbd0B;CacC;;AA7BnC;EAyBQ,0BbX0B;CaWC;;AAzBnC;EA2BQ,0Bbb0B;CaaC;;AA3BnC;EA6BQ,0Bbf0B;CaeC;;AA7BnC;EAyBQ,0BbL0B;CaKC;;AAzBnC;EA2BQ,0BbP0B;CaOC;;AA3BnC;EA6BQ,0BbT0B;CaSC;;AA7BnC;EAgCI,gBbEY;CaFU;;AAhC1B;EAkCI,gBbFY;CaEW;;AAlC3B;EAoCI,ebLW;CaKW;;AClB1B;EACE,wBdR6B;EcS7B,edjB4B;EckB5B,sBAAqB;CAqFwD;;AAxF/E;;EAMI,0BdjB0B;EckB1B,sBAxB6B;EAyB7B,sBAxB6B;EAyB7B,oBAAmB;CAkBY;;AA3BnC;;EAeQ,wBdtBuB;EcuBvB,oBdvBuB;EcwBvB,edpCqB;CcoCE;;AAjB/B;;EAeQ,0BdlCqB;EcmCrB,sBdnCqB;EcoCrB,adxBuB;CcwBA;;AAjB/B;;EAeQ,6BdxBsB;EcyBtB,yBdzBsB;Ec0BtB,edhCsB;CcgCC;;AAjB/B;;EAeQ,0Bd9BsB;Ec+BtB,sBd/BsB;EcgCtB,kBd1BsB;Cc0BC;;AAjB/B;;EAeQ,0BdjB0B;EckB1B,sBdlB0B;EcmB1B,YRXQ;CQWe;;AAjB/B;;EAeQ,0Bdf0B;EcgB1B,sBdhB0B;EciB1B,YRXQ;CQWe;;AAjB/B;;EAeQ,0BdhB0B;EciB1B,sBdjB0B;EckB1B,YRXQ;CQWe;;AAjB/B;;EAeQ,0BdlB0B;EcmB1B,sBdnB0B;EcoB1B,YRXQ;CQWe;;AAjB/B;;EAeQ,0BdnB0B;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CpC,a1B1EqB;G0B0EE;EAzCjC;IA6Cc,0B1B1Fe;I0B2Ff,a1B/EiB;G0B+EM;C7B20LpC;;A6Bz3LD;EAQM,6B1B3CwB;E0B4CxB,e1BlDwB;C0BuFe;;AA9C7C;;EAaU,e1BtDoB;C0BsDG;;AAbjC;;;EAkBY,0BAAoC;EACpC,e1B5DkB;C0B4DK;;AAnBnC;EAsBY,sB1B/DkB;C0B+DY;;AzBwIxC;EyB9JF;;;;IA4BY,e1BrEkB;G0BqEK;EA5BnC;;;;;;;IAiCc,0BAAoC;IACpC,e1B3EgB;G0B2EO;EAlCrC;;IAqCc,sB1B9EgB;G0B8Ec;EArC5C;;IAwCU,0BAAoC;IACpC,e1BlFoB;G0BkFG;EAzCjC;IA6Cc,6B1BhFgB;I0BiFhB,e1BvFgB;G0BuFO;C7Bg4LpC;;A6B96LD;EAQM,0B1BjDwB;E0BkDxB,kB1B5CwB;C0BiFe;;AA9C7C;;EAaU,kB1BhDoB;C0BgDG;;AAbjC;;;EAkBY,0BAAoC;EACpC,kB1BtDkB;C0BsDK;;AAnBnC;EAsBY,yB1BzDkB;C0ByDY;;AzBwIxC;EyB9JF;;;;IA4BY,kB1B/DkB;G0B+DK;EA5BnC;;;;;;;IAiCc,0BAAoC;IACpC,kB1BrEgB;G0BqEO;EAlCrC;;IAqCc,yB1BxEgB;G0BwEc;EArC5C;;IAwCU,0BAAoC;IACpC,kB1B5EoB;G0B4EG;EAzCjC;IA6Cc,0B1BtFgB;I0BuFhB,kB1BjFgB;G0BiFO;C7Bq7LpC;;A6Bn+LD;EAQM,0B1BpC4B;E0BqC5B,YpB7BU;CoBkE6B;;AA9C7C;;EAaU,YpBjCM;CoBiCiB;;AAbjC;;;EAkBY,0BAAoC;EACpC,YpBvCI;CoBuCmB;;AAnBnC;EAsBY,mBpB1CI;CoB0C0B;;AzBwIxC;EyB9JF;;;;IA4BY,YpBhDI;GoBgDmB;EA5BnC;;;;;;;IAiCc,0BAAoC;IACpC,YpBtDE;GoBsDqB;EAlCrC;;IAqCc,mBpBzDE;GoByD4B;EArC5C;;IAwCU,0BAAoC;IACpC,YpB7DM;GoB6DiB;EAzCjC;IA6Cc,0B1BzEoB;I0B0EpB,YpBlEE;GoBkEqB;C7B0+LpC;;A6BxhMD;EAQM,0B1BlC4B;E0BmC5B,YpB7BU;CoBkE6B;;AA9C7C;;EAaU,YpBjCM;CoBiCiB;;AAbjC;;;EAkBY,0BAAoC;EACpC,YpBvCI;CoBuCmB;;AAnBnC;EAsBY,mBpB1CI;CoB0C0B;;AzBwIxC;EyB9JF;;;;IA4BY,YpBhDI;GoBgDmB;EA5BnC;;;;;;;IAiCc,0BAAoC;IACpC,YpBtDE;GoBsDqB;EAlCrC;;IAqCc,mBpBzDE;GoByD4B;EArC5C;;IAwCU,0BAAoC;IACpC,YpB7DM;GoB6DiB;EAzCjC;IA6Cc,0B1BvEoB;I0BwEpB,YpBlEE;GoBkEqB;C7B+hMpC;;A6B7kMD;EAQM,0B1BnC4B;E0BoC5B,YpB7BU;CoBkE6B;;AA9C7C;;EAaU,YpBjCM;CoBiCiB;;AAbjC;;;EAkBY,0BAAoC;EACpC,YpBvCI;CoBuCmB;;AAnBnC;EAsBY,mBpB1CI;CoB0C0B;;AzBwIxC;EyB9JF;;;;IA4BY,YpBhDI;GoBgDmB;EA5BnC;;;;;;;IAiCc,0BAAoC;IACpC,YpBtDE;GoBsDqB;EAlCrC;;IAqCc,mBpBzDE;GoByD4B;EArC5C;;IAwCU,0BAAoC;IACpC,YpB7DM;GoB6DiB;EAzCjC;IA6Cc,0B1BxEoB;I0ByEpB,YpBlEE;GoBkEqB;C7BolMpC;;A6BloMD;EAQM,0B1BrC4B;E0BsC5B,YpB7BU;CoBkE6B;;AA9C7C;;EAaU,YpBjCM;CoBiCiB;;AAbjC;;;EAkBY,0BAAoC;EACpC,YpBvCI;CoBuCmB;;AAnBnC;EAsBY,mBpB1CI;CoB0C0B;;AzBwIxC;EyB9JF;;;;IA4BY,YpBhDI;GoBgDmB;EA5BnC;;;;;;;IAiCc,0BAAoC;IACpC,YpBtDE;GoBsDqB;EAlCrC;;IAqCc,mBpBzDE;GoByD4B;EArC5C;;IAwCU,0BAAoC;IACpC,YpB7DM;GoB6DiB;EAzCjC;IA6Cc,0B1B1EoB;I0B2EpB,YpBlEE;GoBkEqB;C7ByoMpC;;A6BvrMD;EAQM,0B1BtC4B;E0BuC5B,0BpB/Be;CoBoEwB;;AA9C7C;;EAaU,0BpBnCW;CoBmCY;;AAbjC;;;EAkBY,0BAAoC;EACpC,0BpBzCS;CoByCc;;AAnBnC;EAsBY,iCpB5CS;CoB4CqB;;AzBwIx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","file":"bulma.css"}
dist/assets/bulma/sass/base/_all.sass ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ @charset "utf-8"
2
+
3
+ @import "minireset.sass"
4
+ @import "generic.sass"
5
+ @import "helpers.sass"
dist/assets/bulma/sass/base/generic.sass ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $body-background-color: $white !default
2
+ $body-size: 16px !default
3
+ $body-rendering: optimizeLegibility !default
4
+ $body-family: $family-primary !default
5
+ $body-color: $text !default
6
+ $body-weight: $weight-normal !default
7
+ $body-line-height: 1.5 !default
8
+
9
+ $code-family: $family-code !default
10
+ $code-padding: 0.25em 0.5em 0.25em !default
11
+ $code-weight: normal !default
12
+ $code-size: 0.875em !default
13
+
14
+ $hr-background-color: $border !default
15
+ $hr-height: 1px !default
16
+ $hr-margin: 1.5rem 0 !default
17
+
18
+ $strong-color: $text-strong !default
19
+ $strong-weight: $weight-bold !default
20
+
21
+ html
22
+ background-color: $body-background-color
23
+ font-size: $body-size
24
+ -moz-osx-font-smoothing: grayscale
25
+ -webkit-font-smoothing: antialiased
26
+ min-width: 300px
27
+ overflow-x: hidden
28
+ overflow-y: scroll
29
+ text-rendering: $body-rendering
30
+ text-size-adjust: 100%
31
+
32
+ article,
33
+ aside,
34
+ figure,
35
+ footer,
36
+ header,
37
+ hgroup,
38
+ section
39
+ display: block
40
+
41
+ body,
42
+ button,
43
+ input,
44
+ select,
45
+ textarea
46
+ font-family: $body-family
47
+
48
+ code,
49
+ pre
50
+ -moz-osx-font-smoothing: auto
51
+ -webkit-font-smoothing: auto
52
+ font-family: $code-family
53
+
54
+ body
55
+ color: $body-color
56
+ font-size: 1rem
57
+ font-weight: $body-weight
58
+ line-height: $body-line-height
59
+
60
+ // Inline
61
+
62
+ a
63
+ color: $link
64
+ cursor: pointer
65
+ text-decoration: none
66
+ strong
67
+ color: currentColor
68
+ &:hover
69
+ color: $link-hover
70
+
71
+ code
72
+ background-color: $code-background
73
+ color: $code
74
+ font-size: $code-size
75
+ font-weight: $code-weight
76
+ padding: $code-padding
77
+
78
+ hr
79
+ background-color: $hr-background-color
80
+ border: none
81
+ display: block
82
+ height: $hr-height
83
+ margin: $hr-margin
84
+
85
+ img
86
+ height: auto
87
+ max-width: 100%
88
+
89
+ input[type="checkbox"],
90
+ input[type="radio"]
91
+ vertical-align: baseline
92
+
93
+ small
94
+ font-size: 0.875em
95
+
96
+ span
97
+ font-style: inherit
98
+ font-weight: inherit
99
+
100
+ strong
101
+ color: $strong-color
102
+ font-weight: $strong-weight
103
+
104
+ // Block
105
+
106
+ pre
107
+ +overflow-touch
108
+ background-color: $pre-background
109
+ color: $pre
110
+ font-size: 0.875em
111
+ overflow-x: auto
112
+ padding: 1.25rem 1.5rem
113
+ white-space: pre
114
+ word-wrap: normal
115
+ code
116
+ background-color: transparent
117
+ color: currentColor
118
+ font-size: 1em
119
+ padding: 0
120
+
121
+ table
122
+ td,
123
+ th
124
+ text-align: left
125
+ vertical-align: top
126
+ th
127
+ color: $text-strong
dist/assets/bulma/sass/base/helpers.sass ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Float
2
+
3
+ .is-clearfix
4
+ +clearfix
5
+
6
+ .is-pulled-left
7
+ float: left !important
8
+
9
+ .is-pulled-right
10
+ float: right !important
11
+
12
+ // Overflow
13
+
14
+ .is-clipped
15
+ overflow: hidden !important
16
+
17
+ // Overlay
18
+
19
+ .is-overlay
20
+ +overlay
21
+
22
+ // Typography
23
+
24
+ =typography-size($target:'')
25
+ @each $size in $sizes
26
+ $i: index($sizes, $size)
27
+ .is-size-#{$i}#{if($target == '', '', '-' + $target)}
28
+ font-size: $size !important
29
+
30
+ +typography-size()
31
+
32
+ +mobile
33
+ +typography-size('mobile')
34
+
35
+ +tablet
36
+ +typography-size('tablet')
37
+
38
+ +touch
39
+ +typography-size('touch')
40
+
41
+ +desktop
42
+ +typography-size('desktop')
43
+
44
+ +widescreen
45
+ +typography-size('widescreen')
46
+
47
+ +fullhd
48
+ +typography-size('fullhd')
49
+
50
+ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right')
51
+
52
+ @each $alignment, $text-align in $alignments
53
+ .has-text-#{$alignment}
54
+ text-align: #{$text-align} !important
55
+ +mobile
56
+ .has-text-#{$alignment}-mobile
57
+ text-align: #{$text-align} !important
58
+ +tablet
59
+ .has-text-#{$alignment}-tablet
60
+ text-align: #{$text-align} !important
61
+ +tablet-only
62
+ .has-text-#{$alignment}-tablet-only
63
+ text-align: #{$text-align} !important
64
+ +touch
65
+ .has-text-#{$alignment}-touch
66
+ text-align: #{$text-align} !important
67
+ +desktop
68
+ .has-text-#{$alignment}-desktop
69
+ text-align: #{$text-align} !important
70
+ +desktop-only
71
+ .has-text-#{$alignment}-desktop-only
72
+ text-align: #{$text-align} !important
73
+ +widescreen
74
+ .has-text-#{$alignment}-widescreen
75
+ text-align: #{$text-align} !important
76
+ +widescreen-only
77
+ .has-text-#{$alignment}-widescreen-only
78
+ text-align: #{$text-align} !important
79
+ +fullhd
80
+ .has-text-#{$alignment}-fullhd
81
+ text-align: #{$text-align} !important
82
+
83
+ .is-capitalized
84
+ text-transform: capitalize !important
85
+
86
+ .is-lowercase
87
+ text-transform: lowercase !important
88
+
89
+ .is-uppercase
90
+ text-transform: uppercase !important
91
+
92
+ @each $name, $pair in $colors
93
+ $color: nth($pair, 1)
94
+ .has-text-#{$name}
95
+ color: $color !important
96
+ a.has-text-#{$name}
97
+ &:hover,
98
+ &:focus
99
+ color: darken($color, 10%) !important
100
+
101
+ @each $name, $shade in $shades
102
+ .has-text-#{$name}
103
+ color: $shade !important
104
+
105
+ .has-text-weight-light
106
+ font-weight: $weight-light !important
107
+ .has-text-weight-normal
108
+ font-weight: $weight-normal !important
109
+ .has-text-weight-semibold
110
+ font-weight: $weight-semibold !important
111
+ .has-text-weight-bold
112
+ font-weight: $weight-bold !important
113
+
114
+ // Visibility
115
+
116
+ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
117
+
118
+ @each $display in $displays
119
+ .is-#{$display}
120
+ display: #{$display} !important
121
+ +mobile
122
+ .is-#{$display}-mobile
123
+ display: #{$display} !important
124
+ +tablet
125
+ .is-#{$display}-tablet
126
+ display: #{$display} !important
127
+ +tablet-only
128
+ .is-#{$display}-tablet-only
129
+ display: #{$display} !important
130
+ +touch
131
+ .is-#{$display}-touch
132
+ display: #{$display} !important
133
+ +desktop
134
+ .is-#{$display}-desktop
135
+ display: #{$display} !important
136
+ +desktop-only
137
+ .is-#{$display}-desktop-only
138
+ display: #{$display} !important
139
+ +widescreen
140
+ .is-#{$display}-widescreen
141
+ display: #{$display} !important
142
+ +widescreen-only
143
+ .is-#{$display}-widescreen-only
144
+ display: #{$display} !important
145
+ +fullhd
146
+ .is-#{$display}-fullhd
147
+ display: #{$display} !important
148
+
149
+ .is-hidden
150
+ display: none !important
151
+
152
+ +mobile
153
+ .is-hidden-mobile
154
+ display: none !important
155
+
156
+ +tablet
157
+ .is-hidden-tablet
158
+ display: none !important
159
+
160
+ +tablet-only
161
+ .is-hidden-tablet-only
162
+ display: none !important
163
+
164
+ +touch
165
+ .is-hidden-touch
166
+ display: none !important
167
+
168
+ +desktop
169
+ .is-hidden-desktop
170
+ display: none !important
171
+
172
+ +desktop-only
173
+ .is-hidden-desktop-only
174
+ display: none !important
175
+
176
+ +widescreen
177
+ .is-hidden-widescreen
178
+ display: none !important
179
+
180
+ +widescreen-only
181
+ .is-hidden-widescreen-only
182
+ display: none !important
183
+
184
+ +fullhd
185
+ .is-hidden-fullhd
186
+ display: none !important
187
+
188
+ .is-invisible
189
+ visibility: hidden !important
190
+
191
+ +mobile
192
+ .is-invisible-mobile
193
+ visibility: hidden !important
194
+
195
+ +tablet
196
+ .is-invisible-tablet
197
+ visibility: hidden !important
198
+
199
+ +tablet-only
200
+ .is-invisible-tablet-only
201
+ visibility: hidden !important
202
+
203
+ +touch
204
+ .is-invisible-touch
205
+ visibility: hidden !important
206
+
207
+ +desktop
208
+ .is-invisible-desktop
209
+ visibility: hidden !important
210
+
211
+ +desktop-only
212
+ .is-invisible-desktop-only
213
+ visibility: hidden !important
214
+
215
+ +widescreen
216
+ .is-invisible-widescreen
217
+ visibility: hidden !important
218
+
219
+ +widescreen-only
220
+ .is-invisible-widescreen-only
221
+ visibility: hidden !important
222
+
223
+ +fullhd
224
+ .is-invisible-fullhd
225
+ visibility: hidden !important
226
+
227
+ // Other
228
+
229
+ .is-marginless
230
+ margin: 0 !important
231
+
232
+ .is-paddingless
233
+ padding: 0 !important
234
+
235
+ .is-radiusless
236
+ border-radius: 0 !important
237
+
238
+ .is-shadowless
239
+ box-shadow: none !important
240
+
241
+ .is-unselectable
242
+ +unselectable
dist/assets/bulma/sass/base/minireset.sass ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
2
+ // Blocks
3
+ html,
4
+ body,
5
+ p,
6
+ ol,
7
+ ul,
8
+ li,
9
+ dl,
10
+ dt,
11
+ dd,
12
+ blockquote,
13
+ figure,
14
+ fieldset,
15
+ legend,
16
+ textarea,
17
+ pre,
18
+ iframe,
19
+ hr,
20
+ h1,
21
+ h2,
22
+ h3,
23
+ h4,
24
+ h5,
25
+ h6
26
+ margin: 0
27
+ padding: 0
28
+
29
+ // Headings
30
+ h1,
31
+ h2,
32
+ h3,
33
+ h4,
34
+ h5,
35
+ h6
36
+ font-size: 100%
37
+ font-weight: normal
38
+
39
+ // List
40
+ ul
41
+ list-style: none
42
+
43
+ // Form
44
+ button,
45
+ input,
46
+ select,
47
+ textarea
48
+ margin: 0
49
+
50
+ // Box sizing
51
+ html
52
+ box-sizing: border-box
53
+
54
+ *
55
+ box-sizing: inherit
56
+ &:before,
57
+ &:after
58
+ box-sizing: inherit
59
+
60
+ // Media
61
+ img,
62
+ embed,
63
+ object,
64
+ audio,
65
+ video
66
+ max-width: 100%
67
+
68
+ // Iframe
69
+ iframe
70
+ border: 0
71
+
72
+ // Table
73
+ table
74
+ border-collapse: collapse
75
+ border-spacing: 0
76
+
77
+ td,
78
+ th
79
+ padding: 0
80
+ text-align: left
dist/assets/bulma/sass/components/_all.sass ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "utf-8"
2
+
3
+ @import "breadcrumb.sass"
4
+ @import "card.sass"
5
+ @import "dropdown.sass"
6
+ @import "level.sass"
7
+ @import "media.sass"
8
+ @import "menu.sass"
9
+ @import "message.sass"
10
+ @import "modal.sass"
11
+ @import "navbar.sass"
12
+ @import "pagination.sass"
13
+ @import "panel.sass"
14
+ @import "tabs.sass"
dist/assets/bulma/sass/components/breadcrumb.sass ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $breadcrumb-item-color: $link !default
2
+ $breadcrumb-item-hover-color: $link-hover !default
3
+ $breadcrumb-item-active-color: $text-strong !default
4
+
5
+ $breadcrumb-item-separator-color: $text !default
6
+
7
+ .breadcrumb
8
+ +block
9
+ +unselectable
10
+ align-items: stretch
11
+ display: flex
12
+ font-size: $size-normal
13
+ overflow: hidden
14
+ overflow-x: auto
15
+ white-space: nowrap
16
+ a
17
+ align-items: center
18
+ color: $breadcrumb-item-color
19
+ display: flex
20
+ justify-content: center
21
+ padding: 0.5em 0.75em
22
+ &:hover
23
+ color: $breadcrumb-item-hover-color
24
+ li
25
+ align-items: center
26
+ display: flex
27
+ &:first-child a
28
+ padding-left: 0
29
+ &.is-active
30
+ a
31
+ color: $breadcrumb-item-active-color
32
+ cursor: default
33
+ pointer-events: none
34
+ & + li::before
35
+ color: $breadcrumb-item-separator-color
36
+ content: "\0002f"
37
+ ul, ol
38
+ align-items: center
39
+ display: flex
40
+ flex-grow: 1
41
+ flex-shrink: 0
42
+ justify-content: flex-start
43
+ .icon
44
+ &:first-child
45
+ margin-right: 0.5em
46
+ &:last-child
47
+ margin-left: 0.5em
48
+ // Alignment
49
+ &.is-centered
50
+ ol, ul
51
+ justify-content: center
52
+ &.is-right
53
+ ol, ul
54
+ justify-content: flex-end
55
+ // Sizes
56
+ &.is-small
57
+ font-size: $size-small
58
+ &.is-medium
59
+ font-size: $size-medium
60
+ &.is-large
61
+ font-size: $size-large
62
+ // Styles
63
+ &.has-arrow-separator
64
+ li + li::before
65
+ content: "\02192"
66
+ &.has-bullet-separator
67
+ li + li::before
68
+ content: "\02022"
69
+ &.has-dot-separator
70
+ li + li::before
71
+ content: "\000b7"
72
+ &.has-succeeds-separator
73
+ li + li::before
74
+ content: "\0227B"
dist/assets/bulma/sass/components/card.sass ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $card-color: $text !default
2
+ $card-background-color: $white !default
3
+ $card-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
4
+
5
+ $card-header-color: $text-strong !default
6
+ $card-header-shadow: 0 1px 2px rgba($black, 0.1) !default
7
+ $card-header-weight: $weight-bold !default
8
+
9
+ $card-footer-border-top: 1px solid $border !default
10
+
11
+ .card
12
+ background-color: $card-background-color
13
+ box-shadow: $card-shadow
14
+ color: $card-color
15
+ max-width: 100%
16
+ position: relative
17
+
18
+ .card-header
19
+ align-items: stretch
20
+ box-shadow: $card-header-shadow
21
+ display: flex
22
+
23
+ .card-header-title
24
+ align-items: center
25
+ color: $card-header-color
26
+ display: flex
27
+ flex-grow: 1
28
+ font-weight: $card-header-weight
29
+ padding: 0.75rem
30
+ &.is-centered
31
+ justify-content: center
32
+
33
+ .card-header-icon
34
+ align-items: center
35
+ cursor: pointer
36
+ display: flex
37
+ justify-content: center
38
+ padding: 0.75rem
39
+
40
+ .card-image
41
+ display: block
42
+ position: relative
43
+
44
+ .card-content
45
+ padding: 1.5rem
46
+
47
+ .card-footer
48
+ border-top: $card-footer-border-top
49
+ align-items: stretch
50
+ display: flex
51
+
52
+ .card-footer-item
53
+ align-items: center
54
+ display: flex
55
+ flex-basis: 0
56
+ flex-grow: 1
57
+ flex-shrink: 0
58
+ justify-content: center
59
+ padding: 0.75rem
60
+ &:not(:last-child)
61
+ border-right: $card-footer-border-top
62
+
63
+ // Combinations
64
+
65
+ .card
66
+ .media:not(:last-child)
67
+ margin-bottom: 0.75rem
dist/assets/bulma/sass/components/dropdown.sass ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $dropdown-content-background-color: $white !default
2
+ $dropdown-content-arrow: $link !default
3
+ $dropdown-content-offset: 4px !default
4
+ $dropdown-content-radius: $radius !default
5
+ $dropdown-content-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
6
+ $dropdown-content-z: 20 !default
7
+
8
+ $dropdown-item-color: $grey-dark !default
9
+ $dropdown-item-hover-color: $black !default
10
+ $dropdown-item-hover-background-color: $background !default
11
+ $dropdown-item-active-color: $link-invert !default
12
+ $dropdown-item-active-background-color: $link !default
13
+
14
+ $dropdown-divider-background-color: $border !default
15
+
16
+ .dropdown
17
+ display: inline-flex
18
+ position: relative
19
+ vertical-align: top
20
+ &.is-active,
21
+ &.is-hoverable:hover
22
+ .dropdown-menu
23
+ display: block
24
+ &.is-right
25
+ .dropdown-menu
26
+ left: auto
27
+ right: 0
28
+ &.is-up
29
+ .dropdown-menu
30
+ bottom: 100%
31
+ padding-bottom: $dropdown-content-offset
32
+ padding-top: unset
33
+ top: auto
34
+
35
+ .dropdown-menu
36
+ display: none
37
+ left: 0
38
+ min-width: 12rem
39
+ padding-top: $dropdown-content-offset
40
+ position: absolute
41
+ top: 100%
42
+ z-index: $dropdown-content-z
43
+
44
+ .dropdown-content
45
+ background-color: $dropdown-content-background-color
46
+ border-radius: $dropdown-content-radius
47
+ box-shadow: $dropdown-content-shadow
48
+ padding-bottom: 0.5rem
49
+ padding-top: 0.5rem
50
+
51
+ .dropdown-item
52
+ color: $dropdown-item-color
53
+ display: block
54
+ font-size: 0.875rem
55
+ line-height: 1.5
56
+ padding: 0.375rem 1rem
57
+ position: relative
58
+
59
+ a.dropdown-item
60
+ padding-right: 3rem
61
+ white-space: nowrap
62
+ &:hover
63
+ background-color: $dropdown-item-hover-background-color
64
+ color: $dropdown-item-hover-color
65
+ &.is-active
66
+ background-color: $dropdown-item-active-background-color
67
+ color: $dropdown-item-active-color
68
+
69
+ .dropdown-divider
70
+ background-color: $dropdown-divider-background-color
71
+ border: none
72
+ display: block
73
+ height: 1px
74
+ margin: 0.5rem 0
dist/assets/bulma/sass/components/level.sass ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .level
2
+ +block
3
+ align-items: center
4
+ justify-content: space-between
5
+ code
6
+ border-radius: $radius
7
+ img
8
+ display: inline-block
9
+ vertical-align: top
10
+ // Modifiers
11
+ &.is-mobile
12
+ display: flex
13
+ .level-left,
14
+ .level-right
15
+ display: flex
16
+ .level-left + .level-right
17
+ margin-top: 0
18
+ .level-item
19
+ &:not(:last-child)
20
+ margin-bottom: 0
21
+ &:not(.is-narrow)
22
+ flex-grow: 1
23
+ margin-right: 0.75rem
24
+ // Responsiveness
25
+ +tablet
26
+ display: flex
27
+ & > .level-item
28
+ &:not(.is-narrow)
29
+ flex-grow: 1
30
+
31
+ .level-item
32
+ align-items: center
33
+ display: flex
34
+ flex-basis: auto
35
+ flex-grow: 0
36
+ flex-shrink: 0
37
+ justify-content: center
38
+ .title,
39
+ .subtitle
40
+ margin-bottom: 0
41
+ // Responsiveness
42
+ +mobile
43
+ &:not(:last-child)
44
+ margin-bottom: 0.75rem
45
+
46
+ .level-left,
47
+ .level-right
48
+ flex-basis: auto
49
+ flex-grow: 0
50
+ flex-shrink: 0
51
+ .level-item
52
+ // Modifiers
53
+ &.is-flexible
54
+ flex-grow: 1
55
+ // Responsiveness
56
+ +tablet
57
+ &:not(:last-child)
58
+ margin-right: 0.75rem
59
+
60
+ .level-left
61
+ align-items: center
62
+ justify-content: flex-start
63
+ // Responsiveness
64
+ +mobile
65
+ & + .level-right
66
+ margin-top: 1.5rem
67
+ +tablet
68
+ display: flex
69
+
70
+ .level-right
71
+ align-items: center
72
+ justify-content: flex-end
73
+ // Responsiveness
74
+ +tablet
75
+ display: flex
dist/assets/bulma/sass/components/media.sass ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .media
2
+ align-items: flex-start
3
+ display: flex
4
+ text-align: left
5
+ .content:not(:last-child)
6
+ margin-bottom: 0.75rem
7
+ .media
8
+ border-top: 1px solid rgba($border, 0.5)
9
+ display: flex
10
+ padding-top: 0.75rem
11
+ .content:not(:last-child),
12
+ .control:not(:last-child)
13
+ margin-bottom: 0.5rem
14
+ .media
15
+ padding-top: 0.5rem
16
+ & + .media
17
+ margin-top: 0.5rem
18
+ & + .media
19
+ border-top: 1px solid rgba($border, 0.5)
20
+ margin-top: 1rem
21
+ padding-top: 1rem
22
+ // Sizes
23
+ &.is-large
24
+ & + .media
25
+ margin-top: 1.5rem
26
+ padding-top: 1.5rem
27
+
28
+ .media-left,
29
+ .media-right
30
+ flex-basis: auto
31
+ flex-grow: 0
32
+ flex-shrink: 0
33
+
34
+ .media-left
35
+ margin-right: 1rem
36
+
37
+ .media-right
38
+ margin-left: 1rem
39
+
40
+ .media-content
41
+ flex-basis: auto
42
+ flex-grow: 1
43
+ flex-shrink: 1
44
+ text-align: left
dist/assets/bulma/sass/components/menu.sass ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $menu-item-color: $text !default
2
+ $menu-item-radius: $radius-small !default
3
+ $menu-item-hover-color: $text-strong !default
4
+ $menu-item-hover-background-color: $background !default
5
+ $menu-item-active-color: $link-invert !default
6
+ $menu-item-active-background-color: $link !default
7
+
8
+ $menu-list-border-left: 1px solid $border !default
9
+
10
+ $menu-label-color: $text-light !default
11
+
12
+ .menu
13
+ font-size: $size-normal
14
+ // Sizes
15
+ &.is-small
16
+ font-size: $size-small
17
+ &.is-medium
18
+ font-size: $size-medium
19
+ &.is-large
20
+ font-size: $size-large
21
+
22
+ .menu-list
23
+ line-height: 1.25
24
+ a
25
+ border-radius: $menu-item-radius
26
+ color: $menu-item-color
27
+ display: block
28
+ padding: 0.5em 0.75em
29
+ &:hover
30
+ background-color: $menu-item-hover-background-color
31
+ color: $menu-item-hover-color
32
+ // Modifiers
33
+ &.is-active
34
+ background-color: $menu-item-active-background-color
35
+ color: $menu-item-active-color
36
+ li
37
+ ul
38
+ border-left: $menu-list-border-left
39
+ margin: 0.75em
40
+ padding-left: 0.75em
41
+
42
+ .menu-label
43
+ color: $menu-label-color
44
+ font-size: 0.75em
45
+ letter-spacing: 0.1em
46
+ text-transform: uppercase
47
+ &:not(:first-child)
48
+ margin-top: 1em
49
+ &:not(:last-child)
50
+ margin-bottom: 1em
dist/assets/bulma/sass/components/message.sass ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $message-background-color: $background !default
2
+ $message-radius: $radius !default
3
+
4
+ $message-header-background-color: $text !default
5
+ $message-header-color: $text-invert !default
6
+ $message-header-padding: 0.5em 0.75em !default
7
+ $message-header-radius: $radius !default
8
+
9
+ $message-body-border: 1px solid $border !default
10
+ $message-body-color: $text !default
11
+ $message-body-padding: 1em 1.25em !default
12
+ $message-body-radius: $radius !default
13
+
14
+ $message-body-pre-background-color: $white !default
15
+ $message-body-pre-code-background-color: transparent !default
16
+
17
+ .message
18
+ +block
19
+ background-color: $message-background-color
20
+ border-radius: $message-radius
21
+ font-size: $size-normal
22
+ strong
23
+ color: currentColor
24
+ a:not(.button):not(.tag)
25
+ color: currentColor
26
+ text-decoration: underline
27
+ // Sizes
28
+ &.is-small
29
+ font-size: $size-small
30
+ &.is-medium
31
+ font-size: $size-medium
32
+ &.is-large
33
+ font-size: $size-large
34
+ // Colors
35
+ @each $name, $pair in $colors
36
+ $color: nth($pair, 1)
37
+ $color-invert: nth($pair, 2)
38
+ $color-lightning: max((100% - lightness($color)) - 2%, 0%)
39
+ $color-luminance: colorLuminance($color)
40
+ $darken-percentage: $color-luminance * 70%
41
+ $desaturate-percentage: $color-luminance * 30%
42
+ &.is-#{$name}
43
+ background-color: lighten($color, $color-lightning)
44
+ .message-header
45
+ background-color: $color
46
+ color: $color-invert
47
+ .message-body
48
+ border-color: $color
49
+ color: desaturate(darken($color, $darken-percentage), $desaturate-percentage)
50
+
51
+ .message-header
52
+ align-items: center
53
+ background-color: $message-header-background-color
54
+ border-radius: $message-header-radius $message-header-radius 0 0
55
+ color: $message-header-color
56
+ display: flex
57
+ justify-content: space-between
58
+ line-height: 1.25
59
+ padding: $message-header-padding
60
+ position: relative
61
+ .delete
62
+ flex-grow: 0
63
+ flex-shrink: 0
64
+ margin-left: 0.75em
65
+ & + .message-body
66
+ border-top-left-radius: 0
67
+ border-top-right-radius: 0
68
+ border-top: none
69
+
70
+ .message-body
71
+ border: $message-body-border
72
+ border-radius: $message-body-radius
73
+ color: $message-body-color
74
+ padding: $message-body-padding
75
+ code,
76
+ pre
77
+ background-color: $message-body-pre-background-color
78
+ pre code
79
+ background-color: $message-body-pre-code-background-color
dist/assets/bulma/sass/components/modal.sass ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $modal-z: 20 !default
2
+
3
+ $modal-background-background-color: rgba($black, 0.86) !default
4
+
5
+ $modal-content-width: 640px !default
6
+ $modal-content-margin-mobile: 20px !default
7
+ $modal-content-spacing-mobile: 160px !default
8
+ $modal-content-spacing-tablet: 40px !default
9
+
10
+ $modal-close-dimensions: 40px !default
11
+ $modal-close-right: 20px !default
12
+ $modal-close-top: 20px !default
13
+
14
+ $modal-card-spacing: 40px !default
15
+
16
+ $modal-card-head-background-color: $background !default
17
+ $modal-card-head-border-bottom: 1px solid $border !default
18
+ $modal-card-head-padding: 20px !default
19
+ $modal-card-head-radius: $radius-large !default
20
+
21
+ $modal-card-title-color: $text-strong !default
22
+ $modal-card-title-line-height: 1 !default
23
+ $modal-card-title-size: $size-4 !default
24
+
25
+ $modal-card-foot-radius: $radius-large !default
26
+ $modal-card-foot-border-top: 1px solid $border !default
27
+
28
+ $modal-card-body-background-color: $white !default
29
+ $modal-card-body-padding: 20px !default
30
+
31
+ .modal
32
+ +overlay
33
+ align-items: center
34
+ display: none
35
+ justify-content: center
36
+ overflow: hidden
37
+ position: fixed
38
+ z-index: $modal-z
39
+ // Modifiers
40
+ &.is-active
41
+ display: flex
42
+
43
+ .modal-background
44
+ +overlay
45
+ background-color: $modal-background-background-color
46
+
47
+ .modal-content,
48
+ .modal-card
49
+ margin: 0 $modal-content-margin-mobile
50
+ max-height: calc(100vh - #{$modal-content-spacing-mobile})
51
+ overflow: auto
52
+ position: relative
53
+ width: 100%
54
+ // Responsiveness
55
+ +tablet
56
+ margin: 0 auto
57
+ max-height: calc(100vh - #{$modal-content-spacing-tablet})
58
+ width: $modal-content-width
59
+
60
+ .modal-close
61
+ +delete
62
+ background: none
63
+ height: $modal-close-dimensions
64
+ position: fixed
65
+ right: $modal-close-right
66
+ top: $modal-close-top
67
+ width: $modal-close-dimensions
68
+
69
+ .modal-card
70
+ display: flex
71
+ flex-direction: column
72
+ max-height: calc(100vh - #{$modal-card-spacing})
73
+ overflow: hidden
74
+
75
+ .modal-card-head,
76
+ .modal-card-foot
77
+ align-items: center
78
+ background-color: $modal-card-head-background-color
79
+ display: flex
80
+ flex-shrink: 0
81
+ justify-content: flex-start
82
+ padding: $modal-card-head-padding
83
+ position: relative
84
+
85
+ .modal-card-head
86
+ border-bottom: $modal-card-head-border-bottom
87
+ border-top-left-radius: $modal-card-head-radius
88
+ border-top-right-radius: $modal-card-head-radius
89
+
90
+ .modal-card-title
91
+ color: $modal-card-title-color
92
+ flex-grow: 1
93
+ flex-shrink: 0
94
+ font-size: $modal-card-title-size
95
+ line-height: $modal-card-title-line-height
96
+
97
+ .modal-card-foot
98
+ border-bottom-left-radius: $modal-card-foot-radius
99
+ border-bottom-right-radius: $modal-card-foot-radius
100
+ border-top: $modal-card-foot-border-top
101
+ .button
102
+ &:not(:last-child)
103
+ margin-right: 10px
104
+
105
+ .modal-card-body
106
+ +overflow-touch
107
+ background-color: $modal-card-body-background-color
108
+ flex-grow: 1
109
+ flex-shrink: 1
110
+ overflow: auto
111
+ padding: $modal-card-body-padding
dist/assets/bulma/sass/components/navbar.sass ADDED
@@ -0,0 +1,378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $navbar-background-color: $white !default
2
+ $navbar-height: 3.25rem !default
3
+ $navbar-fixed-z: 30 !default
4
+
5
+ $navbar-item-color: $grey-dark !default
6
+ $navbar-item-hover-color: $link !default
7
+ $navbar-item-hover-background-color: $background !default
8
+ $navbar-item-active-color: $black !default
9
+ $navbar-item-active-background-color: transparent !default
10
+ $navbar-item-img-max-height: 1.75rem !default
11
+
12
+ $navbar-tab-hover-background-color: transparent !default
13
+ $navbar-tab-hover-border-bottom-color: $link !default
14
+ $navbar-tab-active-color: $link !default
15
+ $navbar-tab-active-background-color: transparent !default
16
+ $navbar-tab-active-border-bottom-color: $link !default
17
+ $navbar-tab-active-border-bottom-style: solid !default
18
+ $navbar-tab-active-border-bottom-width: 3px !default
19
+
20
+ $navbar-dropdown-background-color: $white !default
21
+ $navbar-dropdown-border-top: 1px solid $border !default
22
+ $navbar-dropdown-offset: -4px !default
23
+ $navbar-dropdown-arrow: $link !default
24
+ $navbar-dropdown-radius: $radius-large !default
25
+ $navbar-dropdown-z: 20 !default
26
+
27
+ $navbar-dropdown-boxed-radius: $radius-large !default
28
+ $navbar-dropdown-boxed-shadow: 0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
29
+
30
+ $navbar-dropdown-item-hover-color: $black !default
31
+ $navbar-dropdown-item-hover-background-color: $background !default
32
+ $navbar-dropdown-item-active-color: $link !default
33
+ $navbar-dropdown-item-active-background-color: $background !default
34
+
35
+ $navbar-divider-background-color: $border !default
36
+
37
+ =navbar-fixed
38
+ left: 0
39
+ position: fixed
40
+ right: 0
41
+ z-index: $navbar-fixed-z
42
+
43
+ =navbar-fixed-html
44
+ left: 0
45
+ position: fixed
46
+ right: 0
47
+
48
+ .navbar
49
+ background-color: $navbar-background-color
50
+ min-height: $navbar-height
51
+ position: relative
52
+ @each $name, $pair in $colors
53
+ $color: nth($pair, 1)
54
+ $color-invert: nth($pair, 2)
55
+ &.is-#{$name}
56
+ background-color: $color
57
+ color: $color-invert
58
+ .navbar-brand
59
+ & > .navbar-item,
60
+ .navbar-link
61
+ color: $color-invert
62
+ & > a.navbar-item,
63
+ .navbar-link
64
+ &:hover,
65
+ &.is-active
66
+ background-color: darken($color, 5%)
67
+ color: $color-invert
68
+ .navbar-link
69
+ &::after
70
+ border-color: $color-invert
71
+ +desktop
72
+ .navbar-start,
73
+ .navbar-end
74
+ & > .navbar-item,
75
+ .navbar-link
76
+ color: $color-invert
77
+ & > a.navbar-item,
78
+ .navbar-link
79
+ &:hover,
80
+ &.is-active
81
+ background-color: darken($color, 5%)
82
+ color: $color-invert
83
+ .navbar-link
84
+ &::after
85
+ border-color: $color-invert
86
+ .navbar-item.has-dropdown:hover .navbar-link,
87
+ .navbar-item.has-dropdown.is-active .navbar-link
88
+ background-color: darken($color, 5%)
89
+ color: $color-invert
90
+ .navbar-dropdown
91
+ a.navbar-item
92
+ &.is-active
93
+ background-color: $color
94
+ color: $color-invert
95
+ & > .container
96
+ align-items: stretch
97
+ display: flex
98
+ min-height: $navbar-height
99
+ width: 100%
100
+ &.has-shadow
101
+ box-shadow: 0 2px 3px rgba($black, 0.1)
102
+ &.is-fixed-bottom,
103
+ &.is-fixed-top
104
+ +navbar-fixed
105
+ &.is-fixed-bottom
106
+ bottom: 0
107
+ &.has-shadow
108
+ box-shadow: 0 -2px 3px rgba($black, 0.1)
109
+ &.is-fixed-top
110
+ top: 0
111
+
112
+ html.has-navbar-fixed-top
113
+ padding-top: $navbar-height
114
+
115
+ html.has-navbar-fixed-bottom
116
+ padding-bottom: $navbar-height
117
+
118
+ .navbar-brand,
119
+ .navbar-tabs
120
+ align-items: stretch
121
+ display: flex
122
+ flex-shrink: 0
123
+ min-height: $navbar-height
124
+
125
+ .navbar-tabs
126
+ +overflow-touch
127
+ max-width: 100vw
128
+ overflow-x: auto
129
+ overflow-y: hidden
130
+
131
+ .navbar-burger
132
+ +hamburger($navbar-height)
133
+ margin-left: auto
134
+
135
+ .navbar-menu
136
+ display: none
137
+
138
+ .navbar-item,
139
+ .navbar-link
140
+ color: $navbar-item-color
141
+ display: block
142
+ line-height: 1.5
143
+ padding: 0.5rem 1rem
144
+ position: relative
145
+
146
+ a.navbar-item,
147
+ a.navbar-link
148
+ &:hover,
149
+ &.is-active
150
+ background-color: $navbar-item-hover-background-color
151
+ color: $navbar-item-hover-color
152
+
153
+ .navbar-item
154
+ flex-grow: 0
155
+ flex-shrink: 0
156
+ img
157
+ max-height: $navbar-item-img-max-height
158
+ &.has-dropdown
159
+ padding: 0
160
+ &.is-expanded
161
+ flex-grow: 1
162
+ flex-shrink: 1
163
+ &.is-tab
164
+ border-bottom: 1px solid transparent
165
+ min-height: $navbar-height
166
+ padding-bottom: calc(0.5rem - 1px)
167
+ &:hover
168
+ background-color: $navbar-tab-hover-background-color
169
+ border-bottom-color: $navbar-tab-hover-border-bottom-color
170
+ &.is-active
171
+ background-color: $navbar-tab-active-background-color
172
+ border-bottom-color: $navbar-tab-active-border-bottom-color
173
+ border-bottom-style: $navbar-tab-active-border-bottom-style
174
+ border-bottom-width: $navbar-tab-active-border-bottom-width
175
+ color: $navbar-tab-active-color
176
+ padding-bottom: calc(0.5rem - #{$navbar-tab-active-border-bottom-width})
177
+
178
+ .navbar-content
179
+ flex-grow: 1
180
+ flex-shrink: 1
181
+
182
+ .navbar-link
183
+ padding-right: 2.5em
184
+
185
+ .navbar-dropdown
186
+ font-size: 0.875rem
187
+ padding-bottom: 0.5rem
188
+ padding-top: 0.5rem
189
+ .navbar-item
190
+ padding-left: 1.5rem
191
+ padding-right: 1.5rem
192
+
193
+ .navbar-divider
194
+ background-color: $navbar-divider-background-color
195
+ border: none
196
+ display: none
197
+ height: 1px
198
+ margin: 0.5rem 0
199
+
200
+ +touch
201
+ .navbar > .container
202
+ display: block
203
+ .navbar-brand,
204
+ .navbar-tabs
205
+ .navbar-item
206
+ align-items: center
207
+ display: flex
208
+ .navbar-menu
209
+ background-color: $white
210
+ box-shadow: 0 8px 16px rgba($black, 0.1)
211
+ padding: 0.5rem 0
212
+ &.is-active
213
+ display: block
214
+ // Fixed navbar
215
+ .navbar
216
+ &.is-fixed-bottom-touch,
217
+ &.is-fixed-top-touch
218
+ +navbar-fixed
219
+ &.is-fixed-bottom-touch
220
+ bottom: 0
221
+ &.has-shadow
222
+ box-shadow: 0 -2px 3px rgba($black, 0.1)
223
+ &.is-fixed-top-touch
224
+ top: 0
225
+ &.is-fixed-top,
226
+ &.is-fixed-top-touch
227
+ .navbar-menu
228
+ +overflow-touch
229
+ max-height: calc(100vh - #{$navbar-height})
230
+ overflow: auto
231
+ html.has-navbar-fixed-top-touch
232
+ padding-top: $navbar-height
233
+ html.has-navbar-fixed-bottom-touch
234
+ padding-bottom: $navbar-height
235
+
236
+ +desktop
237
+ .navbar,
238
+ .navbar-menu,
239
+ .navbar-start,
240
+ .navbar-end
241
+ align-items: stretch
242
+ display: flex
243
+ .navbar
244
+ min-height: $navbar-height
245
+ &.is-transparent
246
+ a.navbar-item,
247
+ a.navbar-link
248
+ &:hover,
249
+ &.is-active
250
+ background-color: transparent !important
251
+ .navbar-item.has-dropdown
252
+ &.is-active,
253
+ &.is-hoverable:hover
254
+ .navbar-link
255
+ background-color: transparent !important
256
+ .navbar-dropdown
257
+ a.navbar-item
258
+ &:hover
259
+ background-color: $navbar-dropdown-item-hover-background-color
260
+ color: $navbar-dropdown-item-hover-color
261
+ &.is-active
262
+ background-color: $navbar-dropdown-item-active-background-color
263
+ color: $navbar-dropdown-item-active-color
264
+ .navbar-burger
265
+ display: none
266
+ .navbar-item,
267
+ .navbar-link
268
+ align-items: center
269
+ display: flex
270
+ .navbar-item
271
+ &.has-dropdown
272
+ align-items: stretch
273
+ &.has-dropdown-up
274
+ .navbar-link::after
275
+ transform: rotate(135deg) translate(0.25em, -0.25em)
276
+ .navbar-dropdown
277
+ border-bottom: $navbar-dropdown-border-top
278
+ border-radius: $navbar-dropdown-radius $navbar-dropdown-radius 0 0
279
+ border-top: none
280
+ bottom: 100%
281
+ box-shadow: 0 -8px 8px rgba($black, 0.1)
282
+ top: auto
283
+ &.is-active,
284
+ &.is-hoverable:hover
285
+ .navbar-dropdown
286
+ display: block
287
+ &.is-boxed
288
+ opacity: 1
289
+ pointer-events: auto
290
+ transform: translateY(0)
291
+ .navbar-link
292
+ &::after
293
+ +arrow($navbar-dropdown-arrow)
294
+ margin-top: -0.375em
295
+ right: 1.125em
296
+ top: 50%
297
+ .navbar-menu
298
+ flex-grow: 1
299
+ flex-shrink: 0
300
+ .navbar-start
301
+ justify-content: flex-start
302
+ margin-right: auto
303
+ .navbar-end
304
+ justify-content: flex-end
305
+ margin-left: auto
306
+ .navbar-dropdown
307
+ background-color: $navbar-dropdown-background-color
308
+ border-bottom-left-radius: $navbar-dropdown-radius
309
+ border-bottom-right-radius: $navbar-dropdown-radius
310
+ border-top: $navbar-dropdown-border-top
311
+ box-shadow: 0 8px 8px rgba($black, 0.1)
312
+ display: none
313
+ font-size: 0.875rem
314
+ left: 0
315
+ min-width: 100%
316
+ position: absolute
317
+ top: 100%
318
+ z-index: $navbar-dropdown-z
319
+ .navbar-item
320
+ padding: 0.375rem 1rem
321
+ white-space: nowrap
322
+ a.navbar-item
323
+ padding-right: 3rem
324
+ &:hover
325
+ background-color: $navbar-dropdown-item-hover-background-color
326
+ color: $navbar-dropdown-item-hover-color
327
+ &.is-active
328
+ background-color: $navbar-dropdown-item-active-background-color
329
+ color: $navbar-dropdown-item-active-color
330
+ &.is-boxed
331
+ border-radius: $navbar-dropdown-boxed-radius
332
+ border-top: none
333
+ box-shadow: $navbar-dropdown-boxed-shadow
334
+ display: block
335
+ opacity: 0
336
+ pointer-events: none
337
+ top: calc(100% + (#{$navbar-dropdown-offset}))
338
+ transform: translateY(-5px)
339
+ transition-duration: $speed
340
+ transition-property: opacity, transform
341
+ &.is-right
342
+ left: auto
343
+ right: 0
344
+ .navbar-divider
345
+ display: block
346
+ .navbar > .container,
347
+ .container > .navbar
348
+ .navbar-brand
349
+ margin-left: -1rem
350
+ .navbar-menu
351
+ margin-right: -1rem
352
+ // Fixed navbar
353
+ .navbar
354
+ &.is-fixed-bottom-desktop,
355
+ &.is-fixed-top-desktop
356
+ +navbar-fixed
357
+ &.is-fixed-bottom-desktop
358
+ bottom: 0
359
+ &.has-shadow
360
+ box-shadow: 0 -2px 3px rgba($black, 0.1)
361
+ &.is-fixed-top-desktop
362
+ top: 0
363
+ html.has-navbar-fixed-top-desktop
364
+ padding-top: $navbar-height
365
+ html.has-navbar-fixed-bottom-desktop
366
+ padding-bottom: $navbar-height
367
+ // Hover/Active states
368
+ a.navbar-item,
369
+ a.navbar-link
370
+ &.is-active
371
+ color: $navbar-item-active-color
372
+ &.is-active:not(:hover)
373
+ background-color: $navbar-item-active-background-color
374
+ .navbar-item.has-dropdown
375
+ &:hover,
376
+ &.is-active
377
+ .navbar-link
378
+ background-color: $navbar-item-hover-background-color
dist/assets/bulma/sass/components/pagination.sass ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $pagination-color: $grey-darker !default
2
+ $pagination-border-color: $grey-lighter !default
3
+ $pagination-margin: -0.25rem !default
4
+
5
+ $pagination-hover-color: $link-hover !default
6
+ $pagination-hover-border-color: $link-hover-border !default
7
+
8
+ $pagination-focus-color: $link-focus !default
9
+ $pagination-focus-border-color: $link-focus-border !default
10
+
11
+ $pagination-active-color: $link-active !default
12
+ $pagination-active-border-color: $link-active-border !default
13
+
14
+ $pagination-disabled-color: $grey !default
15
+ $pagination-disabled-background-color: $grey-lighter !default
16
+ $pagination-disabled-border-color: $grey-lighter !default
17
+
18
+ $pagination-current-color: $link-invert !default
19
+ $pagination-current-background-color: $link !default
20
+ $pagination-current-border-color: $link !default
21
+
22
+ $pagination-ellipsis-color: $grey-light !default
23
+
24
+ $pagination-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
25
+
26
+ .pagination
27
+ font-size: $size-normal
28
+ margin: $pagination-margin
29
+ // Sizes
30
+ &.is-small
31
+ font-size: $size-small
32
+ &.is-medium
33
+ font-size: $size-medium
34
+ &.is-large
35
+ font-size: $size-large
36
+
37
+ .pagination,
38
+ .pagination-list
39
+ align-items: center
40
+ display: flex
41
+ justify-content: center
42
+ text-align: center
43
+
44
+ .pagination-previous,
45
+ .pagination-next,
46
+ .pagination-link,
47
+ .pagination-ellipsis
48
+ +control
49
+ +unselectable
50
+ font-size: 1em
51
+ padding-left: 0.5em
52
+ padding-right: 0.5em
53
+ justify-content: center
54
+ margin: 0.25rem
55
+ text-align: center
56
+
57
+ .pagination-previous,
58
+ .pagination-next,
59
+ .pagination-link
60
+ border-color: $pagination-border-color
61
+ min-width: 2.25em
62
+ &:hover
63
+ border-color: $pagination-hover-border-color
64
+ color: $pagination-hover-color
65
+ &:focus
66
+ border-color: $pagination-focus-border-color
67
+ &:active
68
+ box-shadow: $pagination-shadow-inset
69
+ &[disabled]
70
+ background-color: $pagination-disabled-background-color
71
+ border-color: $pagination-disabled-border-color
72
+ box-shadow: none
73
+ color: $pagination-disabled-color
74
+ opacity: 0.5
75
+
76
+ .pagination-previous,
77
+ .pagination-next
78
+ padding-left: 0.75em
79
+ padding-right: 0.75em
80
+ white-space: nowrap
81
+
82
+ .pagination-link
83
+ &.is-current
84
+ background-color: $pagination-current-background-color
85
+ border-color: $pagination-current-border-color
86
+ color: $pagination-current-color
87
+
88
+ .pagination-ellipsis
89
+ color: $pagination-ellipsis-color
90
+ pointer-events: none
91
+
92
+ .pagination-list
93
+ flex-wrap: wrap
94
+
95
+ +mobile
96
+ .pagination
97
+ flex-wrap: wrap
98
+ .pagination-previous,
99
+ .pagination-next
100
+ flex-grow: 1
101
+ flex-shrink: 1
102
+ .pagination-list
103
+ li
104
+ flex-grow: 1
105
+ flex-shrink: 1
106
+
107
+ +tablet
108
+ .pagination-list
109
+ flex-grow: 1
110
+ flex-shrink: 1
111
+ justify-content: flex-start
112
+ order: 1
113
+ .pagination-previous
114
+ order: 2
115
+ .pagination-next
116
+ order: 3
117
+ .pagination
118
+ justify-content: space-between
119
+ &.is-centered
120
+ .pagination-previous
121
+ order: 1
122
+ .pagination-list
123
+ justify-content: center
124
+ order: 2
125
+ .pagination-next
126
+ order: 3
127
+ &.is-right
128
+ .pagination-previous
129
+ order: 1
130
+ .pagination-next
131
+ order: 2
132
+ .pagination-list
133
+ justify-content: flex-end
134
+ order: 3
dist/assets/bulma/sass/components/panel.sass ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $panel-item-border: 1px solid $border !default
2
+
3
+ $panel-heading-background-color: $background !default
4
+ $panel-heading-color: $text-strong !default
5
+ $panel-heading-line-height: 1.25 !default
6
+ $panel-heading-padding: 0.5em 0.75em !default
7
+ $panel-heading-radius: $radius !default
8
+ $panel-heading-size: 1.25em !default
9
+ $panel-heading-weight: $weight-light !default
10
+
11
+ $panel-tab-border-bottom: 1px solid $border !default
12
+ $panel-tab-active-border-bottom-color: $link-active-border !default
13
+ $panel-tab-active-color: $link-active !default
14
+
15
+ $panel-list-item-color: $text !default
16
+ $panel-list-item-hover-color: $link !default
17
+
18
+ $panel-block-color: $text-strong !default
19
+ $panel-block-hover-background-color: $background !default
20
+ $panel-block-active-border-left-color: $link !default
21
+ $panel-block-active-color: $link-active !default
22
+ $panel-block-active-icon-color: $link !default
23
+
24
+ $panel-icon-color: $text-light !default
25
+
26
+ .panel
27
+ font-size: $size-normal
28
+ &:not(:last-child)
29
+ margin-bottom: 1.5rem
30
+
31
+ .panel-heading,
32
+ .panel-tabs,
33
+ .panel-block
34
+ border-bottom: $panel-item-border
35
+ border-left: $panel-item-border
36
+ border-right: $panel-item-border
37
+ &:first-child
38
+ border-top: $panel-item-border
39
+
40
+ .panel-heading
41
+ background-color: $panel-heading-background-color
42
+ border-radius: $panel-heading-radius $panel-heading-radius 0 0
43
+ color: $panel-heading-color
44
+ font-size: $panel-heading-size
45
+ font-weight: $panel-heading-weight
46
+ line-height: $panel-heading-line-height
47
+ padding: $panel-heading-padding
48
+
49
+ .panel-tabs
50
+ align-items: flex-end
51
+ display: flex
52
+ font-size: 0.875em
53
+ justify-content: center
54
+ a
55
+ border-bottom: $panel-tab-border-bottom
56
+ margin-bottom: -1px
57
+ padding: 0.5em
58
+ // Modifiers
59
+ &.is-active
60
+ border-bottom-color: $panel-tab-active-border-bottom-color
61
+ color: $panel-tab-active-color
62
+
63
+ .panel-list
64
+ a
65
+ color: $panel-list-item-color
66
+ &:hover
67
+ color: $panel-list-item-hover-color
68
+
69
+ .panel-block
70
+ align-items: center
71
+ color: $panel-block-color
72
+ display: flex
73
+ justify-content: flex-start
74
+ padding: 0.5em 0.75em
75
+ input[type="checkbox"]
76
+ margin-right: 0.75em
77
+ & > .control
78
+ flex-grow: 1
79
+ flex-shrink: 1
80
+ width: 100%
81
+ &.is-wrapped
82
+ flex-wrap: wrap
83
+ &.is-active
84
+ border-left-color: $panel-block-active-border-left-color
85
+ color: $panel-block-active-color
86
+ .panel-icon
87
+ color: $panel-block-active-icon-color
88
+
89
+ a.panel-block,
90
+ label.panel-block
91
+ cursor: pointer
92
+ &:hover
93
+ background-color: $panel-block-hover-background-color
94
+
95
+ .panel-icon
96
+ +fa(14px, 1em)
97
+ color: $panel-icon-color
98
+ margin-right: 0.75em
99
+ .fa
100
+ font-size: inherit
101
+ line-height: inherit
dist/assets/bulma/sass/components/tabs.sass ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $tabs-border-bottom-color: $border !default
2
+ $tabs-border-bottom-style: solid !default
3
+ $tabs-border-bottom-width: 1px !default
4
+ $tabs-link-color: $text !default
5
+ $tabs-link-hover-border-bottom-color: $text-strong !default
6
+ $tabs-link-hover-color: $text-strong !default
7
+ $tabs-link-active-border-bottom-color: $link !default
8
+ $tabs-link-active-color: $link !default
9
+ $tabs-link-padding: 0.5em 1em !default
10
+
11
+ $tabs-boxed-link-radius: $radius !default
12
+ $tabs-boxed-link-hover-background-color: $background !default
13
+ $tabs-boxed-link-hover-border-bottom-color: $border !default
14
+
15
+ $tabs-boxed-link-active-background-color: $white !default
16
+ $tabs-boxed-link-active-border-color: $border !default
17
+ $tabs-boxed-link-active-border-bottom-color: transparent !default
18
+
19
+ $tabs-toggle-link-border-color: $border !default
20
+ $tabs-toggle-link-border-style: solid !default
21
+ $tabs-toggle-link-border-width: 1px !default
22
+ $tabs-toggle-link-hover-background-color: $background !default
23
+ $tabs-toggle-link-hover-border-color: $border-hover !default
24
+ $tabs-toggle-link-radius: $radius !default
25
+ $tabs-toggle-link-active-background-color: $link !default
26
+ $tabs-toggle-link-active-border-color: $link !default
27
+ $tabs-toggle-link-active-color: $link-invert !default
28
+
29
+ .tabs
30
+ +block
31
+ +overflow-touch
32
+ +unselectable
33
+ align-items: stretch
34
+ display: flex
35
+ font-size: $size-normal
36
+ justify-content: space-between
37
+ overflow: hidden
38
+ overflow-x: auto
39
+ white-space: nowrap
40
+ a
41
+ align-items: center
42
+ border-bottom-color: $tabs-border-bottom-color
43
+ border-bottom-style: $tabs-border-bottom-style
44
+ border-bottom-width: $tabs-border-bottom-width
45
+ color: $tabs-link-color
46
+ display: flex
47
+ justify-content: center
48
+ margin-bottom: -#{$tabs-border-bottom-width}
49
+ padding: $tabs-link-padding
50
+ vertical-align: top
51
+ &:hover
52
+ border-bottom-color: $tabs-link-hover-border-bottom-color
53
+ color: $tabs-link-hover-color
54
+ li
55
+ display: block
56
+ &.is-active
57
+ a
58
+ border-bottom-color: $tabs-link-active-border-bottom-color
59
+ color: $tabs-link-active-color
60
+ ul
61
+ align-items: center
62
+ border-bottom-color: $tabs-border-bottom-color
63
+ border-bottom-style: $tabs-border-bottom-style
64
+ border-bottom-width: $tabs-border-bottom-width
65
+ display: flex
66
+ flex-grow: 1
67
+ flex-shrink: 0
68
+ justify-content: flex-start
69
+ &.is-left
70
+ padding-right: 0.75em
71
+ &.is-center
72
+ flex: none
73
+ justify-content: center
74
+ padding-left: 0.75em
75
+ padding-right: 0.75em
76
+ &.is-right
77
+ justify-content: flex-end
78
+ padding-left: 0.75em
79
+ .icon
80
+ &:first-child
81
+ margin-right: 0.5em
82
+ &:last-child
83
+ margin-left: 0.5em
84
+ // Alignment
85
+ &.is-centered
86
+ ul
87
+ justify-content: center
88
+ &.is-right
89
+ ul
90
+ justify-content: flex-end
91
+ // Styles
92
+ &.is-boxed
93
+ a
94
+ border: 1px solid transparent
95
+ border-radius: $tabs-boxed-link-radius $tabs-boxed-link-radius 0 0
96
+ &:hover
97
+ background-color: $tabs-boxed-link-hover-background-color
98
+ border-bottom-color: $tabs-boxed-link-hover-border-bottom-color
99
+ li
100
+ &.is-active
101
+ a
102
+ background-color: $tabs-boxed-link-active-background-color
103
+ border-color: $tabs-boxed-link-active-border-color
104
+ border-bottom-color: $tabs-boxed-link-active-border-bottom-color !important
105
+ &.is-fullwidth
106
+ li
107
+ flex-grow: 1
108
+ flex-shrink: 0
109
+ &.is-toggle
110
+ a
111
+ border-color: $tabs-toggle-link-border-color
112
+ border-style: $tabs-toggle-link-border-style
113
+ border-width: $tabs-toggle-link-border-width
114
+ margin-bottom: 0
115
+ position: relative
116
+ &:hover
117
+ background-color: $tabs-toggle-link-hover-background-color
118
+ border-color: $tabs-toggle-link-hover-border-color
119
+ z-index: 2
120
+ li
121
+ & + li
122
+ margin-left: -#{$tabs-toggle-link-border-width}
123
+ &:first-child a
124
+ border-radius: $tabs-toggle-link-radius 0 0 $tabs-toggle-link-radius
125
+ &:last-child a
126
+ border-radius: 0 $tabs-toggle-link-radius $tabs-toggle-link-radius 0
127
+ &.is-active
128
+ a
129
+ background-color: $tabs-toggle-link-active-background-color
130
+ border-color: $tabs-toggle-link-active-border-color
131
+ color: $tabs-toggle-link-active-color
132
+ z-index: 1
133
+ ul
134
+ border-bottom: none
135
+ // Sizes
136
+ &.is-small
137
+ font-size: $size-small
138
+ &.is-medium
139
+ font-size: $size-medium
140
+ &.is-large
141
+ font-size: $size-large
dist/assets/bulma/sass/elements/_all.sass ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "utf-8"
2
+
3
+ @import "box.sass"
4
+ @import "button.sass"
5
+ @import "container.sass"
6
+ @import "content.sass"
7
+ @import "form.sass"
8
+ @import "icon.sass"
9
+ @import "image.sass"
10
+ @import "notification.sass"
11
+ @import "progress.sass"
12
+ @import "table.sass"
13
+ @import "tag.sass"
14
+ @import "title.sass"
15
+
16
+ @import "other.sass"
dist/assets/bulma/sass/elements/box.sass ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $box-color: $text !default
2
+ $box-background-color: $white !default
3
+ $box-radius: $radius-large !default
4
+ $box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
5
+ $box-padding: 1.25rem !default
6
+
7
+ $box-link-hover-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $link !default
8
+ $box-link-active-shadow: inset 0 1px 2px rgba($black, 0.2), 0 0 0 1px $link !default
9
+
10
+ .box
11
+ +block
12
+ background-color: $box-background-color
13
+ border-radius: $box-radius
14
+ box-shadow: $box-shadow
15
+ color: $box-color
16
+ display: block
17
+ padding: $box-padding
18
+
19
+ a.box
20
+ &:hover,
21
+ &:focus
22
+ box-shadow: $box-link-hover-shadow
23
+ &:active
24
+ box-shadow: $box-link-active-shadow
dist/assets/bulma/sass/elements/button.sass ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $button-color: $grey-darker !default
2
+ $button-background-color: $white !default
3
+ $button-border-color: $grey-lighter !default
4
+
5
+ $button-hover-color: $link-hover !default
6
+ $button-hover-border-color: $link-hover-border !default
7
+
8
+ $button-focus-color: $link-focus !default
9
+ $button-focus-border-color: $link-focus-border !default
10
+ $button-focus-box-shadow-size: 0 0 0 0.125em !default
11
+ $button-focus-box-shadow-color: rgba($link, 0.25) !default
12
+
13
+ $button-active-color: $link-active !default
14
+ $button-active-border-color: $link-active-border !default
15
+
16
+ $button-text-color: $text !default
17
+ $button-text-hover-background-color: $background !default
18
+ $button-text-hover-color: $text-strong !default
19
+
20
+ $button-disabled-background-color: $white !default
21
+ $button-disabled-border-color: $grey-lighter !default
22
+ $button-disabled-shadow: none !default
23
+ $button-disabled-opacity: 0.5 !default
24
+
25
+ $button-static-color: $grey !default
26
+ $button-static-background-color: $white-ter !default
27
+ $button-static-border-color: $grey-lighter !default
28
+
29
+ // The button sizes use mixins so they can be used at different breakpoints
30
+ =button-small
31
+ border-radius: $radius-small
32
+ font-size: $size-small
33
+ =button-medium
34
+ font-size: $size-medium
35
+ =button-large
36
+ font-size: $size-large
37
+
38
+ .button
39
+ +control
40
+ +unselectable
41
+ background-color: $button-background-color
42
+ border-color: $button-border-color
43
+ color: $button-color
44
+ cursor: pointer
45
+ justify-content: center
46
+ padding-left: 0.75em
47
+ padding-right: 0.75em
48
+ text-align: center
49
+ white-space: nowrap
50
+ strong
51
+ color: inherit
52
+ .icon
53
+ &,
54
+ &.is-small,
55
+ &.is-medium,
56
+ &.is-large
57
+ height: 1.5em
58
+ width: 1.5em
59
+ &:first-child:not(:last-child)
60
+ margin-left: calc(-0.375em - 1px)
61
+ margin-right: 0.1875em
62
+ &:last-child:not(:first-child)
63
+ margin-left: 0.1875em
64
+ margin-right: calc(-0.375em - 1px)
65
+ &:first-child:last-child
66
+ margin-left: calc(-0.375em - 1px)
67
+ margin-right: calc(-0.375em - 1px)
68
+ // States
69
+ &:hover,
70
+ &.is-hovered
71
+ border-color: $button-hover-border-color
72
+ color: $button-hover-color
73
+ &:focus,
74
+ &.is-focused
75
+ border-color: $button-focus-border-color
76
+ color: $button-focus-color
77
+ &:not(:active)
78
+ box-shadow: $button-focus-box-shadow-size $button-focus-box-shadow-color
79
+ &:active,
80
+ &.is-active
81
+ border-color: $button-active-border-color
82
+ color: $button-active-color
83
+ // Colors
84
+ &.is-text
85
+ background-color: transparent
86
+ border-color: transparent
87
+ color: $button-text-color
88
+ text-decoration: underline
89
+ &:hover,
90
+ &.is-hovered,
91
+ &:focus,
92
+ &.is-focused
93
+ background-color: $button-text-hover-background-color
94
+ color: $button-text-hover-color
95
+ &:active,
96
+ &.is-active
97
+ background-color: darken($button-text-hover-background-color, 5%)
98
+ color: $button-text-hover-color
99
+ &[disabled]
100
+ background-color: transparent
101
+ border-color: transparent
102
+ box-shadow: none
103
+ @each $name, $pair in $colors
104
+ $color: nth($pair, 1)
105
+ $color-invert: nth($pair, 2)
106
+ &.is-#{$name}
107
+ background-color: $color
108
+ border-color: transparent
109
+ color: $color-invert
110
+ &:hover,
111
+ &.is-hovered
112
+ background-color: darken($color, 2.5%)
113
+ border-color: transparent
114
+ color: $color-invert
115
+ &:focus,
116
+ &.is-focused
117
+ border-color: transparent
118
+ color: $color-invert
119
+ &:not(:active)
120
+ box-shadow: $button-focus-box-shadow-size rgba($color, 0.25)
121
+ &:active,
122
+ &.is-active
123
+ background-color: darken($color, 5%)
124
+ border-color: transparent
125
+ color: $color-invert
126
+ &[disabled]
127
+ background-color: $color
128
+ border-color: transparent
129
+ box-shadow: none
130
+ &.is-inverted
131
+ background-color: $color-invert
132
+ color: $color
133
+ &:hover
134
+ background-color: darken($color-invert, 5%)
135
+ &[disabled]
136
+ background-color: $color-invert
137
+ border-color: transparent
138
+ box-shadow: none
139
+ color: $color
140
+ &.is-loading
141
+ &:after
142
+ border-color: transparent transparent $color-invert $color-invert !important
143
+ &.is-outlined
144
+ background-color: transparent
145
+ border-color: $color
146
+ color: $color
147
+ &:hover,
148
+ &:focus
149
+ background-color: $color
150
+ border-color: $color
151
+ color: $color-invert
152
+ &.is-loading
153
+ &:after
154
+ border-color: transparent transparent $color $color !important
155
+ &[disabled]
156
+ background-color: transparent
157
+ border-color: $color
158
+ box-shadow: none
159
+ color: $color
160
+ &.is-inverted.is-outlined
161
+ background-color: transparent
162
+ border-color: $color-invert
163
+ color: $color-invert
164
+ &:hover,
165
+ &:focus
166
+ background-color: $color-invert
167
+ color: $color
168
+ &[disabled]
169
+ background-color: transparent
170
+ border-color: $color-invert
171
+ box-shadow: none
172
+ color: $color-invert
173
+ // Sizes
174
+ &.is-small
175
+ +button-small
176
+ &.is-medium
177
+ +button-medium
178
+ &.is-large
179
+ +button-large
180
+ // Modifiers
181
+ &[disabled]
182
+ background-color: $button-disabled-background-color
183
+ border-color: $button-disabled-border-color
184
+ box-shadow: $button-disabled-shadow
185
+ opacity: $button-disabled-opacity
186
+ &.is-fullwidth
187
+ display: flex
188
+ width: 100%
189
+ &.is-loading
190
+ color: transparent !important
191
+ pointer-events: none
192
+ &:after
193
+ +loader
194
+ +center(1em)
195
+ position: absolute !important
196
+ &.is-static
197
+ background-color: $button-static-background-color
198
+ border-color: $button-static-border-color
199
+ color: $button-static-color
200
+ box-shadow: none
201
+ pointer-events: none
202
+
203
+ .buttons
204
+ align-items: center
205
+ display: flex
206
+ flex-wrap: wrap
207
+ justify-content: flex-start
208
+ .button
209
+ margin-bottom: 0.5rem
210
+ &:not(:last-child)
211
+ margin-right: 0.5rem
212
+ &:last-child
213
+ margin-bottom: -0.5rem
214
+ &:not(:last-child)
215
+ margin-bottom: 1rem
216
+ &.has-addons
217
+ .button
218
+ &:not(:first-child)
219
+ border-bottom-left-radius: 0
220
+ border-top-left-radius: 0
221
+ &:not(:last-child)
222
+ border-bottom-right-radius: 0
223
+ border-top-right-radius: 0
224
+ margin-right: -1px
225
+ &:last-child
226
+ margin-right: 0
227
+ &:hover,
228
+ &.is-hovered
229
+ z-index: 2
230
+ &:focus,
231
+ &.is-focused,
232
+ &:active,
233
+ &.is-active,
234
+ &.is-selected
235
+ z-index: 3
236
+ &:hover
237
+ z-index: 4
238
+ &.is-centered
239
+ justify-content: center
240
+ &.is-right
241
+ justify-content: flex-end
dist/assets/bulma/sass/elements/container.sass ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .container
2
+ margin: 0 auto
3
+ position: relative
4
+ +from($desktop)
5
+ max-width: $desktop - (2 * $gap)
6
+ width: $desktop - (2 * $gap)
7
+ &.is-fluid
8
+ margin-left: $gap
9
+ margin-right: $gap
10
+ max-width: none
11
+ width: auto
12
+ +until($widescreen)
13
+ &.is-widescreen
14
+ max-width: $widescreen - (2 * $gap)
15
+ width: auto
16
+ +until($fullhd)
17
+ &.is-fullhd
18
+ max-width: $fullhd - (2 * $gap)
19
+ width: auto
20
+ +from($widescreen)
21
+ max-width: $widescreen - (2 * $gap)
22
+ width: $widescreen - (2 * $gap)
23
+ +from($fullhd)
24
+ max-width: $fullhd - (2 * $gap)
25
+ width: $fullhd - (2 * $gap)
dist/assets/bulma/sass/elements/content.sass ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $content-heading-color: $text-strong !default
2
+ $content-heading-weight: $weight-normal !default
3
+ $content-heading-line-height: 1.125 !default
4
+
5
+ $content-blockquote-background-color: $background !default
6
+ $content-blockquote-border-left: 5px solid $border !default
7
+ $content-blockquote-padding: 1.25em 1.5em !default
8
+
9
+ $content-pre-padding: 1.25em 1.5em !default
10
+
11
+ $content-table-cell-border: 1px solid $border !default
12
+ $content-table-cell-border-width: 0 0 1px !default
13
+ $content-table-cell-padding: 0.5em 0.75em !default
14
+ $content-table-cell-heading-color: $text-strong !default
15
+ $content-table-row-hover-background-color: $background !default
16
+ $content-table-head-cell-border-width: 0 0 2px !default
17
+ $content-table-head-cell-color: $text-strong !default
18
+ $content-table-foot-cell-border-width: 2px 0 0 !default
19
+ $content-table-foot-cell-color: $text-strong !default
20
+
21
+ .content
22
+ +block
23
+ // Inline
24
+ li + li
25
+ margin-top: 0.25em
26
+ // Block
27
+ p,
28
+ dl,
29
+ ol,
30
+ ul,
31
+ blockquote,
32
+ pre,
33
+ table
34
+ &:not(:last-child)
35
+ margin-bottom: 1em
36
+ h1,
37
+ h2,
38
+ h3,
39
+ h4,
40
+ h5,
41
+ h6
42
+ color: $content-heading-color
43
+ font-weight: $content-heading-weight
44
+ line-height: $content-heading-line-height
45
+ h1
46
+ font-size: 2em
47
+ margin-bottom: 0.5em
48
+ &:not(:first-child)
49
+ margin-top: 1em
50
+ h2
51
+ font-size: 1.75em
52
+ margin-bottom: 0.5714em
53
+ &:not(:first-child)
54
+ margin-top: 1.1428em
55
+ h3
56
+ font-size: 1.5em
57
+ margin-bottom: 0.6666em
58
+ &:not(:first-child)
59
+ margin-top: 1.3333em
60
+ h4
61
+ font-size: 1.25em
62
+ margin-bottom: 0.8em
63
+ h5
64
+ font-size: 1.125em
65
+ margin-bottom: 0.8888em
66
+ h6
67
+ font-size: 1em
68
+ margin-bottom: 1em
69
+ blockquote
70
+ background-color: $content-blockquote-background-color
71
+ border-left: $content-blockquote-border-left
72
+ padding: $content-blockquote-padding
73
+ ol
74
+ list-style: decimal outside
75
+ margin-left: 2em
76
+ margin-top: 1em
77
+ ul
78
+ list-style: disc outside
79
+ margin-left: 2em
80
+ margin-top: 1em
81
+ ul
82
+ list-style-type: circle
83
+ margin-top: 0.5em
84
+ ul
85
+ list-style-type: square
86
+ dd
87
+ margin-left: 2em
88
+ figure
89
+ margin-left: 2em
90
+ margin-right: 2em
91
+ text-align: center
92
+ &:not(:first-child)
93
+ margin-top: 2em
94
+ &:not(:last-child)
95
+ margin-bottom: 2em
96
+ img
97
+ display: inline-block
98
+ figcaption
99
+ font-style: italic
100
+ pre
101
+ +overflow-touch
102
+ overflow-x: auto
103
+ padding: $content-pre-padding
104
+ white-space: pre
105
+ word-wrap: normal
106
+ sup,
107
+ sub
108
+ font-size: 75%
109
+ table
110
+ width: 100%
111
+ td,
112
+ th
113
+ border: $content-table-cell-border
114
+ border-width: $content-table-cell-border-width
115
+ padding: $content-table-cell-padding
116
+ vertical-align: top
117
+ th
118
+ color: $content-table-cell-heading-color
119
+ text-align: left
120
+ tr
121
+ &:hover
122
+ background-color: $content-table-row-hover-background-color
123
+ thead
124
+ td,
125
+ th
126
+ border-width: $content-table-head-cell-border-width
127
+ color: $content-table-head-cell-color
128
+ tfoot
129
+ td,
130
+ th
131
+ border-width: $content-table-foot-cell-border-width
132
+ color: $content-table-foot-cell-color
133
+ tbody
134
+ tr
135
+ &:last-child
136
+ td,
137
+ th
138
+ border-bottom-width: 0
139
+ // Sizes
140
+ &.is-small
141
+ font-size: $size-small
142
+ &.is-medium
143
+ font-size: $size-medium
144
+ &.is-large
145
+ font-size: $size-large
dist/assets/bulma/sass/elements/form.sass ADDED
@@ -0,0 +1,610 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $input-color: $grey-darker !default
2
+ $input-background-color: $white !default
3
+ $input-border-color: $grey-lighter !default
4
+ $input-shadow: inset 0 1px 2px rgba($black, 0.1) !default
5
+
6
+ $input-hover-color: $grey-darker !default
7
+ $input-hover-border-color: $grey-light !default
8
+
9
+ $input-focus-color: $grey-darker !default
10
+ $input-focus-border-color: $link !default
11
+ $input-focus-box-shadow-size: 0 0 0 0.125em !default
12
+ $input-focus-box-shadow-color: rgba($link, 0.25) !default
13
+
14
+ $input-disabled-color: $text-light !default
15
+ $input-disabled-background-color: $background !default
16
+ $input-disabled-border-color: $background !default
17
+
18
+ $input-arrow: $link !default
19
+
20
+ $input-icon-color: $grey-lighter !default
21
+ $input-icon-active-color: $grey !default
22
+
23
+ $input-radius: $radius !default
24
+
25
+ $file-border-color: $border !default
26
+ $file-radius: $radius !default
27
+
28
+ $file-cta-background-color: $white-ter !default
29
+ $file-cta-color: $grey-dark !default
30
+ $file-cta-hover-color: $grey-darker !default
31
+ $file-cta-active-color: $grey-darker !default
32
+
33
+ $file-name-border-color: $border !default
34
+ $file-name-border-style: solid !default
35
+ $file-name-border-width: 1px 1px 1px 0 !default
36
+ $file-name-max-width: 16em !default
37
+
38
+ $label-color: $grey-darker !default
39
+ $label-weight: $weight-bold !default
40
+
41
+ $help-size: $size-small !default
42
+
43
+ =input
44
+ +control
45
+ background-color: $input-background-color
46
+ border-color: $input-border-color
47
+ color: $input-color
48
+ +placeholder
49
+ color: rgba($input-color, 0.3)
50
+ &:hover,
51
+ &.is-hovered
52
+ border-color: $input-hover-border-color
53
+ &:focus,
54
+ &.is-focused,
55
+ &:active,
56
+ &.is-active
57
+ border-color: $input-focus-border-color
58
+ box-shadow: $input-focus-box-shadow-size $input-focus-box-shadow-color
59
+ &[disabled]
60
+ background-color: $input-disabled-background-color
61
+ border-color: $input-disabled-border-color
62
+ box-shadow: none
63
+ color: $input-disabled-color
64
+ +placeholder
65
+ color: rgba($input-disabled-color, 0.3)
66
+
67
+ .input,
68
+ .textarea
69
+ +input
70
+ box-shadow: $input-shadow
71
+ max-width: 100%
72
+ width: 100%
73
+ &[type="search"]
74
+ border-radius: 290486px
75
+ &[readonly]
76
+ box-shadow: none
77
+ // Colors
78
+ @each $name, $pair in $colors
79
+ $color: nth($pair, 1)
80
+ &.is-#{$name}
81
+ border-color: $color
82
+ &:focus,
83
+ &.is-focused,
84
+ &:active,
85
+ &.is-active
86
+ box-shadow: $input-focus-box-shadow-size rgba($color, 0.25)
87
+ // Sizes
88
+ &.is-small
89
+ +control-small
90
+ &.is-medium
91
+ +control-medium
92
+ &.is-large
93
+ +control-large
94
+ // Modifiers
95
+ &.is-fullwidth
96
+ display: block
97
+ width: 100%
98
+ &.is-inline
99
+ display: inline
100
+ width: auto
101
+
102
+ .input
103
+ &.is-static
104
+ background-color: transparent
105
+ border-color: transparent
106
+ box-shadow: none
107
+ padding-left: 0
108
+ padding-right: 0
109
+
110
+ .textarea
111
+ display: block
112
+ max-width: 100%
113
+ min-width: 100%
114
+ padding: 0.625em
115
+ resize: vertical
116
+ &:not([rows])
117
+ max-height: 600px
118
+ min-height: 120px
119
+ &[rows]
120
+ height: unset
121
+ // Modifiers
122
+ &.has-fixed-size
123
+ resize: none
124
+
125
+ .checkbox,
126
+ .radio
127
+ cursor: pointer
128
+ display: inline-block
129
+ line-height: 1.25
130
+ position: relative
131
+ input
132
+ cursor: pointer
133
+ &:hover
134
+ color: $input-hover-color
135
+ &[disabled]
136
+ color: $input-disabled-color
137
+ cursor: not-allowed
138
+
139
+ .radio
140
+ & + .radio
141
+ margin-left: 0.5em
142
+
143
+ .select
144
+ display: inline-block
145
+ max-width: 100%
146
+ position: relative
147
+ vertical-align: top
148
+ &:not(.is-multiple)
149
+ height: 2.25em
150
+ &::after
151
+ +arrow($input-arrow)
152
+ margin-top: -0.375em
153
+ right: 1.125em
154
+ top: 50%
155
+ z-index: 4
156
+ select
157
+ +input
158
+ cursor: pointer
159
+ display: block
160
+ font-size: 1em
161
+ max-width: 100%
162
+ outline: none
163
+ &::-ms-expand
164
+ display: none
165
+ &[disabled]:hover
166
+ border-color: $input-disabled-border-color
167
+ &:not([multiple])
168
+ padding-right: 2.5em
169
+ &[multiple]
170
+ height: unset
171
+ padding: 0
172
+ option
173
+ padding: 0.5em 1em
174
+ // States
175
+ &:hover
176
+ &::after
177
+ border-color: $input-hover-color
178
+ // Colors
179
+ @each $name, $pair in $colors
180
+ $color: nth($pair, 1)
181
+ &.is-#{$name} select
182
+ border-color: $color
183
+ &:focus,
184
+ &.is-focused,
185
+ &:active,
186
+ &.is-active
187
+ box-shadow: $input-focus-box-shadow-size rgba($color, 0.25)
188
+ // Sizes
189
+ &.is-small
190
+ +control-small
191
+ &.is-medium
192
+ +control-medium
193
+ &.is-large
194
+ +control-large
195
+ // Modifiers
196
+ &.is-disabled
197
+ &::after
198
+ border-color: $input-disabled-color
199
+ &.is-fullwidth
200
+ width: 100%
201
+ select
202
+ width: 100%
203
+ &.is-loading
204
+ &::after
205
+ +loader
206
+ margin-top: 0
207
+ position: absolute
208
+ right: 0.625em
209
+ top: 0.625em
210
+ transform: none
211
+ &.is-small:after
212
+ font-size: $size-small
213
+ &.is-medium:after
214
+ font-size: $size-medium
215
+ &.is-large:after
216
+ font-size: $size-large
217
+
218
+ .file
219
+ +unselectable
220
+ align-items: stretch
221
+ display: flex
222
+ justify-content: flex-start
223
+ position: relative
224
+ // Colors
225
+ @each $name, $pair in $colors
226
+ $color: nth($pair, 1)
227
+ $color-invert: nth($pair, 2)
228
+ &.is-#{$name}
229
+ .file-cta
230
+ background-color: $color
231
+ border-color: transparent
232
+ color: $color-invert
233
+ &:hover,
234
+ &.is-hovered
235
+ .file-cta
236
+ background-color: darken($color, 2.5%)
237
+ border-color: transparent
238
+ color: $color-invert
239
+ &:focus,
240
+ &.is-focused
241
+ .file-cta
242
+ border-color: transparent
243
+ box-shadow: 0 0 0.5em rgba($color, 0.25)
244
+ color: $color-invert
245
+ &:active,
246
+ &.is-active
247
+ .file-cta
248
+ background-color: darken($color, 5%)
249
+ border-color: transparent
250
+ color: $color-invert
251
+ // Sizes
252
+ &.is-small
253
+ font-size: $size-small
254
+ &.is-medium
255
+ font-size: $size-medium
256
+ .file-icon
257
+ .fa
258
+ font-size: 21px
259
+ &.is-large
260
+ font-size: $size-large
261
+ .file-icon
262
+ .fa
263
+ font-size: 28px
264
+ // Modifiers
265
+ &.has-name
266
+ .file-cta
267
+ border-bottom-right-radius: 0
268
+ border-top-right-radius: 0
269
+ .file-name
270
+ border-bottom-left-radius: 0
271
+ border-top-left-radius: 0
272
+ &.is-empty
273
+ .file-cta
274
+ border-radius: $file-radius
275
+ .file-name
276
+ display: none
277
+ &.is-centered
278
+ justify-content: center
279
+ &.is-right
280
+ justify-content: flex-end
281
+ &.is-boxed
282
+ .file-label
283
+ flex-direction: column
284
+ .file-cta
285
+ flex-direction: column
286
+ height: auto
287
+ padding: 1em 3em
288
+ .file-name
289
+ border-width: 0 1px 1px
290
+ .file-icon
291
+ height: 1.5em
292
+ width: 1.5em
293
+ .fa
294
+ font-size: 21px
295
+ &.is-small
296
+ .file-icon .fa
297
+ font-size: 14px
298
+ &.is-medium
299
+ .file-icon .fa
300
+ font-size: 28px
301
+ &.is-large
302
+ .file-icon .fa
303
+ font-size: 35px
304
+ &.has-name
305
+ .file-cta
306
+ border-radius: $file-radius $file-radius 0 0
307
+ .file-name
308
+ border-radius: 0 0 $file-radius $file-radius
309
+ border-width: 0 1px 1px
310
+ &.is-right
311
+ .file-cta
312
+ border-radius: 0 $file-radius $file-radius 0
313
+ .file-name
314
+ border-radius: $file-radius 0 0 $file-radius
315
+ border-width: 1px 0 1px 1px
316
+ order: -1
317
+ &.is-fullwidth
318
+ .file-label
319
+ width: 100%
320
+ .file-name
321
+ flex-grow: 1
322
+ max-width: none
323
+
324
+ .file-label
325
+ align-items: stretch
326
+ display: flex
327
+ cursor: pointer
328
+ justify-content: flex-start
329
+ overflow: hidden
330
+ position: relative
331
+ &:hover
332
+ .file-cta
333
+ background-color: darken($file-cta-background-color, 2.5%)
334
+ color: $file-cta-hover-color
335
+ .file-name
336
+ border-color: darken($file-name-border-color, 2.5%)
337
+ &:active
338
+ .file-cta
339
+ background-color: darken($file-cta-background-color, 5%)
340
+ color: $file-cta-active-color
341
+ .file-name
342
+ border-color: darken($file-name-border-color, 5%)
343
+
344
+ .file-input
345
+ height: 0.01em
346
+ left: 0
347
+ outline: none
348
+ position: absolute
349
+ top: 0
350
+ width: 0.01em
351
+
352
+ .file-cta,
353
+ .file-name
354
+ +control
355
+ border-color: $file-border-color
356
+ border-radius: $file-radius
357
+ font-size: 1em
358
+ padding-left: 1em
359
+ padding-right: 1em
360
+ white-space: nowrap
361
+
362
+ .file-cta
363
+ background-color: $file-cta-background-color
364
+ color: $file-cta-color
365
+
366
+ .file-name
367
+ border-color: $file-name-border-color
368
+ border-style: $file-name-border-style
369
+ border-width: $file-name-border-width
370
+ display: block
371
+ max-width: $file-name-max-width
372
+ overflow: hidden
373
+ text-align: left
374
+ text-overflow: ellipsis
375
+
376
+ .file-icon
377
+ align-items: center
378
+ display: flex
379
+ height: 1em
380
+ justify-content: center
381
+ margin-right: 0.5em
382
+ width: 1em
383
+ .fa
384
+ font-size: 14px
385
+
386
+ .label
387
+ color: $label-color
388
+ display: block
389
+ font-size: $size-normal
390
+ font-weight: $label-weight
391
+ &:not(:last-child)
392
+ margin-bottom: 0.5em
393
+ // Sizes
394
+ &.is-small
395
+ font-size: $size-small
396
+ &.is-medium
397
+ font-size: $size-medium
398
+ &.is-large
399
+ font-size: $size-large
400
+
401
+ .help
402
+ display: block
403
+ font-size: $help-size
404
+ margin-top: 0.25rem
405
+ @each $name, $pair in $colors
406
+ $color: nth($pair, 1)
407
+ &.is-#{$name}
408
+ color: $color
409
+
410
+ // Containers
411
+
412
+ .field
413
+ &:not(:last-child)
414
+ margin-bottom: 0.75rem
415
+ // Modifiers
416
+ &.has-addons
417
+ display: flex
418
+ justify-content: flex-start
419
+ .control
420
+ &:not(:last-child)
421
+ margin-right: -1px
422
+ &:first-child
423
+ .button,
424
+ .input,
425
+ .select select
426
+ border-bottom-left-radius: $input-radius
427
+ border-top-left-radius: $input-radius
428
+ &:last-child
429
+ .button,
430
+ .input,
431
+ .select select
432
+ border-bottom-right-radius: $input-radius
433
+ border-top-right-radius: $input-radius
434
+ .button,
435
+ .input,
436
+ .select select
437
+ border-radius: 0
438
+ &:hover,
439
+ &.is-hovered
440
+ z-index: 2
441
+ &:focus,
442
+ &.is-focused,
443
+ &:active,
444
+ &.is-active
445
+ z-index: 3
446
+ &:hover
447
+ z-index: 4
448
+ &.is-expanded
449
+ flex-grow: 1
450
+ &.has-addons-centered
451
+ justify-content: center
452
+ &.has-addons-right
453
+ justify-content: flex-end
454
+ &.has-addons-fullwidth
455
+ .control
456
+ flex-grow: 1
457
+ flex-shrink: 0
458
+ &.is-grouped
459
+ display: flex
460
+ justify-content: flex-start
461
+ & > .control
462
+ flex-shrink: 0
463
+ &:not(:last-child)
464
+ margin-bottom: 0
465
+ margin-right: 0.75rem
466
+ &.is-expanded
467
+ flex-grow: 1
468
+ flex-shrink: 1
469
+ &.is-grouped-centered
470
+ justify-content: center
471
+ &.is-grouped-right
472
+ justify-content: flex-end
473
+ &.is-grouped-multiline
474
+ flex-wrap: wrap
475
+ & > .control
476
+ &:last-child,
477
+ &:not(:last-child)
478
+ margin-bottom: 0.75rem
479
+ &:last-child
480
+ margin-bottom: -0.75rem
481
+ &:not(:last-child)
482
+ margin-bottom: 0
483
+
484
+ &.is-horizontal
485
+ +tablet
486
+ display: flex
487
+
488
+ .field-label
489
+ .label
490
+ font-size: inherit
491
+ +mobile
492
+ margin-bottom: 0.5rem
493
+ +tablet
494
+ flex-basis: 0
495
+ flex-grow: 1
496
+ flex-shrink: 0
497
+ margin-right: 1.5rem
498
+ text-align: right
499
+ &.is-small
500
+ font-size: $size-small
501
+ padding-top: 0.375em
502
+ &.is-normal
503
+ padding-top: 0.375em
504
+ &.is-medium
505
+ font-size: $size-medium
506
+ padding-top: 0.375em
507
+ &.is-large
508
+ font-size: $size-large
509
+ padding-top: 0.375em
510
+
511
+ .field-body
512
+ .field .field
513
+ margin-bottom: 0
514
+ +tablet
515
+ display: flex
516
+ flex-basis: 0
517
+ flex-grow: 5
518
+ flex-shrink: 1
519
+ .field
520
+ margin-bottom: 0
521
+ & > .field
522
+ flex-shrink: 1
523
+ &:not(.is-narrow)
524
+ flex-grow: 1
525
+ &:not(:last-child)
526
+ margin-right: 0.75rem
527
+
528
+ .control
529
+ font-size: $size-normal
530
+ position: relative
531
+ text-align: left
532
+ // Modifiers
533
+ // DEPRECATED
534
+ &.has-icon
535
+ .icon
536
+ color: $input-icon-color
537
+ height: 2.25em
538
+ pointer-events: none
539
+ position: absolute
540
+ top: 0
541
+ width: 2.25em
542
+ z-index: 4
543
+ .input
544
+ &:focus
545
+ & + .icon
546
+ color: $input-icon-active-color
547
+ &.is-small
548
+ & + .icon
549
+ font-size: $size-small
550
+ &.is-medium
551
+ & + .icon
552
+ font-size: $size-medium
553
+ &.is-large
554
+ & + .icon
555
+ font-size: $size-large
556
+ &:not(.has-icon-right)
557
+ .icon
558
+ left: 0
559
+ .input
560
+ padding-left: 2.25em
561
+ &.has-icon-right
562
+ .icon
563
+ right: 0
564
+ .input
565
+ padding-right: 2.25em
566
+ &.has-icons-left,
567
+ &.has-icons-right
568
+ .input,
569
+ .select
570
+ &:focus
571
+ & ~ .icon
572
+ color: $input-icon-active-color
573
+ &.is-small ~ .icon
574
+ font-size: $size-small
575
+ &.is-medium ~ .icon
576
+ font-size: $size-medium
577
+ &.is-large ~ .icon
578
+ font-size: $size-large
579
+ .icon
580
+ color: $input-icon-color
581
+ height: 2.25em
582
+ pointer-events: none
583
+ position: absolute
584
+ top: 0
585
+ width: 2.25em
586
+ z-index: 4
587
+ &.has-icons-left
588
+ .input,
589
+ .select select
590
+ padding-left: 2.25em
591
+ .icon.is-left
592
+ left: 0
593
+ &.has-icons-right
594
+ .input,
595
+ .select select
596
+ padding-right: 2.25em
597
+ .icon.is-right
598
+ right: 0
599
+ &.is-loading
600
+ &::after
601
+ +loader
602
+ position: absolute !important
603
+ right: 0.625em
604
+ top: 0.625em
605
+ &.is-small:after
606
+ font-size: $size-small
607
+ &.is-medium:after
608
+ font-size: $size-medium
609
+ &.is-large:after
610
+ font-size: $size-large
dist/assets/bulma/sass/elements/icon.sass ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $icon-dimensions: 1.5rem !default
2
+ $icon-dimensions-small: 1rem !default
3
+ $icon-dimensions-medium: 2rem !default
4
+ $icon-dimensions-large: 3rem !default
5
+
6
+ .icon
7
+ align-items: center
8
+ display: inline-flex
9
+ justify-content: center
10
+ height: $icon-dimensions
11
+ width: $icon-dimensions
12
+ // Sizes
13
+ &.is-small
14
+ height: $icon-dimensions-small
15
+ width: $icon-dimensions-small
16
+ &.is-medium
17
+ height: $icon-dimensions-medium
18
+ width: $icon-dimensions-medium
19
+ &.is-large
20
+ height: $icon-dimensions-large
21
+ width: $icon-dimensions-large
dist/assets/bulma/sass/elements/image.sass ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $dimensions: 16 24 32 48 64 96 128 !default
2
+
3
+ .image
4
+ display: block
5
+ position: relative
6
+ img
7
+ display: block
8
+ height: auto
9
+ width: 100%
10
+ // Ratio
11
+ &.is-square,
12
+ &.is-1by1,
13
+ &.is-4by3,
14
+ &.is-3by2,
15
+ &.is-16by9,
16
+ &.is-2by1
17
+ img
18
+ +overlay
19
+ height: 100%
20
+ width: 100%
21
+ &.is-square,
22
+ &.is-1by1
23
+ padding-top: 100%
24
+ &.is-4by3
25
+ padding-top: 75%
26
+ &.is-3by2
27
+ padding-top: 66.6666%
28
+ &.is-16by9
29
+ padding-top: 56.25%
30
+ &.is-2by1
31
+ padding-top: 50%
32
+ // Sizes
33
+ @each $dimension in $dimensions
34
+ &.is-#{$dimension}x#{$dimension}
35
+ height: $dimension * 1px
36
+ width: $dimension * 1px
dist/assets/bulma/sass/elements/notification.sass ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $notification-background-color: $background !default
2
+ $notification-radius: $radius !default
3
+ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
4
+
5
+ .notification
6
+ +block
7
+ background-color: $notification-background-color
8
+ border-radius: $notification-radius
9
+ padding: $notification-padding
10
+ position: relative
11
+ a:not(.button)
12
+ color: currentColor
13
+ text-decoration: underline
14
+ strong
15
+ color: currentColor
16
+ code,
17
+ pre
18
+ background: $white
19
+ pre code
20
+ background: transparent
21
+ & > .delete
22
+ position: absolute
23
+ right: 0.5em
24
+ top: 0.5em
25
+ .title,
26
+ .subtitle,
27
+ .content
28
+ color: currentColor
29
+ // Colors
30
+ @each $name, $pair in $colors
31
+ $color: nth($pair, 1)
32
+ $color-invert: nth($pair, 2)
33
+ &.is-#{$name}
34
+ background-color: $color
35
+ color: $color-invert
dist/assets/bulma/sass/elements/other.sass ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .block
2
+ +block
3
+
4
+ .delete
5
+ +delete
6
+
7
+ .heading
8
+ display: block
9
+ font-size: 11px
10
+ letter-spacing: 1px
11
+ margin-bottom: 5px
12
+ text-transform: uppercase
13
+
14
+ .highlight
15
+ +block
16
+ font-weight: $weight-normal
17
+ max-width: 100%
18
+ overflow: hidden
19
+ padding: 0
20
+ pre
21
+ overflow: auto
22
+ max-width: 100%
23
+
24
+ .loader
25
+ +loader
26
+
27
+ .number
28
+ align-items: center
29
+ background-color: $background
30
+ border-radius: 290486px
31
+ display: inline-flex
32
+ font-size: $size-medium
33
+ height: 2em
34
+ justify-content: center
35
+ margin-right: 1.5rem
36
+ min-width: 2.5em
37
+ padding: 0.25rem 0.5rem
38
+ text-align: center
39
+ vertical-align: top
dist/assets/bulma/sass/elements/progress.sass ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $progress-bar-background-color: $border !default
2
+ $progress-value-background-color: $text !default
3
+
4
+ .progress
5
+ +block
6
+ -moz-appearance: none
7
+ -webkit-appearance: none
8
+ border: none
9
+ border-radius: 290486px
10
+ display: block
11
+ height: $size-normal
12
+ overflow: hidden
13
+ padding: 0
14
+ width: 100%
15
+ &::-webkit-progress-bar
16
+ background-color: $progress-bar-background-color
17
+ &::-webkit-progress-value
18
+ background-color: $progress-value-background-color
19
+ &::-moz-progress-bar
20
+ background-color: $progress-value-background-color
21
+ &::-ms-fill
22
+ background-color: $progress-value-background-color
23
+ border: none
24
+ // Colors
25
+ @each $name, $pair in $colors
26
+ $color: nth($pair, 1)
27
+ &.is-#{$name}
28
+ &::-webkit-progress-value
29
+ background-color: $color
30
+ &::-moz-progress-bar
31
+ background-color: $color
32
+ &::-ms-fill
33
+ background-color: $color
34
+ // Sizes
35
+ &.is-small
36
+ height: $size-small
37
+ &.is-medium
38
+ height: $size-medium
39
+ &.is-large
40
+ height: $size-large
dist/assets/bulma/sass/elements/table.sass ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $table-color: $grey-darker !default
2
+ $table-background-color: $white !default
3
+
4
+ $table-cell-border: 1px solid $grey-lighter !default
5
+ $table-cell-border-width: 0 0 1px !default
6
+ $table-cell-padding: 0.5em 0.75em !default
7
+ $table-cell-heading-color: $text-strong !default
8
+
9
+ $table-head-cell-border-width: 0 0 2px !default
10
+ $table-head-cell-color: $text-strong !default
11
+ $table-foot-cell-border-width: 2px 0 0 !default
12
+ $table-foot-cell-color: $text-strong !default
13
+
14
+ $table-row-hover-background-color: $white-bis !default
15
+
16
+ $table-row-active-background-color: $primary !default
17
+ $table-row-active-color: $primary-invert !default
18
+
19
+ $table-striped-row-even-background-color: $white-bis !default
20
+ $table-striped-row-even-hover-background-color: $white-ter !default
21
+
22
+ .table
23
+ background-color: $table-background-color
24
+ color: $table-color
25
+ margin-bottom: 1.5rem
26
+ td,
27
+ th
28
+ border: $table-cell-border
29
+ border-width: $table-cell-border-width
30
+ padding: $table-cell-padding
31
+ vertical-align: top
32
+ // Colors
33
+ @each $name, $pair in $colors
34
+ $color: nth($pair, 1)
35
+ $color-invert: nth($pair, 2)
36
+ &.is-#{$name}
37
+ background-color: $color
38
+ border-color: $color
39
+ color: $color-invert
40
+ // Modifiers
41
+ &.is-narrow
42
+ white-space: nowrap
43
+ width: 1%
44
+ &.is-selected
45
+ background-color: $table-row-active-background-color
46
+ color: $table-row-active-color
47
+ a,
48
+ strong
49
+ color: currentColor
50
+ th
51
+ color: $table-cell-heading-color
52
+ text-align: left
53
+ tr
54
+ &.is-selected
55
+ background-color: $table-row-active-background-color
56
+ color: $table-row-active-color
57
+ a,
58
+ strong
59
+ color: currentColor
60
+ td,
61
+ th
62
+ border-color: $table-row-active-color
63
+ color: currentColor
64
+ thead
65
+ td,
66
+ th
67
+ border-width: $table-head-cell-border-width
68
+ color: $table-head-cell-color
69
+ tfoot
70
+ td,
71
+ th
72
+ border-width: $table-foot-cell-border-width
73
+ color: $table-foot-cell-color
74
+ tbody
75
+ tr
76
+ &:last-child
77
+ td,
78
+ th
79
+ border-bottom-width: 0
80
+ // Modifiers
81
+ &.is-bordered
82
+ td,
83
+ th
84
+ border-width: 1px
85
+ tr
86
+ &:last-child
87
+ td,
88
+ th
89
+ border-bottom-width: 1px
90
+ &.is-fullwidth
91
+ width: 100%
92
+ &.is-hoverable
93
+ tbody
94
+ tr:not(.is-selected)
95
+ &:hover
96
+ background-color: $table-row-hover-background-color
97
+ &.is-striped
98
+ tbody
99
+ tr:not(.is-selected)
100
+ &:hover
101
+ background-color: $table-striped-row-even-hover-background-color
102
+ &.is-narrow
103
+ td,
104
+ th
105
+ padding: 0.25em 0.5em
106
+ &.is-striped
107
+ tbody
108
+ tr:not(.is-selected)
109
+ &:nth-child(even)
110
+ background-color: $table-striped-row-even-background-color
dist/assets/bulma/sass/elements/tag.sass ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $tag-background-color: $background !default
2
+ $tag-color: $text !default
3
+ $tag-radius: $radius !default
4
+ $tag-delete-margin: 1px !default
5
+
6
+ .tags
7
+ align-items: center
8
+ display: flex
9
+ flex-wrap: wrap
10
+ justify-content: flex-start
11
+ .tag
12
+ margin-bottom: 0.5rem
13
+ &:not(:last-child)
14
+ margin-right: 0.5rem
15
+ &:last-child
16
+ margin-bottom: -0.5rem
17
+ &:not(:last-child)
18
+ margin-bottom: 1rem
19
+ &.has-addons
20
+ .tag
21
+ margin-right: 0
22
+ &:not(:first-child)
23
+ border-bottom-left-radius: 0
24
+ border-top-left-radius: 0
25
+ &:not(:last-child)
26
+ border-bottom-right-radius: 0
27
+ border-top-right-radius: 0
28
+ &.is-centered
29
+ justify-content: center
30
+ .tag
31
+ margin-right: 0.25rem
32
+ margin-left: 0.25rem
33
+ &.is-right
34
+ justify-content: flex-end
35
+ .tag
36
+ &:not(:first-child)
37
+ margin-left: 0.5rem
38
+ &:not(:last-child)
39
+ margin-right: 0
40
+
41
+ .tag:not(body)
42
+ align-items: center
43
+ background-color: $tag-background-color
44
+ border-radius: $tag-radius
45
+ color: $tag-color
46
+ display: inline-flex
47
+ font-size: $size-small
48
+ height: 2em
49
+ justify-content: center
50
+ line-height: 1.5
51
+ padding-left: 0.75em
52
+ padding-right: 0.75em
53
+ white-space: nowrap
54
+ .delete
55
+ margin-left: 0.25em
56
+ margin-right: -0.375em
57
+ // Colors
58
+ @each $name, $pair in $colors
59
+ $color: nth($pair, 1)
60
+ $color-invert: nth($pair, 2)
61
+ &.is-#{$name}
62
+ background-color: $color
63
+ color: $color-invert
64
+ // Sizes
65
+ &.is-medium
66
+ font-size: $size-normal
67
+ &.is-large
68
+ font-size: $size-medium
69
+ .icon
70
+ &:first-child:not(:last-child)
71
+ margin-left: -0.375em
72
+ margin-right: 0.1875em
73
+ &:last-child:not(:first-child)
74
+ margin-left: 0.1875em
75
+ margin-right: -0.375em
76
+ &:first-child:last-child
77
+ margin-left: -0.375em
78
+ margin-right: -0.375em
79
+ // Modifiers
80
+ &.is-delete
81
+ margin-left: $tag-delete-margin
82
+ padding: 0
83
+ position: relative
84
+ width: 2em
85
+ &:before,
86
+ &:after
87
+ background-color: currentColor
88
+ content: ""
89
+ display: block
90
+ left: 50%
91
+ position: absolute
92
+ top: 50%
93
+ transform: translateX(-50%) translateY(-50%) rotate(45deg)
94
+ transform-origin: center center
95
+ &:before
96
+ height: 1px
97
+ width: 50%
98
+ &:after
99
+ height: 50%
100
+ width: 1px
101
+ &:hover,
102
+ &:focus
103
+ background-color: darken($tag-background-color, 5%)
104
+ &:active
105
+ background-color: darken($tag-background-color, 10%)
106
+ &.is-rounded
107
+ border-radius: 290486px
108
+
109
+ a.tag
110
+ &:hover
111
+ text-decoration: underline
dist/assets/bulma/sass/elements/title.sass ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $title-color: $grey-darker !default
2
+ $title-size: $size-3 !default
3
+ $title-weight: $weight-semibold !default
4
+ $title-strong-color: inherit !default
5
+ $title-strong-weight: inherit !default
6
+
7
+ $subtitle-color: $grey-dark !default
8
+ $subtitle-size: $size-5 !default
9
+ $subtitle-weight: $weight-normal !default
10
+ $subtitle-strong-color: $grey-darker !default
11
+ $subtitle-strong-weight: $weight-semibold !default
12
+
13
+ .title,
14
+ .subtitle
15
+ +block
16
+ word-break: break-word
17
+ em,
18
+ span
19
+ font-weight: inherit
20
+ .tag
21
+ vertical-align: middle
22
+
23
+ .title
24
+ color: $title-color
25
+ font-size: $title-size
26
+ font-weight: $title-weight
27
+ line-height: 1.125
28
+ strong
29
+ color: $title-strong-color
30
+ font-weight: $title-strong-weight
31
+ & + .highlight
32
+ margin-top: -0.75rem
33
+ &:not(.is-spaced) + .subtitle
34
+ margin-top: -1.5rem
35
+ // Sizes
36
+ @each $size in $sizes
37
+ $i: index($sizes, $size)
38
+ &.is-#{$i}
39
+ font-size: $size
40
+
41
+ .subtitle
42
+ color: $subtitle-color
43
+ font-size: $subtitle-size
44
+ font-weight: $subtitle-weight
45
+ line-height: 1.25
46
+ strong
47
+ color: $subtitle-strong-color
48
+ font-weight: $subtitle-strong-weight
49
+ &:not(.is-spaced) + .title
50
+ margin-top: -1.5rem
51
+ // Sizes
52
+ @each $size in $sizes
53
+ $i: index($sizes, $size)
54
+ &.is-#{$i}
55
+ font-size: $size
dist/assets/bulma/sass/grid/_all.sass ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @charset "utf-8"
2
+
3
+ @import "columns.sass"
4
+ @import "tiles.sass"
dist/assets/bulma/sass/grid/columns.sass ADDED
@@ -0,0 +1,476 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $column-gap: 0.75rem !default
2
+
3
+ .column
4
+ display: block
5
+ flex-basis: 0
6
+ flex-grow: 1
7
+ flex-shrink: 1
8
+ padding: $column-gap
9
+ .columns.is-mobile > &.is-narrow
10
+ flex: none
11
+ .columns.is-mobile > &.is-full
12
+ flex: none
13
+ width: 100%
14
+ .columns.is-mobile > &.is-three-quarters
15
+ flex: none
16
+ width: 75%
17
+ .columns.is-mobile > &.is-two-thirds
18
+ flex: none
19
+ width: 66.6666%
20
+ .columns.is-mobile > &.is-half
21
+ flex: none
22
+ width: 50%
23
+ .columns.is-mobile > &.is-one-third
24
+ flex: none
25
+ width: 33.3333%
26
+ .columns.is-mobile > &.is-one-quarter
27
+ flex: none
28
+ width: 25%
29
+ .columns.is-mobile > &.is-one-fifth
30
+ flex: none
31
+ width: 20%
32
+ .columns.is-mobile > &.is-two-fifths
33
+ flex: none
34
+ width: 40%
35
+ .columns.is-mobile > &.is-three-fifths
36
+ flex: none
37
+ width: 60%
38
+ .columns.is-mobile > &.is-four-fifths
39
+ flex: none
40
+ width: 80%
41
+ .columns.is-mobile > &.is-offset-three-quarters
42
+ margin-left: 75%
43
+ .columns.is-mobile > &.is-offset-two-thirds
44
+ margin-left: 66.6666%
45
+ .columns.is-mobile > &.is-offset-half
46
+ margin-left: 50%
47
+ .columns.is-mobile > &.is-offset-one-third
48
+ margin-left: 33.3333%
49
+ .columns.is-mobile > &.is-offset-one-quarter
50
+ margin-left: 25%
51
+ .columns.is-mobile > &.is-offset-one-fifth
52
+ margin-left: 20%
53
+ .columns.is-mobile > &.is-offset-two-fifths
54
+ margin-left: 40%
55
+ .columns.is-mobile > &.is-offset-three-fifths
56
+ margin-left: 60%
57
+ .columns.is-mobile > &.is-offset-four-fifths
58
+ margin-left: 80%
59
+ @for $i from 1 through 12
60
+ .columns.is-mobile > &.is-#{$i}
61
+ flex: none
62
+ width: ($i / 12) * 100%
63
+ .columns.is-mobile > &.is-offset-#{$i}
64
+ margin-left: ($i / 12) * 100%
65
+ +mobile
66
+ &.is-narrow-mobile
67
+ flex: none
68
+ &.is-full-mobile
69
+ flex: none
70
+ width: 100%
71
+ &.is-three-quarters-mobile
72
+ flex: none
73
+ width: 75%
74
+ &.is-two-thirds-mobile
75
+ flex: none
76
+ width: 66.6666%
77
+ &.is-half-mobile
78
+ flex: none
79
+ width: 50%
80
+ &.is-one-third-mobile
81
+ flex: none
82
+ width: 33.3333%
83
+ &.is-one-quarter-mobile
84
+ flex: none
85
+ width: 25%
86
+ &.is-one-fifth-mobile
87
+ flex: none
88
+ width: 20%
89
+ &.is-two-fifths-mobile
90
+ flex: none
91
+ width: 40%
92
+ &.is-three-fifths-mobile
93
+ flex: none
94
+ width: 60%
95
+ &.is-four-fifths-mobile
96
+ flex: none
97
+ width: 80%
98
+ &.is-offset-three-quarters-mobile
99
+ margin-left: 75%
100
+ &.is-offset-two-thirds-mobile
101
+ margin-left: 66.6666%
102
+ &.is-offset-half-mobile
103
+ margin-left: 50%
104
+ &.is-offset-one-third-mobile
105
+ margin-left: 33.3333%
106
+ &.is-offset-one-quarter-mobile
107
+ margin-left: 25%
108
+ &.is-offset-one-fifth-mobile
109
+ margin-left: 20%
110
+ &.is-offset-two-fifths-mobile
111
+ margin-left: 40%
112
+ &.is-offset-three-fifths-mobile
113
+ margin-left: 60%
114
+ &.is-offset-four-fifths-mobile
115
+ margin-left: 80%
116
+ @for $i from 1 through 12
117
+ &.is-#{$i}-mobile
118
+ flex: none
119
+ width: ($i / 12) * 100%
120
+ &.is-offset-#{$i}-mobile
121
+ margin-left: ($i / 12) * 100%
122
+ +tablet
123
+ &.is-narrow,
124
+ &.is-narrow-tablet
125
+ flex: none
126
+ &.is-full,
127
+ &.is-full-tablet
128
+ flex: none
129
+ width: 100%
130
+ &.is-three-quarters,
131
+ &.is-three-quarters-tablet
132
+ flex: none
133
+ width: 75%
134
+ &.is-two-thirds,
135
+ &.is-two-thirds-tablet
136
+ flex: none
137
+ width: 66.6666%
138
+ &.is-half,
139
+ &.is-half-tablet
140
+ flex: none
141
+ width: 50%
142
+ &.is-one-third,
143
+ &.is-one-third-tablet
144
+ flex: none
145
+ width: 33.3333%
146
+ &.is-one-quarter,
147
+ &.is-one-quarter-tablet
148
+ flex: none
149
+ width: 25%
150
+ &.is-one-fifth,
151
+ &.is-one-fifth-tablet
152
+ flex: none
153
+ width: 20%
154
+ &.is-two-fifths,
155
+ &.is-two-fifths-tablet
156
+ flex: none
157
+ width: 40%
158
+ &.is-three-fifths,
159
+ &.is-three-fifths-tablet
160
+ flex: none
161
+ width: 60%
162
+ &.is-four-fifths,
163
+ &.is-four-fifths-tablet
164
+ flex: none
165
+ width: 80%
166
+ &.is-offset-three-quarters,
167
+ &.is-offset-three-quarters-tablet
168
+ margin-left: 75%
169
+ &.is-offset-two-thirds,
170
+ &.is-offset-two-thirds-tablet
171
+ margin-left: 66.6666%
172
+ &.is-offset-half,
173
+ &.is-offset-half-tablet
174
+ margin-left: 50%
175
+ &.is-offset-one-third,
176
+ &.is-offset-one-third-tablet
177
+ margin-left: 33.3333%
178
+ &.is-offset-one-quarter,
179
+ &.is-offset-one-quarter-tablet
180
+ margin-left: 25%
181
+ &.is-offset-one-fifth,
182
+ &.is-offset-one-fifth-tablet
183
+ margin-left: 20%
184
+ &.is-offset-two-fifths,
185
+ &.is-offset-two-fifths-tablet
186
+ margin-left: 40%
187
+ &.is-offset-three-fifths,
188
+ &.is-offset-three-fifths-tablet
189
+ margin-left: 60%
190
+ &.is-offset-four-fifths,
191
+ &.is-offset-four-fifths-tablet
192
+ margin-left: 80%
193
+ @for $i from 1 through 12
194
+ &.is-#{$i},
195
+ &.is-#{$i}-tablet
196
+ flex: none
197
+ width: ($i / 12) * 100%
198
+ &.is-offset-#{$i},
199
+ &.is-offset-#{$i}-tablet
200
+ margin-left: ($i / 12) * 100%
201
+ +touch
202
+ &.is-narrow-touch
203
+ flex: none
204
+ &.is-full-touch
205
+ flex: none
206
+ width: 100%
207
+ &.is-three-quarters-touch
208
+ flex: none
209
+ width: 75%
210
+ &.is-two-thirds-touch
211
+ flex: none
212
+ width: 66.6666%
213
+ &.is-half-touch
214
+ flex: none
215
+ width: 50%
216
+ &.is-one-third-touch
217
+ flex: none
218
+ width: 33.3333%
219
+ &.is-one-quarter-touch
220
+ flex: none
221
+ width: 25%
222
+ &.is-one-fifth-touch
223
+ flex: none
224
+ width: 20%
225
+ &.is-two-fifths-touch
226
+ flex: none
227
+ width: 40%
228
+ &.is-three-fifths-touch
229
+ flex: none
230
+ width: 60%
231
+ &.is-four-fifths-touch
232
+ flex: none
233
+ width: 80%
234
+ &.is-offset-three-quarters-touch
235
+ margin-left: 75%
236
+ &.is-offset-two-thirds-touch
237
+ margin-left: 66.6666%
238
+ &.is-offset-half-touch
239
+ margin-left: 50%
240
+ &.is-offset-one-third-touch
241
+ margin-left: 33.3333%
242
+ &.is-offset-one-quarter-touch
243
+ margin-left: 25%
244
+ &.is-offset-one-fifth-touch
245
+ margin-left: 20%
246
+ &.is-offset-two-fifths-touch
247
+ margin-left: 40%
248
+ &.is-offset-three-fifths-touch
249
+ margin-left: 60%
250
+ &.is-offset-four-fifths-touch
251
+ margin-left: 80%
252
+ @for $i from 1 through 12
253
+ &.is-#{$i}-touch
254
+ flex: none
255
+ width: ($i / 12) * 100%
256
+ &.is-offset-#{$i}-touch
257
+ margin-left: ($i / 12) * 100%
258
+ +desktop
259
+ &.is-narrow-desktop
260
+ flex: none
261
+ &.is-full-desktop
262
+ flex: none
263
+ width: 100%
264
+ &.is-three-quarters-desktop
265
+ flex: none
266
+ width: 75%
267
+ &.is-two-thirds-desktop
268
+ flex: none
269
+ width: 66.6666%
270
+ &.is-half-desktop
271
+ flex: none
272
+ width: 50%
273
+ &.is-one-third-desktop
274
+ flex: none
275
+ width: 33.3333%
276
+ &.is-one-quarter-desktop
277
+ flex: none
278
+ width: 25%
279
+ &.is-one-fifth-desktop
280
+ flex: none
281
+ width: 20%
282
+ &.is-two-fifths-desktop
283
+ flex: none
284
+ width: 40%
285
+ &.is-three-fifths-desktop
286
+ flex: none
287
+ width: 60%
288
+ &.is-four-fifths-desktop
289
+ flex: none
290
+ width: 80%
291
+ &.is-offset-three-quarters-desktop
292
+ margin-left: 75%
293
+ &.is-offset-two-thirds-desktop
294
+ margin-left: 66.6666%
295
+ &.is-offset-half-desktop
296
+ margin-left: 50%
297
+ &.is-offset-one-third-desktop
298
+ margin-left: 33.3333%
299
+ &.is-offset-one-quarter-desktop
300
+ margin-left: 25%
301
+ &.is-offset-one-fifth-desktop
302
+ margin-left: 20%
303
+ &.is-offset-two-fifths-desktop
304
+ margin-left: 40%
305
+ &.is-offset-three-fifths-desktop
306
+ margin-left: 60%
307
+ &.is-offset-four-fifths-desktop
308
+ margin-left: 80%
309
+ @for $i from 1 through 12
310
+ &.is-#{$i}-desktop
311
+ flex: none
312
+ width: ($i / 12) * 100%
313
+ &.is-offset-#{$i}-desktop
314
+ margin-left: ($i / 12) * 100%
315
+ +widescreen
316
+ &.is-narrow-widescreen
317
+ flex: none
318
+ &.is-full-widescreen
319
+ flex: none
320
+ width: 100%
321
+ &.is-three-quarters-widescreen
322
+ flex: none
323
+ width: 75%
324
+ &.is-two-thirds-widescreen
325
+ flex: none
326
+ width: 66.6666%
327
+ &.is-half-widescreen
328
+ flex: none
329
+ width: 50%
330
+ &.is-one-third-widescreen
331
+ flex: none
332
+ width: 33.3333%
333
+ &.is-one-quarter-widescreen
334
+ flex: none
335
+ width: 25%
336
+ &.is-one-fifth-widescreen
337
+ flex: none
338
+ width: 20%
339
+ &.is-two-fifths-widescreen
340
+ flex: none
341
+ width: 40%
342
+ &.is-three-fifths-widescreen
343
+ flex: none
344
+ width: 60%
345
+ &.is-four-fifths-widescreen
346
+ flex: none
347
+ width: 80%
348
+ &.is-offset-three-quarters-widescreen
349
+ margin-left: 75%
350
+ &.is-offset-two-thirds-widescreen
351
+ margin-left: 66.6666%
352
+ &.is-offset-half-widescreen
353
+ margin-left: 50%
354
+ &.is-offset-one-third-widescreen
355
+ margin-left: 33.3333%
356
+ &.is-offset-one-quarter-widescreen
357
+ margin-left: 25%
358
+ &.is-offset-one-fifth-widescreen
359
+ margin-left: 20%
360
+ &.is-offset-two-fifths-widescreen
361
+ margin-left: 40%
362
+ &.is-offset-three-fifths-widescreen
363
+ margin-left: 60%
364
+ &.is-offset-four-fifths-widescreen
365
+ margin-left: 80%
366
+ @for $i from 1 through 12
367
+ &.is-#{$i}-widescreen
368
+ flex: none
369
+ width: ($i / 12) * 100%
370
+ &.is-offset-#{$i}-widescreen
371
+ margin-left: ($i / 12) * 100%
372
+ +fullhd
373
+ &.is-narrow-fullhd
374
+ flex: none
375
+ &.is-full-fullhd
376
+ flex: none
377
+ width: 100%
378
+ &.is-three-quarters-fullhd
379
+ flex: none
380
+ width: 75%
381
+ &.is-two-thirds-fullhd
382
+ flex: none
383
+ width: 66.6666%
384
+ &.is-half-fullhd
385
+ flex: none
386
+ width: 50%
387
+ &.is-one-third-fullhd
388
+ flex: none
389
+ width: 33.3333%
390
+ &.is-one-quarter-fullhd
391
+ flex: none
392
+ width: 25%
393
+ &.is-one-fifth-fullhd
394
+ flex: none
395
+ width: 20%
396
+ &.is-two-fifths-fullhd
397
+ flex: none
398
+ width: 40%
399
+ &.is-three-fifths-fullhd
400
+ flex: none
401
+ width: 60%
402
+ &.is-four-fifths-fullhd
403
+ flex: none
404
+ width: 80%
405
+ &.is-offset-three-quarters-fullhd
406
+ margin-left: 75%
407
+ &.is-offset-two-thirds-fullhd
408
+ margin-left: 66.6666%
409
+ &.is-offset-half-fullhd
410
+ margin-left: 50%
411
+ &.is-offset-one-third-fullhd
412
+ margin-left: 33.3333%
413
+ &.is-offset-one-quarter-fullhd
414
+ margin-left: 25%
415
+ &.is-offset-one-fifth-fullhd
416
+ margin-left: 20%
417
+ &.is-offset-two-fifths-fullhd
418
+ margin-left: 40%
419
+ &.is-offset-three-fifths-fullhd
420
+ margin-left: 60%
421
+ &.is-offset-four-fifths-fullhd
422
+ margin-left: 80%
423
+ @for $i from 1 through 12
424
+ &.is-#{$i}-fullhd
425
+ flex: none
426
+ width: ($i / 12) * 100%
427
+ &.is-offset-#{$i}-fullhd
428
+ margin-left: ($i / 12) * 100%
429
+
430
+ .columns
431
+ margin-left: (-$column-gap)
432
+ margin-right: (-$column-gap)
433
+ margin-top: (-$column-gap)
434
+ &:last-child
435
+ margin-bottom: (-$column-gap)
436
+ &:not(:last-child)
437
+ margin-bottom: calc(1.5rem - #{$column-gap})
438
+ // Modifiers
439
+ &.is-centered
440
+ justify-content: center
441
+ &.is-gapless
442
+ margin-left: 0
443
+ margin-right: 0
444
+ margin-top: 0
445
+ & > .column
446
+ margin: 0
447
+ padding: 0 !important
448
+ &:not(:last-child)
449
+ margin-bottom: 1.5rem
450
+ &:last-child
451
+ margin-bottom: 0
452
+ &.is-mobile
453
+ display: flex
454
+ &.is-multiline
455
+ flex-wrap: wrap
456
+ &.is-vcentered
457
+ align-items: center
458
+ // Responsiveness
459
+ +tablet
460
+ &:not(.is-desktop)
461
+ display: flex
462
+ +desktop
463
+ // Modifiers
464
+ &.is-desktop
465
+ display: flex
466
+
467
+ .columns.is-variable
468
+ --columnGap: 0.75rem
469
+ margin-left: calc(-1 * var(--columnGap))
470
+ margin-right: calc(-1 * var(--columnGap))
471
+ .column
472
+ padding-left: var(--columnGap)
473
+ padding-right: var(--columnGap)
474
+ @for $i from 0 through 8
475
+ &.is-#{$i}
476
+ --columnGap: #{$i * 0.25rem}
dist/assets/bulma/sass/grid/tiles.sass ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .tile
2
+ align-items: stretch
3
+ display: block
4
+ flex-basis: 0
5
+ flex-grow: 1
6
+ flex-shrink: 1
7
+ min-height: min-content
8
+ // Modifiers
9
+ &.is-ancestor
10
+ margin-left: -0.75rem
11
+ margin-right: -0.75rem
12
+ margin-top: -0.75rem
13
+ &:last-child
14
+ margin-bottom: -0.75rem
15
+ &:not(:last-child)
16
+ margin-bottom: 0.75rem
17
+ &.is-child
18
+ margin: 0 !important
19
+ &.is-parent
20
+ padding: 0.75rem
21
+ &.is-vertical
22
+ flex-direction: column
23
+ & > .tile.is-child:not(:last-child)
24
+ margin-bottom: 1.5rem !important
25
+ // Responsiveness
26
+ +tablet
27
+ &:not(.is-child)
28
+ display: flex
29
+ @for $i from 1 through 12
30
+ &.is-#{$i}
31
+ flex: none
32
+ width: ($i / 12) * 100%
dist/assets/bulma/sass/layout/_all.sass ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ @charset "utf-8"
2
+
3
+ @import "hero.sass"
4
+ @import "section.sass"
5
+ @import "footer.sass"
dist/assets/bulma/sass/layout/footer.sass ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ $footer-background-color: $background !default
2
+
3
+ .footer
4
+ background-color: $footer-background-color
5
+ padding: 3rem 1.5rem 6rem
dist/assets/bulma/sass/layout/hero.sass ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Main container
2
+
3
+ .hero
4
+ align-items: stretch
5
+ display: flex
6
+ flex-direction: column
7
+ justify-content: space-between
8
+ .navbar
9
+ background: none
10
+ .tabs
11
+ ul
12
+ border-bottom: none
13
+ // Colors
14
+ @each $name, $pair in $colors
15
+ $color: nth($pair, 1)
16
+ $color-invert: nth($pair, 2)
17
+ &.is-#{$name}
18
+ background-color: $color
19
+ color: $color-invert
20
+ a:not(.button),
21
+ strong
22
+ color: inherit
23
+ .title
24
+ color: $color-invert
25
+ .subtitle
26
+ color: rgba($color-invert, 0.9)
27
+ a:not(.button),
28
+ strong
29
+ color: $color-invert
30
+ .navbar-menu
31
+ +touch
32
+ background-color: $color
33
+ .navbar-item,
34
+ .navbar-link
35
+ color: rgba($color-invert, 0.7)
36
+ a.navbar-item,
37
+ .navbar-link
38
+ &:hover,
39
+ &.is-active
40
+ background-color: darken($color, 5%)
41
+ color: $color-invert
42
+ .tabs
43
+ a
44
+ color: $color-invert
45
+ opacity: 0.9
46
+ &:hover
47
+ opacity: 1
48
+ li
49
+ &.is-active a
50
+ opacity: 1
51
+ &.is-boxed,
52
+ &.is-toggle
53
+ a
54
+ color: $color-invert
55
+ &:hover
56
+ background-color: rgba($black, 0.1)
57
+ li.is-active a
58
+ &,
59
+ &:hover
60
+ background-color: $color-invert
61
+ border-color: $color-invert
62
+ color: $color
63
+ // Modifiers
64
+ &.is-bold
65
+ $gradient-top-left: darken(saturate(adjust-hue($color, -10deg), 10%), 10%)
66
+ $gradient-bottom-right: lighten(saturate(adjust-hue($color, 10deg), 5%), 5%)
67
+ background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%)
68
+ +mobile
69
+ .navbar-menu
70
+ background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%)
71
+ // Responsiveness
72
+ // +mobile
73
+ // .nav-toggle
74
+ // span
75
+ // background-color: $color-invert
76
+ // &:hover
77
+ // background-color: rgba($black, 0.1)
78
+ // &.is-active
79
+ // span
80
+ // background-color: $color-invert
81
+ // .nav-menu
82
+ // .nav-item
83
+ // border-top-color: rgba($color-invert, 0.2)
84
+ // Sizes
85
+ &.is-small
86
+ .hero-body
87
+ padding-bottom: 1.5rem
88
+ padding-top: 1.5rem
89
+ &.is-medium
90
+ +tablet
91
+ .hero-body
92
+ padding-bottom: 9rem
93
+ padding-top: 9rem
94
+ &.is-large
95
+ +tablet
96
+ .hero-body
97
+ padding-bottom: 18rem
98
+ padding-top: 18rem
99
+ &.is-halfheight,
100
+ &.is-fullheight
101
+ .hero-body
102
+ align-items: center
103
+ display: flex
104
+ & > .container
105
+ flex-grow: 1
106
+ flex-shrink: 1
107
+ &.is-halfheight
108
+ min-height: 50vh
109
+ &.is-fullheight
110
+ min-height: 100vh
111
+
112
+ // Components
113
+
114
+ .hero-video
115
+ +overlay
116
+ overflow: hidden
117
+ video
118
+ left: 50%
119
+ min-height: 100%
120
+ min-width: 100%
121
+ position: absolute
122
+ top: 50%
123
+ transform: translate3d(-50%, -50%, 0)
124
+ // Modifiers
125
+ &.is-transparent
126
+ opacity: 0.3
127
+ // Responsiveness
128
+ +mobile
129
+ display: none
130
+
131
+ .hero-buttons
132
+ margin-top: 1.5rem
133
+ // Responsiveness
134
+ +mobile
135
+ .button
136
+ display: flex
137
+ &:not(:last-child)
138
+ margin-bottom: 0.75rem
139
+ +tablet
140
+ display: flex
141
+ justify-content: center
142
+ .button:not(:last-child)
143
+ margin-right: 1.5rem
144
+
145
+ // Containers
146
+
147
+ .hero-head,
148
+ .hero-foot
149
+ flex-grow: 0
150
+ flex-shrink: 0
151
+
152
+ .hero-body
153
+ flex-grow: 1
154
+ flex-shrink: 0
155
+ padding: 3rem 1.5rem
dist/assets/bulma/sass/layout/section.sass ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $section-padding: 3rem 1.5rem !default
2
+ $section-padding-medium: 9rem 1.5rem !default
3
+ $section-padding-large: 18rem 1.5rem !default
4
+
5
+ .section
6
+ padding: $section-padding
7
+ // Responsiveness
8
+ +desktop
9
+ // Sizes
10
+ &.is-medium
11
+ padding: $section-padding-medium
12
+ &.is-large
13
+ padding: $section-padding-large
dist/assets/bulma/sass/utilities/_all.sass ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ @charset "utf-8"
2
+
3
+ @import "initial-variables.sass"
4
+ @import "functions.sass"
5
+ @import "derived-variables.sass"
6
+ @import "animations.sass"
7
+ @import "mixins.sass"
8
+ @import "controls.sass"
dist/assets/bulma/sass/utilities/animations.sass ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ @keyframes spinAround
2
+ from
3
+ transform: rotate(0deg)
4
+ to
5
+ transform: rotate(359deg)
dist/assets/bulma/sass/utilities/controls.sass ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $control-radius: $radius !default
2
+ $control-radius-small: $radius-small !default
3
+
4
+ $control-padding-vertical: calc(0.375em - 1px) !default
5
+ $control-padding-horizontal: calc(0.625em - 1px) !default
6
+
7
+ =control
8
+ -moz-appearance: none
9
+ -webkit-appearance: none
10
+ align-items: center
11
+ border: 1px solid transparent
12
+ border-radius: $control-radius
13
+ box-shadow: none
14
+ display: inline-flex
15
+ font-size: $size-normal
16
+ height: 2.25em
17
+ justify-content: flex-start
18
+ line-height: 1.5
19
+ padding-bottom: $control-padding-vertical
20
+ padding-left: $control-padding-horizontal
21
+ padding-right: $control-padding-horizontal
22
+ padding-top: $control-padding-vertical
23
+ position: relative
24
+ vertical-align: top
25
+ // States
26
+ &:focus,
27
+ &.is-focused,
28
+ &:active,
29
+ &.is-active
30
+ outline: none
31
+ &[disabled]
32
+ cursor: not-allowed
33
+
34
+ // The controls sizes use mixins so they can be used at different breakpoints
35
+ =control-small
36
+ border-radius: $control-radius-small
37
+ font-size: $size-small
38
+ =control-medium
39
+ font-size: $size-medium
40
+ =control-large
41
+ font-size: $size-large
dist/assets/bulma/sass/utilities/derived-variables.sass ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $primary: $turquoise !default
2
+
3
+ $info: $cyan !default
4
+ $success: $green !default
5
+ $warning: $yellow !default
6
+ $danger: $red !default
7
+
8
+ $light: $white-ter !default
9
+ $dark: $grey-darker !default
10
+
11
+ // Invert colors
12
+
13
+ $orange-invert: findColorInvert($orange) !default
14
+ $yellow-invert: findColorInvert($yellow) !default
15
+ $green-invert: findColorInvert($green) !default
16
+ $turquoise-invert: findColorInvert($turquoise) !default
17
+ $cyan-invert: findColorInvert($cyan) !default
18
+ $blue-invert: findColorInvert($blue) !default
19
+ $purple-invert: findColorInvert($purple) !default
20
+ $red-invert: findColorInvert($red) !default
21
+
22
+ $primary-invert: $turquoise-invert !default
23
+ $info-invert: $cyan-invert !default
24
+ $success-invert: $green-invert !default
25
+ $warning-invert: $yellow-invert !default
26
+ $danger-invert: $red-invert !default
27
+ $light-invert: $dark !default
28
+ $dark-invert: $light !default
29
+
30
+ // General colors
31
+
32
+ $background: $white-ter !default
33
+
34
+ $border: $grey-lighter !default
35
+ $border-hover: $grey-light !default
36
+
37
+ // Text colors
38
+
39
+ $text: $grey-dark !default
40
+ $text-invert: findColorInvert($text) !default
41
+ $text-light: $grey !default
42
+ $text-strong: $grey-darker !default
43
+
44
+ // Code colors
45
+
46
+ $code: $red !default
47
+ $code-background: $background !default
48
+
49
+ $pre: $text !default
50
+ $pre-background: $background !default
51
+
52
+ // Link colors
53
+
54
+ $link: $blue !default
55
+ $link-invert: $blue-invert !default
56
+ $link-visited: $purple !default
57
+
58
+ $link-hover: $grey-darker !default
59
+ $link-hover-border: $grey-light !default
60
+
61
+ $link-focus: $grey-darker !default
62
+ $link-focus-border: $blue !default
63
+
64
+ $link-active: $grey-darker !default
65
+ $link-active-border: $grey-dark !default
66
+
67
+ // Typography
68
+
69
+ $family-primary: $family-sans-serif !default
70
+ $family-code: $family-monospace !default
71
+
72
+ $size-small: $size-7 !default
73
+ $size-normal: $size-6 !default
74
+ $size-medium: $size-5 !default
75
+ $size-large: $size-4 !default
76
+
77
+ // Lists and maps
78
+
79
+ $colors: ("white": ($white, $black), "black": ($black, $white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert), "link": ($link, $link-invert), "info": ($info, $info-invert), "success": ($success, $success-invert), "warning": ($warning, $warning-invert), "danger": ($danger, $danger-invert)) !default
80
+ $shades: ("black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis) !default
81
+
82
+ $sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 !default
dist/assets/bulma/sass/utilities/functions.sass ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @function powerNumber($number, $exp)
2
+ $value: 1
3
+ @if $exp > 0
4
+ @for $i from 1 through $exp
5
+ $value: $value * $number
6
+ @else if $exp < 0
7
+ @for $i from 1 through -$exp
8
+ $value: $value / $number
9
+ @return $value
10
+
11
+ @function colorLuminance($color)
12
+ $color-rgb: ('red': red($color),'green': green($color),'blue': blue($color))
13
+ @each $name, $value in $color-rgb
14
+ $adjusted: 0
15
+ $value: $value / 255
16
+ @if $value < 0.03928
17
+ $value: $value / 12.92
18
+ @else
19
+ $value: ($value + .055) / 1.055
20
+ $value: powerNumber($value, 2)
21
+ $color-rgb: map-merge($color-rgb, ($name: $value))
22
+ @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722)
23
+
24
+ @function findColorInvert($color)
25
+ @if (colorLuminance($color) > 0.55)
26
+ @return rgba(#000, 0.7)
27
+ @else
28
+ @return #fff
dist/assets/bulma/sass/utilities/initial-variables.sass ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Colors
2
+
3
+ $black: hsl(0, 0%, 4%) !default
4
+ $black-bis: hsl(0, 0%, 7%) !default
5
+ $black-ter: hsl(0, 0%, 14%) !default
6
+
7
+ $grey-darker: hsl(0, 0%, 21%) !default
8
+ $grey-dark: hsl(0, 0%, 29%) !default
9
+ $grey: hsl(0, 0%, 48%) !default
10
+ $grey-light: hsl(0, 0%, 71%) !default
11
+ $grey-lighter: hsl(0, 0%, 86%) !default
12
+
13
+ $white-ter: hsl(0, 0%, 96%) !default
14
+ $white-bis: hsl(0, 0%, 98%) !default
15
+ $white: hsl(0, 0%, 100%) !default
16
+
17
+ $orange: hsl(14, 100%, 53%) !default
18
+ $yellow: hsl(48, 100%, 67%) !default
19
+ $green: hsl(141, 71%, 48%) !default
20
+ $turquoise: hsl(171, 100%, 41%) !default
21
+ $cyan: hsl(204, 86%, 53%) !default
22
+ $blue: hsl(217, 71%, 53%) !default
23
+ $purple: hsl(271, 100%, 71%) !default
24
+ $red: hsl(348, 100%, 61%) !default
25
+
26
+ // Typography
27
+
28
+ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
29
+ $family-monospace: monospace !default
30
+ $render-mode: optimizeLegibility !default
31
+
32
+ $size-1: 3rem !default
33
+ $size-2: 2.5rem !default
34
+ $size-3: 2rem !default
35
+ $size-4: 1.5rem !default
36
+ $size-5: 1.25rem !default
37
+ $size-6: 1rem !default
38
+ $size-7: 0.75rem !default
39
+
40
+ $weight-light: 300 !default
41
+ $weight-normal: 400 !default
42
+ $weight-medium: 500 !default
43
+ $weight-semibold: 600 !default
44
+ $weight-bold: 700 !default
45
+
46
+ // Responsiveness
47
+
48
+ // The container horizontal gap, which acts as the offset for breakpoints
49
+ $gap: 32px !default
50
+ // 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
51
+ $tablet: 769px !default
52
+ // 960px container + 3rem
53
+ $desktop: 960px + (2 * $gap) !default
54
+ // 1152px container + 3rem
55
+ $widescreen: 1152px + (2 * $gap) !default
56
+ // 1344px container + 3rem
57
+ $fullhd: 1344px + (2 * $gap) !default
58
+
59
+ // Miscellaneous
60
+
61
+ $easing: ease-out !default
62
+ $radius-small: 2px !default
63
+ $radius: 3px !default
64
+ $radius-large: 5px !default
65
+ $speed: 86ms !default
dist/assets/bulma/sass/utilities/mixins.sass ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "initial-variables"
2
+
3
+ =arrow($color)
4
+ border: 1px solid $color
5
+ border-right: 0
6
+ border-top: 0
7
+ content: " "
8
+ display: block
9
+ height: 0.5em
10
+ pointer-events: none
11
+ position: absolute
12
+ transform: rotate(-45deg)
13
+ transform-origin: center
14
+ width: 0.5em
15
+
16
+ =block
17
+ &:not(:last-child)
18
+ margin-bottom: 1.5rem
19
+
20
+ =clearfix
21
+ &:after
22
+ clear: both
23
+ content: " "
24
+ display: table
25
+
26
+ =center($width, $height: 0)
27
+ position: absolute
28
+ @if $height != 0
29
+ left: calc(50% - (#{$width} / 2))
30
+ top: calc(50% - (#{$height} / 2))
31
+ @else
32
+ left: calc(50% - (#{$width} / 2))
33
+ top: calc(50% - (#{$width} / 2))
34
+
35
+ =delete
36
+ +unselectable
37
+ -moz-appearance: none
38
+ -webkit-appearance: none
39
+ background-color: rgba($black, 0.2)
40
+ border: none
41
+ border-radius: 290486px
42
+ cursor: pointer
43
+ display: inline-block
44
+ flex-grow: 0
45
+ flex-shrink: 0
46
+ font-size: 0
47
+ height: 20px
48
+ max-height: 20px
49
+ max-width: 20px
50
+ min-height: 20px
51
+ min-width: 20px
52
+ outline: none
53
+ position: relative
54
+ vertical-align: top
55
+ width: 20px
56
+ &:before,
57
+ &:after
58
+ background-color: $white
59
+ content: ""
60
+ display: block
61
+ left: 50%
62
+ position: absolute
63
+ top: 50%
64
+ transform: translateX(-50%) translateY(-50%) rotate(45deg)
65
+ transform-origin: center center
66
+ &:before
67
+ height: 2px
68
+ width: 50%
69
+ &:after
70
+ height: 50%
71
+ width: 2px
72
+ &:hover,
73
+ &:focus
74
+ background-color: rgba($black, 0.3)
75
+ &:active
76
+ background-color: rgba($black, 0.4)
77
+ // Sizes
78
+ &.is-small
79
+ height: 16px
80
+ max-height: 16px
81
+ max-width: 16px
82
+ min-height: 16px
83
+ min-width: 16px
84
+ width: 16px
85
+ &.is-medium
86
+ height: 24px
87
+ max-height: 24px
88
+ max-width: 24px
89
+ min-height: 24px
90
+ min-width: 24px
91
+ width: 24px
92
+ &.is-large
93
+ height: 32px
94
+ max-height: 32px
95
+ max-width: 32px
96
+ min-height: 32px
97
+ min-width: 32px
98
+ width: 32px
99
+
100
+ =fa($size, $dimensions)
101
+ display: inline-block
102
+ font-size: $size
103
+ height: $dimensions
104
+ line-height: $dimensions
105
+ text-align: center
106
+ vertical-align: top
107
+ width: $dimensions
108
+
109
+ =hamburger($dimensions)
110
+ cursor: pointer
111
+ display: block
112
+ height: $dimensions
113
+ position: relative
114
+ width: $dimensions
115
+ span
116
+ background-color: currentColor
117
+ display: block
118
+ height: 1px
119
+ left: calc(50% - 8px)
120
+ position: absolute
121
+ transform-origin: center
122
+ transition-duration: $speed
123
+ transition-property: background-color, opacity, transform
124
+ transition-timing-function: $easing
125
+ width: 16px
126
+ &:nth-child(1)
127
+ top: calc(50% - 6px)
128
+ &:nth-child(2)
129
+ top: calc(50% - 1px)
130
+ &:nth-child(3)
131
+ top: calc(50% + 4px)
132
+ &:hover
133
+ background-color: rgba(black, 0.05)
134
+ // Modifers
135
+ &.is-active
136
+ span
137
+ &:nth-child(1)
138
+ transform: translateY(5px) rotate(45deg)
139
+ &:nth-child(2)
140
+ opacity: 0
141
+ &:nth-child(3)
142
+ transform: translateY(-5px) rotate(-45deg)
143
+
144
+ =loader
145
+ animation: spinAround 500ms infinite linear
146
+ border: 2px solid $border
147
+ border-radius: 290486px
148
+ border-right-color: transparent
149
+ border-top-color: transparent
150
+ content: ""
151
+ display: block
152
+ height: 1em
153
+ position: relative
154
+ width: 1em
155
+
156
+ =overflow-touch
157
+ -webkit-overflow-scrolling: touch
158
+
159
+ =overlay($offset: 0)
160
+ bottom: $offset
161
+ left: $offset
162
+ position: absolute
163
+ right: $offset
164
+ top: $offset
165
+
166
+ =placeholder
167
+ $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input'
168
+ @each $placeholder in $placeholders
169
+ &:#{$placeholder}-placeholder
170
+ @content
171
+
172
+ =unselectable
173
+ -webkit-touch-callout: none
174
+ -webkit-user-select: none
175
+ -moz-user-select: none
176
+ -ms-user-select: none
177
+ user-select: none
178
+
179
+ // Responsiveness
180
+
181
+ =from($device)
182
+ @media screen and (min-width: $device)
183
+ @content
184
+
185
+ =until($device)
186
+ @media screen and (max-width: $device - 1px)
187
+ @content
188
+
189
+ =mobile
190
+ @media screen and (max-width: $tablet - 1px)
191
+ @content
192
+
193
+ =tablet
194
+ @media screen and (min-width: $tablet), print
195
+ @content
196
+
197
+ =tablet-only
198
+ @media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
199
+ @content
200
+
201
+ =touch
202
+ @media screen and (max-width: $desktop - 1px)
203
+ @content
204
+
205
+ =desktop
206
+ @media screen and (min-width: $desktop)
207
+ @content
208
+
209
+ =desktop-only
210
+ @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
211
+ @content
212
+
213
+ =widescreen
214
+ @media screen and (min-width: $widescreen)
215
+ @content
216
+
217
+ =widescreen-only
218
+ @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px)
219
+ @content
220
+
221
+ =fullhd
222
+ @media screen and (min-width: $fullhd)
223
+ @content
dist/assets/fontawesome/css/fa-brands.css ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @font-face {
6
+ font-family: 'Font Awesome 5 Brands';
7
+ font-style: normal;
8
+ font-weight: normal;
9
+ src: url("../webfonts/fa-brands-400.eot");
10
+ src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
11
+
12
+ .fab {
13
+ font-family: 'Font Awesome 5 Brands'; }
dist/assets/fontawesome/css/fa-brands.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}
dist/assets/fontawesome/css/fa-regular.css ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @font-face {
6
+ font-family: 'Font Awesome 5 Free';
7
+ font-style: normal;
8
+ font-weight: 400;
9
+ src: url("../webfonts/fa-regular-400.eot");
10
+ src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
11
+
12
+ .far {
13
+ font-family: 'Font Awesome 5 Free';
14
+ font-weight: 400; }
dist/assets/fontawesome/css/fa-regular.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:Font Awesome\ 5 Free;font-weight:400}
dist/assets/fontawesome/css/fa-solid.css ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @font-face {
6
+ font-family: 'Font Awesome 5 Free';
7
+ font-style: normal;
8
+ font-weight: 900;
9
+ src: url("../webfonts/fa-solid-900.eot");
10
+ src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
11
+
12
+ .fa,
13
+ .fas {
14
+ font-family: 'Font Awesome 5 Free';
15
+ font-weight: 900; }
dist/assets/fontawesome/css/fa-solid.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900}
dist/assets/fontawesome/css/fontawesome-all.css ADDED
@@ -0,0 +1,2675 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ .fa,
6
+ .fas,
7
+ .far,
8
+ .fal,
9
+ .fab {
10
+ -moz-osx-font-smoothing: grayscale;
11
+ -webkit-font-smoothing: antialiased;
12
+ display: inline-block;
13
+ font-style: normal;
14
+ font-variant: normal;
15
+ text-rendering: auto;
16
+ line-height: 1; }
17
+
18
+ .fa-lg {
19
+ font-size: 1.33333em;
20
+ line-height: 0.75em;
21
+ vertical-align: -.0667em; }
22
+
23
+ .fa-xs {
24
+ font-size: .75em; }
25
+
26
+ .fa-sm {
27
+ font-size: .875em; }
28
+
29
+ .fa-1x {
30
+ font-size: 1em; }
31
+
32
+ .fa-2x {
33
+ font-size: 2em; }
34
+
35
+ .fa-3x {
36
+ font-size: 3em; }
37
+
38
+ .fa-4x {
39
+ font-size: 4em; }
40
+
41
+ .fa-5x {
42
+ font-size: 5em; }
43
+
44
+ .fa-6x {
45
+ font-size: 6em; }
46
+
47
+ .fa-7x {
48
+ font-size: 7em; }
49
+
50
+ .fa-8x {
51
+ font-size: 8em; }
52
+
53
+ .fa-9x {
54
+ font-size: 9em; }
55
+
56
+ .fa-10x {
57
+ font-size: 10em; }
58
+
59
+ .fa-fw {
60
+ text-align: center;
61
+ width: 1.25em; }
62
+
63
+ .fa-ul {
64
+ list-style-type: none;
65
+ margin-left: 2.5em;
66
+ padding-left: 0; }
67
+ .fa-ul > li {
68
+ position: relative; }
69
+
70
+ .fa-li {
71
+ left: -2em;
72
+ position: absolute;
73
+ text-align: center;
74
+ width: 2em;
75
+ line-height: inherit; }
76
+
77
+ .fa-border {
78
+ border: solid 0.08em #eee;
79
+ border-radius: .1em;
80
+ padding: .2em .25em .15em; }
81
+
82
+ .fa-pull-left {
83
+ float: left; }
84
+
85
+ .fa-pull-right {
86
+ float: right; }
87
+
88
+ .fa.fa-pull-left,
89
+ .fas.fa-pull-left,
90
+ .far.fa-pull-left,
91
+ .fal.fa-pull-left,
92
+ .fab.fa-pull-left {
93
+ margin-right: .3em; }
94
+
95
+ .fa.fa-pull-right,
96
+ .fas.fa-pull-right,
97
+ .far.fa-pull-right,
98
+ .fal.fa-pull-right,
99
+ .fab.fa-pull-right {
100
+ margin-left: .3em; }
101
+
102
+ .fa-spin {
103
+ -webkit-animation: fa-spin 2s infinite linear;
104
+ animation: fa-spin 2s infinite linear; }
105
+
106
+ .fa-pulse {
107
+ -webkit-animation: fa-spin 1s infinite steps(8);
108
+ animation: fa-spin 1s infinite steps(8); }
109
+
110
+ @-webkit-keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg); }
114
+ 100% {
115
+ -webkit-transform: rotate(360deg);
116
+ transform: rotate(360deg); } }
117
+
118
+ @keyframes fa-spin {
119
+ 0% {
120
+ -webkit-transform: rotate(0deg);
121
+ transform: rotate(0deg); }
122
+ 100% {
123
+ -webkit-transform: rotate(360deg);
124
+ transform: rotate(360deg); } }
125
+
126
+ .fa-rotate-90 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
128
+ -webkit-transform: rotate(90deg);
129
+ transform: rotate(90deg); }
130
+
131
+ .fa-rotate-180 {
132
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
133
+ -webkit-transform: rotate(180deg);
134
+ transform: rotate(180deg); }
135
+
136
+ .fa-rotate-270 {
137
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
138
+ -webkit-transform: rotate(270deg);
139
+ transform: rotate(270deg); }
140
+
141
+ .fa-flip-horizontal {
142
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
143
+ -webkit-transform: scale(-1, 1);
144
+ transform: scale(-1, 1); }
145
+
146
+ .fa-flip-vertical {
147
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
148
+ -webkit-transform: scale(1, -1);
149
+ transform: scale(1, -1); }
150
+
151
+ .fa-flip-horizontal.fa-flip-vertical {
152
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
153
+ -webkit-transform: scale(-1, -1);
154
+ transform: scale(-1, -1); }
155
+
156
+ :root .fa-rotate-90,
157
+ :root .fa-rotate-180,
158
+ :root .fa-rotate-270,
159
+ :root .fa-flip-horizontal,
160
+ :root .fa-flip-vertical {
161
+ -webkit-filter: none;
162
+ filter: none; }
163
+
164
+ .fa-stack {
165
+ display: inline-block;
166
+ height: 2em;
167
+ line-height: 2em;
168
+ position: relative;
169
+ vertical-align: middle;
170
+ width: 2em; }
171
+
172
+ .fa-stack-1x,
173
+ .fa-stack-2x {
174
+ left: 0;
175
+ position: absolute;
176
+ text-align: center;
177
+ width: 100%; }
178
+
179
+ .fa-stack-1x {
180
+ line-height: inherit; }
181
+
182
+ .fa-stack-2x {
183
+ font-size: 2em; }
184
+
185
+ .fa-inverse {
186
+ color: #fff; }
187
+
188
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
189
+ readers do not read off random characters that represent icons */
190
+ .fa-500px:before {
191
+ content: "\f26e"; }
192
+
193
+ .fa-accessible-icon:before {
194
+ content: "\f368"; }
195
+
196
+ .fa-accusoft:before {
197
+ content: "\f369"; }
198
+
199
+ .fa-address-book:before {
200
+ content: "\f2b9"; }
201
+
202
+ .fa-address-card:before {
203
+ content: "\f2bb"; }
204
+
205
+ .fa-adjust:before {
206
+ content: "\f042"; }
207
+
208
+ .fa-adn:before {
209
+ content: "\f170"; }
210
+
211
+ .fa-adversal:before {
212
+ content: "\f36a"; }
213
+
214
+ .fa-affiliatetheme:before {
215
+ content: "\f36b"; }
216
+
217
+ .fa-algolia:before {
218
+ content: "\f36c"; }
219
+
220
+ .fa-align-center:before {
221
+ content: "\f037"; }
222
+
223
+ .fa-align-justify:before {
224
+ content: "\f039"; }
225
+
226
+ .fa-align-left:before {
227
+ content: "\f036"; }
228
+
229
+ .fa-align-right:before {
230
+ content: "\f038"; }
231
+
232
+ .fa-amazon:before {
233
+ content: "\f270"; }
234
+
235
+ .fa-amazon-pay:before {
236
+ content: "\f42c"; }
237
+
238
+ .fa-ambulance:before {
239
+ content: "\f0f9"; }
240
+
241
+ .fa-american-sign-language-interpreting:before {
242
+ content: "\f2a3"; }
243
+
244
+ .fa-amilia:before {
245
+ content: "\f36d"; }
246
+
247
+ .fa-anchor:before {
248
+ content: "\f13d"; }
249
+
250
+ .fa-android:before {
251
+ content: "\f17b"; }
252
+
253
+ .fa-angellist:before {
254
+ content: "\f209"; }
255
+
256
+ .fa-angle-double-down:before {
257
+ content: "\f103"; }
258
+
259
+ .fa-angle-double-left:before {
260
+ content: "\f100"; }
261
+
262
+ .fa-angle-double-right:before {
263
+ content: "\f101"; }
264
+
265
+ .fa-angle-double-up:before {
266
+ content: "\f102"; }
267
+
268
+ .fa-angle-down:before {
269
+ content: "\f107"; }
270
+
271
+ .fa-angle-left:before {
272
+ content: "\f104"; }
273
+
274
+ .fa-angle-right:before {
275
+ content: "\f105"; }
276
+
277
+ .fa-angle-up:before {
278
+ content: "\f106"; }
279
+
280
+ .fa-angrycreative:before {
281
+ content: "\f36e"; }
282
+
283
+ .fa-angular:before {
284
+ content: "\f420"; }
285
+
286
+ .fa-app-store:before {
287
+ content: "\f36f"; }
288
+
289
+ .fa-app-store-ios:before {
290
+ content: "\f370"; }
291
+
292
+ .fa-apper:before {
293
+ content: "\f371"; }
294
+
295
+ .fa-apple:before {
296
+ content: "\f179"; }
297
+
298
+ .fa-apple-pay:before {
299
+ content: "\f415"; }
300
+
301
+ .fa-archive:before {
302
+ content: "\f187"; }
303
+
304
+ .fa-arrow-alt-circle-down:before {
305
+ content: "\f358"; }
306
+
307
+ .fa-arrow-alt-circle-left:before {
308
+ content: "\f359"; }
309
+
310
+ .fa-arrow-alt-circle-right:before {
311
+ content: "\f35a"; }
312
+
313
+ .fa-arrow-alt-circle-up:before {
314
+ content: "\f35b"; }
315
+
316
+ .fa-arrow-circle-down:before {
317
+ content: "\f0ab"; }
318
+
319
+ .fa-arrow-circle-left:before {
320
+ content: "\f0a8"; }
321
+
322
+ .fa-arrow-circle-right:before {
323
+ content: "\f0a9"; }
324
+
325
+ .fa-arrow-circle-up:before {
326
+ content: "\f0aa"; }
327
+
328
+ .fa-arrow-down:before {
329
+ content: "\f063"; }
330
+
331
+ .fa-arrow-left:before {
332
+ content: "\f060"; }
333
+
334
+ .fa-arrow-right:before {
335
+ content: "\f061"; }
336
+
337
+ .fa-arrow-up:before {
338
+ content: "\f062"; }
339
+
340
+ .fa-arrows-alt:before {
341
+ content: "\f0b2"; }
342
+
343
+ .fa-arrows-alt-h:before {
344
+ content: "\f337"; }
345
+
346
+ .fa-arrows-alt-v:before {
347
+ content: "\f338"; }
348
+
349
+ .fa-assistive-listening-systems:before {
350
+ content: "\f2a2"; }
351
+
352
+ .fa-asterisk:before {
353
+ content: "\f069"; }
354
+
355
+ .fa-asymmetrik:before {
356
+ content: "\f372"; }
357
+
358
+ .fa-at:before {
359
+ content: "\f1fa"; }
360
+
361
+ .fa-audible:before {
362
+ content: "\f373"; }
363
+
364
+ .fa-audio-description:before {
365
+ content: "\f29e"; }
366
+
367
+ .fa-autoprefixer:before {
368
+ content: "\f41c"; }
369
+
370
+ .fa-avianex:before {
371
+ content: "\f374"; }
372
+
373
+ .fa-aviato:before {
374
+ content: "\f421"; }
375
+
376
+ .fa-aws:before {
377
+ content: "\f375"; }
378
+
379
+ .fa-backward:before {
380
+ content: "\f04a"; }
381
+
382
+ .fa-balance-scale:before {
383
+ content: "\f24e"; }
384
+
385
+ .fa-ban:before {
386
+ content: "\f05e"; }
387
+
388
+ .fa-bandcamp:before {
389
+ content: "\f2d5"; }
390
+
391
+ .fa-barcode:before {
392
+ content: "\f02a"; }
393
+
394
+ .fa-bars:before {
395
+ content: "\f0c9"; }
396
+
397
+ .fa-baseball-ball:before {
398
+ content: "\f433"; }
399
+
400
+ .fa-basketball-ball:before {
401
+ content: "\f434"; }
402
+
403
+ .fa-bath:before {
404
+ content: "\f2cd"; }
405
+
406
+ .fa-battery-empty:before {
407
+ content: "\f244"; }
408
+
409
+ .fa-battery-full:before {
410
+ content: "\f240"; }
411
+
412
+ .fa-battery-half:before {
413
+ content: "\f242"; }
414
+
415
+ .fa-battery-quarter:before {
416
+ content: "\f243"; }
417
+
418
+ .fa-battery-three-quarters:before {
419
+ content: "\f241"; }
420
+
421
+ .fa-bed:before {
422
+ content: "\f236"; }
423
+
424
+ .fa-beer:before {
425
+ content: "\f0fc"; }
426
+
427
+ .fa-behance:before {
428
+ content: "\f1b4"; }
429
+
430
+ .fa-behance-square:before {
431
+ content: "\f1b5"; }
432
+
433
+ .fa-bell:before {
434
+ content: "\f0f3"; }
435
+
436
+ .fa-bell-slash:before {
437
+ content: "\f1f6"; }
438
+
439
+ .fa-bicycle:before {
440
+ content: "\f206"; }
441
+
442
+ .fa-bimobject:before {
443
+ content: "\f378"; }
444
+
445
+ .fa-binoculars:before {
446
+ content: "\f1e5"; }
447
+
448
+ .fa-birthday-cake:before {
449
+ content: "\f1fd"; }
450
+
451
+ .fa-bitbucket:before {
452
+ content: "\f171"; }
453
+
454
+ .fa-bitcoin:before {
455
+ content: "\f379"; }
456
+
457
+ .fa-bity:before {
458
+ content: "\f37a"; }
459
+
460
+ .fa-black-tie:before {
461
+ content: "\f27e"; }
462
+
463
+ .fa-blackberry:before {
464
+ content: "\f37b"; }
465
+
466
+ .fa-blind:before {
467
+ content: "\f29d"; }
468
+
469
+ .fa-blogger:before {
470
+ content: "\f37c"; }
471
+
472
+ .fa-blogger-b:before {
473
+ content: "\f37d"; }
474
+
475
+ .fa-bluetooth:before {
476
+ content: "\f293"; }
477
+
478
+ .fa-bluetooth-b:before {
479
+ content: "\f294"; }
480
+
481
+ .fa-bold:before {
482
+ content: "\f032"; }
483
+
484
+ .fa-bolt:before {
485
+ content: "\f0e7"; }
486
+
487
+ .fa-bomb:before {
488
+ content: "\f1e2"; }
489
+
490
+ .fa-book:before {
491
+ content: "\f02d"; }
492
+
493
+ .fa-bookmark:before {
494
+ content: "\f02e"; }
495
+
496
+ .fa-bowling-ball:before {
497
+ content: "\f436"; }
498
+
499
+ .fa-braille:before {
500
+ content: "\f2a1"; }
501
+
502
+ .fa-briefcase:before {
503
+ content: "\f0b1"; }
504
+
505
+ .fa-btc:before {
506
+ content: "\f15a"; }
507
+
508
+ .fa-bug:before {
509
+ content: "\f188"; }
510
+
511
+ .fa-building:before {
512
+ content: "\f1ad"; }
513
+
514
+ .fa-bullhorn:before {
515
+ content: "\f0a1"; }
516
+
517
+ .fa-bullseye:before {
518
+ content: "\f140"; }
519
+
520
+ .fa-buromobelexperte:before {
521
+ content: "\f37f"; }
522
+
523
+ .fa-bus:before {
524
+ content: "\f207"; }
525
+
526
+ .fa-buysellads:before {
527
+ content: "\f20d"; }
528
+
529
+ .fa-calculator:before {
530
+ content: "\f1ec"; }
531
+
532
+ .fa-calendar:before {
533
+ content: "\f133"; }
534
+
535
+ .fa-calendar-alt:before {
536
+ content: "\f073"; }
537
+
538
+ .fa-calendar-check:before {
539
+ content: "\f274"; }
540
+
541
+ .fa-calendar-minus:before {
542
+ content: "\f272"; }
543
+
544
+ .fa-calendar-plus:before {
545
+ content: "\f271"; }
546
+
547
+ .fa-calendar-times:before {
548
+ content: "\f273"; }
549
+
550
+ .fa-camera:before {
551
+ content: "\f030"; }
552
+
553
+ .fa-camera-retro:before {
554
+ content: "\f083"; }
555
+
556
+ .fa-car:before {
557
+ content: "\f1b9"; }
558
+
559
+ .fa-caret-down:before {
560
+ content: "\f0d7"; }
561
+
562
+ .fa-caret-left:before {
563
+ content: "\f0d9"; }
564
+
565
+ .fa-caret-right:before {
566
+ content: "\f0da"; }
567
+
568
+ .fa-caret-square-down:before {
569
+ content: "\f150"; }
570
+
571
+ .fa-caret-square-left:before {
572
+ content: "\f191"; }
573
+
574
+ .fa-caret-square-right:before {
575
+ content: "\f152"; }
576
+
577
+ .fa-caret-square-up:before {
578
+ content: "\f151"; }
579
+
580
+ .fa-caret-up:before {
581
+ content: "\f0d8"; }
582
+
583
+ .fa-cart-arrow-down:before {
584
+ content: "\f218"; }
585
+
586
+ .fa-cart-plus:before {
587
+ content: "\f217"; }
588
+
589
+ .fa-cc-amazon-pay:before {
590
+ content: "\f42d"; }
591
+
592
+ .fa-cc-amex:before {
593
+ content: "\f1f3"; }
594
+
595
+ .fa-cc-apple-pay:before {
596
+ content: "\f416"; }
597
+
598
+ .fa-cc-diners-club:before {
599
+ content: "\f24c"; }
600
+
601
+ .fa-cc-discover:before {
602
+ content: "\f1f2"; }
603
+
604
+ .fa-cc-jcb:before {
605
+ content: "\f24b"; }
606
+
607
+ .fa-cc-mastercard:before {
608
+ content: "\f1f1"; }
609
+
610
+ .fa-cc-paypal:before {
611
+ content: "\f1f4"; }
612
+
613
+ .fa-cc-stripe:before {
614
+ content: "\f1f5"; }
615
+
616
+ .fa-cc-visa:before {
617
+ content: "\f1f0"; }
618
+
619
+ .fa-centercode:before {
620
+ content: "\f380"; }
621
+
622
+ .fa-certificate:before {
623
+ content: "\f0a3"; }
624
+
625
+ .fa-chart-area:before {
626
+ content: "\f1fe"; }
627
+
628
+ .fa-chart-bar:before {
629
+ content: "\f080"; }
630
+
631
+ .fa-chart-line:before {
632
+ content: "\f201"; }
633
+
634
+ .fa-chart-pie:before {
635
+ content: "\f200"; }
636
+
637
+ .fa-check:before {
638
+ content: "\f00c"; }
639
+
640
+ .fa-check-circle:before {
641
+ content: "\f058"; }
642
+
643
+ .fa-check-square:before {
644
+ content: "\f14a"; }
645
+
646
+ .fa-chess:before {
647
+ content: "\f439"; }
648
+
649
+ .fa-chess-bishop:before {
650
+ content: "\f43a"; }
651
+
652
+ .fa-chess-board:before {
653
+ content: "\f43c"; }
654
+
655
+ .fa-chess-king:before {
656
+ content: "\f43f"; }
657
+
658
+ .fa-chess-knight:before {
659
+ content: "\f441"; }
660
+
661
+ .fa-chess-pawn:before {
662
+ content: "\f443"; }
663
+
664
+ .fa-chess-queen:before {
665
+ content: "\f445"; }
666
+
667
+ .fa-chess-rook:before {
668
+ content: "\f447"; }
669
+
670
+ .fa-chevron-circle-down:before {
671
+ content: "\f13a"; }
672
+
673
+ .fa-chevron-circle-left:before {
674
+ content: "\f137"; }
675
+
676
+ .fa-chevron-circle-right:before {
677
+ content: "\f138"; }
678
+
679
+ .fa-chevron-circle-up:before {
680
+ content: "\f139"; }
681
+
682
+ .fa-chevron-down:before {
683
+ content: "\f078"; }
684
+
685
+ .fa-chevron-left:before {
686
+ content: "\f053"; }
687
+
688
+ .fa-chevron-right:before {
689
+ content: "\f054"; }
690
+
691
+ .fa-chevron-up:before {
692
+ content: "\f077"; }
693
+
694
+ .fa-child:before {
695
+ content: "\f1ae"; }
696
+
697
+ .fa-chrome:before {
698
+ content: "\f268"; }
699
+
700
+ .fa-circle:before {
701
+ content: "\f111"; }
702
+
703
+ .fa-circle-notch:before {
704
+ content: "\f1ce"; }
705
+
706
+ .fa-clipboard:before {
707
+ content: "\f328"; }
708
+
709
+ .fa-clock:before {
710
+ content: "\f017"; }
711
+
712
+ .fa-clone:before {
713
+ content: "\f24d"; }
714
+
715
+ .fa-closed-captioning:before {
716
+ content: "\f20a"; }
717
+
718
+ .fa-cloud:before {
719
+ content: "\f0c2"; }
720
+
721
+ .fa-cloud-download-alt:before {
722
+ content: "\f381"; }
723
+
724
+ .fa-cloud-upload-alt:before {
725
+ content: "\f382"; }
726
+
727
+ .fa-cloudscale:before {
728
+ content: "\f383"; }
729
+
730
+ .fa-cloudsmith:before {
731
+ content: "\f384"; }
732
+
733
+ .fa-cloudversify:before {
734
+ content: "\f385"; }
735
+
736
+ .fa-code:before {
737
+ content: "\f121"; }
738
+
739
+ .fa-code-branch:before {
740
+ content: "\f126"; }
741
+
742
+ .fa-codepen:before {
743
+ content: "\f1cb"; }
744
+
745
+ .fa-codiepie:before {
746
+ content: "\f284"; }
747
+
748
+ .fa-coffee:before {
749
+ content: "\f0f4"; }
750
+
751
+ .fa-cog:before {
752
+ content: "\f013"; }
753
+
754
+ .fa-cogs:before {
755
+ content: "\f085"; }
756
+
757
+ .fa-columns:before {
758
+ content: "\f0db"; }
759
+
760
+ .fa-comment:before {
761
+ content: "\f075"; }
762
+
763
+ .fa-comment-alt:before {
764
+ content: "\f27a"; }
765
+
766
+ .fa-comments:before {
767
+ content: "\f086"; }
768
+
769
+ .fa-compass:before {
770
+ content: "\f14e"; }
771
+
772
+ .fa-compress:before {
773
+ content: "\f066"; }
774
+
775
+ .fa-connectdevelop:before {
776
+ content: "\f20e"; }
777
+
778
+ .fa-contao:before {
779
+ content: "\f26d"; }
780
+
781
+ .fa-copy:before {
782
+ content: "\f0c5"; }
783
+
784
+ .fa-copyright:before {
785
+ content: "\f1f9"; }
786
+
787
+ .fa-cpanel:before {
788
+ content: "\f388"; }
789
+
790
+ .fa-creative-commons:before {
791
+ content: "\f25e"; }
792
+
793
+ .fa-credit-card:before {
794
+ content: "\f09d"; }
795
+
796
+ .fa-crop:before {
797
+ content: "\f125"; }
798
+
799
+ .fa-crosshairs:before {
800
+ content: "\f05b"; }
801
+
802
+ .fa-css3:before {
803
+ content: "\f13c"; }
804
+
805
+ .fa-css3-alt:before {
806
+ content: "\f38b"; }
807
+
808
+ .fa-cube:before {
809
+ content: "\f1b2"; }
810
+
811
+ .fa-cubes:before {
812
+ content: "\f1b3"; }
813
+
814
+ .fa-cut:before {
815
+ content: "\f0c4"; }
816
+
817
+ .fa-cuttlefish:before {
818
+ content: "\f38c"; }
819
+
820
+ .fa-d-and-d:before {
821
+ content: "\f38d"; }
822
+
823
+ .fa-dashcube:before {
824
+ content: "\f210"; }
825
+
826
+ .fa-database:before {
827
+ content: "\f1c0"; }
828
+
829
+ .fa-deaf:before {
830
+ content: "\f2a4"; }
831
+
832
+ .fa-delicious:before {
833
+ content: "\f1a5"; }
834
+
835
+ .fa-deploydog:before {
836
+ content: "\f38e"; }
837
+
838
+ .fa-deskpro:before {
839
+ content: "\f38f"; }
840
+
841
+ .fa-desktop:before {
842
+ content: "\f108"; }
843
+
844
+ .fa-deviantart:before {
845
+ content: "\f1bd"; }
846
+
847
+ .fa-digg:before {
848
+ content: "\f1a6"; }
849
+
850
+ .fa-digital-ocean:before {
851
+ content: "\f391"; }
852
+
853
+ .fa-discord:before {
854
+ content: "\f392"; }
855
+
856
+ .fa-discourse:before {
857
+ content: "\f393"; }
858
+
859
+ .fa-dochub:before {
860
+ content: "\f394"; }
861
+
862
+ .fa-docker:before {
863
+ content: "\f395"; }
864
+
865
+ .fa-dollar-sign:before {
866
+ content: "\f155"; }
867
+
868
+ .fa-dot-circle:before {
869
+ content: "\f192"; }
870
+
871
+ .fa-download:before {
872
+ content: "\f019"; }
873
+
874
+ .fa-draft2digital:before {
875
+ content: "\f396"; }
876
+
877
+ .fa-dribbble:before {
878
+ content: "\f17d"; }
879
+
880
+ .fa-dribbble-square:before {
881
+ content: "\f397"; }
882
+
883
+ .fa-dropbox:before {
884
+ content: "\f16b"; }
885
+
886
+ .fa-drupal:before {
887
+ content: "\f1a9"; }
888
+
889
+ .fa-dyalog:before {
890
+ content: "\f399"; }
891
+
892
+ .fa-earlybirds:before {
893
+ content: "\f39a"; }
894
+
895
+ .fa-edge:before {
896
+ content: "\f282"; }
897
+
898
+ .fa-edit:before {
899
+ content: "\f044"; }
900
+
901
+ .fa-eject:before {
902
+ content: "\f052"; }
903
+
904
+ .fa-elementor:before {
905
+ content: "\f430"; }
906
+
907
+ .fa-ellipsis-h:before {
908
+ content: "\f141"; }
909
+
910
+ .fa-ellipsis-v:before {
911
+ content: "\f142"; }
912
+
913
+ .fa-ember:before {
914
+ content: "\f423"; }
915
+
916
+ .fa-empire:before {
917
+ content: "\f1d1"; }
918
+
919
+ .fa-envelope:before {
920
+ content: "\f0e0"; }
921
+
922
+ .fa-envelope-open:before {
923
+ content: "\f2b6"; }
924
+
925
+ .fa-envelope-square:before {
926
+ content: "\f199"; }
927
+
928
+ .fa-envira:before {
929
+ content: "\f299"; }
930
+
931
+ .fa-eraser:before {
932
+ content: "\f12d"; }
933
+
934
+ .fa-erlang:before {
935
+ content: "\f39d"; }
936
+
937
+ .fa-ethereum:before {
938
+ content: "\f42e"; }
939
+
940
+ .fa-etsy:before {
941
+ content: "\f2d7"; }
942
+
943
+ .fa-euro-sign:before {
944
+ content: "\f153"; }
945
+
946
+ .fa-exchange-alt:before {
947
+ content: "\f362"; }
948
+
949
+ .fa-exclamation:before {
950
+ content: "\f12a"; }
951
+
952
+ .fa-exclamation-circle:before {
953
+ content: "\f06a"; }
954
+
955
+ .fa-exclamation-triangle:before {
956
+ content: "\f071"; }
957
+
958
+ .fa-expand:before {
959
+ content: "\f065"; }
960
+
961
+ .fa-expand-arrows-alt:before {
962
+ content: "\f31e"; }
963
+
964
+ .fa-expeditedssl:before {
965
+ content: "\f23e"; }
966
+
967
+ .fa-external-link-alt:before {
968
+ content: "\f35d"; }
969
+
970
+ .fa-external-link-square-alt:before {
971
+ content: "\f360"; }
972
+
973
+ .fa-eye:before {
974
+ content: "\f06e"; }
975
+
976
+ .fa-eye-dropper:before {
977
+ content: "\f1fb"; }
978
+
979
+ .fa-eye-slash:before {
980
+ content: "\f070"; }
981
+
982
+ .fa-facebook:before {
983
+ content: "\f09a"; }
984
+
985
+ .fa-facebook-f:before {
986
+ content: "\f39e"; }
987
+
988
+ .fa-facebook-messenger:before {
989
+ content: "\f39f"; }
990
+
991
+ .fa-facebook-square:before {
992
+ content: "\f082"; }
993
+
994
+ .fa-fast-backward:before {
995
+ content: "\f049"; }
996
+
997
+ .fa-fast-forward:before {
998
+ content: "\f050"; }
999
+
1000
+ .fa-fax:before {
1001
+ content: "\f1ac"; }
1002
+
1003
+ .fa-female:before {
1004
+ content: "\f182"; }
1005
+
1006
+ .fa-fighter-jet:before {
1007
+ content: "\f0fb"; }
1008
+
1009
+ .fa-file:before {
1010
+ content: "\f15b"; }
1011
+
1012
+ .fa-file-alt:before {
1013
+ content: "\f15c"; }
1014
+
1015
+ .fa-file-archive:before {
1016
+ content: "\f1c6"; }
1017
+
1018
+ .fa-file-audio:before {
1019
+ content: "\f1c7"; }
1020
+
1021
+ .fa-file-code:before {
1022
+ content: "\f1c9"; }
1023
+
1024
+ .fa-file-excel:before {
1025
+ content: "\f1c3"; }
1026
+
1027
+ .fa-file-image:before {
1028
+ content: "\f1c5"; }
1029
+
1030
+ .fa-file-pdf:before {
1031
+ content: "\f1c1"; }
1032
+
1033
+ .fa-file-powerpoint:before {
1034
+ content: "\f1c4"; }
1035
+
1036
+ .fa-file-video:before {
1037
+ content: "\f1c8"; }
1038
+
1039
+ .fa-file-word:before {
1040
+ content: "\f1c2"; }
1041
+
1042
+ .fa-film:before {
1043
+ content: "\f008"; }
1044
+
1045
+ .fa-filter:before {
1046
+ content: "\f0b0"; }
1047
+
1048
+ .fa-fire:before {
1049
+ content: "\f06d"; }
1050
+
1051
+ .fa-fire-extinguisher:before {
1052
+ content: "\f134"; }
1053
+
1054
+ .fa-firefox:before {
1055
+ content: "\f269"; }
1056
+
1057
+ .fa-first-order:before {
1058
+ content: "\f2b0"; }
1059
+
1060
+ .fa-firstdraft:before {
1061
+ content: "\f3a1"; }
1062
+
1063
+ .fa-flag:before {
1064
+ content: "\f024"; }
1065
+
1066
+ .fa-flag-checkered:before {
1067
+ content: "\f11e"; }
1068
+
1069
+ .fa-flask:before {
1070
+ content: "\f0c3"; }
1071
+
1072
+ .fa-flickr:before {
1073
+ content: "\f16e"; }
1074
+
1075
+ .fa-flipboard:before {
1076
+ content: "\f44d"; }
1077
+
1078
+ .fa-fly:before {
1079
+ content: "\f417"; }
1080
+
1081
+ .fa-folder:before {
1082
+ content: "\f07b"; }
1083
+
1084
+ .fa-folder-open:before {
1085
+ content: "\f07c"; }
1086
+
1087
+ .fa-font:before {
1088
+ content: "\f031"; }
1089
+
1090
+ .fa-font-awesome:before {
1091
+ content: "\f2b4"; }
1092
+
1093
+ .fa-font-awesome-alt:before {
1094
+ content: "\f35c"; }
1095
+
1096
+ .fa-font-awesome-flag:before {
1097
+ content: "\f425"; }
1098
+
1099
+ .fa-fonticons:before {
1100
+ content: "\f280"; }
1101
+
1102
+ .fa-fonticons-fi:before {
1103
+ content: "\f3a2"; }
1104
+
1105
+ .fa-football-ball:before {
1106
+ content: "\f44e"; }
1107
+
1108
+ .fa-fort-awesome:before {
1109
+ content: "\f286"; }
1110
+
1111
+ .fa-fort-awesome-alt:before {
1112
+ content: "\f3a3"; }
1113
+
1114
+ .fa-forumbee:before {
1115
+ content: "\f211"; }
1116
+
1117
+ .fa-forward:before {
1118
+ content: "\f04e"; }
1119
+
1120
+ .fa-foursquare:before {
1121
+ content: "\f180"; }
1122
+
1123
+ .fa-free-code-camp:before {
1124
+ content: "\f2c5"; }
1125
+
1126
+ .fa-freebsd:before {
1127
+ content: "\f3a4"; }
1128
+
1129
+ .fa-frown:before {
1130
+ content: "\f119"; }
1131
+
1132
+ .fa-futbol:before {
1133
+ content: "\f1e3"; }
1134
+
1135
+ .fa-gamepad:before {
1136
+ content: "\f11b"; }
1137
+
1138
+ .fa-gavel:before {
1139
+ content: "\f0e3"; }
1140
+
1141
+ .fa-gem:before {
1142
+ content: "\f3a5"; }
1143
+
1144
+ .fa-genderless:before {
1145
+ content: "\f22d"; }
1146
+
1147
+ .fa-get-pocket:before {
1148
+ content: "\f265"; }
1149
+
1150
+ .fa-gg:before {
1151
+ content: "\f260"; }
1152
+
1153
+ .fa-gg-circle:before {
1154
+ content: "\f261"; }
1155
+
1156
+ .fa-gift:before {
1157
+ content: "\f06b"; }
1158
+
1159
+ .fa-git:before {
1160
+ content: "\f1d3"; }
1161
+
1162
+ .fa-git-square:before {
1163
+ content: "\f1d2"; }
1164
+
1165
+ .fa-github:before {
1166
+ content: "\f09b"; }
1167
+
1168
+ .fa-github-alt:before {
1169
+ content: "\f113"; }
1170
+
1171
+ .fa-github-square:before {
1172
+ content: "\f092"; }
1173
+
1174
+ .fa-gitkraken:before {
1175
+ content: "\f3a6"; }
1176
+
1177
+ .fa-gitlab:before {
1178
+ content: "\f296"; }
1179
+
1180
+ .fa-gitter:before {
1181
+ content: "\f426"; }
1182
+
1183
+ .fa-glass-martini:before {
1184
+ content: "\f000"; }
1185
+
1186
+ .fa-glide:before {
1187
+ content: "\f2a5"; }
1188
+
1189
+ .fa-glide-g:before {
1190
+ content: "\f2a6"; }
1191
+
1192
+ .fa-globe:before {
1193
+ content: "\f0ac"; }
1194
+
1195
+ .fa-gofore:before {
1196
+ content: "\f3a7"; }
1197
+
1198
+ .fa-golf-ball:before {
1199
+ content: "\f450"; }
1200
+
1201
+ .fa-goodreads:before {
1202
+ content: "\f3a8"; }
1203
+
1204
+ .fa-goodreads-g:before {
1205
+ content: "\f3a9"; }
1206
+
1207
+ .fa-google:before {
1208
+ content: "\f1a0"; }
1209
+
1210
+ .fa-google-drive:before {
1211
+ content: "\f3aa"; }
1212
+
1213
+ .fa-google-play:before {
1214
+ content: "\f3ab"; }
1215
+
1216
+ .fa-google-plus:before {
1217
+ content: "\f2b3"; }
1218
+
1219
+ .fa-google-plus-g:before {
1220
+ content: "\f0d5"; }
1221
+
1222
+ .fa-google-plus-square:before {
1223
+ content: "\f0d4"; }
1224
+
1225
+ .fa-google-wallet:before {
1226
+ content: "\f1ee"; }
1227
+
1228
+ .fa-graduation-cap:before {
1229
+ content: "\f19d"; }
1230
+
1231
+ .fa-gratipay:before {
1232
+ content: "\f184"; }
1233
+
1234
+ .fa-grav:before {
1235
+ content: "\f2d6"; }
1236
+
1237
+ .fa-gripfire:before {
1238
+ content: "\f3ac"; }
1239
+
1240
+ .fa-grunt:before {
1241
+ content: "\f3ad"; }
1242
+
1243
+ .fa-gulp:before {
1244
+ content: "\f3ae"; }
1245
+
1246
+ .fa-h-square:before {
1247
+ content: "\f0fd"; }
1248
+
1249
+ .fa-hacker-news:before {
1250
+ content: "\f1d4"; }
1251
+
1252
+ .fa-hacker-news-square:before {
1253
+ content: "\f3af"; }
1254
+
1255
+ .fa-hand-lizard:before {
1256
+ content: "\f258"; }
1257
+
1258
+ .fa-hand-paper:before {
1259
+ content: "\f256"; }
1260
+
1261
+ .fa-hand-peace:before {
1262
+ content: "\f25b"; }
1263
+
1264
+ .fa-hand-point-down:before {
1265
+ content: "\f0a7"; }
1266
+
1267
+ .fa-hand-point-left:before {
1268
+ content: "\f0a5"; }
1269
+
1270
+ .fa-hand-point-right:before {
1271
+ content: "\f0a4"; }
1272
+
1273
+ .fa-hand-point-up:before {
1274
+ content: "\f0a6"; }
1275
+
1276
+ .fa-hand-pointer:before {
1277
+ content: "\f25a"; }
1278
+
1279
+ .fa-hand-rock:before {
1280
+ content: "\f255"; }
1281
+
1282
+ .fa-hand-scissors:before {
1283
+ content: "\f257"; }
1284
+
1285
+ .fa-hand-spock:before {
1286
+ content: "\f259"; }
1287
+
1288
+ .fa-handshake:before {
1289
+ content: "\f2b5"; }
1290
+
1291
+ .fa-hashtag:before {
1292
+ content: "\f292"; }
1293
+
1294
+ .fa-hdd:before {
1295
+ content: "\f0a0"; }
1296
+
1297
+ .fa-heading:before {
1298
+ content: "\f1dc"; }
1299
+
1300
+ .fa-headphones:before {
1301
+ content: "\f025"; }
1302
+
1303
+ .fa-heart:before {
1304
+ content: "\f004"; }
1305
+
1306
+ .fa-heartbeat:before {
1307
+ content: "\f21e"; }
1308
+
1309
+ .fa-hips:before {
1310
+ content: "\f452"; }
1311
+
1312
+ .fa-hire-a-helper:before {
1313
+ content: "\f3b0"; }
1314
+
1315
+ .fa-history:before {
1316
+ content: "\f1da"; }
1317
+
1318
+ .fa-hockey-puck:before {
1319
+ content: "\f453"; }
1320
+
1321
+ .fa-home:before {
1322
+ content: "\f015"; }
1323
+
1324
+ .fa-hooli:before {
1325
+ content: "\f427"; }
1326
+
1327
+ .fa-hospital:before {
1328
+ content: "\f0f8"; }
1329
+
1330
+ .fa-hotjar:before {
1331
+ content: "\f3b1"; }
1332
+
1333
+ .fa-hourglass:before {
1334
+ content: "\f254"; }
1335
+
1336
+ .fa-hourglass-end:before {
1337
+ content: "\f253"; }
1338
+
1339
+ .fa-hourglass-half:before {
1340
+ content: "\f252"; }
1341
+
1342
+ .fa-hourglass-start:before {
1343
+ content: "\f251"; }
1344
+
1345
+ .fa-houzz:before {
1346
+ content: "\f27c"; }
1347
+
1348
+ .fa-html5:before {
1349
+ content: "\f13b"; }
1350
+
1351
+ .fa-hubspot:before {
1352
+ content: "\f3b2"; }
1353
+
1354
+ .fa-i-cursor:before {
1355
+ content: "\f246"; }
1356
+
1357
+ .fa-id-badge:before {
1358
+ content: "\f2c1"; }
1359
+
1360
+ .fa-id-card:before {
1361
+ content: "\f2c2"; }
1362
+
1363
+ .fa-image:before {
1364
+ content: "\f03e"; }
1365
+
1366
+ .fa-images:before {
1367
+ content: "\f302"; }
1368
+
1369
+ .fa-imdb:before {
1370
+ content: "\f2d8"; }
1371
+
1372
+ .fa-inbox:before {
1373
+ content: "\f01c"; }
1374
+
1375
+ .fa-indent:before {
1376
+ content: "\f03c"; }
1377
+
1378
+ .fa-industry:before {
1379
+ content: "\f275"; }
1380
+
1381
+ .fa-info:before {
1382
+ content: "\f129"; }
1383
+
1384
+ .fa-info-circle:before {
1385
+ content: "\f05a"; }
1386
+
1387
+ .fa-instagram:before {
1388
+ content: "\f16d"; }
1389
+
1390
+ .fa-internet-explorer:before {
1391
+ content: "\f26b"; }
1392
+
1393
+ .fa-ioxhost:before {
1394
+ content: "\f208"; }
1395
+
1396
+ .fa-italic:before {
1397
+ content: "\f033"; }
1398
+
1399
+ .fa-itunes:before {
1400
+ content: "\f3b4"; }
1401
+
1402
+ .fa-itunes-note:before {
1403
+ content: "\f3b5"; }
1404
+
1405
+ .fa-jenkins:before {
1406
+ content: "\f3b6"; }
1407
+
1408
+ .fa-joget:before {
1409
+ content: "\f3b7"; }
1410
+
1411
+ .fa-joomla:before {
1412
+ content: "\f1aa"; }
1413
+
1414
+ .fa-js:before {
1415
+ content: "\f3b8"; }
1416
+
1417
+ .fa-js-square:before {
1418
+ content: "\f3b9"; }
1419
+
1420
+ .fa-jsfiddle:before {
1421
+ content: "\f1cc"; }
1422
+
1423
+ .fa-key:before {
1424
+ content: "\f084"; }
1425
+
1426
+ .fa-keyboard:before {
1427
+ content: "\f11c"; }
1428
+
1429
+ .fa-keycdn:before {
1430
+ content: "\f3ba"; }
1431
+
1432
+ .fa-kickstarter:before {
1433
+ content: "\f3bb"; }
1434
+
1435
+ .fa-kickstarter-k:before {
1436
+ content: "\f3bc"; }
1437
+
1438
+ .fa-korvue:before {
1439
+ content: "\f42f"; }
1440
+
1441
+ .fa-language:before {
1442
+ content: "\f1ab"; }
1443
+
1444
+ .fa-laptop:before {
1445
+ content: "\f109"; }
1446
+
1447
+ .fa-laravel:before {
1448
+ content: "\f3bd"; }
1449
+
1450
+ .fa-lastfm:before {
1451
+ content: "\f202"; }
1452
+
1453
+ .fa-lastfm-square:before {
1454
+ content: "\f203"; }
1455
+
1456
+ .fa-leaf:before {
1457
+ content: "\f06c"; }
1458
+
1459
+ .fa-leanpub:before {
1460
+ content: "\f212"; }
1461
+
1462
+ .fa-lemon:before {
1463
+ content: "\f094"; }
1464
+
1465
+ .fa-less:before {
1466
+ content: "\f41d"; }
1467
+
1468
+ .fa-level-down-alt:before {
1469
+ content: "\f3be"; }
1470
+
1471
+ .fa-level-up-alt:before {
1472
+ content: "\f3bf"; }
1473
+
1474
+ .fa-life-ring:before {
1475
+ content: "\f1cd"; }
1476
+
1477
+ .fa-lightbulb:before {
1478
+ content: "\f0eb"; }
1479
+
1480
+ .fa-line:before {
1481
+ content: "\f3c0"; }
1482
+
1483
+ .fa-link:before {
1484
+ content: "\f0c1"; }
1485
+
1486
+ .fa-linkedin:before {
1487
+ content: "\f08c"; }
1488
+
1489
+ .fa-linkedin-in:before {
1490
+ content: "\f0e1"; }
1491
+
1492
+ .fa-linode:before {
1493
+ content: "\f2b8"; }
1494
+
1495
+ .fa-linux:before {
1496
+ content: "\f17c"; }
1497
+
1498
+ .fa-lira-sign:before {
1499
+ content: "\f195"; }
1500
+
1501
+ .fa-list:before {
1502
+ content: "\f03a"; }
1503
+
1504
+ .fa-list-alt:before {
1505
+ content: "\f022"; }
1506
+
1507
+ .fa-list-ol:before {
1508
+ content: "\f0cb"; }
1509
+
1510
+ .fa-list-ul:before {
1511
+ content: "\f0ca"; }
1512
+
1513
+ .fa-location-arrow:before {
1514
+ content: "\f124"; }
1515
+
1516
+ .fa-lock:before {
1517
+ content: "\f023"; }
1518
+
1519
+ .fa-lock-open:before {
1520
+ content: "\f3c1"; }
1521
+
1522
+ .fa-long-arrow-alt-down:before {
1523
+ content: "\f309"; }
1524
+
1525
+ .fa-long-arrow-alt-left:before {
1526
+ content: "\f30a"; }
1527
+
1528
+ .fa-long-arrow-alt-right:before {
1529
+ content: "\f30b"; }
1530
+
1531
+ .fa-long-arrow-alt-up:before {
1532
+ content: "\f30c"; }
1533
+
1534
+ .fa-low-vision:before {
1535
+ content: "\f2a8"; }
1536
+
1537
+ .fa-lyft:before {
1538
+ content: "\f3c3"; }
1539
+
1540
+ .fa-magento:before {
1541
+ content: "\f3c4"; }
1542
+
1543
+ .fa-magic:before {
1544
+ content: "\f0d0"; }
1545
+
1546
+ .fa-magnet:before {
1547
+ content: "\f076"; }
1548
+
1549
+ .fa-male:before {
1550
+ content: "\f183"; }
1551
+
1552
+ .fa-map:before {
1553
+ content: "\f279"; }
1554
+
1555
+ .fa-map-marker:before {
1556
+ content: "\f041"; }
1557
+
1558
+ .fa-map-marker-alt:before {
1559
+ content: "\f3c5"; }
1560
+
1561
+ .fa-map-pin:before {
1562
+ content: "\f276"; }
1563
+
1564
+ .fa-map-signs:before {
1565
+ content: "\f277"; }
1566
+
1567
+ .fa-mars:before {
1568
+ content: "\f222"; }
1569
+
1570
+ .fa-mars-double:before {
1571
+ content: "\f227"; }
1572
+
1573
+ .fa-mars-stroke:before {
1574
+ content: "\f229"; }
1575
+
1576
+ .fa-mars-stroke-h:before {
1577
+ content: "\f22b"; }
1578
+
1579
+ .fa-mars-stroke-v:before {
1580
+ content: "\f22a"; }
1581
+
1582
+ .fa-maxcdn:before {
1583
+ content: "\f136"; }
1584
+
1585
+ .fa-medapps:before {
1586
+ content: "\f3c6"; }
1587
+
1588
+ .fa-medium:before {
1589
+ content: "\f23a"; }
1590
+
1591
+ .fa-medium-m:before {
1592
+ content: "\f3c7"; }
1593
+
1594
+ .fa-medkit:before {
1595
+ content: "\f0fa"; }
1596
+
1597
+ .fa-medrt:before {
1598
+ content: "\f3c8"; }
1599
+
1600
+ .fa-meetup:before {
1601
+ content: "\f2e0"; }
1602
+
1603
+ .fa-meh:before {
1604
+ content: "\f11a"; }
1605
+
1606
+ .fa-mercury:before {
1607
+ content: "\f223"; }
1608
+
1609
+ .fa-microchip:before {
1610
+ content: "\f2db"; }
1611
+
1612
+ .fa-microphone:before {
1613
+ content: "\f130"; }
1614
+
1615
+ .fa-microphone-slash:before {
1616
+ content: "\f131"; }
1617
+
1618
+ .fa-microsoft:before {
1619
+ content: "\f3ca"; }
1620
+
1621
+ .fa-minus:before {
1622
+ content: "\f068"; }
1623
+
1624
+ .fa-minus-circle:before {
1625
+ content: "\f056"; }
1626
+
1627
+ .fa-minus-square:before {
1628
+ content: "\f146"; }
1629
+
1630
+ .fa-mix:before {
1631
+ content: "\f3cb"; }
1632
+
1633
+ .fa-mixcloud:before {
1634
+ content: "\f289"; }
1635
+
1636
+ .fa-mizuni:before {
1637
+ content: "\f3cc"; }
1638
+
1639
+ .fa-mobile:before {
1640
+ content: "\f10b"; }
1641
+
1642
+ .fa-mobile-alt:before {
1643
+ content: "\f3cd"; }
1644
+
1645
+ .fa-modx:before {
1646
+ content: "\f285"; }
1647
+
1648
+ .fa-monero:before {
1649
+ content: "\f3d0"; }
1650
+
1651
+ .fa-money-bill-alt:before {
1652
+ content: "\f3d1"; }
1653
+
1654
+ .fa-moon:before {
1655
+ content: "\f186"; }
1656
+
1657
+ .fa-motorcycle:before {
1658
+ content: "\f21c"; }
1659
+
1660
+ .fa-mouse-pointer:before {
1661
+ content: "\f245"; }
1662
+
1663
+ .fa-music:before {
1664
+ content: "\f001"; }
1665
+
1666
+ .fa-napster:before {
1667
+ content: "\f3d2"; }
1668
+
1669
+ .fa-neuter:before {
1670
+ content: "\f22c"; }
1671
+
1672
+ .fa-newspaper:before {
1673
+ content: "\f1ea"; }
1674
+
1675
+ .fa-nintendo-switch:before {
1676
+ content: "\f418"; }
1677
+
1678
+ .fa-node:before {
1679
+ content: "\f419"; }
1680
+
1681
+ .fa-node-js:before {
1682
+ content: "\f3d3"; }
1683
+
1684
+ .fa-npm:before {
1685
+ content: "\f3d4"; }
1686
+
1687
+ .fa-ns8:before {
1688
+ content: "\f3d5"; }
1689
+
1690
+ .fa-nutritionix:before {
1691
+ content: "\f3d6"; }
1692
+
1693
+ .fa-object-group:before {
1694
+ content: "\f247"; }
1695
+
1696
+ .fa-object-ungroup:before {
1697
+ content: "\f248"; }
1698
+
1699
+ .fa-odnoklassniki:before {
1700
+ content: "\f263"; }
1701
+
1702
+ .fa-odnoklassniki-square:before {
1703
+ content: "\f264"; }
1704
+
1705
+ .fa-opencart:before {
1706
+ content: "\f23d"; }
1707
+
1708
+ .fa-openid:before {
1709
+ content: "\f19b"; }
1710
+
1711
+ .fa-opera:before {
1712
+ content: "\f26a"; }
1713
+
1714
+ .fa-optin-monster:before {
1715
+ content: "\f23c"; }
1716
+
1717
+ .fa-osi:before {
1718
+ content: "\f41a"; }
1719
+
1720
+ .fa-outdent:before {
1721
+ content: "\f03b"; }
1722
+
1723
+ .fa-page4:before {
1724
+ content: "\f3d7"; }
1725
+
1726
+ .fa-pagelines:before {
1727
+ content: "\f18c"; }
1728
+
1729
+ .fa-paint-brush:before {
1730
+ content: "\f1fc"; }
1731
+
1732
+ .fa-palfed:before {
1733
+ content: "\f3d8"; }
1734
+
1735
+ .fa-paper-plane:before {
1736
+ content: "\f1d8"; }
1737
+
1738
+ .fa-paperclip:before {
1739
+ content: "\f0c6"; }
1740
+
1741
+ .fa-paragraph:before {
1742
+ content: "\f1dd"; }
1743
+
1744
+ .fa-paste:before {
1745
+ content: "\f0ea"; }
1746
+
1747
+ .fa-patreon:before {
1748
+ content: "\f3d9"; }
1749
+
1750
+ .fa-pause:before {
1751
+ content: "\f04c"; }
1752
+
1753
+ .fa-pause-circle:before {
1754
+ content: "\f28b"; }
1755
+
1756
+ .fa-paw:before {
1757
+ content: "\f1b0"; }
1758
+
1759
+ .fa-paypal:before {
1760
+ content: "\f1ed"; }
1761
+
1762
+ .fa-pen-square:before {
1763
+ content: "\f14b"; }
1764
+
1765
+ .fa-pencil-alt:before {
1766
+ content: "\f303"; }
1767
+
1768
+ .fa-percent:before {
1769
+ content: "\f295"; }
1770
+
1771
+ .fa-periscope:before {
1772
+ content: "\f3da"; }
1773
+
1774
+ .fa-phabricator:before {
1775
+ content: "\f3db"; }
1776
+
1777
+ .fa-phoenix-framework:before {
1778
+ content: "\f3dc"; }
1779
+
1780
+ .fa-phone:before {
1781
+ content: "\f095"; }
1782
+
1783
+ .fa-phone-square:before {
1784
+ content: "\f098"; }
1785
+
1786
+ .fa-phone-volume:before {
1787
+ content: "\f2a0"; }
1788
+
1789
+ .fa-php:before {
1790
+ content: "\f457"; }
1791
+
1792
+ .fa-pied-piper:before {
1793
+ content: "\f2ae"; }
1794
+
1795
+ .fa-pied-piper-alt:before {
1796
+ content: "\f1a8"; }
1797
+
1798
+ .fa-pied-piper-pp:before {
1799
+ content: "\f1a7"; }
1800
+
1801
+ .fa-pinterest:before {
1802
+ content: "\f0d2"; }
1803
+
1804
+ .fa-pinterest-p:before {
1805
+ content: "\f231"; }
1806
+
1807
+ .fa-pinterest-square:before {
1808
+ content: "\f0d3"; }
1809
+
1810
+ .fa-plane:before {
1811
+ content: "\f072"; }
1812
+
1813
+ .fa-play:before {
1814
+ content: "\f04b"; }
1815
+
1816
+ .fa-play-circle:before {
1817
+ content: "\f144"; }
1818
+
1819
+ .fa-playstation:before {
1820
+ content: "\f3df"; }
1821
+
1822
+ .fa-plug:before {
1823
+ content: "\f1e6"; }
1824
+
1825
+ .fa-plus:before {
1826
+ content: "\f067"; }
1827
+
1828
+ .fa-plus-circle:before {
1829
+ content: "\f055"; }
1830
+
1831
+ .fa-plus-square:before {
1832
+ content: "\f0fe"; }
1833
+
1834
+ .fa-podcast:before {
1835
+ content: "\f2ce"; }
1836
+
1837
+ .fa-pound-sign:before {
1838
+ content: "\f154"; }
1839
+
1840
+ .fa-power-off:before {
1841
+ content: "\f011"; }
1842
+
1843
+ .fa-print:before {
1844
+ content: "\f02f"; }
1845
+
1846
+ .fa-product-hunt:before {
1847
+ content: "\f288"; }
1848
+
1849
+ .fa-pushed:before {
1850
+ content: "\f3e1"; }
1851
+
1852
+ .fa-puzzle-piece:before {
1853
+ content: "\f12e"; }
1854
+
1855
+ .fa-python:before {
1856
+ content: "\f3e2"; }
1857
+
1858
+ .fa-qq:before {
1859
+ content: "\f1d6"; }
1860
+
1861
+ .fa-qrcode:before {
1862
+ content: "\f029"; }
1863
+
1864
+ .fa-question:before {
1865
+ content: "\f128"; }
1866
+
1867
+ .fa-question-circle:before {
1868
+ content: "\f059"; }
1869
+
1870
+ .fa-quidditch:before {
1871
+ content: "\f458"; }
1872
+
1873
+ .fa-quinscape:before {
1874
+ content: "\f459"; }
1875
+
1876
+ .fa-quora:before {
1877
+ content: "\f2c4"; }
1878
+
1879
+ .fa-quote-left:before {
1880
+ content: "\f10d"; }
1881
+
1882
+ .fa-quote-right:before {
1883
+ content: "\f10e"; }
1884
+
1885
+ .fa-random:before {
1886
+ content: "\f074"; }
1887
+
1888
+ .fa-ravelry:before {
1889
+ content: "\f2d9"; }
1890
+
1891
+ .fa-react:before {
1892
+ content: "\f41b"; }
1893
+
1894
+ .fa-rebel:before {
1895
+ content: "\f1d0"; }
1896
+
1897
+ .fa-recycle:before {
1898
+ content: "\f1b8"; }
1899
+
1900
+ .fa-red-river:before {
1901
+ content: "\f3e3"; }
1902
+
1903
+ .fa-reddit:before {
1904
+ content: "\f1a1"; }
1905
+
1906
+ .fa-reddit-alien:before {
1907
+ content: "\f281"; }
1908
+
1909
+ .fa-reddit-square:before {
1910
+ content: "\f1a2"; }
1911
+
1912
+ .fa-redo:before {
1913
+ content: "\f01e"; }
1914
+
1915
+ .fa-redo-alt:before {
1916
+ content: "\f2f9"; }
1917
+
1918
+ .fa-registered:before {
1919
+ content: "\f25d"; }
1920
+
1921
+ .fa-rendact:before {
1922
+ content: "\f3e4"; }
1923
+
1924
+ .fa-renren:before {
1925
+ content: "\f18b"; }
1926
+
1927
+ .fa-reply:before {
1928
+ content: "\f3e5"; }
1929
+
1930
+ .fa-reply-all:before {
1931
+ content: "\f122"; }
1932
+
1933
+ .fa-replyd:before {
1934
+ content: "\f3e6"; }
1935
+
1936
+ .fa-resolving:before {
1937
+ content: "\f3e7"; }
1938
+
1939
+ .fa-retweet:before {
1940
+ content: "\f079"; }
1941
+
1942
+ .fa-road:before {
1943
+ content: "\f018"; }
1944
+
1945
+ .fa-rocket:before {
1946
+ content: "\f135"; }
1947
+
1948
+ .fa-rocketchat:before {
1949
+ content: "\f3e8"; }
1950
+
1951
+ .fa-rockrms:before {
1952
+ content: "\f3e9"; }
1953
+
1954
+ .fa-rss:before {
1955
+ content: "\f09e"; }
1956
+
1957
+ .fa-rss-square:before {
1958
+ content: "\f143"; }
1959
+
1960
+ .fa-ruble-sign:before {
1961
+ content: "\f158"; }
1962
+
1963
+ .fa-rupee-sign:before {
1964
+ content: "\f156"; }
1965
+
1966
+ .fa-safari:before {
1967
+ content: "\f267"; }
1968
+
1969
+ .fa-sass:before {
1970
+ content: "\f41e"; }
1971
+
1972
+ .fa-save:before {
1973
+ content: "\f0c7"; }
1974
+
1975
+ .fa-schlix:before {
1976
+ content: "\f3ea"; }
1977
+
1978
+ .fa-scribd:before {
1979
+ content: "\f28a"; }
1980
+
1981
+ .fa-search:before {
1982
+ content: "\f002"; }
1983
+
1984
+ .fa-search-minus:before {
1985
+ content: "\f010"; }
1986
+
1987
+ .fa-search-plus:before {
1988
+ content: "\f00e"; }
1989
+
1990
+ .fa-searchengin:before {
1991
+ content: "\f3eb"; }
1992
+
1993
+ .fa-sellcast:before {
1994
+ content: "\f2da"; }
1995
+
1996
+ .fa-sellsy:before {
1997
+ content: "\f213"; }
1998
+
1999
+ .fa-server:before {
2000
+ content: "\f233"; }
2001
+
2002
+ .fa-servicestack:before {
2003
+ content: "\f3ec"; }
2004
+
2005
+ .fa-share:before {
2006
+ content: "\f064"; }
2007
+
2008
+ .fa-share-alt:before {
2009
+ content: "\f1e0"; }
2010
+
2011
+ .fa-share-alt-square:before {
2012
+ content: "\f1e1"; }
2013
+
2014
+ .fa-share-square:before {
2015
+ content: "\f14d"; }
2016
+
2017
+ .fa-shekel-sign:before {
2018
+ content: "\f20b"; }
2019
+
2020
+ .fa-shield-alt:before {
2021
+ content: "\f3ed"; }
2022
+
2023
+ .fa-ship:before {
2024
+ content: "\f21a"; }
2025
+
2026
+ .fa-shirtsinbulk:before {
2027
+ content: "\f214"; }
2028
+
2029
+ .fa-shopping-bag:before {
2030
+ content: "\f290"; }
2031
+
2032
+ .fa-shopping-basket:before {
2033
+ content: "\f291"; }
2034
+
2035
+ .fa-shopping-cart:before {
2036
+ content: "\f07a"; }
2037
+
2038
+ .fa-shower:before {
2039
+ content: "\f2cc"; }
2040
+
2041
+ .fa-sign-in-alt:before {
2042
+ content: "\f2f6"; }
2043
+
2044
+ .fa-sign-language:before {
2045
+ content: "\f2a7"; }
2046
+
2047
+ .fa-sign-out-alt:before {
2048
+ content: "\f2f5"; }
2049
+
2050
+ .fa-signal:before {
2051
+ content: "\f012"; }
2052
+
2053
+ .fa-simplybuilt:before {
2054
+ content: "\f215"; }
2055
+
2056
+ .fa-sistrix:before {
2057
+ content: "\f3ee"; }
2058
+
2059
+ .fa-sitemap:before {
2060
+ content: "\f0e8"; }
2061
+
2062
+ .fa-skyatlas:before {
2063
+ content: "\f216"; }
2064
+
2065
+ .fa-skype:before {
2066
+ content: "\f17e"; }
2067
+
2068
+ .fa-slack:before {
2069
+ content: "\f198"; }
2070
+
2071
+ .fa-slack-hash:before {
2072
+ content: "\f3ef"; }
2073
+
2074
+ .fa-sliders-h:before {
2075
+ content: "\f1de"; }
2076
+
2077
+ .fa-slideshare:before {
2078
+ content: "\f1e7"; }
2079
+
2080
+ .fa-smile:before {
2081
+ content: "\f118"; }
2082
+
2083
+ .fa-snapchat:before {
2084
+ content: "\f2ab"; }
2085
+
2086
+ .fa-snapchat-ghost:before {
2087
+ content: "\f2ac"; }
2088
+
2089
+ .fa-snapchat-square:before {
2090
+ content: "\f2ad"; }
2091
+
2092
+ .fa-snowflake:before {
2093
+ content: "\f2dc"; }
2094
+
2095
+ .fa-sort:before {
2096
+ content: "\f0dc"; }
2097
+
2098
+ .fa-sort-alpha-down:before {
2099
+ content: "\f15d"; }
2100
+
2101
+ .fa-sort-alpha-up:before {
2102
+ content: "\f15e"; }
2103
+
2104
+ .fa-sort-amount-down:before {
2105
+ content: "\f160"; }
2106
+
2107
+ .fa-sort-amount-up:before {
2108
+ content: "\f161"; }
2109
+
2110
+ .fa-sort-down:before {
2111
+ content: "\f0dd"; }
2112
+
2113
+ .fa-sort-numeric-down:before {
2114
+ content: "\f162"; }
2115
+
2116
+ .fa-sort-numeric-up:before {
2117
+ content: "\f163"; }
2118
+
2119
+ .fa-sort-up:before {
2120
+ content: "\f0de"; }
2121
+
2122
+ .fa-soundcloud:before {
2123
+ content: "\f1be"; }
2124
+
2125
+ .fa-space-shuttle:before {
2126
+ content: "\f197"; }
2127
+
2128
+ .fa-speakap:before {
2129
+ content: "\f3f3"; }
2130
+
2131
+ .fa-spinner:before {
2132
+ content: "\f110"; }
2133
+
2134
+ .fa-spotify:before {
2135
+ content: "\f1bc"; }
2136
+
2137
+ .fa-square:before {
2138
+ content: "\f0c8"; }
2139
+
2140
+ .fa-square-full:before {
2141
+ content: "\f45c"; }
2142
+
2143
+ .fa-stack-exchange:before {
2144
+ content: "\f18d"; }
2145
+
2146
+ .fa-stack-overflow:before {
2147
+ content: "\f16c"; }
2148
+
2149
+ .fa-star:before {
2150
+ content: "\f005"; }
2151
+
2152
+ .fa-star-half:before {
2153
+ content: "\f089"; }
2154
+
2155
+ .fa-staylinked:before {
2156
+ content: "\f3f5"; }
2157
+
2158
+ .fa-steam:before {
2159
+ content: "\f1b6"; }
2160
+
2161
+ .fa-steam-square:before {
2162
+ content: "\f1b7"; }
2163
+
2164
+ .fa-steam-symbol:before {
2165
+ content: "\f3f6"; }
2166
+
2167
+ .fa-step-backward:before {
2168
+ content: "\f048"; }
2169
+
2170
+ .fa-step-forward:before {
2171
+ content: "\f051"; }
2172
+
2173
+ .fa-stethoscope:before {
2174
+ content: "\f0f1"; }
2175
+
2176
+ .fa-sticker-mule:before {
2177
+ content: "\f3f7"; }
2178
+
2179
+ .fa-sticky-note:before {
2180
+ content: "\f249"; }
2181
+
2182
+ .fa-stop:before {
2183
+ content: "\f04d"; }
2184
+
2185
+ .fa-stop-circle:before {
2186
+ content: "\f28d"; }
2187
+
2188
+ .fa-stopwatch:before {
2189
+ content: "\f2f2"; }
2190
+
2191
+ .fa-strava:before {
2192
+ content: "\f428"; }
2193
+
2194
+ .fa-street-view:before {
2195
+ content: "\f21d"; }
2196
+
2197
+ .fa-strikethrough:before {
2198
+ content: "\f0cc"; }
2199
+
2200
+ .fa-stripe:before {
2201
+ content: "\f429"; }
2202
+
2203
+ .fa-stripe-s:before {
2204
+ content: "\f42a"; }
2205
+
2206
+ .fa-studiovinari:before {
2207
+ content: "\f3f8"; }
2208
+
2209
+ .fa-stumbleupon:before {
2210
+ content: "\f1a4"; }
2211
+
2212
+ .fa-stumbleupon-circle:before {
2213
+ content: "\f1a3"; }
2214
+
2215
+ .fa-subscript:before {
2216
+ content: "\f12c"; }
2217
+
2218
+ .fa-subway:before {
2219
+ content: "\f239"; }
2220
+
2221
+ .fa-suitcase:before {
2222
+ content: "\f0f2"; }
2223
+
2224
+ .fa-sun:before {
2225
+ content: "\f185"; }
2226
+
2227
+ .fa-superpowers:before {
2228
+ content: "\f2dd"; }
2229
+
2230
+ .fa-superscript:before {
2231
+ content: "\f12b"; }
2232
+
2233
+ .fa-supple:before {
2234
+ content: "\f3f9"; }
2235
+
2236
+ .fa-sync:before {
2237
+ content: "\f021"; }
2238
+
2239
+ .fa-sync-alt:before {
2240
+ content: "\f2f1"; }
2241
+
2242
+ .fa-table:before {
2243
+ content: "\f0ce"; }
2244
+
2245
+ .fa-table-tennis:before {
2246
+ content: "\f45d"; }
2247
+
2248
+ .fa-tablet:before {
2249
+ content: "\f10a"; }
2250
+
2251
+ .fa-tablet-alt:before {
2252
+ content: "\f3fa"; }
2253
+
2254
+ .fa-tachometer-alt:before {
2255
+ content: "\f3fd"; }
2256
+
2257
+ .fa-tag:before {
2258
+ content: "\f02b"; }
2259
+
2260
+ .fa-tags:before {
2261
+ content: "\f02c"; }
2262
+
2263
+ .fa-tasks:before {
2264
+ content: "\f0ae"; }
2265
+
2266
+ .fa-taxi:before {
2267
+ content: "\f1ba"; }
2268
+
2269
+ .fa-telegram:before {
2270
+ content: "\f2c6"; }
2271
+
2272
+ .fa-telegram-plane:before {
2273
+ content: "\f3fe"; }
2274
+
2275
+ .fa-tencent-weibo:before {
2276
+ content: "\f1d5"; }
2277
+
2278
+ .fa-terminal:before {
2279
+ content: "\f120"; }
2280
+
2281
+ .fa-text-height:before {
2282
+ content: "\f034"; }
2283
+
2284
+ .fa-text-width:before {
2285
+ content: "\f035"; }
2286
+
2287
+ .fa-th:before {
2288
+ content: "\f00a"; }
2289
+
2290
+ .fa-th-large:before {
2291
+ content: "\f009"; }
2292
+
2293
+ .fa-th-list:before {
2294
+ content: "\f00b"; }
2295
+
2296
+ .fa-themeisle:before {
2297
+ content: "\f2b2"; }
2298
+
2299
+ .fa-thermometer-empty:before {
2300
+ content: "\f2cb"; }
2301
+
2302
+ .fa-thermometer-full:before {
2303
+ content: "\f2c7"; }
2304
+
2305
+ .fa-thermometer-half:before {
2306
+ content: "\f2c9"; }
2307
+
2308
+ .fa-thermometer-quarter:before {
2309
+ content: "\f2ca"; }
2310
+
2311
+ .fa-thermometer-three-quarters:before {
2312
+ content: "\f2c8"; }
2313
+
2314
+ .fa-thumbs-down:before {
2315
+ content: "\f165"; }
2316
+
2317
+ .fa-thumbs-up:before {
2318
+ content: "\f164"; }
2319
+
2320
+ .fa-thumbtack:before {
2321
+ content: "\f08d"; }
2322
+
2323
+ .fa-ticket-alt:before {
2324
+ content: "\f3ff"; }
2325
+
2326
+ .fa-times:before {
2327
+ content: "\f00d"; }
2328
+
2329
+ .fa-times-circle:before {
2330
+ content: "\f057"; }
2331
+
2332
+ .fa-tint:before {
2333
+ content: "\f043"; }
2334
+
2335
+ .fa-toggle-off:before {
2336
+ content: "\f204"; }
2337
+
2338
+ .fa-toggle-on:before {
2339
+ content: "\f205"; }
2340
+
2341
+ .fa-trademark:before {
2342
+ content: "\f25c"; }
2343
+
2344
+ .fa-train:before {
2345
+ content: "\f238"; }
2346
+
2347
+ .fa-transgender:before {
2348
+ content: "\f224"; }
2349
+
2350
+ .fa-transgender-alt:before {
2351
+ content: "\f225"; }
2352
+
2353
+ .fa-trash:before {
2354
+ content: "\f1f8"; }
2355
+
2356
+ .fa-trash-alt:before {
2357
+ content: "\f2ed"; }
2358
+
2359
+ .fa-tree:before {
2360
+ content: "\f1bb"; }
2361
+
2362
+ .fa-trello:before {
2363
+ content: "\f181"; }
2364
+
2365
+ .fa-tripadvisor:before {
2366
+ content: "\f262"; }
2367
+
2368
+ .fa-trophy:before {
2369
+ content: "\f091"; }
2370
+
2371
+ .fa-truck:before {
2372
+ content: "\f0d1"; }
2373
+
2374
+ .fa-tty:before {
2375
+ content: "\f1e4"; }
2376
+
2377
+ .fa-tumblr:before {
2378
+ content: "\f173"; }
2379
+
2380
+ .fa-tumblr-square:before {
2381
+ content: "\f174"; }
2382
+
2383
+ .fa-tv:before {
2384
+ content: "\f26c"; }
2385
+
2386
+ .fa-twitch:before {
2387
+ content: "\f1e8"; }
2388
+
2389
+ .fa-twitter:before {
2390
+ content: "\f099"; }
2391
+
2392
+ .fa-twitter-square:before {
2393
+ content: "\f081"; }
2394
+
2395
+ .fa-typo3:before {
2396
+ content: "\f42b"; }
2397
+
2398
+ .fa-uber:before {
2399
+ content: "\f402"; }
2400
+
2401
+ .fa-uikit:before {
2402
+ content: "\f403"; }
2403
+
2404
+ .fa-umbrella:before {
2405
+ content: "\f0e9"; }
2406
+
2407
+ .fa-underline:before {
2408
+ content: "\f0cd"; }
2409
+
2410
+ .fa-undo:before {
2411
+ content: "\f0e2"; }
2412
+
2413
+ .fa-undo-alt:before {
2414
+ content: "\f2ea"; }
2415
+
2416
+ .fa-uniregistry:before {
2417
+ content: "\f404"; }
2418
+
2419
+ .fa-universal-access:before {
2420
+ content: "\f29a"; }
2421
+
2422
+ .fa-university:before {
2423
+ content: "\f19c"; }
2424
+
2425
+ .fa-unlink:before {
2426
+ content: "\f127"; }
2427
+
2428
+ .fa-unlock:before {
2429
+ content: "\f09c"; }
2430
+
2431
+ .fa-unlock-alt:before {
2432
+ content: "\f13e"; }
2433
+
2434
+ .fa-untappd:before {
2435
+ content: "\f405"; }
2436
+
2437
+ .fa-upload:before {
2438
+ content: "\f093"; }
2439
+
2440
+ .fa-usb:before {
2441
+ content: "\f287"; }
2442
+
2443
+ .fa-user:before {
2444
+ content: "\f007"; }
2445
+
2446
+ .fa-user-circle:before {
2447
+ content: "\f2bd"; }
2448
+
2449
+ .fa-user-md:before {
2450
+ content: "\f0f0"; }
2451
+
2452
+ .fa-user-plus:before {
2453
+ content: "\f234"; }
2454
+
2455
+ .fa-user-secret:before {
2456
+ content: "\f21b"; }
2457
+
2458
+ .fa-user-times:before {
2459
+ content: "\f235"; }
2460
+
2461
+ .fa-users:before {
2462
+ content: "\f0c0"; }
2463
+
2464
+ .fa-ussunnah:before {
2465
+ content: "\f407"; }
2466
+
2467
+ .fa-utensil-spoon:before {
2468
+ content: "\f2e5"; }
2469
+
2470
+ .fa-utensils:before {
2471
+ content: "\f2e7"; }
2472
+
2473
+ .fa-vaadin:before {
2474
+ content: "\f408"; }
2475
+
2476
+ .fa-venus:before {
2477
+ content: "\f221"; }
2478
+
2479
+ .fa-venus-double:before {
2480
+ content: "\f226"; }
2481
+
2482
+ .fa-venus-mars:before {
2483
+ content: "\f228"; }
2484
+
2485
+ .fa-viacoin:before {
2486
+ content: "\f237"; }
2487
+
2488
+ .fa-viadeo:before {
2489
+ content: "\f2a9"; }
2490
+
2491
+ .fa-viadeo-square:before {
2492
+ content: "\f2aa"; }
2493
+
2494
+ .fa-viber:before {
2495
+ content: "\f409"; }
2496
+
2497
+ .fa-video:before {
2498
+ content: "\f03d"; }
2499
+
2500
+ .fa-vimeo:before {
2501
+ content: "\f40a"; }
2502
+
2503
+ .fa-vimeo-square:before {
2504
+ content: "\f194"; }
2505
+
2506
+ .fa-vimeo-v:before {
2507
+ content: "\f27d"; }
2508
+
2509
+ .fa-vine:before {
2510
+ content: "\f1ca"; }
2511
+
2512
+ .fa-vk:before {
2513
+ content: "\f189"; }
2514
+
2515
+ .fa-vnv:before {
2516
+ content: "\f40b"; }
2517
+
2518
+ .fa-volleyball-ball:before {
2519
+ content: "\f45f"; }
2520
+
2521
+ .fa-volume-down:before {
2522
+ content: "\f027"; }
2523
+
2524
+ .fa-volume-off:before {
2525
+ content: "\f026"; }
2526
+
2527
+ .fa-volume-up:before {
2528
+ content: "\f028"; }
2529
+
2530
+ .fa-vuejs:before {
2531
+ content: "\f41f"; }
2532
+
2533
+ .fa-weibo:before {
2534
+ content: "\f18a"; }
2535
+
2536
+ .fa-weixin:before {
2537
+ content: "\f1d7"; }
2538
+
2539
+ .fa-whatsapp:before {
2540
+ content: "\f232"; }
2541
+
2542
+ .fa-whatsapp-square:before {
2543
+ content: "\f40c"; }
2544
+
2545
+ .fa-wheelchair:before {
2546
+ content: "\f193"; }
2547
+
2548
+ .fa-whmcs:before {
2549
+ content: "\f40d"; }
2550
+
2551
+ .fa-wifi:before {
2552
+ content: "\f1eb"; }
2553
+
2554
+ .fa-wikipedia-w:before {
2555
+ content: "\f266"; }
2556
+
2557
+ .fa-window-close:before {
2558
+ content: "\f410"; }
2559
+
2560
+ .fa-window-maximize:before {
2561
+ content: "\f2d0"; }
2562
+
2563
+ .fa-window-minimize:before {
2564
+ content: "\f2d1"; }
2565
+
2566
+ .fa-window-restore:before {
2567
+ content: "\f2d2"; }
2568
+
2569
+ .fa-windows:before {
2570
+ content: "\f17a"; }
2571
+
2572
+ .fa-won-sign:before {
2573
+ content: "\f159"; }
2574
+
2575
+ .fa-wordpress:before {
2576
+ content: "\f19a"; }
2577
+
2578
+ .fa-wordpress-simple:before {
2579
+ content: "\f411"; }
2580
+
2581
+ .fa-wpbeginner:before {
2582
+ content: "\f297"; }
2583
+
2584
+ .fa-wpexplorer:before {
2585
+ content: "\f2de"; }
2586
+
2587
+ .fa-wpforms:before {
2588
+ content: "\f298"; }
2589
+
2590
+ .fa-wrench:before {
2591
+ content: "\f0ad"; }
2592
+
2593
+ .fa-xbox:before {
2594
+ content: "\f412"; }
2595
+
2596
+ .fa-xing:before {
2597
+ content: "\f168"; }
2598
+
2599
+ .fa-xing-square:before {
2600
+ content: "\f169"; }
2601
+
2602
+ .fa-y-combinator:before {
2603
+ content: "\f23b"; }
2604
+
2605
+ .fa-yahoo:before {
2606
+ content: "\f19e"; }
2607
+
2608
+ .fa-yandex:before {
2609
+ content: "\f413"; }
2610
+
2611
+ .fa-yandex-international:before {
2612
+ content: "\f414"; }
2613
+
2614
+ .fa-yelp:before {
2615
+ content: "\f1e9"; }
2616
+
2617
+ .fa-yen-sign:before {
2618
+ content: "\f157"; }
2619
+
2620
+ .fa-yoast:before {
2621
+ content: "\f2b1"; }
2622
+
2623
+ .fa-youtube:before {
2624
+ content: "\f167"; }
2625
+
2626
+ .fa-youtube-square:before {
2627
+ content: "\f431"; }
2628
+
2629
+ .sr-only {
2630
+ border: 0;
2631
+ clip: rect(0, 0, 0, 0);
2632
+ height: 1px;
2633
+ margin: -1px;
2634
+ overflow: hidden;
2635
+ padding: 0;
2636
+ position: absolute;
2637
+ width: 1px; }
2638
+
2639
+ .sr-only-focusable:active, .sr-only-focusable:focus {
2640
+ clip: auto;
2641
+ height: auto;
2642
+ margin: 0;
2643
+ overflow: visible;
2644
+ position: static;
2645
+ width: auto; }
2646
+ @font-face {
2647
+ font-family: 'Font Awesome 5 Brands';
2648
+ font-style: normal;
2649
+ font-weight: normal;
2650
+ src: url("../webfonts/fa-brands-400.eot");
2651
+ src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
2652
+
2653
+ .fab {
2654
+ font-family: 'Font Awesome 5 Brands'; }
2655
+ @font-face {
2656
+ font-family: 'Font Awesome 5 Free';
2657
+ font-style: normal;
2658
+ font-weight: 400;
2659
+ src: url("../webfonts/fa-regular-400.eot");
2660
+ src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
2661
+
2662
+ .far {
2663
+ font-family: 'Font Awesome 5 Free';
2664
+ font-weight: 400; }
2665
+ @font-face {
2666
+ font-family: 'Font Awesome 5 Free';
2667
+ font-style: normal;
2668
+ font-weight: 900;
2669
+ src: url("../webfonts/fa-solid-900.eot");
2670
+ src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
2671
+
2672
+ .fa,
2673
+ .fas {
2674
+ font-family: 'Font Awesome 5 Free';
2675
+ font-weight: 900; }
dist/assets/fontawesome/css/fontawesome-all.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
dist/assets/fontawesome/css/fontawesome.css ADDED
@@ -0,0 +1,2645 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ .fa,
6
+ .fas,
7
+ .far,
8
+ .fal,
9
+ .fab {
10
+ -moz-osx-font-smoothing: grayscale;
11
+ -webkit-font-smoothing: antialiased;
12
+ display: inline-block;
13
+ font-style: normal;
14
+ font-variant: normal;
15
+ text-rendering: auto;
16
+ line-height: 1; }
17
+
18
+ .fa-lg {
19
+ font-size: 1.33333em;
20
+ line-height: 0.75em;
21
+ vertical-align: -.0667em; }
22
+
23
+ .fa-xs {
24
+ font-size: .75em; }
25
+
26
+ .fa-sm {
27
+ font-size: .875em; }
28
+
29
+ .fa-1x {
30
+ font-size: 1em; }
31
+
32
+ .fa-2x {
33
+ font-size: 2em; }
34
+
35
+ .fa-3x {
36
+ font-size: 3em; }
37
+
38
+ .fa-4x {
39
+ font-size: 4em; }
40
+
41
+ .fa-5x {
42
+ font-size: 5em; }
43
+
44
+ .fa-6x {
45
+ font-size: 6em; }
46
+
47
+ .fa-7x {
48
+ font-size: 7em; }
49
+
50
+ .fa-8x {
51
+ font-size: 8em; }
52
+
53
+ .fa-9x {
54
+ font-size: 9em; }
55
+
56
+ .fa-10x {
57
+ font-size: 10em; }
58
+
59
+ .fa-fw {
60
+ text-align: center;
61
+ width: 1.25em; }
62
+
63
+ .fa-ul {
64
+ list-style-type: none;
65
+ margin-left: 2.5em;
66
+ padding-left: 0; }
67
+ .fa-ul > li {
68
+ position: relative; }
69
+
70
+ .fa-li {
71
+ left: -2em;
72
+ position: absolute;
73
+ text-align: center;
74
+ width: 2em;
75
+ line-height: inherit; }
76
+
77
+ .fa-border {
78
+ border: solid 0.08em #eee;
79
+ border-radius: .1em;
80
+ padding: .2em .25em .15em; }
81
+
82
+ .fa-pull-left {
83
+ float: left; }
84
+
85
+ .fa-pull-right {
86
+ float: right; }
87
+
88
+ .fa.fa-pull-left,
89
+ .fas.fa-pull-left,
90
+ .far.fa-pull-left,
91
+ .fal.fa-pull-left,
92
+ .fab.fa-pull-left {
93
+ margin-right: .3em; }
94
+
95
+ .fa.fa-pull-right,
96
+ .fas.fa-pull-right,
97
+ .far.fa-pull-right,
98
+ .fal.fa-pull-right,
99
+ .fab.fa-pull-right {
100
+ margin-left: .3em; }
101
+
102
+ .fa-spin {
103
+ -webkit-animation: fa-spin 2s infinite linear;
104
+ animation: fa-spin 2s infinite linear; }
105
+
106
+ .fa-pulse {
107
+ -webkit-animation: fa-spin 1s infinite steps(8);
108
+ animation: fa-spin 1s infinite steps(8); }
109
+
110
+ @-webkit-keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg); }
114
+ 100% {
115
+ -webkit-transform: rotate(360deg);
116
+ transform: rotate(360deg); } }
117
+
118
+ @keyframes fa-spin {
119
+ 0% {
120
+ -webkit-transform: rotate(0deg);
121
+ transform: rotate(0deg); }
122
+ 100% {
123
+ -webkit-transform: rotate(360deg);
124
+ transform: rotate(360deg); } }
125
+
126
+ .fa-rotate-90 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
128
+ -webkit-transform: rotate(90deg);
129
+ transform: rotate(90deg); }
130
+
131
+ .fa-rotate-180 {
132
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
133
+ -webkit-transform: rotate(180deg);
134
+ transform: rotate(180deg); }
135
+
136
+ .fa-rotate-270 {
137
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
138
+ -webkit-transform: rotate(270deg);
139
+ transform: rotate(270deg); }
140
+
141
+ .fa-flip-horizontal {
142
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
143
+ -webkit-transform: scale(-1, 1);
144
+ transform: scale(-1, 1); }
145
+
146
+ .fa-flip-vertical {
147
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
148
+ -webkit-transform: scale(1, -1);
149
+ transform: scale(1, -1); }
150
+
151
+ .fa-flip-horizontal.fa-flip-vertical {
152
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
153
+ -webkit-transform: scale(-1, -1);
154
+ transform: scale(-1, -1); }
155
+
156
+ :root .fa-rotate-90,
157
+ :root .fa-rotate-180,
158
+ :root .fa-rotate-270,
159
+ :root .fa-flip-horizontal,
160
+ :root .fa-flip-vertical {
161
+ -webkit-filter: none;
162
+ filter: none; }
163
+
164
+ .fa-stack {
165
+ display: inline-block;
166
+ height: 2em;
167
+ line-height: 2em;
168
+ position: relative;
169
+ vertical-align: middle;
170
+ width: 2em; }
171
+
172
+ .fa-stack-1x,
173
+ .fa-stack-2x {
174
+ left: 0;
175
+ position: absolute;
176
+ text-align: center;
177
+ width: 100%; }
178
+
179
+ .fa-stack-1x {
180
+ line-height: inherit; }
181
+
182
+ .fa-stack-2x {
183
+ font-size: 2em; }
184
+
185
+ .fa-inverse {
186
+ color: #fff; }
187
+
188
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
189
+ readers do not read off random characters that represent icons */
190
+ .fa-500px:before {
191
+ content: "\f26e"; }
192
+
193
+ .fa-accessible-icon:before {
194
+ content: "\f368"; }
195
+
196
+ .fa-accusoft:before {
197
+ content: "\f369"; }
198
+
199
+ .fa-address-book:before {
200
+ content: "\f2b9"; }
201
+
202
+ .fa-address-card:before {
203
+ content: "\f2bb"; }
204
+
205
+ .fa-adjust:before {
206
+ content: "\f042"; }
207
+
208
+ .fa-adn:before {
209
+ content: "\f170"; }
210
+
211
+ .fa-adversal:before {
212
+ content: "\f36a"; }
213
+
214
+ .fa-affiliatetheme:before {
215
+ content: "\f36b"; }
216
+
217
+ .fa-algolia:before {
218
+ content: "\f36c"; }
219
+
220
+ .fa-align-center:before {
221
+ content: "\f037"; }
222
+
223
+ .fa-align-justify:before {
224
+ content: "\f039"; }
225
+
226
+ .fa-align-left:before {
227
+ content: "\f036"; }
228
+
229
+ .fa-align-right:before {
230
+ content: "\f038"; }
231
+
232
+ .fa-amazon:before {
233
+ content: "\f270"; }
234
+
235
+ .fa-amazon-pay:before {
236
+ content: "\f42c"; }
237
+
238
+ .fa-ambulance:before {
239
+ content: "\f0f9"; }
240
+
241
+ .fa-american-sign-language-interpreting:before {
242
+ content: "\f2a3"; }
243
+
244
+ .fa-amilia:before {
245
+ content: "\f36d"; }
246
+
247
+ .fa-anchor:before {
248
+ content: "\f13d"; }
249
+
250
+ .fa-android:before {
251
+ content: "\f17b"; }
252
+
253
+ .fa-angellist:before {
254
+ content: "\f209"; }
255
+
256
+ .fa-angle-double-down:before {
257
+ content: "\f103"; }
258
+
259
+ .fa-angle-double-left:before {
260
+ content: "\f100"; }
261
+
262
+ .fa-angle-double-right:before {
263
+ content: "\f101"; }
264
+
265
+ .fa-angle-double-up:before {
266
+ content: "\f102"; }
267
+
268
+ .fa-angle-down:before {
269
+ content: "\f107"; }
270
+
271
+ .fa-angle-left:before {
272
+ content: "\f104"; }
273
+
274
+ .fa-angle-right:before {
275
+ content: "\f105"; }
276
+
277
+ .fa-angle-up:before {
278
+ content: "\f106"; }
279
+
280
+ .fa-angrycreative:before {
281
+ content: "\f36e"; }
282
+
283
+ .fa-angular:before {
284
+ content: "\f420"; }
285
+
286
+ .fa-app-store:before {
287
+ content: "\f36f"; }
288
+
289
+ .fa-app-store-ios:before {
290
+ content: "\f370"; }
291
+
292
+ .fa-apper:before {
293
+ content: "\f371"; }
294
+
295
+ .fa-apple:before {
296
+ content: "\f179"; }
297
+
298
+ .fa-apple-pay:before {
299
+ content: "\f415"; }
300
+
301
+ .fa-archive:before {
302
+ content: "\f187"; }
303
+
304
+ .fa-arrow-alt-circle-down:before {
305
+ content: "\f358"; }
306
+
307
+ .fa-arrow-alt-circle-left:before {
308
+ content: "\f359"; }
309
+
310
+ .fa-arrow-alt-circle-right:before {
311
+ content: "\f35a"; }
312
+
313
+ .fa-arrow-alt-circle-up:before {
314
+ content: "\f35b"; }
315
+
316
+ .fa-arrow-circle-down:before {
317
+ content: "\f0ab"; }
318
+
319
+ .fa-arrow-circle-left:before {
320
+ content: "\f0a8"; }
321
+
322
+ .fa-arrow-circle-right:before {
323
+ content: "\f0a9"; }
324
+
325
+ .fa-arrow-circle-up:before {
326
+ content: "\f0aa"; }
327
+
328
+ .fa-arrow-down:before {
329
+ content: "\f063"; }
330
+
331
+ .fa-arrow-left:before {
332
+ content: "\f060"; }
333
+
334
+ .fa-arrow-right:before {
335
+ content: "\f061"; }
336
+
337
+ .fa-arrow-up:before {
338
+ content: "\f062"; }
339
+
340
+ .fa-arrows-alt:before {
341
+ content: "\f0b2"; }
342
+
343
+ .fa-arrows-alt-h:before {
344
+ content: "\f337"; }
345
+
346
+ .fa-arrows-alt-v:before {
347
+ content: "\f338"; }
348
+
349
+ .fa-assistive-listening-systems:before {
350
+ content: "\f2a2"; }
351
+
352
+ .fa-asterisk:before {
353
+ content: "\f069"; }
354
+
355
+ .fa-asymmetrik:before {
356
+ content: "\f372"; }
357
+
358
+ .fa-at:before {
359
+ content: "\f1fa"; }
360
+
361
+ .fa-audible:before {
362
+ content: "\f373"; }
363
+
364
+ .fa-audio-description:before {
365
+ content: "\f29e"; }
366
+
367
+ .fa-autoprefixer:before {
368
+ content: "\f41c"; }
369
+
370
+ .fa-avianex:before {
371
+ content: "\f374"; }
372
+
373
+ .fa-aviato:before {
374
+ content: "\f421"; }
375
+
376
+ .fa-aws:before {
377
+ content: "\f375"; }
378
+
379
+ .fa-backward:before {
380
+ content: "\f04a"; }
381
+
382
+ .fa-balance-scale:before {
383
+ content: "\f24e"; }
384
+
385
+ .fa-ban:before {
386
+ content: "\f05e"; }
387
+
388
+ .fa-bandcamp:before {
389
+ content: "\f2d5"; }
390
+
391
+ .fa-barcode:before {
392
+ content: "\f02a"; }
393
+
394
+ .fa-bars:before {
395
+ content: "\f0c9"; }
396
+
397
+ .fa-baseball-ball:before {
398
+ content: "\f433"; }
399
+
400
+ .fa-basketball-ball:before {
401
+ content: "\f434"; }
402
+
403
+ .fa-bath:before {
404
+ content: "\f2cd"; }
405
+
406
+ .fa-battery-empty:before {
407
+ content: "\f244"; }
408
+
409
+ .fa-battery-full:before {
410
+ content: "\f240"; }
411
+
412
+ .fa-battery-half:before {
413
+ content: "\f242"; }
414
+
415
+ .fa-battery-quarter:before {
416
+ content: "\f243"; }
417
+
418
+ .fa-battery-three-quarters:before {
419
+ content: "\f241"; }
420
+
421
+ .fa-bed:before {
422
+ content: "\f236"; }
423
+
424
+ .fa-beer:before {
425
+ content: "\f0fc"; }
426
+
427
+ .fa-behance:before {
428
+ content: "\f1b4"; }
429
+
430
+ .fa-behance-square:before {
431
+ content: "\f1b5"; }
432
+
433
+ .fa-bell:before {
434
+ content: "\f0f3"; }
435
+
436
+ .fa-bell-slash:before {
437
+ content: "\f1f6"; }
438
+
439
+ .fa-bicycle:before {
440
+ content: "\f206"; }
441
+
442
+ .fa-bimobject:before {
443
+ content: "\f378"; }
444
+
445
+ .fa-binoculars:before {
446
+ content: "\f1e5"; }
447
+
448
+ .fa-birthday-cake:before {
449
+ content: "\f1fd"; }
450
+
451
+ .fa-bitbucket:before {
452
+ content: "\f171"; }
453
+
454
+ .fa-bitcoin:before {
455
+ content: "\f379"; }
456
+
457
+ .fa-bity:before {
458
+ content: "\f37a"; }
459
+
460
+ .fa-black-tie:before {
461
+ content: "\f27e"; }
462
+
463
+ .fa-blackberry:before {
464
+ content: "\f37b"; }
465
+
466
+ .fa-blind:before {
467
+ content: "\f29d"; }
468
+
469
+ .fa-blogger:before {
470
+ content: "\f37c"; }
471
+
472
+ .fa-blogger-b:before {
473
+ content: "\f37d"; }
474
+
475
+ .fa-bluetooth:before {
476
+ content: "\f293"; }
477
+
478
+ .fa-bluetooth-b:before {
479
+ content: "\f294"; }
480
+
481
+ .fa-bold:before {
482
+ content: "\f032"; }
483
+
484
+ .fa-bolt:before {
485
+ content: "\f0e7"; }
486
+
487
+ .fa-bomb:before {
488
+ content: "\f1e2"; }
489
+
490
+ .fa-book:before {
491
+ content: "\f02d"; }
492
+
493
+ .fa-bookmark:before {
494
+ content: "\f02e"; }
495
+
496
+ .fa-bowling-ball:before {
497
+ content: "\f436"; }
498
+
499
+ .fa-braille:before {
500
+ content: "\f2a1"; }
501
+
502
+ .fa-briefcase:before {
503
+ content: "\f0b1"; }
504
+
505
+ .fa-btc:before {
506
+ content: "\f15a"; }
507
+
508
+ .fa-bug:before {
509
+ content: "\f188"; }
510
+
511
+ .fa-building:before {
512
+ content: "\f1ad"; }
513
+
514
+ .fa-bullhorn:before {
515
+ content: "\f0a1"; }
516
+
517
+ .fa-bullseye:before {
518
+ content: "\f140"; }
519
+
520
+ .fa-buromobelexperte:before {
521
+ content: "\f37f"; }
522
+
523
+ .fa-bus:before {
524
+ content: "\f207"; }
525
+
526
+ .fa-buysellads:before {
527
+ content: "\f20d"; }
528
+
529
+ .fa-calculator:before {
530
+ content: "\f1ec"; }
531
+
532
+ .fa-calendar:before {
533
+ content: "\f133"; }
534
+
535
+ .fa-calendar-alt:before {
536
+ content: "\f073"; }
537
+
538
+ .fa-calendar-check:before {
539
+ content: "\f274"; }
540
+
541
+ .fa-calendar-minus:before {
542
+ content: "\f272"; }
543
+
544
+ .fa-calendar-plus:before {
545
+ content: "\f271"; }
546
+
547
+ .fa-calendar-times:before {
548
+ content: "\f273"; }
549
+
550
+ .fa-camera:before {
551
+ content: "\f030"; }
552
+
553
+ .fa-camera-retro:before {
554
+ content: "\f083"; }
555
+
556
+ .fa-car:before {
557
+ content: "\f1b9"; }
558
+
559
+ .fa-caret-down:before {
560
+ content: "\f0d7"; }
561
+
562
+ .fa-caret-left:before {
563
+ content: "\f0d9"; }
564
+
565
+ .fa-caret-right:before {
566
+ content: "\f0da"; }
567
+
568
+ .fa-caret-square-down:before {
569
+ content: "\f150"; }
570
+
571
+ .fa-caret-square-left:before {
572
+ content: "\f191"; }
573
+
574
+ .fa-caret-square-right:before {
575
+ content: "\f152"; }
576
+
577
+ .fa-caret-square-up:before {
578
+ content: "\f151"; }
579
+
580
+ .fa-caret-up:before {
581
+ content: "\f0d8"; }
582
+
583
+ .fa-cart-arrow-down:before {
584
+ content: "\f218"; }
585
+
586
+ .fa-cart-plus:before {
587
+ content: "\f217"; }
588
+
589
+ .fa-cc-amazon-pay:before {
590
+ content: "\f42d"; }
591
+
592
+ .fa-cc-amex:before {
593
+ content: "\f1f3"; }
594
+
595
+ .fa-cc-apple-pay:before {
596
+ content: "\f416"; }
597
+
598
+ .fa-cc-diners-club:before {
599
+ content: "\f24c"; }
600
+
601
+ .fa-cc-discover:before {
602
+ content: "\f1f2"; }
603
+
604
+ .fa-cc-jcb:before {
605
+ content: "\f24b"; }
606
+
607
+ .fa-cc-mastercard:before {
608
+ content: "\f1f1"; }
609
+
610
+ .fa-cc-paypal:before {
611
+ content: "\f1f4"; }
612
+
613
+ .fa-cc-stripe:before {
614
+ content: "\f1f5"; }
615
+
616
+ .fa-cc-visa:before {
617
+ content: "\f1f0"; }
618
+
619
+ .fa-centercode:before {
620
+ content: "\f380"; }
621
+
622
+ .fa-certificate:before {
623
+ content: "\f0a3"; }
624
+
625
+ .fa-chart-area:before {
626
+ content: "\f1fe"; }
627
+
628
+ .fa-chart-bar:before {
629
+ content: "\f080"; }
630
+
631
+ .fa-chart-line:before {
632
+ content: "\f201"; }
633
+
634
+ .fa-chart-pie:before {
635
+ content: "\f200"; }
636
+
637
+ .fa-check:before {
638
+ content: "\f00c"; }
639
+
640
+ .fa-check-circle:before {
641
+ content: "\f058"; }
642
+
643
+ .fa-check-square:before {
644
+ content: "\f14a"; }
645
+
646
+ .fa-chess:before {
647
+ content: "\f439"; }
648
+
649
+ .fa-chess-bishop:before {
650
+ content: "\f43a"; }
651
+
652
+ .fa-chess-board:before {
653
+ content: "\f43c"; }
654
+
655
+ .fa-chess-king:before {
656
+ content: "\f43f"; }
657
+
658
+ .fa-chess-knight:before {
659
+ content: "\f441"; }
660
+
661
+ .fa-chess-pawn:before {
662
+ content: "\f443"; }
663
+
664
+ .fa-chess-queen:before {
665
+ content: "\f445"; }
666
+
667
+ .fa-chess-rook:before {
668
+ content: "\f447"; }
669
+
670
+ .fa-chevron-circle-down:before {
671
+ content: "\f13a"; }
672
+
673
+ .fa-chevron-circle-left:before {
674
+ content: "\f137"; }
675
+
676
+ .fa-chevron-circle-right:before {
677
+ content: "\f138"; }
678
+
679
+ .fa-chevron-circle-up:before {
680
+ content: "\f139"; }
681
+
682
+ .fa-chevron-down:before {
683
+ content: "\f078"; }
684
+
685
+ .fa-chevron-left:before {
686
+ content: "\f053"; }
687
+
688
+ .fa-chevron-right:before {
689
+ content: "\f054"; }
690
+
691
+ .fa-chevron-up:before {
692
+ content: "\f077"; }
693
+
694
+ .fa-child:before {
695
+ content: "\f1ae"; }
696
+
697
+ .fa-chrome:before {
698
+ content: "\f268"; }
699
+
700
+ .fa-circle:before {
701
+ content: "\f111"; }
702
+
703
+ .fa-circle-notch:before {
704
+ content: "\f1ce"; }
705
+
706
+ .fa-clipboard:before {
707
+ content: "\f328"; }
708
+
709
+ .fa-clock:before {
710
+ content: "\f017"; }
711
+
712
+ .fa-clone:before {
713
+ content: "\f24d"; }
714
+
715
+ .fa-closed-captioning:before {
716
+ content: "\f20a"; }
717
+
718
+ .fa-cloud:before {
719
+ content: "\f0c2"; }
720
+
721
+ .fa-cloud-download-alt:before {
722
+ content: "\f381"; }
723
+
724
+ .fa-cloud-upload-alt:before {
725
+ content: "\f382"; }
726
+
727
+ .fa-cloudscale:before {
728
+ content: "\f383"; }
729
+
730
+ .fa-cloudsmith:before {
731
+ content: "\f384"; }
732
+
733
+ .fa-cloudversify:before {
734
+ content: "\f385"; }
735
+
736
+ .fa-code:before {
737
+ content: "\f121"; }
738
+
739
+ .fa-code-branch:before {
740
+ content: "\f126"; }
741
+
742
+ .fa-codepen:before {
743
+ content: "\f1cb"; }
744
+
745
+ .fa-codiepie:before {
746
+ content: "\f284"; }
747
+
748
+ .fa-coffee:before {
749
+ content: "\f0f4"; }
750
+
751
+ .fa-cog:before {
752
+ content: "\f013"; }
753
+
754
+ .fa-cogs:before {
755
+ content: "\f085"; }
756
+
757
+ .fa-columns:before {
758
+ content: "\f0db"; }
759
+
760
+ .fa-comment:before {
761
+ content: "\f075"; }
762
+
763
+ .fa-comment-alt:before {
764
+ content: "\f27a"; }
765
+
766
+ .fa-comments:before {
767
+ content: "\f086"; }
768
+
769
+ .fa-compass:before {
770
+ content: "\f14e"; }
771
+
772
+ .fa-compress:before {
773
+ content: "\f066"; }
774
+
775
+ .fa-connectdevelop:before {
776
+ content: "\f20e"; }
777
+
778
+ .fa-contao:before {
779
+ content: "\f26d"; }
780
+
781
+ .fa-copy:before {
782
+ content: "\f0c5"; }
783
+
784
+ .fa-copyright:before {
785
+ content: "\f1f9"; }
786
+
787
+ .fa-cpanel:before {
788
+ content: "\f388"; }
789
+
790
+ .fa-creative-commons:before {
791
+ content: "\f25e"; }
792
+
793
+ .fa-credit-card:before {
794
+ content: "\f09d"; }
795
+
796
+ .fa-crop:before {
797
+ content: "\f125"; }
798
+
799
+ .fa-crosshairs:before {
800
+ content: "\f05b"; }
801
+
802
+ .fa-css3:before {
803
+ content: "\f13c"; }
804
+
805
+ .fa-css3-alt:before {
806
+ content: "\f38b"; }
807
+
808
+ .fa-cube:before {
809
+ content: "\f1b2"; }
810
+
811
+ .fa-cubes:before {
812
+ content: "\f1b3"; }
813
+
814
+ .fa-cut:before {
815
+ content: "\f0c4"; }
816
+
817
+ .fa-cuttlefish:before {
818
+ content: "\f38c"; }
819
+
820
+ .fa-d-and-d:before {
821
+ content: "\f38d"; }
822
+
823
+ .fa-dashcube:before {
824
+ content: "\f210"; }
825
+
826
+ .fa-database:before {
827
+ content: "\f1c0"; }
828
+
829
+ .fa-deaf:before {
830
+ content: "\f2a4"; }
831
+
832
+ .fa-delicious:before {
833
+ content: "\f1a5"; }
834
+
835
+ .fa-deploydog:before {
836
+ content: "\f38e"; }
837
+
838
+ .fa-deskpro:before {
839
+ content: "\f38f"; }
840
+
841
+ .fa-desktop:before {
842
+ content: "\f108"; }
843
+
844
+ .fa-deviantart:before {
845
+ content: "\f1bd"; }
846
+
847
+ .fa-digg:before {
848
+ content: "\f1a6"; }
849
+
850
+ .fa-digital-ocean:before {
851
+ content: "\f391"; }
852
+
853
+ .fa-discord:before {
854
+ content: "\f392"; }
855
+
856
+ .fa-discourse:before {
857
+ content: "\f393"; }
858
+
859
+ .fa-dochub:before {
860
+ content: "\f394"; }
861
+
862
+ .fa-docker:before {
863
+ content: "\f395"; }
864
+
865
+ .fa-dollar-sign:before {
866
+ content: "\f155"; }
867
+
868
+ .fa-dot-circle:before {
869
+ content: "\f192"; }
870
+
871
+ .fa-download:before {
872
+ content: "\f019"; }
873
+
874
+ .fa-draft2digital:before {
875
+ content: "\f396"; }
876
+
877
+ .fa-dribbble:before {
878
+ content: "\f17d"; }
879
+
880
+ .fa-dribbble-square:before {
881
+ content: "\f397"; }
882
+
883
+ .fa-dropbox:before {
884
+ content: "\f16b"; }
885
+
886
+ .fa-drupal:before {
887
+ content: "\f1a9"; }
888
+
889
+ .fa-dyalog:before {
890
+ content: "\f399"; }
891
+
892
+ .fa-earlybirds:before {
893
+ content: "\f39a"; }
894
+
895
+ .fa-edge:before {
896
+ content: "\f282"; }
897
+
898
+ .fa-edit:before {
899
+ content: "\f044"; }
900
+
901
+ .fa-eject:before {
902
+ content: "\f052"; }
903
+
904
+ .fa-elementor:before {
905
+ content: "\f430"; }
906
+
907
+ .fa-ellipsis-h:before {
908
+ content: "\f141"; }
909
+
910
+ .fa-ellipsis-v:before {
911
+ content: "\f142"; }
912
+
913
+ .fa-ember:before {
914
+ content: "\f423"; }
915
+
916
+ .fa-empire:before {
917
+ content: "\f1d1"; }
918
+
919
+ .fa-envelope:before {
920
+ content: "\f0e0"; }
921
+
922
+ .fa-envelope-open:before {
923
+ content: "\f2b6"; }
924
+
925
+ .fa-envelope-square:before {
926
+ content: "\f199"; }
927
+
928
+ .fa-envira:before {
929
+ content: "\f299"; }
930
+
931
+ .fa-eraser:before {
932
+ content: "\f12d"; }
933
+
934
+ .fa-erlang:before {
935
+ content: "\f39d"; }
936
+
937
+ .fa-ethereum:before {
938
+ content: "\f42e"; }
939
+
940
+ .fa-etsy:before {
941
+ content: "\f2d7"; }
942
+
943
+ .fa-euro-sign:before {
944
+ content: "\f153"; }
945
+
946
+ .fa-exchange-alt:before {
947
+ content: "\f362"; }
948
+
949
+ .fa-exclamation:before {
950
+ content: "\f12a"; }
951
+
952
+ .fa-exclamation-circle:before {
953
+ content: "\f06a"; }
954
+
955
+ .fa-exclamation-triangle:before {
956
+ content: "\f071"; }
957
+
958
+ .fa-expand:before {
959
+ content: "\f065"; }
960
+
961
+ .fa-expand-arrows-alt:before {
962
+ content: "\f31e"; }
963
+
964
+ .fa-expeditedssl:before {
965
+ content: "\f23e"; }
966
+
967
+ .fa-external-link-alt:before {
968
+ content: "\f35d"; }
969
+
970
+ .fa-external-link-square-alt:before {
971
+ content: "\f360"; }
972
+
973
+ .fa-eye:before {
974
+ content: "\f06e"; }
975
+
976
+ .fa-eye-dropper:before {
977
+ content: "\f1fb"; }
978
+
979
+ .fa-eye-slash:before {
980
+ content: "\f070"; }
981
+
982
+ .fa-facebook:before {
983
+ content: "\f09a"; }
984
+
985
+ .fa-facebook-f:before {
986
+ content: "\f39e"; }
987
+
988
+ .fa-facebook-messenger:before {
989
+ content: "\f39f"; }
990
+
991
+ .fa-facebook-square:before {
992
+ content: "\f082"; }
993
+
994
+ .fa-fast-backward:before {
995
+ content: "\f049"; }
996
+
997
+ .fa-fast-forward:before {
998
+ content: "\f050"; }
999
+
1000
+ .fa-fax:before {
1001
+ content: "\f1ac"; }
1002
+
1003
+ .fa-female:before {
1004
+ content: "\f182"; }
1005
+
1006
+ .fa-fighter-jet:before {
1007
+ content: "\f0fb"; }
1008
+
1009
+ .fa-file:before {
1010
+ content: "\f15b"; }
1011
+
1012
+ .fa-file-alt:before {
1013
+ content: "\f15c"; }
1014
+
1015
+ .fa-file-archive:before {
1016
+ content: "\f1c6"; }
1017
+
1018
+ .fa-file-audio:before {
1019
+ content: "\f1c7"; }
1020
+
1021
+ .fa-file-code:before {
1022
+ content: "\f1c9"; }
1023
+
1024
+ .fa-file-excel:before {
1025
+ content: "\f1c3"; }
1026
+
1027
+ .fa-file-image:before {
1028
+ content: "\f1c5"; }
1029
+
1030
+ .fa-file-pdf:before {
1031
+ content: "\f1c1"; }
1032
+
1033
+ .fa-file-powerpoint:before {
1034
+ content: "\f1c4"; }
1035
+
1036
+ .fa-file-video:before {
1037
+ content: "\f1c8"; }
1038
+
1039
+ .fa-file-word:before {
1040
+ content: "\f1c2"; }
1041
+
1042
+ .fa-film:before {
1043
+ content: "\f008"; }
1044
+
1045
+ .fa-filter:before {
1046
+ content: "\f0b0"; }
1047
+
1048
+ .fa-fire:before {
1049
+ content: "\f06d"; }
1050
+
1051
+ .fa-fire-extinguisher:before {
1052
+ content: "\f134"; }
1053
+
1054
+ .fa-firefox:before {
1055
+ content: "\f269"; }
1056
+
1057
+ .fa-first-order:before {
1058
+ content: "\f2b0"; }
1059
+
1060
+ .fa-firstdraft:before {
1061
+ content: "\f3a1"; }
1062
+
1063
+ .fa-flag:before {
1064
+ content: "\f024"; }
1065
+
1066
+ .fa-flag-checkered:before {
1067
+ content: "\f11e"; }
1068
+
1069
+ .fa-flask:before {
1070
+ content: "\f0c3"; }
1071
+
1072
+ .fa-flickr:before {
1073
+ content: "\f16e"; }
1074
+
1075
+ .fa-flipboard:before {
1076
+ content: "\f44d"; }
1077
+
1078
+ .fa-fly:before {
1079
+ content: "\f417"; }
1080
+
1081
+ .fa-folder:before {
1082
+ content: "\f07b"; }
1083
+
1084
+ .fa-folder-open:before {
1085
+ content: "\f07c"; }
1086
+
1087
+ .fa-font:before {
1088
+ content: "\f031"; }
1089
+
1090
+ .fa-font-awesome:before {
1091
+ content: "\f2b4"; }
1092
+
1093
+ .fa-font-awesome-alt:before {
1094
+ content: "\f35c"; }
1095
+
1096
+ .fa-font-awesome-flag:before {
1097
+ content: "\f425"; }
1098
+
1099
+ .fa-fonticons:before {
1100
+ content: "\f280"; }
1101
+
1102
+ .fa-fonticons-fi:before {
1103
+ content: "\f3a2"; }
1104
+
1105
+ .fa-football-ball:before {
1106
+ content: "\f44e"; }
1107
+
1108
+ .fa-fort-awesome:before {
1109
+ content: "\f286"; }
1110
+
1111
+ .fa-fort-awesome-alt:before {
1112
+ content: "\f3a3"; }
1113
+
1114
+ .fa-forumbee:before {
1115
+ content: "\f211"; }
1116
+
1117
+ .fa-forward:before {
1118
+ content: "\f04e"; }
1119
+
1120
+ .fa-foursquare:before {
1121
+ content: "\f180"; }
1122
+
1123
+ .fa-free-code-camp:before {
1124
+ content: "\f2c5"; }
1125
+
1126
+ .fa-freebsd:before {
1127
+ content: "\f3a4"; }
1128
+
1129
+ .fa-frown:before {
1130
+ content: "\f119"; }
1131
+
1132
+ .fa-futbol:before {
1133
+ content: "\f1e3"; }
1134
+
1135
+ .fa-gamepad:before {
1136
+ content: "\f11b"; }
1137
+
1138
+ .fa-gavel:before {
1139
+ content: "\f0e3"; }
1140
+
1141
+ .fa-gem:before {
1142
+ content: "\f3a5"; }
1143
+
1144
+ .fa-genderless:before {
1145
+ content: "\f22d"; }
1146
+
1147
+ .fa-get-pocket:before {
1148
+ content: "\f265"; }
1149
+
1150
+ .fa-gg:before {
1151
+ content: "\f260"; }
1152
+
1153
+ .fa-gg-circle:before {
1154
+ content: "\f261"; }
1155
+
1156
+ .fa-gift:before {
1157
+ content: "\f06b"; }
1158
+
1159
+ .fa-git:before {
1160
+ content: "\f1d3"; }
1161
+
1162
+ .fa-git-square:before {
1163
+ content: "\f1d2"; }
1164
+
1165
+ .fa-github:before {
1166
+ content: "\f09b"; }
1167
+
1168
+ .fa-github-alt:before {
1169
+ content: "\f113"; }
1170
+
1171
+ .fa-github-square:before {
1172
+ content: "\f092"; }
1173
+
1174
+ .fa-gitkraken:before {
1175
+ content: "\f3a6"; }
1176
+
1177
+ .fa-gitlab:before {
1178
+ content: "\f296"; }
1179
+
1180
+ .fa-gitter:before {
1181
+ content: "\f426"; }
1182
+
1183
+ .fa-glass-martini:before {
1184
+ content: "\f000"; }
1185
+
1186
+ .fa-glide:before {
1187
+ content: "\f2a5"; }
1188
+
1189
+ .fa-glide-g:before {
1190
+ content: "\f2a6"; }
1191
+
1192
+ .fa-globe:before {
1193
+ content: "\f0ac"; }
1194
+
1195
+ .fa-gofore:before {
1196
+ content: "\f3a7"; }
1197
+
1198
+ .fa-golf-ball:before {
1199
+ content: "\f450"; }
1200
+
1201
+ .fa-goodreads:before {
1202
+ content: "\f3a8"; }
1203
+
1204
+ .fa-goodreads-g:before {
1205
+ content: "\f3a9"; }
1206
+
1207
+ .fa-google:before {
1208
+ content: "\f1a0"; }
1209
+
1210
+ .fa-google-drive:before {
1211
+ content: "\f3aa"; }
1212
+
1213
+ .fa-google-play:before {
1214
+ content: "\f3ab"; }
1215
+
1216
+ .fa-google-plus:before {
1217
+ content: "\f2b3"; }
1218
+
1219
+ .fa-google-plus-g:before {
1220
+ content: "\f0d5"; }
1221
+
1222
+ .fa-google-plus-square:before {
1223
+ content: "\f0d4"; }
1224
+
1225
+ .fa-google-wallet:before {
1226
+ content: "\f1ee"; }
1227
+
1228
+ .fa-graduation-cap:before {
1229
+ content: "\f19d"; }
1230
+
1231
+ .fa-gratipay:before {
1232
+ content: "\f184"; }
1233
+
1234
+ .fa-grav:before {
1235
+ content: "\f2d6"; }
1236
+
1237
+ .fa-gripfire:before {
1238
+ content: "\f3ac"; }
1239
+
1240
+ .fa-grunt:before {
1241
+ content: "\f3ad"; }
1242
+
1243
+ .fa-gulp:before {
1244
+ content: "\f3ae"; }
1245
+
1246
+ .fa-h-square:before {
1247
+ content: "\f0fd"; }
1248
+
1249
+ .fa-hacker-news:before {
1250
+ content: "\f1d4"; }
1251
+
1252
+ .fa-hacker-news-square:before {
1253
+ content: "\f3af"; }
1254
+
1255
+ .fa-hand-lizard:before {
1256
+ content: "\f258"; }
1257
+
1258
+ .fa-hand-paper:before {
1259
+ content: "\f256"; }
1260
+
1261
+ .fa-hand-peace:before {
1262
+ content: "\f25b"; }
1263
+
1264
+ .fa-hand-point-down:before {
1265
+ content: "\f0a7"; }
1266
+
1267
+ .fa-hand-point-left:before {
1268
+ content: "\f0a5"; }
1269
+
1270
+ .fa-hand-point-right:before {
1271
+ content: "\f0a4"; }
1272
+
1273
+ .fa-hand-point-up:before {
1274
+ content: "\f0a6"; }
1275
+
1276
+ .fa-hand-pointer:before {
1277
+ content: "\f25a"; }
1278
+
1279
+ .fa-hand-rock:before {
1280
+ content: "\f255"; }
1281
+
1282
+ .fa-hand-scissors:before {
1283
+ content: "\f257"; }
1284
+
1285
+ .fa-hand-spock:before {
1286
+ content: "\f259"; }
1287
+
1288
+ .fa-handshake:before {
1289
+ content: "\f2b5"; }
1290
+
1291
+ .fa-hashtag:before {
1292
+ content: "\f292"; }
1293
+
1294
+ .fa-hdd:before {
1295
+ content: "\f0a0"; }
1296
+
1297
+ .fa-heading:before {
1298
+ content: "\f1dc"; }
1299
+
1300
+ .fa-headphones:before {
1301
+ content: "\f025"; }
1302
+
1303
+ .fa-heart:before {
1304
+ content: "\f004"; }
1305
+
1306
+ .fa-heartbeat:before {
1307
+ content: "\f21e"; }
1308
+
1309
+ .fa-hips:before {
1310
+ content: "\f452"; }
1311
+
1312
+ .fa-hire-a-helper:before {
1313
+ content: "\f3b0"; }
1314
+
1315
+ .fa-history:before {
1316
+ content: "\f1da"; }
1317
+
1318
+ .fa-hockey-puck:before {
1319
+ content: "\f453"; }
1320
+
1321
+ .fa-home:before {
1322
+ content: "\f015"; }
1323
+
1324
+ .fa-hooli:before {
1325
+ content: "\f427"; }
1326
+
1327
+ .fa-hospital:before {
1328
+ content: "\f0f8"; }
1329
+
1330
+ .fa-hotjar:before {
1331
+ content: "\f3b1"; }
1332
+
1333
+ .fa-hourglass:before {
1334
+ content: "\f254"; }
1335
+
1336
+ .fa-hourglass-end:before {
1337
+ content: "\f253"; }
1338
+
1339
+ .fa-hourglass-half:before {
1340
+ content: "\f252"; }
1341
+
1342
+ .fa-hourglass-start:before {
1343
+ content: "\f251"; }
1344
+
1345
+ .fa-houzz:before {
1346
+ content: "\f27c"; }
1347
+
1348
+ .fa-html5:before {
1349
+ content: "\f13b"; }
1350
+
1351
+ .fa-hubspot:before {
1352
+ content: "\f3b2"; }
1353
+
1354
+ .fa-i-cursor:before {
1355
+ content: "\f246"; }
1356
+
1357
+ .fa-id-badge:before {
1358
+ content: "\f2c1"; }
1359
+
1360
+ .fa-id-card:before {
1361
+ content: "\f2c2"; }
1362
+
1363
+ .fa-image:before {
1364
+ content: "\f03e"; }
1365
+
1366
+ .fa-images:before {
1367
+ content: "\f302"; }
1368
+
1369
+ .fa-imdb:before {
1370
+ content: "\f2d8"; }
1371
+
1372
+ .fa-inbox:before {
1373
+ content: "\f01c"; }
1374
+
1375
+ .fa-indent:before {
1376
+ content: "\f03c"; }
1377
+
1378
+ .fa-industry:before {
1379
+ content: "\f275"; }
1380
+
1381
+ .fa-info:before {
1382
+ content: "\f129"; }
1383
+
1384
+ .fa-info-circle:before {
1385
+ content: "\f05a"; }
1386
+
1387
+ .fa-instagram:before {
1388
+ content: "\f16d"; }
1389
+
1390
+ .fa-internet-explorer:before {
1391
+ content: "\f26b"; }
1392
+
1393
+ .fa-ioxhost:before {
1394
+ content: "\f208"; }
1395
+
1396
+ .fa-italic:before {
1397
+ content: "\f033"; }
1398
+
1399
+ .fa-itunes:before {
1400
+ content: "\f3b4"; }
1401
+
1402
+ .fa-itunes-note:before {
1403
+ content: "\f3b5"; }
1404
+
1405
+ .fa-jenkins:before {
1406
+ content: "\f3b6"; }
1407
+
1408
+ .fa-joget:before {
1409
+ content: "\f3b7"; }
1410
+
1411
+ .fa-joomla:before {
1412
+ content: "\f1aa"; }
1413
+
1414
+ .fa-js:before {
1415
+ content: "\f3b8"; }
1416
+
1417
+ .fa-js-square:before {
1418
+ content: "\f3b9"; }
1419
+
1420
+ .fa-jsfiddle:before {
1421
+ content: "\f1cc"; }
1422
+
1423
+ .fa-key:before {
1424
+ content: "\f084"; }
1425
+
1426
+ .fa-keyboard:before {
1427
+ content: "\f11c"; }
1428
+
1429
+ .fa-keycdn:before {
1430
+ content: "\f3ba"; }
1431
+
1432
+ .fa-kickstarter:before {
1433
+ content: "\f3bb"; }
1434
+
1435
+ .fa-kickstarter-k:before {
1436
+ content: "\f3bc"; }
1437
+
1438
+ .fa-korvue:before {
1439
+ content: "\f42f"; }
1440
+
1441
+ .fa-language:before {
1442
+ content: "\f1ab"; }
1443
+
1444
+ .fa-laptop:before {
1445
+ content: "\f109"; }
1446
+
1447
+ .fa-laravel:before {
1448
+ content: "\f3bd"; }
1449
+
1450
+ .fa-lastfm:before {
1451
+ content: "\f202"; }
1452
+
1453
+ .fa-lastfm-square:before {
1454
+ content: "\f203"; }
1455
+
1456
+ .fa-leaf:before {
1457
+ content: "\f06c"; }
1458
+
1459
+ .fa-leanpub:before {
1460
+ content: "\f212"; }
1461
+
1462
+ .fa-lemon:before {
1463
+ content: "\f094"; }
1464
+
1465
+ .fa-less:before {
1466
+ content: "\f41d"; }
1467
+
1468
+ .fa-level-down-alt:before {
1469
+ content: "\f3be"; }
1470
+
1471
+ .fa-level-up-alt:before {
1472
+ content: "\f3bf"; }
1473
+
1474
+ .fa-life-ring:before {
1475
+ content: "\f1cd"; }
1476
+
1477
+ .fa-lightbulb:before {
1478
+ content: "\f0eb"; }
1479
+
1480
+ .fa-line:before {
1481
+ content: "\f3c0"; }
1482
+
1483
+ .fa-link:before {
1484
+ content: "\f0c1"; }
1485
+
1486
+ .fa-linkedin:before {
1487
+ content: "\f08c"; }
1488
+
1489
+ .fa-linkedin-in:before {
1490
+ content: "\f0e1"; }
1491
+
1492
+ .fa-linode:before {
1493
+ content: "\f2b8"; }
1494
+
1495
+ .fa-linux:before {
1496
+ content: "\f17c"; }
1497
+
1498
+ .fa-lira-sign:before {
1499
+ content: "\f195"; }
1500
+
1501
+ .fa-list:before {
1502
+ content: "\f03a"; }
1503
+
1504
+ .fa-list-alt:before {
1505
+ content: "\f022"; }
1506
+
1507
+ .fa-list-ol:before {
1508
+ content: "\f0cb"; }
1509
+
1510
+ .fa-list-ul:before {
1511
+ content: "\f0ca"; }
1512
+
1513
+ .fa-location-arrow:before {
1514
+ content: "\f124"; }
1515
+
1516
+ .fa-lock:before {
1517
+ content: "\f023"; }
1518
+
1519
+ .fa-lock-open:before {
1520
+ content: "\f3c1"; }
1521
+
1522
+ .fa-long-arrow-alt-down:before {
1523
+ content: "\f309"; }
1524
+
1525
+ .fa-long-arrow-alt-left:before {
1526
+ content: "\f30a"; }
1527
+
1528
+ .fa-long-arrow-alt-right:before {
1529
+ content: "\f30b"; }
1530
+
1531
+ .fa-long-arrow-alt-up:before {
1532
+ content: "\f30c"; }
1533
+
1534
+ .fa-low-vision:before {
1535
+ content: "\f2a8"; }
1536
+
1537
+ .fa-lyft:before {
1538
+ content: "\f3c3"; }
1539
+
1540
+ .fa-magento:before {
1541
+ content: "\f3c4"; }
1542
+
1543
+ .fa-magic:before {
1544
+ content: "\f0d0"; }
1545
+
1546
+ .fa-magnet:before {
1547
+ content: "\f076"; }
1548
+
1549
+ .fa-male:before {
1550
+ content: "\f183"; }
1551
+
1552
+ .fa-map:before {
1553
+ content: "\f279"; }
1554
+
1555
+ .fa-map-marker:before {
1556
+ content: "\f041"; }
1557
+
1558
+ .fa-map-marker-alt:before {
1559
+ content: "\f3c5"; }
1560
+
1561
+ .fa-map-pin:before {
1562
+ content: "\f276"; }
1563
+
1564
+ .fa-map-signs:before {
1565
+ content: "\f277"; }
1566
+
1567
+ .fa-mars:before {
1568
+ content: "\f222"; }
1569
+
1570
+ .fa-mars-double:before {
1571
+ content: "\f227"; }
1572
+
1573
+ .fa-mars-stroke:before {
1574
+ content: "\f229"; }
1575
+
1576
+ .fa-mars-stroke-h:before {
1577
+ content: "\f22b"; }
1578
+
1579
+ .fa-mars-stroke-v:before {
1580
+ content: "\f22a"; }
1581
+
1582
+ .fa-maxcdn:before {
1583
+ content: "\f136"; }
1584
+
1585
+ .fa-medapps:before {
1586
+ content: "\f3c6"; }
1587
+
1588
+ .fa-medium:before {
1589
+ content: "\f23a"; }
1590
+
1591
+ .fa-medium-m:before {
1592
+ content: "\f3c7"; }
1593
+
1594
+ .fa-medkit:before {
1595
+ content: "\f0fa"; }
1596
+
1597
+ .fa-medrt:before {
1598
+ content: "\f3c8"; }
1599
+
1600
+ .fa-meetup:before {
1601
+ content: "\f2e0"; }
1602
+
1603
+ .fa-meh:before {
1604
+ content: "\f11a"; }
1605
+
1606
+ .fa-mercury:before {
1607
+ content: "\f223"; }
1608
+
1609
+ .fa-microchip:before {
1610
+ content: "\f2db"; }
1611
+
1612
+ .fa-microphone:before {
1613
+ content: "\f130"; }
1614
+
1615
+ .fa-microphone-slash:before {
1616
+ content: "\f131"; }
1617
+
1618
+ .fa-microsoft:before {
1619
+ content: "\f3ca"; }
1620
+
1621
+ .fa-minus:before {
1622
+ content: "\f068"; }
1623
+
1624
+ .fa-minus-circle:before {
1625
+ content: "\f056"; }
1626
+
1627
+ .fa-minus-square:before {
1628
+ content: "\f146"; }
1629
+
1630
+ .fa-mix:before {
1631
+ content: "\f3cb"; }
1632
+
1633
+ .fa-mixcloud:before {
1634
+ content: "\f289"; }
1635
+
1636
+ .fa-mizuni:before {
1637
+ content: "\f3cc"; }
1638
+
1639
+ .fa-mobile:before {
1640
+ content: "\f10b"; }
1641
+
1642
+ .fa-mobile-alt:before {
1643
+ content: "\f3cd"; }
1644
+
1645
+ .fa-modx:before {
1646
+ content: "\f285"; }
1647
+
1648
+ .fa-monero:before {
1649
+ content: "\f3d0"; }
1650
+
1651
+ .fa-money-bill-alt:before {
1652
+ content: "\f3d1"; }
1653
+
1654
+ .fa-moon:before {
1655
+ content: "\f186"; }
1656
+
1657
+ .fa-motorcycle:before {
1658
+ content: "\f21c"; }
1659
+
1660
+ .fa-mouse-pointer:before {
1661
+ content: "\f245"; }
1662
+
1663
+ .fa-music:before {
1664
+ content: "\f001"; }
1665
+
1666
+ .fa-napster:before {
1667
+ content: "\f3d2"; }
1668
+
1669
+ .fa-neuter:before {
1670
+ content: "\f22c"; }
1671
+
1672
+ .fa-newspaper:before {
1673
+ content: "\f1ea"; }
1674
+
1675
+ .fa-nintendo-switch:before {
1676
+ content: "\f418"; }
1677
+
1678
+ .fa-node:before {
1679
+ content: "\f419"; }
1680
+
1681
+ .fa-node-js:before {
1682
+ content: "\f3d3"; }
1683
+
1684
+ .fa-npm:before {
1685
+ content: "\f3d4"; }
1686
+
1687
+ .fa-ns8:before {
1688
+ content: "\f3d5"; }
1689
+
1690
+ .fa-nutritionix:before {
1691
+ content: "\f3d6"; }
1692
+
1693
+ .fa-object-group:before {
1694
+ content: "\f247"; }
1695
+
1696
+ .fa-object-ungroup:before {
1697
+ content: "\f248"; }
1698
+
1699
+ .fa-odnoklassniki:before {
1700
+ content: "\f263"; }
1701
+
1702
+ .fa-odnoklassniki-square:before {
1703
+ content: "\f264"; }
1704
+
1705
+ .fa-opencart:before {
1706
+ content: "\f23d"; }
1707
+
1708
+ .fa-openid:before {
1709
+ content: "\f19b"; }
1710
+
1711
+ .fa-opera:before {
1712
+ content: "\f26a"; }
1713
+
1714
+ .fa-optin-monster:before {
1715
+ content: "\f23c"; }
1716
+
1717
+ .fa-osi:before {
1718
+ content: "\f41a"; }
1719
+
1720
+ .fa-outdent:before {
1721
+ content: "\f03b"; }
1722
+
1723
+ .fa-page4:before {
1724
+ content: "\f3d7"; }
1725
+
1726
+ .fa-pagelines:before {
1727
+ content: "\f18c"; }
1728
+
1729
+ .fa-paint-brush:before {
1730
+ content: "\f1fc"; }
1731
+
1732
+ .fa-palfed:before {
1733
+ content: "\f3d8"; }
1734
+
1735
+ .fa-paper-plane:before {
1736
+ content: "\f1d8"; }
1737
+
1738
+ .fa-paperclip:before {
1739
+ content: "\f0c6"; }
1740
+
1741
+ .fa-paragraph:before {
1742
+ content: "\f1dd"; }
1743
+
1744
+ .fa-paste:before {
1745
+ content: "\f0ea"; }
1746
+
1747
+ .fa-patreon:before {
1748
+ content: "\f3d9"; }
1749
+
1750
+ .fa-pause:before {
1751
+ content: "\f04c"; }
1752
+
1753
+ .fa-pause-circle:before {
1754
+ content: "\f28b"; }
1755
+
1756
+ .fa-paw:before {
1757
+ content: "\f1b0"; }
1758
+
1759
+ .fa-paypal:before {
1760
+ content: "\f1ed"; }
1761
+
1762
+ .fa-pen-square:before {
1763
+ content: "\f14b"; }
1764
+
1765
+ .fa-pencil-alt:before {
1766
+ content: "\f303"; }
1767
+
1768
+ .fa-percent:before {
1769
+ content: "\f295"; }
1770
+
1771
+ .fa-periscope:before {
1772
+ content: "\f3da"; }
1773
+
1774
+ .fa-phabricator:before {
1775
+ content: "\f3db"; }
1776
+
1777
+ .fa-phoenix-framework:before {
1778
+ content: "\f3dc"; }
1779
+
1780
+ .fa-phone:before {
1781
+ content: "\f095"; }
1782
+
1783
+ .fa-phone-square:before {
1784
+ content: "\f098"; }
1785
+
1786
+ .fa-phone-volume:before {
1787
+ content: "\f2a0"; }
1788
+
1789
+ .fa-php:before {
1790
+ content: "\f457"; }
1791
+
1792
+ .fa-pied-piper:before {
1793
+ content: "\f2ae"; }
1794
+
1795
+ .fa-pied-piper-alt:before {
1796
+ content: "\f1a8"; }
1797
+
1798
+ .fa-pied-piper-pp:before {
1799
+ content: "\f1a7"; }
1800
+
1801
+ .fa-pinterest:before {
1802
+ content: "\f0d2"; }
1803
+
1804
+ .fa-pinterest-p:before {
1805
+ content: "\f231"; }
1806
+
1807
+ .fa-pinterest-square:before {
1808
+ content: "\f0d3"; }
1809
+
1810
+ .fa-plane:before {
1811
+ content: "\f072"; }
1812
+
1813
+ .fa-play:before {
1814
+ content: "\f04b"; }
1815
+
1816
+ .fa-play-circle:before {
1817
+ content: "\f144"; }
1818
+
1819
+ .fa-playstation:before {
1820
+ content: "\f3df"; }
1821
+
1822
+ .fa-plug:before {
1823
+ content: "\f1e6"; }
1824
+
1825
+ .fa-plus:before {
1826
+ content: "\f067"; }
1827
+
1828
+ .fa-plus-circle:before {
1829
+ content: "\f055"; }
1830
+
1831
+ .fa-plus-square:before {
1832
+ content: "\f0fe"; }
1833
+
1834
+ .fa-podcast:before {
1835
+ content: "\f2ce"; }
1836
+
1837
+ .fa-pound-sign:before {
1838
+ content: "\f154"; }
1839
+
1840
+ .fa-power-off:before {
1841
+ content: "\f011"; }
1842
+
1843
+ .fa-print:before {
1844
+ content: "\f02f"; }
1845
+
1846
+ .fa-product-hunt:before {
1847
+ content: "\f288"; }
1848
+
1849
+ .fa-pushed:before {
1850
+ content: "\f3e1"; }
1851
+
1852
+ .fa-puzzle-piece:before {
1853
+ content: "\f12e"; }
1854
+
1855
+ .fa-python:before {
1856
+ content: "\f3e2"; }
1857
+
1858
+ .fa-qq:before {
1859
+ content: "\f1d6"; }
1860
+
1861
+ .fa-qrcode:before {
1862
+ content: "\f029"; }
1863
+
1864
+ .fa-question:before {
1865
+ content: "\f128"; }
1866
+
1867
+ .fa-question-circle:before {
1868
+ content: "\f059"; }
1869
+
1870
+ .fa-quidditch:before {
1871
+ content: "\f458"; }
1872
+
1873
+ .fa-quinscape:before {
1874
+ content: "\f459"; }
1875
+
1876
+ .fa-quora:before {
1877
+ content: "\f2c4"; }
1878
+
1879
+ .fa-quote-left:before {
1880
+ content: "\f10d"; }
1881
+
1882
+ .fa-quote-right:before {
1883
+ content: "\f10e"; }
1884
+
1885
+ .fa-random:before {
1886
+ content: "\f074"; }
1887
+
1888
+ .fa-ravelry:before {
1889
+ content: "\f2d9"; }
1890
+
1891
+ .fa-react:before {
1892
+ content: "\f41b"; }
1893
+
1894
+ .fa-rebel:before {
1895
+ content: "\f1d0"; }
1896
+
1897
+ .fa-recycle:before {
1898
+ content: "\f1b8"; }
1899
+
1900
+ .fa-red-river:before {
1901
+ content: "\f3e3"; }
1902
+
1903
+ .fa-reddit:before {
1904
+ content: "\f1a1"; }
1905
+
1906
+ .fa-reddit-alien:before {
1907
+ content: "\f281"; }
1908
+
1909
+ .fa-reddit-square:before {
1910
+ content: "\f1a2"; }
1911
+
1912
+ .fa-redo:before {
1913
+ content: "\f01e"; }
1914
+
1915
+ .fa-redo-alt:before {
1916
+ content: "\f2f9"; }
1917
+
1918
+ .fa-registered:before {
1919
+ content: "\f25d"; }
1920
+
1921
+ .fa-rendact:before {
1922
+ content: "\f3e4"; }
1923
+
1924
+ .fa-renren:before {
1925
+ content: "\f18b"; }
1926
+
1927
+ .fa-reply:before {
1928
+ content: "\f3e5"; }
1929
+
1930
+ .fa-reply-all:before {
1931
+ content: "\f122"; }
1932
+
1933
+ .fa-replyd:before {
1934
+ content: "\f3e6"; }
1935
+
1936
+ .fa-resolving:before {
1937
+ content: "\f3e7"; }
1938
+
1939
+ .fa-retweet:before {
1940
+ content: "\f079"; }
1941
+
1942
+ .fa-road:before {
1943
+ content: "\f018"; }
1944
+
1945
+ .fa-rocket:before {
1946
+ content: "\f135"; }
1947
+
1948
+ .fa-rocketchat:before {
1949
+ content: "\f3e8"; }
1950
+
1951
+ .fa-rockrms:before {
1952
+ content: "\f3e9"; }
1953
+
1954
+ .fa-rss:before {
1955
+ content: "\f09e"; }
1956
+
1957
+ .fa-rss-square:before {
1958
+ content: "\f143"; }
1959
+
1960
+ .fa-ruble-sign:before {
1961
+ content: "\f158"; }
1962
+
1963
+ .fa-rupee-sign:before {
1964
+ content: "\f156"; }
1965
+
1966
+ .fa-safari:before {
1967
+ content: "\f267"; }
1968
+
1969
+ .fa-sass:before {
1970
+ content: "\f41e"; }
1971
+
1972
+ .fa-save:before {
1973
+ content: "\f0c7"; }
1974
+
1975
+ .fa-schlix:before {
1976
+ content: "\f3ea"; }
1977
+
1978
+ .fa-scribd:before {
1979
+ content: "\f28a"; }
1980
+
1981
+ .fa-search:before {
1982
+ content: "\f002"; }
1983
+
1984
+ .fa-search-minus:before {
1985
+ content: "\f010"; }
1986
+
1987
+ .fa-search-plus:before {
1988
+ content: "\f00e"; }
1989
+
1990
+ .fa-searchengin:before {
1991
+ content: "\f3eb"; }
1992
+
1993
+ .fa-sellcast:before {
1994
+ content: "\f2da"; }
1995
+
1996
+ .fa-sellsy:before {
1997
+ content: "\f213"; }
1998
+
1999
+ .fa-server:before {
2000
+ content: "\f233"; }
2001
+
2002
+ .fa-servicestack:before {
2003
+ content: "\f3ec"; }
2004
+
2005
+ .fa-share:before {
2006
+ content: "\f064"; }
2007
+
2008
+ .fa-share-alt:before {
2009
+ content: "\f1e0"; }
2010
+
2011
+ .fa-share-alt-square:before {
2012
+ content: "\f1e1"; }
2013
+
2014
+ .fa-share-square:before {
2015
+ content: "\f14d"; }
2016
+
2017
+ .fa-shekel-sign:before {
2018
+ content: "\f20b"; }
2019
+
2020
+ .fa-shield-alt:before {
2021
+ content: "\f3ed"; }
2022
+
2023
+ .fa-ship:before {
2024
+ content: "\f21a"; }
2025
+
2026
+ .fa-shirtsinbulk:before {
2027
+ content: "\f214"; }
2028
+
2029
+ .fa-shopping-bag:before {
2030
+ content: "\f290"; }
2031
+
2032
+ .fa-shopping-basket:before {
2033
+ content: "\f291"; }
2034
+
2035
+ .fa-shopping-cart:before {
2036
+ content: "\f07a"; }
2037
+
2038
+ .fa-shower:before {
2039
+ content: "\f2cc"; }
2040
+
2041
+ .fa-sign-in-alt:before {
2042
+ content: "\f2f6"; }
2043
+
2044
+ .fa-sign-language:before {
2045
+ content: "\f2a7"; }
2046
+
2047
+ .fa-sign-out-alt:before {
2048
+ content: "\f2f5"; }
2049
+
2050
+ .fa-signal:before {
2051
+ content: "\f012"; }
2052
+
2053
+ .fa-simplybuilt:before {
2054
+ content: "\f215"; }
2055
+
2056
+ .fa-sistrix:before {
2057
+ content: "\f3ee"; }
2058
+
2059
+ .fa-sitemap:before {
2060
+ content: "\f0e8"; }
2061
+
2062
+ .fa-skyatlas:before {
2063
+ content: "\f216"; }
2064
+
2065
+ .fa-skype:before {
2066
+ content: "\f17e"; }
2067
+
2068
+ .fa-slack:before {
2069
+ content: "\f198"; }
2070
+
2071
+ .fa-slack-hash:before {
2072
+ content: "\f3ef"; }
2073
+
2074
+ .fa-sliders-h:before {
2075
+ content: "\f1de"; }
2076
+
2077
+ .fa-slideshare:before {
2078
+ content: "\f1e7"; }
2079
+
2080
+ .fa-smile:before {
2081
+ content: "\f118"; }
2082
+
2083
+ .fa-snapchat:before {
2084
+ content: "\f2ab"; }
2085
+
2086
+ .fa-snapchat-ghost:before {
2087
+ content: "\f2ac"; }
2088
+
2089
+ .fa-snapchat-square:before {
2090
+ content: "\f2ad"; }
2091
+
2092
+ .fa-snowflake:before {
2093
+ content: "\f2dc"; }
2094
+
2095
+ .fa-sort:before {
2096
+ content: "\f0dc"; }
2097
+
2098
+ .fa-sort-alpha-down:before {
2099
+ content: "\f15d"; }
2100
+
2101
+ .fa-sort-alpha-up:before {
2102
+ content: "\f15e"; }
2103
+
2104
+ .fa-sort-amount-down:before {
2105
+ content: "\f160"; }
2106
+
2107
+ .fa-sort-amount-up:before {
2108
+ content: "\f161"; }
2109
+
2110
+ .fa-sort-down:before {
2111
+ content: "\f0dd"; }
2112
+
2113
+ .fa-sort-numeric-down:before {
2114
+ content: "\f162"; }
2115
+
2116
+ .fa-sort-numeric-up:before {
2117
+ content: "\f163"; }
2118
+
2119
+ .fa-sort-up:before {
2120
+ content: "\f0de"; }
2121
+
2122
+ .fa-soundcloud:before {
2123
+ content: "\f1be"; }
2124
+
2125
+ .fa-space-shuttle:before {
2126
+ content: "\f197"; }
2127
+
2128
+ .fa-speakap:before {
2129
+ content: "\f3f3"; }
2130
+
2131
+ .fa-spinner:before {
2132
+ content: "\f110"; }
2133
+
2134
+ .fa-spotify:before {
2135
+ content: "\f1bc"; }
2136
+
2137
+ .fa-square:before {
2138
+ content: "\f0c8"; }
2139
+
2140
+ .fa-square-full:before {
2141
+ content: "\f45c"; }
2142
+
2143
+ .fa-stack-exchange:before {
2144
+ content: "\f18d"; }
2145
+
2146
+ .fa-stack-overflow:before {
2147
+ content: "\f16c"; }
2148
+
2149
+ .fa-star:before {
2150
+ content: "\f005"; }
2151
+
2152
+ .fa-star-half:before {
2153
+ content: "\f089"; }
2154
+
2155
+ .fa-staylinked:before {
2156
+ content: "\f3f5"; }
2157
+
2158
+ .fa-steam:before {
2159
+ content: "\f1b6"; }
2160
+
2161
+ .fa-steam-square:before {
2162
+ content: "\f1b7"; }
2163
+
2164
+ .fa-steam-symbol:before {
2165
+ content: "\f3f6"; }
2166
+
2167
+ .fa-step-backward:before {
2168
+ content: "\f048"; }
2169
+
2170
+ .fa-step-forward:before {
2171
+ content: "\f051"; }
2172
+
2173
+ .fa-stethoscope:before {
2174
+ content: "\f0f1"; }
2175
+
2176
+ .fa-sticker-mule:before {
2177
+ content: "\f3f7"; }
2178
+
2179
+ .fa-sticky-note:before {
2180
+ content: "\f249"; }
2181
+
2182
+ .fa-stop:before {
2183
+ content: "\f04d"; }
2184
+
2185
+ .fa-stop-circle:before {
2186
+ content: "\f28d"; }
2187
+
2188
+ .fa-stopwatch:before {
2189
+ content: "\f2f2"; }
2190
+
2191
+ .fa-strava:before {
2192
+ content: "\f428"; }
2193
+
2194
+ .fa-street-view:before {
2195
+ content: "\f21d"; }
2196
+
2197
+ .fa-strikethrough:before {
2198
+ content: "\f0cc"; }
2199
+
2200
+ .fa-stripe:before {
2201
+ content: "\f429"; }
2202
+
2203
+ .fa-stripe-s:before {
2204
+ content: "\f42a"; }
2205
+
2206
+ .fa-studiovinari:before {
2207
+ content: "\f3f8"; }
2208
+
2209
+ .fa-stumbleupon:before {
2210
+ content: "\f1a4"; }
2211
+
2212
+ .fa-stumbleupon-circle:before {
2213
+ content: "\f1a3"; }
2214
+
2215
+ .fa-subscript:before {
2216
+ content: "\f12c"; }
2217
+
2218
+ .fa-subway:before {
2219
+ content: "\f239"; }
2220
+
2221
+ .fa-suitcase:before {
2222
+ content: "\f0f2"; }
2223
+
2224
+ .fa-sun:before {
2225
+ content: "\f185"; }
2226
+
2227
+ .fa-superpowers:before {
2228
+ content: "\f2dd"; }
2229
+
2230
+ .fa-superscript:before {
2231
+ content: "\f12b"; }
2232
+
2233
+ .fa-supple:before {
2234
+ content: "\f3f9"; }
2235
+
2236
+ .fa-sync:before {
2237
+ content: "\f021"; }
2238
+
2239
+ .fa-sync-alt:before {
2240
+ content: "\f2f1"; }
2241
+
2242
+ .fa-table:before {
2243
+ content: "\f0ce"; }
2244
+
2245
+ .fa-table-tennis:before {
2246
+ content: "\f45d"; }
2247
+
2248
+ .fa-tablet:before {
2249
+ content: "\f10a"; }
2250
+
2251
+ .fa-tablet-alt:before {
2252
+ content: "\f3fa"; }
2253
+
2254
+ .fa-tachometer-alt:before {
2255
+ content: "\f3fd"; }
2256
+
2257
+ .fa-tag:before {
2258
+ content: "\f02b"; }
2259
+
2260
+ .fa-tags:before {
2261
+ content: "\f02c"; }
2262
+
2263
+ .fa-tasks:before {
2264
+ content: "\f0ae"; }
2265
+
2266
+ .fa-taxi:before {
2267
+ content: "\f1ba"; }
2268
+
2269
+ .fa-telegram:before {
2270
+ content: "\f2c6"; }
2271
+
2272
+ .fa-telegram-plane:before {
2273
+ content: "\f3fe"; }
2274
+
2275
+ .fa-tencent-weibo:before {
2276
+ content: "\f1d5"; }
2277
+
2278
+ .fa-terminal:before {
2279
+ content: "\f120"; }
2280
+
2281
+ .fa-text-height:before {
2282
+ content: "\f034"; }
2283
+
2284
+ .fa-text-width:before {
2285
+ content: "\f035"; }
2286
+
2287
+ .fa-th:before {
2288
+ content: "\f00a"; }
2289
+
2290
+ .fa-th-large:before {
2291
+ content: "\f009"; }
2292
+
2293
+ .fa-th-list:before {
2294
+ content: "\f00b"; }
2295
+
2296
+ .fa-themeisle:before {
2297
+ content: "\f2b2"; }
2298
+
2299
+ .fa-thermometer-empty:before {
2300
+ content: "\f2cb"; }
2301
+
2302
+ .fa-thermometer-full:before {
2303
+ content: "\f2c7"; }
2304
+
2305
+ .fa-thermometer-half:before {
2306
+ content: "\f2c9"; }
2307
+
2308
+ .fa-thermometer-quarter:before {
2309
+ content: "\f2ca"; }
2310
+
2311
+ .fa-thermometer-three-quarters:before {
2312
+ content: "\f2c8"; }
2313
+
2314
+ .fa-thumbs-down:before {
2315
+ content: "\f165"; }
2316
+
2317
+ .fa-thumbs-up:before {
2318
+ content: "\f164"; }
2319
+
2320
+ .fa-thumbtack:before {
2321
+ content: "\f08d"; }
2322
+
2323
+ .fa-ticket-alt:before {
2324
+ content: "\f3ff"; }
2325
+
2326
+ .fa-times:before {
2327
+ content: "\f00d"; }
2328
+
2329
+ .fa-times-circle:before {
2330
+ content: "\f057"; }
2331
+
2332
+ .fa-tint:before {
2333
+ content: "\f043"; }
2334
+
2335
+ .fa-toggle-off:before {
2336
+ content: "\f204"; }
2337
+
2338
+ .fa-toggle-on:before {
2339
+ content: "\f205"; }
2340
+
2341
+ .fa-trademark:before {
2342
+ content: "\f25c"; }
2343
+
2344
+ .fa-train:before {
2345
+ content: "\f238"; }
2346
+
2347
+ .fa-transgender:before {
2348
+ content: "\f224"; }
2349
+
2350
+ .fa-transgender-alt:before {
2351
+ content: "\f225"; }
2352
+
2353
+ .fa-trash:before {
2354
+ content: "\f1f8"; }
2355
+
2356
+ .fa-trash-alt:before {
2357
+ content: "\f2ed"; }
2358
+
2359
+ .fa-tree:before {
2360
+ content: "\f1bb"; }
2361
+
2362
+ .fa-trello:before {
2363
+ content: "\f181"; }
2364
+
2365
+ .fa-tripadvisor:before {
2366
+ content: "\f262"; }
2367
+
2368
+ .fa-trophy:before {
2369
+ content: "\f091"; }
2370
+
2371
+ .fa-truck:before {
2372
+ content: "\f0d1"; }
2373
+
2374
+ .fa-tty:before {
2375
+ content: "\f1e4"; }
2376
+
2377
+ .fa-tumblr:before {
2378
+ content: "\f173"; }
2379
+
2380
+ .fa-tumblr-square:before {
2381
+ content: "\f174"; }
2382
+
2383
+ .fa-tv:before {
2384
+ content: "\f26c"; }
2385
+
2386
+ .fa-twitch:before {
2387
+ content: "\f1e8"; }
2388
+
2389
+ .fa-twitter:before {
2390
+ content: "\f099"; }
2391
+
2392
+ .fa-twitter-square:before {
2393
+ content: "\f081"; }
2394
+
2395
+ .fa-typo3:before {
2396
+ content: "\f42b"; }
2397
+
2398
+ .fa-uber:before {
2399
+ content: "\f402"; }
2400
+
2401
+ .fa-uikit:before {
2402
+ content: "\f403"; }
2403
+
2404
+ .fa-umbrella:before {
2405
+ content: "\f0e9"; }
2406
+
2407
+ .fa-underline:before {
2408
+ content: "\f0cd"; }
2409
+
2410
+ .fa-undo:before {
2411
+ content: "\f0e2"; }
2412
+
2413
+ .fa-undo-alt:before {
2414
+ content: "\f2ea"; }
2415
+
2416
+ .fa-uniregistry:before {
2417
+ content: "\f404"; }
2418
+
2419
+ .fa-universal-access:before {
2420
+ content: "\f29a"; }
2421
+
2422
+ .fa-university:before {
2423
+ content: "\f19c"; }
2424
+
2425
+ .fa-unlink:before {
2426
+ content: "\f127"; }
2427
+
2428
+ .fa-unlock:before {
2429
+ content: "\f09c"; }
2430
+
2431
+ .fa-unlock-alt:before {
2432
+ content: "\f13e"; }
2433
+
2434
+ .fa-untappd:before {
2435
+ content: "\f405"; }
2436
+
2437
+ .fa-upload:before {
2438
+ content: "\f093"; }
2439
+
2440
+ .fa-usb:before {
2441
+ content: "\f287"; }
2442
+
2443
+ .fa-user:before {
2444
+ content: "\f007"; }
2445
+
2446
+ .fa-user-circle:before {
2447
+ content: "\f2bd"; }
2448
+
2449
+ .fa-user-md:before {
2450
+ content: "\f0f0"; }
2451
+
2452
+ .fa-user-plus:before {
2453
+ content: "\f234"; }
2454
+
2455
+ .fa-user-secret:before {
2456
+ content: "\f21b"; }
2457
+
2458
+ .fa-user-times:before {
2459
+ content: "\f235"; }
2460
+
2461
+ .fa-users:before {
2462
+ content: "\f0c0"; }
2463
+
2464
+ .fa-ussunnah:before {
2465
+ content: "\f407"; }
2466
+
2467
+ .fa-utensil-spoon:before {
2468
+ content: "\f2e5"; }
2469
+
2470
+ .fa-utensils:before {
2471
+ content: "\f2e7"; }
2472
+
2473
+ .fa-vaadin:before {
2474
+ content: "\f408"; }
2475
+
2476
+ .fa-venus:before {
2477
+ content: "\f221"; }
2478
+
2479
+ .fa-venus-double:before {
2480
+ content: "\f226"; }
2481
+
2482
+ .fa-venus-mars:before {
2483
+ content: "\f228"; }
2484
+
2485
+ .fa-viacoin:before {
2486
+ content: "\f237"; }
2487
+
2488
+ .fa-viadeo:before {
2489
+ content: "\f2a9"; }
2490
+
2491
+ .fa-viadeo-square:before {
2492
+ content: "\f2aa"; }
2493
+
2494
+ .fa-viber:before {
2495
+ content: "\f409"; }
2496
+
2497
+ .fa-video:before {
2498
+ content: "\f03d"; }
2499
+
2500
+ .fa-vimeo:before {
2501
+ content: "\f40a"; }
2502
+
2503
+ .fa-vimeo-square:before {
2504
+ content: "\f194"; }
2505
+
2506
+ .fa-vimeo-v:before {
2507
+ content: "\f27d"; }
2508
+
2509
+ .fa-vine:before {
2510
+ content: "\f1ca"; }
2511
+
2512
+ .fa-vk:before {
2513
+ content: "\f189"; }
2514
+
2515
+ .fa-vnv:before {
2516
+ content: "\f40b"; }
2517
+
2518
+ .fa-volleyball-ball:before {
2519
+ content: "\f45f"; }
2520
+
2521
+ .fa-volume-down:before {
2522
+ content: "\f027"; }
2523
+
2524
+ .fa-volume-off:before {
2525
+ content: "\f026"; }
2526
+
2527
+ .fa-volume-up:before {
2528
+ content: "\f028"; }
2529
+
2530
+ .fa-vuejs:before {
2531
+ content: "\f41f"; }
2532
+
2533
+ .fa-weibo:before {
2534
+ content: "\f18a"; }
2535
+
2536
+ .fa-weixin:before {
2537
+ content: "\f1d7"; }
2538
+
2539
+ .fa-whatsapp:before {
2540
+ content: "\f232"; }
2541
+
2542
+ .fa-whatsapp-square:before {
2543
+ content: "\f40c"; }
2544
+
2545
+ .fa-wheelchair:before {
2546
+ content: "\f193"; }
2547
+
2548
+ .fa-whmcs:before {
2549
+ content: "\f40d"; }
2550
+
2551
+ .fa-wifi:before {
2552
+ content: "\f1eb"; }
2553
+
2554
+ .fa-wikipedia-w:before {
2555
+ content: "\f266"; }
2556
+
2557
+ .fa-window-close:before {
2558
+ content: "\f410"; }
2559
+
2560
+ .fa-window-maximize:before {
2561
+ content: "\f2d0"; }
2562
+
2563
+ .fa-window-minimize:before {
2564
+ content: "\f2d1"; }
2565
+
2566
+ .fa-window-restore:before {
2567
+ content: "\f2d2"; }
2568
+
2569
+ .fa-windows:before {
2570
+ content: "\f17a"; }
2571
+
2572
+ .fa-won-sign:before {
2573
+ content: "\f159"; }
2574
+
2575
+ .fa-wordpress:before {
2576
+ content: "\f19a"; }
2577
+
2578
+ .fa-wordpress-simple:before {
2579
+ content: "\f411"; }
2580
+
2581
+ .fa-wpbeginner:before {
2582
+ content: "\f297"; }
2583
+
2584
+ .fa-wpexplorer:before {
2585
+ content: "\f2de"; }
2586
+
2587
+ .fa-wpforms:before {
2588
+ content: "\f298"; }
2589
+
2590
+ .fa-wrench:before {
2591
+ content: "\f0ad"; }
2592
+
2593
+ .fa-xbox:before {
2594
+ content: "\f412"; }
2595
+
2596
+ .fa-xing:before {
2597
+ content: "\f168"; }
2598
+
2599
+ .fa-xing-square:before {
2600
+ content: "\f169"; }
2601
+
2602
+ .fa-y-combinator:before {
2603
+ content: "\f23b"; }
2604
+
2605
+ .fa-yahoo:before {
2606
+ content: "\f19e"; }
2607
+
2608
+ .fa-yandex:before {
2609
+ content: "\f413"; }
2610
+
2611
+ .fa-yandex-international:before {
2612
+ content: "\f414"; }
2613
+
2614
+ .fa-yelp:before {
2615
+ content: "\f1e9"; }
2616
+
2617
+ .fa-yen-sign:before {
2618
+ content: "\f157"; }
2619
+
2620
+ .fa-yoast:before {
2621
+ content: "\f2b1"; }
2622
+
2623
+ .fa-youtube:before {
2624
+ content: "\f167"; }
2625
+
2626
+ .fa-youtube-square:before {
2627
+ content: "\f431"; }
2628
+
2629
+ .sr-only {
2630
+ border: 0;
2631
+ clip: rect(0, 0, 0, 0);
2632
+ height: 1px;
2633
+ margin: -1px;
2634
+ overflow: hidden;
2635
+ padding: 0;
2636
+ position: absolute;
2637
+ width: 1px; }
2638
+
2639
+ .sr-only-focusable:active, .sr-only-focusable:focus {
2640
+ clip: auto;
2641
+ height: auto;
2642
+ margin: 0;
2643
+ overflow: visible;
2644
+ position: static;
2645
+ width: auto; }
dist/assets/fontawesome/css/fontawesome.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
3
+ * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
dist/assets/fontawesome/webfonts/fa-brands-400.eot ADDED
Binary file
dist/assets/fontawesome/webfonts/fa-brands-400.svg ADDED
@@ -0,0 +1,1008 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!--
3
+ Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
4
+ License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
5
+ -->
6
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
7
+ <svg xmlns="http://www.w3.org/2000/svg">
8
+ <defs>
9
+ <font id="fontawesome-free" horiz-adv-x="640.4">
10
+ <font-face font-family="Font Awesome 5 Brands"
11
+ units-per-em="512" ascent="448"
12
+ descent="64"
13
+ font-weight="400"
14
+ font-style="Regular" />
15
+ <missing-glyph horiz-adv-x="0" />
16
+ <glyph glyph-name="500px"
17
+ unicode="&#xF26E;"
18
+ 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" />
19
+ <glyph glyph-name="accessible-icon"
20
+ unicode="&#xF368;"
21
+ 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" />
22
+ <glyph glyph-name="accusoft"
23
+ unicode="&#xF369;"
24
+ 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" />
25
+ <glyph glyph-name="adn"
26
+ unicode="&#xF170;"
27
+ 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" />
28
+ <glyph glyph-name="adversal"
29
+ unicode="&#xF36A;"
30
+ 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" />
31
+ <glyph glyph-name="affiliatetheme"
32
+ unicode="&#xF36B;"
33
+ 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" />
34
+ <glyph glyph-name="algolia"
35
+ unicode="&#xF36C;"
36
+ 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" />
37
+ <glyph glyph-name="amazon-pay"
38
+ unicode="&#xF42C;"
39
+ 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" />
40
+ <glyph glyph-name="amazon"
41
+ unicode="&#xF270;"
42
+ 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" />
43
+ <glyph glyph-name="amilia"
44
+ unicode="&#xF36D;"
45
+ 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" />
46
+ <glyph glyph-name="android"
47
+ unicode="&#xF17B;"
48
+ 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" />
49
+ <glyph glyph-name="angellist"
50
+ unicode="&#xF209;"
51
+ 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" />
52
+ <glyph glyph-name="angrycreative"
53
+ unicode="&#xF36E;"
54
+ 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" />
55
+ <glyph glyph-name="angular"
56
+ unicode="&#xF420;"
57
+ 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" />
58
+ <glyph glyph-name="app-store-ios"
59
+ unicode="&#xF370;"
60
+ 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" />
61
+ <glyph glyph-name="app-store"
62
+ unicode="&#xF36F;"
63
+ 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" />
64
+ <glyph glyph-name="apper"
65
+ unicode="&#xF371;"
66
+ 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" />
67
+ <glyph glyph-name="apple-pay"
68
+ unicode="&#xF415;"
69
+ 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" />
70
+ <glyph glyph-name="apple"
71
+ unicode="&#xF179;"
72
+ horiz-adv-x="448" d=" M247.2 310.4C241 308.5 231.9 306.9 219.3 305.8C220.4 362.5 249.2 402.4 307.3 415.9C316.6 374.3 281.2 321.8 247.2 310.4zM368.5 237.7C374.9 247.1 385.1 257.6 399.1 269.4C376.8 297 351 313.7 314 313.7C278.6 313.7 248.8 295.5 227 295.5C208.5 295.5 175.1 311.6 142.5 311.6C72.9 311.6 36 243.5 36 172.6C36 93.8 95.7 -32 156.2 -32C180 -32 201.4 -14 229.7 -14C259 -14 282.5 -31.2 310 -31.2C356 -31.2 398.6 46.3 412 88.5C365.2 102.8 327.6 178.7 368.5 237.7z" />
73
+ <glyph glyph-name="asymmetrik"
74
+ unicode="&#xF372;"
75
+ 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" />
76
+ <glyph glyph-name="audible"
77
+ unicode="&#xF373;"
78
+ 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" />
79
+ <glyph glyph-name="autoprefixer"
80
+ unicode="&#xF41C;"
81
+ 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" />
82
+ <glyph glyph-name="avianex"
83
+ unicode="&#xF374;"
84
+ 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" />
85
+ <glyph glyph-name="aviato"
86
+ unicode="&#xF421;"
87
+ 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" />
88
+ <glyph glyph-name="aws"
89
+ unicode="&#xF375;"
90
+ 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" />
91
+ <glyph glyph-name="bandcamp"
92
+ unicode="&#xF2D5;"
93
+ 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" />
94
+ <glyph glyph-name="behance-square"
95
+ unicode="&#xF1B5;"
96
+ 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" />
97
+ <glyph glyph-name="behance"
98
+ unicode="&#xF1B4;"
99
+ 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" />
100
+ <glyph glyph-name="bimobject"
101
+ unicode="&#xF378;"
102
+ 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" />
103
+ <glyph glyph-name="bitbucket"
104
+ unicode="&#xF171;"
105
+ 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" />
106
+ <glyph glyph-name="bitcoin"
107
+ unicode="&#xF379;"
108
+ 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" />
109
+ <glyph glyph-name="bity"
110
+ unicode="&#xF37A;"
111
+ 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" />
112
+ <glyph glyph-name="black-tie"
113
+ unicode="&#xF27E;"
114
+ 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" />
115
+ <glyph glyph-name="blackberry"
116
+ unicode="&#xF37B;"
117
+ 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" />
118
+ <glyph glyph-name="blogger-b"
119
+ unicode="&#xF37D;"
120
+ 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" />
121
+ <glyph glyph-name="blogger"
122
+ unicode="&#xF37C;"
123
+ 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" />
124
+ <glyph glyph-name="bluetooth-b"
125
+ unicode="&#xF294;"
126
+ 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" />
127
+ <glyph glyph-name="bluetooth"
128
+ unicode="&#xF293;"
129
+ 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" />
130
+ <glyph glyph-name="btc"
131
+ unicode="&#xF15A;"
132
+ 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" />
133
+ <glyph glyph-name="buromobelexperte"
134
+ unicode="&#xF37F;"
135
+ 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" />
136
+ <glyph glyph-name="buysellads"
137
+ unicode="&#xF20D;"
138
+ 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" />
139
+ <glyph glyph-name="cc-amazon-pay"
140
+ unicode="&#xF42D;"
141
+ 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" />
142
+ <glyph glyph-name="cc-amex"
143
+ unicode="&#xF1F3;"
144
+ 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" />
145
+ <glyph glyph-name="cc-apple-pay"
146
+ unicode="&#xF416;"
147
+ 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" />
148
+ <glyph glyph-name="cc-diners-club"
149
+ unicode="&#xF24C;"
150
+ 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" />
151
+ <glyph glyph-name="cc-discover"
152
+ unicode="&#xF1F2;"
153
+ 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" />
154
+ <glyph glyph-name="cc-jcb"
155
+ unicode="&#xF24B;"
156
+ 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" />
157
+ <glyph glyph-name="cc-mastercard"
158
+ unicode="&#xF1F1;"
159
+ 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" />
160
+ <glyph glyph-name="cc-paypal"
161
+ unicode="&#xF1F4;"
162
+ 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" />
163
+ <glyph glyph-name="cc-stripe"
164
+ unicode="&#xF1F5;"
165
+ 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" />
166
+ <glyph glyph-name="cc-visa"
167
+ unicode="&#xF1F0;"
168
+ 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" />
169
+ <glyph glyph-name="centercode"
170
+ unicode="&#xF380;"
171
+ 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" />
172
+ <glyph glyph-name="chrome"
173
+ unicode="&#xF268;"
174
+ 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" />
175
+ <glyph glyph-name="cloudscale"
176
+ unicode="&#xF383;"
177
+ 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" />
178
+ <glyph glyph-name="cloudsmith"
179
+ unicode="&#xF384;"
180
+ 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" />
181
+ <glyph glyph-name="cloudversify"
182
+ unicode="&#xF385;"
183
+ 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" />
184
+ <glyph glyph-name="codepen"
185
+ unicode="&#xF1CB;"
186
+ 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" />
187
+ <glyph glyph-name="codiepie"
188
+ unicode="&#xF284;"
189
+ 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" />
190
+ <glyph glyph-name="connectdevelop"
191
+ unicode="&#xF20E;"
192
+ 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" />
193
+ <glyph glyph-name="contao"
194
+ unicode="&#xF26D;"
195
+ 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" />
196
+ <glyph glyph-name="cpanel"
197
+ unicode="&#xF388;"
198
+ 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" />
199
+ <glyph glyph-name="creative-commons"
200
+ unicode="&#xF25E;"
201
+ 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" />
202
+ <glyph glyph-name="css3-alt"
203
+ unicode="&#xF38B;"
204
+ 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" />
205
+ <glyph glyph-name="css3"
206
+ unicode="&#xF13C;"
207
+ 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" />
208
+ <glyph glyph-name="cuttlefish"
209
+ unicode="&#xF38C;"
210
+ 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" />
211
+ <glyph glyph-name="d-and-d"
212
+ unicode="&#xF38D;"
213
+ 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" />
214
+ <glyph glyph-name="dashcube"
215
+ unicode="&#xF210;"
216
+ 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" />
217
+ <glyph glyph-name="delicious"
218
+ unicode="&#xF1A5;"
219
+ 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" />
220
+ <glyph glyph-name="deploydog"
221
+ unicode="&#xF38E;"
222
+ 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" />
223
+ <glyph glyph-name="deskpro"
224
+ unicode="&#xF38F;"
225
+ 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" />
226
+ <glyph glyph-name="deviantart"
227
+ unicode="&#xF1BD;"
228
+ 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" />
229
+ <glyph glyph-name="digg"
230
+ unicode="&#xF1A6;"
231
+ 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" />
232
+ <glyph glyph-name="digital-ocean"
233
+ unicode="&#xF391;"
234
+ 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" />
235
+ <glyph glyph-name="discord"
236
+ unicode="&#xF392;"
237
+ 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" />
238
+ <glyph glyph-name="discourse"
239
+ unicode="&#xF393;"
240
+ 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" />
241
+ <glyph glyph-name="dochub"
242
+ unicode="&#xF394;"
243
+ 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" />
244
+ <glyph glyph-name="docker"
245
+ unicode="&#xF395;"
246
+ 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" />
247
+ <glyph glyph-name="draft2digital"
248
+ unicode="&#xF396;"
249
+ 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" />
250
+ <glyph glyph-name="dribbble-square"
251
+ unicode="&#xF397;"
252
+ 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" />
253
+ <glyph glyph-name="dribbble"
254
+ unicode="&#xF17D;"
255
+ 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" />
256
+ <glyph glyph-name="dropbox"
257
+ unicode="&#xF16B;"
258
+ 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" />
259
+ <glyph glyph-name="drupal"
260
+ unicode="&#xF1A9;"
261
+ 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" />
262
+ <glyph glyph-name="dyalog"
263
+ unicode="&#xF399;"
264
+ 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" />
265
+ <glyph glyph-name="earlybirds"
266
+ unicode="&#xF39A;"
267
+ 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" />
268
+ <glyph glyph-name="edge"
269
+ unicode="&#xF282;"
270
+ 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" />
271
+ <glyph glyph-name="elementor"
272
+ unicode="&#xF430;"
273
+ 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" />
274
+ <glyph glyph-name="ember"
275
+ unicode="&#xF423;"
276
+ 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" />
277
+ <glyph glyph-name="empire"
278
+ unicode="&#xF1D1;"
279
+ 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" />
280
+ <glyph glyph-name="envira"
281
+ unicode="&#xF299;"
282
+ 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" />
283
+ <glyph glyph-name="erlang"
284
+ unicode="&#xF39D;"
285
+ 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" />
286
+ <glyph glyph-name="ethereum"
287
+ unicode="&#xF42E;"
288
+ 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" />
289
+ <glyph glyph-name="etsy"
290
+ unicode="&#xF2D7;"
291
+ 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" />
292
+ <glyph glyph-name="expeditedssl"
293
+ unicode="&#xF23E;"
294
+ 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" />
295
+ <glyph glyph-name="facebook-f"
296
+ unicode="&#xF39E;"
297
+ 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" />
298
+ <glyph glyph-name="facebook-messenger"
299
+ unicode="&#xF39F;"
300
+ 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" />
301
+ <glyph glyph-name="facebook-square"
302
+ unicode="&#xF082;"
303
+ 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" />
304
+ <glyph glyph-name="facebook"
305
+ unicode="&#xF09A;"
306
+ 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" />
307
+ <glyph glyph-name="firefox"
308
+ unicode="&#xF269;"
309
+ 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" />
310
+ <glyph glyph-name="first-order"
311
+ unicode="&#xF2B0;"
312
+ 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" />
313
+ <glyph glyph-name="firstdraft"
314
+ unicode="&#xF3A1;"
315
+ 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" />
316
+ <glyph glyph-name="flickr"
317
+ unicode="&#xF16E;"
318
+ 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" />
319
+ <glyph glyph-name="flipboard"
320
+ unicode="&#xF44D;"
321
+ 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" />
322
+ <glyph glyph-name="fly"
323
+ unicode="&#xF417;"
324
+ 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" />
325
+ <glyph glyph-name="font-awesome-alt"
326
+ unicode="&#xF35C;"
327
+ 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" />
328
+ <glyph glyph-name="font-awesome-flag"
329
+ unicode="&#xF425;"
330
+ 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" />
331
+ <glyph glyph-name="font-awesome"
332
+ unicode="&#xF2B4;"
333
+ 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" />
334
+ <glyph glyph-name="fonticons-fi"
335
+ unicode="&#xF3A2;"
336
+ 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" />
337
+ <glyph glyph-name="fonticons"
338
+ unicode="&#xF280;"
339
+ 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" />
340
+ <glyph glyph-name="fort-awesome-alt"
341
+ unicode="&#xF3A3;"
342
+ 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" />
343
+ <glyph glyph-name="fort-awesome"
344
+ unicode="&#xF286;"
345
+ 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" />
346
+ <glyph glyph-name="forumbee"
347
+ unicode="&#xF211;"
348
+ 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" />
349
+ <glyph glyph-name="foursquare"
350
+ unicode="&#xF180;"
351
+ 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" />
352
+ <glyph glyph-name="free-code-camp"
353
+ unicode="&#xF2C5;"
354
+ 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" />
355
+ <glyph glyph-name="freebsd"
356
+ unicode="&#xF3A4;"
357
+ 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" />
358
+ <glyph glyph-name="get-pocket"
359
+ unicode="&#xF265;"
360
+ 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" />
361
+ <glyph glyph-name="gg-circle"
362
+ unicode="&#xF261;"
363
+ 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" />
364
+ <glyph glyph-name="gg"
365
+ unicode="&#xF260;"
366
+ 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" />
367
+ <glyph glyph-name="git-square"
368
+ unicode="&#xF1D2;"
369
+ 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" />
370
+ <glyph glyph-name="git"
371
+ unicode="&#xF1D3;"
372
+ 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" />
373
+ <glyph glyph-name="github-alt"
374
+ unicode="&#xF113;"
375
+ 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" />
376
+ <glyph glyph-name="github-square"
377
+ unicode="&#xF092;"
378
+ 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" />
379
+ <glyph glyph-name="github"
380
+ unicode="&#xF09B;"
381
+ 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" />
382
+ <glyph glyph-name="gitkraken"
383
+ unicode="&#xF3A6;"
384
+ 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" />
385
+ <glyph glyph-name="gitlab"
386
+ unicode="&#xF296;"
387
+ 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" />
388
+ <glyph glyph-name="gitter"
389
+ unicode="&#xF426;"
390
+ 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" />
391
+ <glyph glyph-name="glide-g"
392
+ unicode="&#xF2A6;"
393
+ 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" />
394
+ <glyph glyph-name="glide"
395
+ unicode="&#xF2A5;"
396
+ 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" />
397
+ <glyph glyph-name="gofore"
398
+ unicode="&#xF3A7;"
399
+ 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" />
400
+ <glyph glyph-name="goodreads-g"
401
+ unicode="&#xF3A9;"
402
+ 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" />
403
+ <glyph glyph-name="goodreads"
404
+ unicode="&#xF3A8;"
405
+ 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" />
406
+ <glyph glyph-name="google-drive"
407
+ unicode="&#xF3AA;"
408
+ 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" />
409
+ <glyph glyph-name="google-play"
410
+ unicode="&#xF3AB;"
411
+ 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" />
412
+ <glyph glyph-name="google-plus-g"
413
+ unicode="&#xF0D5;"
414
+ 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" />
415
+ <glyph glyph-name="google-plus-square"
416
+ unicode="&#xF0D4;"
417
+ 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" />
418
+ <glyph glyph-name="google-plus"
419
+ unicode="&#xF2B3;"
420
+ 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" />
421
+ <glyph glyph-name="google-wallet"
422
+ unicode="&#xF1EE;"
423
+ 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" />
424
+ <glyph glyph-name="google"
425
+ unicode="&#xF1A0;"
426
+ 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" />
427
+ <glyph glyph-name="gratipay"
428
+ unicode="&#xF184;"
429
+ 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" />
430
+ <glyph glyph-name="grav"
431
+ unicode="&#xF2D6;"
432
+ 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" />
433
+ <glyph glyph-name="gripfire"
434
+ unicode="&#xF3AC;"
435
+ 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" />
436
+ <glyph glyph-name="grunt"
437
+ unicode="&#xF3AD;"
438
+ 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" />
439
+ <glyph glyph-name="gulp"
440
+ unicode="&#xF3AE;"
441
+ 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" />
442
+ <glyph glyph-name="hacker-news-square"
443
+ unicode="&#xF3AF;"
444
+ 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" />
445
+ <glyph glyph-name="hacker-news"
446
+ unicode="&#xF1D4;"
447
+ 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" />
448
+ <glyph glyph-name="hips"
449
+ unicode="&#xF452;"
450
+ 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" />
451
+ <glyph glyph-name="hire-a-helper"
452
+ unicode="&#xF3B0;"
453
+ 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" />
454
+ <glyph glyph-name="hooli"
455
+ unicode="&#xF427;"
456
+ 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" />
457
+ <glyph glyph-name="hotjar"
458
+ unicode="&#xF3B1;"
459
+ 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" />
460
+ <glyph glyph-name="houzz"
461
+ unicode="&#xF27C;"
462
+ 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" />
463
+ <glyph glyph-name="html5"
464
+ unicode="&#xF13B;"
465
+ 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" />
466
+ <glyph glyph-name="hubspot"
467
+ unicode="&#xF3B2;"
468
+ 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" />
469
+ <glyph glyph-name="imdb"
470
+ unicode="&#xF2D8;"
471
+ 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" />
472
+ <glyph glyph-name="instagram"
473
+ unicode="&#xF16D;"
474
+ 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" />
475
+ <glyph glyph-name="internet-explorer"
476
+ unicode="&#xF26B;"
477
+ 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" />
478
+ <glyph glyph-name="ioxhost"
479
+ unicode="&#xF208;"
480
+ 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" />
481
+ <glyph glyph-name="itunes-note"
482
+ unicode="&#xF3B5;"
483
+ 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" />
484
+ <glyph glyph-name="itunes"
485
+ unicode="&#xF3B4;"
486
+ 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" />
487
+ <glyph glyph-name="jenkins"
488
+ unicode="&#xF3B6;"
489
+ 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" />
490
+ <glyph glyph-name="joget"
491
+ unicode="&#xF3B7;"
492
+ 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" />
493
+ <glyph glyph-name="joomla"
494
+ unicode="&#xF1AA;"
495
+ 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" />
496
+ <glyph glyph-name="js-square"
497
+ unicode="&#xF3B9;"
498
+ 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" />
499
+ <glyph glyph-name="js"
500
+ unicode="&#xF3B8;"
501
+ 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" />
502
+ <glyph glyph-name="jsfiddle"
503
+ unicode="&#xF1CC;"
504
+ 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" />
505
+ <glyph glyph-name="keycdn"
506
+ unicode="&#xF3BA;"
507
+ 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" />
508
+ <glyph glyph-name="kickstarter-k"
509
+ unicode="&#xF3BC;"
510
+ 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" />
511
+ <glyph glyph-name="kickstarter"
512
+ unicode="&#xF3BB;"
513
+ 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" />
514
+ <glyph glyph-name="korvue"
515
+ unicode="&#xF42F;"
516
+ 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" />
517
+ <glyph glyph-name="laravel"
518
+ unicode="&#xF3BD;"
519
+ 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" />
520
+ <glyph glyph-name="lastfm-square"
521
+ unicode="&#xF203;"
522
+ 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" />
523
+ <glyph glyph-name="lastfm"
524
+ unicode="&#xF202;"
525
+ 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" />
526
+ <glyph glyph-name="leanpub"
527
+ unicode="&#xF212;"
528
+ 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" />
529
+ <glyph glyph-name="less"
530
+ unicode="&#xF41D;"
531
+ 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" />
532
+ <glyph glyph-name="line"
533
+ unicode="&#xF3C0;"
534
+ 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" />
535
+ <glyph glyph-name="linkedin-in"
536
+ unicode="&#xF0E1;"
537
+ 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" />
538
+ <glyph glyph-name="linkedin"
539
+ unicode="&#xF08C;"
540
+ 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" />
541
+ <glyph glyph-name="linode"
542
+ unicode="&#xF2B8;"
543
+ 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" />
544
+ <glyph glyph-name="linux"
545
+ unicode="&#xF17C;"
546
+ 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" />
547
+ <glyph glyph-name="lyft"
548
+ unicode="&#xF3C3;"
549
+ 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" />
550
+ <glyph glyph-name="magento"
551
+ unicode="&#xF3C4;"
552
+ 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" />
553
+ <glyph glyph-name="maxcdn"
554
+ unicode="&#xF136;"
555
+ 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" />
556
+ <glyph glyph-name="medapps"
557
+ unicode="&#xF3C6;"
558
+ 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" />
559
+ <glyph glyph-name="medium-m"
560
+ unicode="&#xF3C7;"
561
+ 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" />
562
+ <glyph glyph-name="medium"
563
+ unicode="&#xF23A;"
564
+ 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" />
565
+ <glyph glyph-name="medrt"
566
+ unicode="&#xF3C8;"
567
+ 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" />
568
+ <glyph glyph-name="meetup"
569
+ unicode="&#xF2E0;"
570
+ 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" />
571
+ <glyph glyph-name="microsoft"
572
+ unicode="&#xF3CA;"
573
+ horiz-adv-x="448" d=" M0 416H214.6V201.4H0V416zM233.4 416H448V201.4H233.4V416zM0 182.6H214.6V-32H0V182.6zM233.4 182.6H448V-32H233.4V182.6z" />
574
+ <glyph glyph-name="mix"
575
+ unicode="&#xF3CB;"
576
+ 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" />
577
+ <glyph glyph-name="mixcloud"
578
+ unicode="&#xF289;"
579
+ 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" />
580
+ <glyph glyph-name="mizuni"
581
+ unicode="&#xF3CC;"
582
+ 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" />
583
+ <glyph glyph-name="modx"
584
+ unicode="&#xF285;"
585
+ 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" />
586
+ <glyph glyph-name="monero"
587
+ unicode="&#xF3D0;"
588
+ 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" />
589
+ <glyph glyph-name="napster"
590
+ unicode="&#xF3D2;"
591
+ 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" />
592
+ <glyph glyph-name="nintendo-switch"
593
+ unicode="&#xF418;"
594
+ 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" />
595
+ <glyph glyph-name="node-js"
596
+ unicode="&#xF3D3;"
597
+ 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" />
598
+ <glyph glyph-name="node"
599
+ unicode="&#xF419;"
600
+ 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" />
601
+ <glyph glyph-name="npm"
602
+ unicode="&#xF3D4;"
603
+ horiz-adv-x="576" d=" M288 160H256V224H288V160zM576 288V96H288V64H160V96H0V288H576zM160 256H32V128H96V224H128V128H160V256zM320 256H192V96H256V128H320V256zM544 256H352V128H416V224H448V128H480V224H512V128H544V256z" />
604
+ <glyph glyph-name="ns8"
605
+ unicode="&#xF3D5;"
606
+ 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" />
607
+ <glyph glyph-name="nutritionix"
608
+ unicode="&#xF3D6;"
609
+ 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" />
610
+ <glyph glyph-name="odnoklassniki-square"
611
+ unicode="&#xF264;"
612
+ 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" />
613
+ <glyph glyph-name="odnoklassniki"
614
+ unicode="&#xF263;"
615
+ 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" />
616
+ <glyph glyph-name="opencart"
617
+ unicode="&#xF23D;"
618
+ 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" />
619
+ <glyph glyph-name="openid"
620
+ unicode="&#xF19B;"
621
+ 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" />
622
+ <glyph glyph-name="opera"
623
+ unicode="&#xF26A;"
624
+ 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" />
625
+ <glyph glyph-name="optin-monster"
626
+ unicode="&#xF23C;"
627
+ 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" />
628
+ <glyph glyph-name="osi"
629
+ unicode="&#xF41A;"
630
+ 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" />
631
+ <glyph glyph-name="page4"
632
+ unicode="&#xF3D7;"
633
+ 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" />
634
+ <glyph glyph-name="pagelines"
635
+ unicode="&#xF18C;"
636
+ 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" />
637
+ <glyph glyph-name="palfed"
638
+ unicode="&#xF3D8;"
639
+ 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" />
640
+ <glyph glyph-name="patreon"
641
+ unicode="&#xF3D9;"
642
+ 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" />
643
+ <glyph glyph-name="paypal"
644
+ unicode="&#xF1ED;"
645
+ 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" />
646
+ <glyph glyph-name="periscope"
647
+ unicode="&#xF3DA;"
648
+ 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" />
649
+ <glyph glyph-name="phabricator"
650
+ unicode="&#xF3DB;"
651
+ 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" />
652
+ <glyph glyph-name="phoenix-framework"
653
+ unicode="&#xF3DC;"
654
+ 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" />
655
+ <glyph glyph-name="php"
656
+ unicode="&#xF457;"
657
+ 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" />
658
+ <glyph glyph-name="pied-piper-alt"
659
+ unicode="&#xF1A8;"
660
+ 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" />
661
+ <glyph glyph-name="pied-piper-pp"
662
+ unicode="&#xF1A7;"
663
+ 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" />
664
+ <glyph glyph-name="pied-piper"
665
+ unicode="&#xF2AE;"
666
+ 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" />
667
+ <glyph glyph-name="pinterest-p"
668
+ unicode="&#xF231;"
669
+ 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" />
670
+ <glyph glyph-name="pinterest-square"
671
+ unicode="&#xF0D3;"
672
+ 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" />
673
+ <glyph glyph-name="pinterest"
674
+ unicode="&#xF0D2;"
675
+ 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" />
676
+ <glyph glyph-name="playstation"
677
+ unicode="&#xF3DF;"
678
+ 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" />
679
+ <glyph glyph-name="product-hunt"
680
+ unicode="&#xF288;"
681
+ 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" />
682
+ <glyph glyph-name="pushed"
683
+ unicode="&#xF3E1;"
684
+ 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" />
685
+ <glyph glyph-name="python"
686
+ unicode="&#xF3E2;"
687
+ 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" />
688
+ <glyph glyph-name="qq"
689
+ unicode="&#xF1D6;"
690
+ 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" />
691
+ <glyph glyph-name="quinscape"
692
+ unicode="&#xF459;"
693
+ 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" />
694
+ <glyph glyph-name="quora"
695
+ unicode="&#xF2C4;"
696
+ 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" />
697
+ <glyph glyph-name="ravelry"
698
+ unicode="&#xF2D9;"
699
+ 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" />
700
+ <glyph glyph-name="react"
701
+ unicode="&#xF41B;"
702
+ 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" />
703
+ <glyph glyph-name="rebel"
704
+ unicode="&#xF1D0;"
705
+ 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" />
706
+ <glyph glyph-name="red-river"
707
+ unicode="&#xF3E3;"
708
+ 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" />
709
+ <glyph glyph-name="reddit-alien"
710
+ unicode="&#xF281;"
711
+ 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" />
712
+ <glyph glyph-name="reddit-square"
713
+ unicode="&#xF1A2;"
714
+ 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" />
715
+ <glyph glyph-name="reddit"
716
+ unicode="&#xF1A1;"
717
+ 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" />
718
+ <glyph glyph-name="rendact"
719
+ unicode="&#xF3E4;"
720
+ 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" />
721
+ <glyph glyph-name="renren"
722
+ unicode="&#xF18B;"
723
+ 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" />
724
+ <glyph glyph-name="replyd"
725
+ unicode="&#xF3E6;"
726
+ 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" />
727
+ <glyph glyph-name="resolving"
728
+ unicode="&#xF3E7;"
729
+ 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" />
730
+ <glyph glyph-name="rocketchat"
731
+ unicode="&#xF3E8;"
732
+ 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" />
733
+ <glyph glyph-name="rockrms"
734
+ unicode="&#xF3E9;"
735
+ 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" />
736
+ <glyph glyph-name="safari"
737
+ unicode="&#xF267;"
738
+ 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" />
739
+ <glyph glyph-name="sass"
740
+ unicode="&#xF41E;"
741
+ 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" />
742
+ <glyph glyph-name="schlix"
743
+ unicode="&#xF3EA;"
744
+ 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" />
745
+ <glyph glyph-name="scribd"
746
+ unicode="&#xF28A;"
747
+ 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" />
748
+ <glyph glyph-name="searchengin"
749
+ unicode="&#xF3EB;"
750
+ 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" />
751
+ <glyph glyph-name="sellcast"
752
+ unicode="&#xF2DA;"
753
+ 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" />
754
+ <glyph glyph-name="sellsy"
755
+ unicode="&#xF213;"
756
+ 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" />
757
+ <glyph glyph-name="servicestack"
758
+ unicode="&#xF3EC;"
759
+ 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" />
760
+ <glyph glyph-name="shirtsinbulk"
761
+ unicode="&#xF214;"
762
+ 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" />
763
+ <glyph glyph-name="simplybuilt"
764
+ unicode="&#xF215;"
765
+ 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" />
766
+ <glyph glyph-name="sistrix"
767
+ unicode="&#xF3EE;"
768
+ 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" />
769
+ <glyph glyph-name="skyatlas"
770
+ unicode="&#xF216;"
771
+ 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" />
772
+ <glyph glyph-name="skype"
773
+ unicode="&#xF17E;"
774
+ 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" />
775
+ <glyph glyph-name="slack-hash"
776
+ unicode="&#xF3EF;"
777
+ 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" />
778
+ <glyph glyph-name="slack"
779
+ unicode="&#xF198;"
780
+ 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" />
781
+ <glyph glyph-name="slideshare"
782
+ unicode="&#xF1E7;"
783
+ 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" />
784
+ <glyph glyph-name="snapchat-ghost"
785
+ unicode="&#xF2AC;"
786
+ 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" />
787
+ <glyph glyph-name="snapchat-square"
788
+ unicode="&#xF2AD;"
789
+ 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" />
790
+ <glyph glyph-name="snapchat"
791
+ unicode="&#xF2AB;"
792
+ 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" />
793
+ <glyph glyph-name="soundcloud"
794
+ unicode="&#xF1BE;"
795
+ 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" />
796
+ <glyph glyph-name="speakap"
797
+ unicode="&#xF3F3;"
798
+ 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" />
799
+ <glyph glyph-name="spotify"
800
+ unicode="&#xF1BC;"
801
+ 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" />
802
+ <glyph glyph-name="stack-exchange"
803
+ unicode="&#xF18D;"
804
+ 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" />
805
+ <glyph glyph-name="stack-overflow"
806
+ unicode="&#xF16C;"
807
+ 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" />
808
+ <glyph glyph-name="staylinked"
809
+ unicode="&#xF3F5;"
810
+ 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" />
811
+ <glyph glyph-name="steam-square"
812
+ unicode="&#xF1B7;"
813
+ 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" />
814
+ <glyph glyph-name="steam-symbol"
815
+ unicode="&#xF3F6;"
816
+ 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