cloudgov-style 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (219) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +36 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +116 -0
  5. data/README.md +25 -0
  6. data/Rakefile +1 -0
  7. data/app/assets/fonts/SourceSansPro-Semibold.ttf +0 -0
  8. data/app/assets/fonts/SourceSansPro-SemiboldItalic.ttf +0 -0
  9. data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
  10. data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  11. data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
  12. data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  13. data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
  14. data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  15. data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
  16. data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  17. data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
  18. data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
  19. data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
  20. data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  21. data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
  22. data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  23. data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
  24. data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  25. data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  26. data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  27. data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  28. data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  29. data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  30. data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  31. data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  32. data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  33. data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  34. data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  35. data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  36. data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  37. data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  38. data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  39. data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  40. data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  41. data/app/assets/images/alerts/error.png +0 -0
  42. data/app/assets/images/alerts/error.svg +17 -0
  43. data/app/assets/images/alerts/info.png +0 -0
  44. data/app/assets/images/alerts/info.svg +18 -0
  45. data/app/assets/images/alerts/success.png +0 -0
  46. data/app/assets/images/alerts/success.svg +12 -0
  47. data/app/assets/images/alerts/warning.png +0 -0
  48. data/app/assets/images/alerts/warning.svg +16 -0
  49. data/app/assets/images/arrow-down.png +0 -0
  50. data/app/assets/images/arrow-down.svg +1 -0
  51. data/app/assets/images/arrow-right.png +0 -0
  52. data/app/assets/images/arrow-right.svg +1 -0
  53. data/app/assets/images/cg-bg-a.png +0 -0
  54. data/app/assets/images/cg-bg-b.png +0 -0
  55. data/app/assets/images/cg-bg-c.png +0 -0
  56. data/app/assets/images/chevron-bottom-dark.svg +7 -0
  57. data/app/assets/images/chevron-bottom-inverse.svg +2 -0
  58. data/app/assets/images/chevron-bottom.svg +7 -0
  59. data/app/assets/images/chevron-top-inverse.svg +2 -0
  60. data/app/assets/images/chevron-top.svg +7 -0
  61. data/app/assets/images/correct8.png +0 -0
  62. data/app/assets/images/correct8.svg +1 -0
  63. data/app/assets/images/correct9.png +0 -0
  64. data/app/assets/images/correct9.svg +1 -0
  65. data/app/assets/images/favicons/favicon-114.png +0 -0
  66. data/app/assets/images/favicons/favicon-144.png +0 -0
  67. data/app/assets/images/favicons/favicon-16.png +0 -0
  68. data/app/assets/images/favicons/favicon-192.png +0 -0
  69. data/app/assets/images/favicons/favicon-57.png +0 -0
  70. data/app/assets/images/favicons/favicon-72.png +0 -0
  71. data/app/assets/images/favicons/favicon.ico +0 -0
  72. data/app/assets/images/favicons/favicon.png +0 -0
  73. data/app/assets/images/i-agreement.svg +1 -0
  74. data/app/assets/images/i-checked.svg +1 -0
  75. data/app/assets/images/i-compass.svg +1 -0
  76. data/app/assets/images/i-court.svg +1 -0
  77. data/app/assets/images/i-double_arrow.svg +1 -0
  78. data/app/assets/images/i-download.svg +1 -0
  79. data/app/assets/images/i-export.svg +1 -0
  80. data/app/assets/images/i-locked.svg +1 -0
  81. data/app/assets/images/i-paperwork.svg +1 -0
  82. data/app/assets/images/i-plan.svg +1 -0
  83. data/app/assets/images/i-power.svg +1 -0
  84. data/app/assets/images/i-shipping.svg +1 -0
  85. data/app/assets/images/i-user.svg +1 -0
  86. data/app/assets/images/i-user_researched.svg +1 -0
  87. data/app/assets/images/icon-hex-alt.svg +1 -0
  88. data/app/assets/images/icon-hex-primary.svg +7 -0
  89. data/app/assets/images/icons.svg +1 -0
  90. data/app/assets/images/logo-img.png +0 -0
  91. data/app/assets/images/logo.svg +133 -0
  92. data/app/assets/images/minus.png +0 -0
  93. data/app/assets/images/minus.svg +1 -0
  94. data/app/assets/images/plus.png +0 -0
  95. data/app/assets/images/plus.svg +1 -0
  96. data/app/assets/images/search.png +0 -0
  97. data/app/assets/images/search.svg +1 -0
  98. data/app/assets/images/social-icons/png/facebook25.png +0 -0
  99. data/app/assets/images/social-icons/png/rss25.png +0 -0
  100. data/app/assets/images/social-icons/png/twitter16.png +0 -0
  101. data/app/assets/images/social-icons/png/youtube15.png +0 -0
  102. data/app/assets/images/social-icons/svg/facebook25.svg +1 -0
  103. data/app/assets/images/social-icons/svg/rss25.svg +1 -0
  104. data/app/assets/images/social-icons/svg/twitter16.svg +1 -0
  105. data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
  106. data/app/assets/images/sprite.png +0 -0
  107. data/app/assets/images/us_flag_small.png +0 -0
  108. data/app/assets/javascript/cg-style.js +16 -0
  109. data/app/assets/stylesheets/cg_style.css +3102 -0
  110. data/assets/css/cg_style.css +3102 -0
  111. data/assets/fonts/SourceSansPro-Semibold.ttf +0 -0
  112. data/assets/fonts/SourceSansPro-SemiboldItalic.ttf +0 -0
  113. data/assets/fonts/merriweather-bold-webfont.eot +0 -0
  114. data/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  115. data/assets/fonts/merriweather-bold-webfont.woff +0 -0
  116. data/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  117. data/assets/fonts/merriweather-italic-webfont.eot +0 -0
  118. data/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  119. data/assets/fonts/merriweather-italic-webfont.woff +0 -0
  120. data/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  121. data/assets/fonts/merriweather-light-webfont.eot +0 -0
  122. data/assets/fonts/merriweather-light-webfont.ttf +0 -0
  123. data/assets/fonts/merriweather-light-webfont.woff +0 -0
  124. data/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  125. data/assets/fonts/merriweather-regular-webfont.eot +0 -0
  126. data/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  127. data/assets/fonts/merriweather-regular-webfont.woff +0 -0
  128. data/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  129. data/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  130. data/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  131. data/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  132. data/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  133. data/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  134. data/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  135. data/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  136. data/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  137. data/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  138. data/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  139. data/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  140. data/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  141. data/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  142. data/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  143. data/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  144. data/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  145. data/assets/img/alerts/error.png +0 -0
  146. data/assets/img/alerts/error.svg +17 -0
  147. data/assets/img/alerts/info.png +0 -0
  148. data/assets/img/alerts/info.svg +18 -0
  149. data/assets/img/alerts/success.png +0 -0
  150. data/assets/img/alerts/success.svg +12 -0
  151. data/assets/img/alerts/warning.png +0 -0
  152. data/assets/img/alerts/warning.svg +16 -0
  153. data/assets/img/arrow-down.png +0 -0
  154. data/assets/img/arrow-down.svg +1 -0
  155. data/assets/img/arrow-right.png +0 -0
  156. data/assets/img/arrow-right.svg +1 -0
  157. data/assets/img/cg-bg-a.png +0 -0
  158. data/assets/img/cg-bg-b.png +0 -0
  159. data/assets/img/cg-bg-c.png +0 -0
  160. data/assets/img/chevron-bottom-dark.svg +7 -0
  161. data/assets/img/chevron-bottom-inverse.svg +2 -0
  162. data/assets/img/chevron-bottom.svg +7 -0
  163. data/assets/img/chevron-top-inverse.svg +2 -0
  164. data/assets/img/chevron-top.svg +7 -0
  165. data/assets/img/correct8.png +0 -0
  166. data/assets/img/correct8.svg +1 -0
  167. data/assets/img/correct9.png +0 -0
  168. data/assets/img/correct9.svg +1 -0
  169. data/assets/img/favicons/favicon-114.png +0 -0
  170. data/assets/img/favicons/favicon-144.png +0 -0
  171. data/assets/img/favicons/favicon-16.png +0 -0
  172. data/assets/img/favicons/favicon-192.png +0 -0
  173. data/assets/img/favicons/favicon-57.png +0 -0
  174. data/assets/img/favicons/favicon-72.png +0 -0
  175. data/assets/img/favicons/favicon.ico +0 -0
  176. data/assets/img/favicons/favicon.png +0 -0
  177. data/assets/img/i-agreement.svg +1 -0
  178. data/assets/img/i-checked.svg +1 -0
  179. data/assets/img/i-compass.svg +1 -0
  180. data/assets/img/i-court.svg +1 -0
  181. data/assets/img/i-double_arrow.svg +1 -0
  182. data/assets/img/i-download.svg +1 -0
  183. data/assets/img/i-export.svg +1 -0
  184. data/assets/img/i-locked.svg +1 -0
  185. data/assets/img/i-paperwork.svg +1 -0
  186. data/assets/img/i-plan.svg +1 -0
  187. data/assets/img/i-power.svg +1 -0
  188. data/assets/img/i-shipping.svg +1 -0
  189. data/assets/img/i-user.svg +1 -0
  190. data/assets/img/i-user_researched.svg +1 -0
  191. data/assets/img/icon-hex-alt.svg +1 -0
  192. data/assets/img/icon-hex-primary.svg +7 -0
  193. data/assets/img/icons.svg +1 -0
  194. data/assets/img/logo-img.png +0 -0
  195. data/assets/img/logo.svg +133 -0
  196. data/assets/img/minus.png +0 -0
  197. data/assets/img/minus.svg +1 -0
  198. data/assets/img/plus.png +0 -0
  199. data/assets/img/plus.svg +1 -0
  200. data/assets/img/search.png +0 -0
  201. data/assets/img/search.svg +1 -0
  202. data/assets/img/social-icons/png/facebook25.png +0 -0
  203. data/assets/img/social-icons/png/rss25.png +0 -0
  204. data/assets/img/social-icons/png/twitter16.png +0 -0
  205. data/assets/img/social-icons/png/youtube15.png +0 -0
  206. data/assets/img/social-icons/svg/facebook25.svg +1 -0
  207. data/assets/img/social-icons/svg/rss25.svg +1 -0
  208. data/assets/img/social-icons/svg/twitter16.svg +1 -0
  209. data/assets/img/social-icons/svg/youtube15.svg +1 -0
  210. data/assets/img/sprite.png +0 -0
  211. data/assets/img/us_flag_small.png +0 -0
  212. data/assets/js/cg-style.js +16 -0
  213. data/cloudgov-style.gemspec +23 -0
  214. data/lib/cloudgov-style/assets.rb +20 -0
  215. data/lib/cloudgov-style/generator.rb +12 -0
  216. data/lib/cloudgov-style/sass.rb +8 -0
  217. data/lib/cloudgov-style/version.rb +3 -0
  218. data/lib/cloudgov-style.rb +14 -0
  219. metadata +302 -0
