ソースを参照

initial commit of Hack font site

Chris Simpkins 10 年 前
コミット
e086dac76d
43 ファイル変更12149 行追加850 行削除
  1. 587 0
      css/bootstrap-theme.css
  2. 0 0
      css/bootstrap-theme.css.map
  3. 4 0
      css/bootstrap-theme.min.css
  4. 6800 0
      css/bootstrap.css
  5. 0 0
      css/bootstrap.css.map
  6. 4 0
      css/bootstrap.min.css
  7. 113 0
      css/hack.css
  8. 247 0
      font-specimen.html
  9. BIN
      fonts/glyphicons-halflings-regular.eot
  10. 288 0
      fonts/glyphicons-halflings-regular.svg
  11. BIN
      fonts/glyphicons-halflings-regular.ttf
  12. BIN
      fonts/glyphicons-halflings-regular.woff
  13. BIN
      fonts/glyphicons-halflings-regular.woff2
  14. BIN
      fonts/hack-bold-webfont.eot
  15. 241 0
      fonts/hack-bold-webfont.svg
  16. BIN
      fonts/hack-bold-webfont.ttf
  17. BIN
      fonts/hack-bold-webfont.woff
  18. BIN
      fonts/hack-bold-webfont.woff2
  19. BIN
      fonts/hack-boldoblique-webfont.eot
  20. 241 0
      fonts/hack-boldoblique-webfont.svg
  21. BIN
      fonts/hack-boldoblique-webfont.ttf
  22. BIN
      fonts/hack-boldoblique-webfont.woff
  23. BIN
      fonts/hack-boldoblique-webfont.woff2
  24. BIN
      fonts/hack-regular-webfont.eot
  25. 241 0
      fonts/hack-regular-webfont.svg
  26. BIN
      fonts/hack-regular-webfont.ttf
  27. BIN
      fonts/hack-regular-webfont.woff
  28. BIN
      fonts/hack-regular-webfont.woff2
  29. BIN
      fonts/hack-regularoblique-webfont.eot
  30. 241 0
      fonts/hack-regularoblique-webfont.svg
  31. BIN
      fonts/hack-regularoblique-webfont.ttf
  32. BIN
      fonts/hack-regularoblique-webfont.woff
  33. BIN
      fonts/hack-regularoblique-webfont.woff2
  34. 0 65
      index.html
  35. 2363 0
      js/bootstrap.js
  36. 5 0
      js/bootstrap.min.js
  37. 13 0
      js/npm.js
  38. 0 0
      params.json
  39. 612 0
      specimen-eg.html
  40. 0 116
      stylesheets/github-light.css
  41. 0 424
      stylesheets/normalize.css
  42. 0 245
      stylesheets/stylesheet.css
  43. 149 0
      template.html

+ 587 - 0
css/bootstrap-theme.css

@@ -0,0 +1,587 @@
+/*!
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+.btn-default,
+.btn-primary,
+.btn-success,
+.btn-info,
+.btn-warning,
+.btn-danger {
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
+}
+.btn-default:active,
+.btn-primary:active,
+.btn-success:active,
+.btn-info:active,
+.btn-warning:active,
+.btn-danger:active,
+.btn-default.active,
+.btn-primary.active,
+.btn-success.active,
+.btn-info.active,
+.btn-warning.active,
+.btn-danger.active {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+}
+.btn-default.disabled,
+.btn-primary.disabled,
+.btn-success.disabled,
+.btn-info.disabled,
+.btn-warning.disabled,
+.btn-danger.disabled,
+.btn-default[disabled],
+.btn-primary[disabled],
+.btn-success[disabled],
+.btn-info[disabled],
+.btn-warning[disabled],
+.btn-danger[disabled],
+fieldset[disabled] .btn-default,
+fieldset[disabled] .btn-primary,
+fieldset[disabled] .btn-success,
+fieldset[disabled] .btn-info,
+fieldset[disabled] .btn-warning,
+fieldset[disabled] .btn-danger {
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+.btn-default .badge,
+.btn-primary .badge,
+.btn-success .badge,
+.btn-info .badge,
+.btn-warning .badge,
+.btn-danger .badge {
+  text-shadow: none;
+}
+.btn:active,
+.btn.active {
+  background-image: none;
+}
+.btn-default {
+  text-shadow: 0 1px 0 #fff;
+  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
+  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
+  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-color: #dbdbdb;
+  border-color: #ccc;
+}
+.btn-default:hover,
+.btn-default:focus {
+  background-color: #e0e0e0;
+  background-position: 0 -15px;
+}
+.btn-default:active,
+.btn-default.active {
+  background-color: #e0e0e0;
+  border-color: #dbdbdb;
+}
+.btn-default.disabled,
+.btn-default[disabled],
+fieldset[disabled] .btn-default,
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled.focus,
+.btn-default[disabled].focus,
+fieldset[disabled] .btn-default.focus,
+.btn-default.disabled:active,
+.btn-default[disabled]:active,
+fieldset[disabled] .btn-default:active,
+.btn-default.disabled.active,
+.btn-default[disabled].active,
+fieldset[disabled] .btn-default.active {
+  background-color: #e0e0e0;
+  background-image: none;
+}
+.btn-primary {
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-color: #245580;
+}
+.btn-primary:hover,
+.btn-primary:focus {
+  background-color: #265a88;
+  background-position: 0 -15px;
+}
+.btn-primary:active,
+.btn-primary.active {
+  background-color: #265a88;
+  border-color: #245580;
+}
+.btn-primary.disabled,
+.btn-primary[disabled],
+fieldset[disabled] .btn-primary,
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled.focus,
+.btn-primary[disabled].focus,
+fieldset[disabled] .btn-primary.focus,
+.btn-primary.disabled:active,
+.btn-primary[disabled]:active,
+fieldset[disabled] .btn-primary:active,
+.btn-primary.disabled.active,
+.btn-primary[disabled].active,
+fieldset[disabled] .btn-primary.active {
+  background-color: #265a88;
+  background-image: none;
+}
+.btn-success {
+  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
+  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
+  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-color: #3e8f3e;
+}
+.btn-success:hover,
+.btn-success:focus {
+  background-color: #419641;
+  background-position: 0 -15px;
+}
+.btn-success:active,
+.btn-success.active {
+  background-color: #419641;
+  border-color: #3e8f3e;
+}
+.btn-success.disabled,
+.btn-success[disabled],
+fieldset[disabled] .btn-success,
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled.focus,
+.btn-success[disabled].focus,
+fieldset[disabled] .btn-success.focus,
+.btn-success.disabled:active,
+.btn-success[disabled]:active,
+fieldset[disabled] .btn-success:active,
+.btn-success.disabled.active,
+.btn-success[disabled].active,
+fieldset[disabled] .btn-success.active {
+  background-color: #419641;
+  background-image: none;
+}
+.btn-info {
+  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
+  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
+  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-color: #28a4c9;
+}
+.btn-info:hover,
+.btn-info:focus {
+  background-color: #2aabd2;
+  background-position: 0 -15px;
+}
+.btn-info:active,
+.btn-info.active {
+  background-color: #2aabd2;
+  border-color: #28a4c9;
+}
+.btn-info.disabled,
+.btn-info[disabled],
+fieldset[disabled] .btn-info,
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled.focus,
+.btn-info[disabled].focus,
+fieldset[disabled] .btn-info.focus,
+.btn-info.disabled:active,
+.btn-info[disabled]:active,
+fieldset[disabled] .btn-info:active,
+.btn-info.disabled.active,
+.btn-info[disabled].active,
+fieldset[disabled] .btn-info.active {
+  background-color: #2aabd2;
+  background-image: none;
+}
+.btn-warning {
+  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
+  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
+  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-color: #e38d13;
+}
+.btn-warning:hover,
+.btn-warning:focus {
+  background-color: #eb9316;
+  background-position: 0 -15px;
+}
+.btn-warning:active,
+.btn-warning.active {
+  background-color: #eb9316;
+  border-color: #e38d13;
+}
+.btn-warning.disabled,
+.btn-warning[disabled],
+fieldset[disabled] .btn-warning,
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled.focus,
+.btn-warning[disabled].focus,
+fieldset[disabled] .btn-warning.focus,
+.btn-warning.disabled:active,
+.btn-warning[disabled]:active,
+fieldset[disabled] .btn-warning:active,
+.btn-warning.disabled.active,
+.btn-warning[disabled].active,
+fieldset[disabled] .btn-warning.active {
+  background-color: #eb9316;
+  background-image: none;
+}
+.btn-danger {
+  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
+  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
+  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-color: #b92c28;
+}
+.btn-danger:hover,
+.btn-danger:focus {
+  background-color: #c12e2a;
+  background-position: 0 -15px;
+}
+.btn-danger:active,
+.btn-danger.active {
+  background-color: #c12e2a;
+  border-color: #b92c28;
+}
+.btn-danger.disabled,
+.btn-danger[disabled],
+fieldset[disabled] .btn-danger,
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled.focus,
+.btn-danger[disabled].focus,
+fieldset[disabled] .btn-danger.focus,
+.btn-danger.disabled:active,
+.btn-danger[disabled]:active,
+fieldset[disabled] .btn-danger:active,
+.btn-danger.disabled.active,
+.btn-danger[disabled].active,
+fieldset[disabled] .btn-danger.active {
+  background-color: #c12e2a;
+  background-image: none;
+}
+.thumbnail,
+.img-thumbnail {
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
+}
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  background-color: #e8e8e8;
+  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
+  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
+  background-repeat: repeat-x;
+}
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  background-color: #2e6da4;
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
+  background-repeat: repeat-x;
+}
+.navbar-default {
+  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
+  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
+  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
+}
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .active > a {
+  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
+  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
+  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
+  background-repeat: repeat-x;
+  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
+}
+.navbar-brand,
+.navbar-nav > li > a {
+  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
+}
+.navbar-inverse {
+  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
+  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
+  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  background-repeat: repeat-x;
+  border-radius: 4px;
+}
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .active > a {
+  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
+  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
+  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
+  background-repeat: repeat-x;
+  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
+          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
+}
+.navbar-inverse .navbar-brand,
+.navbar-inverse .navbar-nav > li > a {
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
+}
+.navbar-static-top,
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  border-radius: 0;
+}
+@media (max-width: 767px) {
+  .navbar .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #fff;
+    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
+    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
+    background-repeat: repeat-x;
+  }
+}
+.alert {
+  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
+}
+.alert-success {
+  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
+  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
+  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
+  background-repeat: repeat-x;
+  border-color: #b2dba1;
+}
+.alert-info {
+  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
+  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
+  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
+  background-repeat: repeat-x;
+  border-color: #9acfea;
+}
+.alert-warning {
+  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
+  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
+  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
+  background-repeat: repeat-x;
+  border-color: #f5e79e;
+}
+.alert-danger {
+  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
+  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
+  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
+  background-repeat: repeat-x;
+  border-color: #dca7a7;
+}
+.progress {
+  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
+  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
+  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
+  background-repeat: repeat-x;
+}
+.progress-bar {
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
+  background-repeat: repeat-x;
+}
+.progress-bar-success {
+  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
+  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
+  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
+  background-repeat: repeat-x;
+}
+.progress-bar-info {
+  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
+  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
+  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
+  background-repeat: repeat-x;
+}
+.progress-bar-warning {
+  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
+  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
+  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
+  background-repeat: repeat-x;
+}
+.progress-bar-danger {
+  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
+  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
+  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
+  background-repeat: repeat-x;
+}
+.progress-bar-striped {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+}
+.list-group {
+  border-radius: 4px;
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
+}
+.list-group-item.active,
+.list-group-item.active:hover,
+.list-group-item.active:focus {
+  text-shadow: 0 -1px 0 #286090;
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
+  background-repeat: repeat-x;
+  border-color: #2b669a;
+}
+.list-group-item.active .badge,
+.list-group-item.active:hover .badge,
+.list-group-item.active:focus .badge {
+  text-shadow: none;
+}
+.panel {
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
+}
+.panel-default > .panel-heading {
+  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
+  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
+  background-repeat: repeat-x;
+}
+.panel-primary > .panel-heading {
+  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
+  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
+  background-repeat: repeat-x;
+}
+.panel-success > .panel-heading {
+  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
+  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
+  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
+  background-repeat: repeat-x;
+}
+.panel-info > .panel-heading {
+  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
+  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
+  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
+  background-repeat: repeat-x;
+}
+.panel-warning > .panel-heading {
+  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
+  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
+  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
+  background-repeat: repeat-x;
+}
+.panel-danger > .panel-heading {
+  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
+  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
+  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
+  background-repeat: repeat-x;
+}
+.well {
+  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
+  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
+  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
+  background-repeat: repeat-x;
+  border-color: #dcdcdc;
+  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
+          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
+}
+/*# sourceMappingURL=bootstrap-theme.css.map */

ファイルの差分が大きいため隠しています
+ 0 - 0
css/bootstrap-theme.css.map


ファイルの差分が大きいため隠しています
+ 4 - 0
css/bootstrap-theme.min.css


+ 6800 - 0
css/bootstrap.css

@@ -0,0 +1,6800 @@
+/*!
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+html {
+  font-family: sans-serif;
+  -webkit-text-size-adjust: 100%;
+      -ms-text-size-adjust: 100%;
+}
+body {
+  margin: 0;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+  display: block;
+}
+audio,
+canvas,
+progress,
+video {
+  display: inline-block;
+  vertical-align: baseline;
+}
+audio:not([controls]) {
+  display: none;
+  height: 0;
+}
+[hidden],
+template {
+  display: none;
+}
+a {
+  background-color: transparent;
+}
+a:active,
+a:hover {
+  outline: 0;
+}
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+b,
+strong {
+  font-weight: bold;
+}
+dfn {
+  font-style: italic;
+}
+h1 {
+  margin: .67em 0;
+  font-size: 2em;
+}
+mark {
+  color: #000;
+  background: #ff0;
+}
+small {
+  font-size: 80%;
+}
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+sup {
+  top: -.5em;
+}
+sub {
+  bottom: -.25em;
+}
+img {
+  border: 0;
+}
+svg:not(:root) {
+  overflow: hidden;
+}
+figure {
+  margin: 1em 40px;
+}
+hr {
+  height: 0;
+  -webkit-box-sizing: content-box;
+     -moz-box-sizing: content-box;
+          box-sizing: content-box;
+}
+pre {
+  overflow: auto;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, monospace;
+  font-size: 1em;
+}
+button,
+input,
+optgroup,
+select,
+textarea {
+  margin: 0;
+  font: inherit;
+  color: inherit;
+}
+button {
+  overflow: visible;
+}
+button,
+select {
+  text-transform: none;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+button[disabled],
+html input[disabled] {
+  cursor: default;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+input {
+  line-height: normal;
+}
+input[type="checkbox"],
+input[type="radio"] {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+  padding: 0;
+}
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+  height: auto;
+}
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+     -moz-box-sizing: content-box;
+          box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+fieldset {
+  padding: .35em .625em .75em;
+  margin: 0 2px;
+  border: 1px solid #c0c0c0;
+}
+legend {
+  padding: 0;
+  border: 0;
+}
+textarea {
+  overflow: auto;
+}
+optgroup {
+  font-weight: bold;
+}
+table {
+  border-spacing: 0;
+  border-collapse: collapse;
+}
+td,
+th {
+  padding: 0;
+}
+/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
+@media print {
+  *,
+  *:before,
+  *:after {
+    color: #000 !important;
+    text-shadow: none !important;
+    background: transparent !important;
+    -webkit-box-shadow: none !important;
+            box-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  a[href^="#"]:after,
+  a[href^="javascript:"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
+
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+  .navbar {
+    display: none;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+    border-top-color: #000 !important;
+  }
+  .label {
+    border: 1px solid #000;
+  }
+  .table {
+    border-collapse: collapse !important;
+  }
+  .table td,
+  .table th {
+    background-color: #fff !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #ddd !important;
+  }
+}
+@font-face {
+  font-family: 'Glyphicons Halflings';
+
+  src: url('../fonts/glyphicons-halflings-regular.eot');
+  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
+}
+.glyphicon {
+  position: relative;
+  top: 1px;
+  display: inline-block;
+  font-family: 'Glyphicons Halflings';
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1;
+
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.glyphicon-asterisk:before {
+  content: "\2a";
+}
+.glyphicon-plus:before {
+  content: "\2b";
+}
+.glyphicon-euro:before,
+.glyphicon-eur:before {
+  content: "\20ac";
+}
+.glyphicon-minus:before {
+  content: "\2212";
+}
+.glyphicon-cloud:before {
+  content: "\2601";
+}
+.glyphicon-envelope:before {
+  content: "\2709";
+}
+.glyphicon-pencil:before {
+  content: "\270f";
+}
+.glyphicon-glass:before {
+  content: "\e001";
+}
+.glyphicon-music:before {
+  content: "\e002";
+}
+.glyphicon-search:before {
+  content: "\e003";
+}
+.glyphicon-heart:before {
+  content: "\e005";
+}
+.glyphicon-star:before {
+  content: "\e006";
+}
+.glyphicon-star-empty:before {
+  content: "\e007";
+}
+.glyphicon-user:before {
+  content: "\e008";
+}
+.glyphicon-film:before {
+  content: "\e009";
+}
+.glyphicon-th-large:before {
+  content: "\e010";
+}
+.glyphicon-th:before {
+  content: "\e011";
+}
+.glyphicon-th-list:before {
+  content: "\e012";
+}
+.glyphicon-ok:before {
+  content: "\e013";
+}
+.glyphicon-remove:before {
+  content: "\e014";
+}
+.glyphicon-zoom-in:before {
+  content: "\e015";
+}
+.glyphicon-zoom-out:before {
+  content: "\e016";
+}
+.glyphicon-off:before {
+  content: "\e017";
+}
+.glyphicon-signal:before {
+  content: "\e018";
+}
+.glyphicon-cog:before {
+  content: "\e019";
+}
+.glyphicon-trash:before {
+  content: "\e020";
+}
+.glyphicon-home:before {
+  content: "\e021";
+}
+.glyphicon-file:before {
+  content: "\e022";
+}
+.glyphicon-time:before {
+  content: "\e023";
+}
+.glyphicon-road:before {
+  content: "\e024";
+}
+.glyphicon-download-alt:before {
+  content: "\e025";
+}
+.glyphicon-download:before {
+  content: "\e026";
+}
+.glyphicon-upload:before {
+  content: "\e027";
+}
+.glyphicon-inbox:before {
+  content: "\e028";
+}
+.glyphicon-play-circle:before {
+  content: "\e029";
+}
+.glyphicon-repeat:before {
+  content: "\e030";
+}
+.glyphicon-refresh:before {
+  content: "\e031";
+}
+.glyphicon-list-alt:before {
+  content: "\e032";
+}
+.glyphicon-lock:before {
+  content: "\e033";
+}
+.glyphicon-flag:before {
+  content: "\e034";
+}
+.glyphicon-headphones:before {
+  content: "\e035";
+}
+.glyphicon-volume-off:before {
+  content: "\e036";
+}
+.glyphicon-volume-down:before {
+  content: "\e037";
+}
+.glyphicon-volume-up:before {
+  content: "\e038";
+}
+.glyphicon-qrcode:before {
+  content: "\e039";
+}
+.glyphicon-barcode:before {
+  content: "\e040";
+}
+.glyphicon-tag:before {
+  content: "\e041";
+}
+.glyphicon-tags:before {
+  content: "\e042";
+}
+.glyphicon-book:before {
+  content: "\e043";
+}
+.glyphicon-bookmark:before {
+  content: "\e044";
+}
+.glyphicon-print:before {
+  content: "\e045";
+}
+.glyphicon-camera:before {
+  content: "\e046";
+}
+.glyphicon-font:before {
+  content: "\e047";
+}
+.glyphicon-bold:before {
+  content: "\e048";
+}
+.glyphicon-italic:before {
+  content: "\e049";
+}
+.glyphicon-text-height:before {
+  content: "\e050";
+}
+.glyphicon-text-width:before {
+  content: "\e051";
+}
+.glyphicon-align-left:before {
+  content: "\e052";
+}
+.glyphicon-align-center:before {
+  content: "\e053";
+}
+.glyphicon-align-right:before {
+  content: "\e054";
+}
+.glyphicon-align-justify:before {
+  content: "\e055";
+}
+.glyphicon-list:before {
+  content: "\e056";
+}
+.glyphicon-indent-left:before {
+  content: "\e057";
+}
+.glyphicon-indent-right:before {
+  content: "\e058";
+}
+.glyphicon-facetime-video:before {
+  content: "\e059";
+}
+.glyphicon-picture:before {
+  content: "\e060";
+}
+.glyphicon-map-marker:before {
+  content: "\e062";
+}
+.glyphicon-adjust:before {
+  content: "\e063";
+}
+.glyphicon-tint:before {
+  content: "\e064";
+}
+.glyphicon-edit:before {
+  content: "\e065";
+}
+.glyphicon-share:before {
+  content: "\e066";
+}
+.glyphicon-check:before {
+  content: "\e067";
+}
+.glyphicon-move:before {
+  content: "\e068";
+}
+.glyphicon-step-backward:before {
+  content: "\e069";
+}
+.glyphicon-fast-backward:before {
+  content: "\e070";
+}
+.glyphicon-backward:before {
+  content: "\e071";
+}
+.glyphicon-play:before {
+  content: "\e072";
+}
+.glyphicon-pause:before {
+  content: "\e073";
+}
+.glyphicon-stop:before {
+  content: "\e074";
+}
+.glyphicon-forward:before {
+  content: "\e075";
+}
+.glyphicon-fast-forward:before {
+  content: "\e076";
+}
+.glyphicon-step-forward:before {
+  content: "\e077";
+}
+.glyphicon-eject:before {
+  content: "\e078";
+}
+.glyphicon-chevron-left:before {
+  content: "\e079";
+}
+.glyphicon-chevron-right:before {
+  content: "\e080";
+}
+.glyphicon-plus-sign:before {
+  content: "\e081";
+}
+.glyphicon-minus-sign:before {
+  content: "\e082";
+}
+.glyphicon-remove-sign:before {
+  content: "\e083";
+}
+.glyphicon-ok-sign:before {
+  content: "\e084";
+}
+.glyphicon-question-sign:before {
+  content: "\e085";
+}
+.glyphicon-info-sign:before {
+  content: "\e086";
+}
+.glyphicon-screenshot:before {
+  content: "\e087";
+}
+.glyphicon-remove-circle:before {
+  content: "\e088";
+}
+.glyphicon-ok-circle:before {
+  content: "\e089";
+}
+.glyphicon-ban-circle:before {
+  content: "\e090";
+}
+.glyphicon-arrow-left:before {
+  content: "\e091";
+}
+.glyphicon-arrow-right:before {
+  content: "\e092";
+}
+.glyphicon-arrow-up:before {
+  content: "\e093";
+}
+.glyphicon-arrow-down:before {
+  content: "\e094";
+}
+.glyphicon-share-alt:before {
+  content: "\e095";
+}
+.glyphicon-resize-full:before {
+  content: "\e096";
+}
+.glyphicon-resize-small:before {
+  content: "\e097";
+}
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
+}
+.glyphicon-gift:before {
+  content: "\e102";
+}
+.glyphicon-leaf:before {
+  content: "\e103";
+}
+.glyphicon-fire:before {
+  content: "\e104";
+}
+.glyphicon-eye-open:before {
+  content: "\e105";
+}
+.glyphicon-eye-close:before {
+  content: "\e106";
+}
+.glyphicon-warning-sign:before {
+  content: "\e107";
+}
+.glyphicon-plane:before {
+  content: "\e108";
+}
+.glyphicon-calendar:before {
+  content: "\e109";
+}
+.glyphicon-random:before {
+  content: "\e110";
+}
+.glyphicon-comment:before {
+  content: "\e111";
+}
+.glyphicon-magnet:before {
+  content: "\e112";
+}
+.glyphicon-chevron-up:before {
+  content: "\e113";
+}
+.glyphicon-chevron-down:before {
+  content: "\e114";
+}
+.glyphicon-retweet:before {
+  content: "\e115";
+}
+.glyphicon-shopping-cart:before {
+  content: "\e116";
+}
+.glyphicon-folder-close:before {
+  content: "\e117";
+}
+.glyphicon-folder-open:before {
+  content: "\e118";
+}
+.glyphicon-resize-vertical:before {
+  content: "\e119";
+}
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
+}
+.glyphicon-hdd:before {
+  content: "\e121";
+}
+.glyphicon-bullhorn:before {
+  content: "\e122";
+}
+.glyphicon-bell:before {
+  content: "\e123";
+}
+.glyphicon-certificate:before {
+  content: "\e124";
+}
+.glyphicon-thumbs-up:before {
+  content: "\e125";
+}
+.glyphicon-thumbs-down:before {
+  content: "\e126";
+}
+.glyphicon-hand-right:before {
+  content: "\e127";
+}
+.glyphicon-hand-left:before {
+  content: "\e128";
+}
+.glyphicon-hand-up:before {
+  content: "\e129";
+}
+.glyphicon-hand-down:before {
+  content: "\e130";
+}
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
+}
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
+}
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
+}
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
+}
+.glyphicon-globe:before {
+  content: "\e135";
+}
+.glyphicon-wrench:before {
+  content: "\e136";
+}
+.glyphicon-tasks:before {
+  content: "\e137";
+}
+.glyphicon-filter:before {
+  content: "\e138";
+}
+.glyphicon-briefcase:before {
+  content: "\e139";
+}
+.glyphicon-fullscreen:before {
+  content: "\e140";
+}
+.glyphicon-dashboard:before {
+  content: "\e141";
+}
+.glyphicon-paperclip:before {
+  content: "\e142";
+}
+.glyphicon-heart-empty:before {
+  content: "\e143";
+}
+.glyphicon-link:before {
+  content: "\e144";
+}
+.glyphicon-phone:before {
+  content: "\e145";
+}
+.glyphicon-pushpin:before {
+  content: "\e146";
+}
+.glyphicon-usd:before {
+  content: "\e148";
+}
+.glyphicon-gbp:before {
+  content: "\e149";
+}
+.glyphicon-sort:before {
+  content: "\e150";
+}
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
+}
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
+}
+.glyphicon-sort-by-order:before {
+  content: "\e153";
+}
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
+}
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
+}
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
+}
+.glyphicon-unchecked:before {
+  content: "\e157";
+}
+.glyphicon-expand:before {
+  content: "\e158";
+}
+.glyphicon-collapse-down:before {
+  content: "\e159";
+}
+.glyphicon-collapse-up:before {
+  content: "\e160";
+}
+.glyphicon-log-in:before {
+  content: "\e161";
+}
+.glyphicon-flash:before {
+  content: "\e162";
+}
+.glyphicon-log-out:before {
+  content: "\e163";
+}
+.glyphicon-new-window:before {
+  content: "\e164";
+}
+.glyphicon-record:before {
+  content: "\e165";
+}
+.glyphicon-save:before {
+  content: "\e166";
+}
+.glyphicon-open:before {
+  content: "\e167";
+}
+.glyphicon-saved:before {
+  content: "\e168";
+}
+.glyphicon-import:before {
+  content: "\e169";
+}
+.glyphicon-export:before {
+  content: "\e170";
+}
+.glyphicon-send:before {
+  content: "\e171";
+}
+.glyphicon-floppy-disk:before {
+  content: "\e172";
+}
+.glyphicon-floppy-saved:before {
+  content: "\e173";
+}
+.glyphicon-floppy-remove:before {
+  content: "\e174";
+}
+.glyphicon-floppy-save:before {
+  content: "\e175";
+}
+.glyphicon-floppy-open:before {
+  content: "\e176";
+}
+.glyphicon-credit-card:before {
+  content: "\e177";
+}
+.glyphicon-transfer:before {
+  content: "\e178";
+}
+.glyphicon-cutlery:before {
+  content: "\e179";
+}
+.glyphicon-header:before {
+  content: "\e180";
+}
+.glyphicon-compressed:before {
+  content: "\e181";
+}
+.glyphicon-earphone:before {
+  content: "\e182";
+}
+.glyphicon-phone-alt:before {
+  content: "\e183";
+}
+.glyphicon-tower:before {
+  content: "\e184";
+}
+.glyphicon-stats:before {
+  content: "\e185";
+}
+.glyphicon-sd-video:before {
+  content: "\e186";
+}
+.glyphicon-hd-video:before {
+  content: "\e187";
+}
+.glyphicon-subtitles:before {
+  content: "\e188";
+}
+.glyphicon-sound-stereo:before {
+  content: "\e189";
+}
+.glyphicon-sound-dolby:before {
+  content: "\e190";
+}
+.glyphicon-sound-5-1:before {
+  content: "\e191";
+}
+.glyphicon-sound-6-1:before {
+  content: "\e192";
+}
+.glyphicon-sound-7-1:before {
+  content: "\e193";
+}
+.glyphicon-copyright-mark:before {
+  content: "\e194";
+}
+.glyphicon-registration-mark:before {
+  content: "\e195";
+}
+.glyphicon-cloud-download:before {
+  content: "\e197";
+}
+.glyphicon-cloud-upload:before {
+  content: "\e198";
+}
+.glyphicon-tree-conifer:before {
+  content: "\e199";
+}
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
+}
+.glyphicon-cd:before {
+  content: "\e201";
+}
+.glyphicon-save-file:before {
+  content: "\e202";
+}
+.glyphicon-open-file:before {
+  content: "\e203";
+}
+.glyphicon-level-up:before {
+  content: "\e204";
+}
+.glyphicon-copy:before {
+  content: "\e205";
+}
+.glyphicon-paste:before {
+  content: "\e206";
+}
+.glyphicon-alert:before {
+  content: "\e209";
+}
+.glyphicon-equalizer:before {
+  content: "\e210";
+}
+.glyphicon-king:before {
+  content: "\e211";
+}
+.glyphicon-queen:before {
+  content: "\e212";
+}
+.glyphicon-pawn:before {
+  content: "\e213";
+}
+.glyphicon-bishop:before {
+  content: "\e214";
+}
+.glyphicon-knight:before {
+  content: "\e215";
+}
+.glyphicon-baby-formula:before {
+  content: "\e216";
+}
+.glyphicon-tent:before {
+  content: "\26fa";
+}
+.glyphicon-blackboard:before {
+  content: "\e218";
+}
+.glyphicon-bed:before {
+  content: "\e219";
+}
+.glyphicon-apple:before {
+  content: "\f8ff";
+}
+.glyphicon-erase:before {
+  content: "\e221";
+}
+.glyphicon-hourglass:before {
+  content: "\231b";
+}
+.glyphicon-lamp:before {
+  content: "\e223";
+}
+.glyphicon-duplicate:before {
+  content: "\e224";
+}
+.glyphicon-piggy-bank:before {
+  content: "\e225";
+}
+.glyphicon-scissors:before {
+  content: "\e226";
+}
+.glyphicon-bitcoin:before {
+  content: "\e227";
+}
+.glyphicon-btc:before {
+  content: "\e227";
+}
+.glyphicon-xbt:before {
+  content: "\e227";
+}
+.glyphicon-yen:before {
+  content: "\00a5";
+}
+.glyphicon-jpy:before {
+  content: "\00a5";
+}
+.glyphicon-ruble:before {
+  content: "\20bd";
+}
+.glyphicon-rub:before {
+  content: "\20bd";
+}
+.glyphicon-scale:before {
+  content: "\e230";
+}
+.glyphicon-ice-lolly:before {
+  content: "\e231";
+}
+.glyphicon-ice-lolly-tasted:before {
+  content: "\e232";
+}
+.glyphicon-education:before {
+  content: "\e233";
+}
+.glyphicon-option-horizontal:before {
+  content: "\e234";
+}
+.glyphicon-option-vertical:before {
+  content: "\e235";
+}
+.glyphicon-menu-hamburger:before {
+  content: "\e236";
+}
+.glyphicon-modal-window:before {
+  content: "\e237";
+}
+.glyphicon-oil:before {
+  content: "\e238";
+}
+.glyphicon-grain:before {
+  content: "\e239";
+}
+.glyphicon-sunglasses:before {
+  content: "\e240";
+}
+.glyphicon-text-size:before {
+  content: "\e241";
+}
+.glyphicon-text-color:before {
+  content: "\e242";
+}
+.glyphicon-text-background:before {
+  content: "\e243";
+}
+.glyphicon-object-align-top:before {
+  content: "\e244";
+}
+.glyphicon-object-align-bottom:before {
+  content: "\e245";
+}
+.glyphicon-object-align-horizontal:before {
+  content: "\e246";
+}
+.glyphicon-object-align-left:before {
+  content: "\e247";
+}
+.glyphicon-object-align-vertical:before {
+  content: "\e248";
+}
+.glyphicon-object-align-right:before {
+  content: "\e249";
+}
+.glyphicon-triangle-right:before {
+  content: "\e250";
+}
+.glyphicon-triangle-left:before {
+  content: "\e251";
+}
+.glyphicon-triangle-bottom:before {
+  content: "\e252";
+}
+.glyphicon-triangle-top:before {
+  content: "\e253";
+}
+.glyphicon-console:before {
+  content: "\e254";
+}
+.glyphicon-superscript:before {
+  content: "\e255";
+}
+.glyphicon-subscript:before {
+  content: "\e256";
+}
+.glyphicon-menu-left:before {
+  content: "\e257";
+}
+.glyphicon-menu-right:before {
+  content: "\e258";
+}
+.glyphicon-menu-down:before {
+  content: "\e259";
+}
+.glyphicon-menu-up:before {
+  content: "\e260";
+}
+* {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+html {
+  font-size: 10px;
+
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #333;
+  background-color: #fff;
+}
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+a {
+  color: #337ab7;
+  text-decoration: none;
+}
+a:hover,
+a:focus {
+  color: #23527c;
+  text-decoration: underline;
+}
+a:focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+figure {
+  margin: 0;
+}
+img {
+  vertical-align: middle;
+}
+.img-responsive,
+.thumbnail > img,
+.thumbnail a > img,
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  display: block;
+  max-width: 100%;
+  height: auto;
+}
+.img-rounded {
+  border-radius: 6px;
+}
+.img-thumbnail {
+  display: inline-block;
+  max-width: 100%;
+  height: auto;
+  padding: 4px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 4px;
+  -webkit-transition: all .2s ease-in-out;
+       -o-transition: all .2s ease-in-out;
+          transition: all .2s ease-in-out;
+}
+.img-circle {
+  border-radius: 50%;
+}
+hr {
+  margin-top: 20px;
+  margin-bottom: 20px;
+  border: 0;
+  border-top: 1px solid #eee;
+}
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  padding: 0;
+  margin: -1px;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
+}
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+  position: static;
+  width: auto;
+  height: auto;
+  margin: 0;
+  overflow: visible;
+  clip: auto;
+}
+[role="button"] {
+  cursor: pointer;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+  font-family: inherit;
+  font-weight: 500;
+  line-height: 1.1;
+  color: inherit;
+}
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small,
+.h1 small,
+.h2 small,
+.h3 small,
+.h4 small,
+.h5 small,
+.h6 small,
+h1 .small,
+h2 .small,
+h3 .small,
+h4 .small,
+h5 .small,
+h6 .small,
+.h1 .small,
+.h2 .small,
+.h3 .small,
+.h4 .small,
+.h5 .small,
+.h6 .small {
+  font-weight: normal;
+  line-height: 1;
+  color: #777;
+}
+h1,
+.h1,
+h2,
+.h2,
+h3,
+.h3 {
+  margin-top: 20px;
+  margin-bottom: 10px;
+}
+h1 small,
+.h1 small,
+h2 small,
+.h2 small,
+h3 small,
+.h3 small,
+h1 .small,
+.h1 .small,
+h2 .small,
+.h2 .small,
+h3 .small,
+.h3 .small {
+  font-size: 65%;
+}
+h4,
+.h4,
+h5,
+.h5,
+h6,
+.h6 {
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+h4 small,
+.h4 small,
+h5 small,
+.h5 small,
+h6 small,
+.h6 small,
+h4 .small,
+.h4 .small,
+h5 .small,
+.h5 .small,
+h6 .small,
+.h6 .small {
+  font-size: 75%;
+}
+h1,
+.h1 {
+  font-size: 36px;
+}
+h2,
+.h2 {
+  font-size: 30px;
+}
+h3,
+.h3 {
+  font-size: 24px;
+}
+h4,
+.h4 {
+  font-size: 18px;
+}
+h5,
+.h5 {
+  font-size: 14px;
+}
+h6,
+.h6 {
+  font-size: 12px;
+}
+p {
+  margin: 0 0 10px;
+}
+.lead {
+  margin-bottom: 20px;
+  font-size: 16px;
+  font-weight: 300;
+  line-height: 1.4;
+}
+@media (min-width: 768px) {
+  .lead {
+    font-size: 21px;
+  }
+}
+small,
+.small {
+  font-size: 85%;
+}
+mark,
+.mark {
+  padding: .2em;
+  background-color: #fcf8e3;
+}
+.text-left {
+  text-align: left;
+}
+.text-right {
+  text-align: right;
+}
+.text-center {
+  text-align: center;
+}
+.text-justify {
+  text-align: justify;
+}
+.text-nowrap {
+  white-space: nowrap;
+}
+.text-lowercase {
+  text-transform: lowercase;
+}
+.text-uppercase {
+  text-transform: uppercase;
+}
+.text-capitalize {
+  text-transform: capitalize;
+}
+.text-muted {
+  color: #777;
+}
+.text-primary {
+  color: #337ab7;
+}
+a.text-primary:hover,
+a.text-primary:focus {
+  color: #286090;
+}
+.text-success {
+  color: #3c763d;
+}
+a.text-success:hover,
+a.text-success:focus {
+  color: #2b542c;
+}
+.text-info {
+  color: #31708f;
+}
+a.text-info:hover,
+a.text-info:focus {
+  color: #245269;
+}
+.text-warning {
+  color: #8a6d3b;
+}
+a.text-warning:hover,
+a.text-warning:focus {
+  color: #66512c;
+}
+.text-danger {
+  color: #a94442;
+}
+a.text-danger:hover,
+a.text-danger:focus {
+  color: #843534;
+}
+.bg-primary {
+  color: #fff;
+  background-color: #337ab7;
+}
+a.bg-primary:hover,
+a.bg-primary:focus {
+  background-color: #286090;
+}
+.bg-success {
+  background-color: #dff0d8;
+}
+a.bg-success:hover,
+a.bg-success:focus {
+  background-color: #c1e2b3;
+}
+.bg-info {
+  background-color: #d9edf7;
+}
+a.bg-info:hover,
+a.bg-info:focus {
+  background-color: #afd9ee;
+}
+.bg-warning {
+  background-color: #fcf8e3;
+}
+a.bg-warning:hover,
+a.bg-warning:focus {
+  background-color: #f7ecb5;
+}
+.bg-danger {
+  background-color: #f2dede;
+}
+a.bg-danger:hover,
+a.bg-danger:focus {
+  background-color: #e4b9b9;
+}
+.page-header {
+  padding-bottom: 9px;
+  margin: 40px 0 20px;
+  border-bottom: 1px solid #eee;
+}
+ul,
+ol {
+  margin-top: 0;
+  margin-bottom: 10px;
+}
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+  margin-bottom: 0;
+}
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
+}
+.list-inline {
+  padding-left: 0;
+  margin-left: -5px;
+  list-style: none;
+}
+.list-inline > li {
+  display: inline-block;
+  padding-right: 5px;
+  padding-left: 5px;
+}
+dl {
+  margin-top: 0;
+  margin-bottom: 20px;
+}
+dt,
+dd {
+  line-height: 1.42857143;
+}
+dt {
+  font-weight: bold;
+}
+dd {
+  margin-left: 0;
+}
+@media (min-width: 768px) {
+  .dl-horizontal dt {
+    float: left;
+    width: 160px;
+    overflow: hidden;
+    clear: left;
+    text-align: right;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+  }
+  .dl-horizontal dd {
+    margin-left: 180px;
+  }
+}
+abbr[title],
+abbr[data-original-title] {
+  cursor: help;
+  border-bottom: 1px dotted #777;
+}
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
+blockquote {
+  padding: 10px 20px;
+  margin: 0 0 20px;
+  font-size: 17.5px;
+  border-left: 5px solid #eee;
+}
+blockquote p:last-child,
+blockquote ul:last-child,
+blockquote ol:last-child {
+  margin-bottom: 0;
+}
+blockquote footer,
+blockquote small,
+blockquote .small {
+  display: block;
+  font-size: 80%;
+  line-height: 1.42857143;
+  color: #777;
+}
+blockquote footer:before,
+blockquote small:before,
+blockquote .small:before {
+  content: '\2014 \00A0';
+}
+.blockquote-reverse,
+blockquote.pull-right {
+  padding-right: 15px;
+  padding-left: 0;
+  text-align: right;
+  border-right: 5px solid #eee;
+  border-left: 0;
+}
+.blockquote-reverse footer:before,
+blockquote.pull-right footer:before,
+.blockquote-reverse small:before,
+blockquote.pull-right small:before,
+.blockquote-reverse .small:before,
+blockquote.pull-right .small:before {
+  content: '';
+}
+.blockquote-reverse footer:after,
+blockquote.pull-right footer:after,
+.blockquote-reverse small:after,
+blockquote.pull-right small:after,
+.blockquote-reverse .small:after,
+blockquote.pull-right .small:after {
+  content: '\00A0 \2014';
+}
+address {
+  margin-bottom: 20px;
+  font-style: normal;
+  line-height: 1.42857143;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+}
+code {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #c7254e;
+  background-color: #f9f2f4;
+  border-radius: 4px;
+}
+kbd {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #fff;
+  background-color: #333;
+  border-radius: 3px;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
+}
+kbd kbd {
+  padding: 0;
+  font-size: 100%;
+  font-weight: bold;
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+pre {
+  display: block;
+  padding: 9.5px;
+  margin: 0 0 10px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #333;
+  word-break: break-all;
+  word-wrap: break-word;
+  background-color: #f5f5f5;
+  border: 1px solid #ccc;
+  border-radius: 4px;
+}
+pre code {
+  padding: 0;
+  font-size: inherit;
+  color: inherit;
+  white-space: pre-wrap;
+  background-color: transparent;
+  border-radius: 0;
+}
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
+}
+.container {
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+@media (min-width: 768px) {
+  .container {
+    width: 750px;
+  }
+}
+@media (min-width: 992px) {
+  .container {
+    width: 970px;
+  }
+}
+@media (min-width: 1200px) {
+  .container {
+    width: 1170px;
+  }
+}
+.container-fluid {
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+.row {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
+  position: relative;
+  min-height: 1px;
+  padding-right: 15px;
+  padding-left: 15px;
+}
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
+  float: left;
+}
+.col-xs-12 {
+  width: 100%;
+}
+.col-xs-11 {
+  width: 91.66666667%;
+}
+.col-xs-10 {
+  width: 83.33333333%;
+}
+.col-xs-9 {
+  width: 75%;
+}
+.col-xs-8 {
+  width: 66.66666667%;
+}
+.col-xs-7 {
+  width: 58.33333333%;
+}
+.col-xs-6 {
+  width: 50%;
+}
+.col-xs-5 {
+  width: 41.66666667%;
+}
+.col-xs-4 {
+  width: 33.33333333%;
+}
+.col-xs-3 {
+  width: 25%;
+}
+.col-xs-2 {
+  width: 16.66666667%;
+}
+.col-xs-1 {
+  width: 8.33333333%;
+}
+.col-xs-pull-12 {
+  right: 100%;
+}
+.col-xs-pull-11 {
+  right: 91.66666667%;
+}
+.col-xs-pull-10 {
+  right: 83.33333333%;
+}
+.col-xs-pull-9 {
+  right: 75%;
+}
+.col-xs-pull-8 {
+  right: 66.66666667%;
+}
+.col-xs-pull-7 {
+  right: 58.33333333%;
+}
+.col-xs-pull-6 {
+  right: 50%;
+}
+.col-xs-pull-5 {
+  right: 41.66666667%;
+}
+.col-xs-pull-4 {
+  right: 33.33333333%;
+}
+.col-xs-pull-3 {
+  right: 25%;
+}
+.col-xs-pull-2 {
+  right: 16.66666667%;
+}
+.col-xs-pull-1 {
+  right: 8.33333333%;
+}
+.col-xs-pull-0 {
+  right: auto;
+}
+.col-xs-push-12 {
+  left: 100%;
+}
+.col-xs-push-11 {
+  left: 91.66666667%;
+}
+.col-xs-push-10 {
+  left: 83.33333333%;
+}
+.col-xs-push-9 {
+  left: 75%;
+}
+.col-xs-push-8 {
+  left: 66.66666667%;
+}
+.col-xs-push-7 {
+  left: 58.33333333%;
+}
+.col-xs-push-6 {
+  left: 50%;
+}
+.col-xs-push-5 {
+  left: 41.66666667%;
+}
+.col-xs-push-4 {
+  left: 33.33333333%;
+}
+.col-xs-push-3 {
+  left: 25%;
+}
+.col-xs-push-2 {
+  left: 16.66666667%;
+}
+.col-xs-push-1 {
+  left: 8.33333333%;
+}
+.col-xs-push-0 {
+  left: auto;
+}
+.col-xs-offset-12 {
+  margin-left: 100%;
+}
+.col-xs-offset-11 {
+  margin-left: 91.66666667%;
+}
+.col-xs-offset-10 {
+  margin-left: 83.33333333%;
+}
+.col-xs-offset-9 {
+  margin-left: 75%;
+}
+.col-xs-offset-8 {
+  margin-left: 66.66666667%;
+}
+.col-xs-offset-7 {
+  margin-left: 58.33333333%;
+}
+.col-xs-offset-6 {
+  margin-left: 50%;
+}
+.col-xs-offset-5 {
+  margin-left: 41.66666667%;
+}
+.col-xs-offset-4 {
+  margin-left: 33.33333333%;
+}
+.col-xs-offset-3 {
+  margin-left: 25%;
+}
+.col-xs-offset-2 {
+  margin-left: 16.66666667%;
+}
+.col-xs-offset-1 {
+  margin-left: 8.33333333%;
+}
+.col-xs-offset-0 {
+  margin-left: 0;
+}
+@media (min-width: 768px) {
+  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
+    float: left;
+  }
+  .col-sm-12 {
+    width: 100%;
+  }
+  .col-sm-11 {
+    width: 91.66666667%;
+  }
+  .col-sm-10 {
+    width: 83.33333333%;
+  }
+  .col-sm-9 {
+    width: 75%;
+  }
+  .col-sm-8 {
+    width: 66.66666667%;
+  }
+  .col-sm-7 {
+    width: 58.33333333%;
+  }
+  .col-sm-6 {
+    width: 50%;
+  }
+  .col-sm-5 {
+    width: 41.66666667%;
+  }
+  .col-sm-4 {
+    width: 33.33333333%;
+  }
+  .col-sm-3 {
+    width: 25%;
+  }
+  .col-sm-2 {
+    width: 16.66666667%;
+  }
+  .col-sm-1 {
+    width: 8.33333333%;
+  }
+  .col-sm-pull-12 {
+    right: 100%;
+  }
+  .col-sm-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-sm-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-sm-pull-9 {
+    right: 75%;
+  }
+  .col-sm-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-sm-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-sm-pull-6 {
+    right: 50%;
+  }
+  .col-sm-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-sm-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-sm-pull-3 {
+    right: 25%;
+  }
+  .col-sm-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-sm-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-sm-pull-0 {
+    right: auto;
+  }
+  .col-sm-push-12 {
+    left: 100%;
+  }
+  .col-sm-push-11 {
+    left: 91.66666667%;
+  }
+  .col-sm-push-10 {
+    left: 83.33333333%;
+  }
+  .col-sm-push-9 {
+    left: 75%;
+  }
+  .col-sm-push-8 {
+    left: 66.66666667%;
+  }
+  .col-sm-push-7 {
+    left: 58.33333333%;
+  }
+  .col-sm-push-6 {
+    left: 50%;
+  }
+  .col-sm-push-5 {
+    left: 41.66666667%;
+  }
+  .col-sm-push-4 {
+    left: 33.33333333%;
+  }
+  .col-sm-push-3 {
+    left: 25%;
+  }
+  .col-sm-push-2 {
+    left: 16.66666667%;
+  }
+  .col-sm-push-1 {
+    left: 8.33333333%;
+  }
+  .col-sm-push-0 {
+    left: auto;
+  }
+  .col-sm-offset-12 {
+    margin-left: 100%;
+  }
+  .col-sm-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-sm-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-sm-offset-9 {
+    margin-left: 75%;
+  }
+  .col-sm-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-sm-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-sm-offset-6 {
+    margin-left: 50%;
+  }
+  .col-sm-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-sm-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-sm-offset-3 {
+    margin-left: 25%;
+  }
+  .col-sm-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-sm-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-sm-offset-0 {
+    margin-left: 0;
+  }
+}
+@media (min-width: 992px) {
+  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
+    float: left;
+  }
+  .col-md-12 {
+    width: 100%;
+  }
+  .col-md-11 {
+    width: 91.66666667%;
+  }
+  .col-md-10 {
+    width: 83.33333333%;
+  }
+  .col-md-9 {
+    width: 75%;
+  }
+  .col-md-8 {
+    width: 66.66666667%;
+  }
+  .col-md-7 {
+    width: 58.33333333%;
+  }
+  .col-md-6 {
+    width: 50%;
+  }
+  .col-md-5 {
+    width: 41.66666667%;
+  }
+  .col-md-4 {
+    width: 33.33333333%;
+  }
+  .col-md-3 {
+    width: 25%;
+  }
+  .col-md-2 {
+    width: 16.66666667%;
+  }
+  .col-md-1 {
+    width: 8.33333333%;
+  }
+  .col-md-pull-12 {
+    right: 100%;
+  }
+  .col-md-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-md-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-md-pull-9 {
+    right: 75%;
+  }
+  .col-md-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-md-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-md-pull-6 {
+    right: 50%;
+  }
+  .col-md-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-md-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-md-pull-3 {
+    right: 25%;
+  }
+  .col-md-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-md-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-md-pull-0 {
+    right: auto;
+  }
+  .col-md-push-12 {
+    left: 100%;
+  }
+  .col-md-push-11 {
+    left: 91.66666667%;
+  }
+  .col-md-push-10 {
+    left: 83.33333333%;
+  }
+  .col-md-push-9 {
+    left: 75%;
+  }
+  .col-md-push-8 {
+    left: 66.66666667%;
+  }
+  .col-md-push-7 {
+    left: 58.33333333%;
+  }
+  .col-md-push-6 {
+    left: 50%;
+  }
+  .col-md-push-5 {
+    left: 41.66666667%;
+  }
+  .col-md-push-4 {
+    left: 33.33333333%;
+  }
+  .col-md-push-3 {
+    left: 25%;
+  }
+  .col-md-push-2 {
+    left: 16.66666667%;
+  }
+  .col-md-push-1 {
+    left: 8.33333333%;
+  }
+  .col-md-push-0 {
+    left: auto;
+  }
+  .col-md-offset-12 {
+    margin-left: 100%;
+  }
+  .col-md-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-md-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-md-offset-9 {
+    margin-left: 75%;
+  }
+  .col-md-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-md-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-md-offset-6 {
+    margin-left: 50%;
+  }
+  .col-md-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-md-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-md-offset-3 {
+    margin-left: 25%;
+  }
+  .col-md-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-md-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-md-offset-0 {
+    margin-left: 0;
+  }
+}
+@media (min-width: 1200px) {
+  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
+    float: left;
+  }
+  .col-lg-12 {
+    width: 100%;
+  }
+  .col-lg-11 {
+    width: 91.66666667%;
+  }
+  .col-lg-10 {
+    width: 83.33333333%;
+  }
+  .col-lg-9 {
+    width: 75%;
+  }
+  .col-lg-8 {
+    width: 66.66666667%;
+  }
+  .col-lg-7 {
+    width: 58.33333333%;
+  }
+  .col-lg-6 {
+    width: 50%;
+  }
+  .col-lg-5 {
+    width: 41.66666667%;
+  }
+  .col-lg-4 {
+    width: 33.33333333%;
+  }
+  .col-lg-3 {
+    width: 25%;
+  }
+  .col-lg-2 {
+    width: 16.66666667%;
+  }
+  .col-lg-1 {
+    width: 8.33333333%;
+  }
+  .col-lg-pull-12 {
+    right: 100%;
+  }
+  .col-lg-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-lg-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-lg-pull-9 {
+    right: 75%;
+  }
+  .col-lg-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-lg-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-lg-pull-6 {
+    right: 50%;
+  }
+  .col-lg-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-lg-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-lg-pull-3 {
+    right: 25%;
+  }
+  .col-lg-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-lg-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-lg-pull-0 {
+    right: auto;
+  }
+  .col-lg-push-12 {
+    left: 100%;
+  }
+  .col-lg-push-11 {
+    left: 91.66666667%;
+  }
+  .col-lg-push-10 {
+    left: 83.33333333%;
+  }
+  .col-lg-push-9 {
+    left: 75%;
+  }
+  .col-lg-push-8 {
+    left: 66.66666667%;
+  }
+  .col-lg-push-7 {
+    left: 58.33333333%;
+  }
+  .col-lg-push-6 {
+    left: 50%;
+  }
+  .col-lg-push-5 {
+    left: 41.66666667%;
+  }
+  .col-lg-push-4 {
+    left: 33.33333333%;
+  }
+  .col-lg-push-3 {
+    left: 25%;
+  }
+  .col-lg-push-2 {
+    left: 16.66666667%;
+  }
+  .col-lg-push-1 {
+    left: 8.33333333%;
+  }
+  .col-lg-push-0 {
+    left: auto;
+  }
+  .col-lg-offset-12 {
+    margin-left: 100%;
+  }
+  .col-lg-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-lg-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-lg-offset-9 {
+    margin-left: 75%;
+  }
+  .col-lg-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-lg-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-lg-offset-6 {
+    margin-left: 50%;
+  }
+  .col-lg-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-lg-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-lg-offset-3 {
+    margin-left: 25%;
+  }
+  .col-lg-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-lg-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-lg-offset-0 {
+    margin-left: 0;
+  }
+}
+table {
+  background-color: transparent;
+}
+caption {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  color: #777;
+  text-align: left;
+}
+th {
+  text-align: left;
+}
+.table {
+  width: 100%;
+  max-width: 100%;
+  margin-bottom: 20px;
+}
+.table > thead > tr > th,
+.table > tbody > tr > th,
+.table > tfoot > tr > th,
+.table > thead > tr > td,
+.table > tbody > tr > td,
+.table > tfoot > tr > td {
+  padding: 8px;
+  line-height: 1.42857143;
+  vertical-align: top;
+  border-top: 1px solid #ddd;
+}
+.table > thead > tr > th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #ddd;
+}
+.table > caption + thead > tr:first-child > th,
+.table > colgroup + thead > tr:first-child > th,
+.table > thead:first-child > tr:first-child > th,
+.table > caption + thead > tr:first-child > td,
+.table > colgroup + thead > tr:first-child > td,
+.table > thead:first-child > tr:first-child > td {
+  border-top: 0;
+}
+.table > tbody + tbody {
+  border-top: 2px solid #ddd;
+}
+.table .table {
+  background-color: #fff;
+}
+.table-condensed > thead > tr > th,
+.table-condensed > tbody > tr > th,
+.table-condensed > tfoot > tr > th,
+.table-condensed > thead > tr > td,
+.table-condensed > tbody > tr > td,
+.table-condensed > tfoot > tr > td {
+  padding: 5px;
+}
+.table-bordered {
+  border: 1px solid #ddd;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+  border: 1px solid #ddd;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
+}
+.table-striped > tbody > tr:nth-of-type(odd) {
+  background-color: #f9f9f9;
+}
+.table-hover > tbody > tr:hover {
+  background-color: #f5f5f5;
+}
+table col[class*="col-"] {
+  position: static;
+  display: table-column;
+  float: none;
+}
+table td[class*="col-"],
+table th[class*="col-"] {
+  position: static;
+  display: table-cell;
+  float: none;
+}
+.table > thead > tr > td.active,
+.table > tbody > tr > td.active,
+.table > tfoot > tr > td.active,
+.table > thead > tr > th.active,
+.table > tbody > tr > th.active,
+.table > tfoot > tr > th.active,
+.table > thead > tr.active > td,
+.table > tbody > tr.active > td,
+.table > tfoot > tr.active > td,
+.table > thead > tr.active > th,
+.table > tbody > tr.active > th,
+.table > tfoot > tr.active > th {
+  background-color: #f5f5f5;
+}
+.table-hover > tbody > tr > td.active:hover,
+.table-hover > tbody > tr > th.active:hover,
+.table-hover > tbody > tr.active:hover > td,
+.table-hover > tbody > tr:hover > .active,
+.table-hover > tbody > tr.active:hover > th {
+  background-color: #e8e8e8;
+}
+.table > thead > tr > td.success,
+.table > tbody > tr > td.success,
+.table > tfoot > tr > td.success,
+.table > thead > tr > th.success,
+.table > tbody > tr > th.success,
+.table > tfoot > tr > th.success,
+.table > thead > tr.success > td,
+.table > tbody > tr.success > td,
+.table > tfoot > tr.success > td,
+.table > thead > tr.success > th,
+.table > tbody > tr.success > th,
+.table > tfoot > tr.success > th {
+  background-color: #dff0d8;
+}
+.table-hover > tbody > tr > td.success:hover,
+.table-hover > tbody > tr > th.success:hover,
+.table-hover > tbody > tr.success:hover > td,
+.table-hover > tbody > tr:hover > .success,
+.table-hover > tbody > tr.success:hover > th {
+  background-color: #d0e9c6;
+}
+.table > thead > tr > td.info,
+.table > tbody > tr > td.info,
+.table > tfoot > tr > td.info,
+.table > thead > tr > th.info,
+.table > tbody > tr > th.info,
+.table > tfoot > tr > th.info,
+.table > thead > tr.info > td,
+.table > tbody > tr.info > td,
+.table > tfoot > tr.info > td,
+.table > thead > tr.info > th,
+.table > tbody > tr.info > th,
+.table > tfoot > tr.info > th {
+  background-color: #d9edf7;
+}
+.table-hover > tbody > tr > td.info:hover,
+.table-hover > tbody > tr > th.info:hover,
+.table-hover > tbody > tr.info:hover > td,
+.table-hover > tbody > tr:hover > .info,
+.table-hover > tbody > tr.info:hover > th {
+  background-color: #c4e3f3;
+}
+.table > thead > tr > td.warning,
+.table > tbody > tr > td.warning,
+.table > tfoot > tr > td.warning,
+.table > thead > tr > th.warning,
+.table > tbody > tr > th.warning,
+.table > tfoot > tr > th.warning,
+.table > thead > tr.warning > td,
+.table > tbody > tr.warning > td,
+.table > tfoot > tr.warning > td,
+.table > thead > tr.warning > th,
+.table > tbody > tr.warning > th,
+.table > tfoot > tr.warning > th {
+  background-color: #fcf8e3;
+}
+.table-hover > tbody > tr > td.warning:hover,
+.table-hover > tbody > tr > th.warning:hover,
+.table-hover > tbody > tr.warning:hover > td,
+.table-hover > tbody > tr:hover > .warning,
+.table-hover > tbody > tr.warning:hover > th {
+  background-color: #faf2cc;
+}
+.table > thead > tr > td.danger,
+.table > tbody > tr > td.danger,
+.table > tfoot > tr > td.danger,
+.table > thead > tr > th.danger,
+.table > tbody > tr > th.danger,
+.table > tfoot > tr > th.danger,
+.table > thead > tr.danger > td,
+.table > tbody > tr.danger > td,
+.table > tfoot > tr.danger > td,
+.table > thead > tr.danger > th,
+.table > tbody > tr.danger > th,
+.table > tfoot > tr.danger > th {
+  background-color: #f2dede;
+}
+.table-hover > tbody > tr > td.danger:hover,
+.table-hover > tbody > tr > th.danger:hover,
+.table-hover > tbody > tr.danger:hover > td,
+.table-hover > tbody > tr:hover > .danger,
+.table-hover > tbody > tr.danger:hover > th {
+  background-color: #ebcccc;
+}
+.table-responsive {
+  min-height: .01%;
+  overflow-x: auto;
+}
+@media screen and (max-width: 767px) {
+  .table-responsive {
+    width: 100%;
+    margin-bottom: 15px;
+    overflow-y: hidden;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    border: 1px solid #ddd;
+  }
+  .table-responsive > .table {
+    margin-bottom: 0;
+  }
+  .table-responsive > .table > thead > tr > th,
+  .table-responsive > .table > tbody > tr > th,
+  .table-responsive > .table > tfoot > tr > th,
+  .table-responsive > .table > thead > tr > td,
+  .table-responsive > .table > tbody > tr > td,
+  .table-responsive > .table > tfoot > tr > td {
+    white-space: nowrap;
+  }
+  .table-responsive > .table-bordered {
+    border: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:first-child,
+  .table-responsive > .table-bordered > tbody > tr > th:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+  .table-responsive > .table-bordered > thead > tr > td:first-child,
+  .table-responsive > .table-bordered > tbody > tr > td:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+    border-left: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:last-child,
+  .table-responsive > .table-bordered > tbody > tr > th:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+  .table-responsive > .table-bordered > thead > tr > td:last-child,
+  .table-responsive > .table-bordered > tbody > tr > td:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+    border-right: 0;
+  }
+  .table-responsive > .table-bordered > tbody > tr:last-child > th,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+  .table-responsive > .table-bordered > tbody > tr:last-child > td,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+    border-bottom: 0;
+  }
+}
+fieldset {
+  min-width: 0;
+  padding: 0;
+  margin: 0;
+  border: 0;
+}
+legend {
+  display: block;
+  width: 100%;
+  padding: 0;
+  margin-bottom: 20px;
+  font-size: 21px;
+  line-height: inherit;
+  color: #333;
+  border: 0;
+  border-bottom: 1px solid #e5e5e5;
+}
+label {
+  display: inline-block;
+  max-width: 100%;
+  margin-bottom: 5px;
+  font-weight: bold;
+}
+input[type="search"] {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+input[type="radio"],
+input[type="checkbox"] {
+  margin: 4px 0 0;
+  margin-top: 1px \9;
+  line-height: normal;
+}
+input[type="file"] {
+  display: block;
+}
+input[type="range"] {
+  display: block;
+  width: 100%;
+}
+select[multiple],
+select[size] {
+  height: auto;
+}
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+output {
+  display: block;
+  padding-top: 7px;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #555;
+}
+.form-control {
+  display: block;
+  width: 100%;
+  height: 34px;
+  padding: 6px 12px;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #555;
+  background-color: #fff;
+  background-image: none;
+  border: 1px solid #ccc;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
+       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+}
+.form-control:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
+          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
+}
+.form-control::-moz-placeholder {
+  color: #999;
+  opacity: 1;
+}
+.form-control:-ms-input-placeholder {
+  color: #999;
+}
+.form-control::-webkit-input-placeholder {
+  color: #999;
+}
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+  background-color: #eee;
+  opacity: 1;
+}
+.form-control[disabled],
+fieldset[disabled] .form-control {
+  cursor: not-allowed;
+}
+textarea.form-control {
+  height: auto;
+}
+input[type="search"] {
+  -webkit-appearance: none;
+}
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
+  input[type="date"].form-control,
+  input[type="time"].form-control,
+  input[type="datetime-local"].form-control,
+  input[type="month"].form-control {
+    line-height: 34px;
+  }
+  input[type="date"].input-sm,
+  input[type="time"].input-sm,
+  input[type="datetime-local"].input-sm,
+  input[type="month"].input-sm,
+  .input-group-sm input[type="date"],
+  .input-group-sm input[type="time"],
+  .input-group-sm input[type="datetime-local"],
+  .input-group-sm input[type="month"] {
+    line-height: 30px;
+  }
+  input[type="date"].input-lg,
+  input[type="time"].input-lg,
+  input[type="datetime-local"].input-lg,
+  input[type="month"].input-lg,
+  .input-group-lg input[type="date"],
+  .input-group-lg input[type="time"],
+  .input-group-lg input[type="datetime-local"],
+  .input-group-lg input[type="month"] {
+    line-height: 46px;
+  }
+}
+.form-group {
+  margin-bottom: 15px;
+}
+.radio,
+.checkbox {
+  position: relative;
+  display: block;
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+.radio label,
+.checkbox label {
+  min-height: 20px;
+  padding-left: 20px;
+  margin-bottom: 0;
+  font-weight: normal;
+  cursor: pointer;
+}
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+  position: absolute;
+  margin-top: 4px \9;
+  margin-left: -20px;
+}
+.radio + .radio,
+.checkbox + .checkbox {
+  margin-top: -5px;
+}
+.radio-inline,
+.checkbox-inline {
+  position: relative;
+  display: inline-block;
+  padding-left: 20px;
+  margin-bottom: 0;
+  font-weight: normal;
+  vertical-align: middle;
+  cursor: pointer;
+}
+.radio-inline + .radio-inline,
+.checkbox-inline + .checkbox-inline {
+  margin-top: 0;
+  margin-left: 10px;
+}
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+input[type="radio"].disabled,
+input[type="checkbox"].disabled,
+fieldset[disabled] input[type="radio"],
+fieldset[disabled] input[type="checkbox"] {
+  cursor: not-allowed;
+}
+.radio-inline.disabled,
+.checkbox-inline.disabled,
+fieldset[disabled] .radio-inline,
+fieldset[disabled] .checkbox-inline {
+  cursor: not-allowed;
+}
+.radio.disabled label,
+.checkbox.disabled label,
+fieldset[disabled] .radio label,
+fieldset[disabled] .checkbox label {
+  cursor: not-allowed;
+}
+.form-control-static {
+  min-height: 34px;
+  padding-top: 7px;
+  padding-bottom: 7px;
+  margin-bottom: 0;
+}
+.form-control-static.input-lg,
+.form-control-static.input-sm {
+  padding-right: 0;
+  padding-left: 0;
+}
+.input-sm {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+select.input-sm {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.input-sm,
+select[multiple].input-sm {
+  height: auto;
+}
+.form-group-sm .form-control {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+.form-group-sm select.form-control {
+  height: 30px;
+  line-height: 30px;
+}
+.form-group-sm textarea.form-control,
+.form-group-sm select[multiple].form-control {
+  height: auto;
+}
+.form-group-sm .form-control-static {
+  height: 30px;
+  min-height: 32px;
+  padding: 6px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+}
+.input-lg {
+  height: 46px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+  border-radius: 6px;
+}
+select.input-lg {
+  height: 46px;
+  line-height: 46px;
+}
+textarea.input-lg,
+select[multiple].input-lg {
+  height: auto;
+}
+.form-group-lg .form-control {
+  height: 46px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+  border-radius: 6px;
+}
+.form-group-lg select.form-control {
+  height: 46px;
+  line-height: 46px;
+}
+.form-group-lg textarea.form-control,
+.form-group-lg select[multiple].form-control {
+  height: auto;
+}
+.form-group-lg .form-control-static {
+  height: 46px;
+  min-height: 38px;
+  padding: 11px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+}
+.has-feedback {
+  position: relative;
+}
+.has-feedback .form-control {
+  padding-right: 42.5px;
+}
+.form-control-feedback {
+  position: absolute;
+  top: 0;
+  right: 0;
+  z-index: 2;
+  display: block;
+  width: 34px;
+  height: 34px;
+  line-height: 34px;
+  text-align: center;
+  pointer-events: none;
+}
+.input-lg + .form-control-feedback,
+.input-group-lg + .form-control-feedback,
+.form-group-lg .form-control + .form-control-feedback {
+  width: 46px;
+  height: 46px;
+  line-height: 46px;
+}
+.input-sm + .form-control-feedback,
+.input-group-sm + .form-control-feedback,
+.form-group-sm .form-control + .form-control-feedback {
+  width: 30px;
+  height: 30px;
+  line-height: 30px;
+}
+.has-success .help-block,
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline,
+.has-success.radio label,
+.has-success.checkbox label,
+.has-success.radio-inline label,
+.has-success.checkbox-inline label {
+  color: #3c763d;
+}
+.has-success .form-control {
+  border-color: #3c763d;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+}
+.has-success .form-control:focus {
+  border-color: #2b542c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
+}
+.has-success .input-group-addon {
+  color: #3c763d;
+  background-color: #dff0d8;
+  border-color: #3c763d;
+}
+.has-success .form-control-feedback {
+  color: #3c763d;
+}
+.has-warning .help-block,
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline,
+.has-warning.radio label,
+.has-warning.checkbox label,
+.has-warning.radio-inline label,
+.has-warning.checkbox-inline label {
+  color: #8a6d3b;
+}
+.has-warning .form-control {
+  border-color: #8a6d3b;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+}
+.has-warning .form-control:focus {
+  border-color: #66512c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
+}
+.has-warning .input-group-addon {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+  border-color: #8a6d3b;
+}
+.has-warning .form-control-feedback {
+  color: #8a6d3b;
+}
+.has-error .help-block,
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline,
+.has-error.radio label,
+.has-error.checkbox label,
+.has-error.radio-inline label,
+.has-error.checkbox-inline label {
+  color: #a94442;
+}
+.has-error .form-control {
+  border-color: #a94442;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
+}
+.has-error .form-control:focus {
+  border-color: #843534;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
+}
+.has-error .input-group-addon {
+  color: #a94442;
+  background-color: #f2dede;
+  border-color: #a94442;
+}
+.has-error .form-control-feedback {
+  color: #a94442;
+}
+.has-feedback label ~ .form-control-feedback {
+  top: 25px;
+}
+.has-feedback label.sr-only ~ .form-control-feedback {
+  top: 0;
+}
+.help-block {
+  display: block;
+  margin-top: 5px;
+  margin-bottom: 10px;
+  color: #737373;
+}
+@media (min-width: 768px) {
+  .form-inline .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .form-inline .form-control-static {
+    display: inline-block;
+  }
+  .form-inline .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .form-inline .input-group .input-group-addon,
+  .form-inline .input-group .input-group-btn,
+  .form-inline .input-group .form-control {
+    width: auto;
+  }
+  .form-inline .input-group > .form-control {
+    width: 100%;
+  }
+  .form-inline .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio,
+  .form-inline .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio label,
+  .form-inline .checkbox label {
+    padding-left: 0;
+  }
+  .form-inline .radio input[type="radio"],
+  .form-inline .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .form-inline .has-feedback .form-control-feedback {
+    top: 0;
+  }
+}
+.form-horizontal .radio,
+.form-horizontal .checkbox,
+.form-horizontal .radio-inline,
+.form-horizontal .checkbox-inline {
+  padding-top: 7px;
+  margin-top: 0;
+  margin-bottom: 0;
+}
+.form-horizontal .radio,
+.form-horizontal .checkbox {
+  min-height: 27px;
+}
+.form-horizontal .form-group {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+@media (min-width: 768px) {
+  .form-horizontal .control-label {
+    padding-top: 7px;
+    margin-bottom: 0;
+    text-align: right;
+  }
+}
+.form-horizontal .has-feedback .form-control-feedback {
+  right: 15px;
+}
+@media (min-width: 768px) {
+  .form-horizontal .form-group-lg .control-label {
+    padding-top: 14.333333px;
+    font-size: 18px;
+  }
+}
+@media (min-width: 768px) {
+  .form-horizontal .form-group-sm .control-label {
+    padding-top: 6px;
+    font-size: 12px;
+  }
+}
+.btn {
+  display: inline-block;
+  padding: 6px 12px;
+  margin-bottom: 0;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 1.42857143;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: middle;
+  -ms-touch-action: manipulation;
+      touch-action: manipulation;
+  cursor: pointer;
+  -webkit-user-select: none;
+     -moz-user-select: none;
+      -ms-user-select: none;
+          user-select: none;
+  background-image: none;
+  border: 1px solid transparent;
+  border-radius: 4px;
+}
+.btn:focus,
+.btn:active:focus,
+.btn.active:focus,
+.btn.focus,
+.btn:active.focus,
+.btn.active.focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+.btn:hover,
+.btn:focus,
+.btn.focus {
+  color: #333;
+  text-decoration: none;
+}
+.btn:active,
+.btn.active {
+  background-image: none;
+  outline: 0;
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+}
+.btn.disabled,
+.btn[disabled],
+fieldset[disabled] .btn {
+  cursor: not-allowed;
+  filter: alpha(opacity=65);
+  -webkit-box-shadow: none;
+          box-shadow: none;
+  opacity: .65;
+}
+a.btn.disabled,
+fieldset[disabled] a.btn {
+  pointer-events: none;
+}
+.btn-default {
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+.btn-default:focus,
+.btn-default.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+.btn-default:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.btn-default:active,
+.btn-default.active,
+.open > .dropdown-toggle.btn-default {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.btn-default:active:hover,
+.btn-default.active:hover,
+.open > .dropdown-toggle.btn-default:hover,
+.btn-default:active:focus,
+.btn-default.active:focus,
+.open > .dropdown-toggle.btn-default:focus,
+.btn-default:active.focus,
+.btn-default.active.focus,
+.open > .dropdown-toggle.btn-default.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+.btn-default:active,
+.btn-default.active,
+.open > .dropdown-toggle.btn-default {
+  background-image: none;
+}
+.btn-default.disabled,
+.btn-default[disabled],
+fieldset[disabled] .btn-default,
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled.focus,
+.btn-default[disabled].focus,
+fieldset[disabled] .btn-default.focus,
+.btn-default.disabled:active,
+.btn-default[disabled]:active,
+fieldset[disabled] .btn-default:active,
+.btn-default.disabled.active,
+.btn-default[disabled].active,
+fieldset[disabled] .btn-default.active {
+  background-color: #fff;
+  border-color: #ccc;
+}
+.btn-default .badge {
+  color: #fff;
+  background-color: #333;
+}
+.btn-primary {
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #2e6da4;
+}
+.btn-primary:focus,
+.btn-primary.focus {
+  color: #fff;
+  background-color: #286090;
+  border-color: #122b40;
+}
+.btn-primary:hover {
+  color: #fff;
+  background-color: #286090;
+  border-color: #204d74;
+}
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary {
+  color: #fff;
+  background-color: #286090;
+  border-color: #204d74;
+}
+.btn-primary:active:hover,
+.btn-primary.active:hover,
+.open > .dropdown-toggle.btn-primary:hover,
+.btn-primary:active:focus,
+.btn-primary.active:focus,
+.open > .dropdown-toggle.btn-primary:focus,
+.btn-primary:active.focus,
+.btn-primary.active.focus,
+.open > .dropdown-toggle.btn-primary.focus {
+  color: #fff;
+  background-color: #204d74;
+  border-color: #122b40;
+}
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary {
+  background-image: none;
+}
+.btn-primary.disabled,
+.btn-primary[disabled],
+fieldset[disabled] .btn-primary,
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled.focus,
+.btn-primary[disabled].focus,
+fieldset[disabled] .btn-primary.focus,
+.btn-primary.disabled:active,
+.btn-primary[disabled]:active,
+fieldset[disabled] .btn-primary:active,
+.btn-primary.disabled.active,
+.btn-primary[disabled].active,
+fieldset[disabled] .btn-primary.active {
+  background-color: #337ab7;
+  border-color: #2e6da4;
+}
+.btn-primary .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.btn-success {
+  color: #fff;
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.btn-success:focus,
+.btn-success.focus {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #255625;
+}
+.btn-success:hover {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.btn-success:active,
+.btn-success.active,
+.open > .dropdown-toggle.btn-success {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.btn-success:active:hover,
+.btn-success.active:hover,
+.open > .dropdown-toggle.btn-success:hover,
+.btn-success:active:focus,
+.btn-success.active:focus,
+.open > .dropdown-toggle.btn-success:focus,
+.btn-success:active.focus,
+.btn-success.active.focus,
+.open > .dropdown-toggle.btn-success.focus {
+  color: #fff;
+  background-color: #398439;
+  border-color: #255625;
+}
+.btn-success:active,
+.btn-success.active,
+.open > .dropdown-toggle.btn-success {
+  background-image: none;
+}
+.btn-success.disabled,
+.btn-success[disabled],
+fieldset[disabled] .btn-success,
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled.focus,
+.btn-success[disabled].focus,
+fieldset[disabled] .btn-success.focus,
+.btn-success.disabled:active,
+.btn-success[disabled]:active,
+fieldset[disabled] .btn-success:active,
+.btn-success.disabled.active,
+.btn-success[disabled].active,
+fieldset[disabled] .btn-success.active {
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.btn-success .badge {
+  color: #5cb85c;
+  background-color: #fff;
+}
+.btn-info {
+  color: #fff;
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.btn-info:focus,
+.btn-info.focus {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #1b6d85;
+}
+.btn-info:hover {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.btn-info:active,
+.btn-info.active,
+.open > .dropdown-toggle.btn-info {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.btn-info:active:hover,
+.btn-info.active:hover,
+.open > .dropdown-toggle.btn-info:hover,
+.btn-info:active:focus,
+.btn-info.active:focus,
+.open > .dropdown-toggle.btn-info:focus,
+.btn-info:active.focus,
+.btn-info.active.focus,
+.open > .dropdown-toggle.btn-info.focus {
+  color: #fff;
+  background-color: #269abc;
+  border-color: #1b6d85;
+}
+.btn-info:active,
+.btn-info.active,
+.open > .dropdown-toggle.btn-info {
+  background-image: none;
+}
+.btn-info.disabled,
+.btn-info[disabled],
+fieldset[disabled] .btn-info,
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled.focus,
+.btn-info[disabled].focus,
+fieldset[disabled] .btn-info.focus,
+.btn-info.disabled:active,
+.btn-info[disabled]:active,
+fieldset[disabled] .btn-info:active,
+.btn-info.disabled.active,
+.btn-info[disabled].active,
+fieldset[disabled] .btn-info.active {
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.btn-info .badge {
+  color: #5bc0de;
+  background-color: #fff;
+}
+.btn-warning {
+  color: #fff;
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.btn-warning:focus,
+.btn-warning.focus {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #985f0d;
+}
+.btn-warning:hover {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.btn-warning:active,
+.btn-warning.active,
+.open > .dropdown-toggle.btn-warning {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.btn-warning:active:hover,
+.btn-warning.active:hover,
+.open > .dropdown-toggle.btn-warning:hover,
+.btn-warning:active:focus,
+.btn-warning.active:focus,
+.open > .dropdown-toggle.btn-warning:focus,
+.btn-warning:active.focus,
+.btn-warning.active.focus,
+.open > .dropdown-toggle.btn-warning.focus {
+  color: #fff;
+  background-color: #d58512;
+  border-color: #985f0d;
+}
+.btn-warning:active,
+.btn-warning.active,
+.open > .dropdown-toggle.btn-warning {
+  background-image: none;
+}
+.btn-warning.disabled,
+.btn-warning[disabled],
+fieldset[disabled] .btn-warning,
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled.focus,
+.btn-warning[disabled].focus,
+fieldset[disabled] .btn-warning.focus,
+.btn-warning.disabled:active,
+.btn-warning[disabled]:active,
+fieldset[disabled] .btn-warning:active,
+.btn-warning.disabled.active,
+.btn-warning[disabled].active,
+fieldset[disabled] .btn-warning.active {
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.btn-warning .badge {
+  color: #f0ad4e;
+  background-color: #fff;
+}
+.btn-danger {
+  color: #fff;
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.btn-danger:focus,
+.btn-danger.focus {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #761c19;
+}
+.btn-danger:hover {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.btn-danger:active,
+.btn-danger.active,
+.open > .dropdown-toggle.btn-danger {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.btn-danger:active:hover,
+.btn-danger.active:hover,
+.open > .dropdown-toggle.btn-danger:hover,
+.btn-danger:active:focus,
+.btn-danger.active:focus,
+.open > .dropdown-toggle.btn-danger:focus,
+.btn-danger:active.focus,
+.btn-danger.active.focus,
+.open > .dropdown-toggle.btn-danger.focus {
+  color: #fff;
+  background-color: #ac2925;
+  border-color: #761c19;
+}
+.btn-danger:active,
+.btn-danger.active,
+.open > .dropdown-toggle.btn-danger {
+  background-image: none;
+}
+.btn-danger.disabled,
+.btn-danger[disabled],
+fieldset[disabled] .btn-danger,
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled.focus,
+.btn-danger[disabled].focus,
+fieldset[disabled] .btn-danger.focus,
+.btn-danger.disabled:active,
+.btn-danger[disabled]:active,
+fieldset[disabled] .btn-danger:active,
+.btn-danger.disabled.active,
+.btn-danger[disabled].active,
+fieldset[disabled] .btn-danger.active {
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.btn-danger .badge {
+  color: #d9534f;
+  background-color: #fff;
+}
+.btn-link {
+  font-weight: normal;
+  color: #337ab7;
+  border-radius: 0;
+}
+.btn-link,
+.btn-link:active,
+.btn-link.active,
+.btn-link[disabled],
+fieldset[disabled] .btn-link {
+  background-color: transparent;
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+.btn-link,
+.btn-link:hover,
+.btn-link:focus,
+.btn-link:active {
+  border-color: transparent;
+}
+.btn-link:hover,
+.btn-link:focus {
+  color: #23527c;
+  text-decoration: underline;
+  background-color: transparent;
+}
+.btn-link[disabled]:hover,
+fieldset[disabled] .btn-link:hover,
+.btn-link[disabled]:focus,
+fieldset[disabled] .btn-link:focus {
+  color: #777;
+  text-decoration: none;
+}
+.btn-lg,
+.btn-group-lg > .btn {
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+  border-radius: 6px;
+}
+.btn-sm,
+.btn-group-sm > .btn {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+.btn-xs,
+.btn-group-xs > .btn {
+  padding: 1px 5px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+.btn-block {
+  display: block;
+  width: 100%;
+}
+.btn-block + .btn-block {
+  margin-top: 5px;
+}
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
+.fade {
+  opacity: 0;
+  -webkit-transition: opacity .15s linear;
+       -o-transition: opacity .15s linear;
+          transition: opacity .15s linear;
+}
+.fade.in {
+  opacity: 1;
+}
+.collapse {
+  display: none;
+}
+.collapse.in {
+  display: block;
+}
+tr.collapse.in {
+  display: table-row;
+}
+tbody.collapse.in {
+  display: table-row-group;
+}
+.collapsing {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  -webkit-transition-timing-function: ease;
+       -o-transition-timing-function: ease;
+          transition-timing-function: ease;
+  -webkit-transition-duration: .35s;
+       -o-transition-duration: .35s;
+          transition-duration: .35s;
+  -webkit-transition-property: height, visibility;
+       -o-transition-property: height, visibility;
+          transition-property: height, visibility;
+}
+.caret {
+  display: inline-block;
+  width: 0;
+  height: 0;
+  margin-left: 2px;
+  vertical-align: middle;
+  border-top: 4px dashed;
+  border-top: 4px solid \9;
+  border-right: 4px solid transparent;
+  border-left: 4px solid transparent;
+}
+.dropup,
+.dropdown {
+  position: relative;
+}
+.dropdown-toggle:focus {
+  outline: 0;
+}
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 160px;
+  padding: 5px 0;
+  margin: 2px 0 0;
+  font-size: 14px;
+  text-align: left;
+  list-style: none;
+  background-color: #fff;
+  -webkit-background-clip: padding-box;
+          background-clip: padding-box;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, .15);
+  border-radius: 4px;
+  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+}
+.dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+.dropdown-menu .divider {
+  height: 1px;
+  margin: 9px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+.dropdown-menu > li > a {
+  display: block;
+  padding: 3px 20px;
+  clear: both;
+  font-weight: normal;
+  line-height: 1.42857143;
+  color: #333;
+  white-space: nowrap;
+}
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  color: #262626;
+  text-decoration: none;
+  background-color: #f5f5f5;
+}
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  color: #fff;
+  text-decoration: none;
+  background-color: #337ab7;
+  outline: 0;
+}
+.dropdown-menu > .disabled > a,
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  color: #777;
+}
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  text-decoration: none;
+  cursor: not-allowed;
+  background-color: transparent;
+  background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+}
+.open > .dropdown-menu {
+  display: block;
+}
+.open > a {
+  outline: 0;
+}
+.dropdown-menu-right {
+  right: 0;
+  left: auto;
+}
+.dropdown-menu-left {
+  right: auto;
+  left: 0;
+}
+.dropdown-header {
+  display: block;
+  padding: 3px 20px;
+  font-size: 12px;
+  line-height: 1.42857143;
+  color: #777;
+  white-space: nowrap;
+}
+.dropdown-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 990;
+}
+.pull-right > .dropdown-menu {
+  right: 0;
+  left: auto;
+}
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+  content: "";
+  border-top: 0;
+  border-bottom: 4px dashed;
+  border-bottom: 4px solid \9;
+}
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-bottom: 2px;
+}
+@media (min-width: 768px) {
+  .navbar-right .dropdown-menu {
+    right: 0;
+    left: auto;
+  }
+  .navbar-right .dropdown-menu-left {
+    right: auto;
+    left: 0;
+  }
+}
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+}
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+  position: relative;
+  float: left;
+}
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus,
+.btn-group > .btn:active,
+.btn-group-vertical > .btn:active,
+.btn-group > .btn.active,
+.btn-group-vertical > .btn.active {
+  z-index: 2;
+}
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+  margin-left: -1px;
+}
+.btn-toolbar {
+  margin-left: -5px;
+}
+.btn-toolbar .btn,
+.btn-toolbar .btn-group,
+.btn-toolbar .input-group {
+  float: left;
+}
+.btn-toolbar > .btn,
+.btn-toolbar > .btn-group,
+.btn-toolbar > .input-group {
+  margin-left: 5px;
+}
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+  border-radius: 0;
+}
+.btn-group > .btn:first-child {
+  margin-left: 0;
+}
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group > .btn-group {
+  float: left;
+}
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+  outline: 0;
+}
+.btn-group > .btn + .dropdown-toggle {
+  padding-right: 8px;
+  padding-left: 8px;
+}
+.btn-group > .btn-lg + .dropdown-toggle {
+  padding-right: 12px;
+  padding-left: 12px;
+}
+.btn-group.open .dropdown-toggle {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
+}
+.btn-group.open .dropdown-toggle.btn-link {
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+.btn .caret {
+  margin-left: 0;
+}
+.btn-lg .caret {
+  border-width: 5px 5px 0;
+  border-bottom-width: 0;
+}
+.dropup .btn-lg .caret {
+  border-width: 0 5px 5px;
+}
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
+  display: block;
+  float: none;
+  width: 100%;
+  max-width: 100%;
+}
+.btn-group-vertical > .btn-group > .btn {
+  float: none;
+}
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+  margin-top: -1px;
+  margin-left: 0;
+}
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+  border-bottom-left-radius: 4px;
+}
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+.btn-group-justified {
+  display: table;
+  width: 100%;
+  table-layout: fixed;
+  border-collapse: separate;
+}
+.btn-group-justified > .btn,
+.btn-group-justified > .btn-group {
+  display: table-cell;
+  float: none;
+  width: 1%;
+}
+.btn-group-justified > .btn-group .btn {
+  width: 100%;
+}
+.btn-group-justified > .btn-group .dropdown-menu {
+  left: auto;
+}
+[data-toggle="buttons"] > .btn input[type="radio"],
+[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
+[data-toggle="buttons"] > .btn input[type="checkbox"],
+[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
+  position: absolute;
+  clip: rect(0, 0, 0, 0);
+  pointer-events: none;
+}
+.input-group {
+  position: relative;
+  display: table;
+  border-collapse: separate;
+}
+.input-group[class*="col-"] {
+  float: none;
+  padding-right: 0;
+  padding-left: 0;
+}
+.input-group .form-control {
+  position: relative;
+  z-index: 2;
+  float: left;
+  width: 100%;
+  margin-bottom: 0;
+}
+.input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+  height: 46px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+  border-radius: 6px;
+}
+select.input-group-lg > .form-control,
+select.input-group-lg > .input-group-addon,
+select.input-group-lg > .input-group-btn > .btn {
+  height: 46px;
+  line-height: 46px;
+}
+textarea.input-group-lg > .form-control,
+textarea.input-group-lg > .input-group-addon,
+textarea.input-group-lg > .input-group-btn > .btn,
+select[multiple].input-group-lg > .form-control,
+select[multiple].input-group-lg > .input-group-addon,
+select[multiple].input-group-lg > .input-group-btn > .btn {
+  height: auto;
+}
+.input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+select.input-group-sm > .form-control,
+select.input-group-sm > .input-group-addon,
+select.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.input-group-sm > .form-control,
+textarea.input-group-sm > .input-group-addon,
+textarea.input-group-sm > .input-group-btn > .btn,
+select[multiple].input-group-sm > .form-control,
+select[multiple].input-group-sm > .input-group-addon,
+select[multiple].input-group-sm > .input-group-btn > .btn {
+  height: auto;
+}
+.input-group-addon,
+.input-group-btn,
+.input-group .form-control {
+  display: table-cell;
+}
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+.input-group-addon,
+.input-group-btn {
+  width: 1%;
+  white-space: nowrap;
+  vertical-align: middle;
+}
+.input-group-addon {
+  padding: 6px 12px;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 1;
+  color: #555;
+  text-align: center;
+  background-color: #eee;
+  border: 1px solid #ccc;
+  border-radius: 4px;
+}
+.input-group-addon.input-sm {
+  padding: 5px 10px;
+  font-size: 12px;
+  border-radius: 3px;
+}
+.input-group-addon.input-lg {
+  padding: 10px 16px;
+  font-size: 18px;
+  border-radius: 6px;
+}
+.input-group-addon input[type="radio"],
+.input-group-addon input[type="checkbox"] {
+  margin-top: 0;
+}
+.input-group .form-control:first-child,
+.input-group-addon:first-child,
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .btn-group > .btn,
+.input-group-btn:first-child > .dropdown-toggle,
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+.input-group-addon:first-child {
+  border-right: 0;
+}
+.input-group .form-control:last-child,
+.input-group-addon:last-child,
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .btn-group > .btn,
+.input-group-btn:last-child > .dropdown-toggle,
+.input-group-btn:first-child > .btn:not(:first-child),
+.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.input-group-addon:last-child {
+  border-left: 0;
+}
+.input-group-btn {
+  position: relative;
+  font-size: 0;
+  white-space: nowrap;
+}
+.input-group-btn > .btn {
+  position: relative;
+}
+.input-group-btn > .btn + .btn {
+  margin-left: -1px;
+}
+.input-group-btn > .btn:hover,
+.input-group-btn > .btn:focus,
+.input-group-btn > .btn:active {
+  z-index: 2;
+}
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .btn-group {
+  margin-right: -1px;
+}
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .btn-group {
+  z-index: 2;
+  margin-left: -1px;
+}
+.nav {
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none;
+}
+.nav > li {
+  position: relative;
+  display: block;
+}
+.nav > li > a {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+}
+.nav > li > a:hover,
+.nav > li > a:focus {
+  text-decoration: none;
+  background-color: #eee;
+}
+.nav > li.disabled > a {
+  color: #777;
+}
+.nav > li.disabled > a:hover,
+.nav > li.disabled > a:focus {
+  color: #777;
+  text-decoration: none;
+  cursor: not-allowed;
+  background-color: transparent;
+}
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+  background-color: #eee;
+  border-color: #337ab7;
+}
+.nav .nav-divider {
+  height: 1px;
+  margin: 9px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+.nav > li > a > img {
+  max-width: none;
+}
+.nav-tabs {
+  border-bottom: 1px solid #ddd;
+}
+.nav-tabs > li {
+  float: left;
+  margin-bottom: -1px;
+}
+.nav-tabs > li > a {
+  margin-right: 2px;
+  line-height: 1.42857143;
+  border: 1px solid transparent;
+  border-radius: 4px 4px 0 0;
+}
+.nav-tabs > li > a:hover {
+  border-color: #eee #eee #ddd;
+}
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:hover,
+.nav-tabs > li.active > a:focus {
+  color: #555;
+  cursor: default;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-bottom-color: transparent;
+}
+.nav-tabs.nav-justified {
+  width: 100%;
+  border-bottom: 0;
+}
+.nav-tabs.nav-justified > li {
+  float: none;
+}
+.nav-tabs.nav-justified > li > a {
+  margin-bottom: 5px;
+  text-align: center;
+}
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-tabs.nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+.nav-tabs.nav-justified > li > a {
+  margin-right: 0;
+  border-radius: 4px;
+}
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+  border: 1px solid #ddd;
+}
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li > a {
+    border-bottom: 1px solid #ddd;
+    border-radius: 4px 4px 0 0;
+  }
+  .nav-tabs.nav-justified > .active > a,
+  .nav-tabs.nav-justified > .active > a:hover,
+  .nav-tabs.nav-justified > .active > a:focus {
+    border-bottom-color: #fff;
+  }
+}
+.nav-pills > li {
+  float: left;
+}
+.nav-pills > li > a {
+  border-radius: 4px;
+}
+.nav-pills > li + li {
+  margin-left: 2px;
+}
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover,
+.nav-pills > li.active > a:focus {
+  color: #fff;
+  background-color: #337ab7;
+}
+.nav-stacked > li {
+  float: none;
+}
+.nav-stacked > li + li {
+  margin-top: 2px;
+  margin-left: 0;
+}
+.nav-justified {
+  width: 100%;
+}
+.nav-justified > li {
+  float: none;
+}
+.nav-justified > li > a {
+  margin-bottom: 5px;
+  text-align: center;
+}
+.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+@media (min-width: 768px) {
+  .nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+.nav-tabs-justified {
+  border-bottom: 0;
+}
+.nav-tabs-justified > li > a {
+  margin-right: 0;
+  border-radius: 4px;
+}
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+  border: 1px solid #ddd;
+}
+@media (min-width: 768px) {
+  .nav-tabs-justified > li > a {
+    border-bottom: 1px solid #ddd;
+    border-radius: 4px 4px 0 0;
+  }
+  .nav-tabs-justified > .active > a,
+  .nav-tabs-justified > .active > a:hover,
+  .nav-tabs-justified > .active > a:focus {
+    border-bottom-color: #fff;
+  }
+}
+.tab-content > .tab-pane {
+  display: none;
+}
+.tab-content > .active {
+  display: block;
+}
+.nav-tabs .dropdown-menu {
+  margin-top: -1px;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+.navbar {
+  position: relative;
+  min-height: 50px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+}
+@media (min-width: 768px) {
+  .navbar {
+    border-radius: 4px;
+  }
+}
+@media (min-width: 768px) {
+  .navbar-header {
+    float: left;
+  }
+}
+.navbar-collapse {
+  padding-right: 15px;
+  padding-left: 15px;
+  overflow-x: visible;
+  -webkit-overflow-scrolling: touch;
+  border-top: 1px solid transparent;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
+}
+.navbar-collapse.in {
+  overflow-y: auto;
+}
+@media (min-width: 768px) {
+  .navbar-collapse {
+    width: auto;
+    border-top: 0;
+    -webkit-box-shadow: none;
+            box-shadow: none;
+  }
+  .navbar-collapse.collapse {
+    display: block !important;
+    height: auto !important;
+    padding-bottom: 0;
+    overflow: visible !important;
+  }
+  .navbar-collapse.in {
+    overflow-y: visible;
+  }
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-static-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    padding-right: 0;
+    padding-left: 0;
+  }
+}
+.navbar-fixed-top .navbar-collapse,
+.navbar-fixed-bottom .navbar-collapse {
+  max-height: 340px;
+}
+@media (max-device-width: 480px) and (orientation: landscape) {
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    max-height: 200px;
+  }
+}
+.container > .navbar-header,
+.container-fluid > .navbar-header,
+.container > .navbar-collapse,
+.container-fluid > .navbar-collapse {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+@media (min-width: 768px) {
+  .container > .navbar-header,
+  .container-fluid > .navbar-header,
+  .container > .navbar-collapse,
+  .container-fluid > .navbar-collapse {
+    margin-right: 0;
+    margin-left: 0;
+  }
+}
+.navbar-static-top {
+  z-index: 1000;
+  border-width: 0 0 1px;
+}
+@media (min-width: 768px) {
+  .navbar-static-top {
+    border-radius: 0;
+  }
+}
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  position: fixed;
+  right: 0;
+  left: 0;
+  z-index: 1030;
+}
+@media (min-width: 768px) {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    border-radius: 0;
+  }
+}
+.navbar-fixed-top {
+  top: 0;
+  border-width: 0 0 1px;
+}
+.navbar-fixed-bottom {
+  bottom: 0;
+  margin-bottom: 0;
+  border-width: 1px 0 0;
+}
+.navbar-brand {
+  float: left;
+  height: 50px;
+  padding: 15px 15px;
+  font-size: 18px;
+  line-height: 20px;
+}
+.navbar-brand:hover,
+.navbar-brand:focus {
+  text-decoration: none;
+}
+.navbar-brand > img {
+  display: block;
+}
+@media (min-width: 768px) {
+  .navbar > .container .navbar-brand,
+  .navbar > .container-fluid .navbar-brand {
+    margin-left: -15px;
+  }
+}
+.navbar-toggle {
+  position: relative;
+  float: right;
+  padding: 9px 10px;
+  margin-top: 8px;
+  margin-right: 15px;
+  margin-bottom: 8px;
+  background-color: transparent;
+  background-image: none;
+  border: 1px solid transparent;
+  border-radius: 4px;
+}
+.navbar-toggle:focus {
+  outline: 0;
+}
+.navbar-toggle .icon-bar {
+  display: block;
+  width: 22px;
+  height: 2px;
+  border-radius: 1px;
+}
+.navbar-toggle .icon-bar + .icon-bar {
+  margin-top: 4px;
+}
+@media (min-width: 768px) {
+  .navbar-toggle {
+    display: none;
+  }
+}
+.navbar-nav {
+  margin: 7.5px -15px;
+}
+.navbar-nav > li > a {
+  padding-top: 10px;
+  padding-bottom: 10px;
+  line-height: 20px;
+}
+@media (max-width: 767px) {
+  .navbar-nav .open .dropdown-menu {
+    position: static;
+    float: none;
+    width: auto;
+    margin-top: 0;
+    background-color: transparent;
+    border: 0;
+    -webkit-box-shadow: none;
+            box-shadow: none;
+  }
+  .navbar-nav .open .dropdown-menu > li > a,
+  .navbar-nav .open .dropdown-menu .dropdown-header {
+    padding: 5px 15px 5px 25px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a {
+    line-height: 20px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-nav .open .dropdown-menu > li > a:focus {
+    background-image: none;
+  }
+}
+@media (min-width: 768px) {
+  .navbar-nav {
+    float: left;
+    margin: 0;
+  }
+  .navbar-nav > li {
+    float: left;
+  }
+  .navbar-nav > li > a {
+    padding-top: 15px;
+    padding-bottom: 15px;
+  }
+}
+.navbar-form {
+  padding: 10px 15px;
+  margin-top: 8px;
+  margin-right: -15px;
+  margin-bottom: 8px;
+  margin-left: -15px;
+  border-top: 1px solid transparent;
+  border-bottom: 1px solid transparent;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
+}
+@media (min-width: 768px) {
+  .navbar-form .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control-static {
+    display: inline-block;
+  }
+  .navbar-form .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .navbar-form .input-group .input-group-addon,
+  .navbar-form .input-group .input-group-btn,
+  .navbar-form .input-group .form-control {
+    width: auto;
+  }
+  .navbar-form .input-group > .form-control {
+    width: 100%;
+  }
+  .navbar-form .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .radio,
+  .navbar-form .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .radio label,
+  .navbar-form .checkbox label {
+    padding-left: 0;
+  }
+  .navbar-form .radio input[type="radio"],
+  .navbar-form .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .navbar-form .has-feedback .form-control-feedback {
+    top: 0;
+  }
+}
+@media (max-width: 767px) {
+  .navbar-form .form-group {
+    margin-bottom: 5px;
+  }
+  .navbar-form .form-group:last-child {
+    margin-bottom: 0;
+  }
+}
+@media (min-width: 768px) {
+  .navbar-form {
+    width: auto;
+    padding-top: 0;
+    padding-bottom: 0;
+    margin-right: 0;
+    margin-left: 0;
+    border: 0;
+    -webkit-box-shadow: none;
+            box-shadow: none;
+  }
+}
+.navbar-nav > li > .dropdown-menu {
+  margin-top: 0;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
+  margin-bottom: 0;
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.navbar-btn {
+  margin-top: 8px;
+  margin-bottom: 8px;
+}
+.navbar-btn.btn-sm {
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+.navbar-btn.btn-xs {
+  margin-top: 14px;
+  margin-bottom: 14px;
+}
+.navbar-text {
+  margin-top: 15px;
+  margin-bottom: 15px;
+}
+@media (min-width: 768px) {
+  .navbar-text {
+    float: left;
+    margin-right: 15px;
+    margin-left: 15px;
+  }
+}
+@media (min-width: 768px) {
+  .navbar-left {
+    float: left !important;
+  }
+  .navbar-right {
+    float: right !important;
+    margin-right: -15px;
+  }
+  .navbar-right ~ .navbar-right {
+    margin-right: 0;
+  }
+}
+.navbar-default {
+  background-color: #f8f8f8;
+  border-color: #e7e7e7;
+}
+.navbar-default .navbar-brand {
+  color: #777;
+}
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+  color: #5e5e5e;
+  background-color: transparent;
+}
+.navbar-default .navbar-text {
+  color: #777;
+}
+.navbar-default .navbar-nav > li > a {
+  color: #777;
+}
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+  color: #333;
+  background-color: transparent;
+}
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+  color: #555;
+  background-color: #e7e7e7;
+}
+.navbar-default .navbar-nav > .disabled > a,
+.navbar-default .navbar-nav > .disabled > a:hover,
+.navbar-default .navbar-nav > .disabled > a:focus {
+  color: #ccc;
+  background-color: transparent;
+}
+.navbar-default .navbar-toggle {
+  border-color: #ddd;
+}
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+  background-color: #ddd;
+}
+.navbar-default .navbar-toggle .icon-bar {
+  background-color: #888;
+}
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+  border-color: #e7e7e7;
+}
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+  color: #555;
+  background-color: #e7e7e7;
+}
+@media (max-width: 767px) {
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+    color: #777;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #333;
+    background-color: transparent;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #555;
+    background-color: #e7e7e7;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #ccc;
+    background-color: transparent;
+  }
+}
+.navbar-default .navbar-link {
+  color: #777;
+}
+.navbar-default .navbar-link:hover {
+  color: #333;
+}
+.navbar-default .btn-link {
+  color: #777;
+}
+.navbar-default .btn-link:hover,
+.navbar-default .btn-link:focus {
+  color: #333;
+}
+.navbar-default .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-default .btn-link:hover,
+.navbar-default .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-default .btn-link:focus {
+  color: #ccc;
+}
+.navbar-inverse {
+  background-color: #222;
+  border-color: #080808;
+}
+.navbar-inverse .navbar-brand {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-brand:hover,
+.navbar-inverse .navbar-brand:focus {
+  color: #fff;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-text {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-nav > li > a {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-nav > li > a:hover,
+.navbar-inverse .navbar-nav > li > a:focus {
+  color: #fff;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-nav > .active > a,
+.navbar-inverse .navbar-nav > .active > a:hover,
+.navbar-inverse .navbar-nav > .active > a:focus {
+  color: #fff;
+  background-color: #080808;
+}
+.navbar-inverse .navbar-nav > .disabled > a,
+.navbar-inverse .navbar-nav > .disabled > a:hover,
+.navbar-inverse .navbar-nav > .disabled > a:focus {
+  color: #444;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-toggle {
+  border-color: #333;
+}
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+  background-color: #333;
+}
+.navbar-inverse .navbar-toggle .icon-bar {
+  background-color: #fff;
+}
+.navbar-inverse .navbar-collapse,
+.navbar-inverse .navbar-form {
+  border-color: #101010;
+}
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+  color: #fff;
+  background-color: #080808;
+}
+@media (max-width: 767px) {
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
+    border-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
+    color: #9d9d9d;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #fff;
+    background-color: transparent;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #fff;
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #444;
+    background-color: transparent;
+  }
+}
+.navbar-inverse .navbar-link {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-link:hover {
+  color: #fff;
+}
+.navbar-inverse .btn-link {
+  color: #9d9d9d;
+}
+.navbar-inverse .btn-link:hover,
+.navbar-inverse .btn-link:focus {
+  color: #fff;
+}
+.navbar-inverse .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-inverse .btn-link:hover,
+.navbar-inverse .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-inverse .btn-link:focus {
+  color: #444;
+}
+.breadcrumb {
+  padding: 8px 15px;
+  margin-bottom: 20px;
+  list-style: none;
+  background-color: #f5f5f5;
+  border-radius: 4px;
+}
+.breadcrumb > li {
+  display: inline-block;
+}
+.breadcrumb > li + li:before {
+  padding: 0 5px;
+  color: #ccc;
+  content: "/\00a0";
+}
+.breadcrumb > .active {
+  color: #777;
+}
+.pagination {
+  display: inline-block;
+  padding-left: 0;
+  margin: 20px 0;
+  border-radius: 4px;
+}
+.pagination > li {
+  display: inline;
+}
+.pagination > li > a,
+.pagination > li > span {
+  position: relative;
+  float: left;
+  padding: 6px 12px;
+  margin-left: -1px;
+  line-height: 1.42857143;
+  color: #337ab7;
+  text-decoration: none;
+  background-color: #fff;
+  border: 1px solid #ddd;
+}
+.pagination > li:first-child > a,
+.pagination > li:first-child > span {
+  margin-left: 0;
+  border-top-left-radius: 4px;
+  border-bottom-left-radius: 4px;
+}
+.pagination > li:last-child > a,
+.pagination > li:last-child > span {
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 4px;
+}
+.pagination > li > a:hover,
+.pagination > li > span:hover,
+.pagination > li > a:focus,
+.pagination > li > span:focus {
+  z-index: 3;
+  color: #23527c;
+  background-color: #eee;
+  border-color: #ddd;
+}
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
+  z-index: 2;
+  color: #fff;
+  cursor: default;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.pagination > .disabled > span,
+.pagination > .disabled > span:hover,
+.pagination > .disabled > span:focus,
+.pagination > .disabled > a,
+.pagination > .disabled > a:hover,
+.pagination > .disabled > a:focus {
+  color: #777;
+  cursor: not-allowed;
+  background-color: #fff;
+  border-color: #ddd;
+}
+.pagination-lg > li > a,
+.pagination-lg > li > span {
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+}
+.pagination-lg > li:first-child > a,
+.pagination-lg > li:first-child > span {
+  border-top-left-radius: 6px;
+  border-bottom-left-radius: 6px;
+}
+.pagination-lg > li:last-child > a,
+.pagination-lg > li:last-child > span {
+  border-top-right-radius: 6px;
+  border-bottom-right-radius: 6px;
+}
+.pagination-sm > li > a,
+.pagination-sm > li > span {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+}
+.pagination-sm > li:first-child > a,
+.pagination-sm > li:first-child > span {
+  border-top-left-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+.pagination-sm > li:last-child > a,
+.pagination-sm > li:last-child > span {
+  border-top-right-radius: 3px;
+  border-bottom-right-radius: 3px;
+}
+.pager {
+  padding-left: 0;
+  margin: 20px 0;
+  text-align: center;
+  list-style: none;
+}
+.pager li {
+  display: inline;
+}
+.pager li > a,
+.pager li > span {
+  display: inline-block;
+  padding: 5px 14px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 15px;
+}
+.pager li > a:hover,
+.pager li > a:focus {
+  text-decoration: none;
+  background-color: #eee;
+}
+.pager .next > a,
+.pager .next > span {
+  float: right;
+}
+.pager .previous > a,
+.pager .previous > span {
+  float: left;
+}
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > a:focus,
+.pager .disabled > span {
+  color: #777;
+  cursor: not-allowed;
+  background-color: #fff;
+}
+.label {
+  display: inline;
+  padding: .2em .6em .3em;
+  font-size: 75%;
+  font-weight: bold;
+  line-height: 1;
+  color: #fff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: .25em;
+}
+a.label:hover,
+a.label:focus {
+  color: #fff;
+  text-decoration: none;
+  cursor: pointer;
+}
+.label:empty {
+  display: none;
+}
+.btn .label {
+  position: relative;
+  top: -1px;
+}
+.label-default {
+  background-color: #777;
+}
+.label-default[href]:hover,
+.label-default[href]:focus {
+  background-color: #5e5e5e;
+}
+.label-primary {
+  background-color: #337ab7;
+}
+.label-primary[href]:hover,
+.label-primary[href]:focus {
+  background-color: #286090;
+}
+.label-success {
+  background-color: #5cb85c;
+}
+.label-success[href]:hover,
+.label-success[href]:focus {
+  background-color: #449d44;
+}
+.label-info {
+  background-color: #5bc0de;
+}
+.label-info[href]:hover,
+.label-info[href]:focus {
+  background-color: #31b0d5;
+}
+.label-warning {
+  background-color: #f0ad4e;
+}
+.label-warning[href]:hover,
+.label-warning[href]:focus {
+  background-color: #ec971f;
+}
+.label-danger {
+  background-color: #d9534f;
+}
+.label-danger[href]:hover,
+.label-danger[href]:focus {
+  background-color: #c9302c;
+}
+.badge {
+  display: inline-block;
+  min-width: 10px;
+  padding: 3px 7px;
+  font-size: 12px;
+  font-weight: bold;
+  line-height: 1;
+  color: #fff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: middle;
+  background-color: #777;
+  border-radius: 10px;
+}
+.badge:empty {
+  display: none;
+}
+.btn .badge {
+  position: relative;
+  top: -1px;
+}
+.btn-xs .badge,
+.btn-group-xs > .btn .badge {
+  top: 0;
+  padding: 1px 5px;
+}
+a.badge:hover,
+a.badge:focus {
+  color: #fff;
+  text-decoration: none;
+  cursor: pointer;
+}
+.list-group-item.active > .badge,
+.nav-pills > .active > a > .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.list-group-item > .badge {
+  float: right;
+}
+.list-group-item > .badge + .badge {
+  margin-right: 5px;
+}
+.nav-pills > li > a > .badge {
+  margin-left: 3px;
+}
+.jumbotron {
+  padding-top: 30px;
+  padding-bottom: 30px;
+  margin-bottom: 30px;
+  color: inherit;
+  background-color: #eee;
+}
+.jumbotron h1,
+.jumbotron .h1 {
+  color: inherit;
+}
+.jumbotron p {
+  margin-bottom: 15px;
+  font-size: 21px;
+  font-weight: 200;
+}
+.jumbotron > hr {
+  border-top-color: #d5d5d5;
+}
+.container .jumbotron,
+.container-fluid .jumbotron {
+  border-radius: 6px;
+}
+.jumbotron .container {
+  max-width: 100%;
+}
+@media screen and (min-width: 768px) {
+  .jumbotron {
+    padding-top: 48px;
+    padding-bottom: 48px;
+  }
+  .container .jumbotron,
+  .container-fluid .jumbotron {
+    padding-right: 60px;
+    padding-left: 60px;
+  }
+  .jumbotron h1,
+  .jumbotron .h1 {
+    font-size: 63px;
+  }
+}
+.thumbnail {
+  display: block;
+  padding: 4px;
+  margin-bottom: 20px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 4px;
+  -webkit-transition: border .2s ease-in-out;
+       -o-transition: border .2s ease-in-out;
+          transition: border .2s ease-in-out;
+}
+.thumbnail > img,
+.thumbnail a > img {
+  margin-right: auto;
+  margin-left: auto;
+}
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+  border-color: #337ab7;
+}
+.thumbnail .caption {
+  padding: 9px;
+  color: #333;
+}
+.alert {
+  padding: 15px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+  border-radius: 4px;
+}
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
+}
+.alert .alert-link {
+  font-weight: bold;
+}
+.alert > p,
+.alert > ul {
+  margin-bottom: 0;
+}
+.alert > p + p {
+  margin-top: 5px;
+}
+.alert-dismissable,
+.alert-dismissible {
+  padding-right: 35px;
+}
+.alert-dismissable .close,
+.alert-dismissible .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  color: inherit;
+}
+.alert-success {
+  color: #3c763d;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+.alert-success hr {
+  border-top-color: #c9e2b3;
+}
+.alert-success .alert-link {
+  color: #2b542c;
+}
+.alert-info {
+  color: #31708f;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+.alert-info hr {
+  border-top-color: #a6e1ec;
+}
+.alert-info .alert-link {
+  color: #245269;
+}
+.alert-warning {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+}
+.alert-warning hr {
+  border-top-color: #f7e1b5;
+}
+.alert-warning .alert-link {
+  color: #66512c;
+}
+.alert-danger {
+  color: #a94442;
+  background-color: #f2dede;
+  border-color: #ebccd1;
+}
+.alert-danger hr {
+  border-top-color: #e4b9c0;
+}
+.alert-danger .alert-link {
+  color: #843534;
+}
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+@-o-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+.progress {
+  height: 20px;
+  margin-bottom: 20px;
+  overflow: hidden;
+  background-color: #f5f5f5;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
+}
+.progress-bar {
+  float: left;
+  width: 0;
+  height: 100%;
+  font-size: 12px;
+  line-height: 20px;
+  color: #fff;
+  text-align: center;
+  background-color: #337ab7;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
+  -webkit-transition: width .6s ease;
+       -o-transition: width .6s ease;
+          transition: width .6s ease;
+}
+.progress-striped .progress-bar,
+.progress-bar-striped {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  -webkit-background-size: 40px 40px;
+          background-size: 40px 40px;
+}
+.progress.active .progress-bar,
+.progress-bar.active {
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
+       -o-animation: progress-bar-stripes 2s linear infinite;
+          animation: progress-bar-stripes 2s linear infinite;
+}
+.progress-bar-success {
+  background-color: #5cb85c;
+}
+.progress-striped .progress-bar-success {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+}
+.progress-bar-info {
+  background-color: #5bc0de;
+}
+.progress-striped .progress-bar-info {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+}
+.progress-bar-warning {
+  background-color: #f0ad4e;
+}
+.progress-striped .progress-bar-warning {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+}
+.progress-bar-danger {
+  background-color: #d9534f;
+}
+.progress-striped .progress-bar-danger {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
+}
+.media {
+  margin-top: 15px;
+}
+.media:first-child {
+  margin-top: 0;
+}
+.media,
+.media-body {
+  overflow: hidden;
+  zoom: 1;
+}
+.media-body {
+  width: 10000px;
+}
+.media-object {
+  display: block;
+}
+.media-object.img-thumbnail {
+  max-width: none;
+}
+.media-right,
+.media > .pull-right {
+  padding-left: 10px;
+}
+.media-left,
+.media > .pull-left {
+  padding-right: 10px;
+}
+.media-left,
+.media-right,
+.media-body {
+  display: table-cell;
+  vertical-align: top;
+}
+.media-middle {
+  vertical-align: middle;
+}
+.media-bottom {
+  vertical-align: bottom;
+}
+.media-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+.media-list {
+  padding-left: 0;
+  list-style: none;
+}
+.list-group {
+  padding-left: 0;
+  margin-bottom: 20px;
+}
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+  margin-bottom: -1px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+}
+.list-group-item:first-child {
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
+}
+.list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px;
+}
+a.list-group-item,
+button.list-group-item {
+  color: #555;
+}
+a.list-group-item .list-group-item-heading,
+button.list-group-item .list-group-item-heading {
+  color: #333;
+}
+a.list-group-item:hover,
+button.list-group-item:hover,
+a.list-group-item:focus,
+button.list-group-item:focus {
+  color: #555;
+  text-decoration: none;
+  background-color: #f5f5f5;
+}
+button.list-group-item {
+  width: 100%;
+  text-align: left;
+}
+.list-group-item.disabled,
+.list-group-item.disabled:hover,
+.list-group-item.disabled:focus {
+  color: #777;
+  cursor: not-allowed;
+  background-color: #eee;
+}
+.list-group-item.disabled .list-group-item-heading,
+.list-group-item.disabled:hover .list-group-item-heading,
+.list-group-item.disabled:focus .list-group-item-heading {
+  color: inherit;
+}
+.list-group-item.disabled .list-group-item-text,
+.list-group-item.disabled:hover .list-group-item-text,
+.list-group-item.disabled:focus .list-group-item-text {
+  color: #777;
+}
+.list-group-item.active,
+.list-group-item.active:hover,
+.list-group-item.active:focus {
+  z-index: 2;
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.list-group-item.active .list-group-item-heading,
+.list-group-item.active:hover .list-group-item-heading,
+.list-group-item.active:focus .list-group-item-heading,
+.list-group-item.active .list-group-item-heading > small,
+.list-group-item.active:hover .list-group-item-heading > small,
+.list-group-item.active:focus .list-group-item-heading > small,
+.list-group-item.active .list-group-item-heading > .small,
+.list-group-item.active:hover .list-group-item-heading > .small,
+.list-group-item.active:focus .list-group-item-heading > .small {
+  color: inherit;
+}
+.list-group-item.active .list-group-item-text,
+.list-group-item.active:hover .list-group-item-text,
+.list-group-item.active:focus .list-group-item-text {
+  color: #c7ddef;
+}
+.list-group-item-success {
+  color: #3c763d;
+  background-color: #dff0d8;
+}
+a.list-group-item-success,
+button.list-group-item-success {
+  color: #3c763d;
+}
+a.list-group-item-success .list-group-item-heading,
+button.list-group-item-success .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-success:hover,
+button.list-group-item-success:hover,
+a.list-group-item-success:focus,
+button.list-group-item-success:focus {
+  color: #3c763d;
+  background-color: #d0e9c6;
+}
+a.list-group-item-success.active,
+button.list-group-item-success.active,
+a.list-group-item-success.active:hover,
+button.list-group-item-success.active:hover,
+a.list-group-item-success.active:focus,
+button.list-group-item-success.active:focus {
+  color: #fff;
+  background-color: #3c763d;
+  border-color: #3c763d;
+}
+.list-group-item-info {
+  color: #31708f;
+  background-color: #d9edf7;
+}
+a.list-group-item-info,
+button.list-group-item-info {
+  color: #31708f;
+}
+a.list-group-item-info .list-group-item-heading,
+button.list-group-item-info .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-info:hover,
+button.list-group-item-info:hover,
+a.list-group-item-info:focus,
+button.list-group-item-info:focus {
+  color: #31708f;
+  background-color: #c4e3f3;
+}
+a.list-group-item-info.active,
+button.list-group-item-info.active,
+a.list-group-item-info.active:hover,
+button.list-group-item-info.active:hover,
+a.list-group-item-info.active:focus,
+button.list-group-item-info.active:focus {
+  color: #fff;
+  background-color: #31708f;
+  border-color: #31708f;
+}
+.list-group-item-warning {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+}
+a.list-group-item-warning,
+button.list-group-item-warning {
+  color: #8a6d3b;
+}
+a.list-group-item-warning .list-group-item-heading,
+button.list-group-item-warning .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-warning:hover,
+button.list-group-item-warning:hover,
+a.list-group-item-warning:focus,
+button.list-group-item-warning:focus {
+  color: #8a6d3b;
+  background-color: #faf2cc;
+}
+a.list-group-item-warning.active,
+button.list-group-item-warning.active,
+a.list-group-item-warning.active:hover,
+button.list-group-item-warning.active:hover,
+a.list-group-item-warning.active:focus,
+button.list-group-item-warning.active:focus {
+  color: #fff;
+  background-color: #8a6d3b;
+  border-color: #8a6d3b;
+}
+.list-group-item-danger {
+  color: #a94442;
+  background-color: #f2dede;
+}
+a.list-group-item-danger,
+button.list-group-item-danger {
+  color: #a94442;
+}
+a.list-group-item-danger .list-group-item-heading,
+button.list-group-item-danger .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-danger:hover,
+button.list-group-item-danger:hover,
+a.list-group-item-danger:focus,
+button.list-group-item-danger:focus {
+  color: #a94442;
+  background-color: #ebcccc;
+}
+a.list-group-item-danger.active,
+button.list-group-item-danger.active,
+a.list-group-item-danger.active:hover,
+button.list-group-item-danger.active:hover,
+a.list-group-item-danger.active:focus,
+button.list-group-item-danger.active:focus {
+  color: #fff;
+  background-color: #a94442;
+  border-color: #a94442;
+}
+.list-group-item-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+.list-group-item-text {
+  margin-bottom: 0;
+  line-height: 1.3;
+}
+.panel {
+  margin-bottom: 20px;
+  background-color: #fff;
+  border: 1px solid transparent;
+  border-radius: 4px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
+          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
+}
+.panel-body {
+  padding: 15px;
+}
+.panel-heading {
+  padding: 10px 15px;
+  border-bottom: 1px solid transparent;
+  border-top-left-radius: 3px;
+  border-top-right-radius: 3px;
+}
+.panel-heading > .dropdown .dropdown-toggle {
+  color: inherit;
+}
+.panel-title {
+  margin-top: 0;
+  margin-bottom: 0;
+  font-size: 16px;
+  color: inherit;
+}
+.panel-title > a,
+.panel-title > small,
+.panel-title > .small,
+.panel-title > small > a,
+.panel-title > .small > a {
+  color: inherit;
+}
+.panel-footer {
+  padding: 10px 15px;
+  background-color: #f5f5f5;
+  border-top: 1px solid #ddd;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+.panel > .list-group,
+.panel > .panel-collapse > .list-group {
+  margin-bottom: 0;
+}
+.panel > .list-group .list-group-item,
+.panel > .panel-collapse > .list-group .list-group-item {
+  border-width: 1px 0;
+  border-radius: 0;
+}
+.panel > .list-group:first-child .list-group-item:first-child,
+.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
+  border-top: 0;
+  border-top-left-radius: 3px;
+  border-top-right-radius: 3px;
+}
+.panel > .list-group:last-child .list-group-item:last-child,
+.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
+  border-bottom: 0;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+.panel-heading + .list-group .list-group-item:first-child {
+  border-top-width: 0;
+}
+.list-group + .panel-footer {
+  border-top-width: 0;
+}
+.panel > .table,
+.panel > .table-responsive > .table,
+.panel > .panel-collapse > .table {
+  margin-bottom: 0;
+}
+.panel > .table caption,
+.panel > .table-responsive > .table caption,
+.panel > .panel-collapse > .table caption {
+  padding-right: 15px;
+  padding-left: 15px;
+}
+.panel > .table:first-child,
+.panel > .table-responsive:first-child > .table:first-child {
+  border-top-left-radius: 3px;
+  border-top-right-radius: 3px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
+  border-top-left-radius: 3px;
+  border-top-right-radius: 3px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
+  border-top-left-radius: 3px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
+  border-top-right-radius: 3px;
+}
+.panel > .table:last-child,
+.panel > .table-responsive:last-child > .table:last-child {
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
+  border-bottom-left-radius: 3px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
+  border-bottom-right-radius: 3px;
+}
+.panel > .panel-body + .table,
+.panel > .panel-body + .table-responsive,
+.panel > .table + .panel-body,
+.panel > .table-responsive + .panel-body {
+  border-top: 1px solid #ddd;
+}
+.panel > .table > tbody:first-child > tr:first-child th,
+.panel > .table > tbody:first-child > tr:first-child td {
+  border-top: 0;
+}
+.panel > .table-bordered,
+.panel > .table-responsive > .table-bordered {
+  border: 0;
+}
+.panel > .table-bordered > thead > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.panel > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-bordered > thead > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.panel > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-bordered > tfoot > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+  border-left: 0;
+}
+.panel > .table-bordered > thead > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.panel > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-bordered > thead > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.panel > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-bordered > tfoot > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+  border-right: 0;
+}
+.panel > .table-bordered > thead > tr:first-child > td,
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
+.panel > .table-bordered > tbody > tr:first-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
+.panel > .table-bordered > thead > tr:first-child > th,
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
+.panel > .table-bordered > tbody > tr:first-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
+  border-bottom: 0;
+}
+.panel > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
+  border-bottom: 0;
+}
+.panel > .table-responsive {
+  margin-bottom: 0;
+  border: 0;
+}
+.panel-group {
+  margin-bottom: 20px;
+}
+.panel-group .panel {
+  margin-bottom: 0;
+  border-radius: 4px;
+}
+.panel-group .panel + .panel {
+  margin-top: 5px;
+}
+.panel-group .panel-heading {
+  border-bottom: 0;
+}
+.panel-group .panel-heading + .panel-collapse > .panel-body,
+.panel-group .panel-heading + .panel-collapse > .list-group {
+  border-top: 1px solid #ddd;
+}
+.panel-group .panel-footer {
+  border-top: 0;
+}
+.panel-group .panel-footer + .panel-collapse .panel-body {
+  border-bottom: 1px solid #ddd;
+}
+.panel-default {
+  border-color: #ddd;
+}
+.panel-default > .panel-heading {
+  color: #333;
+  background-color: #f5f5f5;
+  border-color: #ddd;
+}
+.panel-default > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #ddd;
+}
+.panel-default > .panel-heading .badge {
+  color: #f5f5f5;
+  background-color: #333;
+}
+.panel-default > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #ddd;
+}
+.panel-primary {
+  border-color: #337ab7;
+}
+.panel-primary > .panel-heading {
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.panel-primary > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #337ab7;
+}
+.panel-primary > .panel-heading .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.panel-primary > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #337ab7;
+}
+.panel-success {
+  border-color: #d6e9c6;
+}
+.panel-success > .panel-heading {
+  color: #3c763d;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+.panel-success > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #d6e9c6;
+}
+.panel-success > .panel-heading .badge {
+  color: #dff0d8;
+  background-color: #3c763d;
+}
+.panel-success > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #d6e9c6;
+}
+.panel-info {
+  border-color: #bce8f1;
+}
+.panel-info > .panel-heading {
+  color: #31708f;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+.panel-info > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #bce8f1;
+}
+.panel-info > .panel-heading .badge {
+  color: #d9edf7;
+  background-color: #31708f;
+}
+.panel-info > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #bce8f1;
+}
+.panel-warning {
+  border-color: #faebcc;
+}
+.panel-warning > .panel-heading {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+}
+.panel-warning > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #faebcc;
+}
+.panel-warning > .panel-heading .badge {
+  color: #fcf8e3;
+  background-color: #8a6d3b;
+}
+.panel-warning > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #faebcc;
+}
+.panel-danger {
+  border-color: #ebccd1;
+}
+.panel-danger > .panel-heading {
+  color: #a94442;
+  background-color: #f2dede;
+  border-color: #ebccd1;
+}
+.panel-danger > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #ebccd1;
+}
+.panel-danger > .panel-heading .badge {
+  color: #f2dede;
+  background-color: #a94442;
+}
+.panel-danger > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #ebccd1;
+}
+.embed-responsive {
+  position: relative;
+  display: block;
+  height: 0;
+  padding: 0;
+  overflow: hidden;
+}
+.embed-responsive .embed-responsive-item,
+.embed-responsive iframe,
+.embed-responsive embed,
+.embed-responsive object,
+.embed-responsive video {
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  border: 0;
+}
+.embed-responsive-16by9 {
+  padding-bottom: 56.25%;
+}
+.embed-responsive-4by3 {
+  padding-bottom: 75%;
+}
+.well {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #e3e3e3;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
+}
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, .15);
+}
+.well-lg {
+  padding: 24px;
+  border-radius: 6px;
+}
+.well-sm {
+  padding: 9px;
+  border-radius: 3px;
+}
+.close {
+  float: right;
+  font-size: 21px;
+  font-weight: bold;
+  line-height: 1;
+  color: #000;
+  text-shadow: 0 1px 0 #fff;
+  filter: alpha(opacity=20);
+  opacity: .2;
+}
+.close:hover,
+.close:focus {
+  color: #000;
+  text-decoration: none;
+  cursor: pointer;
+  filter: alpha(opacity=50);
+  opacity: .5;
+}
+button.close {
+  -webkit-appearance: none;
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+}
+.modal-open {
+  overflow: hidden;
+}
+.modal {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1050;
+  display: none;
+  overflow: hidden;
+  -webkit-overflow-scrolling: touch;
+  outline: 0;
+}
+.modal.fade .modal-dialog {
+  -webkit-transition: -webkit-transform .3s ease-out;
+       -o-transition:      -o-transform .3s ease-out;
+          transition:         transform .3s ease-out;
+  -webkit-transform: translate(0, -25%);
+      -ms-transform: translate(0, -25%);
+       -o-transform: translate(0, -25%);
+          transform: translate(0, -25%);
+}
+.modal.in .modal-dialog {
+  -webkit-transform: translate(0, 0);
+      -ms-transform: translate(0, 0);
+       -o-transform: translate(0, 0);
+          transform: translate(0, 0);
+}
+.modal-open .modal {
+  overflow-x: hidden;
+  overflow-y: auto;
+}
+.modal-dialog {
+  position: relative;
+  width: auto;
+  margin: 10px;
+}
+.modal-content {
+  position: relative;
+  background-color: #fff;
+  -webkit-background-clip: padding-box;
+          background-clip: padding-box;
+  border: 1px solid #999;
+  border: 1px solid rgba(0, 0, 0, .2);
+  border-radius: 6px;
+  outline: 0;
+  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
+          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
+}
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1040;
+  background-color: #000;
+}
+.modal-backdrop.fade {
+  filter: alpha(opacity=0);
+  opacity: 0;
+}
+.modal-backdrop.in {
+  filter: alpha(opacity=50);
+  opacity: .5;
+}
+.modal-header {
+  min-height: 16.42857143px;
+  padding: 15px;
+  border-bottom: 1px solid #e5e5e5;
+}
+.modal-header .close {
+  margin-top: -2px;
+}
+.modal-title {
+  margin: 0;
+  line-height: 1.42857143;
+}
+.modal-body {
+  position: relative;
+  padding: 15px;
+}
+.modal-footer {
+  padding: 15px;
+  text-align: right;
+  border-top: 1px solid #e5e5e5;
+}
+.modal-footer .btn + .btn {
+  margin-bottom: 0;
+  margin-left: 5px;
+}
+.modal-footer .btn-group .btn + .btn {
+  margin-left: -1px;
+}
+.modal-footer .btn-block + .btn-block {
+  margin-left: 0;
+}
+.modal-scrollbar-measure {
+  position: absolute;
+  top: -9999px;
+  width: 50px;
+  height: 50px;
+  overflow: scroll;
+}
+@media (min-width: 768px) {
+  .modal-dialog {
+    width: 600px;
+    margin: 30px auto;
+  }
+  .modal-content {
+    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
+            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
+  }
+  .modal-sm {
+    width: 300px;
+  }
+}
+@media (min-width: 992px) {
+  .modal-lg {
+    width: 900px;
+  }
+}
+.tooltip {
+  position: absolute;
+  z-index: 1070;
+  display: block;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 12px;
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1.42857143;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  letter-spacing: normal;
+  word-break: normal;
+  word-spacing: normal;
+  word-wrap: normal;
+  white-space: normal;
+  filter: alpha(opacity=0);
+  opacity: 0;
+
+  line-break: auto;
+}
+.tooltip.in {
+  filter: alpha(opacity=90);
+  opacity: .9;
+}
+.tooltip.top {
+  padding: 5px 0;
+  margin-top: -3px;
+}
+.tooltip.right {
+  padding: 0 5px;
+  margin-left: 3px;
+}
+.tooltip.bottom {
+  padding: 5px 0;
+  margin-top: 3px;
+}
+.tooltip.left {
+  padding: 0 5px;
+  margin-left: -3px;
+}
+.tooltip-inner {
+  max-width: 200px;
+  padding: 3px 8px;
+  color: #fff;
+  text-align: center;
+  background-color: #000;
+  border-radius: 4px;
+}
+.tooltip-arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+.tooltip.top .tooltip-arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.top-left .tooltip-arrow {
+  right: 5px;
+  bottom: 0;
+  margin-bottom: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.top-right .tooltip-arrow {
+  bottom: 0;
+  left: 5px;
+  margin-bottom: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.right .tooltip-arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-width: 5px 5px 5px 0;
+  border-right-color: #000;
+}
+.tooltip.left .tooltip-arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-width: 5px 0 5px 5px;
+  border-left-color: #000;
+}
+.tooltip.bottom .tooltip-arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.tooltip.bottom-left .tooltip-arrow {
+  top: 0;
+  right: 5px;
+  margin-top: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.tooltip.bottom-right .tooltip-arrow {
+  top: 0;
+  left: 5px;
+  margin-top: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1060;
+  display: none;
+  max-width: 276px;
+  padding: 1px;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1.42857143;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  letter-spacing: normal;
+  word-break: normal;
+  word-spacing: normal;
+  word-wrap: normal;
+  white-space: normal;
+  background-color: #fff;
+  -webkit-background-clip: padding-box;
+          background-clip: padding-box;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, .2);
+  border-radius: 6px;
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
+          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
+
+  line-break: auto;
+}
+.popover.top {
+  margin-top: -10px;
+}
+.popover.right {
+  margin-left: 10px;
+}
+.popover.bottom {
+  margin-top: 10px;
+}
+.popover.left {
+  margin-left: -10px;
+}
+.popover-title {
+  padding: 8px 14px;
+  margin: 0;
+  font-size: 14px;
+  background-color: #f7f7f7;
+  border-bottom: 1px solid #ebebeb;
+  border-radius: 5px 5px 0 0;
+}
+.popover-content {
+  padding: 9px 14px;
+}
+.popover > .arrow,
+.popover > .arrow:after {
+  position: absolute;
+  display: block;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+.popover > .arrow {
+  border-width: 11px;
+}
+.popover > .arrow:after {
+  content: "";
+  border-width: 10px;
+}
+.popover.top > .arrow {
+  bottom: -11px;
+  left: 50%;
+  margin-left: -11px;
+  border-top-color: #999;
+  border-top-color: rgba(0, 0, 0, .25);
+  border-bottom-width: 0;
+}
+.popover.top > .arrow:after {
+  bottom: 1px;
+  margin-left: -10px;
+  content: " ";
+  border-top-color: #fff;
+  border-bottom-width: 0;
+}
+.popover.right > .arrow {
+  top: 50%;
+  left: -11px;
+  margin-top: -11px;
+  border-right-color: #999;
+  border-right-color: rgba(0, 0, 0, .25);
+  border-left-width: 0;
+}
+.popover.right > .arrow:after {
+  bottom: -10px;
+  left: 1px;
+  content: " ";
+  border-right-color: #fff;
+  border-left-width: 0;
+}
+.popover.bottom > .arrow {
+  top: -11px;
+  left: 50%;
+  margin-left: -11px;
+  border-top-width: 0;
+  border-bottom-color: #999;
+  border-bottom-color: rgba(0, 0, 0, .25);
+}
+.popover.bottom > .arrow:after {
+  top: 1px;
+  margin-left: -10px;
+  content: " ";
+  border-top-width: 0;
+  border-bottom-color: #fff;
+}
+.popover.left > .arrow {
+  top: 50%;
+  right: -11px;
+  margin-top: -11px;
+  border-right-width: 0;
+  border-left-color: #999;
+  border-left-color: rgba(0, 0, 0, .25);
+}
+.popover.left > .arrow:after {
+  right: 1px;
+  bottom: -10px;
+  content: " ";
+  border-right-width: 0;
+  border-left-color: #fff;
+}
+.carousel {
+  position: relative;
+}
+.carousel-inner {
+  position: relative;
+  width: 100%;
+  overflow: hidden;
+}
+.carousel-inner > .item {
+  position: relative;
+  display: none;
+  -webkit-transition: .6s ease-in-out left;
+       -o-transition: .6s ease-in-out left;
+          transition: .6s ease-in-out left;
+}
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  line-height: 1;
+}
+@media all and (transform-3d), (-webkit-transform-3d) {
+  .carousel-inner > .item {
+    -webkit-transition: -webkit-transform .6s ease-in-out;
+         -o-transition:      -o-transform .6s ease-in-out;
+            transition:         transform .6s ease-in-out;
+
+    -webkit-backface-visibility: hidden;
+            backface-visibility: hidden;
+    -webkit-perspective: 1000px;
+            perspective: 1000px;
+  }
+  .carousel-inner > .item.next,
+  .carousel-inner > .item.active.right {
+    left: 0;
+    -webkit-transform: translate3d(100%, 0, 0);
+            transform: translate3d(100%, 0, 0);
+  }
+  .carousel-inner > .item.prev,
+  .carousel-inner > .item.active.left {
+    left: 0;
+    -webkit-transform: translate3d(-100%, 0, 0);
+            transform: translate3d(-100%, 0, 0);
+  }
+  .carousel-inner > .item.next.left,
+  .carousel-inner > .item.prev.right,
+  .carousel-inner > .item.active {
+    left: 0;
+    -webkit-transform: translate3d(0, 0, 0);
+            transform: translate3d(0, 0, 0);
+  }
+}
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  display: block;
+}
+.carousel-inner > .active {
+  left: 0;
+}
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  position: absolute;
+  top: 0;
+  width: 100%;
+}
+.carousel-inner > .next {
+  left: 100%;
+}
+.carousel-inner > .prev {
+  left: -100%;
+}
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+  left: 0;
+}
+.carousel-inner > .active.left {
+  left: -100%;
+}
+.carousel-inner > .active.right {
+  left: 100%;
+}
+.carousel-control {
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  width: 15%;
+  font-size: 20px;
+  color: #fff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
+  filter: alpha(opacity=50);
+  opacity: .5;
+}
+.carousel-control.left {
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
+  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
+  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
+  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+  background-repeat: repeat-x;
+}
+.carousel-control.right {
+  right: 0;
+  left: auto;
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
+  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
+  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
+  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+  background-repeat: repeat-x;
+}
+.carousel-control:hover,
+.carousel-control:focus {
+  color: #fff;
+  text-decoration: none;
+  filter: alpha(opacity=90);
+  outline: 0;
+  opacity: .9;
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-left,
+.carousel-control .glyphicon-chevron-right {
+  position: absolute;
+  top: 50%;
+  z-index: 5;
+  display: inline-block;
+  margin-top: -10px;
+}
+.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+  left: 50%;
+  margin-left: -10px;
+}
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+  right: 50%;
+  margin-right: -10px;
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+  width: 20px;
+  height: 20px;
+  font-family: serif;
+  line-height: 1;
+}
+.carousel-control .icon-prev:before {
+  content: '\2039';
+}
+.carousel-control .icon-next:before {
+  content: '\203a';
+}
+.carousel-indicators {
+  position: absolute;
+  bottom: 10px;
+  left: 50%;
+  z-index: 15;
+  width: 60%;
+  padding-left: 0;
+  margin-left: -30%;
+  text-align: center;
+  list-style: none;
+}
+.carousel-indicators li {
+  display: inline-block;
+  width: 10px;
+  height: 10px;
+  margin: 1px;
+  text-indent: -999px;
+  cursor: pointer;
+  background-color: #000 \9;
+  background-color: rgba(0, 0, 0, 0);
+  border: 1px solid #fff;
+  border-radius: 10px;
+}
+.carousel-indicators .active {
+  width: 12px;
+  height: 12px;
+  margin: 0;
+  background-color: #fff;
+}
+.carousel-caption {
+  position: absolute;
+  right: 15%;
+  bottom: 20px;
+  left: 15%;
+  z-index: 10;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  color: #fff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
+}
+.carousel-caption .btn {
+  text-shadow: none;
+}
+@media screen and (min-width: 768px) {
+  .carousel-control .glyphicon-chevron-left,
+  .carousel-control .glyphicon-chevron-right,
+  .carousel-control .icon-prev,
+  .carousel-control .icon-next {
+    width: 30px;
+    height: 30px;
+    margin-top: -15px;
+    font-size: 30px;
+  }
+  .carousel-control .glyphicon-chevron-left,
+  .carousel-control .icon-prev {
+    margin-left: -15px;
+  }
+  .carousel-control .glyphicon-chevron-right,
+  .carousel-control .icon-next {
+    margin-right: -15px;
+  }
+  .carousel-caption {
+    right: 20%;
+    left: 20%;
+    padding-bottom: 30px;
+  }
+  .carousel-indicators {
+    bottom: 20px;
+  }
+}
+.clearfix:before,
+.clearfix:after,
+.dl-horizontal dd:before,
+.dl-horizontal dd:after,
+.container:before,
+.container:after,
+.container-fluid:before,
+.container-fluid:after,
+.row:before,
+.row:after,
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after,
+.btn-toolbar:before,
+.btn-toolbar:after,
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after,
+.nav:before,
+.nav:after,
+.navbar:before,
+.navbar:after,
+.navbar-header:before,
+.navbar-header:after,
+.navbar-collapse:before,
+.navbar-collapse:after,
+.pager:before,
+.pager:after,
+.panel-body:before,
+.panel-body:after,
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
+}
+.clearfix:after,
+.dl-horizontal dd:after,
+.container:after,
+.container-fluid:after,
+.row:after,
+.form-horizontal .form-group:after,
+.btn-toolbar:after,
+.btn-group-vertical > .btn-group:after,
+.nav:after,
+.navbar:after,
+.navbar-header:after,
+.navbar-collapse:after,
+.pager:after,
+.panel-body:after,
+.modal-footer:after {
+  clear: both;
+}
+.center-block {
+  display: block;
+  margin-right: auto;
+  margin-left: auto;
+}
+.pull-right {
+  float: right !important;
+}
+.pull-left {
+  float: left !important;
+}
+.hide {
+  display: none !important;
+}
+.show {
+  display: block !important;
+}
+.invisible {
+  visibility: hidden;
+}
+.text-hide {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+.hidden {
+  display: none !important;
+}
+.affix {
+  position: fixed;
+}
+@-ms-viewport {
+  width: device-width;
+}
+.visible-xs,
+.visible-sm,
+.visible-md,
+.visible-lg {
+  display: none !important;
+}
+.visible-xs-block,
+.visible-xs-inline,
+.visible-xs-inline-block,
+.visible-sm-block,
+.visible-sm-inline,
+.visible-sm-inline-block,
+.visible-md-block,
+.visible-md-inline,
+.visible-md-inline-block,
+.visible-lg-block,
+.visible-lg-inline,
+.visible-lg-inline-block {
+  display: none !important;
+}
+@media (max-width: 767px) {
+  .visible-xs {
+    display: block !important;
+  }
+  table.visible-xs {
+    display: table !important;
+  }
+  tr.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-xs,
+  td.visible-xs {
+    display: table-cell !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-block {
+    display: block !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline {
+    display: inline !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm {
+    display: block !important;
+  }
+  table.visible-sm {
+    display: table !important;
+  }
+  tr.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-sm,
+  td.visible-sm {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-block {
+    display: block !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md {
+    display: block !important;
+  }
+  table.visible-md {
+    display: table !important;
+  }
+  tr.visible-md {
+    display: table-row !important;
+  }
+  th.visible-md,
+  td.visible-md {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-block {
+    display: block !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg {
+    display: block !important;
+  }
+  table.visible-lg {
+    display: table !important;
+  }
+  tr.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-lg,
+  td.visible-lg {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-block {
+    display: block !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (max-width: 767px) {
+  .hidden-xs {
+    display: none !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-sm {
+    display: none !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-md {
+    display: none !important;
+  }
+}
+@media (min-width: 1200px) {
+  .hidden-lg {
+    display: none !important;
+  }
+}
+.visible-print {
+  display: none !important;
+}
+@media print {
+  .visible-print {
+    display: block !important;
+  }
+  table.visible-print {
+    display: table !important;
+  }
+  tr.visible-print {
+    display: table-row !important;
+  }
+  th.visible-print,
+  td.visible-print {
+    display: table-cell !important;
+  }
+}
+.visible-print-block {
+  display: none !important;
+}
+@media print {
+  .visible-print-block {
+    display: block !important;
+  }
+}
+.visible-print-inline {
+  display: none !important;
+}
+@media print {
+  .visible-print-inline {
+    display: inline !important;
+  }
+}
+.visible-print-inline-block {
+  display: none !important;
+}
+@media print {
+  .visible-print-inline-block {
+    display: inline-block !important;
+  }
+}
+@media print {
+  .hidden-print {
+    display: none !important;
+  }
+}
+/*# sourceMappingURL=bootstrap.css.map */

ファイルの差分が大きいため隠しています
+ 0 - 0
css/bootstrap.css.map


ファイルの差分が大きいため隠しています
+ 4 - 0
css/bootstrap.min.css


+ 113 - 0
css/hack.css

@@ -0,0 +1,113 @@
+
+@font-face {
+    font-family: 'hackbold';
+    src: url('../fonts/hack-bold-webfont.eot');
+    src: url('../fonts/hack-bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/hack-bold-webfont.woff2') format('woff2'),
+         url('../fonts/hack-bold-webfont.woff') format('woff'),
+         url('../fonts/hack-bold-webfont.svg#hackbold') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'hackbold_oblique';
+    src: url('../fonts/hack-boldoblique-webfont.eot');
+    src: url('../fonts/hack-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/hack-boldoblique-webfont.woff2') format('woff2'),
+         url('../fonts/hack-boldoblique-webfont.woff') format('woff'),
+         url('../fonts/hack-boldoblique-webfont.svg#hackbold_oblique') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'hackregular';
+    src: url('../fonts/hack-regular-webfont.eot');
+    src: url('../fonts/hack-regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/hack-regular-webfont.woff2') format('woff2'),
+         url('../fonts/hack-regular-webfont.woff') format('woff'),
+         url('../fonts/hack-regular-webfont.svg#hackregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'hackoblique';
+    src: url('../fonts/hack-regularoblique-webfont.eot');
+    src: url('../fonts/hack-regularoblique-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/hack-regularoblique-webfont.woff2') format('woff2'),
+         url('../fonts/hack-regularoblique-webfont.woff') format('woff'),
+         url('../fonts/hack-regularoblique-webfont.svg#hackoblique') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+.specimen-regular { font-family: 'hackregular'; }
+.specimen-oblique { font-family: 'hackoblique'; }
+.specimen-bold { font-family: 'hackbold'; }
+.specimen-boldoblique { font-family: 'hackbold_oblique'; }
+
+
+.huge {
+	font-size: 300px;
+	line-height: 1em;
+	padding: 0;
+	letter-spacing: -.02em;
+	overflow: hidden;
+}
+
+.section-header { border-bottom: solid 1px #e5e5e5; margin-bottom: 25px;}
+
+.space-above { margin-top: 75px; !important }
+
+
+.sample_table td {
+	padding-top: 3px;
+	padding-bottom:5px;
+	padding-left: 5px;
+	vertical-align: middle;
+	line-height: 1.2em;
+}
+
+.sample_table td:first-child {
+	background-color: #eee;
+	text-align: right;
+	padding-right: 5px;
+	padding-left: 0;
+	padding: 5px;
+	font: 11px/12px "Courier New", Courier, mono;
+}
+
+
+.size8{ font-size: 8px;}
+.size9{ font-size: 9px; }
+.size10{ font-size: 10px; }
+.size11{ font-size: 11px; }
+.size12{ font-size: 12px; }
+.size13{ font-size: 13px; }
+.size14{ font-size: 14px; }
+.size16{ font-size: 16px; }
+.size18{ font-size: 18px; }
+.size20{ font-size: 20px; }
+.size24{ font-size: 24px; }
+.size30{ font-size: 30px; }
+.size36{ font-size: 36px; }
+.size48{ font-size: 48px; }
+.size60{ font-size: 60px; }
+.size72{ font-size: 72px; }
+.size90{ font-size: 90px; }
+

+ 247 - 0
font-specimen.html

@@ -0,0 +1,247 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="favicon.ico">
+
+    <title>Hack Font Specimen</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Hack CSS -->
+    <link href="css/hack.css" rel="stylesheet">
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+</head>
+
+<body>
+    <div class="container">
+
+        <div class="page-header">
+            <h1>Hack v1.0.1</h1>
+            <p class="lead">Specimen for the Hack typeface</p>
+        </div>
+
+        <div class="huge specimen-regular">AaBb</div>
+
+        <h2 class="section-header">Hack Regular</h2>
+        <div class="specimen-regular size36">
+            <p>abcdefghijklmnopqrstuvwxyz 12345</p>
+            <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ 67890</p>
+            <p>{}[]()&lt;&gt;$*-+=/#_%^@\&amp;|~?&#39;&quot;`!,.;:</p>
+        </div>
+
+        <div class="space-above"></div>
+        <h2 class="section-header">Hack Regular Oblique</h2>
+        <div class="specimen-oblique size36">
+            <p>abcdefghijklmnopqrstuvwxyz 12345</p>
+            <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ 67890</p>
+            <p>{}[]()&lt;&gt;$*-+=/#_%^@\&amp;|~?&#39;&quot;`!,.;:</p>
+        </div>
+
+        <div class="space-above"></div>
+        <h2 class="section-header">Hack Bold</h2>
+        <div class="specimen-bold size36">
+            <p>abcdefghijklmnopqrstuvwxyz 12345</p>
+            <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ 67890</p>
+            <p>{}[]()&lt;&gt;$*-+=/#_%^@\&amp;|~?&#39;&quot;`!,.;:</p>
+        </div>
+
+        <div class="space-above"></div>
+        <h2 class="section-header">Hack Bold Oblique</h2>
+        <div class="specimen-boldoblique size36">
+            <p>abcdefghijklmnopqrstuvwxyz 12345</p>
+            <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ 67890</p>
+            <p>{}[]()&lt;&gt;$*-+=/#_%^@\&amp;|~?&#39;&quot;`!,.;:</p>
+        </div>
+
+        <div class="space-above"></div>
+        <h2 class="section-header">Sizes</h2>
+        <div class="specimen-regular">
+            <table class="sample_table">
+                <tr>
+                    <td>8</td>
+                    <td class="size8">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890</td>
+                </tr>
+                <tr>
+                    <td>9</td>
+                    <td class="size9">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890</td>
+                </tr>
+                <tr>
+                    <td>10</td>
+                    <td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890</td>
+                </tr>
+                <tr>
+                    <td>11</td>
+                    <td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890</td>
+                </tr>
+                <tr>
+                    <td>12</td>
+                    <td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>13</td>
+                    <td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>14</td>
+                    <td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>16</td>
+                    <td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890</td>
+                </tr>
+                <tr>
+                    <td>18</td>
+                    <td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>20</td>
+                    <td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>24</td>
+                    <td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>30</td>
+                    <td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>36</td>
+                    <td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>48</td>
+                    <td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>60</td>
+                    <td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>72</td>
+                    <td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+                <tr>
+                    <td>90</td>
+                    <td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+                </tr>
+            </table>
+        </div>
+
+
+
+        <div class="space-above"></div>
+        <h2 class="section-header">Test Source x Size</h2>
+        <h3>8 pixels</h3>
+        <pre class="size8"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>9 pixels</h3>
+        <pre class="size9"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>10 pixels</h3>
+        <pre class="size10"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>11 pixels</h3>
+        <pre class="size11"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>12 pixels</h3>
+        <pre class="size12"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>13 pixels</h3>
+        <pre class="size13"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>14 pixels</h3>
+        <pre class="size14"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+        <h3>16 pixels</h3>
+        <pre class="size16"><code class="specimen-regular">//  The five boxing wizards jump
+#include &lt;stdio.h&gt; // &lt;= quickly.
+int main(int argc, char **argv) {
+  float il1[]={1-2/3.4,5+6==7/8};
+  int OxFaced=0xBAD||&quot;[{(CQUINE&quot;;
+  unsigned O0,l1,Z2,S5,G6,B8__XY;
+  printf(&quot;@$Hamburgefo%c`&quot;,&#39;\n&#39;);
+  return ~7&amp;8^9?0:l1|!&quot;j-&gt;k+=*w&quot;;
+}</code></pre>
+
+
+
+
+
+
+
+    </div>
+    <!-- /container -->
+
+</body>
+
+</html>

BIN
fonts/glyphicons-halflings-regular.eot


+ 288 - 0
fonts/glyphicons-halflings-regular.svg

@@ -0,0 +1,288 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata></metadata>
+<defs>
+<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
+<font-face units-per-em="1200" ascent="960" descent="-240" />
+<missing-glyph horiz-adv-x="500" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="400" />
+<glyph unicode=" " />
+<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" />
+<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" />
+<glyph unicode="&#xa0;" />
+<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" />
+<glyph unicode="&#x2000;" horiz-adv-x="650" />
+<glyph unicode="&#x2001;" horiz-adv-x="1300" />
+<glyph unicode="&#x2002;" horiz-adv-x="650" />
+<glyph unicode="&#x2003;" horiz-adv-x="1300" />
+<glyph unicode="&#x2004;" horiz-adv-x="433" />
+<glyph unicode="&#x2005;" horiz-adv-x="325" />
+<glyph unicode="&#x2006;" horiz-adv-x="216" />
+<glyph unicode="&#x2007;" horiz-adv-x="216" />
+<glyph unicode="&#x2008;" horiz-adv-x="162" />
+<glyph unicode="&#x2009;" horiz-adv-x="260" />
+<glyph unicode="&#x200a;" horiz-adv-x="72" />
+<glyph unicode="&#x202f;" horiz-adv-x="260" />
+<glyph unicode="&#x205f;" horiz-adv-x="325" />
+<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" />
+<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" />
+<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" />
+<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" />
+<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
+<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" />
+<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 " />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
+<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" />
+<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 " />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
+<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
+<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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 " />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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 " />
+<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 " />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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 " />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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 " />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+<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" />
+</font>
+</defs></svg> 

BIN
fonts/glyphicons-halflings-regular.ttf


BIN
fonts/glyphicons-halflings-regular.woff


BIN
fonts/glyphicons-halflings-regular.woff2


BIN
fonts/hack-bold-webfont.eot


+ 241 - 0
fonts/hack-bold-webfont.svg

@@ -0,0 +1,241 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata></metadata>
+<defs>
+<font id="hackbold" horiz-adv-x="1233" >
+<font-face units-per-em="2048" ascent="1556" descent="-492" />
+<missing-glyph horiz-adv-x="500" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" />
+<glyph unicode=" " />
+<glyph unicode="!" d="M464 113q0 70 43 114q9 9 18 16.5t19.5 12.5t22 8.5t23.5 5.5t25 2q65 0 108 -44t43 -115q0 -24 -4.5 -44.5t-14.5 -39t-24 -32.5q-21 -22 -48.5 -33.5t-59.5 -11.5q-65 0 -108 44.5t-43 116.5zM470 1052v456h285v-456l-68 -576h-139z" />
+<glyph unicode="&#x22;" d="M231 938v555h256v-555h-256zM743 938v555h256v-555h-256z" />
+<glyph unicode="#" d="M2 373v215h260l74 293h-219v215h274l94 374h222l-95 -374h203l94 374h224l-97 -374h193v-215h-246l-74 -293h205v-215h-258l-94 -373h-221l94 373h-205l-94 -373h-221l94 373h-207zM483 588h205l74 293h-205z" />
+<glyph unicode="$" d="M164 942q0 167 102 266t287 111v237h141l1 -237q71 -4 147.5 -18t156.5 -39v-256q-62 40 -138 64t-167 30v-307q197 -31 297.5 -134.5t100.5 -275.5q0 -164 -108.5 -269t-288.5 -114l-1 -301h-141l-1 301q-87 3 -182 26t-198 66v262q103 -61 199.5 -94t181.5 -34v329 q-197 39 -293 134.5t-96 252.5zM428 967q0 -57 31.5 -95t93.5 -55v283q-62 -8 -93.5 -41.5t-31.5 -91.5zM694 226q63 9 98 48.5t35 100.5q0 62 -34.5 101.5t-98.5 51.5v-302z" />
+<glyph unicode="%" d="M33 1112q0 134 93 227t226 93t226.5 -93.5t93.5 -226.5t-93.5 -226t-226.5 -93t-226 92.5t-93 226.5zM48 561l1143 436v-114l-1139 -432zM215 1112q0 -58 40 -97.5t97 -39.5q58 0 97.5 39.5t39.5 97.5q0 57 -40 97t-97 40t-97 -39.5t-40 -97.5zM580 319q0 134 92.5 227 t226.5 93q132 0 226 -93.5t94 -226.5q0 -132 -94 -225.5t-226 -93.5q-134 0 -226.5 92.5t-92.5 226.5zM762 319q0 -58 39 -97.5t96 -39.5q58 0 98.5 40t40.5 97t-41 97.5t-98 40.5q-56 0 -95.5 -40t-39.5 -98z" />
+<glyph unicode="&#x26;" d="M37 442q0 145 70.5 264t209.5 207q-50 78 -74 144.5t-24 126.5q0 162 109 249t315 87q73 0 143 -11t138 -32v-256q-64 36 -129.5 54.5t-130.5 18.5q-80 0 -121 -28t-41 -82q0 -36 30.5 -99t98.5 -165l313 -480q21 38 32 87t11 106q0 30 -2 58.5t-6 53.5h235v-51 q0 -145 -34 -253.5t-107 -194.5l162 -246h-317l-48 72q-75 -50 -159.5 -75.5t-171.5 -25.5q-224 0 -363 131t-139 340zM307 496q0 -122 78.5 -205.5t192.5 -83.5q28 0 57.5 6.5t57.5 18.5l8 4q29 14 47 26l-308 469q-66 -43 -99.5 -102.5t-33.5 -132.5z" />
+<glyph unicode="'" d="M487 938v555h256v-555h-256z" />
+<glyph unicode="(" d="M383 643q0 232 77.5 457.5t235.5 453.5h228q-132 -239 -196 -463t-64 -448q0 -222 64 -447.5t196 -465.5h-228q-159 231 -236 455.5t-77 457.5z" />
+<glyph unicode=")" d="M309 -270q132 240 196 465.5t64 447.5q0 224 -64 448t-196 463h228q158 -228 235.5 -453.5t77.5 -457.5q0 -233 -77 -457.5t-236 -455.5h-228z" />
+<glyph unicode="*" d="M97 1081l51 148l369 -120l19 416h156l19 -416l369 120l51 -148l-358 -155l239 -366l-133 -95l-265 350l-265 -350l-133 95l239 366z" />
+<glyph unicode="+" d="M66 524v238h432v430h237v-430h430v-238h-430v-432h-237v432h-432z" />
+<glyph unicode="," d="M380 -275l14 6q225 102 242 303q-13 -2 -22 -2q-74 0 -122 43q-49 43 -49 122q0 25 6 47t17 41t28 34q25 22 56 34q31 11 68 11q31 0 58 -8t50 -25q22 -17 38 -42q25 -36 37 -85t12 -111q0 -88 -24 -164t-71 -140q-95 -127 -267 -190l-13 -5z" />
+<glyph unicode="-" d="M301 455v291h631v-291h-631z" />
+<glyph unicode="." d="M436 141q0 82 51.5 133.5t125.5 51.5t125.5 -51.5t51.5 -133.5q0 -80 -51.5 -131.5t-125.5 -51.5t-125.5 51.5t-51.5 131.5z" />
+<glyph unicode="/" d="M113 -190l786 1683h221l-786 -1683h-221z" />
+<glyph unicode="0" d="M123 745q0 388 123 581.5t370 193.5q248 0 371 -193t123 -582q0 -388 -123 -581t-371 -193q-247 0 -370 193.5t-123 580.5zM420 745q0 -274 47 -399t149 -125q103 0 150 125t47 399q0 275 -47 400t-150 125q-102 0 -149 -125t-47 -400zM536 746q0 53 16 164.5t68 111.5 q53 0 71.5 -107t18.5 -160q0 -52 -18.5 -167.5t-71.5 -115.5q-52 0 -68 110.5t-16 163.5z" />
+<glyph unicode="1" d="M188 0v260h330v969l-307 -76v266l309 74h285v-1233h330v-260h-947z" />
+<glyph unicode="2" d="M115 0v252l160 170q285 303 346 373q75 86 108 152.5t33 131.5q0 100 -60.5 154.5t-171.5 54.5q-79 0 -177.5 -31.5t-205.5 -91.5v275q107 39 209.5 59.5t196.5 20.5q237 0 372.5 -110.5t135.5 -301.5q0 -88 -29.5 -165t-101.5 -171q-53 -68 -291 -306 q-129 -129 -205 -206h629v-260h-948z" />
+<glyph unicode="3" d="M125 45v274q94 -47 203 -71.5t229 -24.5t190 55.5t70 149.5q0 115 -70 177.5t-198 62.5h-158v260h158q110 0 170.5 43.5t60.5 122.5q0 83 -60.5 129.5t-170.5 46.5q-84 0 -180 -21t-199 -61v268q103 31 203 47.5t192 16.5q236 0 368 -103t132 -284q0 -133 -76 -217.5 t-217 -110.5q160 -28 244 -127.5t84 -261.5q0 -217 -139 -331t-404 -114q-113 0 -222.5 19t-209.5 55z" />
+<glyph unicode="4" d="M102 322v286l566 885h309v-918h164v-253h-164v-322h-283v322h-592zM317 575h377v590z" />
+<glyph unicode="5" d="M143 35v266q83 -41 170.5 -61.5t175.5 -20.5q156 0 237 66.5t81 193.5q0 117 -80.5 187.5t-214.5 70.5q-79 0 -158.5 -19.5t-160.5 -58.5v834h811v-260h-572v-277q36 14 77 20.5t87 6.5q222 0 360 -140t138 -364q0 -235 -149.5 -371.5t-407.5 -136.5q-96 0 -194 16 t-200 48z" />
+<glyph unicode="6" d="M131 743q0 388 151 581.5t453 193.5q70 0 144.5 -15t150.5 -45v-268q-79 45 -151.5 67.5t-139.5 22.5q-160 0 -243.5 -107.5t-87.5 -317.5q47 65 120 97.5t172 32.5q202 0 312 -127.5t110 -361.5q0 -251 -123.5 -389t-347.5 -138q-273 0 -396.5 183t-123.5 591zM446 477 q0 -131 50.5 -200.5t146.5 -69.5t147.5 69.5t51.5 200.5t-51.5 201t-147.5 70t-146.5 -69.5t-50.5 -201.5z" />
+<glyph unicode="7" d="M135 1233v260h944v-209l-506 -1284h-301l486 1233h-623z" />
+<glyph unicode="8" d="M129 420q0 138 71 236t197 135q-113 39 -172 122.5t-59 204.5q0 186 121 294t329 108q209 0 330 -108t121 -294q0 -120 -58 -203.5t-169 -123.5q124 -38 194 -136t70 -235q0 -215 -127 -332t-361 -117q-233 0 -360 117t-127 332zM395 438q0 -103 61 -166t160 -63 t160.5 64t61.5 165q0 103 -61 165.5t-161 62.5q-99 0 -160 -62.5t-61 -165.5zM428 1094q0 -88 50.5 -139.5t137.5 -51.5q88 0 138.5 51.5t50.5 139.5q0 87 -50.5 137.5t-138.5 50.5q-86 0 -137 -51t-51 -137z" />
+<glyph unicode="9" d="M111 983q0 250 123 387t348 137q273 0 396.5 -182.5t123.5 -589.5q0 -387 -151 -580.5t-453 -193.5q-70 0 -144.5 15t-150.5 44v269q79 -46 151.5 -68t139.5 -22q159 0 242.5 106.5t88.5 318.5q-47 -65 -120 -97.5t-173 -32.5q-201 0 -311 127.5t-110 361.5zM391 1012 q0 -131 51.5 -201t147.5 -70q95 0 145.5 69.5t50.5 201.5q0 131 -50.5 200.5t-145.5 69.5q-96 0 -147.5 -69.5t-51.5 -200.5z" />
+<glyph unicode=":" d="M443 168q0 82 51.5 133.5t125.5 51.5t125.5 -51.5t51.5 -133.5q0 -80 -51.5 -131.5t-125.5 -51.5t-125.5 51.5t-51.5 131.5zM443 886q0 80 51.5 131.5t125.5 51.5t125.5 -51.5t51.5 -131.5q0 -82 -51.5 -133.5t-125.5 -51.5t-125.5 51.5t-51.5 133.5z" />
+<glyph unicode=";" d="M384 -312l14 6q114 51 174 126.5t68 176.5q-7 -1 -12 -1.5t-10 -0.5q-74 0 -122 43q-49 43 -49 122q0 77 51 122q25 22 56.5 33.5t67.5 11.5q47 0 84 -19t62 -56q25 -36 37 -85t12 -111q0 -177 -95 -304t-267 -190l-13 -5zM433 864q0 80 51.5 131.5t125.5 51.5 t125.5 -51.5t51.5 -131.5q0 -82 -51.5 -133.5t-125.5 -51.5t-125.5 51.5t-51.5 133.5z" />
+<glyph unicode="&#x3c;" d="M88 524v236l1057 416v-250l-795 -285l795 -283v-249z" />
+<glyph unicode="=" d="M88 295v237h1057v-237h-1057zM88 752v235h1057v-235h-1057z" />
+<glyph unicode="&#x3e;" d="M88 109v249l795 283l-795 285v250l1057 -416v-236z" />
+<glyph unicode="?" d="M229 1198v225l7 5q96 58 193.5 86.5t203.5 28.5q95 0 172 -25t134.5 -75t86.5 -117.5t29 -150.5q0 -80 -36 -149q-35 -68 -130 -161l-87 -86q-34 -33 -55.5 -59.5t-29.5 -43.5q-18 -39 -18 -77v-142h-220v126q0 81 31 152q30 69 118 156l90 89q30 30 51 55t32 44 q11 20 16.5 41.5t5.5 44.5q0 21 -3.5 39.5t-11 35t-19 31t-26.5 27.5q-20 17 -45 28t-55 17t-65 6q-25 0 -51 -3.5t-54 -11t-57 -18.5q-87 -34 -183 -101zM431 118q0 73 47 119.5t114 46.5q17 0 32.5 -3t29.5 -9t27 -14.5t25 -20.5q23 -23 35 -53t12 -66q0 -74 -47 -121 t-114 -47t-114 47t-47 121z" />
+<glyph unicode="@" d="M6 543q0 387 187 619.5t495 232.5q218 0 344.5 -131.5t126.5 -358.5v-770h-196v82q-38 -53 -89.5 -77.5t-123.5 -24.5q-164 0 -264.5 118t-100.5 312q0 193 100 310.5t265 117.5q71 0 125 -24.5t88 -71.5v41q0 136 -74.5 210t-212.5 74q-208 0 -339.5 -183t-131.5 -476 q0 -307 152 -488.5t405 -181.5q80 0 155 23.5t144 70.5l92 -176q-81 -55 -176.5 -82.5t-204.5 -27.5q-350 0 -558 233t-208 629zM592 545q0 -114 50.5 -178t139.5 -64t140 64t51 178q0 113 -51 177t-140 64t-139.5 -64t-50.5 -177z" />
+<glyph unicode="A" d="M33 0l403 1493h361l403 -1493h-295l-92 369h-395l-90 -369h-295zM477 612h279l-140 611z" />
+<glyph unicode="B" d="M125 0v1495h481q249 0 374.5 -94.5t125.5 -282.5q0 -144 -74 -225t-217 -94q171 -17 257.5 -115t86.5 -274q0 -216 -130 -313t-423 -97h-481zM410 236h196q141 0 197.5 48t56.5 167q0 121 -59 174t-195 53h-196v-442zM410 913h196q112 0 159.5 40t47.5 132t-48.5 133.5 t-158.5 41.5h-196v-347z" />
+<glyph unicode="C" d="M152 745q0 377 159 576t461 199q85 0 163 -18t146 -54v-328q-76 70 -147.5 102.5t-147.5 32.5q-162 0 -244.5 -128.5t-82.5 -381.5q0 -252 82.5 -380.5t244.5 -128.5q76 0 147.5 32.5t147.5 102.5v-328q-70 -36 -147 -54t-162 -18q-302 0 -461 199t-159 575z" />
+<glyph unicode="D" d="M137 0v1493h316q366 0 527 -174.5t161 -570.5q0 -397 -161 -572.5t-527 -175.5h-316zM432 266h80q174 0 248 109.5t74 372.5q0 261 -74 370t-248 109h-80v-961z" />
+<glyph unicode="E" d="M168 0v1493h930v-260h-635v-322h575v-260h-575v-391h635v-260h-930z" />
+<glyph unicode="F" d="M182 0v1493h930v-260h-635v-322h578v-260h-578v-651h-295z" />
+<glyph unicode="G" d="M117 745q0 377 159.5 576t460.5 199q90 0 177 -25.5t163 -73.5v-327q-62 80 -142.5 120.5t-176.5 40.5q-168 0 -251 -126.5t-83 -383.5q0 -249 80 -379t233 -130q46 0 80 8.5t55 25.5v285h-202v248h460v-684q-85 -73 -187.5 -110.5t-219.5 -37.5q-290 0 -448 201.5 t-158 572.5z" />
+<glyph unicode="H" d="M137 0v1493h295v-569h369v569h295v-1493h-295v664h-369v-664h-295z" />
+<glyph unicode="I" d="M172 0v260h297v973h-297v260h889v-260h-297v-973h297v-260h-889z" />
+<glyph unicode="J" d="M109 74v342q86 -88 183.5 -134t196.5 -46q116 0 170 58t54 185v754h-361v260h656v-1014q0 -273 -114.5 -390.5t-377.5 -117.5q-95 0 -198.5 26t-208.5 77z" />
+<glyph unicode="K" d="M117 0v1493h295v-590l462 590h334l-471 -588l488 -905h-328l-354 672l-131 -166v-506h-295z" />
+<glyph unicode="L" d="M225 0v1493h295v-1233h631v-260h-926z" />
+<glyph unicode="M" d="M86 0v1493h352l178 -655l177 655h354v-1493h-254v1196l-158 -653h-235l-160 653v-1196h-254z" />
+<glyph unicode="N" d="M119 0v1493h317l416 -1085v1085h260v-1493h-315l-418 1085v-1085h-260z" />
+<glyph unicode="O" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -382 -132.5 -578t-392.5 -196q-259 0 -391.5 196t-132.5 578zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5q0 269 -52 389.5t-166 120.5q-113 0 -165 -120.5t-52 -389.5z" />
+<glyph unicode="P" d="M162 0v1493h405q309 0 444.5 -110t135.5 -357t-135.5 -357t-444.5 -110h-110v-559h-295zM457 807h121q145 0 203.5 49t58.5 170t-58.5 170t-203.5 49h-121v-438z" />
+<glyph unicode="Q" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -263 -63 -440.5t-183 -253.5l186 -182l-202 -150l-223 258q-14 -3 -23.5 -4.5t-18.5 -1.5q-257 0 -389.5 196t-132.5 578zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5 q0 269 -52 389.5t-166 120.5q-113 0 -165 -120.5t-52 -389.5z" />
+<glyph unicode="R" d="M133 0v1493h426q288 0 413.5 -102t125.5 -332q0 -154 -75 -245t-216 -109q44 -9 76.5 -41.5t79.5 -126.5l270 -537h-324l-180 377q-8 16 -21 44q-79 169 -186 169h-94v-590h-295zM428 838h139q121 0 173.5 47.5t52.5 156.5t-52 156t-174 47h-139v-407z" />
+<glyph unicode="S" d="M129 1085q0 203 130 319t357 116q103 0 206 -23.5t204 -69.5v-288q-95 67 -193 102t-194 35q-107 0 -164 -43t-57 -123q0 -62 41.5 -102.5t173.5 -89.5l127 -48q180 -66 265 -175t85 -275q0 -226 -133.5 -337.5t-403.5 -111.5q-111 0 -222.5 26.5t-215.5 78.5v305 q118 -84 228.5 -125t218.5 -41q109 0 169 49.5t60 138.5q0 67 -40 117.5t-116 79.5l-145 55q-223 85 -302 178.5t-79 251.5z" />
+<glyph unicode="T" d="M90 1235v258h1053v-258h-379v-1235h-295v1235h-379z" />
+<glyph unicode="U" d="M106 551v942h295v-1016q0 -112 57 -175.5t158 -63.5t158 63.5t57 175.5v1016h295v-942q0 -304 -121 -442t-389 -138q-267 0 -388.5 138t-121.5 442z" />
+<glyph unicode="V" d="M57 1493h297l262 -1247l263 1247h297l-355 -1493h-409z" />
+<glyph unicode="W" d="M0 1493h258l107 -1096l129 709h245l150 -709l84 1096h260l-172 -1493h-275l-170 784l-159 -784h-273z" />
+<glyph unicode="X" d="M27 0l438 758l-426 735h305l272 -475l273 475h305l-424 -735l436 -758h-305l-285 494l-284 -494h-305z" />
+<glyph unicode="Y" d="M8 1493h318l290 -600l291 600h318l-461 -905v-588h-295v588z" />
+<glyph unicode="Z" d="M115 0v244l671 989h-649v260h1010v-244l-692 -989h706v-260h-1046z" />
+<glyph unicode="[" d="M424 -270v1906h503v-190h-238v-1531h238v-185h-503z" />
+<glyph unicode="\" d="M111 1493h223l786 -1683h-223z" />
+<glyph unicode="]" d="M304 -83h243v1528h-243v190h505v-1905h-505v187z" />
+<glyph unicode="^" d="M57 936l437 557h245l437 -557h-242l-318 301l-317 -301h-242z" />
+<glyph unicode="_" d="M0 -293h1233v-190h-1233v190z" />
+<glyph unicode="`" d="M199 1638h282l283 -376h-197z" />
+<glyph unicode="a" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM406 340q0 -76 45 -121 t122 -45q116 0 180 87.5t64 244.5v20h-117q-164 0 -229 -42t-65 -144z" />
+<glyph unicode="b" d="M150 0v1556h292v-595q54 93 125.5 139.5t161.5 46.5q199 0 306.5 -152t107.5 -436q0 -280 -106 -434t-298 -154q-101 0 -176 49t-121 146v-166h-292zM442 557q0 -162 55 -254t150 -92t149 92t54 254t-54 254t-149 92t-150 -92t-55 -254z" />
+<glyph unicode="c" d="M168 559q0 277 147 433.5t406 156.5q90 0 173.5 -21t166.5 -65v-268q-64 55 -140.5 84.5t-158.5 29.5q-143 0 -220 -91t-77 -259t77 -258t220 -90q85 0 159 28.5t140 86.5v-269q-74 -43 -159 -64.5t-183 -21.5q-259 0 -405 156t-146 432z" />
+<glyph unicode="d" d="M90 559q0 284 107.5 436t306.5 152q90 0 161.5 -46.5t125.5 -139.5v595h292v-1556h-292v166q-47 -97 -121.5 -146t-175.5 -49q-192 0 -298 154t-106 434zM383 557q0 -162 54 -254t149 -92t150 92t55 254t-55 254t-150 92t-149 -92t-54 -254z" />
+<glyph unicode="e" d="M92 555q0 274 143 433t390 159q249 0 386.5 -147.5t137.5 -415.5v-119h-759q1 -132 78 -197t230 -65q101 0 199 29t205 92v-269q-102 -42 -208 -63t-224 -21q-281 0 -429.5 150.5t-148.5 433.5zM393 684l461 1q-2 116 -59.5 175.5t-169.5 59.5q-101 0 -161 -61.5 t-71 -174.5z" />
+<glyph unicode="f" d="M174 895v225h272v78q0 202 84 280t312 78h241v-225h-229q-66 0 -89.5 -24t-25.5 -89v-98h344v-225h-344v-895h-293v895h-272z" />
+<glyph unicode="g" d="M98 571q0 266 113 422t303 156q96 0 171 -45t118 -127v143h293v-1036q0 -269 -121.5 -388.5t-394.5 -119.5q-92 0 -182 13.5t-183 41.5v269q83 -46 169 -68t177 -22q124 0 183 58.5t59 182.5v121q-43 -80 -114 -119t-173 -39q-192 0 -305 150t-113 407zM391 578 q0 -152 56.5 -242t148.5 -90q93 0 150 90.5t57 241.5q0 150 -57 240.5t-150 90.5q-92 0 -148.5 -90t-56.5 -241z" />
+<glyph unicode="h" d="M172 0v1556h291v-604q31 93 106 144t181 51q159 0 240 -105.5t81 -314.5v-727h-291v682q0 121 -34.5 173t-112.5 52q-80 0 -125 -70.5t-45 -195.5v-641h-291z" />
+<glyph unicode="i" d="M143 0v225h365v670h-287v225h580v-895h364v-225h-1022zM508 1323v342h293v-342h-293z" />
+<glyph unicode="j" d="M143 -199h234q98 0 139 55t41 187v852h-297v225h590v-1077q0 -252 -90.5 -359.5t-300.5 -107.5h-316v225zM557 1323v342h293v-342h-293z" />
+<glyph unicode="k" d="M174 0v1556h293v-817l352 381h355l-424 -418l448 -702h-324l-307 524l-100 -96v-428h-293z" />
+<glyph unicode="l" d="M90 1331v225h590v-1089q0 -132 41 -187t139 -55h234v-225h-316q-209 0 -300 108t-91 359v864h-297z" />
+<glyph unicode="m" d="M82 0v1120h213v-116q25 66 80 104.5t123 38.5t124 -40.5t68 -98.5q33 71 84 105t125 34q145 0 200.5 -100t55.5 -416v-631h-240v719q0 125 -19 167t-69 42t-70 -43t-20 -166v-719h-237v719q0 123 -20 166t-70 43t-69 -42t-19 -167v-719h-240z" />
+<glyph unicode="n" d="M172 0v1120h291v-168q31 93 106 144t181 51q159 0 240 -105.5t81 -314.5v-727h-291v682q0 122 -34.5 174.5t-112.5 52.5q-79 0 -124.5 -71t-45.5 -197v-641h-291z" />
+<glyph unicode="o" d="M98 559q0 271 140.5 429.5t377.5 158.5q238 0 378.5 -158.5t140.5 -429.5t-140.5 -429.5t-378.5 -158.5q-237 0 -377.5 158.5t-140.5 429.5zM391 559q0 -165 60 -257.5t165 -92.5q106 0 166 92.5t60 257.5t-60 257.5t-166 92.5q-105 0 -165 -92.5t-60 -257.5z" />
+<glyph unicode="p" d="M150 -426v1546h292v-168q46 97 121 146t176 49q192 0 298 -154t106 -434q0 -284 -107.5 -436t-306.5 -152q-90 0 -161.5 46.5t-125.5 140.5v-584h-292zM442 561q0 -162 55 -254t150 -92t149 92t54 254t-54 254t-149 92t-150 -92t-55 -254z" />
+<glyph unicode="q" d="M90 559q0 280 106 434t298 154q101 0 175.5 -49t121.5 -146v168h292v-1546h-292v584q-54 -94 -125.5 -140.5t-161.5 -46.5q-199 0 -306.5 152t-107.5 436zM383 561q0 -162 54 -254t149 -92t150 92t55 254t-55 254t-150 92t-149 -92t-54 -254z" />
+<glyph unicode="r" d="M291 0v1120h293v-174q43 96 132 148.5t208 52.5q60 0 117.5 -14.5t109.5 -42.5v-279q-48 44 -112.5 66t-141.5 22q-93 0 -162.5 -32.5t-107.5 -94.5q-24 -38 -33.5 -92t-9.5 -164v-516h-293z" />
+<glyph unicode="s" d="M172 805q0 162 117 252t329 90q95 0 189.5 -15.5t183.5 -46.5v-256q-81 52 -168.5 78.5t-175.5 26.5q-98 0 -148 -28.5t-50 -84.5q0 -80 214 -130l11 -3l84 -20q160 -38 234.5 -122.5t74.5 -228.5q0 -173 -113.5 -259.5t-341.5 -86.5q-101 0 -207 17.5t-215 52.5v256 q97 -55 197.5 -84t194.5 -29q103 0 156 30t53 87q0 56 -37.5 86t-178.5 64l-81 18q-168 38 -245 119t-77 217z" />
+<glyph unicode="t" d="M111 895v225h286v318h293v-318h383v-225h-383v-530q0 -75 36.5 -107.5t121.5 -32.5h225v-225h-246q-252 0 -341 80.5t-89 298.5v516h-286z" />
+<glyph unicode="u" d="M160 391v729h293v-684q0 -121 34 -173t113 -52t123.5 70t44.5 196v643h293v-1120h-293v166q-31 -93 -105.5 -144t-179.5 -51q-160 0 -241.5 106t-81.5 314z" />
+<glyph unicode="v" d="M80 1120h297l239 -874l240 874h297l-356 -1120h-361z" />
+<glyph unicode="w" d="M0 1120h244l133 -858l121 565h237l119 -565l135 858h244l-203 -1120h-278l-136 582l-135 -582h-278z" />
+<glyph unicode="x" d="M55 0l414 584l-381 536h342l186 -334l187 334h342l-377 -536l410 -584h-342l-220 377l-219 -377h-342z" />
+<glyph unicode="y" d="M59 1120h308l256 -727l245 727h308l-465 -1241q-59 -158 -141.5 -230.5t-200.5 -72.5h-242v223h119q90 0 132 30.5t85 141.5l22 60z" />
+<glyph unicode="z" d="M162 0v229l590 672h-566v219h895v-229l-589 -672h589v-219h-919z" />
+<glyph unicode="{" d="M146 516v191h92q140 0 193.5 57t53.5 209v215q0 221 84.5 294.5t333.5 73.5h150v-190h-123q-104 0 -139 -42t-35 -185v-209q0 -165 -49 -232t-175 -86q126 -21 175 -89t49 -232v-205q0 -144 35 -186.5t139 -42.5h123v-191h-150q-249 0 -333.5 74t-84.5 295v215 q0 151 -53.5 208.5t-193.5 57.5h-92z" />
+<glyph unicode="|" d="M502 -483v2048h227v-2048h-227z" />
+<glyph unicode="}" d="M180 -143h121q104 0 140 43t36 186v205q0 164 49 232t174 89q-126 19 -174.5 86t-48.5 232v209q0 141 -35.5 184t-140.5 43h-121v190h150q248 0 331.5 -73.5t83.5 -294.5v-215q0 -151 54.5 -208.5t195.5 -57.5h92v-191h-92q-141 0 -195.5 -58t-54.5 -208v-215 q0 -221 -83.5 -295t-331.5 -74h-150v191z" />
+<glyph unicode="~" d="M88 465v229q78 61 151 88t156 27q53 0 103 -11t124 -42l33 -15q116 -55 209 -55q70 0 139 30.5t142 94.5v-233q-75 -60 -146.5 -87.5t-150.5 -27.5q-90 0 -203 51q-22 10 -33 14q-77 34 -128.5 46t-102.5 12q-78 0 -148.5 -29t-144.5 -92z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#xa1;" d="M483 0v655l33 357h199l35 -357v-655h-267zM483 1210v283h267v-283h-267z" />
+<glyph unicode="&#xa2;" d="M147 561q0 255 136.5 411.5t371.5 172.5v287h142v-287q61 -5 119.5 -21.5t119.5 -46.5v-268q-56 42 -116 66.5t-123 31.5v-692q64 5 123.5 29t115.5 67v-268q-52 -29 -112 -46t-127 -22v-288h-142v288q-235 22 -371.5 179t-136.5 407zM418 561q0 -155 63 -247.5 t174 -98.5v692q-114 -14 -175.5 -103.5t-61.5 -242.5z" />
+<glyph unicode="&#xa3;" d="M119 0v260h235v334h-198v225h198v197q0 256 112.5 380t344.5 124q83 0 154 -14.5t137 -43.5v-274q-57 41 -122 62.5t-134 21.5q-106 0 -155.5 -66.5t-49.5 -210.5v-176h336v-225h-336v-334h481v-260h-1003z" />
+<glyph unicode="&#xa4;" d="M186 305l170 170q-22 42 -33.5 83.5t-11.5 82.5q0 47 11.5 87.5t35.5 78.5l-172 170l131 131l166 -172q41 24 82.5 35.5t87.5 11.5q39 0 79.5 -11t86.5 -34l172 170l127 -129l-170 -170q23 -41 34 -82.5t11 -85.5q0 -47 -11.5 -87.5t-35.5 -76.5l172 -170l-131 -131 l-170 172q-36 -24 -76 -35.5t-88 -11.5q-39 0 -81 10.5t-87 32.5l-170 -168zM479 643q0 -74 50.5 -125t123.5 -51q74 0 124 51t50 125q0 73 -50 122.5t-124 49.5q-73 0 -123.5 -49.5t-50.5 -122.5z" />
+<glyph unicode="&#xa5;" d="M8 1493h318l290 -600l291 600h318l-273 -528h224v-187h-322l-86 -151h408v-189h-412v-438h-295v438h-412v189h408l-86 151h-322v187h224z" />
+<glyph unicode="&#xa6;" d="M502 -350v758h227v-758h-227zM502 674v758h227v-758h-227z" />
+<glyph unicode="&#xa7;" d="M170 688q0 94 52 163.5t149 102.5q-71 50 -103 110t-32 142q0 142 104 228t276 86q74 0 152.5 -15t161.5 -45v-225q-85 30 -151 44.5t-120 14.5q-76 0 -118.5 -29t-42.5 -81q0 -75 203 -180q19 -10 28 -15q214 -110 273 -180.5t59 -171.5q0 -89 -47.5 -153t-149.5 -111 q70 -50 102.5 -111.5t32.5 -142.5q0 -147 -104.5 -230.5t-290.5 -83.5q-89 0 -175 14.5t-171 43.5v229q85 -30 166 -45.5t154 -15.5q77 0 118 28.5t41 81.5q0 70 -214 185l-11 6l-26 14q-316 170 -316 342zM414 711q0 -54 48.5 -98t248.5 -140q55 36 79.5 70.5t24.5 77.5 q0 81 -265 219l-32 16q-55 -36 -79.5 -70.5t-24.5 -74.5z" />
+<glyph unicode="&#xa8;" d="M301 1339v246h236v-246h-236zM696 1339v246h236v-246h-236z" />
+<glyph unicode="&#xa9;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM131 741q0 -98 36 -183t107 -157t157 -108.5t185 -36.5 q100 0 186 36.5t156 108.5q72 72 108 157t36 183q0 101 -36 187t-108 157q-72 73 -156.5 108.5t-185.5 35.5q-99 0 -184 -35.5t-158 -108.5q-71 -71 -107 -157t-36 -187zM266 741q0 156 101 249t270 93q55 0 107.5 -8.5t103.5 -25.5v-168q-52 31 -97.5 45t-93.5 14 q-97 0 -150.5 -52t-53.5 -147t53 -146.5t151 -51.5q53 0 101 14.5t90 44.5v-168q-55 -17 -108 -26t-103 -9q-169 0 -270 93.5t-101 248.5z" />
+<glyph unicode="&#xaa;" d="M256 952q0 134 92.5 200.5t280.5 66.5h157v26q0 49 -45.5 73.5t-136.5 24.5q-82 0 -153.5 -16.5t-135.5 -50.5v188q73 28 147 42t150 14q189 0 278 -86t89 -269v-448h-193v92q-50 -57 -110.5 -84t-138.5 -27q-130 0 -205.5 68.5t-75.5 185.5zM293 428v170h688v-170h-688z M475 971q0 -49 30.5 -77t84.5 -28q86 0 141 51.5t55 131.5v30h-102q-109 0 -159 -26t-50 -82z" />
+<glyph unicode="&#xab;" d="M119 535v131l469 393v-238l-277 -221l277 -221v-238zM573 535v131l469 393v-238l-276 -221l276 -221v-238z" />
+<glyph unicode="&#xac;" d="M88 662v237h1057v-537h-238v300h-819z" />
+<glyph unicode="&#xad;" d="M301 444v291h631v-291h-631z" />
+<glyph unicode="&#xae;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM131 741q0 -98 36 -183t107 -159q72 -71 157.5 -107 t184.5 -36t185 36t157 107q72 74 108 159t36 183q0 101 -36 187t-108 157q-72 73 -156.5 108.5t-185.5 35.5q-99 0 -184 -35.5t-158 -108.5q-71 -71 -107 -157t-36 -187zM360 430v625h246q133 0 197.5 -44t64.5 -134q0 -65 -39 -107.5t-110 -54.5q38 -14 65.5 -42t51.5 -77 l79 -166h-172l-63 133q-27 58 -55.5 81.5t-69.5 25.5h-31v-240h-164zM524 780h64q57 0 85.5 20t28.5 60q0 43 -28 63.5t-86 20.5h-64v-164z" />
+<glyph unicode="&#xaf;" d="M301 1368v188h631v-188h-631z" />
+<glyph unicode="&#xb0;" d="M283 1186q0 141 96 237.5t237 96.5q67 0 128 -25.5t108 -73.5q47 -47 71.5 -107t24.5 -128q0 -66 -25 -127t-71 -107q-48 -47 -109 -72.5t-129 -25.5q-141 0 -236 95t-95 237zM444 1186q0 -72 49 -121t121 -49t122 49.5t50 120.5q0 72 -49.5 122t-120.5 50 q-72 0 -122 -50t-50 -122z" />
+<glyph unicode="&#xb1;" d="M88 0v238h1057v-238h-1057zM88 694v236h410v354h237v-354h410v-236h-410v-354h-237v354h-410z" />
+<glyph unicode="&#xb2;" d="M274 668v141q51 43 141 118q314 262 314 341q0 52 -43.5 82t-118.5 30q-56 0 -123.5 -17.5t-144.5 -51.5v164q75 22 146 33.5t137 11.5q169 0 262.5 -62.5t93.5 -173.5q0 -126 -355 -406q-54 -42 -83 -65h440v-145h-666z" />
+<glyph unicode="&#xb3;" d="M287 694v154q67 -27 143 -41t156 -14q85 0 132.5 32t47.5 88q0 61 -49 95t-135 34h-111v146h111q74 0 116.5 25t42.5 69q0 45 -39.5 70.5t-109.5 25.5q-69 0 -138 -11t-137 -34v152q69 17 138.5 26t136.5 9q162 0 254 -58t92 -159q0 -73 -52.5 -120t-150.5 -63 q111 -15 169.5 -71t58.5 -148q0 -121 -96.5 -184.5t-280.5 -63.5q-75 0 -150 10.5t-149 30.5z" />
+<glyph unicode="&#xb4;" d="M469 1262l283 376h282l-368 -376h-197z" />
+<glyph unicode="&#xb5;" d="M174 -428v1548h287v-680q0 -114 41 -171.5t123 -57.5q81 0 121 57t40 172v680h289v-776q0 -71 13.5 -102t44.5 -31q14 0 27 5.5t28 16.5v-217q-43 -23 -80 -34t-72 -11q-72 0 -117.5 37.5t-72.5 120.5q-37 -78 -92 -118t-125 -40q-59 0 -100.5 23.5t-67.5 71.5l2 -494 h-289z" />
+<glyph unicode="&#xb6;" d="M70 1071q0 190 130 306t345 116h520v-1690h-191v1543h-190v-1543h-188v846q-205 25 -315.5 134.5t-110.5 287.5z" />
+<glyph unicode="&#xb7;" d="M449 530v365h333v-365h-333z" />
+<glyph unicode="&#xb8;" d="M367 -219q45 -17 87 -26t78 -9q58 0 90.5 23t32.5 63q0 26 -21 67t-67 101h140q57 -62 84.5 -115t27.5 -100q0 -95 -61.5 -140.5t-188.5 -45.5q-48 0 -98.5 6.5t-103.5 19.5v156z" />
+<glyph unicode="&#xb9;" d="M313 668v145h226v543l-220 -43v149l222 41h194v-690h226v-145h-648z" />
+<glyph unicode="&#xba;" d="M274 1108q0 189 98.5 300.5t264.5 111.5t264 -111t98 -301q0 -189 -97.5 -299.5t-264.5 -110.5q-166 0 -264.5 110.5t-98.5 299.5zM293 428v170h688v-170h-688zM479 1108q0 -109 42.5 -171.5t115.5 -62.5t115.5 62.5t42.5 171.5t-42.5 172t-115.5 63t-115.5 -63 t-42.5 -172z" />
+<glyph unicode="&#xbb;" d="M193 141v238l276 221l-276 221v238l469 -393v-131zM647 141v238l277 221l-277 221v238l469 -393v-131z" />
+<glyph unicode="&#xbc;" d="M47 618l1059 263l37 -119l-1059 -262zM55 824v145h226v543l-220 -43v149l222 41h194v-690h226v-145h-648zM430 72l375 493h204v-512h109v-143h-109v-180h-186v180h-393v162zM573 53h250v330z" />
+<glyph unicode="&#xbd;" d="M47 618l1059 263l37 -119l-1059 -262zM55 824v145h226v543l-220 -43v149l222 41h194v-690h226v-145h-648zM475 -129q51 43 141 118q314 262 314 341q0 52 -43.5 82t-118.5 30q-56 0 -123.5 -17.5t-144.5 -51.5v164q75 22 146 33.5t137 11.5q169 0 262.5 -62.5 t93.5 -173.5q0 -126 -355 -406q-54 -42 -83 -65h440v-145h-666v141z" />
+<glyph unicode="&#xbe;" d="M47 618l1059 263l37 -119l-1059 -262zM60 850v154q67 -27 143 -41t156 -14q85 0 132.5 32t47.5 88q0 61 -49 95t-135 34h-111v146h111q74 0 116.5 25t42.5 69q0 45 -39.5 70.5t-109.5 25.5q-69 0 -138 -11t-137 -34v152q69 17 138.5 26t136.5 9q162 0 254 -58t92 -159 q0 -73 -52.5 -120t-150.5 -63q111 -15 169.5 -71t58.5 -148q0 -121 -96.5 -184.5t-280.5 -63.5q-75 0 -150 10.5t-149 30.5zM430 72l375 493h204v-512h109v-143h-109v-180h-186v180h-393v162zM573 53h250v330z" />
+<glyph unicode="&#xbf;" d="M176 326q0 76 34 141.5t128 157.5l88 86q66 64 85 106t19 105q0 1 1 6q1 21 1 41v123h267v-154q0 -99 -31 -169.5t-111 -147.5l-90 -89q-61 -59 -83.5 -99.5t-22.5 -84.5q0 -67 46 -101t138 -34q83 0 173.5 35.5t187.5 105.5v-268q-98 -56 -198.5 -84.5t-201.5 -28.5 q-201 0 -315.5 94t-114.5 259zM532 1210v283h267v-283h-267z" />
+<glyph unicode="&#xc0;" d="M33 0l403 1493h361l403 -1493h-295l-92 369h-395l-90 -369h-295zM283 1899h284l199 -264h-197zM477 612h279l-140 611z" />
+<glyph unicode="&#xc1;" d="M33 0l403 1493h361l403 -1493h-295l-92 369h-395l-90 -369h-295zM469 1635l199 264h284l-286 -264h-197zM477 612h279l-140 611z" />
+<glyph unicode="&#xc2;" d="M33 0l403 1493h361l403 -1493h-295l-92 369h-395l-90 -369h-295zM240 1635l221 264h309l223 -264h-178l-199 161l-198 -161h-178zM477 612h279l-140 611z" />
+<glyph unicode="&#xc3;" d="M33 0l403 1493h361l403 -1493h-295l-92 369h-395l-90 -369h-295zM268 1635v30q0 106 54.5 171t142.5 65q36 0 73.5 -12.5t75.5 -36.5l60 -39q21 -14 40.5 -21.5t35.5 -7.5q36 0 55.5 30t19.5 87h140q0 -5 -1 -15t-1 -16q0 -106 -53.5 -170.5t-141.5 -64.5q-37 0 -72.5 11 t-77.5 38l-54 34q-5 3 -12 7q-45 26 -73 26q-31 0 -51 -30t-20 -80v-6h-140zM477 612h279l-140 611z" />
+<glyph unicode="&#xc4;" d="M33 0l403 1493h361l403 -1493h-295l-92 369h-395l-90 -369h-295zM301 1653v246h236v-246h-236zM477 612h279l-140 611zM696 1653v246h236v-246h-236z" />
+<glyph unicode="&#xc5;" d="M33 0l385 1421q-44 37 -65 85.5t-21 109.5q0 117 83.5 201t200.5 84q118 0 201.5 -84t83.5 -201q0 -62 -21 -109.5t-65 -85.5l385 -1421h-295l-92 369h-395l-90 -369h-295zM477 612h279l-140 611zM485 1616q0 -54 39 -92.5t92 -38.5q55 0 93.5 38.5t38.5 92.5t-39 92.5 t-93 38.5q-53 0 -92 -38.5t-39 -92.5z" />
+<glyph unicode="&#xc6;" d="M0 0l358 1493h803v-260h-291v-311h260v-260h-260v-402h310v-260h-564v362h-282l-86 -362h-248zM389 598h227v635h-79z" />
+<glyph unicode="&#xc7;" d="M152 745q0 377 159 576t461 199q85 0 163 -18t146 -54v-328q-76 70 -147.5 102.5t-147.5 32.5q-162 0 -244.5 -128.5t-82.5 -381.5q0 -252 82.5 -380.5t244.5 -128.5q76 0 147.5 32.5t147.5 102.5v-328q-70 -36 -147 -54t-162 -18q-302 0 -461 199t-159 575zM484 -219 q45 -17 87 -26t78 -9q58 0 90.5 23t32.5 63q0 26 -21 67t-67 101h140q57 -62 84.5 -115t27.5 -100q0 -95 -61.5 -140.5t-188.5 -45.5q-48 0 -98.5 6.5t-103.5 19.5v156z" />
+<glyph unicode="&#xc8;" d="M168 0v1493h930v-260h-635v-322h575v-260h-575v-391h635v-260h-930zM314 1899h284l199 -264h-197z" />
+<glyph unicode="&#xc9;" d="M168 0v1493h930v-260h-635v-322h575v-260h-575v-391h635v-260h-930zM500 1635l199 264h284l-286 -264h-197z" />
+<glyph unicode="&#xca;" d="M168 0v1493h930v-260h-635v-322h575v-260h-575v-391h635v-260h-930zM271 1635l221 264h309l223 -264h-178l-199 161l-198 -161h-178z" />
+<glyph unicode="&#xcb;" d="M168 0v1493h930v-260h-635v-322h575v-260h-575v-391h635v-260h-930zM332 1653v246h236v-246h-236zM727 1653v246h236v-246h-236z" />
+<glyph unicode="&#xcc;" d="M172 0v260h297v973h-297v260h889v-260h-297v-973h297v-260h-889zM283 1899h284l199 -264h-197z" />
+<glyph unicode="&#xcd;" d="M172 0v260h297v973h-297v260h889v-260h-297v-973h297v-260h-889zM469 1635l199 264h284l-286 -264h-197z" />
+<glyph unicode="&#xce;" d="M172 0v260h297v973h-297v260h889v-260h-297v-973h297v-260h-889zM240 1635l221 264h309l223 -264h-178l-199 161l-198 -161h-178z" />
+<glyph unicode="&#xcf;" d="M172 0v260h297v973h-297v260h889v-260h-297v-973h297v-260h-889zM301 1653v246h236v-246h-236zM696 1653v246h236v-246h-236z" />
+<glyph unicode="&#xd0;" d="M0 664v237h137v592h316q366 0 527 -174.5t161 -570.5q0 -397 -161 -572.5t-527 -175.5h-316v664h-137zM432 266h80q174 0 248 109.5t74 372.5q0 261 -74 370t-248 109h-80v-326h211v-237h-211v-398z" />
+<glyph unicode="&#xd1;" d="M119 0v1493h317l416 -1085v1085h260v-1493h-315l-418 1085v-1085h-260zM268 1635v30q0 106 54.5 171t142.5 65q36 0 73.5 -12.5t75.5 -36.5l60 -39q21 -14 40.5 -21.5t35.5 -7.5q36 0 55.5 30t19.5 87h140q0 -5 -1 -15t-1 -16q0 -106 -53.5 -170.5t-141.5 -64.5 q-37 0 -72.5 11t-77.5 38l-54 34q-5 3 -12 7q-45 26 -73 26q-31 0 -51 -30t-20 -80v-6h-140z" />
+<glyph unicode="&#xd2;" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -382 -132.5 -578t-392.5 -196q-259 0 -391.5 196t-132.5 578zM283 1899h284l199 -264h-197zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5q0 269 -52 389.5t-166 120.5 q-113 0 -165 -120.5t-52 -389.5z" />
+<glyph unicode="&#xd3;" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -382 -132.5 -578t-392.5 -196q-259 0 -391.5 196t-132.5 578zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5q0 269 -52 389.5t-166 120.5q-113 0 -165 -120.5t-52 -389.5zM469 1635 l199 264h284l-286 -264h-197z" />
+<glyph unicode="&#xd4;" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -382 -132.5 -578t-392.5 -196q-259 0 -391.5 196t-132.5 578zM240 1635l221 264h309l223 -264h-178l-199 161l-198 -161h-178zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5 q0 269 -52 389.5t-166 120.5q-113 0 -165 -120.5t-52 -389.5z" />
+<glyph unicode="&#xd5;" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -382 -132.5 -578t-392.5 -196q-259 0 -391.5 196t-132.5 578zM268 1635v30q0 106 54.5 171t142.5 65q36 0 73.5 -12.5t75.5 -36.5l60 -39q21 -14 40.5 -21.5t35.5 -7.5q36 0 55.5 30t19.5 87h140 q0 -5 -1 -15t-1 -16q0 -106 -53.5 -170.5t-141.5 -64.5q-37 0 -72.5 11t-77.5 38l-54 34q-5 3 -12 7q-45 26 -73 26q-31 0 -51 -30t-20 -80v-6h-140zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5q0 269 -52 389.5t-166 120.5q-113 0 -165 -120.5 t-52 -389.5z" />
+<glyph unicode="&#xd6;" d="M92 745q0 383 132.5 579t391.5 196q260 0 392.5 -196t132.5 -579q0 -382 -132.5 -578t-392.5 -196q-259 0 -391.5 196t-132.5 578zM301 1653v246h236v-246h-236zM399 745q0 -268 52 -388.5t165 -120.5q114 0 166 120.5t52 388.5q0 269 -52 389.5t-166 120.5 q-113 0 -165 -120.5t-52 -389.5zM696 1653v246h236v-246h-236z" />
+<glyph unicode="&#xd7;" d="M119 313l330 330l-330 328l168 168l327 -328l330 328l168 -168l-330 -328l330 -330l-168 -166l-330 328l-327 -328z" />
+<glyph unicode="&#xd8;" d="M-6 51l168 238q-35 88 -52.5 201.5t-17.5 254.5q0 383 132.5 579t391.5 196q103 0 186 -31t144 -92l113 162l162 -115l-158 -223q39 -94 58.5 -213.5t19.5 -262.5q0 -382 -132.5 -578t-392.5 -196q-106 0 -191 33.5t-149 99.5l-120 -167zM399 629l373 524 q-26 51 -65 76.5t-91 25.5q-112 0 -164.5 -120t-52.5 -379v-127zM451 354q24 -57 66.5 -87.5t98.5 -30.5q114 0 166 120.5t52 388.5q0 28 -1 59t-4 84z" />
+<glyph unicode="&#xd9;" d="M106 551v942h295v-1016q0 -112 57 -175.5t158 -63.5t158 63.5t57 175.5v1016h295v-942q0 -304 -121 -442t-389 -138q-267 0 -388.5 138t-121.5 442zM283 1899h284l199 -264h-197z" />
+<glyph unicode="&#xda;" d="M106 551v942h295v-1016q0 -112 57 -175.5t158 -63.5t158 63.5t57 175.5v1016h295v-942q0 -304 -121 -442t-389 -138q-267 0 -388.5 138t-121.5 442zM469 1635l199 264h284l-286 -264h-197z" />
+<glyph unicode="&#xdb;" d="M106 551v942h295v-1016q0 -112 57 -175.5t158 -63.5t158 63.5t57 175.5v1016h295v-942q0 -304 -121 -442t-389 -138q-267 0 -388.5 138t-121.5 442zM240 1635l221 264h309l223 -264h-178l-199 161l-198 -161h-178z" />
+<glyph unicode="&#xdc;" d="M106 551v942h295v-1016q0 -112 57 -175.5t158 -63.5t158 63.5t57 175.5v1016h295v-942q0 -304 -121 -442t-389 -138q-267 0 -388.5 138t-121.5 442zM301 1653v246h236v-246h-236zM696 1653v246h236v-246h-236z" />
+<glyph unicode="&#xdd;" d="M8 1493h318l290 -600l291 600h318l-461 -905v-588h-295v588zM469 1635l199 264h284l-286 -264h-197z" />
+<glyph unicode="&#xde;" d="M162 0v1493h295v-238h110q309 0 444.5 -109.5t135.5 -357.5q0 -239 -137 -347.5t-443 -108.5h-110v-332h-295zM457 575h121q146 0 204 49t58 169q0 121 -58.5 171t-203.5 50h-121v-439z" />
+<glyph unicode="&#xdf;" d="M127 0v1126q0 211 120.5 320.5t350.5 109.5q223 0 329.5 -118.5t106.5 -364.5v-14q-125 -6 -189.5 -51.5t-64.5 -126.5q0 -64 116 -153q13 -10 19 -15l97 -74q82 -62 122 -138.5t40 -170.5q0 -167 -112 -263t-306 -96q-61 0 -123 12.5t-129 36.5v250q58 -31 115.5 -47 t111.5 -16q73 0 115.5 33.5t42.5 91.5q0 72 -115 160q-29 22 -45 34l-86 68q-59 48 -89 111.5t-30 140.5q0 126 74 211.5t211 116.5q-9 74 -58 110.5t-141 36.5q-94 0 -142 -50.5t-48 -148.5v-1122h-293z" />
+<glyph unicode="&#xe0;" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM199 1638h282l283 -376h-197 zM406 340q0 -76 45 -121t122 -45q116 0 180 87.5t64 244.5v20h-117q-164 0 -229 -42t-65 -144z" />
+<glyph unicode="&#xe1;" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM406 340q0 -76 45 -121 t122 -45q116 0 180 87.5t64 244.5v20h-117q-164 0 -229 -42t-65 -144zM469 1262l283 376h282l-368 -376h-197z" />
+<glyph unicode="&#xe2;" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM240 1262l256 376h241 l256 -376h-178l-199 225l-198 -225h-178zM406 340q0 -76 45 -121t122 -45q116 0 180 87.5t64 244.5v20h-117q-164 0 -229 -42t-65 -144z" />
+<glyph unicode="&#xe3;" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM268 1309q0 136 51.5 210 t145.5 74q36 0 72 -13.5t77 -43.5l62 -43q21 -15 39.5 -23t34.5 -8q36 0 55.5 31.5t19.5 89.5v8h140q0 -136 -51.5 -210t-145.5 -74q-36 0 -69 12t-81 45l-55 37l-12 8q-43 29 -70 29q-36 0 -54.5 -31t-18.5 -90v-8h-140zM406 340q0 -76 45 -121t122 -45q116 0 180 87.5 t64 244.5v20h-117q-164 0 -229 -42t-65 -144z" />
+<glyph unicode="&#xe4;" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM301 1339v246h236v-246h-236 zM406 340q0 -76 45 -121t122 -45q116 0 180 87.5t64 244.5v20h-117q-164 0 -229 -42t-65 -144zM696 1339v246h236v-246h-236z" />
+<glyph unicode="&#xe5;" d="M94 354q0 196 127 289.5t393 93.5h203v49q0 71 -51.5 107.5t-151.5 36.5q-105 0 -203.5 -26.5t-205.5 -84.5v250q97 40 197 59t212 19q273 0 383.5 -111t110.5 -397v-639h-291v125q-53 -74 -136 -114t-183 -40q-191 0 -297.5 101t-106.5 282zM332 1534q0 118 83 201.5 t201 83.5q119 0 202 -83.5t83 -201.5t-83 -201.5t-202 -83.5q-118 0 -201 83.5t-83 201.5zM406 340q0 -76 45 -121t122 -45q116 0 180 87.5t64 244.5v20h-117q-164 0 -229 -42t-65 -144zM485 1534q0 -55 38.5 -93t92.5 -38q55 0 93.5 38.5t38.5 92.5t-39 92.5t-93 38.5 t-92.5 -38.5t-38.5 -92.5z" />
+<glyph unicode="&#xe6;" d="M14 326q0 185 101 276.5t305 91.5h76v51q0 93 -39 140t-115 47q-57 0 -124.5 -27.5t-141.5 -81.5v246q74 39 144 58.5t134 19.5q98 0 160.5 -31t97.5 -96q29 61 94.5 94t157.5 33q177 0 250.5 -119t73.5 -422v-127h-451q0 -144 50 -219.5t145 -75.5q60 0 120 29.5 t119 87.5v-244q-50 -44 -112.5 -65t-145.5 -21q-103 0 -178 42t-117 122q-41 -84 -106.5 -124t-163.5 -40q-160 0 -247 92.5t-87 262.5zM240 330q0 -71 32 -108.5t93 -37.5q63 0 93.5 43t30.5 131v43v82h-73q-87 0 -131.5 -39t-44.5 -114zM737 690h226v23q0 125 -25 172 t-88 47t-88 -47t-25 -172v-23z" />
+<glyph unicode="&#xe7;" d="M168 559q0 277 147 433.5t406 156.5q90 0 173.5 -21t166.5 -65v-268q-64 55 -140.5 84.5t-158.5 29.5q-143 0 -220 -91t-77 -259t77 -258t220 -90q85 0 159 28.5t140 86.5v-269q-74 -43 -159 -64.5t-183 -21.5q-259 0 -405 156t-146 432zM439 -219q45 -17 87 -26t78 -9 q58 0 90.5 23t32.5 63q0 26 -21 67t-67 101h140q57 -62 84.5 -115t27.5 -100q0 -95 -61.5 -140.5t-188.5 -45.5q-48 0 -98.5 6.5t-103.5 19.5v156z" />
+<glyph unicode="&#xe8;" d="M92 555q0 274 143 433t390 159q249 0 386.5 -147.5t137.5 -415.5v-119h-759q1 -132 78 -197t230 -65q101 0 199 29t205 92v-269q-102 -42 -208 -63t-224 -21q-281 0 -429.5 150.5t-148.5 433.5zM238 1638h282l283 -376h-197zM393 684l461 1q-2 116 -59.5 175.5 t-169.5 59.5q-101 0 -161 -61.5t-71 -174.5z" />
+<glyph unicode="&#xe9;" d="M92 555q0 274 143 433t390 159q249 0 386.5 -147.5t137.5 -415.5v-119h-759q1 -132 78 -197t230 -65q101 0 199 29t205 92v-269q-102 -42 -208 -63t-224 -21q-281 0 -429.5 150.5t-148.5 433.5zM393 684l461 1q-2 116 -59.5 175.5t-169.5 59.5q-101 0 -161 -61.5 t-71 -174.5zM508 1262l283 376h282l-368 -376h-197z" />
+<glyph unicode="&#xea;" d="M92 555q0 274 143 433t390 159q249 0 386.5 -147.5t137.5 -415.5v-119h-759q1 -132 78 -197t230 -65q101 0 199 29t205 92v-269q-102 -42 -208 -63t-224 -21q-281 0 -429.5 150.5t-148.5 433.5zM279 1262l256 376h241l256 -376h-178l-199 225l-198 -225h-178zM393 684 l461 1q-2 116 -59.5 175.5t-169.5 59.5q-101 0 -161 -61.5t-71 -174.5z" />
+<glyph unicode="&#xeb;" d="M92 555q0 274 143 433t390 159q249 0 386.5 -147.5t137.5 -415.5v-119h-759q1 -132 78 -197t230 -65q101 0 199 29t205 92v-269q-102 -42 -208 -63t-224 -21q-281 0 -429.5 150.5t-148.5 433.5zM340 1339v246h236v-246h-236zM393 684l461 1q-2 116 -59.5 175.5 t-169.5 59.5q-101 0 -161 -61.5t-71 -174.5zM735 1339v246h236v-246h-236z" />
+<glyph unicode="&#xec;" d="M143 0v225h365v670h-287v225h580v-895h364v-225h-1022zM199 1638h282l283 -376h-197z" />
+<glyph unicode="&#xed;" d="M143 0v225h365v670h-287v225h580v-895h364v-225h-1022zM469 1262l283 376h282l-368 -376h-197z" />
+<glyph unicode="&#xee;" d="M143 0v225h365v670h-287v225h580v-895h364v-225h-1022zM240 1262l256 376h241l256 -376h-178l-199 225l-198 -225h-178z" />
+<glyph unicode="&#xef;" d="M143 0v225h365v670h-287v225h580v-895h364v-225h-1022zM301 1339v246h236v-246h-236zM696 1339v246h236v-246h-236z" />
+<glyph unicode="&#xf0;" d="M98 537q0 236 130 376t347 140q40 0 71.5 -6t58.5 -19l-160 219l-312 -119l-55 117l283 109l-158 202h293l92 -116l297 127l66 -123l-277 -117l166 -227q100 -137 143 -263.5t43 -277.5q0 -276 -136 -432t-378 -156q-236 0 -375 153t-139 413zM389 545q0 -158 59.5 -247 t163.5 -89q109 0 166.5 90.5t57.5 263.5q0 45 -6.5 94t-18.5 103q-49 27 -98 41t-97 14q-105 0 -166 -72.5t-61 -197.5z" />
+<glyph unicode="&#xf1;" d="M172 0v1120h291v-168q31 93 106 144t181 51q159 0 240 -105.5t81 -314.5v-727h-291v682q0 122 -34.5 174.5t-112.5 52.5q-79 0 -124.5 -71t-45.5 -197v-641h-291zM268 1309q0 136 51.5 210t145.5 74q36 0 72 -13.5t77 -43.5l62 -43q21 -15 39.5 -23t34.5 -8 q36 0 55.5 31.5t19.5 89.5v8h140q0 -136 -51.5 -210t-145.5 -74q-36 0 -69 12t-81 45l-55 37l-12 8q-43 29 -70 29q-36 0 -54.5 -31t-18.5 -90v-8h-140z" />
+<glyph unicode="&#xf2;" d="M98 559q0 271 140.5 429.5t377.5 158.5q238 0 378.5 -158.5t140.5 -429.5t-140.5 -429.5t-378.5 -158.5q-237 0 -377.5 158.5t-140.5 429.5zM199 1561h282l283 -299h-197zM391 559q0 -165 60 -257.5t165 -92.5q106 0 166 92.5t60 257.5t-60 257.5t-166 92.5 q-105 0 -165 -92.5t-60 -257.5z" />
+<glyph unicode="&#xf3;" d="M98 559q0 271 140.5 429.5t377.5 158.5q238 0 378.5 -158.5t140.5 -429.5t-140.5 -429.5t-378.5 -158.5q-237 0 -377.5 158.5t-140.5 429.5zM391 559q0 -165 60 -257.5t165 -92.5q106 0 166 92.5t60 257.5t-60 257.5t-166 92.5q-105 0 -165 -92.5t-60 -257.5zM469 1262 l283 299h282l-368 -299h-197z" />
+<glyph unicode="&#xf4;" d="M98 559q0 271 140.5 429.5t377.5 158.5q238 0 378.5 -158.5t140.5 -429.5t-140.5 -429.5t-378.5 -158.5q-237 0 -377.5 158.5t-140.5 429.5zM240 1262l256 299h241l256 -299h-178l-199 147l-198 -147h-178zM391 559q0 -165 60 -257.5t165 -92.5q106 0 166 92.5t60 257.5 t-60 257.5t-166 92.5q-105 0 -165 -92.5t-60 -257.5z" />
+<glyph unicode="&#xf5;" d="M98 559q0 271 140.5 429.5t377.5 158.5q238 0 378.5 -158.5t140.5 -429.5t-140.5 -429.5t-378.5 -158.5q-237 0 -377.5 158.5t-140.5 429.5zM268 1276v33q0 113 54 182.5t143 69.5q36 0 71.5 -13.5t77.5 -44.5l62 -43q21 -15 39.5 -22.5t34.5 -7.5q36 0 55.5 31t19.5 89 v9h140q0 -7 -1 -17.5t-1 -15.5q0 -115 -53.5 -183.5t-141.5 -68.5q-35 0 -67.5 11.5t-82.5 45.5l-55 37l-12 8q-43 29 -70 29q-34 0 -53.5 -32t-19.5 -89v-8h-140zM391 559q0 -165 60 -257.5t165 -92.5q106 0 166 92.5t60 257.5t-60 257.5t-166 92.5q-105 0 -165 -92.5 t-60 -257.5z" />
+<glyph unicode="&#xf6;" d="M98 559q0 271 140.5 429.5t377.5 158.5q238 0 378.5 -158.5t140.5 -429.5t-140.5 -429.5t-378.5 -158.5q-237 0 -377.5 158.5t-140.5 429.5zM301 1315v246h236v-246h-236zM391 559q0 -165 60 -257.5t165 -92.5q106 0 166 92.5t60 257.5t-60 257.5t-166 92.5 q-105 0 -165 -92.5t-60 -257.5zM696 1315v246h236v-246h-236z" />
+<glyph unicode="&#xf7;" d="M66 524v238h1099v-238h-1099zM461 86v309h309v-309h-309zM461 889v309h309v-309h-309z" />
+<glyph unicode="&#xf8;" d="M25 2l163 197q-45 73 -67.5 162t-22.5 198q0 271 140.5 429.5t377.5 158.5q85 0 158.5 -21.5t140.5 -66.5l148 176l139 -121l-160 -188q46 -76 69.5 -168t23.5 -199q0 -271 -140.5 -429.5t-378.5 -158.5q-83 0 -158.5 22.5t-142.5 67.5l-151 -178zM391 559q0 -34 2 -60 t6 -50l346 411q-26 25 -57 37t-70 12q-106 0 -166.5 -92.5t-60.5 -257.5zM483 262q31 -27 64 -40t71 -13q104 0 164 93.5t60 256.5q0 29 -2.5 58t-8.5 58z" />
+<glyph unicode="&#xf9;" d="M160 391v729h293v-684q0 -121 34 -173t113 -52t123.5 70t44.5 196v643h293v-1120h-293v166q-31 -93 -105.5 -144t-179.5 -51q-160 0 -241.5 106t-81.5 314zM199 1638h282l283 -376h-197z" />
+<glyph unicode="&#xfa;" d="M160 391v729h293v-684q0 -121 34 -173t113 -52t123.5 70t44.5 196v643h293v-1120h-293v166q-31 -93 -105.5 -144t-179.5 -51q-160 0 -241.5 106t-81.5 314zM469 1262l283 376h282l-368 -376h-197z" />
+<glyph unicode="&#xfb;" d="M160 391v729h293v-684q0 -121 34 -173t113 -52t123.5 70t44.5 196v643h293v-1120h-293v166q-31 -93 -105.5 -144t-179.5 -51q-160 0 -241.5 106t-81.5 314zM240 1262l256 376h241l256 -376h-178l-199 225l-198 -225h-178z" />
+<glyph unicode="&#xfc;" d="M160 391v729h293v-684q0 -121 34 -173t113 -52t123.5 70t44.5 196v643h293v-1120h-293v166q-31 -93 -105.5 -144t-179.5 -51q-160 0 -241.5 106t-81.5 314zM301 1339v246h236v-246h-236zM696 1339v246h236v-246h-236z" />
+<glyph unicode="&#xfd;" d="M59 1120h308l256 -727l245 727h308l-465 -1241q-59 -158 -141.5 -230.5t-200.5 -72.5h-242v223h119q90 0 132 30.5t85 141.5l22 60zM469 1262l283 376h282l-368 -376h-197z" />
+<glyph unicode="&#xfe;" d="M150 -426v1982h292v-604q46 97 121 146t176 49q192 0 298 -154t106 -434q0 -284 -107.5 -436t-306.5 -152q-90 0 -161.5 46.5t-125.5 140.5v-584h-292zM442 561q0 -162 55 -254t150 -92t149 92t54 254t-54 254t-149 92t-150 -92t-55 -254z" />
+<glyph unicode="&#xff;" d="M59 1120h308l256 -727l245 727h308l-465 -1241q-59 -158 -141.5 -230.5t-200.5 -72.5h-242v223h119q90 0 132 30.5t85 141.5l22 60zM301 1339v246h236v-246h-236zM696 1339v246h236v-246h-236z" />
+<glyph unicode="&#x152;" d="M68 745q0 436 121 592t444 156h573v-260h-332v-311h302v-260h-302v-402h343v-260h-584q-324 0 -444.5 155.5t-120.5 589.5zM354 745q0 -311 45.5 -398t169.5 -87h52v973h-52q-123 0 -169 -89t-46 -399z" />
+<glyph unicode="&#x153;" d="M14 559q0 315 84.5 451.5t274.5 136.5q99 0 161 -29.5t103 -95.5q28 60 93 92.5t157 32.5q177 0 250 -119t73 -422v-127h-450q0 -144 49.5 -219.5t144.5 -75.5q60 0 120 29.5t120 87.5v-244q-49 -44 -111 -65t-147 -21q-98 0 -169 37t-118 111q-43 -77 -109.5 -112.5 t-166.5 -35.5q-190 0 -274.5 138t-84.5 450zM248 559q0 -242 29.5 -308.5t107.5 -66.5q77 0 106 67t29 308q0 242 -29 308.5t-106 66.5q-78 0 -107.5 -66.5t-29.5 -308.5zM760 690h225v35q0 116 -25.5 162.5t-87.5 46.5t-87 -47.5t-25 -173.5v-23z" />
+<glyph unicode="&#x178;" d="M8 1493h318l290 -600l291 600h318l-461 -905v-588h-295v588zM301 1653v246h236v-246h-236zM696 1653v246h236v-246h-236z" />
+<glyph unicode="&#x2c6;" d="M240 1262l256 376h241l256 -376h-178l-199 225l-198 -225h-178z" />
+<glyph unicode="&#x2dc;" d="M268 1309q0 136 51.5 210t145.5 74q36 0 72 -13.5t77 -43.5l62 -43q21 -15 39.5 -23t34.5 -8q36 0 55.5 31.5t19.5 89.5v8h140q0 -136 -51.5 -210t-145.5 -74q-36 0 -69 12t-81 45l-55 37l-12 8q-43 29 -70 29q-36 0 -54.5 -31t-18.5 -90v-8h-140z" />
+<glyph unicode="&#x2000;" horiz-adv-x="950" />
+<glyph unicode="&#x2001;" horiz-adv-x="1901" />
+<glyph unicode="&#x2002;" horiz-adv-x="950" />
+<glyph unicode="&#x2003;" horiz-adv-x="1901" />
+<glyph unicode="&#x2004;" horiz-adv-x="633" />
+<glyph unicode="&#x2005;" horiz-adv-x="475" />
+<glyph unicode="&#x2006;" horiz-adv-x="316" />
+<glyph unicode="&#x2007;" horiz-adv-x="316" />
+<glyph unicode="&#x2008;" horiz-adv-x="237" />
+<glyph unicode="&#x2009;" horiz-adv-x="380" />
+<glyph unicode="&#x200a;" horiz-adv-x="105" />
+<glyph unicode="&#x2010;" d="M301 455v291h631v-291h-631z" />
+<glyph unicode="&#x2011;" d="M301 455v291h631v-291h-631z" />
+<glyph unicode="&#x2012;" d="M301 455v291h631v-291h-631z" />
+<glyph unicode="&#x2013;" d="M0 444v246h1233v-246h-1233z" />
+<glyph unicode="&#x2014;" d="M0 444v246h1233v-246h-1233z" />
+<glyph unicode="&#x2018;" d="M432 903v271l197 382h215l-99 -382v-271h-313z" />
+<glyph unicode="&#x2019;" d="M432 903l98 383v270h314v-270l-197 -383h-215z" />
+<glyph unicode="&#x201a;" d="M362 -287l99 383v271h313v-271l-196 -383h-216z" />
+<glyph unicode="&#x201c;" d="M152 903v271l196 382h215l-98 -382v-271h-313zM672 903v271l196 382h213l-96 -382v-271h-313z" />
+<glyph unicode="&#x201d;" d="M150 903l98 383v270h313v-270l-196 -383h-215zM670 903l98 383v270h313v-270l-196 -383h-215z" />
+<glyph unicode="&#x201e;" d="M150 -287l98 383v271h313v-271l-196 -383h-215zM670 -287l98 383v271h313v-271l-196 -383h-215z" />
+<glyph unicode="&#x2022;" d="M256 762q0 73 27.5 138.5t78.5 115.5q54 51 118 77.5t136 26.5q73 0 138.5 -27t115.5 -77q53 -52 80 -117t27 -137q0 -73 -27.5 -138.5t-79.5 -117.5q-51 -52 -117 -79.5t-139 -27.5q-72 0 -137 27.5t-117 79.5q-50 51 -77 116.5t-27 139.5z" />
+<glyph unicode="&#x2026;" d="M57 0v367h295v-367h-295zM469 0v367h295v-367h-295zM881 0v367h295v-367h-295z" />
+<glyph unicode="&#x202f;" horiz-adv-x="380" />
+<glyph unicode="&#x2039;" d="M346 535v131l469 393v-238l-276 -221l276 -221v-238z" />
+<glyph unicode="&#x203a;" d="M420 141v238l278 221l-278 221v238l469 -393v-131z" />
+<glyph unicode="&#x205f;" horiz-adv-x="475" />
+<glyph unicode="&#x20ac;" d="M6 483l84 187h96q-1 14 -1.5 29.5t-0.5 45.5q0 29 0.5 45t1.5 31h-180l84 189h119q44 250 190 380t381 130q83 0 156 -18t141 -54v-328q-74 78 -144 114t-147 36q-107 0 -177 -65.5t-101 -194.5h442l-84 -189h-382q-2 -16 -2.5 -34t-0.5 -54q0 -14 0.5 -30t1.5 -33h316 l-84 -187h-207q24 -127 95.5 -194.5t180.5 -67.5q78 0 148.5 36t144.5 114v-328q-66 -36 -139.5 -54t-157.5 -18q-235 0 -381 131t-190 381h-203z" />
+<glyph unicode="&#x2122;" d="M0 1360v133h438v-133h-141v-445h-156v445h-141zM522 915v578h207l100 -227l89 227h208v-578h-153v437l-107 -256h-75l-117 256v-437h-152z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1120" d="M0 0v1120h1120v-1120h-1120z" />
+<glyph unicode="&#xfb01;" d="M12 895v225h189v78q0 202 83.5 280t311.5 78h80v-225h-68q-66 0 -89.5 -24t-24.5 -88v-99h604v-1120h-293v895h-311v-895h-293v895h-189zM805 1264v292h293v-292h-293z" />
+<glyph unicode="&#xfb02;" d="M12 895v225h189v78q0 202 83.5 280t311.5 78h502v-1556h-293v1331h-197q-66 0 -89.5 -24t-24.5 -88v-99h188v-225h-188v-895h-293v895h-189z" />
+</font>
+</defs></svg> 

BIN
fonts/hack-bold-webfont.ttf


BIN
fonts/hack-bold-webfont.woff


BIN
fonts/hack-bold-webfont.woff2


BIN
fonts/hack-boldoblique-webfont.eot


+ 241 - 0
fonts/hack-boldoblique-webfont.svg

@@ -0,0 +1,241 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata></metadata>
+<defs>
+<font id="hackbold_oblique" horiz-adv-x="1233" >
+<font-face units-per-em="2048" ascent="1556" descent="-492" />
+<missing-glyph horiz-adv-x="500" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" />
+<glyph unicode=" " />
+<glyph unicode="!" d="M481 85q0 125 115 173q28 12 56 12q72 0 102 -40q33 -44 33 -74q0 -60 -11 -84q-31 -72 -104 -102q-28 -12 -61 -12q-64 0 -97 39.5t-33 87.5zM624 476l13 578l71 454h286l-72 -457l-159 -575h-139z" />
+<glyph unicode="&#x22;" d="M231 938v555h256v-555h-256zM743 938v555h256v-555h-256z" />
+<glyph unicode="#" d="M-41 373l53 215h242l72 293h-240l53 215h242l94 374h221l-94 -374h205l94 374h221l-94 -374h240l-54 -215h-241l-72 -293h240l-54 -215h-241l-94 -373h-222l95 373h-205l-94 -373h-222l95 373h-240zM475 588h203l74 293h-203z" />
+<glyph unicode="$" d="M39 92l51 262q89 -61 178 -94t176 -37l68 346q-157 40 -235 122t-78 206q0 177 127.5 295.5t330.5 126.5l48 237h141l-47 -237q71 -4 144 -18t149 -39l-50 -250q-60 39 -131.5 61t-152.5 27l-64 -318q172 -46 253 -130t81 -214q0 -184 -131.5 -303.5t-353.5 -134.5 l-58 -301h-141l57 301q-85 2 -175 25t-187 67zM459 932q0 -42 26 -70.5t76 -40.5l53 278q-72 -9 -113.5 -54t-41.5 -113zM588 227q82 11 131 58.5t49 115.5q0 52 -28.5 83t-92.5 48z" />
+<glyph unicode="%" horiz-adv-x="1293" d="M33 1104.5q0 138.5 96.5 233t241.5 94.5q17 0 34 -1.5t34 -4.5t33 -8t32 -11q32 -12 60.5 -30t52.5 -40q49 -46 76 -106t27 -127q0 -68 -25.5 -126t-76 -105t-113 -71t-134.5 -24q-145 0 -241.5 94t-96.5 232.5zM42 431v139l1210 448v-145zM198 1104q0 -70 48 -115 q49 -46 125 -46q37 0 68 11.5t57 35.5t39 52t13 62q0 68 -51.5 115t-125.5 47t-124 -46q-49 -46 -49 -116zM573 327q0 138 100.5 232.5t246.5 94.5q70 0 131 -25q60 -25 109 -71q10 -10 18.5 -20t16 -20.5t14.5 -21.5t13.5 -22.5t11.5 -22.5q13 -30 19.5 -61t6.5 -63 q0 -136 -97.5 -231.5t-242.5 -95.5q-74 0 -136 23.5t-112 70.5q-33 31 -55 67.5t-33 77.5t-11 88zM745 327q0 -23 5.5 -43.5t16.5 -38.5t28 -34q25 -23 56 -34.5t69 -11.5q74 0 124 47q49 47 49 114.5t-50 115.5q-50 47 -123 47q-75 0 -125 -46.5t-50 -115.5z" />
+<glyph unicode="&#x26;" d="M-33 360q0 163 98.5 305.5t284.5 247.5q-26 58 -38.5 108t-12.5 97q0 183 134 292.5t362 109.5q70 0 137.5 -11t132.5 -32l-49 -256q-54 35 -118 54t-130 19q-88 0 -135 -35.5t-47 -101.5q0 -34 19 -92t59 -145l221 -480q42 58 66 135t28 170h235q-11 -157 -71 -282.5 t-168 -216.5l115 -246h-316l-35 72q-86 -50 -175.5 -75.5t-176.5 -25.5q-192 0 -306 106.5t-114 282.5zM252 438q0 -99 63.5 -165t157.5 -66q44 0 89 13.5t91 41.5l-217 469q-90 -52 -137 -126.5t-47 -166.5z" />
+<glyph unicode="'" d="M487 938v555h256v-555h-256z" />
+<glyph unicode="(" d="M338 393q0 290 129.5 581t386.5 580h225q-233 -312 -350 -613.5t-117 -594.5q0 -143 28 -296.5t85 -319.5h-225q-82 172 -122 337t-40 326z" />
+<glyph unicode=")" d="M113 -270q233 312 350 613.5t117 594.5q0 143 -28 296.5t-85 319.5h225q81 -171 121.5 -336t40.5 -327q0 -290 -129.5 -581t-386.5 -580h-225z" />
+<glyph unicode="*" d="M109 1087l46 130l371 -122l20 420h136l20 -420l371 122l46 -130l-361 -157l240 -368l-117 -84l-267 353l-267 -353l-117 84l240 368z" />
+<glyph unicode="+" d="M66 524v238h432v430h237v-430h430v-238h-430v-432h-237v432h-432z" />
+<glyph unicode="," d="M380 -275l14 6q225 102 242 303q-13 -2 -22 -2q-74 0 -122 43q-49 43 -49 122q0 25 6 47t17 41t28 34q25 22 56 34q31 11 68 11q31 0 58 -8t50 -25q22 -17 38 -42q25 -36 37 -85t12 -111q0 -88 -24 -164t-71 -140q-95 -127 -267 -190l-13 -5z" />
+<glyph unicode="-" d="M244 454l55 291h629l-56 -291h-628z" />
+<glyph unicode="." d="M436 141q0 82 51 134q51 51 126 51q74 0 126 -51q51 -51 51 -134q0 -80 -51 -132q-51 -51 -126 -51q-74 0 -126 51q-51 52 -51 132z" />
+<glyph unicode="/" d="M0 -190l852 1683h223l-854 -1683h-221z" />
+<glyph unicode="0" horiz-adv-x="1293" d="M98 478q0 95 14.5 197t42.5 211q58 217 144 357q29 47 62 86t70 70t77 53q120 68 279 68q210 0 310 -126q98 -125 98 -379q0 -189 -58 -409q-58 -219 -143 -356q-43 -70 -95.5 -123t-113.5 -87q-121 -69 -281 -69q-210 0 -309 126q-97 125 -97 381zM329 422 q0 -133 50 -196q49 -61 151 -61q40 0 76.5 11.5t70.5 35.5q69 48 117 139q18 34 34.5 71.5t31.5 79t28.5 87.5t25.5 96q16 67 27 130.5t16 123t5 116.5q0 29 -2 55.5t-6 49t-9.5 42t-13.5 35t-17 27.5q-23 31 -60.5 46.5t-90.5 15.5q-79 0 -148 -47q-70 -48 -118 -137 q-73 -134 -121 -335q-47 -202 -47 -385zM501 516v12t0.5 12.5t0.5 13.5q0 1 1 14q6 78 15 130q14 70 17 80q9 29 13 44q3 12 20 58q21 53 30 70q60 113 114 113q4 0 7 -0.5t7 -0.5q63 -14 63 -127v-1q-1 -6 -1 -12v-13v-1q0 -31 -10 -102q-7 -49 -15 -80q-22 -87 -69 -200 q-29 -69 -58 -104.5t-64 -36.5h-4t-4 0.5t-4 0.5q-59 13 -59 130z" />
+<glyph unicode="1" d="M43 0l51 260h330l188 969l-321 -76l51 266l326 74h282l-239 -1233h309l-51 -260h-926z" />
+<glyph unicode="2" d="M-29 0l49 252l277 248q51 46 145 128q402 354 402 507q0 72 -56 112.5t-155 40.5q-82 0 -186 -29.5t-222 -87.5l51 267q109 40 216 61t208 21q193 0 314 -95t121 -245q0 -249 -454 -638l-40 -34l-287 -248h617l-51 -260h-949z" />
+<glyph unicode="3" d="M-31 45l54 270q96 -46 199.5 -70t211.5 -24q154 0 235 68.5t81 197.5q0 82 -64.5 131.5t-171.5 49.5h-158l52 260h157q124 0 201.5 55.5t77.5 140.5q0 70 -57.5 108t-163.5 38q-83 0 -182.5 -21t-209.5 -61l54 268q104 32 200.5 48t184.5 16q204 0 327 -97t123 -256 q0 -140 -94.5 -236.5t-261.5 -125.5q134 -36 200 -118t66 -214q0 -230 -163.5 -366t-444.5 -136q-102 0 -216.5 19t-236.5 55z" />
+<glyph unicode="4" d="M18 322l58 286l735 885h309l-178 -918h164l-49 -253h-164l-62 -322h-282l63 322h-594zM289 575h373l110 578z" />
+<glyph unicode="5" d="M6 35l51 266q70 -40 155.5 -61t180.5 -21q172 0 271.5 79t99.5 214q0 104 -71 164.5t-193 60.5q-78 0 -160.5 -20t-161.5 -58l162 834h811l-51 -260h-572l-53 -277q33 13 69 19t77 6q197 0 313.5 -116.5t116.5 -313.5q0 -267 -178 -423.5t-486 -156.5q-95 0 -190.5 16 t-190.5 48z" />
+<glyph unicode="6" d="M96 469q0 217 60.5 422t169.5 356q98 136 237 203.5t324 67.5q67 0 136.5 -15t145.5 -45l-51 -268q-60 44 -130 67t-142 23q-157 0 -263 -108.5t-153 -317.5q60 65 136 98t165 33q167 0 264 -111.5t97 -304.5q0 -259 -154 -430.5t-387 -171.5q-227 0 -341 125.5 t-114 376.5zM383 401q0 -88 45.5 -141t120.5 -53q108 0 181 100t73 250q0 88 -45.5 139.5t-122.5 51.5q-105 0 -178.5 -100t-73.5 -247z" />
+<glyph unicode="7" d="M109 0l735 1233h-633l51 260h963l-41 -209l-756 -1284h-319z" />
+<glyph unicode="8" d="M63 350q0 169 99 288.5t272 160.5q-104 27 -157.5 97.5t-53.5 180.5q0 183 147.5 313t360.5 130q181 0 293.5 -99t112.5 -258q0 -148 -89 -250t-239 -127q109 -29 170 -113.5t61 -207.5q0 -220 -148.5 -357t-387.5 -137q-210 0 -325.5 99.5t-115.5 279.5zM326 399 q0 -86 55.5 -138t146.5 -52q109 0 179.5 75.5t70.5 192.5q0 88 -53.5 139.5t-144.5 51.5q-112 0 -183 -75.5t-71 -193.5zM485 1069q0 -73 45.5 -119.5t116.5 -46.5q101 0 165.5 60t64.5 153q0 79 -46 123.5t-129 44.5q-92 0 -154.5 -62t-62.5 -153z" />
+<glyph unicode="9" d="M55 29l51 268q61 -44 131 -67t142 -23q156 0 262 108.5t154 317.5q-61 -65 -137 -98t-164 -33q-166 0 -262.5 111t-96.5 305q0 259 153 430.5t386 171.5q227 0 340.5 -126t113.5 -376q0 -217 -60.5 -423.5t-168.5 -356.5q-97 -136 -236 -202.5t-325 -66.5q-67 0 -137 15 t-146 45zM424 928q0 -88 44.5 -138.5t121.5 -50.5q104 0 178 100t74 246q0 88 -45.5 141.5t-120.5 53.5q-108 0 -180 -101t-72 -251z" />
+<glyph unicode=":" d="M467 135q0 147 135 204q33 14 66 14q85 0 120 -47q39 -52 39 -88q0 -70 -13 -98q-37 -85 -122 -121q-33 -14 -72 -14q-75 0 -114 46.5t-39 103.5zM581 847q0 147 135 204q33 14 66 14q85 0 120 -47q39 -52 39 -88q0 -70 -13 -98q-37 -85 -122 -121q-33 -14 -72 -14 q-75 0 -114 46.5t-39 103.5z" />
+<glyph unicode=";" d="M335 -311l12 5q241 102 292 302q-11 -1 -19 -1q-74 0 -117 44q-33 34 -33 89q-1 16 2 35q14 77 69 120q19 15 40 24q21 10 43 15q23 5 47 5q95 0 136 -76q26 -47 26 -118q-1 -37 -7 -79q-26 -175 -143 -303q-57 -63 -131 -110t-164 -79l-15 -5zM567 830q0 9 1 18t2 19 q7 40 25 72q18 33 46 57q58 51 132 51q75 0 119 -52q35 -40 35 -98q0 -9 -1 -18l-2 -18q-7 -41 -26 -74q-18 -33 -46 -57q-29 -25 -62 -38t-70 -13q-76 0 -120 52q-33 40 -33 99z" />
+<glyph unicode="&#x3c;" d="M88 524v236l1057 416v-250l-795 -285l795 -283v-249z" />
+<glyph unicode="=" d="M88 295v237h1057v-237h-1057zM88 752v235h1057v-235h-1057z" />
+<glyph unicode="&#x3e;" d="M88 109v249l795 283l-795 285v250l1057 -416v-236z" />
+<glyph unicode="?" d="M378 1197l36 228l7 3q35 19 69 35t69 29q34 13 68 22q102 29 208 29q190 0 292 -100q27 -26 44 -58q18 -31 27 -68q9 -36 9 -76q-1 -33 -6 -68q-11 -77 -59 -148q-23 -34 -61 -74t-93 -86l-102 -86q-39 -34 -66 -61q-26 -27 -36 -44q-24 -39 -30 -77l-8 -47l-14 -93h-220 l19 128q12 81 55 152q40 68 142 154l104 89q72 61 100 101q29 41 36 86q1 4 1 9q1 4 1 8t1 8v7q-1 61 -41 99q-27 25 -66 38t-90 13q-75 0 -167 -34q-93 -34 -201 -101zM406 83v11v19t14.5 52t60.5 74.5t113 39.5q97 0 130 -88q9 -24 9 -50q0 -91 -60.5 -143.5t-128 -52.5 t-103 42.5t-35.5 95.5z" />
+<glyph unicode="@" d="M-14 387q0 164 44 322t128 295q116 186 284 288.5t357 102.5q194 0 312 -102.5t118 -270.5q0 -30 -3.5 -62t-11.5 -68l-147 -757h-197l17 82q-43 -49 -100 -75.5t-117 -26.5q-139 0 -219 88t-80 241q0 222 127.5 375.5t310.5 153.5q72 0 124 -24.5t81 -71.5q9 35 13.5 68 t4.5 63q0 91 -62 144.5t-167 53.5q-124 0 -237 -63.5t-201 -181.5q-91 -123 -139 -271t-48 -303q0 -239 118 -378.5t318 -139.5q79 0 160 24t162 72l63 -174q-107 -57 -202.5 -83.5t-190.5 -26.5q-285 0 -452.5 191t-167.5 515zM571 477q0 -83 40 -129.5t112 -46.5 q104 0 175 91.5t71 228.5q0 77 -40.5 121t-111.5 44q-103 0 -174.5 -89.5t-71.5 -219.5z" />
+<glyph unicode="A" d="M-113 0l695 1493h360l113 -1493h-293l-14 369h-400l-162 -369h-299zM453 612h284l-20 607z" />
+<glyph unicode="B" d="M-20 0l290 1495h482q211 0 318.5 -83t107.5 -247q0 -161 -95 -260t-270 -119q139 -12 216 -91t77 -210q0 -108 -38 -201.5t-107 -156.5q-75 -67 -190 -97t-310 -30h-481zM311 236h197q156 0 229.5 66.5t73.5 207.5q0 86 -53 127t-164 41h-197zM442 913h197 q121 0 182.5 54.5t61.5 160.5q0 68 -43 100t-133 32h-197z" />
+<glyph unicode="C" d="M131 506q0 230 70.5 441.5t191.5 348.5q97 110 227 167t283 57q82 0 160.5 -18t155.5 -54l-64 -328q-50 68 -122.5 102.5t-160.5 34.5q-80 0 -157 -48.5t-131 -133.5q-69 -107 -111.5 -257.5t-42.5 -285.5q0 -146 63 -223.5t181 -77.5q81 0 161.5 33.5t174.5 106.5 l-64 -328q-77 -36 -157.5 -54t-165.5 -18q-239 0 -365.5 137.5t-126.5 397.5z" />
+<glyph unicode="D" d="M-8 0l291 1493h315q285 0 426 -123t141 -371q0 -87 -13.5 -185.5t-41.5 -211.5q-37 -151 -89 -256t-124 -174q-94 -92 -225 -132t-350 -40h-330zM338 266h96q112 0 189 44t120 132q52 106 84.5 252.5t32.5 272.5q0 132 -62.5 196t-191.5 64h-82z" />
+<glyph unicode="E" d="M29 0l288 1493h932l-51 -260h-635l-63 -322h575l-49 -260h-575l-76 -391h635l-52 -260h-929z" />
+<glyph unicode="F" d="M47 0l291 1493h930l-51 -260h-635l-62 -322h578l-51 -260h-578l-127 -651h-295z" />
+<glyph unicode="G" d="M102 524q0 215 72.5 425t192.5 345q98 111 228 168.5t282 57.5q81 0 159.5 -18t155.5 -54l-66 -328q-51 67 -120 102t-150 35q-71 0 -135.5 -29.5t-116.5 -86.5q-41 -47 -75.5 -110t-59.5 -140q-32 -98 -49 -189.5t-17 -169.5q0 -144 64 -222.5t180 -78.5q36 0 67.5 8.5 t55.5 24.5l57 291h-206l49 248h460l-139 -709q-70 -59 -168 -91t-213 -32q-242 0 -375 145t-133 408z" />
+<glyph unicode="H" d="M-8 0l291 1493h295l-111 -569h369l110 569h295l-291 -1493h-295l129 664h-368l-129 -664h-295z" />
+<glyph unicode="I" d="M27 0l51 260h297l188 973h-297l51 260h889l-51 -260h-297l-188 -973h297l-52 -260h-888z" />
+<glyph unicode="J" d="M-20 78l65 344q78 -96 166.5 -143.5t191.5 -47.5q116 0 172.5 54t83.5 194l148 754h-361l52 260h655l-199 -1014q-33 -170 -74 -256t-108 -141t-158 -83t-204 -28q-111 0 -218 26.5t-212 80.5z" />
+<glyph unicode="K" d="M-18 0l288 1493h295l-108 -557l563 557h348l-606 -604l338 -889h-303l-254 670l-172 -170l-95 -500h-294z" />
+<glyph unicode="L" d="M80 0l291 1493h295l-240 -1233h631l-51 -260h-926z" />
+<glyph unicode="M" d="M-57 0l288 1493h353l49 -655l297 655h360l-289 -1493h-253l237 1198l-293 -655h-219l-47 655l-231 -1198h-252z" />
+<glyph unicode="N" d="M-25 0l291 1493h303l215 -1085l211 1085h260l-288 -1493h-293l-225 1085l-211 -1085h-263z" />
+<glyph unicode="O" d="M61 465q0 200 50 405t135 359q77 140 202 215.5t281 75.5q215 0 328.5 -126t113.5 -364q0 -202 -49 -408.5t-133 -357.5q-78 -141 -203.5 -217t-281.5 -76q-217 0 -330 126.5t-113 367.5zM365 471q0 -120 40 -179t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5 t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5z" />
+<glyph unicode="P" d="M16 0l291 1493h420q236 0 359.5 -91.5t123.5 -266.5q0 -114 -36.5 -226t-94.5 -178q-78 -91 -194 -131.5t-301 -40.5h-164l-109 -559h-295zM469 807h143q146 0 218.5 67.5t72.5 202.5q0 91 -52 129.5t-177 38.5h-121z" />
+<glyph unicode="Q" d="M61 461q0 202 49.5 408.5t133.5 357.5q78 141 203.5 217t281.5 76q211 0 326.5 -123.5t115.5 -347.5q0 -213 -48.5 -422.5t-133.5 -364.5q-35 -66 -87.5 -121t-125.5 -102l148 -186l-211 -134l-178 252h-27q-218 0 -332.5 125t-114.5 365zM365 471q0 -120 40 -179 t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5z" />
+<glyph unicode="R" d="M8 0l291 1493h410q232 0 344 -87.5t112 -268.5q0 -187 -98 -299.5t-279 -132.5q61 -9 95 -45t61 -123l164 -537h-301l-106 376q-3 10 -8 27q-53 187 -158 187h-117l-115 -590h-295zM467 838h123q135 0 204.5 64t69.5 188q0 78 -46 116.5t-138 38.5h-133z" />
+<glyph unicode="S" d="M4 76l59 305q97 -81 203 -123.5t213 -42.5q133 0 209 58.5t76 158.5q0 62 -35 107.5t-104 74.5l-119 50q-192 80 -254 155t-62 201q0 220 161.5 360t418.5 140q103 0 200.5 -20.5t188.5 -61.5l-57 -285q-68 62 -159 93.5t-202 31.5q-118 0 -192 -56.5t-74 -144.5 q0 -84 184 -167l7 -3l116 -51q146 -65 213.5 -156.5t67.5 -224.5q0 -230 -161 -367t-435 -137q-110 0 -224.5 26t-238.5 79z" />
+<glyph unicode="T" d="M180 1235l49 258h1059l-51 -258h-379l-240 -1235h-294l239 1235h-383z" />
+<glyph unicode="U" d="M45 352q0 42 5.5 92t17.5 107l184 942h295l-199 -1016q0 -2 -1 -6q-7 -47 -7 -68q0 -82 46 -127t130 -45q108 0 172.5 61t89.5 185l199 1016h295l-185 -942q-35 -180 -75 -272.5t-103 -155.5q-76 -74 -180 -113t-229 -39q-219 0 -337 99t-118 282z" />
+<glyph unicode="V" d="M203 1493h291l24 -1251l506 1251h301l-645 -1493h-412z" />
+<glyph unicode="W" d="M41 0l102 1493h254l-108 -1096l272 709h238l12 -709l297 1096h262l-461 -1493h-270l-12 784l-318 -784h-268z" />
+<glyph unicode="X" d="M-143 0l614 782l-287 711h291l187 -463l360 463h321l-573 -737l301 -756h-291l-200 512l-400 -512h-323z" />
+<glyph unicode="Y" d="M145 1493h293l187 -649l411 649h322l-633 -905l-115 -588h-293l115 588z" />
+<glyph unicode="Z" d="M-33 0l47 244l858 989h-643l52 260h1009l-49 -244l-876 -989h700l-51 -260h-1047z" />
+<glyph unicode="[" d="M402 -285l307 1936h455l-28 -173h-240l-251 -1590h240l-28 -173h-455z" />
+<glyph unicode="\" d="M340 1493h203l198 -1683h-202z" />
+<glyph unicode="]" d="M285 -285l28 173h240l251 1589h-240l28 173h455l-307 -1935h-455z" />
+<glyph unicode="^" d="M57 936l437 557h245l437 -557h-242l-318 301l-317 -301h-242z" />
+<glyph unicode="_" d="M0 -293h1233v-190h-1233v190z" />
+<glyph unicode="`" d="M371 1638h284l209 -376h-198z" />
+<glyph unicode="a" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161z" />
+<glyph unicode="b" d="M47 0l303 1556h293l-119 -604q63 96 146 145.5t178 49.5q146 0 231.5 -109.5t85.5 -298.5q0 -131 -30.5 -260.5t-85.5 -234.5q-69 -129 -174 -201t-222 -72q-111 0 -183 62.5t-89 173.5l-41 -207h-293zM434 432q0 -104 45 -163.5t121 -59.5q111 0 190.5 141.5t79.5 343.5 q0 101 -41.5 157t-115.5 56q-114 0 -196.5 -138.5t-82.5 -336.5z" />
+<glyph unicode="c" d="M150 434q0 317 183.5 515t479.5 198q98 0 183 -20.5t161 -63.5l-53 -268q-61 58 -129 86t-146 28q-170 0 -276.5 -124t-106.5 -322q0 -128 61 -191t185 -63q70 0 149.5 26t170.5 78l-56 -276q-77 -33 -158.5 -49.5t-164.5 -16.5q-226 0 -354.5 124t-128.5 339z" />
+<glyph unicode="d" d="M66 381q0 129 31 257.5t87 235.5q69 129 174 202t222 73q112 0 185.5 -63.5t88.5 -174.5l125 645h293l-303 -1556h-291l31 166q-66 -96 -148.5 -145.5t-177.5 -49.5q-146 0 -231.5 110t-85.5 300zM362 424q0 -101 41.5 -157t114.5 -56q114 0 197.5 138.5t83.5 336.5 q0 104 -45 163.5t-121 59.5q-111 0 -191 -141.5t-80 -343.5z" />
+<glyph unicode="e" d="M76 436q0 141 44 273t124 229q84 102 200 156.5t250 54.5q209 0 335 -120t126 -318q0 -45 -6.5 -104t-20.5 -142h-759q-3 -17 -4.5 -32t-2.5 -30q0 -99 67 -149.5t198 -50.5q108 0 216 31t201 90l-51 -269q-95 -42 -198 -63t-213 -21q-248 0 -377 118.5t-129 346.5z M410 684h466q4 14 5.5 27.5t1.5 25.5q0 85 -51 134t-140 49q-100 0 -171 -59t-111 -177z" />
+<glyph unicode="f" d="M231 895l43 225h273l16 78q42 211 134 284.5t331 73.5h240l-43 -225h-230q-65 0 -94 -27.5t-45 -107.5l-16 -76h344l-43 -225h-344l-174 -895h-293l174 895h-273z" />
+<glyph unicode="g" d="M18 -365l54 265q75 -45 157.5 -67.5t169.5 -22.5q125 0 195.5 58.5t93.5 182.5l27 133q-54 -83 -131.5 -125.5t-173.5 -42.5q-157 0 -249.5 104.5t-92.5 282.5q0 139 42 280t115 249q70 103 170.5 161t206.5 58q104 0 171.5 -55t88.5 -158l35 182h293l-203 -1036 q-53 -277 -191 -392.5t-411 -115.5q-98 0 -189 15t-178 44zM367 459q0 -102 40 -157.5t113 -55.5q115 0 199 132.5t84 319.5q0 100 -41 155.5t-113 55.5q-114 0 -198 -132.5t-84 -317.5z" />
+<glyph unicode="h" d="M59 0l303 1556h291l-116 -604q48 92 132 143.5t185 51.5q128 0 197 -69.5t69 -196.5q0 -30 -4.5 -68t-13.5 -85l-141 -728h-293l133 682q5 26 7.5 52.5t2.5 53.5q0 58 -29 88.5t-84 30.5q-83 0 -141 -71.5t-84 -206.5l-121 -629h-293z" />
+<glyph unicode="i" d="M14 0l43 225h365l131 670h-287l43 225h580l-174 -895h364l-43 -225h-1022zM635 1323l67 342h293l-67 -342h-293z" />
+<glyph unicode="j" d="M-63 -424l45 225h231q100 0 151 53.5t76 188.5l166 852h-297l43 225h590l-209 -1077q-33 -167 -63.5 -238.5t-77.5 -117.5q-59 -59 -140 -85t-208 -26h-307zM690 1323l66 342h293l-66 -342h-293z" />
+<glyph unicode="k" d="M82 0l301 1556h293l-152 -782l404 346h370l-505 -418l313 -702h-311l-222 524l-116 -96l-82 -428h-293z" />
+<glyph unicode="l" d="M233 1331l43 225h598l-249 -1191q-4 -20 -6.5 -36.5t-2.5 -21.5q0 -45 31 -63.5t109 -18.5h278l-45 -225h-297q-205 0 -290 56t-85 186q0 23 5 58t14 79l203 952h-306z" />
+<glyph unicode="m" d="M-33 0l217 1120h213l-22 -116q41 68 101.5 105.5t129.5 37.5t112.5 -37.5t51.5 -101.5q32 64 96 101.5t140 37.5q92 0 146 -56t54 -153q0 -47 -5.5 -95.5t-20.5 -123.5l-140 -719h-239l139 719q10 51 14 81.5t4 45.5q0 40 -17.5 61t-51.5 21q-48 0 -76.5 -45t-50.5 -164 l-139 -719h-240l141 719q8 42 12.5 75t4.5 52q0 40 -18 61t-52 21q-47 0 -74.5 -43.5t-50.5 -165.5l-139 -719h-240z" />
+<glyph unicode="n" d="M59 0l217 1120h293l-32 -168q48 92 132 143.5t185 51.5q128 0 197 -69.5t69 -196.5q0 -30 -4.5 -68t-13.5 -85l-141 -728h-293l133 682q5 26 7.5 52.5t2.5 53.5q0 58 -29 88.5t-84 30.5q-82 0 -140.5 -72t-84.5 -206l-121 -629h-293z" />
+<glyph unicode="o" d="M88 426q0 322 166.5 522.5t433.5 200.5q215 0 336 -120.5t121 -334.5q0 -323 -166.5 -523t-433.5 -200q-215 0 -336 120.5t-121 334.5zM383 434q0 -106 48.5 -166.5t131.5 -60.5q121 0 204 136.5t83 340.5q0 109 -46.5 168t-131.5 59q-123 0 -206 -136t-83 -341z" />
+<glyph unicode="p" d="M-37 -426l301 1546h293l-33 -168q71 98 153 146.5t175 48.5q147 0 232 -109.5t85 -298.5q0 -129 -31 -259t-87 -236q-69 -129 -174 -201t-222 -72q-112 0 -184 62t-92 174l-123 -633h-293zM436 432q0 -104 45 -163.5t121 -59.5q111 0 191.5 142t80.5 343q0 101 -41.5 157 t-115.5 56q-114 0 -197.5 -138.5t-83.5 -336.5z" />
+<glyph unicode="q" d="M68 381q0 129 31 257.5t87 235.5q70 130 174 202.5t220 72.5q111 0 183.5 -62.5t90.5 -175.5l39 209h293l-301 -1546h-291l115 592q-63 -95 -146 -145t-178 -50q-146 0 -231.5 110t-85.5 300zM362 424q0 -100 42 -156.5t116 -56.5q114 0 196.5 138.5t82.5 336.5 q0 104 -45 163.5t-121 59.5q-111 0 -191 -141.5t-80 -343.5z" />
+<glyph unicode="r" d="M154 0l219 1120h293l-35 -174q62 96 161 148.5t218 52.5q62 0 117.5 -15t99.5 -42l-53 -275q-48 43 -107 63.5t-133 20.5q-166 0 -255.5 -88t-129.5 -295l-100 -516h-295z" />
+<glyph unicode="s" d="M90 41l51 256q86 -56 181 -85.5t188 -29.5q110 0 171.5 37.5t61.5 104.5q0 46 -30.5 72t-163.5 65l-88 24q-122 36 -179 105.5t-57 181.5q0 168 136 271.5t362 103.5q93 0 186 -15.5t185 -46.5l-50 -254q-75 53 -162 80t-180 27q-94 0 -149 -35t-55 -94q0 -45 36.5 -72.5 t165.5 -64.5l74 -21q128 -37 187 -107t59 -184q0 -182 -137.5 -285.5t-382.5 -103.5q-104 0 -207.5 17.5t-202.5 52.5z" />
+<glyph unicode="t" d="M164 895l43 225h287l61 318h293l-62 -318h383l-43 -225h-383l-104 -530q-4 -20 -6 -35t-2 -23q0 -45 30 -63.5t109 -18.5h225l-43 -225h-245q-204 0 -289.5 55.5t-85.5 184.5q0 21 4.5 55t13.5 84l101 516h-287z" />
+<glyph unicode="u" d="M106 244q0 28 4 64t13 83l143 729h291l-131 -684q-5 -27 -7.5 -53t-2.5 -51q0 -58 29 -89.5t83 -31.5q83 0 139.5 70t84.5 208l122 631h291l-217 -1120h-293l33 166q-44 -90 -129 -142.5t-186 -52.5q-129 0 -198 70.5t-69 202.5z" />
+<glyph unicode="v" d="M172 1120h283l80 -878l389 878h307l-551 -1120h-369z" />
+<glyph unicode="w" d="M90 0l6 1120h240l-33 -858l227 565h230l22 -565l291 858h252l-418 -1120h-280l-19 590l-239 -590h-279z" />
+<glyph unicode="x" d="M-76 0l512 594l-258 526h301l148 -317l268 317h332l-477 -553l278 -567h-299l-170 356l-303 -356h-332z" />
+<glyph unicode="y" d="M-90 -424l45 223h117q87 0 137 30t110 142l39 74l-217 1075h297l127 -700l383 700h309l-706 -1241q-112 -198 -193.5 -250.5t-207.5 -52.5h-240z" />
+<glyph unicode="z" d="M49 0l45 229l707 672h-551l43 219h895l-45 -229l-707 -672h576l-43 -219h-920z" />
+<glyph unicode="{" d="M101 516l37 191h91q143 0 207 55t94 211l41 215q43 224 136.5 296t353.5 72h149l-36 -190h-123q-105 0 -149 -43q-46 -45 -71 -184l-38 -209q-31 -165 -95 -234q-62 -67 -192 -84q95 -21 136.5 -64.5t41.5 -119.5q0 -30 -4 -64q-3 -27 -12 -73l-41 -205q-10 -50 -13 -74 q-4 -28 -4 -45q0 -59 34 -84.5t114 -25.5h121l-37 -191h-148q-196 0 -280 54.5t-84 179.5q0 23 4 51q3 27 14 84l43 215q7 36 13 78q4 30 4 51q0 76 -63 106.5t-182 30.5h-62z" />
+<glyph unicode="|" d="M502 -483v2048h227v-2048h-227z" />
+<glyph unicode="}" d="M-31 -334l37 191h123q103 1 147 43q45 43 72 186l39 205q31 163 95 233q63 69 192 88q-94 16 -136 58t-42 121q0 25 4 61q6 46 12 78l41 209q7 28 13 75q4 27 3 43q0 60 -33 84.5t-114 24.5h-121l37 190h147q205 0 287 -48t82 -162q0 -44 -20 -144l-3 -15l-41 -215 q-7 -39 -10 -61q-4 -29 -4 -49q0 -85 62.5 -120t178.5 -35h62l-37 -191h-92q-140 0 -206 -58t-95 -208l-41 -215q-42 -221 -142 -295q-99 -74 -347 -74h-150z" />
+<glyph unicode="~" d="M88 465v229q78 61 151 88t156 27q53 0 103 -11t124 -42l33 -15q116 -55 209 -55q70 0 139 30.5t142 94.5v-233q-75 -60 -146.5 -87.5t-150.5 -27.5q-90 0 -203 51q-22 10 -33 14q-77 34 -128.5 46t-102.5 12q-78 0 -148.5 -29t-144.5 -92z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#xa1;" d="M338 0l127 655l102 357h199l-35 -357l-127 -655h-266zM573 1210l56 283h266l-55 -283h-267z" />
+<glyph unicode="&#xa2;" d="M104 434q0 155 54.5 293t156.5 244q80 83 187.5 127.5t230.5 46.5l55 287h142l-55 -287q53 -3 110 -20t117 -48l-53 -264q-45 40 -100 63.5t-119 30.5l-135 -692q64 5 128.5 28t128.5 64l-51 -264q-62 -31 -125.5 -48t-128.5 -20l-55 -288h-141l55 288 q-194 22 -298 140.5t-104 318.5zM365 457q0 -106 52 -172.5t135 -69.5l136 692q-136 -15 -229.5 -145.5t-93.5 -304.5z" />
+<glyph unicode="&#xa3;" d="M-23 0l52 260h235l64 334h-199l45 225h199l37 197q51 268 179 386t367 118q74 0 146 -16t143 -48l-53 -266q-60 41 -119 61.5t-121 20.5q-105 0 -168.5 -67t-91.5 -210l-33 -176h336l-43 -225h-338l-63 -334h481l-51 -260h-1004z" />
+<glyph unicode="&#xa4;" d="M186 305l170 170q-22 42 -33.5 83.5t-11.5 82.5q0 47 11.5 87.5t35.5 78.5l-172 170l131 131l166 -172q41 24 82.5 35.5t87.5 11.5q39 0 79.5 -11t86.5 -34l172 170l127 -129l-170 -170q23 -41 34 -82.5t11 -85.5q0 -47 -11.5 -87.5t-35.5 -76.5l172 -170l-131 -131 l-170 172q-36 -24 -76 -35.5t-88 -11.5q-39 0 -81 10.5t-87 32.5l-170 -168zM479 643q0 -74 50.5 -125t123.5 -51q74 0 124 51t50 125q0 73 -50 122.5t-124 49.5q-73 0 -123.5 -49.5t-50.5 -122.5z" />
+<glyph unicode="&#xa5;" d="M-29 438l37 189h408l-58 151h-321l37 187h223l-170 528h317l174 -600l408 600h317l-374 -528h223l-37 -187h-321l-115 -151h407l-36 -189h-412l-86 -438h-293l84 438h-412z" />
+<glyph unicode="&#xa6;" d="M502 -350v758h227v-758h-227zM502 674v758h227v-758h-227z" />
+<glyph unicode="&#xa7;" d="M104 -135l46 229q74 -33 153 -50t154 -17q86 0 133 34t47 97q0 69 -152 170l-18 12l-100 68q-109 72 -149 129.5t-40 132.5q0 93 61 170t175 127q-51 41 -75 90t-24 112q0 157 117.5 254t308.5 97q71 0 151 -15t167 -45l-45 -229q-68 34 -133.5 50.5t-128.5 16.5 q-85 0 -132 -34t-47 -97q0 -41 30.5 -77t139.5 -105l105 -67q99 -65 141.5 -126t42.5 -137q0 -84 -55.5 -159t-169.5 -142q45 -43 66.5 -93.5t21.5 -113.5q0 -152 -119.5 -247t-314.5 -95q-82 0 -170.5 15t-186.5 45zM410 707q0 -39 17.5 -68t55.5 -55l78 -54q22 -15 51 -34 t70 -45q57 39 88 83t31 84q0 35 -19 67t-53 56l-80 54q-1 0 -41 27.5t-78 54.5q-58 -44 -89 -88t-31 -82z" />
+<glyph unicode="&#xa8;" d="M416 1339l47 246h237l-49 -246h-235zM811 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#xa9;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM131 741q0 -98 36 -183t107 -157t157 -108.5t185 -36.5 q100 0 186 36.5t156 108.5q72 72 108 157t36 183q0 101 -36 187t-108 157q-72 73 -156.5 108.5t-185.5 35.5q-99 0 -184 -35.5t-158 -108.5q-71 -71 -107 -157t-36 -187zM266 741q0 156 101 249t270 93q55 0 107.5 -8.5t103.5 -25.5v-168q-52 31 -97.5 45t-93.5 14 q-97 0 -150.5 -52t-53.5 -147t53 -146.5t151 -51.5q53 0 101 14.5t90 44.5v-168q-55 -17 -108 -26t-103 -9q-169 0 -270 93.5t-101 248.5z" />
+<glyph unicode="&#xaa;" d="M211 428l35 170h688l-35 -170h-688zM274 924q0 149 111.5 229t319.5 80h135l6 35q1 3 1.5 7t0.5 11q0 40 -36.5 61t-106.5 21q-57 0 -130.5 -20t-156.5 -58l33 174q80 28 151.5 42t136.5 14q148 0 230 -52.5t82 -146.5q0 -32 -4 -66.5t-15 -89.5l-88 -448h-207l19 88 q-46 -54 -107.5 -80.5t-140.5 -26.5q-107 0 -170.5 61t-63.5 165zM492 940q0 -44 29 -73t73 -29q85 0 141 64.5t76 184.5h-80q-122 0 -180.5 -36t-58.5 -111z" />
+<glyph unicode="&#xab;" d="M78 535l24 131l547 393l-47 -238l-319 -221l233 -221l-45 -238zM532 535l25 131l545 393l-45 -238l-320 -221l234 -221l-45 -238z" />
+<glyph unicode="&#xac;" d="M88 662v237h1057v-537h-238v300h-819z" />
+<glyph unicode="&#xad;" d="M244 444l55 291h629l-56 -291h-628z" />
+<glyph unicode="&#xae;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM131 741q0 -98 36 -183t107 -159q72 -71 157.5 -107 t184.5 -36t185 36t157 107q72 74 108 159t36 183q0 101 -36 187t-108 157q-72 73 -156.5 108.5t-185.5 35.5q-99 0 -184 -35.5t-158 -108.5q-71 -71 -107 -157t-36 -187zM360 430v625h246q133 0 197.5 -44t64.5 -134q0 -65 -39 -107.5t-110 -54.5q38 -14 65.5 -42t51.5 -77 l79 -166h-172l-63 133q-27 58 -55.5 81.5t-69.5 25.5h-31v-240h-164zM524 780h64q57 0 85.5 20t28.5 60q0 43 -28 63.5t-86 20.5h-64v-164z" />
+<glyph unicode="&#xaf;" d="M422 1368l37 188h631l-37 -188h-631z" />
+<glyph unicode="&#xb0;" d="M283 1186q0 141 96 237.5t237 96.5q67 0 128 -25.5t108 -73.5q47 -47 71.5 -107t24.5 -128q0 -66 -25 -127t-71 -107q-48 -47 -109 -72.5t-129 -25.5q-141 0 -236 95t-95 237zM444 1186q0 -72 49 -121t121 -49t122 49.5t50 120.5q0 72 -49.5 122t-120.5 50 q-72 0 -122 -50t-50 -122z" />
+<glyph unicode="&#xb1;" d="M88 0v238h1057v-238h-1057zM88 694v236h410v354h237v-354h410v-236h-410v-354h-237v354h-410z" />
+<glyph unicode="&#xb2;" d="M260 668l29 141q51 37 142 102q400 286 400 377q0 45 -36 69.5t-103 24.5q-63 0 -137.5 -18t-151.5 -53l31 162q76 23 149 35t146 12q144 0 221.5 -54t77.5 -153q0 -140 -410 -427q-68 -47 -104 -73h438l-28 -145h-664z" />
+<glyph unicode="&#xb3;" d="M276 694l31 154q62 -27 135 -41t152 -14q96 0 151.5 40.5t55.5 110.5q0 45 -43.5 71.5t-118.5 26.5h-111l29 146h109q88 0 135 27.5t47 78.5q0 40 -40 63t-110 23q-48 0 -117 -12t-149 -35l29 152q73 17 143.5 26t136.5 9q141 0 220 -51t79 -140q0 -90 -60.5 -145.5 t-172.5 -67.5q83 -9 132.5 -58.5t49.5 -123.5q0 -134 -109.5 -207.5t-312.5 -73.5q-75 0 -148.5 10.5t-142.5 30.5z" />
+<glyph unicode="&#xb4;" d="M569 1262l318 376h321l-442 -376h-197z" />
+<glyph unicode="&#xb5;" d="M-55 -428l301 1548h289l-132 -680q-6 -28 -9 -52t-3 -42q0 -63 34 -98t95 -35q82 0 133 56t74 171l131 680h289l-150 -776q-5 -35 -7.5 -51.5t-2.5 -24.5q0 -27 10.5 -41t30.5 -14q12 0 26.5 6t35.5 19l-43 -222q-46 -23 -86 -34t-76 -11q-72 0 -110 37.5t-50 120.5 q-53 -79 -114.5 -118.5t-131.5 -39.5q-58 0 -96 24t-53 71l-97 -494h-288z" />
+<glyph unicode="&#xb6;" d="M102 981q0 217 162.5 364.5t407.5 147.5h518l-328 -1690h-190l301 1543h-191l-299 -1543h-190l164 846q-171 18 -263 104t-92 228z" />
+<glyph unicode="&#xb7;" d="M408 530l71 365h334l-72 -365h-333z" />
+<glyph unicode="&#xb8;" d="M150 -375l28 156q43 -17 84 -26t76 -9q68 0 104.5 27t36.5 77q0 26 -13 60.5t-44 89.5h141q36 -48 54 -94t18 -90q0 -99 -76.5 -158t-206.5 -59q-52 0 -103 6.5t-99 19.5z" />
+<glyph unicode="&#xb9;" d="M289 668l26 145h236l106 543l-229 -43l29 149l229 41h197l-135 -690h227l-29 -145h-657z" />
+<glyph unicode="&#xba;" d="M221 428l33 170h688l-33 -170h-688zM307 1016q0 224 119.5 364t312.5 140q155 0 241.5 -84t86.5 -234q0 -225 -119 -364.5t-311 -139.5q-156 0 -243 84t-87 234zM520 1022q0 -75 34.5 -117.5t94.5 -42.5q87 0 147 96t60 238q0 76 -34 118t-95 42q-87 0 -147 -96t-60 -238 z" />
+<glyph unicode="&#xbb;" d="M82 141l45 238l322 221l-234 221l45 238l393 -393l-26 -131zM537 141l45 238l321 221l-233 221l45 238l393 -393l-27 -131z" />
+<glyph unicode="&#xbc;" d="M31 824l26 145h236l106 543l-229 -43l29 149l229 41h197l-135 -690h227l-29 -145h-657zM47 618l1059 261l37 -117l-1059 -262zM407 -90l31 162l467 493h205l-101 -512h109l-27 -143h-108l-35 -180h-188l36 180h-389zM573 53h250l64 330z" />
+<glyph unicode="&#xbd;" d="M31 824l26 145h236l106 543l-229 -43l29 149l229 41h197l-135 -690h227l-29 -145h-657zM47 618l1059 261l37 -117l-1059 -262zM414 -270l29 141q51 37 142 102q400 286 400 377q0 45 -36 69.5t-103 24.5q-63 0 -137.5 -18t-151.5 -53l31 162q76 23 149 35t146 12 q144 0 221.5 -54t77.5 -153q0 -140 -410 -427q-68 -47 -104 -73h438l-28 -145h-664z" />
+<glyph unicode="&#xbe;" d="M47 618l1059 261l37 -117l-1059 -262zM49 850l31 154q62 -27 135 -41t152 -14q96 0 151.5 40.5t55.5 110.5q0 45 -43.5 71.5t-118.5 26.5h-111l29 146h109q88 0 135 27.5t47 78.5q0 40 -40 63t-110 23q-48 0 -117 -12t-149 -35l29 152q73 17 143.5 26t136.5 9 q141 0 220 -51t79 -140q0 -90 -60.5 -145.5t-172.5 -67.5q83 -9 132.5 -58.5t49.5 -123.5q0 -134 -109.5 -207.5t-312.5 -73.5q-75 0 -148.5 10.5t-142.5 30.5zM407 -90l31 162l467 493h205l-101 -512h109l-27 -143h-108l-35 -180h-188l36 180h-389zM573 53h250l64 330z" />
+<glyph unicode="&#xbf;" d="M90 272q0 95 49 178t166 181l105 86l8 7q126 105 153 245l23 123h266l-29 -154q-17 -95 -61.5 -166t-138.5 -151l-105 -93l-15 -13q-140 -122 -140 -187q0 -57 37 -88t106 -31q89 0 191.5 36.5t218.5 108.5l-52 -268q-101 -55 -208 -84t-211 -29q-165 0 -264 82.5 t-99 216.5zM618 1210l54 283h268l-55 -283h-267z" />
+<glyph unicode="&#xc0;" d="M-113 0l695 1493h360l113 -1493h-293l-14 369h-400l-162 -369h-299zM453 612h284l-20 607zM500 1899h264l143 -264h-178z" />
+<glyph unicode="&#xc1;" d="M-113 0l695 1493h360l113 -1493h-293l-14 369h-400l-162 -369h-299zM453 612h284l-20 607zM616 1635l246 264h281l-320 -264h-207z" />
+<glyph unicode="&#xc2;" d="M-113 0l695 1493h360l113 -1493h-293l-14 369h-400l-162 -369h-299zM395 1635l244 264h348l151 -264h-169l-164 161l-230 -161h-180zM453 612h284l-20 607z" />
+<glyph unicode="&#xc3;" d="M-113 0l695 1493h360l113 -1493h-293l-14 369h-400l-162 -369h-299zM422 1635q25 128 90.5 197t161.5 69q37 0 69.5 -12t67.5 -39l53 -41q15 -13 33.5 -20t34.5 -7q39 0 65 30.5t37 88.5h137q-26 -128 -91 -197t-159 -69q-37 0 -69 11t-70 40l-49 37q-25 19 -41.5 25.5 t-34.5 6.5q-35 0 -61.5 -32t-36.5 -88h-137zM453 612h284l-20 607z" />
+<glyph unicode="&#xc4;" d="M-113 0l695 1493h360l113 -1493h-293l-14 369h-400l-162 -369h-299zM453 612h284l-20 607zM454 1653l50 246h235l-49 -246h-236zM850 1653l49 246h235l-47 -246h-237z" />
+<glyph unicode="&#xc5;" d="M-113 0l660 1421q-36 36 -57 89t-21 106q0 117 83.5 201t201.5 84q116 0 200 -84t84 -201q0 -59 -23.5 -113t-66.5 -94l107 -1409h-295l-21 369h-395l-162 -369h-295zM451 612h278l-20 611zM623 1616q0 -54 38.5 -92.5t92.5 -38.5t92.5 38.5t38.5 92.5t-39 92.5t-92 38.5 q-54 0 -92.5 -38.5t-38.5 -92.5z" />
+<glyph unicode="&#xc6;" d="M-150 0l652 1493h809l-51 -260h-291l-60 -311h260l-51 -260h-260l-78 -402h310l-52 -260h-563l72 362h-283l-155 -362h-259zM365 598h227l125 635h-80z" />
+<glyph unicode="&#xc7;" d="M131 506q0 230 70.5 441.5t191.5 348.5q97 110 227 167t283 57q82 0 160.5 -18t155.5 -54l-64 -328q-50 68 -122.5 102.5t-160.5 34.5q-80 0 -157 -48.5t-131 -133.5q-69 -107 -111.5 -257.5t-42.5 -285.5q0 -146 63 -223.5t181 -77.5q81 0 161.5 33.5t174.5 106.5 l-64 -328q-77 -36 -157.5 -54t-165.5 -18q-239 0 -365.5 137.5t-126.5 397.5zM271 -375l28 156q43 -17 84 -26t76 -9q68 0 104.5 27t36.5 77q0 26 -13 60.5t-44 89.5h141q36 -48 54 -94t18 -90q0 -99 -76.5 -158t-206.5 -59q-52 0 -103 6.5t-99 19.5z" />
+<glyph unicode="&#xc8;" d="M29 0l288 1493h932l-51 -260h-635l-63 -322h575l-49 -260h-575l-76 -391h635l-52 -260h-929zM537 1899h264l143 -264h-178z" />
+<glyph unicode="&#xc9;" d="M29 0l288 1493h932l-51 -260h-635l-63 -322h575l-49 -260h-575l-76 -391h635l-52 -260h-929zM653 1635l246 264h281l-320 -264h-207z" />
+<glyph unicode="&#xca;" d="M29 0l288 1493h932l-51 -260h-635l-63 -322h575l-49 -260h-575l-76 -391h635l-52 -260h-929zM432 1635l244 264h348l151 -264h-169l-164 161l-230 -161h-180z" />
+<glyph unicode="&#xcb;" d="M29 0l288 1493h932l-51 -260h-635l-63 -322h575l-49 -260h-575l-76 -391h635l-52 -260h-929zM491 1653l50 246h235l-49 -246h-236zM887 1653l49 246h235l-47 -246h-237z" />
+<glyph unicode="&#xcc;" d="M27 0l51 260h297l188 973h-297l51 260h889l-51 -260h-297l-188 -973h297l-52 -260h-888zM496 1899h264l143 -264h-178z" />
+<glyph unicode="&#xcd;" d="M27 0l51 260h297l188 973h-297l51 260h889l-51 -260h-297l-188 -973h297l-52 -260h-888zM612 1635l246 264h281l-320 -264h-207z" />
+<glyph unicode="&#xce;" d="M27 0l51 260h297l188 973h-297l51 260h889l-51 -260h-297l-188 -973h297l-52 -260h-888zM391 1635l244 264h348l151 -264h-169l-164 161l-230 -161h-180z" />
+<glyph unicode="&#xcf;" d="M27 0l51 260h297l188 973h-297l51 260h889l-51 -260h-297l-188 -973h297l-52 -260h-888zM450 1653l50 246h235l-49 -246h-236zM846 1653l49 246h235l-47 -246h-237z" />
+<glyph unicode="&#xd0;" d="M-16 664l47 237h135l117 592h315q285 0 426 -123t141 -371q0 -87 -13.5 -185.5t-41.5 -211.5q-37 -151 -89 -256t-124 -174q-94 -92 -225 -132t-350 -40h-330l129 664h-137zM338 266h96q112 0 189 44t120 132q52 106 84.5 252.5t32.5 272.5q0 132 -62.5 196t-191.5 64 h-82l-63 -326h211l-45 -237h-211z" />
+<glyph unicode="&#xd1;" d="M-25 0l291 1493h303l215 -1085l211 1085h260l-288 -1493h-293l-225 1085l-211 -1085h-263zM422 1635q25 128 90.5 197t161.5 69q37 0 69.5 -12t67.5 -39l53 -41q15 -13 33.5 -20t34.5 -7q39 0 65 30.5t37 88.5h137q-26 -128 -91 -197t-159 -69q-37 0 -69 11t-70 40 l-49 37q-25 19 -41.5 25.5t-34.5 6.5q-35 0 -61.5 -32t-36.5 -88h-137z" />
+<glyph unicode="&#xd2;" d="M61 465q0 200 50 405t135 359q77 140 202 215.5t281 75.5q215 0 328.5 -126t113.5 -364q0 -202 -49 -408.5t-133 -357.5q-78 -141 -203.5 -217t-281.5 -76q-217 0 -330 126.5t-113 367.5zM365 471q0 -120 40 -179t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5 t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5zM500 1899h264l143 -264h-178z" />
+<glyph unicode="&#xd3;" d="M61 465q0 200 50 405t135 359q77 140 202 215.5t281 75.5q215 0 328.5 -126t113.5 -364q0 -202 -49 -408.5t-133 -357.5q-78 -141 -203.5 -217t-281.5 -76q-217 0 -330 126.5t-113 367.5zM365 471q0 -120 40 -179t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5 t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5zM616 1635l246 264h281l-320 -264h-207z" />
+<glyph unicode="&#xd4;" d="M61 465q0 200 50 405t135 359q77 140 202 215.5t281 75.5q215 0 328.5 -126t113.5 -364q0 -202 -49 -408.5t-133 -357.5q-78 -141 -203.5 -217t-281.5 -76q-217 0 -330 126.5t-113 367.5zM365 471q0 -120 40 -179t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5 t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5zM395 1635l244 264h348l151 -264h-169l-164 161l-230 -161h-180z" />
+<glyph unicode="&#xd5;" d="M61 465q0 200 50 405t135 359q77 140 202 215.5t281 75.5q215 0 328.5 -126t113.5 -364q0 -202 -49 -408.5t-133 -357.5q-78 -141 -203.5 -217t-281.5 -76q-217 0 -330 126.5t-113 367.5zM365 471q0 -120 40 -179t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5 t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5zM422 1635q25 128 90.5 197t161.5 69q37 0 69.5 -12t67.5 -39l53 -41q15 -13 33.5 -20t34.5 -7q39 0 65 30.5 t37 88.5h137q-26 -128 -91 -197t-159 -69q-37 0 -69 11t-70 40l-49 37q-25 19 -41.5 25.5t-34.5 6.5q-35 0 -61.5 -32t-36.5 -88h-137z" />
+<glyph unicode="&#xd6;" d="M61 465q0 200 50 405t135 359q77 140 202 215.5t281 75.5q215 0 328.5 -126t113.5 -364q0 -202 -49 -408.5t-133 -357.5q-78 -141 -203.5 -217t-281.5 -76q-217 0 -330 126.5t-113 367.5zM365 471q0 -120 40 -179t121 -59q59 0 108.5 35.5t86.5 104.5q23 44 45.5 109.5 t42.5 148.5q29 115 44 214.5t15 174.5q0 120 -40 180t-121 60q-59 0 -109 -35.5t-86 -104.5q-22 -39 -43.5 -103.5t-44.5 -156.5q-29 -115 -44 -214.5t-15 -174.5zM454 1653l50 246h235l-49 -246h-236zM850 1653l49 246h235l-47 -246h-237z" />
+<glyph unicode="&#xd7;" d="M119 313l330 330l-330 328l168 168l327 -328l330 328l168 -168l-330 -328l330 -330l-168 -166l-330 328l-327 -328z" />
+<glyph unicode="&#xd8;" d="M-141 51l219 244q-8 34 -12.5 71t-4.5 76q0 214 49 423t134 362q78 142 204 217.5t283 75.5q105 0 188 -33t144 -98l154 170l139 -115l-205 -227q10 -56 15 -104.5t5 -92.5q0 -62 -7 -133t-21 -150q-25 -139 -63 -257t-91 -216q-78 -141 -203.5 -217t-281.5 -76 q-114 0 -200.5 37t-143.5 109l-160 -180zM375 354q18 -60 56.5 -90.5t94.5 -30.5q125 0 202.5 153t129.5 503zM379 629l473 524q-18 52 -55.5 79.5t-89.5 27.5q-121 0 -197.5 -146.5t-130.5 -484.5z" />
+<glyph unicode="&#xd9;" d="M45 352q0 42 5.5 92t17.5 107l184 942h295l-199 -1016q0 -2 -1 -6q-7 -47 -7 -68q0 -82 46 -127t130 -45q108 0 172.5 61t89.5 185l199 1016h295l-185 -942q-35 -180 -75 -272.5t-103 -155.5q-76 -74 -180 -113t-229 -39q-219 0 -337 99t-118 282zM506 1899h264l143 -264 h-178z" />
+<glyph unicode="&#xda;" d="M45 352q0 42 5.5 92t17.5 107l184 942h295l-199 -1016q0 -2 -1 -6q-7 -47 -7 -68q0 -82 46 -127t130 -45q108 0 172.5 61t89.5 185l199 1016h295l-185 -942q-35 -180 -75 -272.5t-103 -155.5q-76 -74 -180 -113t-229 -39q-219 0 -337 99t-118 282zM622 1635l246 264h281 l-320 -264h-207z" />
+<glyph unicode="&#xdb;" d="M45 352q0 42 5.5 92t17.5 107l184 942h295l-199 -1016q0 -2 -1 -6q-7 -47 -7 -68q0 -82 46 -127t130 -45q108 0 172.5 61t89.5 185l199 1016h295l-185 -942q-35 -180 -75 -272.5t-103 -155.5q-76 -74 -180 -113t-229 -39q-219 0 -337 99t-118 282zM401 1635l244 264h348 l151 -264h-169l-164 161l-230 -161h-180z" />
+<glyph unicode="&#xdc;" d="M45 352q0 42 5.5 92t17.5 107l184 942h295l-199 -1016q0 -2 -1 -6q-7 -47 -7 -68q0 -82 46 -127t130 -45q108 0 172.5 61t89.5 185l199 1016h295l-185 -942q-35 -180 -75 -272.5t-103 -155.5q-76 -74 -180 -113t-229 -39q-219 0 -337 99t-118 282zM460 1653l50 246h235 l-49 -246h-236zM856 1653l49 246h235l-47 -246h-237z" />
+<glyph unicode="&#xdd;" d="M145 1493h293l187 -649l411 649h322l-633 -905l-115 -588h-293l115 588zM612 1635l246 264h281l-320 -264h-207z" />
+<glyph unicode="&#xde;" d="M16 0l291 1493h295l-47 -227h127q236 0 359.5 -92t123.5 -267q0 -113 -36.5 -224t-94.5 -177q-78 -92 -194.5 -133t-300.5 -41h-164l-64 -332h-295zM424 580h145q146 0 217.5 67t71.5 203q0 91 -51.5 129.5t-175.5 38.5h-121z" />
+<glyph unicode="&#xdf;" d="M29 0l219 1126q41 212 172.5 322.5t343.5 110.5q198 0 295.5 -87t97.5 -264q0 -43 -11 -143l-1 -6q-141 -8 -219 -58t-78 -133q0 -57 96 -153l6 -6l76 -76q59 -59 88 -121.5t29 -130.5q0 -188 -128.5 -299t-348.5 -111q-66 0 -131 12.5t-129 36.5l49 250 q58 -31 111.5 -47t99.5 -16q90 0 142 39.5t52 107.5q0 66 -111 177l-6 6l-69 71q-44 45 -65 96.5t-21 110.5q0 135 91.5 228.5t260.5 130.5v16q0 64 -45 99.5t-127 35.5q-93 0 -150 -51t-77 -152l-219 -1122h-293z" />
+<glyph unicode="&#xe0;" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161zM402 1638h284l209 -376h-198z" />
+<glyph unicode="&#xe1;" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161zM600 1262l318 376h321l-442 -376h-197z" />
+<glyph unicode="&#xe2;" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161zM367 1262l332 376h243l183 -376h-176l-152 225l-240 -225h-190z" />
+<glyph unicode="&#xe3;" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161zM408 1309q19 130 87 207t163 77q34 0 64.5 -12.5t76.5 -48.5l51 -39q19 -15 37 -23t33 -8q38 0 64 33.5t36 95.5h139 q-23 -141 -85.5 -212.5t-163.5 -71.5q-35 0 -67.5 13t-72.5 44l-49 37q-1 1 -5 4q-42 33 -73 33q-34 0 -60 -34.5t-36 -94.5h-139z" />
+<glyph unicode="&#xe4;" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161zM447 1339l47 246h237l-49 -246h-235zM842 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#xe5;" d="M47 295q0 215 155.5 328.5t448.5 113.5h193l8 49q1 6 1.5 11.5t0.5 17.5q0 57 -51 87t-148 30q-82 0 -185.5 -28.5t-221.5 -84.5l47 250q113 39 213.5 58.5t191.5 19.5q217 0 329 -76t112 -223q0 -39 -7 -92t-20 -117l-123 -639h-291l25 125q-67 -77 -153.5 -115.5 t-196.5 -38.5q-151 0 -239.5 87.5t-88.5 236.5zM352 317q0 -63 40.5 -104t103.5 -41q118 0 198 93t109 265h-113q-172 0 -255 -52t-83 -161zM494 1534q0 118 83 201.5t202 83.5q118 0 201 -83.5t83 -201.5t-83 -201.5t-201 -83.5q-119 0 -202 83.5t-83 201.5zM647 1534 q0 -55 38.5 -93t93.5 -38q54 0 92.5 38.5t38.5 92.5t-39 92.5t-92 38.5q-55 0 -93.5 -38.5t-38.5 -92.5z" />
+<glyph unicode="&#xe6;" d="M-31 262q0 193 121.5 310.5t325.5 117.5h108l11 58q3 15 4.5 30t1.5 29q0 61 -34 93t-99 32q-52 0 -121.5 -25.5t-155.5 -75.5l47 238q79 39 151.5 58.5t141.5 19.5q82 0 140 -35t83 -98q52 65 121.5 99t153.5 34q126 0 194 -70t68 -200q0 -49 -8 -116t-25 -155l-22 -129 h-451q-8 -49 -11 -75.5t-3 -45.5q0 -80 42.5 -128t112.5 -48q56 0 124.5 28.5t133.5 80.5l-47 -238q-57 -40 -125 -60t-149 -20q-94 0 -161 42.5t-99 121.5q-61 -83 -134.5 -123.5t-162.5 -40.5q-127 0 -202 79t-75 212zM188 291q0 -51 29 -81t78 -30q67 0 107 52t61 169 l14 78h-74q-98 0 -156.5 -51.5t-58.5 -136.5zM766 688h225l12 67q4 17 5.5 34t1.5 45q0 51 -20 74.5t-64 23.5q-56 0 -91.5 -42t-54.5 -130z" />
+<glyph unicode="&#xe7;" d="M150 434q0 317 183.5 515t479.5 198q98 0 183 -20.5t161 -63.5l-53 -268q-61 58 -129 86t-146 28q-170 0 -276.5 -124t-106.5 -322q0 -128 61 -191t185 -63q70 0 149.5 26t170.5 78l-56 -276q-77 -33 -158.5 -49.5t-164.5 -16.5q-226 0 -354.5 124t-128.5 339zM295 -375 l28 156q43 -17 84 -26t76 -9q68 0 104.5 27t36.5 77q0 26 -13 60.5t-44 89.5h141q36 -48 54 -94t18 -90q0 -99 -76.5 -158t-206.5 -59q-52 0 -103 6.5t-99 19.5z" />
+<glyph unicode="&#xe8;" d="M76 436q0 141 44 273t124 229q84 102 200 156.5t250 54.5q209 0 335 -120t126 -318q0 -45 -6.5 -104t-20.5 -142h-759q-3 -17 -4.5 -32t-2.5 -30q0 -99 67 -149.5t198 -50.5q108 0 216 31t201 90l-51 -269q-95 -42 -198 -63t-213 -21q-248 0 -377 118.5t-129 346.5z M371 1638h284l209 -376h-198zM410 684h466q4 14 5.5 27.5t1.5 25.5q0 85 -51 134t-140 49q-100 0 -171 -59t-111 -177z" />
+<glyph unicode="&#xe9;" d="M76 436q0 141 44 273t124 229q84 102 200 156.5t250 54.5q209 0 335 -120t126 -318q0 -45 -6.5 -104t-20.5 -142h-759q-3 -17 -4.5 -32t-2.5 -30q0 -99 67 -149.5t198 -50.5q108 0 216 31t201 90l-51 -269q-95 -42 -198 -63t-213 -21q-248 0 -377 118.5t-129 346.5z M410 684h466q4 14 5.5 27.5t1.5 25.5q0 85 -51 134t-140 49q-100 0 -171 -59t-111 -177zM569 1262l318 376h321l-442 -376h-197z" />
+<glyph unicode="&#xea;" d="M76 436q0 141 44 273t124 229q84 102 200 156.5t250 54.5q209 0 335 -120t126 -318q0 -45 -6.5 -104t-20.5 -142h-759q-3 -17 -4.5 -32t-2.5 -30q0 -99 67 -149.5t198 -50.5q108 0 216 31t201 90l-51 -269q-95 -42 -198 -63t-213 -21q-248 0 -377 118.5t-129 346.5z M336 1262l332 376h243l183 -376h-176l-152 225l-240 -225h-190zM410 684h466q4 14 5.5 27.5t1.5 25.5q0 85 -51 134t-140 49q-100 0 -171 -59t-111 -177z" />
+<glyph unicode="&#xeb;" d="M76 436q0 141 44 273t124 229q84 102 200 156.5t250 54.5q209 0 335 -120t126 -318q0 -45 -6.5 -104t-20.5 -142h-759q-3 -17 -4.5 -32t-2.5 -30q0 -99 67 -149.5t198 -50.5q108 0 216 31t201 90l-51 -269q-95 -42 -198 -63t-213 -21q-248 0 -377 118.5t-129 346.5z M410 684h466q4 14 5.5 27.5t1.5 25.5q0 85 -51 134t-140 49q-100 0 -171 -59t-111 -177zM416 1339l47 246h237l-49 -246h-235zM811 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#xec;" d="M14 0l43 225h365l131 670h-287l43 225h580l-174 -895h364l-43 -225h-1022zM326 1638h284l209 -376h-198z" />
+<glyph unicode="&#xed;" d="M14 0l43 225h365l131 670h-287l43 225h580l-174 -895h364l-43 -225h-1022zM524 1262l318 376h321l-442 -376h-197z" />
+<glyph unicode="&#xee;" d="M14 0l43 225h365l131 670h-287l43 225h580l-174 -895h364l-43 -225h-1022zM291 1262l332 376h243l183 -376h-176l-152 225l-240 -225h-190z" />
+<glyph unicode="&#xef;" d="M14 0l43 225h365l131 670h-287l43 225h580l-174 -895h364l-43 -225h-1022zM371 1339l47 246h237l-49 -246h-235zM766 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#xf0;" d="M82 412q0 281 160 461t409 180q42 0 75 -6t62 -19q-27 63 -54.5 116.5t-55.5 98.5l-330 -123l-41 115l307 115l-125 206h279l74 -120l323 118l41 -112l-303 -113q120 -182 179 -349.5t59 -326.5q0 -308 -165 -495t-437 -187q-218 0 -337.5 115.5t-119.5 325.5zM375 428 q0 -101 50 -161t134 -60q126 0 207.5 125.5t81.5 322.5q0 33 -2.5 63t-7.5 60q-38 21 -79 31t-85 10q-129 0 -214 -110.5t-85 -280.5z" />
+<glyph unicode="&#xf1;" d="M59 0l217 1120h293l-32 -168q48 92 132 143.5t185 51.5q128 0 197 -69.5t69 -196.5q0 -30 -4.5 -68t-13.5 -85l-141 -728h-293l133 682q5 26 7.5 52.5t2.5 53.5q0 58 -29 88.5t-84 30.5q-82 0 -140.5 -72t-84.5 -206l-121 -629h-293zM377 1309q19 130 87 207t163 77 q34 0 64.5 -12.5t76.5 -48.5l51 -39q19 -15 37 -23t33 -8q38 0 64 33.5t36 95.5h139q-23 -141 -85.5 -212.5t-163.5 -71.5q-35 0 -67.5 13t-72.5 44l-49 37q-1 1 -5 4q-42 33 -73 33q-34 0 -60 -34.5t-36 -94.5h-139z" />
+<glyph unicode="&#xf2;" d="M88 426q0 322 166.5 522.5t433.5 200.5q215 0 336 -120.5t121 -334.5q0 -323 -166.5 -523t-433.5 -200q-215 0 -336 120.5t-121 334.5zM371 1638h284l209 -376h-198zM383 434q0 -106 48.5 -166.5t131.5 -60.5q121 0 204 136.5t83 340.5q0 109 -46.5 168t-131.5 59 q-123 0 -206 -136t-83 -341z" />
+<glyph unicode="&#xf3;" d="M88 426q0 322 166.5 522.5t433.5 200.5q215 0 336 -120.5t121 -334.5q0 -323 -166.5 -523t-433.5 -200q-215 0 -336 120.5t-121 334.5zM383 434q0 -106 48.5 -166.5t131.5 -60.5q121 0 204 136.5t83 340.5q0 109 -46.5 168t-131.5 59q-123 0 -206 -136t-83 -341z M569 1262l318 376h321l-442 -376h-197z" />
+<glyph unicode="&#xf4;" d="M88 426q0 322 166.5 522.5t433.5 200.5q215 0 336 -120.5t121 -334.5q0 -323 -166.5 -523t-433.5 -200q-215 0 -336 120.5t-121 334.5zM336 1262l332 376h243l183 -376h-176l-152 225l-240 -225h-190zM383 434q0 -106 48.5 -166.5t131.5 -60.5q121 0 204 136.5t83 340.5 q0 109 -46.5 168t-131.5 59q-123 0 -206 -136t-83 -341z" />
+<glyph unicode="&#xf5;" d="M88 426q0 322 166.5 522.5t433.5 200.5q215 0 336 -120.5t121 -334.5q0 -323 -166.5 -523t-433.5 -200q-215 0 -336 120.5t-121 334.5zM377 1309q19 130 87 207t163 77q34 0 64.5 -12.5t76.5 -48.5l51 -39q19 -15 37 -23t33 -8q38 0 64 33.5t36 95.5h139 q-23 -141 -85.5 -212.5t-163.5 -71.5q-35 0 -67.5 13t-72.5 44l-49 37q-1 1 -5 4q-42 33 -73 33q-34 0 -60 -34.5t-36 -94.5h-139zM383 434q0 -106 48.5 -166.5t131.5 -60.5q121 0 204 136.5t83 340.5q0 109 -46.5 168t-131.5 59q-123 0 -206 -136t-83 -341z" />
+<glyph unicode="&#xf6;" d="M88 426q0 322 166.5 522.5t433.5 200.5q215 0 336 -120.5t121 -334.5q0 -323 -166.5 -523t-433.5 -200q-215 0 -336 120.5t-121 334.5zM383 434q0 -106 48.5 -166.5t131.5 -60.5q121 0 204 136.5t83 340.5q0 109 -46.5 168t-131.5 59q-123 0 -206 -136t-83 -341z M416 1339l47 246h237l-49 -246h-235zM811 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#xf7;" d="M66 524v238h1099v-238h-1099zM461 86v309h309v-309h-309zM461 889v309h309v-309h-309z" />
+<glyph unicode="&#xf8;" d="M-82 2l211 207q-20 46 -30.5 99t-10.5 114q0 327 165.5 527t434.5 200q92 0 169.5 -25t143.5 -75l193 186l117 -121l-207 -201q20 -49 30.5 -103.5t10.5 -113.5q0 -326 -166 -525.5t-436 -199.5q-98 0 -173.5 25t-136.5 76l-198 -189zM383 453l418 403q-25 28 -56.5 41.5 t-70.5 13.5q-121 0 -196.5 -118t-94.5 -340zM434 266q24 -30 55.5 -44.5t71.5 -14.5q121 0 197 121t92 342z" />
+<glyph unicode="&#xf9;" d="M106 244q0 28 4 64t13 83l143 729h291l-131 -684q-5 -27 -7.5 -53t-2.5 -51q0 -58 29 -89.5t83 -31.5q83 0 139.5 70t84.5 208l122 631h291l-217 -1120h-293l33 166q-44 -90 -129 -142.5t-186 -52.5q-129 0 -198 70.5t-69 202.5zM371 1638h284l209 -376h-198z" />
+<glyph unicode="&#xfa;" d="M106 244q0 28 4 64t13 83l143 729h291l-131 -684q-5 -27 -7.5 -53t-2.5 -51q0 -58 29 -89.5t83 -31.5q83 0 139.5 70t84.5 208l122 631h291l-217 -1120h-293l33 166q-44 -90 -129 -142.5t-186 -52.5q-129 0 -198 70.5t-69 202.5zM569 1262l318 376h321l-442 -376h-197z " />
+<glyph unicode="&#xfb;" d="M106 244q0 28 4 64t13 83l143 729h291l-131 -684q-5 -27 -7.5 -53t-2.5 -51q0 -58 29 -89.5t83 -31.5q83 0 139.5 70t84.5 208l122 631h291l-217 -1120h-293l33 166q-44 -90 -129 -142.5t-186 -52.5q-129 0 -198 70.5t-69 202.5zM336 1262l332 376h243l183 -376h-176 l-152 225l-240 -225h-190z" />
+<glyph unicode="&#xfc;" d="M106 244q0 28 4 64t13 83l143 729h291l-131 -684q-5 -27 -7.5 -53t-2.5 -51q0 -58 29 -89.5t83 -31.5q83 0 139.5 70t84.5 208l122 631h291l-217 -1120h-293l33 166q-44 -90 -129 -142.5t-186 -52.5q-129 0 -198 70.5t-69 202.5zM416 1339l47 246h237l-49 -246h-235z M811 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#xfd;" d="M-90 -424l45 223h117q87 0 137 30t110 142l39 74l-217 1075h297l127 -700l383 700h309l-706 -1241q-112 -198 -193.5 -250.5t-207.5 -52.5h-240zM569 1262l318 376h321l-442 -376h-197z" />
+<glyph unicode="&#xfe;" d="M-37 -426l385 1982h293l-117 -604q71 98 153 146.5t175 48.5q147 0 232 -109.5t85 -298.5q0 -129 -31 -259t-87 -236q-69 -129 -174 -201t-222 -72q-112 0 -184 62t-92 174l-123 -633h-293zM436 432q0 -104 45 -163.5t121 -59.5q111 0 191.5 142t80.5 343 q0 101 -41.5 157t-115.5 56q-114 0 -197.5 -138.5t-83.5 -336.5z" />
+<glyph unicode="&#xff;" d="M-90 -424l45 223h117q87 0 137 30t110 142l39 74l-217 1075h297l127 -700l383 700h309l-706 -1241q-112 -198 -193.5 -250.5t-207.5 -52.5h-240zM416 1339l47 246h237l-49 -246h-235zM811 1339l47 246h238l-49 -246h-236z" />
+<glyph unicode="&#x152;" d="M31 391q0 150 33.5 333t93.5 359q71 212 194.5 311t313.5 99h686l-52 -260h-331l-60 -311h301l-51 -260h-301l-78 -402h342l-51 -260h-577q-251 0 -357 90.5t-106 300.5zM315 434q0 -90 38.5 -132t121.5 -42h51l189 973h-51q-87 0 -143.5 -47t-90.5 -148 q-52 -152 -83.5 -321.5t-31.5 -282.5z" />
+<glyph unicode="&#x153;" d="M-20 297q0 140 32 298t86 286q56 129 155.5 197.5t231.5 68.5q83 0 143 -30.5t97 -90.5q48 59 117 90t151 31q130 0 199.5 -69.5t69.5 -200.5q0 -49 -8.5 -116t-24.5 -155l-23 -127h-450q-9 -53 -12 -79t-3 -44q0 -79 43 -125.5t115 -46.5q57 0 124.5 27.5t131.5 77.5 l-47 -238q-57 -40 -126 -60t-151 -20q-94 0 -160.5 40.5t-86.5 109.5q-50 -75 -121.5 -112.5t-163.5 -37.5q-155 0 -237 84t-82 242zM211 322q0 -73 25.5 -105.5t82.5 -32.5q52 0 86 32t60 106q9 22 22.5 81t32.5 156q18 90 27.5 150t9.5 88q0 72 -25.5 104.5t-82.5 32.5 q-52 0 -86 -32t-60 -105q-14 -42 -29.5 -104t-29.5 -134q-16 -81 -24.5 -142t-8.5 -95zM797 690h225l10 66q4 20 6 39.5t2 38.5q0 52 -20 76t-64 24q-55 0 -90.5 -42.5t-54.5 -131.5z" />
+<glyph unicode="&#x178;" d="M145 1493h293l187 -649l411 649h322l-633 -905l-115 -588h-293l115 588zM450 1653l50 246h235l-49 -246h-236zM846 1653l49 246h235l-47 -246h-237z" />
+<glyph unicode="&#x2c6;" d="M336 1262l332 376h243l183 -376h-176l-152 225l-240 -225h-190z" />
+<glyph unicode="&#x2dc;" d="M377 1309q19 130 87 207t163 77q34 0 64.5 -12.5t76.5 -48.5l51 -39q19 -15 37 -23t33 -8q38 0 64 33.5t36 95.5h139q-23 -141 -85.5 -212.5t-163.5 -71.5q-35 0 -67.5 13t-72.5 44l-49 37q-1 1 -5 4q-42 33 -73 33q-34 0 -60 -34.5t-36 -94.5h-139z" />
+<glyph unicode="&#x2000;" horiz-adv-x="950" />
+<glyph unicode="&#x2001;" horiz-adv-x="1901" />
+<glyph unicode="&#x2002;" horiz-adv-x="950" />
+<glyph unicode="&#x2003;" horiz-adv-x="1901" />
+<glyph unicode="&#x2004;" horiz-adv-x="633" />
+<glyph unicode="&#x2005;" horiz-adv-x="475" />
+<glyph unicode="&#x2006;" horiz-adv-x="316" />
+<glyph unicode="&#x2007;" horiz-adv-x="316" />
+<glyph unicode="&#x2008;" horiz-adv-x="237" />
+<glyph unicode="&#x2009;" horiz-adv-x="380" />
+<glyph unicode="&#x200a;" horiz-adv-x="105" />
+<glyph unicode="&#x2010;" d="M244 454l55 291h629l-56 -291h-628z" />
+<glyph unicode="&#x2011;" d="M244 454l55 291h629l-56 -291h-628z" />
+<glyph unicode="&#x2012;" d="M244 454l55 291h629l-56 -291h-628z" />
+<glyph unicode="&#x2013;" d="M-59 444l49 246h1233l-49 -246h-1233z" />
+<glyph unicode="&#x2014;" d="M-59 444l49 246h1233l-49 -246h-1233z" />
+<glyph unicode="&#x2018;" d="M420 903l53 271l270 382h215l-172 -382l-53 -271h-313z" />
+<glyph unicode="&#x2019;" d="M420 903l172 383l53 270h313l-53 -270l-270 -383h-215z" />
+<glyph unicode="&#x201a;" d="M172 -287l172 383l53 271h314l-54 -271l-270 -383h-215z" />
+<glyph unicode="&#x201c;" d="M195 903l53 271l270 382h215l-172 -382l-53 -271h-313zM715 903l53 271l270 382h215l-172 -382l-53 -271h-313z" />
+<glyph unicode="&#x201d;" d="M147 903l172 383l54 270h313l-53 -270l-271 -383h-215zM668 903l172 383l53 270h313l-53 -270l-270 -383h-215z" />
+<glyph unicode="&#x201e;" d="M-78 -287l172 383l51 271h314l-51 -271l-273 -383h-213zM442 -287l172 383l52 271h313l-51 -271l-273 -383h-213z" />
+<glyph unicode="&#x2022;" d="M256 762q0 73 27.5 138.5t78.5 115.5q54 51 118 77.5t136 26.5q73 0 138.5 -27t115.5 -77q53 -52 80 -117t27 -137q0 -73 -27.5 -138.5t-79.5 -117.5q-51 -52 -117 -79.5t-139 -27.5q-72 0 -137 27.5t-117 79.5q-50 51 -77 116.5t-27 139.5z" />
+<glyph unicode="&#x2026;" d="M-86 0l70 367h315l-72 -367h-313zM324 0l71 367h295l-69 -367h-297zM715 0l71 367h314l-70 -367h-315z" />
+<glyph unicode="&#x202f;" horiz-adv-x="380" />
+<glyph unicode="&#x2039;" d="M305 535l25 131l547 393l-50 -252l-317 -227l229 -226l-41 -213z" />
+<glyph unicode="&#x203a;" d="M317 141l45 238l322 221l-235 221l47 238l391 -393l-25 -131z" />
+<glyph unicode="&#x205f;" horiz-adv-x="475" />
+<glyph unicode="&#x20ac;" d="M-33 483l84 187h127q5 43 12 80.5t15 70.5h-176l84 189h147q93 248 264 379t402 131q80 0 158 -18t151 -54l-64 -328q-56 75 -125.5 113.5t-148.5 38.5q-105 0 -191 -67.5t-143 -194.5h402l-82 -189h-385q-6 -25 -16 -76.5t-15 -74.5h346l-82 -187h-278q7 -124 71 -194 t168 -70q77 0 150 31t188 121l-63 -328q-76 -36 -154.5 -54t-163.5 -18q-227 0 -354 134t-127 372v6h-201z" />
+<glyph unicode="&#x2122;" d="M0 1360v133h438v-133h-141v-445h-156v445h-141zM522 915v578h207l100 -227l89 227h208v-578h-153v437l-107 -256h-75l-117 256v-437h-152z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1120" d="M0 0v1120h1120v-1120h-1120z" />
+<glyph unicode="&#xfb01;" d="M66 895l45 225h190l14 78q39 201 138 279.5t327 78.5h80l-43 -225h-67q-66 0 -95 -24.5t-43 -87.5l-18 -99h602l-217 -1120h-293l174 895h-311l-174 -895h-293l174 895h-190zM932 1264l55 292h293l-57 -292h-291z" />
+<glyph unicode="&#xfb02;" d="M66 895l45 225h190l14 78q39 201 138 279.5t327 78.5h500l-301 -1556h-293l258 1331h-194q-66 0 -95 -24.5t-43 -87.5l-18 -99h186l-43 -225h-188l-174 -895h-293l174 895h-190z" />
+</font>
+</defs></svg> 

BIN
fonts/hack-boldoblique-webfont.ttf


BIN
fonts/hack-boldoblique-webfont.woff


BIN
fonts/hack-boldoblique-webfont.woff2


BIN
fonts/hack-regular-webfont.eot


+ 241 - 0
fonts/hack-regular-webfont.svg

@@ -0,0 +1,241 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata></metadata>
+<defs>
+<font id="hackregular" horiz-adv-x="1233" >
+<font-face units-per-em="2048" ascent="1556" descent="-492" />
+<missing-glyph horiz-adv-x="500" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" />
+<glyph unicode=" " />
+<glyph unicode="!" d="M474 113q0 66 40 107.5t101 41.5t101 -41t40 -108q0 -68 -40 -109.5t-101 -41.5t-101 41.5t-40 109.5zM480 1053v445h265v-445l-67 -567h-121z" />
+<glyph unicode="&#x22;" d="M338 938v555h174v-555h-174zM721 938v555h174v-555h-174z" />
+<glyph unicode="#" d="M2 414v153h297l84 334h-266v154h303l104 415h160l-104 -415h245l105 415h160l-105 -415h244v-154h-281l-84 -334h250v-153h-289l-104 -414h-160l105 414h-246l-105 -414h-159l104 414h-258zM459 567h246l83 334h-245z" />
+<glyph unicode="$" d="M190 92v180q100 -62 201.5 -95t200.5 -35v458q-200 31 -301 122t-101 241q0 157 105.5 250.5t296.5 107.5v235h100v-235q79 -5 160.5 -20t165.5 -41v-173q-85 43 -165.5 66.5t-160.5 27.5v-431q206 -31 314 -128t108 -251t-116.5 -257t-304.5 -112v-303h-102v301 q-102 5 -202.5 28t-198.5 64zM371 973q0 -86 54.5 -136t166.5 -67v413q-104 -4 -162.5 -60t-58.5 -150zM692 146q110 3 172 61t62 158q0 93 -56 144.5t-178 70.5v-434z" />
+<glyph unicode="%" d="M33 1112q0 135 92 227.5t227 92.5q64 0 122.5 -24t103.5 -69t69.5 -103.5t24.5 -123.5q0 -134 -93 -226.5t-227 -92.5q-135 0 -227 92t-92 227zM42 453v107l1150 436v-113zM168 1112q0 -79 52.5 -131.5t131.5 -52.5q77 0 131 53.5t54 130.5t-54 130.5t-131 53.5 t-130.5 -53t-53.5 -131zM561 319q0 135 92 227.5t226 92.5q64 0 121.5 -24t103.5 -70q46 -47 71 -105t25 -121q0 -133 -93 -226t-228 -93q-136 0 -227 91.5t-91 227.5zM696 319q0 -78 52.5 -131t130.5 -53q77 0 130.5 53.5t53.5 130.5t-54 131t-130 54q-78 0 -130.5 -53 t-52.5 -132z" />
+<glyph unicode="&#x26;" d="M57 444q0 137 69 254t208 217q-50 72 -74 141t-24 140q0 150 99.5 237t272.5 87q65 0 130.5 -12t135.5 -35v-183q-59 39 -121.5 57.5t-131.5 18.5q-97 0 -153 -45.5t-56 -122.5q0 -59 29 -123.5t106 -167.5l416 -559q39 49 58 124t19 179q0 32 -3 102l-1 7h164v-39 q0 -161 -37 -282.5t-112 -209.5l170 -229h-213l-78 109q-83 -70 -176 -104t-199 -34q-216 0 -357 134.5t-141 338.5zM233 475q0 -151 100 -250.5t255 -99.5q42 0 88 12t90 35q27 15 44.5 26.5t33.5 24.5l-428 580q-92 -73 -137.5 -154.5t-45.5 -173.5z" />
+<glyph unicode="'" d="M528 938v555h174v-555h-174z" />
+<glyph unicode="(" d="M426 643q0 223 74 449t225 462h160q-133 -228 -198.5 -454.5t-65.5 -456.5q0 -229 65.5 -456t198.5 -457h-160q-151 238 -225 463.5t-74 449.5z" />
+<glyph unicode=")" d="M348 -270q133 232 198.5 459t65.5 454q0 228 -65.5 455t-198.5 456h160q151 -236 225 -462t74 -449q0 -225 -74 -451t-225 -462h-160z" />
+<glyph unicode="*" d="M128 1095l36 103l376 -123l20 425h108l20 -425l376 123l36 -103l-364 -158l242 -371l-94 -67l-270 357l-270 -357l-94 67l242 371z" />
+<glyph unicode="+" d="M88 557v170h444v444h168v-444h445v-170h-445v-444h-168v444h-444z" />
+<glyph unicode="," d="M400 -283q244 110 252 334q-24 -4 -38 -4q-68 0 -112 39t-44 111q0 70 46 111t114 41q88 0 134 -68t46 -188q0 -172 -92 -295t-260 -185z" />
+<glyph unicode="-" d="M356 519v164h521v-164h-521z" />
+<glyph unicode="." d="M451 141q0 76 47 123t115 47t115 -47t47 -123q0 -74 -47 -121t-115 -47t-115 47t-47 121z" />
+<glyph unicode="/" d="M102 -190l787 1683h190l-786 -1683h-191z" />
+<glyph unicode="0" d="M133 745q0 383 122 579t361 196t361.5 -196t122.5 -579q0 -382 -122.5 -578t-361.5 -196t-361 196t-122 578zM336 745q0 -310 69.5 -462t210.5 -152q142 0 211.5 152t69.5 462q0 311 -69.5 463t-211.5 152q-141 0 -210.5 -152t-69.5 -463zM520 742q0 50 22 167.5 t70 117.5q50 0 76 -118t26 -167q0 -50 -21 -168.5t-72 -118.5q-50 0 -75.5 117.5t-25.5 169.5z" />
+<glyph unicode="1" d="M246 1235v184l336 74h202v-1323h310v-170h-824v170h314v1141z" />
+<glyph unicode="2" d="M152 0v170q187 197 327 348t193 213q100 122 135 197.5t35 154.5q0 125 -73.5 196t-201.5 71q-91 0 -191 -33t-212 -100v204q103 49 202.5 74t196.5 25q219 0 352.5 -116.5t133.5 -305.5q0 -96 -44.5 -192t-144.5 -212q-56 -65 -162.5 -180t-324.5 -344h686v-170h-907z " />
+<glyph unicode="3" d="M137 45v201q102 -53 201 -79t197 -26q166 0 255 75t89 216q0 130 -89 206.5t-241 76.5h-154v166h154q139 0 217 61t78 170q0 115 -72.5 176.5t-206.5 61.5q-89 0 -184 -20t-199 -60v186q121 32 215.5 48t167.5 16q218 0 348.5 -109.5t130.5 -290.5q0 -123 -68.5 -205 t-199.5 -116q147 -39 225 -138.5t78 -248.5q0 -206 -138.5 -323.5t-383.5 -117.5q-103 0 -210 19t-210 55z" />
+<glyph unicode="4" d="M102 356v191l600 946h234v-973h199v-164h-199v-356h-201v356h-633zM264 520h471v789z" />
+<glyph unicode="5" d="M143 35v205q92 -50 185 -74.5t190 -24.5q167 0 257.5 88t90.5 250q0 160 -93.5 249t-260.5 89q-81 0 -158 -18.5t-147 -55.5v750h756v-170h-572v-367q43 16 86.5 23.5t87.5 7.5q232 0 368 -137t136 -371q0 -236 -142.5 -372t-389.5 -136q-119 0 -217.5 16t-176.5 48z" />
+<glyph unicode="6" d="M133 745q0 378 145.5 576.5t421.5 198.5q74 0 148 -15.5t143 -44.5v-186q-63 37 -134 56.5t-148 19.5q-192 0 -291 -144.5t-99 -425.5q48 100 133 153.5t195 53.5q216 0 334.5 -132.5t118.5 -375.5q0 -242 -122 -375t-343 -133q-260 0 -381 186.5t-121 587.5zM354 479 q0 -164 74 -257t203 -93q134 0 202 88.5t68 261.5q0 174 -68 262t-202 88q-129 0 -203 -93t-74 -257z" />
+<glyph unicode="7" d="M139 1323v170h940v-86l-534 -1407h-211l520 1323h-715z" />
+<glyph unicode="8" d="M131 399q0 160 79.5 260.5t229.5 133.5q-129 33 -201.5 123t-72.5 217q0 178 121 282.5t329 104.5q209 0 330 -104.5t121 -282.5q0 -127 -72.5 -217t-201.5 -123q150 -33 229.5 -133t79.5 -259q0 -202 -129 -316t-357 -114t-356.5 113.5t-128.5 314.5zM334 420 q0 -138 74.5 -214.5t207.5 -76.5q136 0 209.5 75.5t73.5 215.5q0 137 -74.5 213t-208.5 76q-135 0 -208.5 -75.5t-73.5 -213.5zM367 1114q0 -120 64 -183t185 -63q122 0 186 63t64 183q0 122 -63.5 186t-186.5 64q-121 0 -185 -64.5t-64 -185.5z" />
+<glyph unicode="9" d="M127 1014q0 241 121.5 373.5t343.5 132.5q260 0 381 -187t121 -588q0 -377 -145.5 -575.5t-422.5 -198.5q-73 0 -147 15.5t-143 44.5v186q63 -37 134 -56.5t148 -19.5q192 0 290.5 144.5t98.5 425.5q-47 -100 -132 -153.5t-195 -53.5q-216 0 -334.5 133t-118.5 377z M326 1012q0 -174 67.5 -262t202.5 -88q129 0 202.5 93t73.5 257t-73.5 257t-202.5 93q-134 0 -202 -88.5t-68 -261.5z" />
+<glyph unicode=":" d="M458 168q0 76 47 123t115 47t115 -47t47 -123q0 -74 -47 -121t-115 -47t-115 47t-47 121zM458 886q0 74 47 121t115 47t115 -47t47 -121q0 -76 -47 -123t-115 -47t-115 47t-47 123z" />
+<glyph unicode=";" d="M404 -320q244 110 252 334q-24 -4 -38 -4q-68 0 -112 39t-44 111q0 70 46 111t114 41q88 0 134 -68t46 -188q0 -172 -92 -295t-260 -185zM448 864q0 74 47 121t115 47t115 -47t47 -121q0 -76 -47 -123t-115 -47t-115 47t-47 123z" />
+<glyph unicode="&#x3c;" d="M88 559v166l1057 418v-182l-850 -320l850 -317v-183z" />
+<glyph unicode="=" d="M88 352v172h1057v-172h-1057zM88 760v170h1057v-170h-1057z" />
+<glyph unicode="&#x3e;" d="M88 141v183l850 317l-850 320v182l1057 -418v-166z" />
+<glyph unicode="?" d="M244 1227v188q94 57 189.5 85t199.5 28q186 0 296.5 -96t110.5 -257q0 -76 -34 -142t-127 -157l-88 -86q-70 -69 -88 -108q-19 -42 -19 -83v-47v-80h-190v111q0 78 30 146q29 66 115 151l90 89q62 61 85 103q24 44 24 93q0 89 -65.5 144t-174.5 55q-78 0 -167 -34.5 t-187 -102.5zM446 113q0 67 42.5 109t103.5 42t103.5 -42.5t42.5 -108.5q0 -68 -42.5 -110.5t-103.5 -42.5t-103.5 42.5t-42.5 110.5z" />
+<glyph unicode="@" d="M27 543q0 390 188 621t504 231q209 0 334 -133t125 -357v-770h-144v111q-37 -63 -102.5 -97t-147.5 -34q-161 0 -266.5 121t-105.5 309t105.5 309t266.5 121q80 0 147 -35t103 -96v63q0 156 -88 251t-233 95q-246 0 -391.5 -191.5t-145.5 -518.5q0 -329 165 -524 t439 -195q54 0 108 10t111 31l48 -135q-63 -25 -124.5 -37t-119.5 -12q-357 0 -566.5 233t-209.5 629zM567 545q0 -130 64.5 -207.5t171.5 -77.5t171 77.5t64 207.5q0 129 -64 206.5t-171 77.5t-171.5 -77.5t-64.5 -206.5z" />
+<glyph unicode="A" d="M37 0l457 1493h245l457 -1493h-209l-110 389h-523l-108 -389h-209zM403 551h426l-213 764z" />
+<glyph unicode="B" d="M166 0v1493h442q229 0 353 -99t124 -280q0 -137 -65.5 -216t-196.5 -99q147 -22 230.5 -125.5t83.5 -263.5q0 -203 -133 -306.5t-396 -103.5h-442zM369 166h239q176 0 251 61.5t75 202.5q0 146 -79 214.5t-247 68.5h-239v-547zM369 877h235q146 0 211.5 56t65.5 181 q0 113 -64.5 163t-212.5 50h-235v-450z" />
+<glyph unicode="C" d="M139 745q0 366 159.5 570.5t444.5 204.5q91 0 172 -20.5t158 -61.5v-207q-74 61 -159 93t-171 32q-197 0 -295 -152t-98 -459q0 -306 98 -458t295 -152q88 0 172.5 32t157.5 93v-207q-77 -41 -158 -61.5t-172 -20.5q-287 0 -445.5 203t-158.5 571z" />
+<glyph unicode="D" d="M137 0v1493h303q342 0 504 -182t162 -566q0 -382 -162 -563.5t-504 -181.5h-303zM340 166h96q255 0 356 125.5t101 453.5q0 331 -100.5 456.5t-356.5 125.5h-96v-1161z" />
+<glyph unicode="E" d="M197 0v1493h886v-170h-684v-442h654v-170h-654v-541h703v-170h-905z" />
+<glyph unicode="F" d="M233 0v1493h879v-170h-676v-440h613v-170h-613v-713h-203z" />
+<glyph unicode="G" d="M102 745q0 366 160 570.5t445 204.5q94 0 180 -26.5t166 -80.5v-207q-81 77 -166 113.5t-180 36.5q-197 0 -295.5 -152.5t-98.5 -458.5q0 -311 95.5 -460.5t293.5 -149.5q67 0 117.5 15.5t91.5 48.5v401h-217v166h410v-643q-81 -75 -182.5 -113.5t-219.5 -38.5 q-284 0 -442 203.5t-158 570.5z" />
+<glyph unicode="H" d="M137 0v1493h203v-612h553v612h203v-1493h-203v711h-553v-711h-203z" />
+<glyph unicode="I" d="M201 0v170h313v1153h-313v170h829v-170h-313v-1153h313v-170h-829z" />
+<glyph unicode="J" d="M109 61v236q91 -81 188 -121.5t201 -40.5q143 0 199.5 74.5t56.5 277.5v836h-381v170h583v-1006q0 -282 -105.5 -399t-352.5 -117q-96 0 -191 22t-198 68z" />
+<glyph unicode="K" d="M137 0v1493h203v-664l631 664h237l-581 -610l598 -883h-244l-487 748l-154 -164v-584h-203z" />
+<glyph unicode="L" d="M215 0v1493h203v-1323h721v-170h-924z" />
+<glyph unicode="M" d="M86 0v1493h270l258 -760l260 760h271v-1493h-187v1319l-266 -787h-153l-267 787v-1319h-186z" />
+<glyph unicode="N" d="M139 0v1493h256l504 -1229v1229h195v-1493h-256l-504 1229v-1229h-195z" />
+<glyph unicode="O" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -390 -123.5 -582t-376.5 -192t-376 191t-123 583zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470t-221.5 141q-153 0 -220.5 -141t-67.5 -470z" />
+<glyph unicode="P" d="M197 0v1493h436q250 0 379 -113.5t129 -332.5q0 -221 -128.5 -334t-379.5 -113h-234v-600h-202zM399 766h234q140 0 218.5 74t78.5 207t-78 206.5t-219 73.5h-234v-561z" />
+<glyph unicode="Q" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -294 -68.5 -473.5t-207.5 -251.5l200 -190l-151 -100l-234 243q-7 0 -20 -1t-21 -1q-250 0 -373.5 192t-123.5 582zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470 t-221.5 141q-153 0 -220.5 -141t-67.5 -470z" />
+<glyph unicode="R" d="M143 0v1493h416q246 0 377 -111t131 -321q0 -148 -80.5 -241.5t-226.5 -114.5q78 -20 133 -75.5t137 -221.5l203 -408h-217l-178 377q-77 161 -138.5 207.5t-160.5 46.5h-193v-631h-203zM346 797h221q145 0 216 65t71 199q0 129 -75.5 197.5t-219.5 68.5h-213v-530z" />
+<glyph unicode="S" d="M139 1079q0 200 134.5 320.5t357.5 120.5q86 0 181 -19.5t200 -58.5v-205q-92 59 -184.5 89t-186.5 30q-143 0 -226 -66.5t-83 -179.5q0 -99 54.5 -151t203.5 -87l106 -24q210 -49 306 -154t96 -286q0 -213 -132 -325t-384 -112q-105 0 -211 22.5t-213 67.5v215 q115 -73 217.5 -107t206.5 -34q153 0 238 68.5t85 191.5q0 112 -58.5 171t-203.5 91l-108 25q-208 47 -302 142t-94 255z" />
+<glyph unicode="T" d="M47 1323v170h1139v-170h-467v-1323h-203v1323h-469z" />
+<glyph unicode="U" d="M147 573v920h203v-1012q0 -109 6 -155.5t21 -71.5q32 -59 92.5 -89t146.5 -30q87 0 147 30t93 89q15 25 21 71t6 154v94v920h202v-920q0 -229 -28.5 -325.5t-98.5 -159.5q-66 -59 -151 -88t-191 -29q-105 0 -190 29t-152 88q-69 62 -98 160.5t-29 324.5z" />
+<glyph unicode="V" d="M57 1493h209l350 -1323l351 1323h209l-437 -1493h-245z" />
+<glyph unicode="W" d="M0 1493h197l143 -1212l170 802h211l172 -804l143 1214h197l-223 -1493h-191l-203 887l-202 -887h-191z" />
+<glyph unicode="X" d="M18 0l500 791l-432 702h217l328 -563l334 563h217l-447 -702l479 -791h-217l-366 643l-395 -643h-218z" />
+<glyph unicode="Y" d="M37 1493h215l364 -659l363 659h217l-479 -823v-670h-203v670z" />
+<glyph unicode="Z" d="M156 0v154l759 1169h-737v170h969v-154l-780 -1169h802v-170h-1013z" />
+<glyph unicode="[" d="M463 -270v1906h424v-143h-240v-1620h240v-143h-424z" />
+<glyph unicode="\" d="M102 1493h191l786 -1683h-190z" />
+<glyph unicode="]" d="M346 -127h240v1619h-240v143h424v-1905h-424v143z" />
+<glyph unicode="^" d="M72 936l456 557h177l456 -557h-178l-367 395l-366 -395h-178z" />
+<glyph unicode="_" d="M0 -403h1024v-80h-1024v80z" />
+<glyph unicode="`" d="M279 1638h198l281 -376h-154z" />
+<glyph unicode="a" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM317 338q0 -101 61 -157t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5z" />
+<glyph unicode="b" d="M193 0v1556h184v-579q44 82 121.5 126t179.5 44q202 0 318 -155.5t116 -428.5q0 -277 -116.5 -434.5t-319.5 -157.5q-100 0 -176.5 43.5t-122.5 126.5v-141h-184zM377 559q0 -212 69 -322t203 -110q133 0 201 109t68 323t-68 323t-201 109q-134 0 -203 -109.5t-69 -322.5 z" />
+<glyph unicode="c" d="M195 559q0 276 146.5 432t406.5 156q81 0 158 -21t155 -65v-193q-73 65 -146.5 94t-166.5 29q-173 0 -266 -112t-93 -320q0 -207 93.5 -319.5t265.5 -112.5q96 0 172 29.5t141 91.5v-191q-74 -43 -152.5 -64.5t-160.5 -21.5q-260 0 -406.5 156t-146.5 432z" />
+<glyph unicode="d" d="M123 563q0 273 117 428.5t319 155.5q101 0 178 -43.5t121 -126.5v579h184v-1556h-184v141q-46 -83 -122.5 -126.5t-176.5 -43.5q-203 0 -319.5 157.5t-116.5 434.5zM317 559q0 -214 68 -323t201 -109t202.5 110t69.5 322q0 213 -69.5 322.5t-202.5 109.5t-201 -109 t-68 -323z" />
+<glyph unicode="e" d="M123 559q0 268 144 428t384 160q214 0 337.5 -145t123.5 -396v-90h-797v-6q0 -183 95.5 -283t269.5 -100q88 0 184 28t205 85v-183q-105 -43 -202.5 -64.5t-188.5 -21.5q-261 0 -408 156.5t-147 431.5zM322 659l606 1q-4 162 -76.5 246.5t-208.5 84.5q-133 0 -219 -88 t-102 -244z" />
+<glyph unicode="f" d="M195 977v143h299v78q0 184 84.5 271t263.5 87h221v-153h-209q-99 0 -137.5 -40.5t-38.5 -143.5v-99h385v-143h-385v-977h-184v977h-299z" />
+<glyph unicode="g" d="M123 569q0 264 117 421t313 157q108 0 183 -43t122 -133v145h184v-1044q0 -252 -119 -382t-350 -130q-76 0 -159 14t-166 41v182q98 -46 178 -68t147 -22q149 0 217 81t68 257v8v125q-44 -94 -120 -140t-185 -46q-196 0 -313 157t-117 420zM317 569q0 -207 71.5 -315.5 t207.5 -108.5q127 0 194.5 109t67.5 315q0 207 -67.5 314.5t-196.5 107.5q-135 0 -206 -107.5t-71 -314.5z" />
+<glyph unicode="h" d="M195 0v1556h184v-604q49 96 133 145.5t199 49.5q171 0 255.5 -112.5t84.5 -340.5v-694h-185v694q0 151 -53 222t-166 71q-129 0 -198.5 -91.5t-69.5 -262.5v-633h-184z" />
+<glyph unicode="i" d="M178 0v143h365v834h-287v143h471v-977h365v-143h-914zM543 1323v233h184v-233h-184z" />
+<glyph unicode="j" d="M186 -270h234q90 0 135 62.5t45 187.5v997h-317v143h501v-1140q0 -195 -89.5 -300.5t-254.5 -105.5h-254v156zM600 1323v233h184v-233h-184z" />
+<glyph unicode="k" d="M236 0v1556h190v-901l483 465h224l-441 -422l510 -698h-225l-414 578l-137 -129v-449h-190z" />
+<glyph unicode="l" d="M160 1423v144h479v-1161q0 -124 45.5 -187t134.5 -63h215v-156h-233q-165 0 -255.5 106t-90.5 300v1017h-295z" />
+<glyph unicode="m" d="M109 0v1120h167v-96q33 60 82.5 91.5t112.5 31.5q76 0 126.5 -35t78.5 -106q34 72 86.5 106.5t126.5 34.5q135 0 190.5 -104.5t55.5 -393.5v-649h-168v641q0 237 -26.5 294.5t-96.5 57.5q-80 0 -109.5 -61.5t-29.5 -290.5v-641h-168v641q0 240 -28.5 296t-102.5 56 q-73 0 -101.5 -61.5t-28.5 -290.5v-641h-167z" />
+<glyph unicode="n" d="M195 0v1120h184v-168q49 96 133 145.5t199 49.5q171 0 255.5 -112.5t84.5 -340.5v-694h-185v694q0 151 -53 222t-166 71q-129 0 -198.5 -91.5t-69.5 -262.5v-633h-184z" />
+<glyph unicode="o" d="M137 559q0 286 123 437t356 151t356.5 -151t123.5 -437q0 -287 -123 -437.5t-357 -150.5q-233 0 -356 150.5t-123 437.5zM332 559q0 -213 72 -322.5t212 -109.5q141 0 213 109.5t72 322.5q0 214 -72 323t-213 109q-140 0 -212 -109t-72 -323z" />
+<glyph unicode="p" d="M190 -426v1546h185v-143q46 83 122.5 126.5t176.5 43.5q203 0 318.5 -157t115.5 -435q0 -273 -116 -428.5t-318 -155.5q-102 0 -178.5 43.5t-120.5 126.5v-567h-185zM375 559q0 -212 69 -322t203 -110q133 0 200.5 109t67.5 323t-67.5 323t-200.5 109q-134 0 -203 -109.5 t-69 -322.5z" />
+<glyph unicode="q" d="M137 551q0 278 116 435t318 157q100 0 176.5 -43.5t122.5 -126.5v143h185v-1546h-185v569q-45 -83 -121.5 -127.5t-177.5 -44.5q-201 0 -317.5 155.5t-116.5 428.5zM332 555q0 -214 67.5 -323t200.5 -109t201.5 109.5t68.5 322.5t-68.5 322.5t-201.5 109.5t-200.5 -109 t-67.5 -323z" />
+<glyph unicode="r" d="M362 0v1120h185v-219q46 119 141.5 182.5t226.5 63.5q68 0 127 -17t113 -53v-188q-59 46 -120 67t-134 21q-172 0 -263 -108t-91 -312v-557h-185z" />
+<glyph unicode="s" d="M213 41v190q103 -53 197 -79.5t178 -26.5q122 0 189 49.5t67 138.5q0 128 -245 177l-8 2l-69 14q-159 31 -232 104.5t-73 200.5q0 161 109 248.5t311 87.5q90 0 173 -16.5t163 -49.5v-180q-79 46 -159 69t-163 23q-125 0 -186.5 -40.5t-61.5 -123.5q0 -75 46 -112 t229 -72l74 -14q137 -26 207.5 -104t70.5 -203q0 -166 -118 -259.5t-328 -93.5q-83 0 -174 17.5t-197 52.5z" />
+<glyph unicode="t" d="M131 977v143h299v318h184v-318h418v-143h-418v-608q0 -124 47 -173t164 -49h207v-147h-225q-207 0 -292 83t-85 286v608h-299z" />
+<glyph unicode="u" d="M195 424v694h184v-694q0 -151 53.5 -222t165.5 -71q130 0 199 91.5t69 262.5v633h185v-1118h-185v168q-49 -97 -133.5 -147t-197.5 -50q-172 0 -256 112.5t-84 340.5z" />
+<glyph unicode="v" d="M100 1120h191l325 -940l326 940h191l-398 -1120h-237z" />
+<glyph unicode="w" d="M0 1120h182l195 -905l160 578h157l162 -578l195 905h182l-262 -1120h-176l-179 614l-178 -614h-176z" />
+<glyph unicode="x" d="M76 0l440 584l-401 536h204l297 -405l295 405h207l-401 -536l440 -584h-213l-328 449l-327 -449h-213z" />
+<glyph unicode="y" d="M104 1120h195l332 -876l327 876h195l-295 -760q-46 -117 -117 -308q-99 -264 -133 -322q-46 -78 -115 -117t-161 -39h-148v154h109q81 0 127 47t117 243z" />
+<glyph unicode="z" d="M203 0v170l643 805h-619v147h813v-168l-643 -804h643v-150h-837z" />
+<glyph unicode="{" d="M167 622v143h116q141 0 194 57t53 207v240q0 221 84.5 294.5t333.5 73.5h64v-143h-70q-140 0 -182.5 -43.5t-42.5 -185.5v-248q0 -157 -45.5 -228t-155.5 -96q111 -27 156 -98t45 -227v-248q0 -143 42.5 -186t182.5 -43h70v-144h-64q-249 0 -333.5 74t-84.5 295v239 q0 151 -53.5 209t-193.5 58h-116z" />
+<glyph unicode="|" d="M530 -483v2048h172v-2048h-172z" />
+<glyph unicode="}" d="M221 -118h68q141 0 184 44t43 185v248q0 156 45 227t156 98q-110 25 -155.5 96t-45.5 228v248q0 141 -43 185t-184 44h-68v143h62q249 0 333 -73.5t84 -294.5v-240q0 -150 83.5 -207t224.5 -57h64v-143h-64q-141 0 -224.5 -58t-83.5 -209v-239q0 -221 -84 -295t-333 -74 h-62v144z" />
+<glyph unicode="~" d="M88 492v174q78 60 151 87t156 27q53 0 103 -11t124 -42q12 -5 33 -15q116 -55 209 -55q70 0 138.5 30.5t142.5 92.5v-174q-75 -59 -146.5 -86.5t-150.5 -27.5q-90 0 -203 51q-22 10 -33 14q-77 33 -128.5 45t-102.5 12q-79 0 -149.5 -29.5t-143.5 -92.5z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#xa1;" d="M516 0v655l21 357h161l21 -357v-655h-203zM516 1239v254h203v-254h-203z" />
+<glyph unicode="&#xa2;" d="M213 559q0 250 131.5 408.5t353.5 177.5v287h103v-287q57 -3 122 -20t138 -48v-172q-67 40 -132 62t-128 26v-870q63 5 128.5 27.5t131.5 62.5v-172q-73 -31 -138 -48t-122 -20v-286h-103v286q-225 22 -355 178.5t-130 407.5zM406 559q0 -184 80 -301.5t212 -130.5v864 q-132 -12 -212 -130t-80 -302z" />
+<glyph unicode="&#xa3;" d="M139 0v170h236v465h-199v143h199v238q0 254 109.5 379t332.5 125q65 0 133.5 -14.5t141.5 -43.5v-184q-62 44 -125.5 66t-130.5 22q-134 0 -197.5 -89.5t-63.5 -281.5v-217h371v-143h-371v-465h537v-170h-973z" />
+<glyph unicode="&#xa4;" d="M205 285l166 166q-31 51 -45.5 97.5t-14.5 92.5q0 50 15.5 96.5t46.5 91.5l-168 166l94 95l166 -168q46 31 91.5 46t96.5 15q46 0 93 -14.5t98 -44.5l166 166l90 -93l-166 -166q30 -49 44.5 -95.5t14.5 -94.5q0 -50 -15 -95.5t-46 -90.5l168 -166l-94 -94l-166 167 q-46 -31 -91.5 -46t-95.5 -15q-48 0 -96 14.5t-96 42.5l-164 -163zM438 643q0 -92 62.5 -154.5t152.5 -62.5q91 0 153 63t62 154q0 90 -62 151.5t-153 61.5q-90 0 -152.5 -61.5t-62.5 -151.5z" />
+<glyph unicode="&#xa5;" d="M37 1493h215l364 -659l363 659h217l-330 -561h252v-111h-315l-86 -151v-35h401v-111h-401v-524h-203v524h-399v111h399v35l-90 151h-309v111h243z" />
+<glyph unicode="&#xa6;" d="M530 -350v758h172v-758h-172zM530 674v758h172v-758h-172z" />
+<glyph unicode="&#xa7;" d="M199 723q0 91 46.5 162.5t137.5 120.5q-60 44 -89.5 100t-29.5 125q0 130 100 209.5t267 79.5q72 0 148.5 -14.5t156.5 -43.5v-164q-83 39 -154.5 58.5t-128.5 19.5q-97 0 -150.5 -40t-53.5 -111q0 -90 205 -205q26 -15 40 -23q212 -119 277 -196t65 -178 q0 -90 -45.5 -160t-138.5 -123q61 -52 90 -106.5t29 -118.5q0 -142 -102 -226t-275 -84q-73 0 -150.5 14.5t-164.5 43.5v164q87 -39 161 -58.5t131 -19.5q102 0 158.5 42t56.5 118q0 102 -221 225l-24 14q-214 120 -278 196.5t-64 178.5zM362 754q0 -76 70.5 -143.5 t317.5 -200.5q62 45 92 90t30 92q0 76 -71.5 144t-315.5 200q-62 -45 -92.5 -90t-30.5 -92z" />
+<glyph unicode="&#xa8;" d="M319 1350v202h203v-202h-203zM711 1350v202h202v-202h-202z" />
+<glyph unicode="&#xa9;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM102 741q0 -104 38.5 -195.5t113.5 -166.5 q76 -76 166.5 -114t195.5 -38q106 0 196.5 38t166.5 114t113.5 166.5t37.5 195.5q0 106 -38 198t-113 167t-165.5 112t-197.5 37q-106 0 -196.5 -37t-165.5 -112t-113.5 -167t-38.5 -198zM250 741q0 173 104 274t283 101q61 0 118 -11t109 -34v-108q-58 28 -113.5 41.5 t-113.5 13.5q-117 0 -184.5 -74.5t-67.5 -202.5q0 -132 70 -203t200 -71q56 0 107.5 12.5t101.5 38.5v-104q-52 -23 -109 -34t-118 -11q-180 0 -283.5 100t-103.5 272z" />
+<glyph unicode="&#xaa;" d="M270 950q0 129 93.5 199t265.5 70h182v4q0 90 -59.5 136t-176.5 46q-51 0 -113.5 -17.5t-129.5 -50.5v127q68 28 135.5 42t130.5 14q184 0 270 -86t86 -269v-448h-143v112q-49 -65 -114.5 -98t-147.5 -33q-129 0 -204 68t-75 184zM293 469v123h668v-123h-668zM416 958 q0 -64 43.5 -102.5t115.5 -38.5q105 0 170.5 71.5t65.5 186.5v29h-127q-144 0 -206 -34t-62 -112z" />
+<glyph unicode="&#xab;" d="M119 559v82l469 418v-191l-301 -268l301 -268v-191zM573 559v82l469 418v-191l-301 -268l301 -268v-191z" />
+<glyph unicode="&#xac;" d="M88 690v172h1057v-491h-168v319h-889z" />
+<glyph unicode="&#xad;" d="M356 479v164h521v-164h-521z" />
+<glyph unicode="&#xae;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM102 741q0 -104 38.5 -195.5t113.5 -166.5 q76 -76 166.5 -114t195.5 -38q106 0 196.5 38t166.5 114t113.5 166.5t37.5 195.5q0 106 -38 198t-113 167t-165.5 112t-197.5 37q-106 0 -196.5 -37t-165.5 -112t-113.5 -167t-38.5 -198zM362 406v694h238q147 0 219 -49t72 -150q0 -71 -44 -117.5t-124 -60.5 q19 -5 48 -38.5t67 -92.5l114 -186h-143l-107 174q-49 80 -79.5 101t-75.5 21h-55v-296h-130zM492 784h102q90 0 127 27t37 90q0 62 -37 88.5t-127 26.5h-102v-232z" />
+<glyph unicode="&#xaf;" d="M317 1378v148h598v-148h-598z" />
+<glyph unicode="&#xb0;" d="M299 1200q0 134 92 227t225 93q65 0 123.5 -24.5t102.5 -70.5q45 -45 68.5 -102t23.5 -123q0 -132 -93 -223.5t-227 -91.5q-135 0 -225 90t-90 225zM426 1200q0 -80 54.5 -134t133.5 -54q80 0 136.5 55t56.5 133q0 79 -56 135t-135 56t-134.5 -55.5t-55.5 -135.5z" />
+<glyph unicode="&#xb1;" d="M88 0v170h1057v-170h-1057zM88 672v170h444v329h168v-329h445v-170h-445v-332h-168v332h-444z" />
+<glyph unicode="&#xb2;" d="M322 668v110l231 226q101 97 141.5 158t40.5 112q0 61 -50 99t-132 38q-49 0 -105.5 -18t-119.5 -54v125q65 28 125.5 42t119.5 14q142 0 228 -66.5t86 -173.5q0 -57 -37 -116.5t-156 -176.5l-211 -205h410v-114h-571z" />
+<glyph unicode="&#xb3;" d="M326 694v121q69 -27 125.5 -40t101.5 -13q101 0 160 40.5t59 108.5q0 74 -55 112t-164 38h-66v108h74q93 0 142 31.5t49 91.5q0 56 -48 87.5t-135 31.5q-44 0 -100 -12t-115 -35v121q69 17 127.5 26t108.5 9q145 0 229 -59t84 -158q0 -71 -44 -117.5t-128 -65.5 q94 -21 143.5 -75t49.5 -134q0 -124 -95 -191t-272 -67q-58 0 -115 10.5t-116 30.5z" />
+<glyph unicode="&#xb4;" d="M475 1262l281 376h198l-325 -376h-154z" />
+<glyph unicode="&#xb5;" d="M195 -428v1548h184v-696q0 -142 60 -217.5t171 -75.5q127 0 191.5 85t64.5 251v653h185v-864q0 -59 16 -87t49 -28q9 0 23.5 5t42.5 18v-148q-38 -23 -72 -34t-68 -11q-62 0 -99.5 39.5t-49.5 118.5q-46 -80 -112.5 -119t-155.5 -39q-92 0 -155.5 38t-107.5 118v-555 h-167z" />
+<glyph unicode="&#xb6;" d="M106 1071q0 190 130.5 306t345.5 116h448v-1690h-141v1567h-191v-1567h-141v846q-215 17 -333 127.5t-118 294.5z" />
+<glyph unicode="&#xb7;" d="M489 559v305h252v-305h-252z" />
+<glyph unicode="&#xb8;" d="M395 -240q34 -17 71.5 -24.5t84.5 -7.5q58 0 88.5 24t30.5 70q0 30 -22 73.5t-66 104.5h118q56 -62 82.5 -114.5t26.5 -100.5q0 -89 -60 -134.5t-178 -45.5q-45 0 -88.5 6t-87.5 18v131z" />
+<glyph unicode="&#xb9;" d="M344 1348v116l229 39h138v-725h204v-110h-553v110h205v611z" />
+<glyph unicode="&#xba;" d="M244 1108q0 188 101.5 300t270.5 112q170 0 271.5 -112t101.5 -300q0 -187 -101 -298.5t-272 -111.5q-170 0 -271 111.5t-101 298.5zM276 469v123h676v-123h-676zM399 1108q0 -139 57.5 -216t159.5 -77q101 0 159.5 78.5t58.5 214.5q0 139 -57.5 217t-160.5 78 q-102 0 -159.5 -78t-57.5 -217z" />
+<glyph unicode="&#xbb;" d="M193 141v191l301 268l-301 268v191l469 -418v-82zM647 141v191l301 268l-301 268v191l469 -418v-82z" />
+<glyph unicode="&#xbc;" d="M27 612l1060 262l27 -108l-1063 -262zM86 1504v116l229 39h138v-725h204v-110h-553v110h205v611zM452 37l363 528h162v-538h116v-111h-116v-186h-138v186h-387v121zM565 27h274v413z" />
+<glyph unicode="&#xbd;" d="M27 612l1060 262l27 -108l-1063 -262zM86 1504v116l229 39h138v-725h204v-110h-553v110h205v611zM523 -160l231 226q101 97 141.5 158t40.5 112q0 61 -50 99t-132 38q-49 0 -105.5 -18t-119.5 -54v125q65 28 125.5 42t119.5 14q142 0 228 -66.5t86 -173.5 q0 -57 -37 -116.5t-156 -176.5l-211 -205h410v-114h-571v110z" />
+<glyph unicode="&#xbe;" d="M27 612l1060 262l27 -108l-1063 -262zM99 850v121q69 -27 125.5 -40t101.5 -13q101 0 160 40.5t59 108.5q0 74 -55 112t-164 38h-66v108h74q93 0 142 31.5t49 91.5q0 56 -48 87.5t-135 31.5q-44 0 -100 -12t-115 -35v121q69 17 127.5 26t108.5 9q145 0 229 -59t84 -158 q0 -71 -44 -117.5t-128 -65.5q94 -21 143.5 -75t49.5 -134q0 -124 -95 -191t-272 -67q-58 0 -115 10.5t-116 30.5zM452 37l363 528h162v-538h116v-111h-116v-186h-138v186h-387v121zM565 27h274v413z" />
+<glyph unicode="&#xbf;" d="M193 326q0 76 33.5 141.5t127.5 157.5l88 86q67 64 86 106t19 105v5q2 23 2 42v123h190v-154q0 -98 -30.5 -166.5t-114.5 -150.5l-90 -89q-62 -59 -85.5 -103t-23.5 -93q0 -89 65.5 -144t174.5 -55q78 0 167 34.5t187 102.5v-188q-94 -57 -189.5 -85t-199.5 -28 q-186 0 -296.5 96t-110.5 257zM543 1239v254h202v-254h-202z" />
+<glyph unicode="&#xc0;" d="M37 0l457 1493h245l457 -1493h-209l-110 389h-523l-108 -389h-209zM377 1899h184l197 -264h-154zM403 551h426l-213 764z" />
+<glyph unicode="&#xc1;" d="M37 0l457 1493h245l457 -1493h-209l-110 389h-523l-108 -389h-209zM403 551h426l-213 764zM475 1635l197 264h186l-229 -264h-154z" />
+<glyph unicode="&#xc2;" d="M37 0l457 1493h245l457 -1493h-209l-110 389h-523l-108 -389h-209zM311 1635l211 266h189l211 -266h-140l-166 178l-165 -178h-140zM403 551h426l-213 764z" />
+<glyph unicode="&#xc3;" d="M37 0l457 1493h245l457 -1493h-209l-110 389h-523l-108 -389h-209zM287 1667q0 101 51.5 160t136.5 59q36 0 66.5 -8t79.5 -35l57 -30q22 -13 39.5 -19t32.5 -6q31 0 51 25.5t20 66.5v6h125q-2 -100 -53 -159.5t-135 -59.5q-34 0 -64 8t-82 35l-57 33q-25 14 -40.5 19.5 t-27.5 5.5q-35 0 -55 -25t-20 -70v-6h-125zM403 551h426l-213 764z" />
+<glyph unicode="&#xc4;" d="M37 0l457 1493h245l457 -1493h-209l-110 389h-523l-108 -389h-209zM319 1667v203h203v-203h-203zM403 551h426l-213 764zM711 1667v203h202v-203h-202z" />
+<glyph unicode="&#xc5;" d="M37 0l428 1399q-58 33 -90.5 93.5t-32.5 133.5q0 114 80 194.5t194 80.5t194.5 -80.5t80.5 -194.5q0 -73 -32 -132t-91 -95l428 -1399h-209l-110 389h-523l-108 -389h-209zM403 551h426l-213 760zM465 1626q0 -63 44 -107t107 -44t107.5 44t44.5 107t-44.5 107.5 t-107.5 44.5q-64 0 -107.5 -43.5t-43.5 -108.5z" />
+<glyph unicode="&#xc6;" d="M0 0l410 1493h751v-170h-338v-442h307v-170h-307v-541h357v-170h-543v383h-352l-101 -383h-184zM328 551h309v772h-107z" />
+<glyph unicode="&#xc7;" d="M139 745q0 366 159.5 570.5t444.5 204.5q91 0 172 -20.5t158 -61.5v-207q-74 61 -159 93t-171 32q-197 0 -295 -152t-98 -459q0 -306 98 -458t295 -152q88 0 172.5 32t157.5 93v-207q-77 -41 -158 -61.5t-172 -20.5q-287 0 -445.5 203t-158.5 571zM495 -240 q34 -17 71.5 -24.5t84.5 -7.5q58 0 88.5 24t30.5 70q0 30 -22 73.5t-66 104.5h118q56 -62 82.5 -114.5t26.5 -100.5q0 -89 -60 -134.5t-178 -45.5q-45 0 -88.5 6t-87.5 18v131z" />
+<glyph unicode="&#xc8;" d="M197 0v1493h886v-170h-684v-442h654v-170h-654v-541h703v-170h-905zM395 1899h184l197 -264h-154z" />
+<glyph unicode="&#xc9;" d="M197 0v1493h886v-170h-684v-442h654v-170h-654v-541h703v-170h-905zM493 1635l197 264h186l-229 -264h-154z" />
+<glyph unicode="&#xca;" d="M197 0v1493h886v-170h-684v-442h654v-170h-654v-541h703v-170h-905zM329 1635l211 266h189l211 -266h-140l-166 178l-165 -178h-140z" />
+<glyph unicode="&#xcb;" d="M197 0v1493h886v-170h-684v-442h654v-170h-654v-541h703v-170h-905zM337 1667v203h203v-203h-203zM729 1667v203h202v-203h-202z" />
+<glyph unicode="&#xcc;" d="M201 0v170h313v1153h-313v170h829v-170h-313v-1153h313v-170h-829zM377 1899h184l197 -264h-154z" />
+<glyph unicode="&#xcd;" d="M201 0v170h313v1153h-313v170h829v-170h-313v-1153h313v-170h-829zM475 1635l197 264h186l-229 -264h-154z" />
+<glyph unicode="&#xce;" d="M201 0v170h313v1153h-313v170h829v-170h-313v-1153h313v-170h-829zM311 1635l211 266h189l211 -266h-140l-166 178l-165 -178h-140z" />
+<glyph unicode="&#xcf;" d="M201 0v170h313v1153h-313v170h829v-170h-313v-1153h313v-170h-829zM319 1667v203h203v-203h-203zM711 1667v203h202v-203h-202z" />
+<glyph unicode="&#xd0;" d="M8 709v149h125v635h303q342 0 504 -182t162 -566q0 -382 -162.5 -563.5t-503.5 -181.5h-303v709h-125zM340 166h96q255 0 356 125.5t101 453.5q0 331 -100.5 456.5t-356.5 125.5h-96v-469h264v-149h-264v-543z" />
+<glyph unicode="&#xd1;" d="M139 0v1493h256l504 -1229v1229h195v-1493h-256l-504 1229v-1229h-195zM269 1667q0 101 51.5 160t136.5 59q36 0 66.5 -8t79.5 -35l57 -30q22 -13 39.5 -19t32.5 -6q31 0 51 25.5t20 66.5v6h125q-2 -100 -53 -159.5t-135 -59.5q-34 0 -64 8t-82 35l-57 33 q-25 14 -40.5 19.5t-27.5 5.5q-35 0 -55 -25t-20 -70v-6h-125z" />
+<glyph unicode="&#xd2;" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -390 -123.5 -582t-376.5 -192t-376 191t-123 583zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470t-221.5 141q-153 0 -220.5 -141t-67.5 -470zM377 1899h184l197 -264 h-154z" />
+<glyph unicode="&#xd3;" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -390 -123.5 -582t-376.5 -192t-376 191t-123 583zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470t-221.5 141q-153 0 -220.5 -141t-67.5 -470zM475 1635l197 264h186 l-229 -264h-154z" />
+<glyph unicode="&#xd4;" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -390 -123.5 -582t-376.5 -192t-376 191t-123 583zM311 1635l211 266h189l211 -266h-140l-166 178l-165 -178h-140zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470 t-221.5 141q-153 0 -220.5 -141t-67.5 -470z" />
+<glyph unicode="&#xd5;" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -390 -123.5 -582t-376.5 -192t-376 191t-123 583zM287 1667q0 101 51.5 160t136.5 59q36 0 66.5 -8t79.5 -35l57 -30q22 -13 39.5 -19t32.5 -6q31 0 51 25.5t20 66.5v6h125q-2 -100 -53 -159.5 t-135 -59.5q-34 0 -64 8t-82 35l-57 33q-25 14 -40.5 19.5t-27.5 5.5q-35 0 -55 -25t-20 -70v-6h-125zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470t-221.5 141q-153 0 -220.5 -141t-67.5 -470z" />
+<glyph unicode="&#xd6;" d="M117 745q0 391 123.5 583t375.5 192q253 0 376.5 -192t123.5 -583q0 -390 -123.5 -582t-376.5 -192t-376 191t-123 583zM319 1667v203h203v-203h-203zM328 745q0 -328 67.5 -469t220.5 -141q154 0 221.5 140.5t67.5 469.5t-67.5 470t-221.5 141q-153 0 -220.5 -141 t-67.5 -470zM711 1667v203h202v-203h-202z" />
+<glyph unicode="&#xd7;" d="M150 293l350 348l-350 350l116 117l350 -350l351 350l116 -117l-350 -350l348 -348l-116 -119l-349 350l-348 -350z" />
+<glyph unicode="&#xd8;" d="M8 0l178 252q-32 73 -50.5 204t-18.5 289q0 391 123.5 583t375.5 192q115 0 201.5 -41t143.5 -121l139 201l100 -74l-168 -238q41 -81 62.5 -210t21.5 -292q0 -390 -123.5 -582t-376.5 -192q-121 0 -211 40.5t-151 121.5l-143 -203zM328 686q0 -80 2.5 -130.5t7.5 -84.5 l504 719q-25 81 -82.5 123.5t-143.5 42.5q-157 0 -222.5 -146t-65.5 -524zM371 303q30 -78 95.5 -123t149.5 -45q154 0 221.5 140.5t67.5 469.5q0 110 -5 178t-15 113z" />
+<glyph unicode="&#xd9;" d="M147 573v920h203v-1012q0 -109 6 -155.5t21 -71.5q32 -59 92.5 -89t146.5 -30q87 0 147 30t93 89q15 25 21 71t6 154v94v920h202v-920q0 -229 -28.5 -325.5t-98.5 -159.5q-66 -59 -151 -88t-191 -29q-105 0 -190 29t-152 88q-69 62 -98 160.5t-29 324.5zM377 1899h184 l197 -264h-154z" />
+<glyph unicode="&#xda;" d="M147 573v920h203v-1012q0 -109 6 -155.5t21 -71.5q32 -59 92.5 -89t146.5 -30q87 0 147 30t93 89q15 25 21 71t6 154v94v920h202v-920q0 -229 -28.5 -325.5t-98.5 -159.5q-66 -59 -151 -88t-191 -29q-105 0 -190 29t-152 88q-69 62 -98 160.5t-29 324.5zM475 1635 l197 264h186l-229 -264h-154z" />
+<glyph unicode="&#xdb;" d="M147 573v920h203v-1012q0 -109 6 -155.5t21 -71.5q32 -59 92.5 -89t146.5 -30q87 0 147 30t93 89q15 25 21 71t6 154v94v920h202v-920q0 -229 -28.5 -325.5t-98.5 -159.5q-66 -59 -151 -88t-191 -29q-105 0 -190 29t-152 88q-69 62 -98 160.5t-29 324.5zM311 1635 l211 266h189l211 -266h-140l-166 178l-165 -178h-140z" />
+<glyph unicode="&#xdc;" d="M147 573v920h203v-1012q0 -109 6 -155.5t21 -71.5q32 -59 92.5 -89t146.5 -30q87 0 147 30t93 89q15 25 21 71t6 154v94v920h202v-920q0 -229 -28.5 -325.5t-98.5 -159.5q-66 -59 -151 -88t-191 -29q-105 0 -190 29t-152 88q-69 62 -98 160.5t-29 324.5zM319 1667v203 h203v-203h-203zM711 1667v203h202v-203h-202z" />
+<glyph unicode="&#xdd;" d="M37 1493h215l364 -659l363 659h217l-479 -823v-670h-203v670zM475 1635l197 264h186l-229 -264h-154z" />
+<glyph unicode="&#xde;" d="M201 0v1493h202v-270h254q260 0 384 -105t124 -323q0 -219 -124 -323.5t-384 -104.5h-254v-367h-202zM403 532h234q158 0 236.5 66t78.5 197t-78.5 196.5t-236.5 65.5h-234v-525z" />
+<glyph unicode="&#xdf;" d="M188 0v1137q0 213 105 316t321 103q204 0 309 -110.5t107 -326.5q-155 -14 -239 -76t-84 -162q0 -49 27.5 -87.5t94.5 -80.5l58 -37q151 -93 206.5 -175t55.5 -198q0 -154 -112 -243t-308 -89q-69 0 -136.5 12.5t-133.5 36.5v164q76 -31 142.5 -46t125.5 -15 q108 0 172 48.5t64 129.5q0 71 -32.5 118.5t-152.5 121.5l-67 39q-92 56 -137.5 122.5t-45.5 145.5q0 128 81 213.5t237 120.5q-2 107 -62.5 164t-173.5 57q-121 0 -178 -65.5t-57 -204.5v-1133h-187z" />
+<glyph unicode="&#xe0;" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM279 1638h198l281 -376h-154zM317 338q0 -101 61 -157t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5z" />
+<glyph unicode="&#xe1;" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM317 338q0 -101 61 -157t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5zM475 1262l281 376h198l-325 -376h-154z" />
+<glyph unicode="&#xe2;" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM297 1262l246 376h147l246 -376h-139l-181 245l-180 -245h-139zM317 338q0 -101 61 -157t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5z" />
+<glyph unicode="&#xe3;" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM287 1309q1 134 52 208t142 74q39 0 71 -14t69 -47l57 -55q21 -20 37.5 -29.5t29.5 -9.5q39 0 57 37t19 118h125q-1 -134 -52 -208t-142 -74q-39 0 -71 14t-69 47l-57 55q-21 20 -37.5 29.5t-30.5 9.5q-38 0 -56 -37t-20 -118h-124zM317 338q0 -101 61 -157 t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5z" />
+<glyph unicode="&#xe4;" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM317 338q0 -101 61 -157t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5zM319 1350v202h203v-202h-203zM711 1350v202h202v-202h-202z" />
+<glyph unicode="&#xe5;" d="M133 326q0 187 125.5 284t368.5 97h247v29q-1 134 -68 194.5t-214 60.5q-94 0 -190 -27t-187 -79v184q102 39 195.5 58.5t181.5 19.5q139 0 237.5 -41t159.5 -123q38 -50 54 -123.5t16 -220.5v-639h-185v166q-59 -100 -148.5 -147.5t-217.5 -47.5q-171 0 -273 96.5 t-102 258.5zM317 338q0 -101 61 -157t169 -56q152 0 239 105.5t88 291.5v41h-172h-61q-161 0 -242.5 -56.5t-81.5 -168.5zM342 1524q0 115 79.5 194.5t194.5 79.5q116 0 195.5 -79.5t79.5 -194.5t-79.5 -195t-195.5 -80q-115 0 -194.5 80t-79.5 195zM465 1524 q0 -65 43.5 -108.5t107.5 -43.5t108 44t44 108q0 63 -44 107t-108 44t-107.5 -43.5t-43.5 -107.5z" />
+<glyph unicode="&#xe6;" d="M41 307q0 171 100 260.5t291 89.5h117v88q0 120 -49.5 184t-143.5 64q-56 0 -122 -21.5t-128 -60.5v168q77 35 143 51.5t126 16.5q91 0 153 -31.5t99 -95.5q33 61 99 94t155 33q174 0 246.5 -118.5t72.5 -424.5v-90h-491q-1 -15 -1.5 -32.5t-0.5 -51.5q0 -161 50.5 -233 t162.5 -72q79 0 143.5 25.5t114.5 76.5v-172q-55 -41 -121 -62.5t-137 -21.5q-110 0 -184.5 41t-106.5 119q-39 -80 -105.5 -120t-163.5 -40q-156 0 -237.5 86t-81.5 250zM205 311q0 -89 44.5 -137.5t127.5 -48.5q92 0 129 66.5t37 250.5v72h-49q-169 0 -229 -45t-60 -158z M709 657h327v52q0 151 -38.5 217.5t-125.5 66.5t-125 -68t-38 -225v-43z" />
+<glyph unicode="&#xe7;" d="M195 559q0 276 146.5 432t406.5 156q81 0 158 -21t155 -65v-193q-73 65 -146.5 94t-166.5 29q-173 0 -266 -112t-93 -320q0 -207 93.5 -319.5t265.5 -112.5q96 0 172 29.5t141 91.5v-191q-74 -43 -152.5 -64.5t-160.5 -21.5q-260 0 -406.5 156t-146.5 432zM499 -240 q34 -17 71.5 -24.5t84.5 -7.5q58 0 88.5 24t30.5 70q0 30 -22 73.5t-66 104.5h118q56 -62 82.5 -114.5t26.5 -100.5q0 -89 -60 -134.5t-178 -45.5q-45 0 -88.5 6t-87.5 18v131z" />
+<glyph unicode="&#xe8;" d="M123 559q0 268 144 428t384 160q214 0 337.5 -145t123.5 -396v-90h-797v-6q0 -183 95.5 -283t269.5 -100q88 0 184 28t205 85v-183q-105 -43 -202.5 -64.5t-188.5 -21.5q-261 0 -408 156.5t-147 431.5zM293 1638h198l281 -376h-154zM322 659l606 1q-4 162 -76.5 246.5 t-208.5 84.5q-133 0 -219 -88t-102 -244z" />
+<glyph unicode="&#xe9;" d="M123 559q0 268 144 428t384 160q214 0 337.5 -145t123.5 -396v-90h-797v-6q0 -183 95.5 -283t269.5 -100q88 0 184 28t205 85v-183q-105 -43 -202.5 -64.5t-188.5 -21.5q-261 0 -408 156.5t-147 431.5zM322 659l606 1q-4 162 -76.5 246.5t-208.5 84.5q-133 0 -219 -88 t-102 -244zM489 1262l281 376h198l-325 -376h-154z" />
+<glyph unicode="&#xea;" d="M123 559q0 268 144 428t384 160q214 0 337.5 -145t123.5 -396v-90h-797v-6q0 -183 95.5 -283t269.5 -100q88 0 184 28t205 85v-183q-105 -43 -202.5 -64.5t-188.5 -21.5q-261 0 -408 156.5t-147 431.5zM311 1262l246 376h147l246 -376h-139l-181 245l-180 -245h-139z M322 659l606 1q-4 162 -76.5 246.5t-208.5 84.5q-133 0 -219 -88t-102 -244z" />
+<glyph unicode="&#xeb;" d="M123 559q0 268 144 428t384 160q214 0 337.5 -145t123.5 -396v-90h-797v-6q0 -183 95.5 -283t269.5 -100q88 0 184 28t205 85v-183q-105 -43 -202.5 -64.5t-188.5 -21.5q-261 0 -408 156.5t-147 431.5zM322 659l606 1q-4 162 -76.5 246.5t-208.5 84.5q-133 0 -219 -88 t-102 -244zM333 1350v202h203v-202h-203zM725 1350v202h202v-202h-202z" />
+<glyph unicode="&#xec;" d="M178 0v143h365v834h-287v143h471v-977h365v-143h-914zM279 1638h198l281 -376h-154z" />
+<glyph unicode="&#xed;" d="M178 0v143h365v834h-287v143h471v-977h365v-143h-914zM475 1262l281 376h198l-325 -376h-154z" />
+<glyph unicode="&#xee;" d="M178 0v143h365v834h-287v143h471v-977h365v-143h-914zM297 1262l246 376h147l246 -376h-139l-181 245l-180 -245h-139z" />
+<glyph unicode="&#xef;" d="M178 0v143h365v834h-287v143h471v-977h365v-143h-914zM319 1350v202h203v-202h-203zM711 1350v202h202v-202h-202z" />
+<glyph unicode="&#xf0;" d="M137 535q0 265 125.5 413t349.5 148q34 0 51.5 -1t32.5 -3q-33 45 -69 89.5t-74 88.5l-279 -92l-30 98l237 80l-182 200h219l127 -145l289 94l33 -98l-250 -80q197 -212 288 -402t91 -390q0 -268 -125.5 -416t-354.5 -148q-228 0 -353.5 148t-125.5 416zM332 535 q0 -196 74 -302t210 -106q137 0 211 106t74 302q0 110 -29 211.5t-79 171.5q-35 13 -76 19.5t-86 6.5q-146 0 -222.5 -105t-76.5 -304z" />
+<glyph unicode="&#xf1;" d="M195 0v1120h184v-168q49 96 133 145.5t199 49.5q171 0 255.5 -112.5t84.5 -340.5v-694h-185v694q0 151 -53 222t-166 71q-129 0 -198.5 -91.5t-69.5 -262.5v-633h-184zM287 1309q1 134 52 208t142 74q39 0 71 -14t69 -47l57 -55q21 -20 37.5 -29.5t29.5 -9.5q39 0 57 37 t19 118h125q-1 -134 -52 -208t-142 -74q-39 0 -71 14t-69 47l-57 55q-21 20 -37.5 29.5t-30.5 9.5q-38 0 -56 -37t-20 -118h-124z" />
+<glyph unicode="&#xf2;" d="M137 559q0 286 123 437t356 151t356.5 -151t123.5 -437q0 -287 -123 -437.5t-357 -150.5q-233 0 -356 150.5t-123 437.5zM279 1638h198l281 -376h-154zM332 559q0 -213 72 -322.5t212 -109.5q141 0 213 109.5t72 322.5q0 214 -72 323t-213 109q-140 0 -212 -109t-72 -323 z" />
+<glyph unicode="&#xf3;" d="M137 559q0 286 123 437t356 151t356.5 -151t123.5 -437q0 -287 -123 -437.5t-357 -150.5q-233 0 -356 150.5t-123 437.5zM332 559q0 -213 72 -322.5t212 -109.5q141 0 213 109.5t72 322.5q0 214 -72 323t-213 109q-140 0 -212 -109t-72 -323zM475 1262l281 376h198 l-325 -376h-154z" />
+<glyph unicode="&#xf4;" d="M137 559q0 286 123 437t356 151t356.5 -151t123.5 -437q0 -287 -123 -437.5t-357 -150.5q-233 0 -356 150.5t-123 437.5zM297 1262l246 376h147l246 -376h-139l-181 245l-180 -245h-139zM332 559q0 -213 72 -322.5t212 -109.5q141 0 213 109.5t72 322.5q0 214 -72 323 t-213 109q-140 0 -212 -109t-72 -323z" />
+<glyph unicode="&#xf5;" d="M137 559q0 286 123 437t356 151t356.5 -151t123.5 -437q0 -287 -123 -437.5t-357 -150.5q-233 0 -356 150.5t-123 437.5zM287 1309q1 134 52 208t142 74q39 0 71 -14t69 -47l57 -55q21 -20 37.5 -29.5t29.5 -9.5q39 0 57 37t19 118h125q-1 -134 -52 -208t-142 -74 q-39 0 -71 14t-69 47l-57 55q-21 20 -37.5 29.5t-30.5 9.5q-38 0 -56 -37t-20 -118h-124zM332 559q0 -213 72 -322.5t212 -109.5q141 0 213 109.5t72 322.5q0 214 -72 323t-213 109q-140 0 -212 -109t-72 -323z" />
+<glyph unicode="&#xf6;" d="M137 559q0 286 123 437t356 151t356.5 -151t123.5 -437q0 -287 -123 -437.5t-357 -150.5q-233 0 -356 150.5t-123 437.5zM319 1350v202h203v-202h-203zM332 559q0 -213 72 -322.5t212 -109.5q141 0 213 109.5t72 322.5q0 214 -72 323t-213 109q-140 0 -212 -109t-72 -323 zM711 1350v202h202v-202h-202z" />
+<glyph unicode="&#xf7;" d="M88 557v170h1057v-170h-1057zM494 150v245h245v-245h-245zM494 889v246h245v-246h-245z" />
+<glyph unicode="&#xf8;" d="M47 -20l170 200q-39 71 -59.5 168.5t-20.5 210.5q0 286 123 437t356 151q100 0 179 -27.5t139 -83.5l147 176l93 -77l-164 -195q42 -66 64 -162.5t22 -218.5q0 -287 -123 -437.5t-357 -150.5q-103 0 -181.5 29.5t-135.5 89.5l-160 -186zM328 575q0 -48 7 -106t21 -129 l461 557q-35 48 -84.5 71t-116.5 23q-139 0 -213.5 -107t-74.5 -309zM414 221q36 -47 86.5 -70.5t115.5 -23.5q141 0 213 109.5t72 322.5q0 52 -6 107.5t-18 113.5z" />
+<glyph unicode="&#xf9;" d="M195 424v694h184v-694q0 -151 53.5 -222t165.5 -71q130 0 199 91.5t69 262.5v633h185v-1118h-185v168q-49 -97 -133.5 -147t-197.5 -50q-172 0 -256 112.5t-84 340.5zM279 1638h198l281 -376h-154z" />
+<glyph unicode="&#xfa;" d="M195 424v694h184v-694q0 -151 53.5 -222t165.5 -71q130 0 199 91.5t69 262.5v633h185v-1118h-185v168q-49 -97 -133.5 -147t-197.5 -50q-172 0 -256 112.5t-84 340.5zM475 1262l281 376h198l-325 -376h-154z" />
+<glyph unicode="&#xfb;" d="M195 424v694h184v-694q0 -151 53.5 -222t165.5 -71q130 0 199 91.5t69 262.5v633h185v-1118h-185v168q-49 -97 -133.5 -147t-197.5 -50q-172 0 -256 112.5t-84 340.5zM297 1262l246 376h147l246 -376h-139l-181 245l-180 -245h-139z" />
+<glyph unicode="&#xfc;" d="M195 424v694h184v-694q0 -151 53.5 -222t165.5 -71q130 0 199 91.5t69 262.5v633h185v-1118h-185v168q-49 -97 -133.5 -147t-197.5 -50q-172 0 -256 112.5t-84 340.5zM319 1350v202h203v-202h-203zM711 1350v202h202v-202h-202z" />
+<glyph unicode="&#xfd;" d="M104 1120h195l332 -876l327 876h195l-295 -760q-46 -117 -117 -308q-99 -264 -133 -322q-46 -78 -115 -117t-161 -39h-148v154h109q81 0 127 47t117 243zM475 1262l281 376h198l-325 -376h-154z" />
+<glyph unicode="&#xfe;" d="M190 -426v1993h185v-590q46 83 122.5 126.5t176.5 43.5q203 0 318.5 -157t115.5 -435q0 -273 -116 -428.5t-318 -155.5q-102 0 -178.5 43.5t-120.5 126.5v-567h-185zM375 559q0 -212 69 -322t203 -110q133 0 200.5 109t67.5 323t-67.5 323t-200.5 109q-134 0 -203 -109.5 t-69 -322.5z" />
+<glyph unicode="&#xff;" d="M104 1120h195l332 -876l327 876h195l-295 -760q-46 -117 -117 -308q-99 -264 -133 -322q-46 -78 -115 -117t-161 -39h-148v154h109q81 0 127 47t117 243zM319 1350v202h203v-202h-203zM711 1350v202h202v-202h-202z" />
+<glyph unicode="&#x152;" d="M72 745q0 417 122 582.5t418 165.5h594v-170h-358v-442h328v-170h-328v-541h369v-170h-605q-295 0 -417.5 166.5t-122.5 578.5zM274 745q0 -346 69.5 -460.5t246.5 -114.5h61v1153h-61q-177 0 -246.5 -115t-69.5 -463z" />
+<glyph unicode="&#x153;" d="M14 559q0 312 85 450t274 138q89 0 153 -31t111 -96q37 62 102 94.5t152 32.5q175 0 247 -118.5t72 -424.5v-90h-491v-84q0 -163 49.5 -235t161.5 -72q80 0 145.5 26.5t112.5 77.5v-172q-59 -43 -121.5 -63.5t-136.5 -20.5q-98 0 -171.5 33.5t-121.5 99.5 q-52 -68 -116 -100.5t-148 -32.5q-189 0 -274 138t-85 450zM190 559q0 -269 40 -352.5t143 -83.5q102 0 143 84t41 323q0 291 -40 378t-144 87q-103 0 -143 -83.5t-40 -352.5zM719 657h328q0 11 1 30t1 28q0 145 -40 212.5t-126 67.5q-87 0 -125.5 -68.5t-38.5 -226.5v-43z " />
+<glyph unicode="&#x178;" d="M37 1493h215l364 -659l363 659h217l-479 -823v-670h-203v670zM319 1667v203h203v-203h-203zM711 1667v203h202v-203h-202z" />
+<glyph unicode="&#x2c6;" d="M297 1262l246 376h147l246 -376h-139l-181 245l-180 -245h-139z" />
+<glyph unicode="&#x2dc;" d="M287 1309q1 134 52 208t142 74q39 0 71 -14t69 -47l57 -55q21 -20 37.5 -29.5t29.5 -9.5q39 0 57 37t19 118h125q-1 -134 -52 -208t-142 -74q-39 0 -71 14t-69 47l-57 55q-21 20 -37.5 29.5t-30.5 9.5q-38 0 -56 -37t-20 -118h-124z" />
+<glyph unicode="&#x2000;" horiz-adv-x="950" />
+<glyph unicode="&#x2001;" horiz-adv-x="1901" />
+<glyph unicode="&#x2002;" horiz-adv-x="950" />
+<glyph unicode="&#x2003;" horiz-adv-x="1901" />
+<glyph unicode="&#x2004;" horiz-adv-x="633" />
+<glyph unicode="&#x2005;" horiz-adv-x="475" />
+<glyph unicode="&#x2006;" horiz-adv-x="316" />
+<glyph unicode="&#x2007;" horiz-adv-x="316" />
+<glyph unicode="&#x2008;" horiz-adv-x="237" />
+<glyph unicode="&#x2009;" horiz-adv-x="380" />
+<glyph unicode="&#x200a;" horiz-adv-x="105" />
+<glyph unicode="&#x2010;" d="M356 519v164h521v-164h-521z" />
+<glyph unicode="&#x2011;" d="M356 519v164h521v-164h-521z" />
+<glyph unicode="&#x2012;" d="M356 519v164h521v-164h-521z" />
+<glyph unicode="&#x2013;" d="M0 492v141h1233v-141h-1233z" />
+<glyph unicode="&#x2014;" d="M0 492v141h1233v-141h-1233z" />
+<glyph unicode="&#x2018;" d="M463 967v207l196 382h154l-98 -382v-207h-252z" />
+<glyph unicode="&#x2019;" d="M463 967l98 383v206h252v-206l-197 -383h-153z" />
+<glyph unicode="&#x201a;" d="M403 -287l99 383v207h252v-207l-197 -383h-154z" />
+<glyph unicode="&#x201c;" d="M211 967v207l199 382h153l-98 -382v-207h-254zM672 967v207l196 382h154l-98 -382v-207h-252z" />
+<glyph unicode="&#x201d;" d="M211 967l98 383v206h252v-206l-196 -383h-154zM670 967l98 383v206h252v-206l-197 -383h-153z" />
+<glyph unicode="&#x201e;" d="M211 -287l98 383v207h252v-207l-196 -383h-154zM670 -287l98 383v207h252v-207l-197 -383h-153z" />
+<glyph unicode="&#x2022;" d="M319 762q0 124 86 209.5t211 85.5q124 0 210.5 -86t86.5 -209q0 -124 -87 -210.5t-212 -86.5q-124 0 -209.5 85.5t-85.5 211.5z" />
+<glyph unicode="&#x2026;" d="M80 0v305h252v-305h-252zM489 0v305h252v-305h-252zM899 0v305h252v-305h-252z" />
+<glyph unicode="&#x202f;" horiz-adv-x="380" />
+<glyph unicode="&#x2039;" d="M346 559v82l469 418v-191l-301 -268l301 -268v-191z" />
+<glyph unicode="&#x203a;" d="M420 141v191l301 268l-301 268v191l469 -418v-82z" />
+<glyph unicode="&#x205f;" horiz-adv-x="475" />
+<glyph unicode="&#x20ac;" d="M37 543l49 110h117q-1 12 -2 32q-2 45 -2 60q0 18 2 65q1 19 2 30h-166l49 108h125q48 283 185 427.5t360 144.5q84 0 157.5 -20t147.5 -62v-207q-66 61 -145.5 95t-157.5 34q-146 0 -233 -104t-111 -308h481l-49 -108h-442q-2 -20 -2.5 -42.5t-0.5 -68.5q0 -15 0.5 -34 t1.5 -42h361l-49 -110h-301q23 -203 110 -307.5t234 -104.5q79 0 157.5 33.5t145.5 95.5v-207q-72 -42 -146 -62t-159 -20q-226 0 -363.5 144t-181.5 428h-174z" />
+<glyph unicode="&#x2122;" d="M0 1399v94h438v-94h-162v-484h-114v484h-162zM522 915v578h170l137 -256l125 256h172v-578h-114v482l-156 -301h-55l-166 301v-482h-113z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1120" d="M0 0v1120h1120v-1120h-1120z" />
+<glyph unicode="&#xfb01;" d="M35 977v143h201v78q0 184 84.5 271t263.5 87h192v-153h-180q-99 0 -137.5 -40.5t-38.5 -143.5v-101h659v-1118h-184v977h-475v-977h-184v977h-201zM895 1321v233h184v-233h-184z" />
+<glyph unicode="&#xfb02;" d="M35 977v143h201v78q0 184 84.5 271t263.5 87h495v-1556h-184v1403h-299q-99 0 -137.5 -40.5t-38.5 -143.5v-101h293v-141h-293v-977h-184v977h-201z" />
+</font>
+</defs></svg> 

BIN
fonts/hack-regular-webfont.ttf


BIN
fonts/hack-regular-webfont.woff


BIN
fonts/hack-regular-webfont.woff2


BIN
fonts/hack-regularoblique-webfont.eot


+ 241 - 0
fonts/hack-regularoblique-webfont.svg

@@ -0,0 +1,241 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata></metadata>
+<defs>
+<font id="hackoblique" horiz-adv-x="1233" >
+<font-face units-per-em="2048" ascent="1556" descent="-492" />
+<missing-glyph horiz-adv-x="500" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" />
+<glyph unicode=" " />
+<glyph unicode="!" d="M489 81q-1 85 52.5 133t114.5 48t91 -36t30 -66q0 -103 -61 -156q-46 -42 -107 -42t-90 36t-30 83zM634 486l13 567l70 445h265l-70 -445l-157 -567h-121z" />
+<glyph unicode="&#x22;" d="M338 938v555h174v-555h-174zM721 938v555h174v-555h-174z" />
+<glyph unicode="#" d="M-6 414l39 153h256l84 334h-258l39 154h258l104 415h160l-105 -415h246l105 415h159l-104 -415h256l-39 -154h-256l-84 -334h258l-39 -153h-258l-104 -414h-160l104 414h-245l-105 -414h-160l105 414h-256zM449 567h245l84 334h-246z" />
+<glyph unicode="$" d="M31 92l35 180q81 -60 175.5 -93t198.5 -38l90 465q-176 35 -255.5 107.5t-79.5 197.5q0 173 132.5 288t341.5 122l48 235h100l-47 -235q85 -6 163 -21.5t150 -39.5l-32 -173q-65 40 -142 63.5t-166 31.5l-81 -426q174 -34 263 -117t89 -213q0 -184 -137 -304t-353 -120 h-10l-59 -303h-101l59 301q-95 3 -191 26t-191 66zM373 940q0 -69 42 -106t148 -60l80 410q-119 -8 -194.5 -76.5t-75.5 -167.5zM543 145q129 0 208.5 72.5t79.5 188.5q0 78 -47 120.5t-155 61.5z" />
+<glyph unicode="%" d="M33 1112q0 135 92 227.5t227 92.5q64 0 122.5 -24t103.5 -69t69.5 -103.5t24.5 -123.5q0 -134 -93 -226.5t-227 -92.5q-135 0 -227 92t-92 227zM42 453v107l1150 436v-113zM168 1112q0 -79 52.5 -131.5t131.5 -52.5q77 0 131 53.5t54 130.5t-54 130.5t-131 53.5 t-130.5 -53t-53.5 -131zM561 319q0 135 92 227.5t226 92.5q64 0 121.5 -24t103.5 -70q46 -47 71 -105t25 -121q0 -133 -93 -226t-228 -93q-136 0 -227 91.5t-91 227.5zM696 319q0 -78 52.5 -131t130.5 -53q77 0 130.5 53.5t53.5 130.5t-54 131t-130 54q-78 0 -130.5 -53 t-52.5 -132z" />
+<glyph unicode="&#x26;" d="M-20 360q0 168 99.5 312.5t287.5 247.5q-29 52 -43.5 106t-14.5 109q0 174 123 279.5t330 105.5q65 0 127 -12t119 -35l-35 -183q-42 38 -103 57t-137 19q-113 0 -181.5 -57.5t-68.5 -151.5q0 -47 22 -112.5t62 -137.5l307 -557q62 66 99 168.5t49 241.5h168 q-17 -168 -78 -302.5t-168 -236.5l123 -221h-199l-59 113q-95 -71 -195 -106.5t-204 -35.5q-195 0 -312.5 107t-117.5 282zM158 408q0 -119 86 -199t215 -80q65 0 138 28.5t144 82.5l-309 555q-135 -73 -204.5 -171.5t-69.5 -215.5z" />
+<glyph unicode="'" d="M528 938v555h174v-555h-174z" />
+<glyph unicode="(" d="M373 375q0 303 129 602.5t381 576.5h159q-236 -301 -355.5 -606.5t-119.5 -607.5q0 -146 29.5 -297t89.5 -313h-160q-79 189 -116 346t-37 299z" />
+<glyph unicode=")" d="M150 -270q236 300 355.5 605.5t119.5 608.5q0 146 -29.5 297t-89.5 313h160q78 -188 115.5 -345.5t37.5 -299.5q0 -303 -129 -602.5t-381 -576.5h-159z" />
+<glyph unicode="*" d="M128 1095l36 103l376 -123l20 425h108l20 -425l376 123l36 -103l-364 -158l242 -371l-94 -67l-270 357l-270 -357l-94 67l242 371z" />
+<glyph unicode="+" d="M88 557v170h444v444h168v-444h445v-170h-445v-444h-168v444h-444z" />
+<glyph unicode="," d="M400 -283q244 110 252 334q-24 -4 -38 -4q-68 0 -112 39t-44 111q0 70 46 111t114 41q88 0 134 -68t46 -188q0 -172 -92 -295t-260 -185z" />
+<glyph unicode="-" d="M303 509l33 164h522l-33 -164h-522z" />
+<glyph unicode="." d="M451 141q0 76 47 123t115 47t115 -47t47 -123q0 -74 -47 -121t-115 -47t-115 47t-47 121z" />
+<glyph unicode="/" d="M16 -190l852 1683h191l-854 -1683h-189z" />
+<glyph unicode="0" d="M98 473q0 192 57 411.5t142 360.5t195.5 208t257.5 67q195 0 290 -123t95 -377q0 -191 -57.5 -412.5t-141.5 -359.5q-84 -141 -195.5 -209t-259.5 -68q-195 0 -289 123t-94 379zM299 414q0 -141 51.5 -210t155.5 -69q80 0 148.5 51.5t115.5 147.5q69 140 115.5 346.5 t46.5 382.5q0 154 -49 223.5t-156 69.5q-80 0 -149 -51t-117 -146q-70 -139 -116 -347.5t-46 -397.5zM493 516q0 23 2 51q12 154 24 208q13 54 65 169q48 104 95 104q5 0 10 -1q48 -11 48 -112q-1 -12 -1 -26q-6 -126 -18 -180q-14 -55 -70 -197q-52 -131 -102 -132 q-4 0 -9 1q-44 10 -44 115z" />
+<glyph unicode="1" d="M123 0l33 170h313l221 1141l-352 -76l35 184l352 74h203l-258 -1323h309l-33 -170h-823z" />
+<glyph unicode="2" d="M6 0l33 170l311 274l39 35q537 471 537 674q0 93 -64 146t-178 53q-92 0 -198 -33.5t-232 -101.5l41 204q112 49 216.5 74t201.5 25q185 0 299 -97t114 -252q0 -96 -35.5 -182.5t-117.5 -189.5q-33 -42 -119 -121t-266 -234l-320 -274h684l-32 -170h-914z" />
+<glyph unicode="3" d="M-18 45l38 201q91 -52 186 -78.5t193 -26.5q182 0 294 93.5t112 242.5q0 117 -71.5 177.5t-209.5 60.5h-153l32 166h154q158 0 251 75t93 199q0 100 -61.5 147.5t-190.5 47.5q-82 0 -179 -20t-210 -60l37 186q123 33 220 48.5t181 15.5q188 0 296 -88t108 -240 q0 -153 -89.5 -256.5t-250.5 -136.5q114 -20 178 -102t64 -208q0 -234 -167.5 -376t-447.5 -142q-108 0 -210.5 18.5t-196.5 55.5z" />
+<glyph unicode="4" d="M25 356l36 191l785 946h233l-190 -973h198l-30 -164h-199l-70 -356h-198l69 356h-634zM217 520h473l152 762z" />
+<glyph unicode="5" d="M4 35l41 205q84 -51 172 -76t182 -25q186 0 308 117t122 291q0 128 -80.5 201t-222.5 73q-79 0 -161.5 -20t-157.5 -58l145 750h756l-33 -170h-571l-72 -367q47 16 91.5 23.5t88.5 7.5q188 0 303 -113.5t115 -298.5q0 -124 -52.5 -241t-148.5 -203q-88 -80 -201.5 -120 t-256.5 -40q-108 0 -201.5 16.5t-165.5 47.5z" />
+<glyph unicode="6" d="M92 420q0 166 39 345t107 325q98 215 250.5 322.5t359.5 107.5q75 0 146 -15.5t134 -44.5l-36 -186q-58 37 -126 56.5t-143 19.5q-193 0 -318.5 -143.5t-180.5 -426.5q68 102 161.5 154.5t206.5 52.5q178 0 274.5 -99.5t96.5 -283.5q0 -119 -40 -238t-108 -202 q-78 -97 -177.5 -145t-221.5 -48q-203 0 -313.5 117t-110.5 332zM293 387q0 -121 61 -189.5t168 -68.5q144 0 241 134t97 331q0 113 -58 174t-165 61q-146 0 -245 -126t-99 -316z" />
+<glyph unicode="7" d="M174 0l778 1323h-708l32 170h936l-16 -94l-805 -1399h-217z" />
+<glyph unicode="8" d="M41 354q0 166 104.5 284t284.5 155q-107 38 -161 110.5t-54 177.5q0 182 148 310.5t362 128.5q178 0 289.5 -91t111.5 -235t-97 -257.5t-257 -154.5q126 -30 190 -113t64 -216q0 -209 -152 -345.5t-389 -136.5q-207 0 -325.5 102t-118.5 281zM246 358q0 -105 67 -168 t179 -63q148 0 238.5 92t90.5 242q0 116 -66 182t-184 66q-142 0 -233.5 -98.5t-91.5 -252.5zM416 1079q0 -99 58.5 -156t160.5 -57q123 0 207 87t84 212q0 91 -60 145t-159 54q-127 0 -209 -80.5t-82 -204.5z" />
+<glyph unicode="9" d="M63 31l35 186q58 -37 126 -56.5t143 -19.5q193 0 318.5 143.5t180.5 426.5q-68 -102 -161.5 -154.5t-206.5 -52.5q-178 0 -274.5 100t-96.5 285q0 118 40 236.5t107 201.5q78 96 178 144.5t222 48.5q203 0 314.5 -117.5t111.5 -331.5q0 -166 -39 -345t-107 -325 q-98 -214 -251 -322t-361 -108q-75 0 -145 15t-134 45zM330 897q0 -113 58 -174t165 -61q146 0 245 126t99 316q0 122 -60 190t-167 68q-144 0 -242 -134t-98 -331z" />
+<glyph unicode=":" d="M482 135q0 96 62 149.5t130 53.5t103 -41.5t35 -94.5q0 -95 -62 -148.5t-130 -53.5t-103 41.5t-35 93.5zM595 852q-1 94 61.5 148t130 54t103 -41.5t35.5 -93.5q0 -95 -62 -149t-130 -54t-102.5 41t-35.5 95z" />
+<glyph unicode=";" d="M353 -320q261 110 305 334q-25 -4 -38 -4q-68 0 -106 39q-29 30 -29 80q-1 14 2 31q13 71 63 111q53 41 121 41q86 0 123 -68q24 -44 24 -111q-1 -36 -7 -77q-25 -170 -139 -295q-111 -123 -289 -185zM582 830q0 17 3 34q13 75 66 121q54 47 122 47t108 -47 q31 -36 31 -88q0 -17 -3 -33q-14 -77 -67 -123q-54 -47 -122 -47q-69 0 -108 47q-30 36 -30 89z" />
+<glyph unicode="&#x3c;" d="M88 559v166l1057 418v-182l-850 -320l850 -317v-183z" />
+<glyph unicode="=" d="M88 352v172h1057v-172h-1057zM88 760v170h1057v-170h-1057z" />
+<glyph unicode="&#x3e;" d="M88 141v183l850 317l-850 320v182l1057 -418v-166z" />
+<glyph unicode="?" d="M398 1227l30 188q103 57 203 85t204 28q184 0 281 -96q76 -75 76 -191q-1 -32 -6 -66q-11 -74 -56 -142q-45 -66 -152 -157l-102 -86q-81 -69 -105 -108q-26 -42 -32 -83l-8 -47l-12 -80h-190l17 111q12 78 53 146q39 66 139 151l104 89q73 62 102 103q31 44 39 93 q3 18 3 34q-1 67 -46 110q-58 55 -166 55q-78 0 -172.5 -34.5t-203.5 -102.5zM421 83q-2 84 55 132.5t118 48.5t92.5 -38t31.5 -85q0 -84 -55.5 -132.5t-116.5 -48.5t-92.5 37t-32.5 86z" />
+<glyph unicode="@" d="M-29 379q0 201 71.5 400.5t195.5 344.5q110 131 257 202t306 71q189 0 301 -104.5t112 -280.5q0 -30 -4.5 -68.5t-13.5 -85.5l-137 -723h-144l21 111q-51 -63 -122 -97t-152 -34q-131 0 -214 92t-83 237q0 220 132 376.5t314 156.5q84 0 148.5 -36t93.5 -97l8 43 q6 35 9 61t3 41q0 126 -73 196t-203 70q-142 0 -273.5 -78t-226.5 -221q-84 -125 -128 -274.5t-44 -306.5q0 -257 129 -404t354 -147q57 0 117 12.5t127 38.5l45 -131q-66 -31 -137 -46t-154 -15q-288 0 -461.5 189.5t-173.5 506.5zM524 469q0 -97 49.5 -153t135.5 -56 q125 0 212 105.5t87 257.5q0 96 -50.5 151t-138.5 55q-123 0 -209 -104.5t-86 -255.5z" />
+<glyph unicode="A" d="M-106 0l745 1493h246l166 -1493h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774z" />
+<glyph unicode="B" d="M23 0l290 1493h443q203 0 307 -79.5t104 -233.5t-92 -257.5t-248 -123.5q125 -23 191.5 -102t66.5 -203q0 -234 -159.5 -364t-450.5 -130h-452zM258 166h248q184 0 281.5 87t97.5 251q0 107 -68 158t-211 51h-241zM395 877h244q151 0 237.5 72.5t86.5 199.5 q0 94 -55.5 136t-180.5 42h-244z" />
+<glyph unicode="C" d="M115 477q0 220 70 436t184 353q107 130 236 192t294 62q80 0 159 -21t154 -61l-41 -207q-64 63 -135 94t-151 31q-95 0 -176 -40.5t-152 -123.5q-104 -123 -167.5 -315t-63.5 -385q0 -173 78 -265t225 -92q85 0 175.5 32t178.5 93l-39 -207q-84 -41 -169.5 -61.5 t-176.5 -20.5q-230 0 -356.5 133t-126.5 373z" />
+<glyph unicode="D" d="M-8 0l291 1493h303q273 0 408.5 -124t135.5 -376q0 -162 -42 -334t-113 -305q-104 -191 -259.5 -272.5t-420.5 -81.5h-303zM227 166h97q185 0 297 62.5t180 203.5q54 115 88.5 274.5t34.5 292.5q0 176 -82 252t-275 76h-114z" />
+<glyph unicode="E" d="M53 0l291 1493h885l-33 -170h-684l-86 -442h653l-32 -170h-654l-104 -541h702l-33 -170h-905z" />
+<glyph unicode="F" d="M92 0l291 1493h879l-33 -170h-676l-86 -440h612l-32 -170h-613l-139 -713h-203z" />
+<glyph unicode="G" d="M78 489q0 90 16.5 191.5t48.5 212.5q35 117 82 211.5t103 161.5q107 130 236.5 192t295.5 62q80 0 159.5 -21t156.5 -61l-41 -207q-65 63 -136.5 94t-152.5 31q-98 0 -184 -41.5t-154 -122.5q-44 -52 -83 -130t-69 -175q-34 -114 -51.5 -214t-17.5 -181q0 -171 79 -264 t224 -93q68 0 122 18.5t91 53.5l76 393h-217l30 166h410l-133 -670q-87 -62 -190 -93.5t-220 -31.5q-232 0 -356.5 134.5t-124.5 383.5z" />
+<glyph unicode="H" d="M-8 0l291 1493h202l-118 -612h553l118 612h203l-291 -1493h-202l139 711h-555l-137 -711h-203z" />
+<glyph unicode="I" d="M57 0l33 170h313l224 1153h-314l33 170h830l-33 -170h-314l-223 -1153h314l-33 -170h-830z" />
+<glyph unicode="J" d="M-25 61l45 236q72 -79 164 -120.5t195 -41.5q142 0 212.5 73t110.5 279l164 836h-381l33 170h584l-197 -1006q-56 -289 -176 -402.5t-358 -113.5q-97 0 -197 23t-199 67z" />
+<glyph unicode="K" d="M-8 0l291 1493h202l-127 -647l742 647h254l-703 -619l428 -874h-219l-360 741l-193 -168l-112 -573h-203z" />
+<glyph unicode="L" d="M78 0l291 1493h202l-258 -1323h721l-33 -170h-923z" />
+<glyph unicode="M" d="M-59 0l288 1493h269l110 -756l414 756h270l-291 -1493h-186l258 1327l-434 -795h-141l-115 795l-256 -1327h-186z" />
+<glyph unicode="N" d="M-6 0l291 1493h256l264 -1229l239 1229h195l-291 -1493h-256l-264 1229l-240 -1229h-194z" />
+<glyph unicode="O" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -110 -22.5 -239t-65.5 -265q-29 -92 -62.5 -165t-72.5 -132q-88 -127 -197 -187.5t-254 -60.5q-201 0 -298 123t-97 379zM287 414 q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394z" />
+<glyph unicode="P" d="M51 0l291 1493h440q206 0 314 -92t108 -266q0 -249 -160 -392t-440 -143h-233l-117 -600h-203zM403 766h234q165 0 263.5 95.5t98.5 254.5q0 108 -62 159.5t-192 51.5h-233z" />
+<glyph unicode="Q" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -83 -14.5 -181.5t-42.5 -209.5q-30 -116 -62 -202t-69 -153q-54 -95 -124 -163t-149 -101l154 -188l-154 -92l-186 243h-10 q-215 0 -313.5 119t-98.5 381zM287 414q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394z" />
+<glyph unicode="R" d="M12 0l289 1493h416q207 0 320.5 -89.5t113.5 -252.5q0 -183 -103.5 -303t-281.5 -143q72 -14 115.5 -67t97.5 -230l121 -408h-201l-106 377q-44 156 -98.5 205t-164.5 49h-192l-123 -631h-203zM371 797h219q163 0 260.5 85.5t97.5 227.5q0 112 -63 164.5t-199 52.5h-213z " />
+<glyph unicode="S" d="M25 61l41 209q98 -69 198.5 -102t212.5 -33q165 0 268 88t103 223q0 82 -44 127t-177 86l-101 33q-184 58 -257.5 131.5t-73.5 194.5q0 221 165 361.5t431 140.5q80 0 170.5 -20t185.5 -58l-39 -205q-81 59 -168 89t-180 30q-165 0 -269 -82t-104 -209q0 -71 49 -115 t178 -84l121 -39q163 -50 238.5 -133.5t75.5 -212.5q0 -235 -166 -372.5t-453 -137.5q-104 0 -204.5 22.5t-200.5 67.5z" />
+<glyph unicode="T" d="M160 1323l33 170h1140l-33 -170h-469l-256 -1323h-204l258 1323h-469z" />
+<glyph unicode="U" d="M80 317q0 37 8.5 100t26.5 156l178 920h203l-179 -920q-2 -13 -8 -41q-30 -154 -30 -213q0 -92 54.5 -138t164.5 -46q89 0 151 28.5t107 90.5q22 31 44.5 106.5t49.5 212.5l178 920h203l-178 -920q-42 -219 -89.5 -321.5t-125.5 -165.5q-71 -56 -162 -85.5t-197 -29.5 q-192 0 -295.5 90t-103.5 256z" />
+<glyph unicode="V" d="M199 1493h198l113 -1303l598 1303h215l-719 -1493h-258z" />
+<glyph unicode="W" d="M82 0l63 1493h191l-90 -1210l329 800h211l15 -802l377 1212h198l-510 -1493h-194l-31 870l-371 -870h-188z" />
+<glyph unicode="X" d="M-127 0l657 797l-288 696h200l224 -532l440 532h231l-596 -719l324 -774h-201l-254 612l-506 -612h-231z" />
+<glyph unicode="Y" d="M195 1493h202l236 -651l497 651h218l-635 -823l-129 -670h-207l131 670z" />
+<glyph unicode="Z" d="M-6 0l29 154l976 1169h-727l33 170h969l-29 -154l-979 -1169h774l-34 -170h-1012z" />
+<glyph unicode="[" d="M420 -270l302 1906h424l-23 -143h-240l-256 -1620h240l-23 -143h-424z" />
+<glyph unicode="\" d="M356 1493h170l199 -1683h-170z" />
+<glyph unicode="]" d="M303 -270l23 143h240l256 1619h-240l23 143h424l-302 -1905h-424z" />
+<glyph unicode="^" d="M72 936l456 557h177l456 -557h-178l-367 395l-366 -395h-178z" />
+<glyph unicode="_" d="M0 -403h1024v-80h-1024v80z" />
+<glyph unicode="`" d="M453 1638h198l197 -376h-143z" />
+<glyph unicode="a" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5z" />
+<glyph unicode="b" d="M59 0l303 1556h185l-113 -579q62 84 144 127t184 43q164 0 255 -103.5t91 -289.5q0 -145 -41 -289t-113 -252q-76 -115 -185.5 -178.5t-233.5 -63.5q-98 0 -164.5 43t-100.5 127l-26 -141h-185zM332 383q0 -123 53.5 -189.5t153.5 -66.5q84 0 152 45t114 131 q49 94 77.5 210t28.5 224q0 128 -50.5 192t-151.5 64q-83 0 -151.5 -46t-119.5 -134q-48 -86 -77 -202.5t-29 -227.5z" />
+<glyph unicode="c" d="M156 416q0 149 53.5 292.5t144.5 241.5q93 99 204.5 148t244.5 49q89 0 172 -21.5t162 -64.5l-37 -182q-66 58 -136 85t-155 27q-110 0 -195 -44.5t-145 -133.5q-56 -82 -87.5 -187.5t-31.5 -209.5q0 -144 68.5 -216.5t204.5 -72.5q96 0 184.5 31t171.5 94l-39 -201 q-73 -39 -156.5 -59.5t-173.5 -20.5q-224 0 -339 112.5t-115 332.5z" />
+<glyph unicode="d" d="M119 369q0 143 40 287.5t109 252.5q75 118 176.5 178t225.5 60q97 0 170 -43.5t114 -126.5l115 579h184l-303 -1556h-184l27 141q-65 -84 -147.5 -127t-182.5 -43q-163 0 -253.5 105t-90.5 293zM315 383q0 -128 51 -192t152 -64q85 0 153.5 45t116.5 133q49 87 77 202.5 t28 229.5q0 120 -54.5 187t-152.5 67q-88 0 -155 -43.5t-113 -130.5q-49 -90 -76 -204.5t-27 -229.5z" />
+<glyph unicode="e" d="M98 408q0 156 60 306t166 259q83 86 183.5 131t209.5 45q186 0 297.5 -114.5t111.5 -305.5q0 -34 -5 -84.5t-17 -128.5h-807q-6 -32 -9 -58t-3 -46q0 -139 77 -212t224 -73q88 0 192.5 28.5t218.5 84.5l-36 -183q-105 -43 -205 -64.5t-203 -21.5q-223 0 -339 111.5 t-116 325.5zM332 659h606q6 27 8 44.5t2 33.5q0 120 -65 187t-181 67q-123 0 -224.5 -90t-145.5 -242z" />
+<glyph unicode="f" d="M264 977l29 143h297l16 78q38 193 134.5 275.5t283.5 82.5h221l-31 -153h-208q-95 0 -143 -41.5t-68 -142.5l-21 -99h385l-26 -143h-385l-191 -977h-184l190 977h-299z" />
+<glyph unicode="g" d="M59 -385l37 182q73 -44 151.5 -67t158.5 -23q149 0 231 80t119 266l24 117q-58 -87 -145 -132.5t-197 -45.5q-154 0 -245 107.5t-91 291.5q0 139 40 276.5t112 243.5q74 112 178 174t215 62q101 0 177 -48.5t110 -133.5l27 151h184l-203 -1044q-53 -271 -186.5 -391.5 t-380.5 -120.5q-82 0 -161.5 14t-154.5 41zM297 399q0 -119 57 -186.5t158 -67.5q79 0 145.5 45t112.5 129q49 90 76.5 202t27.5 218q0 119 -56 185.5t-156 66.5q-154 0 -259.5 -168.5t-105.5 -423.5z" />
+<glyph unicode="h" d="M84 0l303 1556h184l-116 -604q75 97 162.5 146t185.5 49q139 0 216 -72.5t77 -202.5q0 -32 -5.5 -79t-15.5 -99l-135 -694h-184l135 695q1 4 3 14q15 71 15 110q0 81 -46.5 124.5t-133.5 43.5q-127 0 -216 -93t-122 -261l-123 -633h-184z" />
+<glyph unicode="i" d="M61 0l29 143h365l161 834h-286l28 143h471l-190 -977h365l-29 -143h-914zM684 1323l45 233h184l-45 -233h-184z" />
+<glyph unicode="j" d="M4 -426l31 156h233q95 0 150 59.5t80 190.5l192 997h-317l28 143h502l-221 -1140q-41 -213 -142 -309.5t-282 -96.5h-254zM758 1323l45 233h184l-45 -233h-184z" />
+<glyph unicode="k" d="M90 0l303 1556h191l-170 -874l549 438h241l-520 -422l373 -698h-213l-307 582l-168 -133l-88 -449h-191z" />
+<glyph unicode="l" d="M311 1423l29 144h500l-240 -1159q-7 -35 -10.5 -62t-3.5 -45q0 -73 44.5 -109t135.5 -36h211l-31 -156h-207q-173 0 -257.5 63.5t-84.5 194.5q0 28 5 68t14 86l211 1011h-316z" />
+<glyph unicode="m" d="M-14 0l217 1120h168l-19 -96q44 60 99.5 91.5t119.5 31.5q75 0 121 -37.5t56 -103.5q39 68 101.5 104.5t139.5 36.5q86 0 137.5 -54.5t51.5 -146.5q0 -54 -9 -122t-30 -175l-127 -649h-168l125 641q18 92 27.5 150.5t9.5 82.5q0 63 -23 91t-74 28q-75 0 -117 -64.5 t-85 -287.5l-125 -641h-168l125 641q19 97 27.5 153.5t8.5 79.5q0 61 -23.5 90t-72.5 29q-74 0 -114.5 -59.5t-85.5 -292.5l-125 -641h-168z" />
+<glyph unicode="n" d="M84 0l219 1120h184l-32 -168q75 97 162.5 146t185.5 49q139 0 216 -72.5t77 -202.5q0 -32 -5.5 -79t-15.5 -99l-135 -694h-184l135 695q1 4 3 14q15 71 15 110q0 81 -46.5 124.5t-133.5 43.5q-127 0 -216 -93t-122 -261l-123 -633h-184z" />
+<glyph unicode="o" d="M117 393q0 135 41 270t116 248q79 116 190.5 176t248.5 60q196 0 298.5 -107t102.5 -313q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-187 0 -288 109.5t-101 312.5zM313 385q0 -129 56 -193.5t168 -64.5q164 0 273.5 171t109.5 435q0 129 -56 193.5 t-168 64.5q-164 0 -273.5 -171t-109.5 -435z" />
+<glyph unicode="p" d="M-2 -426l301 1546h184l-28 -143q61 82 147 126t186 44q162 0 251 -104t89 -291q0 -143 -39.5 -287t-109.5 -254q-75 -118 -177 -179t-224 -61q-100 0 -170.5 42t-114.5 128l-111 -567h-184zM354 383q0 -123 56 -189.5t159 -66.5q81 0 148 44.5t112 129.5q49 92 77 207.5 t28 228.5q0 127 -51.5 190.5t-153.5 63.5q-85 0 -153.5 -45t-116.5 -133q-49 -88 -77 -202t-28 -228z" />
+<glyph unicode="q" d="M98 365q0 142 41 287t113 257q75 118 179.5 178t234.5 60q100 0 167.5 -42.5t102.5 -127.5l27 143h184l-299 -1546h-184l110 567q-61 -84 -143.5 -127t-184.5 -43q-164 0 -256 103.5t-92 290.5zM295 383q0 -128 50.5 -192t152.5 -64q82 0 151 45.5t119 132.5 q48 85 77 202.5t29 229.5q0 123 -53.5 188.5t-152.5 65.5q-85 0 -153 -44t-114 -130q-49 -94 -77.5 -210t-28.5 -224z" />
+<glyph unicode="r" d="M217 0l217 1120h184l-40 -219q67 120 173.5 183t241.5 63q71 0 128.5 -18.5t97.5 -53.5l-35 -186q-45 44 -104.5 66t-135.5 22q-164 0 -281 -114.5t-155 -313.5l-107 -549h-184z" />
+<glyph unicode="s" d="M115 41l37 190q94 -53 182.5 -79.5t171.5 -26.5q133 0 217 59.5t84 151.5q0 99 -196 151q-18 4 -28 7l-67 18q-129 33 -189.5 97t-60.5 167q0 170 132 270.5t356 100.5q88 0 169 -16.5t154 -49.5l-35 -180q-71 45 -149.5 68.5t-155.5 23.5q-137 0 -212.5 -51t-75.5 -143 q0 -98 221 -154q15 -4 22 -6l72 -18q117 -31 175 -92.5t58 -153.5q0 -181 -144 -292.5t-382 -111.5q-81 0 -169 17.5t-187 52.5z" />
+<glyph unicode="t" d="M195 977l28 143h299l62 318h184l-61 -318h417l-28 -143h-418l-119 -608q-6 -30 -9 -55.5t-3 -47.5q0 -66 39 -92.5t141 -26.5h207l-29 -147h-223q-167 0 -245.5 55.5t-78.5 173.5q0 25 4 59t13 81l119 608h-299z" />
+<glyph unicode="u" d="M125 246q0 39 4.5 85.5t13.5 94.5l133 694h185l-135 -694q-7 -37 -11 -71t-4 -58q0 -79 46.5 -121.5t131.5 -42.5q127 0 215 92.5t121 261.5l123 633h185l-218 -1120h-184l33 168q-73 -98 -162 -146.5t-194 -48.5q-131 0 -207 73.5t-76 199.5z" />
+<glyph unicode="v" d="M182 1120h178l154 -956l502 956h198l-614 -1120h-238z" />
+<glyph unicode="w" d="M92 1120h176l15 -905l268 578h162l49 -578l362 905h191l-486 -1120h-165l-60 623l-297 -623h-166z" />
+<glyph unicode="x" d="M-70 0l564 596l-293 524h196l217 -395l369 395h225l-512 -547l318 -573h-197l-244 444l-417 -444h-226z" />
+<glyph unicode="y" d="M-39 -426l29 154h108q81 0 139.5 46.5t118.5 159.5l43 84l-217 1102h183l172 -862l483 862h205l-439 -760q-62 -107 -165 -288q-155 -275 -209 -348q-58 -76 -132.5 -113t-170.5 -37h-148z" />
+<glyph unicode="z" d="M78 0l33 168l784 805h-604l28 147h814l-33 -168l-785 -805h629l-29 -147h-837z" />
+<glyph unicode="{" d="M154 537l29 147h91q145 0 208 55q62 54 93 205l50 244q25 124 61 194q36 72 90 111q47 34 116 48.5t202 14.5h82l-29 -143h-78h-7q-129 1 -176 -39t-77 -190l-51 -252q-32 -158 -93 -232q-60 -72 -171 -94q73 -18 113 -69.5t40 -126.5q1 -25 -3 -57q-5 -42 -11 -70 l-47 -244q-6 -31 -8 -59q-2 -26 -3 -50q0 -63 43 -91.5t140 -28.5h78l-29 -144h-72q-187 0 -268.5 54.5t-81.5 177.5v13q-1 20 3 52q6 48 11 71l45 236q1 3 3 12q10 50 10 95q0 85 -49 122.5t-162 37.5h-92z" />
+<glyph unicode="|" d="M530 -483v2048h172v-2048h-172z" />
+<glyph unicode="}" d="M-14 -334l28 144h78q136 0 183 40q47 39 77 189l51 252q32 159 93 233q60 72 172 92q-74 19 -114 70t-40 127q0 25 4 57q3 32 10 70l47 243q6 34 8.5 59.5t2.5 49.5q0 64 -42.5 92.5t-140.5 28.5h-77l26 143h74q188 0 269 -54t81 -177q0 -32 -4 -66q-3 -34 -10 -71 l-45 -236q-2 -10 -2 -12q-10 -49 -10 -94q0 -86 49 -123t161 -37h92l-29 -147h-91q-143 0 -207 -55q-67 -58 -96 -205l-47 -244q-22 -115 -62 -195q-36 -71 -90 -110q-47 -34 -116 -49t-201 -15h-82z" />
+<glyph unicode="~" d="M88 492v174q78 60 151 87t156 27q53 0 103 -11t124 -42q12 -5 33 -15q116 -55 209 -55q70 0 138.5 30.5t142.5 92.5v-174q-75 -59 -146.5 -86.5t-150.5 -27.5q-90 0 -203 51q-22 10 -33 14q-77 33 -128.5 45t-102.5 12q-79 0 -149.5 -29.5t-143.5 -92.5z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#xa1;" d="M389 0l129 655l88 357h162l-49 -357l-127 -655h-203zM631 1239l49 254h203l-49 -254h-203z" />
+<glyph unicode="&#xa2;" d="M123 430q0 186 81 348t222 258q70 49 147.5 76t163.5 33l56 287h102l-55 -287q60 -3 122.5 -20t124.5 -48l-32 -172q-49 38 -110.5 60t-133.5 28l-170 -870q65 5 134.5 27.5t144.5 62.5l-33 -172q-75 -31 -143.5 -47.5t-131.5 -20.5l-55 -286h-102l55 286 q-183 20 -285 141t-102 316zM315 422q0 -130 58.5 -206.5t167.5 -88.5l168 864q-165 -15 -279.5 -179.5t-114.5 -389.5z" />
+<glyph unicode="&#xa3;" d="M-8 0l33 170h237l90 465h-198l26 143h199l47 238q51 260 182 382t359 122q60 0 125 -14.5t137 -43.5l-37 -184q-54 43 -114.5 65.5t-123.5 22.5q-139 0 -216 -85t-115 -286l-43 -217h370l-28 -143h-371l-90 -465h536l-32 -170h-973z" />
+<glyph unicode="&#xa4;" d="M205 285l166 166q-31 51 -45.5 97.5t-14.5 92.5q0 50 15.5 96.5t46.5 91.5l-168 166l94 95l166 -168q46 31 91.5 46t96.5 15q46 0 93 -14.5t98 -44.5l166 166l90 -93l-166 -166q30 -49 44.5 -95.5t14.5 -94.5q0 -50 -15 -95.5t-46 -90.5l168 -166l-94 -94l-166 167 q-46 -31 -91.5 -46t-95.5 -15q-48 0 -96 14.5t-96 42.5l-164 -163zM438 643q0 -92 62.5 -154.5t152.5 -62.5q91 0 153 63t62 154q0 90 -62 151.5t-153 61.5q-90 0 -152.5 -61.5t-62.5 -151.5z" />
+<glyph unicode="&#xa5;" d="M47 524l23 111h397l6 35l-55 151h-309l22 111h246l-205 561h207l223 -664l459 664h211l-404 -561h252l-22 -111h-312l-110 -151l-10 -35h393l-23 -111h-393l-98 -524h-199l98 524h-397z" />
+<glyph unicode="&#xa6;" d="M530 -350v758h172v-758h-172zM530 674v758h172v-758h-172z" />
+<glyph unicode="&#xa7;" d="M100 -143l33 161q74 -36 146 -55.5t133 -19.5q112 0 178.5 47t66.5 125q0 98 -183 222l-13 9l-74 51q-125 85 -165 140.5t-40 128.5q0 96 64 182t182 149q-41 37 -59.5 77t-18.5 93q0 149 120 246.5t306 97.5q71 0 144.5 -14t148.5 -43l-33 -164q-71 38 -139.5 58 t-126.5 20q-103 0 -169 -49t-66 -121q0 -79 134 -169q31 -20 48 -32l86 -59q124 -86 166.5 -144.5t42.5 -127.5q0 -101 -66 -191t-180 -143q41 -35 61.5 -80t20.5 -100q0 -157 -121.5 -255t-320.5 -98q-70 0 -146.5 14.5t-159.5 43.5zM348 709q0 -51 42.5 -99t168.5 -131 l119 -78q84 51 128 106.5t44 110.5q0 53 -53.5 109t-200.5 150l-80 51q-82 -52 -125 -108t-43 -111z" />
+<glyph unicode="&#xa8;" d="M436 1350l39 202h203l-39 -202h-203zM827 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#xa9;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM102 741q0 -104 38.5 -195.5t113.5 -166.5 q76 -76 166.5 -114t195.5 -38q106 0 196.5 38t166.5 114t113.5 166.5t37.5 195.5q0 106 -38 198t-113 167t-165.5 112t-197.5 37q-106 0 -196.5 -37t-165.5 -112t-113.5 -167t-38.5 -198zM250 741q0 173 104 274t283 101q61 0 118 -11t109 -34v-108q-58 28 -113.5 41.5 t-113.5 13.5q-117 0 -184.5 -74.5t-67.5 -202.5q0 -132 70 -203t200 -71q56 0 107.5 12.5t101.5 38.5v-104q-52 -23 -109 -34t-118 -11q-180 0 -283.5 100t-103.5 272z" />
+<glyph unicode="&#xaa;" d="M223 469l23 123h676l-23 -123h-676zM295 920q0 140 111.5 219.5t310.5 79.5h174q0 2 1 9q3 27 3 40q0 71 -44 104t-140 33q-69 0 -137 -16.5t-140 -51.5l23 127q75 28 148 42t138 14q148 0 220.5 -62.5t72.5 -189.5q0 -23 -2.5 -48.5t-7.5 -54.5l-86 -448h-143l22 112 q-53 -63 -127 -97t-160 -34q-109 0 -173 60t-64 162zM442 938q0 -55 36.5 -88t96.5 -33q111 0 186.5 67t102.5 191l6 29h-141q-148 0 -217.5 -40t-69.5 -126z" />
+<glyph unicode="&#xab;" d="M74 559l16 82l549 418l-43 -211l-350 -264l250 -267l-35 -176zM541 559l16 82l549 418l-43 -211l-350 -264l250 -267l-35 -176z" />
+<glyph unicode="&#xac;" d="M88 690v172h1057v-491h-168v319h-889z" />
+<glyph unicode="&#xad;" d="M303 479l33 164h522l-33 -164h-522z" />
+<glyph unicode="&#xae;" d="M0 741q0 126 46 236t136 201q90 90 199 135t235 45q127 0 236 -45t199 -135q90 -91 136 -201t46 -236q0 -125 -45.5 -234t-136.5 -200t-200 -136.5t-235 -45.5q-125 0 -234 45.5t-200 136.5t-136.5 200t-45.5 234zM102 741q0 -104 38.5 -195.5t113.5 -166.5 q76 -76 166.5 -114t195.5 -38q106 0 196.5 38t166.5 114t113.5 166.5t37.5 195.5q0 106 -38 198t-113 167t-165.5 112t-197.5 37q-106 0 -196.5 -37t-165.5 -112t-113.5 -167t-38.5 -198zM362 406v694h238q147 0 219 -49t72 -150q0 -71 -44 -117.5t-124 -60.5 q19 -5 48 -38.5t67 -92.5l114 -186h-143l-107 174q-49 80 -79.5 101t-75.5 21h-55v-296h-130zM492 784h102q90 0 127 27t37 90q0 62 -37 88.5t-127 26.5h-102v-232z" />
+<glyph unicode="&#xaf;" d="M440 1378l29 148h598l-29 -148h-598z" />
+<glyph unicode="&#xb0;" d="M299 1200q0 134 92 227t225 93q65 0 123.5 -24.5t102.5 -70.5q45 -45 68.5 -102t23.5 -123q0 -132 -93 -223.5t-227 -91.5q-135 0 -225 90t-90 225zM426 1200q0 -80 54.5 -134t133.5 -54q80 0 136.5 55t56.5 133q0 79 -56 135t-135 56t-134.5 -55.5t-55.5 -135.5z" />
+<glyph unicode="&#xb1;" d="M88 0v170h1057v-170h-1057zM88 672v170h444v329h168v-329h445v-170h-445v-332h-168v332h-444z" />
+<glyph unicode="&#xb2;" d="M307 668l21 110l170 140l33 27q313 253 313 358q0 51 -37 81.5t-100 30.5q-51 0 -112 -18.5t-144 -59.5l24 127q84 29 146.5 42.5t115.5 13.5q118 0 186 -55.5t68 -149.5q0 -139 -309 -382l-20 -15l-170 -136h395l-23 -114h-557z" />
+<glyph unicode="&#xb3;" d="M287 694l24 121q67 -29 119 -42t102 -13q112 0 177 46t65 124q0 67 -42.5 99t-131.5 32h-72l21 106h72q97 0 156 40t59 104q0 51 -43 76.5t-129 25.5q-42 0 -92.5 -10.5t-110.5 -32.5l22 115q71 17 132 26t116 9q121 0 186.5 -50t65.5 -141q0 -79 -57 -137t-154 -76 q72 -12 111 -57.5t39 -116.5q0 -131 -104 -210t-279 -79q-66 0 -129.5 10.5t-122.5 30.5z" />
+<glyph unicode="&#xb4;" d="M575 1262l332 376h219l-395 -376h-156z" />
+<glyph unicode="&#xb5;" d="M-39 -426l301 1546h187l-136 -696q-6 -31 -9 -58t-3 -47q0 -91 54.5 -139.5t156.5 -48.5q137 0 219 83t115 253l127 653h186l-168 -862q-3 -18 -4.5 -31t-1.5 -24q0 -30 12.5 -46t36.5 -16q9 0 25 5t47 18l-29 -148q-40 -22 -77 -33.5t-70 -11.5q-67 0 -106.5 42.5 t-39.5 115.5q-53 -82 -122.5 -120t-167.5 -38q-92 0 -154 41.5t-94 124.5l-109 -563h-176z" />
+<glyph unicode="&#xb6;" d="M125 1004q0 209 173 349t437 140h406l-328 -1690h-139l303 1567h-191l-303 -1567h-141l164 846q-177 4 -279 99t-102 256z" />
+<glyph unicode="&#xb7;" d="M455 559l57 305h254l-59 -305h-252z" />
+<glyph unicode="&#xb8;" d="M182 -365l25 129q40 -19 76.5 -28.5t68.5 -9.5q67 0 104.5 30t37.5 84q0 28 -14.5 67t-43.5 93h119q37 -64 54.5 -110.5t17.5 -82.5q0 -93 -70.5 -147.5t-189.5 -54.5q-44 0 -91 7.5t-94 22.5z" />
+<glyph unicode="&#xb9;" d="M348 668l21 110h206l117 611l-231 -41l22 116l238 39h137l-141 -725h205l-21 -110h-553z" />
+<glyph unicode="&#xba;" d="M223 469l23 123h676l-23 -123h-676zM307 1036q0 87 32.5 176t88.5 156q61 74 142 113t171 39q151 0 237.5 -91t86.5 -249q0 -88 -32 -176t-87 -154q-61 -74 -141.5 -113t-171.5 -39q-152 0 -239 90.5t-87 247.5zM463 1038q0 -105 49.5 -165t136.5 -60q106 0 184 108 t78 259q0 105 -49.5 165t-136.5 60q-107 0 -184.5 -107.5t-77.5 -259.5z" />
+<glyph unicode="&#xbb;" d="M82 141l43 211l350 262l-250 269l35 176l387 -418l-14 -82zM549 141l43 211l350 262l-250 269l35 176l387 -418l-14 -82z" />
+<glyph unicode="&#xbc;" d="M47 612l1059 258l27 -108l-1063 -258zM90 824l21 110h206l117 611l-231 -41l22 116l238 39h137l-141 -725h205l-21 -110h-553zM413 -86l23 121l465 530h162l-105 -540h117l-20 -111h-119l-33 -184h-139l35 184h-386zM555 25h266l76 391z" />
+<glyph unicode="&#xbd;" d="M47 612l1059 258l27 -108l-1063 -258zM90 824l21 110h206l117 611l-231 -41l22 116l238 39h137l-141 -725h205l-21 -110h-553zM461 -270l21 110l170 140l33 27q313 253 313 358q0 51 -37 81.5t-100 30.5q-51 0 -112 -18.5t-144 -59.5l24 127q84 29 146.5 42.5t115.5 13.5 q118 0 186 -55.5t68 -149.5q0 -139 -309 -382l-20 -15l-170 -136h395l-23 -114h-557z" />
+<glyph unicode="&#xbe;" d="M47 612l1059 258l27 -108l-1063 -258zM60 850l24 121q67 -29 119 -42t102 -13q112 0 177 46t65 124q0 67 -42.5 99t-131.5 32h-72l21 106h72q97 0 156 40t59 104q0 51 -43 76.5t-129 25.5q-42 0 -92.5 -10.5t-110.5 -32.5l22 115q71 17 132 26t116 9q121 0 186.5 -50 t65.5 -141q0 -79 -57 -137t-154 -76q72 -12 111 -57.5t39 -116.5q0 -131 -104 -210t-279 -79q-66 0 -129.5 10.5t-122.5 30.5zM413 -86l23 121l465 530h162l-105 -540h117l-20 -111h-119l-33 -184h-139l35 184h-386zM555 25h266l76 391z" />
+<glyph unicode="&#xbf;" d="M143 262q0 94 49 174.5t179 188.5l104 86q84 70 114.5 121t45.5 137l20 123h191l-29 -154q-18 -93 -58 -158.5t-151 -158.5l-106 -89q-85 -72 -120.5 -127.5t-35.5 -111.5q0 -74 55.5 -115t155.5 -41q79 0 177 35.5t204 101.5l-37 -188q-108 -57 -209.5 -85t-202.5 -28 q-152 0 -249 81.5t-97 207.5zM678 1239l49 254h203l-49 -254h-203z" />
+<glyph unicode="&#xc0;" d="M-106 0l745 1493h246l166 -1493h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774zM551 1899h182l147 -264h-139z" />
+<glyph unicode="&#xc1;" d="M-106 0l745 1493h246l166 -1493h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774zM626 1635l259 264h208l-307 -264h-160z" />
+<glyph unicode="&#xc2;" d="M-106 0l745 1493h246l166 -1493h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774zM442 1635l262 266h213l158 -266h-133l-139 178l-209 -178h-152z" />
+<glyph unicode="&#xc3;" d="M-106 0l745 1493h246l166 -1493h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774zM442 1667q35 109 97 164t147 55q34 0 65 -11t66 -36l35 -26q18 -14 36 -20.5t37 -6.5q40 0 68 27t39 73h125q-32 -109 -95 -164t-155 -55q-31 0 -58.5 10.5t-58.5 32.5l-34 25 l-2 1q-42 32 -80 32q-34 0 -61 -25.5t-46 -75.5h-125z" />
+<glyph unicode="&#xc4;" d="M-106 0l745 1493h246l166 -1493h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774zM467 1667l39 203h204l-41 -203h-202zM858 1667l39 203h203l-39 -203h-203z" />
+<glyph unicode="&#xc5;" d="M-106 0l706 1415q-51 35 -76.5 88.5t-25.5 122.5q0 114 79.5 194.5t194.5 80.5q114 0 194.5 -80.5t80.5 -194.5q0 -81 -40 -144.5t-110 -95.5l154 -1386h-201l-35 389h-520l-184 -389h-217zM371 551h430l-66 774zM621 1626q0 -63 43.5 -107t107.5 -44q63 0 107.5 44 t44.5 107t-44.5 107.5t-107.5 44.5q-64 0 -107.5 -43.5t-43.5 -108.5z" />
+<glyph unicode="&#xc6;" d="M-145 0l700 1493h752l-33 -170h-338l-86 -442h307l-33 -170h-307l-106 -541h356l-33 -170h-542l75 383h-352l-176 -383h-184zM291 551h309l150 772h-103z" />
+<glyph unicode="&#xc7;" d="M115 477q0 220 70 436t184 353q107 130 236 192t294 62q80 0 159 -21t154 -61l-41 -207q-64 63 -135 94t-151 31q-95 0 -176 -40.5t-152 -123.5q-104 -123 -167.5 -315t-63.5 -385q0 -173 78 -265t225 -92q85 0 175.5 32t178.5 93l-39 -207q-84 -41 -169.5 -61.5 t-176.5 -20.5q-230 0 -356.5 133t-126.5 373zM286 -365l25 129q40 -19 76.5 -28.5t68.5 -9.5q67 0 104.5 30t37.5 84q0 28 -14.5 67t-43.5 93h119q37 -64 54.5 -110.5t17.5 -82.5q0 -93 -70.5 -147.5t-189.5 -54.5q-44 0 -91 7.5t-94 22.5z" />
+<glyph unicode="&#xc8;" d="M53 0l291 1493h885l-33 -170h-684l-86 -442h653l-32 -170h-654l-104 -541h702l-33 -170h-905zM596 1899h182l147 -264h-139z" />
+<glyph unicode="&#xc9;" d="M53 0l291 1493h885l-33 -170h-684l-86 -442h653l-32 -170h-654l-104 -541h702l-33 -170h-905zM671 1635l259 264h208l-307 -264h-160z" />
+<glyph unicode="&#xca;" d="M53 0l291 1493h885l-33 -170h-684l-86 -442h653l-32 -170h-654l-104 -541h702l-33 -170h-905zM487 1635l262 266h213l158 -266h-133l-139 178l-209 -178h-152z" />
+<glyph unicode="&#xcb;" d="M53 0l291 1493h885l-33 -170h-684l-86 -442h653l-32 -170h-654l-104 -541h702l-33 -170h-905zM512 1667l39 203h204l-41 -203h-202zM903 1667l39 203h203l-39 -203h-203z" />
+<glyph unicode="&#xcc;" d="M57 0l33 170h313l224 1153h-314l33 170h830l-33 -170h-314l-223 -1153h314l-33 -170h-830zM557 1899h182l147 -264h-139z" />
+<glyph unicode="&#xcd;" d="M57 0l33 170h313l224 1153h-314l33 170h830l-33 -170h-314l-223 -1153h314l-33 -170h-830zM632 1635l259 264h208l-307 -264h-160z" />
+<glyph unicode="&#xce;" d="M57 0l33 170h313l224 1153h-314l33 170h830l-33 -170h-314l-223 -1153h314l-33 -170h-830zM448 1635l262 266h213l158 -266h-133l-139 178l-209 -178h-152z" />
+<glyph unicode="&#xcf;" d="M57 0l33 170h313l224 1153h-314l33 170h830l-33 -170h-314l-223 -1153h314l-33 -170h-830zM473 1667l39 203h204l-41 -203h-202zM864 1667l39 203h203l-39 -203h-203z" />
+<glyph unicode="&#xd0;" d="M-8 0l137 709h-127l29 149h129l123 635h303q273 0 408.5 -124t135.5 -376q0 -162 -42 -334t-113 -305q-104 -191 -259.5 -272.5t-420.5 -81.5h-303zM227 166h97q185 0 297 62.5t180 203.5q54 115 88.5 274.5t34.5 292.5q0 176 -82 252t-275 76h-114l-91 -469h267 l-29 -149h-266z" />
+<glyph unicode="&#xd1;" d="M-6 0l291 1493h256l264 -1229l239 1229h195l-291 -1493h-256l-264 1229l-240 -1229h-194zM438 1667q35 109 97 164t147 55q34 0 65 -11t66 -36l35 -26q18 -14 36 -20.5t37 -6.5q40 0 68 27t39 73h125q-32 -109 -95 -164t-155 -55q-31 0 -58.5 10.5t-58.5 32.5l-34 25 l-2 1q-42 32 -80 32q-34 0 -61 -25.5t-46 -75.5h-125z" />
+<glyph unicode="&#xd2;" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -110 -22.5 -239t-65.5 -265q-29 -92 -62.5 -165t-72.5 -132q-88 -127 -197 -187.5t-254 -60.5q-201 0 -298 123t-97 379zM287 414 q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394zM543 1899h182l147 -264h-139z" />
+<glyph unicode="&#xd3;" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -110 -22.5 -239t-65.5 -265q-29 -92 -62.5 -165t-72.5 -132q-88 -127 -197 -187.5t-254 -60.5q-201 0 -298 123t-97 379zM287 414 q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394zM618 1635l259 264h208l-307 -264h-160z" />
+<glyph unicode="&#xd4;" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -110 -22.5 -239t-65.5 -265q-29 -92 -62.5 -165t-72.5 -132q-88 -127 -197 -187.5t-254 -60.5q-201 0 -298 123t-97 379zM287 414 q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394zM434 1635l262 266h213l158 -266h-133l-139 178l-209 -178h-152z" />
+<glyph unicode="&#xd5;" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -110 -22.5 -239t-65.5 -265q-29 -92 -62.5 -165t-72.5 -132q-88 -127 -197 -187.5t-254 -60.5q-201 0 -298 123t-97 379zM287 414 q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394zM434 1667q35 109 97 164t147 55q34 0 65 -11t66 -36l35 -26q18 -14 36 -20.5t37 -6.5q40 0 68 27t39 73h125 q-32 -109 -95 -164t-155 -55q-31 0 -58.5 10.5t-58.5 32.5l-34 25l-2 1q-42 32 -80 32q-34 0 -61 -25.5t-46 -75.5h-125z" />
+<glyph unicode="&#xd6;" d="M82 473q0 111 21.5 238.5t64.5 263.5q29 92 62.5 165t72.5 132q88 127 197 187.5t254 60.5q202 0 299.5 -122.5t97.5 -377.5q0 -110 -22.5 -239t-65.5 -265q-29 -92 -62.5 -165t-72.5 -132q-88 -127 -197 -187.5t-254 -60.5q-201 0 -298 123t-97 379zM287 414 q0 -143 52.5 -211t162.5 -68q85 0 157 51t119 146q74 145 120 351t46 396q0 142 -52.5 209.5t-162.5 67.5q-85 0 -156 -51t-118 -146q-76 -147 -122 -351t-46 -394zM459 1667l39 203h204l-41 -203h-202zM850 1667l39 203h203l-39 -203h-203z" />
+<glyph unicode="&#xd7;" d="M150 293l350 348l-350 350l116 117l350 -350l351 350l116 -117l-350 -350l348 -348l-116 -119l-349 350l-348 -350z" />
+<glyph unicode="&#xd8;" d="M14 -6l119 170q-27 58 -40 128.5t-13 156.5q0 198 52 408.5t136 359.5q88 153 207.5 228t278.5 75q77 0 142.5 -21.5t119.5 -64.5l84 125l100 -64l-106 -158q29 -60 43 -132t14 -163q0 -196 -52.5 -407t-135.5 -359q-88 -154 -208 -229.5t-278 -75.5q-81 0 -148.5 23 t-121.5 69l-94 -133zM287 457q0 -10 2 -38q1 -18 2 -30l614 885q-29 39 -74.5 60.5t-101.5 21.5q-113 0 -193.5 -82t-140.5 -256q-50 -148 -79 -300.5t-29 -260.5zM322 229q20 -44 67 -69t113 -25q112 0 192.5 82t141.5 256q50 145 77 292.5t27 270.5q0 28 -0.5 45.5 t-1.5 34.5z" />
+<glyph unicode="&#xd9;" d="M80 317q0 37 8.5 100t26.5 156l178 920h203l-179 -920q-2 -13 -8 -41q-30 -154 -30 -213q0 -92 54.5 -138t164.5 -46q89 0 151 28.5t107 90.5q22 31 44.5 106.5t49.5 212.5l178 920h203l-178 -920q-42 -219 -89.5 -321.5t-125.5 -165.5q-71 -56 -162 -85.5t-197 -29.5 q-192 0 -295.5 90t-103.5 256zM555 1899h182l147 -264h-139z" />
+<glyph unicode="&#xda;" d="M80 317q0 37 8.5 100t26.5 156l178 920h203l-179 -920q-2 -13 -8 -41q-30 -154 -30 -213q0 -92 54.5 -138t164.5 -46q89 0 151 28.5t107 90.5q22 31 44.5 106.5t49.5 212.5l178 920h203l-178 -920q-42 -219 -89.5 -321.5t-125.5 -165.5q-71 -56 -162 -85.5t-197 -29.5 q-192 0 -295.5 90t-103.5 256zM630 1635l259 264h208l-307 -264h-160z" />
+<glyph unicode="&#xdb;" d="M80 317q0 37 8.5 100t26.5 156l178 920h203l-179 -920q-2 -13 -8 -41q-30 -154 -30 -213q0 -92 54.5 -138t164.5 -46q89 0 151 28.5t107 90.5q22 31 44.5 106.5t49.5 212.5l178 920h203l-178 -920q-42 -219 -89.5 -321.5t-125.5 -165.5q-71 -56 -162 -85.5t-197 -29.5 q-192 0 -295.5 90t-103.5 256zM446 1635l262 266h213l158 -266h-133l-139 178l-209 -178h-152z" />
+<glyph unicode="&#xdc;" d="M80 317q0 37 8.5 100t26.5 156l178 920h203l-179 -920q-2 -13 -8 -41q-30 -154 -30 -213q0 -92 54.5 -138t164.5 -46q89 0 151 28.5t107 90.5q22 31 44.5 106.5t49.5 212.5l178 920h203l-178 -920q-42 -219 -89.5 -321.5t-125.5 -165.5q-71 -56 -162 -85.5t-197 -29.5 q-192 0 -295.5 90t-103.5 256zM471 1667l39 203h204l-41 -203h-202zM862 1667l39 203h203l-39 -203h-203z" />
+<glyph unicode="&#xdd;" d="M195 1493h202l236 -651l497 651h218l-635 -823l-129 -670h-207l131 670zM632 1635l259 264h208l-307 -264h-160z" />
+<glyph unicode="&#xde;" d="M51 0l291 1493l203 -2l-51 -274h241q207 0 315.5 -88t108.5 -255q0 -236 -161 -372.5t-441 -136.5h-231l-72 -365h-203zM356 522h234q164 0 263 92t99 244q0 103 -62 152t-192 49h-237z" />
+<glyph unicode="&#xdf;" d="M55 0l221 1137q42 212 161.5 315.5t322.5 103.5q176 0 271 -80t95 -229q0 -33 -4.5 -68t-13.5 -71q-174 -21 -274.5 -88.5t-100.5 -163.5q0 -38 20.5 -68.5t80.5 -74.5l51 -39q115 -85 155.5 -151.5t40.5 -153.5q0 -183 -129.5 -290.5t-351.5 -107.5q-71 0 -138 12.5 t-132 36.5l30 164q59 -32 125.5 -48.5t137.5 -16.5q131 0 206.5 62.5t75.5 170.5q0 52 -27 93t-112 104l-61 47q-90 68 -118 114t-28 109q0 131 101.5 227t279.5 132q3 15 4.5 29.5t1.5 29.5q0 79 -52 123.5t-144 44.5q-121 0 -192 -67.5t-97 -204.5l-219 -1133h-187z" />
+<glyph unicode="&#xe0;" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5zM457 1638h198l197 -376h-143z" />
+<glyph unicode="&#xe1;" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5zM579 1262l332 376h219l-395 -376h-156z" />
+<glyph unicode="&#xe2;" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5zM401 1262l320 376h147l164 -376h-133l-117 241l-225 -241h-156z" />
+<glyph unicode="&#xe3;" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5zM405 1309q17 136 74 209t146 73q43 0 77 -15.5t72 -53.5l47 -47q21 -22 37 -30.5 t33 -8.5q41 0 65.5 39t32.5 116h125q-17 -137 -73.5 -210.5t-145.5 -73.5q-44 0 -77 14.5t-73 54.5l-47 49q-19 19 -36.5 28t-34.5 9q-42 0 -65.5 -37.5t-31.5 -115.5h-125z" />
+<glyph unicode="&#xe4;" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5zM440 1350l39 202h203l-39 -202h-203zM831 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#xe5;" d="M72 276q0 196 154.5 313.5t418.5 117.5h246l12 61q2 9 3 19t1 28q0 85 -63 130.5t-180 45.5q-86 0 -185.5 -25.5t-210.5 -76.5l35 180q108 39 205 58.5t186 19.5q186 0 289.5 -82t103.5 -227q0 -32 -6 -84t-18 -115l-125 -639h-184l32 166q-72 -94 -170 -144.5 t-208 -50.5q-153 0 -244.5 83.5t-91.5 221.5zM264 307q0 -83 51.5 -132.5t139.5 -49.5q148 0 255.5 106t145.5 291l8 41h-172q-119 0 -177 -7.5t-101 -25.5q-68 -27 -109 -88.5t-41 -134.5zM508 1595q0 116 79.5 195.5t194.5 79.5t195 -79.5t80 -195.5q0 -115 -80 -194.5 t-195 -79.5t-194.5 79.5t-79.5 194.5zM631 1595q0 -64 43.5 -107.5t107.5 -43.5t108 44t44 107q0 64 -44 108t-108 44t-107.5 -43.5t-43.5 -108.5z" />
+<glyph unicode="&#xe6;" d="M-47 240q0 200 120.5 308.5t344.5 108.5h117l18 88q4 20 6 41.5t2 47.5q0 76 -42.5 118.5t-119.5 42.5q-49 0 -115.5 -21.5t-142.5 -62.5l35 168q79 34 148 51t125 17q82 0 141 -33t90 -96q50 62 120 95.5t150 33.5q121 0 192.5 -77t71.5 -208q0 -39 -8.5 -102.5 t-25.5 -155.5l-17 -90h-495q-19 -91 -27 -146t-8 -83q0 -78 48.5 -122t133.5 -44q70 0 141.5 29t124.5 79l-34 -172q-59 -41 -125 -62.5t-138 -21.5q-106 0 -175.5 41.5t-94.5 118.5q-47 -80 -117.5 -120t-163.5 -40q-128 0 -204 73t-76 196zM123 262q0 -60 39 -99.5 t98 -39.5q90 0 140.5 67t86.5 252l15 72h-49q-125 0 -177.5 -15.5t-87.5 -54.5q-30 -33 -47.5 -82t-17.5 -100zM694 657h330l16 74q6 27 8.5 55t2.5 60q0 70 -34 109.5t-93 39.5q-83 0 -136 -63.5t-77 -192.5z" />
+<glyph unicode="&#xe7;" d="M156 416q0 149 53.5 292.5t144.5 241.5q93 99 204.5 148t244.5 49q89 0 172 -21.5t162 -64.5l-37 -182q-66 58 -136 85t-155 27q-110 0 -195 -44.5t-145 -133.5q-56 -82 -87.5 -187.5t-31.5 -209.5q0 -144 68.5 -216.5t204.5 -72.5q96 0 184.5 31t171.5 94l-39 -201 q-73 -39 -156.5 -59.5t-173.5 -20.5q-224 0 -339 112.5t-115 332.5zM301 -365l25 129q40 -19 76.5 -28.5t68.5 -9.5q67 0 104.5 30t37.5 84q0 28 -14.5 67t-43.5 93h119q37 -64 54.5 -110.5t17.5 -82.5q0 -93 -70.5 -147.5t-189.5 -54.5q-44 0 -91 7.5t-94 22.5z" />
+<glyph unicode="&#xe8;" d="M98 408q0 156 60 306t166 259q83 86 183.5 131t209.5 45q186 0 297.5 -114.5t111.5 -305.5q0 -34 -5 -84.5t-17 -128.5h-807q-6 -32 -9 -58t-3 -46q0 -139 77 -212t224 -73q88 0 192.5 28.5t218.5 84.5l-36 -183q-105 -43 -205 -64.5t-203 -21.5q-223 0 -339 111.5 t-116 325.5zM332 659h606q6 27 8 44.5t2 33.5q0 120 -65 187t-181 67q-123 0 -224.5 -90t-145.5 -242zM453 1638h198l197 -376h-143z" />
+<glyph unicode="&#xe9;" d="M98 408q0 156 60 306t166 259q83 86 183.5 131t209.5 45q186 0 297.5 -114.5t111.5 -305.5q0 -34 -5 -84.5t-17 -128.5h-807q-6 -32 -9 -58t-3 -46q0 -139 77 -212t224 -73q88 0 192.5 28.5t218.5 84.5l-36 -183q-105 -43 -205 -64.5t-203 -21.5q-223 0 -339 111.5 t-116 325.5zM332 659h606q6 27 8 44.5t2 33.5q0 120 -65 187t-181 67q-123 0 -224.5 -90t-145.5 -242zM575 1262l332 376h219l-395 -376h-156z" />
+<glyph unicode="&#xea;" d="M98 408q0 156 60 306t166 259q83 86 183.5 131t209.5 45q186 0 297.5 -114.5t111.5 -305.5q0 -34 -5 -84.5t-17 -128.5h-807q-6 -32 -9 -58t-3 -46q0 -139 77 -212t224 -73q88 0 192.5 28.5t218.5 84.5l-36 -183q-105 -43 -205 -64.5t-203 -21.5q-223 0 -339 111.5 t-116 325.5zM332 659h606q6 27 8 44.5t2 33.5q0 120 -65 187t-181 67q-123 0 -224.5 -90t-145.5 -242zM397 1262l320 376h147l164 -376h-133l-117 241l-225 -241h-156z" />
+<glyph unicode="&#xeb;" d="M98 408q0 156 60 306t166 259q83 86 183.5 131t209.5 45q186 0 297.5 -114.5t111.5 -305.5q0 -34 -5 -84.5t-17 -128.5h-807q-6 -32 -9 -58t-3 -46q0 -139 77 -212t224 -73q88 0 192.5 28.5t218.5 84.5l-36 -183q-105 -43 -205 -64.5t-203 -21.5q-223 0 -339 111.5 t-116 325.5zM332 659h606q6 27 8 44.5t2 33.5q0 120 -65 187t-181 67q-123 0 -224.5 -90t-145.5 -242zM436 1350l39 202h203l-39 -202h-203zM827 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#xec;" d="M61 0l29 143h365l161 834h-286l28 143h471l-190 -977h365l-29 -143h-914zM424 1638h198l197 -376h-143z" />
+<glyph unicode="&#xed;" d="M61 0l29 143h365l161 834h-286l28 143h471l-190 -977h365l-29 -143h-914zM546 1262l332 376h219l-395 -376h-156z" />
+<glyph unicode="&#xee;" d="M61 0l29 143h365l161 834h-286l28 143h471l-190 -977h365l-29 -143h-914zM368 1262l320 376h147l164 -376h-133l-117 241l-225 -241h-156z" />
+<glyph unicode="&#xef;" d="M61 0l29 143h365l161 834h-286l28 143h471l-190 -977h365l-29 -143h-914zM407 1350l39 202h203l-39 -202h-203zM798 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#xf0;" d="M119 389q0 126 38 248t109 227q76 111 191.5 172.5t249.5 61.5q17 0 65 -5q21 -2 33 -3q-19 38 -45.5 81t-67.5 101l-297 -94l-30 92l274 86l-141 200h213l104 -145l287 88l28 -92l-260 -80q123 -171 179.5 -320t56.5 -300q0 -139 -37.5 -267.5t-107.5 -232.5 q-77 -116 -190.5 -176t-254.5 -60q-193 0 -295 107.5t-102 310.5zM313 379q0 -120 57.5 -186t161.5 -66q167 0 273 160.5t106 417.5q0 64 -9 114.5t-28 87.5q-37 19 -77 28t-84 9q-179 0 -289.5 -156t-110.5 -409z" />
+<glyph unicode="&#xf1;" d="M84 0l219 1120h184l-32 -168q75 97 162.5 146t185.5 49q139 0 216 -72.5t77 -202.5q0 -32 -5.5 -79t-15.5 -99l-135 -694h-184l135 695q1 4 3 14q15 71 15 110q0 81 -46.5 124.5t-133.5 43.5q-127 0 -216 -93t-122 -261l-123 -633h-184zM401 1309q17 136 74 209t146 73 q43 0 77 -15.5t72 -53.5l47 -47q21 -22 37 -30.5t33 -8.5q41 0 65.5 39t32.5 116h125q-17 -137 -73.5 -210.5t-145.5 -73.5q-44 0 -77 14.5t-73 54.5l-47 49q-19 19 -36.5 28t-34.5 9q-42 0 -65.5 -37.5t-31.5 -115.5h-125z" />
+<glyph unicode="&#xf2;" d="M117 393q0 135 41 270t116 248q79 116 190.5 176t248.5 60q196 0 298.5 -107t102.5 -313q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-187 0 -288 109.5t-101 312.5zM313 385q0 -129 56 -193.5t168 -64.5q164 0 273.5 171t109.5 435q0 129 -56 193.5 t-168 64.5q-164 0 -273.5 -171t-109.5 -435zM453 1638h198l197 -376h-143z" />
+<glyph unicode="&#xf3;" d="M117 393q0 135 41 270t116 248q79 116 190.5 176t248.5 60q196 0 298.5 -107t102.5 -313q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-187 0 -288 109.5t-101 312.5zM313 385q0 -129 56 -193.5t168 -64.5q164 0 273.5 171t109.5 435q0 129 -56 193.5 t-168 64.5q-164 0 -273.5 -171t-109.5 -435zM575 1262l332 376h219l-395 -376h-156z" />
+<glyph unicode="&#xf4;" d="M117 393q0 135 41 270t116 248q79 116 190.5 176t248.5 60q196 0 298.5 -107t102.5 -313q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-187 0 -288 109.5t-101 312.5zM313 385q0 -129 56 -193.5t168 -64.5q164 0 273.5 171t109.5 435q0 129 -56 193.5 t-168 64.5q-164 0 -273.5 -171t-109.5 -435zM397 1262l320 376h147l164 -376h-133l-117 241l-225 -241h-156z" />
+<glyph unicode="&#xf5;" d="M117 393q0 135 41 270t116 248q79 116 190.5 176t248.5 60q196 0 298.5 -107t102.5 -313q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-187 0 -288 109.5t-101 312.5zM313 385q0 -129 56 -193.5t168 -64.5q164 0 273.5 171t109.5 435q0 129 -56 193.5 t-168 64.5q-164 0 -273.5 -171t-109.5 -435zM401 1309q17 136 74 209t146 73q43 0 77 -15.5t72 -53.5l47 -47q21 -22 37 -30.5t33 -8.5q41 0 65.5 39t32.5 116h125q-17 -137 -73.5 -210.5t-145.5 -73.5q-44 0 -77 14.5t-73 54.5l-47 49q-19 19 -36.5 28t-34.5 9 q-42 0 -65.5 -37.5t-31.5 -115.5h-125z" />
+<glyph unicode="&#xf6;" d="M117 393q0 135 41 270t116 248q79 116 190.5 176t248.5 60q196 0 298.5 -107t102.5 -313q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-187 0 -288 109.5t-101 312.5zM313 385q0 -129 56 -193.5t168 -64.5q164 0 273.5 171t109.5 435q0 129 -56 193.5 t-168 64.5q-164 0 -273.5 -171t-109.5 -435zM436 1350l39 202h203l-39 -202h-203zM827 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#xf7;" d="M88 557v170h1057v-170h-1057zM494 150v245h245v-245h-245zM494 889v246h245v-246h-245z" />
+<glyph unicode="&#xf8;" d="M47 -20l129 153q-29 48 -43 112t-14 144q0 142 40 277t115 245q81 119 192.5 177.5t258.5 58.5q78 0 138 -18t106 -54l112 137l93 -77l-123 -146q32 -50 47.5 -114t15.5 -148q0 -138 -41 -274.5t-115 -245.5q-79 -118 -192 -177t-260 -59q-74 0 -135.5 18.5t-112.5 55.5 l-119 -141zM313 379q0 -20 1.5 -39.5t4.5 -37.5l533 636q-31 28 -67.5 40.5t-88.5 12.5q-164 0 -273.5 -172t-109.5 -440zM377 186q30 -30 69 -44.5t91 -14.5q163 0 273 171.5t110 434.5q0 26 -2 49t-7 43z" />
+<glyph unicode="&#xf9;" d="M125 246q0 39 4.5 85.5t13.5 94.5l133 694h185l-135 -694q-7 -37 -11 -71t-4 -58q0 -79 46.5 -121.5t131.5 -42.5q127 0 215 92.5t121 261.5l123 633h185l-218 -1120h-184l33 168q-73 -98 -162 -146.5t-194 -48.5q-131 0 -207 73.5t-76 199.5zM449 1638h198l197 -376 h-143z" />
+<glyph unicode="&#xfa;" d="M125 246q0 39 4.5 85.5t13.5 94.5l133 694h185l-135 -694q-7 -37 -11 -71t-4 -58q0 -79 46.5 -121.5t131.5 -42.5q127 0 215 92.5t121 261.5l123 633h185l-218 -1120h-184l33 168q-73 -98 -162 -146.5t-194 -48.5q-131 0 -207 73.5t-76 199.5zM571 1262l332 376h219 l-395 -376h-156z" />
+<glyph unicode="&#xfb;" d="M125 246q0 39 4.5 85.5t13.5 94.5l133 694h185l-135 -694q-7 -37 -11 -71t-4 -58q0 -79 46.5 -121.5t131.5 -42.5q127 0 215 92.5t121 261.5l123 633h185l-218 -1120h-184l33 168q-73 -98 -162 -146.5t-194 -48.5q-131 0 -207 73.5t-76 199.5zM393 1262l320 376h147 l164 -376h-133l-117 241l-225 -241h-156z" />
+<glyph unicode="&#xfc;" d="M125 246q0 39 4.5 85.5t13.5 94.5l133 694h185l-135 -694q-7 -37 -11 -71t-4 -58q0 -79 46.5 -121.5t131.5 -42.5q127 0 215 92.5t121 261.5l123 633h185l-218 -1120h-184l33 168q-73 -98 -162 -146.5t-194 -48.5q-131 0 -207 73.5t-76 199.5zM432 1350l39 202h203 l-39 -202h-203zM823 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#xfd;" d="M-39 -426l29 154h108q81 0 139.5 46.5t118.5 159.5l43 84l-217 1102h183l172 -862l483 862h205l-439 -760q-62 -107 -165 -288q-155 -275 -209 -348q-58 -76 -132.5 -113t-170.5 -37h-148zM575 1262l332 376h219l-395 -376h-156z" />
+<glyph unicode="&#xfe;" d="M-2 -426l387 1993h184l-114 -590q61 82 147 126t186 44q162 0 251 -104t89 -291q0 -143 -39.5 -287t-109.5 -254q-75 -118 -177 -179t-224 -61q-100 0 -170.5 42t-114.5 128l-111 -567h-184zM354 383q0 -123 56 -189.5t159 -66.5q81 0 148 44.5t112 129.5q49 92 77 207.5 t28 228.5q0 127 -51.5 190.5t-153.5 63.5q-85 0 -153.5 -45t-116.5 -133q-49 -88 -77 -202t-28 -228z" />
+<glyph unicode="&#xff;" d="M-39 -426l29 154h108q81 0 139.5 46.5t118.5 159.5l43 84l-217 1102h183l172 -862l483 862h205l-439 -760q-62 -107 -165 -288q-155 -275 -209 -348q-58 -76 -132.5 -113t-170.5 -37h-148zM436 1350l39 202h203l-39 -202h-203zM827 1350l39 202h203l-39 -202h-203z" />
+<glyph unicode="&#x152;" d="M35 414q0 146 33 328t86 325q86 231 224.5 328.5t379.5 97.5h594l-33 -170h-358l-87 -442h328l-33 -170h-327l-107 -541h369l-33 -170h-604q-218 0 -325 102.5t-107 311.5zM229 412q0 -120 62.5 -181t185.5 -61h62l225 1153h-62q-118 0 -201 -54t-130 -163 q-25 -55 -49.5 -145t-49.5 -216q-21 -106 -32 -189t-11 -144z" />
+<glyph unicode="&#x153;" d="M-6 293q0 54 7.5 121t23.5 145q22 121 51.5 214.5t68.5 164.5q56 102 146 155.5t207 53.5q80 0 142 -34t95 -93q58 63 125.5 95t147.5 32q122 0 193 -76t71 -209q0 -43 -8.5 -108.5t-24.5 -149.5l-16 -90h-502q-18 -91 -26.5 -146t-8.5 -83q0 -78 48.5 -122t133.5 -44 q70 0 141.5 29t125.5 79l-35 -172q-59 -41 -125 -62.5t-137 -21.5q-95 0 -163 34.5t-102 98.5q-58 -65 -129.5 -99t-152.5 -34q-144 0 -220.5 83t-76.5 239zM168 291q0 -81 37 -124.5t106 -43.5q60 0 108 35.5t77 101.5q18 44 38 118.5t41 180.5q19 108 28 175.5t9 99.5 q0 77 -36 119t-103 42q-65 0 -112.5 -34.5t-75.5 -104.5q-22 -53 -42 -127t-38 -170q-17 -86 -27 -159t-10 -109zM754 653h329l15 76q6 31 9 59t3 54q0 71 -33 110t-94 39q-83 0 -136.5 -64t-78.5 -192z" />
+<glyph unicode="&#x178;" d="M195 1493h202l236 -651l497 651h218l-635 -823l-129 -670h-207l131 670zM473 1667l39 203h204l-41 -203h-202zM864 1667l39 203h203l-39 -203h-203z" />
+<glyph unicode="&#x2c6;" d="M397 1262l320 376h147l164 -376h-133l-117 241l-225 -241h-156z" />
+<glyph unicode="&#x2dc;" d="M401 1309q17 136 74 209t146 73q43 0 77 -15.5t72 -53.5l47 -47q21 -22 37 -30.5t33 -8.5q41 0 65.5 39t32.5 116h125q-17 -137 -73.5 -210.5t-145.5 -73.5q-44 0 -77 14.5t-73 54.5l-47 49q-19 19 -36.5 28t-34.5 9q-42 0 -65.5 -37.5t-31.5 -115.5h-125z" />
+<glyph unicode="&#x2000;" horiz-adv-x="950" />
+<glyph unicode="&#x2001;" horiz-adv-x="1901" />
+<glyph unicode="&#x2002;" horiz-adv-x="950" />
+<glyph unicode="&#x2003;" horiz-adv-x="1901" />
+<glyph unicode="&#x2004;" horiz-adv-x="633" />
+<glyph unicode="&#x2005;" horiz-adv-x="475" />
+<glyph unicode="&#x2006;" horiz-adv-x="316" />
+<glyph unicode="&#x2007;" horiz-adv-x="316" />
+<glyph unicode="&#x2008;" horiz-adv-x="237" />
+<glyph unicode="&#x2009;" horiz-adv-x="380" />
+<glyph unicode="&#x200a;" horiz-adv-x="105" />
+<glyph unicode="&#x2010;" d="M303 509l33 164h522l-33 -164h-522z" />
+<glyph unicode="&#x2011;" d="M303 509l33 164h522l-33 -164h-522z" />
+<glyph unicode="&#x2012;" d="M303 509l33 164h522l-33 -164h-522z" />
+<glyph unicode="&#x2013;" d="M-51 492l28 141h1233l-28 -141h-1233z" />
+<glyph unicode="&#x2014;" d="M-51 492l28 141h1233l-28 -141h-1233z" />
+<glyph unicode="&#x2018;" d="M463 967l41 207l270 382h154l-172 -382l-41 -207h-252z" />
+<glyph unicode="&#x2019;" d="M463 967l172 383l41 206h252l-41 -206l-271 -383h-153z" />
+<glyph unicode="&#x201a;" d="M203 -287l172 383l41 207h252l-41 -207l-271 -383h-153z" />
+<glyph unicode="&#x201c;" d="M246 967l39 207l272 382h154l-174 -382l-39 -207h-252zM705 967l38 207l273 382h153l-172 -382l-41 -207h-251z" />
+<glyph unicode="&#x201d;" d="M221 967l172 383l41 206h252l-41 -206l-270 -383h-154zM680 967l172 383l41 206h252l-41 -206l-270 -383h-154z" />
+<glyph unicode="&#x201e;" d="M-16 -287l172 383l41 207h252l-39 -207l-273 -383h-153zM442 -287l172 383l41 207h252l-39 -207l-272 -383h-154z" />
+<glyph unicode="&#x2022;" d="M319 762q0 124 86 209.5t211 85.5q124 0 210.5 -86t86.5 -209q0 -124 -87 -210.5t-212 -86.5q-124 0 -209.5 85.5t-85.5 211.5z" />
+<glyph unicode="&#x2026;" d="M-66 0l60 303h252l-60 -303h-252zM344 0l59 303h252l-59 -303h-252zM754 0l59 303h252l-59 -303h-252z" />
+<glyph unicode="&#x202f;" horiz-adv-x="380" />
+<glyph unicode="&#x2039;" d="M309 559l17 82l551 418l-43 -211l-351 -264l248 -267l-33 -176z" />
+<glyph unicode="&#x203a;" d="M317 141l43 211l351 262l-250 269l35 176l387 -418l-17 -82z" />
+<glyph unicode="&#x205f;" horiz-adv-x="475" />
+<glyph unicode="&#x20ac;" d="M-10 543l49 110h133q8 59 16.5 103.5t18.5 83.5h-158l49 108h140q93 283 259 427.5t398 144.5q74 0 149.5 -21t147.5 -61l-39 -207q-70 65 -135.5 95t-136.5 30q-138 0 -249.5 -105.5t-182.5 -302.5h473l-50 -108h-456q-12 -43 -21.5 -89t-17.5 -98h411l-47 -110h-376 v-54q0 -171 72.5 -262.5t207.5 -91.5q76 0 161.5 32t170.5 93l-39 -207q-80 -42 -160 -62t-166 -20q-221 0 -335.5 134.5t-114.5 392.5v45h-172z" />
+<glyph unicode="&#x2122;" d="M0 1399v94h438v-94h-162v-484h-114v484h-162zM522 915v578h170l137 -256l125 256h172v-578h-114v482l-156 -301h-55l-166 301v-482h-113z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1120" d="M0 0v1120h1120v-1120h-1120z" />
+<glyph unicode="&#xfb01;" d="M98 977l29 143h199l16 78q38 193 134.5 275.5t283.5 82.5h192l-30 -153h-181q-95 0 -142.5 -41.5t-68.5 -142.5l-20 -99h661l-219 -1120h-184l190 977h-475l-190 -977h-184l190 977h-201zM1026 1323l45 233h184l-45 -233h-184z" />
+<glyph unicode="&#xfb02;" d="M98 977l29 143h199l16 78q38 193 134.5 275.5t283.5 82.5h495l-303 -1556h-184l274 1403h-301q-95 0 -142.5 -41.5t-68.5 -142.5l-20 -99h297l-29 -143h-295l-190 -977h-184l190 977h-201z" />
+</font>
+</defs></svg> 

BIN
fonts/hack-regularoblique-webfont.ttf


BIN
fonts/hack-regularoblique-webfont.woff


BIN
fonts/hack-regularoblique-webfont.woff2


+ 0 - 65
index.html

@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-us">
-  <head>
-    <meta charset="UTF-8">
-    <title>Hack by chrissimpkins</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
-    <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
-    <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
-  </head>
-  <body>
-    <section class="page-header">
-      <h1 class="project-name">Hack</h1>
-      <h2 class="project-tagline">A monospaced sans-serif font for source code</h2>
-      <a href="https://github.com/chrissimpkins/Hack" class="btn">View on GitHub</a>
-      <a href="https://github.com/chrissimpkins/Hack/zipball/master" class="btn">Download .zip</a>
-      <a href="https://github.com/chrissimpkins/Hack/tarball/master" class="btn">Download .tar.gz</a>
-    </section>
-
-    <section class="main-content">
-      <h3>
-<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
-
-<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
-
-<pre><code>$ cd your_repo_root/repo_name
-$ git fetch origin
-$ git checkout gh-pages
-</code></pre>
-
-<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
-
-<h3>
-<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
-
-<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
-
-<h3>
-<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
-
-<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
-
-<h3>
-<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
-
-<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
-
-<h3>
-<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
-
-<p>Having trouble with Pages? Check out the documentation at <a href="https://help.github.com/pages">https://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p>
-
-      <footer class="site-footer">
-        <span class="site-footer-owner"><a href="https://github.com/chrissimpkins/Hack">Hack</a> is maintained by <a href="https://github.com/chrissimpkins">chrissimpkins</a>.</span>
-
-        <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
-      </footer>
-
-    </section>
-
-  
-  </body>
-</html>
-

+ 2363 - 0
js/bootstrap.js

@@ -0,0 +1,2363 @@
+/*!
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under the MIT license
+ */
+
+if (typeof jQuery === 'undefined') {
+  throw new Error('Bootstrap\'s JavaScript requires jQuery')
+}
+
++function ($) {
+  'use strict';
+  var version = $.fn.jquery.split(' ')[0].split('.')
+  if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) {
+    throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher')
+  }
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: transition.js v3.3.5
+ * http://getbootstrap.com/javascript/#transitions
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
+  // ============================================================
+
+  function transitionEnd() {
+    var el = document.createElement('bootstrap')
+
+    var transEndEventNames = {
+      WebkitTransition : 'webkitTransitionEnd',
+      MozTransition    : 'transitionend',
+      OTransition      : 'oTransitionEnd otransitionend',
+      transition       : 'transitionend'
+    }
+
+    for (var name in transEndEventNames) {
+      if (el.style[name] !== undefined) {
+        return { end: transEndEventNames[name] }
+      }
+    }
+
+    return false // explicit for ie8 (  ._.)
+  }
+
+  // http://blog.alexmaccaw.com/css-transitions
+  $.fn.emulateTransitionEnd = function (duration) {
+    var called = false
+    var $el = this
+    $(this).one('bsTransitionEnd', function () { called = true })
+    var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
+    setTimeout(callback, duration)
+    return this
+  }
+
+  $(function () {
+    $.support.transition = transitionEnd()
+
+    if (!$.support.transition) return
+
+    $.event.special.bsTransitionEnd = {
+      bindType: $.support.transition.end,
+      delegateType: $.support.transition.end,
+      handle: function (e) {
+        if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments)
+      }
+    }
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: alert.js v3.3.5
+ * http://getbootstrap.com/javascript/#alerts
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // ALERT CLASS DEFINITION
+  // ======================
+
+  var dismiss = '[data-dismiss="alert"]'
+  var Alert   = function (el) {
+    $(el).on('click', dismiss, this.close)
+  }
+
+  Alert.VERSION = '3.3.5'
+
+  Alert.TRANSITION_DURATION = 150
+
+  Alert.prototype.close = function (e) {
+    var $this    = $(this)
+    var selector = $this.attr('data-target')
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
+    }
+
+    var $parent = $(selector)
+
+    if (e) e.preventDefault()
+
+    if (!$parent.length) {
+      $parent = $this.closest('.alert')
+    }
+
+    $parent.trigger(e = $.Event('close.bs.alert'))
+
+    if (e.isDefaultPrevented()) return
+
+    $parent.removeClass('in')
+
+    function removeElement() {
+      // detach from parent, fire event then clean up data
+      $parent.detach().trigger('closed.bs.alert').remove()
+    }
+
+    $.support.transition && $parent.hasClass('fade') ?
+      $parent
+        .one('bsTransitionEnd', removeElement)
+        .emulateTransitionEnd(Alert.TRANSITION_DURATION) :
+      removeElement()
+  }
+
+
+  // ALERT PLUGIN DEFINITION
+  // =======================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this = $(this)
+      var data  = $this.data('bs.alert')
+
+      if (!data) $this.data('bs.alert', (data = new Alert(this)))
+      if (typeof option == 'string') data[option].call($this)
+    })
+  }
+
+  var old = $.fn.alert
+
+  $.fn.alert             = Plugin
+  $.fn.alert.Constructor = Alert
+
+
+  // ALERT NO CONFLICT
+  // =================
+
+  $.fn.alert.noConflict = function () {
+    $.fn.alert = old
+    return this
+  }
+
+
+  // ALERT DATA-API
+  // ==============
+
+  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: button.js v3.3.5
+ * http://getbootstrap.com/javascript/#buttons
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // BUTTON PUBLIC CLASS DEFINITION
+  // ==============================
+
+  var Button = function (element, options) {
+    this.$element  = $(element)
+    this.options   = $.extend({}, Button.DEFAULTS, options)
+    this.isLoading = false
+  }
+
+  Button.VERSION  = '3.3.5'
+
+  Button.DEFAULTS = {
+    loadingText: 'loading...'
+  }
+
+  Button.prototype.setState = function (state) {
+    var d    = 'disabled'
+    var $el  = this.$element
+    var val  = $el.is('input') ? 'val' : 'html'
+    var data = $el.data()
+
+    state += 'Text'
+
+    if (data.resetText == null) $el.data('resetText', $el[val]())
+
+    // push to event loop to allow forms to submit
+    setTimeout($.proxy(function () {
+      $el[val](data[state] == null ? this.options[state] : data[state])
+
+      if (state == 'loadingText') {
+        this.isLoading = true
+        $el.addClass(d).attr(d, d)
+      } else if (this.isLoading) {
+        this.isLoading = false
+        $el.removeClass(d).removeAttr(d)
+      }
+    }, this), 0)
+  }
+
+  Button.prototype.toggle = function () {
+    var changed = true
+    var $parent = this.$element.closest('[data-toggle="buttons"]')
+
+    if ($parent.length) {
+      var $input = this.$element.find('input')
+      if ($input.prop('type') == 'radio') {
+        if ($input.prop('checked')) changed = false
+        $parent.find('.active').removeClass('active')
+        this.$element.addClass('active')
+      } else if ($input.prop('type') == 'checkbox') {
+        if (($input.prop('checked')) !== this.$element.hasClass('active')) changed = false
+        this.$element.toggleClass('active')
+      }
+      $input.prop('checked', this.$element.hasClass('active'))
+      if (changed) $input.trigger('change')
+    } else {
+      this.$element.attr('aria-pressed', !this.$element.hasClass('active'))
+      this.$element.toggleClass('active')
+    }
+  }
+
+
+  // BUTTON PLUGIN DEFINITION
+  // ========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.button')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.button', (data = new Button(this, options)))
+
+      if (option == 'toggle') data.toggle()
+      else if (option) data.setState(option)
+    })
+  }
+
+  var old = $.fn.button
+
+  $.fn.button             = Plugin
+  $.fn.button.Constructor = Button
+
+
+  // BUTTON NO CONFLICT
+  // ==================
+
+  $.fn.button.noConflict = function () {
+    $.fn.button = old
+    return this
+  }
+
+
+  // BUTTON DATA-API
+  // ===============
+
+  $(document)
+    .on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) {
+      var $btn = $(e.target)
+      if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
+      Plugin.call($btn, 'toggle')
+      if (!($(e.target).is('input[type="radio"]') || $(e.target).is('input[type="checkbox"]'))) e.preventDefault()
+    })
+    .on('focus.bs.button.data-api blur.bs.button.data-api', '[data-toggle^="button"]', function (e) {
+      $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
+    })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: carousel.js v3.3.5
+ * http://getbootstrap.com/javascript/#carousel
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // CAROUSEL CLASS DEFINITION
+  // =========================
+
+  var Carousel = function (element, options) {
+    this.$element    = $(element)
+    this.$indicators = this.$element.find('.carousel-indicators')
+    this.options     = options
+    this.paused      = null
+    this.sliding     = null
+    this.interval    = null
+    this.$active     = null
+    this.$items      = null
+
+    this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this))
+
+    this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element
+      .on('mouseenter.bs.carousel', $.proxy(this.pause, this))
+      .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
+  }
+
+  Carousel.VERSION  = '3.3.5'
+
+  Carousel.TRANSITION_DURATION = 600
+
+  Carousel.DEFAULTS = {
+    interval: 5000,
+    pause: 'hover',
+    wrap: true,
+    keyboard: true
+  }
+
+  Carousel.prototype.keydown = function (e) {
+    if (/input|textarea/i.test(e.target.tagName)) return
+    switch (e.which) {
+      case 37: this.prev(); break
+      case 39: this.next(); break
+      default: return
+    }
+
+    e.preventDefault()
+  }
+
+  Carousel.prototype.cycle = function (e) {
+    e || (this.paused = false)
+
+    this.interval && clearInterval(this.interval)
+
+    this.options.interval
+      && !this.paused
+      && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
+
+    return this
+  }
+
+  Carousel.prototype.getItemIndex = function (item) {
+    this.$items = item.parent().children('.item')
+    return this.$items.index(item || this.$active)
+  }
+
+  Carousel.prototype.getItemForDirection = function (direction, active) {
+    var activeIndex = this.getItemIndex(active)
+    var willWrap = (direction == 'prev' && activeIndex === 0)
+                || (direction == 'next' && activeIndex == (this.$items.length - 1))
+    if (willWrap && !this.options.wrap) return active
+    var delta = direction == 'prev' ? -1 : 1
+    var itemIndex = (activeIndex + delta) % this.$items.length
+    return this.$items.eq(itemIndex)
+  }
+
+  Carousel.prototype.to = function (pos) {
+    var that        = this
+    var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
+
+    if (pos > (this.$items.length - 1) || pos < 0) return
+
+    if (this.sliding)       return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) // yes, "slid"
+    if (activeIndex == pos) return this.pause().cycle()
+
+    return this.slide(pos > activeIndex ? 'next' : 'prev', this.$items.eq(pos))
+  }
+
+  Carousel.prototype.pause = function (e) {
+    e || (this.paused = true)
+
+    if (this.$element.find('.next, .prev').length && $.support.transition) {
+      this.$element.trigger($.support.transition.end)
+      this.cycle(true)
+    }
+
+    this.interval = clearInterval(this.interval)
+
+    return this
+  }
+
+  Carousel.prototype.next = function () {
+    if (this.sliding) return
+    return this.slide('next')
+  }
+
+  Carousel.prototype.prev = function () {
+    if (this.sliding) return
+    return this.slide('prev')
+  }
+
+  Carousel.prototype.slide = function (type, next) {
+    var $active   = this.$element.find('.item.active')
+    var $next     = next || this.getItemForDirection(type, $active)
+    var isCycling = this.interval
+    var direction = type == 'next' ? 'left' : 'right'
+    var that      = this
+
+    if ($next.hasClass('active')) return (this.sliding = false)
+
+    var relatedTarget = $next[0]
+    var slideEvent = $.Event('slide.bs.carousel', {
+      relatedTarget: relatedTarget,
+      direction: direction
+    })
+    this.$element.trigger(slideEvent)
+    if (slideEvent.isDefaultPrevented()) return
+
+    this.sliding = true
+
+    isCycling && this.pause()
+
+    if (this.$indicators.length) {
+      this.$indicators.find('.active').removeClass('active')
+      var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)])
+      $nextIndicator && $nextIndicator.addClass('active')
+    }
+
+    var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid"
+    if ($.support.transition && this.$element.hasClass('slide')) {
+      $next.addClass(type)
+      $next[0].offsetWidth // force reflow
+      $active.addClass(direction)
+      $next.addClass(direction)
+      $active
+        .one('bsTransitionEnd', function () {
+          $next.removeClass([type, direction].join(' ')).addClass('active')
+          $active.removeClass(['active', direction].join(' '))
+          that.sliding = false
+          setTimeout(function () {
+            that.$element.trigger(slidEvent)
+          }, 0)
+        })
+        .emulateTransitionEnd(Carousel.TRANSITION_DURATION)
+    } else {
+      $active.removeClass('active')
+      $next.addClass('active')
+      this.sliding = false
+      this.$element.trigger(slidEvent)
+    }
+
+    isCycling && this.cycle()
+
+    return this
+  }
+
+
+  // CAROUSEL PLUGIN DEFINITION
+  // ==========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.carousel')
+      var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option)
+      var action  = typeof option == 'string' ? option : options.slide
+
+      if (!data) $this.data('bs.carousel', (data = new Carousel(this, options)))
+      if (typeof option == 'number') data.to(option)
+      else if (action) data[action]()
+      else if (options.interval) data.pause().cycle()
+    })
+  }
+
+  var old = $.fn.carousel
+
+  $.fn.carousel             = Plugin
+  $.fn.carousel.Constructor = Carousel
+
+
+  // CAROUSEL NO CONFLICT
+  // ====================
+
+  $.fn.carousel.noConflict = function () {
+    $.fn.carousel = old
+    return this
+  }
+
+
+  // CAROUSEL DATA-API
+  // =================
+
+  var clickHandler = function (e) {
+    var href
+    var $this   = $(this)
+    var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
+    if (!$target.hasClass('carousel')) return
+    var options = $.extend({}, $target.data(), $this.data())
+    var slideIndex = $this.attr('data-slide-to')
+    if (slideIndex) options.interval = false
+
+    Plugin.call($target, options)
+
+    if (slideIndex) {
+      $target.data('bs.carousel').to(slideIndex)
+    }
+
+    e.preventDefault()
+  }
+
+  $(document)
+    .on('click.bs.carousel.data-api', '[data-slide]', clickHandler)
+    .on('click.bs.carousel.data-api', '[data-slide-to]', clickHandler)
+
+  $(window).on('load', function () {
+    $('[data-ride="carousel"]').each(function () {
+      var $carousel = $(this)
+      Plugin.call($carousel, $carousel.data())
+    })
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: collapse.js v3.3.5
+ * http://getbootstrap.com/javascript/#collapse
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // COLLAPSE PUBLIC CLASS DEFINITION
+  // ================================
+
+  var Collapse = function (element, options) {
+    this.$element      = $(element)
+    this.options       = $.extend({}, Collapse.DEFAULTS, options)
+    this.$trigger      = $('[data-toggle="collapse"][href="#' + element.id + '"],' +
+                           '[data-toggle="collapse"][data-target="#' + element.id + '"]')
+    this.transitioning = null
+
+    if (this.options.parent) {
+      this.$parent = this.getParent()
+    } else {
+      this.addAriaAndCollapsedClass(this.$element, this.$trigger)
+    }
+
+    if (this.options.toggle) this.toggle()
+  }
+
+  Collapse.VERSION  = '3.3.5'
+
+  Collapse.TRANSITION_DURATION = 350
+
+  Collapse.DEFAULTS = {
+    toggle: true
+  }
+
+  Collapse.prototype.dimension = function () {
+    var hasWidth = this.$element.hasClass('width')
+    return hasWidth ? 'width' : 'height'
+  }
+
+  Collapse.prototype.show = function () {
+    if (this.transitioning || this.$element.hasClass('in')) return
+
+    var activesData
+    var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')
+
+    if (actives && actives.length) {
+      activesData = actives.data('bs.collapse')
+      if (activesData && activesData.transitioning) return
+    }
+
+    var startEvent = $.Event('show.bs.collapse')
+    this.$element.trigger(startEvent)
+    if (startEvent.isDefaultPrevented()) return
+
+    if (actives && actives.length) {
+      Plugin.call(actives, 'hide')
+      activesData || actives.data('bs.collapse', null)
+    }
+
+    var dimension = this.dimension()
+
+    this.$element
+      .removeClass('collapse')
+      .addClass('collapsing')[dimension](0)
+      .attr('aria-expanded', true)
+
+    this.$trigger
+      .removeClass('collapsed')
+      .attr('aria-expanded', true)
+
+    this.transitioning = 1
+
+    var complete = function () {
+      this.$element
+        .removeClass('collapsing')
+        .addClass('collapse in')[dimension]('')
+      this.transitioning = 0
+      this.$element
+        .trigger('shown.bs.collapse')
+    }
+
+    if (!$.support.transition) return complete.call(this)
+
+    var scrollSize = $.camelCase(['scroll', dimension].join('-'))
+
+    this.$element
+      .one('bsTransitionEnd', $.proxy(complete, this))
+      .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])
+  }
+
+  Collapse.prototype.hide = function () {
+    if (this.transitioning || !this.$element.hasClass('in')) return
+
+    var startEvent = $.Event('hide.bs.collapse')
+    this.$element.trigger(startEvent)
+    if (startEvent.isDefaultPrevented()) return
+
+    var dimension = this.dimension()
+
+    this.$element[dimension](this.$element[dimension]())[0].offsetHeight
+
+    this.$element
+      .addClass('collapsing')
+      .removeClass('collapse in')
+      .attr('aria-expanded', false)
+
+    this.$trigger
+      .addClass('collapsed')
+      .attr('aria-expanded', false)
+
+    this.transitioning = 1
+
+    var complete = function () {
+      this.transitioning = 0
+      this.$element
+        .removeClass('collapsing')
+        .addClass('collapse')
+        .trigger('hidden.bs.collapse')
+    }
+
+    if (!$.support.transition) return complete.call(this)
+
+    this.$element
+      [dimension](0)
+      .one('bsTransitionEnd', $.proxy(complete, this))
+      .emulateTransitionEnd(Collapse.TRANSITION_DURATION)
+  }
+
+  Collapse.prototype.toggle = function () {
+    this[this.$element.hasClass('in') ? 'hide' : 'show']()
+  }
+
+  Collapse.prototype.getParent = function () {
+    return $(this.options.parent)
+      .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
+      .each($.proxy(function (i, element) {
+        var $element = $(element)
+        this.addAriaAndCollapsedClass(getTargetFromTrigger($element), $element)
+      }, this))
+      .end()
+  }
+
+  Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
+    var isOpen = $element.hasClass('in')
+
+    $element.attr('aria-expanded', isOpen)
+    $trigger
+      .toggleClass('collapsed', !isOpen)
+      .attr('aria-expanded', isOpen)
+  }
+
+  function getTargetFromTrigger($trigger) {
+    var href
+    var target = $trigger.attr('data-target')
+      || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
+
+    return $(target)
+  }
+
+
+  // COLLAPSE PLUGIN DEFINITION
+  // ==========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.collapse')
+      var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
+
+      if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false
+      if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  var old = $.fn.collapse
+
+  $.fn.collapse             = Plugin
+  $.fn.collapse.Constructor = Collapse
+
+
+  // COLLAPSE NO CONFLICT
+  // ====================
+
+  $.fn.collapse.noConflict = function () {
+    $.fn.collapse = old
+    return this
+  }
+
+
+  // COLLAPSE DATA-API
+  // =================
+
+  $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) {
+    var $this   = $(this)
+
+    if (!$this.attr('data-target')) e.preventDefault()
+
+    var $target = getTargetFromTrigger($this)
+    var data    = $target.data('bs.collapse')
+    var option  = data ? 'toggle' : $this.data()
+
+    Plugin.call($target, option)
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: dropdown.js v3.3.5
+ * http://getbootstrap.com/javascript/#dropdowns
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // DROPDOWN CLASS DEFINITION
+  // =========================
+
+  var backdrop = '.dropdown-backdrop'
+  var toggle   = '[data-toggle="dropdown"]'
+  var Dropdown = function (element) {
+    $(element).on('click.bs.dropdown', this.toggle)
+  }
+
+  Dropdown.VERSION = '3.3.5'
+
+  function getParent($this) {
+    var selector = $this.attr('data-target')
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
+    }
+
+    var $parent = selector && $(selector)
+
+    return $parent && $parent.length ? $parent : $this.parent()
+  }
+
+  function clearMenus(e) {
+    if (e && e.which === 3) return
+    $(backdrop).remove()
+    $(toggle).each(function () {
+      var $this         = $(this)
+      var $parent       = getParent($this)
+      var relatedTarget = { relatedTarget: this }
+
+      if (!$parent.hasClass('open')) return
+
+      if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return
+
+      $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
+
+      if (e.isDefaultPrevented()) return
+
+      $this.attr('aria-expanded', 'false')
+      $parent.removeClass('open').trigger('hidden.bs.dropdown', relatedTarget)
+    })
+  }
+
+  Dropdown.prototype.toggle = function (e) {
+    var $this = $(this)
+
+    if ($this.is('.disabled, :disabled')) return
+
+    var $parent  = getParent($this)
+    var isActive = $parent.hasClass('open')
+
+    clearMenus()
+
+    if (!isActive) {
+      if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
+        // if mobile we use a backdrop because click events don't delegate
+        $(document.createElement('div'))
+          .addClass('dropdown-backdrop')
+          .insertAfter($(this))
+          .on('click', clearMenus)
+      }
+
+      var relatedTarget = { relatedTarget: this }
+      $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
+
+      if (e.isDefaultPrevented()) return
+
+      $this
+        .trigger('focus')
+        .attr('aria-expanded', 'true')
+
+      $parent
+        .toggleClass('open')
+        .trigger('shown.bs.dropdown', relatedTarget)
+    }
+
+    return false
+  }
+
+  Dropdown.prototype.keydown = function (e) {
+    if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return
+
+    var $this = $(this)
+
+    e.preventDefault()
+    e.stopPropagation()
+
+    if ($this.is('.disabled, :disabled')) return
+
+    var $parent  = getParent($this)
+    var isActive = $parent.hasClass('open')
+
+    if (!isActive && e.which != 27 || isActive && e.which == 27) {
+      if (e.which == 27) $parent.find(toggle).trigger('focus')
+      return $this.trigger('click')
+    }
+
+    var desc = ' li:not(.disabled):visible a'
+    var $items = $parent.find('.dropdown-menu' + desc)
+
+    if (!$items.length) return
+
+    var index = $items.index(e.target)
+
+    if (e.which == 38 && index > 0)                 index--         // up
+    if (e.which == 40 && index < $items.length - 1) index++         // down
+    if (!~index)                                    index = 0
+
+    $items.eq(index).trigger('focus')
+  }
+
+
+  // DROPDOWN PLUGIN DEFINITION
+  // ==========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this = $(this)
+      var data  = $this.data('bs.dropdown')
+
+      if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
+      if (typeof option == 'string') data[option].call($this)
+    })
+  }
+
+  var old = $.fn.dropdown
+
+  $.fn.dropdown             = Plugin
+  $.fn.dropdown.Constructor = Dropdown
+
+
+  // DROPDOWN NO CONFLICT
+  // ====================
+
+  $.fn.dropdown.noConflict = function () {
+    $.fn.dropdown = old
+    return this
+  }
+
+
+  // APPLY TO STANDARD DROPDOWN ELEMENTS
+  // ===================================
+
+  $(document)
+    .on('click.bs.dropdown.data-api', clearMenus)
+    .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
+    .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
+    .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown)
+    .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown)
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: modal.js v3.3.5
+ * http://getbootstrap.com/javascript/#modals
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // MODAL CLASS DEFINITION
+  // ======================
+
+  var Modal = function (element, options) {
+    this.options             = options
+    this.$body               = $(document.body)
+    this.$element            = $(element)
+    this.$dialog             = this.$element.find('.modal-dialog')
+    this.$backdrop           = null
+    this.isShown             = null
+    this.originalBodyPad     = null
+    this.scrollbarWidth      = 0
+    this.ignoreBackdropClick = false
+
+    if (this.options.remote) {
+      this.$element
+        .find('.modal-content')
+        .load(this.options.remote, $.proxy(function () {
+          this.$element.trigger('loaded.bs.modal')
+        }, this))
+    }
+  }
+
+  Modal.VERSION  = '3.3.5'
+
+  Modal.TRANSITION_DURATION = 300
+  Modal.BACKDROP_TRANSITION_DURATION = 150
+
+  Modal.DEFAULTS = {
+    backdrop: true,
+    keyboard: true,
+    show: true
+  }
+
+  Modal.prototype.toggle = function (_relatedTarget) {
+    return this.isShown ? this.hide() : this.show(_relatedTarget)
+  }
+
+  Modal.prototype.show = function (_relatedTarget) {
+    var that = this
+    var e    = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
+
+    this.$element.trigger(e)
+
+    if (this.isShown || e.isDefaultPrevented()) return
+
+    this.isShown = true
+
+    this.checkScrollbar()
+    this.setScrollbar()
+    this.$body.addClass('modal-open')
+
+    this.escape()
+    this.resize()
+
+    this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
+
+    this.$dialog.on('mousedown.dismiss.bs.modal', function () {
+      that.$element.one('mouseup.dismiss.bs.modal', function (e) {
+        if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true
+      })
+    })
+
+    this.backdrop(function () {
+      var transition = $.support.transition && that.$element.hasClass('fade')
+
+      if (!that.$element.parent().length) {
+        that.$element.appendTo(that.$body) // don't move modals dom position
+      }
+
+      that.$element
+        .show()
+        .scrollTop(0)
+
+      that.adjustDialog()
+
+      if (transition) {
+        that.$element[0].offsetWidth // force reflow
+      }
+
+      that.$element.addClass('in')
+
+      that.enforceFocus()
+
+      var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
+
+      transition ?
+        that.$dialog // wait for modal to slide in
+          .one('bsTransitionEnd', function () {
+            that.$element.trigger('focus').trigger(e)
+          })
+          .emulateTransitionEnd(Modal.TRANSITION_DURATION) :
+        that.$element.trigger('focus').trigger(e)
+    })
+  }
+
+  Modal.prototype.hide = function (e) {
+    if (e) e.preventDefault()
+
+    e = $.Event('hide.bs.modal')
+
+    this.$element.trigger(e)
+
+    if (!this.isShown || e.isDefaultPrevented()) return
+
+    this.isShown = false
+
+    this.escape()
+    this.resize()
+
+    $(document).off('focusin.bs.modal')
+
+    this.$element
+      .removeClass('in')
+      .off('click.dismiss.bs.modal')
+      .off('mouseup.dismiss.bs.modal')
+
+    this.$dialog.off('mousedown.dismiss.bs.modal')
+
+    $.support.transition && this.$element.hasClass('fade') ?
+      this.$element
+        .one('bsTransitionEnd', $.proxy(this.hideModal, this))
+        .emulateTransitionEnd(Modal.TRANSITION_DURATION) :
+      this.hideModal()
+  }
+
+  Modal.prototype.enforceFocus = function () {
+    $(document)
+      .off('focusin.bs.modal') // guard against infinite focus loop
+      .on('focusin.bs.modal', $.proxy(function (e) {
+        if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
+          this.$element.trigger('focus')
+        }
+      }, this))
+  }
+
+  Modal.prototype.escape = function () {
+    if (this.isShown && this.options.keyboard) {
+      this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) {
+        e.which == 27 && this.hide()
+      }, this))
+    } else if (!this.isShown) {
+      this.$element.off('keydown.dismiss.bs.modal')
+    }
+  }
+
+  Modal.prototype.resize = function () {
+    if (this.isShown) {
+      $(window).on('resize.bs.modal', $.proxy(this.handleUpdate, this))
+    } else {
+      $(window).off('resize.bs.modal')
+    }
+  }
+
+  Modal.prototype.hideModal = function () {
+    var that = this
+    this.$element.hide()
+    this.backdrop(function () {
+      that.$body.removeClass('modal-open')
+      that.resetAdjustments()
+      that.resetScrollbar()
+      that.$element.trigger('hidden.bs.modal')
+    })
+  }
+
+  Modal.prototype.removeBackdrop = function () {
+    this.$backdrop && this.$backdrop.remove()
+    this.$backdrop = null
+  }
+
+  Modal.prototype.backdrop = function (callback) {
+    var that = this
+    var animate = this.$element.hasClass('fade') ? 'fade' : ''
+
+    if (this.isShown && this.options.backdrop) {
+      var doAnimate = $.support.transition && animate
+
+      this.$backdrop = $(document.createElement('div'))
+        .addClass('modal-backdrop ' + animate)
+        .appendTo(this.$body)
+
+      this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
+        if (this.ignoreBackdropClick) {
+          this.ignoreBackdropClick = false
+          return
+        }
+        if (e.target !== e.currentTarget) return
+        this.options.backdrop == 'static'
+          ? this.$element[0].focus()
+          : this.hide()
+      }, this))
+
+      if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
+
+      this.$backdrop.addClass('in')
+
+      if (!callback) return
+
+      doAnimate ?
+        this.$backdrop
+          .one('bsTransitionEnd', callback)
+          .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) :
+        callback()
+
+    } else if (!this.isShown && this.$backdrop) {
+      this.$backdrop.removeClass('in')
+
+      var callbackRemove = function () {
+        that.removeBackdrop()
+        callback && callback()
+      }
+      $.support.transition && this.$element.hasClass('fade') ?
+        this.$backdrop
+          .one('bsTransitionEnd', callbackRemove)
+          .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) :
+        callbackRemove()
+
+    } else if (callback) {
+      callback()
+    }
+  }
+
+  // these following methods are used to handle overflowing modals
+
+  Modal.prototype.handleUpdate = function () {
+    this.adjustDialog()
+  }
+
+  Modal.prototype.adjustDialog = function () {
+    var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight
+
+    this.$element.css({
+      paddingLeft:  !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '',
+      paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : ''
+    })
+  }
+
+  Modal.prototype.resetAdjustments = function () {
+    this.$element.css({
+      paddingLeft: '',
+      paddingRight: ''
+    })
+  }
+
+  Modal.prototype.checkScrollbar = function () {
+    var fullWindowWidth = window.innerWidth
+    if (!fullWindowWidth) { // workaround for missing window.innerWidth in IE8
+      var documentElementRect = document.documentElement.getBoundingClientRect()
+      fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left)
+    }
+    this.bodyIsOverflowing = document.body.clientWidth < fullWindowWidth
+    this.scrollbarWidth = this.measureScrollbar()
+  }
+
+  Modal.prototype.setScrollbar = function () {
+    var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10)
+    this.originalBodyPad = document.body.style.paddingRight || ''
+    if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth)
+  }
+
+  Modal.prototype.resetScrollbar = function () {
+    this.$body.css('padding-right', this.originalBodyPad)
+  }
+
+  Modal.prototype.measureScrollbar = function () { // thx walsh
+    var scrollDiv = document.createElement('div')
+    scrollDiv.className = 'modal-scrollbar-measure'
+    this.$body.append(scrollDiv)
+    var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth
+    this.$body[0].removeChild(scrollDiv)
+    return scrollbarWidth
+  }
+
+
+  // MODAL PLUGIN DEFINITION
+  // =======================
+
+  function Plugin(option, _relatedTarget) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.modal')
+      var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
+
+      if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
+      if (typeof option == 'string') data[option](_relatedTarget)
+      else if (options.show) data.show(_relatedTarget)
+    })
+  }
+
+  var old = $.fn.modal
+
+  $.fn.modal             = Plugin
+  $.fn.modal.Constructor = Modal
+
+
+  // MODAL NO CONFLICT
+  // =================
+
+  $.fn.modal.noConflict = function () {
+    $.fn.modal = old
+    return this
+  }
+
+
+  // MODAL DATA-API
+  // ==============
+
+  $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
+    var $this   = $(this)
+    var href    = $this.attr('href')
+    var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7
+    var option  = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
+
+    if ($this.is('a')) e.preventDefault()
+
+    $target.one('show.bs.modal', function (showEvent) {
+      if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually get shown
+      $target.one('hidden.bs.modal', function () {
+        $this.is(':visible') && $this.trigger('focus')
+      })
+    })
+    Plugin.call($target, option, this)
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: tooltip.js v3.3.5
+ * http://getbootstrap.com/javascript/#tooltip
+ * Inspired by the original jQuery.tipsy by Jason Frame
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // TOOLTIP PUBLIC CLASS DEFINITION
+  // ===============================
+
+  var Tooltip = function (element, options) {
+    this.type       = null
+    this.options    = null
+    this.enabled    = null
+    this.timeout    = null
+    this.hoverState = null
+    this.$element   = null
+    this.inState    = null
+
+    this.init('tooltip', element, options)
+  }
+
+  Tooltip.VERSION  = '3.3.5'
+
+  Tooltip.TRANSITION_DURATION = 150
+
+  Tooltip.DEFAULTS = {
+    animation: true,
+    placement: 'top',
+    selector: false,
+    template: '<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
+    trigger: 'hover focus',
+    title: '',
+    delay: 0,
+    html: false,
+    container: false,
+    viewport: {
+      selector: 'body',
+      padding: 0
+    }
+  }
+
+  Tooltip.prototype.init = function (type, element, options) {
+    this.enabled   = true
+    this.type      = type
+    this.$element  = $(element)
+    this.options   = this.getOptions(options)
+    this.$viewport = this.options.viewport && $($.isFunction(this.options.viewport) ? this.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.viewport))
+    this.inState   = { click: false, hover: false, focus: false }
+
+    if (this.$element[0] instanceof document.constructor && !this.options.selector) {
+      throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!')
+    }
+
+    var triggers = this.options.trigger.split(' ')
+
+    for (var i = triggers.length; i--;) {
+      var trigger = triggers[i]
+
+      if (trigger == 'click') {
+        this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
+      } else if (trigger != 'manual') {
+        var eventIn  = trigger == 'hover' ? 'mouseenter' : 'focusin'
+        var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
+
+        this.$element.on(eventIn  + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
+        this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
+      }
+    }
+
+    this.options.selector ?
+      (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
+      this.fixTitle()
+  }
+
+  Tooltip.prototype.getDefaults = function () {
+    return Tooltip.DEFAULTS
+  }
+
+  Tooltip.prototype.getOptions = function (options) {
+    options = $.extend({}, this.getDefaults(), this.$element.data(), options)
+
+    if (options.delay && typeof options.delay == 'number') {
+      options.delay = {
+        show: options.delay,
+        hide: options.delay
+      }
+    }
+
+    return options
+  }
+
+  Tooltip.prototype.getDelegateOptions = function () {
+    var options  = {}
+    var defaults = this.getDefaults()
+
+    this._options && $.each(this._options, function (key, value) {
+      if (defaults[key] != value) options[key] = value
+    })
+
+    return options
+  }
+
+  Tooltip.prototype.enter = function (obj) {
+    var self = obj instanceof this.constructor ?
+      obj : $(obj.currentTarget).data('bs.' + this.type)
+
+    if (!self) {
+      self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
+      $(obj.currentTarget).data('bs.' + this.type, self)
+    }
+
+    if (obj instanceof $.Event) {
+      self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true
+    }
+
+    if (self.tip().hasClass('in') || self.hoverState == 'in') {
+      self.hoverState = 'in'
+      return
+    }
+
+    clearTimeout(self.timeout)
+
+    self.hoverState = 'in'
+
+    if (!self.options.delay || !self.options.delay.show) return self.show()
+
+    self.timeout = setTimeout(function () {
+      if (self.hoverState == 'in') self.show()
+    }, self.options.delay.show)
+  }
+
+  Tooltip.prototype.isInStateTrue = function () {
+    for (var key in this.inState) {
+      if (this.inState[key]) return true
+    }
+
+    return false
+  }
+
+  Tooltip.prototype.leave = function (obj) {
+    var self = obj instanceof this.constructor ?
+      obj : $(obj.currentTarget).data('bs.' + this.type)
+
+    if (!self) {
+      self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
+      $(obj.currentTarget).data('bs.' + this.type, self)
+    }
+
+    if (obj instanceof $.Event) {
+      self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false
+    }
+
+    if (self.isInStateTrue()) return
+
+    clearTimeout(self.timeout)
+
+    self.hoverState = 'out'
+
+    if (!self.options.delay || !self.options.delay.hide) return self.hide()
+
+    self.timeout = setTimeout(function () {
+      if (self.hoverState == 'out') self.hide()
+    }, self.options.delay.hide)
+  }
+
+  Tooltip.prototype.show = function () {
+    var e = $.Event('show.bs.' + this.type)
+
+    if (this.hasContent() && this.enabled) {
+      this.$element.trigger(e)
+
+      var inDom = $.contains(this.$element[0].ownerDocument.documentElement, this.$element[0])
+      if (e.isDefaultPrevented() || !inDom) return
+      var that = this
+
+      var $tip = this.tip()
+
+      var tipId = this.getUID(this.type)
+
+      this.setContent()
+      $tip.attr('id', tipId)
+      this.$element.attr('aria-describedby', tipId)
+
+      if (this.options.animation) $tip.addClass('fade')
+
+      var placement = typeof this.options.placement == 'function' ?
+        this.options.placement.call(this, $tip[0], this.$element[0]) :
+        this.options.placement
+
+      var autoToken = /\s?auto?\s?/i
+      var autoPlace = autoToken.test(placement)
+      if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
+
+      $tip
+        .detach()
+        .css({ top: 0, left: 0, display: 'block' })
+        .addClass(placement)
+        .data('bs.' + this.type, this)
+
+      this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
+      this.$element.trigger('inserted.bs.' + this.type)
+
+      var pos          = this.getPosition()
+      var actualWidth  = $tip[0].offsetWidth
+      var actualHeight = $tip[0].offsetHeight
+
+      if (autoPlace) {
+        var orgPlacement = placement
+        var viewportDim = this.getPosition(this.$viewport)
+
+        placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top'    :
+                    placement == 'top'    && pos.top    - actualHeight < viewportDim.top    ? 'bottom' :
+                    placement == 'right'  && pos.right  + actualWidth  > viewportDim.width  ? 'left'   :
+                    placement == 'left'   && pos.left   - actualWidth  < viewportDim.left   ? 'right'  :
+                    placement
+
+        $tip
+          .removeClass(orgPlacement)
+          .addClass(placement)
+      }
+
+      var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
+
+      this.applyPlacement(calculatedOffset, placement)
+
+      var complete = function () {
+        var prevHoverState = that.hoverState
+        that.$element.trigger('shown.bs.' + that.type)
+        that.hoverState = null
+
+        if (prevHoverState == 'out') that.leave(that)
+      }
+
+      $.support.transition && this.$tip.hasClass('fade') ?
+        $tip
+          .one('bsTransitionEnd', complete)
+          .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
+        complete()
+    }
+  }
+
+  Tooltip.prototype.applyPlacement = function (offset, placement) {
+    var $tip   = this.tip()
+    var width  = $tip[0].offsetWidth
+    var height = $tip[0].offsetHeight
+
+    // manually read margins because getBoundingClientRect includes difference
+    var marginTop = parseInt($tip.css('margin-top'), 10)
+    var marginLeft = parseInt($tip.css('margin-left'), 10)
+
+    // we must check for NaN for ie 8/9
+    if (isNaN(marginTop))  marginTop  = 0
+    if (isNaN(marginLeft)) marginLeft = 0
+
+    offset.top  += marginTop
+    offset.left += marginLeft
+
+    // $.fn.offset doesn't round pixel values
+    // so we use setOffset directly with our own function B-0
+    $.offset.setOffset($tip[0], $.extend({
+      using: function (props) {
+        $tip.css({
+          top: Math.round(props.top),
+          left: Math.round(props.left)
+        })
+      }
+    }, offset), 0)
+
+    $tip.addClass('in')
+
+    // check to see if placing tip in new offset caused the tip to resize itself
+    var actualWidth  = $tip[0].offsetWidth
+    var actualHeight = $tip[0].offsetHeight
+
+    if (placement == 'top' && actualHeight != height) {
+      offset.top = offset.top + height - actualHeight
+    }
+
+    var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
+
+    if (delta.left) offset.left += delta.left
+    else offset.top += delta.top
+
+    var isVertical          = /top|bottom/.test(placement)
+    var arrowDelta          = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
+    var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
+
+    $tip.offset(offset)
+    this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
+  }
+
+  Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
+    this.arrow()
+      .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
+      .css(isVertical ? 'top' : 'left', '')
+  }
+
+  Tooltip.prototype.setContent = function () {
+    var $tip  = this.tip()
+    var title = this.getTitle()
+
+    $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
+    $tip.removeClass('fade in top bottom left right')
+  }
+
+  Tooltip.prototype.hide = function (callback) {
+    var that = this
+    var $tip = $(this.$tip)
+    var e    = $.Event('hide.bs.' + this.type)
+
+    function complete() {
+      if (that.hoverState != 'in') $tip.detach()
+      that.$element
+        .removeAttr('aria-describedby')
+        .trigger('hidden.bs.' + that.type)
+      callback && callback()
+    }
+
+    this.$element.trigger(e)
+
+    if (e.isDefaultPrevented()) return
+
+    $tip.removeClass('in')
+
+    $.support.transition && $tip.hasClass('fade') ?
+      $tip
+        .one('bsTransitionEnd', complete)
+        .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
+      complete()
+
+    this.hoverState = null
+
+    return this
+  }
+
+  Tooltip.prototype.fixTitle = function () {
+    var $e = this.$element
+    if ($e.attr('title') || typeof $e.attr('data-original-title') != 'string') {
+      $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
+    }
+  }
+
+  Tooltip.prototype.hasContent = function () {
+    return this.getTitle()
+  }
+
+  Tooltip.prototype.getPosition = function ($element) {
+    $element   = $element || this.$element
+
+    var el     = $element[0]
+    var isBody = el.tagName == 'BODY'
+
+    var elRect    = el.getBoundingClientRect()
+    if (elRect.width == null) {
+      // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093
+      elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top })
+    }
+    var elOffset  = isBody ? { top: 0, left: 0 } : $element.offset()
+    var scroll    = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() }
+    var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null
+
+    return $.extend({}, elRect, scroll, outerDims, elOffset)
+  }
+
+  Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
+    return placement == 'bottom' ? { top: pos.top + pos.height,   left: pos.left + pos.width / 2 - actualWidth / 2 } :
+           placement == 'top'    ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
+           placement == 'left'   ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
+        /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
+
+  }
+
+  Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) {
+    var delta = { top: 0, left: 0 }
+    if (!this.$viewport) return delta
+
+    var viewportPadding = this.options.viewport && this.options.viewport.padding || 0
+    var viewportDimensions = this.getPosition(this.$viewport)
+
+    if (/right|left/.test(placement)) {
+      var topEdgeOffset    = pos.top - viewportPadding - viewportDimensions.scroll
+      var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight
+      if (topEdgeOffset < viewportDimensions.top) { // top overflow
+        delta.top = viewportDimensions.top - topEdgeOffset
+      } else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow
+        delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
+      }
+    } else {
+      var leftEdgeOffset  = pos.left - viewportPadding
+      var rightEdgeOffset = pos.left + viewportPadding + actualWidth
+      if (leftEdgeOffset < viewportDimensions.left) { // left overflow
+        delta.left = viewportDimensions.left - leftEdgeOffset
+      } else if (rightEdgeOffset > viewportDimensions.right) { // right overflow
+        delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset
+      }
+    }
+
+    return delta
+  }
+
+  Tooltip.prototype.getTitle = function () {
+    var title
+    var $e = this.$element
+    var o  = this.options
+
+    title = $e.attr('data-original-title')
+      || (typeof o.title == 'function' ? o.title.call($e[0]) :  o.title)
+
+    return title
+  }
+
+  Tooltip.prototype.getUID = function (prefix) {
+    do prefix += ~~(Math.random() * 1000000)
+    while (document.getElementById(prefix))
+    return prefix
+  }
+
+  Tooltip.prototype.tip = function () {
+    if (!this.$tip) {
+      this.$tip = $(this.options.template)
+      if (this.$tip.length != 1) {
+        throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!')
+      }
+    }
+    return this.$tip
+  }
+
+  Tooltip.prototype.arrow = function () {
+    return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
+  }
+
+  Tooltip.prototype.enable = function () {
+    this.enabled = true
+  }
+
+  Tooltip.prototype.disable = function () {
+    this.enabled = false
+  }
+
+  Tooltip.prototype.toggleEnabled = function () {
+    this.enabled = !this.enabled
+  }
+
+  Tooltip.prototype.toggle = function (e) {
+    var self = this
+    if (e) {
+      self = $(e.currentTarget).data('bs.' + this.type)
+      if (!self) {
+        self = new this.constructor(e.currentTarget, this.getDelegateOptions())
+        $(e.currentTarget).data('bs.' + this.type, self)
+      }
+    }
+
+    if (e) {
+      self.inState.click = !self.inState.click
+      if (self.isInStateTrue()) self.enter(self)
+      else self.leave(self)
+    } else {
+      self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
+    }
+  }
+
+  Tooltip.prototype.destroy = function () {
+    var that = this
+    clearTimeout(this.timeout)
+    this.hide(function () {
+      that.$element.off('.' + that.type).removeData('bs.' + that.type)
+      if (that.$tip) {
+        that.$tip.detach()
+      }
+      that.$tip = null
+      that.$arrow = null
+      that.$viewport = null
+    })
+  }
+
+
+  // TOOLTIP PLUGIN DEFINITION
+  // =========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.tooltip')
+      var options = typeof option == 'object' && option
+
+      if (!data && /destroy|hide/.test(option)) return
+      if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  var old = $.fn.tooltip
+
+  $.fn.tooltip             = Plugin
+  $.fn.tooltip.Constructor = Tooltip
+
+
+  // TOOLTIP NO CONFLICT
+  // ===================
+
+  $.fn.tooltip.noConflict = function () {
+    $.fn.tooltip = old
+    return this
+  }
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: popover.js v3.3.5
+ * http://getbootstrap.com/javascript/#popovers
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // POPOVER PUBLIC CLASS DEFINITION
+  // ===============================
+
+  var Popover = function (element, options) {
+    this.init('popover', element, options)
+  }
+
+  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
+
+  Popover.VERSION  = '3.3.5'
+
+  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
+    placement: 'right',
+    trigger: 'click',
+    content: '',
+    template: '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
+  })
+
+
+  // NOTE: POPOVER EXTENDS tooltip.js
+  // ================================
+
+  Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
+
+  Popover.prototype.constructor = Popover
+
+  Popover.prototype.getDefaults = function () {
+    return Popover.DEFAULTS
+  }
+
+  Popover.prototype.setContent = function () {
+    var $tip    = this.tip()
+    var title   = this.getTitle()
+    var content = this.getContent()
+
+    $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
+    $tip.find('.popover-content').children().detach().end()[ // we use append for html objects to maintain js events
+      this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
+    ](content)
+
+    $tip.removeClass('fade top bottom left right in')
+
+    // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
+    // this manually by checking the contents.
+    if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
+  }
+
+  Popover.prototype.hasContent = function () {
+    return this.getTitle() || this.getContent()
+  }
+
+  Popover.prototype.getContent = function () {
+    var $e = this.$element
+    var o  = this.options
+
+    return $e.attr('data-content')
+      || (typeof o.content == 'function' ?
+            o.content.call($e[0]) :
+            o.content)
+  }
+
+  Popover.prototype.arrow = function () {
+    return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
+  }
+
+
+  // POPOVER PLUGIN DEFINITION
+  // =========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.popover')
+      var options = typeof option == 'object' && option
+
+      if (!data && /destroy|hide/.test(option)) return
+      if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  var old = $.fn.popover
+
+  $.fn.popover             = Plugin
+  $.fn.popover.Constructor = Popover
+
+
+  // POPOVER NO CONFLICT
+  // ===================
+
+  $.fn.popover.noConflict = function () {
+    $.fn.popover = old
+    return this
+  }
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: scrollspy.js v3.3.5
+ * http://getbootstrap.com/javascript/#scrollspy
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // SCROLLSPY CLASS DEFINITION
+  // ==========================
+
+  function ScrollSpy(element, options) {
+    this.$body          = $(document.body)
+    this.$scrollElement = $(element).is(document.body) ? $(window) : $(element)
+    this.options        = $.extend({}, ScrollSpy.DEFAULTS, options)
+    this.selector       = (this.options.target || '') + ' .nav li > a'
+    this.offsets        = []
+    this.targets        = []
+    this.activeTarget   = null
+    this.scrollHeight   = 0
+
+    this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
+    this.refresh()
+    this.process()
+  }
+
+  ScrollSpy.VERSION  = '3.3.5'
+
+  ScrollSpy.DEFAULTS = {
+    offset: 10
+  }
+
+  ScrollSpy.prototype.getScrollHeight = function () {
+    return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight)
+  }
+
+  ScrollSpy.prototype.refresh = function () {
+    var that          = this
+    var offsetMethod  = 'offset'
+    var offsetBase    = 0
+
+    this.offsets      = []
+    this.targets      = []
+    this.scrollHeight = this.getScrollHeight()
+
+    if (!$.isWindow(this.$scrollElement[0])) {
+      offsetMethod = 'position'
+      offsetBase   = this.$scrollElement.scrollTop()
+    }
+
+    this.$body
+      .find(this.selector)
+      .map(function () {
+        var $el   = $(this)
+        var href  = $el.data('target') || $el.attr('href')
+        var $href = /^#./.test(href) && $(href)
+
+        return ($href
+          && $href.length
+          && $href.is(':visible')
+          && [[$href[offsetMethod]().top + offsetBase, href]]) || null
+      })
+      .sort(function (a, b) { return a[0] - b[0] })
+      .each(function () {
+        that.offsets.push(this[0])
+        that.targets.push(this[1])
+      })
+  }
+
+  ScrollSpy.prototype.process = function () {
+    var scrollTop    = this.$scrollElement.scrollTop() + this.options.offset
+    var scrollHeight = this.getScrollHeight()
+    var maxScroll    = this.options.offset + scrollHeight - this.$scrollElement.height()
+    var offsets      = this.offsets
+    var targets      = this.targets
+    var activeTarget = this.activeTarget
+    var i
+
+    if (this.scrollHeight != scrollHeight) {
+      this.refresh()
+    }
+
+    if (scrollTop >= maxScroll) {
+      return activeTarget != (i = targets[targets.length - 1]) && this.activate(i)
+    }
+
+    if (activeTarget && scrollTop < offsets[0]) {
+      this.activeTarget = null
+      return this.clear()
+    }
+
+    for (i = offsets.length; i--;) {
+      activeTarget != targets[i]
+        && scrollTop >= offsets[i]
+        && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1])
+        && this.activate(targets[i])
+    }
+  }
+
+  ScrollSpy.prototype.activate = function (target) {
+    this.activeTarget = target
+
+    this.clear()
+
+    var selector = this.selector +
+      '[data-target="' + target + '"],' +
+      this.selector + '[href="' + target + '"]'
+
+    var active = $(selector)
+      .parents('li')
+      .addClass('active')
+
+    if (active.parent('.dropdown-menu').length) {
+      active = active
+        .closest('li.dropdown')
+        .addClass('active')
+    }
+
+    active.trigger('activate.bs.scrollspy')
+  }
+
+  ScrollSpy.prototype.clear = function () {
+    $(this.selector)
+      .parentsUntil(this.options.target, '.active')
+      .removeClass('active')
+  }
+
+
+  // SCROLLSPY PLUGIN DEFINITION
+  // ===========================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.scrollspy')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  var old = $.fn.scrollspy
+
+  $.fn.scrollspy             = Plugin
+  $.fn.scrollspy.Constructor = ScrollSpy
+
+
+  // SCROLLSPY NO CONFLICT
+  // =====================
+
+  $.fn.scrollspy.noConflict = function () {
+    $.fn.scrollspy = old
+    return this
+  }
+
+
+  // SCROLLSPY DATA-API
+  // ==================
+
+  $(window).on('load.bs.scrollspy.data-api', function () {
+    $('[data-spy="scroll"]').each(function () {
+      var $spy = $(this)
+      Plugin.call($spy, $spy.data())
+    })
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: tab.js v3.3.5
+ * http://getbootstrap.com/javascript/#tabs
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // TAB CLASS DEFINITION
+  // ====================
+
+  var Tab = function (element) {
+    // jscs:disable requireDollarBeforejQueryAssignment
+    this.element = $(element)
+    // jscs:enable requireDollarBeforejQueryAssignment
+  }
+
+  Tab.VERSION = '3.3.5'
+
+  Tab.TRANSITION_DURATION = 150
+
+  Tab.prototype.show = function () {
+    var $this    = this.element
+    var $ul      = $this.closest('ul:not(.dropdown-menu)')
+    var selector = $this.data('target')
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
+    }
+
+    if ($this.parent('li').hasClass('active')) return
+
+    var $previous = $ul.find('.active:last a')
+    var hideEvent = $.Event('hide.bs.tab', {
+      relatedTarget: $this[0]
+    })
+    var showEvent = $.Event('show.bs.tab', {
+      relatedTarget: $previous[0]
+    })
+
+    $previous.trigger(hideEvent)
+    $this.trigger(showEvent)
+
+    if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return
+
+    var $target = $(selector)
+
+    this.activate($this.closest('li'), $ul)
+    this.activate($target, $target.parent(), function () {
+      $previous.trigger({
+        type: 'hidden.bs.tab',
+        relatedTarget: $this[0]
+      })
+      $this.trigger({
+        type: 'shown.bs.tab',
+        relatedTarget: $previous[0]
+      })
+    })
+  }
+
+  Tab.prototype.activate = function (element, container, callback) {
+    var $active    = container.find('> .active')
+    var transition = callback
+      && $.support.transition
+      && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length)
+
+    function next() {
+      $active
+        .removeClass('active')
+        .find('> .dropdown-menu > .active')
+          .removeClass('active')
+        .end()
+        .find('[data-toggle="tab"]')
+          .attr('aria-expanded', false)
+
+      element
+        .addClass('active')
+        .find('[data-toggle="tab"]')
+          .attr('aria-expanded', true)
+
+      if (transition) {
+        element[0].offsetWidth // reflow for transition
+        element.addClass('in')
+      } else {
+        element.removeClass('fade')
+      }
+
+      if (element.parent('.dropdown-menu').length) {
+        element
+          .closest('li.dropdown')
+            .addClass('active')
+          .end()
+          .find('[data-toggle="tab"]')
+            .attr('aria-expanded', true)
+      }
+
+      callback && callback()
+    }
+
+    $active.length && transition ?
+      $active
+        .one('bsTransitionEnd', next)
+        .emulateTransitionEnd(Tab.TRANSITION_DURATION) :
+      next()
+
+    $active.removeClass('in')
+  }
+
+
+  // TAB PLUGIN DEFINITION
+  // =====================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this = $(this)
+      var data  = $this.data('bs.tab')
+
+      if (!data) $this.data('bs.tab', (data = new Tab(this)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  var old = $.fn.tab
+
+  $.fn.tab             = Plugin
+  $.fn.tab.Constructor = Tab
+
+
+  // TAB NO CONFLICT
+  // ===============
+
+  $.fn.tab.noConflict = function () {
+    $.fn.tab = old
+    return this
+  }
+
+
+  // TAB DATA-API
+  // ============
+
+  var clickHandler = function (e) {
+    e.preventDefault()
+    Plugin.call($(this), 'show')
+  }
+
+  $(document)
+    .on('click.bs.tab.data-api', '[data-toggle="tab"]', clickHandler)
+    .on('click.bs.tab.data-api', '[data-toggle="pill"]', clickHandler)
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: affix.js v3.3.5
+ * http://getbootstrap.com/javascript/#affix
+ * ========================================================================
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * ======================================================================== */
+
+
++function ($) {
+  'use strict';
+
+  // AFFIX CLASS DEFINITION
+  // ======================
+
+  var Affix = function (element, options) {
+    this.options = $.extend({}, Affix.DEFAULTS, options)
+
+    this.$target = $(this.options.target)
+      .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
+      .on('click.bs.affix.data-api',  $.proxy(this.checkPositionWithEventLoop, this))
+
+    this.$element     = $(element)
+    this.affixed      = null
+    this.unpin        = null
+    this.pinnedOffset = null
+
+    this.checkPosition()
+  }
+
+  Affix.VERSION  = '3.3.5'
+
+  Affix.RESET    = 'affix affix-top affix-bottom'
+
+  Affix.DEFAULTS = {
+    offset: 0,
+    target: window
+  }
+
+  Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) {
+    var scrollTop    = this.$target.scrollTop()
+    var position     = this.$element.offset()
+    var targetHeight = this.$target.height()
+
+    if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false
+
+    if (this.affixed == 'bottom') {
+      if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom'
+      return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'
+    }
+
+    var initializing   = this.affixed == null
+    var colliderTop    = initializing ? scrollTop : position.top
+    var colliderHeight = initializing ? targetHeight : height
+
+    if (offsetTop != null && scrollTop <= offsetTop) return 'top'
+    if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
+
+    return false
+  }
+
+  Affix.prototype.getPinnedOffset = function () {
+    if (this.pinnedOffset) return this.pinnedOffset
+    this.$element.removeClass(Affix.RESET).addClass('affix')
+    var scrollTop = this.$target.scrollTop()
+    var position  = this.$element.offset()
+    return (this.pinnedOffset = position.top - scrollTop)
+  }
+
+  Affix.prototype.checkPositionWithEventLoop = function () {
+    setTimeout($.proxy(this.checkPosition, this), 1)
+  }
+
+  Affix.prototype.checkPosition = function () {
+    if (!this.$element.is(':visible')) return
+
+    var height       = this.$element.height()
+    var offset       = this.options.offset
+    var offsetTop    = offset.top
+    var offsetBottom = offset.bottom
+    var scrollHeight = Math.max($(document).height(), $(document.body).height())
+
+    if (typeof offset != 'object')         offsetBottom = offsetTop = offset
+    if (typeof offsetTop == 'function')    offsetTop    = offset.top(this.$element)
+    if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
+
+    var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
+
+    if (this.affixed != affix) {
+      if (this.unpin != null) this.$element.css('top', '')
+
+      var affixType = 'affix' + (affix ? '-' + affix : '')
+      var e         = $.Event(affixType + '.bs.affix')
+
+      this.$element.trigger(e)
+
+      if (e.isDefaultPrevented()) return
+
+      this.affixed = affix
+      this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
+
+      this.$element
+        .removeClass(Affix.RESET)
+        .addClass(affixType)
+        .trigger(affixType.replace('affix', 'affixed') + '.bs.affix')
+    }
+
+    if (affix == 'bottom') {
+      this.$element.offset({
+        top: scrollHeight - height - offsetBottom
+      })
+    }
+  }
+
+
+  // AFFIX PLUGIN DEFINITION
+  // =======================
+
+  function Plugin(option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.affix')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.affix', (data = new Affix(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  var old = $.fn.affix
+
+  $.fn.affix             = Plugin
+  $.fn.affix.Constructor = Affix
+
+
+  // AFFIX NO CONFLICT
+  // =================
+
+  $.fn.affix.noConflict = function () {
+    $.fn.affix = old
+    return this
+  }
+
+
+  // AFFIX DATA-API
+  // ==============
+
+  $(window).on('load', function () {
+    $('[data-spy="affix"]').each(function () {
+      var $spy = $(this)
+      var data = $spy.data()
+
+      data.offset = data.offset || {}
+
+      if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
+      if (data.offsetTop    != null) data.offset.top    = data.offsetTop
+
+      Plugin.call($spy, data)
+    })
+  })
+
+}(jQuery);

ファイルの差分が大きいため隠しています
+ 5 - 0
js/bootstrap.min.js


+ 13 - 0
js/npm.js

@@ -0,0 +1,13 @@
+// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
+require('../../js/transition.js')
+require('../../js/alert.js')
+require('../../js/button.js')
+require('../../js/carousel.js')
+require('../../js/collapse.js')
+require('../../js/dropdown.js')
+require('../../js/modal.js')
+require('../../js/tooltip.js')
+require('../../js/popover.js')
+require('../../js/scrollspy.js')
+require('../../js/tab.js')
+require('../../js/affix.js')

ファイルの差分が大きいため隠しています
+ 0 - 0
params.json


+ 612 - 0
specimen-eg.html

@@ -0,0 +1,612 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'hackregular';
+							}
+		</style>
+
+	<title>Hack Regular Specimen</title>
+
+
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Hack Regular	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+
+	</ul>
+
+	<div id="main_content">
+
+
+			<div id="specimen">
+
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+
+					</div>
+
+				</div>
+
+
+
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Hack Regular</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+
+
+				<div class="section psample psample_row1" id="">
+
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="white_blend"></div>
+
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+
+				</div>
+
+
+
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+
+					<div class="black_blend"></div>
+
+				</div>
+
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+
+
+
+
+			</div>
+
+			<div id="layout">
+
+				<div class="section">
+
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+
+					<div class="grid4 sidebar">
+
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+
+			</div>
+
+
+
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+
+				<h1>Language Support</h1>
+				<p>The subset of Hack Regular in this kit supports the following languages:<br />
+
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Hack Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																																						</div>
+				</div>
+
+
+			</div>
+		</div>
+
+
+		<div id="specs">
+
+		</div>
+
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+
+		</div>
+
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>

+ 0 - 116
stylesheets/github-light.css

@@ -1,116 +0,0 @@
-/*
-   Copyright 2014 GitHub Inc.
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-*/
-
-.pl-c /* comment */ {
-  color: #969896;
-}
-
-.pl-c1      /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
-.pl-s .pl-v /* string variable */ {
-  color: #0086b3;
-}
-
-.pl-e  /* entity */,
-.pl-en /* entity.name */ {
-  color: #795da3;
-}
-
-.pl-s .pl-s1 /* string source */,
-.pl-smi      /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
-  color: #333;
-}
-
-.pl-ent /* entity.name.tag */ {
-  color: #63a35c;
-}
-
-.pl-k /* keyword, storage, storage.type */ {
-  color: #a71d5d;
-}
-
-.pl-pds              /* punctuation.definition.string, string.regexp.character-class */,
-.pl-s                /* string */,
-.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
-.pl-sr               /* string.regexp */,
-.pl-sr .pl-cce       /* string.regexp constant.character.escape */,
-.pl-sr .pl-sra       /* string.regexp string.regexp.arbitrary-repitition */,
-.pl-sr .pl-sre       /* string.regexp source.ruby.embedded */ {
-  color: #183691;
-}
-
-.pl-v /* variable */ {
-  color: #ed6a43;
-}
-
-.pl-id /* invalid.deprecated */ {
-  color: #b52a1d;
-}
-
-.pl-ii /* invalid.illegal */ {
-  background-color: #b52a1d;
-  color: #f8f8f8;
-}
-
-.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
-  color: #63a35c;
-  font-weight: bold;
-}
-
-.pl-ml /* markup.list */ {
-  color: #693a17;
-}
-
-.pl-mh        /* markup.heading */,
-.pl-mh .pl-en /* markup.heading entity.name */,
-.pl-ms        /* meta.separator */ {
-  color: #1d3e81;
-  font-weight: bold;
-}
-
-.pl-mq /* markup.quote */ {
-  color: #008080;
-}
-
-.pl-mi /* markup.italic */ {
-  color: #333;
-  font-style: italic;
-}
-
-.pl-mb /* markup.bold */ {
-  color: #333;
-  font-weight: bold;
-}
-
-.pl-md /* markup.deleted, meta.diff.header.from-file */ {
-  background-color: #ffecec;
-  color: #bd2c00;
-}
-
-.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
-  background-color: #eaffea;
-  color: #55a532;
-}
-
-.pl-mdr /* meta.diff.range */ {
-  color: #795da3;
-  font-weight: bold;
-}
-
-.pl-mo /* meta.output */ {
-  color: #1d3e81;
-}
-

+ 0 - 424
stylesheets/normalize.css

@@ -1,424 +0,0 @@
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
-
-/**
- * 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- *    user zoom.
- */
-
-html {
-  font-family: sans-serif; /* 1 */
-  -ms-text-size-adjust: 100%; /* 2 */
-  -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/**
- * Remove default margin.
- */
-
-body {
-  margin: 0;
-}
-
-/* HTML5 display definitions
-   ========================================================================== */
-
-/**
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
- * Correct `block` display not defined for `details` or `summary` in IE 10/11
- * and Firefox.
- * Correct `block` display not defined for `main` in IE 11.
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
-  display: block;
-}
-
-/**
- * 1. Correct `inline-block` display not defined in IE 8/9.
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
- */
-
-audio,
-canvas,
-progress,
-video {
-  display: inline-block; /* 1 */
-  vertical-align: baseline; /* 2 */
-}
-
-/**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
-
-audio:not([controls]) {
-  display: none;
-  height: 0;
-}
-
-/**
- * Address `[hidden]` styling not present in IE 8/9/10.
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
- */
-
-[hidden],
-template {
-  display: none;
-}
-
-/* Links
-   ========================================================================== */
-
-/**
- * Remove the gray background color from active links in IE 10.
- */
-
-a {
-  background-color: transparent;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-
-a:active,
-a:hover {
-  outline: 0;
-}
-
-/* Text-level semantics
-   ========================================================================== */
-
-/**
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
- */
-
-abbr[title] {
-  border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
- */
-
-b,
-strong {
-  font-weight: bold;
-}
-
-/**
- * Address styling not present in Safari and Chrome.
- */
-
-dfn {
-  font-style: italic;
-}
-
-/**
- * Address variable `h1` font-size and margin within `section` and `article`
- * contexts in Firefox 4+, Safari, and Chrome.
- */
-
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
-}
-
-/**
- * Address styling not present in IE 8/9.
- */
-
-mark {
-  background: #ff0;
-  color: #000;
-}
-
-/**
- * Address inconsistent and variable font size in all browsers.
- */
-
-small {
-  font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
-
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-
-sup {
-  top: -0.5em;
-}
-
-sub {
-  bottom: -0.25em;
-}
-
-/* Embedded content
-   ========================================================================== */
-
-/**
- * Remove border when inside `a` element in IE 8/9/10.
- */
-
-img {
-  border: 0;
-}
-
-/**
- * Correct overflow not hidden in IE 9/10/11.
- */
-
-svg:not(:root) {
-  overflow: hidden;
-}
-
-/* Grouping content
-   ========================================================================== */
-
-/**
- * Address margin not present in IE 8/9 and Safari.
- */
-
-figure {
-  margin: 1em 40px;
-}
-
-/**
- * Address differences between Firefox and other browsers.
- */
-
-hr {
-  box-sizing: content-box;
-  height: 0;
-}
-
-/**
- * Contain overflow in all browsers.
- */
-
-pre {
-  overflow: auto;
-}
-
-/**
- * Address odd `em`-unit font size rendering in all browsers.
- */
-
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
-}
-
-/* Forms
-   ========================================================================== */
-
-/**
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
- * styling of `select`, unless a `border` property is set.
- */
-
-/**
- * 1. Correct color not being inherited.
- *    Known issue: affects color of disabled elements.
- * 2. Correct font properties not being inherited.
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
- */
-
-button,
-input,
-optgroup,
-select,
-textarea {
-  color: inherit; /* 1 */
-  font: inherit; /* 2 */
-  margin: 0; /* 3 */
-}
-
-/**
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
- */
-
-button {
-  overflow: visible;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
- * Correct `select` style inheritance in Firefox.
- */
-
-button,
-select {
-  text-transform: none;
-}
-
-/**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- *    and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- *    `input` and others.
- */
-
-button,
-html input[type="button"], /* 1 */
-input[type="reset"],
-input[type="submit"] {
-  -webkit-appearance: button; /* 2 */
-  cursor: pointer; /* 3 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-
-button[disabled],
-html input[disabled] {
-  cursor: default;
-}
-
-/**
- * Remove inner padding and border in Firefox 4+.
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-  border: 0;
-  padding: 0;
-}
-
-/**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-
-input {
-  line-height: normal;
-}
-
-/**
- * It's recommended that you don't attempt to style these elements.
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
- *
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
- * 2. Remove excess padding in IE 8/9/10.
- */
-
-input[type="checkbox"],
-input[type="radio"] {
-  box-sizing: border-box; /* 1 */
-  padding: 0; /* 2 */
-}
-
-/**
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
- * `font-size` values of the `input`, it causes the cursor style of the
- * decrement button to change from `default` to `text`.
- */
-
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
-  height: auto;
-}
-
-/**
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
- *    (include `-moz` to future-proof).
- */
-
-input[type="search"] {
-  -webkit-appearance: textfield; /* 1 */ /* 2 */
-  box-sizing: content-box;
-}
-
-/**
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
- * Safari (but not Chrome) clips the cancel button when the search input has
- * padding (and `textfield` appearance).
- */
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
-  -webkit-appearance: none;
-}
-
-/**
- * Define consistent border, margin, and padding.
- */
-
-fieldset {
-  border: 1px solid #c0c0c0;
-  margin: 0 2px;
-  padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
- */
-
-legend {
-  border: 0; /* 1 */
-  padding: 0; /* 2 */
-}
-
-/**
- * Remove default vertical scrollbar in IE 8/9/10/11.
- */
-
-textarea {
-  overflow: auto;
-}
-
-/**
- * Don't inherit the `font-weight` (applied by a rule above).
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
- */
-
-optgroup {
-  font-weight: bold;
-}
-
-/* Tables
-   ========================================================================== */
-
-/**
- * Remove most spacing between table cells.
- */
-
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-
-td,
-th {
-  padding: 0;
-}

+ 0 - 245
stylesheets/stylesheet.css

@@ -1,245 +0,0 @@
-* {
-  box-sizing: border-box; }
-
-body {
-  padding: 0;
-  margin: 0;
-  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 16px;
-  line-height: 1.5;
-  color: #606c71; }
-
-a {
-  color: #1e6bb8;
-  text-decoration: none; }
-  a:hover {
-    text-decoration: underline; }
-
-.btn {
-  display: inline-block;
-  margin-bottom: 1rem;
-  color: rgba(255, 255, 255, 0.7);
-  background-color: rgba(255, 255, 255, 0.08);
-  border-color: rgba(255, 255, 255, 0.2);
-  border-style: solid;
-  border-width: 1px;
-  border-radius: 0.3rem;
-  transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
-  .btn + .btn {
-    margin-left: 1rem; }
-
-.btn:hover {
-  color: rgba(255, 255, 255, 0.8);
-  text-decoration: none;
-  background-color: rgba(255, 255, 255, 0.2);
-  border-color: rgba(255, 255, 255, 0.3); }
-
-@media screen and (min-width: 64em) {
-  .btn {
-    padding: 0.75rem 1rem; } }
-
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .btn {
-    padding: 0.6rem 0.9rem;
-    font-size: 0.9rem; } }
-
-@media screen and (max-width: 42em) {
-  .btn {
-    display: block;
-    width: 100%;
-    padding: 0.75rem;
-    font-size: 0.9rem; }
-    .btn + .btn {
-      margin-top: 1rem;
-      margin-left: 0; } }
-
-.page-header {
-  color: #fff;
-  text-align: center;
-  background-color: #159957;
-  background-image: linear-gradient(120deg, #155799, #159957); }
-
-@media screen and (min-width: 64em) {
-  .page-header {
-    padding: 5rem 6rem; } }
-
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .page-header {
-    padding: 3rem 4rem; } }
-
-@media screen and (max-width: 42em) {
-  .page-header {
-    padding: 2rem 1rem; } }
-
-.project-name {
-  margin-top: 0;
-  margin-bottom: 0.1rem; }
-
-@media screen and (min-width: 64em) {
-  .project-name {
-    font-size: 3.25rem; } }
-
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .project-name {
-    font-size: 2.25rem; } }
-
-@media screen and (max-width: 42em) {
-  .project-name {
-    font-size: 1.75rem; } }
-
-.project-tagline {
-  margin-bottom: 2rem;
-  font-weight: normal;
-  opacity: 0.7; }
-
-@media screen and (min-width: 64em) {
-  .project-tagline {
-    font-size: 1.25rem; } }
-
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .project-tagline {
-    font-size: 1.15rem; } }
-
-@media screen and (max-width: 42em) {
-  .project-tagline {
-    font-size: 1rem; } }
-
-.main-content :first-child {
-  margin-top: 0; }
-.main-content img {
-  max-width: 100%; }
-.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
-  margin-top: 2rem;
-  margin-bottom: 1rem;
-  font-weight: normal;
-  color: #159957; }
-.main-content p {
-  margin-bottom: 1em; }
-.main-content code {
-  padding: 2px 4px;
-  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
-  font-size: 0.9rem;
-  color: #383e41;
-  background-color: #f3f6fa;
-  border-radius: 0.3rem; }
-.main-content pre {
-  padding: 0.8rem;
-  margin-top: 0;
-  margin-bottom: 1rem;
-  font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
-  color: #567482;
-  word-wrap: normal;
-  background-color: #f3f6fa;
-  border: solid 1px #dce6f0;
-  border-radius: 0.3rem; }
-  .main-content pre > code {
-    padding: 0;
-    margin: 0;
-    font-size: 0.9rem;
-    color: #567482;
-    word-break: normal;
-    white-space: pre;
-    background: transparent;
-    border: 0; }
-.main-content .highlight {
-  margin-bottom: 1rem; }
-  .main-content .highlight pre {
-    margin-bottom: 0;
-    word-break: normal; }
-.main-content .highlight pre, .main-content pre {
-  padding: 0.8rem;
-  overflow: auto;
-  font-size: 0.9rem;
-  line-height: 1.45;
-  border-radius: 0.3rem; }
-.main-content pre code, .main-content pre tt {
-  display: inline;
-  max-width: initial;
-  padding: 0;
-  margin: 0;
-  overflow: initial;
-  line-height: inherit;
-  word-wrap: normal;
-  background-color: transparent;
-  border: 0; }
-  .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after {
-    content: normal; }
-.main-content ul, .main-content ol {
-  margin-top: 0; }
-.main-content blockquote {
-  padding: 0 1rem;
-  margin-left: 0;
-  color: #819198;
-  border-left: 0.3rem solid #dce6f0; }
-  .main-content blockquote > :first-child {
-    margin-top: 0; }
-  .main-content blockquote > :last-child {
-    margin-bottom: 0; }
-.main-content table {
-  display: block;
-  width: 100%;
-  overflow: auto;
-  word-break: normal;
-  word-break: keep-all; }
-  .main-content table th {
-    font-weight: bold; }
-  .main-content table th, .main-content table td {
-    padding: 0.5rem 1rem;
-    border: 1px solid #e9ebec; }
-.main-content dl {
-  padding: 0; }
-  .main-content dl dt {
-    padding: 0;
-    margin-top: 1rem;
-    font-size: 1rem;
-    font-weight: bold; }
-  .main-content dl dd {
-    padding: 0;
-    margin-bottom: 1rem; }
-.main-content hr {
-  height: 2px;
-  padding: 0;
-  margin: 1rem 0;
-  background-color: #eff0f1;
-  border: 0; }
-
-@media screen and (min-width: 64em) {
-  .main-content {
-    max-width: 64rem;
-    padding: 2rem 6rem;
-    margin: 0 auto;
-    font-size: 1.1rem; } }
-
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .main-content {
-    padding: 2rem 4rem;
-    font-size: 1.1rem; } }
-
-@media screen and (max-width: 42em) {
-  .main-content {
-    padding: 2rem 1rem;
-    font-size: 1rem; } }
-
-.site-footer {
-  padding-top: 2rem;
-  margin-top: 2rem;
-  border-top: solid 1px #eff0f1; }
-
-.site-footer-owner {
-  display: block;
-  font-weight: bold; }
-
-.site-footer-credits {
-  color: #819198; }
-
-@media screen and (min-width: 64em) {
-  .site-footer {
-    font-size: 1rem; } }
-
-@media screen and (min-width: 42em) and (max-width: 64em) {
-  .site-footer {
-    font-size: 1rem; } }
-
-@media screen and (max-width: 42em) {
-  .site-footer {
-    font-size: 0.9rem; } }

+ 149 - 0
template.html

@@ -0,0 +1,149 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="favicon.ico">
+
+    <title>Hack Font Specimen</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+</head>
+
+<body>
+    <div class="container">
+
+        <div class="page-header">
+            <h1>Hack</h1>
+            <p class="lead">Specimen for the Hack typeface</p>
+        </div>
+
+        <h3>Three equal columns</h3>
+        <p>Get three equal-width columns
+            <strong>starting at desktops and scaling to large desktops</strong>. On mobile devices, tablets and below, the columns will automatically stack.</p>
+        <div class="row">
+            <div class="col-md-4">.col-md-4</div>
+            <div class="col-md-4">.col-md-4</div>
+            <div class="col-md-4">.col-md-4</div>
+        </div>
+
+        <h3>Three unequal columns</h3>
+        <p>Get three columns
+            <strong>starting at desktops and scaling to large desktops</strong>of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.</p>
+        <div class="row">
+            <div class="col-md-3">.col-md-3</div>
+            <div class="col-md-6">.col-md-6</div>
+            <div class="col-md-3">.col-md-3</div>
+        </div>
+
+        <h3>Two columns</h3>
+        <p>Get two columns
+            <strong>starting at desktops and scaling to large desktops</strong>.</p>
+        <div class="row">
+            <div class="col-md-8">.col-md-8</div>
+            <div class="col-md-4">.col-md-4</div>
+        </div>
+
+        <h3>Full width, single column</h3>
+        <p class="text-warning">No grid classes are necessary for full-width elements.</p>
+
+        <hr>
+
+        <h3>Two columns with two nested columns</h3>
+        <p>Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns
+            <strong>starting at desktops and scaling to large desktops</strong>, with another two (equal widths) within the larger column.</p>
+        <p>At mobile device sizes, tablets and down, these columns and their nested columns will stack.</p>
+        <div class="row">
+            <div class="col-md-8">
+                .col-md-8
+                <div class="row">
+                    <div class="col-md-6">.col-md-6</div>
+                    <div class="col-md-6">.col-md-6</div>
+                </div>
+            </div>
+            <div class="col-md-4">.col-md-4</div>
+        </div>
+
+        <hr>
+
+        <h3>Mixed: mobile and desktop</h3>
+        <p>The Bootstrap 3 grid system has four tiers of classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.</p>
+        <p>Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.</p>
+        <div class="row">
+            <div class="col-xs-12 col-md-8">.col-xs-12 .col-md-8</div>
+            <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
+        </div>
+        <div class="row">
+            <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
+            <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
+            <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
+        </div>
+        <div class="row">
+            <div class="col-xs-6">.col-xs-6</div>
+            <div class="col-xs-6">.col-xs-6</div>
+        </div>
+
+        <hr>
+
+        <h3>Mixed: mobile, tablet, and desktop</h3>
+        <p></p>
+        <div class="row">
+            <div class="col-xs-12 col-sm-6 col-lg-8">.col-xs-12 .col-sm-6 .col-lg-8</div>
+            <div class="col-xs-6 col-lg-4">.col-xs-6 .col-lg-4</div>
+        </div>
+        <div class="row">
+            <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
+            <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
+            <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
+        </div>
+
+        <hr>
+
+        <h3>Column clearing</h3>
+        <p><a href="http://getbootstrap.com/css/#grid-responsive-resets">Clear floats</a> at specific breakpoints to prevent awkward wrapping with uneven content.</p>
+        <div class="row">
+            <div class="col-xs-6 col-sm-3">
+                .col-xs-6 .col-sm-3
+                <br>Resize your viewport or check it out on your phone for an example.
+            </div>
+            <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
+
+            <!-- Add the extra clearfix for only the required viewport -->
+            <div class="clearfix visible-xs"></div>
+
+            <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
+            <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
+        </div>
+
+        <hr>
+
+        <h3>Offset, push, and pull resets</h3>
+        <p>Reset offsets, pushes, and pulls at specific breakpoints.</p>
+        <div class="row">
+            <div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div>
+            <div class="col-sm-5 col-sm-offset-2 col-md-6 col-md-offset-0">.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0</div>
+        </div>
+        <div class="row">
+            <div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div>
+            <div class="col-sm-6 col-md-5 col-md-offset-2 col-lg-6 col-lg-offset-0">.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0</div>
+        </div>
+
+
+    </div>
+    <!-- /container -->
+
+</body>
+
+</html>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません