j1-template 2020.0.13 → 2020.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (451) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -1
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  5. data/_includes/themes/j1/layouts/content_generator_page.html +23 -23
  6. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +1 -1
  7. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -2
  8. data/_includes/themes/j1/procedures/layouts/content_writer.proc +8 -9
  9. data/_includes/themes/j1/procedures/layouts/module_writer.1.proc +270 -0
  10. data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -13
  11. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +10 -10
  12. data/_layouts/default.html +60 -54
  13. data/apps/public/cc/index.adoc +2 -6
  14. data/assets/data/authclient.html +5 -5
  15. data/assets/data/banner.html +2 -2
  16. data/assets/data/{cookie_consent.html → cookiebar.html} +76 -50
  17. data/assets/data/footer.html +1 -3
  18. data/assets/data/gallery_customizer.html +3 -3
  19. data/assets/data/jupyter/notebooks/_html/template.full.head.html +10 -10
  20. data/assets/data/jupyter/notebooks/_html/visualisation.html +11 -11
  21. data/assets/data/jupyter/notebooks/html/template.html +7 -7
  22. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +12 -12
  23. data/assets/data/menu.html +3 -3
  24. data/assets/data/mmenu.html +3 -3
  25. data/assets/data/mmenu_sidebar.html +2 -2
  26. data/assets/data/mmenu_toc.html +2 -2
  27. data/assets/data/panel.html +18 -17
  28. data/assets/data/quicklinks.html +17 -17
  29. data/assets/data/search.json +81 -80
  30. data/assets/data/ssm.html +2 -2
  31. data/assets/data/twa_v1.json +6978 -6980
  32. data/assets/themes/j1/adapter/js/algolia.js +16 -14
  33. data/assets/themes/j1/adapter/js/attic.js +25 -33
  34. data/assets/themes/j1/adapter/js/carousel.js +15 -11
  35. data/assets/themes/j1/adapter/js/clipboard.js +19 -17
  36. data/assets/themes/j1/adapter/js/cookiebar.js +204 -0
  37. data/assets/themes/j1/adapter/js/framer.js +27 -19
  38. data/assets/themes/j1/adapter/js/gallery_customizer.js +219 -248
  39. data/assets/themes/j1/adapter/js/j1.js +273 -153
  40. data/assets/themes/j1/adapter/js/jf_gallery.js +21 -20
  41. data/assets/themes/j1/adapter/js/lightbox.js +9 -8
  42. data/assets/themes/j1/adapter/js/logger.js +2 -4
  43. data/assets/themes/j1/adapter/js/mdb.js +27 -30
  44. data/assets/themes/j1/adapter/js/mmenu.js +47 -51
  45. data/assets/themes/j1/adapter/js/navigator.js +153 -123
  46. data/assets/themes/j1/adapter/js/searcher.js +18 -12
  47. data/assets/themes/j1/adapter/js/ssm.js +82 -82
  48. data/assets/themes/j1/adapter/js/themer.js +72 -78
  49. data/assets/themes/j1/adapter/js/toccer.js +11 -9
  50. data/assets/themes/j1/core/css/animate.css +2382 -0
  51. data/assets/themes/j1/core/css/animate.min.css +7 -0
  52. data/assets/themes/j1/core/css/fontawesome.css +4415 -0
  53. data/assets/themes/j1/core/css/fontawesome.min.css +1 -0
  54. data/assets/themes/j1/core/css/iconify-icons.css +4106 -0
  55. data/assets/themes/j1/core/css/iconify-icons.min.css +1 -0
  56. data/assets/themes/j1/core/css/material-design-icons.css +14532 -0
  57. data/assets/themes/j1/core/css/material-design-icons.min.css +1 -0
  58. data/assets/themes/j1/core/css/theme_extensions.css +99 -1697
  59. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  60. data/assets/themes/j1/core/css/twemoji.css +9485 -0
  61. data/assets/themes/j1/core/css/twemoji.min.css +1 -0
  62. data/assets/themes/j1/core/css/uno.css +128 -1680
  63. data/assets/themes/j1/core/css/uno.min.css +1 -1
  64. data/assets/themes/j1/core/css/vendor.css +767 -33164
  65. data/assets/themes/j1/core/css/vendor.min.css +2 -9
  66. data/assets/themes/j1/core/js/template.js +26 -347
  67. data/assets/themes/j1/core/js/template.js.map +1 -1
  68. data/assets/themes/j1/core/js/template.min.js +1 -1
  69. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1695 -0
  70. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +21 -0
  71. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +1 -0
  72. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +12177 -0
  73. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +8 -0
  74. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6930 -0
  75. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +1 -0
  76. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -0
  77. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +10278 -0
  78. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +1 -0
  79. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +7 -0
  80. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +1 -0
  81. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +4420 -0
  82. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +1 -0
  83. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  84. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  85. data/assets/themes/j1/{extensions → modules}/bsDatepicker/css/datepicker.css +1 -1
  86. data/assets/themes/j1/{extensions → modules}/bsDatepicker/css/theme/uno.css +1 -1
  87. data/assets/themes/j1/{extensions → modules}/bsDatepicker/js/datepicker.js +1 -1
  88. data/assets/themes/j1/{extensions → modules}/bsDatepicker/less/datepicker.less +0 -0
  89. data/assets/themes/j1/{extensions → modules}/bsThemeSwitcher/js/switcher.js +19 -10
  90. data/assets/themes/j1/{extensions → modules}/bsThemeSwitcher/js/switcher.min.js +1 -1
  91. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.css +1 -1
  92. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.min.css +1 -1
  93. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.css +1 -1
  94. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.min.css +1 -1
  95. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.css +1 -1
  96. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.min.css +1 -1
  97. data/assets/themes/j1/{extensions → modules}/carousel/images/ajax-loader.gif +0 -0
  98. data/assets/themes/j1/{extensions → modules}/carousel/images/grabbing.png +0 -0
  99. data/assets/themes/j1/{extensions → modules}/carousel/images/owl-logo.png +0 -0
  100. data/assets/themes/j1/{extensions → modules}/carousel/images/owl.video.play.png +0 -0
  101. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.js +0 -0
  102. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.min.js +0 -0
  103. data/assets/themes/j1/{extensions → modules}/clipboard/LICENSE +0 -0
  104. data/assets/themes/j1/{extensions → modules}/clipboard/css/theme/uno.css +1 -1
  105. data/assets/themes/j1/{extensions → modules}/clipboard/css/theme/uno.min.css +1 -1
  106. data/assets/themes/j1/{extensions → modules}/clipboard/js/clipboard.js +0 -0
  107. data/assets/themes/j1/{extensions → modules}/clipboard/js/clipboard.min.js +0 -0
  108. data/assets/themes/j1/{extensions → modules}/iconifyAPI/js/iconify.min.js +0 -0
  109. data/assets/themes/j1/{extensions → modules}/iframeResizer/LICENSE +0 -0
  110. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.absolute.html +0 -0
  111. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.content.html +0 -0
  112. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.hover.html +0 -0
  113. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.nested.html +0 -0
  114. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.textarea.html +0 -0
  115. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.tolerance.html +0 -0
  116. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/index.html +0 -0
  117. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/two.html +0 -0
  118. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.js +0 -0
  119. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.map +0 -0
  120. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.min.js +0 -0
  121. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.js +0 -0
  122. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.map +0 -0
  123. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.min.js +0 -0
  124. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +624 -0
  125. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +6 -0
  126. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/README.md +0 -0
  127. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/js/jquery.mousewheel.js +0 -0
  128. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/js/jquery.mousewheel.min.js +0 -0
  129. data/assets/themes/j1/modules/jquery/js/jquery.js +10869 -0
  130. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -0
  131. data/assets/themes/j1/{extensions → modules}/justifiedGallery/LICENSE +0 -0
  132. data/assets/themes/j1/{extensions → modules}/justifiedGallery/README.md +0 -0
  133. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.css +0 -0
  134. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
  135. data/assets/themes/j1/{extensions/justifiedGallery/_versions/v4.0.0 → modules/justifiedGallery/_versions/v3.7.0}/css/theme/uno.css +1 -1
  136. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
  137. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.js +0 -0
  138. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
  139. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/less/.csslintrc +0 -0
  140. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/less/justifiedGallery.less +0 -0
  141. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.css +0 -0
  142. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
  143. data/assets/themes/j1/{extensions/justifiedGallery/_versions/v3.7.0 → modules/justifiedGallery/_versions/v4.0.0}/css/theme/uno.css +1 -1
  144. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
  145. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
  146. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/justifiedGallery.css +0 -0
  147. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/justifiedGallery.min.css +0 -0
  148. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/theme/uno.css +1 -1
  149. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/theme/uno.min.css +1 -1
  150. data/assets/themes/j1/{extensions → modules}/justifiedGallery/js/justifiedGallery.js +0 -0
  151. data/assets/themes/j1/{extensions → modules}/justifiedGallery/js/justifiedGallery.min.js +0 -0
  152. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-fb-comment-box.css +0 -0
  153. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-fb-comment-box.min.css +0 -0
  154. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-transitions.css +0 -0
  155. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-transitions.min.css +0 -0
  156. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lightgallery.css +0 -0
  157. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lightgallery.min.css +0 -0
  158. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.eot +0 -0
  159. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.svg +0 -0
  160. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.ttf +0 -0
  161. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.woff +0 -0
  162. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/loading.gif +0 -0
  163. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/video-play.png +0 -0
  164. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/vimeo-play.png +0 -0
  165. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/youtube-play.png +0 -0
  166. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/animation-w.png +0 -0
  167. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/customize-w.png +0 -0
  168. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/dynamic-w.png +0 -0
  169. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/facebook-icon.svg +0 -0
  170. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/googleplus-icon.svg +0 -0
  171. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/html5-w.png +0 -0
  172. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/linked-in.png +0 -0
  173. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/module-w.png +0 -0
  174. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/play-button.png +0 -0
  175. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/responsive-w.png +0 -0
  176. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/thumb-w.png +0 -0
  177. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/touch-w.png +0 -0
  178. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/twitter-icon.svg +0 -0
  179. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/twitter.png +0 -0
  180. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/video1-w.png +0 -0
  181. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/zoom-w.png +0 -0
  182. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/zoom.png +0 -0
  183. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/uno.css +1 -1
  184. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/uno.min.css +1 -1
  185. data/assets/themes/j1/{extensions → modules}/lightGallery/js/core/lightgallery.js +0 -0
  186. data/assets/themes/j1/{extensions → modules}/lightGallery/js/core/lightgallery.min.js +0 -0
  187. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/j1/j1-video.js +0 -0
  188. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/j1/j1-video.min.js +0 -0
  189. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-autoplay.js +0 -0
  190. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-autoplay.min.js +0 -0
  191. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-fullscreen.js +0 -0
  192. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-fullscreen.min.js +0 -0
  193. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-hash.js +0 -0
  194. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-hash.min.js +0 -0
  195. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-pager.js +0 -0
  196. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-pager.min.js +0 -0
  197. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-share.js +0 -0
  198. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-share.min.js +0 -0
  199. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-thumbnail.js +0 -0
  200. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-thumbnail.min.js +0 -0
  201. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-video.js +0 -0
  202. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-video.min.js +0 -0
  203. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-zoom.js +0 -0
  204. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-zoom.min.js +0 -0
  205. data/assets/themes/j1/{extensions → modules}/lightbox/LICENSE +0 -0
  206. data/assets/themes/j1/{extensions → modules}/lightbox/css/lightbox.css +1 -1
  207. data/assets/themes/j1/{extensions → modules}/lightbox/css/lightbox.min.css +1 -1
  208. data/assets/themes/j1/{extensions → modules}/lightbox/css/theme/uno.css +1 -1
  209. data/assets/themes/j1/{extensions → modules}/lightbox/css/theme/uno.min.css +1 -1
  210. data/assets/themes/j1/{extensions → modules}/lightbox/images/close.png +0 -0
  211. data/assets/themes/j1/{extensions → modules}/lightbox/images/loading.gif +0 -0
  212. data/assets/themes/j1/{extensions → modules}/lightbox/images/next.png +0 -0
  213. data/assets/themes/j1/{extensions → modules}/lightbox/images/prev.png +0 -0
  214. data/assets/themes/j1/{extensions → modules}/lightbox/js/lightbox.js +0 -0
  215. data/assets/themes/j1/{extensions → modules}/lightbox/js/lightbox.min.js +0 -0
  216. data/assets/themes/j1/{extensions → modules}/mmenuLight/css/mmenu.css +1 -1
  217. data/assets/themes/j1/{extensions → modules}/mmenuLight/css/mmenu.min.css +0 -0
  218. data/assets/themes/j1/{extensions/mmenuLight/css/theme/uno.min.css → modules/mmenuLight/css/theme/uno.css} +21 -12
  219. data/assets/themes/j1/{extensions/mmenuLight/css/theme/uno.css → modules/mmenuLight/css/theme/uno.min.css} +2 -2
  220. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +563 -0
  221. data/assets/themes/j1/{extensions/mmenuLight/js/mmenu.js → modules/mmenuLight/js/mmenu.min.js} +1 -1
  222. data/assets/themes/j1/{extensions → modules}/noUISlider/LICENSE +0 -0
  223. data/assets/themes/j1/{extensions → modules}/noUISlider/css/nouislider.css +0 -0
  224. data/assets/themes/j1/{extensions → modules}/noUISlider/css/nouislider.min.css +0 -0
  225. data/assets/themes/j1/{extensions → modules}/noUISlider/js/nouislider.js +0 -0
  226. data/assets/themes/j1/{extensions → modules}/noUISlider/js/nouislider.min.js +0 -0
  227. data/assets/themes/j1/modules/polyfills/js/msie.js +140 -0
  228. data/assets/themes/j1/modules/popper/js/popper.js +2623 -0
  229. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -0
  230. data/assets/themes/j1/modules/popper/js/popper.min.js +4 -0
  231. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -0
  232. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.dark/theme.css +0 -0
  233. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.light/theme.css +0 -0
  234. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.dark/theme.css +0 -0
  235. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.light/theme.css +0 -0
  236. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai/theme.css +0 -0
  237. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.dark/theme.css +0 -0
  238. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.light/theme.css +0 -0
  239. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized/theme.css +0 -0
  240. data/assets/themes/j1/{extensions → modules}/rouge/css/base16/theme.css +0 -0
  241. data/assets/themes/j1/{extensions → modules}/rouge/css/colorful/theme.css +0 -0
  242. data/assets/themes/j1/{extensions → modules}/rouge/css/github/theme.css +0 -0
  243. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.dark/theme.css +0 -0
  244. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.light/theme.css +0 -0
  245. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox/theme.css +0 -0
  246. data/assets/themes/j1/{extensions → modules}/rouge/css/igorpro/theme.css +0 -0
  247. data/assets/themes/j1/{extensions → modules}/rouge/css/molokai/theme.css +0 -0
  248. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai.sublime/theme.css +0 -0
  249. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai/theme.css +0 -0
  250. data/assets/themes/j1/{extensions → modules}/rouge/css/pastie/theme.css +0 -0
  251. data/assets/themes/j1/{extensions → modules}/rouge/css/thankful_eyes/theme.css +0 -0
  252. data/assets/themes/j1/{extensions → modules}/rouge/css/tulip/theme.css +0 -0
  253. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +89 -0
  254. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +89 -0
  255. data/assets/themes/j1/modules/tocbot/css/tocbot.css +75 -0
  256. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +19 -0
  257. data/assets/themes/j1/modules/tocbot/js/tocbot.js +19 -0
  258. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +19 -0
  259. data/assets/themes/j1/{extensions → modules}/twemoji/js/LICENSE +0 -0
  260. data/assets/themes/j1/{extensions → modules}/twemoji/js/picker/LICENSE +0 -0
  261. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +275 -0
  262. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +275 -0
  263. data/assets/themes/j1/{extensions → modules}/twemoji/js/twemoji.js +0 -1
  264. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +25 -0
  265. data/assets/themes/j1/modules/util/js/js.cookie.js +163 -0
  266. data/assets/themes/j1/modules/util/js/lite-url.js +203 -0
  267. data/assets/themes/j1/modules/util/js/lite-url.min.js +7 -0
  268. data/assets/themes/j1/modules/util/js/log4javascript.js +264 -0
  269. data/assets/themes/j1/modules/util/js/platform.js +1260 -0
  270. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.css +0 -0
  271. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.min.css +0 -0
  272. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.css +0 -0
  273. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.min.css +0 -0
  274. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.css +0 -0
  275. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.min.css +0 -0
  276. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.css +0 -0
  277. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.min.css +0 -0
  278. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.css +0 -0
  279. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.min.css +0 -0
  280. data/assets/themes/j1/{extensions → modules}/videojs/js/video.js +0 -0
  281. data/assets/themes/j1/{extensions → modules}/videojs/js/video.min.js +0 -0
  282. data/assets/themes/j1/{extensions → modules}/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
  283. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js +0 -0
  284. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js.map +0 -0
  285. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js +0 -0
  286. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js.map +0 -0
  287. data/lib/j1/version.rb +3 -3
  288. data/lib/starter_web/Gemfile +10 -10
  289. data/lib/starter_web/_config.yml +4 -4
  290. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  291. data/lib/starter_web/_data/blocks/panel.yml +8 -8
  292. data/lib/starter_web/_data/modules/attics.yml +1 -1
  293. data/lib/starter_web/_data/modules/cookiebar.yml +2 -2
  294. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  295. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +101 -50
  296. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -4
  297. data/lib/starter_web/_data/modules/themer.yml +9 -9
  298. data/lib/starter_web/_data/resources.yml +247 -170
  299. data/lib/starter_web/_data/template_settings.yml +11 -10
  300. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +43 -0
  301. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +43 -0
  302. data/lib/starter_web/_plugins/{asciidoctor-extensions/lorem-inline.rb → lorem-inline.rb} +0 -0
  303. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.webp +0 -0
  304. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.webp +0 -0
  305. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.webp +0 -0
  306. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.webp +0 -0
  307. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.webp +0 -0
  308. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.webp +0 -0
  309. data/lib/starter_web/assets/images/modules/attics/banner/admin-dashboard-bootstrap-1280x800-bw.webp +0 -0
  310. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.webp +0 -0
  311. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.webp +0 -0
  312. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.webp +0 -0
  313. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.webp +0 -0
  314. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.webp +0 -0
  315. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.webp +0 -0
  316. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.webp +0 -0
  317. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.webp +0 -0
  318. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.webp +0 -0
  319. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.webp +0 -0
  320. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.webp +0 -0
  321. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.webp +0 -0
  322. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.webp +0 -0
  323. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.webp +0 -0
  324. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.webp +0 -0
  325. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.webp +0 -0
  326. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.webp +0 -0
  327. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.webp +0 -0
  328. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.webp +0 -0
  329. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.webp +0 -0
  330. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.webp +0 -0
  331. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.webp +0 -0
  332. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.webp +0 -0
  333. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.webp +0 -0
  334. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.webp +0 -0
  335. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.webp +0 -0
  336. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.webp +0 -0
  337. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.webp +0 -0
  338. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.webp +0 -0
  339. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.webp +0 -0
  340. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.webp +0 -0
  341. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.webp +0 -0
  342. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.webp +0 -0
  343. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.webp +0 -0
  344. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.webp +0 -0
  345. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.webp +0 -0
  346. data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
  347. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
  348. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +5 -6
  349. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -2
  350. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +19 -19
  351. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +38 -42
  352. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +4 -7
  353. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -3
  354. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -3
  355. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
  356. data/lib/starter_web/index.html +2 -2
  357. data/lib/starter_web/package.json +1 -1
  358. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  359. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -1
  360. data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -18
  361. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +39 -34
  362. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +43 -30
  363. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +29 -29
  364. data/lib/starter_web/pages/public/blog/navigator/index.html +3 -3
  365. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +1 -2
  366. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +1 -2
  367. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +16 -18
  368. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +1 -1
  369. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +3 -3
  370. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
  371. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  372. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +4 -1
  373. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +3 -3
  374. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
  375. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +10 -11
  376. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +3 -3
  377. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +20 -22
  378. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/attributes.asciidoc +0 -0
  379. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/documents/100_buttons.asciidoc +0 -0
  380. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/mdb_previewer.adoc +0 -0
  381. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +3 -3
  382. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
  383. data/lib/starter_web/pages/public/learn/whats_up.adoc +2 -3
  384. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +1 -1
  385. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +1 -1
  386. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  387. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  388. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +9 -9
  389. data/lib/starter_web/pages/public/previewer/iframer.adoc +4 -3
  390. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -2
  391. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  392. data/lib/starter_web/pages/public/site_search.adoc +1 -1
  393. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  394. data/lib/starter_web/utilsrv/package.json +1 -1
  395. metadata +284 -241
  396. data/assets/themes/j1/adapter/js/cookie_consent.js +0 -286
  397. data/assets/themes/j1/core/css/custom.scss +0 -28
  398. data/assets/themes/j1/core/css/globals.css +0 -14523
  399. data/assets/themes/j1/core/css/globals.min.css +0 -1
  400. data/assets/themes/j1/core/css/uno.scss +0 -28
  401. data/assets/themes/j1/core/css/vendor.scss +0 -28
  402. data/assets/themes/j1/extensions/twemoji/js/picker/twemoji-picker.js +0 -21
  403. data/assets/themes/j1/extensions/twemoji/js/picker/twemoji-picker.min.js +0 -21
  404. data/assets/themes/j1/extensions/twemoji/js/twemoji.min.js +0 -25
  405. data/lib/starter_web/_data/modules/cookie_consent.yml +0 -36
  406. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  407. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  408. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  409. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  410. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  411. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  412. data/lib/starter_web/assets/images/modules/attics/banner/admin-dashboard-bootstrap-1280x800-bw.jpg +0 -0
  413. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
  414. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  415. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.jpg +0 -0
  416. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  417. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  418. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  419. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  420. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  421. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  422. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  423. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  424. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  425. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  426. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  427. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  428. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  429. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  430. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  431. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  432. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  433. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  434. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  435. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  436. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  437. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  438. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  439. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  440. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  441. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  442. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  443. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  444. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  445. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  446. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  447. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  448. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  449. data/lib/starter_web/assets/videos/headers/still/underground-broadway.png +0 -0
  450. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.png +0 -0
  451. data/lib/starter_web/pages/public/clear_button.adoc +0 -121