Binary file
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
6
+ <path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392
7
+ c-11.352,0-21.821,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73
8
+ c0,11.351,2.798,21.82,8.392,31.408c5.595,9.584,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392
9
+ c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.588,8.391-20.058,8.391-31.408
10
+ C170.57,61.649,167.773,51.178,162.18,41.592z M118.43,112.025c0,0.761-0.246,1.398-0.734,1.914s-1.086,0.773-1.793,0.773H100.26
11
+ c-0.706,0-1.331-0.271-1.874-0.814c-0.543-0.543-0.814-1.168-0.814-1.873V96.546c0-0.706,0.271-1.331,0.814-1.874
12
+ c0.543-0.543,1.168-0.814,1.874-0.814h15.643c0.707,0,1.306,0.258,1.793,0.773c0.488,0.518,0.734,1.154,0.734,1.915V112.025z
13
+ M118.266,83.999c-0.055,0.543-0.339,1.019-0.854,1.426c-0.517,0.407-1.154,0.61-1.914,0.61h-15.073
14
+ c-0.761,0-1.413-0.203-1.956-0.61c-0.543-0.407-0.815-0.883-0.815-1.426l-1.385-50.595c0-0.653,0.271-1.141,0.814-1.467
15
+ c0.544-0.434,1.196-0.652,1.956-0.652h17.926c0.761,0,1.412,0.217,1.955,0.652c0.543,0.326,0.813,0.815,0.813,1.467L118.266,83.999z
16
+ "/>
17
+ </svg>
Binary file
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
6
+ <path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392
7
+ c-11.352,0-21.822,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73
8
+ c0,11.352,2.798,21.82,8.392,31.408c5.595,9.585,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392
9
+ c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.587,8.391-20.057,8.391-31.408
10
+ C170.57,61.648,167.773,51.178,162.18,41.592z M97.572,26.071c0-0.761,0.244-1.385,0.733-1.874c0.489-0.488,1.114-0.733,1.874-0.733
11
+ h15.644c0.76,0,1.385,0.245,1.872,0.733c0.488,0.489,0.734,1.113,0.734,1.874v13.036c0,0.76-0.246,1.385-0.734,1.873
12
+ c-0.487,0.489-1.112,0.733-1.872,0.733h-15.644c-0.76,0-1.385-0.244-1.874-0.733c-0.489-0.488-0.733-1.113-0.733-1.873V26.071z
13
+ M128.857,112.107c0,0.76-0.246,1.385-0.733,1.872c-0.487,0.489-1.112,0.733-1.874,0.733h-36.5c-0.761,0-1.385-0.244-1.874-0.733
14
+ c-0.489-0.488-0.733-1.113-0.733-1.873V99.07c0-0.762,0.244-1.385,0.733-1.874c0.489-0.488,1.114-0.733,1.874-0.733h7.822V70.392
15
+ H89.75c-0.761,0-1.385-0.244-1.874-0.733c-0.489-0.488-0.733-1.113-0.733-1.874V54.75c0-0.761,0.244-1.385,0.733-1.874
16
+ c0.489-0.489,1.114-0.733,1.874-0.733h26.073c0.76,0,1.385,0.244,1.872,0.733c0.488,0.489,0.734,1.113,0.734,1.874v41.714h7.82
17
+ c0.761,0,1.386,0.245,1.874,0.733c0.487,0.488,0.733,1.113,0.733,1.874V112.107z"/>
18
+ </svg>
Binary file
@@ -0,0 +1,12 @@
1
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ width="216px" height="216px" viewBox="0 0 216 216" xml:space="preserve">
3
+ <path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392
4
+ c-11.352,0-21.822,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73
5
+ c0,11.352,2.798,21.82,8.392,31.408c5.595,9.585,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392
6
+ c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.587,8.391-20.057,8.391-31.408
7
+ C170.57,61.648,167.773,51.178,162.18,41.592z M148.572,63.468l-44.239,44.239c-1.032,1.032-2.281,1.549-3.748,1.549
8
+ c-1.412,0-2.634-0.517-3.666-1.549L67.425,78.215c-0.977-0.979-1.466-2.199-1.466-3.666c0-1.521,0.488-2.771,1.466-3.749
9
+ l7.414-7.332c1.033-1.032,2.254-1.548,3.667-1.548s2.635,0.516,3.667,1.548l18.413,18.413l33.241-33.16
10
+ c1.032-1.032,2.254-1.548,3.666-1.548c1.411,0,2.635,0.516,3.666,1.548l7.414,7.333c0.979,0.977,1.467,2.226,1.467,3.747
11
+ C150.04,61.268,149.552,62.49,148.572,63.468z"/>
12
+ </svg>
Binary file
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
6
+ <path d="M179.695,125.388L117.126,10.673c-0.924-1.684-2.2-3.015-3.832-3.992c-1.628-0.978-3.394-1.467-5.295-1.467
7
+ c-1.901,0-3.667,0.49-5.296,1.467s-2.906,2.308-3.829,3.992L36.303,125.388c-1.901,3.423-1.847,6.845,0.163,10.267
8
+ c0.924,1.574,2.187,2.824,3.789,3.746c1.603,0.924,3.327,1.387,5.174,1.387H170.57c1.849,0,3.572-0.463,5.175-1.387
9
+ c1.603-0.922,2.864-2.172,3.789-3.746C181.544,132.232,181.598,128.811,179.695,125.388z M118.43,117.24
10
+ c0,0.76-0.259,1.398-0.773,1.914c-0.516,0.516-1.127,0.773-1.834,0.773H100.18c-0.706,0-1.317-0.257-1.833-0.773
11
+ c-0.516-0.517-0.774-1.154-0.774-1.914v-15.48c0-0.76,0.258-1.397,0.774-1.914c0.516-0.516,1.126-0.773,1.833-0.773h15.642
12
+ c0.707,0,1.318,0.257,1.834,0.773c0.515,0.517,0.773,1.154,0.773,1.914V117.24z M118.268,86.77
13
+ c-0.056,0.543-0.341,0.991-0.856,1.344c-0.517,0.354-1.154,0.529-1.915,0.529h-15.073c-0.76,0-1.412-0.176-1.955-0.529
14
+ c-0.544-0.354-0.815-0.801-0.815-1.346l-1.385-37.231c0-0.761,0.272-1.331,0.815-1.711c0.706-0.597,1.358-0.896,1.956-0.896h17.924
15
+ c0.598,0,1.25,0.298,1.956,0.896c0.543,0.38,0.813,0.896,0.813,1.548L118.268,86.77z"/>
16
+ </svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 444.8 444.8"><path d="M248.1 352L434 165.9c7.2-6.9 10.8-15.4 10.8-25.7 0-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9 0-18.6 3.5-26 10.6L222.4 231.5 83.7 92.8c-7-7-15.6-10.6-25.7-10.6-9.9 0-18.6 3.5-26 10.6l-21.4 21.7c-7 7-10.6 15.6-10.6 25.7s3.5 18.7 10.6 25.7L196.4 352c7.4 7 16.1 10.6 26 10.6 10.1 0 18.7-3.5 25.7-10.6z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="444.819" height="444.819" viewBox="0 0 444.819 444.819"><path d="M352.025 196.712L165.885 10.848C159.028 3.615 150.468 0 140.185 0s-18.84 3.62-25.696 10.848l-21.7 21.416c-7.045 7.043-10.567 15.604-10.567 25.692 0 9.897 3.52 18.56 10.566 25.98L231.544 222.41 92.785 361.168c-7.04 7.043-10.563 15.604-10.563 25.693 0 9.9 3.52 18.566 10.564 25.98l21.7 21.417c7.043 7.043 15.612 10.564 25.697 10.564 10.09 0 18.656-3.52 25.697-10.564L352.025 248.39c7.046-7.423 10.57-16.084 10.57-25.98.002-10.09-3.524-18.655-10.57-25.698z"/></svg>
Binary file
Binary file
Binary file
@@ -0,0 +1,7 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
2
+ <defs>
3
+ <style>.cls-1{fill:#1f2c38;}</style>
4
+ </defs>
5
+ <title>chevron-bottom-dark</title>
6
+ <polyline class="cls-1" points="1068 0 534 40.01 0 0.01"/>
7
+ </svg>
@@ -0,0 +1,2 @@
1
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
2
+ <defs><style>.cls-1{fill:#fff;}.cls-2{fill:#5283a8;}</style></defs><title>chevron-bottom-inverse</title><polyline class="cls-1" points="534 39.99 0 39.99 0 0"/><polyline class="cls-1" points="1068 0 1068 39.99 534 39.99"/><line class="cls-2" x2="1068"/></svg>
@@ -0,0 +1,7 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
2
+ <defs>
3
+ <style>.cls-1{fill:#fff;}</style>
4
+ </defs>
5
+ <title>chevron-bottom</title>
6
+ <polyline class="cls-1" points="0 40.01 534 0 1068 39.99"/>
7
+ </svg>
@@ -0,0 +1,2 @@
1
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
2
+ <defs><style>.cls-1{fill:#1f2c38;}.cls-2{fill:#5283a8;}</style></defs><title>chevron-top-inverse</title><polyline class="cls-1" points="534 39.99 0 39.99 0 0"/><polyline class="cls-1" points="1068 0 1068 39.99 534 39.99"/><line class="cls-2" x2="1068"/></svg>
@@ -0,0 +1,7 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
2
+ <defs>
3
+ <style>.cls-1{fill:#1f2c38;}</style>
4
+ </defs>
5
+ <title>chevron-top</title>
6
+ <polyline class="cls-1" points="0 40.01 534 0 1068 39.99"/>
7
+ </svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 216 146"><path fill="#fff" d="M168.86 37.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172 0-4.02.76-5.54 2.28L93.254 80.414 69.3 56.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172 0-4.02.76-5.54 2.28L47.14 67.46c-1.52 1.522-2.28 3.37-2.28 5.542 0 2.172.76 4.02 2.28 5.54l29.493 29.493 11.08 11.08c1.52 1.52 3.368 2.28 5.54 2.28 2.173 0 4.02-.76 5.54-2.28l11.082-11.08L168.86 49.05c1.52-1.52 2.283-3.37 2.283-5.54 0-2.174-.76-4.02-2.28-5.54z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 216 146"><path fill="#0071bc" d="M168.86 37.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172 0-4.02.76-5.54 2.28L93.254 80.414 69.3 56.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172 0-4.02.76-5.54 2.28L47.14 67.46c-1.52 1.522-2.28 3.37-2.28 5.542 0 2.172.76 4.02 2.28 5.54l29.493 29.493 11.08 11.08c1.52 1.52 3.368 2.28 5.54 2.28 2.173 0 4.02-.76 5.54-2.28l11.082-11.08L168.86 49.05c1.52-1.52 2.283-3.37 2.283-5.54 0-2.174-.76-4.02-2.28-5.54z"/></svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.22 36.12"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-agreement</title><line class="cls-1" x1="44.68" y1="26.33" x2="38.66" y2="21.27"/><line class="cls-1" x1="39.14" y1="29.4" x2="34.24" y2="25.38"/><path class="cls-1" d="M12.34,18.78c1.75,5,15.82,15.89,15.82,15.89,3.39,2.87,6.46-1.51,3.67-3.87l-2.14-2.08"/><path class="cls-1" d="M29.69,28.73l5.82,5.05a2.83,2.83,0,1,0,3.85-4.13l1.47,1.24c2.93,2.48,6.78-2.09,3.86-4.56l0.23,0.19C47.83,29,51.68,24.43,48.76,22L34.36,10.22s-2.78,1.06-3.85.76c0,0-4.15,6.36-7.18,4.15s0-11.62,8.52-13c0,0,3.84-1.09,13.23,3.75l3.48-1.05"/><rect class="cls-1" x="-2.39" y="7.21" width="21.97" height="10.61" transform="translate(-5.79 17.38) rotate(-74.19)"/><rect class="cls-1" x="51.31" y="2.09" width="10.61" height="21.97" transform="translate(-1.42 15.92) rotate(-15.81)"/><path class="cls-1" d="M16.29,4.81s0.49-.9,11.32-1.13"/><path class="cls-1" d="M49.69,23.46s2.68,0.7,4.09-.91"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.63 34.62"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-checked</title><circle class="cls-1" cx="17.31" cy="17.31" r="16.81"/><polyline class="cls-1" points="10.02 17.82 14.92 23.95 25.47 10.75"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.55 41.55"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-compass</title><polyline class="cls-1" points="33.83 13.55 41.05 20.77 33.83 28"/><polyline class="cls-1" points="7.72 28 0.5 20.77 7.72 13.55"/><polyline class="cls-1" points="13.55 7.72 20.77 0.5 28 7.72"/><polyline class="cls-1" points="28 33.83 20.77 41.05 13.55 33.83"/><line class="cls-1" x1="0.87" y1="20.77" x2="41.05" y2="20.77"/><line class="cls-1" x1="20.96" y1="0.68" x2="20.96" y2="40.87"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.48 31.07"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-court</title><polygon class="cls-1" points="0.5 9.83 15.25 0.5 29.98 9.83 0.5 9.83"/><ellipse class="cls-1" cx="15.24" cy="5.81" rx="1.29" ry="1.32"/><line class="cls-1" x1="0.72" y1="30.57" x2="29.76" y2="30.57"/><rect class="cls-1" x="4.35" y="12.94" width="2.07" height="14.52"/><rect class="cls-1" x="10.57" y="12.94" width="2.07" height="14.52"/><rect class="cls-1" x="17.83" y="12.94" width="2.07" height="14.52"/><rect class="cls-1" x="24.05" y="12.94" width="2.07" height="14.52"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47.73 47.73"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-double_arrow</title><line class="cls-1" x1="8.56" y1="39.17" x2="39.28" y2="8.59"/><rect class="cls-1" x="0.5" y="0.5" width="46.73" height="46.73"/><polyline class="cls-1" points="8.56 27.93 8.56 39.17 19.94 39.17"/><polyline class="cls-1" points="39.27 19.84 39.27 8.59 27.89 8.59"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 35.5"><defs><style>.cls-1{fill:none;stroke:#3b97d3;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-download</title><line class="cls-1" x1="12.5" y1="21.5" x2="12.5" y2="0.5"/><polyline class="cls-1" points="17.46 16.18 12.62 21.02 7.78 16.18"/><polyline class="cls-1" points="8 11 0.5 11 0.5 35 24.5 35 24.5 11 17 11"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.67 34.67"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-export</title><path class="cls-1" d="M17.34,0.5A16.84,16.84,0,1,0,34.17,17.34,16.85,16.85,0,0,0,17.34.5Z"/><path class="cls-1" d="M28.58,29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32,9.32,0,0,0,2.37-4c1.09-.76.63-2.35,0.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5,2.33-6.5,5.74v3.3A2.35,2.35,0,0,0,11.7,20a9.33,9.33,0,0,0,2.37,4v1.48c-1,1.11-3.77,2.75-7.46,4.28"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46.17 60.53"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-locked</title><path class="cls-1" d="M6.14,23A5.56,5.56,0,0,0,.5,28.55L3,54.48A5.57,5.57,0,0,0,8.63,60H37.54a5.61,5.61,0,0,0,5.64-5.6l2.49-25.9A5.54,5.54,0,0,0,40,23H6.14Z"/><path class="cls-1" d="M25.88,49.61H20.29l-1.05-8.66a3.85,3.85,0,0,1,7.69,0Z"/><path class="cls-1" d="M11.7,23V11.14C11.7,5.27,17.08.5,23.09,0.5S34.48,5.27,34.48,11.14V23"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.28 37.59"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-paperwork</title><polyline class="cls-1" points="23.47 0.5 23.47 6.68 29.78 6.68"/><path class="cls-1" d="M29.78,31a1.12,1.12,0,0,1-1.11,1.11H6.73A1.11,1.11,0,0,1,5.63,31V1.62A1.12,1.12,0,0,1,6.73.5H24.16a0.82,0.82,0,0,1,.63.33l4.65,4.53a1.1,1.1,0,0,1,.33.79V31Z"/><line class="cls-1" x1="24.31" y1="15.62" x2="11.6" y2="15.62"/><line class="cls-1" x1="24.31" y1="20.7" x2="11.6" y2="20.7"/><line class="cls-1" x1="24.31" y1="25.79" x2="11.6" y2="25.79"/><line class="cls-1" x1="19.38" y1="10.51" x2="11.43" y2="10.51"/><path class="cls-1" d="M1.65,5.24A1.15,1.15,0,0,0,.5,6.39V35.94a1.15,1.15,0,0,0,1.15,1.15h24a1.15,1.15,0,0,0,1.15-1.15"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 35"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-plan</title><rect class="cls-1" x="10.5" y="0.5" width="13" height="13"/><rect class="cls-1" x="0.5" y="28.5" width="7" height="6"/><rect class="cls-1" x="13.5" y="28.5" width="7" height="6"/><rect class="cls-1" x="26.5" y="28.5" width="7" height="6"/><polyline class="cls-1" points="4.5 26 4.5 20.5 29.5 20.5 29.5 26"/><line class="cls-1" x1="16.5" y1="26" x2="16.5" y2="17"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.84 36.91"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-power</title><ellipse class="cls-1" cx="16.36" cy="18.46" rx="1.93" ry="1.95"/><ellipse class="cls-1" cx="16.42" cy="18.45" rx="7.98" ry="17.95"/><path class="cls-1" d="M12.43,11.48c8.51-5,17.2-5.86,19.4-2s-2.91,11-11.42,16-17.2,5.86-19.4,2S3.92,16.44,12.43,11.48Z"/><path class="cls-1" d="M12.43,25.43c-8.51-5-13.62-12.1-11.42-16s10.89-3,19.4,2,13.62,12.1,11.42,16S20.94,30.39,12.43,25.43Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.89 46.11"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-shipping</title><polygon class="cls-1" points="22.81 40.65 11.84 45.61 11.84 29.9 22.81 24.94 22.81 40.65"/><polygon class="cls-1" points="11.84 45.61 0.5 40.65 0.5 24.94 11.84 29.9 11.84 45.61"/><polygon class="cls-1" points="11.84 20.03 0.5 24.94 11.84 29.9 22.81 24.94 11.84 20.03"/><polygon class="cls-1" points="34.15 20.03 22.81 24.94 22.81 9.93 34.15 5.19 34.15 20.03"/><polygon class="cls-1" points="22.81 24.94 11.84 20.03 11.84 5.19 22.81 9.93 22.81 24.94"/><polygon class="cls-1" points="22.81 0.5 11.84 5.19 22.81 9.93 34.15 5.19 22.81 0.5"/><polygon class="cls-1" points="45.39 40.65 34.15 45.61 34.15 29.9 45.39 24.94 45.39 40.65"/><polygon class="cls-1" points="34.15 45.61 22.81 40.65 22.81 24.94 34.15 29.9 34.15 45.61"/><polygon class="cls-1" points="34.15 20.03 22.81 24.94 34.15 29.9 45.39 24.94 34.15 20.03"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.67 34.67"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-user</title><path class="cls-1" d="M17.34,0.5A16.84,16.84,0,1,0,34.17,17.34,16.85,16.85,0,0,0,17.34.5Z"/><path class="cls-1" d="M28.58,29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32,9.32,0,0,0,2.37-4c1.09-.76.63-2.35,0.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5,2.33-6.5,5.74v3.3A2.35,2.35,0,0,0,11.7,20a9.33,9.33,0,0,0,2.37,4v1.48c-1,1.11-3.77,2.75-7.46,4.28"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.11 61.47"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-user_researched</title><path class="cls-1" d="M38.15,38.37a5.93,5.93,0,0,1-2.39-2.47V33A18.43,18.43,0,0,0,40,25.1a4.74,4.74,0,0,0,.89-6.82V11.79c0-6.7-3.68-11.29-12.1-11.29-8.2,0-12.1,4.59-12.1,11.29v6.5a4.74,4.74,0,0,0,.89,6.81A18.42,18.42,0,0,0,21.88,33v2.9c-0.85,2.76-11,7.2-20.09,10.78A2.07,2.07,0,0,0,.5,48.61v3.06"/><circle class="cls-1" cx="53.29" cy="48.65" r="12.32" transform="translate(-18.79 51.93) rotate(-45)"/><line class="cls-1" x1="51.17" y1="53.63" x2="59.08" y2="45.18"/><line class="cls-1" x1="51.17" y1="53.63" x2="47.5" y2="49.7"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Content" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 93.53"><defs><style>.cls-1{fill:#e74c3c;}</style></defs><title>icon-hex</title><polygon class="cls-1" points="40.5 0 81 23.38 81 70.15 40.5 93.53 0 70.15 0 23.38 40.5 0"/></svg>
@@ -0,0 +1,7 @@
1
+ <svg id="Content" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 93.53">
2
+ <defs>
3
+ <style>.cls-1{fill:#3498db;}</style>
4
+ </defs>
5
+ <title>icon-hex-primary</title>
6
+ <polygon class="cls-1" points="40.5 0 81 23.38 81 70.15 40.5 93.53 0 70.15 0 23.38 40.5 0"/>
7
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="chevron-bottom" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.acls-1{fill:#fff}</style></defs><title>chevron-bottom</title><path class="acls-1" d="M0 40.01L534 0l534 39.99"/></symbol><symbol id="chevron-bottom-dark" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.bcls-1{fill:#1f2c38}</style></defs><title>chevron-bottom-dark</title><path class="bcls-1" d="M1068 0L534 40.01 0 .01"/></symbol><symbol id="chevron-bottom-inverse" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.ccls-1{fill:#fff}.ccls-2{fill:#5283a8}</style></defs><title>chevron-bottom-inverse</title><path class="ccls-1" d="M534 39.99H0V0M1068 0v39.99H534"/><path class="ccls-2" d="M0 0h1068"/></symbol><symbol id="chevron-top" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.dcls-1{fill:#1f2c38}</style></defs><title>chevron-top</title><path class="dcls-1" d="M0 40.01L534 0l534 39.99"/></symbol><symbol id="chevron-top-inverse" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.ecls-1{fill:#1f2c38}.ecls-2{fill:#5283a8}</style></defs><title>chevron-top-inverse</title><path class="ecls-1" d="M534 39.99H0V0M1068 0v39.99H534"/><path class="ecls-2" d="M0 0h1068"/></symbol><symbol id="i-agreement" viewBox="0 0 65.22 36.12"><defs><style>.fcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-agreement</title><path class="fcls-1" d="M44.68 26.33l-6.02-5.06M39.14 29.4l-4.9-4.02M12.34 18.78c1.75 5 15.82 15.89 15.82 15.89 3.39 2.87 6.46-1.51 3.67-3.87l-2.14-2.08"/><path class="fcls-1" d="M29.69 28.73l5.82 5.05a2.83 2.83 0 1 0 3.85-4.13l1.47 1.24c2.93 2.48 6.78-2.09 3.86-4.56l.23.19c2.91 2.48 6.76-2.09 3.84-4.52l-14.4-11.78s-2.78 1.06-3.85.76c0 0-4.15 6.36-7.18 4.15s0-11.62 8.52-13c0 0 3.84-1.09 13.23 3.75l3.48-1.05M.496 21.644L6.482.504 16.69 3.397l-5.985 21.14zM48.518 3.952l10.21-2.89L64.712 22.2l-10.21 2.89zM16.29 4.81s.49-.9 11.32-1.13M49.69 23.46s2.68.7 4.09-.91"/></symbol><symbol id="i-checked" viewBox="0 0 34.63 34.62"><defs><style>.gcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-checked</title><circle class="gcls-1" cx="17.31" cy="17.31" r="16.81"/><path class="gcls-1" d="M10.02 17.82l4.9 6.13 10.55-13.2"/></symbol><symbol id="i-compass" viewBox="0 0 41.55 41.55"><defs><style>.hcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-compass</title><path class="hcls-1" d="M33.83 13.55l7.22 7.22L33.83 28M7.72 28L.5 20.77l7.22-7.22M13.55 7.72L20.77.5 28 7.72M28 33.83l-7.23 7.22-7.22-7.22M.87 20.77h40.18M20.96.68v40.19"/></symbol><symbol id="i-court" viewBox="0 0 30.48 31.07"><defs><style>.icls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-court</title><path class="icls-1" d="M.5 9.83L15.25.5l14.73 9.33H.5z"/><ellipse class="icls-1" cx="15.24" cy="5.81" rx="1.29" ry="1.32"/><path class="icls-1" d="M.72 30.57h29.04M4.35 12.94h2.07v14.52H4.35zM10.57 12.94h2.07v14.52h-2.07zM17.83 12.94h2.07v14.52h-2.07zM24.05 12.94h2.07v14.52h-2.07z"/></symbol><symbol id="i-double_arrow" viewBox="0 0 47.73 47.73"><defs><style>.jcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-double_arrow</title><path class="jcls-1" d="M8.56 39.17L39.28 8.59M.5.5h46.73v46.73H.5z"/><path class="jcls-1" d="M8.56 27.93v11.24h11.38M39.27 19.84V8.59H27.89"/></symbol><symbol id="i-download" viewBox="0 0 25 35.5"><defs><style>.kcls-1{fill:none;stroke:#3b97d3;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-download</title><path class="kcls-1" d="M12.5 21.5V.5M17.46 16.18l-4.84 4.84-4.84-4.84"/><path class="kcls-1" d="M8 11H.5v24h24V11H17"/></symbol><symbol id="i-export" viewBox="0 0 34.67 34.67"><defs><style>.lcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-export</title><path class="lcls-1" d="M17.34.5a16.84 16.84 0 1 0 16.83 16.84A16.85 16.85 0 0 0 17.34.5z"/><path class="lcls-1" d="M28.58 29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32 9.32 0 0 0 2.37-4c1.09-.76.63-2.35.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5 2.33-6.5 5.74v3.3A2.35 2.35 0 0 0 11.7 20a9.33 9.33 0 0 0 2.37 4v1.48c-1 1.11-3.77 2.75-7.46 4.28"/></symbol><symbol id="i-locked" viewBox="0 0 46.17 60.53"><defs><style>.mcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-locked</title><path class="mcls-1" d="M6.14 23A5.56 5.56 0 0 0 .5 28.55L3 54.48A5.57 5.57 0 0 0 8.63 60h28.91a5.61 5.61 0 0 0 5.64-5.6l2.49-25.9A5.54 5.54 0 0 0 40 23H6.14z"/><path class="mcls-1" d="M25.88 49.61h-5.59l-1.05-8.66a3.85 3.85 0 0 1 7.69 0zM11.7 23V11.14C11.7 5.27 17.08.5 23.09.5s11.39 4.77 11.39 10.64V23"/></symbol><symbol id="i-paperwork" viewBox="0 0 30.28 37.59"><defs><style>.ncls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-paperwork</title><path class="ncls-1" d="M23.47.5v6.18h6.31"/><path class="ncls-1" d="M29.78 31a1.12 1.12 0 0 1-1.11 1.11H6.73A1.11 1.11 0 0 1 5.63 31V1.62A1.12 1.12 0 0 1 6.73.5h17.43a.82.82 0 0 1 .63.33l4.65 4.53a1.1 1.1 0 0 1 .33.79V31zM24.31 15.62H11.6M24.31 20.7H11.6M24.31 25.79H11.6M19.38 10.51h-7.95"/><path class="ncls-1" d="M1.65 5.24A1.15 1.15 0 0 0 .5 6.39v29.55a1.15 1.15 0 0 0 1.15 1.15h24a1.15 1.15 0 0 0 1.15-1.15"/></symbol><symbol id="i-plan" viewBox="0 0 34 35"><defs><style>.ocls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-plan</title><path class="ocls-1" d="M10.5.5h13v13h-13zM.5 28.5h7v6h-7zM13.5 28.5h7v6h-7zM26.5 28.5h7v6h-7zM4.5 26v-5.5h25V26M16.5 26v-9"/></symbol><symbol id="i-power" viewBox="0 0 32.84 36.91"><defs><style>.pcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-power</title><ellipse class="pcls-1" cx="16.36" cy="18.46" rx="1.93" ry="1.95"/><ellipse class="pcls-1" cx="16.42" cy="18.45" rx="7.98" ry="17.95"/><path class="pcls-1" d="M12.43 11.48c8.51-5 17.2-5.86 19.4-2s-2.91 11-11.42 16-17.2 5.86-19.4 2 2.91-11.04 11.42-16z"/><path class="pcls-1" d="M12.43 25.43c-8.51-5-13.62-12.1-11.42-16s10.89-3 19.4 2 13.62 12.1 11.42 16-10.89 2.96-19.4-2z"/></symbol><symbol id="i-shipping" viewBox="0 0 45.89 46.11"><defs><style>.qcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-shipping</title><path class="qcls-1" d="M22.81 40.65l-10.97 4.96V29.9l10.97-4.96v15.71z"/><path class="qcls-1" d="M11.84 45.61L.5 40.65V24.94l11.34 4.96v15.71z"/><path class="qcls-1" d="M11.84 20.03L.5 24.94l11.34 4.96 10.97-4.96-10.97-4.91z"/><path class="qcls-1" d="M34.15 20.03l-11.34 4.91V9.93l11.34-4.74v14.84zM22.81 24.94l-10.97-4.91V5.19l10.97 4.74v15.01z"/><path class="qcls-1" d="M22.81.5L11.84 5.19l10.97 4.74 11.34-4.74L22.81.5zM45.39 40.65l-11.24 4.96V29.9l11.24-4.96v15.71zM34.15 45.61l-11.34-4.96V24.94l11.34 4.96v15.71z"/><path class="qcls-1" d="M34.15 20.03l-11.34 4.91 11.34 4.96 11.24-4.96-11.24-4.91z"/></symbol><symbol id="i-user" viewBox="0 0 34.67 34.67"><defs><style>.rcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-user</title><path class="rcls-1" d="M17.34.5a16.84 16.84 0 1 0 16.83 16.84A16.85 16.85 0 0 0 17.34.5z"/><path class="rcls-1" d="M28.58 29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32 9.32 0 0 0 2.37-4c1.09-.76.63-2.35.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5 2.33-6.5 5.74v3.3A2.35 2.35 0 0 0 11.7 20a9.33 9.33 0 0 0 2.37 4v1.48c-1 1.11-3.77 2.75-7.46 4.28"/></symbol><symbol id="i-user_researched" viewBox="0 0 66.11 61.47"><defs><style>.scls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-user_researched</title><path class="scls-1" d="M38.15 38.37a5.93 5.93 0 0 1-2.39-2.47V33A18.43 18.43 0 0 0 40 25.1a4.74 4.74 0 0 0 .89-6.82v-6.49C40.89 5.09 37.21.5 28.79.5c-8.2 0-12.1 4.59-12.1 11.29v6.5a4.74 4.74 0 0 0 .89 6.81 18.42 18.42 0 0 0 4.3 7.9v2.9c-.85 2.76-11 7.2-20.09 10.78A2.07 2.07 0 0 0 .5 48.61v3.06"/><circle class="scls-1" cx="53.29" cy="48.65" r="12.32" transform="rotate(-45 53.29 48.647)"/><path class="scls-1" d="M51.17 53.63l7.91-8.45M51.17 53.63L47.5 49.7"/></symbol><symbol id="icon-hex-alt" viewBox="0 0 81 93.53"><defs><style>.tcls-1{fill:#e74c3c}</style></defs><title>icon-hex</title><path class="tcls-1" d="M40.5 0L81 23.38v46.77L40.5 93.53 0 70.15V23.38L40.5 0z"/></symbol><symbol id="icon-hex-primary" viewBox="0 0 81 93.53"><defs><style>.ucls-1{fill:#3498db}</style></defs><title>icon-hex-primary</title><path class="ucls-1" d="M40.5 0L81 23.38v46.77L40.5 93.53 0 70.15V23.38L40.5 0z"/></symbol><symbol viewBox="0 0 219.87238 39.040001" id="logo"><defs><clipPath id="va"><path d="M0 912.752h1068V0H0v912.752z"/></clipPath></defs><g clip-path="url(#va)" transform="matrix(1.25 0 0 -1.25 -161.25 1105.753)"><path d="M176.28 864.286a.49.49 0 0 0 .37-.168l1.043-1.132a6.635 6.635 0 0 0-2.422-1.834c-.956-.43-2.1-.644-3.43-.644-1.18 0-2.248.203-3.2.61a7.038 7.038 0 0 0-2.44 1.705c-.672.73-1.19 1.598-1.552 2.607-.362 1.01-.544 2.12-.544 3.33s.193 2.322.578 3.335c.385 1.013.926 1.884 1.625 2.612.7.73 1.536 1.295 2.512 1.7.974.402 2.05.604 3.222.604 1.166 0 2.196-.188 3.09-.565a7.63 7.63 0 0 0 2.325-1.508l-.863-1.222a.978.978 0 0 0-.213-.213.558.558 0 0 0-.335-.09c-.15 0-.32.07-.51.208-.19.138-.434.29-.73.46a5.66 5.66 0 0 1-1.11.46c-.444.137-1 .207-1.664.207-.77 0-1.475-.135-2.118-.404a4.57 4.57 0 0 1-1.66-1.177c-.463-.516-.824-1.144-1.08-1.884-.26-.74-.388-1.58-.388-2.522 0-.95.135-1.796.404-2.54.27-.744.638-1.372 1.11-1.883a4.716 4.716 0 0 1 1.66-1.172 5.206 5.206 0 0 1 2.05-.404c.45 0 .85.026 1.206.074.355.05.682.127.98.236.3.108.582.244.847.41.267.163.53.365.792.604.15.135.298.202.448.202M184.05 862.884h6.704v-2.198h-9.33v16.145h2.625v-13.946zM206.465 868.76c0 .926-.125 1.76-.376 2.5-.25.74-.61 1.367-1.077 1.883a4.697 4.697 0 0 1-1.698 1.188c-.666.278-1.413.416-2.243.416-.822 0-1.566-.138-2.23-.415a4.755 4.755 0 0 1-1.705-1.187c-.47-.516-.833-1.144-1.088-1.884-.255-.74-.382-1.574-.382-2.5 0-.935.127-1.772.38-2.513.256-.74.618-1.365 1.09-1.877a4.718 4.718 0 0 1 1.703-1.178c.666-.272 1.41-.41 2.232-.41.83 0 1.577.138 2.243.41a4.66 4.66 0 0 1 1.698 1.178c.467.512.826 1.138 1.076 1.877.25.74.375 1.578.375 2.512m2.68 0c0-1.197-.195-2.3-.583-3.31a7.648 7.648 0 0 0-1.643-2.605 7.488 7.488 0 0 0-2.546-1.71c-.99-.41-2.09-.616-3.302-.616-1.203 0-2.3.204-3.29.615-.99.41-1.84.98-2.55 1.71a7.615 7.615 0 0 0-1.65 2.606c-.388 1.01-.582 2.113-.582 3.31 0 1.195.194 2.297.583 3.306.39 1.01.938 1.88 1.648 2.613a7.52 7.52 0 0 0 2.552 1.714c.99.41 2.087.617 3.29.617 1.21 0 2.312-.205 3.302-.616.99-.41 1.84-.983 2.545-1.715a7.708 7.708 0 0 0 1.642-2.614c.388-1.01.583-2.11.583-3.307M219.915 862.806c.62 0 1.175.105 1.665.314.49.21.904.5 1.244.874.34.374.6.825.78 1.352.18.526.268 1.11.268 1.754v9.732h2.613V867.1c0-.95-.152-1.827-.454-2.634a5.98 5.98 0 0 0-1.305-2.09 6.003 6.003 0 0 0-2.07-1.38c-.81-.333-1.724-.5-2.74-.5-1.017 0-1.93.167-2.74.5-.812.332-1.502.792-2.07 1.38a5.98 5.98 0 0 0-1.306 2.09 7.435 7.435 0 0 0-.455 2.634v9.732h2.623v-9.72c0-.644.09-1.228.27-1.755.18-.527.437-.98.773-1.357.338-.377.75-.67 1.24-.88.49-.21 1.044-.314 1.665-.314M243.158 868.76c0 .926-.125 1.76-.376 2.5-.25.74-.61 1.363-1.076 1.87-.467.51-1.033.9-1.698 1.173-.666.273-1.413.41-2.243.41H234.3v-11.908h3.465c.83 0 1.577.135 2.243.404a4.6 4.6 0 0 1 1.698 1.17c.467.513.826 1.137 1.076 1.873.25.736.376 1.572.376 2.506m2.68 0c0-1.197-.195-2.29-.584-3.28a7.39 7.39 0 0 0-1.642-2.55 7.38 7.38 0 0 0-2.545-1.655c-.99-.392-2.09-.588-3.302-.588h-6.1v16.144h6.1c1.21 0 2.31-.195 3.302-.587a7.38 7.38 0 0 0 2.545-1.654 7.39 7.39 0 0 0 1.642-2.552c.39-.99.583-2.083.583-3.28" fill="#1f2c38"/><path d="M247.923 862.077a1.576 1.576 0 0 0 .443 1.11 1.53 1.53 0 0 0 1.104.46 1.578 1.578 0 0 0 1.446-.96 1.51 1.51 0 0 0 .124-.61c0-.224-.04-.43-.124-.617a1.598 1.598 0 0 0-.336-.493 1.517 1.517 0 0 0-.5-.33 1.594 1.594 0 0 0-.61-.118c-.217 0-.42.038-.61.116-.192.08-.356.19-.494.33a1.55 1.55 0 0 0-.443 1.11M262.038 860.507c-1.308 0-2.49.203-3.55.61-1.056.408-1.96.976-2.706 1.705a7.467 7.467 0 0 0-1.727 2.607c-.403 1.008-.605 2.118-.605 3.33 0 1.217.194 2.332.583 3.345a7.432 7.432 0 0 0 1.67 2.613 7.506 7.506 0 0 0 2.624 1.693c1.024.4 2.175.6 3.453.6.65 0 1.254-.05 1.81-.15.558-.102 1.075-.242 1.553-.42a7.31 7.31 0 0 0 2.434-1.504l-.752-1.2a.747.747 0 0 0-.46-.347c-.186-.046-.388 0-.605.133l-.69.404a6.03 6.03 0 0 1-.834.398 6.124 6.124 0 0 1-1.088.303 7.91 7.91 0 0 1-1.457.118c-.852 0-1.62-.14-2.304-.42a4.925 4.925 0 0 1-1.754-1.2 5.31 5.31 0 0 1-1.12-1.89c-.263-.74-.394-1.565-.394-2.477 0-.965.14-1.827.415-2.586.277-.758.67-1.4 1.177-1.928a5.016 5.016 0 0 1 1.845-1.205c.72-.276 1.526-.414 2.416-.414.666 0 1.258.07 1.778.213.52.14 1.03.34 1.53.593v3.207h-2.253c-.172 0-.307.046-.404.14a.483.483 0 0 0-.145.364v1.49h5.17v-6.39c-1.608-1.158-3.477-1.737-5.607-1.737M284.88 868.76c0 .926-.124 1.76-.375 2.5-.25.74-.61 1.367-1.076 1.883a4.697 4.697 0 0 1-1.7 1.188c-.665.278-1.412.416-2.242.416-.822 0-1.566-.138-2.23-.415a4.755 4.755 0 0 1-1.705-1.187c-.47-.516-.833-1.144-1.088-1.884-.254-.74-.38-1.574-.38-2.5 0-.935.126-1.772.38-2.513.255-.74.617-1.365 1.088-1.877a4.718 4.718 0 0 1 1.704-1.178c.665-.272 1.41-.41 2.23-.41.83 0 1.578.138 2.244.41a4.66 4.66 0 0 1 1.7 1.178c.466.512.825 1.138 1.075 1.877.25.74.376 1.578.376 2.512m2.68 0c0-1.197-.194-2.3-.582-3.31a7.648 7.648 0 0 0-1.643-2.605 7.488 7.488 0 0 0-2.545-1.71c-.99-.41-2.09-.616-3.302-.616-1.203 0-2.3.204-3.29.615-.99.41-1.84.98-2.55 1.71a7.615 7.615 0 0 0-1.65 2.606c-.388 1.01-.582 2.113-.582 3.31 0 1.195.194 2.297.583 3.306.388 1.01.937 1.88 1.647 2.613a7.52 7.52 0 0 0 2.55 1.714c.99.41 2.088.617 3.29.617 1.212 0 2.313-.205 3.303-.616.99-.41 1.84-.983 2.545-1.715a7.708 7.708 0 0 0 1.643-2.614c.388-1.01.583-2.11.583-3.307M289.437 876.83h2.097c.23 0 .418-.057.56-.173.142-.116.25-.26.325-.43l4.16-10.528c.104-.294.21-.61.318-.955.11-.344.208-.706.297-1.088.083.382.17.744.264 1.088.092.344.195.66.307.953l4.148 10.528c.06.15.165.287.314.414a.84.84 0 0 0 .56.19h2.108l-6.548-16.144h-2.365l-6.548 16.145z" fill="#277cb2"/><path d="M139.204 872.144l1.767 5.437 1.767-5.436h5.34l4.872 3.75-11.975 8.708L129 875.894l4.88-3.75h5.324z" fill="#3498db"/><path d="M148.076 872.144h.002l-4.25-3.36 1.767-5.437-4.625 3.36-4.625-3.36 1.767 5.437-4.232 3.36-4.88 3.75v-13.827l11.974-8.697 11.974 8.697v13.827l-4.872-3.75z" fill="#1f2c38"/></g></symbol></svg>
Binary file
@@ -0,0 +1,133 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ version="1.1"
9
+ id="svg4566"
10
+ viewBox="0 0 219.87238 39.040001">
11
+ <defs
12
+ id="defs4568">
13
+ <clipPath
14
+ id="clipPath498"
15
+ clipPathUnits="userSpaceOnUse">
16
+ <path
17
+ id="path500"
18
+ d="m 0,912.752 1068,0 L 1068,0 0,0 0,912.752 Z" />
19
+ </clipPath>
20
+ </defs>
21
+ <metadata
22
+ id="metadata4571">
23
+ <rdf:RDF>
24
+ <cc:Work
25
+ rdf:about="">
26
+ <dc:format>image/svg+xml</dc:format>
27
+ <dc:type
28
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
29
+ <dc:title></dc:title>
30
+ </cc:Work>
31
+ </rdf:RDF>
32
+ </metadata>
33
+ <g
34
+ transform="translate(-7.206665,-4.270725)"
35
+ id="layer1">
36
+ <g
37
+ id="g494"
38
+ transform="matrix(1.25,0,0,-1.25,-154.04296,1110.0236)">
39
+ <g
40
+ clip-path="url(#clipPath498)"
41
+ id="g496">
42
+ <g
43
+ transform="translate(176.2797,864.2856)"
44
+ id="g502">
45
+ <path
46
+ id="path504"
47
+ style="fill:#1f2c38;fill-opacity:1;fill-rule:nonzero;stroke:none"
48
+ d="M 0,0 C 0.142,0 0.265,-0.056 0.37,-0.168 L 1.413,-1.3 c -0.658,-0.793 -1.465,-1.404 -2.422,-1.834 -0.957,-0.429 -2.1,-0.644 -3.431,-0.644 -1.181,0 -2.248,0.203 -3.201,0.611 -0.952,0.407 -1.765,0.975 -2.438,1.704 -0.673,0.729 -1.191,1.598 -1.553,2.607 -0.362,1.009 -0.544,2.119 -0.544,3.33 0,1.211 0.193,2.322 0.578,3.335 0.385,1.013 0.926,1.884 1.625,2.612 0.699,0.729 1.536,1.295 2.512,1.699 0.975,0.403 2.05,0.605 3.223,0.605 1.166,0 2.196,-0.189 3.089,-0.566 0.893,-0.377 1.668,-0.88 2.326,-1.508 L 0.314,9.429 C 0.254,9.347 0.183,9.276 0.101,9.216 0.019,9.156 -0.093,9.126 -0.235,9.126 c -0.15,0 -0.32,0.069 -0.51,0.208 -0.191,0.138 -0.434,0.291 -0.729,0.46 -0.295,0.168 -0.666,0.321 -1.11,0.459 -0.445,0.138 -1,0.208 -1.665,0.208 -0.77,0 -1.476,-0.135 -2.119,-0.404 C -7.011,9.788 -7.564,9.396 -8.027,8.88 -8.491,8.364 -8.852,7.736 -9.109,6.996 -9.367,6.256 -9.496,5.415 -9.496,4.474 c 0,-0.95 0.135,-1.796 0.404,-2.54 0.269,-0.744 0.638,-1.372 1.11,-1.883 0.47,-0.513 1.023,-0.903 1.659,-1.172 0.635,-0.269 1.319,-0.404 2.052,-0.404 0.448,0 0.85,0.025 1.205,0.073 0.355,0.049 0.682,0.127 0.981,0.236 0.299,0.108 0.581,0.244 0.846,0.409 0.266,0.164 0.529,0.366 0.791,0.605 C -0.299,-0.067 -0.15,0 0,0" />
49
+ </g>
50
+ <g
51
+ transform="translate(184.0493,862.8844)"
52
+ id="g506">
53
+ <path
54
+ id="path508"
55
+ style="fill:#1f2c38;fill-opacity:1;fill-rule:nonzero;stroke:none"
56
+ d="m 0,0 6.705,0 0,-2.198 -9.329,0 0,16.145 2.624,0 L 0,0 Z" />
57
+ </g>
58
+ <g
59
+ transform="translate(206.4652,868.7592)"
60
+ id="g510">
61
+ <path
62
+ id="path512"
63
+ style="fill:#1f2c38;fill-opacity:1;fill-rule:nonzero;stroke:none"
64
+ d="M 0,0 C 0,0.927 -0.125,1.76 -0.376,2.5 -0.626,3.24 -0.985,3.868 -1.452,4.384 -1.919,4.899 -2.485,5.295 -3.15,5.572 -3.816,5.849 -4.563,5.987 -5.393,5.987 -6.215,5.987 -6.959,5.849 -7.624,5.572 -8.289,5.295 -8.857,4.899 -9.328,4.384 -9.799,3.868 -10.161,3.24 -10.416,2.5 -10.67,1.76 -10.797,0.927 -10.797,0 c 0,-0.934 0.127,-1.771 0.381,-2.512 0.255,-0.739 0.617,-1.365 1.088,-1.877 0.471,-0.512 1.039,-0.905 1.704,-1.178 0.665,-0.272 1.409,-0.409 2.231,-0.409 0.83,0 1.577,0.137 2.243,0.409 0.665,0.273 1.231,0.666 1.698,1.178 0.467,0.512 0.826,1.138 1.076,1.877 C -0.125,-1.771 0,-0.934 0,0 M 2.68,0 C 2.68,-1.196 2.485,-2.299 2.097,-3.308 1.708,-4.316 1.161,-5.185 0.454,-5.914 -0.252,-6.643 -1.1,-7.213 -2.091,-7.624 -3.081,-8.035 -4.182,-8.24 -5.393,-8.24 c -1.203,0 -2.3,0.205 -3.29,0.616 -0.991,0.411 -1.841,0.981 -2.551,1.71 -0.71,0.729 -1.259,1.598 -1.648,2.606 -0.389,1.009 -0.583,2.112 -0.583,3.308 0,1.196 0.194,2.298 0.583,3.307 0.389,1.009 0.938,1.88 1.648,2.613 0.71,0.732 1.56,1.304 2.551,1.715 0.99,0.411 2.087,0.617 3.29,0.617 1.211,0 2.312,-0.206 3.302,-0.617 C -1.1,7.224 -0.252,6.652 0.454,5.92 1.161,5.187 1.708,4.316 2.097,3.307 2.485,2.298 2.68,1.196 2.68,0" />
65
+ </g>
66
+ <g
67
+ transform="translate(219.9148,862.8056)"
68
+ id="g514">
69
+ <path
70
+ id="path516"
71
+ style="fill:#1f2c38;fill-opacity:1;fill-rule:nonzero;stroke:none"
72
+ d="m 0,0 c 0.62,0 1.175,0.105 1.665,0.314 0.489,0.209 0.904,0.501 1.244,0.874 0.34,0.374 0.6,0.825 0.779,1.352 0.18,0.526 0.269,1.111 0.269,1.754 l 0,9.732 2.613,0 0,-9.732 C 6.57,3.345 6.418,2.467 6.116,1.66 5.813,0.852 5.378,0.155 4.81,-0.431 4.242,-1.018 3.552,-1.478 2.741,-1.81 1.93,-2.143 1.016,-2.309 0,-2.309 c -1.017,0 -1.931,0.166 -2.741,0.499 -0.811,0.332 -1.501,0.792 -2.069,1.379 C -5.378,0.155 -5.813,0.852 -6.116,1.66 -6.419,2.467 -6.57,3.345 -6.57,4.294 l 0,9.732 2.623,0 0,-9.72 c 0,-0.644 0.09,-1.228 0.269,-1.755 0.18,-0.527 0.438,-0.979 0.774,-1.357 0.337,-0.377 0.749,-0.671 1.239,-0.88 C -1.176,0.105 -0.621,0 0,0" />
73
+ </g>
74
+ <g
75
+ transform="translate(243.1582,868.7592)"
76
+ id="g518">
77
+ <path
78
+ id="path520"
79
+ style="fill:#1f2c38;fill-opacity:1;fill-rule:nonzero;stroke:none"
80
+ d="m 0,0 c 0,0.927 -0.125,1.76 -0.376,2.5 -0.25,0.74 -0.609,1.364 -1.076,1.872 -0.467,0.509 -1.033,0.899 -1.698,1.172 -0.666,0.273 -1.413,0.409 -2.243,0.409 l -3.464,0 0,-11.907 3.464,0 c 0.83,0 1.577,0.135 2.243,0.404 0.665,0.269 1.231,0.66 1.698,1.172 0.467,0.512 0.826,1.136 1.076,1.872 C -0.125,-1.77 0,-0.934 0,0 M 2.679,0 C 2.679,-1.196 2.485,-2.289 2.096,-3.279 1.708,-4.27 1.16,-5.12 0.454,-5.83 -0.252,-6.54 -1.101,-7.091 -2.091,-7.484 -3.082,-7.876 -4.182,-8.072 -5.393,-8.072 l -6.099,0 0,16.144 6.099,0 c 1.211,0 2.311,-0.196 3.302,-0.588 C -1.101,7.091 -0.252,6.54 0.454,5.83 1.16,5.12 1.708,4.27 2.096,3.279 2.485,2.289 2.679,1.196 2.679,0" />
81
+ </g>
82
+ <g
83
+ transform="translate(247.923,862.0771)"
84
+ id="g522">
85
+ <path
86
+ id="path524"
87
+ style="fill:#277cb2;fill-opacity:1;fill-rule:nonzero;stroke:none"
88
+ d="M 0,0 C 0,0.217 0.039,0.421 0.118,0.611 0.196,0.802 0.304,0.968 0.443,1.11 0.581,1.252 0.745,1.364 0.936,1.446 1.127,1.528 1.33,1.57 1.547,1.57 1.764,1.57 1.968,1.528 2.158,1.446 2.349,1.364 2.515,1.252 2.657,1.11 2.799,0.968 2.911,0.802 2.993,0.611 3.076,0.421 3.117,0.217 3.117,0 3.117,-0.224 3.076,-0.43 2.993,-0.617 2.911,-0.804 2.799,-0.968 2.657,-1.11 2.515,-1.252 2.349,-1.362 2.158,-1.441 1.968,-1.519 1.764,-1.558 1.547,-1.558 1.33,-1.558 1.127,-1.519 0.936,-1.441 0.745,-1.362 0.581,-1.252 0.443,-1.11 0.304,-0.968 0.196,-0.804 0.118,-0.617 0.039,-0.43 0,-0.224 0,0" />
89
+ </g>
90
+ <g
91
+ transform="translate(262.0382,860.5074)"
92
+ id="g526">
93
+ <path
94
+ id="path528"
95
+ style="fill:#277cb2;fill-opacity:1;fill-rule:nonzero;stroke:none"
96
+ d="m 0,0 c -1.308,0 -2.491,0.203 -3.549,0.611 -1.057,0.407 -1.96,0.975 -2.707,1.704 -0.748,0.729 -1.323,1.598 -1.727,2.607 -0.403,1.009 -0.605,2.119 -0.605,3.33 0,1.218 0.194,2.333 0.583,3.346 0.389,1.013 0.945,1.884 1.67,2.613 0.725,0.728 1.6,1.293 2.624,1.693 1.024,0.399 2.175,0.599 3.453,0.599 0.65,0 1.254,-0.05 1.811,-0.151 0.557,-0.101 1.074,-0.241 1.552,-0.42 0.479,-0.18 0.92,-0.397 1.324,-0.651 0.403,-0.254 0.773,-0.538 1.11,-0.852 L 4.787,13.23 C 4.668,13.043 4.514,12.927 4.328,12.882 c -0.187,-0.045 -0.389,0 -0.606,0.134 -0.217,0.127 -0.446,0.262 -0.689,0.404 -0.243,0.142 -0.522,0.275 -0.835,0.398 -0.314,0.124 -0.677,0.224 -1.088,0.303 -0.411,0.078 -0.897,0.118 -1.457,0.118 -0.853,0 -1.621,-0.141 -2.305,-0.421 -0.683,-0.28 -1.268,-0.68 -1.754,-1.2 C -4.892,12.099 -5.266,11.469 -5.527,10.73 -5.789,9.989 -5.92,9.164 -5.92,8.252 c 0,-0.964 0.139,-1.826 0.415,-2.585 0.277,-0.758 0.669,-1.401 1.177,-1.928 0.509,-0.527 1.123,-0.929 1.845,-1.205 0.721,-0.277 1.526,-0.415 2.416,-0.415 0.665,0 1.257,0.071 1.777,0.213 0.519,0.142 1.029,0.34 1.53,0.594 l 0,3.207 -2.253,0 C 0.815,6.133 0.68,6.179 0.583,6.273 0.486,6.366 0.437,6.488 0.437,6.637 l 0,1.491 5.169,0 0,-6.39 C 3.999,0.579 2.13,0 0,0" />
97
+ </g>
98
+ <g
99
+ transform="translate(284.8806,868.7592)"
100
+ id="g530">
101
+ <path
102
+ id="path532"
103
+ style="fill:#277cb2;fill-opacity:1;fill-rule:nonzero;stroke:none"
104
+ d="M 0,0 C 0,0.927 -0.125,1.76 -0.376,2.5 -0.626,3.24 -0.985,3.868 -1.452,4.384 -1.919,4.899 -2.485,5.295 -3.15,5.572 -3.816,5.849 -4.563,5.987 -5.393,5.987 -6.215,5.987 -6.959,5.849 -7.624,5.572 -8.289,5.295 -8.857,4.899 -9.328,4.384 -9.799,3.868 -10.161,3.24 -10.416,2.5 -10.67,1.76 -10.797,0.927 -10.797,0 c 0,-0.934 0.127,-1.771 0.381,-2.512 0.255,-0.739 0.617,-1.365 1.088,-1.877 0.471,-0.512 1.039,-0.905 1.704,-1.178 0.665,-0.272 1.409,-0.409 2.231,-0.409 0.83,0 1.577,0.137 2.243,0.409 0.665,0.273 1.231,0.666 1.698,1.178 0.467,0.512 0.826,1.138 1.076,1.877 C -0.125,-1.771 0,-0.934 0,0 M 2.68,0 C 2.68,-1.196 2.485,-2.299 2.097,-3.308 1.708,-4.316 1.161,-5.185 0.454,-5.914 -0.252,-6.643 -1.1,-7.213 -2.091,-7.624 -3.081,-8.035 -4.182,-8.24 -5.393,-8.24 c -1.203,0 -2.3,0.205 -3.29,0.616 -0.991,0.411 -1.841,0.981 -2.551,1.71 -0.71,0.729 -1.259,1.598 -1.648,2.606 -0.389,1.009 -0.583,2.112 -0.583,3.308 0,1.196 0.194,2.298 0.583,3.307 0.389,1.009 0.938,1.88 1.648,2.613 0.71,0.732 1.56,1.304 2.551,1.715 0.99,0.411 2.087,0.617 3.29,0.617 1.211,0 2.312,-0.206 3.302,-0.617 C -1.1,7.224 -0.252,6.652 0.454,5.92 1.161,5.187 1.708,4.316 2.097,3.307 2.485,2.298 2.68,1.196 2.68,0" />
105
+ </g>
106
+ <g
107
+ transform="translate(289.4366,876.8315)"
108
+ id="g534">
109
+ <path
110
+ id="path536"
111
+ style="fill:#277cb2;fill-opacity:1;fill-rule:nonzero;stroke:none"
112
+ d="m 0,0 2.097,0 c 0.231,0 0.418,-0.058 0.56,-0.174 0.142,-0.116 0.251,-0.26 0.325,-0.431 l 4.16,-10.528 c 0.105,-0.292 0.211,-0.609 0.319,-0.953 0.109,-0.344 0.208,-0.706 0.297,-1.088 0.083,0.382 0.17,0.744 0.264,1.088 0.093,0.344 0.196,0.661 0.308,0.953 l 4.148,10.528 c 0.06,0.149 0.165,0.287 0.314,0.414 C 12.942,-0.064 13.129,0 13.353,0 l 2.108,0 -6.548,-16.145 -2.365,0 L 0,0 Z" />
113
+ </g>
114
+ <g
115
+ transform="translate(139.2037,872.1443)"
116
+ id="g538">
117
+ <path
118
+ id="path540"
119
+ style="fill:#3498db;fill-opacity:1;fill-rule:nonzero;stroke:none"
120
+ d="M 0,0 1.767,5.437 3.533,0 8.873,0 13.745,3.75 1.771,12.458 -10.204,3.75 -5.323,0 0,0 Z" />
121
+ </g>
122
+ <g
123
+ transform="translate(148.0763,872.1443)"
124
+ id="g542">
125
+ <path
126
+ id="path544"
127
+ style="fill:#1f2c38;fill-opacity:1;fill-rule:nonzero;stroke:none"
128
+ d="m 0,0 0.002,0 -4.25,-3.36 1.767,-5.437 -4.625,3.36 -4.625,-3.36 1.767,5.437 -4.232,3.36 0,0 -4.88,3.75 0,-13.827 11.974,-8.697 11.974,8.697 0,13.827 L 0,0 Z" />
129
+ </g>
130
+ </g>
131
+ </g>
132
+ </g>
133
+ </svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="401.991" height="401.991" viewBox="0 0 401.991 401.991"><path d="M394 154.174c-5.33-5.33-11.806-7.995-19.417-7.995H27.406c-7.61 0-14.084 2.66-19.414 7.99C2.662 159.5 0 165.97 0 173.586v54.82c0 7.617 2.662 14.086 7.992 19.41 5.33 5.332 11.803 7.994 19.414 7.994h347.176c7.61 0 14.086-2.66 19.417-7.993 5.32-5.324 7.99-11.793 7.99-19.41v-54.82c0-7.615-2.66-14.087-7.99-19.413z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="401.994" height="401.994" viewBox="0 0 401.994 401.994"><path d="M394 154.175c-5.33-5.33-11.806-7.994-19.417-7.994H255.81V27.41c0-7.61-2.665-14.084-7.993-19.414C242.487 2.666 236.02 0 228.397 0h-54.81c-7.613 0-14.085 2.663-19.415 7.993-5.33 5.33-7.994 11.803-7.994 19.414v118.775H27.408c-7.612 0-14.085 2.664-19.415 7.994S0 165.973 0 173.59v54.818c0 7.618 2.662 14.086 7.992 19.41 5.33 5.333 11.803 7.995 19.414 7.995h118.77V374.59c0 7.61 2.665 14.09 7.995 19.417 5.33 5.325 11.806 7.987 19.418 7.987H228.4c7.618 0 14.087-2.662 19.418-7.987 5.332-5.33 7.994-11.806 7.994-19.417V255.813h118.77c7.618 0 14.09-2.662 19.417-7.994 5.325-5.33 7.99-11.797 7.99-19.415v-54.82c0-7.615-2.66-14.086-7.993-19.413z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 216 146"><path fill="#fff" d="M172.77 123.025L144.825 95.08c6.735-9.722 10.104-20.56 10.104-32.508 0-7.767-1.51-15.195-4.527-22.283-3.014-7.09-7.088-13.2-12.22-18.336s-11.243-9.207-18.33-12.22c-7.09-3.016-14.52-4.523-22.286-4.523-7.768 0-15.196 1.508-22.284 4.523-7.09 3.014-13.2 7.088-18.332 12.22-5.132 5.134-9.206 11.245-12.22 18.333-3.015 7.088-4.522 14.515-4.522 22.282 0 7.766 1.507 15.192 4.522 22.282 3.014 7.088 7.088 13.197 12.22 18.33 5.134 5.134 11.245 9.207 18.333 12.222 7.09 3.015 14.516 4.522 22.283 4.522 11.95 0 22.786-3.37 32.51-10.105l27.943 27.863c1.955 2.064 4.397 3.096 7.332 3.096 2.824 0 5.27-1.03 7.332-3.096 2.064-2.063 3.096-4.508 3.096-7.332 0-2.877-1.002-5.322-3.013-7.33zm-49.413-34.668C116.214 95.5 107.62 99.07 97.57 99.07c-10.048 0-18.643-3.57-25.786-10.713C64.64 81.214 61.07 72.62 61.07 62.57c0-10.047 3.572-18.643 10.714-25.785C78.926 29.642 87.522 26.07 97.57 26.07c10.048 0 18.643 3.573 25.787 10.715 7.143 7.142 10.715 15.738 10.715 25.786 0 10.05-3.573 18.647-10.715 25.79z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M118.348 49.86V38.293c0-1.737.08-3.082.243-4.032.165-.95.53-1.886 1.104-2.81.57-.923 1.494-1.56 2.77-1.914 1.277-.354 2.975-.53 5.094-.53h11.568V5.866H120.63c-10.702 0-18.387 2.54-23.058 7.617-4.67 5.08-7.006 12.56-7.006 22.446v13.93H76.714V73h13.85v67.134h27.784V73h18.494l2.444-23.14h-20.938z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M66.28 99.072c-4.347 0-8.04 1.52-11.082 4.562-3.04 3.042-4.562 6.735-4.562 11.08 0 4.347 1.52 8.04 4.562 11.08 3.042 3.042 6.736 4.563 11.08 4.563 4.346 0 8.04-1.52 11.08-4.562 3.042-3.042 4.563-6.734 4.563-11.08s-1.52-8.04-4.56-11.08c-3.04-3.042-6.733-4.563-11.08-4.563zm36.01-20.37c-6.138-6.19-13.172-11.12-21.102-14.786-7.93-3.667-16.24-5.853-24.93-6.56h-.408c-1.412 0-2.58.463-3.503 1.386-1.14.977-1.71 2.254-1.71 3.83V73.57c0 1.357.447 2.525 1.343 3.503.896.98 2.023 1.522 3.38 1.63 12.44 1.195 23.07 6.206 31.897 15.032 8.826 8.825 13.837 19.458 15.032 31.896.106 1.36.65 2.488 1.63 3.384.975.897 2.142 1.346 3.5 1.346h11c1.574 0 2.85-.57 3.83-1.71 1.03-1.09 1.492-2.393 1.385-3.914-.707-8.69-2.894-17-6.56-24.93-3.666-7.93-8.595-14.964-14.787-21.102z"/><path d="M155.573 84.04c-5.812-13.01-13.796-24.565-23.953-34.668-10.103-10.157-21.658-18.14-34.667-23.953-13.008-5.814-26.628-9.074-40.86-9.78h-.243c-1.412 0-2.607.49-3.585 1.467-1.086.976-1.63 2.226-1.63 3.747v11.65c0 1.358.477 2.54 1.427 3.544s2.104 1.534 3.462 1.59c11.678.706 22.772 3.477 33.282 8.31 10.51 4.835 19.635 11.12 27.375 18.86 7.74 7.74 14.03 16.866 18.86 27.376 4.837 10.512 7.58 21.604 8.23 33.282.057 1.357.586 2.512 1.59 3.462 1.006.95 2.215 1.427 3.627 1.427h11.65c1.52 0 2.768-.544 3.747-1.632 1.087-1.086 1.574-2.36 1.468-3.828-.704-14.232-3.964-27.852-9.776-40.86z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="216" height="146" viewBox="0 0 216 146"><path d="M172.2 33.24c-5.05 2.174-10.103 3.53-15.152 4.076 5.703-3.422 9.56-8.256 11.57-14.502-5.216 3.095-10.783 5.213-16.703 6.354-5.215-5.54-11.623-8.31-19.228-8.31-7.278 0-13.483 2.565-18.617 7.698-5.133 5.133-7.7 11.338-7.7 18.616 0 1.955.218 3.965.653 6.03-10.755-.544-20.844-3.246-30.268-8.107-9.424-4.862-17.422-11.34-23.994-19.432-2.39 4.073-3.582 8.5-3.582 13.28 0 4.508 1.06 8.69 3.178 12.547 2.118 3.856 4.97 6.98 8.555 9.37-4.237-.164-8.202-1.278-11.895-3.342v.326c0 6.355 1.996 11.935 5.988 16.743 3.992 4.808 9.03 7.835 15.113 9.084-2.28.6-4.59.9-6.925.9-1.52 0-3.177-.137-4.97-.407 1.685 5.27 4.78 9.6 9.29 12.995 4.507 3.396 9.613 5.146 15.316 5.256-9.56 7.495-20.45 11.243-32.67 11.243-2.336 0-4.454-.107-6.355-.325 12.22 7.876 25.69 11.813 40.41 11.813 9.344 0 18.116-1.48 26.316-4.44 8.203-2.96 15.21-6.924 21.02-11.895 5.812-4.97 10.823-10.686 15.032-17.15 4.21-6.463 7.345-13.21 9.41-20.245 2.064-7.035 3.096-14.08 3.096-21.143 0-1.52-.027-2.66-.082-3.422 5.163-3.746 9.563-8.282 13.2-13.604z"/></svg>