camila.vazquez1 2 years ago
parent
commit
34f6ac30ac
100 changed files with 59923 additions and 0 deletions
  1. 8
    0
      Hello/.gitignore
  2. 28
    0
      Hello/config.xml
  3. 1628
    0
      Hello/package-lock.json
  4. 27
    0
      Hello/package.json
  5. 53
    0
      Hello/www/README.txt
  6. 3281
    0
      Hello/www/css/animate.css
  7. 7318
    0
      Hello/www/css/bootstrap.css
  8. 7
    0
      Hello/www/css/bootstrap.css.map
  9. 85
    0
      Hello/www/css/fancy.css
  10. 2437
    0
      Hello/www/css/icomoon.css
  11. 368
    0
      Hello/www/css/magnific-popup.css
  12. 59
    0
      Hello/www/css/main.css
  13. 758
    0
      Hello/www/css/simple-line-icons.css
  14. 1003
    0
      Hello/www/css/style.css
  15. 7
    0
      Hello/www/css/style.css.map
  16. 92
    0
      Hello/www/fetch_articles.js
  17. BIN
      Hello/www/fonts/bootstrap/glyphicons-halflings-regular.eot
  18. 288
    0
      Hello/www/fonts/bootstrap/glyphicons-halflings-regular.svg
  19. BIN
      Hello/www/fonts/bootstrap/glyphicons-halflings-regular.ttf
  20. BIN
      Hello/www/fonts/bootstrap/glyphicons-halflings-regular.woff
  21. BIN
      Hello/www/fonts/bootstrap/glyphicons-halflings-regular.woff2
  22. BIN
      Hello/www/fonts/icomoon/icomoon.eot
  23. 725
    0
      Hello/www/fonts/icomoon/icomoon.svg
  24. BIN
      Hello/www/fonts/icomoon/icomoon.ttf
  25. BIN
      Hello/www/fonts/icomoon/icomoon.woff
  26. 7
    0
      Hello/www/fonts/icomoon/icomoon/Read Me.txt
  27. 153
    0
      Hello/www/fonts/icomoon/icomoon/demo-files/demo.css
  28. 30
    0
      Hello/www/fonts/icomoon/icomoon/demo-files/demo.js
  29. 12906
    0
      Hello/www/fonts/icomoon/icomoon/demo.html
  30. BIN
      Hello/www/fonts/icomoon/icomoon/fonts/icomoon.eot
  31. 725
    0
      Hello/www/fonts/icomoon/icomoon/fonts/icomoon.svg
  32. BIN
      Hello/www/fonts/icomoon/icomoon/fonts/icomoon.ttf
  33. BIN
      Hello/www/fonts/icomoon/icomoon/fonts/icomoon.woff
  34. 18459
    0
      Hello/www/fonts/icomoon/icomoon/selection.json
  35. 2438
    0
      Hello/www/fonts/icomoon/icomoon/style.css
  36. BIN
      Hello/www/fonts/simple-line-icons/Simple-Line-Icons.eot
  37. 211
    0
      Hello/www/fonts/simple-line-icons/Simple-Line-Icons.svg
  38. BIN
      Hello/www/fonts/simple-line-icons/Simple-Line-Icons.ttf
  39. BIN
      Hello/www/fonts/simple-line-icons/Simple-Line-Icons.woff
  40. BIN
      Hello/www/fonts/simple-line-icons/Simple-Line-Icons.woff2
  41. BIN
      Hello/www/images/full_image_1.jpg
  42. BIN
      Hello/www/images/full_image_2.jpg
  43. BIN
      Hello/www/images/project-1.jpg
  44. BIN
      Hello/www/images/project-2.jpg
  45. BIN
      Hello/www/images/project-3.jpg
  46. BIN
      Hello/www/images/project-4.jpg
  47. BIN
      Hello/www/images/project-5.jpg
  48. BIN
      Hello/www/images/project-6.jpg
  49. BIN
      Hello/www/images/user-1.jpg
  50. BIN
      Hello/www/images/user-2.jpg
  51. BIN
      Hello/www/images/user-3.jpg
  52. BIN
      Hello/www/images/white.jpg
  53. 349
    0
      Hello/www/index.html
  54. 7
    0
      Hello/www/js/bootstrap.min.js
  55. 130
    0
      Hello/www/js/jquery.countTo.js
  56. 205
    0
      Hello/www/js/jquery.easing.1.3.js
  57. 5
    0
      Hello/www/js/jquery.min.js
  58. 2
    0
      Hello/www/js/jquery.stellar.min.js
  59. 235
    0
      Hello/www/js/jquery.style.switcher.js
  60. 7
    0
      Hello/www/js/jquery.waypoints.min.js
  61. 468
    0
      Hello/www/js/main.js
  62. 4
    0
      Hello/www/js/modernizr-2.6.2.min.js
  63. 6
    0
      Hello/www/js/respond.min.js
  64. 9
    0
      Hello/www/sass/_bootstrap-compass.scss
  65. 19
    0
      Hello/www/sass/_bootstrap-mincer.scss
  66. 9
    0
      Hello/www/sass/_bootstrap-sprockets.scss
  67. 52
    0
      Hello/www/sass/bootstrap.scss
  68. 73
    0
      Hello/www/sass/bootstrap/_alerts.scss
  69. 68
    0
      Hello/www/sass/bootstrap/_badges.scss
  70. 26
    0
      Hello/www/sass/bootstrap/_breadcrumbs.scss
  71. 244
    0
      Hello/www/sass/bootstrap/_button-groups.scss
  72. 168
    0
      Hello/www/sass/bootstrap/_buttons.scss
  73. 269
    0
      Hello/www/sass/bootstrap/_carousel.scss
  74. 36
    0
      Hello/www/sass/bootstrap/_close.scss
  75. 69
    0
      Hello/www/sass/bootstrap/_code.scss
  76. 37
    0
      Hello/www/sass/bootstrap/_component-animations.scss
  77. 216
    0
      Hello/www/sass/bootstrap/_dropdowns.scss
  78. 611
    0
      Hello/www/sass/bootstrap/_forms.scss
  79. 307
    0
      Hello/www/sass/bootstrap/_glyphicons.scss
  80. 84
    0
      Hello/www/sass/bootstrap/_grid.scss
  81. 167
    0
      Hello/www/sass/bootstrap/_input-groups.scss
  82. 52
    0
      Hello/www/sass/bootstrap/_jumbotron.scss
  83. 66
    0
      Hello/www/sass/bootstrap/_labels.scss
  84. 130
    0
      Hello/www/sass/bootstrap/_list-group.scss
  85. 66
    0
      Hello/www/sass/bootstrap/_media.scss
  86. 40
    0
      Hello/www/sass/bootstrap/_mixins.scss
  87. 150
    0
      Hello/www/sass/bootstrap/_modals.scss
  88. 662
    0
      Hello/www/sass/bootstrap/_navbar.scss
  89. 242
    0
      Hello/www/sass/bootstrap/_navs.scss
  90. 424
    0
      Hello/www/sass/bootstrap/_normalize.scss
  91. 54
    0
      Hello/www/sass/bootstrap/_pager.scss
  92. 89
    0
      Hello/www/sass/bootstrap/_pagination.scss
  93. 271
    0
      Hello/www/sass/bootstrap/_panels.scss
  94. 131
    0
      Hello/www/sass/bootstrap/_popovers.scss
  95. 101
    0
      Hello/www/sass/bootstrap/_print.scss
  96. 87
    0
      Hello/www/sass/bootstrap/_progress-bars.scss
  97. 35
    0
      Hello/www/sass/bootstrap/_responsive-embed.scss
  98. 179
    0
      Hello/www/sass/bootstrap/_responsive-utilities.scss
  99. 161
    0
      Hello/www/sass/bootstrap/_scaffolding.scss
  100. 0
    0
      Hello/www/sass/bootstrap/_tables.scss

+ 8
- 0
Hello/.gitignore View File

@@ -0,0 +1,8 @@
1
+.DS_Store
2
+
3
+# Generated by package manager
4
+node_modules/
5
+
6
+# Generated by Cordova
7
+/plugins/
8
+/platforms/

+ 28
- 0
Hello/config.xml View File

@@ -0,0 +1,28 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
+    <name>HelloCordova</name>
4
+    <description>
5
+        A sample Apache Cordova application that responds to the deviceready event.
6
+    </description>
7
+    <author email="dev@cordova.apache.org" href="http://cordova.io">
8
+        Apache Cordova Team
9
+    </author>
10
+    <content src="index.html" />
11
+    <access origin="*" />
12
+    <allow-intent href="https://*/*" />
13
+    <allow-intent href="tel:*" />
14
+    <allow-intent href="sms:*" />
15
+    <allow-intent href="mailto:*" />
16
+    <allow-intent href="geo:*" />
17
+    <platform name="android">
18
+        <allow-intent href="market:*" />
19
+    </platform>
20
+    <platform name="ios">
21
+        <allow-intent href="https://widget.justcast.com/*" />
22
+        <access origin="https://widget.justcast.com/*" />
23
+        <allow-navigation href="https://widget.justcast.com/*" />
24
+
25
+        <access origin="*" />
26
+
27
+    </platform>
28
+</widget>

+ 1628
- 0
Hello/package-lock.json
File diff suppressed because it is too large
View File


+ 27
- 0
Hello/package.json View File

@@ -0,0 +1,27 @@
1
+{
2
+  "name": "io.cordova.hellocordova",
3
+  "displayName": "HelloCordova",
4
+  "version": "1.0.0",
5
+  "description": "A sample Apache Cordova application that responds to the deviceready event.",
6
+  "main": "index.js",
7
+  "scripts": {
8
+    "test": "echo \"Error: no test specified\" && exit 1"
9
+  },
10
+  "keywords": [
11
+    "ecosystem:cordova"
12
+  ],
13
+  "author": "Apache Cordova Team",
14
+  "license": "Apache-2.0",
15
+  "devDependencies": {
16
+    "cordova-ios": "^6.2.0",
17
+    "cordova-plugin-whitelist": "^1.3.4"
18
+  },
19
+  "cordova": {
20
+    "plugins": {
21
+      "cordova-plugin-whitelist": {}
22
+    },
23
+    "platforms": [
24
+      "ios"
25
+    ]
26
+  }
27
+}

+ 53
- 0
Hello/www/README.txt View File

@@ -0,0 +1,53 @@
1
+
2
+TITLE: 
3
+Black - One Page Fully Responsive Free HTML5 template
4
+
5
+AUTHOR:
6
+DESIGNED & DEVELOPED by FREEHTML5.co
7
+
8
+Website: http://freehtml5.co/
9
+Twitter: http://twitter.com/fh5co
10
+Facebook: http://facebook.com/fh5co
11
+
12
+
13
+CREDITS:
14
+
15
+Bootstrap
16
+http://getbootstrap.com/
17
+
18
+jQuery
19
+http://jquery.com/
20
+
21
+jQuery Easing
22
+http://gsgd.co.uk/sandbox/jquery/easing/
23
+
24
+Modernizr
25
+http://modernizr.com/
26
+
27
+Google Fonts
28
+https://www.google.com/fonts/
29
+
30
+Icomoon
31
+https://icomoon.io/app/
32
+
33
+Simple Line Icons
34
+https://github.com/thesabbir/simple-line-icons
35
+
36
+Respond JS
37
+https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
38
+
39
+animate.css
40
+http://daneden.me/animate
41
+
42
+jQuery Waypoint
43
+https://github.com/imakewebthings/waypoints/blog/master/licenses.txt
44
+
45
+
46
+Stellar Parallax
47
+http://markdalgleish.com/projects/stellar.js/
48
+
49
+Demo Images:
50
+http://unsplash.com
51
+
52
+jQuery Counter
53
+https://github.com/mhuggins/jquery-countTo

+ 3281
- 0
Hello/www/css/animate.css
File diff suppressed because it is too large
View File


+ 7318
- 0
Hello/www/css/bootstrap.css
File diff suppressed because it is too large
View File


+ 7
- 0
Hello/www/css/bootstrap.css.map
File diff suppressed because it is too large
View File


+ 85
- 0
Hello/www/css/fancy.css View File

@@ -0,0 +1,85 @@
1
+@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
2
+*{
3
+  margin: 0;
4
+  padding: 0;
5
+  box-sizing: border-box;
6
+  font-family: 'Poppins', sans-serif;
7
+}
8
+html,body{
9
+  max-width: 100%;
10
+  overflow-x: hidden;
11
+  width: 100%;
12
+  place-items: center;
13
+  background: linear-gradient(315deg, #000000 100%, #d7e1ec 74%);
14
+}
15
+.wrapper .button{
16
+  display: inline-block;
17
+  height: 60px;
18
+  width: 60px;
19
+  float: none;
20
+  margin: 0 190px;
21
+  overflow: hidden;
22
+  background: #fff;
23
+  border-radius: 50px;
24
+  cursor: pointer;
25
+  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
26
+  transition: all 0.3s ease-out;
27
+}
28
+.wrapper .button:hover{
29
+  width: 200px;
30
+}
31
+.wrapper .button .icon{
32
+  display: inline-block;
33
+  height: 60px;
34
+  width: 60px;
35
+  text-align: center;
36
+  border-radius: 50px;
37
+  box-sizing: border-box;
38
+  line-height: 60px;
39
+  transition: all 0.3s ease-out;
40
+}
41
+.wrapper .button:nth-child(1):hover .icon{
42
+  background: #000000;
43
+}
44
+.wrapper .button:nth-child(2):hover .icon{
45
+  background: #000000;
46
+}
47
+.wrapper .button:nth-child(3):hover .icon{
48
+  background: #000000;
49
+}
50
+.wrapper .button:nth-child(4):hover .icon{
51
+  background: #000000;
52
+}
53
+.wrapper .button:nth-child(5):hover .icon{
54
+  background: #000000;
55
+}
56
+.wrapper .button .icon i{
57
+  font-size: 25px;
58
+  line-height: 60px;
59
+  transition: all 0.3s ease-out;
60
+}
61
+.wrapper .button:hover .icon i{
62
+  color: #fff;
63
+}
64
+.wrapper .button span{
65
+  font-size: 20px;
66
+  font-weight: 500;
67
+  line-height: 60px;
68
+  margin-left: 10px;
69
+  transition: all 0.3s ease-out;
70
+}
71
+.wrapper .button:nth-child(1) span{
72
+  color: #000000;
73
+}
74
+.wrapper .button:nth-child(2) span{
75
+  color: #000000;
76
+}
77
+.wrapper .button:nth-child(3) span{
78
+  color: #000000;
79
+}
80
+.wrapper .button:nth-child(4) span{
81
+  color: #000000;
82
+}
83
+.wrapper .button:nth-child(5) span{
84
+  color: #000000;
85
+}

+ 2437
- 0
Hello/www/css/icomoon.css
File diff suppressed because it is too large
View File


+ 368
- 0
Hello/www/css/magnific-popup.css View File

@@ -0,0 +1,368 @@
1
+/* Magnific Popup CSS */
2
+.mfp-bg {
3
+  top: 0;
4
+  left: 0;
5
+  width: 100%;
6
+  height: 100%;
7
+  z-index: 1042;
8
+  overflow: hidden;
9
+  position: fixed;
10
+  background: #0b0b0b;
11
+  opacity: 0.8;
12
+  filter: alpha(opacity=80); }
13
+
14
+.mfp-wrap {
15
+  top: 0;
16
+  left: 0;
17
+  width: 100%;
18
+  height: 100%;
19
+  z-index: 1043;
20
+  position: fixed;
21
+  outline: none !important;
22
+  -webkit-backface-visibility: hidden; }
23
+
24
+.mfp-container {
25
+  text-align: center;
26
+  position: absolute;
27
+  width: 100%;
28
+  height: 100%;
29
+  left: 0;
30
+  top: 0;
31
+  padding: 0 8px;
32
+  -webkit-box-sizing: border-box;
33
+  -moz-box-sizing: border-box;
34
+  box-sizing: border-box; }
35
+
36
+.mfp-container:before {
37
+  content: '';
38
+  display: inline-block;
39
+  height: 100%;
40
+  vertical-align: middle; }
41
+
42
+.mfp-align-top .mfp-container:before {
43
+  display: none; }
44
+
45
+.mfp-content {
46
+  position: relative;
47
+  display: inline-block;
48
+  vertical-align: middle;
49
+  margin: 0 auto;
50
+  text-align: left;
51
+  z-index: 1045; }
52
+
53
+.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
54
+  width: 100%;
55
+  cursor: auto; }
56
+
57
+.mfp-ajax-cur {
58
+  cursor: progress; }
59
+
60
+.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
61
+  cursor: -moz-zoom-out;
62
+  cursor: -webkit-zoom-out;
63
+  cursor: zoom-out; }
64
+
65
+.mfp-zoom {
66
+  cursor: pointer;
67
+  cursor: -webkit-zoom-in;
68
+  cursor: -moz-zoom-in;
69
+  cursor: zoom-in; }
70
+
71
+.mfp-auto-cursor .mfp-content {
72
+  cursor: auto; }
73
+
74
+.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
75
+  -webkit-user-select: none;
76
+  -moz-user-select: none;
77
+  user-select: none; }
78
+
79
+.mfp-loading.mfp-figure {
80
+  display: none; }
81
+
82
+.mfp-hide {
83
+  display: none !important; }
84
+
85
+.mfp-preloader {
86
+  color: #cccccc;
87
+  position: absolute;
88
+  top: 50%;
89
+  width: auto;
90
+  text-align: center;
91
+  margin-top: -0.8em;
92
+  left: 8px;
93
+  right: 8px;
94
+  z-index: 1044; }
95
+  .mfp-preloader a {
96
+    color: #cccccc; }
97
+    .mfp-preloader a:hover {
98
+      color: white; }
99
+
100
+.mfp-s-ready .mfp-preloader {
101
+  display: none; }
102
+
103
+.mfp-s-error .mfp-content {
104
+  display: none; }
105
+
106
+button.mfp-close, button.mfp-arrow {
107
+  overflow: visible;
108
+  cursor: pointer;
109
+  background: transparent;
110
+  border: 0;
111
+  -webkit-appearance: none;
112
+  display: block;
113
+  outline: none;
114
+  padding: 0;
115
+  z-index: 1046;
116
+  -webkit-box-shadow: none;
117
+  box-shadow: none; }
118
+button::-moz-focus-inner {
119
+  padding: 0;
120
+  border: 0; }
121
+
122
+.mfp-close {
123
+  width: 44px;
124
+  height: 44px;
125
+  line-height: 44px;
126
+  position: absolute;
127
+  right: 0;
128
+  top: 0;
129
+  text-decoration: none;
130
+  text-align: center;
131
+  opacity: 0.65;
132
+  filter: alpha(opacity=65);
133
+  padding: 0 0 18px 10px;
134
+  color: white;
135
+  font-style: normal;
136
+  font-size: 28px;
137
+  font-family: Arial, Baskerville, monospace; }
138
+  .mfp-close:hover, .mfp-close:focus {
139
+    opacity: 1;
140
+    filter: alpha(opacity=100); }
141
+  .mfp-close:active {
142
+    top: 1px; }
143
+
144
+.mfp-close-btn-in .mfp-close {
145
+  color: #333333; }
146
+
147
+.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
148
+  color: white;
149
+  right: -6px;
150
+  text-align: right;
151
+  padding-right: 6px;
152
+  width: 100%; }
153
+
154
+.mfp-counter {
155
+  position: absolute;
156
+  top: 0;
157
+  right: 0;
158
+  color: #cccccc;
159
+  font-size: 12px;
160
+  line-height: 18px; }
161
+
162
+.mfp-arrow {
163
+  position: absolute;
164
+  opacity: 0.65;
165
+  filter: alpha(opacity=65);
166
+  margin: 0;
167
+  top: 50%;
168
+  margin-top: -55px;
169
+  padding: 0;
170
+  width: 90px;
171
+  height: 110px;
172
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
173
+  .mfp-arrow:active {
174
+    margin-top: -54px; }
175
+  .mfp-arrow:hover, .mfp-arrow:focus {
176
+    opacity: 1;
177
+    filter: alpha(opacity=100); }
178
+  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
179
+    content: '';
180
+    display: block;
181
+    width: 0;
182
+    height: 0;
183
+    position: absolute;
184
+    left: 0;
185
+    top: 0;
186
+    margin-top: 35px;
187
+    margin-left: 35px;
188
+    border: medium inset transparent; }
189
+  .mfp-arrow:after, .mfp-arrow .mfp-a {
190
+    border-top-width: 13px;
191
+    border-bottom-width: 13px;
192
+    top: 8px; }
193
+  .mfp-arrow:before, .mfp-arrow .mfp-b {
194
+    border-top-width: 21px;
195
+    border-bottom-width: 21px;
196
+    opacity: 0.7; }
197
+
198
+.mfp-arrow-left {
199
+  left: 0; }
200
+  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
201
+    border-right: 17px solid white;
202
+    margin-left: 31px; }
203
+  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
204
+    margin-left: 25px;
205
+    border-right: 27px solid #3f3f3f; }
206
+
207
+.mfp-arrow-right {
208
+  right: 0; }
209
+  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
210
+    border-left: 17px solid white;
211
+    margin-left: 39px; }
212
+  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
213
+    border-left: 27px solid #3f3f3f; }
214
+
215
+.mfp-iframe-holder {
216
+  padding-top: 40px;
217
+  padding-bottom: 40px; }
218
+  .mfp-iframe-holder .mfp-content {
219
+    line-height: 0;
220
+    width: 100%;
221
+    max-width: 900px; }
222
+  .mfp-iframe-holder .mfp-close {
223
+    top: -40px; }
224
+
225
+.mfp-iframe-scaler {
226
+  width: 100%;
227
+  height: 0;
228
+  overflow: hidden;
229
+  padding-top: 56.25%; }
230
+  .mfp-iframe-scaler iframe {
231
+    position: absolute;
232
+    display: block;
233
+    top: 0;
234
+    left: 0;
235
+    width: 100%;
236
+    height: 100%;
237
+    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
238
+    background: black; }
239
+
240
+/* Main image in popup */
241
+img.mfp-img {
242
+  width: auto;
243
+  max-width: 100%;
244
+  height: auto;
245
+  display: block;
246
+  line-height: 0;
247
+  -webkit-box-sizing: border-box;
248
+  -moz-box-sizing: border-box;
249
+  box-sizing: border-box;
250
+  padding: 40px 0 40px;
251
+  margin: 0 auto; }
252
+
253
+/* The shadow behind the image */
254
+.mfp-figure {
255
+  line-height: 0; }
256
+  .mfp-figure:after {
257
+    content: '';
258
+    position: absolute;
259
+    left: 0;
260
+    top: 40px;
261
+    bottom: 40px;
262
+    display: block;
263
+    right: 0;
264
+    width: auto;
265
+    height: auto;
266
+    z-index: -1;
267
+    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
268
+    background: #444444; }
269
+  .mfp-figure small {
270
+    color: #bdbdbd;
271
+    display: block;
272
+    font-size: 12px;
273
+    line-height: 14px; }
274
+  .mfp-figure figure {
275
+    margin: 0; }
276
+
277
+.mfp-bottom-bar {
278
+  margin-top: -36px;
279
+  position: absolute;
280
+  top: 100%;
281
+  left: 0;
282
+  width: 100%;
283
+  cursor: auto; }
284
+
285
+.mfp-title {
286
+  text-align: left;
287
+  line-height: 18px;
288
+  color: #f3f3f3;
289
+  word-wrap: break-word;
290
+  padding-right: 36px; }
291
+
292
+.mfp-image-holder .mfp-content {
293
+  max-width: 100%; }
294
+
295
+.mfp-gallery .mfp-image-holder .mfp-figure {
296
+  cursor: pointer; }
297
+
298
+@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
299
+  /**
300
+       * Remove all paddings around the image on small screen
301
+       */
302
+  .mfp-img-mobile .mfp-image-holder {
303
+    padding-left: 0;
304
+    padding-right: 0; }
305
+  .mfp-img-mobile img.mfp-img {
306
+    padding: 0; }
307
+  .mfp-img-mobile .mfp-figure:after {
308
+    top: 0;
309
+    bottom: 0; }
310
+  .mfp-img-mobile .mfp-figure small {
311
+    display: inline;
312
+    margin-left: 5px; }
313
+  .mfp-img-mobile .mfp-bottom-bar {
314
+    background: rgba(0, 0, 0, 0.6);
315
+    bottom: 0;
316
+    margin: 0;
317
+    top: auto;
318
+    padding: 3px 5px;
319
+    position: fixed;
320
+    -webkit-box-sizing: border-box;
321
+    -moz-box-sizing: border-box;
322
+    box-sizing: border-box; }
323
+    .mfp-img-mobile .mfp-bottom-bar:empty {
324
+      padding: 0; }
325
+  .mfp-img-mobile .mfp-counter {
326
+    right: 5px;
327
+    top: 3px; }
328
+  .mfp-img-mobile .mfp-close {
329
+    top: 0;
330
+    right: 0;
331
+    width: 35px;
332
+    height: 35px;
333
+    line-height: 35px;
334
+    background: rgba(0, 0, 0, 0.6);
335
+    position: fixed;
336
+    text-align: center;
337
+    padding: 0; } }
338
+
339
+@media all and (max-width: 900px) {
340
+  .mfp-arrow {
341
+    -webkit-transform: scale(0.75);
342
+    transform: scale(0.75); }
343
+  .mfp-arrow-left {
344
+    -webkit-transform-origin: 0;
345
+    transform-origin: 0; }
346
+  .mfp-arrow-right {
347
+    -webkit-transform-origin: 100%;
348
+    transform-origin: 100%; }
349
+  .mfp-container {
350
+    padding-left: 6px;
351
+    padding-right: 6px; } }
352
+
353
+.mfp-ie7 .mfp-img {
354
+  padding: 0; }
355
+.mfp-ie7 .mfp-bottom-bar {
356
+  width: 600px;
357
+  left: 50%;
358
+  margin-left: -300px;
359
+  margin-top: 5px;
360
+  padding-bottom: 5px; }
361
+.mfp-ie7 .mfp-container {
362
+  padding: 0; }
363
+.mfp-ie7 .mfp-content {
364
+  padding-top: 44px; }
365
+.mfp-ie7 .mfp-close {
366
+  top: 0;
367
+  right: 0;
368
+  padding-top: 0; }

+ 59
- 0
Hello/www/css/main.css View File

@@ -0,0 +1,59 @@
1
+a img{
2
+    align-items: center;
3
+    position: relative;
4
+    width: 100%;
5
+    padding: 10px;
6
+    padding-left: 10px;
7
+    margin-top: 20px;
8
+    overflow: hidden;
9
+    opacity: 0;
10
+    animation-name: fadeIn;
11
+    animation-delay: 0.6s;
12
+    animation-duration: 0.8s;
13
+    animation-fill-mode: forwards;
14
+    text-decoration: none;
15
+    color: white;
16
+}
17
+
18
+.article-content {
19
+    margin-top: 10px;
20
+    margin-bottom: 10px;
21
+    padding: 5px;
22
+    border: 1px solid #777;
23
+    max-height: 300px;
24
+    overflow: hidden;
25
+    text-overflow: ellipsis;
26
+    content: "";
27
+    position: relative;
28
+}
29
+
30
+button.article-content {
31
+    background: none;
32
+}
33
+
34
+.article-content:before {
35
+    content: '';
36
+    width: 100%;
37
+    height: 100%;
38
+    position: absolute;
39
+    left: 0;
40
+    top: 0;
41
+    background: linear-gradient(transparent 150px, white);
42
+}
43
+
44
+.modal-content {
45
+    background-color: rgb(75, 75, 75) !important;
46
+}
47
+
48
+.modal button.btn.btn-secondary {
49
+    background-color: rgb(59, 59, 59) !important;
50
+}
51
+
52
+.modal button.close {
53
+    color: rgb(255, 0, 0) !important;
54
+}
55
+
56
+.modal-body,
57
+button.article-content {
58
+    white-space: pre-wrap
59
+}

+ 758
- 0
Hello/www/css/simple-line-icons.css View File

@@ -0,0 +1,758 @@
1
+@font-face {
2
+  font-family: 'simple-line-icons';
3
+  src:  url('../fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.2.2');
4
+  src:  url('../fonts/simple-line-icons/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
5
+        url('../fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
6
+        url('../fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
7
+        url('../fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.2.2') format('woff'),
8
+        url('../fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
9
+  font-weight: normal;
10
+  font-style: normal;
11
+}
12
+/*
13
+ Use the following CSS code if you want to have a class per icon.
14
+ Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
15
+*/
16
+.icon-user,
17
+.icon-people,
18
+.icon-user-female,
19
+.icon-user-follow,
20
+.icon-user-following,
21
+.icon-user-unfollow,
22
+.icon-login,
23
+.icon-logout,
24
+.icon-emotsmile,
25
+.icon-phone,
26
+.icon-call-end,
27
+.icon-call-in,
28
+.icon-call-out,
29
+.icon-map,
30
+.icon-location-pin,
31
+.icon-direction,
32
+.icon-directions,
33
+.icon-compass,
34
+.icon-layers,
35
+.icon-menu,
36
+.icon-list,
37
+.icon-options-vertical,
38
+.icon-options,
39
+.icon-arrow-down,
40
+.icon-arrow-left,
41
+.icon-arrow-right,
42
+.icon-arrow-up,
43
+.icon-arrow-up-circle,
44
+.icon-arrow-left-circle,
45
+.icon-arrow-right-circle,
46
+.icon-arrow-down-circle,
47
+.icon-check,
48
+.icon-clock,
49
+.icon-plus,
50
+.icon-close,
51
+.icon-trophy,
52
+.icon-screen-smartphone,
53
+.icon-screen-desktop,
54
+.icon-plane,
55
+.icon-notebook,
56
+.icon-mustache,
57
+.icon-mouse,
58
+.icon-magnet,
59
+.icon-energy,
60
+.icon-disc,
61
+.icon-cursor,
62
+.icon-cursor-move,
63
+.icon-crop,
64
+.icon-chemistry,
65
+.icon-speedometer,
66
+.icon-shield,
67
+.icon-screen-tablet,
68
+.icon-magic-wand,
69
+.icon-hourglass,
70
+.icon-graduation,
71
+.icon-ghost,
72
+.icon-game-controller,
73
+.icon-fire,
74
+.icon-eyeglass,
75
+.icon-envelope-open,
76
+.icon-envelope-letter,
77
+.icon-bell,
78
+.icon-badge,
79
+.icon-anchor,
80
+.icon-wallet,
81
+.icon-vector,
82
+.icon-speech,
83
+.icon-puzzle,
84
+.icon-printer,
85
+.icon-present,
86
+.icon-playlist,
87
+.icon-pin,
88
+.icon-picture,
89
+.icon-handbag,
90
+.icon-globe-alt,
91
+.icon-globe,
92
+.icon-folder-alt,
93
+.icon-folder,
94
+.icon-film,
95
+.icon-feed,
96
+.icon-drop,
97
+.icon-drawar,
98
+.icon-docs,
99
+.icon-doc,
100
+.icon-diamond,
101
+.icon-cup,
102
+.icon-calculator,
103
+.icon-bubbles,
104
+.icon-briefcase,
105
+.icon-book-open,
106
+.icon-basket-loaded,
107
+.icon-basket,
108
+.icon-bag,
109
+.icon-action-undo,
110
+.icon-action-redo,
111
+.icon-wrench,
112
+.icon-umbrella,
113
+.icon-trash,
114
+.icon-tag,
115
+.icon-support,
116
+.icon-frame,
117
+.icon-size-fullscreen,
118
+.icon-size-actual,
119
+.icon-shuffle,
120
+.icon-share-alt,
121
+.icon-share,
122
+.icon-rocket,
123
+.icon-question,
124
+.icon-pie-chart,
125
+.icon-pencil,
126
+.icon-note,
127
+.icon-loop,
128
+.icon-home,
129
+.icon-grid,
130
+.icon-graph,
131
+.icon-microphone,
132
+.icon-music-tone-alt,
133
+.icon-music-tone,
134
+.icon-earphones-alt,
135
+.icon-earphones,
136
+.icon-equalizer,
137
+.icon-like,
138
+.icon-dislike,
139
+.icon-control-start,
140
+.icon-control-rewind,
141
+.icon-control-play,
142
+.icon-control-pause,
143
+.icon-control-forward,
144
+.icon-control-end,
145
+.icon-volume-1,
146
+.icon-volume-2,
147
+.icon-volume-off,
148
+.icon-calendar,
149
+.icon-bulb,
150
+.icon-chart,
151
+.icon-ban,
152
+.icon-bubble,
153
+.icon-camrecorder,
154
+.icon-camera,
155
+.icon-cloud-download,
156
+.icon-cloud-upload,
157
+.icon-envelope,
158
+.icon-eye,
159
+.icon-flag,
160
+.icon-heart,
161
+.icon-info,
162
+.icon-key,
163
+.icon-link,
164
+.icon-lock,
165
+.icon-lock-open,
166
+.icon-magnifier,
167
+.icon-magnifier-add,
168
+.icon-magnifier-remove,
169
+.icon-paper-clip,
170
+.icon-paper-plane,
171
+.icon-power,
172
+.icon-refresh,
173
+.icon-reload,
174
+.icon-settings,
175
+.icon-star,
176
+.icon-symble-female,
177
+.icon-symbol-male,
178
+.icon-target,
179
+.icon-credit-card,
180
+.icon-paypal,
181
+.icon-social-tumblr,
182
+.icon-social-twitter,
183
+.icon-social-facebook,
184
+.icon-social-instagram,
185
+.icon-social-linkedin,
186
+.icon-social-pinterest,
187
+.icon-social-github,
188
+.icon-social-gplus,
189
+.icon-social-reddit,
190
+.icon-social-skype,
191
+.icon-social-dribbble,
192
+.icon-social-behance,
193
+.icon-social-foursqare,
194
+.icon-social-soundcloud,
195
+.icon-social-spotify,
196
+.icon-social-stumbleupon,
197
+.icon-social-youtube,
198
+.icon-social-dropbox {
199
+  font-family: 'simple-line-icons';
200
+  speak: none;
201
+  font-style: normal;
202
+  font-weight: normal;
203
+  font-variant: normal;
204
+  text-transform: none;
205
+  line-height: 1;
206
+  /* Better Font Rendering =========== */
207
+  -webkit-font-smoothing: antialiased;
208
+  -moz-osx-font-smoothing: grayscale;
209
+}
210
+.icon-user:before {
211
+  content: "\e005";
212
+}
213
+.icon-people:before {
214
+  content: "\e001";
215
+}
216
+.icon-user-female:before {
217
+  content: "\e000";
218
+}
219
+.icon-user-follow:before {
220
+  content: "\e002";
221
+}
222
+.icon-user-following:before {
223
+  content: "\e003";
224
+}
225
+.icon-user-unfollow:before {
226
+  content: "\e004";
227
+}
228
+.icon-login:before {
229
+  content: "\e066";
230
+}
231
+.icon-logout:before {
232
+  content: "\e065";
233
+}
234
+.icon-emotsmile:before {
235
+  content: "\e021";
236
+}
237
+.icon-phone:before {
238
+  content: "\e600";
239
+}
240
+.icon-call-end:before {
241
+  content: "\e048";
242
+}
243
+.icon-call-in:before {
244
+  content: "\e047";
245
+}
246
+.icon-call-out:before {
247
+  content: "\e046";
248
+}
249
+.icon-map:before {
250
+  content: "\e033";
251
+}
252
+.icon-location-pin:before {
253
+  content: "\e096";
254
+}
255
+.icon-direction:before {
256
+  content: "\e042";
257
+}
258
+.icon-directions:before {
259
+  content: "\e041";
260
+}
261
+.icon-compass:before {
262
+  content: "\e045";
263
+}
264
+.icon-layers:before {
265
+  content: "\e034";
266
+}
267
+.icon-menu:before {
268
+  content: "\e601";
269
+}
270
+.icon-list:before {
271
+  content: "\e067";
272
+}
273
+.icon-options-vertical:before {
274
+  content: "\e602";
275
+}
276
+.icon-options:before {
277
+  content: "\e603";
278
+}
279
+.icon-arrow-down:before {
280
+  content: "\e604";
281
+}
282
+.icon-arrow-left:before {
283
+  content: "\e605";
284
+}
285
+.icon-arrow-right:before {
286
+  content: "\e606";
287
+}
288
+.icon-arrow-up:before {
289
+  content: "\e607";
290
+}
291
+.icon-arrow-up-circle:before {
292
+  content: "\e078";
293
+}
294
+.icon-arrow-left-circle:before {
295
+  content: "\e07a";
296
+}
297
+.icon-arrow-right-circle:before {
298
+  content: "\e079";
299
+}
300
+.icon-arrow-down-circle:before {
301
+  content: "\e07b";
302
+}
303
+.icon-check:before {
304
+  content: "\e080";
305
+}
306
+.icon-clock:before {
307
+  content: "\e081";
308
+}
309
+.icon-plus:before {
310
+  content: "\e095";
311
+}
312
+.icon-close:before {
313
+  content: "\e082";
314
+}
315
+.icon-trophy:before {
316
+  content: "\e006";
317
+}
318
+.icon-screen-smartphone:before {
319
+  content: "\e010";
320
+}
321
+.icon-screen-desktop:before {
322
+  content: "\e011";
323
+}
324
+.icon-plane:before {
325
+  content: "\e012";
326
+}
327
+.icon-notebook:before {
328
+  content: "\e013";
329
+}
330
+.icon-mustache:before {
331
+  content: "\e014";
332
+}
333
+.icon-mouse:before {
334
+  content: "\e015";
335
+}
336
+.icon-magnet:before {
337
+  content: "\e016";
338
+}
339
+.icon-energy:before {
340
+  content: "\e020";
341
+}
342
+.icon-disc:before {
343
+  content: "\e022";
344
+}
345
+.icon-cursor:before {
346
+  content: "\e06e";
347
+}
348
+.icon-cursor-move:before {
349
+  content: "\e023";
350
+}
351
+.icon-crop:before {
352
+  content: "\e024";
353
+}
354
+.icon-chemistry:before {
355
+  content: "\e026";
356
+}
357
+.icon-speedometer:before {
358
+  content: "\e007";
359
+}
360
+.icon-shield:before {
361
+  content: "\e00e";
362
+}
363
+.icon-screen-tablet:before {
364
+  content: "\e00f";
365
+}
366
+.icon-magic-wand:before {
367
+  content: "\e017";
368
+}
369
+.icon-hourglass:before {
370
+  content: "\e018";
371
+}
372
+.icon-graduation:before {
373
+  content: "\e019";
374
+}
375
+.icon-ghost:before {
376
+  content: "\e01a";
377
+}
378
+.icon-game-controller:before {
379
+  content: "\e01b";
380
+}
381
+.icon-fire:before {
382
+  content: "\e01c";
383
+}
384
+.icon-eyeglass:before {
385
+  content: "\e01d";
386
+}
387
+.icon-envelope-open:before {
388
+  content: "\e01e";
389
+}
390
+.icon-envelope-letter:before {
391
+  content: "\e01f";
392
+}
393
+.icon-bell:before {
394
+  content: "\e027";
395
+}
396
+.icon-badge:before {
397
+  content: "\e028";
398
+}
399
+.icon-anchor:before {
400
+  content: "\e029";
401
+}
402
+.icon-wallet:before {
403
+  content: "\e02a";
404
+}
405
+.icon-vector:before {
406
+  content: "\e02b";
407
+}
408
+.icon-speech:before {
409
+  content: "\e02c";
410
+}
411
+.icon-puzzle:before {
412
+  content: "\e02d";
413
+}
414
+.icon-printer:before {
415
+  content: "\e02e";
416
+}
417
+.icon-present:before {
418
+  content: "\e02f";
419
+}
420
+.icon-playlist:before {
421
+  content: "\e030";
422
+}
423
+.icon-pin:before {
424
+  content: "\e031";
425
+}
426
+.icon-picture:before {
427
+  content: "\e032";
428
+}
429
+.icon-handbag:before {
430
+  content: "\e035";
431
+}
432
+.icon-globe-alt:before {
433
+  content: "\e036";
434
+}
435
+.icon-globe:before {
436
+  content: "\e037";
437
+}
438
+.icon-folder-alt:before {
439
+  content: "\e039";
440
+}
441
+.icon-folder:before {
442
+  content: "\e089";
443
+}
444
+.icon-film:before {
445
+  content: "\e03a";
446
+}
447
+.icon-feed:before {
448
+  content: "\e03b";
449
+}
450
+.icon-drop:before {
451
+  content: "\e03e";
452
+}
453
+.icon-drawar:before {
454
+  content: "\e03f";
455
+}
456
+.icon-docs:before {
457
+  content: "\e040";
458
+}
459
+.icon-doc:before {
460
+  content: "\e085";
461
+}
462
+.icon-diamond:before {
463
+  content: "\e043";
464
+}
465
+.icon-cup:before {
466
+  content: "\e044";
467
+}
468
+.icon-calculator:before {
469
+  content: "\e049";
470
+}
471
+.icon-bubbles:before {
472
+  content: "\e04a";
473
+}
474
+.icon-briefcase:before {
475
+  content: "\e04b";
476
+}
477
+.icon-book-open:before {
478
+  content: "\e04c";
479
+}
480
+.icon-basket-loaded:before {
481
+  content: "\e04d";
482
+}
483
+.icon-basket:before {
484
+  content: "\e04e";
485
+}
486
+.icon-bag:before {
487
+  content: "\e04f";
488
+}
489
+.icon-action-undo:before {
490
+  content: "\e050";
491
+}
492
+.icon-action-redo:before {
493
+  content: "\e051";
494
+}
495
+.icon-wrench:before {
496
+  content: "\e052";
497
+}
498
+.icon-umbrella:before {
499
+  content: "\e053";
500
+}
501
+.icon-trash:before {
502
+  content: "\e054";
503
+}
504
+.icon-tag:before {
505
+  content: "\e055";
506
+}
507
+.icon-support:before {
508
+  content: "\e056";
509
+}
510
+.icon-frame:before {
511
+  content: "\e038";
512
+}
513
+.icon-size-fullscreen:before {
514
+  content: "\e057";
515
+}
516
+.icon-size-actual:before {
517
+  content: "\e058";
518
+}
519
+.icon-shuffle:before {
520
+  content: "\e059";
521
+}
522
+.icon-share-alt:before {
523
+  content: "\e05a";
524
+}
525
+.icon-share:before {
526
+  content: "\e05b";
527
+}
528
+.icon-rocket:before {
529
+  content: "\e05c";
530
+}
531
+.icon-question:before {
532
+  content: "\e05d";
533
+}
534
+.icon-pie-chart:before {
535
+  content: "\e05e";
536
+}
537
+.icon-pencil:before {
538
+  content: "\e05f";
539
+}
540
+.icon-note:before {
541
+  content: "\e060";
542
+}
543
+.icon-loop:before {
544
+  content: "\e064";
545
+}
546
+.icon-home:before {
547
+  content: "\e069";
548
+}
549
+.icon-grid:before {
550
+  content: "\e06a";
551
+}
552
+.icon-graph:before {
553
+  content: "\e06b";
554
+}
555
+.icon-microphone:before {
556
+  content: "\e063";
557
+}
558
+.icon-music-tone-alt:before {
559
+  content: "\e061";
560
+}
561
+.icon-music-tone:before {
562
+  content: "\e062";
563
+}
564
+.icon-earphones-alt:before {
565
+  content: "\e03c";
566
+}
567
+.icon-earphones:before {
568
+  content: "\e03d";
569
+}
570
+.icon-equalizer:before {
571
+  content: "\e06c";
572
+}
573
+.icon-like:before {
574
+  content: "\e068";
575
+}
576
+.icon-dislike:before {
577
+  content: "\e06d";
578
+}
579
+.icon-control-start:before {
580
+  content: "\e06f";
581
+}
582
+.icon-control-rewind:before {
583
+  content: "\e070";
584
+}
585
+.icon-control-play:before {
586
+  content: "\e071";
587
+}
588
+.icon-control-pause:before {
589
+  content: "\e072";
590
+}
591
+.icon-control-forward:before {
592
+  content: "\e073";
593
+}
594
+.icon-control-end:before {
595
+  content: "\e074";
596
+}
597
+.icon-volume-1:before {
598
+  content: "\e09f";
599
+}
600
+.icon-volume-2:before {
601
+  content: "\e0a0";
602
+}
603
+.icon-volume-off:before {
604
+  content: "\e0a1";
605
+}
606
+.icon-calendar:before {
607
+  content: "\e075";
608
+}
609
+.icon-bulb:before {
610
+  content: "\e076";
611
+}
612
+.icon-chart:before {
613
+  content: "\e077";
614
+}
615
+.icon-ban:before {
616
+  content: "\e07c";
617
+}
618
+.icon-bubble:before {
619
+  content: "\e07d";
620
+}
621
+.icon-camrecorder:before {
622
+  content: "\e07e";
623
+}
624
+.icon-camera:before {
625
+  content: "\e07f";
626
+}
627
+.icon-cloud-download:before {
628
+  content: "\e083";
629
+}
630
+.icon-cloud-upload:before {
631
+  content: "\e084";
632
+}
633
+.icon-envelope:before {
634
+  content: "\e086";
635
+}
636
+.icon-eye:before {
637
+  content: "\e087";
638
+}
639
+.icon-flag:before {
640
+  content: "\e088";
641
+}
642
+.icon-heart:before {
643
+  content: "\e08a";
644
+}
645
+.icon-info:before {
646
+  content: "\e08b";
647
+}
648
+.icon-key:before {
649
+  content: "\e08c";
650
+}
651
+.icon-link:before {
652
+  content: "\e08d";
653
+}
654
+.icon-lock:before {
655
+  content: "\e08e";
656
+}
657
+.icon-lock-open:before {
658
+  content: "\e08f";
659
+}
660
+.icon-magnifier:before {
661
+  content: "\e090";
662
+}
663
+.icon-magnifier-add:before {
664
+  content: "\e091";
665
+}
666
+.icon-magnifier-remove:before {
667
+  content: "\e092";
668
+}
669
+.icon-paper-clip:before {
670
+  content: "\e093";
671
+}
672
+.icon-paper-plane:before {
673
+  content: "\e094";
674
+}
675
+.icon-power:before {
676
+  content: "\e097";
677
+}
678
+.icon-refresh:before {
679
+  content: "\e098";
680
+}
681
+.icon-reload:before {
682
+  content: "\e099";
683
+}
684
+.icon-settings:before {
685
+  content: "\e09a";
686
+}
687
+.icon-star:before {
688
+  content: "\e09b";
689
+}
690
+.icon-symble-female:before {
691
+  content: "\e09c";
692
+}
693
+.icon-symbol-male:before {
694
+  content: "\e09d";
695
+}
696
+.icon-target:before {
697
+  content: "\e09e";
698
+}
699
+.icon-credit-card:before {
700
+  content: "\e025";
701
+}
702
+.icon-paypal:before {
703
+  content: "\e608";
704
+}
705
+.icon-social-tumblr:before {
706
+  content: "\e00a";
707
+}
708
+.icon-social-twitter:before {
709
+  content: "\e009";
710
+}
711
+.icon-social-facebook:before {
712
+  content: "\e00b";
713
+}
714
+.icon-social-instagram:before {
715
+  content: "\e609";
716
+}
717
+.icon-social-linkedin:before {
718
+  content: "\e60a";
719
+}
720
+.icon-social-pinterest:before {
721
+  content: "\e60b";
722
+}
723
+.icon-social-github:before {
724
+  content: "\e60c";
725
+}
726
+.icon-social-gplus:before {
727
+  content: "\e60d";
728
+}
729
+.icon-social-reddit:before {
730
+  content: "\e60e";
731
+}
732
+.icon-social-skype:before {
733
+  content: "\e60f";
734
+}
735
+.icon-social-dribbble:before {
736
+  content: "\e00d";
737
+}
738
+.icon-social-behance:before {
739
+  content: "\e610";
740
+}
741
+.icon-social-foursqare:before {
742
+  content: "\e611";
743
+}
744
+.icon-social-soundcloud:before {
745
+  content: "\e612";
746
+}
747
+.icon-social-spotify:before {
748
+  content: "\e613";
749
+}
750
+.icon-social-stumbleupon:before {
751
+  content: "\e614";
752
+}
753
+.icon-social-youtube:before {
754
+  content: "\e008";
755
+}
756
+.icon-social-dropbox:before {
757
+  content: "\e00c";
758
+}

+ 1003
- 0
Hello/www/css/style.css
File diff suppressed because it is too large
View File


+ 7
- 0
Hello/www/css/style.css.map
File diff suppressed because it is too large
View File


+ 92
- 0
Hello/www/fetch_articles.js View File

@@ -0,0 +1,92 @@
1
+function get_articles(single = false) {
2
+    var articles;
3
+    axios.get("http://136.145.231.32:8080/")
4
+        .then(response => {
5
+            articles = response.data;
6
+            if (single) {
7
+                let artName = articles[articles.length - 1];
8
+                let artNameNoExt = artName.substr(0, artName.lastIndexOf()) || artName;
9
+                axios.get(`http://136.145.231.32:8080/${artName}`)
10
+                    .then(response => {
11
+                        let homeArticleParent = document.querySelector("#home-article")
12
+                        let articleButton = document.createElement("button");
13
+                        articleButton.textContent = response.data;
14
+
15
+                        articleButton.classList.add("m-5", "article-content");
16
+                        articleButton.setAttribute("data-toggle", "modal");
17
+                        articleButton.setAttribute("data-target", "#homeArticleModal");
18
+
19
+                        let modal = document.createElement("div");
20
+                        modal.classList.add("modal", "fade");
21
+                        modal.setAttribute("id", "homeArticleModal");
22
+                        modal.setAttribute("tabindex", "-1");
23
+                        modal.setAttribute("aria-labelledby", "homeArticleModalLabel");
24
+                        modal.setAttribute("aria-hidden", "true");
25
+                        modal.innerHTML = `
26
+                            <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
27
+                                <div class="modal-content">
28
+                                    <div class="modal-header">
29
+                                        <h5 class="modal-title" id="homeArticleModal">${artNameNoExt}</h5>
30
+                                        <button type="button" class="close" data-dismiss="modal" aria-label="Cerrar">
31
+                                            <span aria-hidden="true">&times;</span>
32
+                                        </button>
33
+                                    </div>
34
+                                    <div class="modal-body">
35
+                                        <p>${response.data}</p>
36
+                                    </div>
37
+                                    <div class="modal-footer">
38
+                                        <button type="button" class="btn btn-secondary" data-dismiss="modal">Cerrar</button>
39
+                                    </div>
40
+                                </div>
41
+                            </div>`;
42
+                        document.body.appendChild(modal);
43
+                        homeArticleParent.appendChild(articleButton);
44
+                    })
45
+                    .catch(error => console.log(error));
46
+            }
47
+            else {
48
+                for (let i = 0; i < articles.length; i++) {
49
+                    let element = articles[i];
50
+                    let elementNoExt = element.substr(0, element.lastIndexOf('.')) || element;
51
+                    axios.get(`http://136.145.231.32:8080/${element}`)
52
+                        .then(response => {
53
+                            let articlesHeading = document.querySelector("#articles-heading").parentElement;
54
+                            let articleButton = document.createElement("button");
55
+                            articleButton.textContent = response.data;
56
+
57
+                            articleButton.classList.add("m-5", "article-content");
58
+                            articleButton.setAttribute("data-toggle", "modal");
59
+                            articleButton.setAttribute("data-target", `#articleModal${i}`);
60
+
61
+                            let modal = document.createElement("div");
62
+                            modal.classList.add("modal", "fade");
63
+                            modal.setAttribute("id", `articleModal${i}`);
64
+                            modal.setAttribute("tabindex", "-1");
65
+                            modal.setAttribute("aria-labelledby", `articleModalLabel${i}`);
66
+                            modal.setAttribute("aria-hidden", "true");
67
+                            modal.innerHTML = `
68
+                                <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
69
+                                    <div class="modal-content">
70
+                                        <div class="modal-header">
71
+                                            <h5 class="modal-title" id="articleModalLabel${i}">${elementNoExt}</h5>
72
+                                            <button type="button" class="close" data-dismiss="modal" aria-label="Cerrar">
73
+                                                <span aria-hidden="true">&times;</span>
74
+                                            </button>
75
+                                        </div>
76
+                                        <div class="modal-body">
77
+                                            <p>${response.data}</p>
78
+                                        </div>
79
+                                        <div class="modal-footer">
80
+                                            <button type="button" class="btn btn-secondary" data-dismiss="modal">Cerrar</button>
81
+                                        </div>
82
+                                    </div>
83
+                                </div>`;
84
+                            document.body.appendChild(modal);
85
+                            articlesHeading.appendChild(articleButton);
86
+                        })
87
+                        .catch(error => console.error(error));
88
+                }
89
+            }
90
+        })
91
+        .catch(error => console.error(error));
92
+}

BIN
Hello/www/fonts/bootstrap/glyphicons-halflings-regular.eot View File


+ 288
- 0
Hello/www/fonts/bootstrap/glyphicons-halflings-regular.svg View File

@@ -0,0 +1,288 @@
1
+<?xml version="1.0" standalone="no"?>
2
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+<svg xmlns="http://www.w3.org/2000/svg">
4
+<metadata></metadata>
5
+<defs>
6
+<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
7
+<font-face units-per-em="1200" ascent="960" descent="-240" />
8
+<missing-glyph horiz-adv-x="500" />
9
+<glyph horiz-adv-x="0" />
10
+<glyph horiz-adv-x="400" />
11
+<glyph unicode=" " />
12
+<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
13
+<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
14
+<glyph unicode="&#xa0;" />
15
+<glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
16
+<glyph unicode="&#x2000;" horiz-adv-x="650" />
17
+<glyph unicode="&#x2001;" horiz-adv-x="1300" />
18
+<glyph unicode="&#x2002;" horiz-adv-x="650" />
19
+<glyph unicode="&#x2003;" horiz-adv-x="1300" />
20
+<glyph unicode="&#x2004;" horiz-adv-x="433" />
21
+<glyph unicode="&#x2005;" horiz-adv-x="325" />
22
+<glyph unicode="&#x2006;" horiz-adv-x="216" />
23
+<glyph unicode="&#x2007;" horiz-adv-x="216" />
24
+<glyph unicode="&#x2008;" horiz-adv-x="162" />
25
+<glyph unicode="&#x2009;" horiz-adv-x="260" />
26
+<glyph unicode="&#x200a;" horiz-adv-x="72" />
27
+<glyph unicode="&#x202f;" horiz-adv-x="260" />
28
+<glyph unicode="&#x205f;" horiz-adv-x="325" />
29
+<glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
30
+<glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
31
+<glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
32
+<glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
33
+<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
34
+<glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
35
+<glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
36
+<glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
37
+<glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
38
+<glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
39
+<glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
40
+<glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
41
+<glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
42
+<glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
43
+<glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
44
+<glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
45
+<glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
46
+<glyph unicode="&#xe010;" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
47
+<glyph unicode="&#xe011;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
48
+<glyph unicode="&#xe012;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
49
+<glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
50
+<glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
51
+<glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
52
+<glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
53
+<glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
54
+<glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
55
+<glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
56
+<glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
57
+<glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
58
+<glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
59
+<glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
60
+<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
61
+<glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
62
+<glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
63
+<glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
64
+<glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
65
+<glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
66
+<glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
67
+<glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
68
+<glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
69
+<glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
70
+<glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
71
+<glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
72
+<glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
73
+<glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
74
+<glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
75
+<glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
76
+<glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
77
+<glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
78
+<glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
79
+<glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
80
+<glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
81
+<glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
82
+<glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
83
+<glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
84
+<glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
85
+<glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
86
+<glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
87
+<glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
88
+<glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
89
+<glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
90
+<glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
91
+<glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
92
+<glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
93
+<glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
94
+<glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
95
+<glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
96
+<glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
97
+<glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
98
+<glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
99
+<glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
100
+<glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
101
+<glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
102
+<glyph unicode="&#xe067;" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
103
+<glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
104
+<glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
105
+<glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
106
+<glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
107
+<glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
108
+<glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
109
+<glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
110
+<glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
111
+<glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
112
+<glyph unicode="&#xe077;" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
113
+<glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
114
+<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
115
+<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
116
+<glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
117
+<glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
118
+<glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
119
+<glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
120
+<glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
121
+<glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
122
+<glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
123
+<glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
124
+<glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
125
+<glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
126
+<glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
127
+<glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
128
+<glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
129
+<glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
130
+<glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
131
+<glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
132
+<glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
133
+<glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
134
+<glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
135
+<glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
136
+<glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
137
+<glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
138
+<glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
139
+<glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
140
+<glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
141
+<glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
142
+<glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
143
+<glyph unicode="&#xe111;" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
144
+<glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
145
+<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
146
+<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
147
+<glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
148
+<glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
149
+<glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
150
+<glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
151
+<glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
152
+<glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
153
+<glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
154
+<glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
155
+<glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
156
+<glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
157
+<glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
158
+<glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
159
+<glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
160
+<glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
161
+<glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
162
+<glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
163
+<glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
164
+<glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
165
+<glyph unicode="&#xe133;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
166
+<glyph unicode="&#xe134;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
167
+<glyph unicode="&#xe135;" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
168
+<glyph unicode="&#xe136;" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
169
+<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
170
+<glyph unicode="&#xe138;" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
171
+<glyph unicode="&#xe139;" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
172
+<glyph unicode="&#xe140;" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
173
+<glyph unicode="&#xe141;" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
174
+<glyph unicode="&#xe142;" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
175
+<glyph unicode="&#xe143;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
176
+<glyph unicode="&#xe144;" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
177
+<glyph unicode="&#xe145;" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
178
+<glyph unicode="&#xe146;" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
179
+<glyph unicode="&#xe148;" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
180
+<glyph unicode="&#xe149;" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
181
+<glyph unicode="&#xe150;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
182
+<glyph unicode="&#xe151;" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
183
+<glyph unicode="&#xe152;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
184
+<glyph unicode="&#xe153;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
185
+<glyph unicode="&#xe154;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
186
+<glyph unicode="&#xe155;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
187
+<glyph unicode="&#xe156;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
188
+<glyph unicode="&#xe157;" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
189
+<glyph unicode="&#xe158;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
190
+<glyph unicode="&#xe159;" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
191
+<glyph unicode="&#xe160;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
192
+<glyph unicode="&#xe161;" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
193
+<glyph unicode="&#xe162;" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
194
+<glyph unicode="&#xe163;" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
195
+<glyph unicode="&#xe164;" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
196
+<glyph unicode="&#xe165;" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
197
+<glyph unicode="&#xe166;" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
198
+<glyph unicode="&#xe167;" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
199
+<glyph unicode="&#xe168;" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
200
+<glyph unicode="&#xe169;" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
201
+<glyph unicode="&#xe170;" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
202
+<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
203
+<glyph unicode="&#xe172;" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
204
+<glyph unicode="&#xe173;" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
205
+<glyph unicode="&#xe174;" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
206
+<glyph unicode="&#xe175;" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
207
+<glyph unicode="&#xe176;" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
208
+<glyph unicode="&#xe177;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
209
+<glyph unicode="&#xe178;" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
210
+<glyph unicode="&#xe179;" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
211
+<glyph unicode="&#xe180;" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
212
+<glyph unicode="&#xe181;" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
213
+<glyph unicode="&#xe182;" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
214
+<glyph unicode="&#xe183;" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
215
+<glyph unicode="&#xe184;" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
216
+<glyph unicode="&#xe185;" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
217
+<glyph unicode="&#xe186;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
218
+<glyph unicode="&#xe187;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
219
+<glyph unicode="&#xe188;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
220
+<glyph unicode="&#xe189;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
221
+<glyph unicode="&#xe190;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
222
+<glyph unicode="&#xe191;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
223
+<glyph unicode="&#xe192;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
224
+<glyph unicode="&#xe193;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
225
+<glyph unicode="&#xe194;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
226
+<glyph unicode="&#xe195;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
227
+<glyph unicode="&#xe197;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
228
+<glyph unicode="&#xe198;" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
229
+<glyph unicode="&#xe199;" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
230
+<glyph unicode="&#xe200;" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
231
+<glyph unicode="&#xe201;" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
232
+<glyph unicode="&#xe202;" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
233
+<glyph unicode="&#xe203;" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
234
+<glyph unicode="&#xe204;" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
235
+<glyph unicode="&#xe205;" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
236
+<glyph unicode="&#xe206;" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
237
+<glyph unicode="&#xe209;" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
238
+<glyph unicode="&#xe210;" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
239
+<glyph unicode="&#xe211;" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
240
+<glyph unicode="&#xe212;" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
241
+<glyph unicode="&#xe213;" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
242
+<glyph unicode="&#xe214;" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
243
+<glyph unicode="&#xe215;" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
244
+<glyph unicode="&#xe216;" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
245
+<glyph unicode="&#xe218;" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
246
+<glyph unicode="&#xe219;" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
247
+<glyph unicode="&#xe221;" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
248
+<glyph unicode="&#xe223;" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
249
+<glyph unicode="&#xe224;" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
250
+<glyph unicode="&#xe225;" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
251
+<glyph unicode="&#xe226;" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
252
+<glyph unicode="&#xe227;" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
253
+<glyph unicode="&#xe230;" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
254
+<glyph unicode="&#xe231;" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
255
+<glyph unicode="&#xe232;" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
256
+<glyph unicode="&#xe233;" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
257
+<glyph unicode="&#xe234;" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
258
+<glyph unicode="&#xe235;" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
259
+<glyph unicode="&#xe236;" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
260
+<glyph unicode="&#xe237;" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
261
+<glyph unicode="&#xe238;" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
262
+<glyph unicode="&#xe239;" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
263
+<glyph unicode="&#xe240;" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
264
+<glyph unicode="&#xe241;" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
265
+<glyph unicode="&#xe242;" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
266
+<glyph unicode="&#xe243;" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
267
+<glyph unicode="&#xe244;" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
268
+<glyph unicode="&#xe245;" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
269
+<glyph unicode="&#xe246;" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
270
+<glyph unicode="&#xe247;" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
271
+<glyph unicode="&#xe248;" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
272
+<glyph unicode="&#xe249;" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
273
+<glyph unicode="&#xe250;" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
274
+<glyph unicode="&#xe251;" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
275
+<glyph unicode="&#xe252;" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
276
+<glyph unicode="&#xe253;" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
277
+<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
278
+<glyph unicode="&#xe255;" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
279
+<glyph unicode="&#xe256;" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
280
+<glyph unicode="&#xe257;" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
281
+<glyph unicode="&#xe258;" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
282
+<glyph unicode="&#xe259;" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
283
+<glyph unicode="&#xe260;" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
284
+<glyph unicode="&#xf8ff;" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
285
+<glyph unicode="&#x1f511;" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
286
+<glyph unicode="&#x1f6aa;" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
287
+</font>
288
+</defs></svg> 

BIN
Hello/www/fonts/bootstrap/glyphicons-halflings-regular.ttf View File


BIN
Hello/www/fonts/bootstrap/glyphicons-halflings-regular.woff View File


BIN
Hello/www/fonts/bootstrap/glyphicons-halflings-regular.woff2 View File


BIN
Hello/www/fonts/icomoon/icomoon.eot View File


+ 725
- 0
Hello/www/fonts/icomoon/icomoon.svg
File diff suppressed because it is too large
View File


BIN
Hello/www/fonts/icomoon/icomoon.ttf View File


BIN
Hello/www/fonts/icomoon/icomoon.woff View File


+ 7
- 0
Hello/www/fonts/icomoon/icomoon/Read Me.txt View File

@@ -0,0 +1,7 @@
1
+Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
+
3
+To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied.
4
+
5
+You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
+
7
+You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection.

+ 153
- 0
Hello/www/fonts/icomoon/icomoon/demo-files/demo.css View File

@@ -0,0 +1,153 @@
1
+body {
2
+	padding: 0;
3
+	margin: 0;
4
+	font-family: sans-serif;
5
+	font-size: 1em;
6
+	line-height: 1.5;
7
+	color: #555;
8
+	background: #fff;
9
+}
10
+h1 {
11
+	font-size: 1.5em;
12
+	font-weight: normal;
13
+}
14
+small {
15
+	font-size: .66666667em;
16
+}
17
+a {
18
+	color: #e74c3c;
19
+	text-decoration: none;
20
+}
21
+a:hover, a:focus {
22
+	box-shadow: 0 1px #e74c3c;
23
+}
24
+.bshadow0, input {
25
+	box-shadow: inset 0 -2px #e7e7e7;
26
+}
27
+input:hover {
28
+	box-shadow: inset 0 -2px #ccc;
29
+}
30
+input, fieldset {
31
+	font-size: 1em;
32
+	margin: 0;
33
+	padding: 0;
34
+	border: 0;
35
+}
36
+input {
37
+	color: inherit;
38
+	line-height: 1.5;
39
+	height: 1.5em;
40
+	padding: .25em 0;
41
+}
42
+input:focus {
43
+	outline: none;
44
+	box-shadow: inset 0 -2px #449fdb;
45
+}
46
+.glyph {
47
+	font-size: 16px;
48
+	width: 15em;
49
+	padding-bottom: 1em;
50
+	margin-right: 4em;
51
+	margin-bottom: 1em;
52
+	float: left;
53
+	overflow: hidden;
54
+}
55
+.liga {
56
+	width: 80%;
57
+	width: calc(100% - 2.5em);
58
+}
59
+.talign-right {
60
+	text-align: right;
61
+}
62
+.talign-center {
63
+	text-align: center;
64
+}
65
+.bgc1 {
66
+	background: #f1f1f1;
67
+}
68
+.fgc1 {
69
+	color: #999;
70
+}
71
+.fgc0 {
72
+	color: #000;
73
+}
74
+p {
75
+	margin-top: 1em;
76
+	margin-bottom: 1em;
77
+}
78
+.mvm {
79
+	margin-top: .75em;
80
+	margin-bottom: .75em;
81
+}
82
+.mtn {
83
+	margin-top: 0;
84
+}
85
+.mtl, .mal {
86
+	margin-top: 1.5em;
87
+}
88
+.mbl, .mal {
89
+	margin-bottom: 1.5em;
90
+}
91
+.mal, .mhl {
92
+	margin-left: 1.5em;
93
+	margin-right: 1.5em;
94
+}
95
+.mhmm {
96
+	margin-left: 1em;
97
+	margin-right: 1em;
98
+}
99
+.mls {
100
+	margin-left: .25em;
101
+}
102
+.ptl {
103
+	padding-top: 1.5em;
104
+}
105
+.pbs, .pvs {
106
+	padding-bottom: .25em;
107
+}
108
+.pvs, .pts {
109
+	padding-top: .25em;
110
+}
111
+.unit {
112
+	float: left;
113
+}
114
+.unitRight {
115
+	float: right;
116
+}
117
+.size1of2 {
118
+	width: 50%;
119
+}
120
+.size1of1 {
121
+	width: 100%;
122
+}
123
+.clearfix:before, .clearfix:after {
124
+	content: " ";
125
+	display: table;
126
+}
127
+.clearfix:after {
128
+	clear: both;
129
+}
130
+.hidden-true {
131
+	display: none;
132
+}
133
+.textbox0 {
134
+	width: 3em;
135
+	background: #f1f1f1;
136
+	padding: .25em .5em;
137
+	line-height: 1.5;
138
+	height: 1.5em;
139
+}
140
+#testDrive {
141
+	display: block;
142
+	padding-top: 24px;
143
+	line-height: 1.5;
144
+}
145
+.fs0 {
146
+	font-size: 16px;
147
+}
148
+.fs1 {
149
+	font-size: 14px;
150
+}
151
+.fs2 {
152
+	font-size: 24px;
153
+}

+ 30
- 0
Hello/www/fonts/icomoon/icomoon/demo-files/demo.js View File

@@ -0,0 +1,30 @@
1
+if (!('boxShadow' in document.body.style)) {
2
+	document.body.setAttribute('class', 'noBoxShadow');
3
+}
4
+
5
+document.body.addEventListener("click", function(e) {
6
+	var target = e.target;
7
+	if (target.tagName === "INPUT" &&
8
+		target.getAttribute('class').indexOf('liga') === -1) {
9
+		target.select();
10
+	}
11
+});
12
+
13
+(function() {
14
+	var fontSize = document.getElementById('fontSize'),
15
+		testDrive = document.getElementById('testDrive'),
16
+		testText = document.getElementById('testText');
17
+	function updateTest() {
18
+		testDrive.innerHTML = testText.value || String.fromCharCode(160);
19
+		if (window.icomoonLiga) {
20
+			window.icomoonLiga(testDrive);
21
+		}
22
+	}
23
+	function updateSize() {
24
+		testDrive.style.fontSize = fontSize.value + 'px';
25
+	}
26
+	fontSize.addEventListener('change', updateSize, false);
27
+	testText.addEventListener('input', updateTest, false);
28
+	testText.addEventListener('change', updateTest, false);
29
+	updateSize();
30
+}());

+ 12906
- 0
Hello/www/fonts/icomoon/icomoon/demo.html
File diff suppressed because it is too large
View File


BIN
Hello/www/fonts/icomoon/icomoon/fonts/icomoon.eot View File


+ 725
- 0
Hello/www/fonts/icomoon/icomoon/fonts/icomoon.svg
File diff suppressed because it is too large
View File


BIN
Hello/www/fonts/icomoon/icomoon/fonts/icomoon.ttf View File


BIN
Hello/www/fonts/icomoon/icomoon/fonts/icomoon.woff View File


+ 18459
- 0
Hello/www/fonts/icomoon/icomoon/selection.json
File diff suppressed because it is too large
View File


+ 2438
- 0
Hello/www/fonts/icomoon/icomoon/style.css
File diff suppressed because it is too large
View File


BIN
Hello/www/fonts/simple-line-icons/Simple-Line-Icons.eot View File


+ 211
- 0
Hello/www/fonts/simple-line-icons/Simple-Line-Icons.svg View File

@@ -0,0 +1,211 @@
1
+<?xml version="1.0" standalone="no"?>
2
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+<svg xmlns="http://www.w3.org/2000/svg">
4
+<metadata>
5
+<json>
6
+<![CDATA[
7
+{
8
+	"fontFamily": "simple-line-icons",
9
+	"majorVersion": 2,
10
+	"minorVersion": 0,
11
+	"license": "MIT",
12
+	"designer": "Jamal Jama, Ahmad Firoz",
13
+	"version": "Version 2.0",
14
+	"fontId": "simple-line-icons",
15
+	"psName": "simple-line-icons",
16
+	"subFamily": "Regular",
17
+	"fullName": "simple-line-icons",
18
+	"description": "Font generated by IcoMoon."
19
+}
20
+]]>
21
+</json>
22
+</metadata>
23
+<defs>
24
+<font id="simple-line-icons" horiz-adv-x="1024">
25
+<font-face units-per-em="1024" ascent="960" descent="-64" />
26
+<missing-glyph horiz-adv-x="1024" />
27
+<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
28
+<glyph unicode="&#xe000;" glyph-name="user-female" d="M960.032 157.312l-278.496 132.064c37.152 18.624 182.256 24.528 194.256 57.28 0 0-57.344 88.016-71.344 202.336-5.44 44.368-14.752 102.592-24 184.592-15.008 133.008-126.88 226.416-268.192 226.416-0.080 0-0.176 0-0.256 0-0.096 0-0.192 0-0.256 0-141.312 0-253.184-93.408-268.176-226.4-9.248-82-18.56-140.224-24-184.592-14-114.336-71.344-202.336-71.344-202.336 12-32.752 157.088-38.656 194.256-57.28l-278.512-132.080c0 0-63.968-22.464-63.968-75.472v-84.528c0-35.376 28.624-61.312 63.968-61.312h896.064c35.344 0 63.968 25.936 63.968 61.312v84.528c0 53.008-63.968 75.472-63.968 75.472zM64 0v81.84c0 3.408 12.096 11.6 21.936 15.344 2.128 0.752 3.44 1.344 5.44 2.32l278.496 132.064c22.128 10.464 36.32 32.688 36.592 57.152 0.256 24.464-13.44 46.976-35.312 57.936-21.68 10.88-50.336 16.256-95.248 24.032-10.656 1.872-25.216 4.496-39.344 7.312 18.32 41.104 38.56 98.592 46.528 163.632 1.968 16.192 4.496 34.416 7.312 54.592 4.848 34.336 10.848 77.872 16.752 130.224 11.168 98.864 95.28 169.552 204.592 169.552 0.064 0 0.16 0 0.256 0 0.080 0 0.176 0 0.256 0 109.312 0 193.44-70.688 204.592-169.568 5.904-52.336 11.904-95.888 16.752-130.224 2.816-20.176 5.344-38.4 7.312-54.592 7.968-65.024 28.224-122.512 46.528-163.632-14.128-2.816-28.688-5.44-39.344-7.312-44.912-7.776-73.568-13.152-95.248-24.032-21.872-10.976-35.568-33.472-35.312-57.936 0.288-24.464 14.464-46.688 36.592-57.152l278.496-132.064c2-0.976 3.312-1.568 5.44-2.32 9.84-3.744 20.496-11.936 21.936-15.344l0.032-81.824h-896.032z" />
29
+<glyph unicode="&#xe001;" glyph-name="people" d="M746 124.72l-201.472 111.6c74.88 58.912 95.216 174.688 95.216 239.6v135.12c0 89.472-118.88 189.12-238.288 189.12-119.376 0-241.408-99.664-241.408-189.12v-135.12c0-59.024 24.976-178.432 100.624-239.088l-206.672-112.112c0 0-54-24.064-54-54.064v-81.088c0-29.84 24.224-54.064 54-54.064h692c29.808 0 54.032 24.224 54.032 54.064v81.088c0 31.808-54.032 54.064-54.032 54.064zM736.032-0.496h-672.032v57.216c4.592 3.344 11.008 7.216 16.064 9.536 1.504 0.688 3.008 1.408 4.432 2.224l206.688 112.096c18.848 10.224 31.344 29.184 33.248 50.528s-7.008 42.256-23.712 55.664c-53.664 43.024-76.656 138.32-76.656 189.152v135.12c0 45.968 86.656 125.12 177.408 125.12 92.432 0 174.288-78.064 174.288-125.12v-135.12c0-50.128-15.568-145.84-70.784-189.28-16.912-13.312-26-34.224-24.224-55.664 1.808-21.44 14.256-40.528 33.12-50.848l201.472-111.6c1.776-0.976 4.032-2.032 5.904-2.848 4.72-2 10.528-5.344 14.784-8.288v-57.888zM969.968 284.064l-204.464 111.6c74.88 58.912 98.224 174.688 98.224 239.6v135.12c0 89.472-121.872 190.128-241.28 190.128-77.6 0-156.944-42.192-203.12-96.224 26.336-1.632 55.376-1.664 80.464-9.664 33.712 26.256 76.368 41.872 122.656 41.872 92.432 0 177.28-79.056 177.28-126.128v-135.12c0-50.128-18.56-145.84-73.776-189.28-16.912-13.312-26-34.224-24.224-55.664 1.808-21.44 14.256-40.528 33.12-50.848l204.464-111.6c1.776-0.976 4.032-2.032 5.904-2.848 4.72-2 10.528-5.344 14.784-8.288v-56.912h-129.184c19.504-14.72 25.408-35.776 32.976-64h106.192c29.808 0 54.032 24.224 54.032 54.064v80.096c-0.016 31.84-54.048 54.096-54.048 54.096z" />
30
+<glyph unicode="&#xe002;" glyph-name="user-follow" d="M64.064 65.312c0 25.44 19.088 33.408 26.72 36.944l281.040 132.624c20.144 9.248 34.048 28.32 36.752 50.32 2.72 22-6.16 43.84-23.456 57.712-66.48 53.376-97.456 170.688-97.456 233.184v159.904c0 66.864 116.4 159.856 224.128 159.856 108.672 0 223.92-91.536 223.92-159.856v-159.92c0-61.552-25.6-179.312-94.256-233.36-17.504-13.776-26.592-35.68-23.968-57.808 2.624-22.16 16.592-41.312 36.848-50.624l95.92-45.504 15.808 63.872-85.008 39.776c88.656 69.776 118.656 206.832 118.656 283.648v159.92c0 105.92-146.624 223.856-287.92 223.856-141.312 0-288.128-117.936-288.128-223.856v-159.92c0-69.872 31.888-211.248 121.392-283.088l-281.040-132.624c0 0-63.952-28.496-63.952-63.968v-96.032c0-35.344 28.64-63.968 63.952-63.968h703.92v64l-703.872-0.032v64.944zM991.936 128.128h-96v96c0 17.68-14.336 32-32 32s-32-14.32-32-32v-96h-96c-17.664 0-32-14.32-32-32 0-17.664 14.336-32 32-32h96v-96c0-17.664 14.336-32 32-32s32 14.336 32 32v96h96c17.664 0 32 14.336 32 32 0 17.68-14.32 32-32 32z" />
31
+<glyph unicode="&#xe003;" glyph-name="user-following" d="M63.504 0.24v64.944c0 25.44 19.104 33.424 26.72 36.944l281.040 132.624c20.144 9.248 34.048 28.32 36.752 50.32 2.72 22-6.16 43.84-23.456 57.712-66.48 53.376-97.456 170.704-97.456 233.184v159.92c0 66.864 116.4 159.856 224.128 159.856 108.672 0 223.936-91.536 223.936-159.856v-159.92c0-61.552-25.6-179.312-94.256-233.376-17.504-13.776-26.592-35.68-23.968-57.808 2.624-22.16 16.592-41.312 36.848-50.624l162.24-77.248 38.144 54.064-173.664 81.344c88.656 69.776 118.656 206.848 118.656 283.664v159.92c0 105.92-146.624 223.856-287.936 223.856s-288.128-117.936-288.128-223.856v-159.92c0-69.872 31.888-211.248 121.392-283.088l-281.040-132.656c0 0-63.952-28.496-63.952-63.968v-96.032c0-35.344 28.64-63.968 63.952-63.968h639.712l-52 63.984-587.664-0.016zM1012.208 236.496c-13.904 10.912-34.032 8.432-44.912-5.472l-136.848-208.704-85.056 85.072c-12.496 12.496-32.768 12.496-45.264 0s-12.496-32.752 0-45.248l113.136-113.136c12.496-12.496 32.752-12.496 45.248 0 3.040 3.024 5.312 6.544 6.88 10.288l152.304 232.304c10.88 13.904 8.432 34.016-5.488 44.896z" />
32
+<glyph unicode="&#xe004;" glyph-name="user-unfollow" d="M799.12 576.144v159.92c0 105.92-146.608 223.856-287.904 223.856-141.312 0-288.128-117.936-288.128-223.856v-159.92c0-69.872 31.888-211.232 121.392-283.072l-281.040-132.64c0 0-63.952-28.496-63.952-63.968v-96.032c0-35.344 28.64-63.968 63.952-63.968h607.936v64l-607.888-0.032v64.944c0 25.44 19.104 33.424 26.72 36.944l281.040 132.624c20.144 9.248 34.048 28.336 36.752 50.336 2.72 22-6.16 43.824-23.456 57.696-66.48 53.376-97.456 170.688-97.456 233.2v159.92c0 66.864 116.4 159.856 224.128 159.856 108.688 0 223.904-91.536 223.904-159.856v-159.92c0-61.552-25.6-179.328-94.224-233.36-17.536-13.76-26.624-35.664-23.968-57.792 2.592-22.16 16.56-41.312 36.848-50.624l18.112-8.352 28.064 51.792-19.488 14.72c88.656 69.728 118.656 206.768 118.656 283.584zM924.624 81.2l90.496 90.512c12.496 12.464 12.496 32.752 0 45.248-12.48 12.48-32.752 12.48-45.232 0l-90.512-90.528-90.496 90.528c-12.496 12.48-32.768 12.48-45.248 0-12.496-12.496-12.496-32.784 0-45.248l90.496-90.512-90.496-90.496c-12.496-12.48-12.496-32.768 0-45.264 12.48-12.464 32.752-12.464 45.248 0l90.496 90.512 90.512-90.512c12.48-12.464 32.752-12.464 45.232 0 12.496 12.496 12.496 32.784 0 45.264l-90.496 90.496z" />
33
+<glyph unicode="&#xe005;" glyph-name="user" d="M511.728 896c108.672 0 223.92-91.536 223.92-159.856v-159.92c0-61.552-25.6-179.312-94.256-233.376-17.504-13.776-26.592-35.68-23.968-57.808 2.624-22.16 16.592-41.312 36.848-50.624l278.496-132.064c2.176-0.992 26.688-5.104 26.688-39.344l0.032-62.464-895.488-0.048v64.944c0 25.44 19.088 33.424 26.72 36.944l281.024 132.624c20.16 9.248 34.064 28.32 36.768 50.32 2.72 22-6.16 43.84-23.456 57.712-66.48 53.376-97.456 170.704-97.456 233.184v159.92c0.016 66.848 116.416 159.856 224.128 159.856zM511.728 960c-141.312 0-288.128-117.936-288.128-223.856v-159.92c0-69.872 31.888-211.248 121.392-283.088l-281.040-132.64c0 0-63.952-28.496-63.952-63.968v-96.032c0-35.344 28.64-63.968 63.952-63.968h895.552c35.344 0 63.968 28.624 63.968 63.968v96.032c0 37.6-63.968 63.968-63.968 63.968l-278.496 132.064c88.656 69.776 118.656 206.848 118.656 283.664v159.92c0 105.92-146.64 223.856-287.936 223.856v0z" />
34
+<glyph unicode="&#xe006;" glyph-name="trophy" d="M735.808 32.128h-449.936c-17.68 0-32-14.32-32-32s14.32-32 32-32h449.936c17.68 0 32 14.32 32 32s-14.304 32-32 32zM1017.312 838.368c-3.024 14.88-16.16 25.568-31.344 25.568h-156.624v31.936c0 17.68-14.32 32-32 32h-575.536c-17.68 0-32-14.32-32-32v-31.936h-151.776c-15.184 0-28.32-10.688-31.344-25.568-0.944-4.624-22.4-116.752 39.904-193.152 35.84-43.92 90.608-66.928 162.496-68.976 40.992-121.152 144.064-210.864 268.192-224.24v-222.912h-95.776c-17.68 0-32-14.32-32-32s14.32-32 32-32h258.688c17.68 0 32 14.32 32 32s-14.32 32-32 32h-98.912v222.88c124.336 13.12 227.632 102.8 268.736 224.080 74.336 1.088 130.736 24.24 167.392 69.168 62.304 76.416 40.848 188.528 39.904 193.152zM96.4 685.44c-28.336 34.496-31.184 85.408-29.744 114.496h123.152v-108.032c0-17.296 1.6-34.16 3.936-50.768-43.68 4.080-76.448 18.832-97.344 44.304zM765.344 691.904c0-153.088-114.72-277.664-255.712-277.664-141.056 0-255.808 124.56-255.808 277.664v171.968h511.536v-171.968zM927.6 685.44c-21.68-26.432-56.032-41.488-102.272-44.864 2.384 16.784 4.016 33.84 4.016 51.328v108.032h128c1.44-29.12-1.408-80-29.744-114.496z" />
35
+<glyph unicode="&#xe007;" glyph-name="speedometer" d="M511.984 923.872c-281.968 0-511.344-229.408-511.344-511.376 0-177.152 89.68-339.184 239.904-433.408 14.944-9.472 34.688-4.88 44.096 10.096s4.88 34.72-10.096 44.096c-54.096 33.952-99.040 78.048-133.424 128.88l33.552 19.376c15.312 8.848 20.56 28.4 11.712 43.712-8.88 15.344-28.464 20.56-43.712 11.712l-33.6-19.392c-24.4 50.512-39.296 105.792-43.28 163.424h35.616c17.68 0 32 14.32 32 32s-14.32 32-32 32h-35.456c4.24 58.688 19.776 114.304 44.56 164.592l32.16-18.56c5.024-2.912 10.528-4.288 15.968-4.288 11.056 0 21.808 5.744 27.744 16 8.848 15.312 3.6 34.88-11.712 43.712l-31.84 18.368c32.112 46.832 72.864 87.296 119.984 119.024l18.016-31.2c5.936-10.288 16.688-16 27.744-16 5.44 0 10.944 1.376 15.968 4.288 15.312 8.848 20.56 28.4 11.712 43.712l-17.952 31.072c49.328 23.792 103.68 38.656 160.976 42.816v-39.872c0-17.68 14.32-32 32-32s32 14.32 32 32v40c58.592-4.080 114.128-19.392 164.384-43.952l-17.36-30.048c-8.848-15.312-3.6-34.88 11.712-43.712 5.024-2.912 10.528-4.288 15.968-4.288 11.056 0 21.808 5.712 27.744 16l17.28 29.936c46.688-31.776 87.072-72.144 118.88-118.816l-29.968-17.312c-15.312-8.848-20.56-28.4-11.712-43.712 5.936-10.288 16.688-16 27.744-16 5.44 0 10.944 1.376 15.968 4.288l30.128 17.392c24.592-50.272 39.952-105.824 44.048-164.432h-35.136c-17.68 0-32-14.32-32-32s14.32-32 32-32h35.12c-4.048-56.88-18.592-111.44-42.496-161.312l-31.68 18.288c-15.28 8.848-34.912 3.568-43.712-11.712-8.848-15.312-3.6-34.88 11.712-43.712l31.776-18.352c-35.104-52.24-81.44-97.392-137.36-131.824-15.056-9.28-19.712-29.008-10.464-44.032 6.064-9.808 16.528-15.216 27.28-15.216 5.712 0 11.536 1.536 16.752 4.752 152.464 93.904 243.472 256.784 243.472 435.632 0 281.952-229.408 511.36-511.376 511.36zM748.112 512.272c15.296 8.848 20.544 28.4 11.712 43.712-8.832 15.296-28.416 20.544-43.712 11.696l-173.824-100.352c-9.28 5.248-19.856 8.496-31.28 8.496-35.28 0-63.84-28.592-63.84-63.808 0-35.248 28.576-63.84 63.84-63.84 35.28 0 63.84 28.592 63.84 63.84 0 0.064-0.016 0.144-0.016 0.208l173.28 100.048z" />
36
+<glyph unicode="&#xe008;" glyph-name="social-youtube" d="M940.736 770.304c-27.744 19.968-105.056 46.496-429.008 46.496-347.152 0-398.656-30.464-415.184-40.432-87.968-52.848-96.32-286.816-97.088-334.256 1.056-62.656 11.184-271.12 97.024-322.688 16.496-9.936 67.712-40.224 415.248-40.224 324.16 0 401.376 26.4 429.008 46.288 74.976 53.936 83.6 239.68 83.808 317.44-0.192 62.528-6.752 271.872-83.808 327.376zM903.36 177.424c-11.152-8.032-75.184-34.224-391.632-34.224-305.936 0-370.128 23.744-382.256 31.056-30.88 18.528-63.472 116.88-66.032 268.032 2.528 150.816 35.568 260.912 66.096 279.216 12.16 7.344 76.592 31.28 382.192 31.28 316.192 0 380.4-26.368 391.632-34.432 27.408-19.744 56.752-123.68 57.184-275.632-0.432-154.336-29.968-245.712-57.184-265.296zM720.416 473.168l-287.936 176.688c-9.904 5.968-22.224 6.128-32.256 0.464-10.064-5.68-16.288-16.336-16.288-27.872v-353.44c0-11.536 6.224-22.192 16.288-27.872 4.88-2.752 10.32-4.128 15.712-4.128 5.712 0 11.472 1.536 16.528 4.592l287.936 176.752c9.6 5.808 15.472 16.192 15.472 27.408s-5.856 21.632-15.456 27.408zM447.952 325.696v240.096l194-120.032-194-120.064z" />
37
+<glyph unicode="&#xe009;" glyph-name="social-twitter" d="M684.4 801.312c52.88 0 100.624-21.632 134.256-56.368 41.84 8.096 81.28 22.848 116.72 43.28-13.712-41.632-42.88-76.56-80.816-98.656 37.12 4.368 72.656 13.904 105.632 28.16-24.72-35.744-55.84-67.216-91.776-92.368 0.336-7.632 0.528-15.344 0.528-23.024 0-235.728-185.008-507.616-523.312-507.616-103.84 0-200.56 29.632-281.904 80.224 14.368-1.68 29.008-2.528 43.84-2.528 86.16 0 165.504 28.496 228.464 76.4-80.528 1.376-148.496 53.008-171.808 123.84 11.216-2.096 22.752-3.216 34.624-3.216 16.72 0 33.008 2.16 48.4 6.256-84.128 16.336-147.536 88.448-147.536 174.928 0 0.784 0 1.536 0 2.288 24.816-13.376 53.152-21.408 83.344-22.336-49.376 32.032-81.84 86.56-81.84 148.464 0 32.72 9.088 63.376 24.912 89.632 90.688-107.872 226.208-178.912 379.088-186.384-3.152 13.024-4.784 26.784-4.784 40.624 0 98.544 82.352 178.4 183.968 178.4zM960.192 717.696h0.16zM684.4 865.312c-125.664 0-229.776-91.808-245.808-210.432-102.816 20.656-196.32 75.088-263.504 154.944-12.192 14.512-30.16 22.816-48.976 22.816-1.664 0-3.344-0.064-5.024-0.192-20.592-1.648-39.12-13.12-49.776-30.784-22.32-37.024-34.096-79.44-34.096-122.656 0-28.848 5.184-56.944 15.008-83.216-10.464-11.632-16.496-26.848-16.496-42.912v-2.288c0-62.688 24.784-120.864 65.936-164.464-2.368-10.976-1.84-22.464 1.776-33.472 14.192-43.184 40.032-80.4 73.536-108.752-22.496-5.008-45.712-7.536-69.408-7.536-12.528 0-24.72 0.688-36.256 2.096-2.56 0.32-5.088 0.432-7.632 0.432-26.88 0-51.28-16.944-60.336-42.784-9.936-28.32 1.088-59.712 26.56-75.568 94.528-58.816 203.712-89.872 315.712-89.872 364.032 0 583.008 284.976 587.264 563.344 29.792 24.656 56.128 53.184 78.448 85.152 8.128 10.688 12.96 24.032 12.96 38.496 0 21.776-10.896 41.024-27.488 52.592 7.184 24.624-1.008 51.28-21.008 67.568-11.68 9.504-26 14.336-40.4 14.336-11.008 0-22.032-2.816-31.968-8.56-21.152-12.192-43.776-21.84-67.6-28.784-43.104 32.432-96.544 50.496-151.424 50.496v0z" />
38
+<glyph unicode="&#xe00a;" glyph-name="social-tumblr" d="M528.016 896.256v-223.872h224.32v-95.968h-223.328l-0.32-278.528c0-51.776 2.688-85.008 8.16-99.744 8.528-23.248 39.568-53.008 97.184-53.008 44.688 0 104.976 13.44 150.16 47.248v-149.312c-37.68-17.968-72.72-25.216-103.248-32.464-30.56-7.216-63.664-10.848-99.152-10.848-39.536 0-153.664 1.088-200.496 120.4-8.432 21.472-12.656 52.656-12.656 93.472v362.624h-128.848l0.624 98.128c42.656 0 170.624 25.904 170.624 221.872h116.976zM528.016 960.256h-116.976c-35.344 0-64-28.656-64-64 0-146.496-81.632-157.872-106.624-157.872-35.216 0-63.84-28.464-64-63.68l-0.624-98.128c-0.096-17.024 6.624-33.376 18.624-45.472 12.032-12.064 28.336-18.848 45.376-18.848h64.848v-298.624c0-49.376 5.6-87.632 17.088-116.88 28.848-73.44 97.376-161.008 260.064-161.008 40.288 0 78.592 4.224 113.872 12.56l7.056 1.664c29.872 7.024 68.032 15.776 109.008 35.312 22.288 10.624 36.464 33.088 36.464 57.776v149.312c0 24.224-13.68 46.368-35.344 57.216-9.056 4.56-18.88 6.784-28.656 6.784-13.568 0-27.056-4.32-38.336-12.752-38.096-28.528-86.848-34.496-111.808-34.496-25.6 0-35.12 9.28-37.216 11.744-1.088 5.024-4.128 23.776-4.128 77.008l0.224 214.528h159.408c35.344 0 64 28.656 64 64v95.968c0 35.344-28.656 64-64 64h-160.32v159.888c0 35.344-28.656 64-64 64v0z" />
39
+<glyph unicode="&#xe00b;" glyph-name="social-facebook" d="M581.76 879.504c3.808 0 6-0.16 6-0.16h83.568l-0.432-96h-83.008c-45.68 0-44.624-39.008-44.624-39.008v-152.192h161.632l-22.56-95.872h-139.6v-479.776h-95.904l-0.064 479.776h-127.408l-0.256 95.872h127.712c0 0 0 117.376 0 149.184 0.016 130.080 108.048 138.176 134.944 138.176zM671.328 879.344h0.16zM581.76 943.504v0c-23.008 0-67.968-3.808-110.56-29.472-40.32-24.256-88.368-73.936-88.368-172.688v-85.184h-63.712c-17.008 0-33.312-6.784-45.344-18.816-12-12.064-18.72-28.368-18.656-45.408l0.256-95.872c0.128-35.248 28.752-63.776 64-63.776h63.408l0.064-415.776c0-35.344 28.656-64 64-64h95.904c35.344 0 64 28.656 64 64v415.776h75.6c28.4 0 53.408 18.72 61.408 45.968l22.56 95.872c5.68 19.344 1.904 40.256-10.192 56.368-12.064 16.16-31.056 25.664-51.216 25.664h-97.632v63.152l63.632 0.032c35.216 0 63.84 28.464 64 63.712l0.432 92.752c0.064 1.184 0.096 2.336 0.096 3.536 0 35.344-28.592 64-63.936 64h-81.936c-1.84 0.096-4.496 0.16-7.808 0.16v0z" />
40
+<glyph unicode="&#xe00c;" glyph-name="social-dropbox" d="M1023.424 735.248c-0.72 10.224-6.288 19.472-14.976 24.912l-285.184 177.968c-11.6 7.216-26.432 6.32-37.056-2.288l-174.224-140.944-174.192 140.944c-10.592 8.56-25.536 9.536-37.056 2.288l-285.184-177.968c-8.688-5.44-14.256-14.688-14.976-24.912-0.752-10.224 3.472-20.16 11.312-26.752l165.216-138.816-141.536-111.184c-8.096-6.32-12.624-16.176-12.224-26.416s5.68-19.664 14.224-25.36l130.976-87.312c-6.432-5.84-10.544-14.208-10.544-23.6v-128.336c0-11.12 5.776-21.44 15.248-27.28l321.968-182.432c5.12-3.152 10.944-4.72 16.752-4.72s11.632 1.6 16.784 4.752l318.224 182.432c9.472 5.84 15.216 16.16 15.216 27.248v150.528c0 2.064-0.24 4.080-0.608 6.032l124.048 82.688c8.528 5.68 13.808 15.088 14.224 25.328 0.4 10.256-4.096 20.080-12.16 26.416l-140.912 111.152 165.312 138.88c7.856 6.592 12.080 16.528 11.328 26.752zM736.672 569.344l-224.688-140.784-224.688 140.784 224.688 146.224 224.688-146.224zM86.8 729.152l228.464 142.592 142.368-115.184-227.344-147.968-143.488 120.56zM229.92 529.776l225.968-141.6-128.064-98.032-218 145.312 120.096 94.32zM222.016 283.776l89.344-59.568c11.344-7.568 26.32-7.056 37.184 1.216l129.408 99.040v-282.8l-255.936 143.68v98.432zM798.208 185.344l-256.256-145.68v287.776l132.656-101.968c5.712-4.4 12.624-6.624 19.504-6.624 6.192 0 12.368 1.776 17.744 5.376l86.336 57.568v-96.448zM913.456 435.52l-218.032-145.328-127.44 97.936 226 141.632 119.472-94.24zM793.664 608.592l-227.344 147.968 142.4 115.184 228.464-142.592-143.52-120.56z" />
41
+<glyph unicode="&#xe00d;" glyph-name="social-dribbble" d="M511.984 959.728c-69.856 0-136.464-14.112-197.184-39.568-2.112-0.672-4.176-1.552-6.144-2.672-181.264-78.816-308.384-259.552-308.384-469.504 0-282.16 229.568-511.712 511.712-511.712 282.192 0 511.744 229.568 511.744 511.712 0 282.192-229.552 511.744-511.744 511.744zM959.728 447.984c0-3.584-0.192-7.12-0.272-10.672-49.024 13.008-173.392 37.44-326.8 3.744-13.52 30.896-28.512 62.576-45.28 94.816-1.408 2.704-2.784 5.28-4.176 7.952 164.128 63.344 233.888 148.672 262.768 201.952 70.688-79.216 113.76-183.552 113.76-297.792zM797.536 792.56c-14.912-35.2-69.040-126-244.72-191.888-78.896 144.224-140.224 230.672-174.592 274.64 42.256 13.264 87.184 20.416 133.76 20.416 108.432 0 207.984-38.768 285.552-103.168zM316.048 850.48c27.216-33.28 90.384-117.056 175.104-270.448-200-60.288-362.448-53.040-418.832-47.792 26.816 140.144 119.072 257.312 243.728 318.24zM64.272 447.984c0 6.896 0.208 13.744 0.528 20.576 19.248-1.936 49.152-4.080 88.288-4.080 86.896 0 217.712 10.752 369.008 58.144 2.848-5.376 5.664-10.736 8.544-16.272 14.432-27.776 27.488-55.184 39.408-82.064-27.376-8.608-55.392-19.072-83.872-31.968-182.624-82.704-268.192-200.704-298.672-252.336-76.272 80.32-123.232 188.752-123.232 308zM236.096 95.76c16.24 30.752 90.608 154.080 276.448 238.256 27.968 12.672 55.52 22.784 82.384 30.912 60.736-154.32 81.808-281.568 88.176-330.592-52.752-21.904-110.528-34.064-171.12-34.064-104.016 0-199.792 35.76-275.888 95.488zM743.616 64.96c-9.232 61.6-32.144 177.392-85.968 315.664 148.448 29.552 265.952 0.56 295.616-8.080-22.224-130.208-100.736-241.488-209.648-307.584z" />
42
+<glyph unicode="&#xe00e;" glyph-name="shield" d="M907.952 815.52c-11.872 11.088-27.504 17.216-43.664 17.216-1.472 0-2.944-0.064-4.4-0.16-0.912-0.064-11.184-0.688-27.28-0.688-26.656 0-78.688 1.808-127.968 13.936-63.664 15.632-137.12 88.16-158.496 102.464-10.752 7.184-23.152 10.784-35.568 10.784-12.368 0-24.784-3.6-35.536-10.752-2.592-1.744-79.504-84.032-154.752-102.496-49.248-12.128-102.288-13.936-128.912-13.936-16.096 0-26.368 0.624-27.376 0.688-1.408 0.096-2.816 0.16-4.224 0.16-16.192 0-31.872-6.16-43.776-17.28-12.944-12.096-20.32-29.008-20.32-46.72v-160.032c0-591.632 387.12-667.808 403.568-670.784 3.744-0.656 7.536-1.008 11.312-1.008s7.6 0.336 11.312 1.008c16.432 2.976 406.4 79.152 406.4 670.784v160.032c0.032 17.744-7.344 34.688-20.32 46.784zM864.304 608.704c0-544.912-353.712-607.776-353.712-607.776s-350.88 62.88-350.88 607.776c0 139.68 0 160.032 0 160.032s12.096-0.848 31.68-0.848c33.568 0 90.032 2.464 144.16 15.776 88.624 21.744 175.024 111.408 175.024 111.408s90.256-89.664 178.784-111.408c54.192-13.312 109.68-15.776 143.248-15.776 19.568 0 31.68 0.848 31.68 0.848s0.016-20.352 0.016-160.032zM647.6 613.76c-12.496 12.496-32.768 12.496-45.248 0l-90.512-90.512-90.512 90.512c-12.496 12.496-32.768 12.496-45.264 0s-12.496-32.768 0-45.248l90.512-90.512-90.512-90.512c-12.496-12.48-12.496-32.752 0-45.248s32.768-12.496 45.264 0l90.512 90.512 90.512-90.512c12.48-12.496 32.752-12.496 45.248 0s12.496 32.768 0 45.248l-90.512 90.512 90.512 90.512c12.496 12.48 12.496 32.752 0 45.248z" />
43
+<glyph unicode="&#xe00f;" glyph-name="screen-tablet" d="M832.144 960h-640.288c-53.024 0-96-42.976-96-96v-832c0-53.024 42.976-96 96-96h640.288c53.024 0 96 42.976 96 96v832c0 53.024-42.976 96-96 96zM864.144 32c0-17.664-14.336-32-32-32h-640.288c-17.664 0-32 14.336-32 32v832c0 17.664 14.336 32 32 32h640.288c17.664 0 32-14.336 32-32v-832zM512.048 159.824c-35.28 0-63.84-28.592-63.84-63.824s28.56-63.84 63.84-63.84c35.264 0 63.84 28.608 63.84 63.84s-28.576 63.824-63.84 63.824zM576.048 864h-128c-17.664 0-32-14.336-32-32s14.336-32 32-32h128c17.664 0 32 14.336 32 32s-14.336 32-32 32z" />
44
+<glyph unicode="&#xe010;" glyph-name="screen-smartphone" d="M704.144 960h-384.288c-53.024 0-96-42.976-96-96v-832c0-53.024 42.976-96 96-96h384.288c53.024 0 96 42.976 96 96v832c0 53.024-42.976 96-96 96zM736.144 32c0-17.664-14.336-32-32-32h-384.288c-17.664 0-32 14.336-32 32v832c0 17.664 14.336 32 32 32h384.288c17.664 0 32-14.336 32-32v-832zM512.048 159.824c-35.28 0-63.84-28.592-63.84-63.824s28.576-63.84 63.84-63.84c35.28 0 63.84 28.608 63.84 63.84s-28.56 63.824-63.84 63.824zM576.048 864h-128c-17.664 0-32-14.336-32-32s14.336-32 32-32h128c17.664 0 32 14.336 32 32s-14.336 32-32 32z" />
45
+<glyph unicode="&#xe011;" glyph-name="screen-desktop" d="M960 864.192h-896c-35.184 0-64-28.8-64-64v-544.192c0-35.184 28.816-63.984 64-63.984h416v-96.208h-160c-17.664 0-32-14.336-32-32s14.336-32 32-32h384c17.664 0 32 14.336 32 32s-14.336 32-32 32h-160v96.208h416c35.184 0 64 28.8 64 63.984v544.192c0 35.2-28.816 64-64 64zM960 256h-896v544.192h896v-544.192z" />
46
+<glyph unicode="&#xe012;" glyph-name="plane" d="M934.32 894.096v0c10.432 0 17.776-1.936 21.6-3.408 4.592-12.224 10.752-56.032-34.528-101.344l-230.992-230.976 1.664-28.656c3.504-59.968 10-167.44 15.6-259.568 4.944-82 9.632-159.44 9.936-166.032 0.16-4.528 0.224-5.6-4-10.688-9.44-11.472-27.056-30.912-41.904-47.024-23.024 62.032-71.408 193.056-98.128 266.4l-34.336 94.368-71.024-71.024-130.608-125.584-18.192-18.16-0.56-25.68c-0.432-20.496-0.336-57.28-0.288-89.712 0.064-22.592 0.128-43.12-0.032-54.432-0.288-0.528 4.368-1.152 3.936-1.904-2.784 4.464-5.776 9.28-8.944 14.288-26.336 42-62.784 100.096-73.904 118.224l-8.128 13.28-13.344 8.064c-48.528 29.312-102.288 63.152-135.088 84.288 1.136 0.656 2.064-2.816 2.816-2.416h2.128c10.32 0 27.376-0.224 46.496-0.496 25.008-0.336 53.376-0.752 75.088-0.752 8.32 0 15.712 0.064 21.664 0.192l25.68 0.592 18.16 18.16 125.744 129.712 70.784 70.752-93.936 34.56c-70.592 25.968-205.808 76.464-269.056 100.224 16.224 14.944 35.776 32.688 47.184 42.128 3.184 2.624 5.664 3.968 7.376 3.968l2.256-0.064c7.056-0.336 94.688-6.064 179.408-11.6 89.936-5.872 191.44-12.496 249.152-16.16l28.848-1.808 231.024 231.040c32.448 32.4 64.32 37.248 80.448 37.248zM934.32 958.096c-37.808 0-84.224-14.528-125.68-56l-210.608-210.592c-118.624 7.504-422.432 27.6-429.968 27.808-1.344 0.064-3.008 0.128-4.88 0.128-10.256 0-27.968-1.968-48.128-18.624-23.664-19.568-73.008-65.968-73.008-65.968-11.904-11.936-17.936-26.72-16.496-40.624 0.88-8.4 5.44-23.712 26.064-31.776 12.528-4.912 211.904-79.504 303.968-113.376l-125.744-129.712c-5.568-0.128-12.464-0.192-20.256-0.192-38.336 0-97.776 1.248-121.6 1.248-3.152 0-5.68 0-7.472-0.064-7.248-0.224-22.256 3.344-61.84-29.744l-2.816-2.624c-11.872-11.872-14.656-23.712-14.912-31.536-0.256-8.064 1.904-19.68 13.568-29.024 7.008-5.664 96.848-63.184 170.528-107.68 17.664-28.816 98.944-158 103.184-165.008 6.192-10.464 16.32-16.432 28.432-16.816 0.336 0 0.656 0 1.008 0 11.776 0 23.872 5.84 35.712 17.344 33.504 39.184 28.88 55.408 29.024 62.224 0.528 21.376-0.368 111.936 0.4 147.84l130.592 125.6c33.376-91.68 106.336-289.008 111.216-301.568 8.128-20.624 23.44-25.152 31.84-26 1.376-0.16 2.784-0.224 4.16-0.224 12.624 0 25.712 5.936 36.432 16.656 0 0 46.256 49.088 65.904 72.976 19.68 23.872 18.912 44.256 18.528 53.872-0.16 6.656-18.688 308.816-25.568 426.816l210.656 210.656c74.656 74.688 62.784 164.688 35.056 192.368-12.24 12.304-37.024 21.616-67.296 21.616v0z" />
47
+<glyph unicode="&#xe013;" glyph-name="notebook" d="M849.152 960h-638c-46 0-66.032-34-66.032-66v-127.312h-34.928c-17.312 0-31.344-14.032-31.344-31.344s14.032-31.344 31.344-31.344h34.928v-128.752h-31.936c-17.312 0-31.344-14.032-31.344-31.344s14.032-31.344 31.344-31.344h31.936v-129.44h-32.624c-17.312 0-31.344-14.032-31.344-31.344s14.032-31.344 31.344-31.344h32.624v-128.464h-32.624c-17.312 0-31.344-14.032-31.344-31.344s14.032-31.344 31.344-31.344h32.624v-129.28c0-53.024 41.536-64 64.528-64h639.504c53.024 0 96 42.976 96 96v832c0 53.024-42.96 96-96 96zM209.12 0v129.28h33.344c17.312 0 31.344 14.032 31.344 31.344s-14.032 31.344-31.344 31.344h-33.344v128.464h33.344c17.312 0 31.344 14.032 31.344 31.344s-14.032 31.344-31.344 31.344h-33.344v129.44h34.032c17.312 0 31.344 14.032 31.344 31.344s-14.032 31.344-31.344 31.344h-34.032v128.752h31.024c17.312 0 31.344 14.032 31.344 31.344s-14.032 31.344-31.344 31.344h-31.024v127.312c0 0.752 0.064 1.376 0.16 1.936 0.496 0.032 1.12 0.064 1.872 0.064h510v-896h-512.032zM881.152 32c0-17.664-14.336-32-32-32h-64v896h64c17.664 0 32-14.336 32-32v-832z" />
48
+<glyph unicode="&#xe014;" glyph-name="mustache" d="M792.848 223.28c-101.344 0-158.864 47.632-196.944 79.152-13.472 11.152-25.728 21.904-36.88 31.664-16.912 14.848-38 33.344-45.344 35.904-0.224 0-3.712 0.16-3.936 0.192-1.168-0.096-4.144-0.688-4.448-0.72-5.072-2.064-23.088-17.568-37.568-30-13.136-11.28-28.112-24.16-45.040-37.376l-3.088-2.368c-43.472-33.936-97.584-76.16-193.152-76.16-70.992 0-140.928 32.128-182.576 83.872-27.92 34.688-57.296 95.024-38.672 185.472 2.256 10.944 10.016 19.904 20.432 23.632 10.48 3.776 22.016 1.712 30.608-5.376 0.624-0.464 22.576-17.344 59.056-17.344 18.368 0 37.504 4.336 56.832 12.944 33.136 14.752 56.736 56.128 81.712 84.064 34.176 38.16 72.848 81.408 136.688 81.904 44.048 0 83.792-16.288 119.248-48.496 35.312 32.064 74.768 48.256 117.68 48.256 65.104-0.496 104.592-43.776 139.44-82 25.44-27.872 49.472-69.216 82.608-83.968 19.328-8.592 38.672-12.944 57.488-12.944 37.872 0 61.504 17.312 62.448 18.064 8.768 6.496 20.32 8.192 30.48 4.224 10.144-4 17.68-12.88 19.712-23.664 17.088-89.44-12.96-149.408-41.184-183.968-42.768-52.4-113.904-84.96-185.6-84.96zM510.736 434.128c0.992 0 3.68-0.096 4.624-0.192 0.032 0 4.688-0.336 4.688-0.368 0.336-0.032 3.008-0.368 3.296-0.432 23.152-3.28 44.624-22.128 77.216-50.688 10.704-9.408 22.496-19.744 35.472-30.496 34.784-28.816 78.096-64.656 156.816-64.656 53.312 0 105.744 23.632 136.784 61.68 20.4 24.976 31.008 54.72 31.68 88.784-15.024-4.688-33.28-8.192-54.32-8.192-27.664 0-55.568 6.192-82.976 18.368-45.248 20.096-76.304 69.12-103.68 99.152-34.528 37.872-57.472 61.088-92.080 61.376-46.16 0-75.952-29.056-94.416-50.912-6.032-7.12-14.816-11.216-24.096-11.216v0c-9.28 0-18.080 4.128-24.080 11.248-18.528 21.936-48.416 51.12-93.84 51.12-35.088-0.256-57.408-23.28-90.992-60.848-27.056-30.224-57.696-79.472-103.232-99.68-27.392-12.192-55.104-18.368-82.304-18.368-20.4 0-38.064 3.408-52.624 8.032-0.032-34.72 10.112-64.912 30.336-90.032 29.936-37.152 81.040-60.256 133.44-60.256 74 0 114.896 31.936 154.464 62.816l3.088 2.416c16.048 12.528 30.24 24.752 42.688 35.44 28.512 24.496 47.328 40.688 67.648 44.288v0c0.016-0.016 9.696 1.616 16.4 1.616z" />
49
+<glyph unicode="&#xe015;" glyph-name="mouse" d="M513.584 960c-158.128 0-289.504-128.224-289.504-286.336v-451.312c0-158.128 131.376-286.352 289.504-286.352s286.352 128.224 286.352 286.336v451.328c0 158.112-128.224 286.336-286.352 286.336zM735.936 222.336c0-122.592-99.744-222.336-222.352-222.336s-225.504 99.744-225.504 222.336v451.328c0 122.592 102.912 222.336 225.504 222.336s222.352-99.744 222.352-222.336v-451.328zM512.336 768c-17.664 0-32-14.336-32-32v-160c0-17.664 14.336-32 32-32s32 14.336 32 32v160c0 17.664-14.336 32-32 32z" />
50
+<glyph unicode="&#xe016;" glyph-name="magnet" d="M960.288 899.824v29.008c0 17.68-14.32 32-32 32h-224.624c-17.68 0-32-14.32-32-32v-130.656c0-0.048 0.032-0.096 0.032-0.144v-397.52c0-96.32-54.336-174.656-150.656-174.656s-168.656 78.336-168.656 174.656v499.312h-0.096v29.008c0 17.68-14.32 32-32 32h-224.624c-17.68 0-32-14.32-32-32v-130.656c0-0.656 0.336-1.2 0.368-1.84v-410.496c0-248.912 198.784-450.656 447.664-450.656s448.656 201.744 448.656 450.656v513.984h-0.064zM896.288 896.832v-128.336h-160.256v128.336h160.256zM288.288 896.832v-128.336h-160.256v128.336h160.256zM511.68-0.832c-213.216 0-383.664 173.472-383.664 386.656v318.672h160.336v-303.984c0-131.808 100.848-238.656 232.656-238.656s214.672 106.848 214.672 238.656v303.984h160.656v-318.672c0-213.184-171.424-386.656-384.656-386.656z" />
51
+<glyph unicode="&#xe017;" glyph-name="magic-wand" d="M1020.512 530.624l-102.784 153.68 51.152 178.816c3.184 11.216 0.064 23.28-8.224 31.504-8.256 8.256-20.256 11.312-31.536 8.032l-178.512-52.128-154.288 103.904c-9.712 6.528-22.16 7.312-32.464 1.936-10.368-5.312-17.024-15.872-17.408-27.504l-5.536-185.936-146.496-114.592c-9.184-7.184-13.712-18.816-11.872-30.32s9.808-21.088 20.816-25.024l137.456-49.28c-0.928-0.736-1.904-1.392-2.768-2.256l-530.752-530.752c-12.496-12.496-12.496-32.752 0-45.248 6.256-6.256 14.432-9.376 22.624-9.376s16.368 3.12 22.624 9.376l530.752 530.752c2.064 2.064 3.664 4.4 5.040 6.816l53.792-147.552c4-10.944 13.632-18.848 25.152-20.656 1.632-0.256 3.28-0.368 4.912-0.368 9.808 0 19.184 4.528 25.312 12.432l113.776 147.168 183.904 6.56c11.664 0.4 22.16 7.12 27.44 17.536 5.264 10.384 4.448 22.848-2.112 32.48zM794.048 537.456c-9.504-0.32-18.368-4.88-24.192-12.4l-87.472-113.104-48.976 134.32c-3.248 8.944-10.32 15.936-19.28 19.152l-134.592 48.256 112.624 88.064c7.504 5.872 11.968 14.752 12.288 24.256l4.256 142.944 118.592-79.872c7.904-5.312 17.776-6.816 26.848-4.192l137.248 40.096-39.344-137.472c-2.592-9.152-1.008-18.976 4.336-26.848l80.56-118.128-142.896-5.072z" />
52
+<glyph unicode="&#xe018;" glyph-name="hourglass" d="M833.056 895.392h-64.464v-215.408c0-104.384-56.656-183.36-178.096-245.2 126.064-63.808 179.104-142.16 179.104-259.072 0-76.128-0.336-140-0.592-175.12h64.064c17.68 0 32-14.288 32-31.968s-14.32-32-32-32h-642.128c-17.68 0-32 14.32-32 32s14.32 31.968 32 31.968h65.936c-0.24 35.12-0.592 99.008-0.592 175.12 0 116.912 52.288 195.248 178.144 259.056-121.232 61.84-177.136 140.816-177.136 245.2v215.424h-66.352c-17.68 0-32 14.304-32 32 0 17.664 14.32 31.984 32 31.984h642.128c17.68 0 32-14.32 32-31.984-0.016-17.696-14.32-32-32.016-32zM320.272 175.712c0-76.288 0.352-140.224 0.592-175.12h384.176c0.224 34.912 0.592 98.848 0.592 175.12 0 89.008-33.12 158.032-193.184 224.4-160.016-66.368-192.176-135.392-192.176-224.4zM704.624 895.392h-383.36v-215.408c0-61.376 20.64-140.416 191.168-210.528 170.56 70.112 192.192 149.152 192.192 210.528v215.408z" />
53
+<glyph unicode="&#xe019;" glyph-name="graduation" d="M990.848 263.696v258.144l16.096 8.496c10.464 5.44 17.056 16.224 17.184 28.032 0.128 11.776-6.256 22.688-16.592 28.368l-481.44 257.6c-9.632 5.28-21.28 5.248-30.976-0.096l-478.8-257.92c-10.192-5.68-16.496-16.464-16.432-28.16s6.496-22.4 16.816-27.968l210.384-111.984c-2.64-4.656-4.272-9.968-4.272-15.696v-270.784c0-9.12 3.904-17.84 10.72-23.904 6.944-6.16 73.44-60.096 276.752-60.096 202.592 0 270.88 50.976 278 56.784 7.44 6.064 11.744 15.152 11.744 24.784v277.728c0 4.496-0.944 8.768-2.608 12.64l129.424 68.368v-224.512c-18.976-11.104-31.84-31.472-31.84-55.024 0-35.344 28.656-64 64-64s64 28.656 64 64c0 23.696-13.040 44.144-32.16 55.2zM736.032 147.632c-25.152-12.096-91.712-35.904-225.744-35.904-134.88 0-199.936 25.344-223.472 37.536v237.136l207.808-110.624c4.72-2.56 9.968-3.84 15.184-3.84 5.088 0 10.192 1.216 14.816 3.664l211.408 111.664v-239.632zM510.064 340.192l-411.6 218.56 412.32 220.976 413.6-220.336-414.32-219.2z" />
54
+<glyph unicode="&#xe01a;" glyph-name="ghost" d="M511.984 960.128c-229.216 0-415.68-199.904-415.68-445.6v-546.672c0-13.216 8.16-25.088 20.496-29.84 3.712-1.472 7.632-2.16 11.504-2.16 8.848 0 17.536 3.68 23.712 10.528l120.592 133.12 94.432-130.432c5.968-8.256 15.504-13.152 25.68-13.216h0.224c10.096 0 19.632 4.784 25.664 12.912l94.816 127.344 93.184-127.152c6.032-8.224 15.6-13.088 25.808-13.088 10.192 0 19.776 4.848 25.808 13.056l95.568 130.288 118-132.624c8.816-9.904 22.944-13.376 35.28-8.624 12.4 4.72 20.624 16.624 20.624 29.904v546.672c0 245.68-186.496 445.584-415.712 445.584zM863.696 51.968l-88.4 99.376c-6.432 7.216-15.808 11.312-25.408 10.688-9.664-0.464-18.592-5.248-24.32-13.024l-93.12-127.008-93.008 126.912c-6 8.192-15.536 13.056-25.68 13.088h-0.128c-10.128 0-19.632-4.784-25.664-12.912l-94.688-127.152-92 127.088c-5.664 7.808-14.528 12.656-24.16 13.152-0.592 0.032-1.152 0.064-1.744 0.064-9.008 0-17.632-3.808-23.712-10.528l-91.376-100.848v463.68c0 210.4 157.776 381.6 351.68 381.6 193.936 0 351.712-171.184 351.712-381.6v-462.576zM672 607.84c-35.28 0-63.84-28.592-63.84-63.808 0-35.248 28.56-63.84 63.84-63.84s63.84 28.592 63.84 63.84c0 35.216-28.56 63.808-63.84 63.808zM352 607.84c-35.28 0-63.84-28.592-63.84-63.808 0-35.248 28.576-63.84 63.84-63.84s63.84 28.592 63.84 63.84c0 35.216-28.56 63.808-63.84 63.808z" />
55
+<glyph unicode="&#xe01b;" glyph-name="game-controller" d="M743.216 884.448c-25.6 12.016-49.808 23.328-71.84 34.384-56.464 28.288-107.664 42.032-156.464 42.032-98.288 0-166.304-56.704-208.96-99.36l-206.848-207.072c-110.688-110.8-128.368-223.6-57.264-365.808 11.024-22.080 22.368-46.336 34.368-72.032 64.704-138.384 131.584-281.488 241.056-281.488 3.072 0 6.112 0.096 9.216 0.336 112.976 8.848 145.024 154.288 173.312 282.592 4.496 20.32 8.752 39.808 13.12 57.28 7.6 30.208 22.56 48.976 63.552 90.064l5.632 5.664 3.472 3.472 9.12 9.088c41.088 41.088 59.856 56.032 90.096 63.664 17.312 4.352 36.752 8.64 57.024 13.088 128.224 28.304 273.6 60.368 282.4 173.52 8.88 114.832-138.464 183.84-280.992 250.576zM958.464 639.664c-6.224-79.776-184.816-103.328-291.104-129.984-47.008-11.872-75.616-36.752-118.784-79.936-3.008-3.008-6.032-6.016-9.088-9.072-3.024-3.024-6.032-6.096-9.056-9.088-43.168-43.216-68-71.808-79.824-118.88-26.672-106.384-50.192-285.168-129.872-291.44-1.44-0.112-2.88-0.144-4.32-0.144-84.544 0-155.68 192.24-218.448 317.664-63.744 127.504-36.432 210.224 45.36 292.096 15.696 15.728 35.216 35.248 59.136 59.184 24.432 24.464 53.488 53.552 87.92 88 23.904 23.936 43.408 43.424 59.12 59.184 50.8 50.848 101.936 80.64 163.92 80.64 37.808 0 79.632-11.056 127.872-35.248 127.456-63.904 323.888-136.48 317.168-222.976zM478.784 608.72h64v64h-64v-64zM478.784 704.72h64v64h-64v-64zM574.784 704.72h64v64h-64v-64zM574.784 608.72h64v64h-64v-64zM329.888 416.56l24.336 24.336c12 12 12 31.472 0 43.456-12 12-31.44 12-43.44 0l-24.352-24.352-24.352 24.352c-12 12-31.44 12-43.44 0s-12-31.456 0-43.456l24.352-24.352-24.352-24.352c-12-11.984-12-31.44 0-43.44s31.456-12 43.44 0l24.352 24.336 25.056-25.056c12-12 31.44-12 43.44 0s12 31.472 0 43.472l-25.040 25.056z" />
56
+<glyph unicode="&#xe01c;" glyph-name="fire" d="M508.416-63.28c-241.248 0-412.368 167.28-412.368 397.776 0 122.368 73.376 254.192 76.496 259.712 6.368 11.344 18.88 17.504 31.936 16.064 12.912-1.664 23.536-10.976 26.88-23.568 0.192-0.752 19.968-74.752 46.064-115.84 17.536-27.648 35.312-47.184 55.312-60.752-13.536 58.656-23.904 146.912-7.024 237.472 46.336 248.576 241.984 308.048 250.368 310.448 10.784 3.088 22.224 0.32 30.432-7.152 8.192-7.504 11.936-18.752 9.808-29.664-0.32-1.744-32.624-175.776 35.936-324.064 6.224-13.472 14.912-29.12 24.256-44.784 2.656 21.504 6.784 44.368 13.12 66.56 25.152 87.968 90.192 118 92.944 119.216 10.848 4.944 23.504 3.312 32.88-4.032 9.344-7.376 13.84-19.28 11.68-31.008-0.336-2.16-9.408-62.032 41.536-146.944 46-76.672 59.28-126.368 59.28-221.68 0-230.48-176.432-397.76-419.536-397.76zM195.696 492.32c-17.568-44.304-35.664-103.248-35.664-157.808 0-193.408 144.192-333.776 348.368-333.776 206 0 355.536 140.368 355.536 333.776 0 83.536-10.32 122.32-50.16 188.752-26.624 44.368-39.776 84.256-46.064 116-6.336-10.256-12.224-22.784-16.528-37.872-19.504-68.192-14.592-147.936-14.528-148.752 0.944-14.272-7.744-27.472-21.248-32.256s-28.528-0.064-36.816 11.664c-2.4 3.408-59.312 83.968-84.4 138.24-52.096 112.592-51.216 234.336-45.904 304.464-52.72-30.72-133.664-99.344-159.664-238.912-25.312-135.808 23.872-271.6 24.4-272.944 4.256-11.088 2-23.664-5.808-32.592-7.84-8.88-19.904-12.816-31.536-10.032-3.968 0.976-94.032 24.4-152.336 116.288-10.416 16.464-19.76 36.384-27.648 55.76z" />
57
+<glyph unicode="&#xe01d;" glyph-name="eyeglass" d="M1025.376 308.208c-0.976 13.84-53.008 319.312-61.152 368.224-0.784 4.688-1.408 9.68-2.096 14.944-6.288 49.152-18.032 140.624-165.472 140.624-17.68 0-32-14.32-32-32s14.32-32 32-32c91.12 0 95.936-37.408 102-84.784 0.784-6.064 1.536-11.872 2.432-17.28 3.744-22.528 20.704-112.16 35.344-201.024-37.552 28.624-84.288 45.808-135.12 45.808-81.648 0-154.32-43.952-194.272-109.36-19.216 7.264-51.824 16.336-95.392 16.336-42.944 0-74.512-9.136-94.032-17.088-38.848 65.824-110.304 110.128-192.272 110.128-53.264 0-102.736-18.72-141.84-49.84 14.832 89.984 32.4 182.032 36.208 205.024 0.912 5.408 1.664 11.216 2.432 17.28 6.064 47.376 10.88 84.784 102 84.784 17.68 0 32 14.32 32 32s-14.32 32-32 32c-147.44 0-159.184-91.472-165.472-140.624-0.688-5.248-1.312-10.256-2.096-14.944-8.16-48.912-57.008-352.368-57.968-366.224-0.224-3.088 0.144-6.048 0.752-8.944-0.304-4.624-0.72-9.216-0.72-13.904 0-123.344 103.344-223.344 226.688-223.344s223.344 100 223.344 223.344c0 18.656-2.544 36.672-6.848 53.984 13.12 5.28 36.832 12.336 69.808 12.336 32.176 0 56.464-6.432 70.304-11.328-4.608-17.632-7.328-35.968-7.328-54.992 0-123.344 103.344-223.344 226.688-223.344s223.344 100 223.344 223.344c0 3.344-0.352 6.608-0.496 9.92 0.976 3.488 1.52 7.136 1.232 10.944zM225.344 128.016c-88.192 0-162.688 72.976-162.688 159.344s74.496 159.344 162.688 159.344c87.872 0 159.344-71.472 159.344-159.344s-71.472-159.344-159.344-159.344zM801.312 128.016c-88.192 0-162.688 72.976-162.688 159.344s74.496 159.344 162.688 159.344c76 0 139.632-53.488 155.456-124.784 0.656-6.528 1.2-12.672 1.616-18.288 0.192-2.688 0.912-5.216 1.84-7.664 0.16-2.88 0.432-5.712 0.432-8.624 0-87.856-71.472-159.328-159.344-159.328z" />
58
+<glyph unicode="&#xe01e;" glyph-name="envelope-open" d="M1023.312 486.704c-1.36 11.312-5.616 21.712-12.096 30.464h0.16l-0.88 0.88c-3.28 4.32-7.12 8.128-11.408 11.504l-417.28 403.408c-36.224 36.224-99.504 36.288-135.776 0l-417.216-400.256c-9.024-8.4-28.88-31.088-28.88-53.344v-479.52c0-35.184 28.816-64 64-64h896c35.184 0 64 28.816 64 64v478.256c0.224 2.88-0.064 5.76-0.624 8.608zM269.792 233.664l-205.856-189.568v371.184l205.856-181.616zM335.568 207.28c2.288 1.52 4.464 3.248 6.368 5.408 0.368 0.416 0.624 0.912 0.96 1.344l141.168 130c7.248 5.84 15.84 8.912 24.88 8.912 9.184 0 18.368-3.216 24.528-8l383.6-345.104h-806.736l225.232 207.44zM757.456 229.44l202.48 179.696v-361.84l-202.48 182.144zM103.776 517.168l387.504 370.544c6.064 6.032 14.096 9.376 22.624 9.376 8.56 0 16.592-3.344 22.656-9.376l361.376-344.352h-0.976l54.896-55.792-242.304-215.040-135.248 121.664c-37.68 29.536-91.776 30.816-131.68-1.376l-125.504-115.584-241.792 213.344 26.992 26.592h1.456z" />
59
+<glyph unicode="&#xe01f;" glyph-name="envolope-letter" d="M1023.312 486.72c-1.36 11.312-5.616 21.712-12.096 30.464h0.16l-0.88 0.88c-3.28 4.32-7.12 8.128-11.408 11.504l-167.152 168.384v103.264c0 17.68-14.32 32-32 32h-101.328l-116.8 99.712c-36.224 36.224-99.504 36.288-135.776 0l-116.4-99.712h-105.696c-17.68 0-32-14.32-32-32v-105.376l-163.12-163.12c-17.344-11.472-28.88-31.088-28.88-53.344v-479.504c0-35.184 28.816-64 64-64h896c35.184 0 64 28.816 64 64v478.24c0.224 2.88-0.064 5.76-0.624 8.608zM268.864 234.496l-204.928-190.080v370.896l204.928-180.816zM330.56 204.496c4.224 1.808 8.128 4.528 11.376 8.224 1.712 1.936 3.056 4.064 4.224 6.256l137.904 127.936c7.248 5.84 15.84 8.912 24.88 8.912 9.184 0 18.368-3.216 24.528-8l383.84-347.936h-807.312l220.56 204.608zM758.336 230.272l201.6 178.896v-361.632l-201.6 182.736zM897.936 543.376h-0.976l54.896-55.792-119.92-106.432v228.208l66-65.984zM491.28 887.68c6.064 6.032 14.096 9.376 22.624 9.376 8.56 0 16.592-3.344 22.656-9.376l64.624-54.464h-174.432l64.528 54.464zM767.936 769.216v-444.848l-57.312-50.88-136.32 123.568c-37.68 29.536-91.776 30.816-131.68-1.376l-126.624-117.44-60.064 53.008v437.968h512zM103.776 517.184l88.16 88.128v-217.616l-116.624 102.896 26.992 26.592h1.472z" />
60
+<glyph unicode="&#xe020;" glyph-name="energy" d="M595.344 895.28h0.176zM595.344 895.28l-72.208-379.376 261.584-0.88-356.064-514.304 72.208 417.376-261.568 0.912 356.048 476.272zM595.392 959.28c-1.728 0-3.456-0.064-5.152-0.192-11.296-0.912-18.784-4.688-27.664-10.656-4.928-3.28-9.44-7.28-13.392-11.936-1.168-1.376-2.272-2.816-3.296-4.288l-358.608-474.608c-14.16-19.408-16.24-45.024-5.36-66.432 10.864-21.408 32.832-34.976 56.912-35.152l184.736-1.344-58.080-342.192c-5.52-29.408 10.16-58.72 37.76-70.528 8.224-3.536 16.864-5.216 25.392-5.216 20.112 0 36.64 9.408 49.040 26.4l359.056 514.304c14.16 19.408 16.224 45.056 5.36 66.432-10.864 21.408-32.832 34.976-56.912 35.152l-184.736 0.32 57.456 300.88c1.2 4.848 1.824 9.872 1.824 15.056 0 34.624-27.568 62.848-62.064 63.968-0.768 0.032-1.52 0.032-2.272 0.032v0z" />
61
+<glyph unicode="&#xe021;" glyph-name="emotsmile" d="M781.264 352.848c-16.256 7.28-35.088-0.064-42.256-16.192-0.656-1.424-66.128-144.208-229.44-146.128-1.008 0-2-0.032-3.008-0.032-153.664 0-219.936 140.368-222.688 146.4-7.312 16-26.192 23.12-42.32 15.872-16.096-7.28-23.248-26.208-15.968-42.336 3.408-7.568 85.376-183.936 280.848-183.936 1.28 0 2.592 0.032 3.872 0.032 203.872 2.4 283.84 176.656 287.12 184.064 7.248 16.16-0.032 35.072-16.16 42.256zM512 960c-282.784 0-512-229.216-512-512s229.216-512 512-512 512 229.216 512 512-229.216 512-512 512zM512 0c-247.024 0-448 200.976-448 448s200.976 448 448 448 448-200.976 448-448-200.976-448-448-448zM351.504 480.176c35.264 0 63.84 28.592 63.84 63.824s-28.576 63.824-63.84 63.824c-35.28 0-63.84-28.592-63.84-63.824s28.56-63.824 63.84-63.824zM671.504 480.176c35.264 0 63.84 28.592 63.84 63.824s-28.576 63.824-63.84 63.824c-35.28 0-63.84-28.592-63.84-63.824s28.56-63.824 63.84-63.824z" />
62
+<glyph unicode="&#xe022;" glyph-name="disc" d="M512 960c-282.784 0-512-229.216-512-512s229.216-512 512-512 512 229.216 512 512-229.216 512-512 512zM960 448c0-66.32-14.592-129.264-40.56-185.936l-283.216 151.552c3.024 10.976 4.784 22.464 4.784 34.384 0 71.248-57.744 129.008-129.008 129.008-14.624 0-28.624-2.544-41.712-7.024l-169.616 272.912c62.992 33.84 134.944 53.104 211.328 53.104 247.024 0 448-200.976 448-448zM512 512.992c35.84 0 65.008-29.152 65.008-65.008s-29.168-64.992-65.008-64.992-64.992 29.168-64.992 65.008 29.152 64.992 64.992 64.992zM246.576 808.624l170.176-273.84c-0.752-0.832-1.536-1.648-2.288-2.512l-283.168 151.52c30.208 48.576 69.392 90.976 115.28 124.832zM64 448c0 63.68 13.44 124.256 37.504 179.168l284.368-152.16c-1.856-8.72-2.88-17.728-2.88-27.008 0-71.248 57.744-129.008 129.008-129.008 12.4 0 24.352 1.84 35.696 5.104l170.192-273.792c-61.68-32.048-131.664-50.304-205.888-50.304-247.024 0-448 200.976-448 448zM772.448 83.84l-169.504 272.688c0.496 0.496 0.96 1.024 1.456 1.536l284.288-152.144c-30.752-47.632-70.24-89.088-116.24-122.080z" />
63
+<glyph unicode="&#xe023;" glyph-name="cursor-move" d="M1016.4 463.36l-8.48 8.080c-0.16 0.16-0.336 0.224-0.528 0.368l-129.744 118.432c-9.344 8.944-24.448 8.944-33.824 0l-5.488-8.064c-9.344-8.944-6.304-23.408 3.040-32.336l76.464-69.344h-371.344v373.344l69.344-76.464c8.944-9.344 23.408-12.384 32.336-3.024l8.064 5.472c8.944 9.376 8.944 24.48 0 33.84l-113.168 123.968c-2.752 5.552-7.008 10.144-12.32 13.296l-1.424 1.488c-4.432 4.672-10.336 7.008-16.224 6.976-5.904 0.032-11.776-2.304-16.288-6.976l-8.096-8.464c-0.16-0.16-0.176-0.368-0.336-0.544l-115.504-127.744c-8.928-9.328-8.928-24.448 0-33.824l8.064-5.472c8.928-9.344 23.424-6.32 32.368 3.024l69.152 77.104v-375.984h-376.304l76.464 69.344c9.344 8.944 12.384 23.408 3.040 32.336l-5.472 8.064c-9.36 8.944-24.496 8.944-33.84 0l-123.984-113.184c-5.536-2.736-10.128-7.008-13.28-12.288l-1.488-1.424c-4.688-4.448-7.008-10.352-6.976-16.24-0.016-5.904 2.288-11.776 6.976-16.288l8.464-8.096c0.16-0.16 0.368-0.176 0.528-0.336l127.744-115.504c9.344-8.928 24.464-8.928 33.84 0l5.472 8.064c9.344 8.944 6.304 23.44-3.040 32.368l-77.12 69.152h379.008v-376.96l-69.152 77.104c-8.944 9.344-23.44 12.368-32.368 3.024l-8.064-5.472c-8.928-9.376-8.928-24.496 0-33.824l115.504-127.744c0.16-0.176 0.192-0.368 0.336-0.528l8.096-8.48c4.512-4.672 10.384-7.008 16.288-6.976 5.872-0.032 11.776 2.304 16.224 6.976l8.096 8.48c0.16 0.16 0.224 0.336 0.368 0.528l118.432 129.744c8.944 9.344 8.944 24.464 0 33.824l-8.064 5.488c-8.944 9.344-23.408 6.304-32.336-3.040l-69.344-76.464v374.336h373.968l-77.104-69.152c-9.344-8.944-12.368-23.44-3.024-32.368l5.472-8.064c9.376-8.928 24.496-8.928 33.824 0l127.744 115.504c0.176 0.176 0.368 0.192 0.528 0.336l8.48 8.096c4.672 4.496 7.008 10.368 6.976 16.288 0.032 5.856-2.304 11.776-6.976 16.224z" />
64
+<glyph unicode="&#xe024;" glyph-name="crop" d="M992 160h-128v593.904l119.456 119.296c12.48 12.496 12.48 32.768 0 45.264-12.496 12.496-32.768 12.496-45.264 0l-118.608-118.464h-595.584v128c0 17.68-14.32 32-32 32s-32-14.32-32-32v-128h-128c-17.68 0-32-14.32-32-32 0-17.664 14.32-32 32-32h128v-608c0-2.944 0.944-5.6 1.68-8.288 0.32-1.216 0.256-2.464 0.72-3.632 3.216-8.064 9.6-14.432 17.664-17.68 1.376-0.56 2.88-0.496 4.288-0.848 2.528-0.64 4.928-1.552 7.648-1.552h608v-128c0-17.68 14.32-32 32-32s32 14.32 32 32v128h128c17.68 0 32 14.32 32 32s-14.32 32-32 32zM755.488 736l-531.488-530.784v530.784h531.488zM269.28 160l530.72 529.984v-529.984h-530.72z" />
65
+<glyph unicode="&#xe025;" glyph-name="credit-card" d="M928.144 784h-832.288c-53.024 0-96-42.976-96-96v-480c0-53.024 42.976-96 96-96h832.288c53.024 0 96 42.976 96 96v480c0 53.024-42.976 96-96 96zM95.856 720h832.288c17.664 0 32-14.336 32-32v-64h-896.288v64c0 17.664 14.352 32 32 32zM928.144 176h-832.288c-17.664 0-32 14.336-32 32v288h896.288v-288c0-17.664-14.352-32-32-32z" />
66
+<glyph unicode="&#xe026;" glyph-name="chemistry" d="M810.416-10.72l-170.4 201.664v353.504h21.312c17.68 0 32 14.32 32 32s-14.32 32-32 32h-53.312c-17.68 0-32-14.32-32-32v-397.824c0-7.936 2.944-15.568 8.256-21.44l130.368-157.344h-405.28l130.368 157.344c5.312 5.872 8.256 13.504 8.256 21.44v397.824c0 17.68-14.32 32-32 32h-53.312c-17.68 0-32-14.32-32-32s14.32-32 32-32h21.312v-353.504l-170.4-201.664c-8.464-9.376-10.624-22.88-5.504-34.432 5.152-11.568 16.592-19.008 29.248-19.008h549.344c12.656 0 24.096 7.44 29.248 19.008 5.12 11.552 2.976 25.056-5.504 34.432zM480 640.32c35.264 0 63.84 28.592 63.84 63.84 0 35.216-28.576 63.808-63.84 63.808-35.28 0-63.84-28.592-63.84-63.808 0-35.248 28.56-63.84 63.84-63.84zM688.48 735.312c62.368 0 112.928 50.336 112.928 112.416s-50.544 112.416-112.928 112.416c-62.352 0-112.928-50.336-112.928-112.416s50.576-112.416 112.928-112.416zM687.984 896.336c26.656 0 48.336-21.584 48.336-48.128 0-26.528-21.68-48.128-48.336-48.128s-48.336 21.6-48.336 48.128c0.016 26.544 21.68 48.128 48.336 48.128z" />
67
+<glyph unicode="&#xe027;" glyph-name="bell" d="M905.616 248.112c-37.344 45.424-88.48 109.744-88.48 175.36v208.96c0 180.016-134.64 326.48-306.688 326.48-172.080 0-305.664-146.464-305.664-326.48v-208.96c0-64.512-55.488-125.488-90.672-172.8-31.648-42.512-56.624-76.096-39.76-109.664 14.832-29.536 51.968-33.328 82.656-33.328h183.36c0.048-94.208 76.448-170.576 170.672-170.576 94.24 0 170.64 76.368 170.688 170.576h187.664c19.52 0 65.152 0 80.864 33.2 15.856 33.616-9.52 64.512-44.64 107.232zM511.008 4.144c-57.216 0-103.632 46.352-103.712 103.536h207.424c-0.080-57.184-46.464-103.536-103.712-103.536zM869.392 175.808h-712.384c-4.896 0-8.992 0.16-12.368 0.368 6.592 10.208 16.272 23.248 24.144 33.856 38.992 52.4 104.144 126.368 104.144 213.424v208.96c0 142.464 103.040 258.352 237.52 258.352s238.56-115.888 238.56-258.352v-208.96c0-90.016 60.080-165.248 103.968-218.608 7.392-8.992 16.24-19.76 23.12-28.96-2.032-0.048-4.272-0.080-6.704-0.080z" />
68
+<glyph unicode="&#xe028;" glyph-name="badge" d="M1021.056 120.032l-187.264 346.304c19.104 43.36 29.792 91.28 29.792 141.696 0 194.304-157.52 351.808-351.808 351.808-194.336 0-351.84-157.52-351.84-351.808 0-51.632 11.216-100.624 31.184-144.784l-188.096-343.056c-6.064-11.024-5.056-24.624 2.528-34.688 7.6-10.032 20.432-14.752 32.688-11.872l160.624 36.848 54.976-153.12c4.288-11.904 15.152-20.16 27.744-21.088 0.816-0.064 1.6-0.096 2.368-0.096 11.712 0 22.592 6.432 28.192 16.88l163.696 304.976c11.808-1.2 23.792-1.808 35.92-1.808 11.12 0 22.096 0.576 32.944 1.6l167.248-305.008c5.664-10.32 16.432-16.624 28.064-16.624 0.816 0 1.664 0.032 2.496 0.096 12.56 1.008 23.376 9.248 27.632 21.088l54.976 153.12 160.624-36.848c12.32-2.976 25.024 1.808 32.624 11.808 7.632 9.984 8.656 23.52 2.688 34.576zM289.776 46.656l-40.256 112.16c-5.504 15.248-21.472 24.128-37.28 20.368l-118.8-27.248 135.408 246.976c44.592-60.24 107.952-105.68 181.44-127.792l-120.512-224.464zM224.224 608.032c0 158.544 129.008 287.536 287.568 287.536 158.544 0 287.536-128.992 287.536-287.536s-128.992-287.568-287.536-287.568c-158.576 0-287.568 129.024-287.568 287.568zM811.744 179.184c-15.872 3.744-31.776-5.12-37.28-20.368l-40.528-112.976-123.152 224.56c75.44 22.096 140.336 68.736 185.504 130.736l134.848-249.328-119.392 27.376z" />
69
+<glyph unicode="&#xe029;" glyph-name="anchor" d="M1021.024 228.592l-82.288 151.296c-0.128 0.208-0.096 0.4-0.224 0.592l-5.872 10.144c-3.28 5.616-8.432 9.232-14.192 10.592-5.696 1.408-11.984 0.544-17.408-2.976l-9.84-6.336c-0.192-0.112-0.304-0.288-0.496-0.416l-145.6-98.32c-10.88-7.008-14.416-21.68-7.936-32.912l6.544-7.2c6.48-11.184 21.264-11.648 32.16-4.64l87.040 59.184c-20.608-166-154.736-293.392-318.96-308.176v641.6h128.048c17.664 0 32 14.336 32 32s-14.336 32-32 32h-129.44c-0.24 0.832-0.448 1.664-0.768 2.464 57.104 13.28 99.696 64.368 99.696 125.536 0 71.248-57.744 129.008-129.008 129.008-71.248 0-128.992-57.744-128.992-129.008 0-60.816 42.112-111.664 98.736-125.28-0.336-0.88-0.576-1.808-0.848-2.72h-129.376c-17.664 0-32-14.336-32-32s14.336-32 32-32h127.984v-641.584c-164.176 14.784-298.16 142.128-318.816 308.112l86.944-59.12c10.88-7.008 25.664-6.544 32.144 4.64l6.56 7.2c6.48 11.216 2.944 25.904-7.952 32.912l-145.6 98.32c-0.192 0.144-0.304 0.32-0.48 0.416l-9.856 6.336c-5.408 3.52-11.696 4.368-17.408 2.976-5.744-1.36-10.912-4.992-14.192-10.592l-5.872-10.16c-0.112-0.192-0.096-0.384-0.208-0.592l-82.272-151.296c-6.496-11.168-2.944-25.872 7.952-32.896l9.12-3.424c10.88-6.992 24.256-0.64 30.752 10.544l47.904 88.976c29.376-204.72 205.104-357.824 413.28-357.824 208.064 0 383.92 153.088 413.36 357.712l47.84-88.864c6.496-11.184 19.888-17.536 30.768-10.544l9.12 3.424c10.896 7.024 14.448 21.728 7.952 32.896zM447.504 833.024c0 35.84 29.152 65.008 64.992 65.008s65.008-29.152 65.008-65.008-29.152-65.008-65.008-65.008c-35.824 0.016-64.992 29.168-64.992 65.008z" />
70
+<glyph unicode="&#xe02a;" glyph-name="wallet" d="M1023.648 669.52c0.464 23.664-5.904 78.848-77.84 98.064l-722.416 144.624c-52.944 0-96-43.056-96-96v-128.704l-32 0.080c-52.752-0.224-95.632-43.152-95.632-95.968v-511.808c0-52.944 43.056-96 96-96h832.464c52.944 0 96 43.056 96 96l-0.576 589.712zM191.392 816.208c0 16.72 12.88 30.464 29.216 31.872l706-142.88c0.256-0.128-5.248-17.936-30.88-17.6h-704.336v128.608zM960.24 79.792c0-17.664-14.336-32-32-32h-832.48c-17.664 0-32 14.336-32 32v511.824c0 17.664 14.336 32 32 32h800.064c31.408 0 64.4 10.704 64.4 31.888v-575.712zM191.824 399.504c-35.344 0-64-28.656-64-64s28.656-64 64-64 64 28.656 64 64-28.656 64-64 64z" />
71
+<glyph unicode="&#xe02b;" glyph-name="vector" d="M992 288h-32.272v1.616c0 161.92-86.528 303.808-215.664 382.384h160.816c11.088-19.040 31.504-32 55.12-32 35.344 0 64 28.656 64 64s-28.656 64-64 64c-23.632 0-44.032-12.96-55.12-32h-296.88v32c0 17.664-14.336 32-32 32h-128c-17.664 0-32-14.336-32-32v-32h-296.88c-11.088 19.040-31.488 32-55.12 32-35.344 0-64-28.656-64-64s28.656-64 64-64c23.632 0 44.032 12.96 55.12 32h160.8c-129.136-78.592-215.648-220.464-215.648-382.384v-1.616h-32.272c-17.664 0-32-14.336-32-32v-128c0-17.664 14.336-32 32-32h128c17.664 0 32 14.336 32 32v128c0 17.664-14.336 32-32 32h-31.728v1.616c0 178.448 122.464 328.672 287.728 371.392v-21.008c0-17.664 14.336-32 32-32h128c17.664 0 32 14.336 32 32v21.008c165.264-42.736 287.728-192.96 287.728-371.392v-1.616h-31.728c-17.664 0-32-14.336-32-32v-128c0-17.664 14.336-32 32-32h128c17.664 0 32 14.336 32 32v128c0 17.664-14.336 32-32 32zM128 160h-64v64h64v-64zM544 672h-64v64h64v-64zM960 160h-64v64h64v-64z" />
72
+<glyph unicode="&#xe02c;" glyph-name="speech" d="M960 896.4h-896c-35.344 0-64-28.656-64-64v-577.504c0-35.344 28.656-64 64-64h127.536v-159.312c0-12.912 7.744-24.528 19.632-29.504 4-1.68 8.224-2.496 12.368-2.496 8.256 0 16.336 3.184 22.432 9.184l185.024 182.128h529.008c35.344 0 64 28.656 64 64v577.504c0 35.344-28.656 64-64 64zM960 254.912h-555.216l-149.248-146.912v146.912h-191.536v577.488h896v-577.488zM224 510.992h576c17.664 0 32 14.336 32 32s-14.336 32-32 32h-576c-17.664 0-32-14.336-32-32s14.336-32 32-32zM224 638.992h576c17.664 0 32 14.336 32 32s-14.336 32-32 32h-576c-17.664 0-32-14.336-32-32s14.336-32 32-32zM224 382.992h384c17.664 0 32 14.336 32 32s-14.336 32-32 32h-384c-17.664 0-32-14.336-32-32s14.336-32 32-32z" />
73
+<glyph unicode="&#xe02d;" glyph-name="puzzle" d="M512-64.16c-20.288 0-39.376 7.872-53.744 22.192l-436.512 436.496c-29.536 29.68-29.536 77.952-0.064 107.568l159.904 159.872c9.872 9.872 25.024 12.224 37.44 5.744 12.368-6.464 19.12-20.224 16.688-33.968-1.632-9.152-2.368-16.496-2.368-23.12 0-70 56.976-128.144 127.008-128.144 70.096 0 121.28 58.144 121.28 128.144 0 70.096-51.184 127.088-121.28 127.088-6.56 0-13.872-0.752-23.024-2.368-13.872-2.56-27.504 4.32-33.968 16.688-6.464 12.4-4.128 27.568 5.744 37.44l149.088 149.12c28.88 28.752 78.816 28.688 107.568 0.064l109.152-109.216c22.784 70.816 89.28 122.224 167.536 122.224 97.024 0 175.968-78.976 175.968-176.032 0-78.256-51.376-144.752-122.224-167.504l106.032-105.968c29.6-29.68 29.6-77.952 0.032-107.6l-436.448-436.464c-14.432-14.384-33.52-22.256-53.808-22.256zM174.896 564.784l-107.904-107.872c-4.656-4.688-4.656-12.432 0.064-17.184l436.368-436.384c6.128-6.064 10.944-6.128 17.184 0.064l436.352 436.384c4.688 4.72 4.688 12.4-0.032 17.152l-153.904 153.808c-9.632 9.632-12.128 24.32-6.192 36.56s18.848 19.504 32.528 17.84l4.88-0.624c2.688-0.368 5.376-0.816 8.192-0.816 61.744 0 111.968 50.192 111.968 111.904 0 61.776-50.224 112.032-111.968 112.032-61.712 0-111.936-50.256-111.936-112.032 0-2.56 0.4-5.056 0.752-7.568l0.688-5.712c1.44-13.504-5.776-26.432-18.032-32.288-12.16-5.808-26.816-3.312-36.4 6.256l-156.944 157.024c-6.128 6.064-10.944 6.128-17.184-0.064l-97.12-97.12c83.28-20.624 139.376-95.968 139.376-185.536 0-105.312-79.92-192.128-185.296-192.128-89.536 0.016-164.848 63.088-185.44 146.304z" />
74
+<glyph unicode="&#xe02e;" glyph-name="printer" d="M952.736 705.072h-120.72v254.448h-640.032v-254.448h-120.72c-39.312 0-71.312-32-71.312-71.344v-433.888c0-39.344 32-71.344 71.312-71.344h120.72v-192.016h640.032v192.016h120.72c39.312 0 71.312 32 71.312 71.344v433.888c0 39.344-32 71.344-71.312 71.344zM255.984 896.512h512.032v-191.44h-512.032v191.44zM768.016 0.48h-512.032v352.4h512.032v-352.4zM960.048 199.84c0-4.080-3.28-7.344-7.312-7.344h-120.72v224.384h-640.032v-224.368h-120.72c-4.032 0-7.312 3.264-7.312 7.344v433.872c0 4.064 3.28 7.344 7.312 7.344h881.472c4.032 0 7.312-3.28 7.312-7.344v-433.888zM832 576.56h-32c-17.664 0-32-14.336-32-32s14.336-32 32-32h32c17.664 0 32 14.336 32 32s-14.336 32-32 32z" />
75
+<glyph unicode="&#xe02f;" glyph-name="present" d="M1024 639.504c0 35.344-28.656 64-64 64h-109.248c28.272 27.888 46.368 64.448 46.368 109.472 0 55.44-31.84 115.664-121.216 115.664-117.6 0-215.84-125.216-262-195.408-46.192 70.176-147.44 195.392-265.024 195.392-89.376 0-121.216-60.224-121.216-115.664 0-45.008 18.592-81.584 47.44-109.472h-111.104c-35.344 0-64-28.656-64-64v-191.568h64.56v-416.56c0-35.344 28.656-64 64-64h767.68c35.344 0 64 28.656 64 64v416.576h63.76v191.568zM775.904 864.624c39.568 0 57.216-16.624 57.216-51.664 0-71.088-79.344-109.44-153.968-109.44h-108.336c45.472 67.536 125.504 161.104 205.088 161.104zM248.88 864.624c79.6 0 162.656-93.568 208.128-161.088h-108.368c-74.624 0-156.976 39.344-156.976 110.432 0 35.024 17.648 50.656 57.216 50.656zM960 511.936h-416v127.568h416v-127.568zM64 639.504h416v-127.568h-416v127.568zM128.56 447.936h351.44v-416.56h-351.44v416.56zM896.256 31.376h-352.256v416.56h352.256v-416.56z" />
76
+<glyph unicode="&#xe030;" glyph-name="playlist" d="M33.76 896.24h448c17.664 0 32 14.336 32 32s-14.336 32-32 32h-448c-17.664 0-32-14.336-32-32s14.32-32 32-32zM33.76 704.24h448c17.664 0 32 14.336 32 32s-14.336 32-32 32h-448c-17.664 0-32-14.336-32-32s14.32-32 32-32zM513.76 544.24c0 17.664-14.336 32-32 32h-448c-17.664 0-32-14.336-32-32s14.336-32 32-32h448c17.664 0 32 14.336 32 32zM1012.88 635.456l-312.912 312.896c-9.904 9.92-24.656 11.84-36.592 6.016-12.544-4.336-21.616-16.112-21.616-30.128v-708.4c-33.92 25.136-78.432 40.528-127.376 40.528-106.064 0-192.096-71.776-192.096-160.288 0-88.528 86.032-160.336 192.096-160.336 106.128 0 192.096 71.808 192.096 160.336 0 4.016-0.368 7.936-0.72 11.872v744.096l261.84-261.856c12.496-12.496 32.768-12.496 45.264 0s12.496 32.768 0.016 45.264zM641.76 92.976c-2.304-44.496-54.192-92.816-128.128-92.816-75.648 0-128.352 50.56-128.352 95.872 0 45.344 52.704 95.84 128.352 95.84 73.936 0 125.824-48.256 128.128-92.784v-6.112z" />
77
+<glyph unicode="&#xe031;" glyph-name="pin" d="M1014.848 580.336l-368.16 370.016c-7.936 7.968-19.376 11.216-30.32 8.496-10.912-2.656-19.6-10.848-22.944-21.568-22.16-71.312-24.72-135.84-7.792-194.688-1.552-1.072-3.040-2.24-4.416-3.616l-171.104-171.072c-55.2 25.6-114.544 39.456-173.696 39.456-37.6 0-74.464-5.568-109.568-16.464-10.688-3.344-18.88-12-21.568-22.848-2.688-10.88 0.464-22.336 8.368-30.288l218.976-220.384-306.16-311.040-26.624-70.128 64.368 24.88 313.36 311.040 221.824-223.264c6.064-6.128 14.288-9.44 22.688-9.44 2.528 0 5.088 0.32 7.632 0.912 10.912 2.688 19.6 10.88 22.944 21.6 28.976 93.232 20.48 193.344-20.336 283.12l174.704 174.736c0.624 0.624 1.056 1.328 1.632 2 26.368-7.536 53.696-11.568 82.048-11.568 35.216 0 72.56 5.056 110.976 17.008 10.688 3.312 18.88 12 21.568 22.848 2.656 10.848-0.496 22.304-8.4 30.256zM603.152 135.856l-402.784 405.408c103.376 12.064 214.848-29.6 295.568-110.32 80.32-80.304 119.504-191.296 107.216-295.088zM600.224 403.456c-16.832 25.728-36.464 50.176-59.024 72.752-22.464 22.464-47.008 42.256-72.96 59.328l144.128 144.096c14.704-25.568 33.664-50 57.008-73.328 23.856-23.84 49.088-43.136 75.6-58.064l-144.752-144.784zM714.624 651.552c-61.536 61.536-85.248 130.128-72.688 212.88l286.912-288.4c-82.656-11.856-151.6 12.896-214.224 75.52z" />
78
+<glyph unicode="&#xe032;" glyph-name="picture" d="M960 880.096h-896c-35.184 0-64-28.816-64-64v-736.192c0-35.184 28.816-64 64-64h896c35.184 0 64 28.816 64 64v736.192c0 35.184-28.816 64-64 64zM960 79.904h-896v188.56l256.848 248.912 264.784-264.496c10.912-13.248 30.336-11.568 44.128-1.12l116.88 105.808 210.8-216.384c0.8-0.8 1.696-1.392 2.56-2.080v-59.2zM960 230.208l-188.032 192.416c-11.408 11.248-29.28 12.4-41.936 2.752l-120.56-105.024-264.944 262.080c-5.664 6.848-13.84 11.024-22.688 11.6-8.816 0.32-17.504-2.56-23.968-8.624l-233.872-227.6v458.288h896v-585.888zM736 559.872c35.28 0 63.84 28.608 63.84 63.84 0 35.216-28.56 63.824-63.84 63.824s-63.84-28.608-63.84-63.824c0-35.232 28.56-63.84 63.84-63.84z" />
79
+<glyph unicode="&#xe033;" glyph-name="map" d="M993.184 824.992l-320.96 133.072-319.44-126.432-321.968 126.368c-2.752 0.816-5.44 1.12-7.968 1.12-13.136 0.064-22.848-9.744-22.848-24.496v-830c0-17.568 13.872-35.872 30.816-40.56l322.336-127.184 319.008 129.504 321.024-126.128c2.752-0.752 5.44-1.12 7.968-1.12 13.12 0 22.848 9.744 22.848 24.496v820.736c0 17.568-13.872 35.888-30.816 40.624zM384 778.864l256 100.304v-761.504l-256-101.184v762.384zM64 873.312l256-94.576v-761.76l-256 104.272v752.064zM960 22l-256 96.384v759.824l256-110.384v-745.824z" />
80
+<glyph unicode="&#xe034;" glyph-name="layers" d="M21.84 658.192l475.088-258.72c4.784-2.592 10.032-3.904 15.312-3.904 5.216 0 10.432 1.28 15.184 3.84l480.096 258.72c10.464 5.632 16.976 16.624 16.816 28.528-0.16 11.936-6.912 22.752-17.504 28.16l-475.12 241.28c-9.056 4.592-19.744 4.624-28.88 0.064l-480.048-241.28c-10.624-5.344-17.44-16.16-17.632-28.064s6.256-22.944 16.688-28.624zM517.152 891.712l406.16-206.272-410.976-221.472-406.176 221.184 410.992 206.56zM1001.344 479.68l-94.976 48.224-68.56-36.976 80-40.624-410.96-221.456-406.192 221.184 85.312 42.88-68.368 37.248-100.32-50.4c-10.624-5.344-17.44-16.16-17.632-28.064s6.256-22.944 16.688-28.624l475.088-258.72c4.784-2.592 10.032-3.904 15.312-3.904 5.216 0 10.432 1.28 15.184 3.84l480.096 258.72c10.464 5.632 16.976 16.624 16.816 28.528-0.144 11.936-6.896 22.752-17.488 28.144zM1001.344 255.68l-89.968 44.224-68.56-36.976 75.008-36.624-410.976-221.456-406.192 221.184 79.312 35.872-68.368 37.248-94.32-43.408c-10.624-5.344-17.44-16.16-17.632-28.064s6.256-22.944 16.688-28.624l475.088-258.72c4.784-2.592 10.032-3.904 15.312-3.904 5.216 0 10.432 1.28 15.184 3.84l480.096 258.72c10.464 5.632 16.976 16.624 16.816 28.528-0.144 11.952-6.896 22.768-17.488 28.16z" />
81
+<glyph unicode="&#xe035;" glyph-name="handbag" d="M1022.736 17.36l-83.408 503.776c-7.44 65.312-66.976 118.432-132.72 118.432h-70.656v85.28c0 130.16-92.848 236.032-222.976 236.032-130.096 0-224.944-105.872-224.944-236.032v-85.28h-76.672c-65.744 0-125.28-53.12-132.528-117.056l-77.28-504.16c-2.976-26.56 2.224-47.504 15.408-62.288 12.432-13.904 30.528-20.976 53.744-20.976h873.568c32.912 0 51.776 13.216 61.84 24.32 9.216 10.208 19.648 28.144 16.624 57.952zM352.048 724.864c0 94.848 66.128 172.032 160.944 172.032s158.976-77.184 158.976-172.032v-85.28h-319.92v85.28zM947.168-0.448l-872.496-0.448c-5.504 0-11.008 2.944-9.712 10.688l77.248 504.096c3.84 33.44 35.504 61.68 69.152 61.68h76.688v-72.928c-19.072-11.072-32.048-31.488-32.048-55.136 0-35.344 28.656-64 64-64s64 28.656 64 64c0 23.616-12.928 44-31.952 55.088v72.992h319.904v-72.992c-19.008-11.088-31.952-31.488-31.952-55.088 0-35.344 28.656-64 64-64s64 28.656 64 64c0 23.648-12.976 44.064-32.048 55.152v72.928h70.656c33.664 0 65.312-28.256 69.408-63.44l83.344-503.28c0.4-4.096-2.816-9.312-12.192-9.312z" />
82
+<glyph unicode="&#xe036;" glyph-name="globe-alt" d="M929.504 545.584c0 168.784-88.976 321.872-237.968 409.568-15.248 9.008-34.88 3.872-43.808-11.376-8.944-15.216-3.872-34.848 11.376-43.808 129.248-76.032 206.4-208.528 206.4-354.368 0-242.368-175.936-418.288-418.32-418.288-54.192 0-106.784 10.16-156.32 30.16-16.368 6.656-35.056-1.28-41.664-17.664-6.624-16.4 1.28-35.056 17.664-41.664 57.216-23.12 117.872-34.848 180.32-34.848 0.192 0 0.384 0.016 0.576 0.016v-63.008h-92.928c-18.464 0-33.44-14.304-33.44-31.952s14.976-31.936 33.44-31.936h252.848c18.464 0 33.44 14.304 33.44 31.936 0 17.664-14.976 31.952-33.44 31.952h-96.384v66.8c245.808 28.56 418.208 220.912 418.208 478.48zM799.376 542.704c0 194.656-157.744 353.408-352.4 353.408-194.688 0-352.464-158.752-352.464-353.408s157.776-351.44 352.464-351.44c194.656 0 352.4 156.784 352.4 351.44zM158.496 542.704c0 159.024 129.408 289.408 288.464 289.408 159.024 0 288.4-130.368 288.4-289.408s-129.376-287.44-288.4-287.44c-159.056 0-288.464 128.4-288.464 287.44z" />
83
+<glyph unicode="&#xe037;" glyph-name="globe" d="M1025.024 448c0 272.016-213.664 495.104-482.32 511.024-5.536 0.608-11.088 1.008-16.72 1.008-1.664 0-3.328-0.176-4.992-0.224-2.992 0.048-5.968 0.224-8.992 0.224-282.88 0-513.024-229.696-513.024-512.032s230.144-512.032 513.024-512.032c3.024 0 6 0.176 9.008 0.24 1.664-0.064 3.328-0.24 4.992-0.24 5.632 0 11.184 0.4 16.72 1.008 268.64 15.92 482.304 238.976 482.304 511.024zM929.568 283.168c-17.632 5.12-61.92 16.24-140.064 25.392 6.464 44.192 10 90.896 10 139.44 0 38.256-2.208 75.344-6.288 111.008 99.008 11.824 142.384 26.72 145.296 27.744l-11.92 33.584c22.24-53.088 34.56-111.296 34.56-172.336 0-58.192-11.28-113.76-31.584-164.832zM285.488 448c0 35.808 2.368 70.768 6.704 104.4 51.888-4.080 113.936-7.088 186.864-7.792v-222.064c-70.992-0.688-131.664-3.568-182.688-7.472-7.040 42.192-10.88 86.88-10.88 132.928zM542.944 891.776c78.464-22.736 145.648-131.696 175.744-276.112-48.368-3.856-106.624-6.672-175.744-7.328v283.44zM479.056 890.992v-282.624c-68.368 0.688-126.88 3.472-176.064 7.232 30.704 142.608 98.432 250.752 176.064 275.392zM479.056 258.768v-253.744c-72.4 22.976-136.192 118.576-169.36 247.024 47.76 3.504 104.096 6.064 169.36 6.72zM542.944 4.224v254.56c65.952-0.624 122.064-3.28 169.216-6.928-32.608-130.128-96-226.416-169.216-247.632zM542.944 322.544v222.032c73.312 0.688 134.992 3.776 186.192 8 4.208-33.696 6.496-68.704 6.496-104.592 0-46.128-3.712-90.864-10.528-133.12-50.416 4.080-110.8 7.008-182.16 7.68zM914.8 646.064c-9.664-3.008-50.064-14.48-131.024-24.032-18.048 95.952-50.672 177.968-93.12 237.168 97.536-42.384 177.136-118.304 224.144-213.136zM358.816 869.408c-52.208-59.952-94.832-146.16-118.096-248.112-72.48 7.856-115.92 17.088-133.312 21.28 50.72 104.64 141.040 186.752 251.408 226.832zM83.632 582.816c12.32-3.344 58.912-14.944 145.552-24.528-4.96-35.44-7.68-72.304-7.68-110.304 0-48.272 4.368-94.72 12.24-138.688-74.4-8.032-120.16-17.648-140.688-22.608-19.44 50.096-30.208 104.448-30.208 161.312 0 46.96 7.312 92.256 20.784 134.816zM121.088 227.648c23.264 4.944 64.912 12.464 126.592 18.928 24.288-89.712 63.792-165.616 111.136-219.968-101.12 36.72-185.296 108.752-237.728 201.040zM690.656 36.816c38.224 53.264 68.48 125.024 87.296 208.8 63.408-7.28 103.216-15.792 123.296-20.864-48.016-83.072-121.856-149.392-210.592-187.936z" />
84
+<glyph unicode="&#xe038;" glyph-name="frame" d="M224 848h-192c-17.664 0-32-14.336-32-32v-192c0-17.664 14.336-32 32-32s32 14.336 32 32v160h160c17.664 0 32 14.336 32 32s-14.336 32-32 32zM992 304c-17.664 0-32-14.336-32-32v-160h-160c-17.664 0-32-14.336-32-32s14.336-32 32-32h192c17.664 0 32 14.336 32 32v192c0 17.664-14.336 32-32 32zM224 112h-160v160c0 17.664-14.336 32-32 32s-32-14.336-32-32v-192c0-17.664 14.336-32 32-32h192c17.664 0 32 14.336 32 32s-14.336 32-32 32zM992 848h-192c-17.664 0-32-14.336-32-32s14.336-32 32-32h160v-160c0-17.664 14.336-32 32-32s32 14.336 32 32v192c0 17.664-14.336 32-32 32z" />
85
+<glyph unicode="&#xe039;" glyph-name="folder-alt" d="M960.16 752h-480l-96 96h-320c-35.344 0-64-28.656-64-64v-160h-0.304v-64h0.304v-448c0-35.344 28.656-64 64-64h896c35.344 0 64 28.656 64 64v576c0 35.344-28.656 64-64 64zM64.144 784h290.752l78.624-77.248 20.112-18.752h506.528v-64h-896v160zM64.144 112v448h896v-448h-896z" />
86
+<glyph unicode="&#xe03a;" glyph-name="film" d="M800 687.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM800 495.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM800 303.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM800 111.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM160 687.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM160 495.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM160 303.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM160 111.712h64c17.664 0 32 14.336 32 32v32c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32zM960 944.096h-896c-35.184 0-64-28.816-64-64v-864.192c0-35.184 28.816-64 64-64h896c35.184 0 64 28.816 64 64v864.192c0 35.184-28.816 64-64 64zM960 15.904h-896v864.192h896v-864.192z" />
87
+<glyph unicode="&#xe03b;" glyph-name="feed" d="M101.872 629.744c-18.128 0-32.768-14.656-32.768-32.768 0-18.096 14.64-32.768 32.768-32.768 303.008 0 525.344-224.368 525.344-527.36 0-18.096 14.656-32.752 32.768-32.752s32.768 14.656 32.768 32.752c0 340.368-250.528 592.896-590.88 592.896zM102.16 957.376c-18.112 0-32.768-14.656-32.768-32.768s14.656-32.768 32.768-32.768c470.176 0 852.672-382.496 852.672-852.656 0-18.096 14.656-32.752 32.768-32.752s32.768 14.656 32.768 32.752c-0.016 506.288-411.92 918.192-918.208 918.192zM184.016 300.4c-99.472 0-180.368-81.12-180.368-180.88 0-99.712 80.912-180.912 180.368-180.912s180.4 81.184 180.4 180.912c0 99.76-80.928 180.88-180.4 180.88zM184.016 1.968c-64.608 0-117.168 52.752-117.168 117.568s52.56 117.536 117.168 117.536c64.624 0 117.216-52.72 117.216-117.536s-52.592-117.568-117.216-117.568z" />
88
+<glyph unicode="&#xe03c;" glyph-name="earphones-alt" d="M1023.84 387.456c0.096 21.056-3.216 100.496-5.744 123.216-29.12 260.752-240.752 450-503.184 450-273.344 0-494.816-210.624-509.84-489.904-0.32-6.096-2.56-49.344-2.72-75.088l-0.080-14.32c-1.312-5.92-2.112-12.032-2.112-18.336v-214.656c0-46.88 38.128-85.008 85.008-85.008h86.288c46.88 0 85.024 38.128 85.024 85.008v214.64c0 46.88-38.16 85.008-85.024 85.008h-86.304c-5.888 0-11.632-0.608-17.184-1.744 0.48 10.384 0.912 18.576 1.024 21.056 13.168 244.784 207.136 429.344 445.92 429.344 229.28 0 414.128-165.344 439.568-393.12 1.072-9.504 2.448-33.664 3.552-57.92-6.192 1.44-12.576 2.384-19.2 2.384h-85.28c-46.88 0-85.008-38.128-85.008-85.008v-213.664c0-32.368 18.4-60.256 45.088-74.592l-205.44-80.656v5.216c0 17.664-14.336 32-32 32h-96c-17.664 0-32-14.336-32-32v-32c0-17.664 14.336-32 32-32h96c0.272 0 0.512 0.080 0.784 0.080l57.36 0.224 329.552 129.376c4.32 1.792 7.984 4.464 10.992 7.664 28.848 13.616 48.992 42.736 48.992 76.688v213.664c0 5.216-0.64 10.288-1.552 15.232 0.88 2.944 1.504 6 1.52 9.216zM85.152 384.016h86.288c11.6 0 21.024-9.408 21.024-21.008v-214.656c0-11.6-9.44-21.008-21.024-21.008h-86.288c-11.6 0-21.008 9.408-21.008 21.008v214.656c0.016 11.6 9.424 21.008 21.008 21.008zM832.528 363.008c0 11.6 9.408 21.008 21.008 21.008h85.28c11.6 0 21.024-9.408 21.024-21.008v-213.664c0-11.6-9.44-21.008-21.024-21.008h-85.28c-11.6 0-21.008 9.408-21.008 21.008v213.664z" />
89
+<glyph unicode="&#xe03d;" glyph-name="earphones" d="M1023.84 355.44c0.096 21.056-3.216 100.496-5.744 123.216-29.12 260.752-240.752 450-503.184 450-273.344 0-494.816-210.624-509.84-489.904-0.32-6.096-2.56-49.344-2.72-75.088l-0.080-14.32c-1.312-5.92-2.112-12.032-2.112-18.336v-278.656c0-46.88 38.128-85.008 85.008-85.008h86.288c46.88 0 85.024 38.128 85.024 85.008v278.64c0 46.88-38.16 85.008-85.024 85.008h-86.32c-5.888 0-11.632-0.608-17.184-1.744 0.48 10.384 0.912 18.592 1.024 21.056 13.184 244.784 207.136 429.344 445.936 429.344 229.28 0 414.128-165.344 439.568-393.12 1.088-9.504 2.464-33.664 3.568-57.92-6.24 1.44-12.608 2.384-19.232 2.384h-85.28c-46.88 0-85.008-38.128-85.008-85.008v-277.664c0-46.896 38.128-85.008 85.008-85.008h85.28c46.88 0 85.024 38.128 85.024 85.008v277.664c0 5.216-0.64 10.288-1.568 15.216 0.928 2.944 1.536 6.016 1.568 9.232zM85.136 352h86.288c11.6 0 21.024-9.408 21.024-21.008v-278.656c0-11.616-9.44-21.008-21.024-21.008h-86.288c-11.6 0-21.008 9.408-21.008 21.008v278.656c0.032 11.6 9.44 21.008 21.008 21.008zM959.84 53.344c0-11.6-9.44-21.008-21.024-21.008h-85.28c-11.6 0-21.008 9.408-21.008 21.008v277.648c0 11.6 9.408 21.008 21.008 21.008h85.28c11.6 0 21.024-9.408 21.024-21.008v-277.648z" />
90
+<glyph unicode="&#xe03e;" glyph-name="drop" d="M510.4-62.704c-193.312 0-350.592 155.12-350.592 345.776 0 222.688 311.632 644.848 324.912 662.72 6 8.064 15.408 12.848 25.472 12.912 11.184 0.096 19.568-4.592 25.664-12.56 13.408-17.536 328.336-432.224 328.336-663.056 0-190.672-158.72-345.792-353.792-345.792zM510.752 872.304c-74.4-105.664-286.944-422.064-286.944-589.216 0-155.376 128.56-281.776 286.592-281.776 159.776 0 289.776 126.4 289.776 281.776 0.016 173.36-214.144 485.024-289.424 589.216z" />
91
+<glyph unicode="&#xe03f;" glyph-name="drawar" d="M1022.976 450.016l-117.504 407.088c-3.84 13.872-16.464 23.472-30.848 23.472h-735.344c-14.496 0-27.184-9.744-30.944-23.776l-107.392-386.352c-1.984-7.504-1.008-15.008 2-21.536-1.728-5.792-2.944-11.824-2.944-18.176v-351.312c0-35.344 28.656-64 64-64h896c35.344 0 64 28.656 64 64v351.312c0 1.712-0.368 3.328-0.496 5.008 0.832 4.592 0.816 9.44-0.528 14.272zM163.904 816.576h686.368l93.12-321.84h-298.336c-1.44-76.816-55.904-129.68-133.056-129.68s-130.624 52.88-132.064 129.68h-305.776l89.744 321.84zM960 79.424h-896v351.312h263.12c27.936-80.432 95.776-129.68 184.88-129.68s157.936 49.248 185.872 129.68h262.128v-351.312z" />
92
+<glyph unicode="&#xe040;" glyph-name="docs" d="M768 960h-352c-35.344 0-64-28.656-64-64h352v-256h256v-512h-224v-64h224c35.344 0 64 28.656 64 64v575.984l-256 256.016zM768 704v165.504l165.472-165.504h-165.472zM64 832c-35.344 0-64-28.656-64-64v-768c0-35.344 28.656-64 64-64h544c35.344 0 64 28.656 64 64v575.984l-256 256.016h-352zM608 0h-544v768h288v-256h256v-512zM416 576v165.504l165.472-165.504h-165.472z" />
93
+<glyph unicode="&#xe041;" glyph-name="directions" d="M1017.056 773.936l-99.696 111.344c-6.064 6.848-14.784 10.752-23.936 10.752h-350.256v33.968c0 16.56-14.336 30-32 30s-32-13.44-32-30v-33.968h-255.808c-17.68 0-32-14.32-32-32v-223.664c0-17.68 14.32-32 32-32h255.808v-64.096h-348.592c-9.152 0-17.872-3.904-23.936-10.752l-99.68-113.312c-10.752-12.128-10.752-30.368 0-42.496l99.68-112.288c6.112-6.848 14.784-9.744 23.936-9.744h348.592v-289.68c0-16.56 14.336-30 32-30s32 13.44 32 30v289.68h256.464c17.68 0 32 14.32 32 32v224.608c0 17.68-14.32 32-32 32h-256.464v64.096h350.256c9.152 0 17.872 3.904 23.936 10.752l99.696 112.32c10.736 12.112 10.736 30.352 0 42.48zM767.648 319.68h-622.688l-71.28 79.28 71.28 81.312h622.688v-160.592zM879.040 672.368h-623.68v159.664h623.68l71.28-79.344-71.28-80.32z" />
94
+<glyph unicode="&#xe042;" glyph-name="direction" d="M966.912 661.84l-179.12 192c-6.080 6.48-14.544 10.16-23.424 10.16h-267.12l-1.008 66c0 16.56-14.336 30-32 30s-30-13.44-30-30l-0.976-66h-352.768c-17.68 0-32-14.32-32-32v-384c0-17.68 14.32-32 32-32h352.336v-450c0-16.56 14.336-30 32-30s32 13.44 32 30v450h267.536c8.88 0 17.344 3.68 23.408 10.16l179.12 192c11.472 12.304 11.472 31.376 0.016 43.68zM750.464 480h-637.968v320h637.968l149.28-160-149.28-160z" />
95
+<glyph unicode="&#xe043;" glyph-name="diamond" d="M1018.72 664.528l-139.872 267.44c-8.16 15.6-29.264 28.352-46.848 28.352h-321.936c-0.352 0.016-0.704 0.112-1.056 0.128-0.288 0-0.56-0.112-0.848-0.128h-316.16c-17.6 0-38.752-12.72-47.024-28.256l-139.504-262.288c-8.288-15.536-6.624-39.936 3.632-54.256l480.016-669.152c5.152-7.184 12-10.816 18.832-10.816 6.784 0 13.584 3.536 18.768 10.592l487.904 664.256c10.384 14.192 12.256 38.544 4.096 54.128zM942.368 672.368h-171.456l68.656 196.608 102.8-196.608zM575.344 896.32h205.968l-63.888-182.928-142.080 182.928zM668.24 672.368h-297.648l140.672 202.096 156.976-202.096zM313.888 702.912l-64.176 193.408h198.816l-134.64-193.408zM680.752 608.368l-172.032-492.544-163.456 492.544h335.488zM436.928 128.912l-343.936 479.456h184.832l159.104-479.456zM748.544 608.368h185.168l-352.976-480.56 167.808 480.56zM188.48 877.584l68.096-205.216h-177.248l109.152 205.216z" />
96
+<glyph unicode="&#xe044;" glyph-name="cup" d="M832.56 544.208c-8.336 0-35.2 0.16-64.304 0.368l0.112 63.968c0 35.344-28.656 64-64 64l-640.496 0.16c-35.344 0-64-28.656-64-64v-480.944c0-106.032 85.968-192 192-192h384.656c106.032 0 191.008 85.968 191.008 192l0.064 32.848c29.024-0.224 58.608-0.4 64.976-0.4 105.776 0 191.568 85.040 191.568 191.072-0.016 106.048-85.808 192.928-191.584 192.928zM703.536 127.76c0-70.592-56.4-128-127.008-128h-384.656c-70.592 0-128 57.408-128 128l-0.096 480.944 640.592-0.192-0.832-480.752zM832.56 223.28c-6.352 0-35.888 0.192-64.864 0.4l0.448 256.816c29.12-0.208 56.048-0.368 64.4-0.368 73.12 0 128.624-54.544 128.624-127.84s-55.488-129.008-128.608-129.008zM575.872 736.24c17.664 0 32 14.336 32 32v160c0 17.664-14.336 32-32 32s-32-14.336-32-32v-160c0-17.68 14.336-32 32-32zM191.872 736.24c17.664 0 32 14.336 32 32v160c0 17.664-14.336 32-32 32s-32-14.336-32-32v-160c0-17.68 14.336-32 32-32zM383.872 736.24c17.664 0 32 14.336 32 32v160c0 17.664-14.336 32-32 32s-32-14.336-32-32v-160c0-17.68 14.336-32 32-32z" />
97
+<glyph unicode="&#xe045;" glyph-name="compass" d="M733.184 679.728l-313.152-134.64c-5.664-2.88-10.256-7.472-13.152-13.152l-143.456-289.216c-5.872-11.536-3.744-25.536 5.312-34.784 5.808-5.904 13.632-9.024 21.536-9.024 4.432 0 8.944 0.976 13.12 3.008l305.728 126.976c5.6 2.688 10.224 7.056 13.216 12.496l150.88 296.896c6.432 11.6 4.528 26.032-4.656 35.568-9.216 9.536-23.584 11.872-35.376 5.872zM357.856 295.184l87.008 177.68 87.872-109.984-174.88-67.696zM584.704 400.384l-88.8 111.152 176.784 69.76-87.984-180.912zM512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008z" />
98
+<glyph unicode="&#xe046;" glyph-name="call-out" d="M1000.352 188.384c-15.664 11.008-187.056 124.976-208.064 137.808-9.152 5.6-20.32 8.336-32.464 8.336-15.664 0-33.008-4.56-49.936-13.472-16.496-8.688-66.464-37.12-90.912-51.088-21.536 15.12-72.128 53.872-151.84 133.664-79.216 79.184-118.32 130.192-133.536 151.84 13.936 24.432 42.336 74.4 50.976 90.848 16.368 31.008 18.224 61.968 4.944 82.848-12.464 19.68-125.968 191.808-137.68 208-11.024 15.28-30.816 23.536-52.288 23.536-16.944 0-34.912-5.12-50.496-15.968-1.504-1.072-152.096-110.256-150.096-172.352 5.552-174.432 175.056-379.424 316.272-520.688s346.224-310.816 521.344-316.4h1.44c61.312 0 169.088 148.688 170.128 150.16 28.272 40.4 17.968 84.88-7.792 102.928zM956.144 122.736c-40.592-56.224-98.224-114.944-120.784-123.344-120.032 5.632-288.464 111.12-474.88 297.568-186.4 186.464-291.872 354.704-297.44 474.336 8.096 22.624 66.816 80.624 122.528 120.912 4.128 2.848 9.216 4.496 13.968 4.496 1.056 0 1.936-0.096 2.624-0.224 18-26.16 114.624-172.432 132.16-199.776 0.064-2.88-0.912-10.192-6.4-20.624-5.84-11.12-24.032-43.536-49.904-88.88l-20.128-35.28 23.344-33.248c17.408-24.72 58.816-78.464 140.624-160.288 82.16-82.192 135.712-123.472 160.336-140.784l33.248-23.344 35.28 20.16c34.192 19.536 75.504 42.944 88.944 50 10.784 5.68 18.16 6.128 20.16 6.128 0.32 0 0.592 0 0.816-0.032 24.496-15.376 173.936-114.592 200.32-132.688 0.432-2.56 0.032-8.128-4.816-15.088zM683.904 577.728l275.248 273.568-0.88-155.056c-0.288-12.944 9.968-24.192 22.912-23.888l16.416 0.016c12.96 0.32 23.648 8 23.92 20.928l0.656 231.008c0 0.224-0.864 0.384-0.864 0.608l1.264 11.712c0.128 6.496-1.376 12.288-5.6 16.432-4.128 4.176-9.936 6.72-16.384 6.544l-11.696-0.272c-0.224 0-0.4-0.096-0.656-0.128l-229.472 1.024c-12.928-0.288-23.616-10.976-23.92-23.92l-0.032-16.416c1.968-15.232 13.936-24.16 26.88-23.872l151.248-0.4-274.288-272.624c-12.496-12.496-12.496-32.768 0-45.264 12.496-12.48 32.752-12.48 45.248 0z" />
99
+<glyph unicode="&#xe047;" glyph-name="call-in" d="M1000.352 188.384c-15.664 11.008-187.056 124.976-208.064 137.808-9.152 5.6-20.32 8.336-32.464 8.336-15.664 0-33.008-4.56-49.936-13.472-16.496-8.688-66.464-37.12-90.912-51.088-21.536 15.12-72.128 53.872-151.84 133.664-79.216 79.184-118.32 130.192-133.536 151.84 13.936 24.432 42.336 74.4 50.976 90.848 16.368 31.008 18.224 61.968 4.944 82.848-12.464 19.68-125.968 191.808-137.68 208-11.024 15.28-30.816 23.536-52.288 23.536-16.944 0-34.912-5.12-50.496-15.968-1.504-1.072-152.096-110.256-150.096-172.352 5.552-174.432 175.056-379.424 316.272-520.688s346.224-310.816 521.344-316.4h1.44c61.312 0 169.088 148.688 170.128 150.16 28.272 40.4 17.968 84.88-7.792 102.928zM956.144 122.736c-40.592-56.224-98.224-114.944-120.784-123.344-120.032 5.632-288.464 111.12-474.88 297.568-186.4 186.464-291.872 354.704-297.44 474.336 8.096 22.624 66.816 80.624 122.528 120.912 4.128 2.848 9.216 4.496 13.968 4.496 1.056 0 1.936-0.096 2.624-0.224 18-26.16 114.624-172.432 132.16-199.776 0.064-2.88-0.912-10.192-6.4-20.624-5.84-11.12-24.032-43.536-49.904-88.88l-20.128-35.28 23.344-33.248c17.408-24.72 58.816-78.464 140.624-160.288 82.16-82.192 135.712-123.472 160.336-140.784l33.248-23.344 35.28 20.16c34.192 19.536 75.504 42.944 88.944 50 10.784 5.68 18.16 6.128 20.16 6.128 0.32 0 0.592 0 0.816-0.032 24.496-15.376 173.936-114.592 200.32-132.688 0.432-2.56 0.032-8.128-4.816-15.088zM643.84 583.488c4.128-4.176 9.936-6.72 16.384-6.544l11.712 0.272c0.224 0 0.384 0.096 0.64 0.112l229.504-1.008c12.912 0.304 23.616 10.992 23.92 23.936l0.016 16.416c-1.952 15.232-13.936 24.16-26.864 23.872l-151.504 0.4 261.952 261.6c12.496 12.496 12.496 32.768 0 45.264-12.496 12.48-32.752 12.48-45.248 0l-262.672-262.32 0.88 154.832c0.288 12.928-9.968 24.192-22.896 23.888l-16.416-0.016c-12.96-0.32-23.664-8.016-23.936-20.944l-0.656-231.008c0-0.224 0.88-0.384 0.88-0.608l-1.28-11.712c-0.128-6.496 1.392-12.272 5.584-16.432z" />
100
+<glyph unicode="&#xe048;" glyph-name="call-end" d="M961.696 760.448c0-1.056-0.096-1.936-0.224-2.624-26.16-18-172.432-114.624-199.776-132.16-2.88-0.064-10.192 0.912-20.624 6.4-11.12 5.84-43.536 24.032-88.88 49.904l-35.28 20.128-33.248-23.344c-24.72-17.408-78.464-58.816-160.288-140.624-82.176-82.16-123.456-135.712-140.768-160.336l-23.344-33.248 20.16-35.28c19.536-34.192 42.944-75.504 50-88.944 5.68-10.784 6.128-18.16 6.128-20.16 0-0.32 0-0.592-0.032-0.816-15.36-24.496-114.592-173.936-132.672-200.32-2.56-0.432-8.128-0.032-15.088 4.816-56.256 40.608-114.96 98.24-123.376 120.8 5.632 120.032 111.12 288.464 297.568 474.88 186.464 186.4 354.72 291.872 474.352 297.44 22.624-8.096 80.624-66.816 120.912-122.528 2.832-4.128 4.48-9.232 4.48-13.984zM1023.696 760.448c0 16.944-5.12 34.912-15.968 50.496-1.056 1.504-108.256 152.096-170.336 150.096-174.432-5.552-379.44-175.056-520.704-316.272-141.232-141.216-310.8-346.224-316.384-521.344v-1.44c0-61.312 148.672-169.088 150.144-170.128 40.4-28.288 84.88-17.968 102.944 7.776 11.008 15.664 124.976 187.056 137.808 208.064 5.6 9.152 8.336 20.32 8.336 32.464 0 15.664-4.576 33.008-13.472 49.936-8.688 16.496-37.12 66.464-51.088 90.912 15.12 21.536 53.872 72.128 133.664 151.84 79.184 79.216 130.192 118.32 151.84 133.536 24.432-13.936 74.4-42.336 90.848-50.976 31.008-16.368 61.968-18.224 82.848-4.944 19.68 12.464 189.808 125.968 206 137.68 15.28 11.056 23.52 30.848 23.52 52.304v0z" />
101
+<glyph unicode="&#xe049;" glyph-name="calculator" d="M960 960.096h-896c-35.184 0-64-28.816-64-64v-896.192c0-35.184 28.816-64 64-64h896c35.184 0 64 28.816 64 64v896.192c0 35.184-28.816 64-64 64zM960-0.096h-896v896.192h896v-896.192zM224 607.696h64v-64c0-17.664 14.336-32 32-32s32 14.336 32 32v64h64c17.664 0 32 14.336 32 32s-14.336 32-32 32h-64v64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-64h-64c-17.664 0-32-14.336-32-32s14.336-32 32-32zM433.136 368.848c-12.496 12.496-32.752 12.496-45.248 0l-67.888-67.872-67.888 67.872c-12.496 12.496-32.752 12.496-45.264 0-12.496-12.496-12.496-32.768 0-45.264l67.872-67.872-67.872-67.872c-12.496-12.496-12.496-32.768 0-45.264s32.752-12.496 45.264 0l67.888 67.856 67.888-67.872c12.496-12.496 32.752-12.496 45.248 0s12.496 32.768 0 45.264l-67.872 67.872 67.872 67.872c12.496 12.512 12.496 32.768 0 45.28zM608 607.696h192c17.664 0 32 14.336 32 32s-14.336 32-32 32h-192c-17.664 0-32-14.336-32-32s14.336-32 32-32zM608 287.696h192c17.664 0 32 14.336 32 32s-14.336 32-32 32h-192c-17.664 0-32-14.336-32-32s14.336-32 32-32zM608 159.696h192c17.664 0 32 14.336 32 32s-14.336 32-32 32h-192c-17.664 0-32-14.336-32-32s14.336-32 32-32z" />
102
+<glyph unicode="&#xe04a;" glyph-name="bubbles" d="M424.816 280.656c230.944 0 409.904 131.904 407.152 327.632 0 173.184-183.216 311.632-414.16 311.632-230.976 0-418.16-138.448-418.16-311.632 0-107.872 52.912-222.88 163.408-279.376 0-0.656-0.192-1.152-0.192-1.872 0-46.88-39.024-111.152-54.4-137.664h0.064c-1.216-2.88-1.952-6-1.952-9.344 0-13.12 10.576-23.664 23.696-23.664 1.936 0 5.088 0.4 6.224 0.4 0.32 0 0.432 0 0.4-0.096 81.664 13.344 202.256 105.248 220.128 127.024 18.336-2.72 30.72-3.152 46.080-3.152 6.528 0.016 13.472 0.112 21.712 0.112zM330.688 349.536l-40.976-34.032c-9.504-10.976-50.8-45.44-86.352-67.808 21.648 61.68 20.704 81.216 20.704 81.216l3.008 39.152-34.88 17.808c-88.672 45.344-128.528 139.744-128.528 222.4 0 137.664 158.864 247.632 354.16 247.632 195.28 0 350.16-109.968 350.16-247.632-0.608-152.608-145.872-264.624-341.152-264.624 0 0-29.808-1.152-60.4 3.376l-35.744 2.512zM1024.336 349.808c0 86.736-33.888 152.88-118.448 202.512-2.064-23.072-8.64-47.824-15.792-69.568 54.656-37.776 70.256-76.56 70.256-132.944 0-69.024-32.16-119.088-106.912-157.344l-31.84-15.808c0 0 3.312-82 8.224-102.752-62.448 45.776-83.904 84-83.904 84l-33.664-5.184c-13.312-1.936-49.312-1.968-49.312-1.968-86.944 0-151.376 20.72-206.336 63.744 14.928 0.912-89.184 0.88-91.504-1.152 63.568-77.632 167.472-126.592 297.84-126.592 7.088 0 13.088-0.064 18.72-0.064 13.28 0 24 0.368 39.84 2.688 15.488-18.784 102.224-101.504 172.816-113.008-0.032 0.064 0.064 0.064 0.368 0.064 0.944 0 3.68-0.336 5.344-0.336 11.344 0 20.496 9.12 20.496 20.464 0 2.88-0.656 5.6-1.68 8.064h0.064c-13.28 22.88-34.128 89.744-34.128 130.256 0 0.624-0.192 1.056-0.192 1.632 95.504 48.832 139.744 120.080 139.744 213.296z" />
103
+<glyph unicode="&#xe04b;" glyph-name="briefcase" d="M960.016 768.528h-255.6v62c0 52.944-43.056 96-96 96h-192.432c-52.944 0-96-43.056-96-96v-62h-255.968c-35.184 0-64-28.816-64-64v-224.256h-0.032v-64h0.032v-382.816c0-35.184 28.816-64 64-64h896c35.184 0 64 28.816 64 64v671.072c0 35.184-28.816 64-64 64zM383.984 830.528c0 17.664 14.336 32 32 32h192.432c17.664 0 32-14.336 32-32v-62h-256.432v62zM64.016 704.528h896v-224.256h-352.368v32.752c0 35.28-28.72 64-64 64h-63.744c-35.28 0-64-28.72-64-64v-32.752h-351.888v224.256zM543.696 351.872h-63.808v161.152h63.744l0.064-161.152zM64.016 33.472v382.816h351.872v-64.4c0-35.28 28.72-64 64-64h63.744c35.28 0 64 28.72 64 64v64.4h352.368v-382.816h-895.984z" />
104
+<glyph unicode="&#xe04c;" glyph-name="book-open" d="M952.080 958.448l-423.040-114.592c-10.752-2.88-34.096-2.848-44.816 0.16l-412.144 114.208c-36.784 10.128-72.416-16.4-72.416-54.272v-778.112c0-32.096 24.336-62.784 55.312-71.408l412.16-114.224c11.024-3.056 25.216-4.752 39.936-4.752 10.096 0 25.008 0.784 38.72 4.528l423.024 114.592c31.056 8.4 55.504 39.024 55.504 71.248v778.128c0.016 37.84-35.616 64.464-72.24 54.496zM480 3.056l-408.928 113.056c-3.088 0.848-7.408 6.496-7.408 9.712v768.032l403.472-111.536c3.904-1.088 8.288-1.936 12.864-2.656v-776.608zM960.336 125.824c0-3.152-5.184-8.656-8.256-9.504l-408.080-110.528v775.92c0.592 0.144 1.2 0.224 1.792 0.384l414.528 112.128v-768.4zM642 593.696c2.88 0 5.808 0.368 8.688 1.184l223.936 63.024c17.024 4.816 26.944 22.464 22.16 39.472s-22.56 26.88-39.472 22.16l-223.936-63.024c-17.024-4.816-26.944-22.464-22.16-39.472 3.968-14.128 16.816-23.344 30.784-23.344zM642 401.696c2.88 0 5.808 0.368 8.688 1.184l223.936 63.024c17.024 4.816 26.944 22.464 22.16 39.472s-22.56 26.88-39.472 22.16l-223.936-63.024c-17.024-4.816-26.944-22.464-22.16-39.456 3.968-14.128 16.816-23.36 30.784-23.36zM642 209.696c2.88 0 5.808 0.368 8.688 1.184l223.936 63.024c17.024 4.816 26.944 22.464 22.16 39.472s-22.56 26.88-39.472 22.16l-223.936-63.024c-17.024-4.816-26.944-22.464-22.16-39.472 3.968-14.112 16.816-23.344 30.784-23.344zM394.624 656.512l-223.936 63.024c-16.912 4.72-34.688-5.152-39.472-22.16s5.12-34.656 22.16-39.472l223.936-63.024c2.88-0.816 5.808-1.184 8.688-1.184 13.968 0 26.816 9.216 30.784 23.344 4.784 16.992-5.12 34.656-22.16 39.472zM394.624 464.512l-223.936 63.024c-16.912 4.72-34.688-5.152-39.472-22.16s5.12-34.656 22.16-39.472l223.936-63.024c2.88-0.816 5.808-1.184 8.688-1.184 13.968 0 26.816 9.216 30.784 23.344 4.784 16.992-5.12 34.656-22.16 39.472zM394.624 272.512l-223.936 63.024c-16.912 4.72-34.688-5.152-39.472-22.16s5.12-34.656 22.16-39.472l223.936-63.024c2.88-0.816 5.808-1.184 8.688-1.184 13.968 0 26.816 9.216 30.784 23.344 4.784 17.008-5.12 34.656-22.16 39.472z" />
105
+<glyph unicode="&#xe04d;" glyph-name="basket-loaded" d="M1015.664 676c-5.968 8.464-15.664 13.504-26 13.504h-99.744l-205.136 174.832c-24.976 24.976-65.52 25.008-90.496 0l-201.648-174.832h-82.096l-51.408 177.28c-20.16 69.808-68.064 77.344-87.712 77.344h-137.088c-17.568 0-31.776-14.224-31.776-31.776s14.224-31.776 31.776-31.776h137.056c4.336 0 17.568 0 26.592-31.184l176.848-649.936c3.84-13.712 16.336-23.184 30.592-23.184h431.968c13.408 0 25.376 8.4 29.904 21.024l152.256 449.68c3.504 9.744 2.048 20.592-3.888 29.024zM639.536 819.072l152.032-129.584h-304.112l152.080 129.584zM815.024 239.808h-385.488l-101.152 386.128h616.096l-129.456-386.128zM752 111.872c-44.192 0-80-35.808-80-80s35.808-80 80-80 80 35.808 80 80-35.808 80-80 80zM464 111.872c-44.192 0-80-35.808-80-80s35.808-80 80-80 80 35.808 80 80-35.808 80-80 80z" />
106
+<glyph unicode="&#xe04e;" glyph-name="basket" d="M1015.664 676c-5.968 8.464-15.664 13.504-26 13.504h-679.136l-51.408 177.28c-20.16 69.808-68.064 77.344-87.712 77.344h-137.072c-17.568 0-31.776-14.224-31.776-31.776s14.224-31.776 31.776-31.776h137.056c4.336 0 17.568 0 26.592-31.184l176.848-649.936c3.84-13.712 16.336-23.184 30.592-23.184h431.968c13.408 0 25.376 8.4 29.904 21.024l152.256 449.68c3.504 9.744 2.048 20.592-3.888 29.024zM815.024 239.808h-385.488l-101.152 386.128h616.096l-129.456-386.128zM752 111.872c-44.192 0-80-35.808-80-80s35.808-80 80-80 80 35.808 80 80-35.808 80-80 80zM464 111.872c-44.192 0-80-35.808-80-80s35.808-80 80-80 80 35.808 80 80-35.808 80-80 80z" />
107
+<glyph unicode="&#xe04f;" glyph-name="bag" d="M864 801.296h-191.184v61.376c0 52.944-43.056 96-96 96h-127.632c-52.944 0-96-43.056-96-96v-61.376h-193.184c-35.344 0-64-28.656-64-64v-735.968c0-35.344 28.656-64 64-64h704c35.344 0 64 28.656 64 64v735.968c0 35.344-28.656 64-64 64zM417.184 862.672c0 17.664 14.336 32 32 32h127.632c17.664 0 32-14.336 32-32v-61.376h-191.632v61.376zM864 1.328h-704v735.968h193.184v-65.84c0 0-0.848-31.968 31.808-31.968 36 0 32.192 31.968 32.192 31.968v65.84h191.632v-65.84c0 0-2.128-32.128 31.872-32.128 32 0 32.128 32.128 32.128 32.128v65.84h191.184v-735.968z" />
108
+<glyph unicode="&#xe050;" glyph-name="action-undo" d="M990.064 17.664c-0.336 0-0.72 0-1.088 0.032-16.192 0.528-26.4 13.088-27.776 29.216-1.088 11.872-33.968 299.088-482.256 298.784v-183.664c0-12.368-7.12-23.664-18.336-28.944-11.088-5.312-24.432-3.68-33.968 4.224l-414.976 343.776c-7.44 6.096-11.712 15.184-11.68 24.784s4.336 18.688 11.776 24.752l414.96 340.56c9.568 7.808 22.784 9.312 33.936 4.096 11.152-5.312 18.288-16.56 18.288-28.912v-179.632c185.968-5.904 330.992-65.712 424.336-174.976 151.936-177.776 118.032-436.16 116.432-446.912-2.368-15.664-13.872-27.184-29.648-27.184zM446.944 410.192c0.032 0 0.064 0 0.064 0 320.224-0.192 442.592-108.32 512.464-203.808-10.224 76.496-40.064 168.72-105.008 244.032-86.336 100.096-225.44 152.848-407.536 152.848-17.68 0-32 14.32-32 32v143.776l-332.432-273.36 332.432-275.904v148.4c0 8.496 3.376 16.656 9.408 22.656 6 5.984 14.128 9.36 22.608 9.36z" />
109
+<glyph unicode="&#xe051;" glyph-name="action-redo" d="M33.936 17.664c0.336 0 0.72 0 1.088 0.032 16.192 0.528 26.4 13.088 27.776 29.216 1.088 11.872 32.976 299.088 481.248 298.784l1.008-183.664c0-12.368 7.12-23.664 18.336-28.944 11.088-5.312 24.432-3.68 33.968 4.224l414.976 343.776c7.44 6.096 11.712 15.184 11.68 24.784s-4.336 18.688-11.776 24.752l-414.96 340.56c-9.568 7.808-22.784 9.312-33.936 4.096-11.152-5.312-18.288-16.56-18.288-28.912l-1.008-179.632c-185.952-5.888-329.968-65.712-423.328-174.96-151.936-177.776-118.032-436.16-116.432-446.912 2.368-15.68 13.872-27.2 29.648-27.2zM577.056 410.192c-0.032 0-0.064 0-0.064 0-320.208-0.192-442.592-108.32-512.464-203.824 10.224 76.496 40.064 168.72 105.008 244.032 86.336 100.096 225.44 152.848 407.536 152.848 17.68 0 32 14.32 32 32v143.776l332.432-273.344-332.448-275.904v148.4c0 8.496-3.376 16.656-9.408 22.656-5.984 5.984-14.112 9.36-22.592 9.36z" />
110
+<glyph unicode="&#xe052;" glyph-name="wrench" d="M1006.368 744.064c-10.784 4.976-23.584 3.088-32.56-4.848l-161.312-144.896-145.632 149.408 144.192 166.528c7.84 9.056 9.744 21.536 4.864 32.512s-15.664 17.696-27.52 17.696h-8.688c-89.12 0-242.976-7.664-311.664-77.344l-13.856-13.76c-73.28-74.768-86.288-197.376-47.68-290.576l-369.28-376.896c-49.792-50.48-49.792-132.32 0-182.816l45.072-45.696c24.896-25.232 57.536-37.856 90.176-37.856 32.624 0 65.264 12.624 90.144 37.856l374.72 377.728c35.44-19.152 84-31.664 124.784-31.664 65.376 0 127.344 26.368 174.528 74.256l13.664 13.84c74.608 75.648 73.456 237.296 73.792 308.416 0.032 12.096-6.928 23.088-17.744 28.112zM905.664 450.992l-11.872-13.872c-35.744-36.272-82.496-53.648-131.664-53.648-24.32 0-57.088 4.576-79.216 13.792-20 8.304-38.576 20.288-55.2 35.424l-410.176-413.616c-12.032-12.224-28.032-18.944-45.056-18.944s-33.040 6.72-45.088 18.944l-45.056 45.68c-24.864 25.216-24.864 66.224-0.016 91.44l400.784 408.864c-13.44 19.568-22.592 40.896-28.048 62.976h-0.016c-15.424 62.384-6.432 148.608 42.016 198.048l13.792 13.92c41.552 42.16 149.456 54.624 209.2 58.304l-117.36-135.536c-10.496-12.128-9.968-30.4 1.216-41.872l185.536-190.336c11.248-11.584 29.44-12.256 41.552-1.52l130.608 117.632c-3.888-63.36-16.192-155.376-55.936-195.68z" />
111
+<glyph unicode="&#xe053;" glyph-name="umbrella" d="M1024.32 450.416c0-17.664-14.288-31.984-31.968-31.984h-448.88v-324.192c0-87.152-70.912-158.080-158.096-158.080s-158.112 70.928-158.112 158.080c0 17.664 14.32 31.984 31.984 31.984s31.984-14.32 31.984-31.984c0-51.904 42.224-94.128 94.16-94.128 51.92 0 94.16 42.224 94.16 94.128v324.192h-447.888c-17.664 0-31.984 14.336-31.984 31.984 0 247.296 180.912 404.112 479.856 414.48v62.976c0 17.664 14.32 31.968 31.984 31.968 17.68 0 31.968-14.32 31.968-31.968v-62.976c299.008-10.352 480.832-167.184 480.832-414.48zM959.152 482.384c-15.776 200.528-178.896 319.12-447.648 319.12s-430.896-118.592-446.656-319.104h894.304z" />
112
+<glyph unicode="&#xe054;" glyph-name="trash" d="M896.8 800.976h-225.28v87.264c0 40.528-33.008 72.496-73.536 72.496h-171.984c-40.528 0-73.52-31.968-73.52-72.496v-87.264h-225.28c-17.664 0-32-14.336-32-32s14.336-32 32-32h44.016l74.24-739.92c3.104-34.624 32.608-61.776 67.136-61.776h398.8c34.528 0 64 27.152 67.088 61.472l74.304 740.24h44.016c17.68 0 32 14.336 32 32s-14.32 31.984-32 31.984zM416.48 888.24c0 5.232 4.272 9.504 9.52 9.504h171.984c5.248 0 9.536-4.272 9.536-9.504v-87.264h-191.040v87.264zM714.768 2.8c-0.16-1.776-2.256-3.536-3.376-3.536h-398.8c-1.12 0-3.232 1.744-3.424 3.84l-73.632 733.856h552.912l-73.68-734.16z" />
113
+<glyph unicode="&#xe055;" glyph-name="tag" d="M1023.984 543.728v338.368c0 42.944-34.944 77.904-77.872 77.904h-345.376c-21.68 0-54.496 0-75.92-21.44l-505.936-505.952c-12.16-12.16-18.88-28.304-18.88-45.488 0-17.216 6.688-33.376 18.848-45.536l386.8-386.72c12.112-12.176 28.272-18.864 45.456-18.864s33.36 6.688 45.488 18.848l505.952 505.968c21.696 21.648 21.568 52.816 21.44 82.912zM957.296 506.064l-506.416-505.936-386.752 387.216 505.392 505.504c5.088 3.152 23.408 3.152 30.992 3.152l14.4-0.048 331.2 0.048c7.664 0 13.872-6.24 13.872-13.904v-338.624c0.064-12.176 0.128-32.544-2.688-37.408zM768.016 832c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128zM768.016 640c-35.344 0-64 28.656-64 64s28.656 64 64 64 64-28.656 64-64-28.656-64-64-64z" />
114
+<glyph unicode="&#xe056;" glyph-name="support" d="M512 960c-282.768 0-512-229.232-512-512s229.232-512 512-512 512 229.232 512 512-229.232 512-512 512zM640 877.024c144.224-42.992 257.648-156.8 300.704-301.024h-207.568c-22.416 38.528-54.592 70.672-93.136 93.056v207.968zM703.632 447.792c0-105.936-85.792-191.808-191.632-191.808s-191.632 85.872-191.632 191.808 85.808 191.824 191.632 191.824 191.632-85.888 191.632-191.824zM448 891.072c20.912 2.992 42.256 4.624 64 4.624 21.728 0 43.088-1.632 64-4.624v-195.808c-20.48 5.296-41.856 8.4-64 8.4s-43.504-3.104-64-8.4v195.808zM384 877.024v-207.968c-38.56-22.384-70.72-54.544-93.136-93.056h-207.568c43.040 144.224 156.48 258.032 300.704 301.024zM64.304 447.84c0 21.824 1.856 43.168 4.88 64.16h195.392c-5.312-20.512-8.24-41.984-8.24-64.176 0-22.064 2.912-43.424 8.16-63.824h-195.36c-2.976 20.88-4.832 42.144-4.832 63.84zM384 18.672c-144.336 43.008-257.808 156.976-300.8 301.328h207.472c22.432-38.656 54.656-70.944 93.328-93.392v-207.936zM576 4.624c-20.912-2.992-42.272-4.624-64-4.624-21.744 0-43.088 1.648-64 4.624v195.776c20.496-5.296 41.856-8.4 64-8.4s43.52 3.104 64 8.4v-195.776zM640 18.672v207.936c38.656 22.448 70.896 54.736 93.312 93.392h207.472c-42.992-144.336-156.464-258.32-300.784-301.328zM759.504 384c5.248 20.4 8.16 41.76 8.16 63.824 0 22.192-2.928 43.664-8.256 64.176h195.408c3.008-20.992 4.88-42.336 4.88-64.16 0-21.696-1.84-42.976-4.832-63.84h-195.36z" />
115
+<glyph unicode="&#xe057;" glyph-name="size-fullscreen" d="M685.904 576.816l275.264 273.568-0.896-155.072c-0.288-12.928 9.968-24.176 22.912-23.888l16.416 0.016c12.944 0.304 23.648 8 23.92 20.928l0.672 231.008c0 0.224-0.88 0.4-0.88 0.624l1.264 11.712c0.128 6.496-1.392 12.288-5.584 16.432-4.144 4.176-9.952 6.72-16.4 6.544l-11.696-0.272c-0.224 0-0.4-0.080-0.64-0.112l-229.488 1.008c-12.928-0.288-23.632-10.976-23.92-23.92l-0.032-16.416c1.968-15.248 13.952-24.16 26.88-23.872l151.248-0.4-274.288-272.624c-12.496-12.496-12.496-32.752 0-45.264 12.496-12.48 32.752-12.48 45.248 0zM339.088 319.184l-275.264-272.72 0.88 154.224c0.304 12.944-9.968 24.192-22.896 23.904l-17.424-0.032c-12.96-0.32-23.648-8-23.92-20.944l-0.672-231.008c0-0.224 0.88-0.368 0.88-0.624l-1.264-11.68c-0.144-6.496 1.376-12.32 5.584-16.432 4.128-4.192 9.952-6.72 16.384-6.56l11.712 0.288c0.224 0 0.384 0.096 0.64 0.096l230.496-1.008c12.928 0.32 23.616 11.008 23.92 23.936l0.032 16.432c-1.968 15.216-13.952 24.16-26.88 23.872l-151.248 0.4 274.272 272.592c12.496 12.496 12.496 32.752 0 45.248s-32.736 12.512-45.232 0.016zM1024.208-27.376l-0.672 231.008c-0.288 12.944-10.992 20.624-23.92 20.944l-16.416 0.032c-12.944 0.288-23.184-10.976-22.912-23.904l0.896-155.072-275.28 273.552c-12.496 12.496-32.752 12.496-45.248 0s-12.496-32.752 0-45.248l274.272-272.592-151.232-0.4c-12.928 0.288-24.912-8.656-26.88-23.872l0.032-16.432c0.304-12.944 11.008-23.632 23.92-23.936l229.504 1.008c0.24 0 0.416-0.096 0.64-0.096l11.696-0.288c6.448-0.16 12.272 2.368 16.4 6.56 4.192 4.128 5.696 9.936 5.584 16.432l-1.264 11.68c0 0.256 0.88 0.4 0.88 0.624zM110.048 894.672l151.264 0.4c12.928-0.288 24.912 8.64 26.88 23.872l-0.032 16.432c-0.32 12.944-11.008 23.648-23.92 23.92l-230.512-0.992c-0.256 0.032-0.416 0.112-0.64 0.112l-11.712 0.272c-6.432 0.176-12.272-2.368-16.384-6.544-4.208-4.144-5.728-9.936-5.584-16.432l1.264-11.712c0-0.224-0.88-0.384-0.88-0.624l0.672-231.008c0.288-12.928 10.976-20.624 23.92-20.928l17.424-0.016c12.928-0.288 23.184 10.96 22.896 23.888l-0.88 154.224 275.264-272.72c12.48-12.496 32.752-12.496 45.248 0s12.496 32.768 0 45.264l-274.288 272.592z" />
116
+<glyph unicode="&#xe058;" glyph-name="size-actual" d="M383.2 613.2l-0.672 231.008c-0.288 12.928-10.992 20.624-23.92 20.928l-16.416 0.016c-12.944 0.288-23.184-10.976-22.912-23.888l0.896-155.248-266.272 263.728c-12.496 12.496-32.752 12.496-45.248 0s-12.496-32.752 0-45.248l265.12-262.608-151.088-0.4c-12.928 0.288-24.912-8.64-26.88-23.872l0.032-16.416c0.32-12.944 11.008-23.648 23.92-23.936l229.504 1.008c0.256-0.016 0.416-0.112 0.64-0.112l11.696-0.272c6.448-0.176 12.272 2.352 16.4 6.544 4.208 4.144 5.712 9.952 5.584 16.432l-1.264 11.712c0.016 0.224 0.88 0.4 0.88 0.624zM645.984 584.432c4.128-4.176 9.952-6.72 16.4-6.544l11.696 0.272c0.224 0 0.384 0.080 0.64 0.112l229.504-1.008c12.928 0.288 23.616 10.992 23.92 23.936l0.032 16.416c-1.968 15.248-13.952 24.16-26.88 23.872l-151.088 0.4 265.12 262.608c12.496 12.496 12.496 32.752 0 45.248s-32.752 12.496-45.248 0l-266.256-263.712 0.88 155.232c0.304 12.928-9.952 24.176-22.896 23.888l-16.416-0.016c-12.96-0.304-23.648-8-23.92-20.928l-0.672-231.008c0-0.224 0.88-0.384 0.88-0.624l-1.264-11.712c-0.144-6.496 1.36-12.288 5.568-16.432zM378.016 312.576c-4.144 4.176-9.952 6.704-16.4 6.544l-11.696-0.288c-0.224 0-0.384-0.096-0.64-0.112l-229.52 1.008c-12.928-0.304-23.616-10.992-23.92-23.92l-0.032-16.432c1.968-15.216 13.952-24.16 26.88-23.856l151.248-0.4-265.28-263.616c-12.496-12.496-12.496-32.752 0-45.248s32.752-12.496 45.248 0l266.272 264.576-0.896-156.080c-0.288-12.944 9.968-24.192 22.912-23.904l16.416 0.032c12.944 0.32 23.648 8 23.92 20.928l0.672 231.008c0 0.224-0.88 0.368-0.88 0.608l1.264 12.704c0.144 6.496-1.36 12.288-5.568 16.448zM750.064 255.104l151.248 0.4c12.928-0.304 24.912 8.64 26.88 23.856l-0.032 16.432c-0.32 12.944-11.008 23.632-23.92 23.92h-229.504c-0.256 0.016-0.416 0.112-0.64 0.112l-13.696 0.272c-6.448 0.176-12.288-4.352-16.4-8.544-4.208-4.144-5.712-9.936-5.584-16.432l1.264-11.696c0-0.24-0.88-0.384-0.88-0.608l0.672-231.008c0.288-12.928 10.976-20.608 23.92-20.928l17.424-0.032c12.944-0.288 23.184 10.976 22.896 23.904l-0.88 154.528 267.264-263.024c12.496-12.496 32.752-12.496 45.248 0s12.496 32.752 0 45.248l-265.28 263.6z" />
117
+<glyph unicode="&#xe059;" glyph-name="shuffle" d="M402.304 454.144l39.264 55.248-134.304 183.28h-304.528v-64h271.488l128.080-174.528zM918.784 628.672l-77.536-69.536c-9.344-8.944-12.368-23.44-3.024-32.368l5.472-8.064c9.376-8.944 24.496-8.944 33.824 0l127.744 115.504c0.176 0.16 0.384 0.192 0.544 0.336l8.464 8.096c4.672 4.496 7.008 10.368 6.976 16.288 0.032 5.872-2.304 11.776-6.976 16.224l-8.464 8.096c-0.16 0.16-0.336 0.224-0.544 0.368l-129.728 118.432c-9.36 8.944-24.464 8.944-33.84 0l-5.472-8.064c-9.36-8.944-6.32-23.408 3.024-32.336l76.048-68.976h-231.76l-409.312-576h-271.488v-64h304.512l409.328 576h202.208zM1005.808 107.232c-0.16 0.16-0.336 0.224-0.544 0.368l-129.728 118.432c-9.36 8.944-24.464 8.944-33.84 0l-5.472-8.064c-9.36-8.944-6.32-23.408 3.024-32.336l76.336-69.232-199.008 0.272-114.432 177.008-39.28-55.248 120.656-185.76 234.944-0.288-77.216-69.248c-9.344-8.944-12.368-23.44-3.024-32.368l5.472-8.064c9.376-8.944 24.496-8.944 33.824 0l127.744 115.504c0.176 0.16 0.384 0.192 0.544 0.336l8.464 8.096c4.672 4.496 7.008 10.368 6.976 16.288 0.032 5.872-2.304 11.776-6.976 16.224l-8.464 8.080z" />
118
+<glyph unicode="&#xe05a;" glyph-name="share-alt" d="M901.84 10.624h-832v640h257.6l64.72 62.336-1.664 1.664h-320.656c-35.344 0-64-28.656-64-64v-640c0-35.344 28.656-64 64-64h832c35.344 0 64 28.656 64 64v500.672l-64-61.088v-439.584zM270.128 266.624h64.48c44.864 254.496 266.544 448 533.888 448 11.216 0 21.856-0.096 32.624-0.176l-117.248-117.232c-12.464-12.496-12.464-32.752 0-45.248 6.256-6.256 14.464-9.376 22.656-9.376s16.336 3.12 22.592 9.376l189.024 194-189.024 194.032c-12.464 12.496-32.72 12.496-45.248 0-12.464-12.496-12.464-32.752 0-45.248l116.176-116.16c-10.032 0.016-19.968 0.048-30.208 0.048-303.056 0-553.568-221.952-599.712-512.016z" />
119
+<glyph unicode="&#xe05b;" glyph-name="share" d="M864 256c-52.688 0-99.296-25.584-128.432-64.88l-421.36 214.72c3.664 13.456 5.792 27.536 5.792 42.16 0 18.304-3.216 35.808-8.88 52.176l423.76 205.616c29.088-39.808 76.016-65.792 129.12-65.792 88.368 0 160 71.648 160 160 0 88.368-71.632 160-160 160s-160-71.632-160-160c0-12.432 1.568-24.464 4.24-36.080l-429.84-208.576c-29.28 32.272-71.392 52.656-118.4 52.656-88.368 0-160-71.632-160-160 0-88.352 71.632-160 160-160 50.896 0 96.128 23.824 125.424 60.864l423.104-215.632c-2.864-11.968-4.528-24.384-4.528-37.232 0-88.368 71.632-160 160-160s160 71.632 160 160-71.632 160-160 160zM864 896c53.008 0 96-42.992 96-96s-42.992-96-96-96-96 42.992-96 96 42.992 96 96 96zM160 352c-53.024 0-96 42.992-96 96s42.976 96 96 96c53.008 0 96-42.992 96-96s-42.992-96-96-96zM864 0c-53.008 0-96 42.992-96 96s42.992 96 96 96 96-42.992 96-96-42.992-96-96-96z" />
120
+<glyph unicode="&#xe05c;" glyph-name="rocket" d="M209.68 76.736c-20.112-41.808-32.8-69.664-144.688-73.728 3.216 107.968 23.792 119.552 64.992 140.080 17.296 8.624 38.832 19.344 62.112 37.248l-38.96 49.744c-18.4-14.128-35.328-21.568-51.696-29.712-68.64-34.224-100.992-67.936-100.992-228.656l0.544-32.704 31.456 0.704c169.632 0 201.328 38.32 233.104 104.32 6.96 14.464 10.832 24.24 22.56 43.728l-47.456 43.104c-14.224-19.408-23.104-37.872-30.976-54.128zM704.96 771.344c-70.768 0-128.352-57.584-128.352-128.336 0-70.784 57.6-128.352 128.352-128.352s128.336 57.584 128.336 128.352c0 70.752-57.6 128.336-128.336 128.336zM704.96 578.928c-35.328 0-64.080 28.752-64.080 64.080 0 35.312 28.752 64.080 64.080 64.080s64.080-28.768 64.080-64.080c-0.016-35.344-28.752-64.080-64.080-64.080zM1023.776 930.688c-0.976 15.968-13.632 28.768-29.6 29.952 0 0-179.088 13.056-351.376-51.28-62.944-23.504-114.752-60.736-163.104-117.136-40.32-47.024-80.384-132.032-115.744-202.608-13.664-27.248-26.72-53.312-37.792-73.216h-178.016c-9.152 0-17.856-3.92-23.936-10.768l-117.296-127.136c-7.504-8.464-9.984-20.256-6.528-31.008 3.44-10.784 12.32-18.944 23.328-21.44l190.944-43.664c13.008-16.064 34.688-40.096 69.376-78.592l72.336-80.192 38.944-164.72c2.56-10.848 10.608-19.6 21.232-23.056 3.232-1.024 6.576-1.568 9.904-1.568 7.536 0 14.944 2.656 20.832 7.712l118.56 117.936c7.088 6.064 11.184 14.944 11.184 24.288v165.12c15.936 9.904 44.192 25.152 70.784 40.032 72.464 40.496 180.624 90.912 225.472 130.784 63.152 56.128 86.16 97.28 108.752 158.112 53.712 144.688 42.288 344.032 41.744 352.448zM922 600.528c-19.712-53.072-37.568-84.832-91.248-132.56-39.664-35.232-148.128-85.824-214.192-122.768-49.312-27.568-78.848-43.664-91.792-54.256-7.44-6.064-11.76-15.152-11.76-24.784v-167.248l-67.52-74.192-28.752 121.6c-1.232 5.216-3.776 10.064-7.392 14.064-58.848 65.216-147.744 163.808-154.56 171.632-4.448 5.408-10.608 9.248-17.568 10.848l-146.592 33.536 71.904 76h182.032c11.12 0 21.456 5.776 27.264 15.248 14.080 22.928 30.416 55.536 49.344 93.296 32.048 63.952 71.92 148.544 107.12 189.632 41.584 48.528 83.824 79.008 136.896 98.848 118.096 44.128 239.968 48.768 295.68 48.352 1.040-59.008-1.184-195.824-38.864-297.248z" />
121
+<glyph unicode="&#xe05d;" glyph-name="question" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512.016 229.216 512.016 512 0 282.768-229.232 512-512.016 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448.016-200.976 448.016-448-200.992-449.008-448.016-449.008zM464.944 159.52h80.512v81.248h-80.512v-81.248zM511.056 736.464c-46.88 0-85.504-12.64-115.84-37.888-30.336-25.264-45.088-75.856-44.336-117.776l1.184-2.336h73.44c0 25.008 8.336 60.944 25.008 73.84 16.656 12.88 36.848 19.328 60.56 19.328 27.328 0 48.336-7.424 63.072-22.272 14.72-14.848 22.064-36.080 22.064-63.664 0-23.184-5.44-42.976-16.368-59.376-10.96-16.4-29.328-39.84-55.088-70.32-26.576-23.968-42.992-43.232-49.232-57.808-6.256-14.592-9.504-40.768-9.744-78.512h76.96c0 23.68 1.504 41.136 4.496 52.336 2.976 11.184 11.504 23.824 25.568 37.888 30.224 29.152 54.496 57.664 72.88 85.552 18.336 27.856 27.52 58.592 27.52 92.192 0 46.88-14.176 83.408-42.576 109.568-28.416 26.176-68.272 39.248-119.568 39.248z" />
122
+<glyph unicode="&#xe05e;" glyph-name="pie-chart" d="M575.6 866.592c-17.664 0-32-14.336-32-32s14.336-32 32-32c226.448 0 384.4-165.472 384.4-391.904 0-226.464-184.224-410.688-410.672-410.688-226.432 0-391.92 163.6-391.92 390.064 0 17.664-14.336 32-32 32s-32-14.336-32-32c0-261.744 194.192-454.064 455.92-454.064s474.672 212.944 474.672 474.688c0 261.712-186.672 455.904-448.4 455.904zM480.256 511.744v416.256c0 17.664-14.336 32-32 32-249.248 0-448.256-199.008-448.256-448.256 0-17.664 14.336-32 32-32h416.256c17.664 0 32 14.336 32 32zM416.256 543.744h-350.944c15.456 188.496 162.448 335.488 350.944 350.944v-350.944z" />
123
+<glyph unicode="&#xe05f;" glyph-name="pencil" d="M964.256 910.336c-34.864 33.408-73.328 50.336-114.384 50.336-64.192 0-111.024-41.472-123.84-54.176-18.032-17.856-633.152-633.2-633.152-633.2-4.016-4.032-6.944-9.072-8.448-14.592-13.872-51.264-83.36-278.72-84.048-281.008-3.568-11.648-0.384-24.336 8.208-32.928 6.176-6.144 14.4-9.44 22.832-9.44 3.312 0 6.656 0.496 9.92 1.568 2.352 0.768 237.136 76.656 275.776 88.192 5.088 1.536 9.744 4.288 13.536 8.032 24.416 24.128 598.128 591.456 636.208 630.784 39.392 40.592 58.96 82.864 58.208 125.616-0.784 42.208-21.248 82.848-60.816 120.816zM715.84 804.16c16.304-3.952 54.752-16.864 94.016-56.48 39.68-40.032 50.416-85.792 52.416-96.208-125.824-125.168-415.456-411.728-529.632-524.672-10.544 24.56-27.584 54.144-54.992 81.76-33.472 33.728-67.536 52.784-93.808 63.504 112.992 113.008 408.080 408.224 532 532.096zM140.384 218.048c17.584-4.672 54.112-18.224 91.344-55.76 28.672-28.912 42.208-60.8 48.288-80.24-44.48-14.304-141.872-47.92-203.76-67.872 18.336 60.336 49.312 154.304 64.128 203.872zM920.416 709.632c-1.312-1.344-3.472-3.536-6.064-6.16-10.112 26.048-27.856 59.52-58.576 90.496-31.392 31.648-63.232 50.32-88.752 61.36 2.176 2.16 3.856 3.856 4.512 4.496 3.664 3.616 36.896 35.376 78.32 35.376 23.84 0 47.248-10.88 69.616-32.32 26.512-25.424 40.176-50.512 40.624-74.592 0.432-24.576-12.912-51.040-39.68-78.656z" />
124
+<glyph unicode="&#xe060;" glyph-name="note" d="M799.344-0.288h-736v800h449.6l64.704 62.336-1.664 1.664h-512.64c-35.344 0-64-28.656-64-64v-800c0-35.344 28.656-64 64-64h736c35.344 0 64 28.656 64 64v468.656l-64-61.088v-407.568zM974.224 918.56c-28.88 27.68-60.752 41.712-94.752 41.712-53.216 0-92.032-34.368-102.592-44.896-14.976-14.784-439.168-438.352-439.168-438.352-3.328-3.392-5.76-7.536-7.008-12.144-11.488-42.448-69.072-230.992-69.648-232.864-2.976-9.664-0.32-20.192 6.8-27.216 5.104-5.12 11.92-7.84 18.912-7.84 2.752 0 5.52 0.4 8.24 1.248 1.952 0.656 196.496 63.568 228.512 73.12 4.224 1.248 8.048 3.536 11.216 6.624 20.208 19.936 410.112 403.792 441.664 436.384 32.624 33.664 48.848 68.656 48.224 104.096-0.592 35.008-17.616 68.704-50.4 100.128zM930.432 758.88c-17.808-18.368-157.248-156.16-414.448-409.536l-19.68-19.408c-29.488-9.12-100.096-31.808-153.472-49.024 17.184 56.752 37.808 125.312 47.008 157.744 54.96 54.88 418.384 417.744 432.192 431.376 2.688 2.688 27.216 26.256 57.44 26.256 17.152 0 33.68-7.824 50.464-23.92 20.064-19.248 30.4-37.744 30.688-55.024 0.32-17.792-9.84-37.456-30.192-58.464z" />
125
+<glyph unicode="&#xe061;" glyph-name="music-tone-alt" d="M991.728 254.592c0.016 0.56 0.16 1.072 0.16 1.632v667.024c0.384 3.504 0.256 7.12-0.576 10.752-2.736 14.912-15.728 26.224-31.424 26.224-5.888 0-11.344-1.696-16.080-4.48l-597.872-155.648c-10.768-2.672-18.752-10.72-22.032-20.672-2.48-4.544-4-9.664-4-15.2v-572.544c-30.464 20.384-69.408 32.656-111.872 32.656-97.536 0-176.64-64.608-176.64-144.272 0-79.68 79.104-144.304 176.64-144.304 97.568 0 176.608 64.608 176.608 144.304 0 4.064-0.336 8.064-0.736 12.048 0 0.032 0 0.064 0 0.096v651.648l544 141.6v-533.76c-30.448 20.384-69.408 32.656-111.872 32.656-97.536 0-176.64-64.624-176.64-144.272 0-79.68 79.104-144.304 176.64-144.304 97.568 0 176.608 64.608 176.608 144.304-0.016 4.912-0.32 9.744-0.912 14.512zM208.704 0.048c-66.56 0-112.96 42.192-112.96 80 0 37.824 46.384 79.952 112.96 79.952 59.232 0 102.4-33.392 111.184-67.408v-0.368c0-3.232 0.624-6.288 1.52-9.216 0.064-0.992 0.224-1.968 0.224-2.96 0-37.808-46.4-80-112.928-80zM815.696 160.048c-65.968 0-111.952 42.176-111.952 80s45.984 79.952 111.952 79.952c65.952 0 111.936-42.128 111.936-79.952s-45.968-80-111.936-80z" />
126
+<glyph unicode="&#xe062;" glyph-name="music-tone" d="M852.608 636.704l-312.912 312.912c-9.92 9.92-24.672 11.84-36.608 6.016-12.544-4.336-21.6-16.112-21.6-30.128v-708.4c-33.92 25.12-78.432 40.528-127.376 40.528-106.064 0-192.112-71.776-192.112-160.288 0-88.544 86.048-160.336 192.112-160.336 106.112 0 192.080 71.776 192.080 160.336 0 3.92-0.368 7.76-0.704 11.632v744.336l261.872-261.856c12.48-12.496 32.752-12.496 45.248 0s12.496 32.768 0 45.248zM353.376 1.424c-75.648 0-128.352 50.544-128.352 95.872s52.72 95.824 128.352 95.824c74.032 0 126-48.4 128.128-92.992v-5.68c-2.144-44.576-54.096-93.024-128.128-93.024z" />
127
+<glyph unicode="&#xe063;" glyph-name="microphone" d="M510.88 256h7.6c88.96 0 153.52 65.6 153.52 155.968v381.408c0 93.44-67.44 166.624-153.536 166.624h-7.584c-87.616 0-158.88-74.752-158.88-166.624v-381.408c0-88.912 68.304-155.968 158.88-155.968zM416 793.376c0 56.592 42.56 102.624 94.88 102.624h7.6c51.024 0 89.52-44.128 89.52-102.624v-381.408c0-54.992-35.968-91.968-89.536-91.968h-7.584c-55.872 0-94.88 37.808-94.88 91.968v381.408zM800 608c-17.68 0-32-14.336-32-32v-133.072c0-190.4-67.968-282.928-207.744-282.928h-95.136c-182.8 0-209.12 153.84-209.12 282.928v133.072c0 17.664-14.336 32-32 32s-32-14.336-32-32v-133.072c0-220.496 91.888-346.928 273.12-346.928h14.88v-96h-160c-17.664 0-32-14.336-32-32s14.336-32 32-32h384c17.664 0 32 14.336 32 32s-14.336 32-32 32h-160v96h16.256c123.968 0 271.744 60.192 271.744 346.928v133.072c0 17.664-14.32 32-32 32z" />
128
+<glyph unicode="&#xe064;" glyph-name="loop" d="M960 858.16h-896c-35.344 0-64-28.656-64-64v-576c0-35.36 28.656-64 64-64h160c20.496 0 32 26.32 32 31.984v0.016c0 5.824-10.88 32.416-32 32.416h-120.96c-21.376 0-38.72 17.344-38.72 38.72v496.704c0 21.392 17.328 38.72 38.72 38.72l818.272 1.008c21.376 0 38.72-17.328 38.72-38.72v-497.696c0-21.376-17.344-38.72-38.72-38.72h-403.168l75.984 68.912c9.344 8.944 12.368 23.408 3.024 32.336l-5.472 8.064c-9.376 8.944-24.496 8.944-33.84 0l-129.728-118.432c-0.192-0.16-0.368-0.224-0.528-0.368l-8.48-8.096c-4.672-4.432-7.008-10.336-6.976-16.224-0.032-5.904 2.288-11.776 6.976-16.288l8.48-8.096c0.16-0.16 0.368-0.192 0.528-0.336l127.728-115.504c9.344-8.944 24.464-8.944 33.84 0l5.472 8.064c9.344 8.944 6.32 23.44-3.024 32.368l-77.136 69.168h445.008c35.344 0 64 28.64 64 64v576c0 35.344-28.656 64-64 64z" />
129
+<glyph unicode="&#xe065;" glyph-name="logout" d="M116.832 416.336h554.448c17.696 0 32 14.336 32 32s-14.304 32-32 32h-552.448l115.76 115.76c12.496 12.496 12.496 32.752 0 45.248s-32.752 12.496-45.248 0l-189.008-194 189.008-194c6.256-6.256 14.432-9.376 22.624-9.376s16.368 3.12 22.624 9.376c12.496 12.496 12.496 32.752 0 45.248l-117.76 117.744zM959.664 960h-544c-35.36 0-64-28.656-64-64v-288h64.416v248.976c0 21.376 17.344 38.72 38.72 38.72h464.72c21.392 0 38.72-17.344 38.72-38.72l1.008-818.288c0-21.376-17.328-38.72-38.72-38.72h-465.712c-21.376 0-38.72 17.344-38.72 38.72v250.368l-64.416-0.080v-288.976c0-35.344 28.64-64 64-64h543.984c35.36 0 64.016 28.656 64.016 64v896c-0.016 35.344-28.672 64-64.016 64z" />
130
+<glyph unicode="&#xe066;" glyph-name="login" d="M532.528 298.592c-12.512-12.496-12.512-32.752 0-45.248 6.256-6.256 14.432-9.376 22.624-9.376s16.368 3.12 22.624 9.376l189.008 194-189.008 194.016c-12.496 12.496-32.752 12.496-45.248 0-12.512-12.496-12.512-32.752 0-45.248l115.744-115.76h-616.432c-17.68 0-32-14.336-32-32s14.32-32 32-32h618.448l-117.76-117.76zM960.16 960h-576c-35.36 0-64.016-28.656-64.016-64v-288h64.432v248.976c0 21.376 17.344 38.72 38.72 38.72h496.704c21.408 0 38.72-17.344 38.72-38.72l1.008-818.288c0-21.376-17.312-38.72-38.72-38.72h-497.696c-21.376 0-38.72 17.344-38.72 38.72v250.368l-64.432-0.080v-288.976c0-35.344 28.656-64 64.016-64h576c35.344 0 64 28.656 64 64v896c-0.016 35.344-28.672 64-64.016 64z" />
131
+<glyph unicode="&#xe067;" glyph-name="list" d="M96 512h-64c-17.664 0-32-14.336-32-32v-64c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v64c0 17.664-14.336 32-32 32zM992 480h-672c-17.664 0-32-14.336-32-32s14.336-32 32-32h672c17.664 0 32 14.336 32 32s-14.336 32-32 32zM96 256h-64c-17.664 0-32-14.336-32-32v-64c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v64c0 17.664-14.336 32-32 32zM992 224h-672c-17.664 0-32-14.336-32-32s14.336-32 32-32h672c17.664 0 32 14.336 32 32s-14.336 32-32 32zM96 768h-64c-17.664 0-32-14.336-32-32v-64c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v64c0 17.664-14.336 32-32 32zM320 672h672c17.664 0 32 14.336 32 32s-14.336 32-32 32h-672c-17.664 0-32-14.336-32-32s14.336-32 32-32z" />
132
+<glyph unicode="&#xe068;" glyph-name="like" d="M608.544-63.744c-290.832 0-293.072 12.064-329.088 39.184-19.104 14.368-55.152 24.32-186.816 32.896-9.552 0.624-18.64 4.288-24.736 11.68-2.8 3.408-68.592 99.36-68.592 253.040 0 151.44 47.088 220.464 49.104 223.664 5.84 9.36 16.096 15.040 27.12 15.040 108.112 0 257.984 138 358.736 378.896 17.424 41.664 21.024 69.072 85.024 69.072 36.4 0 77.2-26.064 97.344-59.504 41.328-68.32 20.336-215.056 0.928-293.472 66 0.528 185.472 1.424 242.32 1.424 79.072 0 131.408-47.152 132.992-116.080 0.528-22.752-2.464-51.808-9.040-66.848 17.408-17.36 39.856-43.536 40.832-77.248 1.216-43.52-27.28-76.656-45.472-95.664 4.176-12.656 12.528-29.44 11.712-49.504-2-49.344-40.096-81.136-63.824-97.728 1.968-13.504 3.504-38.976-0.832-58.672-17.12-78.608-132.4-110.176-317.712-110.176zM109.616 73.232c114.688-9.488 176-22.336 208.336-46.672 25.024-18.848 21.168-26.32 290.592-26.32 82.176 0 242.896 3.424 255.216 59.84 4.896 22.56-18.896 44.736-18.976 44.912-6.496 16.032 0.736 34.848 16.576 41.776 0.256 0.128 64.144 23.008 65.6 58.72 0.96 22.832-14.72 36.544-15.072 37.12-9.328 14.464-5.92 34.304 8.224 44.16 0.16 0.128 41.552 25.216 40.544 59.424-0.784 27.168-36.576 46.288-37.664 46.928-8 4.576-13.824 12.496-15.648 21.552-1.792 9.040 0.224 18.528 5.84 25.872 0 0 16.272 25.856 15.68 50.112-1.168 51.92-57.008 53.552-68.992 53.552-80.72 0-288.032-0.816-288.032-0.816-11.184-0.048-20.864 5.232-26.88 14.176-6 8.944-6.448 20.048-2.928 30.224 31.264 90.032 48.72 231.28 19.728 279.536-8.544 14.224-10.496 28.432-42.496 28.432-4.432 0-14.992-3.504-26-29.744-106.928-255.84-266.64-403.824-397.456-417.168-11.28-25.728-32.496-79.040-32.496-175.776 0-98.736 31.28-175.12 46.304-199.84z" />
133
+<glyph unicode="&#xe069;" glyph-name="home" d="M1016.704 446.64l-480.368 503.168c-6.032 6.304-14.368 9.84-23.088 9.84-8.704 0-17.040-3.552-23.088-9.84l-482.848-503.152c-12.24-12.752-11.808-32.992 0.944-45.248 12.752-12.224 32.992-11.872 45.248 0.944l43.008 44.832v-478.832c0-17.68 14.336-32 32-32h223.552c17.632 0 31.936 14.256 32 31.904l1.008 319.664h254.992v-319.568c0-17.68 14.32-32 32-32h223.472c17.68 0 32 14.32 32 32v478.992l42.992-45.040c6.288-6.528 14.688-9.84 23.088-9.84 7.968 0 15.968 2.944 22.16 8.944 12.736 12.224 13.152 32.48 0.928 45.232zM863.536 505.184v-504.832h-159.472v319.552c0 17.68-14.32 32-32 32h-318.88c-17.632 0-31.936-14.256-32-31.904l-1.008-319.664h-159.664v504.848c0 2.64-0.416 5.168-1.008 7.632l353.76 368.624 351.424-368.208c-0.688-2.592-1.152-5.264-1.152-8.048z" />
134
+<glyph unicode="&#xe06a;" glyph-name="grid" d="M960-64h-320c-35.344 0-64 28.656-64 64v320c0 35.344 28.656 64 64 64h320c35.344 0 64-28.656 64-64v-320c0-35.344-28.656-64-64-64zM960 320h-320v-320h320v320zM960 512h-320c-35.344 0-64 28.656-64 64v320c0 35.344 28.656 64 64 64h320c35.344 0 64-28.656 64-64v-320c0-35.344-28.656-64-64-64zM960 896h-320v-320h320v320zM384-64h-320c-35.344 0-64 28.656-64 64v320c0 35.344 28.656 64 64 64h320c35.344 0 64-28.656 64-64v-320c0-35.344-28.656-64-64-64zM384 320h-320v-320h320v320zM384 512h-320c-35.344 0-64 28.656-64 64v320c0 35.344 28.656 64 64 64h320c35.344 0 64-28.656 64-64v-320c0-35.344-28.656-64-64-64zM384 896h-320v-320h320v320z" />
135
+<glyph unicode="&#xe06b;" glyph-name="graph" d="M944 736c-44.192 0-80-35.824-80-80 0-9.072 1.84-17.632 4.608-25.76l-195.008-167.92c-13.68 10.896-30.752 17.68-49.6 17.68-21.744 0-41.408-8.736-55.808-22.816l-152.752 76.48c-2.976 41.488-37.2 74.336-79.44 74.336-44.176 0-80-35.824-80-80 0-12.096 2.88-23.44 7.68-33.712l-155.744-179.584c-8.736 3.264-18.064 5.296-27.936 5.296-44.176 0-80-35.824-80-80s35.824-80 80-80 80 35.824 80 80c0 10.64-2.176 20.768-5.952 30.048l158.272 181.92c7.536-2.336 15.376-3.968 23.68-3.968 23.28 0 44.048 10.112 58.672 26l149.408-74.912c0.528-43.744 36.048-79.088 79.92-79.088 44.192 0 80 35.824 80 80 0 1.424-0.336 2.752-0.416 4.16l208.096 178.768c9.904-4.384 20.784-6.928 32.32-6.928 44.192 0 80 35.808 80 80 0 44.176-35.808 80-80 80z" />
136
+<glyph unicode="&#xe06c;" glyph-name="equalizer" d="M160.048 572.128v355.872c0 17.664-14.336 32-32 32s-32-14.336-32-32v-355.84c-55.328-14.256-96.4-64.448-96.4-124.16 0-59.728 41.072-109.904 96.4-124.176v-355.824c0-17.664 14.336-32 32-32s32 14.336 32 32v355.856c55.28 14.304 96.304 64.448 96.304 124.144 0 59.68-41.024 109.84-96.304 124.128zM128.416 383.968c-0.112 0-0.24 0.032-0.368 0.032-0.144 0-0.272-0.032-0.416-0.048-35.152 0.208-63.696 28.848-63.696 64.048 0 35.184 28.56 63.84 63.712 64.032 0.128 0 0.272-0.032 0.4-0.032s0.24 0.032 0.368 0.032c35.136-0.224 63.664-28.864 63.664-64.032 0-35.184-28.528-63.808-63.664-64.032zM544.064 380.128v547.872c0 17.664-14.336 32-32 32s-32-14.336-32-32v-547.84c-55.328-14.272-96.4-64.432-96.4-124.16s41.072-109.904 96.4-124.176v-163.824c0-17.664 14.336-32 32-32s32 14.336 32 32v163.856c55.264 14.304 96.288 64.448 96.288 124.144-0.016 59.664-41.024 109.824-96.288 124.128zM512.416 191.968c-0.128 0-0.24 0.032-0.368 0.032-0.144 0-0.272-0.032-0.416-0.048-35.152 0.208-63.696 28.848-63.696 64.048 0 35.216 28.608 63.872 63.792 64.032 0.112 0 0.224-0.032 0.336-0.032 0.096 0 0.192 0.032 0.288 0.032 35.168-0.192 63.744-28.832 63.744-64.032 0-35.184-28.528-63.808-63.68-64.032zM928.064 764.128v163.872c0 17.664-14.336 32-32 32-17.68 0-32-14.336-32-32v-163.84c-55.328-14.256-96.4-64.432-96.4-124.16s41.072-109.92 96.4-124.176v-547.824c0-17.664 14.32-32 32-32 17.664 0 32 14.336 32 32v547.856c55.264 14.304 96.288 64.448 96.288 124.144-0.016 59.664-41.024 109.824-96.288 124.128zM896.416 575.968c-0.128 0-0.24 0.032-0.352 0.032-0.144 0-0.288-0.032-0.416-0.032-35.152 0.192-63.712 28.832-63.712 64.032 0 35.184 28.56 63.84 63.696 64.032 0.144 0 0.288-0.032 0.416-0.032s0.24 0.032 0.352 0.032c35.136-0.24 63.664-28.864 63.664-64.032 0.032-35.184-28.496-63.808-63.648-64.032z" />
137
+<glyph unicode="&#xe06d;" glyph-name="dislike" d="M415.44 959.76c290.832 0 293.088-12.064 329.104-39.184 19.104-14.368 55.152-24.336 186.832-32.912 9.568-0.624 18.64-4.288 24.736-11.68 2.8-3.408 68.592-99.36 68.592-253.024 0-151.44-47.088-220.48-49.104-223.696-5.84-9.344-16.096-15.024-27.12-15.024-108.112 0-257.984-138-358.752-378.912-17.424-41.664-21.008-69.056-85.024-69.056-36.4 0-77.2 26.064-97.376 59.504-41.312 68.32-20.336 215.056-0.912 293.472-66-0.528-185.472-1.44-242.32-1.44-79.072 0-131.392 47.152-133.008 116.096-0.512 22.752 2.464 51.824 9.056 66.832-17.392 17.36-39.856 43.552-40.832 77.264-1.232 43.504 27.28 76.64 45.456 95.664-4.16 12.656-12.512 29.44-11.712 49.504 2.016 49.344 40.096 81.152 63.84 97.744-1.952 13.456-3.488 38.944 0.832 58.624 17.12 78.624 132.4 110.224 317.712 110.224zM914.384 822.752c-114.688 9.488-176 22.336-208.336 46.688-25.024 18.832-21.152 26.304-290.608 26.304-82.176 0-242.896-3.424-255.216-59.824-4.912-22.56 18.88-44.752 18.976-44.912 6.496-16.048-0.752-34.848-16.592-41.776-0.256-0.128-64.128-23.024-65.6-58.736-0.944-22.832 14.72-36.544 15.088-37.104 9.312-14.464 5.904-34.32-8.224-44.16-0.16-0.128-41.568-25.216-40.544-59.44 0.784-27.152 36.576-46.288 37.664-46.928 8-4.576 13.824-12.496 15.632-21.568 1.808-9.024-0.224-18.528-5.824-25.84 0 0-16.272-25.872-15.696-50.112 1.184-51.936 57.024-53.568 69.008-53.568 80.72 0 288.032 0.848 288.032 0.848 11.184 0.032 20.864-5.248 26.864-14.192s6.464-20.064 2.928-30.224c-31.248-90.032-48.704-231.28-19.712-279.536 8.528-14.224 10.496-28.432 42.496-28.432 4.432 0 14.992 3.504 26 29.744 106.992 255.808 266.704 403.808 397.52 417.152 11.28 25.728 32.496 79.040 32.496 175.792-0.032 98.736-31.312 175.104-46.352 199.824z" />
138
+<glyph unicode="&#xe06e;" glyph-name="cursor" d="M921.088 856.768l-336.256-785.792-119.312 344.512-344.192 104.032 799.76 337.248zM1004.464 959.232c-6.096 0-13.52-1.728-22.096-5.36l-954.656-405.072c-34.384-14.592-36.56-42.704-4.848-62.464l395.296-123.584 129.36-403.264c9.28-15.184 20.496-22.72 31.264-22.72 11.936 0 23.296 9.152 31.040 27.248l408.272 953.728c11.056 25.888 4.768 41.488-13.632 41.488v0z" />
139
+<glyph unicode="&#xe06f;" glyph-name="control-start" d="M974.944 894.608c0 23.232-12.592 44.656-32.912 55.936-9.68 5.392-20.368 8.064-31.088 8.064-11.712 0-23.472-3.232-33.776-9.648l-735.728-446.592c-15.952-9.904-26.512-26.208-29.376-44.4v470.032c0 17.664-14.336 32-32 32s-32-14.336-32-32v-960c0-17.664 14.336-32 32-32s32 14.336 32 32v470.064c2.88-18.208 13.44-34.512 29.376-44.384l736.72-446.64c10.32-6.432 22.064-9.664 33.776-9.664 10.72 0 21.408 2.688 31.088 8.064 20.32 11.28 32.912 32.688 32.912 55.936l-0.992 893.232zM175.2 448.016l735.744 446.592 1.008-893.216-736.752 446.624z" />
140
+<glyph unicode="&#xe070;" glyph-name="control-rewind" d="M573.92 762.096l-505.28-314.096 505.28-314.096v246.976l384-246.976v628.192l-384-246.992v255.84zM571.264 826.096c10.704 0 22.736-2.672 32.416-8.064 20.32-11.28 34.24-32.704 34.24-55.936v-131.84l298.224 186.192c10.32 6.4 21.376 9.648 33.12 9.648 10.688 0 15.728-2.672 25.424-8.064 20.32-11.28 27.232-32.704 27.232-55.936v-628.192c0-23.248-7.248-44.656-27.568-55.936-9.68-5.376-17.728-8.064-28.432-8.064-11.728 0-20.784 3.216-31.104 9.664l-296.896 186.176v-131.84c0-23.248-13.92-44.656-34.24-55.936-9.68-5.376-21.040-8.064-31.76-8.064-11.712 0-23.792 3.216-34.112 9.664l-505.456 314.096c-18.768 11.648-30.272 32.208-30.272 54.336s11.376 42.672 30.16 54.352l505.264 314.096c10.304 6.416 22.032 9.648 33.76 9.648v0z" />
141
+<glyph unicode="&#xe071;" glyph-name="control-play" d="M144.624 894.608l735.744-446.592-736.736-446.624 0.992 893.216zM144.624 958.608c-10.72 0-21.408-2.672-31.088-8.064-20.32-11.28-32.912-32.704-32.912-55.936l-0.992-893.216c0-23.248 12.592-44.656 32.912-55.936 9.68-5.376 20.368-8.064 31.088-8.064 11.712 0 23.472 3.216 33.776 9.664l736.72 446.624c18.816 11.664 30.256 32.224 30.256 54.336s-11.44 42.672-30.256 54.352l-735.728 446.608c-10.304 6.4-22.064 9.632-33.776 9.632v0z" />
142
+<glyph unicode="&#xe072;" glyph-name="control-pause" d="M416.272 960h-224.208c-17.664 0-32-14.32-32-32v-960c0-17.664 14.336-32 32-32h224.208c17.68 0 32 14.336 32 32v960c0 17.68-14.32 32-32 32zM384.272 0h-160.208v896h160.208v-896zM831.936 960h-223.056c-17.68 0-32-14.32-32-32v-960c0-17.664 14.32-32 32-32h223.056c17.68 0 32 14.336 32 32v960c0 17.68-14.304 32-32 32zM799.936 0h-159.056v896h159.056v-896z" />
143
+<glyph unicode="&#xe073;" glyph-name="control-forward" d="M450.080 762.096l505.28-314.096-505.28-314.096v246.976l-384-246.976v628.192l384-246.992v255.84zM452.736 826.096c-10.72 0-22.736-2.672-32.432-8.064-20.304-11.28-34.224-32.704-34.224-55.936v-131.84l-298.224 186.192c-10.32 6.4-21.376 9.648-33.12 9.648-10.688 0-15.728-2.672-25.44-8.064-20.288-11.28-27.216-32.704-27.216-55.936v-628.192c0-23.248 7.248-44.656 27.568-55.936 9.68-5.376 17.728-8.064 28.432-8.064 11.728 0 20.784 3.216 31.104 9.664l296.896 186.176v-131.84c0-23.248 13.92-44.656 34.224-55.936 9.696-5.376 21.056-8.064 31.776-8.064 11.712 0 23.792 3.216 34.112 9.664l505.456 314.096c18.784 11.664 30.288 32.224 30.288 54.336s-11.376 42.672-30.16 54.352l-505.28 314.096c-10.304 6.416-22.048 9.648-33.76 9.648v0z" />
144
+<glyph unicode="&#xe074;" glyph-name="control-end" d="M943.936 960c-17.664 0-32-14.336-32-32v-470c-2.88 18.192-13.44 34.464-29.376 44.368l-735.712 446.608c-10.32 6.4-22.064 9.648-33.776 9.648-10.72 0-21.408-2.672-31.088-8.064-20.32-11.28-32.912-32.704-32.912-55.936l-1.008-893.232c0-23.248 12.592-44.656 32.912-55.936 9.68-5.376 20.368-8.064 31.088-8.064 11.712 0 23.472 3.216 33.776 9.664l736.72 446.608c15.936 9.872 26.496 26.16 29.376 44.352v-470.016c0-17.664 14.336-32 32-32s32 14.336 32 32v960c0 17.664-14.32 32-32 32zM112.064 1.392l0.992 893.216 735.744-446.592-736.736-446.624z" />
145
+<glyph unicode="&#xe075;" glyph-name="calender" d="M960 864.112h-256.224v63.776c0 17.68-14.32 32-32 32s-32-14.32-32-32v-63.76h-256v63.76c0 17.68-14.32 32-32 32s-32-14.32-32-32v-63.76h-255.776c-35.344 0-64-28.656-64-64v-800c0-35.344 28.656-64 64-64h896c35.344 0 64 28.656 64 64v800c0 35.328-28.656 63.984-64 63.984zM960 0.128h-896v800h255.776v-32.24c0-17.68 14.32-32 32-32s32 14.32 32 32v32.224h256v-32.24c0-17.68 14.32-32 32-32s32 14.32 32 32v32.24h256.224v-799.984zM736 448.112h64c17.664 0 32 14.336 32 32v64c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-64c0-17.664 14.336-32 32-32zM736 192.128h64c17.664 0 32 14.32 32 32v64c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-64c0-17.696 14.336-32 32-32zM544 320.128h-64c-17.664 0-32-14.336-32-32v-64c0-17.68 14.336-32 32-32h64c17.664 0 32 14.32 32 32v64c0 17.648-14.336 32-32 32zM544 576.112h-64c-17.664 0-32-14.336-32-32v-64c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v64c0 17.68-14.336 32-32 32zM288 576.112h-64c-17.664 0-32-14.336-32-32v-64c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v64c0 17.68-14.336 32-32 32zM288 320.128h-64c-17.664 0-32-14.336-32-32v-64c0-17.68 14.336-32 32-32h64c17.664 0 32 14.32 32 32v64c0 17.648-14.336 32-32 32z" />
146
+<glyph unicode="&#xe076;" glyph-name="bulb" d="M511.984 960c-198.032 0-353.12-161.104-353.12-359.136 0-149.2 73.28-220.256 131.184-272.128 37.28-33.424 62.368-53.552 62.368-78.352v-54.256c0-1.392 0.192-2.752 0.368-4.128h-0.72v-92.624c0.016-97.712 63.2-163.376 161.072-163.376 94.464 0 158.944 65.664 158.944 163.376v92.624h-0.928c0.176 1.376 0.416 2.736 0.416 4.128v54.256c0 37.76 28.032 60.592 70.528 97.696 57.504 50.208 123.024 112.688 123.024 252.784 0.016 198.032-155.104 359.136-353.136 359.136zM510.768 0c-59.904 0-94.688 37.152-94.688 99.376l-0.464 42.672c23.024-7.872 54.384-14.048 96.384-14.048 41.424 0 72.848 6.624 96.080 14.768v-43.392c0-63.152-35.248-99.376-97.312-99.376zM700.016 396.288c-43.472-37.968-92.432-77.216-92.432-145.904v-40.432c-15.184-8.48-43.184-18.56-96.128-18.56-55.568 0-81.92 9.856-95.024 17.472v41.536c0 54.608-42.688 89.296-83.68 126.016-54.32 48.672-109.872 103.84-109.872 224.464-0.016 162.72 126.384 295.12 289.104 295.12 162.752 0 289.152-132.4 289.152-295.136 0-111.024-48.464-158.576-101.12-204.576z" />
147
+<glyph unicode="&#xe077;" glyph-name="chart" d="M272.064 640.016h-224.064c-17.68 0-32-14.32-32-32v-640.016c0-17.68 14.32-32 32-32h224.064c17.68 0 32 14.32 32 32v640.016c0 17.68-14.32 32-32 32zM240.064 0h-160.064v576.016h160.064v-576.016zM623.744 449.744h-224.080c-17.68 0-32-14.32-32-32v-449.744c0-17.68 14.32-32 32-32h224.080c17.68 0 32 14.32 32 32v449.744c0 17.696-14.304 32-32 32zM591.744 0h-160.080v385.744h160.080v-385.744zM976 960h-223.728c-17.68 0-32-14.32-32-32v-960c0-17.68 14.32-32 32-32h223.728c17.68 0 32 14.32 32 32v960c0 17.68-14.32 32-32 32zM944 0h-159.728v896h159.728v-896z" />
148
+<glyph unicode="&#xe078;" glyph-name="arrow-up-circle" d="M1024 448c0 282.784-229.232 512-512 512-282.784 0-512-229.216-512-512 0-282.768 229.216-512 512-512 282.768 0 512 229.232 512 512zM63.008 448c0 247.024 201.968 448 448.992 448s448-200.976 448-448-200.976-448-448-448-448.992 200.976-448.992 448zM544.336 223.68v360.464l115.76-115.76c12.496-12.496 32.752-12.496 45.248 0s12.496 32.752 0 45.248l-194 189.008-194-189.008c-6.256-6.256-9.376-14.432-9.376-22.624s3.12-16.368 9.376-22.624c12.496-12.496 32.752-12.496 45.248 0l117.744 117.76v-362.464c0-17.68 14.336-32 32-32s32 14.32 32 32z" />
149
+<glyph unicode="&#xe079;" glyph-name="arrow-right-circle" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008zM532.368 641.36c-12.496-12.496-12.496-32.752 0-45.248l115.76-115.76h-360.448c-17.68 0-32-14.336-32-32s14.32-32 32-32h362.464l-117.76-117.744c-12.496-12.496-12.496-32.752 0-45.248 6.256-6.256 14.432-9.376 22.624-9.376s16.368 3.12 22.624 9.376l189.008 194-189.008 194c-12.512 12.496-32.752 12.496-45.264 0z" />
150
+<glyph unicode="&#xe07a;" glyph-name="arrow-left-circle" d="M512 960c-282.784 0-512-229.232-512-512 0-282.784 229.216-512 512-512 282.768 0 512 229.216 512 512 0 282.768-229.232 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008zM736.32 480.336h-360.464l115.76 115.76c12.496 12.496 12.496 32.752 0 45.248s-32.752 12.496-45.248 0l-189.008-194 189.008-194c6.256-6.256 14.432-9.376 22.624-9.376s16.368 3.12 22.624 9.376c12.496 12.496 12.496 32.752 0 45.248l-117.76 117.744h362.464c17.68 0 32 14.336 32 32s-14.32 32-32 32z" />
151
+<glyph unicode="&#xe07b;" glyph-name="arrow-down-circle" d="M0 448c0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512-282.768 0-512-229.232-512-512zM961.008 448c0-247.024-201.968-448-449.008-448s-448 200.976-448 448 200.976 448 448 448 449.008-200.976 449.008-448zM479.664 672.32v-360.448l-115.76 115.76c-12.496 12.496-32.752 12.496-45.248 0s-12.496-32.752 0-45.248l194.016-189.008 194 189.008c6.256 6.256 9.376 14.432 9.376 22.624s-3.12 16.368-9.376 22.624c-12.496 12.496-32.752 12.496-45.248 0l-117.744-117.76v362.448c0 17.68-14.336 32-32 32s-32.016-14.32-32.016-32z" />
152
+<glyph unicode="&#xe07c;" glyph-name="ban" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM64 448c0 112.272 41.616 214.96 110.096 293.664l631.856-631.856c-78.736-68.88-181.536-110.816-293.952-110.816-247.024 0-448 201.984-448 449.008zM851.024 155.216l-631.616 631.616c78.576 67.936 180.832 109.168 292.592 109.168 247.024 0 448-200.976 448-448 0-111.664-41.152-214.032-108.976-292.784z" />
153
+<glyph unicode="&#xe07d;" glyph-name="bubble" d="M512 832c247.024 0 448-143.552 448-320 0-176.432-200.976-320-448-320l-26.512-0.096c-17.584 0-29.088 0.464-47.072 3.152l-35.856 5.12-23.008-27.84c-10.576-12.784-64.544-57.12-124.112-85.664 12.112 32.032 21.040 67.008 21.84 101.6l0.32 1.904v44.624l-34.864 17.808c-113.6 58.112-178.736 152.64-178.736 259.392 0 176.448 200.976 320 448 320zM512 896c-282.8 0-512-171.936-512-384 0-132.064 78.256-247.152 213.584-316.336 0-0.816-0.256-1.408-0.256-2.32 0-57.376-32.16-120.464-51.008-152.944h0.048c-1.488-3.488-2.368-7.312-2.368-11.408 0-16.080 12.96-28.992 29.008-28.992 2.416 0 6.256 0.496 7.664 0.496 0.336 0 0.528 0 0.496-0.096 100 16.336 209.952 104.688 231.824 131.344 22.48-3.344 37.664-3.84 56.48-3.84 7.936 0 16.496 0.096 26.528 0.096 282.752 0 512 171.904 512 384 0 212.064-229.248 384-512 384v0z" />
154
+<glyph unicode="&#xe07e;" glyph-name="camrecorder" d="M638.128 736.624c1.28 0 2.32-1.008 2.32-2.24v-127.872c0-23.664 13.056-45.424 34-56.528 9.408-5.008 19.712-7.472 30-7.472 12.56 0 27.056 3.68 37.84 10.992l217.712 123.232v-456.416l-218.912 119.52c-10.976 7.664-23.776 11.536-36.656 11.536-10.128 0-20.256-2.4-29.568-7.216-21.12-11.024-34.4-32.88-34.432-56.688l-0.16-125.84c0-1.248-1.008-2.256-2.288-2.256h-571.696c-1.28 0-2.288 0.992-2.288 2.224l0.16 572.784c0 1.248 1.008 2.24 2.288 2.24h571.68zM990.368 768.656c-6.816 0-20.288-2.016-27.968-9.664l-257.968-152.48v127.872c0 36.56-29.68 66.24-66.32 66.24h-571.68c-36.672 0-66.288-29.664-66.288-66.24l-0.144-572.752c0-36.56 29.632-66.256 66.288-66.256h571.712c36.656 0 66.288 29.68 66.288 66.256l0.16 125.744 262.976-153.312c7.712-7.68 16.256-6.688 23.088-6.688 7.088 0 12.368 2.16 13.024 2.432 12.432 5.184 20.464 17.184 20.464 30.688v574.976c0 13.504-8.032 25.552-20.464 30.656-0.72 0.32-6.032 2.528-13.168 2.528v0z" />
155
+<glyph unicode="&#xe07f;" glyph-name="camera" d="M928 736h-147.184l-76.816 128h-384l-76.8-128h-147.2c-32 0-96-32-96-95.008v-512.992c0-53.008 48-96 89.328-96h840.672c42 0 94 44.992 94 94.992v513.008c0 32-32 96-96 96zM960 126.992c0-12.624-20.464-30.288-30-31.008h-840.48c-7.408 0.608-25.52 15.040-25.52 32.016v512.992c0 20.272 27.232 30.496 32 31.008h183.44l76.8 128h313.648l57.12-96.944 17.6-31.056h183.392c22.56 0 31.68-29.472 32-32v-513.008zM512 640c-123.712 0-224-100.288-224-224s100.288-224 224-224 224 100.288 224 224-100.288 224-224 224zM512 256c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160-71.776-160-160-160z" />
156
+<glyph unicode="&#xe080;" glyph-name="check" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008zM716.336 635.344l-300.4-302.288-135.28 135.28c-12.496 12.496-32.752 12.496-45.264 0-12.496-12.496-12.496-32.752 0-45.248l158.384-158.4c12.496-12.48 32.752-12.48 45.264 0 1.44 1.44 2.672 3.008 3.792 4.64l318.784 320.752c12.48 12.496 12.48 32.752 0 45.264-12.512 12.496-32.768 12.496-45.28 0z" />
157
+<glyph unicode="&#xe081;" glyph-name="clock" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008zM544 460.992v307.008c0 17.664-14.336 32-32 32s-32-14.336-32-32v-320c0-9.056 3.792-17.2 9.856-23.008 0.528-0.624 0.96-1.296 1.536-1.888l158.384-158.4c12.496-12.48 32.752-12.48 45.248 0 12.496 12.496 12.496 32.768 0 45.264l-151.024 151.024z" />
158
+<glyph unicode="&#xe082;" glyph-name="close" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008zM693.008 629.008c-12.496 12.496-32.752 12.496-45.248 0l-135.76-135.76-135.76 135.76c-12.496 12.496-32.752 12.496-45.264 0-12.496-12.496-12.496-32.752 0-45.248l135.76-135.76-135.76-135.76c-12.496-12.48-12.496-32.768 0-45.248 12.496-12.496 32.752-12.496 45.264 0l135.76 135.76 135.76-135.76c12.496-12.496 32.752-12.496 45.248 0 12.496 12.48 12.496 32.768 0 45.248l-135.76 135.76 135.76 135.76c12.512 12.512 12.512 32.768 0 45.248z" />
159
+<glyph unicode="&#xe083;" glyph-name="cloud-download" d="M763.024 700c-44.624 118.432-140.56 193.44-285.456 193.44-184.384 0-313.392-136.912-324.48-315.536-88.912-28.432-153.088-119.12-153.088-221.84 0-125.744 98.848-231.968 215.824-231.968h28.448c17.664 0 32 14.32 32 32s-14.336 32-32 32h-28.448c-82.304 0-152.832 76.912-152.832 167.968 0 80.464 56.416 153.056 127.184 165.216l29.040 5.008-2.592 29.344-0.24 0.368c0.016 155.872 102.608 273.44 261.184 273.44 127.104 0 198.512-62.624 231.552-169.44l6.832-22.032 23.072-0.496c118.864-2.496 223.088-98.944 223.088-218.784 0-109.056-72.272-230.592-181.712-230.592h-9.104c-17.664 0-32-14.32-32-32s14.336-32 32-32v0.096c160 4.224 252.24 157.088 252.24 294.496-0.032 147.728-115.792 265.744-260.512 281.312zM646.336 184.528c-8.944 9.344-23.408 9.344-32.336 0l-70.384-77.648v322.144c0 17.664-14.336 32-32 32s-32-14.336-32-32v-322.432l-68.112 75.936c-8.944 9.344-23.44 11.344-32.368 2l-8.064-4.416c-8.944-9.376-8.944-24.48 0-33.824l115.504-127.744c0.16-0.16 0.192-0.368 0.336-0.528l8.096-8.464c4.496-4.688 10.368-7.008 16.288-6.976 5.872-0.032 11.776 2.288 16.224 6.976l8.096 8.464c0.16 0.16 0.24 0.336 0.368 0.528l118.432 129.744c8.944 9.344 8.944 20.448 0 29.824l-8.080 6.416z" />
160
+<glyph unicode="&#xe084;" glyph-name="cloud-upload" d="M763.024 700.032c-44.624 118.432-140.56 193.44-285.472 193.44-184.384 0-313.392-136.912-324.48-315.536-88.896-28.432-153.072-119.12-153.072-221.84 0-125.744 98.848-231.968 215.824-231.968h92.448c17.664 0 32 14.336 32 32 0 17.68-14.336 32-32 32h-92.448c-82.304 0-152.832 76.912-152.832 167.968 0 80.464 56.416 153.056 127.184 165.216l29.040 5.008-2.576 29.328-0.24 0.368c0 155.872 102.576 273.44 261.152 273.44 127.104 0 198.512-62.624 231.536-169.44l6.848-22.032 23.056-0.496c118.88-2.496 223.104-98.944 223.104-218.768 0-109.056-72.272-230.592-181.696-230.592h-73.12c-17.664 0-32-14.336-32-32 0-17.68 14.336-32 32-32l72.88 0.096c160 4.224 243.344 157.072 243.344 294.496 0 147.712-115.76 265.744-260.48 281.312zM535.984 445.056c-0.176 0.192-0.24 0.352-0.352 0.512l-8.096 8.464c-4.432 4.688-10.336 7.008-16.24 6.976-5.904 0.048-11.776-2.288-16.288-6.976l-8.096-8.464c-0.16-0.16-0.192-0.352-0.336-0.512l-115.504-127.744c-8.944-9.344-8.944-24.464 0-33.84l8.064-5.472c8.944-9.344 23.44-6.32 32.368 3.024l68.112 75.936v-322.432c0-17.664 14.336-32 32-32s32 14.336 32 32v322.128l70.368-77.632c8.944-9.344 23.408-12.368 32.336-3.024l8.064 5.472c8.944 9.376 8.944 24.496 0 33.84l-118.4 129.744z" />
161
+<glyph unicode="&#xe085;" glyph-name="doc" d="M560 960h-352c-35.344 0-64-28.656-64-64v-896c0-35.344 28.656-64 64-64h608c35.344 0 64 28.656 64 64v639.984l-320 320.016zM816 613.472v-5.472h-288v288h5.504l282.496-282.528zM208 0v896h256v-352h352v-544h-608z" />
162
+<glyph unicode="&#xe086;" glyph-name="envolope" d="M1023.456 728c0.992 6.144 0.176 12.48-2.48 18.272-8.064 35.44-33.68 53.728-76.976 53.728h-832c-38.080 0-79.104-14-99.28-41.472-1.744-1.328-3.408-2.832-4.912-4.576-6.448-7.44-8.704-17.008-7.264-26.032-0.288-2.592-0.544-5.2-0.544-7.92v-512c0-53.024 58.992-112 112-112h832c53.024 0 80 58.976 80 112v512c0 2.832-0.368 5.312-0.544 8zM112 736h832c0.192 0 0.288 0 0.432 0l-432.432-344.656-430.688 343.248c9.792 1.808 21.84 1.408 30.688 1.408zM944 160h-832c-17.648 0-48 30.336-48 48v458.448l427.040-341.648c6.016-5.2 13.488-7.792 20.96-7.792s14.944 2.592 20.976 7.792l427.024 341.632v-458.432c0-17.664 1.664-48-16-48z" />
163
+<glyph unicode="&#xe087;" glyph-name="eye" d="M515.472 638.592c-106.032 0-192-85.968-192-192 0-106.016 85.968-192 192-192s192 85.968 192 192c0 106.032-85.968 192-192 192zM515.472 318.592c-70.576 0-129.472 58.816-129.472 129.392s57.424 128 128 128c70.592 0 128-57.424 128-128s-55.936-129.392-126.528-129.392zM1023.68 455.424c-0.368 1.616-0.208 3.328-0.688 4.912-0.208 0.672-0.624 1.056-0.864 1.648-0.336 0.912-0.256 1.984-0.72 2.864-93.072 213.104-293.664 335.76-507.424 335.76s-418.368-122.432-511.488-335.552c-0.4-0.896-0.336-1.824-0.656-2.848-0.224-0.624-0.688-0.976-0.896-1.568-0.496-1.616-0.304-3.296-0.608-4.928-0.592-2.88-1.136-5.68-1.136-8.592 0-2.944 0.544-5.664 1.136-8.592 0.32-1.6 0.112-3.344 0.608-4.88 0.208-0.72 0.672-1.024 0.896-1.68 0.336-0.88 0.256-1.968 0.656-2.848 93.136-213.056 295.744-333.712 509.504-333.712 213.776 0 416.336 120.4 509.44 333.504 0.464 0.912 0.368 1.872 0.72 2.88 0.224 0.56 0.656 0.976 0.848 1.6 0.496 1.568 0.336 3.28 0.688 4.912 0.56 2.864 1.088 5.664 1.088 8.624 0 2.816-0.528 5.6-1.104 8.496zM512 159.408c-181.296 0-359.744 95.568-447.424 287.68 86.848 191.472 267.68 289.504 449.424 289.504 181.68 0 358.496-98.144 445.376-289.712-86.816-191.408-265.632-287.472-447.376-287.472z" />
164
+<glyph unicode="&#xe088;" glyph-name="flag" d="M680 864.672c-160 0-202.656 96-405.312 96-130.688 0-210.688-98.688-210.688-98.688v-894.656c0-17.664 14.336-32 32-32s32 14.336 32 32v407.872c33.76 21.776 80.336 41.472 138.688 41.472 202.656 0 261.312-96 421.312-96s272 96 272 96v544c0 0-120-96-280-96zM896 449.28c-36.16-23.584-112.784-64.608-208-64.608-62.912 0-105.84 17.264-160.224 39.136-66.272 26.64-141.408 56.864-261.088 56.864-54.688 0-101.072-13.76-138.688-32.16v387.472c24.096 21.92 76.624 60.688 146.688 60.688 94.112 0 147.088-22.848 203.184-47.008 55.872-24.080 113.664-48.992 202.128-48.992 85.248 0 160.128 23.568 216 48.912v-400.304z" />
165
+<glyph unicode="&#xe089;" glyph-name="folder" d="M354.752 784l78.624-77.248 20.112-18.752h506.512v-576h-896v672h288zM384 848h-320c-35.344 0-64-28.656-64-64v-672c0-35.344 28.656-64 64-64h896c35.344 0 64 28.656 64 64v576c0 35.344-28.656 64-64 64h-480l-96 96z" />
166
+<glyph unicode="&#xe08a;" glyph-name="heart" d="M287.984 845.84c31.376 0 88.096-15.008 180.096-105.616l45.616-44.912 44.928 45.632c63.872 64.896 131.84 105.2 177.376 105.2 61.408 0 109.808-21.008 157.008-68.096 44.464-44.368 68.992-103.36 68.992-166.112 0.032-62.784-24.448-121.824-69.408-166.672-3.664-3.712-196.992-212.304-358.96-387.104-7.632-7.248-16.352-8.32-20.992-8.32-4.576 0-13.2 1.024-20.8 8.096-39.472 43.904-325.552 362-358.816 395.232-44.528 44.416-69.024 103.456-69.024 166.224 0.016 62.752 24.512 121.728 69.040 166.144 43.296 43.264 93.984 60.304 154.944 60.304zM287.984 909.84c-76.528 0-144-22.896-200.176-79.008-117.072-116.768-117.072-306.128 0-422.96 33.424-33.44 357.856-394.336 357.856-394.336 18.48-18.496 42.752-27.68 66.96-27.68 24.224 0 48.4 9.184 66.912 27.68 0 0 354.88 383.024 358.656 386.848 117.040 116.88 117.040 306.24 0 423.008-58.112 58-123.024 86.784-202.208 86.784-75.648 0-160-60.32-223.008-124.32-64.992 63.984-146.736 123.984-224.992 123.984v0z" />
167
+<glyph unicode="&#xe08b;" glyph-name="info" d="M576 224h-32v286c0 0.336-0.096 0.656-0.096 1.008s0.096 0.656 0.096 0.992c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32s14.336-32 32-32h32v-256h-32c-17.664 0-32-14.336-32-32s14.336-32 32-32h128c17.664 0 32 14.336 32 32s-14.336 32-32 32zM512 608c35.344 0 64 28.656 64 64s-28.656 64-64 64-64-28.656-64-64 28.656-64 64-64zM512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008z" />
168
+<glyph unicode="&#xe08c;" glyph-name="key" d="M655.696 960c-159.056 0-288-129.152-288-288.464 0-71.408 26.032-136.624 68.944-187.008-8.832 0.544-17.84-2.432-24.592-9.184l-322.384-324.384c-12.48-12.496-12.48-32.768 0-45.248 0.24-0.24 0.512-0.384 0.768-0.624 0.080-0.080 0.128-0.176 0.208-0.256l156.912-159.904c12.48-12.496 32.752-12.496 45.248 0s12.496 32.768 0 45.248l-135.472 138.064 82.496 83.008 135.728-138.32c12.48-12.496 32.752-12.496 45.248 0s12.48 32.768 0 45.248l-135.856 138.448 172.384 173.472c6.672 6.672 9.664 15.536 9.216 24.272 50.624-44.288 116.672-71.312 189.168-71.312 159.056 0 288 129.152 288 288.48-0.016 159.312-128.944 288.464-288.016 288.464zM655.696 448c-123.248 0-224 100.272-224 224 0 123.744 100.752 224 224 224s224-100.256 224-224c0-123.728-100.736-224-224-224z" />
169
+<glyph unicode="&#xe08d;" glyph-name="link" d="M295.664 227.552c6.256-6.256 14.432-9.376 22.624-9.376s16.368 3.12 22.624 9.376l387.664 390.688c12.496 12.496 12.496 32.752 0 45.248s-32.752 12.496-45.248 0l-387.664-390.688c-12.512-12.496-12.512-32.752 0-45.248zM475.872 295.696c10.576-46.624-0.832-92.4-36.864-128.432l-129.248-125.248c-27.2-27.184-63.36-42.16-101.824-42.16s-74.624 14.976-101.808 42.16c-56.144 56.16-56.144 147.536-0.336 203.344l126.256 130.256c27.2 27.184 63.36 42.176 101.824 42.176 13.152 0 25.824-2.352 38.176-5.744l49.952 49.952c-27.872 13.024-57.952 19.792-88.128 19.792-53.232 0-106.464-20.32-147.072-60.928l-125.936-129.936c-81.216-81.216-81.216-212.912 0-294.16 40.608-40.624 93.84-60.912 147.072-60.912s106.464 20.288 147.072 60.912l128.944 124.944c62.128 62.128 75.568 148.72 42.656 224.72l-50.736-50.736zM963.136 899.216c-40.624 40.608-93.84 60.928-147.056 60.928-53.248 0-106.496-20.32-147.088-60.928l-128.928-124.944c-64.4-64.4-77.536-160.464-39.792-238.032l49.664 49.648c-14.704 49.104-3.408 104.336 35.056 142.832l129.248 125.248c27.216 27.184 63.344 42.176 101.84 42.176 38.432 0 74.624-14.992 101.808-42.176 56.128-56.16 56.128-147.536 0.32-203.344l-129.248-129.248c-27.184-27.184-63.376-42.16-101.808-42.16-9.808 0-18.432-0.992-27.84 0.928l-50.976-51.008c25.472-10.592 51.632-13.936 78.816-13.936 53.216 0 106.432 20.304 147.056 60.928l128.944 128.944c81.2 81.216 81.2 212.896-0.016 294.144z" />
170
+<glyph unicode="&#xe08e;" glyph-name="lock" d="M800 576h-32v122.128c0 146.848-106.256 261.872-257.184 261.872-151.536 0-254.816-117.472-254.816-261.872v-122.128h-32c-70.592 0-128-57.408-128-128v-384c0-70.592 57.408-128 128-128h576c70.592 0 128 57.408 128 128v384c0 70.592-57.408 128-128 128zM320 698.128c0 109.088 74.56 197.872 190.816 197.872 115.056 0 193.184-86.912 193.184-197.872v-122.128h-384v122.128zM864 64c0-35.28-28.72-64-64-64h-576c-35.28 0-64 28.72-64 64v384c0 35.28 28.72 64 64 64h576c35.28 0 64-28.72 64-64v-384zM512 384c-35.344 0-64-28.656-64-64 0-23.632 12.96-44.032 32-55.12v-104.88c0-17.664 14.336-32 32-32s32 14.336 32 32v104.88c19.040 11.088 32 31.504 32 55.12 0 35.344-28.656 64-64 64z" />
171
+<glyph unicode="&#xe08f;" glyph-name="lock-open" d="M800 574.896h-456.96l-16.56 74.272c-28.24 105.376 20.816 210.432 133.088 240.512 111.136 29.776 209.088-33.936 237.824-141.12l13.6-53.968c4.576-17.072 22.112-27.2 39.2-22.624 17.072 4.576 27.2 22.112 22.624 39.184l-13.616 53.968c-37.984 141.84-170.384 225.44-316.192 186.384-146.368-39.216-215.712-179.424-178.336-318.912l12.864-57.696h-53.536c-70.592 0-128-57.408-128-128v-384c0-70.592 57.408-128 128-128h576c70.592 0 128 57.408 128 128v384c0 70.592-57.408 128-128 128zM864 62.896c0-35.28-28.72-64-64-64h-576c-35.28 0-64 28.72-64 64v384c0 35.28 28.72 64 64 64h576c35.28 0 64-28.72 64-64v-384zM512 382.896c-35.344 0-64-28.656-64-64 0-23.632 12.96-44.032 32-55.12v-104.88c0-17.664 14.336-32 32-32s32 14.336 32 32v104.88c19.040 11.088 32 31.504 32 55.12 0 35.344-28.656 64-64 64z" />
172
+<glyph unicode="&#xe090;" glyph-name="magnifier" d="M1014.64-9.040l-310.928 312.832c57.952 69.408 92.88 158.704 92.88 256.208 0 220.912-179.088 400-400 400s-400-179.088-400-400c0-220.912 179.088-400 400-400 100.368 0 192.048 37.056 262.288 98.144l310.496-312.448c12.496-12.496 32.768-12.496 45.264 0 12.48 12.496 12.48 32.752 0 45.264zM396.592 223.472c-185.856 0-336.528 150.672-336.528 336.528s150.672 336.528 336.528 336.528 336.528-150.672 336.528-336.528-150.672-336.528-336.528-336.528z" />
173
+<glyph unicode="&#xe091;" glyph-name="magnifier-add" d="M1014.624-9.040l-283.024 284.768c60.608 72.4 97.088 165.76 97.088 267.712 0 230.064-185.504 416.56-415.552 416.56s-416.544-186.496-416.544-416.544c0-230.048 186.496-416.544 416.544-416.544 105.008 0 200.672 38.96 273.696 103.072l282.528-284.304c12.496-12.496 32.768-12.496 45.248 0 12.512 12.512 12.512 32.768 0.016 45.28zM412.592 192c-193.552 0-352 158.448-352 352s158.448 352 352 352 352-158.448 352-352-158.448-352-352-352zM572.592 576h-128v128c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128h-128c-17.664 0-32-14.336-32-32s14.336-32 32-32h128v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128h128c17.664 0 32 14.336 32 32s-14.32 32-32 32z" />
174
+<glyph unicode="&#xe092;" glyph-name="magnifier-remove" d="M1014.624-9.040l-283.024 284.768c60.608 72.4 97.088 165.76 97.088 267.712 0 230.064-185.504 416.56-415.552 416.56s-416.544-186.496-416.544-416.544c0-230.048 186.496-416.544 416.544-416.544 105.008 0 200.672 38.96 273.696 103.072l282.528-284.304c12.496-12.496 32.768-12.496 45.248 0 12.512 12.512 12.512 32.768 0.016 45.28zM412.592 192c-193.552 0-352 158.448-352 352s158.448 352 352 352 352-158.448 352-352-158.448-352-352-352zM572.592 576h-320c-17.664 0-32-14.336-32-32s14.336-32 32-32h320c17.664 0 32 14.336 32 32s-14.32 32-32 32z" />
175
+<glyph unicode="&#xe093;" glyph-name="paper-clip" d="M172.72-47.632c-43.408 0-85.088 17.968-118.304 51.216-73.648 73.888-73.648 194.064-0.016 267.904l574.272 609.824c89.6 89.744 226.848 81.68 327.008-18.608 44.88-44.96 70.064-109.776 69.12-177.904-0.944-67.408-27.28-131.92-72.288-177.008l-434.016-462.048c-12.080-12.944-32.336-13.536-45.232-1.392-12.864 12.16-13.488 32.448-1.36 45.344l434.672 462.752c34 34.064 53.504 82.384 54.224 133.248 0.72 50.896-17.664 98.88-50.368 131.664-61.44 61.568-161.472 93.808-235.84 19.264l-574.256-609.824c-49.376-49.504-49.36-129.008-0.64-177.856 22.848-22.864 49.968-34 78.848-32.256 28.576 1.744 57.952 16.4 82.72 41.232l456.928 486.336c16.56 16.592 49.84 57.264 15.968 91.216-19.184 19.216-32.656 18.032-37.088 17.664-12.656-1.12-27.44-9.872-42.784-25.264l-343.92-365.776c-12.144-12.912-32.416-13.536-45.232-1.36-12.88 12.128-13.472 32.448-1.36 45.312l344.544 366.464c27.088 27.216 54.784 41.968 82.976 44.496 22 1.952 54.72-2.736 88.096-36.208 49.536-49.632 43.376-122.432-15.28-181.216l-456.928-486.304c-36.48-36.608-80.528-57.872-124.72-60.592-3.248-0.224-6.496-0.32-9.744-0.32z" />
176
+<glyph unicode="&#xe094;" glyph-name="paper-plane" d="M1004.032 960c-6.096 0-13.52-1.728-22.096-5.36l-954.656-405.088c-34.368-14.576-36.544-42.688-4.832-62.448l269.76-168.032c31.712-19.744 73.648-62.080 93.184-94.048l161.712-264.768c9.28-15.184 20.496-22.72 31.28-22.72 11.92 0 23.28 9.152 31.024 27.232l408.256 953.744c11.056 25.872 4.752 41.488-13.632 41.488zM325.552 376.080l-218.656 136.208 733.616 311.248-472.192-480.192c-14.432 12.8-29.088 24.224-42.768 32.736zM572.72 44.736l-130.432 213.52c-7.696 12.608-17.856 26.048-29.184 39.392l474.384 482.384-314.768-735.296z" />
177
+<glyph unicode="&#xe095;" glyph-name="plus" d="M512 960c-282.768 0-512-229.232-512-512 0-282.784 229.232-512 512-512 282.784 0 512 229.216 512 512 0 282.768-229.216 512-512 512zM512-1.008c-247.024 0-448 201.984-448 449.008s200.976 448 448 448 448-200.976 448-448-200.976-449.008-448-449.008zM736 480h-192v192c0 17.664-14.336 32-32 32s-32-14.336-32-32v-192h-192c-17.664 0-32-14.336-32-32s14.336-32 32-32h192v-192c0-17.664 14.336-32 32-32s32 14.336 32 32v192h192c17.664 0 32 14.336 32 32s-14.336 32-32 32z" />
178
+<glyph unicode="&#xe096;" glyph-name="location-pin" d="M515.664 960.368c-209.904 0-387.664-178.768-387.664-390.544 0-221.76 206.032-448.544 344.624-607.936 0.528-0.64 22.928-25.52 50.528-25.52h2.448c27.6 0 49.84 24.88 50.4 25.52 130.064 149.52 320 396.048 320 607.936 0 211.776-138.656 390.544-380.336 390.544zM528.496 4.816c-1.12-1.12-2.752-2.368-4.192-3.408-1.472 1.008-3.072 2.288-4.256 3.408l-16.736 19.248c-131.392 150.736-311.312 357.152-311.312 545.76 0 177.008 148.224 326.56 323.664 326.56 218.528 0 316.336-164 316.336-326.56 0-143.184-102.128-333.296-303.504-565.008zM513.12 766.592c-106.032 0-192-85.968-192-192s85.968-192 192-192 192 85.968 192 192-85.968 192-192 192zM513.12 446.592c-70.576 0-129.472 58.816-129.472 129.408 0 70.576 57.424 128 128 128 70.624 0 128-57.424 128-128 0.032-70.592-55.904-129.408-126.528-129.408z" />
179
+<glyph unicode="&#xe097;" glyph-name="power" d="M701.552 795.904c-16 7.456-35.024 0.592-42.528-15.424-7.52-16-0.592-35.040 15.408-42.544 162.336-76 250.496-251.952 214.352-427.872-42.912-208.88-247.664-343.808-456.56-301.024-101.168 20.784-184.208 79.712-241.056 165.936-56.864 86.256-76.736 189.504-55.952 290.672 24.704 120.224 102.624 219.328 213.76 271.904 15.968 7.552 22.8 26.624 15.232 42.608-7.552 15.952-26.592 22.736-42.592 15.232-129.504-61.264-220.288-176.736-249.088-316.864-24.224-117.936-1.072-238.256 65.184-338.784 66.272-100.48 163.696-169.168 281.632-193.408 30.432-6.256 60.816-9.248 90.752-9.248 209.456 0 397.648 147.12 441.376 360.112 42.112 205.008-60.656 410.096-249.92 498.704zM512.016 544c17.664 0 32 14.336 32 32v352c0 17.664-14.336 32-32 32s-32-14.336-32-32v-352c0-17.664 14.336-32 32-32z" />
180
+<glyph unicode="&#xe098;" glyph-name="refresh" d="M497.408 61.44c-0.080 0.192-0.272 0.32-0.384 0.48l-91.92 143.664c-6.528 10.72-20.688 14.528-31.728 8.512l-8.192-5.040c-11.008-6-10.768-21.536-4.256-32.256l58.928-91.408c-5.024 1.104-10.096 2-15.056 3.296-103.184 26.992-190.496 96.832-239.536 191.6-46.336 89.52-55.040 191.696-24.512 287.744 30.512 96.048 99.776 174.464 189.296 220.784 15.248 7.888 21.2 26.64 13.312 41.856-7.872 15.264-26.64 21.232-41.856 13.328-104.272-53.952-184.4-145.28-219.968-257.152-35.552-111.856-25.424-230.88 28.544-335.136 57.136-110.336 158.832-191.664 279.024-223.136 1.36-0.352 2.784-0.56 4.16-0.912l-81.312-41.232c-11.008-6.032-14.656-19.632-8.128-30.352l3.152-8.176c6.56-10.72 17.84-14.528 28.816-8.512l148.832 76.208c0.192 0.128 0.384 0.096 0.576 0.224l9.984 5.456c5.52 3.024 9.168 7.968 10.624 13.504 1.52 5.52 0.816 11.664-2.448 16.992l-5.952 9.664zM913.904 639.184c-57.056 110.304-155.584 191.632-275.76 223.12-8.56 2.24-17.312 3.984-26.048 5.712l79.824 40.48c11.008 6.032 17.568 19.632 11.040 30.368l-3.152 8.16c-6.56 10.736-20.752 14.528-31.728 8.528l-148.816-76.208c-0.176-0.112-0.384-0.080-0.576-0.208l-9.968-5.472c-5.536-3.040-9.168-7.968-10.624-13.504-1.52-5.52-0.816-11.648 2.464-16.976l5.92-9.712c0.096-0.192 0.272-0.304 0.384-0.496l91.92-143.648c6.512-10.736 20.688-14.528 31.712-8.512l7.216 5.024c11.008 6 11.728 21.536 5.232 32.24l-59.2 91.856c13.008-2 25.968-4.416 38.624-7.76 103.232-27.040 187.392-96.864 236.4-191.568 46.32-89.52 55.024-191.696 24.48-287.728-30.512-96.048-96.656-174.448-186.176-220.816-15.232-7.888-21.168-26.608-13.28-41.872 5.52-10.64 16.336-16.768 27.6-16.768 4.8 0 9.664 1.12 14.272 3.488 104.272 53.936 181.248 145.28 216.816 257.12 35.536 111.904 25.392 230.928-28.576 335.152z" />
181
+<glyph unicode="&#xe099;" glyph-name="reload" d="M511.28 960c-255.808 0-463.92-208.128-463.92-463.936 0-240.448 185.296-441.536 423.568-462.096l-91.856-46.56c-11.344-6.224-18.096-20.224-11.376-31.28l3.248-8.4c6.752-11.056 21.376-14.976 32.688-8.784l153.312 78.496c0.192 0.128 0.4 0.096 0.592 0.224l10.288 5.632c5.68 3.12 9.44 8.224 10.944 13.904 1.568 5.68 0.848 12-2.528 17.504l-6.096 10c-0.096 0.192-0.288 0.32-0.4 0.496l-94.688 147.968c-6.72 11.056-21.312 14.976-32.688 8.784l-7.44-5.184c-11.344-6.192-12.096-22.192-5.376-33.216l55.872-86.672c-0.304 0.016-0.576 0.128-0.864 0.144-209.28 13.728-373.2 189.040-373.2 399.040 0 220.528 179.408 399.936 399.92 399.936 220.544 0 400.96-179.408 400.96-399.936 0-126.976-58.32-243.6-160-319.968-14.128-10.624-16.976-30.688-6.368-44.816 10.624-14.16 30.688-16.976 44.816-6.368 117.936 88.592 185.568 223.872 185.568 371.152-0.016 255.808-209.152 463.936-464.976 463.936z" />
182
+<glyph unicode="&#xe09a;" glyph-name="settings" d="M960.496 544.944l-82.128 18.224c-6.4 20.48-14.784 40.080-24.4 58.928l44.432 74.032c16.592 26.512 24.976 65.52 0 90.512l-45.28 45.248c-24.976 24.992-67.152 20.496-92.624 2.832l-72.032-45.888c-18.688 9.696-38.224 18-58.528 24.56l-18.432 83.12c-5.504 30.48-32.16 63.488-67.504 63.488h-64c-35.344 0-57.008-33.504-64-64l-20.528-82.128c-21.68-6.912-42.496-15.744-62.336-26.208l-73.84 47.024c-25.456 17.664-67.648 22.16-92.624-2.832l-45.264-45.248c-24.992-25.008-16.608-64 0-90.512l46.752-77.92c-8.768-17.664-16.544-35.936-22.544-55.024l-82.112-18.224c-30.496-5.488-63.504-32.144-63.504-67.488v-64c0-35.344 33.504-57.008 64-64l83.152-20.784c5.744-17.632 12.928-34.56 21.056-50.976l-46.8-78c-16.592-26.496-24.976-65.504 0-90.496l45.28-45.248c24.976-25.008 67.152-20.496 92.624-2.848l74 47.152c19.952-10.528 40.88-19.44 62.704-26.336l20.48-81.904c7.008-30.496 28.656-64 64-64h64c35.344 0 62 33.008 67.504 63.504l18.464 83.344c20.096 6.496 39.376 14.688 57.84 24.256l72.192-46c25.472-17.664 67.664-22.16 92.624 2.848l45.28 45.248c24.976 25.008 16.592 64 0 90.496l-44.464 74.128c8.944 17.568 16.688 35.84 22.912 54.848l83.152 20.768c30.496 7.008 64 28.656 64 64v64c0 35.344-32.992 62-63.504 67.504zM960.032 417.952c-2.72-1.952-7.84-4.64-14.336-6.144l-118.656-29.632-11.008-33.632c-4.976-15.152-11.408-30.528-19.12-45.712l-16.064-31.568 62.688-104.528c4-6.4 5.872-12.128 6.432-15.504l-42.096-42.032c-4.064 1.28-8.688 2.944-10.912 4.464l-105.344 67.184-32.752-16.944c-15.776-8.192-31.968-14.976-48.096-20.192l-34.88-11.28-26.368-119.12c-1.216-6.368-4.624-11.504-6.96-13.344h-57.6c-1.952 2.72-4.624 7.84-6.112 14.32l-29.456 117.808-34.096 10.816c-17.568 5.536-35.088 12.912-52.144 21.904l-32.912 17.376-105.36-67.152c-4.304-2.912-8.912-4.56-13.088-4.56l-41.968 40.848c0.56 3.312 2.304 8.784 5.792 14.368l65.456 109.056-15.568 31.344c-7.264 14.784-13.024 28.656-17.504 42.4l-10.992 33.664-117.488 29.376c-7.392 1.68-12.736 4.432-15.52 6.4v59.504c0.032-0.016 0.080-0.032 0.144-0.032 1.072 0 6.336 3.744 10.72 4.544l120.72 26.736 11.088 35.28c4.512 14.368 10.672 29.344 18.816 45.776l15.568 31.36-64.768 107.92c-4.016 6.432-5.872 12.16-6.432 15.52l42.080 42.064c4.080-1.312 8.672-2.96 10.88-4.48l107.312-68.4 32.88 17.344c16.88 8.896 34.336 16.24 51.904 21.824l34.016 10.832 29.184 116.768c1.696 7.392 4.416 12.736 6.4 15.52h59.488c-0.432-0.656 3.68-6.24 4.528-10.864l26.88-121.408 34.848-11.264c16.336-5.28 32.752-12.16 48.72-20.448l32.752-17.008 103.152 65.712c4.32 2.944 8.944 4.576 13.088 4.576l42-40.816c-0.56-3.328-2.32-8.816-5.808-14.416l-63.344-105.488 16.16-31.616c8.72-17.056 15.376-33.056 20.32-48.928l11.056-35.344 118.288-26.256c7.152-1.328 12.72-5.456 13.904-7.696l-0.512-56.8zM512.432 640.32c-106.272 0-192.736-86.288-192.736-192.32 0-106.016 86.464-192.304 192.736-192.304s192.736 86.288 192.736 192.304c0 106.032-86.464 192.32-192.736 192.32zM512 320c-70.576 0-128 57.424-128 128 0 70.592 57.424 128 128 128 70.592 0 128-57.408 128-128 0-70.576-57.424-128-128-128z" />
183
+<glyph unicode="&#xe09b;" glyph-name="star" d="M512 882.512l137.472-285.088 312.608-46.464-226.416-225.84 7.616-45.312 45.28-270.16-276.608 148.784-276.592-148.848 45.296 270.224 7.584 45.312-226.336 225.872 312.592 46.464 20.544 42.544 116.96 242.512zM511.984 944.448c-28.656 0-54.784-16.176-66.976-41.456l-115.904-240.64-266.704-39.664c-27.392-4.096-50.144-22.8-58.976-48.384-8.816-25.664-2.144-53.904 17.2-73.152l195.408-195.2-45.328-270.656c-4.56-27.28 7.232-54.624 30.368-70.576 12.72-8.736 27.664-13.152 42.624-13.152 12.32 0 24.64 2.992 35.792 8.976l232.496 125.184 232.512-125.184c11.184-5.984 23.504-8.976 35.776-8.976 14.96 0 29.904 4.416 42.656 13.152 23.104 15.952 34.912 43.296 30.32 70.576l-45.344 270.656 195.504 195.2c19.344 19.248 25.968 47.504 17.152 73.152-8.848 25.616-31.6 44.32-58.976 48.384l-266.656 39.664-115.968 240.64c-12.112 25.312-38.256 41.456-66.976 41.456v0z" />
184
+<glyph unicode="&#xe09c;" glyph-name="symble-female" d="M623.696 960.224c-220.912 0-400-179.072-400-400 0-98.512 35.68-188.672 94.736-258.368l-127.312-128.096-135.264 136.544c-12.48 12.496-32.752 12.496-45.248 0s-12.496-32.752 0-45.248l135.392-136.688-136.352-137.184c-12.496-12.496-12.496-32.784 0-45.248 12.48-12.496 32.752-12.496 45.248 0l136.144 136.992 136.464-137.76c12.496-12.496 32.752-12.496 45.248 0s12.496 32.752 0 45.248l-136.608 137.904 127.408 128.192c69.952-59.968 160.768-96.288 260.128-96.288 220.912 0 400 179.088 400 400 0.016 220.928-179.072 400-399.984 400zM623.696 223.68c-185.856 0-336.528 150.688-336.528 336.544s150.672 336.528 336.528 336.528 336.528-150.672 336.528-336.528c0.016-185.856-150.656-336.544-336.528-336.544z" />
185
+<glyph unicode="&#xe09d;" glyph-name="symbol-male" d="M1023.296 937.344c0.144 6.48-1.376 12.288-5.584 16.432-4.144 4.176-9.952 6.72-16.4 6.528l-11.696-0.272c-0.224 0-0.384-0.080-0.64-0.112l-293.504 1.024c-12.928-0.288-23.616-10.992-23.92-23.92l-0.032-16.432c1.968-15.248 13.952-24.16 26.88-23.872l215.216-0.432-256.144-254.592c-69.488 58.24-159.008 93.36-256.768 93.36-220.928 0-400-179.072-400-400 0-220.912 179.072-400 400-400 220.912 0 400 179.088 400 400 0 100.112-36.864 191.568-97.664 261.712l256.896 255.312-0.944-219.152c-0.304-12.928 9.952-24.176 22.896-23.888l16.416 0.032c12.96 0.304 23.648 8 23.92 20.928l0.672 295.008c0 0.24-0.88 0.4-0.88 0.624l1.28 11.712zM737.232 335.056c0-185.856-150.672-336.528-336.544-336.528-185.856 0-336.528 150.672-336.528 336.528s150.672 336.528 336.528 336.528c185.872 0.016 336.544-150.656 336.544-336.528z" />
186
+<glyph unicode="&#xe09e;" glyph-name="target" d="M992 480h-97.44c-15.392 186.528-164.048 335.040-350.56 350.464v97.536c0 17.664-14.336 32-32 32s-32-14.336-32-32v-97.536c-186.496-15.424-335.168-163.936-350.576-350.464h-97.424c-17.664 0-32-14.336-32-32s14.336-32 32-32h97.424c15.408-186.512 164.080-335.040 350.576-350.464v-97.536c0-17.664 14.336-32 32-32s32 14.336 32 32v97.536c186.512 15.424 335.168 163.952 350.56 350.464h97.44c17.664 0 32 14.336 32 32s-14.336 32-32 32zM480 766.416v-286.416h-286.448c15.008 151.2 135.248 271.408 286.448 286.416zM193.552 416h286.448v-286.416c-151.2 15.008-271.44 135.216-286.448 286.416zM544 129.584v286.416h286.448c-15.008-151.2-135.248-271.408-286.448-286.416zM544 480v286.416c151.2-15.008 271.44-135.216 286.448-286.416h-286.448z" />
187
+<glyph unicode="&#xe09f;" glyph-name="volume-1" d="M654.768 894.096c-10.432 5.552-23.088 4.928-32.912-1.696l-321.088-252.112-106.624-0.080c-54.512 0-98.88-38.656-98.88-86.4l1.712-211.136c0-47.536 44.352-86.224 98.864-86.224l106.592-0.064 319.392-252.752c5.376-3.632 11.632-5.472 17.904-5.472 5.152 0 10.32 1.248 15.008 3.744 10.464 5.536 17.008 16.4 17.008 28.256v835.68c-0.016 11.824-6.544 22.688-16.976 28.256zM607.728 90.368l-277.6 224.528c-5.28 3.568-11.52 5.472-17.888 5.472l-116.384 0.064c-20.544 0-34.88 11.712-34.88 22.464l-1.712 211.152c0 10.48 14.336 22.16 34.896 22.16l116.4 0.080c6.352 0 12.576 1.904 17.856 5.456l279.312 224v-715.376zM789.824 612.368c-17.712 2.928-33.936-8.864-36.848-26.304-2.912-17.424 8.88-33.92 26.288-36.832 50.32-8.4 85.472-52.304 85.472-106.752 0-51.84-36.368-96.688-86.496-106.688-17.344-3.44-28.592-20.288-25.12-37.632 3.024-15.216 16.368-25.744 31.344-25.744 2.064 0 4.192 0.192 6.288 0.624 79.968 15.904 138 87.184 138 169.44-0.016 85.024-58.448 156.464-138.928 169.888z" />
188
+<glyph unicode="&#xe0a0;" glyph-name="volume-2" d="M574.496 894.096c-10.432 5.552-23.088 4.928-32.912-1.696l-321.088-252.112-106.624-0.080c-54.512 0-98.88-38.656-98.88-86.4l1.712-211.136c0-47.536 44.352-86.224 98.864-86.224l106.592-0.064 319.392-252.752c5.376-3.632 11.632-5.472 17.904-5.472 5.152 0 10.32 1.248 15.008 3.744 10.464 5.536 17.008 16.4 17.008 28.256v835.68c0 11.824-6.528 22.688-16.976 28.256zM527.472 90.368l-277.6 224.528c-5.28 3.568-11.52 5.472-17.888 5.472l-116.384 0.064c-20.544 0-34.88 11.712-34.88 22.464l-1.712 211.152c0 10.48 14.336 22.16 34.896 22.16l116.4 0.080c6.352 0 12.576 1.904 17.856 5.456l279.312 224v-715.376zM848.464 442.496c0 85.008-58.432 156.432-138.912 169.872-17.712 2.928-33.936-8.864-36.848-26.304-2.912-17.424 8.88-33.92 26.288-36.832 50.32-8.4 85.472-52.304 85.472-106.752 0-51.84-36.368-96.688-86.496-106.688-17.344-3.44-28.592-20.288-25.12-37.632 3.024-15.216 16.368-25.744 31.344-25.744 2.064 0 4.192 0.192 6.288 0.624 79.952 15.936 137.984 87.216 137.984 169.456zM806 736.096c-16.528 6.16-35.008-2.24-41.152-18.8-6.192-16.56 2.224-34.992 18.784-41.168 96.528-36.016 161.376-129.904 161.376-233.632 0-103.776-64.848-197.84-161.312-234-16.56-6.224-24.944-24.656-18.752-41.184 4.816-12.88 17.008-20.784 29.968-20.784 3.744 0 7.536 0.656 11.216 2.032 121.344 45.504 202.88 163.632 202.88 293.936s-81.6 248.288-203.008 293.6z" />
189
+<glyph unicode="&#xe0a1;" glyph-name="volume-off" d="M575.536 894.096c-10.432 5.552-23.088 4.928-32.912-1.696l-321.104-252.112-106.624-0.080c-54.512 0-98.88-38.656-98.88-86.4l1.712-211.136c0-47.536 44.352-86.224 98.864-86.224l106.592-0.064 319.392-252.752c5.376-3.632 11.632-5.472 17.904-5.472 5.152 0 10.32 1.248 15.008 3.744 10.464 5.536 17.008 16.4 17.008 28.256v835.68c0 11.824-6.528 22.688-16.96 28.256zM528.496 90.368l-277.6 224.528c-5.28 3.568-11.52 5.472-17.888 5.472l-116.384 0.064c-20.544 0-34.88 11.712-34.88 22.464l-1.728 211.152c0 10.48 14.336 22.16 34.896 22.16l116.4 0.080c6.352 0 12.576 1.904 17.856 5.456l279.328 224v-715.376zM894 447.488l104.592 105.84c12.496 12.496 12.496 32.752 0 45.248-12.464 12.496-32.752 12.496-45.248 0l-104.336-105.568-104.336 105.568c-12.464 12.496-32.752 12.496-45.248 0s-12.496-32.752 0-45.248l104.592-105.84-103.6-104.816c-12.464-12.48-12.496-32.752 0-45.248s32.784-12.496 45.28 0l103.312 104.544 103.312-104.544c12.496-12.496 32.752-12.496 45.248 0s12.496 32.768 0 45.248l-103.568 104.816z" />
190
+<glyph unicode="&#xe600;" glyph-name="phone" data-tags="phone" d="M262.2 923c37.4-51.6 82-118.2 133.6-199.6 13-22 11-48.4-5.8-79.4-6.4-13-22.6-42.6-48.4-89.2 28.4-40 71.6-89.2 129.8-147.2s106.6-101.4 145.2-129.8c46.4 27.2 76.2 43.8 89.2 50.4 16.8 9 33 13.6 48.4 13.6 11.6 0 22-2.6 31-7.8 59.4-36.2 126.6-80.8 201.4-133.6 14.2-10.4 22.2-24.6 24.2-42.6 2-18.2-3.6-37.4-16.4-58.2-6.4-9-16.8-22.2-31-39.8-14.2-17.4-35.6-39.4-64-65.8s-51.6-39.8-69.8-39.8h-2c-136.6 5.4-305 107.8-504.4 307.2-199.6 199.6-302 367.8-307.2 504.6 0 18 13.2 41.6 39.8 70.8 26.4 29 48.2 50 64.8 63 16.8 12.8 31 23.2 42.6 31 14.2 10.4 30.4 15.4 48.4 15.4 22.2 0 38.8-7.8 50.6-23.2zM198.2 882.4c-27.2-19.4-52.6-41.2-76.6-65-23.8-24-37.8-41.6-41.6-53.2 5.2-120.2 101-273.2 287.6-459.2s340-282.2 460-288.6c10.4 3.8 27.4 18 51.4 42.6s45.6 50.4 64.8 77.4c3.8 5.2 5.2 9.6 3.8 13.6-77.4 54.2-142 97.4-193.8 129.8-5.2 0-11.6-2-19.4-5.8-11.6-6.4-40.6-22.6-87.2-48.4l-33-19.4-33 21.4c-42.6 29.6-94.2 75.6-155 137.6-60.6 60.6-105.8 112.4-135.6 155l-23.2 31 19.4 34.8c25.8 46.4 42 75.6 48.4 87.2 3.8 7.8 5.8 14.2 5.8 19.4-46 73.4-88.6 138-127.4 193.6h-2c-5 0-9.6-1.4-13.4-3.8z" />
191
+<glyph unicode="&#xe601;" glyph-name="menu" data-tags="Menu" d="M27 766.4c-8.2 8.2-12.2 18.6-12.2 31.2s4 23 12.2 31.2c8.2 8.2 18.6 12.2 31.2 12.2h912.4c12.6 0 23-4 31.2-12.2s12.2-18.6 12.2-31.2c0-12.6-4-23-12.2-31.2s-18.6-12.2-31.2-12.2h-912.4c-12.6 0-23 4-31.2 12.2zM1001.8 481.2c8.2-8.2 12.2-18.6 12.2-31.2s-4-23-12.2-31.2c-8.2-8.2-18.6-12.2-31.2-12.2h-912.4c-12.6 0-23 4-31.2 12.2s-12.2 18.6-12.2 31.2c0 12.6 4 23 12.2 31.2s18.6 12.2 31.2 12.2h912.4c12.6 0 23-4 31.2-12.2zM1001.8 133.8c8.2-8.2 12.2-18.6 12.2-31.2s-4-23-12.2-31.2c-8.2-8.2-18.6-12.2-31.2-12.2h-912.4c-12.6 0-23 4-31.2 12.2s-12.2 18.6-12.2 31.2c0 12.6 4 23 12.2 31.2s18.6 12.2 31.2 12.2h912.4c12.6 0 23-4.2 31.2-12.2z" />
192
+<glyph unicode="&#xe602;" glyph-name="options-vertical" data-tags="options vertical" d="M388.8 63.6c0 9 0 18.2 0 27.2 0.6 2.2 1.6 4.2 2 6.4 8.8 57.2 56.4 102.4 112.2 106.2 62.4 4.4 115.2-31.2 132.4-89.2 2.2-7.6 3.8-15.6 5.8-23.4 0-9 0-18.2 0-27.2-0.6-1.8-1.6-3.4-1.8-5.4-8.6-52.8-46.6-93-98.6-104.4-4-0.8-8-2-12-3-9 0-18.2 0-27.2 0-1.8 0.6-3.6 1.6-5.4 1.8-52 8.4-91.6 45.4-103.6 96.8-1.2 5-2.6 9.6-3.8 14.2zM641.2 832.4c0-9 0-18.2 0-27.2-0.6-2.2-1.6-4.2-1.8-6.4-9-57.6-56.8-102.6-113.2-106.2-62.2-4-114.8 32-131.8 90.2-2.2 7.4-3.8 15-5.6 22.4 0 9 0 18.2 0 27.2 0.6 1.8 1.6 3.4 2 5.2 9.6 52 39.8 86 90.2 102.2 6.6 2.2 13.6 3.4 20.4 5.2 9 0 18.2 0 27.2 0 1.8-0.6 3.6-1.6 5.4-1.8 52.2-8.6 91.6-45.4 103.6-96.8 1.2-4.8 2.4-9.4 3.6-14zM641.2 461.6c0-9 0-18.2 0-27.2-0.6-2.2-1.6-4.2-2-6.4-9-57.4-58.6-103.6-114.6-106-63-2.8-116.4 35.2-131.4 93.8-1.6 6.2-3 12.4-4.4 18.6 0 9 0 18.2 0 27.2 0.6 2.2 1.6 4.2 2 6.4 8.8 57.4 58.6 103.6 114.6 106.2 63 3 116.4-35.2 131.4-93.8 1.6-6.4 3-12.6 4.4-18.8z" />
193
+<glyph unicode="&#xe603;" glyph-name="options" data-tags="options" d="M899.4 321.8c-9 0-18.2 0-27.2 0-2.2 0.6-4.2 1.6-6.4 2-57.2 8.8-102.4 56.4-106.2 112.2-4.4 62.4 31.2 115.2 89.2 132.4 7.6 2.2 15.6 3.8 23.4 5.8 9 0 18.2 0 27.2 0 1.8-0.6 3.4-1.6 5.4-1.8 52.8-8.6 93-46.6 104.4-98.6 0.8-4 2-8 3-12 0-9 0-18.2 0-27.2-0.6-1.8-1.6-3.6-1.8-5.4-8.4-52-45.4-91.6-96.8-103.6-5-1.2-9.6-2.6-14.2-3.8zM130.6 574.2c9 0 18.2 0 27.2 0 2.2-0.6 4.2-1.6 6.4-1.8 57.6-9 102.6-56.8 106.2-113.2 4-62.2-32-114.8-90.2-131.8-7.4-2.2-15-3.8-22.4-5.6-9 0-18.2 0-27.2 0-1.8 0.6-3.4 1.6-5.2 2-52 9.6-86 39.8-102.2 90.2-2.2 6.6-3.4 13.6-5.2 20.4 0 9 0 18.2 0 27.2 0.6 1.8 1.6 3.6 1.8 5.4 8.6 52.2 45.4 91.6 96.8 103.6 4.8 1.2 9.4 2.4 14 3.6zM501.4 574.2c9 0 18.2 0 27.2 0 2.2-0.6 4.2-1.6 6.4-2 57.4-9 103.6-58.6 106-114.6 2.8-63-35.2-116.4-93.8-131.4-6.2-1.6-12.4-3-18.6-4.4-9 0-18.2 0-27.2 0-2.2 0.6-4.2 1.6-6.4 2-57.4 8.8-103.6 58.6-106.2 114.6-3 63 35.2 116.4 93.8 131.4 6.4 1.6 12.6 3 18.8 4.4z" />
194
+<glyph unicode="&#xe604;" glyph-name="arrow-down" data-tags="arrow-down" d="M8.2 684.6c0 8.6 3.4 17.4 10 24 13.2 13.2 34.8 13.2 48 0l451.8-451.8 445.2 445.2c13.2 13.2 34.8 13.2 48 0s13.2-34.8 0-48l-469.2-469.4c-13.2-13.2-34.8-13.2-48 0l-475.8 475.8c-6.8 6.8-10 15.4-10 24.2z" />
195
+<glyph unicode="&#xe605;" glyph-name="arrow-left" data-tags="arrow-left" d="M752.145 960c8.685 0 17.572-3.434 24.237-10.099 13.33-13.33 13.33-35.143 0-48.473l-456.256-456.458 449.591-449.591c13.33-13.33 13.33-35.143 0-48.473s-35.143-13.33-48.473 0l-473.827 473.827c-13.33 13.33-13.33 35.143 0 48.473l480.492 480.694c6.665 6.665 15.552 10.099 24.237 10.099z" />
196
+<glyph unicode="&#xe606;" glyph-name="arrow-right" data-tags="arrow-right" d="M271.653-63.192c-8.685 0-17.572 3.434-24.237 10.099-13.33 13.33-13.33 35.143 0 48.473l456.256 456.458-449.591 449.591c-13.33 13.33-13.33 35.143 0 48.473s35.143 13.33 48.473 0l473.827-473.827c13.33-13.33 13.33-35.143 0-48.473l-480.492-480.694c-6.665-6.665-15.552-10.099-24.237-10.099z" />
197
+<glyph unicode="&#xe607;" glyph-name="arrow-up" data-tags="arrow-up" d="M8.2 208.6c0-8.6 3.4-17.4 10-24 13.2-13.2 34.8-13.2 48 0l451.8 451.8 445.2-445.2c13.2-13.2 34.8-13.2 48 0s13.2 34.8 0 48l-469.2 469.4c-13.2 13.2-34.8 13.2-48 0l-475.8-475.8c-6.8-6.8-10-15.4-10-24.2z" />
198
+<glyph unicode="&#xe608;" glyph-name="paypal" data-tags="paypal" d="M318.753 104.566h-215.653c-8.752 0-17.154 3.851-22.756 10.678s-7.877 15.579-6.302 24.331l138.284 752.159c8.227 41.135 42.010 68.442 84.371 68.442h331.881c133.383 0 223.179-85.246 223.179-212.152 0-127.956-88.222-366.89-300.548-366.89h-145.11l-58.464-253.637c-3.151-13.478-15.054-22.931-28.882-22.931zM138.634 163.556h156.663l58.289 253.637c3.151 13.478 15.054 22.931 28.882 22.931h168.741c168.566 0 241.384 203.75 241.384 307.725 0 94.348-62.84 152.987-164.015 152.987h-331.881c-8.227 0-22.756-2.626-26.256-20.48l-131.807-716.8zM421.153-64.175h-215.653c-8.752 0-16.979 3.851-22.581 10.503s-8.052 15.579-6.477 24.156l27.657 157.538c2.801 16.104 18.029 26.782 34.133 23.981s26.782-18.204 23.981-34.133l-21.53-122.88h156.663l55.839 256.088c2.976 13.653 15.054 23.281 28.882 23.281h168.741c168.566 0 241.384 203.75 241.384 307.725 0 67.742-28.532 114.478-84.546 138.809-14.879 6.477-21.88 23.981-15.229 38.859 6.477 15.054 23.981 21.88 38.859 15.404 77.369-33.608 120.079-102.225 120.079-193.072 0-127.956-88.222-366.89-300.548-366.89h-144.935l-55.839-256.088c-2.976-13.653-15.054-23.281-28.882-23.281zM459.837 546.899h-58.114c-8.752 0-16.979 3.851-22.756 10.678-5.601 6.652-8.052 15.579-6.477 24.156l38.859 215.653c2.451 14.003 14.704 24.331 29.057 24.331h93.998c35.534 0 63.891-11.378 81.92-32.733 19.605-23.281 26.081-56.364 19.080-98.549-14.178-100.299-66.691-143.535-175.568-143.535zM437.082 606.064h22.756c87.871 0 108.526 31.508 117.279 93.473 2.801 17.329 4.026 39.56-5.776 51.288-8.227 9.802-24.681 11.728-36.934 11.728h-69.317l-28.007-156.488z" />
199
+<glyph unicode="&#xe609;" glyph-name="social-instagram" data-tags="social-instagram" d="M511.4 191.8c-124.8 0-226.4 101.6-226.4 226.4s101.6 226.4 226.4 226.4c124.8 0 226.4-101.6 226.4-226.4 0.2-124.8-101.4-226.4-226.4-226.4zM511.4 571.2c-84.4 0-153-68.6-153-153s68.6-153 153-153c84.4 0 153 68.6 153 153s-68.6 153-153 153zM802.6-49.4h-582.2c-121.6 0-220.4 98.8-220.4 220.4v553.6c0 121.6 98.8 220.4 220.4 220.4h582.2c121.6 0 220.4-98.8 220.4-220.4v-553.6c0-121.6-98.8-220.4-220.4-220.4zM220.4 871.6c-81 0-147-66-147-147v-553.6c0-81 66-147 147-147h582.2c81 0 147 66 147 147v553.6c0 81-66 147-147 147h-582.2zM358.4 507.6h-309.4c-20.2 0-36.8 16.4-36.8 36.8s16.4 36.8 36.8 36.8h309.6c20.2 0 36.8-16.4 36.8-36.8s-16.6-36.8-37-36.8zM977.4 507.6h-313c-20.2 0-36.8 16.4-36.8 36.8s16.4 36.8 36.8 36.8h313c20.2 0 36.8-16.4 36.8-36.8s-16.4-36.8-36.8-36.8zM716.4 761.4c0 20.2 16.6 36.8 36.8 36.8h62.4c20.2 0 36.8-16.6 36.8-36.8v-62.4c0-20.2-16.6-36.8-36.8-36.8h-62.4c-20.2 0-36.8 16.6-36.8 36.8v62.4z" />
200
+<glyph unicode="&#xe60a;" glyph-name="social-linkedin" data-tags="social-linkedin" d="M997.795-42.431h-208.025c-14.715 0-26.608 11.893-26.608 26.608v335.017c0 114.898-59.263 114.898-78.816 114.898-52.611 0-74.986-41.524-82.243-59.465-3.427-8.063-5.039-21.77-5.039-40.92v-349.732c0-14.715-11.893-26.608-26.608-26.608h-208.227c-7.055 0-13.909 2.822-18.948 7.861s-7.861 11.893-7.66 18.948c0 5.644 2.822 567.433 0 624.882-0.403 7.257 2.217 14.312 7.257 19.553s11.893 8.265 19.351 8.265h208.227c14.715 0 26.608-11.893 26.608-26.608v-15.723c35.074 31.244 85.669 57.046 161.058 57.046 166.702 0 266.28-115.301 266.28-308.409v-359.005c0-14.715-11.893-26.608-26.608-26.608zM816.378 10.784h155.011v332.397c0 162.268-77.606 255.194-213.065 255.194-90.507 0-134.45-45.153-162.066-86.476-3.225-10.885-13.506-18.948-25.6-18.948h-1.411c-9.676 0-18.545 5.241-23.181 13.707-3.628 6.652-4.435 14.312-2.016 21.367v55.836h-154.608c1.411-111.068 0-470.476-0.403-572.876h154.809v322.923c0 26.809 2.822 46.161 8.869 60.876 23.383 57.852 72.567 92.724 131.427 92.724 83.855 0 132.031-61.279 132.031-168.113v-308.611zM247.131-42.431h-208.227c-14.715 0-26.608 11.893-26.608 26.608v626.091c0 14.715 11.893 26.608 26.608 26.608h208.227c14.715 0 26.608-11.893 26.608-26.608v-626.091c0-14.715-11.893-26.608-26.608-26.608zM65.512 10.784h155.011v572.876h-155.011v-572.876zM143.118 669.128h-1.411c-82.041 0-141.707 56.844-141.707 135.055 0 78.009 60.674 134.854 144.529 134.854 82.444 0 141.304-55.231 142.917-134.249 0-78.816-60.674-135.66-144.328-135.66zM144.529 885.619c-54.627 0-91.313-32.857-91.313-81.638 0-47.975 36.283-81.638 88.491-81.638h1.411c54.425 0 91.112 32.857 91.112 81.638-1.008 49.386-36.283 81.638-89.701 81.638z" />
201
+<glyph unicode="&#xe60b;" glyph-name="social-pintarest" data-tags="social-pintarest" d="M886.796 608.541c-3.822 186.292-156.115 321.283-362.524 321.283-22.331 0-45.064-1.609-67.797-4.828-165.369-22.934-292.313-142.032-316.052-296.135-16.899-109.844 18.508-241.817 135.393-271.591l16.899-4.225 9.858 14.284c3.42 4.828 33.396 49.088 28.567 85.702-2.414 18.307-13.479 29.573-20.118 36.212-1.207 1.207-2.615 2.615-3.219 3.219-18.307 28.769-25.952 77.454-18.307 118.293 18.508 100.589 102.4 173.617 208.622 181.664 7.444 0.604 14.887 0.805 22.13 0.805 110.045 0 184.481-65.584 189.712-166.978 4.828-97.974-24.544-187.297-76.85-233.166l-3.42-3.018c-12.272-10.864-21.928-19.514-42.046-22.532-5.231-0.805-10.461-1.207-15.29-1.207-40.236 0-62.164 26.556-62.969 52.709-1.006 29.372 10.662 61.561 23.136 95.761 15.29 42.046 31.183 85.702 25.349 130.766-6.237 46.673-48.685 83.087-96.767 83.087-12.272 0-24.745-2.414-36.816-6.84-87.312-33.194-100.187-147.464-68.2-239.604-7.645-36.413-17.503-72.424-27.964-110.447-31.183-114.471-63.572-232.965-39.029-371.778l5.432-30.78 28.769 11.87c27.964 11.668 43.052 37.419 55.525 58.744 2.414 4.024 4.828 8.047 7.041 11.87 40.839 64.176 63.774 140.825 81.477 215.261 44.058-33.194 89.122-43.857 153.298-36.816 177.44 19.313 269.58 209.427 266.16 378.417zM406.582 478.78l1.408 7.041-2.615 6.84c-27.36 72.223-21.124 160.138 36.615 182.067 6.237 2.414 12.674 3.621 18.911 3.621 23.538 0 44.259-17.301 47.076-39.431 4.426-32.993-8.852-68.803-22.733-107.027-13.479-37.017-27.561-75.241-26.153-114.471 1.609-49.088 41.845-101.193 113.062-101.193 7.444 0 15.088 0.604 22.934 1.811 34.804 5.231 54.117 22.331 67.998 34.804l3.219 2.817c63.371 55.727 99.382 160.541 93.749 273.402-6.84 136.399-115.678 224.918-265.556 213.652-129.358-9.858-231.356-99.181-254.089-222.504-9.858-53.111 0.402-115.275 25.349-154.505 3.018-4.627 6.438-8.248 9.657-11.467 2.213-2.414 5.834-5.834 6.035-7.444 0.805-6.84-3.42-20.923-10.662-34.804-72.827 30.982-93.347 128.956-80.874 209.628 20.118 131.973 129.961 234.172 273.402 254.089 20.52 2.817 41.040 4.225 60.957 4.225 177.842 0 309.212-114.471 312.229-272.195 3.018-146.861-73.631-311.425-221.095-327.72-10.059-1.006-19.514-1.609-28.366-1.609-53.514 0-82.282 18.508-116.885 52.91l-32.189 31.987-9.858-44.259c-18.911-84.093-40.839-172.008-84.294-240.409-2.817-4.426-5.633-9.254-8.45-14.284-1.006-1.811-2.012-3.621-3.219-5.231-8.047 107.429 18.508 204.8 44.461 299.555 10.662 39.23 21.928 80.069 29.976 120.104z" />
202
+<glyph unicode="&#xe60c;" glyph-name="social-github" data-tags="social-github" d="M158.6 437.4c-11.6 0-22.4 7.4-26 19-29.4 91.8-33.6 254 29.4 327.6-14 53.2-6.2 125.2 19.6 163.8 5.4 8 14.2 12.6 24 12.2 73.4-3.2 121.2-33.8 163.2-61.8 59.8 15.6 118 21 187 17.2 17-1 33.8-4.8 48.6-8.2 14-3.2 28.4-6.6 36.8-5.8 7.6 0.8 21.2 10 32.2 17.6 10.2 7 21 14.2 32.2 19.2 32 14 60.8 20.4 99.6 21.8 15 0.4 27.8-11.2 28.4-26.4s-11.2-27.8-26.4-28.2c-32.2-1.2-53.8-5.8-79.6-17.2-6.6-3-14.8-8.4-23.4-14.4-17-11.6-36.4-24.8-58-26.8-17.4-1.6-35.4 2.4-54.4 7-13.2 3-27 6.2-39.2 7-67.4 3.8-123.4-2-181.4-18.6-7.6-2.2-15.8-1-22.6 3.6l-6.8 4.6c-36.6 24.2-71.2 47.4-121.8 53.6-12.6-32.2-14.2-85.6-1.6-117.2 4.4-10.8 1.2-23.4-7.6-30.8-49.4-42-55.6-190.6-26.2-282.8 4.6-14.4-3.4-29.8-17.8-34.4-2.8-1.2-5.6-1.6-8.2-1.6zM366.6 167.4c-2 0-4 0.2-6 0.6-14.8 3.2-24 17.8-20.8 32.6l1.8 7.8c8.4 38 16.2 68.6 25.4 91.4-112.2 23.4-194 76.8-232.8 152.4-6.8 13.4-1.6 30 11.8 36.8s30 1.6 36.8-11.8c35-68.2 117.4-114.4 232.2-130.2 11-1.6 20-9.6 22.8-20.2 2.8-10.8-1.2-22.2-10.2-28.8-5.8-5.2-16.4-27-32.6-101.2l-1.8-8c-2.8-12.6-14-21.4-26.6-21.4zM316.2-32.8c-1.8 0-3.4 0.2-5.2 0.6-14.8 3-24.6 16.8-21.6 31.6 5 25.4 22.8 36 33.4 42.2 7.2 4.2 9.4 5.8 10.6 8.6 6.2 13.2 4.6 47.4 3.2 74.8-0.6 11.6-1.2 23.4-1.4 34.8-63.4-11-132.2-14.4-168.6 45.8-7.2 12-11.8 24.2-16 35.2-4.8 12.4-8.8 23.2-15.4 31.2-9.6 11.6-7.8 28.8 3.8 38.4s28.8 8 38.4-3.8c12.2-15 18.6-31.8 24.2-46.6 3.6-9.6 7-18.6 11.6-26.2 19.6-32.4 62.4-30.4 144.8-13.8 8.6 1.8 17.4-0.8 23.8-6.6 6.4-6 9.6-14.6 8.6-23.2-2-17.4-0.8-40.2 0.2-62.2 2-38.6 3.8-75-8.4-100.8-8.8-18.6-23-27-32.4-32.4-2.6-1.6-6.6-3.8-7.4-4.8-1.8-13.4-13.2-22.8-26.2-22.8zM713.8-27.6c-9 0-17.6 4.4-23 12.4-2.2 3.6-5.4 5.8-11 9.6-8.8 6.2-20.8 14.6-29.8 32-16.2 31.8-13.6 78-11 126.8 1.6 30 3.2 61 0 85.4-2.8 20.6-10 29.8-20 42.6-6.4 8.4-13.8 17.8-19.6 30.2-3.8 8.2-3.2 17.6 1.2 25.4 4.6 7.8 12.6 12.8 21.6 13.4 102.6 7.6 183.6 56 222.6 132.6 6.8 13.4 23.2 18.8 36.8 12 13.4-6.8 18.8-23.2 12-36.8-41.6-82.2-121-137.6-221.4-156.6 9-13.2 17.8-30 21.2-55.8 4-29.4 2.2-63 0.4-95.4-2-37.6-4.2-80.2 5.2-99 2.4-4.8 5.4-7 12.2-11.8 7.4-5 17.4-12 25.6-24.6s4.6-29.6-8-37.8c-4.6-3.2-9.8-4.6-15-4.6zM869.2 443c-2.4 0-5 0.4-7.4 1-14.6 4.2-23 19.2-18.8 33.8 30.2 106.2 9.6 244.2-43.2 289.2-8.6 7.4-11.8 19.2-8 29.8 12.8 36.6 4.2 91.6-10.4 124.8-6 13.8 0.2 30 14 36s30-0.2 36-14c16.8-38 27.8-97.8 16.8-147.6 65.2-72 78-225.6 47.4-333.2-3.6-12-14.4-19.8-26.4-19.8zM623.6-64.4c-5 0-10.2 1.4-14.8 4.4-5 3.2-20 12.8-47.8 56-12.6 19.6-21.8 117.2-27.4 290.4-0.4 15 11.4 27.8 26.4 28.2s27.8-11.4 28.2-26.4c3.6-113.4 12-242 19.6-264 20.4-31.6 30-38 30.4-38.2 12.6-8.2 16.4-25 8.2-37.8-5-8.2-13.8-12.6-22.8-12.6zM416.2-64.4c-9 0-17.8 4.4-23 12.6-8.2 12.6-4.4 29.6 8.2 37.8 0.4 0.2 10 6.6 30.4 38.2 7.6 21.8 15.8 150.6 19.6 264 0.4 15 13.2 27 28.2 26.4 15-0.4 27-13.2 26.4-28.2-5.6-173.2-14.8-271-27.4-290.4-27.8-43-42.8-52.8-47.8-56-4.4-3-9.6-4.4-14.6-4.4z" />
203
+<glyph unicode="&#xe60d;" glyph-name="social-gplus" data-tags="social-gplus" d="M976.077 812.544h-82.739v76.39c0 23.142-13.926 40.346-37.069 40.346h-59.802c-23.142 0-46.49-17.203-46.49-40.346v-76.39h-73.114c-23.142 0-45.67-20.275-45.67-43.418v-59.802c0-23.142 22.528-42.189 45.67-42.189h73.114v-77.414c0-23.142 23.347-39.322 46.49-39.322h59.802c23.142 0 37.069 16.179 37.069 39.322v77.414h82.739c23.142 0 48.333 19.046 48.333 42.189v59.802c0 23.142-25.19 43.418-48.333 43.418zM684.442 720.384v38.912h116.736v118.784h38.912v-118.784h131.072v-38.912h-131.072v-118.784h-38.912v118.784h-116.736zM522.035 418.918l-5.939 4.301c-39.117 29.082-50.381 41.574-53.658 46.49 0.41 8.192 3.277 14.541 35.84 39.936 60.621 47.514 92.774 106.906 92.774 171.827 0 40.55-9.011 78.438-26.010 110.592 3.277 1.843 6.144 4.301 8.806 7.168l57.344 60.006c7.987 7.987 12.493 17.613 12.493 28.877 0 23.142-18.842 41.165-41.984 41.165h-259.482c-153.6 0-283.443-111.616-283.443-244.941 0-129.434 82.944-222.822 207.667-236.134-0.205-3.072-0.41-5.939-0.41-9.011 0-9.421 1.024-18.432 3.277-27.238-69.018-5.53-133.53-31.334-182.682-73.114-54.886-46.694-86.426-108.954-86.426-171.008 0-116.736 134.554-201.318 319.898-201.318 90.112 0 169.165 24.166 228.762 69.632 57.754 44.032 90.726 105.267 90.726 167.936-0.205 96.051-28.672 148.070-117.555 214.835zM352.256 381.030c-21.299 20.685-34.406 34.202-34.406 59.597 0 14.336 4.301 29.491 12.698 45.466l8.192 15.36-17.613-1.434c-9.421-0.614-17.203-1.024-24.371-1.024-111.206 0-186.163 74.342-186.163 185.754 0 103.219 108.134 193.331 231.629 193.331h236.544l-39.322-38.912h-100.762l31.949-18.842c43.008-24.576 68.608-76.595 68.608-138.445 0-49.152-24.576-93.184-72.909-131.072-44.851-35.021-55.91-51.814-55.91-85.402 0-25.805 36.864-55.296 74.547-83.354l5.734-4.301c82.125-61.645 96.87-98.918 96.87-173.056 0-91.341-100.147-185.754-267.674-185.754-155.443 0-268.083 62.874-268.083 149.504 0 93.389 98.918 193.536 246.374 193.536 8.397 0 16.384 2.048 24.166 2.253 7.578 0 15.155 2.253 22.733 2.253h24.166l-16.998 14.541zM329.728 350.72c-108.134 0-199.68-70.246-199.68-153.395 0-86.835 83.149-155.034 189.235-155.034 171.418 0 207.258 82.125 207.258 150.938 0 10.035-1.229 20.275-3.686 30.515-10.65 41.984-47.309 66.765-93.798 98.099-7.578 5.12-15.565 10.445-23.757 16.179l-2.458 1.229c-22.323 7.168-46.080 11.059-70.451 11.264l-2.662 0.205zM381.542 291.738c6.349-4.506 12.698-8.602 18.842-12.698 38.707-26.214 66.765-45.261 72.704-67.994 1.434-5.734 2.048-11.878 2.048-17.818 0-42.598-16.179-99.123-155.648-99.123-77.005 0-137.421 45.261-137.421 103.219 0 54.067 69.018 101.376 147.661 101.581h2.253c17.203-0.205 33.792-2.662 49.562-7.168zM426.394 551.629c25.19 28.672 35.226 73.933 28.262 127.181-13.107 99.123-78.029 175.514-151.347 177.766h-3.277c-30.515 0-57.549-12.288-78.029-35.84-28.262-32.154-40.346-81.51-33.382-135.373 12.083-92.57 80.077-164.25 157.901-166.707h3.891c30.925 0.205 57.139 11.469 75.981 32.973zM387.482 585.83c-8.806-10.035-21.299-15.155-37.069-15.155h-2.458c-52.634 1.638-99.942 53.862-108.134 121.651v0c-6.144 38.912 2.458 73.523 20.89 94.413 10.65 12.288 23.552 18.227 38.912 18.227h1.843c47.309-1.434 91.75-59.802 101.376-132.71 5.53-38.502-0.205-69.222-15.36-86.426z" />
204
+<glyph unicode="&#xe60e;" glyph-name="social-reddit" data-tags="social-reddit" d="M664.6 230.2c-9.6 2.6-21.2-0.8-35.4-10.2l-1.4-1.2c-23-23-64.8-34.6-124.2-34.6s-101.2 11.6-124.2 34.6c-9.6 9.6-29 9.6-38.6 0-10-10-10-28.6 0.6-39.2 42.6-35.6 96.2-52.2 168.4-52.2 75 0 135 18.8 169 52.8 4.8 4.8 7.6 11.8 7.6 19.2 0 6.8-2.4 13.4-6.4 18-4.6 8.4-10.8 11.6-15.4 12.8zM438.2 380.6c0 44.2-37.2 84.4-78.2 84.4s-78.2-40.2-78.2-84.4c0-42.4 35.8-78.2 78.2-78.2s78.2 35.8 78.2 78.2zM659.6 458.8c-42.4 0-78.2-35.8-78.2-78.2s35.8-78.2 78.2-78.2 78.2 35.8 78.2 78.2c0 42.4-35.8 78.2-78.2 78.2zM896.6 583.6c-25.6 0-55.6-11.6-75.8-28.6-68 43.2-159.8 70-267.2 77.8l50 167 140.2-33.6c4.2-51.8 50.4-95.6 102.8-95.6 55 0 103.2 48.2 103.2 103.2s-48.2 103.2-103.2 103.2c-37.8 0-76-23-92.8-54.6l-166.8 41.8-2.4 0.2c-11.4 0-27.2-10-28.2-26.6l-66-204.2c-105.2-1.2-208.6-29.2-292.4-79.4-25 15.6-49.6 23.2-75 23.2-67.2 0-122-54.6-122-122 0-42 20.2-79.4 56.2-99.4v-25.4c0-87.2 47-163.2 135.2-220 83-57.4 195.8-89 317.6-89s237.8 31.6 320.8 89c87.2 60.4 138.4 138.6 138.4 220v26c26 22.8 52.8 63.6 52.8 105.2-0.2 67.2-58 121.8-125.4 121.8zM962 455.4c0-11.4-6.4-27.6-17-39.6-12.6 33.4-36.4 65-74.6 99.4 7.6 3.2 16 5.4 26.4 5.4 38.4 0.2 65.2-26.8 65.2-65.2zM905.8 330.6c0-78-59-137.2-107.8-172.8-84.8-52.2-184.4-79.8-288.2-79.8-107.2 0-212.2 29-288 79.6-74.8 49.8-114.2 109.6-114.2 173s39.4 123.2 114.2 173c77 51.2 177 79.6 281.8 79.6 107.2 0 212.2-29 288-79.6 74.6-49.8 114.2-109.6 114.2-173zM150.4 517.6c-32.2-25.6-59.6-59.8-78.8-98.6-7.8 12.6-14 25-14 36.4 0 38.4 26.8 65.2 65.2 65.2 13 0.2 21 0 27.6-3zM800.2 773.6c0 26.2 20.4 46.6 46.6 46.6s46.6-20.4 46.6-46.6-20.4-46.6-46.6-46.6c-26.2 0.2-46.6 20.6-46.6 46.6z" />
205
+<glyph unicode="&#xe60f;" glyph-name="social-skype" data-tags="social-skype" d="M977.768 385.546c3.244 22.71 4.867 45.827 4.867 68.74 0 261.779-212.911 474.893-474.893 474.893-21.899 0-44.204-1.622-65.901-4.461-42.988 23.116-91.653 35.282-140.724 35.282-163.84 0-297.061-133.221-297.061-296.859 0-48.26 11.761-95.911 34.269-138.291-3.447-23.319-5.272-47.043-5.272-70.565 0-261.779 212.911-474.893 474.893-474.893 18.452 0 37.107 1.014 55.357 3.244 47.651-30.416 102.806-46.638 159.785-46.638 163.84 0 296.859 133.221 296.859 296.859 0 53.937-14.6 106.658-42.177 152.688zM884.898 71.046c-43.19-43.19-100.778-67.118-162.015-67.118-45.218 0-88.814 13.18-126.327 38.121l-16.83 11.152-20.074-2.636c-17.033-2.23-34.471-3.244-51.707-3.244-54.951 0-108.28 10.747-158.365 32.038-48.463 20.48-92.059 49.882-129.369 87.192s-66.712 80.906-87.192 129.369c-21.291 50.085-32.038 103.414-32.038 158.365 0 21.494 1.622 43.19 5.069 64.482l2.839 18.25-8.922 16.222c-18.25 33.457-27.983 71.376-27.983 109.903 0 61.237 23.724 118.622 67.118 162.015 43.19 43.19 100.778 67.118 162.015 67.118 39.135 0 77.865-10.139 111.728-29.199l16.222-9.125 18.452 2.636c19.872 3.042 40.352 4.461 60.426 4.461 54.951 0 108.28-10.747 158.365-32.038 48.463-20.48 92.059-49.882 129.369-87.192s66.712-80.906 87.192-129.369c21.291-50.085 32.038-103.414 32.038-158.365 0-21.088-1.622-42.379-4.867-63.265l-3.042-19.872 10.747-17.236c22.508-36.296 34.471-78.067 34.471-120.852-0.203-61.034-24.13-118.622-67.32-161.812zM578.712 498.49l-96.114 21.697c-52.315 11.761-78.676 29.808-78.676 54.546 0 17.641 7.3 32.038 21.697 42.988s34.877 16.425 61.034 16.425c30.821 0 55.965-6.489 75.026-19.669 5.678-3.65 17.844-15.613 36.499-35.688 12.166-12.977 25.347-19.669 39.338-19.669 14.397 0 26.969 4.055 37.107 12.166 10.341 8.111 15.411 19.263 15.411 33.255 0 32.241-21.291 60.223-63.873 83.948-40.149 22.508-84.15 33.66-132.005 33.66-55.154 0-100.981-11.761-137.48-35.080-42.582-27.577-63.873-67.32-63.873-119.027 0-70.97 41.163-117 123.488-137.885l129.774-32.849c32.646-8.314 49.071-25.955 49.071-52.518 0-17.844-7.908-32.849-23.724-45.421-17.236-13.991-40.149-21.088-68.537-21.088-33.052 0-59.615 7.908-79.69 23.724-4.664 3.244-17.438 17.641-38.324 43.393-12.977 15.816-27.78 23.724-44.002 23.724-13.991 0-25.549-4.461-34.674-13.383s-13.586-20.277-13.586-34.269c0-31.835 17.033-59.818 51.099-83.948 39.541-28.996 92.87-43.393 159.379-43.393 67.118 0 118.825 15.208 155.324 45.624 34.471 27.983 51.707 65.901 51.707 113.552 0.608 76.648-43.393 125.11-131.396 145.185z" />
206
+<glyph unicode="&#xe610;" glyph-name="social-behance" data-tags="social-behance" d="M376.743 545.159c15.924 9.676 23.987 27.213 23.987 51.805 0 27.213-10.683 45.556-31.849 54.425-17.739 6.047-40.718 9.071-68.132 9.071h-152.592v-129.613h167.106c24.995 0 45.757 4.838 61.48 14.312zM360.214 596.964c0-9.272-1.613-15.32-4.636-17.134-9.272-5.644-22.778-8.466-40.517-8.466h-126.387v48.58h112.076c22.375 0 40.517-2.217 53.82-6.45 2.016-1.008 5.644-2.62 5.644-16.529zM374.929 429.254c-13.707 6.249-33.26 9.676-57.852 9.877h-168.92v-156.019h166.904c24.995 0 44.75 3.427 58.658 10.28 25.6 12.699 38.501 37.291 38.501 72.97 0.202 30.236-12.296 51.402-37.291 62.891zM188.674 398.614h128.403c24.592-0.202 36.283-4.031 41.121-6.249 7.257-3.427 13.707-7.861 13.707-26.003 0-28.825-10.885-34.066-16.126-36.687-3.83-1.814-15.118-6.047-40.718-6.047h-126.387v74.986zM848.227 507.263c-17.94 15.32-40.315 23.181-66.721 23.181-28.624 0-51.402-8.265-67.326-24.794-15.924-16.328-26.003-38.702-29.833-66.52l-0.202-1.814h194.52l-0.202 1.613c-2.217 30.035-12.296 53.014-30.236 68.334zM743.609 478.035c3.427 3.427 12.699 12.094 37.896 12.094 15.723 0 28.422-4.031 38.702-12.094h-76.598zM1026.62 455.861c-6.047 38.904-19.553 73.776-40.113 103.811-18.948 28.22-42.532 50.394-70.551 66.52v160.857h-268.498v-162.469c-16.328-9.877-31.244-21.569-45.153-35.477-31.647-31.849-52.409-72.769-62.69-121.953-7.458 10.885-16.328 20.762-26.205 29.43 1.411 1.613 2.419 2.822 3.427 4.031 23.584 28.422 35.477 65.109 35.477 109.254 0 42.129-11.288 79.219-33.663 110.261-36.485 49.789-96.554 75.792-178.394 77.203h-343.887v-651.087h323.326c31.446 0 61.48 2.822 88.894 8.668 30.639 6.45 57.65 18.545 80.428 36.082 20.157 15.118 36.888 33.865 50.192 55.836 5.241 8.265 9.877 16.932 13.707 26.003 13.304-32.454 32.655-59.263 58.457-80.025 49.991-40.315 108.447-60.674 173.757-60.674 79.42 0 142.715 24.995 188.069 74.381 30.035 31.849 47.169 64.907 51.2 98.369l2.62 22.576h2.822l0.605 38.299c1.008 37.493-0.403 67.931-3.83 90.104zM442.457 494.161l-3.225-1.613 3.427-1.209c28.825-10.482 50.797-27.213 65.512-49.991s22.173-50.797 22.173-83.049c0-33.461-8.466-63.899-25.398-90.709-10.683-17.739-24.189-32.655-40.113-44.75-17.94-13.707-39.71-23.383-64.101-28.422-24.794-5.241-51.805-7.861-80.63-7.861h-283.213v570.255h301.757c69.14-1.008 118.728-21.367 147.351-60.472 17.335-23.987 26.003-53.014 26.003-86.677 0-34.469-8.869-62.488-26.205-83.452-9.877-11.691-24.391-22.375-43.339-32.050zM781.506 659.25c-10.079 0-19.956-0.403-29.43-1.411h-64.101v88.693h187.666v-88.693h-64.101c-9.877 0.806-19.956 1.411-30.035 1.411zM681.524 365.757c1.814-42.935 16.932-73.373 45.153-90.709 17.134-10.683 37.896-16.126 61.883-16.126 25.6 0 46.564 6.652 62.488 19.754 8.668 7.055 16.328 16.731 22.778 28.825h110.463c-3.427-24.189-16.932-48.983-40.517-73.978-37.493-40.718-90.709-61.279-158.438-61.279-55.836 0-105.827 17.335-148.359 51.805-42.532 34.268-64.101 91.112-64.101 168.517 0 72.567 19.553 129.209 57.852 167.912 32.655 32.857 74.18 52.006 123.565 57.046h55.030c25.6-2.62 49.386-8.668 70.954-18.343 29.228-13.102 53.619-34.066 72.567-62.287 17.134-24.794 28.422-54.224 33.461-87.080 3.024-19.351 4.233-46.967 3.628-82.444h-308.409v-1.613zM825.65 310.123c-8.869-7.257-20.964-10.683-37.090-10.683-16.529 0-29.631 3.225-40.315 9.877-5.241 3.225-11.691 8.063-16.932 17.739h107.036c-4.031-7.66-8.265-13.304-12.699-16.932z" />
207
+<glyph unicode="&#xe611;" glyph-name="social-foursqare" data-tags="social-foursqare" d="M145 884.2c0.8 1.8 1.6 3.8 2.2 5.6 14.4 46.2 45.8 69.8 94.4 69.8 115.2 0.2 230.4 0 345.6 0 66 0 131.8 0 197.8 0 14.4 0 28.6-1.2 42.4-5.2 29.2-8.4 46.4-30.2 50-60.2 4.2-34.2-4.2-66.8-11-99.6-30.2-146.6-60.8-293.2-91.2-440-3.4-16-7.4-31.8-15-46.4-17.4-33.4-47.4-43.8-82.6-44-50.6-0.2-101.2-0.2-151.8 0-9.2 0-16.2-2.6-22.2-9.6-35.8-41.8-71.6-83.4-107.6-125.2-50.2-58.4-100-117.2-150.8-175.2-15.6-17.8-37-22-59.8-16.8-21 4.8-33 19.2-38.4 39.4-0.6 2-1.4 3.8-2 5.8 0 300.8 0 601.2 0 901.6zM231.2 35.8c1.4 2.6 2 4.2 3 5.4 32.2 40.4 64.4 80.6 96.8 121 36.6 45.6 73.2 91.2 109.4 137 15.6 19.6 34.2 29.8 60.2 29.2 57.6-1.2 115.4-0.4 173-0.2 27.8 0 39.4 10 45 37.2 8.6 42.6 17.6 85.4 26 128 5.6 28.4-8 44.6-36.6 44.6-62.2 0-124.4 1.8-186.4-0.6-51.8-1.8-77 21-74 74.6 2.2 40.8 21.4 61.6 62.4 61.8 79 0 158.2 0 237.2 0 24.6 0 36.4 9.4 41.4 33.4 9 42.6 17.8 85.2 26.6 128 6.2 30.6-6.8 46.6-37.8 46.6-169.4 0-338.8 0-508.4 0-30.4 0-41.4-11-41.4-41.8 0-263 0-526 0-789.2 0-4-1.2-8.6 3.6-15z" />
208
+<glyph unicode="&#xe612;" glyph-name="social-soundcloud" data-tags="social-soundcloud" d="M1021.8 382.2c0-88-71.4-159.4-159.4-159.4h-63.8c-17.6 0-31.8 14.2-31.8 31.8s14.2 31.8 31.8 31.8h63.8c52.8 0 95.6 42.8 95.6 95.6s-42.8 95.6-95.6 95.6h-0.4c-41.4 0-76.8 26.4-90 63.2 0 0.2-0.4 0.4-0.4 0.8-24.8 69.8-89 121-166 126.6-16.6-1-29.8-14.8-29.8-31.6v-381.8c0-17.6-14.2-31.8-31.8-31.8s-31.8 14.2-31.8 31.8v381.8c0 52.4 42.2 94.8 94.4 95.4 104-6 191.2-74.2 224.8-168.2 0.2-0.2 0.4-0.4 0.6-0.4 4.2-12.8 16.2-22 30.2-22h0.4c1.8 0 3.6-0.2 5.2-0.2 0.4 0 0.8 0 1 0 85-3.4 153-73.2 153-159v0zM416.4 222.8c-17.6 0-31.8 14.2-31.8 31.8v350.6c0 17.6 14.2 31.8 31.8 31.8s31.8-14.2 31.8-31.8v-350.6c0-17.4-14.2-31.8-31.8-31.8v0zM288.8 222.8c-17.6 0-31.8 14.2-31.8 31.8v366.6c0 17.6 14.2 31.8 31.8 31.8s31.8-14.2 31.8-31.8v-366.4c0.2-17.6-14.2-32-31.8-32v0zM161.4 222.8c-17.6 0-31.8 14.2-31.8 31.8v255c0 17.6 14.2 31.8 31.8 31.8s31.8-14.2 31.8-31.8v-255c0-17.4-14.2-31.8-31.8-31.8v0zM34 286.6c-17.6 0-31.8 14.2-31.8 31.8v127.4c0 17.6 14.2 31.8 31.8 31.8s31.8-14.2 31.8-31.8v-127.4c0-17.6-14.2-31.8-31.8-31.8v0zM671.2 286.6c17.6 0 31.8-14.2 31.8-31.8s-14.2-31.8-31.8-31.8-31.8 14.2-31.8 31.8 14.2 31.8 31.8 31.8v0z" />
209
+<glyph unicode="&#xe613;" glyph-name="social-spotify" data-tags="social-spotify" d="M417.534 649.254c154.872-4.207 274.082-22.039 384.676-78.137 15.627-8.014 34.461-19.434 40.671-33.86 5.81-13.424 2.404-41.473-7.413-48.485-13.824-10.018-41.673-14.826-56.099-7.413-113.8 58.904-235.013 77.737-360.634 72.728-50.288-2.004-100.777-11.42-150.264-21.037-32.257-6.411-58.904-2.805-68.32 30.454-10.218 35.262 14.826 53.294 44.879 58.904 67.519 12.021 135.839 21.237 172.503 26.847zM440.574 496.585c110.194-6.612 214.176-29.251 309.143-83.347 15.627-8.815 32.056-30.253 33.659-47.083 2.605-30.053-31.856-40.271-67.519-21.237-123.217 65.515-253.646 80.141-389.685 57.1-15.227-2.605-31.255-11.821-45.079-9.016-17.631 3.807-33.459 16.629-50.088 25.445 10.418 15.828 18.232 42.475 31.856 45.881 58.102 14.425 118.208 22.039 177.712 32.257zM420.139 343.516c115.002-1.803 199.951-19.434 277.888-63.512 20.236-11.42 44.077-26.647 24.443-51.29-7.814-9.817-39.67-11.019-53.694-3.406-100.577 53.694-207.164 60.306-316.957 46.482-18.232-2.204-36.464-10.418-53.895-8.615-16.629 1.803-32.257 13.023-48.285 20.035 11.019 13.424 20.236 36.063 33.659 38.868 53.294 11.821 107.99 17.23 136.841 21.438zM1024 447.9c0-141.248-50.088-262.061-150.064-362.036s-220.588-150.064-362.036-150.064c-141.248 0-262.061 50.088-362.036 150.064s-150.064 220.588-150.064 362.036c0 141.248 50.088 262.061 150.064 362.036 100.176 99.976 220.788 150.064 362.036 150.064s262.061-50.088 362.036-150.064c99.976-99.976 150.064-220.788 150.064-362.036zM959.887 447.9c0 124.018-43.677 229.604-131.030 316.957-87.153 87.354-192.939 131.030-316.957 131.030-123.818 0-229.604-43.677-316.957-131.030s-131.030-192.939-131.030-316.957 43.677-230.004 131.030-317.959c87.354-87.955 192.939-132.032 316.957-132.032s229.604 44.077 316.957 132.032c87.354 87.955 131.030 193.941 131.030 317.959z" />
210
+<glyph unicode="&#xe614;" glyph-name="social-stumbleupon" data-tags="social-stumbleupon" d="M777.2 59.4c-129.8 0-236.4 105.6-237.4 235.4v134c0 7.8 4 15 10.6 19.2s14.8 4.8 22 1.4l57.8-27 89.4 26.8c7 2 14.4 0.8 20.2-3.6s9.2-11.2 9.2-18.4v-134.8c0-15.4 12.6-28 28-28s28 12.6 28 28v137.4c0 6 2.4 11.8 6.6 16.2 4.2 4.2 10 6.6 16.2 6.6v0h164.2c12.6 0 22.8-10.2 22.8-22.8v-133.2c-0.2-130.8-106.8-237.2-237.6-237.2zM585.4 392.8v-98c1-104.6 87-189.8 191.8-189.8 105.8 0 191.8 86 191.8 191.8v110.2h-118.6v-114.6c0-40.6-33-73.6-73.6-73.6s-73.8 33-73.8 73.6v104.2l-68.4-20.4c-5.4-1.6-11.2-1.2-16.2 1.2l-33 15.4zM246.4 59.4c-131 0-237.6 106.4-237.6 237.4v133c0 12.6 10.2 22.8 22.8 22.8h164.2c12.6 0 22.8-10.2 22.8-22.8v-131.4c0-15.4 12.6-28 28-28s28 12.6 28 28v310c4.6 129.2 108.6 229.8 237 229.8 129 0 233-101.2 237-230.2v-68.6c0-10.2-6.6-19-16.4-22l-97.8-29.2c-5.4-1.6-11.2-1.2-16.2 1.2l-65.6 30.6c-8 3.8-13.2 11.8-13.2 20.8v59c0 15.4-12.6 28-28 28s-28-12.6-28-28l-0.2-306.2c-1.4-129.2-107.8-234.2-236.8-234.2zM54.6 407v-110.2c0-105.8 86-191.8 191.8-191.8 104.2 0 190 84.8 191.4 189l0.2 305.8c0 40.6 33 73.6 73.6 73.6s73.6-33 73.6-73.6v-44.4l44.6-20.8 73.2 21.8v50.8c-3.2 103.6-87.2 185.2-191.2 185.2-103.6 0-187.6-81.2-191.2-184.8v-309.2c0-40.6-33-73.6-73.6-73.6s-73.6 33-73.6 73.6v108.6h-118.8z" />
211
+</font></defs></svg>

BIN
Hello/www/fonts/simple-line-icons/Simple-Line-Icons.ttf View File


BIN
Hello/www/fonts/simple-line-icons/Simple-Line-Icons.woff View File


BIN
Hello/www/fonts/simple-line-icons/Simple-Line-Icons.woff2 View File


BIN
Hello/www/images/full_image_1.jpg View File


BIN
Hello/www/images/full_image_2.jpg View File


BIN
Hello/www/images/project-1.jpg View File


BIN
Hello/www/images/project-2.jpg View File


BIN
Hello/www/images/project-3.jpg View File


BIN
Hello/www/images/project-4.jpg View File


BIN
Hello/www/images/project-5.jpg View File


BIN
Hello/www/images/project-6.jpg View File


BIN
Hello/www/images/user-1.jpg View File


BIN
Hello/www/images/user-2.jpg View File


BIN
Hello/www/images/user-3.jpg View File


BIN
Hello/www/images/white.jpg View File


+ 349
- 0
Hello/www/index.html View File

@@ -0,0 +1,349 @@
1
+
2
+<!DOCTYPE html>
3
+<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
4
+<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
5
+<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
6
+<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
7
+	<head>
8
+	<meta charset="utf-8">
9
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
10
+	<title>dato.pr</title>
11
+	<meta name="viewport" content="width=device-width, initial-scale=1">
12
+	<meta name="description" content="No" />
13
+
14
+  	<!-- Facebook and Twitter integration -->
15
+	<meta property="og:title" content=""/>
16
+	<meta property="og:image" content=""/>
17
+	<meta property="og:url" content=""/>
18
+	<meta property="og:site_name" content=""/>
19
+	<meta property="og:description" content=""/>
20
+	<meta name="twitter:title" content="" />
21
+	<meta name="twitter:image" content="" />
22
+	<meta name="twitter:url" content="" />
23
+	<meta name="twitter:card" content="" />
24
+
25
+	<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
26
+	<link rel="shortcut icon" href="favicon.ico">
27
+
28
+	<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
29
+
30
+	<!-- Animate.css -->
31
+	<link rel="stylesheet" href="css/animate.css">
32
+	<!-- Icomoon Icon Fonts-->
33
+	<link rel="stylesheet" href="css/icomoon.css">
34
+	<!-- Simple Line Icons -->
35
+	<link rel="stylesheet" href="css/simple-line-icons.css">
36
+	<!-- Bootstrap  -->
37
+	<link rel="stylesheet" href="css/bootstrap.css">
38
+	<!-- Style -->
39
+	<link rel="stylesheet" href="css/style.css">
40
+	<link rel="stylesheet" href="css/fancy.css">
41
+	<link rel="stylesheet" href="css/fancy.css">
42
+	<!-- Spotify Icon -->
43
+	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
44
+<style type="text/css">
45
+h3 {text-align: center;}
46
+</style>
47
+
48
+
49
+	<!-- Modernizr JS -->
50
+	<script src="js/modernizr-2.6.2.min.js"></script>
51
+	<!-- FOR IE9 below -->
52
+	<!--[if lt IE 9]>
53
+	<script src="js/respond.min.js"></script>
54
+
55
+	<![endif]-->
56
+	<script src="sortposts.js"></script>
57
+	<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
58
+
59
+	<script src="fetch_articles.js"></script>
60
+	<script>
61
+		get_articles(true);
62
+		get_articles(); 
63
+	</script>
64
+	</head>
65
+	<body>
66
+	<header role="banner" id="fh5co-header">
67
+		<div class="fluid-container">
68
+			<nav class="navbar navbar-default navbar-fixed-top js-fullheight">
69
+				<div id="navbar" class="navbar-collapse js-fullheight">
70
+					<ul class="nav navbar-nav navbar-left">
71
+						<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
72
+						<li><a href="#" data-nav-section="homefeed"><span>Homefeed</span></a></li>
73
+						<li><a href="#" data-nav-section="articulos"><span>Articulos</span></a></li>
74
+						<li><a href="#" data-nav-section="podcasts"><span>Services</span></a></li>
75
+						<li><a href="#" data-nav-section="instagram"><span>Galeria</span></a></li>
76
+
77
+
78
+					</ul>
79
+				</div>
80
+			</nav>
81
+	  </div>
82
+	</header>
83
+
84
+	<section id="fh5co-home" data-section="home" style="background-image: url(images/project-5.jpg);">
85
+		<div class="gradient"></div>
86
+		<div class="container">
87
+			<div class="text-wrap">
88
+				<div class="text-inner">
89
+					<div class="row">
90
+						<div class="col-md-8 col-md-offset-2 text-center">
91
+							<h1 style="color :white;" class="to-animate">dato.pr</h1>
92
+							<h2 style="color :white;" class="to-animate">"Estudiando lo ambiguo <br> e investigando lo desconocido."</h2>
93
+						</div>
94
+					</div>
95
+				</div>
96
+			</div>
97
+		</div>
98
+	</section>
99
+
100
+	<section id="fh5co-services" data-section="services">
101
+		<div class="fh5co-services">
102
+			<div class="container">
103
+				<div class="row">
104
+					<div class="col-md-12 section-heading text-center">
105
+						<section id="fh5co-services" data-section="homefeed">
106
+						<h2 class="to-animate">Inicio</h2>
107
+						<div class="row">
108
+							<div class="col-md-12">
109
+								<select id="my-selection" class="custom-select btn btn-secondary to-animate" onchange="sort_posts(id)" style="background-color: rgb(59, 59, 59);">
110
+									<option value="1" selected>Podcasts</option>
111
+									<option value="2">Instagram</option>
112
+									<option value="3">Artículos</option>
113
+								</select>
114
+							</div>
115
+						</div>
116
+						<div class="row">
117
+							<div class="core-features">
118
+								
119
+									<div id="rows-parent" class="core-f">
120
+										<div id="podcasts-row" class="row" style = "padding-left: 100px; width: 80%;text-align: center;">
121
+											<div class="col-md-12">
122
+												<div class="core">
123
+
124
+													<div class="fh5co-post to-animate">
125
+												
126
+														&nbsp;
127
+
128
+														<iframe src="https://open.spotify.com/embed/show/6u4I3u8Y6QTQ22F5iZR6HA" width="100%" height="232" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
129
+													</div>
130
+												</div>
131
+											</div>
132
+										</div>
133
+										<br>
134
+
135
+										<div id="instagram-row" class="row" style = "padding-right: 50px;padding-left: 50px; align-items: center; position: relative;">
136
+											<div class="col-md-12">
137
+												<div class="core">
138
+
139
+													<div class="fh5co-post to-animate">
140
+												
141
+														<div id="instafeed-container1" style = "padding-right: 0px;"></div>
142
+														<script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
143
+														<script type="text/javascript">
144
+															var userFeed = new Instafeed({
145
+																get: 'user',
146
+																target: "instafeed-container1",
147
+																	resolution: 'low_resolution',
148
+																	limit: 2,
149
+																accessToken: 'IGQVJVV0t4b2ZAIdkJPNTl1ZAnZAsWm90TzIzRE5LMGQtR25aRklwYlQ5eVEtcjZAmRmpEbDlNWC1RNjZAhaFJLdXBaLUJlaEM4WkRaamJNcWZACNWx1VThSYUNRLVJHcFNHWHlnWl9FTjBjcl9Vd1pPcFZAHbAZDZD'
150
+															});
151
+															userFeed.run();
152
+														</script>
153
+													</div>
154
+												</div>
155
+											</div>
156
+										</div>
157
+											<div class="row" id="articles-row">
158
+									<div class="col-md-12">
159
+										<div class="core">
160
+											
161
+											<div id="home-article" style = "padding-right: 60px;padding-left: 60px;">
162
+									
163
+											</div>
164
+										</div>
165
+									</div>
166
+								</div>
167
+							</div>
168
+								
169
+							</div>
170
+						</div>
171
+					</section>
172
+
173
+
174
+
175
+
176
+
177
+<section id="fh5co-services" data-section="articulos">
178
+		<div class="fh5co-services">
179
+			<div class="container">
180
+				<div class="row">
181
+					<div class="col-md-12 ">
182
+				&nbsp;
183
+				&nbsp;
184
+				&nbsp;
185
+				&nbsp;
186
+
187
+						<h2 class="to-animate">Artículos</h2>
188
+								<h5 class="to-animate" style ="text-align: center;"> Narrando al pie de la letra. </h5>
189
+					</div>
190
+				</div>
191
+				<div class="row">
192
+					<div class="core-features">
193
+						<div class="grid2">
194
+							<div id="rows-parent" class="core-f">
195
+								<div class="row" id="articles-row">
196
+									<div class="col-md-12">
197
+										<div class="core">
198
+											
199
+											<div class="fh5co-post to-animate">
200
+												<h3 id="articles-heading"></h3>
201
+											</div>
202
+										</div>
203
+									</div>
204
+								</div>
205
+							</div>
206
+						</div>
207
+					</div>
208
+				</div>
209
+
210
+</section>
211
+
212
+					<section id="fh5co-services" data-section="podcasts">
213
+						<h2 class="to-animate">Podcast</h2>
214
+						<div class="row">
215
+							<div class="col-md-8 col-md-offset-2 subtext">
216
+								<h3 class="to-animate"> Hablando sobre lo que importa. </h3>
217
+								<div class="row">
218
+									<div class="core-features">
219
+										<div class="grid2 to-animate" style="background-image: url(images/full_image_2.jpg);">
220
+										</div>
221
+										<div class="grid2">
222
+											<div class="core-f">
223
+												<div class="row">
224
+													<div class="col-md-12">
225
+														<div class="core">
226
+															<div class="fh5co-post to-animate" style = "padding-left: 10px;">
227
+
228
+																<p><embed src='https://widget.justcast.com/widget?rss=https://feed.podbean.com/datompr/feed.xml&primaryBackgroundColor=000000&primaryButtonColor=f7f8f9&primaryTextColor=ffffff&progressBarFilledColor=5c5151&progressBarBackgroundColor=ffffff&playlistBackgroundColor=ffffff&playlistTextColor=000000&chapterBackgroundColor=dedede&chapterTextColor=f7f8f9' width='100%' height='70vh' frameborder='0' scrolling='yes' seamless='true' style="display: block; border:none; height:90vh; width:100%;"></embed></p>
229
+																<h3 class="to-animate">Quieres escuchar más?</h3>
230
+															</div>
231
+														</div>
232
+														<a href="https://open.spotify.com/show/6u4I3u8Y6QTQ22F5iZR6HA?si=ZMyW3uuSQYSK36uSXGXZ9Q"><button style = "border-radius: 12px;width: 85%; height: 50px;color:black;">Siguenos en Spotify!</button></a>
233
+						 				      </div>
234
+													</div>
235
+
236
+												</div>
237
+											</div>
238
+										</div>
239
+									</div>
240
+								</div>
241
+							</div>
242
+							</section>
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+						</div>
251
+					</div>
252
+				</div>
253
+				<section id="fh5co-services" data-section="instagram">
254
+					<div class="container">
255
+				   <style type="text/css">
256
+				        a img{
257
+
258
+				    align-items: center;
259
+				    position: relative;
260
+				    width: 45%;
261
+				    padding: 5px;
262
+				    padding-left: 0px;
263
+				    margin-top: 0px;
264
+				    overflow: hidden;
265
+				    opacity: 0;
266
+				    animation-name: fadeIn;
267
+				    animation-delay: 0.6s;
268
+				    animation-duration: 0.8s;
269
+				    animation-fill-mode: forwards;
270
+				    text-decoration: none;
271
+				    color: white;
272
+				        }
273
+				    </style>
274
+
275
+				<h1 style="text-align: center">Galería</h1>
276
+				&nbsp;
277
+				<h5 class="to-animate" style ="text-align: center;"> Un vistazo hacia algo diferente. </h5>
278
+				&nbsp;
279
+				&nbsp;
280
+				&nbsp;
281
+				&nbsp;
282
+
283
+				    	<div id="instafeed-container"></div>
284
+
285
+
286
+
287
+					<script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
288
+					<script type="text/javascript">
289
+					var userFeed = new Instafeed({
290
+						get: 'user',
291
+						target: "instafeed-container",
292
+				    	resolution: 'low_resolution',
293
+				    	limit: 6,
294
+						accessToken: 'IGQVJVV0t4b2ZAIdkJPNTl1ZAnZAsWm90TzIzRE5LMGQtR25aRklwYlQ5eVEtcjZAmRmpEbDlNWC1RNjZAhaFJLdXBaLUJlaEM4WkRaamJNcWZACNWx1VThSYUNRLVJHcFNHWHlnWl9FTjBjcl9Vd1pPcFZAHbAZDZD'
295
+					});
296
+					userFeed.run();
297
+					</script>
298
+				</div>
299
+				</section>
300
+
301
+
302
+				<section id="fh5co-services" data-section="counter">
303
+				<div id="fh5co-counter-section" class="fh5co-counters">
304
+					<div class="container">
305
+						<div class="row to-animate">
306
+							<div class="col-md-3 text-center">
307
+								<span class="fh5co-counter js-counter" data-from="0" data-to="3452" data-speed="5000" data-refresh-interval="50"></span>
308
+								<span class="fh5co-counter-label">Tazas de Café Consumidas</span>
309
+							</div>
310
+							<div class="col-md-3 text-center">
311
+								<span class="fh5co-counter js-counter" data-from="0" data-to="234" data-speed="5000" data-refresh-interval="50"></span>
312
+								<span class="fh5co-counter-label">Días sin Luz</span>
313
+							</div>
314
+							<div class="col-md-3 text-center">
315
+								<span class="fh5co-counter js-counter" data-from="0" data-to="6542" data-speed="5000" data-refresh-interval="50"></span>
316
+								<span class="fh5co-counter-label">Cosas que Hacer</span>
317
+							</div>
318
+							<div class="col-md-3 text-center">
319
+								<span class="fh5co-counter js-counter" data-from="0" data-to="0" data-speed="5000" data-refresh-interval="50"></span>
320
+								<span class="fh5co-counter-label">Tiempo para perder</span>
321
+							</div>
322
+						</div>
323
+					</div>
324
+				</div>
325
+			</section>
326
+			</div>
327
+		</div>
328
+	</section>
329
+
330
+
331
+
332
+
333
+	<!-- jQuery -->
334
+	<script src="js/jquery.min.js"></script>
335
+	<!-- jQuery Easing -->
336
+	<script src="js/jquery.easing.1.3.js"></script>
337
+	<!-- Bootstrap -->
338
+	<script src="js/bootstrap.min.js"></script>
339
+	<!-- Waypoints -->
340
+	<script src="js/jquery.waypoints.min.js"></script>
341
+	<!-- Stellar Parallax -->
342
+	<script src="js/jquery.stellar.min.js"></script>
343
+	<!-- Counters -->
344
+	<script src="js/jquery.countTo.js"></script>
345
+	<!-- Main JS (Do not remove) -->
346
+	<script src="js/main.js"></script>
347
+
348
+	</body>
349
+</html>

+ 7
- 0
Hello/www/js/bootstrap.min.js
File diff suppressed because it is too large
View File


+ 130
- 0
Hello/www/js/jquery.countTo.js View File

@@ -0,0 +1,130 @@
1
+(function (factory) {
2
+    if (typeof define === 'function' && define.amd) {
3
+        // AMD
4
+        define(['jquery'], factory);
5
+    } else if (typeof exports === 'object') {
6
+        // CommonJS
7
+        factory(require('jquery'));
8
+    } else {
9
+        // Browser globals
10
+        factory(jQuery);
11
+    }
12
+}(function ($) {
13
+  var CountTo = function (element, options) {
14
+    this.$element = $(element);
15
+    this.options  = $.extend({}, CountTo.DEFAULTS, this.dataOptions(), options);
16
+    this.init();
17
+  };
18
+
19
+  CountTo.DEFAULTS = {
20
+    from: 0,               // the number the element should start at
21
+    to: 0,                 // the number the element should end at
22
+    speed: 1000,           // how long it should take to count between the target numbers
23
+    refreshInterval: 100,  // how often the element should be updated
24
+    decimals: 0,           // the number of decimal places to show
25
+    formatter: formatter,  // handler for formatting the value before rendering
26
+    onUpdate: null,        // callback method for every time the element is updated
27
+    onComplete: null       // callback method for when the element finishes updating
28
+  };
29
+
30
+  CountTo.prototype.init = function () {
31
+    this.value     = this.options.from;
32
+    this.loops     = Math.ceil(this.options.speed / this.options.refreshInterval);
33
+    this.loopCount = 0;
34
+    this.increment = (this.options.to - this.options.from) / this.loops;
35
+  };
36
+
37
+  CountTo.prototype.dataOptions = function () {
38
+    var options = {
39
+      from:            this.$element.data('from'),
40
+      to:              this.$element.data('to'),
41
+      speed:           this.$element.data('speed'),
42
+      refreshInterval: this.$element.data('refresh-interval'),
43
+      decimals:        this.$element.data('decimals')
44
+    };
45
+
46
+    var keys = Object.keys(options);
47
+
48
+    for (var i in keys) {
49
+      var key = keys[i];
50
+
51
+      if (typeof(options[key]) === 'undefined') {
52
+        delete options[key];
53
+      }
54
+    }
55
+
56
+    return options;
57
+  };
58
+
59
+  CountTo.prototype.update = function () {
60
+    this.value += this.increment;
61
+    this.loopCount++;
62
+
63
+    this.render();
64
+
65
+    if (typeof(this.options.onUpdate) == 'function') {
66
+      this.options.onUpdate.call(this.$element, this.value);
67
+    }
68
+
69
+    if (this.loopCount >= this.loops) {
70
+      clearInterval(this.interval);
71
+      this.value = this.options.to;
72
+
73
+      if (typeof(this.options.onComplete) == 'function') {
74
+        this.options.onComplete.call(this.$element, this.value);
75
+      }
76
+    }
77
+  };
78
+
79
+  CountTo.prototype.render = function () {
80
+    var formattedValue = this.options.formatter.call(this.$element, this.value, this.options);
81
+    this.$element.text(formattedValue);
82
+  };
83
+
84
+  CountTo.prototype.restart = function () {
85
+    this.stop();
86
+    this.init();
87
+    this.start();
88
+  };
89
+
90
+  CountTo.prototype.start = function () {
91
+    this.stop();
92
+    this.render();
93
+    this.interval = setInterval(this.update.bind(this), this.options.refreshInterval);
94
+  };
95
+
96
+  CountTo.prototype.stop = function () {
97
+    if (this.interval) {
98
+      clearInterval(this.interval);
99
+    }
100
+  };
101
+
102
+  CountTo.prototype.toggle = function () {
103
+    if (this.interval) {
104
+      this.stop();
105
+    } else {
106
+      this.start();
107
+    }
108
+  };
109
+
110
+  function formatter(value, options) {
111
+    return value.toFixed(options.decimals);
112
+  }
113
+
114
+  $.fn.countTo = function (option) {
115
+    return this.each(function () {
116
+      var $this   = $(this);
117
+      var data    = $this.data('countTo');
118
+      var init    = !data || typeof(option) === 'object';
119
+      var options = typeof(option) === 'object' ? option : {};
120
+      var method  = typeof(option) === 'string' ? option : 'start';
121
+
122
+      if (init) {
123
+        if (data) data.stop();
124
+        $this.data('countTo', data = new CountTo(this, options));
125
+      }
126
+
127
+      data[method].call(data);
128
+    });
129
+  };
130
+}));

+ 205
- 0
Hello/www/js/jquery.easing.1.3.js View File

@@ -0,0 +1,205 @@
1
+/*
2
+ * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
3
+ *
4
+ * Uses the built in easing capabilities added In jQuery 1.1
5
+ * to offer multiple easing options
6
+ *
7
+ * TERMS OF USE - jQuery Easing
8
+ * 
9
+ * Open source under the BSD License. 
10
+ * 
11
+ * Copyright © 2008 George McGinley Smith
12
+ * All rights reserved.
13
+ * 
14
+ * Redistribution and use in source and binary forms, with or without modification, 
15
+ * are permitted provided that the following conditions are met:
16
+ * 
17
+ * Redistributions of source code must retain the above copyright notice, this list of 
18
+ * conditions and the following disclaimer.
19
+ * Redistributions in binary form must reproduce the above copyright notice, this list 
20
+ * of conditions and the following disclaimer in the documentation and/or other materials 
21
+ * provided with the distribution.
22
+ * 
23
+ * Neither the name of the author nor the names of contributors may be used to endorse 
24
+ * or promote products derived from this software without specific prior written permission.
25
+ * 
26
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
27
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
29
+ *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30
+ *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
31
+ *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
32
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
33
+ *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
34
+ * OF THE POSSIBILITY OF SUCH DAMAGE. 
35
+ *
36
+*/
37
+
38
+// t: current time, b: begInnIng value, c: change In value, d: duration
39
+jQuery.easing['jswing'] = jQuery.easing['swing'];
40
+
41
+jQuery.extend( jQuery.easing,
42
+{
43
+	def: 'easeOutQuad',
44
+	swing: function (x, t, b, c, d) {
45
+		//alert(jQuery.easing.default);
46
+		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
47
+	},
48
+	easeInQuad: function (x, t, b, c, d) {
49
+		return c*(t/=d)*t + b;
50
+	},
51
+	easeOutQuad: function (x, t, b, c, d) {
52
+		return -c *(t/=d)*(t-2) + b;
53
+	},
54
+	easeInOutQuad: function (x, t, b, c, d) {
55
+		if ((t/=d/2) < 1) return c/2*t*t + b;
56
+		return -c/2 * ((--t)*(t-2) - 1) + b;
57
+	},
58
+	easeInCubic: function (x, t, b, c, d) {
59
+		return c*(t/=d)*t*t + b;
60
+	},
61
+	easeOutCubic: function (x, t, b, c, d) {
62
+		return c*((t=t/d-1)*t*t + 1) + b;
63
+	},
64
+	easeInOutCubic: function (x, t, b, c, d) {
65
+		if ((t/=d/2) < 1) return c/2*t*t*t + b;
66
+		return c/2*((t-=2)*t*t + 2) + b;
67
+	},
68
+	easeInQuart: function (x, t, b, c, d) {
69
+		return c*(t/=d)*t*t*t + b;
70
+	},
71
+	easeOutQuart: function (x, t, b, c, d) {
72
+		return -c * ((t=t/d-1)*t*t*t - 1) + b;
73
+	},
74
+	easeInOutQuart: function (x, t, b, c, d) {
75
+		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
76
+		return -c/2 * ((t-=2)*t*t*t - 2) + b;
77
+	},
78
+	easeInQuint: function (x, t, b, c, d) {
79
+		return c*(t/=d)*t*t*t*t + b;
80
+	},
81
+	easeOutQuint: function (x, t, b, c, d) {
82
+		return c*((t=t/d-1)*t*t*t*t + 1) + b;
83
+	},
84
+	easeInOutQuint: function (x, t, b, c, d) {
85
+		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
86
+		return c/2*((t-=2)*t*t*t*t + 2) + b;
87
+	},
88
+	easeInSine: function (x, t, b, c, d) {
89
+		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
90
+	},
91
+	easeOutSine: function (x, t, b, c, d) {
92
+		return c * Math.sin(t/d * (Math.PI/2)) + b;
93
+	},
94
+	easeInOutSine: function (x, t, b, c, d) {
95
+		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
96
+	},
97
+	easeInExpo: function (x, t, b, c, d) {
98
+		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
99
+	},
100
+	easeOutExpo: function (x, t, b, c, d) {
101
+		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
102
+	},
103
+	easeInOutExpo: function (x, t, b, c, d) {
104
+		if (t==0) return b;
105
+		if (t==d) return b+c;
106
+		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
107
+		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
108
+	},
109
+	easeInCirc: function (x, t, b, c, d) {
110
+		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
111
+	},
112
+	easeOutCirc: function (x, t, b, c, d) {
113
+		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
114
+	},
115
+	easeInOutCirc: function (x, t, b, c, d) {
116
+		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
117
+		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
118
+	},
119
+	easeInElastic: function (x, t, b, c, d) {
120
+		var s=1.70158;var p=0;var a=c;
121
+		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
122
+		if (a < Math.abs(c)) { a=c; var s=p/4; }
123
+		else var s = p/(2*Math.PI) * Math.asin (c/a);
124
+		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
125
+	},
126
+	easeOutElastic: function (x, t, b, c, d) {
127
+		var s=1.70158;var p=0;var a=c;
128
+		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
129
+		if (a < Math.abs(c)) { a=c; var s=p/4; }
130
+		else var s = p/(2*Math.PI) * Math.asin (c/a);
131
+		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
132
+	},
133
+	easeInOutElastic: function (x, t, b, c, d) {
134
+		var s=1.70158;var p=0;var a=c;
135
+		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
136
+		if (a < Math.abs(c)) { a=c; var s=p/4; }
137
+		else var s = p/(2*Math.PI) * Math.asin (c/a);
138
+		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
139
+		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
140
+	},
141
+	easeInBack: function (x, t, b, c, d, s) {
142
+		if (s == undefined) s = 1.70158;
143
+		return c*(t/=d)*t*((s+1)*t - s) + b;
144
+	},
145
+	easeOutBack: function (x, t, b, c, d, s) {
146
+		if (s == undefined) s = 1.70158;
147
+		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
148
+	},
149
+	easeInOutBack: function (x, t, b, c, d, s) {
150
+		if (s == undefined) s = 1.70158; 
151
+		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
152
+		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
153
+	},
154
+	easeInBounce: function (x, t, b, c, d) {
155
+		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
156
+	},
157
+	easeOutBounce: function (x, t, b, c, d) {
158
+		if ((t/=d) < (1/2.75)) {
159
+			return c*(7.5625*t*t) + b;
160
+		} else if (t < (2/2.75)) {
161
+			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
162
+		} else if (t < (2.5/2.75)) {
163
+			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
164
+		} else {
165
+			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
166
+		}
167
+	},
168
+	easeInOutBounce: function (x, t, b, c, d) {
169
+		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
170
+		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
171
+	}
172
+});
173
+
174
+/*
175
+ *
176
+ * TERMS OF USE - EASING EQUATIONS
177
+ * 
178
+ * Open source under the BSD License. 
179
+ * 
180
+ * Copyright © 2001 Robert Penner
181
+ * All rights reserved.
182
+ * 
183
+ * Redistribution and use in source and binary forms, with or without modification, 
184
+ * are permitted provided that the following conditions are met:
185
+ * 
186
+ * Redistributions of source code must retain the above copyright notice, this list of 
187
+ * conditions and the following disclaimer.
188
+ * Redistributions in binary form must reproduce the above copyright notice, this list 
189
+ * of conditions and the following disclaimer in the documentation and/or other materials 
190
+ * provided with the distribution.
191
+ * 
192
+ * Neither the name of the author nor the names of contributors may be used to endorse 
193
+ * or promote products derived from this software without specific prior written permission.
194
+ * 
195
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
196
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
197
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
198
+ *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
199
+ *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
200
+ *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
201
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
202
+ *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
203
+ * OF THE POSSIBILITY OF SUCH DAMAGE. 
204
+ *
205
+ */

+ 5
- 0
Hello/www/js/jquery.min.js
File diff suppressed because it is too large
View File


+ 2
- 0
Hello/www/js/jquery.stellar.min.js
File diff suppressed because it is too large
View File


+ 235
- 0
Hello/www/js/jquery.style.switcher.js View File

@@ -0,0 +1,235 @@
1
+// https://github.com/camsjams/jquery-style-switcher
2
+/**
3
+@author Cameron Manavian
4
+jQuery Style Switcher
5
+
6
+The MIT License (MIT)
7
+
8
+Copyright (c) 2014 Cameron Manavian
9
+
10
+Permission is hereby granted, free of charge, to any person obtaining a copy
11
+of this software and associated documentation files (the "Software"), to deal
12
+in the Software without restriction, including without limitation the rights
13
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+copies of the Software, and to permit persons to whom the Software is
15
+furnished to do so, subject to the following conditions:
16
+
17
+The above copyright notice and this permission notice shall be included in all
18
+copies or substantial portions of the Software.
19
+
20
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+SOFTWARE.
27
+**/
28
+
29
+(function ($) {
30
+	var jStyleSwitcher,
31
+		_defaultOptions = {
32
+			hasPreview: true,
33
+			defaultThemeId: 'jssDefault',
34
+			fullPath: 'css/',
35
+			cookie: {
36
+				expires: 30,
37
+				isManagingLoad: true
38
+			}
39
+		},
40
+		// private
41
+		_cookieKey = 'jss_selected',
42
+		_docCookies = {};
43
+
44
+	/*\
45
+	|*|
46
+	|*|  :: cookies.js ::
47
+	|*|
48
+	|*|  A complete cookies reader/writer framework with full unicode support.
49
+	|*|
50
+	|*|  revision #1
51
+	|*|
52
+	|*|  https://developer.mozilla.org/en-US/docs/Web/API/document.cookie
53
+	|*|
54
+	|*|  This framework is released under the GNU Public License, version 3 or later.
55
+	|*|  http://www.gnu.org/licenses/gpl-3.0-standalone.html
56
+	|*|
57
+	|*|  Syntaxes:
58
+	|*|
59
+	|*|  * docCookies.setItem(name, value[, end[, path[, domain[, secure]]]])
60
+	|*|  * docCookies.getItem(name)
61
+	|*|  * docCookies.removeItem(name[, path[, domain]])
62
+	|*|  * docCookies.hasItem(name)
63
+	|*|  * docCookies.keys()
64
+	|*|
65
+	\*/
66
+	_docCookies = {
67
+		getItem: function (sKey) {
68
+			if (!sKey) {
69
+				return null;
70
+			}
71
+			return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null;
72
+		},
73
+		setItem: function (sKey, sValue, vEnd, sPath, sDomain, bSecure) {
74
+			if (!sKey || /^(?:expires|max\-age|path|domain|secure)$/i.test(sKey)) {
75
+				return false;
76
+			}
77
+			var sExpires = "";
78
+			if (vEnd) {
79
+				switch (vEnd.constructor) {
80
+					case Number:
81
+						sExpires = vEnd === Infinity ? "; expires=Fri, 31 Dec 9999 23:59:59 GMT" : "; max-age=" + vEnd;
82
+						break;
83
+					case String:
84
+						sExpires = "; expires=" + vEnd;
85
+						break;
86
+					case Date:
87
+						sExpires = "; expires=" + vEnd.toUTCString();
88
+						break;
89
+				}
90
+			}
91
+			document.cookie = encodeURIComponent(sKey) + "=" + encodeURIComponent(sValue) + sExpires + (sDomain ? "; domain=" + sDomain : "") + (sPath ? "; path=" + sPath : "") + (bSecure ? "; secure" : "");
92
+			return true;
93
+		},
94
+		removeItem: function (sKey, sPath, sDomain) {
95
+			if (!this.hasItem(sKey)) {
96
+				return false;
97
+			}
98
+			document.cookie = encodeURIComponent(sKey) + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT" + (sDomain ? "; domain=" + sDomain : "") + (sPath ? "; path=" + sPath : "");
99
+			return true;
100
+		},
101
+		hasItem: function (sKey) {
102
+			if (!sKey) {
103
+				return false;
104
+			}
105
+			return (new RegExp("(?:^|;\\s*)" + encodeURIComponent(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=")).test(document.cookie);
106
+		},
107
+		keys: function () {
108
+			var aKeys = document.cookie.replace(/((?:^|\s*;)[^\=]+)(?=;|$)|^\s*|\s*(?:\=[^;]*)?(?:\1|$)/g, "").split(/\s*(?:\=[^;]*)?;\s*/);
109
+			for (var nLen = aKeys.length, nIdx = 0; nIdx < nLen; nIdx++) {
110
+				aKeys[nIdx] = decodeURIComponent(aKeys[nIdx]);
111
+			}
112
+			return aKeys;
113
+		}
114
+	};
115
+
116
+	jStyleSwitcher = function ($root, config) {
117
+		return this.init($root, config);
118
+	};
119
+
120
+	jStyleSwitcher.prototype = {
121
+
122
+		/**
123
+		 * {Object} DOM reference to style option list
124
+		 */
125
+		$root: null,
126
+
127
+		/**
128
+		 * {Object} configs for the style switcher
129
+		 */
130
+		config: {},
131
+
132
+		/**
133
+		 * {Object} jQuery reference to <link> tag for swapping CSS
134
+		 */
135
+		$themeCss: null,
136
+		
137
+		/**
138
+		 * {String} default theme page was loaded with
139
+		 */
140
+		defaultTheme: null,
141
+
142
+		init: function ($root, config) {
143
+			this.$root = $root;
144
+			this.config = config ? config : {};
145
+			this.setDefaultTheme();
146
+			if(this.defaultTheme) {
147
+				// try cookies
148
+				if (this.config.cookie) {
149
+					this.checkCookie();
150
+				}
151
+				// try hover
152
+				if (this.config.hasPreview) {
153
+					this.addHoverEvents();
154
+				}
155
+				// finally, add click events
156
+				this.addClickEvents();
157
+			} else {
158
+				this.$root.addClass('jssError error level0');
159
+			}
160
+		},
161
+
162
+		setDefaultTheme: function () {
163
+			this.$themeCss = $('link[id=' + this.config.defaultThemeId + ']');
164
+			if(this.$themeCss.length) {
165
+				this.defaultTheme = this.$themeCss.attr('href');
166
+			}
167
+		},
168
+		
169
+		resetStyle: function() {
170
+			this.updateStyle(this.defaultTheme);
171
+		},
172
+		
173
+		updateStyle: function(newStyle) {
174
+			this.$themeCss.attr('href', newStyle);
175
+		},
176
+		
177
+		getFullAssetPath: function(asset) {
178
+			return this.config.fullPath + asset + '.css';
179
+		},
180
+
181
+		checkCookie: function () {
182
+			var styleCookie;
183
+			// if using cookies and using JavaScript to load css
184
+			if (this.config.cookie && this.config.cookie.isManagingLoad) {
185
+				// check if css is set in cookie
186
+				styleCookie = _docCookies.getItem(_cookieKey);
187
+				if (styleCookie) {
188
+					newStyle = this.getFullAssetPath(styleCookie);
189
+					// update link tag
190
+					this.updateStyle(newStyle);
191
+					// update default ref
192
+					this.defaultTheme = newStyle;
193
+				}
194
+			}
195
+		},
196
+
197
+		addHoverEvents: function () {
198
+			var self = this;
199
+			this.$root.find('a').hover(
200
+				function () {
201
+					var asset = $(this).data('theme'),
202
+						newStyle = self.getFullAssetPath(asset);
203
+					// update link tag
204
+					self.updateStyle(newStyle);
205
+				},
206
+				function () {
207
+					// reset link tag
208
+					self.resetStyle();
209
+				}
210
+			);
211
+		},
212
+
213
+		addClickEvents: function () {
214
+			var self = this;
215
+			this.$root.find('a').click(
216
+				function () {
217
+					var asset = $(this).data('theme'),
218
+						newStyle = self.getFullAssetPath(asset);
219
+					// update link tag
220
+					self.updateStyle(newStyle);
221
+					// update default ref
222
+					self.defaultTheme = newStyle;
223
+					// try to store cookie
224
+					if (self.config.cookie) {
225
+						_docCookies.setItem(_cookieKey, asset, self.config.cookie.expires, '/');
226
+					}
227
+				}
228
+			);
229
+		}
230
+	};
231
+
232
+	$.fn.styleSwitcher = function (options) {
233
+		return new jStyleSwitcher(this, $.extend(true, _defaultOptions, options));
234
+	};
235
+})(jQuery);

+ 7
- 0
Hello/www/js/jquery.waypoints.min.js
File diff suppressed because it is too large
View File


+ 468
- 0
Hello/www/js/main.js View File

@@ -0,0 +1,468 @@
1
+;(function () {
2
+
3
+	'use strict';
4
+
5
+	var isMobile = {
6
+		Android: function() {
7
+			return navigator.userAgent.match(/Android/i);
8
+		},
9
+			BlackBerry: function() {
10
+			return navigator.userAgent.match(/BlackBerry/i);
11
+		},
12
+			iOS: function() {
13
+			return navigator.userAgent.match(/iPhone|iPad|iPod/i);
14
+		},
15
+			Opera: function() {
16
+			return navigator.userAgent.match(/Opera Mini/i);
17
+		},
18
+			Windows: function() {
19
+			return navigator.userAgent.match(/IEMobile/i);
20
+		},
21
+			any: function() {
22
+			return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
23
+		}
24
+	};
25
+
26
+
27
+
28
+	// iPad and iPod detection
29
+	var isiPad = function(){
30
+		return (navigator.platform.indexOf("iPad") != -1);
31
+	};
32
+
33
+	var isiPhone = function(){
34
+	    return (
35
+			(navigator.platform.indexOf("iPhone") != -1) ||
36
+			(navigator.platform.indexOf("iPod") != -1)
37
+	    );
38
+	};
39
+
40
+	var fullHeight = function() {
41
+
42
+		if ( !isMobile.any() ) {
43
+			$('.js-fullheight').css('height', $(window).height());
44
+			$(window).resize(function(){
45
+				$('.js-fullheight').css('height', $(window).height());
46
+			});
47
+		}
48
+
49
+	};
50
+
51
+	// Parallax
52
+	var parallax = function() {
53
+		if ( !isMobile.any() ) {
54
+			$(window).stellar();
55
+		}
56
+	};
57
+
58
+
59
+	// Page Nav
60
+	var clickMenu = function() {
61
+
62
+		$('#navbar a:not([class="external"])').click(function(event){
63
+			var section = $(this).data('nav-section'),
64
+				navbar = $('#navbar');
65
+
66
+				if ( $('[data-section="' + section + '"]').length ) {
67
+			    	$('html, body').animate({
68
+			        	scrollTop: $('[data-section="' + section + '"]').offset().top - 0
69
+			    	}, 500);
70
+			   }
71
+
72
+		    if ( navbar.is(':visible')) {
73
+		    	navbar.removeClass('in');
74
+		    	navbar.attr('aria-expanded', 'false');
75
+		    	$('.js-fh5co-nav-toggle').removeClass('active');
76
+		    }
77
+
78
+		    event.preventDefault();
79
+		    return false;
80
+		});
81
+
82
+
83
+	};
84
+
85
+	// Reflect scrolling in navigation
86
+	var navActive = function(section) {
87
+
88
+		var $el = $('#navbar > ul');
89
+		$el.find('li').removeClass('active');
90
+		$el.each(function(){
91
+			$(this).find('a[data-nav-section="'+section+'"]').closest('li').addClass('active');
92
+		});
93
+
94
+	};
95
+
96
+	var navigationSection = function() {
97
+
98
+		var $section = $('section[data-section]');
99
+
100
+		$section.waypoint(function(direction) {
101
+
102
+		  	if (direction === 'down') {
103
+		    	navActive($(this.element).data('section'));
104
+		  	}
105
+		}, {
106
+	  		offset: '150px'
107
+		});
108
+
109
+		$section.waypoint(function(direction) {
110
+		  	if (direction === 'up') {
111
+		    	navActive($(this.element).data('section'));
112
+		  	}
113
+		}, {
114
+		  	offset: function() { return -$(this.element).height() + 155; }
115
+		});
116
+
117
+	};
118
+
119
+	// Window Scroll
120
+	var windowScroll = function() {
121
+		var lastScrollTop = 0;
122
+
123
+		$(window).scroll(function(event){
124
+
125
+		   	var header = $('#fh5co-header'),
126
+				scrlTop = $(this).scrollTop();
127
+
128
+			if ( scrlTop > 500 && scrlTop <= 2000 ) {
129
+				header.addClass('navbar-fixed-top fh5co-animated slideInDown');
130
+			} else if ( scrlTop <= 500) {
131
+				if ( header.hasClass('navbar-fixed-top') ) {
132
+					header.addClass('navbar-fixed-top fh5co-animated slideOutUp');
133
+					setTimeout(function(){
134
+						header.removeClass('navbar-fixed-top fh5co-animated slideInDown slideOutUp');
135
+					}, 100 );
136
+				}
137
+			}
138
+
139
+		});
140
+	};
141
+
142
+
143
+	// Animations
144
+	// Home
145
+	var homeAnimate = function() {
146
+		if ( $('#fh5co-home').length > 0 ) {
147
+
148
+			$('#fh5co-home').waypoint( function( direction ) {
149
+
150
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
151
+
152
+
153
+					setTimeout(function() {
154
+						$('#fh5co-home .to-animate').each(function( k ) {
155
+							var el = $(this);
156
+
157
+							setTimeout ( function () {
158
+								el.addClass('fadeInUp animated');
159
+							},  k * 200, 'easeInOutExpo' );
160
+
161
+						});
162
+					}, 200);
163
+
164
+
165
+					$(this.element).addClass('animated');
166
+
167
+				}
168
+			} , { offset: '80%' } );
169
+
170
+		}
171
+	};
172
+
173
+	var exploreAnimate = function() {
174
+
175
+		var explore = $('#fh5co-explore');
176
+		if ( explore.length > 0 ) {
177
+
178
+			explore.waypoint( function( direction ) {
179
+
180
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
181
+
182
+
183
+					setTimeout(function() {
184
+						explore.find('.to-animate').each(function( k ) {
185
+							var el = $(this);
186
+
187
+							setTimeout ( function () {
188
+								el.addClass('fadeInUp animated');
189
+							},  k * 200, 'easeInOutExpo' );
190
+
191
+						});
192
+					}, 200);
193
+
194
+					setTimeout(function() {
195
+						explore.find('.to-animate-2').each(function( k ) {
196
+							var el = $(this);
197
+
198
+							setTimeout ( function () {
199
+								el.addClass('bounceIn animated');
200
+							},  k * 200, 'easeInOutExpo' );
201
+
202
+						});
203
+					}, 700);
204
+
205
+					setTimeout(function() {
206
+						explore.find('.to-animate-3').each(function( k ) {
207
+							var el = $(this);
208
+
209
+							setTimeout ( function () {
210
+								el.addClass('fadeInRight animated');
211
+							},  k * 200, 'easeInOutExpo' );
212
+
213
+						});
214
+					}, 1000);
215
+
216
+
217
+					$(this.element).addClass('animated');
218
+
219
+				}
220
+			} , { offset: '80%' } );
221
+
222
+		}
223
+	};
224
+
225
+	var gettingStartedAnimate = function() {
226
+		var started = $('.getting-started-1');
227
+		if ( started.length > 0 ) {
228
+
229
+			started.waypoint( function( direction ) {
230
+
231
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
232
+
233
+
234
+					setTimeout(function() {
235
+						started.find('.to-animate').each(function( k ) {
236
+							var el = $(this);
237
+
238
+							setTimeout ( function () {
239
+								el.addClass('fadeInUp animated');
240
+							},  k * 200, 'easeInOutExpo' );
241
+
242
+						});
243
+					}, 200);
244
+
245
+					setTimeout(function() {
246
+						started.find('.to-animate-2').each(function( k ) {
247
+							var el = $(this);
248
+
249
+							setTimeout ( function () {
250
+								el.addClass('fadeInRight animated');
251
+							},  k * 200, 'easeInOutExpo' );
252
+
253
+						});
254
+					}, 200);
255
+
256
+
257
+					$(this.element).addClass('animated');
258
+
259
+				}
260
+			} , { offset: '80%' } );
261
+
262
+		}
263
+	};
264
+
265
+
266
+	var pricingAnimate = function() {
267
+		var pricing = $('#fh5co-pricing');
268
+		if ( pricing.length > 0 ) {
269
+
270
+			pricing.waypoint( function( direction ) {
271
+
272
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
273
+
274
+
275
+					setTimeout(function() {
276
+						pricing.find('.to-animate').each(function( k ) {
277
+							var el = $(this);
278
+
279
+							setTimeout ( function () {
280
+								el.addClass('fadeIn animated');
281
+							},  k * 200, 'easeInOutExpo' );
282
+
283
+						});
284
+					}, 200);
285
+
286
+					setTimeout(function() {
287
+						pricing.find('.to-animate-2').each(function( k ) {
288
+							var el = $(this);
289
+
290
+							setTimeout ( function () {
291
+								el.addClass('fadeInUp animated');
292
+							},  k * 200, 'easeInOutExpo' );
293
+
294
+						});
295
+					}, 200);
296
+
297
+
298
+					$(this.element).addClass('animated');
299
+
300
+				}
301
+			} , { offset: '80%' } );
302
+
303
+		}
304
+	};
305
+
306
+
307
+	var servicesAnimate = function() {
308
+		var services = $('#fh5co-services');
309
+		if ( services.length > 0 ) {
310
+
311
+			services.waypoint( function( direction ) {
312
+
313
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
314
+
315
+
316
+					var sec = services.find('.to-animate').length,
317
+						sec = parseInt((sec * 200) + 400);
318
+
319
+					setTimeout(function() {
320
+						services.find('.to-animate').each(function( k ) {
321
+							var el = $(this);
322
+
323
+							setTimeout ( function () {
324
+								el.addClass('fadeInUp animated');
325
+							},  k * 200, 'easeInOutExpo' );
326
+
327
+						});
328
+					}, 200);
329
+
330
+					setTimeout(function() {
331
+						services.find('.to-animate-2').each(function( k ) {
332
+							var el = $(this);
333
+
334
+							setTimeout ( function () {
335
+								el.addClass('bounceIn animated');
336
+							},  k * 200, 'easeInOutExpo' );
337
+
338
+						});
339
+					}, sec);
340
+
341
+
342
+					$(this.element).addClass('animated');
343
+
344
+				}
345
+			} , { offset: '80%' } );
346
+
347
+		}
348
+	};
349
+
350
+
351
+	var teamAnimate = function() {
352
+		var team = $('#fh5co-team');
353
+		if ( team.length > 0 ) {
354
+
355
+			team.waypoint( function( direction ) {
356
+
357
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
358
+
359
+					var sec = team.find('.to-animate').length,
360
+						sec = parseInt((sec * 200) + 400);
361
+
362
+					setTimeout(function() {
363
+						team.find('.to-animate').each(function( k ) {
364
+							var el = $(this);
365
+
366
+							setTimeout ( function () {
367
+								el.addClass('fadeIn animated');
368
+							},  k * 200, 'easeInOutExpo' );
369
+
370
+						});
371
+					}, 200);
372
+
373
+					setTimeout(function() {
374
+						team.find('.to-animate-2').each(function( k ) {
375
+							var el = $(this);
376
+
377
+							setTimeout ( function () {
378
+								el.addClass('fadeInUp animated');
379
+							},  k * 200, 'easeInOutExpo' );
380
+
381
+						});
382
+					}, sec);
383
+
384
+
385
+					$(this.element).addClass('animated');
386
+
387
+				}
388
+			} , { offset: '80%' } );
389
+
390
+		}
391
+	};
392
+
393
+
394
+	var footerAnimate = function() {
395
+		var footer = $('#fh5co-footer');
396
+		if ( footer.length > 0 ) {
397
+
398
+			footer.waypoint( function( direction ) {
399
+
400
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
401
+
402
+					setTimeout(function() {
403
+						footer.find('.to-animate').each(function( k ) {
404
+							var el = $(this);
405
+
406
+							setTimeout ( function () {
407
+								el.addClass('fadeIn animated');
408
+							},  k * 200, 'easeInOutExpo' );
409
+
410
+						});
411
+					}, 200);
412
+
413
+
414
+					$(this.element).addClass('animated');
415
+
416
+				}
417
+			} , { offset: '80%' } );
418
+
419
+		}
420
+	};
421
+
422
+
423
+	var counter = function() {
424
+		$('.js-counter').countTo({
425
+			 formatter: function (value, options) {
426
+	      return value.toFixed(options.decimals);
427
+	    },
428
+		});
429
+	};
430
+
431
+	
432
+
433
+	var counterWayPoint = function() {
434
+		if ($('#fh5co-counter-section').length > 0 ) {
435
+			$('#fh5co-counter-section').waypoint( function( direction ) {
436
+
437
+				if( direction === 'down' && !$(this.element).hasClass('animated') ) {
438
+					setTimeout( counter , 400);
439
+					$(this.element).addClass('animated');
440
+
441
+				}
442
+			} , { offset: '90%' } );
443
+		}
444
+	};
445
+
446
+	// Document on load.
447
+	$(function(){
448
+		parallax();
449
+		fullHeight();
450
+		clickMenu();
451
+		windowScroll();
452
+		navigationSection();
453
+
454
+		// Animations
455
+		homeAnimate();
456
+		exploreAnimate();
457
+		gettingStartedAnimate();
458
+		pricingAnimate();
459
+		servicesAnimate();
460
+		teamAnimate();
461
+		footerAnimate();
462
+		counter();
463
+		counterWayPoint();
464
+
465
+	});
466
+
467
+
468
+}());

+ 4
- 0
Hello/www/js/modernizr-2.6.2.min.js
File diff suppressed because it is too large
View File


+ 6
- 0
Hello/www/js/respond.min.js View File

@@ -0,0 +1,6 @@
1
+
2
+/*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2013 Scott Jehl
3
+ * Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
4
+ *  */
5
+
6
+!function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='&shy;<style media="'+a+'"> #mq-test-1 { width: 42px; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getElementsByTagName("link"),t=function(){var a,b=j.createElement("div"),c=j.body,d=k.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=j.createElement("body"),c.style.background="none"),k.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&k.insertBefore(c,k.firstChild),a=b.offsetWidth,f?k.removeChild(c):c.removeChild(b),k.style.fontSize=d,e&&(c.style.fontSize=e),a=i=parseFloat(a)},u=function(b){var c="clientWidth",d=k[c],e="CSS1Compat"===j.compatMode&&d||j.body[c]||d,f={},o=s[s.length-1],r=(new Date).getTime();if(b&&g&&p>r-g)return a.clearTimeout(h),h=a.setTimeout(u,p),void 0;g=r;for(var v in l)if(l.hasOwnProperty(v)){var w=l[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?i||t():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?i||t():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(m[w.rules]))}for(var C in n)n.hasOwnProperty(C)&&n[C]&&n[C].parentNode===q&&q.removeChild(n[C]);n.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=j.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,q.insertBefore(E,o.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(j.createTextNode(F)),n.push(E)}},v=function(a,b,d){var e=a.replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var g=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},h=!f&&d;b.length&&(b+="/"),h&&(f=1);for(var i=0;f>i;i++){var j,k,n,o;h?(j=d,m.push(g(a))):(j=e[i].match(c.regex.findStyles)&&RegExp.$1,m.push(RegExp.$2&&g(RegExp.$2))),n=j.split(","),o=n.length;for(var p=0;o>p;p++)k=n[p],l.push({media:k.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:m.length-1,hasquery:k.indexOf("(")>-1,minw:k.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:k.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},w=function(){if(d.length){var b=d.shift();f(b.href,function(c){v(c,b.href,b.media),o[b.href]=!0,a.setTimeout(function(){w()},0)})}},x=function(){for(var b=0;b<s.length;b++){var c=s[b],e=c.href,f=c.media,g=c.rel&&"stylesheet"===c.rel.toLowerCase();e&&g&&!o[e]&&(c.styleSheet&&c.styleSheet.rawCssText?(v(c.styleSheet.rawCssText,e,f),o[e]=!0):(!/^([a-zA-Z:]*\/\/)/.test(e)&&!r||e.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&("//"===e.substring(0,2)&&(e=a.location.protocol+e),d.push({href:e,media:f})))}w()};x(),c.update=x,c.getEmValue=t,a.addEventListener?a.addEventListener("resize",b,!1):a.attachEvent&&a.attachEvent("onresize",b)}}(this);

+ 9
- 0
Hello/www/sass/_bootstrap-compass.scss View File

@@ -0,0 +1,9 @@
1
+@function twbs-font-path($path) {
2
+  @return font-url($path, true);
3
+}
4
+
5
+@function twbs-image-path($path) {
6
+  @return image-url($path, true);
7
+}
8
+
9
+$bootstrap-sass-asset-helper: true;

+ 19
- 0
Hello/www/sass/_bootstrap-mincer.scss View File

@@ -0,0 +1,19 @@
1
+// Mincer asset helper functions
2
+//
3
+// This must be imported into a .css.ejs.scss file.
4
+// Then, <% %>-interpolations will be parsed as strings by Sass, and evaluated by EJS after Sass compilation.
5
+
6
+
7
+@function twbs-font-path($path) {
8
+  // do something like following
9
+  // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10
+  // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11
+  // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12
+  @return "<%- asset_path('#{$path}'.replace(/[#?].*$/, '')) + '#{$path}'.replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>";
13
+}
14
+
15
+@function twbs-image-path($file) {
16
+  @return "<%- asset_path('#{$file}') %>";
17
+}
18
+
19
+$bootstrap-sass-asset-helper: true;

+ 9
- 0
Hello/www/sass/_bootstrap-sprockets.scss View File

@@ -0,0 +1,9 @@
1
+@function twbs-font-path($path) {
2
+  @return font-path($path);
3
+}
4
+
5
+@function twbs-image-path($path) {
6
+  @return image-path($path);
7
+}
8
+
9
+$bootstrap-sass-asset-helper: true;

+ 52
- 0
Hello/www/sass/bootstrap.scss View File

@@ -0,0 +1,52 @@
1
+
2
+
3
+// Core variables and mixins
4
+@import "bootstrap/variables";
5
+@import "bootstrap/mixins";
6
+
7
+// Reset and dependencies
8
+@import "bootstrap/normalize";
9
+@import "bootstrap/print";
10
+@import "bootstrap/glyphicons";
11
+
12
+// Core CSS
13
+@import "bootstrap/scaffolding";
14
+@import "bootstrap/type";
15
+@import "bootstrap/code";
16
+@import "bootstrap/grid";
17
+@import "bootstrap/tables";
18
+@import "bootstrap/forms";
19
+@import "bootstrap/buttons";
20
+
21
+// Components
22
+@import "bootstrap/component-animations";
23
+@import "bootstrap/dropdowns";
24
+@import "bootstrap/button-groups";
25
+@import "bootstrap/input-groups";
26
+@import "bootstrap/navs";
27
+@import "bootstrap/navbar";
28
+@import "bootstrap/breadcrumbs";
29
+@import "bootstrap/pagination";
30
+@import "bootstrap/pager";
31
+@import "bootstrap/labels";
32
+@import "bootstrap/badges";
33
+@import "bootstrap/jumbotron";
34
+@import "bootstrap/thumbnails";
35
+@import "bootstrap/alerts";
36
+@import "bootstrap/progress-bars";
37
+@import "bootstrap/media";
38
+@import "bootstrap/list-group";
39
+@import "bootstrap/panels";
40
+@import "bootstrap/responsive-embed";
41
+@import "bootstrap/wells";
42
+@import "bootstrap/close";
43
+
44
+// Components w/ JavaScript
45
+@import "bootstrap/modals";
46
+@import "bootstrap/tooltip";
47
+@import "bootstrap/popovers";
48
+@import "bootstrap/carousel";
49
+
50
+// Utility classes
51
+@import "bootstrap/utilities";
52
+@import "bootstrap/responsive-utilities";

+ 73
- 0
Hello/www/sass/bootstrap/_alerts.scss View File

@@ -0,0 +1,73 @@
1
+//
2
+// Alerts
3
+// --------------------------------------------------
4
+
5
+
6
+// Base styles
7
+// -------------------------
8
+
9
+.alert {
10
+  padding: $alert-padding;
11
+  margin-bottom: $line-height-computed;
12
+  border: 1px solid transparent;
13
+  border-radius: $alert-border-radius;
14
+
15
+  // Headings for larger alerts
16
+  h4 {
17
+    margin-top: 0;
18
+    // Specified for the h4 to prevent conflicts of changing $headings-color
19
+    color: inherit;
20
+  }
21
+
22
+  // Provide class for links that match alerts
23
+  .alert-link {
24
+    font-weight: $alert-link-font-weight;
25
+  }
26
+
27
+  // Improve alignment and spacing of inner content
28
+  > p,
29
+  > ul {
30
+    margin-bottom: 0;
31
+  }
32
+
33
+  > p + p {
34
+    margin-top: 5px;
35
+  }
36
+}
37
+
38
+// Dismissible alerts
39
+//
40
+// Expand the right padding and account for the close button's positioning.
41
+
42
+.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
43
+.alert-dismissible {
44
+  padding-right: ($alert-padding + 20);
45
+
46
+  // Adjust close link position
47
+  .close {
48
+    position: relative;
49
+    top: -2px;
50
+    right: -21px;
51
+    color: inherit;
52
+  }
53
+}
54
+
55
+// Alternate styles
56
+//
57
+// Generate contextual modifier classes for colorizing the alert.
58
+
59
+.alert-success {
60
+  @include alert-variant($alert-success-bg, $alert-success-border, $alert-success-text);
61
+}
62
+
63
+.alert-info {
64
+  @include alert-variant($alert-info-bg, $alert-info-border, $alert-info-text);
65
+}
66
+
67
+.alert-warning {
68
+  @include alert-variant($alert-warning-bg, $alert-warning-border, $alert-warning-text);
69
+}
70
+
71
+.alert-danger {
72
+  @include alert-variant($alert-danger-bg, $alert-danger-border, $alert-danger-text);
73
+}

+ 68
- 0
Hello/www/sass/bootstrap/_badges.scss View File

@@ -0,0 +1,68 @@
1
+//
2
+// Badges
3
+// --------------------------------------------------
4
+
5
+
6
+// Base class
7
+.badge {
8
+  display: inline-block;
9
+  min-width: 10px;
10
+  padding: 3px 7px;
11
+  font-size: $font-size-small;
12
+  font-weight: $badge-font-weight;
13
+  color: $badge-color;
14
+  line-height: $badge-line-height;
15
+  vertical-align: middle;
16
+  white-space: nowrap;
17
+  text-align: center;
18
+  background-color: $badge-bg;
19
+  border-radius: $badge-border-radius;
20
+
21
+  // Empty badges collapse automatically (not available in IE8)
22
+  &:empty {
23
+    display: none;
24
+  }
25
+
26
+  // Quick fix for badges in buttons
27
+  .btn & {
28
+    position: relative;
29
+    top: -1px;
30
+  }
31
+
32
+  .btn-xs &,
33
+  .btn-group-xs > .btn & {
34
+    top: 0;
35
+    padding: 1px 5px;
36
+  }
37
+
38
+  // [converter] extracted a& to a.badge
39
+
40
+  // Account for badges in navs
41
+  .list-group-item.active > &,
42
+  .nav-pills > .active > a > & {
43
+    color: $badge-active-color;
44
+    background-color: $badge-active-bg;
45
+  }
46
+
47
+  .list-group-item > & {
48
+    float: right;
49
+  }
50
+
51
+  .list-group-item > & + & {
52
+    margin-right: 5px;
53
+  }
54
+
55
+  .nav-pills > li > a > & {
56
+    margin-left: 3px;
57
+  }
58
+}
59
+
60
+// Hover state, but only for links
61
+a.badge {
62
+  &:hover,
63
+  &:focus {
64
+    color: $badge-link-hover-color;
65
+    text-decoration: none;
66
+    cursor: pointer;
67
+  }
68
+}

+ 26
- 0
Hello/www/sass/bootstrap/_breadcrumbs.scss View File

@@ -0,0 +1,26 @@
1
+//
2
+// Breadcrumbs
3
+// --------------------------------------------------
4
+
5
+
6
+.breadcrumb {
7
+  padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
8
+  margin-bottom: $line-height-computed;
9
+  list-style: none;
10
+  background-color: $breadcrumb-bg;
11
+  border-radius: $border-radius-base;
12
+
13
+  > li {
14
+    display: inline-block;
15
+
16
+    + li:before {
17
+      content: "#{$breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
18
+      padding: 0 5px;
19
+      color: $breadcrumb-color;
20
+    }
21
+  }
22
+
23
+  > .active {
24
+    color: $breadcrumb-active-color;
25
+  }
26
+}

+ 244
- 0
Hello/www/sass/bootstrap/_button-groups.scss View File

@@ -0,0 +1,244 @@
1
+//
2
+// Button groups
3
+// --------------------------------------------------
4
+
5
+// Make the div behave like a button
6
+.btn-group,
7
+.btn-group-vertical {
8
+  position: relative;
9
+  display: inline-block;
10
+  vertical-align: middle; // match .btn alignment given font-size hack above
11
+  > .btn {
12
+    position: relative;
13
+    float: left;
14
+    // Bring the "active" button to the front
15
+    &:hover,
16
+    &:focus,
17
+    &:active,
18
+    &.active {
19
+      z-index: 2;
20
+    }
21
+  }
22
+}
23
+
24
+// Prevent double borders when buttons are next to each other
25
+.btn-group {
26
+  .btn + .btn,
27
+  .btn + .btn-group,
28
+  .btn-group + .btn,
29
+  .btn-group + .btn-group {
30
+    margin-left: -1px;
31
+  }
32
+}
33
+
34
+// Optional: Group multiple button groups together for a toolbar
35
+.btn-toolbar {
36
+  margin-left: -5px; // Offset the first child's margin
37
+  @include clearfix;
38
+
39
+  .btn,
40
+  .btn-group,
41
+  .input-group {
42
+    float: left;
43
+  }
44
+  > .btn,
45
+  > .btn-group,
46
+  > .input-group {
47
+    margin-left: 5px;
48
+  }
49
+}
50
+
51
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
52
+  border-radius: 0;
53
+}
54
+
55
+// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
56
+.btn-group > .btn:first-child {
57
+  margin-left: 0;
58
+  &:not(:last-child):not(.dropdown-toggle) {
59
+    @include border-right-radius(0);
60
+  }
61
+}
62
+// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
63
+.btn-group > .btn:last-child:not(:first-child),
64
+.btn-group > .dropdown-toggle:not(:first-child) {
65
+  @include border-left-radius(0);
66
+}
67
+
68
+// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)
69
+.btn-group > .btn-group {
70
+  float: left;
71
+}
72
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
73
+  border-radius: 0;
74
+}
75
+.btn-group > .btn-group:first-child:not(:last-child) {
76
+  > .btn:last-child,
77
+  > .dropdown-toggle {
78
+    @include border-right-radius(0);
79
+  }
80
+}
81
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
82
+  @include border-left-radius(0);
83
+}
84
+
85
+// On active and open, don't show outline
86
+.btn-group .dropdown-toggle:active,
87
+.btn-group.open .dropdown-toggle {
88
+  outline: 0;
89
+}
90
+
91
+
92
+// Sizing
93
+//
94
+// Remix the default button sizing classes into new ones for easier manipulation.
95
+
96
+.btn-group-xs > .btn { @extend .btn-xs; }
97
+.btn-group-sm > .btn { @extend .btn-sm; }
98
+.btn-group-lg > .btn { @extend .btn-lg; }
99
+
100
+
101
+// Split button dropdowns
102
+// ----------------------
103
+
104
+// Give the line between buttons some depth
105
+.btn-group > .btn + .dropdown-toggle {
106
+  padding-left: 8px;
107
+  padding-right: 8px;
108
+}
109
+.btn-group > .btn-lg + .dropdown-toggle {
110
+  padding-left: 12px;
111
+  padding-right: 12px;
112
+}
113
+
114
+// The clickable button for toggling the menu
115
+// Remove the gradient and set the same inset shadow as the :active state
116
+.btn-group.open .dropdown-toggle {
117
+  @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
118
+
119
+  // Show no shadow for `.btn-link` since it has no other button styles.
120
+  &.btn-link {
121
+    @include box-shadow(none);
122
+  }
123
+}
124
+
125
+
126
+// Reposition the caret
127
+.btn .caret {
128
+  margin-left: 0;
129
+}
130
+// Carets in other button sizes
131
+.btn-lg .caret {
132
+  border-width: $caret-width-large $caret-width-large 0;
133
+  border-bottom-width: 0;
134
+}
135
+// Upside down carets for .dropup
136
+.dropup .btn-lg .caret {
137
+  border-width: 0 $caret-width-large $caret-width-large;
138
+}
139
+
140
+
141
+// Vertical button groups
142
+// ----------------------
143
+
144
+.btn-group-vertical {
145
+  > .btn,
146
+  > .btn-group,
147
+  > .btn-group > .btn {
148
+    display: block;
149
+    float: none;
150
+    width: 100%;
151
+    max-width: 100%;
152
+  }
153
+
154
+  // Clear floats so dropdown menus can be properly placed
155
+  > .btn-group {
156
+    @include clearfix;
157
+    > .btn {
158
+      float: none;
159
+    }
160
+  }
161
+
162
+  > .btn + .btn,
163
+  > .btn + .btn-group,
164
+  > .btn-group + .btn,
165
+  > .btn-group + .btn-group {
166
+    margin-top: -1px;
167
+    margin-left: 0;
168
+  }
169
+}
170
+
171
+.btn-group-vertical > .btn {
172
+  &:not(:first-child):not(:last-child) {
173
+    border-radius: 0;
174
+  }
175
+  &:first-child:not(:last-child) {
176
+    border-top-right-radius: $btn-border-radius-base;
177
+    @include border-bottom-radius(0);
178
+  }
179
+  &:last-child:not(:first-child) {
180
+    border-bottom-left-radius: $btn-border-radius-base;
181
+    @include border-top-radius(0);
182
+  }
183
+}
184
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
185
+  border-radius: 0;
186
+}
187
+.btn-group-vertical > .btn-group:first-child:not(:last-child) {
188
+  > .btn:last-child,
189
+  > .dropdown-toggle {
190
+    @include border-bottom-radius(0);
191
+  }
192
+}
193
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
194
+  @include border-top-radius(0);
195
+}
196
+
197
+
198
+// Justified button groups
199
+// ----------------------
200
+
201
+.btn-group-justified {
202
+  display: table;
203
+  width: 100%;
204
+  table-layout: fixed;
205
+  border-collapse: separate;
206
+  > .btn,
207
+  > .btn-group {
208
+    float: none;
209
+    display: table-cell;
210
+    width: 1%;
211
+  }
212
+  > .btn-group .btn {
213
+    width: 100%;
214
+  }
215
+
216
+  > .btn-group .dropdown-menu {
217
+    left: auto;
218
+  }
219
+}
220
+
221
+
222
+// Checkbox and radio options
223
+//
224
+// In order to support the browser's form validation feedback, powered by the
225
+// `required` attribute, we have to "hide" the inputs via `clip`. We cannot use
226
+// `display: none;` or `visibility: hidden;` as that also hides the popover.
227
+// Simply visually hiding the inputs via `opacity` would leave them clickable in
228
+// certain cases which is prevented by using `clip` and `pointer-events`.
229
+// This way, we ensure a DOM element is visible to position the popover from.
230
+//
231
+// See https://github.com/twbs/bootstrap/pull/12794 and
232
+// https://github.com/twbs/bootstrap/pull/14559 for more information.
233
+
234
+[data-toggle="buttons"] {
235
+  > .btn,
236
+  > .btn-group > .btn {
237
+    input[type="radio"],
238
+    input[type="checkbox"] {
239
+      position: absolute;
240
+      clip: rect(0,0,0,0);
241
+      pointer-events: none;
242
+    }
243
+  }
244
+}

+ 168
- 0
Hello/www/sass/bootstrap/_buttons.scss View File

@@ -0,0 +1,168 @@
1
+//
2
+// Buttons
3
+// --------------------------------------------------
4
+
5
+
6
+// Base styles
7
+// --------------------------------------------------
8
+
9
+.btn {
10
+  display: inline-block;
11
+  margin-bottom: 0; // For input.btn
12
+  font-weight: $btn-font-weight;
13
+  text-align: center;
14
+  vertical-align: middle;
15
+  touch-action: manipulation;
16
+  cursor: pointer;
17
+  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
18
+  border: 1px solid transparent;
19
+  white-space: nowrap;
20
+  @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $btn-border-radius-base);
21
+  @include user-select(none);
22
+
23
+  &,
24
+  &:active,
25
+  &.active {
26
+    &:focus,
27
+    &.focus {
28
+      @include tab-focus;
29
+    }
30
+  }
31
+
32
+  &:hover,
33
+  &:focus,
34
+  &.focus {
35
+    color: $btn-default-color;
36
+    text-decoration: none;
37
+  }
38
+
39
+  &:active,
40
+  &.active {
41
+    outline: 0;
42
+    background-image: none;
43
+    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
44
+  }
45
+
46
+  &.disabled,
47
+  &[disabled],
48
+  fieldset[disabled] & {
49
+    cursor: $cursor-disabled;
50
+    @include opacity(.65);
51
+    @include box-shadow(none);
52
+  }
53
+
54
+  // [converter] extracted a& to a.btn
55
+}
56
+
57
+a.btn {
58
+  &.disabled,
59
+  fieldset[disabled] & {
60
+    pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
61
+  }
62
+}
63
+
64
+
65
+// Alternate buttons
66
+// --------------------------------------------------
67
+
68
+.btn-default {
69
+  @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
70
+}
71
+.btn-primary {
72
+  @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
73
+}
74
+// Success appears as green
75
+.btn-success {
76
+  @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
77
+}
78
+// Info appears as blue-green
79
+.btn-info {
80
+  @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
81
+}
82
+// Warning appears as orange
83
+.btn-warning {
84
+  @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
85
+}
86
+// Danger and error appear as red
87
+.btn-danger {
88
+  @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
89
+}
90
+
91
+
92
+// Link buttons
93
+// -------------------------
94
+
95
+// Make a button look and behave like a link
96
+.btn-link {
97
+  color: $link-color;
98
+  font-weight: normal;
99
+  border-radius: 0;
100
+
101
+  &,
102
+  &:active,
103
+  &.active,
104
+  &[disabled],
105
+  fieldset[disabled] & {
106
+    background-color: transparent;
107
+    @include box-shadow(none);
108
+  }
109
+  &,
110
+  &:hover,
111
+  &:focus,
112
+  &:active {
113
+    border-color: transparent;
114
+  }
115
+  &:hover,
116
+  &:focus {
117
+    color: $link-hover-color;
118
+    text-decoration: $link-hover-decoration;
119
+    background-color: transparent;
120
+  }
121
+  &[disabled],
122
+  fieldset[disabled] & {
123
+    &:hover,
124
+    &:focus {
125
+      color: $btn-link-disabled-color;
126
+      text-decoration: none;
127
+    }
128
+  }
129
+}
130
+
131
+
132
+// Button Sizes
133
+// --------------------------------------------------
134
+
135
+.btn-lg {
136
+  // line-height: ensure even-numbered height of button next to large input
137
+  @include button-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $btn-border-radius-large);
138
+}
139
+.btn-sm {
140
+  // line-height: ensure proper height of button next to small input
141
+  @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small);
142
+}
143
+.btn-xs {
144
+  @include button-size($padding-xs-vertical, $padding-xs-horizontal, $font-size-small, $line-height-small, $btn-border-radius-small);
145
+}
146
+
147
+
148
+// Block button
149
+// --------------------------------------------------
150
+
151
+.btn-block {
152
+  display: block;
153
+  width: 100%;
154
+}
155
+
156
+// Vertically space out multiple block buttons
157
+.btn-block + .btn-block {
158
+  margin-top: 5px;
159
+}
160
+
161
+// Specificity overrides
162
+input[type="submit"],
163
+input[type="reset"],
164
+input[type="button"] {
165
+  &.btn-block {
166
+    width: 100%;
167
+  }
168
+}

+ 269
- 0
Hello/www/sass/bootstrap/_carousel.scss View File

@@ -0,0 +1,269 @@
1
+//
2
+// Carousel
3
+// --------------------------------------------------
4
+
5
+
6
+// Wrapper for the slide container and indicators
7
+.carousel {
8
+  position: relative;
9
+}
10
+
11
+.carousel-inner {
12
+  position: relative;
13
+  overflow: hidden;
14
+  width: 100%;
15
+
16
+  > .item {
17
+    display: none;
18
+    position: relative;
19
+    @include transition(.6s ease-in-out left);
20
+
21
+    // Account for jankitude on images
22
+    > img,
23
+    > a > img {
24
+      @include img-responsive;
25
+      line-height: 1;
26
+    }
27
+
28
+    // WebKit CSS3 transforms for supported devices
29
+    @media all and (transform-3d), (-webkit-transform-3d) {
30
+      @include transition-transform(0.6s ease-in-out);
31
+      @include backface-visibility(hidden);
32
+      @include perspective(1000px);
33
+
34
+      &.next,
35
+      &.active.right {
36
+        @include translate3d(100%, 0, 0);
37
+        left: 0;
38
+      }
39
+      &.prev,
40
+      &.active.left {
41
+        @include translate3d(-100%, 0, 0);
42
+        left: 0;
43
+      }
44
+      &.next.left,
45
+      &.prev.right,
46
+      &.active {
47
+        @include translate3d(0, 0, 0);
48
+        left: 0;
49
+      }
50
+    }
51
+  }
52
+
53
+  > .active,
54
+  > .next,
55
+  > .prev {
56
+    display: block;
57
+  }
58
+
59
+  > .active {
60
+    left: 0;
61
+  }
62
+
63
+  > .next,
64
+  > .prev {
65
+    position: absolute;
66
+    top: 0;
67
+    width: 100%;
68
+  }
69
+
70
+  > .next {
71
+    left: 100%;
72
+  }
73
+  > .prev {
74
+    left: -100%;
75
+  }
76
+  > .next.left,
77
+  > .prev.right {
78
+    left: 0;
79
+  }
80
+
81
+  > .active.left {
82
+    left: -100%;
83
+  }
84
+  > .active.right {
85
+    left: 100%;
86
+  }
87
+
88
+}
89
+
90
+// Left/right controls for nav
91
+// ---------------------------
92
+
93
+.carousel-control {
94
+  position: absolute;
95
+  top: 0;
96
+  left: 0;
97
+  bottom: 0;
98
+  width: $carousel-control-width;
99
+  @include opacity($carousel-control-opacity);
100
+  font-size: $carousel-control-font-size;
101
+  color: $carousel-control-color;
102
+  text-align: center;
103
+  text-shadow: $carousel-text-shadow;
104
+  // We can't have this transition here because WebKit cancels the carousel
105
+  // animation if you trip this while in the middle of another animation.
106
+
107
+  // Set gradients for backgrounds
108
+  &.left {
109
+    @include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
110
+  }
111
+  &.right {
112
+    left: auto;
113
+    right: 0;
114
+    @include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
115
+  }
116
+
117
+  // Hover/focus state
118
+  &:hover,
119
+  &:focus {
120
+    outline: 0;
121
+    color: $carousel-control-color;
122
+    text-decoration: none;
123
+    @include opacity(.9);
124
+  }
125
+
126
+  // Toggles
127
+  .icon-prev,
128
+  .icon-next,
129
+  .glyphicon-chevron-left,
130
+  .glyphicon-chevron-right {
131
+    position: absolute;
132
+    top: 50%;
133
+    margin-top: -10px;
134
+    z-index: 5;
135
+    display: inline-block;
136
+  }
137
+  .icon-prev,
138
+  .glyphicon-chevron-left {
139
+    left: 50%;
140
+    margin-left: -10px;
141
+  }
142
+  .icon-next,
143
+  .glyphicon-chevron-right {
144
+    right: 50%;
145
+    margin-right: -10px;
146
+  }
147
+  .icon-prev,
148
+  .icon-next {
149
+    width:  20px;
150
+    height: 20px;
151
+    line-height: 1;
152
+    font-family: serif;
153
+  }
154
+
155
+
156
+  .icon-prev {
157
+    &:before {
158
+      content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
159
+    }
160
+  }
161
+  .icon-next {
162
+    &:before {
163
+      content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
164
+    }
165
+  }
166
+}
167
+
168
+// Optional indicator pips
169
+//
170
+// Add an unordered list with the following class and add a list item for each
171
+// slide your carousel holds.
172
+
173
+.carousel-indicators {
174
+  position: absolute;
175
+  bottom: 10px;
176
+  left: 50%;
177
+  z-index: 15;
178
+  width: 60%;
179
+  margin-left: -30%;
180
+  padding-left: 0;
181
+  list-style: none;
182
+  text-align: center;
183
+
184
+  li {
185
+    display: inline-block;
186
+    width:  10px;
187
+    height: 10px;
188
+    margin: 1px;
189
+    text-indent: -999px;
190
+    border: 1px solid $carousel-indicator-border-color;
191
+    border-radius: 10px;
192
+    cursor: pointer;
193
+
194
+    // IE8-9 hack for event handling
195
+    //
196
+    // Internet Explorer 8-9 does not support clicks on elements without a set
197
+    // `background-color`. We cannot use `filter` since that's not viewed as a
198
+    // background color by the browser. Thus, a hack is needed.
199
+    // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer
200
+    //
201
+    // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
202
+    // set alpha transparency for the best results possible.
203
+    background-color: #000 \9; // IE8
204
+    background-color: rgba(0,0,0,0); // IE9
205
+  }
206
+  .active {
207
+    margin: 0;
208
+    width:  12px;
209
+    height: 12px;
210
+    background-color: $carousel-indicator-active-bg;
211
+  }
212
+}
213
+
214
+// Optional captions
215
+// -----------------------------
216
+// Hidden by default for smaller viewports
217
+.carousel-caption {
218
+  position: absolute;
219
+  left: 15%;
220
+  right: 15%;
221
+  bottom: 20px;
222
+  z-index: 10;
223
+  padding-top: 20px;
224
+  padding-bottom: 20px;
225
+  color: $carousel-caption-color;
226
+  text-align: center;
227
+  text-shadow: $carousel-text-shadow;
228
+  & .btn {
229
+    text-shadow: none; // No shadow for button elements in carousel-caption
230
+  }
231
+}
232
+
233
+
234
+// Scale up controls for tablets and up
235
+@media screen and (min-width: $screen-sm-min) {
236
+
237
+  // Scale up the controls a smidge
238
+  .carousel-control {
239
+    .glyphicon-chevron-left,
240
+    .glyphicon-chevron-right,
241
+    .icon-prev,
242
+    .icon-next {
243
+      width: 30px;
244
+      height: 30px;
245
+      margin-top: -15px;
246
+      font-size: 30px;
247
+    }
248
+    .glyphicon-chevron-left,
249
+    .icon-prev {
250
+      margin-left: -15px;
251
+    }
252
+    .glyphicon-chevron-right,
253
+    .icon-next {
254
+      margin-right: -15px;
255
+    }
256
+  }
257
+
258
+  // Show and left align the captions
259
+  .carousel-caption {
260
+    left: 20%;
261
+    right: 20%;
262
+    padding-bottom: 30px;
263
+  }
264
+
265
+  // Move up the indicators
266
+  .carousel-indicators {
267
+    bottom: 20px;
268
+  }
269
+}

+ 36
- 0
Hello/www/sass/bootstrap/_close.scss View File

@@ -0,0 +1,36 @@
1
+//
2
+// Close icons
3
+// --------------------------------------------------
4
+
5
+
6
+.close {
7
+  float: right;
8
+  font-size: ($font-size-base * 1.5);
9
+  font-weight: $close-font-weight;
10
+  line-height: 1;
11
+  color: $close-color;
12
+  text-shadow: $close-text-shadow;
13
+  @include opacity(.2);
14
+
15
+  &:hover,
16
+  &:focus {
17
+    color: $close-color;
18
+    text-decoration: none;
19
+    cursor: pointer;
20
+    @include opacity(.5);
21
+  }
22
+
23
+  // [converter] extracted button& to button.close
24
+}
25
+
26
+// Additional properties for button version
27
+// iOS requires the button element instead of an anchor tag.
28
+// If you want the anchor version, it requires `href="#"`.
29
+// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
30
+button.close {
31
+  padding: 0;
32
+  cursor: pointer;
33
+  background: transparent;
34
+  border: 0;
35
+  -webkit-appearance: none;
36
+}

+ 69
- 0
Hello/www/sass/bootstrap/_code.scss View File

@@ -0,0 +1,69 @@
1
+//
2
+// Code (inline and block)
3
+// --------------------------------------------------
4
+
5
+
6
+// Inline and block code styles
7
+code,
8
+kbd,
9
+pre,
10
+samp {
11
+  font-family: $font-family-monospace;
12
+}
13
+
14
+// Inline code
15
+code {
16
+  padding: 2px 4px;
17
+  font-size: 90%;
18
+  color: $code-color;
19
+  background-color: $code-bg;
20
+  border-radius: $border-radius-base;
21
+}
22
+
23
+// User input typically entered via keyboard
24
+kbd {
25
+  padding: 2px 4px;
26
+  font-size: 90%;
27
+  color: $kbd-color;
28
+  background-color: $kbd-bg;
29
+  border-radius: $border-radius-small;
30
+  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
31
+
32
+  kbd {
33
+    padding: 0;
34
+    font-size: 100%;
35
+    font-weight: bold;
36
+    box-shadow: none;
37
+  }
38
+}
39
+
40
+// Blocks of code
41
+pre {
42
+  display: block;
43
+  padding: (($line-height-computed - 1) / 2);
44
+  margin: 0 0 ($line-height-computed / 2);
45
+  font-size: ($font-size-base - 1); // 14px to 13px
46
+  line-height: $line-height-base;
47
+  word-break: break-all;
48
+  word-wrap: break-word;
49
+  color: $pre-color;
50
+  background-color: $pre-bg;
51
+  border: 1px solid $pre-border-color;
52
+  border-radius: $border-radius-base;
53
+
54
+  // Account for some code outputs that place code tags in pre tags
55
+  code {
56
+    padding: 0;
57
+    font-size: inherit;
58
+    color: inherit;
59
+    white-space: pre-wrap;
60
+    background-color: transparent;
61
+    border-radius: 0;
62
+  }
63
+}
64
+
65
+// Enable scrollable blocks of code
66
+.pre-scrollable {
67
+  max-height: $pre-scrollable-max-height;
68
+  overflow-y: scroll;
69
+}

+ 37
- 0
Hello/www/sass/bootstrap/_component-animations.scss View File

@@ -0,0 +1,37 @@
1
+//
2
+// Component animations
3
+// --------------------------------------------------
4
+
5
+// Heads up!
6
+//
7
+// We don't use the `.opacity()` mixin here since it causes a bug with text
8
+// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.
9
+
10
+.fade {
11
+  opacity: 0;
12
+  @include transition(opacity .15s linear);
13
+  &.in {
14
+    opacity: 1;
15
+  }
16
+}
17
+
18
+.collapse {
19
+  display: none;
20
+
21
+  &.in      { display: block; }
22
+  // [converter] extracted tr&.in to tr.collapse.in
23
+  // [converter] extracted tbody&.in to tbody.collapse.in
24
+}
25
+
26
+tr.collapse.in    { display: table-row; }
27
+
28
+tbody.collapse.in { display: table-row-group; }
29
+
30
+.collapsing {
31
+  position: relative;
32
+  height: 0;
33
+  overflow: hidden;
34
+  @include transition-property(height, visibility);
35
+  @include transition-duration(.35s);
36
+  @include transition-timing-function(ease);
37
+}

+ 216
- 0
Hello/www/sass/bootstrap/_dropdowns.scss View File

@@ -0,0 +1,216 @@
1
+//
2
+// Dropdown menus
3
+// --------------------------------------------------
4
+
5
+
6
+// Dropdown arrow/caret
7
+.caret {
8
+  display: inline-block;
9
+  width: 0;
10
+  height: 0;
11
+  margin-left: 2px;
12
+  vertical-align: middle;
13
+  border-top:   $caret-width-base dashed;
14
+  border-top:   $caret-width-base solid \9; // IE8
15
+  border-right: $caret-width-base solid transparent;
16
+  border-left:  $caret-width-base solid transparent;
17
+}
18
+
19
+// The dropdown wrapper (div)
20
+.dropup,
21
+.dropdown {
22
+  position: relative;
23
+}
24
+
25
+// Prevent the focus on the dropdown toggle when closing dropdowns
26
+.dropdown-toggle:focus {
27
+  outline: 0;
28
+}
29
+
30
+// The dropdown menu (ul)
31
+.dropdown-menu {
32
+  position: absolute;
33
+  top: 100%;
34
+  left: 0;
35
+  z-index: $zindex-dropdown;
36
+  display: none; // none by default, but block on "open" of the menu
37
+  float: left;
38
+  min-width: 160px;
39
+  padding: 5px 0;
40
+  margin: 2px 0 0; // override default ul
41
+  list-style: none;
42
+  font-size: $font-size-base;
43
+  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
44
+  background-color: $dropdown-bg;
45
+  border: 1px solid $dropdown-fallback-border; // IE8 fallback
46
+  border: 1px solid $dropdown-border;
47
+  border-radius: $border-radius-base;
48
+  @include box-shadow(0 6px 12px rgba(0,0,0,.175));
49
+  background-clip: padding-box;
50
+
51
+  // Aligns the dropdown menu to right
52
+  //
53
+  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
54
+  &.pull-right {
55
+    right: 0;
56
+    left: auto;
57
+  }
58
+
59
+  // Dividers (basically an hr) within the dropdown
60
+  .divider {
61
+    @include nav-divider($dropdown-divider-bg);
62
+  }
63
+
64
+  // Links within the dropdown menu
65
+  > li > a {
66
+    display: block;
67
+    padding: 3px 20px;
68
+    clear: both;
69
+    font-weight: normal;
70
+    line-height: $line-height-base;
71
+    color: $dropdown-link-color;
72
+    white-space: nowrap; // prevent links from randomly breaking onto new lines
73
+  }
74
+}
75
+
76
+// Hover/Focus state
77
+.dropdown-menu > li > a {
78
+  &:hover,
79
+  &:focus {
80
+    text-decoration: none;
81
+    color: $dropdown-link-hover-color;
82
+    background-color: $dropdown-link-hover-bg;
83
+  }
84
+}
85
+
86
+// Active state
87
+.dropdown-menu > .active > a {
88
+  &,
89
+  &:hover,
90
+  &:focus {
91
+    color: $dropdown-link-active-color;
92
+    text-decoration: none;
93
+    outline: 0;
94
+    background-color: $dropdown-link-active-bg;
95
+  }
96
+}
97
+
98
+// Disabled state
99
+//
100
+// Gray out text and ensure the hover/focus state remains gray
101
+
102
+.dropdown-menu > .disabled > a {
103
+  &,
104
+  &:hover,
105
+  &:focus {
106
+    color: $dropdown-link-disabled-color;
107
+  }
108
+
109
+  // Nuke hover/focus effects
110
+  &:hover,
111
+  &:focus {
112
+    text-decoration: none;
113
+    background-color: transparent;
114
+    background-image: none; // Remove CSS gradient
115
+    @include reset-filter;
116
+    cursor: $cursor-disabled;
117
+  }
118
+}
119
+
120
+// Open state for the dropdown
121
+.open {
122
+  // Show the menu
123
+  > .dropdown-menu {
124
+    display: block;
125
+  }
126
+
127
+  // Remove the outline when :focus is triggered
128
+  > a {
129
+    outline: 0;
130
+  }
131
+}
132
+
133
+// Menu positioning
134
+//
135
+// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
136
+// menu with the parent.
137
+.dropdown-menu-right {
138
+  left: auto; // Reset the default from `.dropdown-menu`
139
+  right: 0;
140
+}
141
+// With v3, we enabled auto-flipping if you have a dropdown within a right
142
+// aligned nav component. To enable the undoing of that, we provide an override
143
+// to restore the default dropdown menu alignment.
144
+//
145
+// This is only for left-aligning a dropdown menu within a `.navbar-right` or
146
+// `.pull-right` nav component.
147
+.dropdown-menu-left {
148
+  left: 0;
149
+  right: auto;
150
+}
151
+
152
+// Dropdown section headers
153
+.dropdown-header {
154
+  display: block;
155
+  padding: 3px 20px;
156
+  font-size: $font-size-small;
157
+  line-height: $line-height-base;
158
+  color: $dropdown-header-color;
159
+  white-space: nowrap; // as with > li > a
160
+}
161
+
162
+// Backdrop to catch body clicks on mobile, etc.
163
+.dropdown-backdrop {
164
+  position: fixed;
165
+  left: 0;
166
+  right: 0;
167
+  bottom: 0;
168
+  top: 0;
169
+  z-index: ($zindex-dropdown - 10);
170
+}
171
+
172
+// Right aligned dropdowns
173
+.pull-right > .dropdown-menu {
174
+  right: 0;
175
+  left: auto;
176
+}
177
+
178
+// Allow for dropdowns to go bottom up (aka, dropup-menu)
179
+//
180
+// Just add .dropup after the standard .dropdown class and you're set, bro.
181
+// TODO: abstract this so that the navbar fixed styles are not placed here?
182
+
183
+.dropup,
184
+.navbar-fixed-bottom .dropdown {
185
+  // Reverse the caret
186
+  .caret {
187
+    border-top: 0;
188
+    border-bottom: $caret-width-base dashed;
189
+    border-bottom: $caret-width-base solid \9; // IE8
190
+    content: "";
191
+  }
192
+  // Different positioning for bottom up menu
193
+  .dropdown-menu {
194
+    top: auto;
195
+    bottom: 100%;
196
+    margin-bottom: 2px;
197
+  }
198
+}
199
+
200
+
201
+// Component alignment
202
+//
203
+// Reiterate per navbar.less and the modified component alignment there.
204
+
205
+@media (min-width: $grid-float-breakpoint) {
206
+  .navbar-right {
207
+    .dropdown-menu {
208
+      right: 0; left: auto;
209
+    }
210
+    // Necessary for overrides of the default right aligned menu.
211
+    // Will remove come v4 in all likelihood.
212
+    .dropdown-menu-left {
213
+      left: 0; right: auto;
214
+    }
215
+  }
216
+}

+ 611
- 0
Hello/www/sass/bootstrap/_forms.scss View File

@@ -0,0 +1,611 @@
1
+//
2
+// Forms
3
+// --------------------------------------------------
4
+
5
+
6
+// Normalize non-controls
7
+//
8
+// Restyle and baseline non-control form elements.
9
+
10
+fieldset {
11
+  padding: 0;
12
+  margin: 0;
13
+  border: 0;
14
+  // Chrome and Firefox set a `min-width: min-content;` on fieldsets,
15
+  // so we reset that to ensure it behaves more like a standard block element.
16
+  // See https://github.com/twbs/bootstrap/issues/12359.
17
+  min-width: 0;
18
+}
19
+
20
+legend {
21
+  display: block;
22
+  width: 100%;
23
+  padding: 0;
24
+  margin-bottom: $line-height-computed;
25
+  font-size: ($font-size-base * 1.5);
26
+  line-height: inherit;
27
+  color: $legend-color;
28
+  border: 0;
29
+  border-bottom: 1px solid $legend-border-color;
30
+}
31
+
32
+label {
33
+  display: inline-block;
34
+  max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
35
+  margin-bottom: 5px;
36
+  font-weight: bold;
37
+}
38
+
39
+
40
+// Normalize form controls
41
+//
42
+// While most of our form styles require extra classes, some basic normalization
43
+// is required to ensure optimum display with or without those classes to better
44
+// address browser inconsistencies.
45
+
46
+// Override content-box in Normalize (* isn't specific enough)
47
+input[type="search"] {
48
+  @include box-sizing(border-box);
49
+}
50
+
51
+// Position radios and checkboxes better
52
+input[type="radio"],
53
+input[type="checkbox"] {
54
+  margin: 4px 0 0;
55
+  margin-top: 1px \9; // IE8-9
56
+  line-height: normal;
57
+}
58
+
59
+input[type="file"] {
60
+  display: block;
61
+}
62
+
63
+// Make range inputs behave like textual form controls
64
+input[type="range"] {
65
+  display: block;
66
+  width: 100%;
67
+}
68
+
69
+// Make multiple select elements height not fixed
70
+select[multiple],
71
+select[size] {
72
+  height: auto;
73
+}
74
+
75
+// Focus for file, radio, and checkbox
76
+input[type="file"]:focus,
77
+input[type="radio"]:focus,
78
+input[type="checkbox"]:focus {
79
+  @include tab-focus;
80
+}
81
+
82
+// Adjust output element
83
+output {
84
+  display: block;
85
+  padding-top: ($padding-base-vertical + 1);
86
+  font-size: $font-size-base;
87
+  line-height: $line-height-base;
88
+  color: $input-color;
89
+}
90
+
91
+
92
+// Common form controls
93
+//
94
+// Shared size and type resets for form controls. Apply `.form-control` to any
95
+// of the following form controls:
96
+//
97
+// select
98
+// textarea
99
+// input[type="text"]
100
+// input[type="password"]
101
+// input[type="datetime"]
102
+// input[type="datetime-local"]
103
+// input[type="date"]
104
+// input[type="month"]
105
+// input[type="time"]
106
+// input[type="week"]
107
+// input[type="number"]
108
+// input[type="email"]
109
+// input[type="url"]
110
+// input[type="search"]
111
+// input[type="tel"]
112
+// input[type="color"]
113
+
114
+.form-control {
115
+  display: block;
116
+  width: 100%;
117
+  height: $input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
118
+  padding: $padding-base-vertical $padding-base-horizontal;
119
+  font-size: $font-size-base;
120
+  line-height: $line-height-base;
121
+  color: $input-color;
122
+  background-color: $input-bg;
123
+  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
124
+  border: 1px solid $input-border;
125
+  border-radius: $input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.
126
+  @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
127
+  @include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
128
+
129
+  // Customize the `:focus` state to imitate native WebKit styles.
130
+  @include form-control-focus;
131
+
132
+  // Placeholder
133
+  @include placeholder;
134
+
135
+  // Disabled and read-only inputs
136
+  //
137
+  // HTML5 says that controls under a fieldset > legend:first-child won't be
138
+  // disabled if the fieldset is disabled. Due to implementation difficulty, we
139
+  // don't honor that edge case; we style them as disabled anyway.
140
+  &[disabled],
141
+  &[readonly],
142
+  fieldset[disabled] & {
143
+    background-color: $input-bg-disabled;
144
+    opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
145
+  }
146
+
147
+  &[disabled],
148
+  fieldset[disabled] & {
149
+    cursor: $cursor-disabled;
150
+  }
151
+
152
+  // [converter] extracted textarea& to textarea.form-control
153
+}
154
+
155
+// Reset height for `textarea`s
156
+textarea.form-control {
157
+  height: auto;
158
+}
159
+
160
+
161
+// Search inputs in iOS
162
+//
163
+// This overrides the extra rounded corners on search inputs in iOS so that our
164
+// `.form-control` class can properly style them. Note that this cannot simply
165
+// be added to `.form-control` as it's not specific enough. For details, see
166
+// https://github.com/twbs/bootstrap/issues/11586.
167
+
168
+input[type="search"] {
169
+  -webkit-appearance: none;
170
+}
171
+
172
+
173
+// Special styles for iOS temporal inputs
174
+//
175
+// In Mobile Safari, setting `display: block` on temporal inputs causes the
176
+// text within the input to become vertically misaligned. As a workaround, we
177
+// set a pixel line-height that matches the given height of the input, but only
178
+// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
179
+//
180
+// Note that as of 8.3, iOS doesn't support `datetime` or `week`.
181
+
182
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
183
+  input[type="date"],
184
+  input[type="time"],
185
+  input[type="datetime-local"],
186
+  input[type="month"] {
187
+    &.form-control {
188
+      line-height: $input-height-base;
189
+    }
190
+
191
+    &.input-sm,
192
+    .input-group-sm & {
193
+      line-height: $input-height-small;
194
+    }
195
+
196
+    &.input-lg,
197
+    .input-group-lg & {
198
+      line-height: $input-height-large;
199
+    }
200
+  }
201
+}
202
+
203
+
204
+// Form groups
205
+//
206
+// Designed to help with the organization and spacing of vertical forms. For
207
+// horizontal forms, use the predefined grid classes.
208
+
209
+.form-group {
210
+  margin-bottom: $form-group-margin-bottom;
211
+}
212
+
213
+
214
+// Checkboxes and radios
215
+//
216
+// Indent the labels to position radios/checkboxes as hanging controls.
217
+
218
+.radio,
219
+.checkbox {
220
+  position: relative;
221
+  display: block;
222
+  margin-top: 10px;
223
+  margin-bottom: 10px;
224
+
225
+  label {
226
+    min-height: $line-height-computed; // Ensure the input doesn't jump when there is no text
227
+    padding-left: 20px;
228
+    margin-bottom: 0;
229
+    font-weight: normal;
230
+    cursor: pointer;
231
+  }
232
+}
233
+.radio input[type="radio"],
234
+.radio-inline input[type="radio"],
235
+.checkbox input[type="checkbox"],
236
+.checkbox-inline input[type="checkbox"] {
237
+  position: absolute;
238
+  margin-left: -20px;
239
+  margin-top: 4px \9;
240
+}
241
+
242
+.radio + .radio,
243
+.checkbox + .checkbox {
244
+  margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
245
+}
246
+
247
+// Radios and checkboxes on same line
248
+.radio-inline,
249
+.checkbox-inline {
250
+  position: relative;
251
+  display: inline-block;
252
+  padding-left: 20px;
253
+  margin-bottom: 0;
254
+  vertical-align: middle;
255
+  font-weight: normal;
256
+  cursor: pointer;
257
+}
258
+.radio-inline + .radio-inline,
259
+.checkbox-inline + .checkbox-inline {
260
+  margin-top: 0;
261
+  margin-left: 10px; // space out consecutive inline controls
262
+}
263
+
264
+// Apply same disabled cursor tweak as for inputs
265
+// Some special care is needed because <label>s don't inherit their parent's `cursor`.
266
+//
267
+// Note: Neither radios nor checkboxes can be readonly.
268
+input[type="radio"],
269
+input[type="checkbox"] {
270
+  &[disabled],
271
+  &.disabled,
272
+  fieldset[disabled] & {
273
+    cursor: $cursor-disabled;
274
+  }
275
+}
276
+// These classes are used directly on <label>s
277
+.radio-inline,
278
+.checkbox-inline {
279
+  &.disabled,
280
+  fieldset[disabled] & {
281
+    cursor: $cursor-disabled;
282
+  }
283
+}
284
+// These classes are used on elements with <label> descendants
285
+.radio,
286
+.checkbox {
287
+  &.disabled,
288
+  fieldset[disabled] & {
289
+    label {
290
+      cursor: $cursor-disabled;
291
+    }
292
+  }
293
+}
294
+
295
+
296
+// Static form control text
297
+//
298
+// Apply class to a `p` element to make any string of text align with labels in
299
+// a horizontal form layout.
300
+
301
+.form-control-static {
302
+  // Size it appropriately next to real form controls
303
+  padding-top: ($padding-base-vertical + 1);
304
+  padding-bottom: ($padding-base-vertical + 1);
305
+  // Remove default margin from `p`
306
+  margin-bottom: 0;
307
+  min-height: ($line-height-computed + $font-size-base);
308
+
309
+  &.input-lg,
310
+  &.input-sm {
311
+    padding-left: 0;
312
+    padding-right: 0;
313
+  }
314
+}
315
+
316
+
317
+// Form control sizing
318
+//
319
+// Build on `.form-control` with modifier classes to decrease or increase the
320
+// height and font-size of form controls.
321
+//
322
+// The `.form-group-* form-control` variations are sadly duplicated to avoid the
323
+// issue documented in https://github.com/twbs/bootstrap/issues/15074.
324
+
325
+@include input-size('.input-sm', $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $input-border-radius-small);
326
+.form-group-sm {
327
+  .form-control {
328
+    height: $input-height-small;
329
+    padding: $padding-small-vertical $padding-small-horizontal;
330
+    font-size: $font-size-small;
331
+    line-height: $line-height-small;
332
+    border-radius: $input-border-radius-small;
333
+  }
334
+  select.form-control {
335
+    height: $input-height-small;
336
+    line-height: $input-height-small;
337
+  }
338
+  textarea.form-control,
339
+  select[multiple].form-control {
340
+    height: auto;
341
+  }
342
+  .form-control-static {
343
+    height: $input-height-small;
344
+    min-height: ($line-height-computed + $font-size-small);
345
+    padding: ($padding-small-vertical + 1) $padding-small-horizontal;
346
+    font-size: $font-size-small;
347
+    line-height: $line-height-small;
348
+  }
349
+}
350
+
351
+@include input-size('.input-lg', $input-height-large, $padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $input-border-radius-large);
352
+.form-group-lg {
353
+  .form-control {
354
+    height: $input-height-large;
355
+    padding: $padding-large-vertical $padding-large-horizontal;
356
+    font-size: $font-size-large;
357
+    line-height: $line-height-large;
358
+    border-radius: $input-border-radius-large;
359
+  }
360
+  select.form-control {
361
+    height: $input-height-large;
362
+    line-height: $input-height-large;
363
+  }
364
+  textarea.form-control,
365
+  select[multiple].form-control {
366
+    height: auto;
367
+  }
368
+  .form-control-static {
369
+    height: $input-height-large;
370
+    min-height: ($line-height-computed + $font-size-large);
371
+    padding: ($padding-large-vertical + 1) $padding-large-horizontal;
372
+    font-size: $font-size-large;
373
+    line-height: $line-height-large;
374
+  }
375
+}
376
+
377
+
378
+// Form control feedback states
379
+//
380
+// Apply contextual and semantic states to individual form controls.
381
+
382
+.has-feedback {
383
+  // Enable absolute positioning
384
+  position: relative;
385
+
386
+  // Ensure icons don't overlap text
387
+  .form-control {
388
+    padding-right: ($input-height-base * 1.25);
389
+  }
390
+}
391
+// Feedback icon (requires .glyphicon classes)
392
+.form-control-feedback {
393
+  position: absolute;
394
+  top: 0;
395
+  right: 0;
396
+  z-index: 2; // Ensure icon is above input groups
397
+  display: block;
398
+  width: $input-height-base;
399
+  height: $input-height-base;
400
+  line-height: $input-height-base;
401
+  text-align: center;
402
+  pointer-events: none;
403
+}
404
+.input-lg + .form-control-feedback,
405
+.input-group-lg + .form-control-feedback,
406
+.form-group-lg .form-control + .form-control-feedback {
407
+  width: $input-height-large;
408
+  height: $input-height-large;
409
+  line-height: $input-height-large;
410
+}
411
+.input-sm + .form-control-feedback,
412
+.input-group-sm + .form-control-feedback,
413
+.form-group-sm .form-control + .form-control-feedback {
414
+  width: $input-height-small;
415
+  height: $input-height-small;
416
+  line-height: $input-height-small;
417
+}
418
+
419
+// Feedback states
420
+.has-success {
421
+  @include form-control-validation($state-success-text, $state-success-text, $state-success-bg);
422
+}
423
+.has-warning {
424
+  @include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
425
+}
426
+.has-error {
427
+  @include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
428
+}
429
+
430
+// Reposition feedback icon if input has visible label above
431
+.has-feedback label {
432
+
433
+  & ~ .form-control-feedback {
434
+     top: ($line-height-computed + 5); // Height of the `label` and its margin
435
+  }
436
+  &.sr-only ~ .form-control-feedback {
437
+     top: 0;
438
+  }
439
+}
440
+
441
+
442
+// Help text
443
+//
444
+// Apply to any element you wish to create light text for placement immediately
445
+// below a form control. Use for general help, formatting, or instructional text.
446
+
447
+.help-block {
448
+  display: block; // account for any element using help-block
449
+  margin-top: 5px;
450
+  margin-bottom: 10px;
451
+  color: lighten($text-color, 25%); // lighten the text some for contrast
452
+}
453
+
454
+
455
+// Inline forms
456
+//
457
+// Make forms appear inline(-block) by adding the `.form-inline` class. Inline
458
+// forms begin stacked on extra small (mobile) devices and then go inline when
459
+// viewports reach <768px.
460
+//
461
+// Requires wrapping inputs and labels with `.form-group` for proper display of
462
+// default HTML form controls and our custom form controls (e.g., input groups).
463
+//
464
+// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.
465
+
466
+// [converter] extracted from `.form-inline` for libsass compatibility
467
+@mixin form-inline {
468
+
469
+  // Kick in the inline
470
+  @media (min-width: $screen-sm-min) {
471
+    // Inline-block all the things for "inline"
472
+    .form-group {
473
+      display: inline-block;
474
+      margin-bottom: 0;
475
+      vertical-align: middle;
476
+    }
477
+
478
+    // In navbar-form, allow folks to *not* use `.form-group`
479
+    .form-control {
480
+      display: inline-block;
481
+      width: auto; // Prevent labels from stacking above inputs in `.form-group`
482
+      vertical-align: middle;
483
+    }
484
+
485
+    // Make static controls behave like regular ones
486
+    .form-control-static {
487
+      display: inline-block;
488
+    }
489
+
490
+    .input-group {
491
+      display: inline-table;
492
+      vertical-align: middle;
493
+
494
+      .input-group-addon,
495
+      .input-group-btn,
496
+      .form-control {
497
+        width: auto;
498
+      }
499
+    }
500
+
501
+    // Input groups need that 100% width though
502
+    .input-group > .form-control {
503
+      width: 100%;
504
+    }
505
+
506
+    .control-label {
507
+      margin-bottom: 0;
508
+      vertical-align: middle;
509
+    }
510
+
511
+    // Remove default margin on radios/checkboxes that were used for stacking, and
512
+    // then undo the floating of radios and checkboxes to match.
513
+    .radio,
514
+    .checkbox {
515
+      display: inline-block;
516
+      margin-top: 0;
517
+      margin-bottom: 0;
518
+      vertical-align: middle;
519
+
520
+      label {
521
+        padding-left: 0;
522
+      }
523
+    }
524
+    .radio input[type="radio"],
525
+    .checkbox input[type="checkbox"] {
526
+      position: relative;
527
+      margin-left: 0;
528
+    }
529
+
530
+    // Re-override the feedback icon.
531
+    .has-feedback .form-control-feedback {
532
+      top: 0;
533
+    }
534
+  }
535
+}
536
+// [converter] extracted as `@mixin form-inline` for libsass compatibility
537
+.form-inline {
538
+  @include form-inline;
539
+}
540
+
541
+
542
+
543
+// Horizontal forms
544
+//
545
+// Horizontal forms are built on grid classes and allow you to create forms with
546
+// labels on the left and inputs on the right.
547
+
548
+.form-horizontal {
549
+
550
+  // Consistent vertical alignment of radios and checkboxes
551
+  //
552
+  // Labels also get some reset styles, but that is scoped to a media query below.
553
+  .radio,
554
+  .checkbox,
555
+  .radio-inline,
556
+  .checkbox-inline {
557
+    margin-top: 0;
558
+    margin-bottom: 0;
559
+    padding-top: ($padding-base-vertical + 1); // Default padding plus a border
560
+  }
561
+  // Account for padding we're adding to ensure the alignment and of help text
562
+  // and other content below items
563
+  .radio,
564
+  .checkbox {
565
+    min-height: ($line-height-computed + ($padding-base-vertical + 1));
566
+  }
567
+
568
+  // Make form groups behave like rows
569
+  .form-group {
570
+    @include make-row;
571
+  }
572
+
573
+  // Reset spacing and right align labels, but scope to media queries so that
574
+  // labels on narrow viewports stack the same as a default form example.
575
+  @media (min-width: $screen-sm-min) {
576
+    .control-label {
577
+      text-align: right;
578
+      margin-bottom: 0;
579
+      padding-top: ($padding-base-vertical + 1); // Default padding plus a border
580
+    }
581
+  }
582
+
583
+  // Validation states
584
+  //
585
+  // Reposition the icon because it's now within a grid column and columns have
586
+  // `position: relative;` on them. Also accounts for the grid gutter padding.
587
+  .has-feedback .form-control-feedback {
588
+    right: floor(($grid-gutter-width / 2));
589
+  }
590
+
591
+  // Form group sizes
592
+  //
593
+  // Quick utility class for applying `.input-lg` and `.input-sm` styles to the
594
+  // inputs and labels within a `.form-group`.
595
+  .form-group-lg {
596
+    @media (min-width: $screen-sm-min) {
597
+      .control-label {
598
+        padding-top: (($padding-large-vertical * $line-height-large) + 1);
599
+        font-size: $font-size-large;
600
+      }
601
+    }
602
+  }
603
+  .form-group-sm {
604
+    @media (min-width: $screen-sm-min) {
605
+      .control-label {
606
+        padding-top: ($padding-small-vertical + 1);
607
+        font-size: $font-size-small;
608
+      }
609
+    }
610
+  }
611
+}

+ 307
- 0
Hello/www/sass/bootstrap/_glyphicons.scss View File

@@ -0,0 +1,307 @@
1
+//
2
+// Glyphicons for Bootstrap
3
+//
4
+// Since icons are fonts, they can be placed anywhere text is placed and are
5
+// thus automatically sized to match the surrounding child. To use, create an
6
+// inline element with the appropriate classes, like so:
7
+//
8
+// <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>
9
+
10
+@at-root {
11
+  // Import the fonts
12
+  @font-face {
13
+    font-family: 'Glyphicons Halflings';
14
+    src: url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.eot'), '#{$icon-font-path}#{$icon-font-name}.eot'));
15
+    src: url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.eot?#iefix'), '#{$icon-font-path}#{$icon-font-name}.eot?#iefix')) format('embedded-opentype'),
16
+         url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.woff2'), '#{$icon-font-path}#{$icon-font-name}.woff2')) format('woff2'),
17
+         url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.woff'), '#{$icon-font-path}#{$icon-font-name}.woff')) format('woff'),
18
+         url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.ttf'), '#{$icon-font-path}#{$icon-font-name}.ttf')) format('truetype'),
19
+         url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.svg##{$icon-font-svg-id}'), '#{$icon-font-path}#{$icon-font-name}.svg##{$icon-font-svg-id}')) format('svg');
20
+  }
21
+}
22
+
23
+// Catchall baseclass
24
+.glyphicon {
25
+  position: relative;
26
+  top: 1px;
27
+  display: inline-block;
28
+  font-family: 'Glyphicons Halflings';
29
+  font-style: normal;
30
+  font-weight: normal;
31
+  line-height: 1;
32
+  -webkit-font-smoothing: antialiased;
33
+  -moz-osx-font-smoothing: grayscale;
34
+}
35
+
36
+// Individual icons
37
+.glyphicon-asterisk               { &:before { content: "\2a"; } }
38
+.glyphicon-plus                   { &:before { content: "\2b"; } }
39
+.glyphicon-euro,
40
+.glyphicon-eur                    { &:before { content: "\20ac"; } }
41
+.glyphicon-minus                  { &:before { content: "\2212"; } }
42
+.glyphicon-cloud                  { &:before { content: "\2601"; } }
43
+.glyphicon-envelope               { &:before { content: "\2709"; } }
44
+.glyphicon-pencil                 { &:before { content: "\270f"; } }
45
+.glyphicon-glass                  { &:before { content: "\e001"; } }
46
+.glyphicon-music                  { &:before { content: "\e002"; } }
47
+.glyphicon-search                 { &:before { content: "\e003"; } }
48
+.glyphicon-heart                  { &:before { content: "\e005"; } }
49
+.glyphicon-star                   { &:before { content: "\e006"; } }
50
+.glyphicon-star-empty             { &:before { content: "\e007"; } }
51
+.glyphicon-user                   { &:before { content: "\e008"; } }
52
+.glyphicon-film                   { &:before { content: "\e009"; } }
53
+.glyphicon-th-large               { &:before { content: "\e010"; } }
54
+.glyphicon-th                     { &:before { content: "\e011"; } }
55
+.glyphicon-th-list                { &:before { content: "\e012"; } }
56
+.glyphicon-ok                     { &:before { content: "\e013"; } }
57
+.glyphicon-remove                 { &:before { content: "\e014"; } }
58
+.glyphicon-zoom-in                { &:before { content: "\e015"; } }
59
+.glyphicon-zoom-out               { &:before { content: "\e016"; } }
60
+.glyphicon-off                    { &:before { content: "\e017"; } }
61
+.glyphicon-signal                 { &:before { content: "\e018"; } }
62
+.glyphicon-cog                    { &:before { content: "\e019"; } }
63
+.glyphicon-trash                  { &:before { content: "\e020"; } }
64
+.glyphicon-home                   { &:before { content: "\e021"; } }
65
+.glyphicon-file                   { &:before { content: "\e022"; } }
66
+.glyphicon-time                   { &:before { content: "\e023"; } }
67
+.glyphicon-road                   { &:before { content: "\e024"; } }
68
+.glyphicon-download-alt           { &:before { content: "\e025"; } }
69
+.glyphicon-download               { &:before { content: "\e026"; } }
70
+.glyphicon-upload                 { &:before { content: "\e027"; } }
71
+.glyphicon-inbox                  { &:before { content: "\e028"; } }
72
+.glyphicon-play-circle            { &:before { content: "\e029"; } }
73
+.glyphicon-repeat                 { &:before { content: "\e030"; } }
74
+.glyphicon-refresh                { &:before { content: "\e031"; } }
75
+.glyphicon-list-alt               { &:before { content: "\e032"; } }
76
+.glyphicon-lock                   { &:before { content: "\e033"; } }
77
+.glyphicon-flag                   { &:before { content: "\e034"; } }
78
+.glyphicon-headphones             { &:before { content: "\e035"; } }
79
+.glyphicon-volume-off             { &:before { content: "\e036"; } }
80
+.glyphicon-volume-down            { &:before { content: "\e037"; } }
81
+.glyphicon-volume-up              { &:before { content: "\e038"; } }
82
+.glyphicon-qrcode                 { &:before { content: "\e039"; } }
83
+.glyphicon-barcode                { &:before { content: "\e040"; } }
84
+.glyphicon-tag                    { &:before { content: "\e041"; } }
85
+.glyphicon-tags                   { &:before { content: "\e042"; } }
86
+.glyphicon-book                   { &:before { content: "\e043"; } }
87
+.glyphicon-bookmark               { &:before { content: "\e044"; } }
88
+.glyphicon-print                  { &:before { content: "\e045"; } }
89
+.glyphicon-camera                 { &:before { content: "\e046"; } }
90
+.glyphicon-font                   { &:before { content: "\e047"; } }
91
+.glyphicon-bold                   { &:before { content: "\e048"; } }
92
+.glyphicon-italic                 { &:before { content: "\e049"; } }
93
+.glyphicon-text-height            { &:before { content: "\e050"; } }
94
+.glyphicon-text-width             { &:before { content: "\e051"; } }
95
+.glyphicon-align-left             { &:before { content: "\e052"; } }
96
+.glyphicon-align-center           { &:before { content: "\e053"; } }
97
+.glyphicon-align-right            { &:before { content: "\e054"; } }
98
+.glyphicon-align-justify          { &:before { content: "\e055"; } }
99
+.glyphicon-list                   { &:before { content: "\e056"; } }
100
+.glyphicon-indent-left            { &:before { content: "\e057"; } }
101
+.glyphicon-indent-right           { &:before { content: "\e058"; } }
102
+.glyphicon-facetime-video         { &:before { content: "\e059"; } }
103
+.glyphicon-picture                { &:before { content: "\e060"; } }
104
+.glyphicon-map-marker             { &:before { content: "\e062"; } }
105
+.glyphicon-adjust                 { &:before { content: "\e063"; } }
106
+.glyphicon-tint                   { &:before { content: "\e064"; } }
107
+.glyphicon-edit                   { &:before { content: "\e065"; } }
108
+.glyphicon-share                  { &:before { content: "\e066"; } }
109
+.glyphicon-check                  { &:before { content: "\e067"; } }
110
+.glyphicon-move                   { &:before { content: "\e068"; } }
111
+.glyphicon-step-backward          { &:before { content: "\e069"; } }
112
+.glyphicon-fast-backward          { &:before { content: "\e070"; } }
113
+.glyphicon-backward               { &:before { content: "\e071"; } }
114
+.glyphicon-play                   { &:before { content: "\e072"; } }
115
+.glyphicon-pause                  { &:before { content: "\e073"; } }
116
+.glyphicon-stop                   { &:before { content: "\e074"; } }
117
+.glyphicon-forward                { &:before { content: "\e075"; } }
118
+.glyphicon-fast-forward           { &:before { content: "\e076"; } }
119
+.glyphicon-step-forward           { &:before { content: "\e077"; } }
120
+.glyphicon-eject                  { &:before { content: "\e078"; } }
121
+.glyphicon-chevron-left           { &:before { content: "\e079"; } }
122
+.glyphicon-chevron-right          { &:before { content: "\e080"; } }
123
+.glyphicon-plus-sign              { &:before { content: "\e081"; } }
124
+.glyphicon-minus-sign             { &:before { content: "\e082"; } }
125
+.glyphicon-remove-sign            { &:before { content: "\e083"; } }
126
+.glyphicon-ok-sign                { &:before { content: "\e084"; } }
127
+.glyphicon-question-sign          { &:before { content: "\e085"; } }
128
+.glyphicon-info-sign              { &:before { content: "\e086"; } }
129
+.glyphicon-screenshot             { &:before { content: "\e087"; } }
130
+.glyphicon-remove-circle          { &:before { content: "\e088"; } }
131
+.glyphicon-ok-circle              { &:before { content: "\e089"; } }
132
+.glyphicon-ban-circle             { &:before { content: "\e090"; } }
133
+.glyphicon-arrow-left             { &:before { content: "\e091"; } }
134
+.glyphicon-arrow-right            { &:before { content: "\e092"; } }
135
+.glyphicon-arrow-up               { &:before { content: "\e093"; } }
136
+.glyphicon-arrow-down             { &:before { content: "\e094"; } }
137
+.glyphicon-share-alt              { &:before { content: "\e095"; } }
138
+.glyphicon-resize-full            { &:before { content: "\e096"; } }
139
+.glyphicon-resize-small           { &:before { content: "\e097"; } }
140
+.glyphicon-exclamation-sign       { &:before { content: "\e101"; } }
141
+.glyphicon-gift                   { &:before { content: "\e102"; } }
142
+.glyphicon-leaf                   { &:before { content: "\e103"; } }
143
+.glyphicon-fire                   { &:before { content: "\e104"; } }
144
+.glyphicon-eye-open               { &:before { content: "\e105"; } }
145
+.glyphicon-eye-close              { &:before { content: "\e106"; } }
146
+.glyphicon-warning-sign           { &:before { content: "\e107"; } }
147
+.glyphicon-plane                  { &:before { content: "\e108"; } }
148
+.glyphicon-calendar               { &:before { content: "\e109"; } }
149
+.glyphicon-random                 { &:before { content: "\e110"; } }
150
+.glyphicon-comment                { &:before { content: "\e111"; } }
151
+.glyphicon-magnet                 { &:before { content: "\e112"; } }
152
+.glyphicon-chevron-up             { &:before { content: "\e113"; } }
153
+.glyphicon-chevron-down           { &:before { content: "\e114"; } }
154
+.glyphicon-retweet                { &:before { content: "\e115"; } }
155
+.glyphicon-shopping-cart          { &:before { content: "\e116"; } }
156
+.glyphicon-folder-close           { &:before { content: "\e117"; } }
157
+.glyphicon-folder-open            { &:before { content: "\e118"; } }
158
+.glyphicon-resize-vertical        { &:before { content: "\e119"; } }
159
+.glyphicon-resize-horizontal      { &:before { content: "\e120"; } }
160
+.glyphicon-hdd                    { &:before { content: "\e121"; } }
161
+.glyphicon-bullhorn               { &:before { content: "\e122"; } }
162
+.glyphicon-bell                   { &:before { content: "\e123"; } }
163
+.glyphicon-certificate            { &:before { content: "\e124"; } }
164
+.glyphicon-thumbs-up              { &:before { content: "\e125"; } }
165
+.glyphicon-thumbs-down            { &:before { content: "\e126"; } }
166
+.glyphicon-hand-right             { &:before { content: "\e127"; } }
167
+.glyphicon-hand-left              { &:before { content: "\e128"; } }
168
+.glyphicon-hand-up                { &:before { content: "\e129"; } }
169
+.glyphicon-hand-down              { &:before { content: "\e130"; } }
170
+.glyphicon-circle-arrow-right     { &:before { content: "\e131"; } }
171
+.glyphicon-circle-arrow-left      { &:before { content: "\e132"; } }
172
+.glyphicon-circle-arrow-up        { &:before { content: "\e133"; } }
173
+.glyphicon-circle-arrow-down      { &:before { content: "\e134"; } }
174
+.glyphicon-globe                  { &:before { content: "\e135"; } }
175
+.glyphicon-wrench                 { &:before { content: "\e136"; } }
176
+.glyphicon-tasks                  { &:before { content: "\e137"; } }
177
+.glyphicon-filter                 { &:before { content: "\e138"; } }
178
+.glyphicon-briefcase              { &:before { content: "\e139"; } }
179
+.glyphicon-fullscreen             { &:before { content: "\e140"; } }
180
+.glyphicon-dashboard              { &:before { content: "\e141"; } }
181
+.glyphicon-paperclip              { &:before { content: "\e142"; } }
182
+.glyphicon-heart-empty            { &:before { content: "\e143"; } }
183
+.glyphicon-link                   { &:before { content: "\e144"; } }
184
+.glyphicon-phone                  { &:before { content: "\e145"; } }
185
+.glyphicon-pushpin                { &:before { content: "\e146"; } }
186
+.glyphicon-usd                    { &:before { content: "\e148"; } }
187
+.glyphicon-gbp                    { &:before { content: "\e149"; } }
188
+.glyphicon-sort                   { &:before { content: "\e150"; } }
189
+.glyphicon-sort-by-alphabet       { &:before { content: "\e151"; } }
190
+.glyphicon-sort-by-alphabet-alt   { &:before { content: "\e152"; } }
191
+.glyphicon-sort-by-order          { &:before { content: "\e153"; } }
192
+.glyphicon-sort-by-order-alt      { &:before { content: "\e154"; } }
193
+.glyphicon-sort-by-attributes     { &:before { content: "\e155"; } }
194
+.glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
195
+.glyphicon-unchecked              { &:before { content: "\e157"; } }
196
+.glyphicon-expand                 { &:before { content: "\e158"; } }
197
+.glyphicon-collapse-down          { &:before { content: "\e159"; } }
198
+.glyphicon-collapse-up            { &:before { content: "\e160"; } }
199
+.glyphicon-log-in                 { &:before { content: "\e161"; } }
200
+.glyphicon-flash                  { &:before { content: "\e162"; } }
201
+.glyphicon-log-out                { &:before { content: "\e163"; } }
202
+.glyphicon-new-window             { &:before { content: "\e164"; } }
203
+.glyphicon-record                 { &:before { content: "\e165"; } }
204
+.glyphicon-save                   { &:before { content: "\e166"; } }
205
+.glyphicon-open                   { &:before { content: "\e167"; } }
206
+.glyphicon-saved                  { &:before { content: "\e168"; } }
207
+.glyphicon-import                 { &:before { content: "\e169"; } }
208
+.glyphicon-export                 { &:before { content: "\e170"; } }
209
+.glyphicon-send                   { &:before { content: "\e171"; } }
210
+.glyphicon-floppy-disk            { &:before { content: "\e172"; } }
211
+.glyphicon-floppy-saved           { &:before { content: "\e173"; } }
212
+.glyphicon-floppy-remove          { &:before { content: "\e174"; } }
213
+.glyphicon-floppy-save            { &:before { content: "\e175"; } }
214
+.glyphicon-floppy-open            { &:before { content: "\e176"; } }
215
+.glyphicon-credit-card            { &:before { content: "\e177"; } }
216
+.glyphicon-transfer               { &:before { content: "\e178"; } }
217
+.glyphicon-cutlery                { &:before { content: "\e179"; } }
218
+.glyphicon-header                 { &:before { content: "\e180"; } }
219
+.glyphicon-compressed             { &:before { content: "\e181"; } }
220
+.glyphicon-earphone               { &:before { content: "\e182"; } }
221
+.glyphicon-phone-alt              { &:before { content: "\e183"; } }
222
+.glyphicon-tower                  { &:before { content: "\e184"; } }
223
+.glyphicon-stats                  { &:before { content: "\e185"; } }
224
+.glyphicon-sd-video               { &:before { content: "\e186"; } }
225
+.glyphicon-hd-video               { &:before { content: "\e187"; } }
226
+.glyphicon-subtitles              { &:before { content: "\e188"; } }
227
+.glyphicon-sound-stereo           { &:before { content: "\e189"; } }
228
+.glyphicon-sound-dolby            { &:before { content: "\e190"; } }
229
+.glyphicon-sound-5-1              { &:before { content: "\e191"; } }
230
+.glyphicon-sound-6-1              { &:before { content: "\e192"; } }
231
+.glyphicon-sound-7-1              { &:before { content: "\e193"; } }
232
+.glyphicon-copyright-mark         { &:before { content: "\e194"; } }
233
+.glyphicon-registration-mark      { &:before { content: "\e195"; } }
234
+.glyphicon-cloud-download         { &:before { content: "\e197"; } }
235
+.glyphicon-cloud-upload           { &:before { content: "\e198"; } }
236
+.glyphicon-tree-conifer           { &:before { content: "\e199"; } }
237
+.glyphicon-tree-deciduous         { &:before { content: "\e200"; } }
238
+.glyphicon-cd                     { &:before { content: "\e201"; } }
239
+.glyphicon-save-file              { &:before { content: "\e202"; } }
240
+.glyphicon-open-file              { &:before { content: "\e203"; } }
241
+.glyphicon-level-up               { &:before { content: "\e204"; } }
242
+.glyphicon-copy                   { &:before { content: "\e205"; } }
243
+.glyphicon-paste                  { &:before { content: "\e206"; } }
244
+// The following 2 Glyphicons are omitted for the time being because
245
+// they currently use Unicode codepoints that are outside the
246
+// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle
247
+// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.
248
+// Notably, the bug affects some older versions of the Android Browser.
249
+// More info: https://github.com/twbs/bootstrap/issues/10106
250
+// .glyphicon-door                   { &:before { content: "\1f6aa"; } }
251
+// .glyphicon-key                    { &:before { content: "\1f511"; } }
252
+.glyphicon-alert                  { &:before { content: "\e209"; } }
253
+.glyphicon-equalizer              { &:before { content: "\e210"; } }
254
+.glyphicon-king                   { &:before { content: "\e211"; } }
255
+.glyphicon-queen                  { &:before { content: "\e212"; } }
256
+.glyphicon-pawn                   { &:before { content: "\e213"; } }
257
+.glyphicon-bishop                 { &:before { content: "\e214"; } }
258
+.glyphicon-knight                 { &:before { content: "\e215"; } }
259
+.glyphicon-baby-formula           { &:before { content: "\e216"; } }
260
+.glyphicon-tent                   { &:before { content: "\26fa"; } }
261
+.glyphicon-blackboard             { &:before { content: "\e218"; } }
262
+.glyphicon-bed                    { &:before { content: "\e219"; } }
263
+.glyphicon-apple                  { &:before { content: "\f8ff"; } }
264
+.glyphicon-erase                  { &:before { content: "\e221"; } }
265
+.glyphicon-hourglass              { &:before { content: "\231b"; } }
266
+.glyphicon-lamp                   { &:before { content: "\e223"; } }
267
+.glyphicon-duplicate              { &:before { content: "\e224"; } }
268
+.glyphicon-piggy-bank             { &:before { content: "\e225"; } }
269
+.glyphicon-scissors               { &:before { content: "\e226"; } }
270
+.glyphicon-bitcoin                { &:before { content: "\e227"; } }
271
+.glyphicon-btc                    { &:before { content: "\e227"; } }
272
+.glyphicon-xbt                    { &:before { content: "\e227"; } }
273
+.glyphicon-yen                    { &:before { content: "\00a5"; } }
274
+.glyphicon-jpy                    { &:before { content: "\00a5"; } }
275
+.glyphicon-ruble                  { &:before { content: "\20bd"; } }
276
+.glyphicon-rub                    { &:before { content: "\20bd"; } }
277
+.glyphicon-scale                  { &:before { content: "\e230"; } }
278
+.glyphicon-ice-lolly              { &:before { content: "\e231"; } }
279
+.glyphicon-ice-lolly-tasted       { &:before { content: "\e232"; } }
280
+.glyphicon-education              { &:before { content: "\e233"; } }
281
+.glyphicon-option-horizontal      { &:before { content: "\e234"; } }
282
+.glyphicon-option-vertical        { &:before { content: "\e235"; } }
283
+.glyphicon-menu-hamburger         { &:before { content: "\e236"; } }
284
+.glyphicon-modal-window           { &:before { content: "\e237"; } }
285
+.glyphicon-oil                    { &:before { content: "\e238"; } }
286
+.glyphicon-grain                  { &:before { content: "\e239"; } }
287
+.glyphicon-sunglasses             { &:before { content: "\e240"; } }
288
+.glyphicon-text-size              { &:before { content: "\e241"; } }
289
+.glyphicon-text-color             { &:before { content: "\e242"; } }
290
+.glyphicon-text-background        { &:before { content: "\e243"; } }
291
+.glyphicon-object-align-top       { &:before { content: "\e244"; } }
292
+.glyphicon-object-align-bottom    { &:before { content: "\e245"; } }
293
+.glyphicon-object-align-horizontal{ &:before { content: "\e246"; } }
294
+.glyphicon-object-align-left      { &:before { content: "\e247"; } }
295
+.glyphicon-object-align-vertical  { &:before { content: "\e248"; } }
296
+.glyphicon-object-align-right     { &:before { content: "\e249"; } }
297
+.glyphicon-triangle-right         { &:before { content: "\e250"; } }
298
+.glyphicon-triangle-left          { &:before { content: "\e251"; } }
299
+.glyphicon-triangle-bottom        { &:before { content: "\e252"; } }
300
+.glyphicon-triangle-top           { &:before { content: "\e253"; } }
301
+.glyphicon-console                { &:before { content: "\e254"; } }
302
+.glyphicon-superscript            { &:before { content: "\e255"; } }
303
+.glyphicon-subscript              { &:before { content: "\e256"; } }
304
+.glyphicon-menu-left              { &:before { content: "\e257"; } }
305
+.glyphicon-menu-right             { &:before { content: "\e258"; } }
306
+.glyphicon-menu-down              { &:before { content: "\e259"; } }
307
+.glyphicon-menu-up                { &:before { content: "\e260"; } }

+ 84
- 0
Hello/www/sass/bootstrap/_grid.scss View File

@@ -0,0 +1,84 @@
1
+//
2
+// Grid system
3
+// --------------------------------------------------
4
+
5
+
6
+// Container widths
7
+//
8
+// Set the container width, and override it for fixed navbars in media queries.
9
+
10
+.container {
11
+  @include container-fixed;
12
+
13
+  @media (min-width: $screen-sm-min) {
14
+    width: $container-sm;
15
+  }
16
+  @media (min-width: $screen-md-min) {
17
+    width: $container-md;
18
+  }
19
+  @media (min-width: $screen-lg-min) {
20
+    width: $container-lg;
21
+  }
22
+}
23
+
24
+
25
+// Fluid container
26
+//
27
+// Utilizes the mixin meant for fixed width containers, but without any defined
28
+// width for fluid, full width layouts.
29
+
30
+.container-fluid {
31
+  @include container-fixed;
32
+}
33
+
34
+
35
+// Row
36
+//
37
+// Rows contain and clear the floats of your columns.
38
+
39
+.row {
40
+  @include make-row;
41
+}
42
+
43
+
44
+// Columns
45
+//
46
+// Common styles for small and large grid columns
47
+
48
+@include make-grid-columns;
49
+
50
+
51
+// Extra small grid
52
+//
53
+// Columns, offsets, pushes, and pulls for extra small devices like
54
+// smartphones.
55
+
56
+@include make-grid(xs);
57
+
58
+
59
+// Small grid
60
+//
61
+// Columns, offsets, pushes, and pulls for the small device range, from phones
62
+// to tablets.
63
+
64
+@media (min-width: $screen-sm-min) {
65
+  @include make-grid(sm);
66
+}
67
+
68
+
69
+// Medium grid
70
+//
71
+// Columns, offsets, pushes, and pulls for the desktop device range.
72
+
73
+@media (min-width: $screen-md-min) {
74
+  @include make-grid(md);
75
+}
76
+
77
+
78
+// Large grid
79
+//
80
+// Columns, offsets, pushes, and pulls for the large desktop device range.
81
+
82
+@media (min-width: $screen-lg-min) {
83
+  @include make-grid(lg);
84
+}

+ 167
- 0
Hello/www/sass/bootstrap/_input-groups.scss View File

@@ -0,0 +1,167 @@
1
+//
2
+// Input groups
3
+// --------------------------------------------------
4
+
5
+// Base styles
6
+// -------------------------
7
+.input-group {
8
+  position: relative; // For dropdowns
9
+  display: table;
10
+  border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
11
+
12
+  // Undo padding and float of grid classes
13
+  &[class*="col-"] {
14
+    float: none;
15
+    padding-left: 0;
16
+    padding-right: 0;
17
+  }
18
+
19
+  .form-control {
20
+    // Ensure that the input is always above the *appended* addon button for
21
+    // proper border colors.
22
+    position: relative;
23
+    z-index: 2;
24
+
25
+    // IE9 fubars the placeholder attribute in text inputs and the arrows on
26
+    // select elements in input groups. To fix it, we float the input. Details:
27
+    // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855
28
+    float: left;
29
+
30
+    width: 100%;
31
+    margin-bottom: 0;
32
+  }
33
+}
34
+
35
+// Sizing options
36
+//
37
+// Remix the default form control sizing classes into new ones for easier
38
+// manipulation.
39
+
40
+.input-group-lg > .form-control,
41
+.input-group-lg > .input-group-addon,
42
+.input-group-lg > .input-group-btn > .btn {
43
+  @extend .input-lg;
44
+}
45
+.input-group-sm > .form-control,
46
+.input-group-sm > .input-group-addon,
47
+.input-group-sm > .input-group-btn > .btn {
48
+  @extend .input-sm;
49
+}
50
+
51
+
52
+// Display as table-cell
53
+// -------------------------
54
+.input-group-addon,
55
+.input-group-btn,
56
+.input-group .form-control {
57
+  display: table-cell;
58
+
59
+  &:not(:first-child):not(:last-child) {
60
+    border-radius: 0;
61
+  }
62
+}
63
+// Addon and addon wrapper for buttons
64
+.input-group-addon,
65
+.input-group-btn {
66
+  width: 1%;
67
+  white-space: nowrap;
68
+  vertical-align: middle; // Match the inputs
69
+}
70
+
71
+// Text input groups
72
+// -------------------------
73
+.input-group-addon {
74
+  padding: $padding-base-vertical $padding-base-horizontal;
75
+  font-size: $font-size-base;
76
+  font-weight: normal;
77
+  line-height: 1;
78
+  color: $input-color;
79
+  text-align: center;
80
+  background-color: $input-group-addon-bg;
81
+  border: 1px solid $input-group-addon-border-color;
82
+  border-radius: $border-radius-base;
83
+
84
+  // Sizing
85
+  &.input-sm {
86
+    padding: $padding-small-vertical $padding-small-horizontal;
87
+    font-size: $font-size-small;
88
+    border-radius: $border-radius-small;
89
+  }
90
+  &.input-lg {
91
+    padding: $padding-large-vertical $padding-large-horizontal;
92
+    font-size: $font-size-large;
93
+    border-radius: $border-radius-large;
94
+  }
95
+
96
+  // Nuke default margins from checkboxes and radios to vertically center within.
97
+  input[type="radio"],
98
+  input[type="checkbox"] {
99
+    margin-top: 0;
100
+  }
101
+}
102
+
103
+// Reset rounded corners
104
+.input-group .form-control:first-child,
105
+.input-group-addon:first-child,
106
+.input-group-btn:first-child > .btn,
107
+.input-group-btn:first-child > .btn-group > .btn,
108
+.input-group-btn:first-child > .dropdown-toggle,
109
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
110
+.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
111
+  @include border-right-radius(0);
112
+}
113
+.input-group-addon:first-child {
114
+  border-right: 0;
115
+}
116
+.input-group .form-control:last-child,
117
+.input-group-addon:last-child,
118
+.input-group-btn:last-child > .btn,
119
+.input-group-btn:last-child > .btn-group > .btn,
120
+.input-group-btn:last-child > .dropdown-toggle,
121
+.input-group-btn:first-child > .btn:not(:first-child),
122
+.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
123
+  @include border-left-radius(0);
124
+}
125
+.input-group-addon:last-child {
126
+  border-left: 0;
127
+}
128
+
129
+// Button input groups
130
+// -------------------------
131
+.input-group-btn {
132
+  position: relative;
133
+  // Jankily prevent input button groups from wrapping with `white-space` and
134
+  // `font-size` in combination with `inline-block` on buttons.
135
+  font-size: 0;
136
+  white-space: nowrap;
137
+
138
+  // Negative margin for spacing, position for bringing hovered/focused/actived
139
+  // element above the siblings.
140
+  > .btn {
141
+    position: relative;
142
+    + .btn {
143
+      margin-left: -1px;
144
+    }
145
+    // Bring the "active" button to the front
146
+    &:hover,
147
+    &:focus,
148
+    &:active {
149
+      z-index: 2;
150
+    }
151
+  }
152
+
153
+  // Negative margin to only have a 1px border between the two
154
+  &:first-child {
155
+    > .btn,
156
+    > .btn-group {
157
+      margin-right: -1px;
158
+    }
159
+  }
160
+  &:last-child {
161
+    > .btn,
162
+    > .btn-group {
163
+      z-index: 2;
164
+      margin-left: -1px;
165
+    }
166
+  }
167
+}

+ 52
- 0
Hello/www/sass/bootstrap/_jumbotron.scss View File

@@ -0,0 +1,52 @@
1
+//
2
+// Jumbotron
3
+// --------------------------------------------------
4
+
5
+
6
+.jumbotron {
7
+  padding-top:    $jumbotron-padding;
8
+  padding-bottom: $jumbotron-padding;
9
+  margin-bottom: $jumbotron-padding;
10
+  color: $jumbotron-color;
11
+  background-color: $jumbotron-bg;
12
+
13
+  h1,
14
+  .h1 {
15
+    color: $jumbotron-heading-color;
16
+  }
17
+
18
+  p {
19
+    margin-bottom: ($jumbotron-padding / 2);
20
+    font-size: $jumbotron-font-size;
21
+    font-weight: 200;
22
+  }
23
+
24
+  > hr {
25
+    border-top-color: darken($jumbotron-bg, 10%);
26
+  }
27
+
28
+  .container &,
29
+  .container-fluid & {
30
+    border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
31
+  }
32
+
33
+  .container {
34
+    max-width: 100%;
35
+  }
36
+
37
+  @media screen and (min-width: $screen-sm-min) {
38
+    padding-top:    ($jumbotron-padding * 1.6);
39
+    padding-bottom: ($jumbotron-padding * 1.6);
40
+
41
+    .container &,
42
+    .container-fluid & {
43
+      padding-left:  ($jumbotron-padding * 2);
44
+      padding-right: ($jumbotron-padding * 2);
45
+    }
46
+
47
+    h1,
48
+    .h1 {
49
+      font-size: $jumbotron-heading-font-size;
50
+    }
51
+  }
52
+}

+ 66
- 0
Hello/www/sass/bootstrap/_labels.scss View File

@@ -0,0 +1,66 @@
1
+//
2
+// Labels
3
+// --------------------------------------------------
4
+
5
+.label {
6
+  display: inline;
7
+  padding: .2em .6em .3em;
8
+  font-size: 75%;
9
+  font-weight: bold;
10
+  line-height: 1;
11
+  color: $label-color;
12
+  text-align: center;
13
+  white-space: nowrap;
14
+  vertical-align: baseline;
15
+  border-radius: .25em;
16
+
17
+  // [converter] extracted a& to a.label
18
+
19
+  // Empty labels collapse automatically (not available in IE8)
20
+  &:empty {
21
+    display: none;
22
+  }
23
+
24
+  // Quick fix for labels in buttons
25
+  .btn & {
26
+    position: relative;
27
+    top: -1px;
28
+  }
29
+}
30
+
31
+// Add hover effects, but only for links
32
+a.label {
33
+  &:hover,
34
+  &:focus {
35
+    color: $label-link-hover-color;
36
+    text-decoration: none;
37
+    cursor: pointer;
38
+  }
39
+}
40
+
41
+// Colors
42
+// Contextual variations (linked labels get darker on :hover)
43
+
44
+.label-default {
45
+  @include label-variant($label-default-bg);
46
+}
47
+
48
+.label-primary {
49
+  @include label-variant($label-primary-bg);
50
+}
51
+
52
+.label-success {
53
+  @include label-variant($label-success-bg);
54
+}
55
+
56
+.label-info {
57
+  @include label-variant($label-info-bg);
58
+}
59
+
60
+.label-warning {
61
+  @include label-variant($label-warning-bg);
62
+}
63
+
64
+.label-danger {
65
+  @include label-variant($label-danger-bg);
66
+}

+ 130
- 0
Hello/www/sass/bootstrap/_list-group.scss View File

@@ -0,0 +1,130 @@
1
+//
2
+// List groups
3
+// --------------------------------------------------
4
+
5
+
6
+// Base class
7
+//
8
+// Easily usable on <ul>, <ol>, or <div>.
9
+
10
+.list-group {
11
+  // No need to set list-style: none; since .list-group-item is block level
12
+  margin-bottom: 20px;
13
+  padding-left: 0; // reset padding because ul and ol
14
+}
15
+
16
+
17
+// Individual list items
18
+//
19
+// Use on `li`s or `div`s within the `.list-group` parent.
20
+
21
+.list-group-item {
22
+  position: relative;
23
+  display: block;
24
+  padding: 10px 15px;
25
+  // Place the border on the list items and negative margin up for better styling
26
+  margin-bottom: -1px;
27
+  background-color: $list-group-bg;
28
+  border: 1px solid $list-group-border;
29
+
30
+  // Round the first and last items
31
+  &:first-child {
32
+    @include border-top-radius($list-group-border-radius);
33
+  }
34
+  &:last-child {
35
+    margin-bottom: 0;
36
+    @include border-bottom-radius($list-group-border-radius);
37
+  }
38
+}
39
+
40
+
41
+// Interactive list items
42
+//
43
+// Use anchor or button elements instead of `li`s or `div`s to create interactive items.
44
+// Includes an extra `.active` modifier class for showing selected items.
45
+
46
+a.list-group-item,
47
+button.list-group-item {
48
+  color: $list-group-link-color;
49
+
50
+  .list-group-item-heading {
51
+    color: $list-group-link-heading-color;
52
+  }
53
+
54
+  // Hover state
55
+  &:hover,
56
+  &:focus {
57
+    text-decoration: none;
58
+    color: $list-group-link-hover-color;
59
+    background-color: $list-group-hover-bg;
60
+  }
61
+}
62
+
63
+button.list-group-item {
64
+  width: 100%;
65
+  text-align: left;
66
+}
67
+
68
+.list-group-item {
69
+  // Disabled state
70
+  &.disabled,
71
+  &.disabled:hover,
72
+  &.disabled:focus {
73
+    background-color: $list-group-disabled-bg;
74
+    color: $list-group-disabled-color;
75
+    cursor: $cursor-disabled;
76
+
77
+    // Force color to inherit for custom content
78
+    .list-group-item-heading {
79
+      color: inherit;
80
+    }
81
+    .list-group-item-text {
82
+      color: $list-group-disabled-text-color;
83
+    }
84
+  }
85
+
86
+  // Active class on item itself, not parent
87
+  &.active,
88
+  &.active:hover,
89
+  &.active:focus {
90
+    z-index: 2; // Place active items above their siblings for proper border styling
91
+    color: $list-group-active-color;
92
+    background-color: $list-group-active-bg;
93
+    border-color: $list-group-active-border;
94
+
95
+    // Force color to inherit for custom content
96
+    .list-group-item-heading,
97
+    .list-group-item-heading > small,
98
+    .list-group-item-heading > .small {
99
+      color: inherit;
100
+    }
101
+    .list-group-item-text {
102
+      color: $list-group-active-text-color;
103
+    }
104
+  }
105
+}
106
+
107
+
108
+// Contextual variants
109
+//
110
+// Add modifier classes to change text and background color on individual items.
111
+// Organizationally, this must come after the `:hover` states.
112
+
113
+@include list-group-item-variant(success, $state-success-bg, $state-success-text);
114
+@include list-group-item-variant(info, $state-info-bg, $state-info-text);
115
+@include list-group-item-variant(warning, $state-warning-bg, $state-warning-text);
116
+@include list-group-item-variant(danger, $state-danger-bg, $state-danger-text);
117
+
118
+
119
+// Custom content options
120
+//
121
+// Extra classes for creating well-formatted content within `.list-group-item`s.
122
+
123
+.list-group-item-heading {
124
+  margin-top: 0;
125
+  margin-bottom: 5px;
126
+}
127
+.list-group-item-text {
128
+  margin-bottom: 0;
129
+  line-height: 1.3;
130
+}

+ 66
- 0
Hello/www/sass/bootstrap/_media.scss View File

@@ -0,0 +1,66 @@
1
+.media {
2
+  // Proper spacing between instances of .media
3
+  margin-top: 15px;
4
+
5
+  &:first-child {
6
+    margin-top: 0;
7
+  }
8
+}
9
+
10
+.media,
11
+.media-body {
12
+  zoom: 1;
13
+  overflow: hidden;
14
+}
15
+
16
+.media-body {
17
+  width: 10000px;
18
+}
19
+
20
+.media-object {
21
+  display: block;
22
+
23
+  // Fix collapse in webkit from max-width: 100% and display: table-cell.
24
+  &.img-thumbnail {
25
+    max-width: none;
26
+  }
27
+}
28
+
29
+.media-right,
30
+.media > .pull-right {
31
+  padding-left: 10px;
32
+}
33
+
34
+.media-left,
35
+.media > .pull-left {
36
+  padding-right: 10px;
37
+}
38
+
39
+.media-left,
40
+.media-right,
41
+.media-body {
42
+  display: table-cell;
43
+  vertical-align: top;
44
+}
45
+
46
+.media-middle {
47
+  vertical-align: middle;
48
+}
49
+
50
+.media-bottom {
51
+  vertical-align: bottom;
52
+}
53
+
54
+// Reset margins on headings for tighter default spacing
55
+.media-heading {
56
+  margin-top: 0;
57
+  margin-bottom: 5px;
58
+}
59
+
60
+// Media list variation
61
+//
62
+// Undo default ul/ol styles
63
+.media-list {
64
+  padding-left: 0;
65
+  list-style: none;
66
+}

+ 40
- 0
Hello/www/sass/bootstrap/_mixins.scss View File

@@ -0,0 +1,40 @@
1
+// Mixins
2
+// --------------------------------------------------
3
+
4
+// Utilities
5
+@import "mixins/hide-text";
6
+@import "mixins/opacity";
7
+@import "mixins/image";
8
+@import "mixins/labels";
9
+@import "mixins/reset-filter";
10
+@import "mixins/resize";
11
+@import "mixins/responsive-visibility";
12
+@import "mixins/size";
13
+@import "mixins/tab-focus";
14
+@import "mixins/reset-text";
15
+@import "mixins/text-emphasis";
16
+@import "mixins/text-overflow";
17
+@import "mixins/vendor-prefixes";
18
+
19
+// Components
20
+@import "mixins/alerts";
21
+@import "mixins/buttons";
22
+@import "mixins/panels";
23
+@import "mixins/pagination";
24
+@import "mixins/list-group";
25
+@import "mixins/nav-divider";
26
+@import "mixins/forms";
27
+@import "mixins/progress-bar";
28
+@import "mixins/table-row";
29
+
30
+// Skins
31
+@import "mixins/background-variant";
32
+@import "mixins/border-radius";
33
+@import "mixins/gradients";
34
+
35
+// Layout
36
+@import "mixins/clearfix";
37
+@import "mixins/center-block";
38
+@import "mixins/nav-vertical-align";
39
+@import "mixins/grid-framework";
40
+@import "mixins/grid";

+ 150
- 0
Hello/www/sass/bootstrap/_modals.scss View File

@@ -0,0 +1,150 @@
1
+//
2
+// Modals
3
+// --------------------------------------------------
4
+
5
+// .modal-open      - body class for killing the scroll
6
+// .modal           - container to scroll within
7
+// .modal-dialog    - positioning shell for the actual modal
8
+// .modal-content   - actual modal w/ bg and corners and shit
9
+
10
+// Kill the scroll on the body
11
+.modal-open {
12
+  overflow: hidden;
13
+}
14
+
15
+// Container that the modal scrolls within
16
+.modal {
17
+  display: none;
18
+  overflow: hidden;
19
+  position: fixed;
20
+  top: 0;
21
+  right: 0;
22
+  bottom: 0;
23
+  left: 0;
24
+  z-index: $zindex-modal;
25
+  -webkit-overflow-scrolling: touch;
26
+
27
+  // Prevent Chrome on Windows from adding a focus outline. For details, see
28
+  // https://github.com/twbs/bootstrap/pull/10951.
29
+  outline: 0;
30
+
31
+  // When fading in the modal, animate it to slide down
32
+  &.fade .modal-dialog {
33
+    @include translate(0, -25%);
34
+    @include transition-transform(0.3s ease-out);
35
+  }
36
+  &.in .modal-dialog { @include translate(0, 0) }
37
+}
38
+.modal-open .modal {
39
+  overflow-x: hidden;
40
+  overflow-y: auto;
41
+}
42
+
43
+// Shell div to position the modal with bottom padding
44
+.modal-dialog {
45
+  position: relative;
46
+  width: auto;
47
+  margin: 10px;
48
+}
49
+
50
+// Actual modal
51
+.modal-content {
52
+  position: relative;
53
+  background-color: $modal-content-bg;
54
+  border: 1px solid $modal-content-fallback-border-color; //old browsers fallback (ie8 etc)
55
+  border: 1px solid $modal-content-border-color;
56
+  border-radius: $border-radius-large;
57
+  @include box-shadow(0 3px 9px rgba(0,0,0,.5));
58
+  background-clip: padding-box;
59
+  // Remove focus outline from opened modal
60
+  outline: 0;
61
+}
62
+
63
+// Modal background
64
+.modal-backdrop {
65
+  position: fixed;
66
+  top: 0;
67
+  right: 0;
68
+  bottom: 0;
69
+  left: 0;
70
+  z-index: $zindex-modal-background;
71
+  background-color: $modal-backdrop-bg;
72
+  // Fade for backdrop
73
+  &.fade { @include opacity(0); }
74
+  &.in { @include opacity($modal-backdrop-opacity); }
75
+}
76
+
77
+// Modal header
78
+// Top section of the modal w/ title and dismiss
79
+.modal-header {
80
+  padding: $modal-title-padding;
81
+  border-bottom: 1px solid $modal-header-border-color;
82
+  min-height: ($modal-title-padding + $modal-title-line-height);
83
+}
84
+// Close icon
85
+.modal-header .close {
86
+  margin-top: -2px;
87
+}
88
+
89
+// Title text within header
90
+.modal-title {
91
+  margin: 0;
92
+  line-height: $modal-title-line-height;
93
+}
94
+
95
+// Modal body
96
+// Where all modal content resides (sibling of .modal-header and .modal-footer)
97
+.modal-body {
98
+  position: relative;
99
+  padding: $modal-inner-padding;
100
+}
101
+
102
+// Footer (for actions)
103
+.modal-footer {
104
+  padding: $modal-inner-padding;
105
+  text-align: right; // right align buttons
106
+  border-top: 1px solid $modal-footer-border-color;
107
+  @include clearfix; // clear it in case folks use .pull-* classes on buttons
108
+
109
+  // Properly space out buttons
110
+  .btn + .btn {
111
+    margin-left: 5px;
112
+    margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
113
+  }
114
+  // but override that for button groups
115
+  .btn-group .btn + .btn {
116
+    margin-left: -1px;
117
+  }
118
+  // and override it for block buttons as well
119
+  .btn-block + .btn-block {
120
+    margin-left: 0;
121
+  }
122
+}
123
+
124
+// Measure scrollbar width for padding body during modal show/hide
125
+.modal-scrollbar-measure {
126
+  position: absolute;
127
+  top: -9999px;
128
+  width: 50px;
129
+  height: 50px;
130
+  overflow: scroll;
131
+}
132
+
133
+// Scale up the modal
134
+@media (min-width: $screen-sm-min) {
135
+  // Automatically set modal's width for larger viewports
136
+  .modal-dialog {
137
+    width: $modal-md;
138
+    margin: 30px auto;
139
+  }
140
+  .modal-content {
141
+    @include box-shadow(0 5px 15px rgba(0,0,0,.5));
142
+  }
143
+
144
+  // Modal sizes
145
+  .modal-sm { width: $modal-sm; }
146
+}
147
+
148
+@media (min-width: $screen-md-min) {
149
+  .modal-lg { width: $modal-lg; }
150
+}

+ 662
- 0
Hello/www/sass/bootstrap/_navbar.scss View File

@@ -0,0 +1,662 @@
1
+//
2
+// Navbars
3
+// --------------------------------------------------
4
+
5
+
6
+// Wrapper and base class
7
+//
8
+// Provide a static navbar from which we expand to create full-width, fixed, and
9
+// other navbar variations.
10
+
11
+.navbar {
12
+  position: relative;
13
+  min-height: $navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
14
+  margin-bottom: $navbar-margin-bottom;
15
+  border: 1px solid transparent;
16
+
17
+  // Prevent floats from breaking the navbar
18
+  @include clearfix;
19
+
20
+  @media (min-width: $grid-float-breakpoint) {
21
+    border-radius: $navbar-border-radius;
22
+  }
23
+}
24
+
25
+
26
+// Navbar heading
27
+//
28
+// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
29
+// styling of responsive aspects.
30
+
31
+.navbar-header {
32
+  @include clearfix;
33
+
34
+  @media (min-width: $grid-float-breakpoint) {
35
+    float: left;
36
+  }
37
+}
38
+
39
+
40
+// Navbar collapse (body)
41
+//
42
+// Group your navbar content into this for easy collapsing and expanding across
43
+// various device sizes. By default, this content is collapsed when <768px, but
44
+// will expand past that for a horizontal display.
45
+//
46
+// To start (on mobile devices) the navbar links, forms, and buttons are stacked
47
+// vertically and include a `max-height` to overflow in case you have too much
48
+// content for the user's viewport.
49
+
50
+.navbar-collapse {
51
+  overflow-x: visible;
52
+  padding-right: $navbar-padding-horizontal;
53
+  padding-left:  $navbar-padding-horizontal;
54
+  border-top: 1px solid transparent;
55
+  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
56
+  @include clearfix;
57
+  -webkit-overflow-scrolling: touch;
58
+
59
+  &.in {
60
+    overflow-y: auto;
61
+  }
62
+
63
+  @media (min-width: $grid-float-breakpoint) {
64
+    width: auto;
65
+    border-top: 0;
66
+    box-shadow: none;
67
+
68
+    &.collapse {
69
+      display: block !important;
70
+      height: auto !important;
71
+      padding-bottom: 0; // Override default setting
72
+      overflow: visible !important;
73
+    }
74
+
75
+    &.in {
76
+      overflow-y: visible;
77
+    }
78
+
79
+    // Undo the collapse side padding for navbars with containers to ensure
80
+    // alignment of right-aligned contents.
81
+    .navbar-fixed-top &,
82
+    .navbar-static-top &,
83
+    .navbar-fixed-bottom & {
84
+      padding-left: 0;
85
+      padding-right: 0;
86
+    }
87
+  }
88
+}
89
+
90
+.navbar-fixed-top,
91
+.navbar-fixed-bottom {
92
+  .navbar-collapse {
93
+    max-height: $navbar-collapse-max-height;
94
+
95
+    @media (max-device-width: $screen-xs-min) and (orientation: landscape) {
96
+      max-height: 200px;
97
+    }
98
+  }
99
+}
100
+
101
+
102
+// Both navbar header and collapse
103
+//
104
+// When a container is present, change the behavior of the header and collapse.
105
+
106
+.container,
107
+.container-fluid {
108
+  > .navbar-header,
109
+  > .navbar-collapse {
110
+    margin-right: -$navbar-padding-horizontal;
111
+    margin-left:  -$navbar-padding-horizontal;
112
+
113
+    @media (min-width: $grid-float-breakpoint) {
114
+      margin-right: 0;
115
+      margin-left:  0;
116
+    }
117
+  }
118
+}
119
+
120
+
121
+//
122
+// Navbar alignment options
123
+//
124
+// Display the navbar across the entirety of the page or fixed it to the top or
125
+// bottom of the page.
126
+
127
+// Static top (unfixed, but 100% wide) navbar
128
+.navbar-static-top {
129
+  z-index: $zindex-navbar;
130
+  border-width: 0 0 1px;
131
+
132
+  @media (min-width: $grid-float-breakpoint) {
133
+    border-radius: 0;
134
+  }
135
+}
136
+
137
+// Fix the top/bottom navbars when screen real estate supports it
138
+.navbar-fixed-top,
139
+.navbar-fixed-bottom {
140
+  position: fixed;
141
+  right: 0;
142
+  left: 0;
143
+  z-index: $zindex-navbar-fixed;
144
+
145
+  // Undo the rounded corners
146
+  @media (min-width: $grid-float-breakpoint) {
147
+    border-radius: 0;
148
+  }
149
+}
150
+.navbar-fixed-top {
151
+  top: 0;
152
+  border-width: 0 0 1px;
153
+}
154
+.navbar-fixed-bottom {
155
+  bottom: 0;
156
+  margin-bottom: 0; // override .navbar defaults
157
+  border-width: 1px 0 0;
158
+}
159
+
160
+
161
+// Brand/project name
162
+
163
+.navbar-brand {
164
+  float: left;
165
+  padding: $navbar-padding-vertical $navbar-padding-horizontal;
166
+  font-size: $font-size-large;
167
+  line-height: $line-height-computed;
168
+  height: $navbar-height;
169
+
170
+  &:hover,
171
+  &:focus {
172
+    text-decoration: none;
173
+  }
174
+
175
+  > img {
176
+    display: block;
177
+  }
178
+
179
+  @media (min-width: $grid-float-breakpoint) {
180
+    .navbar > .container &,
181
+    .navbar > .container-fluid & {
182
+      margin-left: -$navbar-padding-horizontal;
183
+    }
184
+  }
185
+}
186
+
187
+
188
+// Navbar toggle
189
+//
190
+// Custom button for toggling the `.navbar-collapse`, powered by the collapse
191
+// JavaScript plugin.
192
+
193
+.navbar-toggle {
194
+  position: relative;
195
+  float: right;
196
+  margin-right: $navbar-padding-horizontal;
197
+  padding: 9px 10px;
198
+  @include navbar-vertical-align(34px);
199
+  background-color: transparent;
200
+  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
201
+  border: 1px solid transparent;
202
+  border-radius: $border-radius-base;
203
+
204
+  // We remove the `outline` here, but later compensate by attaching `:hover`
205
+  // styles to `:focus`.
206
+  &:focus {
207
+    outline: 0;
208
+  }
209
+
210
+  // Bars
211
+  .icon-bar {
212
+    display: block;
213
+    width: 22px;
214
+    height: 2px;
215
+    border-radius: 1px;
216
+  }
217
+  .icon-bar + .icon-bar {
218
+    margin-top: 4px;
219
+  }
220
+
221
+  @media (min-width: $grid-float-breakpoint) {
222
+    display: none;
223
+  }
224
+}
225
+
226
+
227
+// Navbar nav links
228
+//
229
+// Builds on top of the `.nav` components with its own modifier class to make
230
+// the nav the full height of the horizontal nav (above 768px).
231
+
232
+.navbar-nav {
233
+  margin: ($navbar-padding-vertical / 2) (-$navbar-padding-horizontal);
234
+
235
+  > li > a {
236
+    padding-top:    10px;
237
+    padding-bottom: 10px;
238
+    line-height: $line-height-computed;
239
+  }
240
+
241
+  @media (max-width: $grid-float-breakpoint-max) {
242
+    // Dropdowns get custom display when collapsed
243
+    .open .dropdown-menu {
244
+      position: static;
245
+      float: none;
246
+      width: auto;
247
+      margin-top: 0;
248
+      background-color: transparent;
249
+      border: 0;
250
+      box-shadow: none;
251
+      > li > a,
252
+      .dropdown-header {
253
+        padding: 5px 15px 5px 25px;
254
+      }
255
+      > li > a {
256
+        line-height: $line-height-computed;
257
+        &:hover,
258
+        &:focus {
259
+          background-image: none;
260
+        }
261
+      }
262
+    }
263
+  }
264
+
265
+  // Uncollapse the nav
266
+  @media (min-width: $grid-float-breakpoint) {
267
+    float: left;
268
+    margin: 0;
269
+
270
+    > li {
271
+      float: left;
272
+      > a {
273
+        padding-top:    $navbar-padding-vertical;
274
+        padding-bottom: $navbar-padding-vertical;
275
+      }
276
+    }
277
+  }
278
+}
279
+
280
+
281
+// Navbar form
282
+//
283
+// Extension of the `.form-inline` with some extra flavor for optimum display in
284
+// our navbars.
285
+
286
+.navbar-form {
287
+  margin-left: -$navbar-padding-horizontal;
288
+  margin-right: -$navbar-padding-horizontal;
289
+  padding: 10px $navbar-padding-horizontal;
290
+  border-top: 1px solid transparent;
291
+  border-bottom: 1px solid transparent;
292
+  $shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
293
+  @include box-shadow($shadow);
294
+
295
+  // Mixin behavior for optimum display
296
+  @include form-inline;
297
+
298
+  .form-group {
299
+    @media (max-width: $grid-float-breakpoint-max) {
300
+      margin-bottom: 5px;
301
+
302
+      &:last-child {
303
+        margin-bottom: 0;
304
+      }
305
+    }
306
+  }
307
+
308
+  // Vertically center in expanded, horizontal navbar
309
+  @include navbar-vertical-align($input-height-base);
310
+
311
+  // Undo 100% width for pull classes
312
+  @media (min-width: $grid-float-breakpoint) {
313
+    width: auto;
314
+    border: 0;
315
+    margin-left: 0;
316
+    margin-right: 0;
317
+    padding-top: 0;
318
+    padding-bottom: 0;
319
+    @include box-shadow(none);
320
+  }
321
+}
322
+
323
+
324
+// Dropdown menus
325
+
326
+// Menu position and menu carets
327
+.navbar-nav > li > .dropdown-menu {
328
+  margin-top: 0;
329
+  @include border-top-radius(0);
330
+}
331
+// Menu position and menu caret support for dropups via extra dropup class
332
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
333
+  margin-bottom: 0;
334
+  @include border-top-radius($navbar-border-radius);
335
+  @include border-bottom-radius(0);
336
+}
337
+
338
+
339
+// Buttons in navbars
340
+//
341
+// Vertically center a button within a navbar (when *not* in a form).
342
+
343
+.navbar-btn {
344
+  @include navbar-vertical-align($input-height-base);
345
+
346
+  &.btn-sm {
347
+    @include navbar-vertical-align($input-height-small);
348
+  }
349
+  &.btn-xs {
350
+    @include navbar-vertical-align(22);
351
+  }
352
+}
353
+
354
+
355
+// Text in navbars
356
+//
357
+// Add a class to make any element properly align itself vertically within the navbars.
358
+
359
+.navbar-text {
360
+  @include navbar-vertical-align($line-height-computed);
361
+
362
+  @media (min-width: $grid-float-breakpoint) {
363
+    float: left;
364
+    margin-left: $navbar-padding-horizontal;
365
+    margin-right: $navbar-padding-horizontal;
366
+  }
367
+}
368
+
369
+
370
+// Component alignment
371
+//
372
+// Repurpose the pull utilities as their own navbar utilities to avoid specificity
373
+// issues with parents and chaining. Only do this when the navbar is uncollapsed
374
+// though so that navbar contents properly stack and align in mobile.
375
+//
376
+// Declared after the navbar components to ensure more specificity on the margins.
377
+
378
+@media (min-width: $grid-float-breakpoint) {
379
+  .navbar-left {
380
+    float: left !important;
381
+  }
382
+  .navbar-right {
383
+    float: right !important;
384
+  margin-right: -$navbar-padding-horizontal;
385
+
386
+    ~ .navbar-right {
387
+      margin-right: 0;
388
+    }
389
+  }
390
+}
391
+
392
+
393
+// Alternate navbars
394
+// --------------------------------------------------
395
+
396
+// Default navbar
397
+.navbar-default {
398
+  background-color: $navbar-default-bg;
399
+  border-color: $navbar-default-border;
400
+
401
+  .navbar-brand {
402
+    color: $navbar-default-brand-color;
403
+    &:hover,
404
+    &:focus {
405
+      color: $navbar-default-brand-hover-color;
406
+      background-color: $navbar-default-brand-hover-bg;
407
+    }
408
+  }
409
+
410
+  .navbar-text {
411
+    color: $navbar-default-color;
412
+  }
413
+
414
+  .navbar-nav {
415
+    > li > a {
416
+      color: $navbar-default-link-color;
417
+
418
+      &:hover,
419
+      &:focus {
420
+        color: $navbar-default-link-hover-color;
421
+        background-color: $navbar-default-link-hover-bg;
422
+      }
423
+    }
424
+    > .active > a {
425
+      &,
426
+      &:hover,
427
+      &:focus {
428
+        color: $navbar-default-link-active-color;
429
+        background-color: $navbar-default-link-active-bg;
430
+      }
431
+    }
432
+    > .disabled > a {
433
+      &,
434
+      &:hover,
435
+      &:focus {
436
+        color: $navbar-default-link-disabled-color;
437
+        background-color: $navbar-default-link-disabled-bg;
438
+      }
439
+    }
440
+  }
441
+
442
+  .navbar-toggle {
443
+    border-color: $navbar-default-toggle-border-color;
444
+    &:hover,
445
+    &:focus {
446
+      background-color: $navbar-default-toggle-hover-bg;
447
+    }
448
+    .icon-bar {
449
+      background-color: $navbar-default-toggle-icon-bar-bg;
450
+    }
451
+  }
452
+
453
+  .navbar-collapse,
454
+  .navbar-form {
455
+    border-color: $navbar-default-border;
456
+  }
457
+
458
+  // Dropdown menu items
459
+  .navbar-nav {
460
+    // Remove background color from open dropdown
461
+    > .open > a {
462
+      &,
463
+      &:hover,
464
+      &:focus {
465
+        background-color: $navbar-default-link-active-bg;
466
+        color: $navbar-default-link-active-color;
467
+      }
468
+    }
469
+
470
+    @media (max-width: $grid-float-breakpoint-max) {
471
+      // Dropdowns get custom display when collapsed
472
+      .open .dropdown-menu {
473
+        > li > a {
474
+          color: $navbar-default-link-color;
475
+          &:hover,
476
+          &:focus {
477
+            color: $navbar-default-link-hover-color;
478
+            background-color: $navbar-default-link-hover-bg;
479
+          }
480
+        }
481
+        > .active > a {
482
+          &,
483
+          &:hover,
484
+          &:focus {
485
+            color: $navbar-default-link-active-color;
486
+            background-color: $navbar-default-link-active-bg;
487
+          }
488
+        }
489
+        > .disabled > a {
490
+          &,
491
+          &:hover,
492
+          &:focus {
493
+            color: $navbar-default-link-disabled-color;
494
+            background-color: $navbar-default-link-disabled-bg;
495
+          }
496
+        }
497
+      }
498
+    }
499
+  }
500
+
501
+
502
+  // Links in navbars
503
+  //
504
+  // Add a class to ensure links outside the navbar nav are colored correctly.
505
+
506
+  .navbar-link {
507
+    color: $navbar-default-link-color;
508
+    &:hover {
509
+      color: $navbar-default-link-hover-color;
510
+    }
511
+  }
512
+
513
+  .btn-link {
514
+    color: $navbar-default-link-color;
515
+    &:hover,
516
+    &:focus {
517
+      color: $navbar-default-link-hover-color;
518
+    }
519
+    &[disabled],
520
+    fieldset[disabled] & {
521
+      &:hover,
522
+      &:focus {
523
+        color: $navbar-default-link-disabled-color;
524
+      }
525
+    }
526
+  }
527
+}
528
+
529
+// Inverse navbar
530
+
531
+.navbar-inverse {
532
+  background-color: $navbar-inverse-bg;
533
+  border-color: $navbar-inverse-border;
534
+
535
+  .navbar-brand {
536
+    color: $navbar-inverse-brand-color;
537
+    &:hover,
538
+    &:focus {
539
+      color: $navbar-inverse-brand-hover-color;
540
+      background-color: $navbar-inverse-brand-hover-bg;
541
+    }
542
+  }
543
+
544
+  .navbar-text {
545
+    color: $navbar-inverse-color;
546
+  }
547
+
548
+  .navbar-nav {
549
+    > li > a {
550
+      color: $navbar-inverse-link-color;
551
+
552
+      &:hover,
553
+      &:focus {
554
+        color: $navbar-inverse-link-hover-color;
555
+        background-color: $navbar-inverse-link-hover-bg;
556
+      }
557
+    }
558
+    > .active > a {
559
+      &,
560
+      &:hover,
561
+      &:focus {
562
+        color: $navbar-inverse-link-active-color;
563
+        background-color: $navbar-inverse-link-active-bg;
564
+      }
565
+    }
566
+    > .disabled > a {
567
+      &,
568
+      &:hover,
569
+      &:focus {
570
+        color: $navbar-inverse-link-disabled-color;
571
+        background-color: $navbar-inverse-link-disabled-bg;
572
+      }
573
+    }
574
+  }
575
+
576
+  // Darken the responsive nav toggle
577
+  .navbar-toggle {
578
+    border-color: $navbar-inverse-toggle-border-color;
579
+    &:hover,
580
+    &:focus {
581
+      background-color: $navbar-inverse-toggle-hover-bg;
582
+    }
583
+    .icon-bar {
584
+      background-color: $navbar-inverse-toggle-icon-bar-bg;
585
+    }
586
+  }
587
+
588
+  .navbar-collapse,
589
+  .navbar-form {
590
+    border-color: darken($navbar-inverse-bg, 7%);
591
+  }
592
+
593
+  // Dropdowns
594
+  .navbar-nav {
595
+    > .open > a {
596
+      &,
597
+      &:hover,
598
+      &:focus {
599
+        background-color: $navbar-inverse-link-active-bg;
600
+        color: $navbar-inverse-link-active-color;
601
+      }
602
+    }
603
+
604
+    @media (max-width: $grid-float-breakpoint-max) {
605
+      // Dropdowns get custom display
606
+      .open .dropdown-menu {
607
+        > .dropdown-header {
608
+          border-color: $navbar-inverse-border;
609
+        }
610
+        .divider {
611
+          background-color: $navbar-inverse-border;
612
+        }
613
+        > li > a {
614
+          color: $navbar-inverse-link-color;
615
+          &:hover,
616
+          &:focus {
617
+            color: $navbar-inverse-link-hover-color;
618
+            background-color: $navbar-inverse-link-hover-bg;
619
+          }
620
+        }
621
+        > .active > a {
622
+          &,
623
+          &:hover,
624
+          &:focus {
625
+            color: $navbar-inverse-link-active-color;
626
+            background-color: $navbar-inverse-link-active-bg;
627
+          }
628
+        }
629
+        > .disabled > a {
630
+          &,
631
+          &:hover,
632
+          &:focus {
633
+            color: $navbar-inverse-link-disabled-color;
634
+            background-color: $navbar-inverse-link-disabled-bg;
635
+          }
636
+        }
637
+      }
638
+    }
639
+  }
640
+
641
+  .navbar-link {
642
+    color: $navbar-inverse-link-color;
643
+    &:hover {
644
+      color: $navbar-inverse-link-hover-color;
645
+    }
646
+  }
647
+
648
+  .btn-link {
649
+    color: $navbar-inverse-link-color;
650
+    &:hover,
651
+    &:focus {
652
+      color: $navbar-inverse-link-hover-color;
653
+    }
654
+    &[disabled],
655
+    fieldset[disabled] & {
656
+      &:hover,
657
+      &:focus {
658
+        color: $navbar-inverse-link-disabled-color;
659
+      }
660
+    }
661
+  }
662
+}

+ 242
- 0
Hello/www/sass/bootstrap/_navs.scss View File

@@ -0,0 +1,242 @@
1
+//
2
+// Navs
3
+// --------------------------------------------------
4
+
5
+
6
+// Base class
7
+// --------------------------------------------------
8
+
9
+.nav {
10
+  margin-bottom: 0;
11
+  padding-left: 0; // Override default ul/ol
12
+  list-style: none;
13
+  @include clearfix;
14
+
15
+  > li {
16
+    position: relative;
17
+    display: block;
18
+
19
+    > a {
20
+      position: relative;
21
+      display: block;
22
+      padding: $nav-link-padding;
23
+      &:hover,
24
+      &:focus {
25
+        text-decoration: none;
26
+        background-color: $nav-link-hover-bg;
27
+      }
28
+    }
29
+
30
+    // Disabled state sets text to gray and nukes hover/tab effects
31
+    &.disabled > a {
32
+      color: $nav-disabled-link-color;
33
+
34
+      &:hover,
35
+      &:focus {
36
+        color: $nav-disabled-link-hover-color;
37
+        text-decoration: none;
38
+        background-color: transparent;
39
+        cursor: $cursor-disabled;
40
+      }
41
+    }
42
+  }
43
+
44
+  // Open dropdowns
45
+  .open > a {
46
+    &,
47
+    &:hover,
48
+    &:focus {
49
+      background-color: $nav-link-hover-bg;
50
+      border-color: $link-color;
51
+    }
52
+  }
53
+
54
+  // Nav dividers (deprecated with v3.0.1)
55
+  //
56
+  // This should have been removed in v3 with the dropping of `.nav-list`, but
57
+  // we missed it. We don't currently support this anywhere, but in the interest
58
+  // of maintaining backward compatibility in case you use it, it's deprecated.
59
+  .nav-divider {
60
+    @include nav-divider;
61
+  }
62
+
63
+  // Prevent IE8 from misplacing imgs
64
+  //
65
+  // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
66
+  > li > a > img {
67
+    max-width: none;
68
+  }
69
+}
70
+
71
+
72
+// Tabs
73
+// -------------------------
74
+
75
+// Give the tabs something to sit on
76
+.nav-tabs {
77
+  border-bottom: 1px solid $nav-tabs-border-color;
78
+  > li {
79
+    float: left;
80
+    // Make the list-items overlay the bottom border
81
+    margin-bottom: -1px;
82
+
83
+    // Actual tabs (as links)
84
+    > a {
85
+      margin-right: 2px;
86
+      line-height: $line-height-base;
87
+      border: 1px solid transparent;
88
+      border-radius: $border-radius-base $border-radius-base 0 0;
89
+      &:hover {
90
+        border-color: $nav-tabs-link-hover-border-color $nav-tabs-link-hover-border-color $nav-tabs-border-color;
91
+      }
92
+    }
93
+
94
+    // Active state, and its :hover to override normal :hover
95
+    &.active > a {
96
+      &,
97
+      &:hover,
98
+      &:focus {
99
+        color: $nav-tabs-active-link-hover-color;
100
+        background-color: $nav-tabs-active-link-hover-bg;
101
+        border: 1px solid $nav-tabs-active-link-hover-border-color;
102
+        border-bottom-color: transparent;
103
+        cursor: default;
104
+      }
105
+    }
106
+  }
107
+  // pulling this in mainly for less shorthand
108
+  &.nav-justified {
109
+    @extend .nav-justified;
110
+    @extend .nav-tabs-justified;
111
+  }
112
+}
113
+
114
+
115
+// Pills
116
+// -------------------------
117
+.nav-pills {
118
+  > li {
119
+    float: left;
120
+
121
+    // Links rendered as pills
122
+    > a {
123
+      border-radius: $nav-pills-border-radius;
124
+    }
125
+    + li {
126
+      margin-left: 2px;
127
+    }
128
+
129
+    // Active state
130
+    &.active > a {
131
+      &,
132
+      &:hover,
133
+      &:focus {
134
+        color: $nav-pills-active-link-hover-color;
135
+        background-color: $nav-pills-active-link-hover-bg;
136
+      }
137
+    }
138
+  }
139
+}
140
+
141
+
142
+// Stacked pills
143
+.nav-stacked {
144
+  > li {
145
+    float: none;
146
+    + li {
147
+      margin-top: 2px;
148
+      margin-left: 0; // no need for this gap between nav items
149
+    }
150
+  }
151
+}
152
+
153
+
154
+// Nav variations
155
+// --------------------------------------------------
156
+
157
+// Justified nav links
158
+// -------------------------
159
+
160
+.nav-justified {
161
+  width: 100%;
162
+
163
+  > li {
164
+    float: none;
165
+    > a {
166
+      text-align: center;
167
+      margin-bottom: 5px;
168
+    }
169
+  }
170
+
171
+  > .dropdown .dropdown-menu {
172
+    top: auto;
173
+    left: auto;
174
+  }
175
+
176
+  @media (min-width: $screen-sm-min) {
177
+    > li {
178
+      display: table-cell;
179
+      width: 1%;
180
+      > a {
181
+        margin-bottom: 0;
182
+      }
183
+    }
184
+  }
185
+}
186
+
187
+// Move borders to anchors instead of bottom of list
188
+//
189
+// Mixin for adding on top the shared `.nav-justified` styles for our tabs
190
+.nav-tabs-justified {
191
+  border-bottom: 0;
192
+
193
+  > li > a {
194
+    // Override margin from .nav-tabs
195
+    margin-right: 0;
196
+    border-radius: $border-radius-base;
197
+  }
198
+
199
+  > .active > a,
200
+  > .active > a:hover,
201
+  > .active > a:focus {
202
+    border: 1px solid $nav-tabs-justified-link-border-color;
203
+  }
204
+
205
+  @media (min-width: $screen-sm-min) {
206
+    > li > a {
207
+      border-bottom: 1px solid $nav-tabs-justified-link-border-color;
208
+      border-radius: $border-radius-base $border-radius-base 0 0;
209
+    }
210
+    > .active > a,
211
+    > .active > a:hover,
212
+    > .active > a:focus {
213
+      border-bottom-color: $nav-tabs-justified-active-link-border-color;
214
+    }
215
+  }
216
+}
217
+
218
+
219
+// Tabbable tabs
220
+// -------------------------
221
+
222
+// Hide tabbable panes to start, show them when `.active`
223
+.tab-content {
224
+  > .tab-pane {
225
+    display: none;
226
+  }
227
+  > .active {
228
+    display: block;
229
+  }
230
+}
231
+
232
+
233
+// Dropdowns
234
+// -------------------------
235
+
236
+// Specific dropdowns
237
+.nav-tabs .dropdown-menu {
238
+  // make dropdown border overlap tab border
239
+  margin-top: -1px;
240
+  // Remove the top rounded corners here since there is a hard edge above the menu
241
+  @include border-top-radius(0);
242
+}

+ 424
- 0
Hello/www/sass/bootstrap/_normalize.scss View File

@@ -0,0 +1,424 @@
1
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
2
+
3
+//
4
+// 1. Set default font family to sans-serif.
5
+// 2. Prevent iOS and IE text size adjust after device orientation change,
6
+//    without disabling user zoom.
7
+//
8
+
9
+html {
10
+  font-family: sans-serif; // 1
11
+  -ms-text-size-adjust: 100%; // 2
12
+  -webkit-text-size-adjust: 100%; // 2
13
+}
14
+
15
+//
16
+// Remove default margin.
17
+//
18
+
19
+body {
20
+  margin: 0;
21
+}
22
+
23
+// HTML5 display definitions
24
+// ==========================================================================
25
+
26
+//
27
+// Correct `block` display not defined for any HTML5 element in IE 8/9.
28
+// Correct `block` display not defined for `details` or `summary` in IE 10/11
29
+// and Firefox.
30
+// Correct `block` display not defined for `main` in IE 11.
31
+//
32
+
33
+article,
34
+aside,
35
+details,
36
+figcaption,
37
+figure,
38
+footer,
39
+header,
40
+hgroup,
41
+main,
42
+menu,
43
+nav,
44
+section,
45
+summary {
46
+  display: block;
47
+}
48
+
49
+//
50
+// 1. Correct `inline-block` display not defined in IE 8/9.
51
+// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
52
+//
53
+
54
+audio,
55
+canvas,
56
+progress,
57
+video {
58
+  display: inline-block; // 1
59
+  vertical-align: baseline; // 2
60
+}
61
+
62
+//
63
+// Prevent modern browsers from displaying `audio` without controls.
64
+// Remove excess height in iOS 5 devices.
65
+//
66
+
67
+audio:not([controls]) {
68
+  display: none;
69
+  height: 0;
70
+}
71
+
72
+//
73
+// Address `[hidden]` styling not present in IE 8/9/10.
74
+// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
75
+//
76
+
77
+[hidden],
78
+template {
79
+  display: none;
80
+}
81
+
82
+// Links
83
+// ==========================================================================
84
+
85
+//
86
+// Remove the gray background color from active links in IE 10.
87
+//
88
+
89
+a {
90
+  background-color: transparent;
91
+}
92
+
93
+//
94
+// Improve readability of focused elements when they are also in an
95
+// active/hover state.
96
+//
97
+
98
+a:active,
99
+a:hover {
100
+  outline: 0;
101
+}
102
+
103
+// Text-level semantics
104
+// ==========================================================================
105
+
106
+//
107
+// Address styling not present in IE 8/9/10/11, Safari, and Chrome.
108
+//
109
+
110
+abbr[title] {
111
+  border-bottom: 1px dotted;
112
+}
113
+
114
+//
115
+// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
116
+//
117
+
118
+b,
119
+strong {
120
+  font-weight: bold;
121
+}
122
+
123
+//
124
+// Address styling not present in Safari and Chrome.
125
+//
126
+
127
+dfn {
128
+  font-style: italic;
129
+}
130
+
131
+//
132
+// Address variable `h1` font-size and margin within `section` and `article`
133
+// contexts in Firefox 4+, Safari, and Chrome.
134
+//
135
+
136
+h1 {
137
+  font-size: 2em;
138
+  margin: 0.67em 0;
139
+}
140
+
141
+//
142
+// Address styling not present in IE 8/9.
143
+//
144
+
145
+mark {
146
+  background: #ff0;
147
+  color: #000;
148
+}
149
+
150
+//
151
+// Address inconsistent and variable font size in all browsers.
152
+//
153
+
154
+small {
155
+  font-size: 80%;
156
+}
157
+
158
+//
159
+// Prevent `sub` and `sup` affecting `line-height` in all browsers.
160
+//
161
+
162
+sub,
163
+sup {
164
+  font-size: 75%;
165
+  line-height: 0;
166
+  position: relative;
167
+  vertical-align: baseline;
168
+}
169
+
170
+sup {
171
+  top: -0.5em;
172
+}
173
+
174
+sub {
175
+  bottom: -0.25em;
176
+}
177
+
178
+// Embedded content
179
+// ==========================================================================
180
+
181
+//
182
+// Remove border when inside `a` element in IE 8/9/10.
183
+//
184
+
185
+img {
186
+  border: 0;
187
+}
188
+
189
+//
190
+// Correct overflow not hidden in IE 9/10/11.
191
+//
192
+
193
+svg:not(:root) {
194
+  overflow: hidden;
195
+}
196
+
197
+// Grouping content
198
+// ==========================================================================
199
+
200
+//
201
+// Address margin not present in IE 8/9 and Safari.
202
+//
203
+
204
+figure {
205
+  margin: 1em 40px;
206
+}
207
+
208
+//
209
+// Address differences between Firefox and other browsers.
210
+//
211
+
212
+hr {
213
+  box-sizing: content-box;
214
+  height: 0;
215
+}
216
+
217
+//
218
+// Contain overflow in all browsers.
219
+//
220
+
221
+pre {
222
+  overflow: auto;
223
+}
224
+
225
+//
226
+// Address odd `em`-unit font size rendering in all browsers.
227
+//
228
+
229
+code,
230
+kbd,
231
+pre,
232
+samp {
233
+  font-family: monospace, monospace;
234
+  font-size: 1em;
235
+}
236
+
237
+// Forms
238
+// ==========================================================================
239
+
240
+//
241
+// Known limitation: by default, Chrome and Safari on OS X allow very limited
242
+// styling of `select`, unless a `border` property is set.
243
+//
244
+
245
+//
246
+// 1. Correct color not being inherited.
247
+//    Known issue: affects color of disabled elements.
248
+// 2. Correct font properties not being inherited.
249
+// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
250
+//
251
+
252
+button,
253
+input,
254
+optgroup,
255
+select,
256
+textarea {
257
+  color: inherit; // 1
258
+  font: inherit; // 2
259
+  margin: 0; // 3
260
+}
261
+
262
+//
263
+// Address `overflow` set to `hidden` in IE 8/9/10/11.
264
+//
265
+
266
+button {
267
+  overflow: visible;
268
+}
269
+
270
+//
271
+// Address inconsistent `text-transform` inheritance for `button` and `select`.
272
+// All other form control elements do not inherit `text-transform` values.
273
+// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
274
+// Correct `select` style inheritance in Firefox.
275
+//
276
+
277
+button,
278
+select {
279
+  text-transform: none;
280
+}
281
+
282
+//
283
+// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
284
+//    and `video` controls.
285
+// 2. Correct inability to style clickable `input` types in iOS.
286
+// 3. Improve usability and consistency of cursor style between image-type
287
+//    `input` and others.
288
+//
289
+
290
+button,
291
+html input[type="button"], // 1
292
+input[type="reset"],
293
+input[type="submit"] {
294
+  -webkit-appearance: button; // 2
295
+  cursor: pointer; // 3
296
+}
297
+
298
+//
299
+// Re-set default cursor for disabled elements.
300
+//
301
+
302
+button[disabled],
303
+html input[disabled] {
304
+  cursor: default;
305
+}
306
+
307
+//
308
+// Remove inner padding and border in Firefox 4+.
309
+//
310
+
311
+button::-moz-focus-inner,
312
+input::-moz-focus-inner {
313
+  border: 0;
314
+  padding: 0;
315
+}
316
+
317
+//
318
+// Address Firefox 4+ setting `line-height` on `input` using `!important` in
319
+// the UA stylesheet.
320
+//
321
+
322
+input {
323
+  line-height: normal;
324
+}
325
+
326
+//
327
+// It's recommended that you don't attempt to style these elements.
328
+// Firefox's implementation doesn't respect box-sizing, padding, or width.
329
+//
330
+// 1. Address box sizing set to `content-box` in IE 8/9/10.
331
+// 2. Remove excess padding in IE 8/9/10.
332
+//
333
+
334
+input[type="checkbox"],
335
+input[type="radio"] {
336
+  box-sizing: border-box; // 1
337
+  padding: 0; // 2
338
+}
339
+
340
+//
341
+// Fix the cursor style for Chrome's increment/decrement buttons. For certain
342
+// `font-size` values of the `input`, it causes the cursor style of the
343
+// decrement button to change from `default` to `text`.
344
+//
345
+
346
+input[type="number"]::-webkit-inner-spin-button,
347
+input[type="number"]::-webkit-outer-spin-button {
348
+  height: auto;
349
+}
350
+
351
+//
352
+// 1. Address `appearance` set to `searchfield` in Safari and Chrome.
353
+// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
354
+//
355
+
356
+input[type="search"] {
357
+  -webkit-appearance: textfield; // 1
358
+  box-sizing: content-box; //2
359
+}
360
+
361
+//
362
+// Remove inner padding and search cancel button in Safari and Chrome on OS X.
363
+// Safari (but not Chrome) clips the cancel button when the search input has
364
+// padding (and `textfield` appearance).
365
+//
366
+
367
+input[type="search"]::-webkit-search-cancel-button,
368
+input[type="search"]::-webkit-search-decoration {
369
+  -webkit-appearance: none;
370
+}
371
+
372
+//
373
+// Define consistent border, margin, and padding.
374
+//
375
+
376
+fieldset {
377
+  border: 1px solid #c0c0c0;
378
+  margin: 0 2px;
379
+  padding: 0.35em 0.625em 0.75em;
380
+}
381
+
382
+//
383
+// 1. Correct `color` not being inherited in IE 8/9/10/11.
384
+// 2. Remove padding so people aren't caught out if they zero out fieldsets.
385
+//
386
+
387
+legend {
388
+  border: 0; // 1
389
+  padding: 0; // 2
390
+}
391
+
392
+//
393
+// Remove default vertical scrollbar in IE 8/9/10/11.
394
+//
395
+
396
+textarea {
397
+  overflow: auto;
398
+}
399
+
400
+//
401
+// Don't inherit the `font-weight` (applied by a rule above).
402
+// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
403
+//
404
+
405
+optgroup {
406
+  font-weight: bold;
407
+}
408
+
409
+// Tables
410
+// ==========================================================================
411
+
412
+//
413
+// Remove most spacing between table cells.
414
+//
415
+
416
+table {
417
+  border-collapse: collapse;
418
+  border-spacing: 0;
419
+}
420
+
421
+td,
422
+th {
423
+  padding: 0;
424
+}

+ 54
- 0
Hello/www/sass/bootstrap/_pager.scss View File

@@ -0,0 +1,54 @@
1
+//
2
+// Pager pagination
3
+// --------------------------------------------------
4
+
5
+
6
+.pager {
7
+  padding-left: 0;
8
+  margin: $line-height-computed 0;
9
+  list-style: none;
10
+  text-align: center;
11
+  @include clearfix;
12
+  li {
13
+    display: inline;
14
+    > a,
15
+    > span {
16
+      display: inline-block;
17
+      padding: 5px 14px;
18
+      background-color: $pager-bg;
19
+      border: 1px solid $pager-border;
20
+      border-radius: $pager-border-radius;
21
+    }
22
+
23
+    > a:hover,
24
+    > a:focus {
25
+      text-decoration: none;
26
+      background-color: $pager-hover-bg;
27
+    }
28
+  }
29
+
30
+  .next {
31
+    > a,
32
+    > span {
33
+      float: right;
34
+    }
35
+  }
36
+
37
+  .previous {
38
+    > a,
39
+    > span {
40
+      float: left;
41
+    }
42
+  }
43
+
44
+  .disabled {
45
+    > a,
46
+    > a:hover,
47
+    > a:focus,
48
+    > span {
49
+      color: $pager-disabled-color;
50
+      background-color: $pager-bg;
51
+      cursor: $cursor-disabled;
52
+    }
53
+  }
54
+}

+ 89
- 0
Hello/www/sass/bootstrap/_pagination.scss View File

@@ -0,0 +1,89 @@
1
+//
2
+// Pagination (multiple pages)
3
+// --------------------------------------------------
4
+.pagination {
5
+  display: inline-block;
6
+  padding-left: 0;
7
+  margin: $line-height-computed 0;
8
+  border-radius: $border-radius-base;
9
+
10
+  > li {
11
+    display: inline; // Remove list-style and block-level defaults
12
+    > a,
13
+    > span {
14
+      position: relative;
15
+      float: left; // Collapse white-space
16
+      padding: $padding-base-vertical $padding-base-horizontal;
17
+      line-height: $line-height-base;
18
+      text-decoration: none;
19
+      color: $pagination-color;
20
+      background-color: $pagination-bg;
21
+      border: 1px solid $pagination-border;
22
+      margin-left: -1px;
23
+    }
24
+    &:first-child {
25
+      > a,
26
+      > span {
27
+        margin-left: 0;
28
+        @include border-left-radius($border-radius-base);
29
+      }
30
+    }
31
+    &:last-child {
32
+      > a,
33
+      > span {
34
+        @include border-right-radius($border-radius-base);
35
+      }
36
+    }
37
+  }
38
+
39
+  > li > a,
40
+  > li > span {
41
+    &:hover,
42
+    &:focus {
43
+      z-index: 3;
44
+      color: $pagination-hover-color;
45
+      background-color: $pagination-hover-bg;
46
+      border-color: $pagination-hover-border;
47
+    }
48
+  }
49
+
50
+  > .active > a,
51
+  > .active > span {
52
+    &,
53
+    &:hover,
54
+    &:focus {
55
+      z-index: 2;
56
+      color: $pagination-active-color;
57
+      background-color: $pagination-active-bg;
58
+      border-color: $pagination-active-border;
59
+      cursor: default;
60
+    }
61
+  }
62
+
63
+  > .disabled {
64
+    > span,
65
+    > span:hover,
66
+    > span:focus,
67
+    > a,
68
+    > a:hover,
69
+    > a:focus {
70
+      color: $pagination-disabled-color;
71
+      background-color: $pagination-disabled-bg;
72
+      border-color: $pagination-disabled-border;
73
+      cursor: $cursor-disabled;
74
+    }
75
+  }
76
+}
77
+
78
+// Sizing
79
+// --------------------------------------------------
80
+
81
+// Large
82
+.pagination-lg {
83
+  @include pagination-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $border-radius-large);
84
+}
85
+
86
+// Small
87
+.pagination-sm {
88
+  @include pagination-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);
89
+}

+ 271
- 0
Hello/www/sass/bootstrap/_panels.scss View File

@@ -0,0 +1,271 @@
1
+//
2
+// Panels
3
+// --------------------------------------------------
4
+
5
+
6
+// Base class
7
+.panel {
8
+  margin-bottom: $line-height-computed;
9
+  background-color: $panel-bg;
10
+  border: 1px solid transparent;
11
+  border-radius: $panel-border-radius;
12
+  @include box-shadow(0 1px 1px rgba(0,0,0,.05));
13
+}
14
+
15
+// Panel contents
16
+.panel-body {
17
+  padding: $panel-body-padding;
18
+  @include clearfix;
19
+}
20
+
21
+// Optional heading
22
+.panel-heading {
23
+  padding: $panel-heading-padding;
24
+  border-bottom: 1px solid transparent;
25
+  @include border-top-radius(($panel-border-radius - 1));
26
+
27
+  > .dropdown .dropdown-toggle {
28
+    color: inherit;
29
+  }
30
+}
31
+
32
+// Within heading, strip any `h*` tag of its default margins for spacing.
33
+.panel-title {
34
+  margin-top: 0;
35
+  margin-bottom: 0;
36
+  font-size: ceil(($font-size-base * 1.125));
37
+  color: inherit;
38
+
39
+  > a,
40
+  > small,
41
+  > .small,
42
+  > small > a,
43
+  > .small > a {
44
+    color: inherit;
45
+  }
46
+}
47
+
48
+// Optional footer (stays gray in every modifier class)
49
+.panel-footer {
50
+  padding: $panel-footer-padding;
51
+  background-color: $panel-footer-bg;
52
+  border-top: 1px solid $panel-inner-border;
53
+  @include border-bottom-radius(($panel-border-radius - 1));
54
+}
55
+
56
+
57
+// List groups in panels
58
+//
59
+// By default, space out list group content from panel headings to account for
60
+// any kind of custom content between the two.
61
+
62
+.panel {
63
+  > .list-group,
64
+  > .panel-collapse > .list-group {
65
+    margin-bottom: 0;
66
+
67
+    .list-group-item {
68
+      border-width: 1px 0;
69
+      border-radius: 0;
70
+    }
71
+
72
+    // Add border top radius for first one
73
+    &:first-child {
74
+      .list-group-item:first-child {
75
+        border-top: 0;
76
+        @include border-top-radius(($panel-border-radius - 1));
77
+      }
78
+    }
79
+
80
+    // Add border bottom radius for last one
81
+    &:last-child {
82
+      .list-group-item:last-child {
83
+        border-bottom: 0;
84
+        @include border-bottom-radius(($panel-border-radius - 1));
85
+      }
86
+    }
87
+  }
88
+  > .panel-heading + .panel-collapse > .list-group {
89
+    .list-group-item:first-child {
90
+      @include border-top-radius(0);
91
+    }
92
+  }
93
+}
94
+// Collapse space between when there's no additional content.
95
+.panel-heading + .list-group {
96
+  .list-group-item:first-child {
97
+    border-top-width: 0;
98
+  }
99
+}
100
+.list-group + .panel-footer {
101
+  border-top-width: 0;
102
+}
103
+
104
+// Tables in panels
105
+//
106
+// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and
107
+// watch it go full width.
108
+
109
+.panel {
110
+  > .table,
111
+  > .table-responsive > .table,
112
+  > .panel-collapse > .table {
113
+    margin-bottom: 0;
114
+
115
+    caption {
116
+      padding-left: $panel-body-padding;
117
+      padding-right: $panel-body-padding;
118
+    }
119
+  }
120
+  // Add border top radius for first one
121
+  > .table:first-child,
122
+  > .table-responsive:first-child > .table:first-child {
123
+    @include border-top-radius(($panel-border-radius - 1));
124
+
125
+    > thead:first-child,
126
+    > tbody:first-child {
127
+      > tr:first-child {
128
+        border-top-left-radius: ($panel-border-radius - 1);
129
+        border-top-right-radius: ($panel-border-radius - 1);
130
+
131
+        td:first-child,
132
+        th:first-child {
133
+          border-top-left-radius: ($panel-border-radius - 1);
134
+        }
135
+        td:last-child,
136
+        th:last-child {
137
+          border-top-right-radius: ($panel-border-radius - 1);
138
+        }
139
+      }
140
+    }
141
+  }
142
+  // Add border bottom radius for last one
143
+  > .table:last-child,
144
+  > .table-responsive:last-child > .table:last-child {
145
+    @include border-bottom-radius(($panel-border-radius - 1));
146
+
147
+    > tbody:last-child,
148
+    > tfoot:last-child {
149
+      > tr:last-child {
150
+        border-bottom-left-radius: ($panel-border-radius - 1);
151
+        border-bottom-right-radius: ($panel-border-radius - 1);
152
+
153
+        td:first-child,
154
+        th:first-child {
155
+          border-bottom-left-radius: ($panel-border-radius - 1);
156
+        }
157
+        td:last-child,
158
+        th:last-child {
159
+          border-bottom-right-radius: ($panel-border-radius - 1);
160
+        }
161
+      }
162
+    }
163
+  }
164
+  > .panel-body + .table,
165
+  > .panel-body + .table-responsive,
166
+  > .table + .panel-body,
167
+  > .table-responsive + .panel-body {
168
+    border-top: 1px solid $table-border-color;
169
+  }
170
+  > .table > tbody:first-child > tr:first-child th,
171
+  > .table > tbody:first-child > tr:first-child td {
172
+    border-top: 0;
173
+  }
174
+  > .table-bordered,
175
+  > .table-responsive > .table-bordered {
176
+    border: 0;
177
+    > thead,
178
+    > tbody,
179
+    > tfoot {
180
+      > tr {
181
+        > th:first-child,
182
+        > td:first-child {
183
+          border-left: 0;
184
+        }
185
+        > th:last-child,
186
+        > td:last-child {
187
+          border-right: 0;
188
+        }
189
+      }
190
+    }
191
+    > thead,
192
+    > tbody {
193
+      > tr:first-child {
194
+        > td,
195
+        > th {
196
+          border-bottom: 0;
197
+        }
198
+      }
199
+    }
200
+    > tbody,
201
+    > tfoot {
202
+      > tr:last-child {
203
+        > td,
204
+        > th {
205
+          border-bottom: 0;
206
+        }
207
+      }
208
+    }
209
+  }
210
+  > .table-responsive {
211
+    border: 0;
212
+    margin-bottom: 0;
213
+  }
214
+}
215
+
216
+
217
+// Collapsable panels (aka, accordion)
218
+//
219
+// Wrap a series of panels in `.panel-group` to turn them into an accordion with
220
+// the help of our collapse JavaScript plugin.
221
+
222
+.panel-group {
223
+  margin-bottom: $line-height-computed;
224
+
225
+  // Tighten up margin so it's only between panels
226
+  .panel {
227
+    margin-bottom: 0;
228
+    border-radius: $panel-border-radius;
229
+
230
+    + .panel {
231
+      margin-top: 5px;
232
+    }
233
+  }
234
+
235
+  .panel-heading {
236
+    border-bottom: 0;
237
+
238
+    + .panel-collapse > .panel-body,
239
+    + .panel-collapse > .list-group {
240
+      border-top: 1px solid $panel-inner-border;
241
+    }
242
+  }
243
+
244
+  .panel-footer {
245
+    border-top: 0;
246
+    + .panel-collapse .panel-body {
247
+      border-bottom: 1px solid $panel-inner-border;
248
+    }
249
+  }
250
+}
251
+
252
+
253
+// Contextual variations
254
+.panel-default {
255
+  @include panel-variant($panel-default-border, $panel-default-text, $panel-default-heading-bg, $panel-default-border);
256
+}
257
+.panel-primary {
258
+  @include panel-variant($panel-primary-border, $panel-primary-text, $panel-primary-heading-bg, $panel-primary-border);
259
+}
260
+.panel-success {
261
+  @include panel-variant($panel-success-border, $panel-success-text, $panel-success-heading-bg, $panel-success-border);
262
+}
263
+.panel-info {
264
+  @include panel-variant($panel-info-border, $panel-info-text, $panel-info-heading-bg, $panel-info-border);
265
+}
266
+.panel-warning {
267
+  @include panel-variant($panel-warning-border, $panel-warning-text, $panel-warning-heading-bg, $panel-warning-border);
268
+}
269
+.panel-danger {
270
+  @include panel-variant($panel-danger-border, $panel-danger-text, $panel-danger-heading-bg, $panel-danger-border);
271
+}

+ 131
- 0
Hello/www/sass/bootstrap/_popovers.scss View File

@@ -0,0 +1,131 @@
1
+//
2
+// Popovers
3
+// --------------------------------------------------
4
+
5
+
6
+.popover {
7
+  position: absolute;
8
+  top: 0;
9
+  left: 0;
10
+  z-index: $zindex-popover;
11
+  display: none;
12
+  max-width: $popover-max-width;
13
+  padding: 1px;
14
+  // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element.
15
+  // So reset our font and text properties to avoid inheriting weird values.
16
+  @include reset-text;
17
+  font-size: $font-size-base;
18
+
19
+  background-color: $popover-bg;
20
+  background-clip: padding-box;
21
+  border: 1px solid $popover-fallback-border-color;
22
+  border: 1px solid $popover-border-color;
23
+  border-radius: $border-radius-large;
24
+  @include box-shadow(0 5px 10px rgba(0,0,0,.2));
25
+
26
+  // Offset the popover to account for the popover arrow
27
+  &.top     { margin-top: -$popover-arrow-width; }
28
+  &.right   { margin-left: $popover-arrow-width; }
29
+  &.bottom  { margin-top: $popover-arrow-width; }
30
+  &.left    { margin-left: -$popover-arrow-width; }
31
+}
32
+
33
+.popover-title {
34
+  margin: 0; // reset heading margin
35
+  padding: 8px 14px;
36
+  font-size: $font-size-base;
37
+  background-color: $popover-title-bg;
38
+  border-bottom: 1px solid darken($popover-title-bg, 5%);
39
+  border-radius: ($border-radius-large - 1) ($border-radius-large - 1) 0 0;
40
+}
41
+
42
+.popover-content {
43
+  padding: 9px 14px;
44
+}
45
+
46
+// Arrows
47
+//
48
+// .arrow is outer, .arrow:after is inner
49
+
50
+.popover > .arrow {
51
+  &,
52
+  &:after {
53
+    position: absolute;
54
+    display: block;
55
+    width: 0;
56
+    height: 0;
57
+    border-color: transparent;
58
+    border-style: solid;
59
+  }
60
+}
61
+.popover > .arrow {
62
+  border-width: $popover-arrow-outer-width;
63
+}
64
+.popover > .arrow:after {
65
+  border-width: $popover-arrow-width;
66
+  content: "";
67
+}
68
+
69
+.popover {
70
+  &.top > .arrow {
71
+    left: 50%;
72
+    margin-left: -$popover-arrow-outer-width;
73
+    border-bottom-width: 0;
74
+    border-top-color: $popover-arrow-outer-fallback-color; // IE8 fallback
75
+    border-top-color: $popover-arrow-outer-color;
76
+    bottom: -$popover-arrow-outer-width;
77
+    &:after {
78
+      content: " ";
79
+      bottom: 1px;
80
+      margin-left: -$popover-arrow-width;
81
+      border-bottom-width: 0;
82
+      border-top-color: $popover-arrow-color;
83
+    }
84
+  }
85
+  &.right > .arrow {
86
+    top: 50%;
87
+    left: -$popover-arrow-outer-width;
88
+    margin-top: -$popover-arrow-outer-width;
89
+    border-left-width: 0;
90
+    border-right-color: $popover-arrow-outer-fallback-color; // IE8 fallback
91
+    border-right-color: $popover-arrow-outer-color;
92
+    &:after {
93
+      content: " ";
94
+      left: 1px;
95
+      bottom: -$popover-arrow-width;
96
+      border-left-width: 0;
97
+      border-right-color: $popover-arrow-color;
98
+    }
99
+  }
100
+  &.bottom > .arrow {
101
+    left: 50%;
102
+    margin-left: -$popover-arrow-outer-width;
103
+    border-top-width: 0;
104
+    border-bottom-color: $popover-arrow-outer-fallback-color; // IE8 fallback
105
+    border-bottom-color: $popover-arrow-outer-color;
106
+    top: -$popover-arrow-outer-width;
107
+    &:after {
108
+      content: " ";
109
+      top: 1px;
110
+      margin-left: -$popover-arrow-width;
111
+      border-top-width: 0;
112
+      border-bottom-color: $popover-arrow-color;
113
+    }
114
+  }
115
+
116
+  &.left > .arrow {
117
+    top: 50%;
118
+    right: -$popover-arrow-outer-width;
119
+    margin-top: -$popover-arrow-outer-width;
120
+    border-right-width: 0;
121
+    border-left-color: $popover-arrow-outer-fallback-color; // IE8 fallback
122
+    border-left-color: $popover-arrow-outer-color;
123
+    &:after {
124
+      content: " ";
125
+      right: 1px;
126
+      border-right-width: 0;
127
+      border-left-color: $popover-arrow-color;
128
+      bottom: -$popover-arrow-width;
129
+    }
130
+  }
131
+}

+ 101
- 0
Hello/www/sass/bootstrap/_print.scss View File

@@ -0,0 +1,101 @@
1
+/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
2
+
3
+// ==========================================================================
4
+// Print styles.
5
+// Inlined to avoid the additional HTTP request: h5bp.com/r
6
+// ==========================================================================
7
+
8
+@media print {
9
+    *,
10
+    *:before,
11
+    *:after {
12
+        background: transparent !important;
13
+        color: #000 !important; // Black prints faster: h5bp.com/s
14
+        box-shadow: none !important;
15
+        text-shadow: none !important;
16
+    }
17
+
18
+    a,
19
+    a:visited {
20
+        text-decoration: underline;
21
+    }
22
+
23
+    a[href]:after {
24
+        content: " (" attr(href) ")";
25
+    }
26
+
27
+    abbr[title]:after {
28
+        content: " (" attr(title) ")";
29
+    }
30
+
31
+    // Don't show links that are fragment identifiers,
32
+    // or use the `javascript:` pseudo protocol
33
+    a[href^="#"]:after,
34
+    a[href^="javascript:"]:after {
35
+        content: "";
36
+    }
37
+
38
+    pre,
39
+    blockquote {
40
+        border: 1px solid #999;
41
+        page-break-inside: avoid;
42
+    }
43
+
44
+    thead {
45
+        display: table-header-group; // h5bp.com/t
46
+    }
47
+
48
+    tr,
49
+    img {
50
+        page-break-inside: avoid;
51
+    }
52
+
53
+    img {
54
+        max-width: 100% !important;
55
+    }
56
+
57
+    p,
58
+    h2,
59
+    h3 {
60
+        orphans: 3;
61
+        widows: 3;
62
+    }
63
+
64
+    h2,
65
+    h3 {
66
+        page-break-after: avoid;
67
+    }
68
+
69
+    // Bootstrap specific changes start
70
+
71
+    // Bootstrap components
72
+    .navbar {
73
+        display: none;
74
+    }
75
+    .btn,
76
+    .dropup > .btn {
77
+        > .caret {
78
+            border-top-color: #000 !important;
79
+        }
80
+    }
81
+    .label {
82
+        border: 1px solid #000;
83
+    }
84
+
85
+    .table {
86
+        border-collapse: collapse !important;
87
+
88
+        td,
89
+        th {
90
+            background-color: #fff !important;
91
+        }
92
+    }
93
+    .table-bordered {
94
+        th,
95
+        td {
96
+            border: 1px solid #ddd !important;
97
+        }
98
+    }
99
+
100
+    // Bootstrap specific changes end
101
+}

+ 87
- 0
Hello/www/sass/bootstrap/_progress-bars.scss View File

@@ -0,0 +1,87 @@
1
+//
2
+// Progress bars
3
+// --------------------------------------------------
4
+
5
+
6
+// Bar animations
7
+// -------------------------
8
+
9
+// WebKit
10
+@-webkit-keyframes progress-bar-stripes {
11
+  from  { background-position: 40px 0; }
12
+  to    { background-position: 0 0; }
13
+}
14
+
15
+// Spec and IE10+
16
+@keyframes progress-bar-stripes {
17
+  from  { background-position: 40px 0; }
18
+  to    { background-position: 0 0; }
19
+}
20
+
21
+
22
+// Bar itself
23
+// -------------------------
24
+
25
+// Outer container
26
+.progress {
27
+  overflow: hidden;
28
+  height: $line-height-computed;
29
+  margin-bottom: $line-height-computed;
30
+  background-color: $progress-bg;
31
+  border-radius: $progress-border-radius;
32
+  @include box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
33
+}
34
+
35
+// Bar of progress
36
+.progress-bar {
37
+  float: left;
38
+  width: 0%;
39
+  height: 100%;
40
+  font-size: $font-size-small;
41
+  line-height: $line-height-computed;
42
+  color: $progress-bar-color;
43
+  text-align: center;
44
+  background-color: $progress-bar-bg;
45
+  @include box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
46
+  @include transition(width .6s ease);
47
+}
48
+
49
+// Striped bars
50
+//
51
+// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the
52
+// `.progress-bar-striped` class, which you just add to an existing
53
+// `.progress-bar`.
54
+.progress-striped .progress-bar,
55
+.progress-bar-striped {
56
+  @include gradient-striped;
57
+  background-size: 40px 40px;
58
+}
59
+
60
+// Call animation for the active one
61
+//
62
+// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the
63
+// `.progress-bar.active` approach.
64
+.progress.active .progress-bar,
65
+.progress-bar.active {
66
+  @include animation(progress-bar-stripes 2s linear infinite);
67
+}
68
+
69
+
70
+// Variations
71
+// -------------------------
72
+
73
+.progress-bar-success {
74
+  @include progress-bar-variant($progress-bar-success-bg);
75
+}
76
+
77
+.progress-bar-info {
78
+  @include progress-bar-variant($progress-bar-info-bg);
79
+}
80
+
81
+.progress-bar-warning {
82
+  @include progress-bar-variant($progress-bar-warning-bg);
83
+}
84
+
85
+.progress-bar-danger {
86
+  @include progress-bar-variant($progress-bar-danger-bg);
87
+}

+ 35
- 0
Hello/www/sass/bootstrap/_responsive-embed.scss View File

@@ -0,0 +1,35 @@
1
+// Embeds responsive
2
+//
3
+// Credit: Nicolas Gallagher and SUIT CSS.
4
+
5
+.embed-responsive {
6
+  position: relative;
7
+  display: block;
8
+  height: 0;
9
+  padding: 0;
10
+  overflow: hidden;
11
+
12
+  .embed-responsive-item,
13
+  iframe,
14
+  embed,
15
+  object,
16
+  video {
17
+    position: absolute;
18
+    top: 0;
19
+    left: 0;
20
+    bottom: 0;
21
+    height: 100%;
22
+    width: 100%;
23
+    border: 0;
24
+  }
25
+}
26
+
27
+// Modifier class for 16:9 aspect ratio
28
+.embed-responsive-16by9 {
29
+  padding-bottom: 56.25%;
30
+}
31
+
32
+// Modifier class for 4:3 aspect ratio
33
+.embed-responsive-4by3 {
34
+  padding-bottom: 75%;
35
+}

+ 179
- 0
Hello/www/sass/bootstrap/_responsive-utilities.scss View File

@@ -0,0 +1,179 @@
1
+//
2
+// Responsive: Utility classes
3
+// --------------------------------------------------
4
+
5
+
6
+// IE10 in Windows (Phone) 8
7
+//
8
+// Support for responsive views via media queries is kind of borked in IE10, for
9
+// Surface/desktop in split view and for Windows Phone 8. This particular fix
10
+// must be accompanied by a snippet of JavaScript to sniff the user agent and
11
+// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
12
+// our Getting Started page for more information on this bug.
13
+//
14
+// For more information, see the following:
15
+//
16
+// Issue: https://github.com/twbs/bootstrap/issues/10497
17
+// Docs: http://getbootstrap.com/getting-started/#support-ie10-width
18
+// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
19
+// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
20
+
21
+@at-root {
22
+  @-ms-viewport {
23
+    width: device-width;
24
+  }
25
+}
26
+
27
+
28
+// Visibility utilities
29
+// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0
30
+
31
+@include responsive-invisibility('.visible-xs');
32
+@include responsive-invisibility('.visible-sm');
33
+@include responsive-invisibility('.visible-md');
34
+@include responsive-invisibility('.visible-lg');
35
+
36
+.visible-xs-block,
37
+.visible-xs-inline,
38
+.visible-xs-inline-block,
39
+.visible-sm-block,
40
+.visible-sm-inline,
41
+.visible-sm-inline-block,
42
+.visible-md-block,
43
+.visible-md-inline,
44
+.visible-md-inline-block,
45
+.visible-lg-block,
46
+.visible-lg-inline,
47
+.visible-lg-inline-block {
48
+  display: none !important;
49
+}
50
+
51
+@media (max-width: $screen-xs-max) {
52
+  @include responsive-visibility('.visible-xs');
53
+}
54
+.visible-xs-block {
55
+  @media (max-width: $screen-xs-max) {
56
+    display: block !important;
57
+  }
58
+}
59
+.visible-xs-inline {
60
+  @media (max-width: $screen-xs-max) {
61
+    display: inline !important;
62
+  }
63
+}
64
+.visible-xs-inline-block {
65
+  @media (max-width: $screen-xs-max) {
66
+    display: inline-block !important;
67
+  }
68
+}
69
+
70
+@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
71
+  @include responsive-visibility('.visible-sm');
72
+}
73
+.visible-sm-block {
74
+  @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
75
+    display: block !important;
76
+  }
77
+}
78
+.visible-sm-inline {
79
+  @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
80
+    display: inline !important;
81
+  }
82
+}
83
+.visible-sm-inline-block {
84
+  @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
85
+    display: inline-block !important;
86
+  }
87
+}
88
+
89
+@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
90
+  @include responsive-visibility('.visible-md');
91
+}
92
+.visible-md-block {
93
+  @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
94
+    display: block !important;
95
+  }
96
+}
97
+.visible-md-inline {
98
+  @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
99
+    display: inline !important;
100
+  }
101
+}
102
+.visible-md-inline-block {
103
+  @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
104
+    display: inline-block !important;
105
+  }
106
+}
107
+
108
+@media (min-width: $screen-lg-min) {
109
+  @include responsive-visibility('.visible-lg');
110
+}
111
+.visible-lg-block {
112
+  @media (min-width: $screen-lg-min) {
113
+    display: block !important;
114
+  }
115
+}
116
+.visible-lg-inline {
117
+  @media (min-width: $screen-lg-min) {
118
+    display: inline !important;
119
+  }
120
+}
121
+.visible-lg-inline-block {
122
+  @media (min-width: $screen-lg-min) {
123
+    display: inline-block !important;
124
+  }
125
+}
126
+
127
+@media (max-width: $screen-xs-max) {
128
+  @include responsive-invisibility('.hidden-xs');
129
+}
130
+
131
+@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
132
+  @include responsive-invisibility('.hidden-sm');
133
+}
134
+
135
+@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
136
+  @include responsive-invisibility('.hidden-md');
137
+}
138
+
139
+@media (min-width: $screen-lg-min) {
140
+  @include responsive-invisibility('.hidden-lg');
141
+}
142
+
143
+
144
+// Print utilities
145
+//
146
+// Media queries are placed on the inside to be mixin-friendly.
147
+
148
+// Note: Deprecated .visible-print as of v3.2.0
149
+
150
+@include responsive-invisibility('.visible-print');
151
+
152
+@media print {
153
+  @include responsive-visibility('.visible-print');
154
+}
155
+.visible-print-block {
156
+  display: none !important;
157
+
158
+  @media print {
159
+    display: block !important;
160
+  }
161
+}
162
+.visible-print-inline {
163
+  display: none !important;
164
+
165
+  @media print {
166
+    display: inline !important;
167
+  }
168
+}
169
+.visible-print-inline-block {
170
+  display: none !important;
171
+
172
+  @media print {
173
+    display: inline-block !important;
174
+  }
175
+}
176
+
177
+@media print {
178
+  @include responsive-invisibility('.hidden-print');
179
+}

+ 161
- 0
Hello/www/sass/bootstrap/_scaffolding.scss View File

@@ -0,0 +1,161 @@
1
+//
2
+// Scaffolding
3
+// --------------------------------------------------
4
+
5
+
6
+// Reset the box-sizing
7
+//
8
+// Heads up! This reset may cause conflicts with some third-party widgets.
9
+// For recommendations on resolving such conflicts, see
10
+// http://getbootstrap.com/getting-started/#third-box-sizing
11
+* {
12
+  @include box-sizing(border-box);
13
+}
14
+*:before,
15
+*:after {
16
+  @include box-sizing(border-box);
17
+}
18
+
19
+
20
+// Body reset
21
+
22
+html {
23
+  font-size: 10px;
24
+  -webkit-tap-highlight-color: rgba(0,0,0,0);
25
+}
26
+
27
+body {
28
+  font-family: $font-family-base;
29
+  font-size: $font-size-base;
30
+  line-height: $line-height-base;
31
+  color: $text-color;
32
+  background-color: $body-bg;
33
+}
34
+
35
+// Reset fonts for relevant elements
36
+input,
37
+button,
38
+select,
39
+textarea {
40
+  font-family: inherit;
41
+  font-size: inherit;
42
+  line-height: inherit;
43
+}
44
+
45
+
46
+// Links
47
+
48
+a {
49
+  color: $link-color;
50
+  text-decoration: none;
51
+
52
+  &:hover,
53
+  &:focus {
54
+    color: $link-hover-color;
55
+    text-decoration: $link-hover-decoration;
56
+  }
57
+
58
+  &:focus {
59
+    @include tab-focus;
60
+  }
61
+}
62
+
63
+
64
+// Figures
65
+//
66
+// We reset this here because previously Normalize had no `figure` margins. This
67
+// ensures we don't break anyone's use of the element.
68
+
69
+figure {
70
+  margin: 0;
71
+}
72
+
73
+
74
+// Images
75
+
76
+img {
77
+  vertical-align: middle;
78
+}
79
+
80
+// Responsive images (ensure images don't scale beyond their parents)
81
+.img-responsive {
82
+  @include img-responsive;
83
+}
84
+
85
+// Rounded corners
86
+.img-rounded {
87
+  border-radius: $border-radius-large;
88
+}
89
+
90
+// Image thumbnails
91
+//
92
+// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
93
+.img-thumbnail {
94
+  padding: $thumbnail-padding;
95
+  line-height: $line-height-base;
96
+  background-color: $thumbnail-bg;
97
+  border: 1px solid $thumbnail-border;
98
+  border-radius: $thumbnail-border-radius;
99
+  @include transition(all .2s ease-in-out);
100
+
101
+  // Keep them at most 100% wide
102
+  @include img-responsive(inline-block);
103
+}
104
+
105
+// Perfect circle
106
+.img-circle {
107
+  border-radius: 50%; // set radius in percents
108
+}
109
+
110
+
111
+// Horizontal rules
112
+
113
+hr {
114
+  margin-top:    $line-height-computed;
115
+  margin-bottom: $line-height-computed;
116
+  border: 0;
117
+  border-top: 1px solid $hr-border;
118
+}
119
+
120
+
121
+// Only display content to screen readers
122
+//
123
+// See: http://a11yproject.com/posts/how-to-hide-content/
124
+
125
+.sr-only {
126
+  position: absolute;
127
+  width: 1px;
128
+  height: 1px;
129
+  margin: -1px;
130
+  padding: 0;
131
+  overflow: hidden;
132
+  clip: rect(0,0,0,0);
133
+  border: 0;
134
+}
135
+
136
+// Use in conjunction with .sr-only to only display content when it's focused.
137
+// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
138
+// Credit: HTML5 Boilerplate
139
+
140
+.sr-only-focusable {
141
+  &:active,
142
+  &:focus {
143
+    position: static;
144
+    width: auto;
145
+    height: auto;
146
+    margin: 0;
147
+    overflow: visible;
148
+    clip: auto;
149
+  }
150
+}
151
+
152
+
153
+// iOS "clickable elements" fix for role="button"
154
+//
155
+// Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
156
+// for traditionally non-focusable elements with role="button"
157
+// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
158
+
159
+[role="button"] {
160
+  cursor: pointer;
161
+}

+ 0
- 0
Hello/www/sass/bootstrap/_tables.scss View File


Some files were not shown because too many files changed in this diff