@@ -0,0 +1 @@
1
+ @font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:auto;src:url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot);src:url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff) format("woff"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.ttf) format("truetype"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.svg#fontawesome) format("svg")}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:auto;src:url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.eot);src:url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff) format("woff"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.ttf) format("truetype"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.svg#fontawesome) format("svg")}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:auto;src:url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.eot);src:url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff) format("woff"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.ttf) format("truetype"),url(/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900}.fab{font-family:Font Awesome\ 5 Brands}.far{font-family:Font Awesome\ 5 Free;font-weight:400}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-spin:hover{animation:none}.fa-pulsed{animation:b 2s infinite;box-shadow:0 0 0 rgba(204,169,44,.4)}.fa-pulsed:hover{animation:none}@keyframes b{0%{transform:scaleX(1)}50%{transform:scale3d(1.2,1.2,1.2)}to{transform:scaleX(1)}}.fa-rotate-45{transform:rotate(45deg)}.fa-rotate-45,.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-135{transform:rotate(135deg)}.fa-rotate-135,.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-225{transform:rotate(225deg)}.fa-rotate-225,.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.fa-rotate-270{transform:rotate(270deg)}.fa-rotate-315{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(315deg)}.fa-flip-h,.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-v,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.fa-flip-h.fa-flip-v,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@@ -0,0 +1,4106 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/vendor/fonts/_iconify_icons.scss
4
+ # Unified icons framework
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://iconify.design/
9
+ #
10
+ # Copyright (C) 2020 Juergen Adams
11
+ #
12
+ # J1 Template is licensed under the MIT License.
13
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
+ # Iconify SVG framework is dual licensed under Apache 2.0 license and GPL 2.0 license.
15
+ # Icons are released under different licenses, see details on https://iconify.design/
16
+ # -----------------------------------------------------------------------------
17
+ */
18
+ /* FUNCTIONS
19
+ ----------------------------------------------------------------------------- */
20
+ /* BS|MD STYLE|S
21
+ ----------------------------------------------------------------------------- */
22
+ /*
23
+ # -----------------------------------------------------------------------------
24
+ # ~/vendor/fonts/md_icons/scss/_bs_color_palette.scss
25
+ # Bootstrap Color Palette for MD Icons
26
+ #
27
+ # Product/Info:
28
+ # https://jekyll.one
29
+ #
30
+ # Copyright (C) 2020 Juergen Adams
31
+ #
32
+ # J1 Template is licensed under the MIT License.
33
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
34
+ # -----------------------------------------------------------------------------
35
+ */
36
+ .iconify-md-bg-primary {
37
+ color: #607d8b; }
38
+
39
+ a.iconify-md-bg-primary:hover,
40
+ a.iconify-md-bg-primary:focus {
41
+ color: #b0bec5; }
42
+
43
+ .iconify-bs-primary, .iconify-md-primary {
44
+ color: #3f51b5; }
45
+
46
+ a.iconify-bs-primary:hover,
47
+ a.iconify-bs-primary:focus,
48
+ a.iconify-md-primary:hover,
49
+ a.iconify-md-primary:focus {
50
+ color: #1A237E; }
51
+
52
+ .iconify-bs-secondary, .iconify-md-secondary {
53
+ color: #e91e63; }
54
+
55
+ a.iconify-bs-secondary:hover,
56
+ a.iconify-bs-secondary:focus,
57
+ a.iconify-md-secondary:hover,
58
+ a.iconify-md-secondary:focus {
59
+ color: #880E4F; }
60
+
61
+ .iconify-bs-success, .iconify-md-success {
62
+ color: #4caf50; }
63
+
64
+ a.iconify-bs-success:hover,
65
+ a.iconify-bs-success:focus,
66
+ a.iconify-md-success:hover,
67
+ a.iconify-md-success:focus {
68
+ color: #1B5E20; }
69
+
70
+ .iconify-bs-info, .iconify-md-info {
71
+ color: #03a9f4; }
72
+
73
+ a.iconify-bs-info:hover,
74
+ a.iconify-bs-info:focus,
75
+ a.iconify-md-info:hover,
76
+ a.iconify-md-info:focus {
77
+ color: #01579B; }
78
+
79
+ .iconify-bs-warning, .iconify-md-warning {
80
+ color: #ffeb3b; }
81
+
82
+ a.iconify-bs-warning:hover,
83
+ a.iconify-bs-warning:focus,
84
+ a.iconify-md-warning:hover,
85
+ a.iconify-md-warning:focus {
86
+ color: #F57F17; }
87
+
88
+ .iconify-bs-danger, .iconify-bs-danger {
89
+ color: #f44336; }
90
+
91
+ a.iconify-bs-danger:hover,
92
+ a.iconify-bs-danger:focus,
93
+ a.iconify-md-danger:hover,
94
+ a.iconify-md-danger:focus {
95
+ color: #B71C1C; }
96
+
97
+ /*
98
+ # -----------------------------------------------------------------------------
99
+ # ~/vendor/fonts/md_icons/scss/_md_color_palette.scss
100
+ # MD (Material Design) Color Palette for MD Icons
101
+ #
102
+ # Product/Info:
103
+ # https://jekyll.one
104
+ #
105
+ # Copyright (C) 2020 Juergen Adams
106
+ #
107
+ # J1 Template is licensed under the MIT License.
108
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
109
+ # -----------------------------------------------------------------------------
110
+ */
111
+ .iconify-md-red {
112
+ color: #f44336; }
113
+
114
+ a.iconify-md-red:hover,
115
+ a.iconify-md-red:focus {
116
+ color: #e53935; }
117
+
118
+ .iconify-md-red-50 {
119
+ color: #ffebee; }
120
+
121
+ a.iconify-md-red-50:hover,
122
+ a.iconify-md-red-50:focus {
123
+ color: #ffcdd2; }
124
+
125
+ .iconify-md-red-100 {
126
+ color: #ffcdd2; }
127
+
128
+ a.iconify-md-red-100:hover,
129
+ a.iconify-md-red-100:focus {
130
+ color: #ef9a9a; }
131
+
132
+ .iconify-md-red-200 {
133
+ color: #ef9a9a; }
134
+
135
+ a.iconify-md-red-200:hover,
136
+ a.iconify-md-red-200:focus {
137
+ color: #e57373; }
138
+
139
+ .iconify-md-red-300 {
140
+ color: #e57373; }
141
+
142
+ a.iconify-md-red-300:hover,
143
+ a.iconify-md-red-300:focus {
144
+ color: #ef5350; }
145
+
146
+ .iconify-md-red-400 {
147
+ color: #ef5350; }
148
+
149
+ a.iconify-md-red-400:hover,
150
+ a.iconify-md-red-400:focus {
151
+ color: #f44336; }
152
+
153
+ .iconify-md-red-500 {
154
+ color: #f44336; }
155
+
156
+ a.iconify-md-red-500:hover,
157
+ a.iconify-md-red-500:focus {
158
+ color: #e53935; }
159
+
160
+ .iconify-md-red-600 {
161
+ color: #e53935; }
162
+
163
+ a.iconify-md-red-600:hover,
164
+ a.iconify-md-red-600:focus {
165
+ color: #d32f2f; }
166
+
167
+ .iconify-md-red-700 {
168
+ color: #d32f2f; }
169
+
170
+ a.iconify-md-red-700:hover,
171
+ a.iconify-md-red-700:focus {
172
+ color: #c62828; }
173
+
174
+ .iconify-md-red-800 {
175
+ color: #c62828; }
176
+
177
+ a.iconify-md-red-800:hover,
178
+ a.iconify-md-red-800:focus {
179
+ color: #b71c1c; }
180
+
181
+ .iconify-md-red-900 {
182
+ color: #b71c1c; }
183
+
184
+ a.iconify-md-red-900:hover,
185
+ a.iconify-md-red-900:focus {
186
+ color: #8b1515; }
187
+
188
+ .iconify-md-red-A100 {
189
+ color: #ff8a80; }
190
+
191
+ a.iconify-md-red-A100:hover,
192
+ a.iconify-md-red-A100:focus {
193
+ color: #ff5b4d; }
194
+
195
+ .iconify-md-red-A200 {
196
+ color: #ff5252; }
197
+
198
+ a.iconify-md-red-A200:hover,
199
+ a.iconify-md-red-A200:focus {
200
+ color: #ff1f1f; }
201
+
202
+ .iconify-md-red-A400 {
203
+ color: #ff1744; }
204
+
205
+ a.iconify-md-red-A400:hover,
206
+ a.iconify-md-red-A400:focus {
207
+ color: #e3002c; }
208
+
209
+ .iconify-md-red-A700 {
210
+ color: #d50000; }
211
+
212
+ a.iconify-md-red-A700:hover,
213
+ a.iconify-md-red-A700:focus {
214
+ color: #a20000; }
215
+
216
+ .iconify-md-bg-red {
217
+ background-color: #f44336; }
218
+
219
+ a.iconify-md-bg-red:hover,
220
+ a.iconify-md-bg-red:focus {
221
+ background-color: #e53935; }
222
+
223
+ .iconify-md-bg-red-50 {
224
+ background-color: #ffebee; }
225
+
226
+ a.iconify-md-bg-red-50:hover,
227
+ a.iconify-md-bg-red-50:focus {
228
+ background-color: #ffcdd2; }
229
+
230
+ .iconify-md-bg-red-100 {
231
+ background-color: #ffcdd2; }
232
+
233
+ a.iconify-md-bg-red-100:hover,
234
+ a.iconify-md-bg-red-100:focus {
235
+ background-color: #ef9a9a; }
236
+
237
+ .iconify-md-bg-red-200 {
238
+ background-color: #ef9a9a; }
239
+
240
+ a.iconify-md-bg-red-200:hover,
241
+ a.iconify-md-bg-red-200:focus {
242
+ background-color: #e57373; }
243
+
244
+ .iconify-md-bg-red-300 {
245
+ background-color: #e57373; }
246
+
247
+ a.iconify-md-bg-red-300:hover,
248
+ a.iconify-md-bg-red-300:focus {
249
+ background-color: #ef5350; }
250
+
251
+ .iconify-md-bg-red-400 {
252
+ background-color: #ef5350; }
253
+
254
+ a.iconify-md-bg-red-400:hover,
255
+ a.iconify-md-bg-red-400:focus {
256
+ background-color: #f44336; }
257
+
258
+ .iconify-md-bg-red-500 {
259
+ background-color: #f44336; }
260
+
261
+ a.iconify-md-bg-red-500:hover,
262
+ a.iconify-md-bg-red-500:focus {
263
+ background-color: #e53935; }
264
+
265
+ .iconify-md-bg-red-600 {
266
+ background-color: #e53935; }
267
+
268
+ a.iconify-md-bg-red-600:hover,
269
+ a.iconify-md-bg-red-600:focus {
270
+ background-color: #d32f2f; }
271
+
272
+ .iconify-md-bg-red-700 {
273
+ background-color: #d32f2f; }
274
+
275
+ a.iconify-md-bg-red-700:hover,
276
+ a.iconify-md-bg-red-700:focus {
277
+ background-color: #c62828; }
278
+
279
+ .iconify-md-bg-red-800 {
280
+ background-color: #c62828; }
281
+
282
+ a.iconify-md-bg-red-800:hover,
283
+ a.iconify-md-bg-red-800:focus {
284
+ background-color: #b71c1c; }
285
+
286
+ .iconify-md-bg-red-900 {
287
+ background-color: #b71c1c; }
288
+
289
+ a.iconify-md-bg-red-900:hover,
290
+ a.iconify-md-bg-red-900:focus {
291
+ background-color: #8b1515; }
292
+
293
+ .iconify-md-bg-red-A100 {
294
+ background-color: #ff8a80; }
295
+
296
+ a.iconify-md-bg-red-A100:hover,
297
+ a.iconify-md-bg-red-A100:focus {
298
+ background-color: #ff5b4d; }
299
+
300
+ .iconify-md-bg-red-A200 {
301
+ background-color: #ff5252; }
302
+
303
+ a.iconify-md-bg-red-A200:hover,
304
+ a.iconify-md-bg-red-A200:focus {
305
+ background-color: #ff1f1f; }
306
+
307
+ .iconify-md-bg-red-A400 {
308
+ background-color: #ff1744; }
309
+
310
+ a.iconify-md-bg-red-A400:hover,
311
+ a.iconify-md-bg-red-A400:focus {
312
+ background-color: #e3002c; }
313
+
314
+ .iconify-md-bg-red-A700 {
315
+ background-color: #d50000; }
316
+
317
+ a.iconify-md-bg-red-A700:hover,
318
+ a.iconify-md-bg-red-A700:focus {
319
+ background-color: #a20000; }
320
+
321
+ .iconify-md-pink {
322
+ color: #e91e63; }
323
+
324
+ a.iconify-md-pink:hover,
325
+ a.iconify-md-pink:focus {
326
+ color: #d81b60; }
327
+
328
+ .iconify-md-pink-50 {
329
+ color: #fce4ec; }
330
+
331
+ a.iconify-md-pink-50:hover,
332
+ a.iconify-md-pink-50:focus {
333
+ color: #f8bbd0; }
334
+
335
+ .iconify-md-pink-100 {
336
+ color: #f8bbd0; }
337
+
338
+ a.iconify-md-pink-100:hover,
339
+ a.iconify-md-pink-100:focus {
340
+ color: #f48fb1; }
341
+
342
+ .iconify-md-pink-200 {
343
+ color: #f48fb1; }
344
+
345
+ a.iconify-md-pink-200:hover,
346
+ a.iconify-md-pink-200:focus {
347
+ color: #f06292; }
348
+
349
+ .iconify-md-pink-300 {
350
+ color: #f06292; }
351
+
352
+ a.iconify-md-pink-300:hover,
353
+ a.iconify-md-pink-300:focus {
354
+ color: #ec407a; }
355
+
356
+ .iconify-md-pink-400 {
357
+ color: #ec407a; }
358
+
359
+ a.iconify-md-pink-400:hover,
360
+ a.iconify-md-pink-400:focus {
361
+ color: #e91e63; }
362
+
363
+ .iconify-md-pink-500 {
364
+ color: #e91e63; }
365
+
366
+ a.iconify-md-pink-500:hover,
367
+ a.iconify-md-pink-500:focus {
368
+ color: #d81b60; }
369
+
370
+ .iconify-md-pink-600 {
371
+ color: #d81b60; }
372
+
373
+ a.iconify-md-pink-600:hover,
374
+ a.iconify-md-pink-600:focus {
375
+ color: #c2185b; }
376
+
377
+ .iconify-md-pink-700 {
378
+ color: #c2185b; }
379
+
380
+ a.iconify-md-pink-700:hover,
381
+ a.iconify-md-pink-700:focus {
382
+ color: #ad1457; }
383
+
384
+ .iconify-md-pink-800 {
385
+ color: #ad1457; }
386
+
387
+ a.iconify-md-pink-800:hover,
388
+ a.iconify-md-pink-800:focus {
389
+ color: #880e4f; }
390
+
391
+ .iconify-md-pink-900 {
392
+ color: #880e4f; }
393
+
394
+ a.iconify-md-pink-900:hover,
395
+ a.iconify-md-pink-900:focus {
396
+ color: #5a0934; }
397
+
398
+ .iconify-md-pink-A100 {
399
+ color: #ff80ab; }
400
+
401
+ a.iconify-md-pink-A100:hover,
402
+ a.iconify-md-pink-A100:focus {
403
+ color: #ff4d89; }
404
+
405
+ .iconify-md-pink-A200 {
406
+ color: #ff4081; }
407
+
408
+ a.iconify-md-pink-A200:hover,
409
+ a.iconify-md-pink-A200:focus {
410
+ color: #ff0d5f; }
411
+
412
+ .iconify-md-pink-A400 {
413
+ color: #f50057; }
414
+
415
+ a.iconify-md-pink-A400:hover,
416
+ a.iconify-md-pink-A400:focus {
417
+ color: #c20045; }
418
+
419
+ .iconify-md-pink-A700 {
420
+ color: #c51162; }
421
+
422
+ a.iconify-md-pink-A700:hover,
423
+ a.iconify-md-pink-A700:focus {
424
+ color: #960d4b; }
425
+
426
+ .iconify-md-bg-pink {
427
+ background-color: #e91e63; }
428
+
429
+ a.iconify-md-bg-pink:hover,
430
+ a.iconify-md-bg-pink:focus {
431
+ background-color: #d81b60; }
432
+
433
+ .iconify-md-bg-pink-50 {
434
+ background-color: #fce4ec; }
435
+
436
+ a.iconify-md-bg-pink-50:hover,
437
+ a.iconify-md-bg-pink-50:focus {
438
+ background-color: #f8bbd0; }
439
+
440
+ .iconify-md-bg-pink-100 {
441
+ background-color: #f8bbd0; }
442
+
443
+ a.iconify-md-bg-pink-100:hover,
444
+ a.iconify-md-bg-pink-100:focus {
445
+ background-color: #f48fb1; }
446
+
447
+ .iconify-md-bg-pink-200 {
448
+ background-color: #f48fb1; }
449
+
450
+ a.iconify-md-bg-pink-200:hover,
451
+ a.iconify-md-bg-pink-200:focus {
452
+ background-color: #f06292; }
453
+
454
+ .iconify-md-bg-pink-300 {
455
+ background-color: #f06292; }
456
+
457
+ a.iconify-md-bg-pink-300:hover,
458
+ a.iconify-md-bg-pink-300:focus {
459
+ background-color: #ec407a; }
460
+
461
+ .iconify-md-bg-pink-400 {
462
+ background-color: #ec407a; }
463
+
464
+ a.iconify-md-bg-pink-400:hover,
465
+ a.iconify-md-bg-pink-400:focus {
466
+ background-color: #e91e63; }
467
+
468
+ .iconify-md-bg-pink-500 {
469
+ background-color: #e91e63; }
470
+
471
+ a.iconify-md-bg-pink-500:hover,
472
+ a.iconify-md-bg-pink-500:focus {
473
+ background-color: #d81b60; }
474
+
475
+ .iconify-md-bg-pink-600 {
476
+ background-color: #d81b60; }
477
+
478
+ a.iconify-md-bg-pink-600:hover,
479
+ a.iconify-md-bg-pink-600:focus {
480
+ background-color: #c2185b; }
481
+
482
+ .iconify-md-bg-pink-700 {
483
+ background-color: #c2185b; }
484
+
485
+ a.iconify-md-bg-pink-700:hover,
486
+ a.iconify-md-bg-pink-700:focus {
487
+ background-color: #ad1457; }
488
+
489
+ .iconify-md-bg-pink-800 {
490
+ background-color: #ad1457; }
491
+
492
+ a.iconify-md-bg-pink-800:hover,
493
+ a.iconify-md-bg-pink-800:focus {
494
+ background-color: #880e4f; }
495
+
496
+ .iconify-md-bg-pink-900 {
497
+ background-color: #880e4f; }
498
+
499
+ a.iconify-md-bg-pink-900:hover,
500
+ a.iconify-md-bg-pink-900:focus {
501
+ background-color: #5a0934; }
502
+
503
+ .iconify-md-bg-pink-A100 {
504
+ background-color: #ff80ab; }
505
+
506
+ a.iconify-md-bg-pink-A100:hover,
507
+ a.iconify-md-bg-pink-A100:focus {
508
+ background-color: #ff4d89; }
509
+
510
+ .iconify-md-bg-pink-A200 {
511
+ background-color: #ff4081; }
512
+
513
+ a.iconify-md-bg-pink-A200:hover,
514
+ a.iconify-md-bg-pink-A200:focus {
515
+ background-color: #ff0d5f; }
516
+
517
+ .iconify-md-bg-pink-A400 {
518
+ background-color: #f50057; }
519
+
520
+ a.iconify-md-bg-pink-A400:hover,
521
+ a.iconify-md-bg-pink-A400:focus {
522
+ background-color: #c20045; }
523
+
524
+ .iconify-md-bg-pink-A700 {
525
+ background-color: #c51162; }
526
+
527
+ a.iconify-md-bg-pink-A700:hover,
528
+ a.iconify-md-bg-pink-A700:focus {
529
+ background-color: #960d4b; }
530
+
531
+ .iconify-md-purple {
532
+ color: #9c27b0; }
533
+
534
+ a.iconify-md-purple:hover,
535
+ a.iconify-md-purple:focus {
536
+ color: #8e24aa; }
537
+
538
+ .iconify-md-purple-50 {
539
+ color: #f3e5f5; }
540
+
541
+ a.iconify-md-purple-50:hover,
542
+ a.iconify-md-purple-50:focus {
543
+ color: #e1bee7; }
544
+
545
+ .iconify-md-purple-100 {
546
+ color: #e1bee7; }
547
+
548
+ a.iconify-md-purple-100:hover,
549
+ a.iconify-md-purple-100:focus {
550
+ color: #ce93d8; }
551
+
552
+ .iconify-md-purple-200 {
553
+ color: #ce93d8; }
554
+
555
+ a.iconify-md-purple-200:hover,
556
+ a.iconify-md-purple-200:focus {
557
+ color: #ba68c8; }
558
+
559
+ .iconify-md-purple-300 {
560
+ color: #ba68c8; }
561
+
562
+ a.iconify-md-purple-300:hover,
563
+ a.iconify-md-purple-300:focus {
564
+ color: #ab47bc; }
565
+
566
+ .iconify-md-purple-400 {
567
+ color: #ab47bc; }
568
+
569
+ a.iconify-md-purple-400:hover,
570
+ a.iconify-md-purple-400:focus {
571
+ color: #9c27b0; }
572
+
573
+ .iconify-md-purple-500 {
574
+ color: #9c27b0; }
575
+
576
+ a.iconify-md-purple-500:hover,
577
+ a.iconify-md-purple-500:focus {
578
+ color: #8e24aa; }
579
+
580
+ .iconify-md-purple-600 {
581
+ color: #8e24aa; }
582
+
583
+ a.iconify-md-purple-600:hover,
584
+ a.iconify-md-purple-600:focus {
585
+ color: #7b1fa2; }
586
+
587
+ .iconify-md-purple-700 {
588
+ color: #7b1fa2; }
589
+
590
+ a.iconify-md-purple-700:hover,
591
+ a.iconify-md-purple-700:focus {
592
+ color: #6a1b9a; }
593
+
594
+ .iconify-md-purple-800 {
595
+ color: #6a1b9a; }
596
+
597
+ a.iconify-md-purple-800:hover,
598
+ a.iconify-md-purple-800:focus {
599
+ color: #4a148c; }
600
+
601
+ .iconify-md-purple-900 {
602
+ color: #4a148c; }
603
+
604
+ a.iconify-md-purple-900:hover,
605
+ a.iconify-md-purple-900:focus {
606
+ color: #320e5f; }
607
+
608
+ .iconify-md-purple-A100 {
609
+ color: #ea80fc; }
610
+
611
+ a.iconify-md-purple-A100:hover,
612
+ a.iconify-md-purple-A100:focus {
613
+ color: #e24efb; }
614
+
615
+ .iconify-md-purple-A200 {
616
+ color: #e040fb; }
617
+
618
+ a.iconify-md-purple-A200:hover,
619
+ a.iconify-md-purple-A200:focus {
620
+ color: #d80efa; }
621
+
622
+ .iconify-md-purple-A400 {
623
+ color: #d500f9; }
624
+
625
+ a.iconify-md-purple-A400:hover,
626
+ a.iconify-md-purple-A400:focus {
627
+ color: #a900c6; }
628
+
629
+ .iconify-md-purple-A700 {
630
+ color: #aa00ff; }
631
+
632
+ a.iconify-md-purple-A700:hover,
633
+ a.iconify-md-purple-A700:focus {
634
+ color: #8800cc; }
635
+
636
+ .iconify-md-bg-purple {
637
+ background-color: #9c27b0; }
638
+
639
+ a.iconify-md-bg-purple:hover,
640
+ a.iconify-md-bg-purple:focus {
641
+ background-color: #8e24aa; }
642
+
643
+ .iconify-md-bg-purple-50 {
644
+ background-color: #f3e5f5; }
645
+
646
+ a.iconify-md-bg-purple-50:hover,
647
+ a.iconify-md-bg-purple-50:focus {
648
+ background-color: #e1bee7; }
649
+
650
+ .iconify-md-bg-purple-100 {
651
+ background-color: #e1bee7; }
652
+
653
+ a.iconify-md-bg-purple-100:hover,
654
+ a.iconify-md-bg-purple-100:focus {
655
+ background-color: #ce93d8; }
656
+
657
+ .iconify-md-bg-purple-200 {
658
+ background-color: #ce93d8; }
659
+
660
+ a.iconify-md-bg-purple-200:hover,
661
+ a.iconify-md-bg-purple-200:focus {
662
+ background-color: #ba68c8; }
663
+
664
+ .iconify-md-bg-purple-300 {
665
+ background-color: #ba68c8; }
666
+
667
+ a.iconify-md-bg-purple-300:hover,
668
+ a.iconify-md-bg-purple-300:focus {
669
+ background-color: #ab47bc; }
670
+
671
+ .iconify-md-bg-purple-400 {
672
+ background-color: #ab47bc; }
673
+
674
+ a.iconify-md-bg-purple-400:hover,
675
+ a.iconify-md-bg-purple-400:focus {
676
+ background-color: #9c27b0; }
677
+
678
+ .iconify-md-bg-purple-500 {
679
+ background-color: #9c27b0; }
680
+
681
+ a.iconify-md-bg-purple-500:hover,
682
+ a.iconify-md-bg-purple-500:focus {
683
+ background-color: #8e24aa; }
684
+
685
+ .iconify-md-bg-purple-600 {
686
+ background-color: #8e24aa; }
687
+
688
+ a.iconify-md-bg-purple-600:hover,
689
+ a.iconify-md-bg-purple-600:focus {
690
+ background-color: #7b1fa2; }
691
+
692
+ .iconify-md-bg-purple-700 {
693
+ background-color: #7b1fa2; }
694
+
695
+ a.iconify-md-bg-purple-700:hover,
696
+ a.iconify-md-bg-purple-700:focus {
697
+ background-color: #6a1b9a; }
698
+
699
+ .iconify-md-bg-purple-800 {
700
+ background-color: #6a1b9a; }
701
+
702
+ a.iconify-md-bg-purple-800:hover,
703
+ a.iconify-md-bg-purple-800:focus {
704
+ background-color: #4a148c; }
705
+
706
+ .iconify-md-bg-purple-900 {
707
+ background-color: #4a148c; }
708
+
709
+ a.iconify-md-bg-purple-900:hover,
710
+ a.iconify-md-bg-purple-900:focus {
711
+ background-color: #320e5f; }
712
+
713
+ .iconify-md-bg-purple-A100 {
714
+ background-color: #ea80fc; }
715
+
716
+ a.iconify-md-bg-purple-A100:hover,
717
+ a.iconify-md-bg-purple-A100:focus {
718
+ background-color: #e24efb; }
719
+
720
+ .iconify-md-bg-purple-A200 {
721
+ background-color: #e040fb; }
722
+
723
+ a.iconify-md-bg-purple-A200:hover,
724
+ a.iconify-md-bg-purple-A200:focus {
725
+ background-color: #d80efa; }
726
+
727
+ .iconify-md-bg-purple-A400 {
728
+ background-color: #d500f9; }
729
+
730
+ a.iconify-md-bg-purple-A400:hover,
731
+ a.iconify-md-bg-purple-A400:focus {
732
+ background-color: #a900c6; }
733
+
734
+ .iconify-md-bg-purple-A700 {
735
+ background-color: #aa00ff; }
736
+
737
+ a.iconify-md-bg-purple-A700:hover,
738
+ a.iconify-md-bg-purple-A700:focus {
739
+ background-color: #8800cc; }
740
+
741
+ .iconify-md-deep-purple {
742
+ color: #673ab7; }
743
+
744
+ a.iconify-md-deep-purple:hover,
745
+ a.iconify-md-deep-purple:focus {
746
+ color: #5e35b1; }
747
+
748
+ .iconify-md-deep-purple-50 {
749
+ color: #ede7f6; }
750
+
751
+ a.iconify-md-deep-purple-50:hover,
752
+ a.iconify-md-deep-purple-50:focus {
753
+ color: #d1c4e9; }
754
+
755
+ .iconify-md-deep-purple-100 {
756
+ color: #d1c4e9; }
757
+
758
+ a.iconify-md-deep-purple-100:hover,
759
+ a.iconify-md-deep-purple-100:focus {
760
+ color: #b39ddb; }
761
+
762
+ .iconify-md-deep-purple-200 {
763
+ color: #b39ddb; }
764
+
765
+ a.iconify-md-deep-purple-200:hover,
766
+ a.iconify-md-deep-purple-200:focus {
767
+ color: #9575cd; }
768
+
769
+ .iconify-md-deep-purple-300 {
770
+ color: #9575cd; }
771
+
772
+ a.iconify-md-deep-purple-300:hover,
773
+ a.iconify-md-deep-purple-300:focus {
774
+ color: #7e57c2; }
775
+
776
+ .iconify-md-deep-purple-400 {
777
+ color: #7e57c2; }
778
+
779
+ a.iconify-md-deep-purple-400:hover,
780
+ a.iconify-md-deep-purple-400:focus {
781
+ color: #673ab7; }
782
+
783
+ .iconify-md-deep-purple-500 {
784
+ color: #673ab7; }
785
+
786
+ a.iconify-md-deep-purple-500:hover,
787
+ a.iconify-md-deep-purple-500:focus {
788
+ color: #5e35b1; }
789
+
790
+ .iconify-md-deep-purple-600 {
791
+ color: #5e35b1; }
792
+
793
+ a.iconify-md-deep-purple-600:hover,
794
+ a.iconify-md-deep-purple-600:focus {
795
+ color: #512da8; }
796
+
797
+ .iconify-md-deep-purple-700 {
798
+ color: #512da8; }
799
+
800
+ a.iconify-md-deep-purple-700:hover,
801
+ a.iconify-md-deep-purple-700:focus {
802
+ color: #4527a0; }
803
+
804
+ .iconify-md-deep-purple-800 {
805
+ color: #4527a0; }
806
+
807
+ a.iconify-md-deep-purple-800:hover,
808
+ a.iconify-md-deep-purple-800:focus {
809
+ color: #311b92; }
810
+
811
+ .iconify-md-deep-purple-900 {
812
+ color: #311b92; }
813
+
814
+ a.iconify-md-deep-purple-900:hover,
815
+ a.iconify-md-deep-purple-900:focus {
816
+ color: #231367; }
817
+
818
+ .iconify-md-deep-purple-A100 {
819
+ color: #b388ff; }
820
+
821
+ a.iconify-md-deep-purple-A100:hover,
822
+ a.iconify-md-deep-purple-A100:focus {
823
+ color: #9255ff; }
824
+
825
+ .iconify-md-deep-purple-A200 {
826
+ color: #7c4dff; }
827
+
828
+ a.iconify-md-deep-purple-A200:hover,
829
+ a.iconify-md-deep-purple-A200:focus {
830
+ color: #561aff; }
831
+
832
+ .iconify-md-deep-purple-A400 {
833
+ color: #651fff; }
834
+
835
+ a.iconify-md-deep-purple-A400:hover,
836
+ a.iconify-md-deep-purple-A400:focus {
837
+ color: #4900eb; }
838
+
839
+ .iconify-md-deep-purple-A700 {
840
+ color: #6200ea; }
841
+
842
+ a.iconify-md-deep-purple-A700:hover,
843
+ a.iconify-md-deep-purple-A700:focus {
844
+ color: #4d00b7; }
845
+
846
+ .iconify-md-bg-deep-purple {
847
+ background-color: #673ab7; }
848
+
849
+ a.iconify-md-bg-deep-purple:hover,
850
+ a.iconify-md-bg-deep-purple:focus {
851
+ background-color: #5e35b1; }
852
+
853
+ .iconify-md-bg-deep-purple-50 {
854
+ background-color: #ede7f6; }
855
+
856
+ a.iconify-md-bg-deep-purple-50:hover,
857
+ a.iconify-md-bg-deep-purple-50:focus {
858
+ background-color: #d1c4e9; }
859
+
860
+ .iconify-md-bg-deep-purple-100 {
861
+ background-color: #d1c4e9; }
862
+
863
+ a.iconify-md-bg-deep-purple-100:hover,
864
+ a.iconify-md-bg-deep-purple-100:focus {
865
+ background-color: #b39ddb; }
866
+
867
+ .iconify-md-bg-deep-purple-200 {
868
+ background-color: #b39ddb; }
869
+
870
+ a.iconify-md-bg-deep-purple-200:hover,
871
+ a.iconify-md-bg-deep-purple-200:focus {
872
+ background-color: #9575cd; }
873
+
874
+ .iconify-md-bg-deep-purple-300 {
875
+ background-color: #9575cd; }
876
+
877
+ a.iconify-md-bg-deep-purple-300:hover,
878
+ a.iconify-md-bg-deep-purple-300:focus {
879
+ background-color: #7e57c2; }
880
+
881
+ .iconify-md-bg-deep-purple-400 {
882
+ background-color: #7e57c2; }
883
+
884
+ a.iconify-md-bg-deep-purple-400:hover,
885
+ a.iconify-md-bg-deep-purple-400:focus {
886
+ background-color: #673ab7; }
887
+
888
+ .iconify-md-bg-deep-purple-500 {
889
+ background-color: #673ab7; }
890
+
891
+ a.iconify-md-bg-deep-purple-500:hover,
892
+ a.iconify-md-bg-deep-purple-500:focus {
893
+ background-color: #5e35b1; }
894
+
895
+ .iconify-md-bg-deep-purple-600 {
896
+ background-color: #5e35b1; }
897
+
898
+ a.iconify-md-bg-deep-purple-600:hover,
899
+ a.iconify-md-bg-deep-purple-600:focus {
900
+ background-color: #512da8; }
901
+
902
+ .iconify-md-bg-deep-purple-700 {
903
+ background-color: #512da8; }
904
+
905
+ a.iconify-md-bg-deep-purple-700:hover,
906
+ a.iconify-md-bg-deep-purple-700:focus {
907
+ background-color: #4527a0; }
908
+
909
+ .iconify-md-bg-deep-purple-800 {
910
+ background-color: #4527a0; }
911
+
912
+ a.iconify-md-bg-deep-purple-800:hover,
913
+ a.iconify-md-bg-deep-purple-800:focus {
914
+ background-color: #311b92; }
915
+
916
+ .iconify-md-bg-deep-purple-900 {
917
+ background-color: #311b92; }
918
+
919
+ a.iconify-md-bg-deep-purple-900:hover,
920
+ a.iconify-md-bg-deep-purple-900:focus {
921
+ background-color: #231367; }
922
+
923
+ .iconify-md-bg-deep-purple-A100 {
924
+ background-color: #b388ff; }
925
+
926
+ a.iconify-md-bg-deep-purple-A100:hover,
927
+ a.iconify-md-bg-deep-purple-A100:focus {
928
+ background-color: #9255ff; }
929
+
930
+ .iconify-md-bg-deep-purple-A200 {
931
+ background-color: #7c4dff; }
932
+
933
+ a.iconify-md-bg-deep-purple-A200:hover,
934
+ a.iconify-md-bg-deep-purple-A200:focus {
935
+ background-color: #561aff; }
936
+
937
+ .iconify-md-bg-deep-purple-A400 {
938
+ background-color: #651fff; }
939
+
940
+ a.iconify-md-bg-deep-purple-A400:hover,
941
+ a.iconify-md-bg-deep-purple-A400:focus {
942
+ background-color: #4900eb; }
943
+
944
+ .iconify-md-bg-deep-purple-A700 {
945
+ background-color: #6200ea; }
946
+
947
+ a.iconify-md-bg-deep-purple-A700:hover,
948
+ a.iconify-md-bg-deep-purple-A700:focus {
949
+ background-color: #4d00b7; }
950
+
951
+ .iconify-md-indigo {
952
+ color: #3f51b5; }
953
+
954
+ a.iconify-md-indigo:hover,
955
+ a.iconify-md-indigo:focus {
956
+ color: #3949ab; }
957
+
958
+ .iconify-md-indigo-50 {
959
+ color: #e8eaf6; }
960
+
961
+ a.iconify-md-indigo-50:hover,
962
+ a.iconify-md-indigo-50:focus {
963
+ color: #c5cae9; }
964
+
965
+ .iconify-md-indigo-100 {
966
+ color: #c5cae9; }
967
+
968
+ a.iconify-md-indigo-100:hover,
969
+ a.iconify-md-indigo-100:focus {
970
+ color: #9fa8da; }
971
+
972
+ .iconify-md-indigo-200 {
973
+ color: #9fa8da; }
974
+
975
+ a.iconify-md-indigo-200:hover,
976
+ a.iconify-md-indigo-200:focus {
977
+ color: #7986cb; }
978
+
979
+ .iconify-md-indigo-300 {
980
+ color: #7986cb; }
981
+
982
+ a.iconify-md-indigo-300:hover,
983
+ a.iconify-md-indigo-300:focus {
984
+ color: #5c6bc0; }
985
+
986
+ .iconify-md-indigo-400 {
987
+ color: #5c6bc0; }
988
+
989
+ a.iconify-md-indigo-400:hover,
990
+ a.iconify-md-indigo-400:focus {
991
+ color: #3f51b5; }
992
+
993
+ .iconify-md-indigo-500 {
994
+ color: #3f51b5; }
995
+
996
+ a.iconify-md-indigo-500:hover,
997
+ a.iconify-md-indigo-500:focus {
998
+ color: #3949ab; }
999
+
1000
+ .iconify-md-indigo-600 {
1001
+ color: #3949ab; }
1002
+
1003
+ a.iconify-md-indigo-600:hover,
1004
+ a.iconify-md-indigo-600:focus {
1005
+ color: #303f9f; }
1006
+
1007
+ .iconify-md-indigo-700 {
1008
+ color: #303f9f; }
1009
+
1010
+ a.iconify-md-indigo-700:hover,
1011
+ a.iconify-md-indigo-700:focus {
1012
+ color: #283593; }
1013
+
1014
+ .iconify-md-indigo-800 {
1015
+ color: #283593; }
1016
+
1017
+ a.iconify-md-indigo-800:hover,
1018
+ a.iconify-md-indigo-800:focus {
1019
+ color: #1a237e; }
1020
+
1021
+ .iconify-md-indigo-900 {
1022
+ color: #1a237e; }
1023
+
1024
+ a.iconify-md-indigo-900:hover,
1025
+ a.iconify-md-indigo-900:focus {
1026
+ color: #111754; }
1027
+
1028
+ .iconify-md-indigo-A100 {
1029
+ color: #8c9eff; }
1030
+
1031
+ a.iconify-md-indigo-A100:hover,
1032
+ a.iconify-md-indigo-A100:focus {
1033
+ color: #5973ff; }
1034
+
1035
+ .iconify-md-indigo-A200 {
1036
+ color: #536dfe; }
1037
+
1038
+ a.iconify-md-indigo-A200:hover,
1039
+ a.iconify-md-indigo-A200:focus {
1040
+ color: #2042fe; }
1041
+
1042
+ .iconify-md-indigo-A400 {
1043
+ color: #3d5afe; }
1044
+
1045
+ a.iconify-md-indigo-A400:hover,
1046
+ a.iconify-md-indigo-A400:focus {
1047
+ color: #0a2ffe; }
1048
+
1049
+ .iconify-md-indigo-A700 {
1050
+ color: #304ffe; }
1051
+
1052
+ a.iconify-md-indigo-A700:hover,
1053
+ a.iconify-md-indigo-A700:focus {
1054
+ color: #0127fa; }
1055
+
1056
+ .iconify-md-bg-indigo {
1057
+ background-color: #3f51b5; }
1058
+
1059
+ a.iconify-md-bg-indigo:hover,
1060
+ a.iconify-md-bg-indigo:focus {
1061
+ background-color: #3949ab; }
1062
+
1063
+ .iconify-md-bg-indigo-50 {
1064
+ background-color: #e8eaf6; }
1065
+
1066
+ a.iconify-md-bg-indigo-50:hover,
1067
+ a.iconify-md-bg-indigo-50:focus {
1068
+ background-color: #c5cae9; }
1069
+
1070
+ .iconify-md-bg-indigo-100 {
1071
+ background-color: #c5cae9; }
1072
+
1073
+ a.iconify-md-bg-indigo-100:hover,
1074
+ a.iconify-md-bg-indigo-100:focus {
1075
+ background-color: #9fa8da; }
1076
+
1077
+ .iconify-md-bg-indigo-200 {
1078
+ background-color: #9fa8da; }
1079
+
1080
+ a.iconify-md-bg-indigo-200:hover,
1081
+ a.iconify-md-bg-indigo-200:focus {
1082
+ background-color: #7986cb; }
1083
+
1084
+ .iconify-md-bg-indigo-300 {
1085
+ background-color: #7986cb; }
1086
+
1087
+ a.iconify-md-bg-indigo-300:hover,
1088
+ a.iconify-md-bg-indigo-300:focus {
1089
+ background-color: #5c6bc0; }
1090
+
1091
+ .iconify-md-bg-indigo-400 {
1092
+ background-color: #5c6bc0; }
1093
+
1094
+ a.iconify-md-bg-indigo-400:hover,
1095
+ a.iconify-md-bg-indigo-400:focus {
1096
+ background-color: #3f51b5; }
1097
+
1098
+ .iconify-md-bg-indigo-500 {
1099
+ background-color: #3f51b5; }
1100
+
1101
+ a.iconify-md-bg-indigo-500:hover,
1102
+ a.iconify-md-bg-indigo-500:focus {
1103
+ background-color: #3949ab; }
1104
+
1105
+ .iconify-md-bg-indigo-600 {
1106
+ background-color: #3949ab; }
1107
+
1108
+ a.iconify-md-bg-indigo-600:hover,
1109
+ a.iconify-md-bg-indigo-600:focus {
1110
+ background-color: #303f9f; }
1111
+
1112
+ .iconify-md-bg-indigo-700 {
1113
+ background-color: #303f9f; }
1114
+
1115
+ a.iconify-md-bg-indigo-700:hover,
1116
+ a.iconify-md-bg-indigo-700:focus {
1117
+ background-color: #283593; }
1118
+
1119
+ .iconify-md-bg-indigo-800 {
1120
+ background-color: #283593; }
1121
+
1122
+ a.iconify-md-bg-indigo-800:hover,
1123
+ a.iconify-md-bg-indigo-800:focus {
1124
+ background-color: #1a237e; }
1125
+
1126
+ .iconify-md-bg-indigo-900 {
1127
+ background-color: #1a237e; }
1128
+
1129
+ a.iconify-md-bg-indigo-900:hover,
1130
+ a.iconify-md-bg-indigo-900:focus {
1131
+ background-color: #111754; }
1132
+
1133
+ .iconify-md-bg-indigo-A100 {
1134
+ background-color: #8c9eff; }
1135
+
1136
+ a.iconify-md-bg-indigo-A100:hover,
1137
+ a.iconify-md-bg-indigo-A100:focus {
1138
+ background-color: #5973ff; }
1139
+
1140
+ .iconify-md-bg-indigo-A200 {
1141
+ background-color: #536dfe; }
1142
+
1143
+ a.iconify-md-bg-indigo-A200:hover,
1144
+ a.iconify-md-bg-indigo-A200:focus {
1145
+ background-color: #2042fe; }
1146
+
1147
+ .iconify-md-bg-indigo-A400 {
1148
+ background-color: #3d5afe; }
1149
+
1150
+ a.iconify-md-bg-indigo-A400:hover,
1151
+ a.iconify-md-bg-indigo-A400:focus {
1152
+ background-color: #0a2ffe; }
1153
+
1154
+ .iconify-md-bg-indigo-A700 {
1155
+ background-color: #304ffe; }
1156
+
1157
+ a.iconify-md-bg-indigo-A700:hover,
1158
+ a.iconify-md-bg-indigo-A700:focus {
1159
+ background-color: #0127fa; }
1160
+
1161
+ .iconify-md-blue {
1162
+ color: #2196f3; }
1163
+
1164
+ a.iconify-md-blue:hover,
1165
+ a.iconify-md-blue:focus {
1166
+ color: #1e88e5; }
1167
+
1168
+ .iconify-md-blue-50 {
1169
+ color: #e3f2fd; }
1170
+
1171
+ a.iconify-md-blue-50:hover,
1172
+ a.iconify-md-blue-50:focus {
1173
+ color: #bbdefb; }
1174
+
1175
+ .iconify-md-blue-100 {
1176
+ color: #bbdefb; }
1177
+
1178
+ a.iconify-md-blue-100:hover,
1179
+ a.iconify-md-blue-100:focus {
1180
+ color: #90caf9; }
1181
+
1182
+ .iconify-md-blue-200 {
1183
+ color: #90caf9; }
1184
+
1185
+ a.iconify-md-blue-200:hover,
1186
+ a.iconify-md-blue-200:focus {
1187
+ color: #64b5f6; }
1188
+
1189
+ .iconify-md-blue-300 {
1190
+ color: #64b5f6; }
1191
+
1192
+ a.iconify-md-blue-300:hover,
1193
+ a.iconify-md-blue-300:focus {
1194
+ color: #42a5f5; }
1195
+
1196
+ .iconify-md-blue-400 {
1197
+ color: #42a5f5; }
1198
+
1199
+ a.iconify-md-blue-400:hover,
1200
+ a.iconify-md-blue-400:focus {
1201
+ color: #2196f3; }
1202
+
1203
+ .iconify-md-blue-500 {
1204
+ color: #2196f3; }
1205
+
1206
+ a.iconify-md-blue-500:hover,
1207
+ a.iconify-md-blue-500:focus {
1208
+ color: #1e88e5; }
1209
+
1210
+ .iconify-md-blue-600 {
1211
+ color: #1e88e5; }
1212
+
1213
+ a.iconify-md-blue-600:hover,
1214
+ a.iconify-md-blue-600:focus {
1215
+ color: #1976d2; }
1216
+
1217
+ .iconify-md-blue-700 {
1218
+ color: #1976d2; }
1219
+
1220
+ a.iconify-md-blue-700:hover,
1221
+ a.iconify-md-blue-700:focus {
1222
+ color: #1565c0; }
1223
+
1224
+ .iconify-md-blue-800 {
1225
+ color: #1565c0; }
1226
+
1227
+ a.iconify-md-blue-800:hover,
1228
+ a.iconify-md-blue-800:focus {
1229
+ color: #0d47a1; }
1230
+
1231
+ .iconify-md-blue-900 {
1232
+ color: #0d47a1; }
1233
+
1234
+ a.iconify-md-blue-900:hover,
1235
+ a.iconify-md-blue-900:focus {
1236
+ color: #093272; }
1237
+
1238
+ .iconify-md-blue-A100 {
1239
+ color: #82b1ff; }
1240
+
1241
+ a.iconify-md-blue-A100:hover,
1242
+ a.iconify-md-blue-A100:focus {
1243
+ color: #4f91ff; }
1244
+
1245
+ .iconify-md-blue-A200 {
1246
+ color: #448aff; }
1247
+
1248
+ a.iconify-md-blue-A200:hover,
1249
+ a.iconify-md-blue-A200:focus {
1250
+ color: #116aff; }
1251
+
1252
+ .iconify-md-blue-A400 {
1253
+ color: #2979ff; }
1254
+
1255
+ a.iconify-md-blue-A400:hover,
1256
+ a.iconify-md-blue-A400:focus {
1257
+ color: #005cf5; }
1258
+
1259
+ .iconify-md-blue-A700 {
1260
+ color: #2962ff; }
1261
+
1262
+ a.iconify-md-blue-A700:hover,
1263
+ a.iconify-md-blue-A700:focus {
1264
+ color: #0041f5; }
1265
+
1266
+ .iconify-md-bg-blue {
1267
+ background-color: #2196f3; }
1268
+
1269
+ a.iconify-md-bg-blue:hover,
1270
+ a.iconify-md-bg-blue:focus {
1271
+ background-color: #1e88e5; }
1272
+
1273
+ .iconify-md-bg-blue-50 {
1274
+ background-color: #e3f2fd; }
1275
+
1276
+ a.iconify-md-bg-blue-50:hover,
1277
+ a.iconify-md-bg-blue-50:focus {
1278
+ background-color: #bbdefb; }
1279
+
1280
+ .iconify-md-bg-blue-100 {
1281
+ background-color: #bbdefb; }
1282
+
1283
+ a.iconify-md-bg-blue-100:hover,
1284
+ a.iconify-md-bg-blue-100:focus {
1285
+ background-color: #90caf9; }
1286
+
1287
+ .iconify-md-bg-blue-200 {
1288
+ background-color: #90caf9; }
1289
+
1290
+ a.iconify-md-bg-blue-200:hover,
1291
+ a.iconify-md-bg-blue-200:focus {
1292
+ background-color: #64b5f6; }
1293
+
1294
+ .iconify-md-bg-blue-300 {
1295
+ background-color: #64b5f6; }
1296
+
1297
+ a.iconify-md-bg-blue-300:hover,
1298
+ a.iconify-md-bg-blue-300:focus {
1299
+ background-color: #42a5f5; }
1300
+
1301
+ .iconify-md-bg-blue-400 {
1302
+ background-color: #42a5f5; }
1303
+
1304
+ a.iconify-md-bg-blue-400:hover,
1305
+ a.iconify-md-bg-blue-400:focus {
1306
+ background-color: #2196f3; }
1307
+
1308
+ .iconify-md-bg-blue-500 {
1309
+ background-color: #2196f3; }
1310
+
1311
+ a.iconify-md-bg-blue-500:hover,
1312
+ a.iconify-md-bg-blue-500:focus {
1313
+ background-color: #1e88e5; }
1314
+
1315
+ .iconify-md-bg-blue-600 {
1316
+ background-color: #1e88e5; }
1317
+
1318
+ a.iconify-md-bg-blue-600:hover,
1319
+ a.iconify-md-bg-blue-600:focus {
1320
+ background-color: #1976d2; }
1321
+
1322
+ .iconify-md-bg-blue-700 {
1323
+ background-color: #1976d2; }
1324
+
1325
+ a.iconify-md-bg-blue-700:hover,
1326
+ a.iconify-md-bg-blue-700:focus {
1327
+ background-color: #1565c0; }
1328
+
1329
+ .iconify-md-bg-blue-800 {
1330
+ background-color: #1565c0; }
1331
+
1332
+ a.iconify-md-bg-blue-800:hover,
1333
+ a.iconify-md-bg-blue-800:focus {
1334
+ background-color: #0d47a1; }
1335
+
1336
+ .iconify-md-bg-blue-900 {
1337
+ background-color: #0d47a1; }
1338
+
1339
+ a.iconify-md-bg-blue-900:hover,
1340
+ a.iconify-md-bg-blue-900:focus {
1341
+ background-color: #093272; }
1342
+
1343
+ .iconify-md-bg-blue-A100 {
1344
+ background-color: #82b1ff; }
1345
+
1346
+ a.iconify-md-bg-blue-A100:hover,
1347
+ a.iconify-md-bg-blue-A100:focus {
1348
+ background-color: #4f91ff; }
1349
+
1350
+ .iconify-md-bg-blue-A200 {
1351
+ background-color: #448aff; }
1352
+
1353
+ a.iconify-md-bg-blue-A200:hover,
1354
+ a.iconify-md-bg-blue-A200:focus {
1355
+ background-color: #116aff; }
1356
+
1357
+ .iconify-md-bg-blue-A400 {
1358
+ background-color: #2979ff; }
1359
+
1360
+ a.iconify-md-bg-blue-A400:hover,
1361
+ a.iconify-md-bg-blue-A400:focus {
1362
+ background-color: #005cf5; }
1363
+
1364
+ .iconify-md-bg-blue-A700 {
1365
+ background-color: #2962ff; }
1366
+
1367
+ a.iconify-md-bg-blue-A700:hover,
1368
+ a.iconify-md-bg-blue-A700:focus {
1369
+ background-color: #0041f5; }
1370
+
1371
+ .iconify-md-light-blue {
1372
+ color: #03a9f4; }
1373
+
1374
+ a.iconify-md-light-blue:hover,
1375
+ a.iconify-md-light-blue:focus {
1376
+ color: #039be5; }
1377
+
1378
+ .iconify-md-light-blue-50 {
1379
+ color: #e1f5fe; }
1380
+
1381
+ a.iconify-md-light-blue-50:hover,
1382
+ a.iconify-md-light-blue-50:focus {
1383
+ color: #b3e5fc; }
1384
+
1385
+ .iconify-md-light-blue-100 {
1386
+ color: #b3e5fc; }
1387
+
1388
+ a.iconify-md-light-blue-100:hover,
1389
+ a.iconify-md-light-blue-100:focus {
1390
+ color: #81d4fa; }
1391
+
1392
+ .iconify-md-light-blue-200 {
1393
+ color: #81d4fa; }
1394
+
1395
+ a.iconify-md-light-blue-200:hover,
1396
+ a.iconify-md-light-blue-200:focus {
1397
+ color: #4fc3f7; }
1398
+
1399
+ .iconify-md-light-blue-300 {
1400
+ color: #4fc3f7; }
1401
+
1402
+ a.iconify-md-light-blue-300:hover,
1403
+ a.iconify-md-light-blue-300:focus {
1404
+ color: #29b6f6; }
1405
+
1406
+ .iconify-md-light-blue-400 {
1407
+ color: #29b6f6; }
1408
+
1409
+ a.iconify-md-light-blue-400:hover,
1410
+ a.iconify-md-light-blue-400:focus {
1411
+ color: #03a9f4; }
1412
+
1413
+ .iconify-md-light-blue-500 {
1414
+ color: #03a9f4; }
1415
+
1416
+ a.iconify-md-light-blue-500:hover,
1417
+ a.iconify-md-light-blue-500:focus {
1418
+ color: #039be5; }
1419
+
1420
+ .iconify-md-light-blue-600 {
1421
+ color: #039be5; }
1422
+
1423
+ a.iconify-md-light-blue-600:hover,
1424
+ a.iconify-md-light-blue-600:focus {
1425
+ color: #0288d1; }
1426
+
1427
+ .iconify-md-light-blue-700 {
1428
+ color: #0288d1; }
1429
+
1430
+ a.iconify-md-light-blue-700:hover,
1431
+ a.iconify-md-light-blue-700:focus {
1432
+ color: #0277bd; }
1433
+
1434
+ .iconify-md-light-blue-800 {
1435
+ color: #0277bd; }
1436
+
1437
+ a.iconify-md-light-blue-800:hover,
1438
+ a.iconify-md-light-blue-800:focus {
1439
+ color: #01579b; }
1440
+
1441
+ .iconify-md-light-blue-900 {
1442
+ color: #01579b; }
1443
+
1444
+ a.iconify-md-light-blue-900:hover,
1445
+ a.iconify-md-light-blue-900:focus {
1446
+ color: #013b68; }
1447
+
1448
+ .iconify-md-light-blue-A100 {
1449
+ color: #80d8ff; }
1450
+
1451
+ a.iconify-md-light-blue-A100:hover,
1452
+ a.iconify-md-light-blue-A100:focus {
1453
+ color: #4dc8ff; }
1454
+
1455
+ .iconify-md-light-blue-A200 {
1456
+ color: #40c4ff; }
1457
+
1458
+ a.iconify-md-light-blue-A200:hover,
1459
+ a.iconify-md-light-blue-A200:focus {
1460
+ color: #0db4ff; }
1461
+
1462
+ .iconify-md-light-blue-A400 {
1463
+ color: #00b0ff; }
1464
+
1465
+ a.iconify-md-light-blue-A400:hover,
1466
+ a.iconify-md-light-blue-A400:focus {
1467
+ color: #008dcc; }
1468
+
1469
+ .iconify-md-light-blue-A700 {
1470
+ color: #0091ea; }
1471
+
1472
+ a.iconify-md-light-blue-A700:hover,
1473
+ a.iconify-md-light-blue-A700:focus {
1474
+ color: #0071b7; }
1475
+
1476
+ .iconify-md-bg-light-blue {
1477
+ background-color: #03a9f4; }
1478
+
1479
+ a.iconify-md-bg-light-blue:hover,
1480
+ a.iconify-md-bg-light-blue:focus {
1481
+ background-color: #039be5; }
1482
+
1483
+ .iconify-md-bg-light-blue-50 {
1484
+ background-color: #e1f5fe; }
1485
+
1486
+ a.iconify-md-bg-light-blue-50:hover,
1487
+ a.iconify-md-bg-light-blue-50:focus {
1488
+ background-color: #b3e5fc; }
1489
+
1490
+ .iconify-md-bg-light-blue-100 {
1491
+ background-color: #b3e5fc; }
1492
+
1493
+ a.iconify-md-bg-light-blue-100:hover,
1494
+ a.iconify-md-bg-light-blue-100:focus {
1495
+ background-color: #81d4fa; }
1496
+
1497
+ .iconify-md-bg-light-blue-200 {
1498
+ background-color: #81d4fa; }
1499
+
1500
+ a.iconify-md-bg-light-blue-200:hover,
1501
+ a.iconify-md-bg-light-blue-200:focus {
1502
+ background-color: #4fc3f7; }
1503
+
1504
+ .iconify-md-bg-light-blue-300 {
1505
+ background-color: #4fc3f7; }
1506
+
1507
+ a.iconify-md-bg-light-blue-300:hover,
1508
+ a.iconify-md-bg-light-blue-300:focus {
1509
+ background-color: #29b6f6; }
1510
+
1511
+ .iconify-md-bg-light-blue-400 {
1512
+ background-color: #29b6f6; }
1513
+
1514
+ a.iconify-md-bg-light-blue-400:hover,
1515
+ a.iconify-md-bg-light-blue-400:focus {
1516
+ background-color: #03a9f4; }
1517
+
1518
+ .iconify-md-bg-light-blue-500 {
1519
+ background-color: #03a9f4; }
1520
+
1521
+ a.iconify-md-bg-light-blue-500:hover,
1522
+ a.iconify-md-bg-light-blue-500:focus {
1523
+ background-color: #039be5; }
1524
+
1525
+ .iconify-md-bg-light-blue-600 {
1526
+ background-color: #039be5; }
1527
+
1528
+ a.iconify-md-bg-light-blue-600:hover,
1529
+ a.iconify-md-bg-light-blue-600:focus {
1530
+ background-color: #0288d1; }
1531
+
1532
+ .iconify-md-bg-light-blue-700 {
1533
+ background-color: #0288d1; }
1534
+
1535
+ a.iconify-md-bg-light-blue-700:hover,
1536
+ a.iconify-md-bg-light-blue-700:focus {
1537
+ background-color: #0277bd; }
1538
+
1539
+ .iconify-md-bg-light-blue-800 {
1540
+ background-color: #0277bd; }
1541
+
1542
+ a.iconify-md-bg-light-blue-800:hover,
1543
+ a.iconify-md-bg-light-blue-800:focus {
1544
+ background-color: #01579b; }
1545
+
1546
+ .iconify-md-bg-light-blue-900 {
1547
+ background-color: #01579b; }
1548
+
1549
+ a.iconify-md-bg-light-blue-900:hover,
1550
+ a.iconify-md-bg-light-blue-900:focus {
1551
+ background-color: #013b68; }
1552
+
1553
+ .iconify-md-bg-light-blue-A100 {
1554
+ background-color: #80d8ff; }
1555
+
1556
+ a.iconify-md-bg-light-blue-A100:hover,
1557
+ a.iconify-md-bg-light-blue-A100:focus {
1558
+ background-color: #4dc8ff; }
1559
+
1560
+ .iconify-md-bg-light-blue-A200 {
1561
+ background-color: #40c4ff; }
1562
+
1563
+ a.iconify-md-bg-light-blue-A200:hover,
1564
+ a.iconify-md-bg-light-blue-A200:focus {
1565
+ background-color: #0db4ff; }
1566
+
1567
+ .iconify-md-bg-light-blue-A400 {
1568
+ background-color: #00b0ff; }
1569
+
1570
+ a.iconify-md-bg-light-blue-A400:hover,
1571
+ a.iconify-md-bg-light-blue-A400:focus {
1572
+ background-color: #008dcc; }
1573
+
1574
+ .iconify-md-bg-light-blue-A700 {
1575
+ background-color: #0091ea; }
1576
+
1577
+ a.iconify-md-bg-light-blue-A700:hover,
1578
+ a.iconify-md-bg-light-blue-A700:focus {
1579
+ background-color: #0071b7; }
1580
+
1581
+ .iconify-md-cyan {
1582
+ color: #00bcd4; }
1583
+
1584
+ a.iconify-md-cyan:hover,
1585
+ a.iconify-md-cyan:focus {
1586
+ color: #00acc1; }
1587
+
1588
+ .iconify-md-cyan-50 {
1589
+ color: #e0f7fa; }
1590
+
1591
+ a.iconify-md-cyan-50:hover,
1592
+ a.iconify-md-cyan-50:focus {
1593
+ color: #b2ebf2; }
1594
+
1595
+ .iconify-md-cyan-100 {
1596
+ color: #b2ebf2; }
1597
+
1598
+ a.iconify-md-cyan-100:hover,
1599
+ a.iconify-md-cyan-100:focus {
1600
+ color: #80deea; }
1601
+
1602
+ .iconify-md-cyan-200 {
1603
+ color: #80deea; }
1604
+
1605
+ a.iconify-md-cyan-200:hover,
1606
+ a.iconify-md-cyan-200:focus {
1607
+ color: #4dd0e1; }
1608
+
1609
+ .iconify-md-cyan-300 {
1610
+ color: #4dd0e1; }
1611
+
1612
+ a.iconify-md-cyan-300:hover,
1613
+ a.iconify-md-cyan-300:focus {
1614
+ color: #26c6da; }
1615
+
1616
+ .iconify-md-cyan-400 {
1617
+ color: #26c6da; }
1618
+
1619
+ a.iconify-md-cyan-400:hover,
1620
+ a.iconify-md-cyan-400:focus {
1621
+ color: #00bcd4; }
1622
+
1623
+ .iconify-md-cyan-500 {
1624
+ color: #00bcd4; }
1625
+
1626
+ a.iconify-md-cyan-500:hover,
1627
+ a.iconify-md-cyan-500:focus {
1628
+ color: #00acc1; }
1629
+
1630
+ .iconify-md-cyan-600 {
1631
+ color: #00acc1; }
1632
+
1633
+ a.iconify-md-cyan-600:hover,
1634
+ a.iconify-md-cyan-600:focus {
1635
+ color: #0097a7; }
1636
+
1637
+ .iconify-md-cyan-700 {
1638
+ color: #0097a7; }
1639
+
1640
+ a.iconify-md-cyan-700:hover,
1641
+ a.iconify-md-cyan-700:focus {
1642
+ color: #00838f; }
1643
+
1644
+ .iconify-md-cyan-800 {
1645
+ color: #00838f; }
1646
+
1647
+ a.iconify-md-cyan-800:hover,
1648
+ a.iconify-md-cyan-800:focus {
1649
+ color: #006064; }
1650
+
1651
+ .iconify-md-cyan-900 {
1652
+ color: #006064; }
1653
+
1654
+ a.iconify-md-cyan-900:hover,
1655
+ a.iconify-md-cyan-900:focus {
1656
+ color: #002f31; }
1657
+
1658
+ .iconify-md-cyan-A100 {
1659
+ color: #84ffff; }
1660
+
1661
+ a.iconify-md-cyan-A100:hover,
1662
+ a.iconify-md-cyan-A100:focus {
1663
+ color: #51ffff; }
1664
+
1665
+ .iconify-md-cyan-A200 {
1666
+ color: #18ffff; }
1667
+
1668
+ a.iconify-md-cyan-A200:hover,
1669
+ a.iconify-md-cyan-A200:focus {
1670
+ color: #00e4e4; }
1671
+
1672
+ .iconify-md-cyan-A400 {
1673
+ color: #00e5ff; }
1674
+
1675
+ a.iconify-md-cyan-A400:hover,
1676
+ a.iconify-md-cyan-A400:focus {
1677
+ color: #00b7cc; }
1678
+
1679
+ .iconify-md-cyan-A700 {
1680
+ color: #00b8d4; }
1681
+
1682
+ a.iconify-md-cyan-A700:hover,
1683
+ a.iconify-md-cyan-A700:focus {
1684
+ color: #008ca1; }
1685
+
1686
+ .iconify-md-bg-cyan {
1687
+ background-color: #00bcd4; }
1688
+
1689
+ a.iconify-md-bg-cyan:hover,
1690
+ a.iconify-md-bg-cyan:focus {
1691
+ background-color: #00acc1; }
1692
+
1693
+ .iconify-md-bg-cyan-50 {
1694
+ background-color: #e0f7fa; }
1695
+
1696
+ a.iconify-md-bg-cyan-50:hover,
1697
+ a.iconify-md-bg-cyan-50:focus {
1698
+ background-color: #b2ebf2; }
1699
+
1700
+ .iconify-md-bg-cyan-100 {
1701
+ background-color: #b2ebf2; }
1702
+
1703
+ a.iconify-md-bg-cyan-100:hover,
1704
+ a.iconify-md-bg-cyan-100:focus {
1705
+ background-color: #80deea; }
1706
+
1707
+ .iconify-md-bg-cyan-200 {
1708
+ background-color: #80deea; }
1709
+
1710
+ a.iconify-md-bg-cyan-200:hover,
1711
+ a.iconify-md-bg-cyan-200:focus {
1712
+ background-color: #4dd0e1; }
1713
+
1714
+ .iconify-md-bg-cyan-300 {
1715
+ background-color: #4dd0e1; }
1716
+
1717
+ a.iconify-md-bg-cyan-300:hover,
1718
+ a.iconify-md-bg-cyan-300:focus {
1719
+ background-color: #26c6da; }
1720
+
1721
+ .iconify-md-bg-cyan-400 {
1722
+ background-color: #26c6da; }
1723
+
1724
+ a.iconify-md-bg-cyan-400:hover,
1725
+ a.iconify-md-bg-cyan-400:focus {
1726
+ background-color: #00bcd4; }
1727
+
1728
+ .iconify-md-bg-cyan-500 {
1729
+ background-color: #00bcd4; }
1730
+
1731
+ a.iconify-md-bg-cyan-500:hover,
1732
+ a.iconify-md-bg-cyan-500:focus {
1733
+ background-color: #00acc1; }
1734
+
1735
+ .iconify-md-bg-cyan-600 {
1736
+ background-color: #00acc1; }
1737
+
1738
+ a.iconify-md-bg-cyan-600:hover,
1739
+ a.iconify-md-bg-cyan-600:focus {
1740
+ background-color: #0097a7; }
1741
+
1742
+ .iconify-md-bg-cyan-700 {
1743
+ background-color: #0097a7; }
1744
+
1745
+ a.iconify-md-bg-cyan-700:hover,
1746
+ a.iconify-md-bg-cyan-700:focus {
1747
+ background-color: #00838f; }
1748
+
1749
+ .iconify-md-bg-cyan-800 {
1750
+ background-color: #00838f; }
1751
+
1752
+ a.iconify-md-bg-cyan-800:hover,
1753
+ a.iconify-md-bg-cyan-800:focus {
1754
+ background-color: #006064; }
1755
+
1756
+ .iconify-md-bg-cyan-900 {
1757
+ background-color: #006064; }
1758
+
1759
+ a.iconify-md-bg-cyan-900:hover,
1760
+ a.iconify-md-bg-cyan-900:focus {
1761
+ background-color: #002f31; }
1762
+
1763
+ .iconify-md-bg-cyan-A100 {
1764
+ background-color: #84ffff; }
1765
+
1766
+ a.iconify-md-bg-cyan-A100:hover,
1767
+ a.iconify-md-bg-cyan-A100:focus {
1768
+ background-color: #51ffff; }
1769
+
1770
+ .iconify-md-bg-cyan-A200 {
1771
+ background-color: #18ffff; }
1772
+
1773
+ a.iconify-md-bg-cyan-A200:hover,
1774
+ a.iconify-md-bg-cyan-A200:focus {
1775
+ background-color: #00e4e4; }
1776
+
1777
+ .iconify-md-bg-cyan-A400 {
1778
+ background-color: #00e5ff; }
1779
+
1780
+ a.iconify-md-bg-cyan-A400:hover,
1781
+ a.iconify-md-bg-cyan-A400:focus {
1782
+ background-color: #00b7cc; }
1783
+
1784
+ .iconify-md-bg-cyan-A700 {
1785
+ background-color: #00b8d4; }
1786
+
1787
+ a.iconify-md-bg-cyan-A700:hover,
1788
+ a.iconify-md-bg-cyan-A700:focus {
1789
+ background-color: #008ca1; }
1790
+
1791
+ .iconify-md-teal {
1792
+ color: #009688; }
1793
+
1794
+ a.iconify-md-teal:hover,
1795
+ a.iconify-md-teal:focus {
1796
+ color: #00897b; }
1797
+
1798
+ .iconify-md-teal-50 {
1799
+ color: #e0f2f1; }
1800
+
1801
+ a.iconify-md-teal-50:hover,
1802
+ a.iconify-md-teal-50:focus {
1803
+ color: #b2dfdb; }
1804
+
1805
+ .iconify-md-teal-100 {
1806
+ color: #b2dfdb; }
1807
+
1808
+ a.iconify-md-teal-100:hover,
1809
+ a.iconify-md-teal-100:focus {
1810
+ color: #80cbc4; }
1811
+
1812
+ .iconify-md-teal-200 {
1813
+ color: #80cbc4; }
1814
+
1815
+ a.iconify-md-teal-200:hover,
1816
+ a.iconify-md-teal-200:focus {
1817
+ color: #4db6ac; }
1818
+
1819
+ .iconify-md-teal-300 {
1820
+ color: #4db6ac; }
1821
+
1822
+ a.iconify-md-teal-300:hover,
1823
+ a.iconify-md-teal-300:focus {
1824
+ color: #26a69a; }
1825
+
1826
+ .iconify-md-teal-400 {
1827
+ color: #26a69a; }
1828
+
1829
+ a.iconify-md-teal-400:hover,
1830
+ a.iconify-md-teal-400:focus {
1831
+ color: #009688; }
1832
+
1833
+ .iconify-md-teal-500 {
1834
+ color: #009688; }
1835
+
1836
+ a.iconify-md-teal-500:hover,
1837
+ a.iconify-md-teal-500:focus {
1838
+ color: #00897b; }
1839
+
1840
+ .iconify-md-teal-600 {
1841
+ color: #00897b; }
1842
+
1843
+ a.iconify-md-teal-600:hover,
1844
+ a.iconify-md-teal-600:focus {
1845
+ color: #00796b; }
1846
+
1847
+ .iconify-md-teal-700 {
1848
+ color: #00796b; }
1849
+
1850
+ a.iconify-md-teal-700:hover,
1851
+ a.iconify-md-teal-700:focus {
1852
+ color: #00695c; }
1853
+
1854
+ .iconify-md-teal-800 {
1855
+ color: #00695c; }
1856
+
1857
+ a.iconify-md-teal-800:hover,
1858
+ a.iconify-md-teal-800:focus {
1859
+ color: #004d40; }
1860
+
1861
+ .iconify-md-teal-900 {
1862
+ color: #004d40; }
1863
+
1864
+ a.iconify-md-teal-900:hover,
1865
+ a.iconify-md-teal-900:focus {
1866
+ color: #001a16; }
1867
+
1868
+ .iconify-md-teal-A100 {
1869
+ color: #a7ffeb; }
1870
+
1871
+ a.iconify-md-teal-A100:hover,
1872
+ a.iconify-md-teal-A100:focus {
1873
+ color: #74ffdf; }
1874
+
1875
+ .iconify-md-teal-A200 {
1876
+ color: #64ffda; }
1877
+
1878
+ a.iconify-md-teal-A200:hover,
1879
+ a.iconify-md-teal-A200:focus {
1880
+ color: #31ffce; }
1881
+
1882
+ .iconify-md-teal-A400 {
1883
+ color: #1de9b6; }
1884
+
1885
+ a.iconify-md-teal-A400:hover,
1886
+ a.iconify-md-teal-A400:focus {
1887
+ color: #13c095; }
1888
+
1889
+ .iconify-md-teal-A700 {
1890
+ color: #00bfa5; }
1891
+
1892
+ a.iconify-md-teal-A700:hover,
1893
+ a.iconify-md-teal-A700:focus {
1894
+ color: #008c79; }
1895
+
1896
+ .iconify-md-bg-teal {
1897
+ background-color: #009688; }
1898
+
1899
+ a.iconify-md-bg-teal:hover,
1900
+ a.iconify-md-bg-teal:focus {
1901
+ background-color: #00897b; }
1902
+
1903
+ .iconify-md-bg-teal-50 {
1904
+ background-color: #e0f2f1; }
1905
+
1906
+ a.iconify-md-bg-teal-50:hover,
1907
+ a.iconify-md-bg-teal-50:focus {
1908
+ background-color: #b2dfdb; }
1909
+
1910
+ .iconify-md-bg-teal-100 {
1911
+ background-color: #b2dfdb; }
1912
+
1913
+ a.iconify-md-bg-teal-100:hover,
1914
+ a.iconify-md-bg-teal-100:focus {
1915
+ background-color: #80cbc4; }
1916
+
1917
+ .iconify-md-bg-teal-200 {
1918
+ background-color: #80cbc4; }
1919
+
1920
+ a.iconify-md-bg-teal-200:hover,
1921
+ a.iconify-md-bg-teal-200:focus {
1922
+ background-color: #4db6ac; }
1923
+
1924
+ .iconify-md-bg-teal-300 {
1925
+ background-color: #4db6ac; }
1926
+
1927
+ a.iconify-md-bg-teal-300:hover,
1928
+ a.iconify-md-bg-teal-300:focus {
1929
+ background-color: #26a69a; }
1930
+
1931
+ .iconify-md-bg-teal-400 {
1932
+ background-color: #26a69a; }
1933
+
1934
+ a.iconify-md-bg-teal-400:hover,
1935
+ a.iconify-md-bg-teal-400:focus {
1936
+ background-color: #009688; }
1937
+
1938
+ .iconify-md-bg-teal-500 {
1939
+ background-color: #009688; }
1940
+
1941
+ a.iconify-md-bg-teal-500:hover,
1942
+ a.iconify-md-bg-teal-500:focus {
1943
+ background-color: #00897b; }
1944
+
1945
+ .iconify-md-bg-teal-600 {
1946
+ background-color: #00897b; }
1947
+
1948
+ a.iconify-md-bg-teal-600:hover,
1949
+ a.iconify-md-bg-teal-600:focus {
1950
+ background-color: #00796b; }
1951
+
1952
+ .iconify-md-bg-teal-700 {
1953
+ background-color: #00796b; }
1954
+
1955
+ a.iconify-md-bg-teal-700:hover,
1956
+ a.iconify-md-bg-teal-700:focus {
1957
+ background-color: #00695c; }
1958
+
1959
+ .iconify-md-bg-teal-800 {
1960
+ background-color: #00695c; }
1961
+
1962
+ a.iconify-md-bg-teal-800:hover,
1963
+ a.iconify-md-bg-teal-800:focus {
1964
+ background-color: #004d40; }
1965
+
1966
+ .iconify-md-bg-teal-900 {
1967
+ background-color: #004d40; }
1968
+
1969
+ a.iconify-md-bg-teal-900:hover,
1970
+ a.iconify-md-bg-teal-900:focus {
1971
+ background-color: #001a16; }
1972
+
1973
+ .iconify-md-bg-teal-A100 {
1974
+ background-color: #a7ffeb; }
1975
+
1976
+ a.iconify-md-bg-teal-A100:hover,
1977
+ a.iconify-md-bg-teal-A100:focus {
1978
+ background-color: #74ffdf; }
1979
+
1980
+ .iconify-md-bg-teal-A200 {
1981
+ background-color: #64ffda; }
1982
+
1983
+ a.iconify-md-bg-teal-A200:hover,
1984
+ a.iconify-md-bg-teal-A200:focus {
1985
+ background-color: #31ffce; }
1986
+
1987
+ .iconify-md-bg-teal-A400 {
1988
+ background-color: #1de9b6; }
1989
+
1990
+ a.iconify-md-bg-teal-A400:hover,
1991
+ a.iconify-md-bg-teal-A400:focus {
1992
+ background-color: #13c095; }
1993
+
1994
+ .iconify-md-bg-teal-A700 {
1995
+ background-color: #00bfa5; }
1996
+
1997
+ a.iconify-md-bg-teal-A700:hover,
1998
+ a.iconify-md-bg-teal-A700:focus {
1999
+ background-color: #008c79; }
2000
+
2001
+ .iconify-md-green {
2002
+ color: #4caf50; }
2003
+
2004
+ a.iconify-md-green:hover,
2005
+ a.iconify-md-green:focus {
2006
+ color: #43a047; }
2007
+
2008
+ .iconify-md-green-50 {
2009
+ color: #e8f5e9; }
2010
+
2011
+ a.iconify-md-green-50:hover,
2012
+ a.iconify-md-green-50:focus {
2013
+ color: #c8e6c9; }
2014
+
2015
+ .iconify-md-green-100 {
2016
+ color: #c8e6c9; }
2017
+
2018
+ a.iconify-md-green-100:hover,
2019
+ a.iconify-md-green-100:focus {
2020
+ color: #a5d6a7; }
2021
+
2022
+ .iconify-md-green-200 {
2023
+ color: #a5d6a7; }
2024
+
2025
+ a.iconify-md-green-200:hover,
2026
+ a.iconify-md-green-200:focus {
2027
+ color: #81c784; }
2028
+
2029
+ .iconify-md-green-300 {
2030
+ color: #81c784; }
2031
+
2032
+ a.iconify-md-green-300:hover,
2033
+ a.iconify-md-green-300:focus {
2034
+ color: #66bb6a; }
2035
+
2036
+ .iconify-md-green-400 {
2037
+ color: #66bb6a; }
2038
+
2039
+ a.iconify-md-green-400:hover,
2040
+ a.iconify-md-green-400:focus {
2041
+ color: #4caf50; }
2042
+
2043
+ .iconify-md-green-500 {
2044
+ color: #4caf50; }
2045
+
2046
+ a.iconify-md-green-500:hover,
2047
+ a.iconify-md-green-500:focus {
2048
+ color: #43a047; }
2049
+
2050
+ .iconify-md-green-600 {
2051
+ color: #43a047; }
2052
+
2053
+ a.iconify-md-green-600:hover,
2054
+ a.iconify-md-green-600:focus {
2055
+ color: #388e3c; }
2056
+
2057
+ .iconify-md-green-700 {
2058
+ color: #388e3c; }
2059
+
2060
+ a.iconify-md-green-700:hover,
2061
+ a.iconify-md-green-700:focus {
2062
+ color: #2e7d32; }
2063
+
2064
+ .iconify-md-green-800 {
2065
+ color: #2e7d32; }
2066
+
2067
+ a.iconify-md-green-800:hover,
2068
+ a.iconify-md-green-800:focus {
2069
+ color: #1b5e20; }
2070
+
2071
+ .iconify-md-green-900 {
2072
+ color: #1b5e20; }
2073
+
2074
+ a.iconify-md-green-900:hover,
2075
+ a.iconify-md-green-900:focus {
2076
+ color: #103613; }
2077
+
2078
+ .iconify-md-green-A100 {
2079
+ color: #b9f6ca; }
2080
+
2081
+ a.iconify-md-green-A100:hover,
2082
+ a.iconify-md-green-A100:focus {
2083
+ color: #8cf0a8; }
2084
+
2085
+ .iconify-md-green-A200 {
2086
+ color: #69f0ae; }
2087
+
2088
+ a.iconify-md-green-A200:hover,
2089
+ a.iconify-md-green-A200:focus {
2090
+ color: #3beb95; }
2091
+
2092
+ .iconify-md-green-A400 {
2093
+ color: #00e676; }
2094
+
2095
+ a.iconify-md-green-A400:hover,
2096
+ a.iconify-md-green-A400:focus {
2097
+ color: #00b35c; }
2098
+
2099
+ .iconify-md-green-A700 {
2100
+ color: #00c853; }
2101
+
2102
+ a.iconify-md-green-A700:hover,
2103
+ a.iconify-md-green-A700:focus {
2104
+ color: #00953e; }
2105
+
2106
+ .iconify-md-bg-green {
2107
+ background-color: #4caf50; }
2108
+
2109
+ a.iconify-md-bg-green:hover,
2110
+ a.iconify-md-bg-green:focus {
2111
+ background-color: #43a047; }
2112
+
2113
+ .iconify-md-bg-green-50 {
2114
+ background-color: #e8f5e9; }
2115
+
2116
+ a.iconify-md-bg-green-50:hover,
2117
+ a.iconify-md-bg-green-50:focus {
2118
+ background-color: #c8e6c9; }
2119
+
2120
+ .iconify-md-bg-green-100 {
2121
+ background-color: #c8e6c9; }
2122
+
2123
+ a.iconify-md-bg-green-100:hover,
2124
+ a.iconify-md-bg-green-100:focus {
2125
+ background-color: #a5d6a7; }
2126
+
2127
+ .iconify-md-bg-green-200 {
2128
+ background-color: #a5d6a7; }
2129
+
2130
+ a.iconify-md-bg-green-200:hover,
2131
+ a.iconify-md-bg-green-200:focus {
2132
+ background-color: #81c784; }
2133
+
2134
+ .iconify-md-bg-green-300 {
2135
+ background-color: #81c784; }
2136
+
2137
+ a.iconify-md-bg-green-300:hover,
2138
+ a.iconify-md-bg-green-300:focus {
2139
+ background-color: #66bb6a; }
2140
+
2141
+ .iconify-md-bg-green-400 {
2142
+ background-color: #66bb6a; }
2143
+
2144
+ a.iconify-md-bg-green-400:hover,
2145
+ a.iconify-md-bg-green-400:focus {
2146
+ background-color: #4caf50; }
2147
+
2148
+ .iconify-md-bg-green-500 {
2149
+ background-color: #4caf50; }
2150
+
2151
+ a.iconify-md-bg-green-500:hover,
2152
+ a.iconify-md-bg-green-500:focus {
2153
+ background-color: #43a047; }
2154
+
2155
+ .iconify-md-bg-green-600 {
2156
+ background-color: #43a047; }
2157
+
2158
+ a.iconify-md-bg-green-600:hover,
2159
+ a.iconify-md-bg-green-600:focus {
2160
+ background-color: #388e3c; }
2161
+
2162
+ .iconify-md-bg-green-700 {
2163
+ background-color: #388e3c; }
2164
+
2165
+ a.iconify-md-bg-green-700:hover,
2166
+ a.iconify-md-bg-green-700:focus {
2167
+ background-color: #2e7d32; }
2168
+
2169
+ .iconify-md-bg-green-800 {
2170
+ background-color: #2e7d32; }
2171
+
2172
+ a.iconify-md-bg-green-800:hover,
2173
+ a.iconify-md-bg-green-800:focus {
2174
+ background-color: #1b5e20; }
2175
+
2176
+ .iconify-md-bg-green-900 {
2177
+ background-color: #1b5e20; }
2178
+
2179
+ a.iconify-md-bg-green-900:hover,
2180
+ a.iconify-md-bg-green-900:focus {
2181
+ background-color: #103613; }
2182
+
2183
+ .iconify-md-bg-green-A100 {
2184
+ background-color: #b9f6ca; }
2185
+
2186
+ a.iconify-md-bg-green-A100:hover,
2187
+ a.iconify-md-bg-green-A100:focus {
2188
+ background-color: #8cf0a8; }
2189
+
2190
+ .iconify-md-bg-green-A200 {
2191
+ background-color: #69f0ae; }
2192
+
2193
+ a.iconify-md-bg-green-A200:hover,
2194
+ a.iconify-md-bg-green-A200:focus {
2195
+ background-color: #3beb95; }
2196
+
2197
+ .iconify-md-bg-green-A400 {
2198
+ background-color: #00e676; }
2199
+
2200
+ a.iconify-md-bg-green-A400:hover,
2201
+ a.iconify-md-bg-green-A400:focus {
2202
+ background-color: #00b35c; }
2203
+
2204
+ .iconify-md-bg-green-A700 {
2205
+ background-color: #00c853; }
2206
+
2207
+ a.iconify-md-bg-green-A700:hover,
2208
+ a.iconify-md-bg-green-A700:focus {
2209
+ background-color: #00953e; }
2210
+
2211
+ .iconify-md-light-green {
2212
+ color: #8bc34a; }
2213
+
2214
+ a.iconify-md-light-green:hover,
2215
+ a.iconify-md-light-green:focus {
2216
+ color: #7cb342; }
2217
+
2218
+ .iconify-md-light-green-50 {
2219
+ color: #f1f8e9; }
2220
+
2221
+ a.iconify-md-light-green-50:hover,
2222
+ a.iconify-md-light-green-50:focus {
2223
+ color: #dcedc8; }
2224
+
2225
+ .iconify-md-light-green-100 {
2226
+ color: #dcedc8; }
2227
+
2228
+ a.iconify-md-light-green-100:hover,
2229
+ a.iconify-md-light-green-100:focus {
2230
+ color: #c5e1a5; }
2231
+
2232
+ .iconify-md-light-green-200 {
2233
+ color: #c5e1a5; }
2234
+
2235
+ a.iconify-md-light-green-200:hover,
2236
+ a.iconify-md-light-green-200:focus {
2237
+ color: #aed581; }
2238
+
2239
+ .iconify-md-light-green-300 {
2240
+ color: #aed581; }
2241
+
2242
+ a.iconify-md-light-green-300:hover,
2243
+ a.iconify-md-light-green-300:focus {
2244
+ color: #9ccc65; }
2245
+
2246
+ .iconify-md-light-green-400 {
2247
+ color: #9ccc65; }
2248
+
2249
+ a.iconify-md-light-green-400:hover,
2250
+ a.iconify-md-light-green-400:focus {
2251
+ color: #8bc34a; }
2252
+
2253
+ .iconify-md-light-green-500 {
2254
+ color: #8bc34a; }
2255
+
2256
+ a.iconify-md-light-green-500:hover,
2257
+ a.iconify-md-light-green-500:focus {
2258
+ color: #7cb342; }
2259
+
2260
+ .iconify-md-light-green-600 {
2261
+ color: #7cb342; }
2262
+
2263
+ a.iconify-md-light-green-600:hover,
2264
+ a.iconify-md-light-green-600:focus {
2265
+ color: #689f38; }
2266
+
2267
+ .iconify-md-light-green-700 {
2268
+ color: #689f38; }
2269
+
2270
+ a.iconify-md-light-green-700:hover,
2271
+ a.iconify-md-light-green-700:focus {
2272
+ color: #558b2f; }
2273
+
2274
+ .iconify-md-light-green-800 {
2275
+ color: #558b2f; }
2276
+
2277
+ a.iconify-md-light-green-800:hover,
2278
+ a.iconify-md-light-green-800:focus {
2279
+ color: #33691e; }
2280
+
2281
+ .iconify-md-light-green-900 {
2282
+ color: #33691e; }
2283
+
2284
+ a.iconify-md-light-green-900:hover,
2285
+ a.iconify-md-light-green-900:focus {
2286
+ color: #204113; }
2287
+
2288
+ .iconify-md-light-green-A100 {
2289
+ color: #ccff90; }
2290
+
2291
+ a.iconify-md-light-green-A100:hover,
2292
+ a.iconify-md-light-green-A100:focus {
2293
+ color: #b5ff5d; }
2294
+
2295
+ .iconify-md-light-green-A200 {
2296
+ color: #b2ff59; }
2297
+
2298
+ a.iconify-md-light-green-A200:hover,
2299
+ a.iconify-md-light-green-A200:focus {
2300
+ color: #9aff26; }
2301
+
2302
+ .iconify-md-light-green-A400 {
2303
+ color: #76ff03; }
2304
+
2305
+ a.iconify-md-light-green-A400:hover,
2306
+ a.iconify-md-light-green-A400:focus {
2307
+ color: #5ecf00; }
2308
+
2309
+ .iconify-md-light-green-A700 {
2310
+ color: #64dd17; }
2311
+
2312
+ a.iconify-md-light-green-A700:hover,
2313
+ a.iconify-md-light-green-A700:focus {
2314
+ color: #4faf12; }
2315
+
2316
+ .iconify-md-bg-light-green {
2317
+ background-color: #8bc34a; }
2318
+
2319
+ a.iconify-md-bg-light-green:hover,
2320
+ a.iconify-md-bg-light-green:focus {
2321
+ background-color: #7cb342; }
2322
+
2323
+ .iconify-md-bg-light-green-50 {
2324
+ background-color: #f1f8e9; }
2325
+
2326
+ a.iconify-md-bg-light-green-50:hover,
2327
+ a.iconify-md-bg-light-green-50:focus {
2328
+ background-color: #dcedc8; }
2329
+
2330
+ .iconify-md-bg-light-green-100 {
2331
+ background-color: #dcedc8; }
2332
+
2333
+ a.iconify-md-bg-light-green-100:hover,
2334
+ a.iconify-md-bg-light-green-100:focus {
2335
+ background-color: #c5e1a5; }
2336
+
2337
+ .iconify-md-bg-light-green-200 {
2338
+ background-color: #c5e1a5; }
2339
+
2340
+ a.iconify-md-bg-light-green-200:hover,
2341
+ a.iconify-md-bg-light-green-200:focus {
2342
+ background-color: #aed581; }
2343
+
2344
+ .iconify-md-bg-light-green-300 {
2345
+ background-color: #aed581; }
2346
+
2347
+ a.iconify-md-bg-light-green-300:hover,
2348
+ a.iconify-md-bg-light-green-300:focus {
2349
+ background-color: #9ccc65; }
2350
+
2351
+ .iconify-md-bg-light-green-400 {
2352
+ background-color: #9ccc65; }
2353
+
2354
+ a.iconify-md-bg-light-green-400:hover,
2355
+ a.iconify-md-bg-light-green-400:focus {
2356
+ background-color: #8bc34a; }
2357
+
2358
+ .iconify-md-bg-light-green-500 {
2359
+ background-color: #8bc34a; }
2360
+
2361
+ a.iconify-md-bg-light-green-500:hover,
2362
+ a.iconify-md-bg-light-green-500:focus {
2363
+ background-color: #7cb342; }
2364
+
2365
+ .iconify-md-bg-light-green-600 {
2366
+ background-color: #7cb342; }
2367
+
2368
+ a.iconify-md-bg-light-green-600:hover,
2369
+ a.iconify-md-bg-light-green-600:focus {
2370
+ background-color: #689f38; }
2371
+
2372
+ .iconify-md-bg-light-green-700 {
2373
+ background-color: #689f38; }
2374
+
2375
+ a.iconify-md-bg-light-green-700:hover,
2376
+ a.iconify-md-bg-light-green-700:focus {
2377
+ background-color: #558b2f; }
2378
+
2379
+ .iconify-md-bg-light-green-800 {
2380
+ background-color: #558b2f; }
2381
+
2382
+ a.iconify-md-bg-light-green-800:hover,
2383
+ a.iconify-md-bg-light-green-800:focus {
2384
+ background-color: #33691e; }
2385
+
2386
+ .iconify-md-bg-light-green-900 {
2387
+ background-color: #33691e; }
2388
+
2389
+ a.iconify-md-bg-light-green-900:hover,
2390
+ a.iconify-md-bg-light-green-900:focus {
2391
+ background-color: #204113; }
2392
+
2393
+ .iconify-md-bg-light-green-A100 {
2394
+ background-color: #ccff90; }
2395
+
2396
+ a.iconify-md-bg-light-green-A100:hover,
2397
+ a.iconify-md-bg-light-green-A100:focus {
2398
+ background-color: #b5ff5d; }
2399
+
2400
+ .iconify-md-bg-light-green-A200 {
2401
+ background-color: #b2ff59; }
2402
+
2403
+ a.iconify-md-bg-light-green-A200:hover,
2404
+ a.iconify-md-bg-light-green-A200:focus {
2405
+ background-color: #9aff26; }
2406
+
2407
+ .iconify-md-bg-light-green-A400 {
2408
+ background-color: #76ff03; }
2409
+
2410
+ a.iconify-md-bg-light-green-A400:hover,
2411
+ a.iconify-md-bg-light-green-A400:focus {
2412
+ background-color: #5ecf00; }
2413
+
2414
+ .iconify-md-bg-light-green-A700 {
2415
+ background-color: #64dd17; }
2416
+
2417
+ a.iconify-md-bg-light-green-A700:hover,
2418
+ a.iconify-md-bg-light-green-A700:focus {
2419
+ background-color: #4faf12; }
2420
+
2421
+ .iconify-md-lime {
2422
+ color: #cddc39; }
2423
+
2424
+ a.iconify-md-lime:hover,
2425
+ a.iconify-md-lime:focus {
2426
+ color: #c0ca33; }
2427
+
2428
+ .iconify-md-lime-50 {
2429
+ color: #f9fbe7; }
2430
+
2431
+ a.iconify-md-lime-50:hover,
2432
+ a.iconify-md-lime-50:focus {
2433
+ color: #f0f4c3; }
2434
+
2435
+ .iconify-md-lime-100 {
2436
+ color: #f0f4c3; }
2437
+
2438
+ a.iconify-md-lime-100:hover,
2439
+ a.iconify-md-lime-100:focus {
2440
+ color: #e6ee9c; }
2441
+
2442
+ .iconify-md-lime-200 {
2443
+ color: #e6ee9c; }
2444
+
2445
+ a.iconify-md-lime-200:hover,
2446
+ a.iconify-md-lime-200:focus {
2447
+ color: #dce775; }
2448
+
2449
+ .iconify-md-lime-300 {
2450
+ color: #dce775; }
2451
+
2452
+ a.iconify-md-lime-300:hover,
2453
+ a.iconify-md-lime-300:focus {
2454
+ color: #d4e157; }
2455
+
2456
+ .iconify-md-lime-400 {
2457
+ color: #d4e157; }
2458
+
2459
+ a.iconify-md-lime-400:hover,
2460
+ a.iconify-md-lime-400:focus {
2461
+ color: #cddc39; }
2462
+
2463
+ .iconify-md-lime-500 {
2464
+ color: #cddc39; }
2465
+
2466
+ a.iconify-md-lime-500:hover,
2467
+ a.iconify-md-lime-500:focus {
2468
+ color: #c0ca33; }
2469
+
2470
+ .iconify-md-lime-600 {
2471
+ color: #c0ca33; }
2472
+
2473
+ a.iconify-md-lime-600:hover,
2474
+ a.iconify-md-lime-600:focus {
2475
+ color: #afb42b; }
2476
+
2477
+ .iconify-md-lime-700 {
2478
+ color: #afb42b; }
2479
+
2480
+ a.iconify-md-lime-700:hover,
2481
+ a.iconify-md-lime-700:focus {
2482
+ color: #9e9d24; }
2483
+
2484
+ .iconify-md-lime-800 {
2485
+ color: #9e9d24; }
2486
+
2487
+ a.iconify-md-lime-800:hover,
2488
+ a.iconify-md-lime-800:focus {
2489
+ color: #827717; }
2490
+
2491
+ .iconify-md-lime-900 {
2492
+ color: #827717; }
2493
+
2494
+ a.iconify-md-lime-900:hover,
2495
+ a.iconify-md-lime-900:focus {
2496
+ color: #574f0f; }
2497
+
2498
+ .iconify-md-lime-A100 {
2499
+ color: #f4ff81; }
2500
+
2501
+ a.iconify-md-lime-A100:hover,
2502
+ a.iconify-md-lime-A100:focus {
2503
+ color: #f0ff4e; }
2504
+
2505
+ .iconify-md-lime-A200 {
2506
+ color: #eeff41; }
2507
+
2508
+ a.iconify-md-lime-A200:hover,
2509
+ a.iconify-md-lime-A200:focus {
2510
+ color: #e9ff0e; }
2511
+
2512
+ .iconify-md-lime-A400 {
2513
+ color: #c6ff00; }
2514
+
2515
+ a.iconify-md-lime-A400:hover,
2516
+ a.iconify-md-lime-A400:focus {
2517
+ color: #9ecc00; }
2518
+
2519
+ .iconify-md-lime-A700 {
2520
+ color: #aeea00; }
2521
+
2522
+ a.iconify-md-lime-A700:hover,
2523
+ a.iconify-md-lime-A700:focus {
2524
+ color: #88b700; }
2525
+
2526
+ .iconify-md-bg-lime {
2527
+ background-color: #cddc39; }
2528
+
2529
+ a.iconify-md-bg-lime:hover,
2530
+ a.iconify-md-bg-lime:focus {
2531
+ background-color: #c0ca33; }
2532
+
2533
+ .iconify-md-bg-lime-50 {
2534
+ background-color: #f9fbe7; }
2535
+
2536
+ a.iconify-md-bg-lime-50:hover,
2537
+ a.iconify-md-bg-lime-50:focus {
2538
+ background-color: #f0f4c3; }
2539
+
2540
+ .iconify-md-bg-lime-100 {
2541
+ background-color: #f0f4c3; }
2542
+
2543
+ a.iconify-md-bg-lime-100:hover,
2544
+ a.iconify-md-bg-lime-100:focus {
2545
+ background-color: #e6ee9c; }
2546
+
2547
+ .iconify-md-bg-lime-200 {
2548
+ background-color: #e6ee9c; }
2549
+
2550
+ a.iconify-md-bg-lime-200:hover,
2551
+ a.iconify-md-bg-lime-200:focus {
2552
+ background-color: #dce775; }
2553
+
2554
+ .iconify-md-bg-lime-300 {
2555
+ background-color: #dce775; }
2556
+
2557
+ a.iconify-md-bg-lime-300:hover,
2558
+ a.iconify-md-bg-lime-300:focus {
2559
+ background-color: #d4e157; }
2560
+
2561
+ .iconify-md-bg-lime-400 {
2562
+ background-color: #d4e157; }
2563
+
2564
+ a.iconify-md-bg-lime-400:hover,
2565
+ a.iconify-md-bg-lime-400:focus {
2566
+ background-color: #cddc39; }
2567
+
2568
+ .iconify-md-bg-lime-500 {
2569
+ background-color: #cddc39; }
2570
+
2571
+ a.iconify-md-bg-lime-500:hover,
2572
+ a.iconify-md-bg-lime-500:focus {
2573
+ background-color: #c0ca33; }
2574
+
2575
+ .iconify-md-bg-lime-600 {
2576
+ background-color: #c0ca33; }
2577
+
2578
+ a.iconify-md-bg-lime-600:hover,
2579
+ a.iconify-md-bg-lime-600:focus {
2580
+ background-color: #afb42b; }
2581
+
2582
+ .iconify-md-bg-lime-700 {
2583
+ background-color: #afb42b; }
2584
+
2585
+ a.iconify-md-bg-lime-700:hover,
2586
+ a.iconify-md-bg-lime-700:focus {
2587
+ background-color: #9e9d24; }
2588
+
2589
+ .iconify-md-bg-lime-800 {
2590
+ background-color: #9e9d24; }
2591
+
2592
+ a.iconify-md-bg-lime-800:hover,
2593
+ a.iconify-md-bg-lime-800:focus {
2594
+ background-color: #827717; }
2595
+
2596
+ .iconify-md-bg-lime-900 {
2597
+ background-color: #827717; }
2598
+
2599
+ a.iconify-md-bg-lime-900:hover,
2600
+ a.iconify-md-bg-lime-900:focus {
2601
+ background-color: #574f0f; }
2602
+
2603
+ .iconify-md-bg-lime-A100 {
2604
+ background-color: #f4ff81; }
2605
+
2606
+ a.iconify-md-bg-lime-A100:hover,
2607
+ a.iconify-md-bg-lime-A100:focus {
2608
+ background-color: #f0ff4e; }
2609
+
2610
+ .iconify-md-bg-lime-A200 {
2611
+ background-color: #eeff41; }
2612
+
2613
+ a.iconify-md-bg-lime-A200:hover,
2614
+ a.iconify-md-bg-lime-A200:focus {
2615
+ background-color: #e9ff0e; }
2616
+
2617
+ .iconify-md-bg-lime-A400 {
2618
+ background-color: #c6ff00; }
2619
+
2620
+ a.iconify-md-bg-lime-A400:hover,
2621
+ a.iconify-md-bg-lime-A400:focus {
2622
+ background-color: #9ecc00; }
2623
+
2624
+ .iconify-md-bg-lime-A700 {
2625
+ background-color: #aeea00; }
2626
+
2627
+ a.iconify-md-bg-lime-A700:hover,
2628
+ a.iconify-md-bg-lime-A700:focus {
2629
+ background-color: #88b700; }
2630
+
2631
+ .iconify-md-yellow {
2632
+ color: #ffeb3b; }
2633
+
2634
+ a.iconify-md-yellow:hover,
2635
+ a.iconify-md-yellow:focus {
2636
+ color: #fdd835; }
2637
+
2638
+ .iconify-md-yellow-50 {
2639
+ color: #fffde7; }
2640
+
2641
+ a.iconify-md-yellow-50:hover,
2642
+ a.iconify-md-yellow-50:focus {
2643
+ color: #fff9c4; }
2644
+
2645
+ .iconify-md-yellow-100 {
2646
+ color: #fff9c4; }
2647
+
2648
+ a.iconify-md-yellow-100:hover,
2649
+ a.iconify-md-yellow-100:focus {
2650
+ color: #fff59d; }
2651
+
2652
+ .iconify-md-yellow-200 {
2653
+ color: #fff59d; }
2654
+
2655
+ a.iconify-md-yellow-200:hover,
2656
+ a.iconify-md-yellow-200:focus {
2657
+ color: #fff176; }
2658
+
2659
+ .iconify-md-yellow-300 {
2660
+ color: #fff176; }
2661
+
2662
+ a.iconify-md-yellow-300:hover,
2663
+ a.iconify-md-yellow-300:focus {
2664
+ color: #ffee58; }
2665
+
2666
+ .iconify-md-yellow-400 {
2667
+ color: #ffee58; }
2668
+
2669
+ a.iconify-md-yellow-400:hover,
2670
+ a.iconify-md-yellow-400:focus {
2671
+ color: #ffeb3b; }
2672
+
2673
+ .iconify-md-yellow-500 {
2674
+ color: #ffeb3b; }
2675
+
2676
+ a.iconify-md-yellow-500:hover,
2677
+ a.iconify-md-yellow-500:focus {
2678
+ color: #fdd835; }
2679
+
2680
+ .iconify-md-yellow-600 {
2681
+ color: #fdd835; }
2682
+
2683
+ a.iconify-md-yellow-600:hover,
2684
+ a.iconify-md-yellow-600:focus {
2685
+ color: #fbc02d; }
2686
+
2687
+ .iconify-md-yellow-700 {
2688
+ color: #fbc02d; }
2689
+
2690
+ a.iconify-md-yellow-700:hover,
2691
+ a.iconify-md-yellow-700:focus {
2692
+ color: #f9a825; }
2693
+
2694
+ .iconify-md-yellow-800 {
2695
+ color: #f9a825; }
2696
+
2697
+ a.iconify-md-yellow-800:hover,
2698
+ a.iconify-md-yellow-800:focus {
2699
+ color: #f57f17; }
2700
+
2701
+ .iconify-md-yellow-900 {
2702
+ color: #f57f17; }
2703
+
2704
+ a.iconify-md-yellow-900:hover,
2705
+ a.iconify-md-yellow-900:focus {
2706
+ color: #d06609; }
2707
+
2708
+ .iconify-md-yellow-A100 {
2709
+ color: #ffff8d; }
2710
+
2711
+ a.iconify-md-yellow-A100:hover,
2712
+ a.iconify-md-yellow-A100:focus {
2713
+ color: #ffff5a; }
2714
+
2715
+ .iconify-md-yellow-A200 {
2716
+ color: #ffff00; }
2717
+
2718
+ a.iconify-md-yellow-A200:hover,
2719
+ a.iconify-md-yellow-A200:focus {
2720
+ color: #cccc00; }
2721
+
2722
+ .iconify-md-yellow-A400 {
2723
+ color: #ffea00; }
2724
+
2725
+ a.iconify-md-yellow-A400:hover,
2726
+ a.iconify-md-yellow-A400:focus {
2727
+ color: #ccbb00; }
2728
+
2729
+ .iconify-md-yellow-A700 {
2730
+ color: #ffd600; }
2731
+
2732
+ a.iconify-md-yellow-A700:hover,
2733
+ a.iconify-md-yellow-A700:focus {
2734
+ color: #ccab00; }
2735
+
2736
+ .iconify-md-bg-yellow {
2737
+ background-color: #ffeb3b; }
2738
+
2739
+ a.iconify-md-bg-yellow:hover,
2740
+ a.iconify-md-bg-yellow:focus {
2741
+ background-color: #fdd835; }
2742
+
2743
+ .iconify-md-bg-yellow-50 {
2744
+ background-color: #fffde7; }
2745
+
2746
+ a.iconify-md-bg-yellow-50:hover,
2747
+ a.iconify-md-bg-yellow-50:focus {
2748
+ background-color: #fff9c4; }
2749
+
2750
+ .iconify-md-bg-yellow-100 {
2751
+ background-color: #fff9c4; }
2752
+
2753
+ a.iconify-md-bg-yellow-100:hover,
2754
+ a.iconify-md-bg-yellow-100:focus {
2755
+ background-color: #fff59d; }
2756
+
2757
+ .iconify-md-bg-yellow-200 {
2758
+ background-color: #fff59d; }
2759
+
2760
+ a.iconify-md-bg-yellow-200:hover,
2761
+ a.iconify-md-bg-yellow-200:focus {
2762
+ background-color: #fff176; }
2763
+
2764
+ .iconify-md-bg-yellow-300 {
2765
+ background-color: #fff176; }
2766
+
2767
+ a.iconify-md-bg-yellow-300:hover,
2768
+ a.iconify-md-bg-yellow-300:focus {
2769
+ background-color: #ffee58; }
2770
+
2771
+ .iconify-md-bg-yellow-400 {
2772
+ background-color: #ffee58; }
2773
+
2774
+ a.iconify-md-bg-yellow-400:hover,
2775
+ a.iconify-md-bg-yellow-400:focus {
2776
+ background-color: #ffeb3b; }
2777
+
2778
+ .iconify-md-bg-yellow-500 {
2779
+ background-color: #ffeb3b; }
2780
+
2781
+ a.iconify-md-bg-yellow-500:hover,
2782
+ a.iconify-md-bg-yellow-500:focus {
2783
+ background-color: #fdd835; }
2784
+
2785
+ .iconify-md-bg-yellow-600 {
2786
+ background-color: #fdd835; }
2787
+
2788
+ a.iconify-md-bg-yellow-600:hover,
2789
+ a.iconify-md-bg-yellow-600:focus {
2790
+ background-color: #fbc02d; }
2791
+
2792
+ .iconify-md-bg-yellow-700 {
2793
+ background-color: #fbc02d; }
2794
+
2795
+ a.iconify-md-bg-yellow-700:hover,
2796
+ a.iconify-md-bg-yellow-700:focus {
2797
+ background-color: #f9a825; }
2798
+
2799
+ .iconify-md-bg-yellow-800 {
2800
+ background-color: #f9a825; }
2801
+
2802
+ a.iconify-md-bg-yellow-800:hover,
2803
+ a.iconify-md-bg-yellow-800:focus {
2804
+ background-color: #f57f17; }
2805
+
2806
+ .iconify-md-bg-yellow-900 {
2807
+ background-color: #f57f17; }
2808
+
2809
+ a.iconify-md-bg-yellow-900:hover,
2810
+ a.iconify-md-bg-yellow-900:focus {
2811
+ background-color: #d06609; }
2812
+
2813
+ .iconify-md-bg-yellow-A100 {
2814
+ background-color: #ffff8d; }
2815
+
2816
+ a.iconify-md-bg-yellow-A100:hover,
2817
+ a.iconify-md-bg-yellow-A100:focus {
2818
+ background-color: #ffff5a; }
2819
+
2820
+ .iconify-md-bg-yellow-A200 {
2821
+ background-color: #ffff00; }
2822
+
2823
+ a.iconify-md-bg-yellow-A200:hover,
2824
+ a.iconify-md-bg-yellow-A200:focus {
2825
+ background-color: #cccc00; }
2826
+
2827
+ .iconify-md-bg-yellow-A400 {
2828
+ background-color: #ffea00; }
2829
+
2830
+ a.iconify-md-bg-yellow-A400:hover,
2831
+ a.iconify-md-bg-yellow-A400:focus {
2832
+ background-color: #ccbb00; }
2833
+
2834
+ .iconify-md-bg-yellow-A700 {
2835
+ background-color: #ffd600; }
2836
+
2837
+ a.iconify-md-bg-yellow-A700:hover,
2838
+ a.iconify-md-bg-yellow-A700:focus {
2839
+ background-color: #ccab00; }
2840
+
2841
+ .iconify-md-amber {
2842
+ color: #ffc107; }
2843
+
2844
+ a.iconify-md-amber:hover,
2845
+ a.iconify-md-amber:focus {
2846
+ color: #ffb300; }
2847
+
2848
+ .iconify-md-amber-50 {
2849
+ color: #fff8e1; }
2850
+
2851
+ a.iconify-md-amber-50:hover,
2852
+ a.iconify-md-amber-50:focus {
2853
+ color: #ffecb3; }
2854
+
2855
+ .iconify-md-amber-100 {
2856
+ color: #ffecb3; }
2857
+
2858
+ a.iconify-md-amber-100:hover,
2859
+ a.iconify-md-amber-100:focus {
2860
+ color: #ffe082; }
2861
+
2862
+ .iconify-md-amber-200 {
2863
+ color: #ffe082; }
2864
+
2865
+ a.iconify-md-amber-200:hover,
2866
+ a.iconify-md-amber-200:focus {
2867
+ color: #ffd54f; }
2868
+
2869
+ .iconify-md-amber-300 {
2870
+ color: #ffd54f; }
2871
+
2872
+ a.iconify-md-amber-300:hover,
2873
+ a.iconify-md-amber-300:focus {
2874
+ color: #ffca28; }
2875
+
2876
+ .iconify-md-amber-400 {
2877
+ color: #ffca28; }
2878
+
2879
+ a.iconify-md-amber-400:hover,
2880
+ a.iconify-md-amber-400:focus {
2881
+ color: #ffc107; }
2882
+
2883
+ .iconify-md-amber-500 {
2884
+ color: #ffc107; }
2885
+
2886
+ a.iconify-md-amber-500:hover,
2887
+ a.iconify-md-amber-500:focus {
2888
+ color: #ffb300; }
2889
+
2890
+ .iconify-md-amber-600 {
2891
+ color: #ffb300; }
2892
+
2893
+ a.iconify-md-amber-600:hover,
2894
+ a.iconify-md-amber-600:focus {
2895
+ color: #ffa000; }
2896
+
2897
+ .iconify-md-amber-700 {
2898
+ color: #ffa000; }
2899
+
2900
+ a.iconify-md-amber-700:hover,
2901
+ a.iconify-md-amber-700:focus {
2902
+ color: #ff8f00; }
2903
+
2904
+ .iconify-md-amber-800 {
2905
+ color: #ff8f00; }
2906
+
2907
+ a.iconify-md-amber-800:hover,
2908
+ a.iconify-md-amber-800:focus {
2909
+ color: #ff6f00; }
2910
+
2911
+ .iconify-md-amber-900 {
2912
+ color: #ff6f00; }
2913
+
2914
+ a.iconify-md-amber-900:hover,
2915
+ a.iconify-md-amber-900:focus {
2916
+ color: #cc5900; }
2917
+
2918
+ .iconify-md-amber-A100 {
2919
+ color: #ffe57f; }
2920
+
2921
+ a.iconify-md-amber-A100:hover,
2922
+ a.iconify-md-amber-A100:focus {
2923
+ color: #ffdb4c; }
2924
+
2925
+ .iconify-md-amber-A200 {
2926
+ color: #ffd740; }
2927
+
2928
+ a.iconify-md-amber-A200:hover,
2929
+ a.iconify-md-amber-A200:focus {
2930
+ color: #ffcc0d; }
2931
+
2932
+ .iconify-md-amber-A400 {
2933
+ color: #ffc400; }
2934
+
2935
+ a.iconify-md-amber-A400:hover,
2936
+ a.iconify-md-amber-A400:focus {
2937
+ color: #cc9d00; }
2938
+
2939
+ .iconify-md-amber-A700 {
2940
+ color: #ffab00; }
2941
+
2942
+ a.iconify-md-amber-A700:hover,
2943
+ a.iconify-md-amber-A700:focus {
2944
+ color: #cc8900; }
2945
+
2946
+ .iconify-md-bg-amber {
2947
+ background-color: #ffc107; }
2948
+
2949
+ a.iconify-md-bg-amber:hover,
2950
+ a.iconify-md-bg-amber:focus {
2951
+ background-color: #ffb300; }
2952
+
2953
+ .iconify-md-bg-amber-50 {
2954
+ background-color: #fff8e1; }
2955
+
2956
+ a.iconify-md-bg-amber-50:hover,
2957
+ a.iconify-md-bg-amber-50:focus {
2958
+ background-color: #ffecb3; }
2959
+
2960
+ .iconify-md-bg-amber-100 {
2961
+ background-color: #ffecb3; }
2962
+
2963
+ a.iconify-md-bg-amber-100:hover,
2964
+ a.iconify-md-bg-amber-100:focus {
2965
+ background-color: #ffe082; }
2966
+
2967
+ .iconify-md-bg-amber-200 {
2968
+ background-color: #ffe082; }
2969
+
2970
+ a.iconify-md-bg-amber-200:hover,
2971
+ a.iconify-md-bg-amber-200:focus {
2972
+ background-color: #ffd54f; }
2973
+
2974
+ .iconify-md-bg-amber-300 {
2975
+ background-color: #ffd54f; }
2976
+
2977
+ a.iconify-md-bg-amber-300:hover,
2978
+ a.iconify-md-bg-amber-300:focus {
2979
+ background-color: #ffca28; }
2980
+
2981
+ .iconify-md-bg-amber-400 {
2982
+ background-color: #ffca28; }
2983
+
2984
+ a.iconify-md-bg-amber-400:hover,
2985
+ a.iconify-md-bg-amber-400:focus {
2986
+ background-color: #ffc107; }
2987
+
2988
+ .iconify-md-bg-amber-500 {
2989
+ background-color: #ffc107; }
2990
+
2991
+ a.iconify-md-bg-amber-500:hover,
2992
+ a.iconify-md-bg-amber-500:focus {
2993
+ background-color: #ffb300; }
2994
+
2995
+ .iconify-md-bg-amber-600 {
2996
+ background-color: #ffb300; }
2997
+
2998
+ a.iconify-md-bg-amber-600:hover,
2999
+ a.iconify-md-bg-amber-600:focus {
3000
+ background-color: #ffa000; }
3001
+
3002
+ .iconify-md-bg-amber-700 {
3003
+ background-color: #ffa000; }
3004
+
3005
+ a.iconify-md-bg-amber-700:hover,
3006
+ a.iconify-md-bg-amber-700:focus {
3007
+ background-color: #ff8f00; }
3008
+
3009
+ .iconify-md-bg-amber-800 {
3010
+ background-color: #ff8f00; }
3011
+
3012
+ a.iconify-md-bg-amber-800:hover,
3013
+ a.iconify-md-bg-amber-800:focus {
3014
+ background-color: #ff6f00; }
3015
+
3016
+ .iconify-md-bg-amber-900 {
3017
+ background-color: #ff6f00; }
3018
+
3019
+ a.iconify-md-bg-amber-900:hover,
3020
+ a.iconify-md-bg-amber-900:focus {
3021
+ background-color: #cc5900; }
3022
+
3023
+ .iconify-md-bg-amber-A100 {
3024
+ background-color: #ffe57f; }
3025
+
3026
+ a.iconify-md-bg-amber-A100:hover,
3027
+ a.iconify-md-bg-amber-A100:focus {
3028
+ background-color: #ffdb4c; }
3029
+
3030
+ .iconify-md-bg-amber-A200 {
3031
+ background-color: #ffd740; }
3032
+
3033
+ a.iconify-md-bg-amber-A200:hover,
3034
+ a.iconify-md-bg-amber-A200:focus {
3035
+ background-color: #ffcc0d; }
3036
+
3037
+ .iconify-md-bg-amber-A400 {
3038
+ background-color: #ffc400; }
3039
+
3040
+ a.iconify-md-bg-amber-A400:hover,
3041
+ a.iconify-md-bg-amber-A400:focus {
3042
+ background-color: #cc9d00; }
3043
+
3044
+ .iconify-md-bg-amber-A700 {
3045
+ background-color: #ffab00; }
3046
+
3047
+ a.iconify-md-bg-amber-A700:hover,
3048
+ a.iconify-md-bg-amber-A700:focus {
3049
+ background-color: #cc8900; }
3050
+
3051
+ .iconify-md-orange {
3052
+ color: #ff9800; }
3053
+
3054
+ a.iconify-md-orange:hover,
3055
+ a.iconify-md-orange:focus {
3056
+ color: #fb8c00; }
3057
+
3058
+ .iconify-md-orange-50 {
3059
+ color: #fff3e0; }
3060
+
3061
+ a.iconify-md-orange-50:hover,
3062
+ a.iconify-md-orange-50:focus {
3063
+ color: #ffe0b2; }
3064
+
3065
+ .iconify-md-orange-100 {
3066
+ color: #ffe0b2; }
3067
+
3068
+ a.iconify-md-orange-100:hover,
3069
+ a.iconify-md-orange-100:focus {
3070
+ color: #ffcc80; }
3071
+
3072
+ .iconify-md-orange-200 {
3073
+ color: #ffcc80; }
3074
+
3075
+ a.iconify-md-orange-200:hover,
3076
+ a.iconify-md-orange-200:focus {
3077
+ color: #ffb74d; }
3078
+
3079
+ .iconify-md-orange-300 {
3080
+ color: #ffb74d; }
3081
+
3082
+ a.iconify-md-orange-300:hover,
3083
+ a.iconify-md-orange-300:focus {
3084
+ color: #ffa726; }
3085
+
3086
+ .iconify-md-orange-400 {
3087
+ color: #ffa726; }
3088
+
3089
+ a.iconify-md-orange-400:hover,
3090
+ a.iconify-md-orange-400:focus {
3091
+ color: #ff9800; }
3092
+
3093
+ .iconify-md-orange-500 {
3094
+ color: #ff9800; }
3095
+
3096
+ a.iconify-md-orange-500:hover,
3097
+ a.iconify-md-orange-500:focus {
3098
+ color: #fb8c00; }
3099
+
3100
+ .iconify-md-orange-600 {
3101
+ color: #fb8c00; }
3102
+
3103
+ a.iconify-md-orange-600:hover,
3104
+ a.iconify-md-orange-600:focus {
3105
+ color: #f57c00; }
3106
+
3107
+ .iconify-md-orange-700 {
3108
+ color: #f57c00; }
3109
+
3110
+ a.iconify-md-orange-700:hover,
3111
+ a.iconify-md-orange-700:focus {
3112
+ color: #ef6c00; }
3113
+
3114
+ .iconify-md-orange-800 {
3115
+ color: #ef6c00; }
3116
+
3117
+ a.iconify-md-orange-800:hover,
3118
+ a.iconify-md-orange-800:focus {
3119
+ color: #e65100; }
3120
+
3121
+ .iconify-md-orange-900 {
3122
+ color: #e65100; }
3123
+
3124
+ a.iconify-md-orange-900:hover,
3125
+ a.iconify-md-orange-900:focus {
3126
+ color: #b33f00; }
3127
+
3128
+ .iconify-md-orange-A100 {
3129
+ color: #ffd180; }
3130
+
3131
+ a.iconify-md-orange-A100:hover,
3132
+ a.iconify-md-orange-A100:focus {
3133
+ color: #ffbf4d; }
3134
+
3135
+ .iconify-md-orange-A200 {
3136
+ color: #ffab40; }
3137
+
3138
+ a.iconify-md-orange-A200:hover,
3139
+ a.iconify-md-orange-A200:focus {
3140
+ color: #ff950d; }
3141
+
3142
+ .iconify-md-orange-A400 {
3143
+ color: #ff9100; }
3144
+
3145
+ a.iconify-md-orange-A400:hover,
3146
+ a.iconify-md-orange-A400:focus {
3147
+ color: #cc7400; }
3148
+
3149
+ .iconify-md-orange-A700 {
3150
+ color: #ff6d00; }
3151
+
3152
+ a.iconify-md-orange-A700:hover,
3153
+ a.iconify-md-orange-A700:focus {
3154
+ color: #cc5700; }
3155
+
3156
+ .iconify-md-bg-orange {
3157
+ background-color: #ff9800; }
3158
+
3159
+ a.iconify-md-bg-orange:hover,
3160
+ a.iconify-md-bg-orange:focus {
3161
+ background-color: #fb8c00; }
3162
+
3163
+ .iconify-md-bg-orange-50 {
3164
+ background-color: #fff3e0; }
3165
+
3166
+ a.iconify-md-bg-orange-50:hover,
3167
+ a.iconify-md-bg-orange-50:focus {
3168
+ background-color: #ffe0b2; }
3169
+
3170
+ .iconify-md-bg-orange-100 {
3171
+ background-color: #ffe0b2; }
3172
+
3173
+ a.iconify-md-bg-orange-100:hover,
3174
+ a.iconify-md-bg-orange-100:focus {
3175
+ background-color: #ffcc80; }
3176
+
3177
+ .iconify-md-bg-orange-200 {
3178
+ background-color: #ffcc80; }
3179
+
3180
+ a.iconify-md-bg-orange-200:hover,
3181
+ a.iconify-md-bg-orange-200:focus {
3182
+ background-color: #ffb74d; }
3183
+
3184
+ .iconify-md-bg-orange-300 {
3185
+ background-color: #ffb74d; }
3186
+
3187
+ a.iconify-md-bg-orange-300:hover,
3188
+ a.iconify-md-bg-orange-300:focus {
3189
+ background-color: #ffa726; }
3190
+
3191
+ .iconify-md-bg-orange-400 {
3192
+ background-color: #ffa726; }
3193
+
3194
+ a.iconify-md-bg-orange-400:hover,
3195
+ a.iconify-md-bg-orange-400:focus {
3196
+ background-color: #ff9800; }
3197
+
3198
+ .iconify-md-bg-orange-500 {
3199
+ background-color: #ff9800; }
3200
+
3201
+ a.iconify-md-bg-orange-500:hover,
3202
+ a.iconify-md-bg-orange-500:focus {
3203
+ background-color: #fb8c00; }
3204
+
3205
+ .iconify-md-bg-orange-600 {
3206
+ background-color: #fb8c00; }
3207
+
3208
+ a.iconify-md-bg-orange-600:hover,
3209
+ a.iconify-md-bg-orange-600:focus {
3210
+ background-color: #f57c00; }
3211
+
3212
+ .iconify-md-bg-orange-700 {
3213
+ background-color: #f57c00; }
3214
+
3215
+ a.iconify-md-bg-orange-700:hover,
3216
+ a.iconify-md-bg-orange-700:focus {
3217
+ background-color: #ef6c00; }
3218
+
3219
+ .iconify-md-bg-orange-800 {
3220
+ background-color: #ef6c00; }
3221
+
3222
+ a.iconify-md-bg-orange-800:hover,
3223
+ a.iconify-md-bg-orange-800:focus {
3224
+ background-color: #e65100; }
3225
+
3226
+ .iconify-md-bg-orange-900 {
3227
+ background-color: #e65100; }
3228
+
3229
+ a.iconify-md-bg-orange-900:hover,
3230
+ a.iconify-md-bg-orange-900:focus {
3231
+ background-color: #b33f00; }
3232
+
3233
+ .iconify-md-bg-orange-A100 {
3234
+ background-color: #ffd180; }
3235
+
3236
+ a.iconify-md-bg-orange-A100:hover,
3237
+ a.iconify-md-bg-orange-A100:focus {
3238
+ background-color: #ffbf4d; }
3239
+
3240
+ .iconify-md-bg-orange-A200 {
3241
+ background-color: #ffab40; }
3242
+
3243
+ a.iconify-md-bg-orange-A200:hover,
3244
+ a.iconify-md-bg-orange-A200:focus {
3245
+ background-color: #ff950d; }
3246
+
3247
+ .iconify-md-bg-orange-A400 {
3248
+ background-color: #ff9100; }
3249
+
3250
+ a.iconify-md-bg-orange-A400:hover,
3251
+ a.iconify-md-bg-orange-A400:focus {
3252
+ background-color: #cc7400; }
3253
+
3254
+ .iconify-md-bg-orange-A700 {
3255
+ background-color: #ff6d00; }
3256
+
3257
+ a.iconify-md-bg-orange-A700:hover,
3258
+ a.iconify-md-bg-orange-A700:focus {
3259
+ background-color: #cc5700; }
3260
+
3261
+ .iconify-md-deep-orange {
3262
+ color: #ff5722; }
3263
+
3264
+ a.iconify-md-deep-orange:hover,
3265
+ a.iconify-md-deep-orange:focus {
3266
+ color: #f4511e; }
3267
+
3268
+ .iconify-md-deep-orange-50 {
3269
+ color: #fbe9e7; }
3270
+
3271
+ a.iconify-md-deep-orange-50:hover,
3272
+ a.iconify-md-deep-orange-50:focus {
3273
+ color: #ffccbc; }
3274
+
3275
+ .iconify-md-deep-orange-100 {
3276
+ color: #ffccbc; }
3277
+
3278
+ a.iconify-md-deep-orange-100:hover,
3279
+ a.iconify-md-deep-orange-100:focus {
3280
+ color: #ffab91; }
3281
+
3282
+ .iconify-md-deep-orange-200 {
3283
+ color: #ffab91; }
3284
+
3285
+ a.iconify-md-deep-orange-200:hover,
3286
+ a.iconify-md-deep-orange-200:focus {
3287
+ color: #ff8a65; }
3288
+
3289
+ .iconify-md-deep-orange-300 {
3290
+ color: #ff8a65; }
3291
+
3292
+ a.iconify-md-deep-orange-300:hover,
3293
+ a.iconify-md-deep-orange-300:focus {
3294
+ color: #ff7043; }
3295
+
3296
+ .iconify-md-deep-orange-400 {
3297
+ color: #ff7043; }
3298
+
3299
+ a.iconify-md-deep-orange-400:hover,
3300
+ a.iconify-md-deep-orange-400:focus {
3301
+ color: #ff5722; }
3302
+
3303
+ .iconify-md-deep-orange-500 {
3304
+ color: #ff5722; }
3305
+
3306
+ a.iconify-md-deep-orange-500:hover,
3307
+ a.iconify-md-deep-orange-500:focus {
3308
+ color: #f4511e; }
3309
+
3310
+ .iconify-md-deep-orange-600 {
3311
+ color: #f4511e; }
3312
+
3313
+ a.iconify-md-deep-orange-600:hover,
3314
+ a.iconify-md-deep-orange-600:focus {
3315
+ color: #e64a19; }
3316
+
3317
+ .iconify-md-deep-orange-700 {
3318
+ color: #e64a19; }
3319
+
3320
+ a.iconify-md-deep-orange-700:hover,
3321
+ a.iconify-md-deep-orange-700:focus {
3322
+ color: #d84315; }
3323
+
3324
+ .iconify-md-deep-orange-800 {
3325
+ color: #d84315; }
3326
+
3327
+ a.iconify-md-deep-orange-800:hover,
3328
+ a.iconify-md-deep-orange-800:focus {
3329
+ color: #bf360c; }
3330
+
3331
+ .iconify-md-deep-orange-900 {
3332
+ color: #bf360c; }
3333
+
3334
+ a.iconify-md-deep-orange-900:hover,
3335
+ a.iconify-md-deep-orange-900:focus {
3336
+ color: #8f2809; }
3337
+
3338
+ .iconify-md-deep-orange-A100 {
3339
+ color: #ff9e80; }
3340
+
3341
+ a.iconify-md-deep-orange-A100:hover,
3342
+ a.iconify-md-deep-orange-A100:focus {
3343
+ color: #ff774d; }
3344
+
3345
+ .iconify-md-deep-orange-A200 {
3346
+ color: #ff6e40; }
3347
+
3348
+ a.iconify-md-deep-orange-A200:hover,
3349
+ a.iconify-md-deep-orange-A200:focus {
3350
+ color: #ff470d; }
3351
+
3352
+ .iconify-md-deep-orange-A400 {
3353
+ color: #ff3d00; }
3354
+
3355
+ a.iconify-md-deep-orange-A400:hover,
3356
+ a.iconify-md-deep-orange-A400:focus {
3357
+ color: #cc3100; }
3358
+
3359
+ .iconify-md-deep-orange-A700 {
3360
+ color: #dd2c00; }
3361
+
3362
+ a.iconify-md-deep-orange-A700:hover,
3363
+ a.iconify-md-deep-orange-A700:focus {
3364
+ color: #aa2200; }
3365
+
3366
+ .iconify-md-bg-deep-orange {
3367
+ background-color: #ff5722; }
3368
+
3369
+ a.iconify-md-bg-deep-orange:hover,
3370
+ a.iconify-md-bg-deep-orange:focus {
3371
+ background-color: #f4511e; }
3372
+
3373
+ .iconify-md-bg-deep-orange-50 {
3374
+ background-color: #fbe9e7; }
3375
+
3376
+ a.iconify-md-bg-deep-orange-50:hover,
3377
+ a.iconify-md-bg-deep-orange-50:focus {
3378
+ background-color: #ffccbc; }
3379
+
3380
+ .iconify-md-bg-deep-orange-100 {
3381
+ background-color: #ffccbc; }
3382
+
3383
+ a.iconify-md-bg-deep-orange-100:hover,
3384
+ a.iconify-md-bg-deep-orange-100:focus {
3385
+ background-color: #ffab91; }
3386
+
3387
+ .iconify-md-bg-deep-orange-200 {
3388
+ background-color: #ffab91; }
3389
+
3390
+ a.iconify-md-bg-deep-orange-200:hover,
3391
+ a.iconify-md-bg-deep-orange-200:focus {
3392
+ background-color: #ff8a65; }
3393
+
3394
+ .iconify-md-bg-deep-orange-300 {
3395
+ background-color: #ff8a65; }
3396
+
3397
+ a.iconify-md-bg-deep-orange-300:hover,
3398
+ a.iconify-md-bg-deep-orange-300:focus {
3399
+ background-color: #ff7043; }
3400
+
3401
+ .iconify-md-bg-deep-orange-400 {
3402
+ background-color: #ff7043; }
3403
+
3404
+ a.iconify-md-bg-deep-orange-400:hover,
3405
+ a.iconify-md-bg-deep-orange-400:focus {
3406
+ background-color: #ff5722; }
3407
+
3408
+ .iconify-md-bg-deep-orange-500 {
3409
+ background-color: #ff5722; }
3410
+
3411
+ a.iconify-md-bg-deep-orange-500:hover,
3412
+ a.iconify-md-bg-deep-orange-500:focus {
3413
+ background-color: #f4511e; }
3414
+
3415
+ .iconify-md-bg-deep-orange-600 {
3416
+ background-color: #f4511e; }
3417
+
3418
+ a.iconify-md-bg-deep-orange-600:hover,
3419
+ a.iconify-md-bg-deep-orange-600:focus {
3420
+ background-color: #e64a19; }
3421
+
3422
+ .iconify-md-bg-deep-orange-700 {
3423
+ background-color: #e64a19; }
3424
+
3425
+ a.iconify-md-bg-deep-orange-700:hover,
3426
+ a.iconify-md-bg-deep-orange-700:focus {
3427
+ background-color: #d84315; }
3428
+
3429
+ .iconify-md-bg-deep-orange-800 {
3430
+ background-color: #d84315; }
3431
+
3432
+ a.iconify-md-bg-deep-orange-800:hover,
3433
+ a.iconify-md-bg-deep-orange-800:focus {
3434
+ background-color: #bf360c; }
3435
+
3436
+ .iconify-md-bg-deep-orange-900 {
3437
+ background-color: #bf360c; }
3438
+
3439
+ a.iconify-md-bg-deep-orange-900:hover,
3440
+ a.iconify-md-bg-deep-orange-900:focus {
3441
+ background-color: #8f2809; }
3442
+
3443
+ .iconify-md-bg-deep-orange-A100 {
3444
+ background-color: #ff9e80; }
3445
+
3446
+ a.iconify-md-bg-deep-orange-A100:hover,
3447
+ a.iconify-md-bg-deep-orange-A100:focus {
3448
+ background-color: #ff774d; }
3449
+
3450
+ .iconify-md-bg-deep-orange-A200 {
3451
+ background-color: #ff6e40; }
3452
+
3453
+ a.iconify-md-bg-deep-orange-A200:hover,
3454
+ a.iconify-md-bg-deep-orange-A200:focus {
3455
+ background-color: #ff470d; }
3456
+
3457
+ .iconify-md-bg-deep-orange-A400 {
3458
+ background-color: #ff3d00; }
3459
+
3460
+ a.iconify-md-bg-deep-orange-A400:hover,
3461
+ a.iconify-md-bg-deep-orange-A400:focus {
3462
+ background-color: #cc3100; }
3463
+
3464
+ .iconify-md-bg-deep-orange-A700 {
3465
+ background-color: #dd2c00; }
3466
+
3467
+ a.iconify-md-bg-deep-orange-A700:hover,
3468
+ a.iconify-md-bg-deep-orange-A700:focus {
3469
+ background-color: #aa2200; }
3470
+
3471
+ .iconify-md-brown {
3472
+ color: #795548; }
3473
+
3474
+ a.iconify-md-brown:hover,
3475
+ a.iconify-md-brown:focus {
3476
+ color: #6d4c41; }
3477
+
3478
+ .iconify-md-brown-50 {
3479
+ color: #efebe9; }
3480
+
3481
+ a.iconify-md-brown-50:hover,
3482
+ a.iconify-md-brown-50:focus {
3483
+ color: #d7ccc8; }
3484
+
3485
+ .iconify-md-brown-100 {
3486
+ color: #d7ccc8; }
3487
+
3488
+ a.iconify-md-brown-100:hover,
3489
+ a.iconify-md-brown-100:focus {
3490
+ color: #bcaaa4; }
3491
+
3492
+ .iconify-md-brown-200 {
3493
+ color: #bcaaa4; }
3494
+
3495
+ a.iconify-md-brown-200:hover,
3496
+ a.iconify-md-brown-200:focus {
3497
+ color: #a1887f; }
3498
+
3499
+ .iconify-md-brown-300 {
3500
+ color: #a1887f; }
3501
+
3502
+ a.iconify-md-brown-300:hover,
3503
+ a.iconify-md-brown-300:focus {
3504
+ color: #8d6e63; }
3505
+
3506
+ .iconify-md-brown-400 {
3507
+ color: #8d6e63; }
3508
+
3509
+ a.iconify-md-brown-400:hover,
3510
+ a.iconify-md-brown-400:focus {
3511
+ color: #795548; }
3512
+
3513
+ .iconify-md-brown-500 {
3514
+ color: #795548; }
3515
+
3516
+ a.iconify-md-brown-500:hover,
3517
+ a.iconify-md-brown-500:focus {
3518
+ color: #6d4c41; }
3519
+
3520
+ .iconify-md-brown-600 {
3521
+ color: #6d4c41; }
3522
+
3523
+ a.iconify-md-brown-600:hover,
3524
+ a.iconify-md-brown-600:focus {
3525
+ color: #5d4037; }
3526
+
3527
+ .iconify-md-brown-700 {
3528
+ color: #5d4037; }
3529
+
3530
+ a.iconify-md-brown-700:hover,
3531
+ a.iconify-md-brown-700:focus {
3532
+ color: #4e342e; }
3533
+
3534
+ .iconify-md-brown-800 {
3535
+ color: #4e342e; }
3536
+
3537
+ a.iconify-md-brown-800:hover,
3538
+ a.iconify-md-brown-800:focus {
3539
+ color: #3e2723; }
3540
+
3541
+ .iconify-md-brown-900 {
3542
+ color: #3e2723; }
3543
+
3544
+ a.iconify-md-brown-900:hover,
3545
+ a.iconify-md-brown-900:focus {
3546
+ color: #1d1211; }
3547
+
3548
+ .iconify-md-bg-brown {
3549
+ background-color: #795548; }
3550
+
3551
+ a.iconify-md-bg-brown:hover,
3552
+ a.iconify-md-bg-brown:focus {
3553
+ background-color: #6d4c41; }
3554
+
3555
+ .iconify-md-bg-brown-50 {
3556
+ background-color: #efebe9; }
3557
+
3558
+ a.iconify-md-bg-brown-50:hover,
3559
+ a.iconify-md-bg-brown-50:focus {
3560
+ background-color: #d7ccc8; }
3561
+
3562
+ .iconify-md-bg-brown-100 {
3563
+ background-color: #d7ccc8; }
3564
+
3565
+ a.iconify-md-bg-brown-100:hover,
3566
+ a.iconify-md-bg-brown-100:focus {
3567
+ background-color: #bcaaa4; }
3568
+
3569
+ .iconify-md-bg-brown-200 {
3570
+ background-color: #bcaaa4; }
3571
+
3572
+ a.iconify-md-bg-brown-200:hover,
3573
+ a.iconify-md-bg-brown-200:focus {
3574
+ background-color: #a1887f; }
3575
+
3576
+ .iconify-md-bg-brown-300 {
3577
+ background-color: #a1887f; }
3578
+
3579
+ a.iconify-md-bg-brown-300:hover,
3580
+ a.iconify-md-bg-brown-300:focus {
3581
+ background-color: #8d6e63; }
3582
+
3583
+ .iconify-md-bg-brown-400 {
3584
+ background-color: #8d6e63; }
3585
+
3586
+ a.iconify-md-bg-brown-400:hover,
3587
+ a.iconify-md-bg-brown-400:focus {
3588
+ background-color: #795548; }
3589
+
3590
+ .iconify-md-bg-brown-500 {
3591
+ background-color: #795548; }
3592
+
3593
+ a.iconify-md-bg-brown-500:hover,
3594
+ a.iconify-md-bg-brown-500:focus {
3595
+ background-color: #6d4c41; }
3596
+
3597
+ .iconify-md-bg-brown-600 {
3598
+ background-color: #6d4c41; }
3599
+
3600
+ a.iconify-md-bg-brown-600:hover,
3601
+ a.iconify-md-bg-brown-600:focus {
3602
+ background-color: #5d4037; }
3603
+
3604
+ .iconify-md-bg-brown-700 {
3605
+ background-color: #5d4037; }
3606
+
3607
+ a.iconify-md-bg-brown-700:hover,
3608
+ a.iconify-md-bg-brown-700:focus {
3609
+ background-color: #4e342e; }
3610
+
3611
+ .iconify-md-bg-brown-800 {
3612
+ background-color: #4e342e; }
3613
+
3614
+ a.iconify-md-bg-brown-800:hover,
3615
+ a.iconify-md-bg-brown-800:focus {
3616
+ background-color: #3e2723; }
3617
+
3618
+ .iconify-md-bg-brown-900 {
3619
+ background-color: #3e2723; }
3620
+
3621
+ a.iconify-md-bg-brown-900:hover,
3622
+ a.iconify-md-bg-brown-900:focus {
3623
+ background-color: #1d1211; }
3624
+
3625
+ .iconify-md-grey {
3626
+ color: #9e9e9e; }
3627
+
3628
+ a.iconify-md-grey:hover,
3629
+ a.iconify-md-grey:focus {
3630
+ color: #757575; }
3631
+
3632
+ .iconify-md-grey-50 {
3633
+ color: #fafafa; }
3634
+
3635
+ a.iconify-md-grey-50:hover,
3636
+ a.iconify-md-grey-50:focus {
3637
+ color: #f5f5f5; }
3638
+
3639
+ .iconify-md-grey-100 {
3640
+ color: #f5f5f5; }
3641
+
3642
+ a.iconify-md-grey-100:hover,
3643
+ a.iconify-md-grey-100:focus {
3644
+ color: #eeeeee; }
3645
+
3646
+ .iconify-md-grey-200 {
3647
+ color: #eeeeee; }
3648
+
3649
+ a.iconify-md-grey-200:hover,
3650
+ a.iconify-md-grey-200:focus {
3651
+ color: #e0e0e0; }
3652
+
3653
+ .iconify-md-grey-300 {
3654
+ color: #e0e0e0; }
3655
+
3656
+ a.iconify-md-grey-300:hover,
3657
+ a.iconify-md-grey-300:focus {
3658
+ color: #bdbdbd; }
3659
+
3660
+ .iconify-md-grey-400 {
3661
+ color: #bdbdbd; }
3662
+
3663
+ a.iconify-md-grey-400:hover,
3664
+ a.iconify-md-grey-400:focus {
3665
+ color: #9e9e9e; }
3666
+
3667
+ .iconify-md-grey-500 {
3668
+ color: #9e9e9e; }
3669
+
3670
+ a.iconify-md-grey-500:hover,
3671
+ a.iconify-md-grey-500:focus {
3672
+ color: #757575; }
3673
+
3674
+ .iconify-md-grey-600 {
3675
+ color: #757575; }
3676
+
3677
+ a.iconify-md-grey-600:hover,
3678
+ a.iconify-md-grey-600:focus {
3679
+ color: #616161; }
3680
+
3681
+ .iconify-md-grey-700 {
3682
+ color: #616161; }
3683
+
3684
+ a.iconify-md-grey-700:hover,
3685
+ a.iconify-md-grey-700:focus {
3686
+ color: #424242; }
3687
+
3688
+ .iconify-md-grey-800 {
3689
+ color: #424242; }
3690
+
3691
+ a.iconify-md-grey-800:hover,
3692
+ a.iconify-md-grey-800:focus {
3693
+ color: #212121; }
3694
+
3695
+ .iconify-md-grey-900 {
3696
+ color: #212121; }
3697
+
3698
+ a.iconify-md-grey-900:hover,
3699
+ a.iconify-md-grey-900:focus {
3700
+ color: #080808; }
3701
+
3702
+ .iconify-md-bg-grey {
3703
+ background-color: #9e9e9e; }
3704
+
3705
+ a.iconify-md-bg-grey:hover,
3706
+ a.iconify-md-bg-grey:focus {
3707
+ background-color: #757575; }
3708
+
3709
+ .iconify-md-bg-grey-50 {
3710
+ background-color: #fafafa; }
3711
+
3712
+ a.iconify-md-bg-grey-50:hover,
3713
+ a.iconify-md-bg-grey-50:focus {
3714
+ background-color: #f5f5f5; }
3715
+
3716
+ .iconify-md-bg-grey-100 {
3717
+ background-color: #f5f5f5; }
3718
+
3719
+ a.iconify-md-bg-grey-100:hover,
3720
+ a.iconify-md-bg-grey-100:focus {
3721
+ background-color: #eeeeee; }
3722
+
3723
+ .iconify-md-bg-grey-200 {
3724
+ background-color: #eeeeee; }
3725
+
3726
+ a.iconify-md-bg-grey-200:hover,
3727
+ a.iconify-md-bg-grey-200:focus {
3728
+ background-color: #e0e0e0; }
3729
+
3730
+ .iconify-md-bg-grey-300 {
3731
+ background-color: #e0e0e0; }
3732
+
3733
+ a.iconify-md-bg-grey-300:hover,
3734
+ a.iconify-md-bg-grey-300:focus {
3735
+ background-color: #bdbdbd; }
3736
+
3737
+ .iconify-md-bg-grey-400 {
3738
+ background-color: #bdbdbd; }
3739
+
3740
+ a.iconify-md-bg-grey-400:hover,
3741
+ a.iconify-md-bg-grey-400:focus {
3742
+ background-color: #9e9e9e; }
3743
+
3744
+ .iconify-md-bg-grey-500 {
3745
+ background-color: #9e9e9e; }
3746
+
3747
+ a.iconify-md-bg-grey-500:hover,
3748
+ a.iconify-md-bg-grey-500:focus {
3749
+ background-color: #757575; }
3750
+
3751
+ .iconify-md-bg-grey-600 {
3752
+ background-color: #757575; }
3753
+
3754
+ a.iconify-md-bg-grey-600:hover,
3755
+ a.iconify-md-bg-grey-600:focus {
3756
+ background-color: #616161; }
3757
+
3758
+ .iconify-md-bg-grey-700 {
3759
+ background-color: #616161; }
3760
+
3761
+ a.iconify-md-bg-grey-700:hover,
3762
+ a.iconify-md-bg-grey-700:focus {
3763
+ background-color: #424242; }
3764
+
3765
+ .iconify-md-bg-grey-800 {
3766
+ background-color: #424242; }
3767
+
3768
+ a.iconify-md-bg-grey-800:hover,
3769
+ a.iconify-md-bg-grey-800:focus {
3770
+ background-color: #212121; }
3771
+
3772
+ .iconify-md-bg-grey-900 {
3773
+ background-color: #212121; }
3774
+
3775
+ a.iconify-md-bg-grey-900:hover,
3776
+ a.iconify-md-bg-grey-900:focus {
3777
+ background-color: #080808; }
3778
+
3779
+ .iconify-md-blue-grey {
3780
+ color: #607d8b; }
3781
+
3782
+ a.iconify-md-blue-grey:hover,
3783
+ a.iconify-md-blue-grey:focus {
3784
+ color: #546e7a; }
3785
+
3786
+ .iconify-md-blue-grey-50 {
3787
+ color: #eceff1; }
3788
+
3789
+ a.iconify-md-blue-grey-50:hover,
3790
+ a.iconify-md-blue-grey-50:focus {
3791
+ color: #cfd8dc; }
3792
+
3793
+ .iconify-md-blue-grey-100 {
3794
+ color: #cfd8dc; }
3795
+
3796
+ a.iconify-md-blue-grey-100:hover,
3797
+ a.iconify-md-blue-grey-100:focus {
3798
+ color: #b0bec5; }
3799
+
3800
+ .iconify-md-blue-grey-200 {
3801
+ color: #b0bec5; }
3802
+
3803
+ a.iconify-md-blue-grey-200:hover,
3804
+ a.iconify-md-blue-grey-200:focus {
3805
+ color: #90a4ae; }
3806
+
3807
+ .iconify-md-blue-grey-300 {
3808
+ color: #90a4ae; }
3809
+
3810
+ a.iconify-md-blue-grey-300:hover,
3811
+ a.iconify-md-blue-grey-300:focus {
3812
+ color: #78909c; }
3813
+
3814
+ .iconify-md-blue-grey-400 {
3815
+ color: #78909c; }
3816
+
3817
+ a.iconify-md-blue-grey-400:hover,
3818
+ a.iconify-md-blue-grey-400:focus {
3819
+ color: #607d8b; }
3820
+
3821
+ .iconify-md-blue-grey-500 {
3822
+ color: #607d8b; }
3823
+
3824
+ a.iconify-md-blue-grey-500:hover,
3825
+ a.iconify-md-blue-grey-500:focus {
3826
+ color: #546e7a; }
3827
+
3828
+ .iconify-md-blue-grey-600 {
3829
+ color: #546e7a; }
3830
+
3831
+ a.iconify-md-blue-grey-600:hover,
3832
+ a.iconify-md-blue-grey-600:focus {
3833
+ color: #455a64; }
3834
+
3835
+ .iconify-md-blue-grey-700 {
3836
+ color: #455a64; }
3837
+
3838
+ a.iconify-md-blue-grey-700:hover,
3839
+ a.iconify-md-blue-grey-700:focus {
3840
+ color: #37474f; }
3841
+
3842
+ .iconify-md-blue-grey-800 {
3843
+ color: #37474f; }
3844
+
3845
+ a.iconify-md-blue-grey-800:hover,
3846
+ a.iconify-md-blue-grey-800:focus {
3847
+ color: #263238; }
3848
+
3849
+ .iconify-md-blue-grey-900 {
3850
+ color: #263238; }
3851
+
3852
+ a.iconify-md-blue-grey-900:hover,
3853
+ a.iconify-md-blue-grey-900:focus {
3854
+ color: #11171a; }
3855
+
3856
+ .iconify-md-bg-blue-grey {
3857
+ background-color: #607d8b; }
3858
+
3859
+ a.iconify-md-bg-blue-grey:hover,
3860
+ a.iconify-md-bg-blue-grey:focus {
3861
+ background-color: #546e7a; }
3862
+
3863
+ .iconify-md-bg-blue-grey-50 {
3864
+ background-color: #eceff1; }
3865
+
3866
+ a.iconify-md-bg-blue-grey-50:hover,
3867
+ a.iconify-md-bg-blue-grey-50:focus {
3868
+ background-color: #cfd8dc; }
3869
+
3870
+ .iconify-md-bg-blue-grey-100 {
3871
+ background-color: #cfd8dc; }
3872
+
3873
+ a.iconify-md-bg-blue-grey-100:hover,
3874
+ a.iconify-md-bg-blue-grey-100:focus {
3875
+ background-color: #b0bec5; }
3876
+
3877
+ .iconify-md-bg-blue-grey-200 {
3878
+ background-color: #b0bec5; }
3879
+
3880
+ a.iconify-md-bg-blue-grey-200:hover,
3881
+ a.iconify-md-bg-blue-grey-200:focus {
3882
+ background-color: #90a4ae; }
3883
+
3884
+ .iconify-md-bg-blue-grey-300 {
3885
+ background-color: #90a4ae; }
3886
+
3887
+ a.iconify-md-bg-blue-grey-300:hover,
3888
+ a.iconify-md-bg-blue-grey-300:focus {
3889
+ background-color: #78909c; }
3890
+
3891
+ .iconify-md-bg-blue-grey-400 {
3892
+ background-color: #78909c; }
3893
+
3894
+ a.iconify-md-bg-blue-grey-400:hover,
3895
+ a.iconify-md-bg-blue-grey-400:focus {
3896
+ background-color: #607d8b; }
3897
+
3898
+ .iconify-md-bg-blue-grey-500 {
3899
+ background-color: #607d8b; }
3900
+
3901
+ a.iconify-md-bg-blue-grey-500:hover,
3902
+ a.iconify-md-bg-blue-grey-500:focus {
3903
+ background-color: #546e7a; }
3904
+
3905
+ .iconify-md-bg-blue-grey-600 {
3906
+ background-color: #546e7a; }
3907
+
3908
+ a.iconify-md-bg-blue-grey-600:hover,
3909
+ a.iconify-md-bg-blue-grey-600:focus {
3910
+ background-color: #455a64; }
3911
+
3912
+ .iconify-md-bg-blue-grey-700 {
3913
+ background-color: #455a64; }
3914
+
3915
+ a.iconify-md-bg-blue-grey-700:hover,
3916
+ a.iconify-md-bg-blue-grey-700:focus {
3917
+ background-color: #37474f; }
3918
+
3919
+ .iconify-md-bg-blue-grey-800 {
3920
+ background-color: #37474f; }
3921
+
3922
+ a.iconify-md-bg-blue-grey-800:hover,
3923
+ a.iconify-md-bg-blue-grey-800:focus {
3924
+ background-color: #263238; }
3925
+
3926
+ .iconify-md-bg-blue-grey-900 {
3927
+ background-color: #263238; }
3928
+
3929
+ a.iconify-md-bg-blue-grey-900:hover,
3930
+ a.iconify-md-bg-blue-grey-900:focus {
3931
+ background-color: #11171a; }
3932
+
3933
+ .iconify-md-white-lighter {
3934
+ color: rgba(255, 255, 255, 0.12); }
3935
+
3936
+ a.iconify-md-white-lighter:hover,
3937
+ a.iconify-md-white-lighter:focus {
3938
+ color: rgba(255, 255, 255, 0.3); }
3939
+
3940
+ .iconify-md-white-light {
3941
+ color: rgba(255, 255, 255, 0.3); }
3942
+
3943
+ a.iconify-md-white-light:hover,
3944
+ a.iconify-md-white-light:focus {
3945
+ color: rgba(255, 255, 255, 0.7); }
3946
+
3947
+ .iconify-md-white-dark {
3948
+ color: rgba(255, 255, 255, 0.7); }
3949
+
3950
+ a.iconify-md-white-dark:hover,
3951
+ a.iconify-md-white-dark:focus {
3952
+ color: #ffffff; }
3953
+
3954
+ .iconify-md-white-darker {
3955
+ color: #ffffff; }
3956
+
3957
+ a.iconify-md-white-darker:hover,
3958
+ a.iconify-md-white-darker:focus {
3959
+ color: white; }
3960
+
3961
+ .iconify-md-white-lighter {
3962
+ color: rgba(255, 255, 255, 0.12); }
3963
+
3964
+ a.iconify-md-white-lighter:hover,
3965
+ a.iconify-md-white-lighter:focus {
3966
+ color: rgba(255, 255, 255, 0.3); }
3967
+
3968
+ .iconify-md-white-light {
3969
+ color: rgba(255, 255, 255, 0.3); }
3970
+
3971
+ a.iconify-md-white-light:hover,
3972
+ a.iconify-md-white-light:focus {
3973
+ color: rgba(255, 255, 255, 0.7); }
3974
+
3975
+ .iconify-md-white-dark {
3976
+ color: rgba(255, 255, 255, 0.7); }
3977
+
3978
+ a.iconify-md-white-dark:hover,
3979
+ a.iconify-md-white-dark:focus {
3980
+ color: #ffffff; }
3981
+
3982
+ .iconify-md-white-darker {
3983
+ color: #ffffff; }
3984
+
3985
+ a.iconify-md-white-darker:hover,
3986
+ a.iconify-md-white-darker:focus {
3987
+ color: white; }
3988
+
3989
+ .iconify-md-black-lighter {
3990
+ color: rgba(0, 0, 0, 0.12); }
3991
+
3992
+ a.iconify-md-black-lighter:hover,
3993
+ a.iconify-md-black-lighter:focus {
3994
+ color: rgba(0, 0, 0, 0.26); }
3995
+
3996
+ .iconify-md-black-light {
3997
+ color: rgba(0, 0, 0, 0.26); }
3998
+
3999
+ a.iconify-md-black-light:hover,
4000
+ a.iconify-md-black-light:focus {
4001
+ color: rgba(0, 0, 0, 0.54); }
4002
+
4003
+ .iconify-md-black-dark {
4004
+ color: rgba(0, 0, 0, 0.54); }
4005
+
4006
+ a.iconify-md-black-dark:hover,
4007
+ a.iconify-md-black-dark:focus {
4008
+ color: rgba(0, 0, 0, 0.87); }
4009
+
4010
+ .iconify-md-black-darker {
4011
+ color: rgba(0, 0, 0, 0.87); }
4012
+
4013
+ a.iconify-md-black-darker:hover,
4014
+ a.iconify-md-black-darker:focus {
4015
+ color: black; }
4016
+
4017
+ .iconify-md-black-lighter {
4018
+ color: rgba(0, 0, 0, 0.12); }
4019
+
4020
+ a.iconify-md-black-lighter:hover,
4021
+ a.iconify-md-black-lighter:focus {
4022
+ color: rgba(0, 0, 0, 0.26); }
4023
+
4024
+ .iconify-md-black-light {
4025
+ color: rgba(0, 0, 0, 0.26); }
4026
+
4027
+ a.iconify-md-black-light:hover,
4028
+ a.iconify-md-black-light:focus {
4029
+ color: rgba(0, 0, 0, 0.54); }
4030
+
4031
+ .iconify-md-black-dark {
4032
+ color: rgba(0, 0, 0, 0.54); }
4033
+
4034
+ a.iconify-md-black-dark:hover,
4035
+ a.iconify-md-black-dark:focus {
4036
+ color: rgba(0, 0, 0, 0.87); }
4037
+
4038
+ .iconify-md-black-darker {
4039
+ color: rgba(0, 0, 0, 0.87); }
4040
+
4041
+ a.iconify-md-black-darker:hover,
4042
+ a.iconify-md-black-darker:focus {
4043
+ color: black; }
4044
+
4045
+ /*
4046
+ # -----------------------------------------------------------------------------
4047
+ # ~/vendor/fonts/md_icons/scss/_md_sizes.scss
4048
+ # Additional styles for MDI Icon Font sizes
4049
+ #
4050
+ # Product/Info:
4051
+ # https://jekyll.one
4052
+ #
4053
+ # Copyright (C) 2020 Juergen Adams
4054
+ #
4055
+ # J1 Template is licensed under the MIT License.
4056
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
4057
+ # -----------------------------------------------------------------------------
4058
+ */
4059
+ /* Bootstrap sizes
4060
+ ----------------------------------------------------------------------------- */
4061
+ .iconify-xs {
4062
+ font-size: 1.250em; }
4063
+
4064
+ .iconify-sm {
4065
+ font-size: 1.375em; }
4066
+
4067
+ .iconify-md {
4068
+ font-size: 1.500em; }
4069
+
4070
+ .iconify-lg {
4071
+ font-size: 1.750em; }
4072
+
4073
+ .iconify-xl {
4074
+ font-size: 2.000em; }
4075
+
4076
+ /* Additional icon sizes
4077
+ ----------------------------------------------------------------------------- */
4078
+ .iconify-1x {
4079
+ font-size: 1rem; }
4080
+
4081
+ .iconify-2x {
4082
+ font-size: 2rem; }
4083
+
4084
+ .iconify-3x {
4085
+ font-size: 3rem; }
4086
+
4087
+ .iconify-4x {
4088
+ font-size: 4rem; }
4089
+
4090
+ .iconify-5x {
4091
+ font-size: 5rem; }
4092
+
4093
+ .iconify-6x {
4094
+ font-size: 6rem; }
4095
+
4096
+ .iconify-7x {
4097
+ font-size: 7rem; }
4098
+
4099
+ .iconify-8x {
4100
+ font-size: 8rem; }
4101
+
4102
+ .iconify-9x {
4103
+ font-size: 9rem; }
4104
+
4105
+ .iconify-10x {
4106
+ font-size: 10rem; }