qpp-style 9.7.2 → 9.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/.storybook/main.js +19 -13
  2. package/components/Breadcrumb/Breadcrumb.stories.js +10 -6
  3. package/components/Button/Button.stories.js +0 -2
  4. package/components/CalloutBox/CalloutBox.stories.js +0 -2
  5. package/components/Card/Card.stories.js +0 -2
  6. package/components/Dropdown/Dropdown.stories.js +0 -2
  7. package/components/Footer/Footer.stories.js +7 -10
  8. package/components/Header/Header.stories.js +16 -20
  9. package/components/Infotip/Infotip.stories.js +5 -5
  10. package/components/Modal/Modal.stories.js +28 -30
  11. package/components/NotificationBanner/NotificationBanner.stories.js +10 -10
  12. package/components/Search/Search.stories.js +0 -2
  13. package/components/SideNav/SideNav.stories.js +104 -185
  14. package/components/Tabs/Tabs.stories.js +0 -2
  15. package/components/TextInput/TextInput.stories.js +0 -2
  16. package/coverage/clover.xml +1192 -0
  17. package/coverage/coverage-final.json +67 -0
  18. package/coverage/lcov-report/Header/HeaderUI.jsx.html +1418 -0
  19. package/coverage/lcov-report/Header/index.html +111 -0
  20. package/coverage/lcov-report/HeaderUI.jsx.html +578 -0
  21. package/coverage/lcov-report/SideNav/UI/index.html +111 -0
  22. package/coverage/lcov-report/SideNav/UI/index.js.html +89 -0
  23. package/coverage/lcov-report/base.css +224 -0
  24. package/coverage/lcov-report/block-navigation.js +79 -0
  25. package/coverage/lcov-report/components/Accordion/index.html +111 -0
  26. package/coverage/lcov-report/components/Accordion/index.jsx.html +359 -0
  27. package/coverage/lcov-report/components/Error/Collapsible.jsx.html +344 -0
  28. package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +173 -0
  29. package/coverage/lcov-report/components/Error/index.html +126 -0
  30. package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +845 -0
  31. package/coverage/lcov-report/components/Footer/LegacyFooterUI.jsx.html +662 -0
  32. package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +260 -0
  33. package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +182 -0
  34. package/coverage/lcov-report/components/Footer/index.html +156 -0
  35. package/coverage/lcov-report/components/InfoModal/index.html +111 -0
  36. package/coverage/lcov-report/components/InfoModal/index.jsx.html +392 -0
  37. package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +305 -0
  38. package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +203 -0
  39. package/coverage/lcov-report/components/Infotip/index.html +141 -0
  40. package/coverage/lcov-report/components/Infotip/index.js.html +89 -0
  41. package/coverage/lcov-report/components/SanitizedContent/index.html +111 -0
  42. package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +680 -0
  43. package/coverage/lcov-report/components/SessionDialogUI.jsx.html +863 -0
  44. package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +140 -0
  45. package/coverage/lcov-report/components/SideNav/AnimationGroup/index.html +111 -0
  46. package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +884 -0
  47. package/coverage/lcov-report/components/SideNav/Chart/index.html +126 -0
  48. package/coverage/lcov-report/components/SideNav/Chart/index.js.html +89 -0
  49. package/coverage/lcov-report/components/SideNav/Content/LevelOneContent.jsx.html +1007 -0
  50. package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +722 -0
  51. package/coverage/lcov-report/components/SideNav/Content/index.html +141 -0
  52. package/coverage/lcov-report/components/SideNav/Content/index.js.html +92 -0
  53. package/coverage/lcov-report/components/SideNav/Details/IndividualDetails.jsx.html +134 -0
  54. package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +203 -0
  55. package/coverage/lcov-report/components/SideNav/Details/index.html +141 -0
  56. package/coverage/lcov-report/components/SideNav/Details/index.js.html +92 -0
  57. package/coverage/lcov-report/components/SideNav/Links/CmsSwitchLink.jsx.html +203 -0
  58. package/coverage/lcov-report/components/SideNav/Links/NavItemInline.jsx.html +242 -0
  59. package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +209 -0
  60. package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +659 -0
  61. package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +401 -0
  62. package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +182 -0
  63. package/coverage/lcov-report/components/SideNav/Links/index.html +201 -0
  64. package/coverage/lcov-report/components/SideNav/Links/index.js.html +119 -0
  65. package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +1103 -0
  66. package/coverage/lcov-report/components/SideNav/UI/index.html +126 -0
  67. package/coverage/lcov-report/components/SideNav/UI/index.js.html +89 -0
  68. package/coverage/lcov-report/components/SideNav/helpers.js.html +221 -0
  69. package/coverage/lcov-report/components/SideNav/index.html +111 -0
  70. package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +344 -0
  71. package/coverage/lcov-report/components/Tooltip/index.html +141 -0
  72. package/coverage/lcov-report/components/Tooltip/index.js.html +89 -0
  73. package/coverage/lcov-report/components/Tooltip/position.js.html +284 -0
  74. package/coverage/lcov-report/components/index.html +111 -0
  75. package/coverage/lcov-report/favicon.png +0 -0
  76. package/coverage/lcov-report/index.html +426 -0
  77. package/coverage/lcov-report/lib/Chevron.jsx.html +161 -0
  78. package/coverage/lcov-report/lib/SvgComponents.jsx.html +1697 -0
  79. package/coverage/lcov-report/lib/index.html +141 -0
  80. package/coverage/lcov-report/lib/svg-definitions.svg.html +455 -0
  81. package/coverage/lcov-report/prettify.css +1 -0
  82. package/coverage/lcov-report/prettify.js +2 -0
  83. package/coverage/lcov-report/react/components/Accordion/index.html +111 -0
  84. package/coverage/lcov-report/react/components/Accordion/index.jsx.html +359 -0
  85. package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +344 -0
  86. package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +173 -0
  87. package/coverage/lcov-report/react/components/Error/error.js.html +158 -0
  88. package/coverage/lcov-report/react/components/Error/index.html +141 -0
  89. package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +845 -0
  90. package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +662 -0
  91. package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +260 -0
  92. package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +182 -0
  93. package/coverage/lcov-report/react/components/Footer/footer.js.html +170 -0
  94. package/coverage/lcov-report/react/components/Footer/index.html +171 -0
  95. package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +587 -0
  96. package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +128 -0
  97. package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +260 -0
  98. package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +206 -0
  99. package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +230 -0
  100. package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +749 -0
  101. package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +230 -0
  102. package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +266 -0
  103. package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +191 -0
  104. package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +557 -0
  105. package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +176 -0
  106. package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +161 -0
  107. package/coverage/lcov-report/react/components/Header/header.js.html +194 -0
  108. package/coverage/lcov-report/react/components/Header/hooks.js.html +236 -0
  109. package/coverage/lcov-report/react/components/Header/index.html +321 -0
  110. package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +107 -0
  111. package/coverage/lcov-report/react/components/InfoModal/index.html +111 -0
  112. package/coverage/lcov-report/react/components/InfoModal/index.jsx.html +392 -0
  113. package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +305 -0
  114. package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +203 -0
  115. package/coverage/lcov-report/react/components/Infotip/index.html +141 -0
  116. package/coverage/lcov-report/react/components/Infotip/index.js.html +89 -0
  117. package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +296 -0
  118. package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +500 -0
  119. package/coverage/lcov-report/react/components/Modal/index.html +141 -0
  120. package/coverage/lcov-report/react/components/Modal/index.jsx.html +146 -0
  121. package/coverage/lcov-report/react/components/NotificationBanner/NotificationBannerUI.jsx.html +950 -0
  122. package/coverage/lcov-report/react/components/NotificationBanner/index.html +111 -0
  123. package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +875 -0
  124. package/coverage/lcov-report/react/components/SanitizedContent/index.html +111 -0
  125. package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +680 -0
  126. package/coverage/lcov-report/react/components/SessionDialog/index.html +111 -0
  127. package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +158 -0
  128. package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +863 -0
  129. package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +146 -0
  130. package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +111 -0
  131. package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +884 -0
  132. package/coverage/lcov-report/react/components/SideNav/Chart/index.html +126 -0
  133. package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +89 -0
  134. package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +590 -0
  135. package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +728 -0
  136. package/coverage/lcov-report/react/components/SideNav/Content/index.html +141 -0
  137. package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +92 -0
  138. package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +134 -0
  139. package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +215 -0
  140. package/coverage/lcov-report/react/components/SideNav/Details/index.html +141 -0
  141. package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +92 -0
  142. package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +203 -0
  143. package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +242 -0
  144. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +194 -0
  145. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +695 -0
  146. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +401 -0
  147. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +182 -0
  148. package/coverage/lcov-report/react/components/SideNav/Links/index.html +201 -0
  149. package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +119 -0
  150. package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +1052 -0
  151. package/coverage/lcov-report/react/components/SideNav/UI/index.html +126 -0
  152. package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +89 -0
  153. package/coverage/lcov-report/react/components/SideNav/helpers.js.html +227 -0
  154. package/coverage/lcov-report/react/components/SideNav/index.html +126 -0
  155. package/coverage/lcov-report/react/components/SideNav/index.js.html +239 -0
  156. package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +344 -0
  157. package/coverage/lcov-report/react/components/Tooltip/index.html +141 -0
  158. package/coverage/lcov-report/react/components/Tooltip/index.js.html +89 -0
  159. package/coverage/lcov-report/react/components/Tooltip/position.js.html +284 -0
  160. package/coverage/lcov-report/react/components/hooks/index.html +111 -0
  161. package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +302 -0
  162. package/coverage/lcov-report/react/components/index.html +111 -0
  163. package/coverage/lcov-report/react/index.html +111 -0
  164. package/coverage/lcov-report/react/index.js.html +173 -0
  165. package/coverage/lcov-report/react/lib/Chevron.jsx.html +176 -0
  166. package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +1697 -0
  167. package/coverage/lcov-report/react/lib/index.html +141 -0
  168. package/coverage/lcov-report/react/lib/svg-definitions.svg.html +455 -0
  169. package/coverage/lcov-report/react/session/index.html +156 -0
  170. package/coverage/lcov-report/react/session/index.js.html +95 -0
  171. package/coverage/lcov-report/react/session/logout.js.html +203 -0
  172. package/coverage/lcov-report/react/session/refresh.js.html +227 -0
  173. package/coverage/lcov-report/react/session/ttl.js.html +191 -0
  174. package/coverage/lcov-report/session/index.html +126 -0
  175. package/coverage/lcov-report/session/index.js.html +95 -0
  176. package/coverage/lcov-report/session/logout.js.html +203 -0
  177. package/coverage/lcov-report/session/refresh.js.html +227 -0
  178. package/coverage/lcov-report/session/ttl.js.html +191 -0
  179. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  180. package/coverage/lcov-report/sorter.js +170 -0
  181. package/coverage/lcov.info +2673 -0
  182. package/dist/browser.js +1 -1
  183. package/dist/browser.js.map +1 -1
  184. package/dist/index.js +1 -1
  185. package/dist/index.js.map +1 -1
  186. package/dist/react/index.js +1 -1
  187. package/dist/react/index.js.map +1 -1
  188. package/package.json +28 -26
  189. package/storybook-static/0.284246fa7dd756530022.manager.bundle.js +1 -0
  190. package/storybook-static/0.e444ffe0.iframe.bundle.js +1 -0
  191. package/storybook-static/4.38e07a72.iframe.bundle.js +3 -0
  192. package/storybook-static/4.38e07a72.iframe.bundle.js.LICENSE.txt +8 -0
  193. package/storybook-static/4.38e07a72.iframe.bundle.js.map +1 -0
  194. package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js +2 -0
  195. package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js.LICENSE.txt +8 -0
  196. package/storybook-static/5.96d29e90.iframe.bundle.js +1 -0
  197. package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js +2 -0
  198. package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js.LICENSE.txt +12 -0
  199. package/storybook-static/6.fbe12c4b.iframe.bundle.js +3 -0
  200. package/storybook-static/6.fbe12c4b.iframe.bundle.js.LICENSE.txt +12 -0
  201. package/storybook-static/6.fbe12c4b.iframe.bundle.js.map +1 -0
  202. package/storybook-static/6.fc183cb0948fa18c4851.manager.bundle.js +1 -0
  203. package/storybook-static/7.6262147d7bfe4804e70d.manager.bundle.js +1 -0
  204. package/storybook-static/7.9e6103c8.iframe.bundle.js +1 -0
  205. package/storybook-static/8.88a822e73e773dbd9da6.manager.bundle.js +1 -0
  206. package/storybook-static/favicon.ico +0 -0
  207. package/storybook-static/fonts/FontAwesome.otf +0 -0
  208. package/storybook-static/fonts/OFL.txt +92 -0
  209. package/storybook-static/fonts/Rubik-Black.ttf +0 -0
  210. package/storybook-static/fonts/Rubik-BlackItalic.ttf +0 -0
  211. package/storybook-static/fonts/Rubik-Bold.ttf +0 -0
  212. package/storybook-static/fonts/Rubik-BoldItalic.ttf +0 -0
  213. package/storybook-static/fonts/Rubik-Italic.ttf +0 -0
  214. package/storybook-static/fonts/Rubik-Light.ttf +0 -0
  215. package/storybook-static/fonts/Rubik-LightItalic.ttf +0 -0
  216. package/storybook-static/fonts/Rubik-Medium.ttf +0 -0
  217. package/storybook-static/fonts/Rubik-MediumItalic.ttf +0 -0
  218. package/storybook-static/fonts/Rubik-Regular.ttf +0 -0
  219. package/storybook-static/fonts/fontawesome-webfont.eot +0 -0
  220. package/storybook-static/fonts/fontawesome-webfont.svg +2671 -0
  221. package/storybook-static/fonts/fontawesome-webfont.ttf +0 -0
  222. package/storybook-static/fonts/fontawesome-webfont.woff +0 -0
  223. package/storybook-static/fonts/fontawesome-webfont.woff2 +0 -0
  224. package/storybook-static/iframe.html +138 -0
  225. package/storybook-static/images/favicon/android-chrome-192x192.png +0 -0
  226. package/storybook-static/images/favicon/android-chrome-256x256.png +0 -0
  227. package/storybook-static/images/favicon/apple-touch-icon.png +0 -0
  228. package/storybook-static/images/favicon/browserconfig.xml +9 -0
  229. package/storybook-static/images/favicon/favicon-16x16.png +0 -0
  230. package/storybook-static/images/favicon/favicon-32x32.png +0 -0
  231. package/storybook-static/images/favicon/favicon.ico +0 -0
  232. package/storybook-static/images/favicon/manifest.json +18 -0
  233. package/storybook-static/images/favicon/mstile-150x150.png +0 -0
  234. package/storybook-static/images/favicon/safari-pinned-tab.svg +32 -0
  235. package/storybook-static/images/hhs-logo-black.svg +10 -0
  236. package/storybook-static/images/hhs-logo-white.svg +10 -0
  237. package/storybook-static/images/icons/close-x.svg +6 -0
  238. package/storybook-static/images/icons/help-headset.svg +21 -0
  239. package/storybook-static/images/icons/svg/arrow-down.svg +3 -0
  240. package/storybook-static/images/icons/svg/arrow-download.svg +5 -0
  241. package/storybook-static/images/icons/svg/arrow-right.svg +5 -0
  242. package/storybook-static/images/icons/svg/close.svg +3 -0
  243. package/storybook-static/images/icons/svg/download.svg +1 -0
  244. package/storybook-static/images/icons/svg/external.svg +4 -0
  245. package/storybook-static/images/icons/svg/file-upload.svg +1 -0
  246. package/storybook-static/images/icons/svg/print.svg +4 -0
  247. package/storybook-static/images/icons/svg/trash.svg +5 -0
  248. package/storybook-static/images/icons/svg/upload.svg +3 -0
  249. package/storybook-static/images/qpp_logo_reversed.png +0 -0
  250. package/storybook-static/images/qpp_logo_rgb_color.png +0 -0
  251. package/storybook-static/index.html +55 -0
  252. package/storybook-static/main.18ac9bfd601c66f4bee6.manager.bundle.js +1 -0
  253. package/storybook-static/main.9d42b744.iframe.bundle.js +1 -0
  254. package/storybook-static/runtime~main.d17fbed7a9ad1d2c431e.manager.bundle.js +1 -0
  255. package/storybook-static/runtime~main.ed6e2009.iframe.bundle.js +1 -0
  256. package/storybook-static/static/media/Bitter-Bold.091bd4b7.woff +0 -0
  257. package/storybook-static/static/media/Bitter-Bold.24bf01e4.woff2 +0 -0
  258. package/storybook-static/static/media/Bitter-Bold.46bc29e4.ttf +0 -0
  259. package/storybook-static/static/media/Bitter-Bold.790f4f2f.eot +0 -0
  260. package/storybook-static/static/media/Bitter-Italic.1fa5390c.eot +0 -0
  261. package/storybook-static/static/media/Bitter-Italic.25e5675f.woff +0 -0
  262. package/storybook-static/static/media/Bitter-Italic.2eb18f5a.ttf +0 -0
  263. package/storybook-static/static/media/Bitter-Italic.34644574.woff2 +0 -0
  264. package/storybook-static/static/media/Bitter-Regular.4b22b6e8.woff +0 -0
  265. package/storybook-static/static/media/Bitter-Regular.559e7075.eot +0 -0
  266. package/storybook-static/static/media/Bitter-Regular.8db0301b.ttf +0 -0
  267. package/storybook-static/static/media/Bitter-Regular.f4e2f1f1.woff2 +0 -0
  268. package/storybook-static/static/media/FontAwesome.91f80bba.otf +0 -0
  269. package/storybook-static/static/media/OpenSans-Bold-webfont.202d819d.eot +0 -0
  270. package/storybook-static/static/media/OpenSans-Bold-webfont.92e570c6.woff2 +0 -0
  271. package/storybook-static/static/media/OpenSans-Bold-webfont.da71e99a.ttf +0 -0
  272. package/storybook-static/static/media/OpenSans-Bold-webfont.e75949bb.woff +0 -0
  273. package/storybook-static/static/media/OpenSans-Italic-webfont.72daa33a.woff2 +0 -0
  274. package/storybook-static/static/media/OpenSans-Italic-webfont.74ead3a8.woff +0 -0
  275. package/storybook-static/static/media/OpenSans-Italic-webfont.ae19388f.eot +0 -0
  276. package/storybook-static/static/media/OpenSans-Italic-webfont.ec7a2746.ttf +0 -0
  277. package/storybook-static/static/media/OpenSans-Regular-webfont.63a5fa7d.woff +0 -0
  278. package/storybook-static/static/media/OpenSans-Regular-webfont.66451be4.ttf +0 -0
  279. package/storybook-static/static/media/OpenSans-Regular-webfont.7882d20f.eot +0 -0
  280. package/storybook-static/static/media/OpenSans-Regular-webfont.ca4dd835.woff2 +0 -0
  281. package/storybook-static/static/media/OpenSans-Semibold-webfont.17ded75f.woff2 +0 -0
  282. package/storybook-static/static/media/OpenSans-Semibold-webfont.2a5adf6c.woff +0 -0
  283. package/storybook-static/static/media/OpenSans-Semibold-webfont.6059fecb.ttf +0 -0
  284. package/storybook-static/static/media/OpenSans-Semibold-webfont.c9808185.eot +0 -0
  285. package/storybook-static/static/media/Rubik-Bold.31bbd4d2.ttf +0 -0
  286. package/storybook-static/static/media/Rubik-Light.c90e2014.ttf +0 -0
  287. package/storybook-static/static/media/Rubik-Medium.5daa89aa.ttf +0 -0
  288. package/storybook-static/static/media/Rubik-Regular.cdf97d58.ttf +0 -0
  289. package/storybook-static/static/media/fontawesome-webfont.1e59d233.ttf +0 -0
  290. package/storybook-static/static/media/fontawesome-webfont.20fd1704.woff2 +0 -0
  291. package/storybook-static/static/media/fontawesome-webfont.8b43027f.eot +0 -0
  292. package/storybook-static/static/media/fontawesome-webfont.f691f37e.woff +0 -0
  293. package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js +2 -0
  294. package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js.LICENSE.txt +88 -0
  295. package/storybook-static/vendors~main.7f923d15.iframe.bundle.js +3 -0
  296. package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.LICENSE.txt +152 -0
  297. package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.map +1 -0
  298. package/styles/components/_footer.scss +593 -0
  299. package/styles/components/_header.scss +887 -0
  300. package/styles/components/_sidebar.scss +8 -0
  301. package/styles/components/sidebar/_animations.scss +38 -0
  302. package/styles/components/sidebar/_cms.scss +61 -0
  303. package/styles/components/sidebar/_details.scss +58 -0
  304. package/styles/components/sidebar/_links.scss +415 -0
  305. package/styles/components/sidebar/_sidebar-animation.scss +121 -0
  306. package/styles/components/sidebar/_sidebar-tooltip.scss +33 -0
  307. package/styles/components/sidebar/_sidebar.scss +141 -0
  308. package/styles/components/sidebar/project-specific/_wi.scss +42 -0
  309. package/styles/qppds/utilities/_display-visability.scss +83 -0
  310. package/webpack.config.js +20 -18
  311. package/webpack.config.react.js +0 -1
@@ -0,0 +1,138 @@
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><base target="_parent"><style>:not(.sb-show-main) > .sb-main,
2
+ :not(.sb-show-nopreview) > .sb-nopreview,
3
+ :not(.sb-show-errordisplay) > .sb-errordisplay {
4
+ display: none;
5
+ }
6
+
7
+ .sb-show-main.sb-main-centered {
8
+ margin: 0;
9
+ display: flex;
10
+ align-items: center;
11
+ min-height: 100vh;
12
+ }
13
+
14
+ .sb-show-main.sb-main-centered #root {
15
+ box-sizing: border-box;
16
+ margin: auto;
17
+ padding: 1rem;
18
+ max-height: 100%; /* Hack for centering correctly in IE11 */
19
+ }
20
+
21
+ /* Vertical centering fix for IE11 */
22
+ @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
23
+ .sb-show-main.sb-main-centered:after {
24
+ content: '';
25
+ min-height: inherit;
26
+ font-size: 0;
27
+ }
28
+ }
29
+
30
+ .sb-show-main.sb-main-fullscreen {
31
+ margin: 0;
32
+ padding: 0;
33
+ display: block;
34
+ }
35
+
36
+ .sb-show-main.sb-main-padded {
37
+ margin: 0;
38
+ padding: 1rem;
39
+ display: block;
40
+ box-sizing: border-box;
41
+ }
42
+
43
+ .sb-wrapper {
44
+ position: fixed;
45
+ top: 0;
46
+ bottom: 0;
47
+ left: 0;
48
+ right: 0;
49
+ padding: 20px;
50
+ font-family: "Nunito Sans", -apple-system, ".SFNSText-Regular", "San Francisco", BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
51
+ -webkit-font-smoothing: antialiased;
52
+ overflow: auto;
53
+ }
54
+
55
+ .sb-heading {
56
+ font-size: 14px;
57
+ font-weight: 600;
58
+ letter-spacing: 0.2px;
59
+ margin: 10px 0;
60
+ padding-right: 25px;
61
+ }
62
+
63
+ .sb-nopreview {
64
+ display: flex;
65
+ align-content: center;
66
+ justify-content: center;
67
+ }
68
+
69
+ .sb-nopreview_main {
70
+ margin: auto;
71
+ padding: 30px;
72
+ border-radius: 10px;
73
+ background: rgba(0,0,0,0.03);
74
+ }
75
+
76
+ .sb-nopreview_heading {
77
+ text-align: center;
78
+ }
79
+
80
+ .sb-errordisplay {
81
+ border: 20px solid rgb(187, 49, 49);
82
+ background: #222;
83
+ color: #fff;
84
+ z-index: 999999;
85
+ }
86
+
87
+ .sb-errordisplay_code {
88
+ padding: 10px;
89
+ background: #000;
90
+ color: #eee;
91
+ font-family: "Operator Mono", "Fira Code Retina", "Fira Code", "FiraCode-Retina", "Andale Mono", "Lucida Console", Consolas, Monaco, monospace;
92
+ }
93
+
94
+ .sb-errordisplay pre {
95
+ white-space: pre-wrap;
96
+ }</style><script>/* globals window */
97
+ /* eslint-disable no-underscore-dangle */
98
+ try {
99
+ if (window.top !== window) {
100
+ window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
101
+ window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
102
+ window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
103
+ }
104
+ } catch (e) {
105
+ // eslint-disable-next-line no-console
106
+ console.warn('unable to connect to top frame for connecting dev tools');
107
+ }
108
+
109
+ window.onerror = function onerror(message, source, line, column, err) {
110
+ if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
111
+ // eslint-disable-next-line no-var, vars-on-top
112
+ var xhr = new window.XMLHttpRequest();
113
+ xhr.open('POST', '/runtime-error');
114
+ xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
115
+ xhr.send(
116
+ JSON.stringify({
117
+ /* eslint-disable object-shorthand */
118
+ message: message,
119
+ source: source,
120
+ line: line,
121
+ column: column,
122
+ error: err && { message: err.message, name: err.name, stack: err.stack },
123
+ origin: 'preview',
124
+ /* eslint-enable object-shorthand */
125
+ })
126
+ );
127
+ };</script><script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><style>#root[hidden],
128
+ #docs-root[hidden] {
129
+ display: none !important;
130
+ }</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script>window['LOGLEVEL'] = "info";
131
+
132
+
133
+
134
+ window['FRAMEWORK_OPTIONS'] = {};
135
+
136
+
137
+
138
+ window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.ed6e2009.iframe.bundle.js"></script><script src="vendors~main.7f923d15.iframe.bundle.js"></script><script src="main.9d42b744.iframe.bundle.js"></script></body></html>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square150x150logo src="/mstile-150x150.png"/>
6
+ <TileColor>#003366</TileColor>
7
+ </tile>
8
+ </msapplication>
9
+ </browserconfig>
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "",
3
+ "icons": [
4
+ {
5
+ "src": "/images/favicon/android-chrome-192x192.png",
6
+ "sizes": "192x192",
7
+ "type": "image/png"
8
+ },
9
+ {
10
+ "src": "/images/favicon/android-chrome-256x256.png",
11
+ "sizes": "256x256",
12
+ "type": "image/png"
13
+ }
14
+ ],
15
+ "theme_color": "#ffffff",
16
+ "background_color": "#ffffff",
17
+ "display": "standalone"
18
+ }
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="270.000000pt" height="270.000000pt" viewBox="0 0 270.000000 270.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+ <metadata>
8
+ Created by potrace 1.11, written by Peter Selinger 2001-2013
9
+ </metadata>
10
+ <g transform="translate(0.000000,270.000000) scale(0.100000,-0.100000)"
11
+ fill="#000000" stroke="none">
12
+ <path d="M303 1935 c-130 -40 -217 -143 -249 -294 -19 -89 -19 -403 0 -492 31
13
+ -143 113 -242 233 -279 80 -25 213 -27 298 -4 l60 15 25 -33 c67 -89 116 -111
14
+ 153 -70 26 28 21 48 -29 118 -43 60 -45 66 -31 82 28 31 66 125 77 195 8 43
15
+ 10 140 8 270 -4 175 -8 210 -27 262 -42 116 -126 198 -235 230 -62 19 -225 19
16
+ -283 0z m272 -133 c94 -48 133 -124 146 -284 13 -147 -1 -328 -30 -393 l-22
17
+ -49 -26 40 c-35 51 -42 56 -81 50 -71 -11 -78 -40 -27 -115 19 -28 35 -52 35
18
+ -55 0 -2 -20 -9 -44 -15 -141 -35 -273 22 -327 141 -23 51 -24 62 -24 278 0
19
+ 214 1 228 23 275 37 79 90 126 167 146 53 14 166 4 210 -19z"/>
20
+ <path d="M1021 1927 c-9 -11 -12 -139 -11 -528 0 -473 1 -515 17 -526 20 -16
21
+ 58 -17 84 -3 18 10 19 23 19 214 l0 204 203 4 c184 3 206 5 253 26 64 29 126
22
+ 92 155 157 32 71 32 209 0 280 -30 68 -81 118 -155 152 -61 28 -61 28 -307 31
23
+ -206 3 -247 1 -258 -11z m504 -131 c52 -22 74 -43 96 -91 37 -80 19 -185 -42
24
+ -239 -49 -45 -106 -56 -294 -56 l-155 0 0 198 c0 109 3 202 8 206 4 5 84 6
25
+ 177 4 128 -4 180 -9 210 -22z"/>
26
+ <path d="M1916 1919 c-14 -21 -16 -80 -16 -519 0 -553 -2 -540 65 -540 63 0
27
+ 65 9 65 231 l0 199 178 0 c229 0 281 13 364 88 77 69 111 182 89 299 -21 115
28
+ -71 181 -176 230 -60 28 -60 28 -306 31 l-247 4 -16 -23z m520 -130 c27 -13
29
+ 59 -39 71 -57 42 -63 42 -172 0 -233 -51 -74 -106 -89 -328 -89 l-149 0 0 198
30
+ c0 109 3 202 8 206 4 5 84 6 178 4 156 -4 176 -7 220 -29z"/>
31
+ </g>
32
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="167px" height="167px" viewBox="0 0 167 167" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Shapewhite</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M80.6251771,0.00282797165 L80.6251771,0.207150332 L80.9432127,0.230254381 C81.2384849,0.230254381 81.4656174,0.320823455 81.6246101,0.47988299 C81.7382298,0.593485969 81.783693,0.91143469 81.7609764,1.3887469 L81.6703673,6.41037868 C81.6703673,6.84193038 81.6248807,7.13753661 81.534001,7.25110285 C81.3748412,7.45559556 81.1251625,7.54648529 80.7841298,7.54648529 L80.488744,7.5238355 L80.488744,7.75080765 L83.9875861,7.81876368 L83.9875861,7.59179154 L83.6695506,7.59179154 C83.3742784,7.59179154 83.1468119,7.50076486 82.9878191,7.341712 C82.8742162,7.20539912 82.8291838,6.9101603 82.8519071,6.43284809 L82.89721,4.16085532 C82.942583,4.16085532 83.0107027,4.16078852 83.0788792,4.18350844 L83.2378987,4.18350844 L83.7148769,4.18350844 L86.4418026,7.86439059 L88.6453216,7.88704371 L88.6453216,7.68272135 C88.2137699,7.61456491 87.850358,7.52335452 87.5547517,7.34168862 C87.2820258,7.15993254 86.9642073,6.81894991 86.5780821,6.29654522 L84.919347,4.0472657 C85.6234577,3.91093611 86.1461964,3.68351972 86.4641818,3.34282101 C86.8048806,2.97940906 86.9869206,2.59328385 86.9869206,2.09325839 C86.9869206,1.66170669 86.8732641,1.27524747 86.5777481,0.956927988 C86.3051891,0.616229278 85.9414431,0.389096804 85.5326047,0.275530568 C85.1237662,0.139211001 84.4874613,0.0708240858 83.6240239,0.0481041581 L80.6248732,0.00279791 L80.6251771,0.00282797165 Z M78.4891298,0.139194301 L72.1725089,0.661598989 L72.1725089,0.889025399 L72.4678914,0.866372275 C72.8085901,0.82093242 73.0591038,0.889062141 73.2180966,1.02539173 C73.3316227,1.11627144 73.3995621,1.41151693 73.4677218,1.91154239 L73.9447,6.93317417 C73.96742,7.29658612 73.96742,7.54676586 73.9447,7.68304535 C73.8992735,7.79666169 73.8313375,7.91027135 73.7177245,7.97842779 C73.5360186,8.06932754 73.3539786,8.13744724 73.1722726,8.13744724 L72.8768868,8.18275015 L72.8995399,8.38707251 L79.2161608,7.86466782 L79.7385655,5.8649 L79.4889402,5.88800405 C79.2618078,6.38802951 79.0343413,6.75110745 78.8072088,7.00128719 C78.6255028,7.20578992 78.4437969,7.34231992 78.2393776,7.41045966 C78.0349584,7.50133603 77.7166389,7.54668904 77.26204,7.59212889 L75.8761978,7.7058421 C75.6261851,7.72855869 75.4900726,7.70591224 75.3992197,7.68318898 C75.3083934,7.63775246 75.2629903,7.59233265 75.2175504,7.52417286 C75.1721072,7.45601642 75.1492871,7.25113291 75.1038372,6.91024715 L74.8537577,4.36536139 L76.6714855,4.20634528 C77.0125182,4.18361867 77.2623639,4.20666259 77.4440699,4.25210245 C77.6259429,4.32025889 77.7396361,4.41114528 77.8305292,4.54748489 C77.8987691,4.63835458 77.9897691,4.86525324 78.0579556,5.25159556 L78.2849277,5.22894244 L78.0348515,2.57049044 L77.807876,2.59314356 C77.8305893,3.00198202 77.7395659,3.32063552 77.5351467,3.5023415 C77.3988672,3.63866774 77.103595,3.75189996 76.6262828,3.77461989 L74.808555,3.933636 L74.5358223,0.889058801 L76.7847678,0.707389564 C77.1939403,0.684669636 77.4664993,0.684669636 77.6482052,0.707389564 C77.8526245,0.775549347 78.0116172,0.889095543 78.1251834,1.02542513 C78.2616333,1.1617447 78.3753799,1.45697683 78.4889294,1.84310203 L78.7390123,1.82044891 L78.4889294,0.139334588 L78.4891298,0.139194301 Z M88.7137653,0.139194301 L88.6911155,0.343516661 C88.9409613,0.388956517 89.1230013,0.457410236 89.2592807,0.548289947 C89.3957272,0.639176338 89.5090897,0.729989245 89.5999795,0.866325512 C89.645406,0.957205223 89.736456,1.16150754 89.8500557,1.52500969 L92.0308614,8.50064877 L92.2582878,8.54595502 L95.9618832,2.32085515 C96.1663024,1.95744319 96.3931009,1.68421619 96.6432806,1.52522346 C96.8022734,1.43433707 97.0297399,1.36627415 97.3250121,1.34355422 L97.3476652,1.13923186 L94.8482059,0.843849418 L94.8255528,1.04816844 C94.871006,1.07088837 94.8938295,1.09347469 94.939266,1.09347469 C95.1891117,1.16163113 95.393865,1.25260437 95.484718,1.366204 C95.598331,1.47981032 95.6433533,1.59327969 95.6206334,1.70690271 C95.5979201,1.86594555 95.4620014,2.16150168 95.2121289,2.59305338 L92.7126697,6.79667423 L91.2356406,2.07064869 C91.0993043,1.63909699 91.0539012,1.34382478 91.0766211,1.13907153 C91.0993344,1.0027386 91.1673305,0.911848873 91.2809435,0.843689089 C91.41739,0.752789337 91.6670687,0.729972544 92.0308147,0.729972544 L92.0534678,0.525653524 L88.7136184,0.139194301 L88.7137653,0.139194301 Z M83.8965528,0.479893011 C84.4192915,0.502609598 84.828464,0.661565588 85.1464494,0.956871205 C85.4418285,1.27497691 85.6007144,1.66131589 85.6007144,2.16100733 C85.5780011,2.63831955 85.3735886,3.04749202 84.9874567,3.3658115 C84.5786182,3.68391053 83.9877398,3.82007644 83.2151554,3.82007644 C83.1924388,3.82007644 83.146882,3.81969232 83.1014422,3.79696906 L83.078789,3.79696906 L83.0561392,3.79696906 L83.0334861,3.79696906 L83.010833,3.79696906 L82.987729,3.79696906 L82.9650758,3.79696906 L82.942426,3.79696906 L82.9197729,3.79696906 L82.8971198,3.79696906 L82.9650758,0.593399124 C83.351535,0.525236001 83.6695205,0.479685919 83.896653,0.479685919 L83.8965528,0.479893011 Z M69.8096632,0.866352234 L69.5826877,0.889005358 C69.5826877,1.09349473 69.5369973,1.20727474 69.5142774,1.27546458 C69.4459706,1.34362436 69.3550776,1.38910764 69.2641979,1.41182757 C69.1733449,1.4345475 68.9916289,1.41151025 68.7645064,1.3660704 C68.2417677,1.25247076 67.7644555,1.22994122 67.3329038,1.29811437 C66.6511724,1.43443393 66.1063884,1.72966606 65.7426425,2.20697828 C65.3792305,2.68395647 65.2653302,3.18398193 65.3561832,3.72909987 C65.424323,4.04720224 65.5608597,4.31997832 65.7653557,4.56982404 C65.9699419,4.79702332 66.2426679,5.00170976 66.5837006,5.16070249 C66.9016861,5.31972862 67.4698513,5.52411445 68.2424357,5.77396017 C69.0150202,6.00117614 69.4692851,6.16008537 69.6509911,6.25093836 C69.9235501,6.364538 70.1279693,6.52364764 70.2642488,6.68282408 C70.4233684,6.86459686 70.5141914,7.04657005 70.5596346,7.22827603 C70.6277743,7.56897474 70.5368512,7.88696021 70.3095517,8.18223242 C70.059706,8.50033479 69.696294,8.68225788 69.1962685,8.77311087 C68.7647168,8.84126731 68.3558784,8.84148109 67.9694192,8.70515484 C67.5605807,8.61426845 67.2649745,8.43227187 67.037508,8.18241613 C66.7876623,7.93248691 66.583243,7.56882443 66.3561106,7.02337248 L66.1286842,7.06912965 L66.6741361,9.68182113 L66.9015625,9.63651823 C66.8788426,9.45474544 66.9014256,9.34088527 66.9468688,9.27277225 C66.9922285,9.20461247 67.0602914,9.15912585 67.1511911,9.13640592 C67.2649244,9.11368599 67.5149371,9.13672324 67.9241096,9.18216309 C68.3559953,9.2503329 68.605507,9.27283905 68.7417865,9.25011913 C68.968919,9.25011913 69.1736722,9.22761297 69.4235179,9.18216309 C70.1506759,9.04583351 70.718507,8.72756413 71.1273455,8.22753867 C71.5134707,7.72751321 71.6500842,7.18239527 71.536518,6.61423007 C71.4683782,6.31885765 71.3318382,6.02368564 71.1273455,5.79655317 C70.9227593,5.52389399 70.6503673,5.34228822 70.3323818,5.18329549 C70.0142962,5.02425265 69.4462312,4.81988353 68.605507,4.57003781 C67.5830769,4.27464869 66.9243927,4.00187261 66.6287864,3.77440612 C66.4015371,3.61536328 66.2877537,3.41099416 66.2423272,3.18352767 C66.1740205,2.88815525 66.2421669,2.59264922 66.4692994,2.297377 C66.6964318,2.02471783 67.0147513,1.82039881 67.446637,1.75225907 C67.810049,1.68408592 68.173461,1.70661212 68.5372069,1.8202151 C68.9236662,1.93383144 69.2416516,2.13838427 69.4918314,2.3883803 C69.7416771,2.66103947 69.9460963,3.02468524 70.105089,3.5247107 L70.3320612,3.47895353 L69.8096565,0.866262049 L69.8096632,0.866352234 Z M98.6204154,1.45723068 L98.5520051,1.66155304 L98.8478418,1.70685595 C99.0295478,1.75229915 99.2112537,1.8206059 99.3702465,1.95693549 C99.4610694,2.04782188 99.5291958,2.13876505 99.5519157,2.2296648 C99.5746356,2.36599439 99.5290789,2.61579001 99.4382025,3.00224923 L98.3249194,7.90998075 C98.2340664,8.3642457 98.1205035,8.63713868 98.0068871,8.75070492 C97.8023009,8.88702449 97.5522882,8.93212364 97.2112554,8.8639672 L96.9385228,8.81866095 L96.8932165,9.02343758 L100.30154,9.72754825 L100.369499,9.5005761 L100.074113,9.45481893 C99.8924073,9.40935903 99.7107013,9.31878996 99.5744219,9.20519366 C99.4608991,9.11430727 99.3928161,9.02342422 99.3700995,8.90981122 C99.3700995,8.79621158 99.3924587,8.52368601 99.4833584,8.15994004 L100.596976,3.22949527 C100.687829,2.79794357 100.801345,2.50233734 100.937674,2.41115033 C101.119547,2.2521075 101.369226,2.22928068 101.710259,2.29743713 L101.982991,2.3431943 L102.051398,2.13842101 L98.6203619,1.45702359 L98.6204154,1.45723068 Z M59.6070729,3.1837715 L56.8808152,4.09296943 L56.9714243,4.29729179 L57.2215038,4.20623171 C57.5396563,4.09262539 57.789669,4.09262539 57.971375,4.20623171 C58.1303678,4.27438815 58.2898248,4.52423387 58.4714005,4.97881614 L60.0389486,9.16005776 L53.2683967,5.29746964 L51.1553967,6.00158031 L51.2233527,6.20635359 C51.4504852,6.11547388 51.6325252,6.09270719 51.7460914,6.06998726 C51.9959372,6.06998726 52.2006904,6.09250344 52.3369699,6.13794329 C52.4959626,6.16067324 52.7227611,6.27422278 53.0410806,6.45597886 L54.9496614,11.5227031 C55.1086441,11.9315416 55.1540472,12.2044345 55.1313273,12.3634273 C55.0631875,12.5906433 54.858775,12.7722657 54.5180696,12.8631187 L54.2453403,12.9541788 L54.3364004,13.1585012 L57.0402789,12.2496373 L56.9723262,12.0453149 L56.6769404,12.136375 C56.3815012,12.249988 56.1311544,12.249988 55.9267352,12.136375 C55.7904557,12.0682185 55.6313861,11.7953422 55.4724702,11.3407433 L53.7686427,6.86456346 L61.0849805,11.0224238 L61.2893028,10.9771209 L58.9718835,4.81949273 C58.8128975,4.41065428 58.7447644,4.11538206 58.790211,3.97910258 C58.881064,3.7518699 59.0627633,3.59264335 59.4034686,3.47907712 L59.6740235,3.36651294 L59.6038797,3.18413892 L59.6070729,3.1837715 Z M106.519949,3.22084754 C106.156537,3.21232673 105.793125,3.25183108 105.429379,3.34271747 C104.702221,3.5017603 104.065916,3.84274293 103.520798,4.36514762 C102.975347,4.88788633 102.566508,5.50147802 102.339376,6.25101518 C102.04394,7.1598791 102.043873,8.04602976 102.362029,8.88675393 C102.79358,10.0000371 103.634305,10.7499083 104.952007,11.1133202 C105.656452,11.3178196 106.338183,11.3403324 106.951775,11.1812762 C107.587746,11.0222501 108.201337,10.6812508 108.814595,10.1361328 L108.655576,9.97711339 C107.996891,10.4540916 107.45144,10.7269846 106.996841,10.8178376 C106.542576,10.9314372 106.065597,10.9084801 105.543193,10.7494273 C104.952314,10.5903844 104.475002,10.2951623 104.11159,9.90903711 C103.748178,9.52291191 103.521046,9.0455997 103.452906,8.47743449 C103.384599,7.93198254 103.452809,7.31872486 103.657228,6.63732744 C103.929787,5.84202976 104.27082,5.18301157 104.679658,4.70603338 C105.111544,4.22905518 105.565809,3.93311493 106.065501,3.79683545 C106.565526,3.6605092 107.065217,3.68360991 107.587622,3.81994284 C108.201214,4.00171562 108.701239,4.31963428 109.019225,4.77389923 C109.359923,5.22816417 109.518916,5.86446912 109.518916,6.68248004 L109.700585,6.75043941 L110.336556,4.18317442 L110.110035,4.11521839 C110.019182,4.27426123 109.905228,4.38772392 109.769002,4.4559171 C109.655269,4.50135696 109.5645,4.52394662 109.473617,4.50122335 C109.382597,4.4785101 109.291917,4.41056743 109.155584,4.27424787 C108.700985,3.84269617 108.178247,3.56980318 107.610416,3.3880972 C107.247004,3.28585085 106.883592,3.2289909 106.519846,3.2204701 L106.519949,3.22084754 Z M112.154839,4.97878608 L112.063775,5.1835627 L112.336505,5.27416852 C112.654493,5.41049811 112.83653,5.56991838 112.90467,5.75181475 C112.950263,5.91087428 112.881663,6.20641372 112.677243,6.63796541 L110.610004,11.2955172 C110.428131,11.6362159 110.314461,11.8633484 110.223545,11.9542014 C110.132692,12.0450811 110.019179,12.1132175 109.882846,12.1132175 C109.678423,12.1132175 109.496387,12.090698 109.314681,12.0452614 L109.041948,11.9088951 L108.950888,12.1132175 L114.790197,14.4309708 L116.244512,12.9088492 L116.017537,12.8177891 C115.563272,13.1584878 115.176813,13.3859543 114.858493,13.5222338 C114.608648,13.6131135 114.381181,13.6355629 114.154049,13.6128429 C113.949629,13.5901297 113.608931,13.499604 113.200092,13.3405645 L111.904769,12.8405391 C111.700183,12.7496427 111.563736,12.6817267 111.51831,12.6135669 C111.450143,12.5226672 111.427701,12.4543003 111.427701,12.3861405 C111.450414,12.2952541 111.495633,12.0907447 111.654676,11.7952621 L112.69982,9.4320823 L114.380934,10.0911005 C114.676206,10.2274334 114.904007,10.3634925 115.017573,10.4772257 C115.153832,10.6135553 115.199172,10.7499216 115.221895,10.9091114 C115.221895,11.0227278 115.176409,11.2728574 115.085529,11.6362693 L115.289851,11.7046763 L116.403134,9.25064354 L116.198812,9.16003438 C115.994393,9.54615958 115.744881,9.79600531 115.494701,9.86414505 C115.290282,9.93232487 114.971963,9.88690172 114.540077,9.70512893 L112.881342,9.04644476 L114.131239,6.22900004 L116.221525,7.04667694 C116.585271,7.20573647 116.835117,7.34216293 116.971397,7.45584941 C117.130506,7.592179 117.221406,7.75114501 117.244126,7.9328276 C117.266842,8.11461709 117.244396,8.41013982 117.15352,8.81897827 L117.380492,8.91004169 L117.99375,7.29673309 L112.154441,4.97897981 L112.154839,4.97878608 Z M46.3298437,8.0236973 L46.1708276,8.09210759 L46.5572868,15.0216521 C46.6027267,15.6352438 46.5802105,16.0671296 46.4893341,16.3169753 C46.4439076,16.4305749 46.2619011,16.5895242 45.9893087,16.7939535 L46.0803688,16.9982758 L48.4208353,15.8849927 L48.3071221,15.7028692 C47.9437101,15.8392055 47.6931964,15.9077828 47.5342036,15.8623396 C47.3978139,15.8396096 47.2842577,15.7711659 47.2388179,15.6575663 C47.1706581,15.5212367 47.1251781,15.2941543 47.1024515,14.9761689 L47.0118457,13.6581325 L49.8974302,12.3177169 L50.8520546,13.0903013 C51.1700401,13.3402305 51.3747933,13.5445662 51.4429331,13.703559 C51.5111029,13.8171753 51.5111029,13.9310188 51.4429331,14.067305 C51.3747933,14.1809046 51.2155634,14.3168935 50.9201944,14.4758094 L51.0339076,14.6805827 L53.919492,13.2944065 L53.8288829,13.1127373 C53.5107304,13.2490535 53.2376704,13.2719605 53.0105379,13.2037974 C52.7606922,13.1583542 52.4196595,12.9312718 51.9653945,12.5678265 L46.3305051,8.0235069 L46.3298437,8.0236973 Z M121.413827,8.96997126 C121.187092,8.96171433 120.962568,8.98643503 120.741114,9.04608068 C120.127522,9.20514022 119.695971,9.52305888 119.400699,10.0000371 C119.241559,10.2954095 119.173272,10.5682023 119.173272,10.8861877 C119.173272,11.1815602 119.241642,11.4997794 119.400699,11.8408122 C119.536978,12.1589145 119.855298,12.6357758 120.286849,13.29446 C120.718735,13.9307649 120.968247,14.3396034 121.059434,14.4985961 C121.172963,14.7485086 121.241106,14.9986216 121.241106,15.2030408 C121.241106,15.4302568 121.19562,15.6345925 121.10474,15.7939193 C120.922867,16.0892917 120.627428,16.2939447 120.241302,16.3847977 C119.877891,16.4756841 119.446339,16.4076913 119.014453,16.1804753 C118.627994,15.9987026 118.310008,15.7255424 118.082876,15.4075569 C117.855623,15.0894545 117.741843,14.7488727 117.71913,14.4308873 C117.696417,14.1127816 117.787507,13.6810161 117.969213,13.1355641 L117.787544,13.044955 L116.423747,15.3847535 L116.62852,15.4758169 C116.76491,15.3395007 116.833013,15.2483871 116.923902,15.2483871 C117.014862,15.2029506 117.083086,15.2260547 117.173982,15.2714945 C117.264835,15.3169377 117.468917,15.4759037 117.741479,15.7484727 C118.036751,16.0438618 118.218791,16.2254509 118.332358,16.2935907 C118.491354,16.407207 118.696104,16.5438506 118.900523,16.6346234 C119.559541,16.9753221 120.218225,17.0665091 120.85453,16.9073527 C121.513548,16.7483099 121.968147,16.4073272 122.263419,15.8849226 C122.422385,15.6349766 122.490328,15.3167573 122.513045,14.9987719 C122.513045,14.7033828 122.445052,14.3848462 122.308722,14.0668607 C122.14973,13.7714883 121.854123,13.2718971 121.354098,12.5904996 C120.76322,11.7497755 120.445568,11.1358497 120.354715,10.7724378 C120.309275,10.5225086 120.331725,10.2954596 120.445324,10.0910404 C120.604484,9.81838119 120.854497,9.6364414 121.218243,9.54558841 C121.581655,9.45471204 121.96778,9.50019866 122.331526,9.68195474 C122.672225,9.86372752 122.945452,10.0911272 123.149871,10.4091127 C123.377113,10.7271983 123.490569,11.0681309 123.513283,11.4088296 C123.513283,11.7495283 123.422259,12.18108 123.240553,12.6583922 L123.444876,12.7721054 L124.785291,10.4089256 L124.581423,10.3178655 C124.46769,10.4542018 124.354267,10.5225754 124.263384,10.545292 C124.172364,10.5680219 124.081535,10.5677046 123.990655,10.4995348 C123.899802,10.4768215 123.785845,10.363272 123.649622,10.1814992 C123.308924,9.77266076 122.945512,9.47705453 122.559052,9.2726353 C122.175599,9.08802336 121.792146,8.98330861 121.414372,8.9695504 L121.413827,8.96997126 Z M46.8041498,9.79599862 L49.5304075,12.0225649 L46.9855217,13.2039878 L46.8038525,9.79566461 L46.8041498,9.79599862 Z M41.1238338,10.7048625 L39.215253,11.9317119 L40.3973439,18.4754653 L34.353282,15.0444289 L32.3992747,16.2939915 L32.535641,16.4761116 C32.8082,16.2943389 33.0353325,16.1807292 33.1943252,16.1807292 C33.3760312,16.1580093 33.5124543,16.1805922 33.6262109,16.2260354 C33.7852036,16.3169385 33.9672436,16.4987748 34.1716629,16.7942006 L37.1935268,20.9747742 C37.4434995,21.3381862 37.579986,21.5656527 37.579986,21.7246454 C37.579986,21.9744911 37.4436765,22.1789104 37.1481003,22.3606163 L36.8980208,22.5196325 L37.0343871,22.7013017 L39.4199461,21.1564668 L39.2835831,20.9974507 L39.0335036,21.1564668 C38.7834909,21.3154529 38.5334781,21.3835793 38.3063457,21.3381361 C38.1473496,21.2927096 37.9202205,21.0657074 37.6476615,20.6794519 L34.5573238,16.4076913 L41.0556507,20.1112867 L41.2146668,20.0206776 L39.9423909,12.9541855 L43.0320606,17.2259461 C43.2820299,17.589358 43.4185198,17.8395378 43.4185198,17.9758173 C43.4185198,18.225663 43.2822103,18.4300822 42.9866341,18.6117882 L42.7365546,18.7708076 L42.8729209,18.9524769 L45.7588394,17.0896566 L45.6451262,16.9306371 L45.3950466,17.0670034 C45.1450339,17.2487094 44.8953552,17.3168325 44.6678887,17.2486727 C44.5088993,17.2259427 44.2814295,16.9988604 43.9861573,16.6127018 L40.9642933,12.4314601 C40.7143173,12.0680482 40.5778341,11.8182025 40.5778341,11.6588757 C40.5778341,11.4316764 40.7372477,11.2046108 41.0327671,11.0229048 L41.2597425,10.8638887 L41.1233762,10.7048726 L41.1238338,10.7048625 Z M126.168244,15.0671421 C125.486513,15.0671421 124.964442,15.5671676 124.964442,16.2034725 C124.964442,16.8170642 125.486513,17.3391349 126.168244,17.3391349 L126.168698,17.3391349 L126.214005,17.3391349 L126.281961,17.3391349 L126.350368,17.3164817 L126.395674,17.3164817 L126.464081,17.2938286 L126.532037,17.2938286 L126.577343,17.2711788 L126.6231,17.2485257 L126.691056,17.2258726 L126.736359,17.2032228 L126.78212,17.1801154 L126.850076,17.1348125 L126.895379,17.1121594 L126.941136,17.0668565 L126.986439,17.0437524 L127.009092,16.9984462 L127.054849,16.9531433 L127.100152,16.9304902 L127.122805,16.884733 L127.168108,16.8394301 L127.190761,16.7941238 L127.213869,16.7488209 L127.259172,16.7030637 L127.281821,16.6351077 L127.304474,16.5893505 L127.304474,16.5440476 L127.327128,16.4760883 L127.350232,16.4303311 L127.350232,16.3623751 L127.372885,16.3170721 L127.372885,16.2486618 L127.372885,16.2033589 C127.372885,15.567054 126.827099,15.0670285 126.168081,15.0670285 L126.168244,15.0671421 Z M132.780471,15.4308881 L132.644105,15.5899075 L132.871081,15.7715768 C133.12106,15.9533495 133.234826,16.1353227 133.234826,16.339742 C133.25754,16.5215148 133.098577,16.8170542 132.780562,17.1804661 L130.75808,19.5209327 C130.12211,20.2477566 129.758698,20.7928745 129.622418,21.1339073 C129.440659,21.6339327 129.440729,22.1336242 129.599765,22.6333156 C129.758925,23.1333411 130.190309,23.6560798 130.89442,24.1784845 C131.530725,24.6785099 132.144317,24.9507349 132.712482,24.9734481 C133.30336,25.0188746 133.780339,24.9278513 134.21189,24.7007188 C134.620729,24.4507061 135.075328,24.0417006 135.597732,23.4281089 L137.688019,20.9971234 C137.983291,20.6564247 138.210424,20.4743847 138.346703,20.4289582 C138.664856,20.3381553 138.937582,20.3835551 139.187427,20.5879743 L139.414857,20.7700978 L139.55122,20.5879743 L137.324654,18.8841467 L137.188291,19.065816 L137.188291,19.0662669 L137.415263,19.2252864 C137.665246,19.4297056 137.779009,19.6114116 137.779009,19.838544 C137.801722,19.9977038 137.642309,20.2700957 137.324076,20.6335077 L135.211076,23.0648272 C134.665624,23.7238454 134.211359,24.1326839 133.87066,24.2916766 C133.507248,24.473456 133.09841,24.5188491 132.621098,24.450696 C132.143786,24.359843 131.689521,24.1781438 131.280682,23.8374384 C130.962697,23.6101355 130.712517,23.3377469 130.598951,23.0648539 C130.462625,22.7694147 130.417215,22.4963547 130.439935,22.246509 C130.462648,21.973783 130.599308,21.6786778 130.803681,21.3376451 C131.0081,20.9969464 131.235232,20.7240534 131.416938,20.4969209 L133.688931,17.8615162 C133.984203,17.5435307 134.211336,17.3387775 134.370329,17.293351 C134.620341,17.2250442 134.870688,17.2933142 135.120534,17.4750202 L135.370159,17.6566895 L135.506525,17.4976733 L132.780268,15.4300998 L132.780471,15.4308881 Z M31.2856575,17.2031894 L29.1499443,19.0209172 L29.2863106,19.1799367 L29.5132861,18.9756143 C29.7404185,18.7937614 29.967885,18.7028115 30.2177308,18.7255348 C30.3768905,18.748248 30.6265692,18.9300709 30.9903152,19.2937 L33.2168815,21.6334985 C33.7847126,22.2470902 34.1487926,22.7244024 34.2850721,23.0651011 C34.3986718,23.4285131 34.3983511,23.8149723 34.2393149,24.246524 C34.0801552,24.6780757 33.8077632,25.0642009 33.3989248,25.4048996 C33.1034856,25.6774586 32.7853331,25.8367853 32.4670136,25.9276383 C32.1488611,25.9957948 31.8534219,25.9957279 31.6035762,25.9502914 C31.308137,25.8821517 31.035745,25.7003689 30.6947123,25.4733132 C30.3765598,25.2233005 30.1268811,24.9732878 29.8997486,24.7461553 L27.5141896,22.246696 C27.1960371,21.9059973 27.0368774,21.6785308 27.0141642,21.5195381 C26.9687377,21.2696924 27.0826379,21.0422259 27.3326507,20.8378067 L27.5596261,20.6334843 L27.4006067,20.497118 L24.8106284,22.701305 L24.9469948,22.8603245 L25.1739669,22.6786552 C25.4010994,22.4740857 25.6282319,22.3832027 25.8326511,22.4059226 C26.0372373,22.4286358 26.3099633,22.633172 26.650996,22.9740878 L28.7867093,25.2233673 C29.4457275,25.927812 29.945419,26.3596977 30.3088309,26.5186904 C30.7858091,26.7686965 31.3088818,26.8597232 31.876713,26.7914198 C32.421831,26.7005668 33.0354227,26.3822473 33.6944408,25.8367953 C34.3080325,25.3140566 34.6711105,24.7692727 34.807724,24.246534 C34.9667067,23.7241293 34.9441271,23.2464831 34.7624211,22.8376446 C34.5580018,22.4060929 34.1945899,21.9060675 33.6491379,21.3382363 L31.4225717,18.9977698 C31.1044192,18.6797843 30.9452594,18.4526518 30.9225462,18.2936591 C30.8771197,17.9982199 30.968143,17.7482071 31.1952755,17.5665012 L31.445355,17.3621788 L31.2863389,17.2031627 L31.2856575,17.2031894 Z M141.030724,22.5421386 C140.394754,22.5421386 139.895062,22.7239615 139.463176,23.1103038 C139.236044,23.3603165 139.054338,23.6103293 138.963485,23.9059355 C138.872588,24.1786615 138.849638,24.5191932 138.895075,24.8598919 C138.940501,25.2233038 139.077038,25.7687558 139.304247,26.4959137 C139.5315,27.2230717 139.667993,27.6773366 139.690706,27.8590426 C139.71343,28.1544818 139.713112,28.3821153 139.644949,28.6092478 C139.576809,28.813667 139.463257,28.995373 139.326914,29.1089392 C139.077068,29.3588985 138.736035,29.4950644 138.349576,29.4723512 C137.940737,29.4496379 137.577325,29.290859 137.213914,28.9499465 C136.895925,28.6546743 136.691509,28.3136416 136.555229,27.9502296 C136.44163,27.5864836 136.418579,27.2230717 136.509472,26.9277995 C136.577612,26.609647 136.804738,26.2233548 137.12273,25.7463766 L136.96371,25.5873605 L134.98699,27.473228 L135.146006,27.6322441 C135.305166,27.5186245 135.418922,27.473228 135.509752,27.473228 C135.600568,27.473228 135.668571,27.4961283 135.736727,27.5642881 C135.804867,27.6324279 135.941404,27.8368404 136.1459,28.1775458 C136.327773,28.5409577 136.463732,28.7680902 136.532025,28.8589432 C136.645591,29.0179359 136.804728,29.176942 136.963911,29.3359214 C137.509029,29.8586601 138.099907,30.1088398 138.758925,30.1315531 C139.417944,30.1542663 139.963062,29.9497937 140.41766,29.5406746 C140.644793,29.3133752 140.826833,29.0633624 140.917686,28.745043 C141.031299,28.4496037 141.053735,28.1317853 141.008295,27.7910866 C140.962869,27.4730009 140.826619,26.9052699 140.55403,26.1099722 C140.258628,25.1556818 140.099431,24.4739504 140.144858,24.1102044 C140.167571,23.8603587 140.258988,23.6559395 140.440694,23.4742335 C140.667994,23.269674 140.985812,23.1561244 141.349558,23.1788477 C141.736018,23.1788477 142.076716,23.3151573 142.371988,23.6107334 C142.644547,23.8607462 142.825919,24.1558514 142.939486,24.5195973 C143.053105,24.8830093 143.053038,25.224042 142.962135,25.5647407 C142.871282,25.9054394 142.666933,26.2915647 142.326164,26.7004031 L142.485181,26.8367661 L144.507662,24.9512325 L144.325992,24.7922131 C144.166833,24.9058294 144.030817,24.9512325 143.96258,24.9512325 C143.871621,24.9512325 143.780674,24.9056925 143.712501,24.837516 C143.644194,24.7693763 143.553324,24.6330701 143.462425,24.4056303 C143.280552,23.9513653 143.00816,23.5649061 142.712554,23.2692999 C142.212528,22.8147009 141.644363,22.5648552 141.030771,22.5421419 L141.030724,22.5421386 Z M23.8570896,23.6330425 L21.5396703,26.1094545 L21.7213396,26.2458208 L21.9030088,26.0414985 C22.0392883,25.9051188 22.1756412,25.8142959 22.379987,25.746116 C22.5162665,25.7006762 22.6301834,25.700743 22.743733,25.7234663 C22.8800124,25.7688928 23.0844317,25.9280191 23.4024171,26.1777312 L25.1974317,27.6547603 L22.6979724,30.3359256 L22.6979724,30.3363765 L20.9029579,28.8820606 C20.6075186,28.6322149 20.4259797,28.4501749 20.3578399,28.3366087 C20.2896635,28.2230424 20.2666429,28.1096098 20.3120828,27.9731967 C20.3576763,27.7914907 20.4485526,27.632164 20.5621623,27.4955505 L20.7664847,27.2912281 L20.5848121,27.1548618 L18.2901061,29.6316078 L18.4491255,29.7679741 L18.6534479,29.5636518 C18.7670141,29.4499185 18.9261404,29.3364258 19.1077128,29.2682693 C19.2439923,29.2228295 19.3578859,29.2224454 19.4714588,29.2451619 C19.6077383,29.2905884 19.8348708,29.4497181 20.130143,29.6994269 L24.1517238,33.0168971 C24.538183,33.3121726 24.719555,33.5393018 24.7649815,33.6755812 C24.810408,33.9027137 24.7193813,34.1528935 24.4922488,34.4027392 L24.3105796,34.6070615 L24.4695957,34.7207747 L26.787349,32.2440287 L26.6052255,32.1076657 L26.4235563,32.3119848 C26.2872768,32.4483678 26.1282106,32.561914 25.9465781,32.6073672 C25.8101316,32.6528071 25.6968359,32.6531945 25.5831661,32.6304746 C25.4695999,32.5850481 25.2194201,32.4487987 24.9241479,32.1762096 L23.0386144,30.6310408 L25.5377396,27.9271623 L27.4236072,29.4950444 C27.7873532,29.7903166 27.9914384,30.0174491 28.0368649,30.1537286 C28.0595781,30.380861 27.991268,30.6307068 27.7641355,30.8578392 L27.5824663,31.0626159 L27.7414824,31.1985279 L30.0592357,28.7221159 L29.8775665,28.5857496 L29.6958972,28.790072 C29.5596178,28.9264583 29.4000973,29.017298 29.218251,29.0854544 C29.0819715,29.1308976 28.9685088,29.1308275 28.854839,29.1081075 C28.7185596,29.062681 28.5141403,28.9035514 28.1961549,28.6538426 L24.173906,25.3367064 C23.8786338,25.1095739 23.6742145,24.927868 23.628788,24.8143017 C23.5606283,24.7007355 23.5380453,24.5641053 23.5834818,24.4505558 C23.6063621,24.2688498 23.6967775,24.109857 23.8331104,23.9735776 L24.0188246,23.7681563 L23.8594979,23.6318768 L23.8570896,23.6330425 Z M148.77995,29.540825 L141.690745,31.4494058 C141.077153,31.6311051 140.622888,31.6991847 140.327616,31.6537248 C140.191336,31.6310115 139.986917,31.5401719 139.736737,31.3130261 L139.555068,31.4489381 L141.19109,33.3348057 L141.372759,33.2210892 C141.145496,32.9031037 141.032061,32.6759712 141.032061,32.5396917 C141.032061,32.4032453 141.077093,32.2898861 141.167969,32.198993 C141.281535,32.107973 141.509002,32.0171434 141.849701,31.9262637 L143.190116,31.5625177 L145.235311,33.9029843 L145.235311,33.9034352 L144.644432,34.9712918 C144.440013,35.3119906 144.28102,35.539123 144.144741,35.6526893 C144.031174,35.720849 143.917271,35.7438195 143.780995,35.7210996 C143.622002,35.6983863 143.44063,35.5617862 143.213498,35.3346403 L143.054481,35.4710067 L145.099008,37.8341864 L145.280677,37.6978201 C145.076117,37.4478074 144.985228,37.1981287 145.007948,36.9479489 C145.007948,36.7208165 145.144317,36.3567365 145.41712,35.857045 L148.890911,29.6740315 L148.777345,29.537418 L148.77995,29.540825 Z M147.143594,30.4947813 L145.46248,33.493932 L143.667465,31.4494058 L147.143594,30.4947813 Z M155.664402,31.744344 L155.663948,31.7447949 C155.664101,31.7449485 155.664245,31.7450955 155.664402,31.7452458 L155.664402,31.744344 Z M155.664402,31.7452458 L155.664402,31.7669937 L155.641749,31.8127509 L155.595992,31.880707 L155.550686,31.9717704 L155.482729,32.1081367 L155.391669,32.2444997 L155.277956,32.4261689 L155.164697,32.6078382 L155.028331,32.8348137 L154.869311,33.0622401 L154.687191,33.3118653 L154.505519,33.6072511 L154.301196,33.8799804 L154.074224,34.1984703 L153.846798,34.5165058 L153.596718,34.8572045 L153.323986,35.2209505 L153.028607,35.5843625 L152.733221,35.9481084 L152.415185,36.3345677 L152.074152,36.7206929 L151.733454,37.1298653 L151.369708,37.5390378 L150.983583,37.9709235 L150.57441,38.380096 L150.165238,38.8113137 L149.733352,39.2431994 L149.279087,39.6750851 L148.824822,40.1069708 L148.347844,40.5388566 L147.848152,40.948029 L147.325414,41.3799147 C143.349259,44.6289112 97.8606372,72.5531787 95.636075,74.32548 C93.3867955,76.0750681 89.2967409,80.7787144 85.9568915,94.6384716 C83.253013,105.817397 81.5034249,101.636156 72.5741125,101.295457 C67.3480615,101.091038 52.8519995,97.2742103 53.9652826,108.475849 C53.9652826,108.475849 55.7602972,105.97639 75.55055,108.634869 C83.343866,109.702726 89.7055794,107.15784 91.5460204,101.295484 C93.3864615,95.3426089 96.0679608,85.2318737 100.089542,79.9149697 C101.952696,77.4609369 138.398105,55.0579926 148.442037,49.0824045 C152.100206,46.9239779 163.869008,39.8120594 155.667522,31.7461844 L155.664402,31.7452458 Z M17.4275705,35.4027467 L16.1095341,37.4245597 L16.2907491,37.5382729 C16.3816188,37.4247468 16.5182223,37.3566705 16.6544951,37.3339506 C16.8362177,37.3112306 17.017907,37.3340508 17.1768997,37.4476638 C17.6769252,37.7203897 18.0860977,38.3792409 18.4267964,39.3789578 C17.472506,39.447131 16.4955023,39.4697006 15.4503589,39.4242607 C15.4957988,38.628963 15.4728985,38.0384186 15.3592988,37.6519594 C15.2456825,37.2427869 14.9955529,36.9475147 14.6321409,36.7430955 C14.268729,36.5385928 13.905317,36.4704731 13.4964785,36.584076 C13.0876401,36.675096 12.7693206,36.9247747 12.5191409,37.311234 C12.2464917,37.7204064 12.1330157,38.1519581 12.1557289,38.6065571 C12.2011721,39.1974355 12.5191409,39.6744137 13.1096853,39.9923992 C13.3141713,40.1288457 13.5642843,40.2195551 13.8368432,40.3104348 C14.0867925,40.3785378 14.4501009,40.4470483 14.9046999,40.5152114 C14.83651,41.5376415 14.9275033,42.309892 15.1774325,42.8326307 C15.4046485,43.3550354 15.7225505,43.7414946 16.1313889,43.9916743 C16.5629406,44.2416002 17.0178736,44.2870133 17.5402783,44.1506938 C18.0403038,44.0144143 18.4718555,43.6733816 18.8128882,43.1509769 C19.0629009,42.7648517 19.1990134,42.3783924 19.2671531,41.9919332 C19.3353129,41.5827607 19.3124226,41.0603561 19.1760897,40.4470984 C19.7669682,40.3335288 20.2212331,40.1744025 20.5619318,39.9928334 C20.8800843,39.8111275 21.130431,39.584329 21.312137,39.311436 C21.5394231,38.9707373 21.6303062,38.5842781 21.5848663,38.1751056 C21.5167266,37.7886464 21.2893937,37.3798079 20.8804217,36.9709695 L20.607689,37.0846827 C20.8349517,37.2891019 20.9487217,37.5162344 20.971435,37.7433669 C20.9941482,37.9705027 20.9256344,38.1976318 20.7893115,38.4247643 C20.653032,38.6518967 20.4258995,38.8339367 20.1306273,38.9929295 C19.8351881,39.129376 19.4265166,39.2431894 18.8583514,39.3339622 C18.6310519,38.675278 18.3356127,38.0613523 17.9722008,37.4480946 C17.6315021,36.8345029 17.4494621,36.4483777 17.4267488,36.2439585 C17.4038686,36.0620855 17.472015,35.7890255 17.6310712,35.4937533 L17.4267488,35.4031442 L17.4275705,35.4027467 Z M13.6645198,37.1125866 C13.8572985,37.1125933 14.0533172,37.1634576 14.2236665,37.2657106 C14.5643653,37.4702968 14.7691185,37.7203096 14.905398,38.0840555 L14.9280511,38.1520116 L14.9507009,38.2204219 L14.9507009,38.2883779 L14.973354,38.3567882 L14.9964581,38.447394 L14.9964581,38.5158043 L15.0191112,38.5837603 L15.0191112,38.6748204 L15.0191112,38.7658838 L15.0417643,38.8338399 L15.0417643,38.9249033 L15.0191112,39.0155091 L15.0191112,39.1065725 L15.0191112,39.1971784 L15.0191112,39.3108916 L14.9964581,39.401955 C14.4964326,39.3111488 14.1103074,39.2426984 13.8601277,39.1745286 C13.6101984,39.1062853 13.4058627,39.0384528 13.24687,38.9475531 C13.0423672,38.8112736 12.883458,38.6294507 12.7698918,38.3793879 C12.6562888,38.1066619 12.7013813,37.8112227 12.8831541,37.5386637 C13.0194837,37.3113642 13.2238528,37.197631 13.4740325,37.1294912 C13.536514,37.118148 13.6005052,37.1127235 13.6647637,37.1127302 L13.6645198,37.1125866 Z M18.6317066,40.5148974 L18.7227667,40.5148974 L18.7223158,40.5153517 C18.7904822,41.0153771 18.8135095,41.3787891 18.7680729,41.6059216 C18.7453597,41.8557673 18.654313,42.0601865 18.5179934,42.2646057 C18.2681477,42.650731 17.927115,42.8778634 17.5182765,42.9232899 C17.0867248,42.9915967 16.7002656,42.9233901 16.3141404,42.7189709 C15.9734417,42.5143813 15.7232619,42.2416587 15.5642692,41.8782467 C15.4279597,41.5148348 15.3599502,41.0602358 15.3599502,40.5378311 C15.9281154,40.5832743 16.3827144,40.6062381 16.7915528,40.6062381 L16.8595088,40.6062381 L16.9505723,40.6062381 L17.0411814,40.6062381 L17.1322415,40.6062381 L17.2233016,40.6062381 L17.2912576,40.6062381 L17.3365639,40.6062381 L17.382321,40.6062381 L17.4502771,40.6062381 L17.49558,40.5835883 L17.5639903,40.5835883 L17.6319463,40.5835883 L17.6777035,40.5835883 L17.7456595,40.5835883 L17.8140698,40.5835883 L17.8820258,40.5604842 L17.9499819,40.5604842 L18.0183922,40.5604842 L18.0863482,40.5604842 L18.1774083,40.5604842 L18.2453643,40.5378311 L18.3137746,40.5378311 L18.4043838,40.5378311 L18.4727907,40.5378311 L18.5638541,40.5378311 L18.6318102,40.515178 L18.6317066,40.5148974 Z M164.00651,43.5805178 C163.997856,43.5780828 164.01779,43.6014707 164.038225,43.6249155 L164.048192,43.6054322 C164.026184,43.590525 164.012559,43.5822179 164.00651,43.5805178 Z M164.038225,43.6249155 L163.866523,43.9682864 L163.662201,44.3320323 L163.457878,44.7184915 L163.253102,45.126996 L163.02613,45.5588817 L162.912413,45.763655 L162.77605,45.9906305 L162.639684,46.2180535 L162.503772,46.445029 L162.344756,46.6724554 L162.185282,46.8994309 L162.026266,47.1495105 L161.844597,47.3764859 L161.640274,47.6265621 L161.458605,47.8766417 L161.231629,48.1036138 L161.004203,48.3763465 L160.754123,48.626426 L160.504044,48.8765055 L160.231315,49.1261308 L159.958582,49.3988601 L159.64055,49.6489397 L159.322511,49.9216723 L158.981478,50.1944016 L158.640779,50.4671343 L158.25432,50.7172138 L157.868195,50.9899431 C149.733846,56.4431266 118.310403,75.9381072 111.062205,80.2776735 C106.972484,82.7089931 103.70044,87.2984051 102.700723,89.3663127 C101.58744,91.6610187 99.9287051,97.3640479 99.1788339,107.156798 C99.042501,109.042665 94.0893964,112.155382 94.7026541,113.541558 C95.2931985,114.882308 99.0656017,114.22329 98.9289882,115.268433 C98.7926686,116.177297 97.6790916,117.563139 97.6790916,118.44929 C97.6790916,119.494433 99.9056578,118.540006 99.3602059,119.676139 C98.4286287,121.539294 99.9059919,121.948466 100.45111,123.357021 C101.018941,124.742863 100.269287,126.333459 100.769145,127.514882 C101.678009,129.559742 104.904292,129.945867 110.06187,129.832301 C115.242494,129.741421 117.582627,133.308764 116.44663,136.489621 C114.969935,140.692907 111.516186,140.624768 106.153855,144.23751 C100.768811,147.827539 100.541679,152.394572 103.677109,156.279873 C106.063002,159.233598 115.038075,160.6652 120.672964,154.939458 C121.831674,153.644135 118.127745,155.393723 112.743035,152.576278 C112.743035,152.576278 109.243859,150.054439 111.107013,146.669164 C112.947454,143.26084 115.946605,141.783811 119.264075,139.852517 C122.558498,137.89851 126.898398,136.830319 126.693979,132.649746 C126.48956,128.491885 122.149994,127.901341 120.400405,127.787775 C118.628104,127.696895 115.901512,127.85562 113.470193,127.742017 C109.789311,127.560312 108.676362,125.810723 108.449229,118.789992 C108.381073,116.540712 105.222612,117.744848 106.9722,114.768411 C107.903777,113.223242 105.222612,113.837168 103.404884,113.064583 C101.859715,112.360139 105.199565,109.110808 107.517318,106.020805 C108.244476,105.043801 107.108479,103.794572 107.517318,99.1821131 C107.903777,95.1605322 109.766931,89.911768 115.151975,86.2308858 C117.787714,84.4358712 129.284291,77.2785262 132.624475,75.3699454 C137.305074,72.6660669 159.958198,58.010678 163.843499,55.0796671 C170.62474,49.9568277 164.460097,44.1095026 164.037854,43.624842 L164.038225,43.6249155 Z M8.06835981,45.2636095 L6.75032343,48.3085207 L6.97774984,48.3991299 L7.06835565,48.1495046 C7.1365121,47.9905119 7.25044909,47.8313588 7.40938838,47.7176189 C7.52298802,47.6267358 7.63647743,47.6039023 7.75008709,47.6039023 C7.88639998,47.6039023 8.15892554,47.671835 8.54505075,47.8308778 L10.7265245,48.671602 L9.29492193,51.9887382 L9.29492193,51.9891891 L7.09140292,51.1257517 C6.72799096,50.9893052 6.47781122,50.8759427 6.38695823,50.7850529 C6.29607852,50.6940329 6.22794212,50.5801694 6.22794212,50.4665631 C6.20522219,50.2848571 6.22772167,50.1031512 6.29589815,49.9441584 L6.40961136,49.6940789 L6.205289,49.6030155 L4.86487338,52.6479267 L5.06919575,52.7389901 L5.18290895,52.4889106 C5.27377864,52.3072046 5.38727473,52.1707781 5.52360766,52.0570249 C5.637224,51.9661485 5.75068001,51.9206619 5.86430637,51.9206619 C6.00061926,51.9206619 6.27347884,52.0113011 6.65993806,52.1476374 L11.5903828,54.0562182 C12.0446478,54.2379241 12.3172067,54.3742871 12.3853465,54.5104831 C12.5216661,54.7150694 12.5216661,54.9647481 12.3853465,55.2603543 L12.2716333,55.5104338 L12.4990597,55.5788441 L13.8170961,52.5339329 L13.6123228,52.4433238 L13.4990605,52.7160564 C13.4309041,52.8750491 13.2942405,53.0110815 13.1580278,53.1245608 C13.0444114,53.2154372 12.9309521,53.2609238 12.8173291,53.2609238 C12.6810162,53.2609238 12.4084906,53.1702913 12.0447446,53.0339484 L9.70427811,52.1477977 L11.158594,48.8303275 L13.4760132,49.7164782 C13.9302782,49.8981841 14.2035052,50.0571769 14.2716449,50.1707431 C14.4079645,50.3753293 14.4079645,50.6250081 14.2716449,50.9206143 L14.1579317,51.1706938 L14.3622541,51.2617539 L15.7026697,48.1941294 L15.4983473,48.1261734 L15.3619844,48.3757987 C15.2938112,48.5347914 15.180275,48.6712179 15.0439488,48.8076844 C14.9303492,48.8758442 14.8168631,48.9213976 14.7032501,48.9213976 C14.5669205,48.9213976 14.2940776,48.8534716 13.9076184,48.6944255 L8.97717362,46.8085579 C8.61376166,46.6493981 8.36358192,46.5360323 8.27272893,46.4678592 C8.1591293,46.3770062 8.11371282,46.2630592 8.11371282,46.1268265 C8.06827297,45.9451205 8.11396,45.7634145 8.18211978,45.6044218 L8.29735611,45.353908 L8.06988962,45.2637231 L8.06835981,45.2636095 Z M4.41019091,54.0339291 L2.54737061,60.1227495 L4.36509844,60.713628 L4.43350874,60.5088547 C4.09281003,60.3725752 3.81958302,60.2362222 3.66059029,60.0318765 C3.47881083,59.8274573 3.41103516,59.6457513 3.38831524,59.4186188 C3.36559531,59.2594591 3.43379851,59.0097803 3.52467822,58.6687476 L3.82006401,57.7598837 L9.84107866,59.4186188 C10.2726304,59.532352 10.5451893,59.6688119 10.6587556,59.7823648 C10.8178151,59.9642378 10.8407154,60.2139165 10.7498156,60.532236 L10.6587556,60.7823155 L10.886182,60.8502715 L11.8635197,57.6921281 L11.6360932,57.6241721 L11.5681372,57.8737973 C11.4772675,58.1690695 11.3177838,58.3738228 11.1132042,58.4646758 C10.9541447,58.5328556 10.636226,58.4876863 10.1592478,58.3740666 L4.13823318,56.7153315 L4.45626875,55.6701881 C4.54713844,55.3749159 4.68322085,55.1247362 4.84239395,54.9657434 C5.00145349,54.8066305 5.22885317,54.7158677 5.47903291,54.6477079 C5.63807575,54.6249779 5.88787136,54.6249078 6.22890409,54.6703577 L6.29686013,54.4660386 L4.41099256,54.0341529 L4.41019091,54.0339291 Z M8.31853955,61.6001126 L8.22747947,61.7586745 C8.70445766,62.0541171 9.02277714,62.3271737 9.20481714,62.5543062 C9.40929649,62.8043189 9.52278256,63.0312844 9.54551585,63.2814641 C9.59095571,63.5541901 9.54540229,63.9631956 9.43180265,64.554074 L9.29543966,65.0991919 C9.20455327,65.5992174 9.11390403,65.8717764 9.06846417,65.9626294 C9.00030439,66.0534523 8.90919421,66.1215787 8.84103776,66.1442986 C8.68201163,66.1670185 8.45457854,66.1671555 8.13659308,66.0989923 L3.04715558,65.1443679 C2.59289063,65.0533479 2.2972844,64.962515 2.18371816,64.8716353 C2.07010516,64.7807823 1.97954611,64.6673496 1.93409289,64.4855101 C1.88865304,64.3036371 1.911226,64.0309111 1.9793958,63.6220726 L1.77507678,63.5767697 L1.04791885,67.0078062 L1.25224121,67.0531091 L1.32065151,66.7577266 C1.38880795,66.4851677 1.52479684,66.2804144 1.72915594,66.1668482 C1.86548553,66.0759685 2.18375491,66.0986216 2.68378037,66.1895013 L7.90949735,67.1892182 C8.36409631,67.2575249 8.65936853,67.3710711 8.75022152,67.4619475 C8.95470755,67.6438205 9.00000377,67.8934992 8.95454388,68.2118187 L8.88658785,68.4845514 L9.11355999,68.5298543 L10.3631226,62.6678323 L8.31859633,61.5999757 L8.31853955,61.6001126 Z M158.119086,66.5990312 L158.096887,66.621681 L158.074234,66.6443341 L158.051581,66.6669872 L158.005824,66.689637 L157.960521,66.7349432 L157.915215,66.7807004 L157.846808,66.8260033 L157.710441,66.9397199 L157.551422,67.098736 L157.3471,67.2577521 L157.142777,67.4394247 L156.892701,67.643747 L156.642622,67.848066 L156.347239,68.0981456 L156.051857,68.3482251 L155.733821,68.5983046 L155.392788,68.871034 L155.05209,69.1664197 L154.688344,69.4618022 L154.302218,69.7571846 L153.915759,70.0756745 L153.506587,70.3937067 L153.120462,70.7117456 L152.279737,71.3477165 L151.4163,71.9836874 L150.575576,72.6196584 L149.712138,73.2105368 L149.303634,73.5059193 L148.871748,73.7786486 L148.462576,74.0513812 L148.076117,74.3241139 C143.599937,77.1188454 123.514412,87.7980798 119.060945,91.478962 C114.584765,95.1598441 114.766471,98.2949403 114.766471,98.2949403 L114.039647,107.406627 C114.039647,107.406627 111.244916,110.224071 110.881504,111.269215 C110.518092,112.314358 112.744324,112.496064 114.403059,113.359502 C116.084508,114.245652 114.085117,115.040616 114.766805,115.835914 C116.084842,117.312609 117.106604,116.108736 116.220453,118.630645 C116.084117,119.01677 117.33407,120.198527 117.197791,120.857211 C116.970491,121.902355 116.402493,122.606799 117.379463,123.538377 C118.492747,124.58352 122.082776,126.356155 130.307977,124.674707 C139.23729,122.834266 145.099312,129.786858 149.552778,130.968281 C151.0749,131.35474 156.119579,132.945001 164.071888,126.764994 C167.502924,124.106542 161.958554,126.51459 154.006245,123.174631 C145.531197,119.630028 142.986646,119.402895 137.283616,120.470752 C132.398598,121.379616 128.785856,122.175248 126.877275,121.607083 C125.241253,121.107057 126.604556,118.675738 125.377867,118.266899 C122.923834,117.448888 124.605282,116.267799 123.1513,115.472502 C121.674271,114.654491 122.538043,114.336171 122.492616,112.700483 C122.469896,111.564487 121.220006,111.882472 119.424992,110.882756 C118.038816,110.087458 121.333573,108.633476 121.810551,107.474432 C122.355669,106.04283 121.674074,104.043396 122.037526,101.112385 C122.69621,95.9544738 130.399007,92.3420654 134.489062,90.0700726 C138.965242,87.6390871 151.734429,79.8457711 154.756293,77.8236241 C161.822451,73.0975985 158.11919,66.5989376 158.11919,66.5989376 L158.119086,66.5990312 Z M8.7728045,68.9164504 C8.7273613,69.2344359 8.61343767,69.4619024 8.43177177,69.6208951 C8.24999565,69.7798879 7.86394058,69.9615938 7.2961094,70.1205866 L0.206904082,72.2335866 L0.206904082,72.4152592 L6.66013848,75.7327294 C7.22830368,76.0281686 7.61409486,76.2781813 7.77342161,76.4826005 C7.86431469,76.5961668 7.93237092,76.8005192 7.95509085,77.1185715 L8.18251726,77.1412246 L8.43214587,74.7102391 L8.20517038,74.687586 C8.13701394,75.0513319 8.04597056,75.3011777 7.95509085,75.3920307 C7.84149121,75.5056303 7.7280853,75.550666 7.59167889,75.5279427 C7.45536601,75.5279427 7.22793292,75.437377 6.90994745,75.2783174 L5.68309808,74.6416785 L5.97848052,71.6428618 L7.18261665,71.2791158 C7.5914551,71.1654961 7.86434809,71.1200997 8.04605407,71.1200997 C8.18238365,71.142813 8.29592985,71.2112567 8.36408629,71.3248763 C8.454966,71.4384426 8.47780284,71.642795 8.47780284,71.9608473 L8.70477498,71.983497 L9.00015742,68.9385858 L8.77318528,68.9159327 L8.7728045,68.9164504 Z M5.50109482,71.7793217 L5.25101529,74.4377736 L2.07015861,72.7790386 L5.50119503,71.7793217 L5.50109482,71.7793217 Z M6.159779,77.5728698 L6.159779,77.8229527 C6.65980446,78.0729654 7.04592966,78.3002649 7.2961094,78.5273974 C7.50059543,78.7091034 7.61394122,78.9138566 7.68223461,79.0955626 C7.75039439,79.2999818 7.77322788,79.6179673 7.79594781,80.049519 L7.81859759,81.3448421 C7.81859759,81.5721416 7.79608142,81.7085881 7.75064156,81.7767278 C7.70519503,81.8675407 7.63721895,81.9129572 7.5463192,81.9583937 C7.47814606,81.9811136 7.25068959,82.0037 6.88730101,82.0037 L4.18342252,82.026804 L4.18342252,80.3223084 C4.16069925,80.0041559 4.20632282,79.7541432 4.2744826,79.5951505 C4.36536899,79.4360509 4.4561318,79.3452714 4.61518131,79.2771149 C4.72879765,79.2090186 4.97859327,79.1408855 5.36505249,79.0954457 L5.36505249,78.8911233 L2.52489452,78.9137731 L2.52489452,79.1407486 C3.00187271,79.1407486 3.31985818,79.2548793 3.50156416,79.4365853 C3.63790042,79.595578 3.70627398,79.8908502 3.72899057,80.322736 L3.72899057,82.0265635 L0.502373369,82.0718698 L0.479723585,79.9588697 C0.457003657,79.5500313 0.479970758,79.3001856 0.548130541,79.1411928 C0.639016933,78.9366066 0.75241616,78.8001601 0.911542499,78.7093071 C1.07059201,78.6182871 1.36580745,78.5047543 1.82040641,78.4365745 L1.79775329,78.209148 L0.00273871,78.3002081 L0.070694742,84.2754623 L0.298121152,84.2754623 L0.298121152,84.0027296 C0.298121152,83.6847441 0.366057142,83.4576117 0.525096636,83.3213322 C0.638706296,83.2304458 0.956982354,83.1623127 1.47972106,83.1623127 L6.84205155,83.0939058 C7.22817675,83.0939058 7.50073572,83.1168729 7.61463597,83.1623127 C7.75094886,83.2077392 7.86451176,83.2756218 7.9326682,83.411938 C8.02354791,83.5709307 8.06903453,83.7303911 8.06903453,83.9119635 L8.06903453,84.1846961 L8.29646094,84.1846961 L8.22805398,78.209108 L6.16048044,77.572469 L6.159779,77.5728698 Z M8.2958263,84.7532621 L8.06839989,84.7759153 L8.11370614,85.0259948 C8.13642607,85.2077008 8.11399006,85.3897408 8.02309699,85.5714468 C7.97767049,85.6851199 7.90927689,85.7760864 7.79567058,85.8215263 C7.68207094,85.8896293 7.40954537,85.957749 7.00070692,86.0031955 L1.70651618,86.5706927 C1.29767772,86.6161325 1.047832,86.6165167 0.911552519,86.5938001 C0.775216252,86.5710868 0.661676737,86.5026331 0.593516954,86.3890235 C0.479907295,86.2300307 0.411914521,86.0710246 0.389194593,85.889332 L0.34343742,85.6166027 L0.116461935,85.6392525 L0.525634406,88.9336754 L0.775259675,88.8883725 L0.729953427,88.6387439 C0.707233499,88.4343247 0.729753016,88.2749979 0.797912799,88.0932919 C0.866089283,87.9796088 0.934446137,87.8660025 1.02533921,87.8205626 C1.16165877,87.7751228 1.43417766,87.7069062 1.84301611,87.6615432 L4.18348264,87.411467 L4.63774759,90.9557356 L2.27456781,91.2284683 C1.88844261,91.2739081 1.61588364,91.2742956 1.47960416,91.2515723 C1.34328125,91.2061926 1.25245164,91.1376754 1.16156859,91.0467957 C1.04796895,90.887803 0.979515232,90.7287969 0.956795304,90.5471042 L0.93414218,90.2743749 L0.707170035,90.2970247 L1.11567447,93.5687344 L1.34310422,93.5460813 L1.29779797,93.2733519 C1.27508138,93.091646 1.29752742,92.909606 1.38840713,92.7279 C1.43384698,92.6142235 1.52495383,92.5237146 1.61583354,92.4782747 C1.72945322,92.4101149 2.00195874,92.3647051 2.41079719,92.3192553 L7.70498794,91.7283768 C8.18196613,91.682937 8.52266484,91.6828 8.6365651,91.7736797 C8.86376437,91.887246 8.97759782,92.1143784 9.02302432,92.4096507 L9.06832723,92.7050331 L9.29530271,92.6597302 L8.88679828,89.3880205 L8.65937187,89.4106736 L8.68202165,89.683403 C8.70474158,89.8651089 8.68222874,90.0471489 8.61406562,90.2288549 C8.54590918,90.3425514 8.47751892,90.4334979 8.38663921,90.4789344 C8.25030962,90.5471042 7.97780076,90.592514 7.59167555,90.6379506 L5.09221629,90.9106832 L4.63795134,87.3660806 L7.13741061,87.0933446 C7.61472282,87.0251848 7.93237426,87.0478412 8.06898777,87.1159977 C8.27345709,87.2522772 8.41002049,87.4566964 8.45544699,87.7746819 L8.47810011,88.0474145 L8.70507226,88.0247614 L8.29656782,84.7530517 L8.2958263,84.7532621 Z M3.95559195,98.0909486 L2.22905113,98.6136873 L3.79659922,104.180103 L4.00137584,104.111693 L3.93296555,103.862067 C3.88752569,103.680361 3.88752569,103.498321 3.93296555,103.316615 C3.9784054,103.180229 4.02420934,103.089406 4.11508905,103.021233 C4.22870539,102.952926 4.50121425,102.862043 4.88767348,102.771154 L10.0449167,101.47583 C10.5222289,101.362227 10.8178351,101.339781 10.9768279,101.385221 C11.2040439,101.476078 11.3629531,101.680487 11.4538061,101.998479 L11.5217621,102.248104 L11.7491885,102.202798 L10.8403246,98.999228 L10.6355513,99.0445309 L10.7039616,99.3172602 C10.7494015,99.4989662 10.7494015,99.6810062 10.7039616,99.8627122 C10.6585251,99.9990985 10.6131721,100.089935 10.522289,100.158095 C10.4086894,100.226401 10.1354958,100.317294 9.74937059,100.408174 L7.22786611,101.044145 L6.84140689,99.6810162 C6.77324377,99.4311705 6.77331391,99.2264173 6.81875377,99.0901378 C6.84146701,98.930978 6.93212627,98.8172949 7.04572925,98.7036785 C7.18205884,98.5900121 7.38676198,98.499129 7.70474744,98.4309492 L7.63633715,98.2266269 L4.9551719,98.885311 L5.00092908,99.1127341 C5.45552804,99.0445777 5.77317949,99.0671606 5.95488547,99.1580404 C6.13665825,99.2716066 6.27310474,99.475959 6.36405794,99.7940113 L6.75018314,101.15714 L3.6374662,101.930059 L3.160488,100.294037 C3.06958825,99.9075775 3.02405487,99.5895921 3.0467748,99.3851728 C3.06948805,99.1807536 3.16060491,98.9987136 3.27420121,98.8397209 C3.43324738,98.6580149 3.66066043,98.4759749 4.00135914,98.2942689 L3.95560197,98.0899466 L3.95559195,98.0909486 Z M9.77819971,104.035139 C9.22706944,104.0323 8.65923826,104.134626 8.06835981,104.339129 C6.93236343,104.748302 6.1143525,105.429365 5.63737431,106.360942 L5.5920714,106.452006 L5.54631423,106.543066 L5.50101132,106.633675 L5.45570507,106.724735 L5.43260102,106.815798 L5.4099479,106.906404 L5.36464499,106.997468 L5.34199187,107.088073 L5.31933874,107.179137 L5.29668896,107.270197 L5.27358157,107.360806 L5.25093179,107.451866 L5.25093179,107.542475 L5.22827866,107.633539 L5.22827866,107.724599 L5.22827866,107.792555 L5.22827866,107.883615 L5.20562554,107.974224 L5.22827866,108.065284 L5.22827866,108.156348 L5.22827866,108.246957 L5.22827866,108.338017 L5.25093179,108.428626 L5.25093179,108.519686 L5.27358157,108.610749 L5.29668896,108.701355 L5.31933874,108.769766 L5.34199187,108.860375 L5.36464499,108.951435 L5.38729477,109.042495 L5.43260102,109.133104 L5.45570507,109.224167 C5.84183028,110.178458 6.47813522,110.860189 7.43242563,111.314454 C8.52299552,111.81448 9.6589919,111.859906 10.8858413,111.428167 C12.0899774,111.018995 12.9307016,110.31455 13.430727,109.382973 C13.9080392,108.451396 13.9534657,107.474058 13.5670934,106.474341 C13.1809682,105.497338 12.4534762,104.793227 11.3856196,104.361341 C10.8628809,104.145479 10.3291195,104.037541 9.7783233,104.034698 L9.77819971,104.035139 Z M10.712449,105.110678 C11.0554859,105.108544 11.3631167,105.154257 11.6356757,105.24795 C12.3855469,105.497962 12.8852383,105.952394 13.1577973,106.633792 C13.4077265,107.270097 13.3396736,107.860641 12.9761281,108.428806 C12.4988159,109.178678 11.6357125,109.769222 10.3861498,110.201108 C9.15930046,110.632993 8.11382305,110.723846 7.29581212,110.47384 L7.22785609,110.451187 L7.1594458,110.428534 L7.11413955,110.405884 L7.04573259,110.383231 L7.00042634,110.360124 L6.93247031,110.314821 L6.88671314,110.292168 L6.81875711,110.269518 L6.7734542,110.223761 L6.72769703,110.201108 L6.68239078,110.178455 L6.61398382,110.133152 L6.56867757,110.087845 L6.52337466,110.064741 L6.47807176,110.019438 L6.43231458,109.974136 L6.40966146,109.951482 L6.36435855,109.905725 L6.31860138,109.860422 L6.27329513,109.815116 L6.25064201,109.769359 L6.2053391,109.724053 L6.15958193,109.67875 L6.1369288,109.632996 L6.09162589,109.565037 L6.06897277,109.519734 L6.04632299,109.473976 L6.00056581,109.40602 L5.97791269,109.360717 L5.95525957,109.292307 L5.93260978,109.247001 L5.90995666,109.178591 C5.63731084,108.496859 5.68277742,107.860888 6.04632299,107.293057 C6.47787469,106.565899 7.38640458,105.975021 8.70444096,105.520756 C9.47134708,105.250906 10.1407198,105.114255 10.7122252,105.110915 L10.712449,105.110678 Z M48.7170561,109.678713 C44.0067294,109.73241 40.6374864,111.834133 41.3332466,115.995 L41.3785495,115.972347 L41.4238524,115.949694 L41.4696096,115.904391 L41.5602188,115.858634 L41.6512788,115.790677 L41.7876452,115.722267 L41.9240115,115.676964 L42.083031,115.609008 L42.2646969,115.517945 L42.4690192,115.449989 L42.6959947,115.381579 L42.9234211,115.336276 L43.1961538,115.267869 L43.4915362,115.222562 L43.7869187,115.177259 L44.1276174,115.131499 L44.4913633,115.108849 L44.8778226,115.086196 L45.2639478,115.086196 L45.6958335,115.108849 L46.1500984,115.131499 L46.6277447,115.177259 L46.8773699,115.222562 L47.1501026,115.267869 L47.4001788,115.290518 L47.6729114,115.358929 L47.9456441,115.404232 L48.2183734,115.449989 L48.5137592,115.517945 L48.8091383,115.609008 L49.104975,115.676964 L49.4230139,115.768024 L49.718393,115.858634 L50.0590917,115.949694 L50.3775782,116.063407 L50.7182769,116.176666 L51.0589756,116.290382 L51.4000084,116.426749 L51.7634203,116.540458 L52.1271663,116.699478 C59.9204823,119.857621 80.5060328,129.150346 85.9598843,133.149547 C89.3000677,135.60358 98.6158393,139.807201 96.0028138,144.374234 C93.3897883,148.918553 80.7568806,151.031219 83.3471928,160.824303 C85.9602183,170.639766 99.7287884,166.436813 101.591943,163.982781 C103.432384,161.528748 95.4573619,165.414049 92.6626304,158.393318 C90.4360641,152.781141 94.3213655,149.054833 99.7291225,145.419711 C102.319435,143.670123 105.84099,142.261234 105.295538,137.717248 C104.93079,134.559105 99.3640404,132.105072 93.7745775,128.969308 C88.1851145,125.811164 66.6225603,115.654669 58.057996,111.79208 C54.8544261,110.352127 51.5453063,109.647015 48.7188431,109.67908 L48.7170561,109.678713 Z M17.248854,114.813911 L17.0440807,114.92717 L17.2035511,115.177253 C17.3398706,115.427099 17.3849832,115.676944 17.31681,115.881363 C17.2486536,116.017643 16.9987911,116.199526 16.5442256,116.426815 L11.0456156,119.266973 L10.4774504,118.313017 C10.3183976,118.017578 10.2504783,117.767231 10.2504783,117.540099 C10.227765,117.335679 10.2957411,117.108547 10.4548006,116.904128 C10.545687,116.767848 10.7276034,116.608782 11.0002526,116.427149 L10.9091892,116.222827 L9.25045407,117.176783 L9.25045407,117.177238 L12.454358,122.743653 L14.2036121,121.94869 L14.0903531,121.743913 C13.7496544,121.902903 13.4540482,121.948309 13.1814892,121.925586 C12.9088434,121.902705 12.704177,121.835 12.522471,121.67596 C12.4088714,121.585104 12.2498453,121.357588 12.0682061,121.039321 L11.5912279,120.221645 L17.1125511,117.4042 C17.5217236,117.199657 17.7942826,117.108814 17.9532753,117.108814 C18.203121,117.131527 18.4075402,117.29043 18.5892462,117.585792 L18.7256125,117.835872 L18.9299349,117.722155 L17.2488206,114.814192 L17.248854,114.813911 Z M20.7934566,120.47118 L15.0673802,124.174775 C14.681255,124.424754 14.4314093,124.538187 14.2724165,124.538187 C13.999774,124.538187 13.7951043,124.402268 13.5906851,124.129683 L13.431669,123.902256 L13.2273466,124.015973 L14.8633685,126.265252 L15.0450377,126.128886 L14.8860182,125.924564 C14.7042688,125.674718 14.6362427,125.447251 14.6816959,125.242832 C14.7271224,125.083839 14.9768144,124.856707 15.3630933,124.584148 L19.2711079,122.084689 L17.0445416,129.2417 L18.3171515,130.968575 L18.4988208,130.854861 C18.3624277,130.673155 18.271528,130.514163 18.2260914,130.422976 C18.1806482,130.195843 18.1354823,130.013803 18.1354823,129.85481 C18.1354823,129.718364 18.1809656,129.468351 18.2718453,129.150366 L22.9975368,126.083409 C23.3609488,125.856167 23.656889,125.719663 23.7931685,125.719663 C24.0657275,125.719663 24.2928599,125.856033 24.4745659,126.128836 L24.6562385,126.356262 L24.8379077,126.242552 L23.2025539,123.993273 L23.0204304,124.129636 L23.1799008,124.356611 C23.3616068,124.606457 23.4297332,124.833924 23.3615734,125.038343 C23.3388601,125.197335 23.1114638,125.401755 22.6798419,125.674314 L18.5219816,128.378192 L20.9075406,120.653016 L20.7942817,120.471347 L20.7934566,120.47118 Z M25.7011882,127.196973 L23.6787071,127.946844 L23.8377265,128.12851 C24.3828445,127.992171 24.8377775,127.946707 25.2015234,127.992147 C25.4740824,127.992147 25.7012149,128.082937 25.8829209,128.173816 C26.0646268,128.287383 26.3144726,128.514849 26.6100788,128.855548 L27.5189427,129.832217 C27.6551921,129.991377 27.7459148,130.12778 27.7459148,130.218677 C27.7686314,130.286753 27.7687016,130.377489 27.7232651,130.445652 C27.6778386,130.513792 27.518936,130.672982 27.2462869,130.877538 L25.2010926,132.536273 L24.0196697,131.241618 C23.7923702,130.991772 23.6565917,130.787353 23.6111652,130.62836 C23.5657287,130.469371 23.5656586,130.309844 23.6338184,130.173427 C23.6792449,130.059861 23.8381474,129.855843 24.1107966,129.583217 L23.9517771,129.424197 L21.7930166,131.150738 L21.9520327,131.309754 C22.3157786,131.059785 22.6337641,130.946342 22.9066571,130.969056 C23.1112433,130.991769 23.360922,131.196302 23.6792415,131.537221 L24.8606644,132.831876 L22.3842524,134.80893 L20.9299365,133.195622 C20.6572106,132.90035 20.4983848,132.672883 20.4302451,132.51389 C20.362082,132.332184 20.3621521,132.128099 20.407592,131.968772 C20.4757317,131.786899 20.6345708,131.537221 20.9072834,131.218901 L20.7709171,131.037232 L19.4305015,132.218321 L23.5659826,136.76264 L23.7249987,136.626277 L23.5433295,136.399302 C23.3160567,136.17217 23.2252271,135.944703 23.247947,135.740284 C23.2933735,135.604004 23.4977259,135.354493 23.8839179,135.058886 L27.9509253,131.764463 C28.2689107,131.537164 28.473664,131.378004 28.6099435,131.332578 C28.7235097,131.287135 28.8595988,131.287135 28.9960687,131.332578 C29.1777747,131.400717 29.3367674,131.514277 29.4503336,131.650613 L29.654656,131.854936 L29.8141264,131.718569 L25.7013585,127.197297 L25.7011882,127.196973 Z M30.1316075,132.172844 L29.972588,132.309211 L30.1769104,132.490883 C30.4268964,132.695299 30.5406563,132.899722 30.5179431,133.126854 C30.5179431,133.286014 30.3586498,133.536027 30.0179176,133.899773 L26.3600828,137.626081 C26.0648105,137.944234 25.8146308,138.103059 25.6783513,138.148486 C25.4283386,138.193912 25.1556126,138.102889 24.9057669,137.875757 L24.7014445,137.694087 L24.5424284,137.853103 L26.246256,139.352512 L32.7672961,136.785247 L30.5858223,143.101868 L32.3126971,144.601276 L32.4490635,144.44226 C32.221931,144.237841 32.0629383,144.055801 31.9947985,143.896808 C31.9493587,143.737815 31.9266989,143.601315 31.9721487,143.487636 C32.0175752,143.328643 32.1763108,143.124224 32.4033664,142.874378 L36.0615353,139.148069 C36.3796911,138.829917 36.6069873,138.648378 36.76598,138.625665 C36.9932795,138.557358 37.2656714,138.648161 37.5158512,138.875293 L37.7201702,139.056962 L37.8791863,138.920596 L35.7661863,137.080489 L35.6298199,137.239508 L35.8345932,137.421178 C36.0618593,137.625597 36.1752919,137.830016 36.1752919,138.057149 C36.1752919,138.193595 35.9933455,138.443274 35.6525532,138.80702 L31.9262446,142.601802 L34.3118036,135.808537 L34.1754406,135.672171 L27.1319958,138.444189 L30.8826878,134.63972 C31.17796,134.321568 31.4054265,134.140029 31.5644192,134.117315 C31.814432,134.049009 32.0641107,134.139808 32.3370037,134.366941 L32.541326,134.54861 L32.7003421,134.389594 L30.1330771,132.163027 L30.1316075,132.172844 Z M39.7653645,140.10244 L39.6289982,140.284109 L39.8790777,140.443128 C40.1290905,140.624834 40.2655369,140.806874 40.3109634,141.034007 C40.3109634,141.193167 40.1746539,141.465559 39.8790777,141.828971 L36.1981956,146.623136 L35.2435712,145.987165 C34.9710122,145.805459 34.7896402,145.600706 34.676074,145.396286 C34.5851843,145.21458 34.5622873,144.987448 34.5850139,144.737602 C34.6077272,144.57861 34.6987037,144.37419 34.8577432,144.078918 L34.676074,143.942552 L33.6309306,145.487387 L39.0610668,149.190982 L40.2652029,147.759379 L40.0835337,147.645666 C39.833521,147.918225 39.6065555,148.077552 39.3563758,148.168405 C39.10653,148.259295 38.8566843,148.259161 38.6522651,148.213708 C38.493102,148.168281 38.2658059,148.031681 37.9478204,147.827249 L37.1521887,147.259751 L40.8330709,142.488299 C41.1056298,142.124887 41.3100491,141.943181 41.4463285,141.875042 C41.6963413,141.806735 41.94602,141.852295 42.2412922,142.056714 L42.4687186,142.21573 L42.6050849,142.034061 L39.764927,140.102767 L39.7653645,140.10244 Z M43.6052394,142.806318 L43.4915262,142.987987 C43.8549381,143.238 44.1274971,143.487679 44.2641106,143.782951 C44.4232102,144.055677 44.5144407,144.510443 44.5826004,145.124035 L44.8553331,147.873006 C44.1736017,147.66852 43.6054365,147.645623 43.1284583,147.781942 C42.6514801,147.918389 42.2880681,148.191115 42.0378884,148.600287 C41.7878757,148.986412 41.6968557,149.372872 41.7878088,149.804423 C41.8559486,150.213262 42.0378316,150.576674 42.3332608,150.87228 C42.628533,151.167552 43.1509377,151.530964 43.9008089,151.940137 L46.4680739,153.394453 L46.5817871,153.19013 L46.3317075,153.053767 C46.0362683,152.917488 45.9001558,152.712734 45.8547294,152.508315 C45.8320128,152.349323 45.9226921,152.053716 46.1954281,151.644878 L48.8996406,147.328025 C49.1494863,146.9419 49.3308583,146.73748 49.4671377,146.669341 C49.7171505,146.555794 49.9898764,146.57824 50.2627694,146.737297 L50.5355021,146.896767 L50.6492153,146.714644 L47.6270173,145.033529 L47.5133041,145.215198 L47.7860368,145.374218 C48.0587628,145.510497 48.1948752,145.692608 48.2403017,145.896957 C48.2857282,146.055949 48.1496291,146.351556 47.899603,146.760394 L46.6727536,148.714401 C46.6273171,148.691671 46.5818272,148.646058 46.5363906,148.623338 C46.4682275,148.600618 46.422811,148.578172 46.3773712,148.532729 C46.2865182,148.487302 46.1273217,148.396182 45.9681987,148.305306 L45.5139338,143.851839 L43.605353,142.806696 L43.6052394,142.806318 Z M50.9897169,146.896373 L50.8986535,147.101146 C51.1939291,147.237426 51.398679,147.418858 51.489532,147.646264 C51.6031283,147.850683 51.6485481,148.237143 51.6485481,148.805308 L51.4442257,155.803326 L51.6258949,155.871282 L57.0563652,151.191017 C57.5333434,150.759131 57.9194686,150.508952 58.1696483,150.418099 C58.3059278,150.372662 58.5333943,150.395629 58.874093,150.486509 L58.9647022,150.282187 L56.6015224,149.28247 L56.5109132,149.464139 C56.8743252,149.645845 57.0787444,149.804838 57.1468841,149.918404 C57.2150406,150.05485 57.2149738,150.168597 57.1695339,150.28215 C57.1013942,150.418429 56.942328,150.600028 56.6925557,150.827268 L55.6701256,151.690705 L52.7394486,150.463856 L52.7620984,149.282433 C52.7848184,148.873594 52.8076418,148.601035 52.8758116,148.464756 C52.9439547,148.351223 53.034791,148.26005 53.1938472,148.23733 C53.3301267,148.191876 53.5572592,148.237443 53.8525314,148.351039 L53.9435948,148.16937 L50.9898706,146.89676 L50.9897169,146.896373 Z M44.8374331,148.415822 C45.2452695,148.432864 45.7012045,148.577604 46.1952176,148.85038 C46.2406742,148.873097 46.2634208,148.895984 46.331584,148.94144 L46.354688,148.94144 L46.3773411,148.96409 L46.3999943,148.986743 L46.422644,148.986743 L46.4452972,149.009396 L46.4679503,149.009396 L46.4679503,149.032049 L46.4906001,149.032049 L44.741012,151.781688 C44.3776,151.668122 44.0823278,151.554145 43.8779086,151.440656 C43.4233096,151.190643 43.1507507,150.872825 43.0371844,150.463986 C42.9236182,150.0321 43.0145981,149.622928 43.2646108,149.214089 C43.5373401,148.782204 43.923629,148.532692 44.4460337,148.441505 C44.5709833,148.418792 44.7014909,148.410451 44.8375032,148.416133 L44.8374331,148.415822 Z M61.1234994,150.89524 L61.0550858,151.099563 L61.3504716,151.190626 C61.6230306,151.281479 61.8277838,151.440609 61.9186368,151.644891 C61.9640132,151.781171 61.9186602,152.076443 61.7596173,152.553755 L60.9646537,154.689468 L60.9641994,154.689468 C60.7370669,154.553022 60.5326477,154.439289 60.3282285,154.325722 C60.101096,154.257636 59.91939,154.166913 59.7149708,154.098747 C58.9650996,153.848895 58.3064155,153.848965 57.7609635,154.076097 C57.2155116,154.32611 56.8063391,154.757495 56.6019199,155.348373 C56.442867,155.802638 56.4429371,156.21181 56.5792667,156.620983 C56.7384265,157.030155 57.0108184,157.370854 57.3518512,157.643413 C57.6928839,157.893426 58.2156226,158.143105 58.9197333,158.370571 L61.7598912,159.302148 L61.8278473,159.097826 L61.5324648,159.006766 C61.2371926,158.915913 61.0551526,158.756783 60.9642996,158.552501 C60.89622,158.416054 60.9416098,158.098236 61.1233157,157.66635 L62.8501906,152.894898 C63.0091833,152.48606 63.1456832,152.23588 63.259363,152.145027 C63.4639493,152.008694 63.7363412,151.98574 64.0543267,152.07662 L64.3497125,152.16768 L64.4407726,151.986011 L61.1236364,150.895441 L61.1234994,150.89524 Z M52.7162577,150.917894 L55.306904,152.008463 L52.6257388,154.326217 L52.7163479,150.917894 L52.7162577,150.917894 Z M65.667485,152.28169 L64.4860621,154.008231 L64.7587948,154.076638 C65.1222067,153.6678 65.4632395,153.394907 65.7585117,153.213201 C65.9856441,153.076801 66.2127766,153.008494 66.4399091,152.985774 C66.6443283,152.985774 66.985361,153.031261 67.439626,153.122137 L68.7800416,153.440627 C69.0073411,153.48609 69.1434536,153.531487 69.2119273,153.599647 C69.2800871,153.667736 69.3256405,153.735809 69.3256405,153.803969 C69.3483605,153.894822 69.3027402,154.076458 69.2345804,154.43994 L68.5986095,156.893639 L66.8263082,156.507514 C66.5083227,156.439207 66.258477,156.348384 66.1221975,156.234784 C65.9857878,156.121218 65.8949047,155.984665 65.8494649,155.848325 C65.8267449,155.734592 65.8266781,155.484913 65.872118,155.098454 L65.6446882,155.053151 L64.9860041,157.665842 L65.1903264,157.711145 C65.3266059,157.302307 65.5313592,157.029748 65.7584916,156.893468 C65.9629109,156.802589 66.2812303,156.825235 66.7358293,156.916122 L68.4850834,157.325294 L67.7352122,160.301731 L65.5310251,159.80204 C65.1445659,159.688354 64.872341,159.59747 64.7360615,159.529307 C64.5541885,159.393028 64.4177286,159.233948 64.3723155,159.075042 C64.3041524,158.91605 64.2816362,158.620777 64.3043561,158.188892 L64.0542766,158.143585 L63.7362444,159.8247 L69.8935385,161.210542 L69.939299,161.006223 L69.666563,160.938264 C69.3485776,160.870124 69.1214451,160.733514 69.0305921,160.574518 C68.9624123,160.438238 68.9622085,160.120253 69.0985481,159.64294 L70.3484448,154.735209 C70.4392443,154.39451 70.5299069,154.14433 70.59807,154.053477 C70.6662098,153.917218 70.779786,153.871878 70.9161023,153.849155 C71.1205215,153.780995 71.3025615,153.781062 71.4842675,153.826502 L71.7796533,153.894912 L71.8249562,153.690136 L65.667662,152.28158 L65.667485,152.28169 Z M76.0167093,154.31987 C74.9592073,154.352928 74.1024502,154.638394 73.4380877,155.166607 C72.6655033,155.802912 72.1885251,156.643636 72.0522456,157.711493 C71.9386794,158.529504 72.0521888,159.233948 72.3476314,159.892966 C72.6657839,160.551651 73.1202158,161.051676 73.7107603,161.392375 C74.3016387,161.710527 75.2105026,161.96054 76.437686,162.119533 L79.7548222,162.505992 L79.7774753,162.278566 L79.4820895,162.255916 C79.1868173,162.210489 78.9596848,162.119646 78.8234054,161.915217 C78.7325256,161.801651 78.7094784,161.483665 78.7776482,161.006353 L79.4366664,156.030148 C79.5048061,155.598596 79.5954119,155.326037 79.6862916,155.212471 C79.8454514,155.030782 80.1178433,154.939605 80.4588761,154.985041 L80.7547128,155.030802 L80.7773659,154.803375 L77.1415762,154.37149 C76.7440944,154.326063 76.3693258,154.308824 76.0166025,154.319847 L76.0167093,154.31987 Z M59.5285619,154.508334 C59.674608,154.510197 59.8195252,154.533238 59.9644558,154.575835 C60.078022,154.621292 60.2145621,154.667149 60.350915,154.735306 L60.3735648,154.757959 L60.4188711,154.757959 L60.4415208,154.780612 L60.464174,154.803265 L60.4868271,154.803265 L60.5325843,154.825915 L60.5552374,154.848568 L60.5778872,154.848568 L60.6231934,154.871672 L60.6462975,154.894325 L60.6916004,154.894325 L60.7142535,154.916978 L60.7595597,154.939628 L60.7822095,154.962281 L60.8279667,154.962281 L60.8506198,154.984931 L59.7373367,158.052555 C59.396638,158.007109 59.1464582,157.961702 58.9647523,157.893539 C58.6465998,157.802686 58.3735398,157.64362 58.1918338,157.416561 C57.9872943,157.211975 57.8739319,156.939249 57.8284219,156.620929 C57.782982,156.302777 57.8280812,155.984959 57.9416841,155.666973 C58.1235571,155.212708 58.3962831,154.894055 58.7824083,154.689635 C59.0379323,154.561827 59.2847719,154.505311 59.5282713,154.508417 L59.5285619,154.508334 Z M76.7822794,154.775628 C76.8929998,154.779844 77.0052801,154.789063 77.1189699,154.803265 L77.1873802,154.803265 L77.2553362,154.825915 L77.3237465,154.825915 L77.4143557,154.848568 L77.4827626,154.848568 L77.550722,154.871221 L77.6191289,154.894325 L77.7097381,154.894325 L77.7781484,154.916978 L77.8687542,154.939628 L77.9598176,154.962281 L78.0277737,154.984931 L78.1188337,155.007584 L78.2098972,155.030692 L78.300503,155.075994 L78.3915664,155.098648 L77.528129,161.642401 C77.0511508,161.687844 76.6189311,161.710501 76.2782323,161.665051 C75.3012287,161.551317 74.5513575,161.142312 74.0289528,160.460915 C73.4838349,159.779183 73.3017949,158.915746 73.4380744,157.847889 C73.5745209,156.780032 74.0065736,155.984735 74.687971,155.439617 C75.3042349,154.962639 76.0073435,154.746529 76.782266,154.775922 L76.7822794,154.775628 Z" id="Shape" fill="#000000" fill-rule="nonzero"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="167px" height="167px" viewBox="0 0 167 167" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Shapewhite</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M80.6251771,0.00282797165 L80.6251771,0.207150332 L80.9432127,0.230254381 C81.2384849,0.230254381 81.4656174,0.320823455 81.6246101,0.47988299 C81.7382298,0.593485969 81.783693,0.91143469 81.7609764,1.3887469 L81.6703673,6.41037868 C81.6703673,6.84193038 81.6248807,7.13753661 81.534001,7.25110285 C81.3748412,7.45559556 81.1251625,7.54648529 80.7841298,7.54648529 L80.488744,7.5238355 L80.488744,7.75080765 L83.9875861,7.81876368 L83.9875861,7.59179154 L83.6695506,7.59179154 C83.3742784,7.59179154 83.1468119,7.50076486 82.9878191,7.341712 C82.8742162,7.20539912 82.8291838,6.9101603 82.8519071,6.43284809 L82.89721,4.16085532 C82.942583,4.16085532 83.0107027,4.16078852 83.0788792,4.18350844 L83.2378987,4.18350844 L83.7148769,4.18350844 L86.4418026,7.86439059 L88.6453216,7.88704371 L88.6453216,7.68272135 C88.2137699,7.61456491 87.850358,7.52335452 87.5547517,7.34168862 C87.2820258,7.15993254 86.9642073,6.81894991 86.5780821,6.29654522 L84.919347,4.0472657 C85.6234577,3.91093611 86.1461964,3.68351972 86.4641818,3.34282101 C86.8048806,2.97940906 86.9869206,2.59328385 86.9869206,2.09325839 C86.9869206,1.66170669 86.8732641,1.27524747 86.5777481,0.956927988 C86.3051891,0.616229278 85.9414431,0.389096804 85.5326047,0.275530568 C85.1237662,0.139211001 84.4874613,0.0708240858 83.6240239,0.0481041581 L80.6248732,0.00279791 L80.6251771,0.00282797165 Z M78.4891298,0.139194301 L72.1725089,0.661598989 L72.1725089,0.889025399 L72.4678914,0.866372275 C72.8085901,0.82093242 73.0591038,0.889062141 73.2180966,1.02539173 C73.3316227,1.11627144 73.3995621,1.41151693 73.4677218,1.91154239 L73.9447,6.93317417 C73.96742,7.29658612 73.96742,7.54676586 73.9447,7.68304535 C73.8992735,7.79666169 73.8313375,7.91027135 73.7177245,7.97842779 C73.5360186,8.06932754 73.3539786,8.13744724 73.1722726,8.13744724 L72.8768868,8.18275015 L72.8995399,8.38707251 L79.2161608,7.86466782 L79.7385655,5.8649 L79.4889402,5.88800405 C79.2618078,6.38802951 79.0343413,6.75110745 78.8072088,7.00128719 C78.6255028,7.20578992 78.4437969,7.34231992 78.2393776,7.41045966 C78.0349584,7.50133603 77.7166389,7.54668904 77.26204,7.59212889 L75.8761978,7.7058421 C75.6261851,7.72855869 75.4900726,7.70591224 75.3992197,7.68318898 C75.3083934,7.63775246 75.2629903,7.59233265 75.2175504,7.52417286 C75.1721072,7.45601642 75.1492871,7.25113291 75.1038372,6.91024715 L74.8537577,4.36536139 L76.6714855,4.20634528 C77.0125182,4.18361867 77.2623639,4.20666259 77.4440699,4.25210245 C77.6259429,4.32025889 77.7396361,4.41114528 77.8305292,4.54748489 C77.8987691,4.63835458 77.9897691,4.86525324 78.0579556,5.25159556 L78.2849277,5.22894244 L78.0348515,2.57049044 L77.807876,2.59314356 C77.8305893,3.00198202 77.7395659,3.32063552 77.5351467,3.5023415 C77.3988672,3.63866774 77.103595,3.75189996 76.6262828,3.77461989 L74.808555,3.933636 L74.5358223,0.889058801 L76.7847678,0.707389564 C77.1939403,0.684669636 77.4664993,0.684669636 77.6482052,0.707389564 C77.8526245,0.775549347 78.0116172,0.889095543 78.1251834,1.02542513 C78.2616333,1.1617447 78.3753799,1.45697683 78.4889294,1.84310203 L78.7390123,1.82044891 L78.4889294,0.139334588 L78.4891298,0.139194301 Z M88.7137653,0.139194301 L88.6911155,0.343516661 C88.9409613,0.388956517 89.1230013,0.457410236 89.2592807,0.548289947 C89.3957272,0.639176338 89.5090897,0.729989245 89.5999795,0.866325512 C89.645406,0.957205223 89.736456,1.16150754 89.8500557,1.52500969 L92.0308614,8.50064877 L92.2582878,8.54595502 L95.9618832,2.32085515 C96.1663024,1.95744319 96.3931009,1.68421619 96.6432806,1.52522346 C96.8022734,1.43433707 97.0297399,1.36627415 97.3250121,1.34355422 L97.3476652,1.13923186 L94.8482059,0.843849418 L94.8255528,1.04816844 C94.871006,1.07088837 94.8938295,1.09347469 94.939266,1.09347469 C95.1891117,1.16163113 95.393865,1.25260437 95.484718,1.366204 C95.598331,1.47981032 95.6433533,1.59327969 95.6206334,1.70690271 C95.5979201,1.86594555 95.4620014,2.16150168 95.2121289,2.59305338 L92.7126697,6.79667423 L91.2356406,2.07064869 C91.0993043,1.63909699 91.0539012,1.34382478 91.0766211,1.13907153 C91.0993344,1.0027386 91.1673305,0.911848873 91.2809435,0.843689089 C91.41739,0.752789337 91.6670687,0.729972544 92.0308147,0.729972544 L92.0534678,0.525653524 L88.7136184,0.139194301 L88.7137653,0.139194301 Z M83.8965528,0.479893011 C84.4192915,0.502609598 84.828464,0.661565588 85.1464494,0.956871205 C85.4418285,1.27497691 85.6007144,1.66131589 85.6007144,2.16100733 C85.5780011,2.63831955 85.3735886,3.04749202 84.9874567,3.3658115 C84.5786182,3.68391053 83.9877398,3.82007644 83.2151554,3.82007644 C83.1924388,3.82007644 83.146882,3.81969232 83.1014422,3.79696906 L83.078789,3.79696906 L83.0561392,3.79696906 L83.0334861,3.79696906 L83.010833,3.79696906 L82.987729,3.79696906 L82.9650758,3.79696906 L82.942426,3.79696906 L82.9197729,3.79696906 L82.8971198,3.79696906 L82.9650758,0.593399124 C83.351535,0.525236001 83.6695205,0.479685919 83.896653,0.479685919 L83.8965528,0.479893011 Z M69.8096632,0.866352234 L69.5826877,0.889005358 C69.5826877,1.09349473 69.5369973,1.20727474 69.5142774,1.27546458 C69.4459706,1.34362436 69.3550776,1.38910764 69.2641979,1.41182757 C69.1733449,1.4345475 68.9916289,1.41151025 68.7645064,1.3660704 C68.2417677,1.25247076 67.7644555,1.22994122 67.3329038,1.29811437 C66.6511724,1.43443393 66.1063884,1.72966606 65.7426425,2.20697828 C65.3792305,2.68395647 65.2653302,3.18398193 65.3561832,3.72909987 C65.424323,4.04720224 65.5608597,4.31997832 65.7653557,4.56982404 C65.9699419,4.79702332 66.2426679,5.00170976 66.5837006,5.16070249 C66.9016861,5.31972862 67.4698513,5.52411445 68.2424357,5.77396017 C69.0150202,6.00117614 69.4692851,6.16008537 69.6509911,6.25093836 C69.9235501,6.364538 70.1279693,6.52364764 70.2642488,6.68282408 C70.4233684,6.86459686 70.5141914,7.04657005 70.5596346,7.22827603 C70.6277743,7.56897474 70.5368512,7.88696021 70.3095517,8.18223242 C70.059706,8.50033479 69.696294,8.68225788 69.1962685,8.77311087 C68.7647168,8.84126731 68.3558784,8.84148109 67.9694192,8.70515484 C67.5605807,8.61426845 67.2649745,8.43227187 67.037508,8.18241613 C66.7876623,7.93248691 66.583243,7.56882443 66.3561106,7.02337248 L66.1286842,7.06912965 L66.6741361,9.68182113 L66.9015625,9.63651823 C66.8788426,9.45474544 66.9014256,9.34088527 66.9468688,9.27277225 C66.9922285,9.20461247 67.0602914,9.15912585 67.1511911,9.13640592 C67.2649244,9.11368599 67.5149371,9.13672324 67.9241096,9.18216309 C68.3559953,9.2503329 68.605507,9.27283905 68.7417865,9.25011913 C68.968919,9.25011913 69.1736722,9.22761297 69.4235179,9.18216309 C70.1506759,9.04583351 70.718507,8.72756413 71.1273455,8.22753867 C71.5134707,7.72751321 71.6500842,7.18239527 71.536518,6.61423007 C71.4683782,6.31885765 71.3318382,6.02368564 71.1273455,5.79655317 C70.9227593,5.52389399 70.6503673,5.34228822 70.3323818,5.18329549 C70.0142962,5.02425265 69.4462312,4.81988353 68.605507,4.57003781 C67.5830769,4.27464869 66.9243927,4.00187261 66.6287864,3.77440612 C66.4015371,3.61536328 66.2877537,3.41099416 66.2423272,3.18352767 C66.1740205,2.88815525 66.2421669,2.59264922 66.4692994,2.297377 C66.6964318,2.02471783 67.0147513,1.82039881 67.446637,1.75225907 C67.810049,1.68408592 68.173461,1.70661212 68.5372069,1.8202151 C68.9236662,1.93383144 69.2416516,2.13838427 69.4918314,2.3883803 C69.7416771,2.66103947 69.9460963,3.02468524 70.105089,3.5247107 L70.3320612,3.47895353 L69.8096565,0.866262049 L69.8096632,0.866352234 Z M98.6204154,1.45723068 L98.5520051,1.66155304 L98.8478418,1.70685595 C99.0295478,1.75229915 99.2112537,1.8206059 99.3702465,1.95693549 C99.4610694,2.04782188 99.5291958,2.13876505 99.5519157,2.2296648 C99.5746356,2.36599439 99.5290789,2.61579001 99.4382025,3.00224923 L98.3249194,7.90998075 C98.2340664,8.3642457 98.1205035,8.63713868 98.0068871,8.75070492 C97.8023009,8.88702449 97.5522882,8.93212364 97.2112554,8.8639672 L96.9385228,8.81866095 L96.8932165,9.02343758 L100.30154,9.72754825 L100.369499,9.5005761 L100.074113,9.45481893 C99.8924073,9.40935903 99.7107013,9.31878996 99.5744219,9.20519366 C99.4608991,9.11430727 99.3928161,9.02342422 99.3700995,8.90981122 C99.3700995,8.79621158 99.3924587,8.52368601 99.4833584,8.15994004 L100.596976,3.22949527 C100.687829,2.79794357 100.801345,2.50233734 100.937674,2.41115033 C101.119547,2.2521075 101.369226,2.22928068 101.710259,2.29743713 L101.982991,2.3431943 L102.051398,2.13842101 L98.6203619,1.45702359 L98.6204154,1.45723068 Z M59.6070729,3.1837715 L56.8808152,4.09296943 L56.9714243,4.29729179 L57.2215038,4.20623171 C57.5396563,4.09262539 57.789669,4.09262539 57.971375,4.20623171 C58.1303678,4.27438815 58.2898248,4.52423387 58.4714005,4.97881614 L60.0389486,9.16005776 L53.2683967,5.29746964 L51.1553967,6.00158031 L51.2233527,6.20635359 C51.4504852,6.11547388 51.6325252,6.09270719 51.7460914,6.06998726 C51.9959372,6.06998726 52.2006904,6.09250344 52.3369699,6.13794329 C52.4959626,6.16067324 52.7227611,6.27422278 53.0410806,6.45597886 L54.9496614,11.5227031 C55.1086441,11.9315416 55.1540472,12.2044345 55.1313273,12.3634273 C55.0631875,12.5906433 54.858775,12.7722657 54.5180696,12.8631187 L54.2453403,12.9541788 L54.3364004,13.1585012 L57.0402789,12.2496373 L56.9723262,12.0453149 L56.6769404,12.136375 C56.3815012,12.249988 56.1311544,12.249988 55.9267352,12.136375 C55.7904557,12.0682185 55.6313861,11.7953422 55.4724702,11.3407433 L53.7686427,6.86456346 L61.0849805,11.0224238 L61.2893028,10.9771209 L58.9718835,4.81949273 C58.8128975,4.41065428 58.7447644,4.11538206 58.790211,3.97910258 C58.881064,3.7518699 59.0627633,3.59264335 59.4034686,3.47907712 L59.6740235,3.36651294 L59.6038797,3.18413892 L59.6070729,3.1837715 Z M106.519949,3.22084754 C106.156537,3.21232673 105.793125,3.25183108 105.429379,3.34271747 C104.702221,3.5017603 104.065916,3.84274293 103.520798,4.36514762 C102.975347,4.88788633 102.566508,5.50147802 102.339376,6.25101518 C102.04394,7.1598791 102.043873,8.04602976 102.362029,8.88675393 C102.79358,10.0000371 103.634305,10.7499083 104.952007,11.1133202 C105.656452,11.3178196 106.338183,11.3403324 106.951775,11.1812762 C107.587746,11.0222501 108.201337,10.6812508 108.814595,10.1361328 L108.655576,9.97711339 C107.996891,10.4540916 107.45144,10.7269846 106.996841,10.8178376 C106.542576,10.9314372 106.065597,10.9084801 105.543193,10.7494273 C104.952314,10.5903844 104.475002,10.2951623 104.11159,9.90903711 C103.748178,9.52291191 103.521046,9.0455997 103.452906,8.47743449 C103.384599,7.93198254 103.452809,7.31872486 103.657228,6.63732744 C103.929787,5.84202976 104.27082,5.18301157 104.679658,4.70603338 C105.111544,4.22905518 105.565809,3.93311493 106.065501,3.79683545 C106.565526,3.6605092 107.065217,3.68360991 107.587622,3.81994284 C108.201214,4.00171562 108.701239,4.31963428 109.019225,4.77389923 C109.359923,5.22816417 109.518916,5.86446912 109.518916,6.68248004 L109.700585,6.75043941 L110.336556,4.18317442 L110.110035,4.11521839 C110.019182,4.27426123 109.905228,4.38772392 109.769002,4.4559171 C109.655269,4.50135696 109.5645,4.52394662 109.473617,4.50122335 C109.382597,4.4785101 109.291917,4.41056743 109.155584,4.27424787 C108.700985,3.84269617 108.178247,3.56980318 107.610416,3.3880972 C107.247004,3.28585085 106.883592,3.2289909 106.519846,3.2204701 L106.519949,3.22084754 Z M112.154839,4.97878608 L112.063775,5.1835627 L112.336505,5.27416852 C112.654493,5.41049811 112.83653,5.56991838 112.90467,5.75181475 C112.950263,5.91087428 112.881663,6.20641372 112.677243,6.63796541 L110.610004,11.2955172 C110.428131,11.6362159 110.314461,11.8633484 110.223545,11.9542014 C110.132692,12.0450811 110.019179,12.1132175 109.882846,12.1132175 C109.678423,12.1132175 109.496387,12.090698 109.314681,12.0452614 L109.041948,11.9088951 L108.950888,12.1132175 L114.790197,14.4309708 L116.244512,12.9088492 L116.017537,12.8177891 C115.563272,13.1584878 115.176813,13.3859543 114.858493,13.5222338 C114.608648,13.6131135 114.381181,13.6355629 114.154049,13.6128429 C113.949629,13.5901297 113.608931,13.499604 113.200092,13.3405645 L111.904769,12.8405391 C111.700183,12.7496427 111.563736,12.6817267 111.51831,12.6135669 C111.450143,12.5226672 111.427701,12.4543003 111.427701,12.3861405 C111.450414,12.2952541 111.495633,12.0907447 111.654676,11.7952621 L112.69982,9.4320823 L114.380934,10.0911005 C114.676206,10.2274334 114.904007,10.3634925 115.017573,10.4772257 C115.153832,10.6135553 115.199172,10.7499216 115.221895,10.9091114 C115.221895,11.0227278 115.176409,11.2728574 115.085529,11.6362693 L115.289851,11.7046763 L116.403134,9.25064354 L116.198812,9.16003438 C115.994393,9.54615958 115.744881,9.79600531 115.494701,9.86414505 C115.290282,9.93232487 114.971963,9.88690172 114.540077,9.70512893 L112.881342,9.04644476 L114.131239,6.22900004 L116.221525,7.04667694 C116.585271,7.20573647 116.835117,7.34216293 116.971397,7.45584941 C117.130506,7.592179 117.221406,7.75114501 117.244126,7.9328276 C117.266842,8.11461709 117.244396,8.41013982 117.15352,8.81897827 L117.380492,8.91004169 L117.99375,7.29673309 L112.154441,4.97897981 L112.154839,4.97878608 Z M46.3298437,8.0236973 L46.1708276,8.09210759 L46.5572868,15.0216521 C46.6027267,15.6352438 46.5802105,16.0671296 46.4893341,16.3169753 C46.4439076,16.4305749 46.2619011,16.5895242 45.9893087,16.7939535 L46.0803688,16.9982758 L48.4208353,15.8849927 L48.3071221,15.7028692 C47.9437101,15.8392055 47.6931964,15.9077828 47.5342036,15.8623396 C47.3978139,15.8396096 47.2842577,15.7711659 47.2388179,15.6575663 C47.1706581,15.5212367 47.1251781,15.2941543 47.1024515,14.9761689 L47.0118457,13.6581325 L49.8974302,12.3177169 L50.8520546,13.0903013 C51.1700401,13.3402305 51.3747933,13.5445662 51.4429331,13.703559 C51.5111029,13.8171753 51.5111029,13.9310188 51.4429331,14.067305 C51.3747933,14.1809046 51.2155634,14.3168935 50.9201944,14.4758094 L51.0339076,14.6805827 L53.919492,13.2944065 L53.8288829,13.1127373 C53.5107304,13.2490535 53.2376704,13.2719605 53.0105379,13.2037974 C52.7606922,13.1583542 52.4196595,12.9312718 51.9653945,12.5678265 L46.3305051,8.0235069 L46.3298437,8.0236973 Z M121.413827,8.96997126 C121.187092,8.96171433 120.962568,8.98643503 120.741114,9.04608068 C120.127522,9.20514022 119.695971,9.52305888 119.400699,10.0000371 C119.241559,10.2954095 119.173272,10.5682023 119.173272,10.8861877 C119.173272,11.1815602 119.241642,11.4997794 119.400699,11.8408122 C119.536978,12.1589145 119.855298,12.6357758 120.286849,13.29446 C120.718735,13.9307649 120.968247,14.3396034 121.059434,14.4985961 C121.172963,14.7485086 121.241106,14.9986216 121.241106,15.2030408 C121.241106,15.4302568 121.19562,15.6345925 121.10474,15.7939193 C120.922867,16.0892917 120.627428,16.2939447 120.241302,16.3847977 C119.877891,16.4756841 119.446339,16.4076913 119.014453,16.1804753 C118.627994,15.9987026 118.310008,15.7255424 118.082876,15.4075569 C117.855623,15.0894545 117.741843,14.7488727 117.71913,14.4308873 C117.696417,14.1127816 117.787507,13.6810161 117.969213,13.1355641 L117.787544,13.044955 L116.423747,15.3847535 L116.62852,15.4758169 C116.76491,15.3395007 116.833013,15.2483871 116.923902,15.2483871 C117.014862,15.2029506 117.083086,15.2260547 117.173982,15.2714945 C117.264835,15.3169377 117.468917,15.4759037 117.741479,15.7484727 C118.036751,16.0438618 118.218791,16.2254509 118.332358,16.2935907 C118.491354,16.407207 118.696104,16.5438506 118.900523,16.6346234 C119.559541,16.9753221 120.218225,17.0665091 120.85453,16.9073527 C121.513548,16.7483099 121.968147,16.4073272 122.263419,15.8849226 C122.422385,15.6349766 122.490328,15.3167573 122.513045,14.9987719 C122.513045,14.7033828 122.445052,14.3848462 122.308722,14.0668607 C122.14973,13.7714883 121.854123,13.2718971 121.354098,12.5904996 C120.76322,11.7497755 120.445568,11.1358497 120.354715,10.7724378 C120.309275,10.5225086 120.331725,10.2954596 120.445324,10.0910404 C120.604484,9.81838119 120.854497,9.6364414 121.218243,9.54558841 C121.581655,9.45471204 121.96778,9.50019866 122.331526,9.68195474 C122.672225,9.86372752 122.945452,10.0911272 123.149871,10.4091127 C123.377113,10.7271983 123.490569,11.0681309 123.513283,11.4088296 C123.513283,11.7495283 123.422259,12.18108 123.240553,12.6583922 L123.444876,12.7721054 L124.785291,10.4089256 L124.581423,10.3178655 C124.46769,10.4542018 124.354267,10.5225754 124.263384,10.545292 C124.172364,10.5680219 124.081535,10.5677046 123.990655,10.4995348 C123.899802,10.4768215 123.785845,10.363272 123.649622,10.1814992 C123.308924,9.77266076 122.945512,9.47705453 122.559052,9.2726353 C122.175599,9.08802336 121.792146,8.98330861 121.414372,8.9695504 L121.413827,8.96997126 Z M46.8041498,9.79599862 L49.5304075,12.0225649 L46.9855217,13.2039878 L46.8038525,9.79566461 L46.8041498,9.79599862 Z M41.1238338,10.7048625 L39.215253,11.9317119 L40.3973439,18.4754653 L34.353282,15.0444289 L32.3992747,16.2939915 L32.535641,16.4761116 C32.8082,16.2943389 33.0353325,16.1807292 33.1943252,16.1807292 C33.3760312,16.1580093 33.5124543,16.1805922 33.6262109,16.2260354 C33.7852036,16.3169385 33.9672436,16.4987748 34.1716629,16.7942006 L37.1935268,20.9747742 C37.4434995,21.3381862 37.579986,21.5656527 37.579986,21.7246454 C37.579986,21.9744911 37.4436765,22.1789104 37.1481003,22.3606163 L36.8980208,22.5196325 L37.0343871,22.7013017 L39.4199461,21.1564668 L39.2835831,20.9974507 L39.0335036,21.1564668 C38.7834909,21.3154529 38.5334781,21.3835793 38.3063457,21.3381361 C38.1473496,21.2927096 37.9202205,21.0657074 37.6476615,20.6794519 L34.5573238,16.4076913 L41.0556507,20.1112867 L41.2146668,20.0206776 L39.9423909,12.9541855 L43.0320606,17.2259461 C43.2820299,17.589358 43.4185198,17.8395378 43.4185198,17.9758173 C43.4185198,18.225663 43.2822103,18.4300822 42.9866341,18.6117882 L42.7365546,18.7708076 L42.8729209,18.9524769 L45.7588394,17.0896566 L45.6451262,16.9306371 L45.3950466,17.0670034 C45.1450339,17.2487094 44.8953552,17.3168325 44.6678887,17.2486727 C44.5088993,17.2259427 44.2814295,16.9988604 43.9861573,16.6127018 L40.9642933,12.4314601 C40.7143173,12.0680482 40.5778341,11.8182025 40.5778341,11.6588757 C40.5778341,11.4316764 40.7372477,11.2046108 41.0327671,11.0229048 L41.2597425,10.8638887 L41.1233762,10.7048726 L41.1238338,10.7048625 Z M126.168244,15.0671421 C125.486513,15.0671421 124.964442,15.5671676 124.964442,16.2034725 C124.964442,16.8170642 125.486513,17.3391349 126.168244,17.3391349 L126.168698,17.3391349 L126.214005,17.3391349 L126.281961,17.3391349 L126.350368,17.3164817 L126.395674,17.3164817 L126.464081,17.2938286 L126.532037,17.2938286 L126.577343,17.2711788 L126.6231,17.2485257 L126.691056,17.2258726 L126.736359,17.2032228 L126.78212,17.1801154 L126.850076,17.1348125 L126.895379,17.1121594 L126.941136,17.0668565 L126.986439,17.0437524 L127.009092,16.9984462 L127.054849,16.9531433 L127.100152,16.9304902 L127.122805,16.884733 L127.168108,16.8394301 L127.190761,16.7941238 L127.213869,16.7488209 L127.259172,16.7030637 L127.281821,16.6351077 L127.304474,16.5893505 L127.304474,16.5440476 L127.327128,16.4760883 L127.350232,16.4303311 L127.350232,16.3623751 L127.372885,16.3170721 L127.372885,16.2486618 L127.372885,16.2033589 C127.372885,15.567054 126.827099,15.0670285 126.168081,15.0670285 L126.168244,15.0671421 Z M132.780471,15.4308881 L132.644105,15.5899075 L132.871081,15.7715768 C133.12106,15.9533495 133.234826,16.1353227 133.234826,16.339742 C133.25754,16.5215148 133.098577,16.8170542 132.780562,17.1804661 L130.75808,19.5209327 C130.12211,20.2477566 129.758698,20.7928745 129.622418,21.1339073 C129.440659,21.6339327 129.440729,22.1336242 129.599765,22.6333156 C129.758925,23.1333411 130.190309,23.6560798 130.89442,24.1784845 C131.530725,24.6785099 132.144317,24.9507349 132.712482,24.9734481 C133.30336,25.0188746 133.780339,24.9278513 134.21189,24.7007188 C134.620729,24.4507061 135.075328,24.0417006 135.597732,23.4281089 L137.688019,20.9971234 C137.983291,20.6564247 138.210424,20.4743847 138.346703,20.4289582 C138.664856,20.3381553 138.937582,20.3835551 139.187427,20.5879743 L139.414857,20.7700978 L139.55122,20.5879743 L137.324654,18.8841467 L137.188291,19.065816 L137.188291,19.0662669 L137.415263,19.2252864 C137.665246,19.4297056 137.779009,19.6114116 137.779009,19.838544 C137.801722,19.9977038 137.642309,20.2700957 137.324076,20.6335077 L135.211076,23.0648272 C134.665624,23.7238454 134.211359,24.1326839 133.87066,24.2916766 C133.507248,24.473456 133.09841,24.5188491 132.621098,24.450696 C132.143786,24.359843 131.689521,24.1781438 131.280682,23.8374384 C130.962697,23.6101355 130.712517,23.3377469 130.598951,23.0648539 C130.462625,22.7694147 130.417215,22.4963547 130.439935,22.246509 C130.462648,21.973783 130.599308,21.6786778 130.803681,21.3376451 C131.0081,20.9969464 131.235232,20.7240534 131.416938,20.4969209 L133.688931,17.8615162 C133.984203,17.5435307 134.211336,17.3387775 134.370329,17.293351 C134.620341,17.2250442 134.870688,17.2933142 135.120534,17.4750202 L135.370159,17.6566895 L135.506525,17.4976733 L132.780268,15.4300998 L132.780471,15.4308881 Z M31.2856575,17.2031894 L29.1499443,19.0209172 L29.2863106,19.1799367 L29.5132861,18.9756143 C29.7404185,18.7937614 29.967885,18.7028115 30.2177308,18.7255348 C30.3768905,18.748248 30.6265692,18.9300709 30.9903152,19.2937 L33.2168815,21.6334985 C33.7847126,22.2470902 34.1487926,22.7244024 34.2850721,23.0651011 C34.3986718,23.4285131 34.3983511,23.8149723 34.2393149,24.246524 C34.0801552,24.6780757 33.8077632,25.0642009 33.3989248,25.4048996 C33.1034856,25.6774586 32.7853331,25.8367853 32.4670136,25.9276383 C32.1488611,25.9957948 31.8534219,25.9957279 31.6035762,25.9502914 C31.308137,25.8821517 31.035745,25.7003689 30.6947123,25.4733132 C30.3765598,25.2233005 30.1268811,24.9732878 29.8997486,24.7461553 L27.5141896,22.246696 C27.1960371,21.9059973 27.0368774,21.6785308 27.0141642,21.5195381 C26.9687377,21.2696924 27.0826379,21.0422259 27.3326507,20.8378067 L27.5596261,20.6334843 L27.4006067,20.497118 L24.8106284,22.701305 L24.9469948,22.8603245 L25.1739669,22.6786552 C25.4010994,22.4740857 25.6282319,22.3832027 25.8326511,22.4059226 C26.0372373,22.4286358 26.3099633,22.633172 26.650996,22.9740878 L28.7867093,25.2233673 C29.4457275,25.927812 29.945419,26.3596977 30.3088309,26.5186904 C30.7858091,26.7686965 31.3088818,26.8597232 31.876713,26.7914198 C32.421831,26.7005668 33.0354227,26.3822473 33.6944408,25.8367953 C34.3080325,25.3140566 34.6711105,24.7692727 34.807724,24.246534 C34.9667067,23.7241293 34.9441271,23.2464831 34.7624211,22.8376446 C34.5580018,22.4060929 34.1945899,21.9060675 33.6491379,21.3382363 L31.4225717,18.9977698 C31.1044192,18.6797843 30.9452594,18.4526518 30.9225462,18.2936591 C30.8771197,17.9982199 30.968143,17.7482071 31.1952755,17.5665012 L31.445355,17.3621788 L31.2863389,17.2031627 L31.2856575,17.2031894 Z M141.030724,22.5421386 C140.394754,22.5421386 139.895062,22.7239615 139.463176,23.1103038 C139.236044,23.3603165 139.054338,23.6103293 138.963485,23.9059355 C138.872588,24.1786615 138.849638,24.5191932 138.895075,24.8598919 C138.940501,25.2233038 139.077038,25.7687558 139.304247,26.4959137 C139.5315,27.2230717 139.667993,27.6773366 139.690706,27.8590426 C139.71343,28.1544818 139.713112,28.3821153 139.644949,28.6092478 C139.576809,28.813667 139.463257,28.995373 139.326914,29.1089392 C139.077068,29.3588985 138.736035,29.4950644 138.349576,29.4723512 C137.940737,29.4496379 137.577325,29.290859 137.213914,28.9499465 C136.895925,28.6546743 136.691509,28.3136416 136.555229,27.9502296 C136.44163,27.5864836 136.418579,27.2230717 136.509472,26.9277995 C136.577612,26.609647 136.804738,26.2233548 137.12273,25.7463766 L136.96371,25.5873605 L134.98699,27.473228 L135.146006,27.6322441 C135.305166,27.5186245 135.418922,27.473228 135.509752,27.473228 C135.600568,27.473228 135.668571,27.4961283 135.736727,27.5642881 C135.804867,27.6324279 135.941404,27.8368404 136.1459,28.1775458 C136.327773,28.5409577 136.463732,28.7680902 136.532025,28.8589432 C136.645591,29.0179359 136.804728,29.176942 136.963911,29.3359214 C137.509029,29.8586601 138.099907,30.1088398 138.758925,30.1315531 C139.417944,30.1542663 139.963062,29.9497937 140.41766,29.5406746 C140.644793,29.3133752 140.826833,29.0633624 140.917686,28.745043 C141.031299,28.4496037 141.053735,28.1317853 141.008295,27.7910866 C140.962869,27.4730009 140.826619,26.9052699 140.55403,26.1099722 C140.258628,25.1556818 140.099431,24.4739504 140.144858,24.1102044 C140.167571,23.8603587 140.258988,23.6559395 140.440694,23.4742335 C140.667994,23.269674 140.985812,23.1561244 141.349558,23.1788477 C141.736018,23.1788477 142.076716,23.3151573 142.371988,23.6107334 C142.644547,23.8607462 142.825919,24.1558514 142.939486,24.5195973 C143.053105,24.8830093 143.053038,25.224042 142.962135,25.5647407 C142.871282,25.9054394 142.666933,26.2915647 142.326164,26.7004031 L142.485181,26.8367661 L144.507662,24.9512325 L144.325992,24.7922131 C144.166833,24.9058294 144.030817,24.9512325 143.96258,24.9512325 C143.871621,24.9512325 143.780674,24.9056925 143.712501,24.837516 C143.644194,24.7693763 143.553324,24.6330701 143.462425,24.4056303 C143.280552,23.9513653 143.00816,23.5649061 142.712554,23.2692999 C142.212528,22.8147009 141.644363,22.5648552 141.030771,22.5421419 L141.030724,22.5421386 Z M23.8570896,23.6330425 L21.5396703,26.1094545 L21.7213396,26.2458208 L21.9030088,26.0414985 C22.0392883,25.9051188 22.1756412,25.8142959 22.379987,25.746116 C22.5162665,25.7006762 22.6301834,25.700743 22.743733,25.7234663 C22.8800124,25.7688928 23.0844317,25.9280191 23.4024171,26.1777312 L25.1974317,27.6547603 L22.6979724,30.3359256 L22.6979724,30.3363765 L20.9029579,28.8820606 C20.6075186,28.6322149 20.4259797,28.4501749 20.3578399,28.3366087 C20.2896635,28.2230424 20.2666429,28.1096098 20.3120828,27.9731967 C20.3576763,27.7914907 20.4485526,27.632164 20.5621623,27.4955505 L20.7664847,27.2912281 L20.5848121,27.1548618 L18.2901061,29.6316078 L18.4491255,29.7679741 L18.6534479,29.5636518 C18.7670141,29.4499185 18.9261404,29.3364258 19.1077128,29.2682693 C19.2439923,29.2228295 19.3578859,29.2224454 19.4714588,29.2451619 C19.6077383,29.2905884 19.8348708,29.4497181 20.130143,29.6994269 L24.1517238,33.0168971 C24.538183,33.3121726 24.719555,33.5393018 24.7649815,33.6755812 C24.810408,33.9027137 24.7193813,34.1528935 24.4922488,34.4027392 L24.3105796,34.6070615 L24.4695957,34.7207747 L26.787349,32.2440287 L26.6052255,32.1076657 L26.4235563,32.3119848 C26.2872768,32.4483678 26.1282106,32.561914 25.9465781,32.6073672 C25.8101316,32.6528071 25.6968359,32.6531945 25.5831661,32.6304746 C25.4695999,32.5850481 25.2194201,32.4487987 24.9241479,32.1762096 L23.0386144,30.6310408 L25.5377396,27.9271623 L27.4236072,29.4950444 C27.7873532,29.7903166 27.9914384,30.0174491 28.0368649,30.1537286 C28.0595781,30.380861 27.991268,30.6307068 27.7641355,30.8578392 L27.5824663,31.0626159 L27.7414824,31.1985279 L30.0592357,28.7221159 L29.8775665,28.5857496 L29.6958972,28.790072 C29.5596178,28.9264583 29.4000973,29.017298 29.218251,29.0854544 C29.0819715,29.1308976 28.9685088,29.1308275 28.854839,29.1081075 C28.7185596,29.062681 28.5141403,28.9035514 28.1961549,28.6538426 L24.173906,25.3367064 C23.8786338,25.1095739 23.6742145,24.927868 23.628788,24.8143017 C23.5606283,24.7007355 23.5380453,24.5641053 23.5834818,24.4505558 C23.6063621,24.2688498 23.6967775,24.109857 23.8331104,23.9735776 L24.0188246,23.7681563 L23.8594979,23.6318768 L23.8570896,23.6330425 Z M148.77995,29.540825 L141.690745,31.4494058 C141.077153,31.6311051 140.622888,31.6991847 140.327616,31.6537248 C140.191336,31.6310115 139.986917,31.5401719 139.736737,31.3130261 L139.555068,31.4489381 L141.19109,33.3348057 L141.372759,33.2210892 C141.145496,32.9031037 141.032061,32.6759712 141.032061,32.5396917 C141.032061,32.4032453 141.077093,32.2898861 141.167969,32.198993 C141.281535,32.107973 141.509002,32.0171434 141.849701,31.9262637 L143.190116,31.5625177 L145.235311,33.9029843 L145.235311,33.9034352 L144.644432,34.9712918 C144.440013,35.3119906 144.28102,35.539123 144.144741,35.6526893 C144.031174,35.720849 143.917271,35.7438195 143.780995,35.7210996 C143.622002,35.6983863 143.44063,35.5617862 143.213498,35.3346403 L143.054481,35.4710067 L145.099008,37.8341864 L145.280677,37.6978201 C145.076117,37.4478074 144.985228,37.1981287 145.007948,36.9479489 C145.007948,36.7208165 145.144317,36.3567365 145.41712,35.857045 L148.890911,29.6740315 L148.777345,29.537418 L148.77995,29.540825 Z M147.143594,30.4947813 L145.46248,33.493932 L143.667465,31.4494058 L147.143594,30.4947813 Z M155.664402,31.744344 L155.663948,31.7447949 C155.664101,31.7449485 155.664245,31.7450955 155.664402,31.7452458 L155.664402,31.744344 Z M155.664402,31.7452458 L155.664402,31.7669937 L155.641749,31.8127509 L155.595992,31.880707 L155.550686,31.9717704 L155.482729,32.1081367 L155.391669,32.2444997 L155.277956,32.4261689 L155.164697,32.6078382 L155.028331,32.8348137 L154.869311,33.0622401 L154.687191,33.3118653 L154.505519,33.6072511 L154.301196,33.8799804 L154.074224,34.1984703 L153.846798,34.5165058 L153.596718,34.8572045 L153.323986,35.2209505 L153.028607,35.5843625 L152.733221,35.9481084 L152.415185,36.3345677 L152.074152,36.7206929 L151.733454,37.1298653 L151.369708,37.5390378 L150.983583,37.9709235 L150.57441,38.380096 L150.165238,38.8113137 L149.733352,39.2431994 L149.279087,39.6750851 L148.824822,40.1069708 L148.347844,40.5388566 L147.848152,40.948029 L147.325414,41.3799147 C143.349259,44.6289112 97.8606372,72.5531787 95.636075,74.32548 C93.3867955,76.0750681 89.2967409,80.7787144 85.9568915,94.6384716 C83.253013,105.817397 81.5034249,101.636156 72.5741125,101.295457 C67.3480615,101.091038 52.8519995,97.2742103 53.9652826,108.475849 C53.9652826,108.475849 55.7602972,105.97639 75.55055,108.634869 C83.343866,109.702726 89.7055794,107.15784 91.5460204,101.295484 C93.3864615,95.3426089 96.0679608,85.2318737 100.089542,79.9149697 C101.952696,77.4609369 138.398105,55.0579926 148.442037,49.0824045 C152.100206,46.9239779 163.869008,39.8120594 155.667522,31.7461844 L155.664402,31.7452458 Z M17.4275705,35.4027467 L16.1095341,37.4245597 L16.2907491,37.5382729 C16.3816188,37.4247468 16.5182223,37.3566705 16.6544951,37.3339506 C16.8362177,37.3112306 17.017907,37.3340508 17.1768997,37.4476638 C17.6769252,37.7203897 18.0860977,38.3792409 18.4267964,39.3789578 C17.472506,39.447131 16.4955023,39.4697006 15.4503589,39.4242607 C15.4957988,38.628963 15.4728985,38.0384186 15.3592988,37.6519594 C15.2456825,37.2427869 14.9955529,36.9475147 14.6321409,36.7430955 C14.268729,36.5385928 13.905317,36.4704731 13.4964785,36.584076 C13.0876401,36.675096 12.7693206,36.9247747 12.5191409,37.311234 C12.2464917,37.7204064 12.1330157,38.1519581 12.1557289,38.6065571 C12.2011721,39.1974355 12.5191409,39.6744137 13.1096853,39.9923992 C13.3141713,40.1288457 13.5642843,40.2195551 13.8368432,40.3104348 C14.0867925,40.3785378 14.4501009,40.4470483 14.9046999,40.5152114 C14.83651,41.5376415 14.9275033,42.309892 15.1774325,42.8326307 C15.4046485,43.3550354 15.7225505,43.7414946 16.1313889,43.9916743 C16.5629406,44.2416002 17.0178736,44.2870133 17.5402783,44.1506938 C18.0403038,44.0144143 18.4718555,43.6733816 18.8128882,43.1509769 C19.0629009,42.7648517 19.1990134,42.3783924 19.2671531,41.9919332 C19.3353129,41.5827607 19.3124226,41.0603561 19.1760897,40.4470984 C19.7669682,40.3335288 20.2212331,40.1744025 20.5619318,39.9928334 C20.8800843,39.8111275 21.130431,39.584329 21.312137,39.311436 C21.5394231,38.9707373 21.6303062,38.5842781 21.5848663,38.1751056 C21.5167266,37.7886464 21.2893937,37.3798079 20.8804217,36.9709695 L20.607689,37.0846827 C20.8349517,37.2891019 20.9487217,37.5162344 20.971435,37.7433669 C20.9941482,37.9705027 20.9256344,38.1976318 20.7893115,38.4247643 C20.653032,38.6518967 20.4258995,38.8339367 20.1306273,38.9929295 C19.8351881,39.129376 19.4265166,39.2431894 18.8583514,39.3339622 C18.6310519,38.675278 18.3356127,38.0613523 17.9722008,37.4480946 C17.6315021,36.8345029 17.4494621,36.4483777 17.4267488,36.2439585 C17.4038686,36.0620855 17.472015,35.7890255 17.6310712,35.4937533 L17.4267488,35.4031442 L17.4275705,35.4027467 Z M13.6645198,37.1125866 C13.8572985,37.1125933 14.0533172,37.1634576 14.2236665,37.2657106 C14.5643653,37.4702968 14.7691185,37.7203096 14.905398,38.0840555 L14.9280511,38.1520116 L14.9507009,38.2204219 L14.9507009,38.2883779 L14.973354,38.3567882 L14.9964581,38.447394 L14.9964581,38.5158043 L15.0191112,38.5837603 L15.0191112,38.6748204 L15.0191112,38.7658838 L15.0417643,38.8338399 L15.0417643,38.9249033 L15.0191112,39.0155091 L15.0191112,39.1065725 L15.0191112,39.1971784 L15.0191112,39.3108916 L14.9964581,39.401955 C14.4964326,39.3111488 14.1103074,39.2426984 13.8601277,39.1745286 C13.6101984,39.1062853 13.4058627,39.0384528 13.24687,38.9475531 C13.0423672,38.8112736 12.883458,38.6294507 12.7698918,38.3793879 C12.6562888,38.1066619 12.7013813,37.8112227 12.8831541,37.5386637 C13.0194837,37.3113642 13.2238528,37.197631 13.4740325,37.1294912 C13.536514,37.118148 13.6005052,37.1127235 13.6647637,37.1127302 L13.6645198,37.1125866 Z M18.6317066,40.5148974 L18.7227667,40.5148974 L18.7223158,40.5153517 C18.7904822,41.0153771 18.8135095,41.3787891 18.7680729,41.6059216 C18.7453597,41.8557673 18.654313,42.0601865 18.5179934,42.2646057 C18.2681477,42.650731 17.927115,42.8778634 17.5182765,42.9232899 C17.0867248,42.9915967 16.7002656,42.9233901 16.3141404,42.7189709 C15.9734417,42.5143813 15.7232619,42.2416587 15.5642692,41.8782467 C15.4279597,41.5148348 15.3599502,41.0602358 15.3599502,40.5378311 C15.9281154,40.5832743 16.3827144,40.6062381 16.7915528,40.6062381 L16.8595088,40.6062381 L16.9505723,40.6062381 L17.0411814,40.6062381 L17.1322415,40.6062381 L17.2233016,40.6062381 L17.2912576,40.6062381 L17.3365639,40.6062381 L17.382321,40.6062381 L17.4502771,40.6062381 L17.49558,40.5835883 L17.5639903,40.5835883 L17.6319463,40.5835883 L17.6777035,40.5835883 L17.7456595,40.5835883 L17.8140698,40.5835883 L17.8820258,40.5604842 L17.9499819,40.5604842 L18.0183922,40.5604842 L18.0863482,40.5604842 L18.1774083,40.5604842 L18.2453643,40.5378311 L18.3137746,40.5378311 L18.4043838,40.5378311 L18.4727907,40.5378311 L18.5638541,40.5378311 L18.6318102,40.515178 L18.6317066,40.5148974 Z M164.00651,43.5805178 C163.997856,43.5780828 164.01779,43.6014707 164.038225,43.6249155 L164.048192,43.6054322 C164.026184,43.590525 164.012559,43.5822179 164.00651,43.5805178 Z M164.038225,43.6249155 L163.866523,43.9682864 L163.662201,44.3320323 L163.457878,44.7184915 L163.253102,45.126996 L163.02613,45.5588817 L162.912413,45.763655 L162.77605,45.9906305 L162.639684,46.2180535 L162.503772,46.445029 L162.344756,46.6724554 L162.185282,46.8994309 L162.026266,47.1495105 L161.844597,47.3764859 L161.640274,47.6265621 L161.458605,47.8766417 L161.231629,48.1036138 L161.004203,48.3763465 L160.754123,48.626426 L160.504044,48.8765055 L160.231315,49.1261308 L159.958582,49.3988601 L159.64055,49.6489397 L159.322511,49.9216723 L158.981478,50.1944016 L158.640779,50.4671343 L158.25432,50.7172138 L157.868195,50.9899431 C149.733846,56.4431266 118.310403,75.9381072 111.062205,80.2776735 C106.972484,82.7089931 103.70044,87.2984051 102.700723,89.3663127 C101.58744,91.6610187 99.9287051,97.3640479 99.1788339,107.156798 C99.042501,109.042665 94.0893964,112.155382 94.7026541,113.541558 C95.2931985,114.882308 99.0656017,114.22329 98.9289882,115.268433 C98.7926686,116.177297 97.6790916,117.563139 97.6790916,118.44929 C97.6790916,119.494433 99.9056578,118.540006 99.3602059,119.676139 C98.4286287,121.539294 99.9059919,121.948466 100.45111,123.357021 C101.018941,124.742863 100.269287,126.333459 100.769145,127.514882 C101.678009,129.559742 104.904292,129.945867 110.06187,129.832301 C115.242494,129.741421 117.582627,133.308764 116.44663,136.489621 C114.969935,140.692907 111.516186,140.624768 106.153855,144.23751 C100.768811,147.827539 100.541679,152.394572 103.677109,156.279873 C106.063002,159.233598 115.038075,160.6652 120.672964,154.939458 C121.831674,153.644135 118.127745,155.393723 112.743035,152.576278 C112.743035,152.576278 109.243859,150.054439 111.107013,146.669164 C112.947454,143.26084 115.946605,141.783811 119.264075,139.852517 C122.558498,137.89851 126.898398,136.830319 126.693979,132.649746 C126.48956,128.491885 122.149994,127.901341 120.400405,127.787775 C118.628104,127.696895 115.901512,127.85562 113.470193,127.742017 C109.789311,127.560312 108.676362,125.810723 108.449229,118.789992 C108.381073,116.540712 105.222612,117.744848 106.9722,114.768411 C107.903777,113.223242 105.222612,113.837168 103.404884,113.064583 C101.859715,112.360139 105.199565,109.110808 107.517318,106.020805 C108.244476,105.043801 107.108479,103.794572 107.517318,99.1821131 C107.903777,95.1605322 109.766931,89.911768 115.151975,86.2308858 C117.787714,84.4358712 129.284291,77.2785262 132.624475,75.3699454 C137.305074,72.6660669 159.958198,58.010678 163.843499,55.0796671 C170.62474,49.9568277 164.460097,44.1095026 164.037854,43.624842 L164.038225,43.6249155 Z M8.06835981,45.2636095 L6.75032343,48.3085207 L6.97774984,48.3991299 L7.06835565,48.1495046 C7.1365121,47.9905119 7.25044909,47.8313588 7.40938838,47.7176189 C7.52298802,47.6267358 7.63647743,47.6039023 7.75008709,47.6039023 C7.88639998,47.6039023 8.15892554,47.671835 8.54505075,47.8308778 L10.7265245,48.671602 L9.29492193,51.9887382 L9.29492193,51.9891891 L7.09140292,51.1257517 C6.72799096,50.9893052 6.47781122,50.8759427 6.38695823,50.7850529 C6.29607852,50.6940329 6.22794212,50.5801694 6.22794212,50.4665631 C6.20522219,50.2848571 6.22772167,50.1031512 6.29589815,49.9441584 L6.40961136,49.6940789 L6.205289,49.6030155 L4.86487338,52.6479267 L5.06919575,52.7389901 L5.18290895,52.4889106 C5.27377864,52.3072046 5.38727473,52.1707781 5.52360766,52.0570249 C5.637224,51.9661485 5.75068001,51.9206619 5.86430637,51.9206619 C6.00061926,51.9206619 6.27347884,52.0113011 6.65993806,52.1476374 L11.5903828,54.0562182 C12.0446478,54.2379241 12.3172067,54.3742871 12.3853465,54.5104831 C12.5216661,54.7150694 12.5216661,54.9647481 12.3853465,55.2603543 L12.2716333,55.5104338 L12.4990597,55.5788441 L13.8170961,52.5339329 L13.6123228,52.4433238 L13.4990605,52.7160564 C13.4309041,52.8750491 13.2942405,53.0110815 13.1580278,53.1245608 C13.0444114,53.2154372 12.9309521,53.2609238 12.8173291,53.2609238 C12.6810162,53.2609238 12.4084906,53.1702913 12.0447446,53.0339484 L9.70427811,52.1477977 L11.158594,48.8303275 L13.4760132,49.7164782 C13.9302782,49.8981841 14.2035052,50.0571769 14.2716449,50.1707431 C14.4079645,50.3753293 14.4079645,50.6250081 14.2716449,50.9206143 L14.1579317,51.1706938 L14.3622541,51.2617539 L15.7026697,48.1941294 L15.4983473,48.1261734 L15.3619844,48.3757987 C15.2938112,48.5347914 15.180275,48.6712179 15.0439488,48.8076844 C14.9303492,48.8758442 14.8168631,48.9213976 14.7032501,48.9213976 C14.5669205,48.9213976 14.2940776,48.8534716 13.9076184,48.6944255 L8.97717362,46.8085579 C8.61376166,46.6493981 8.36358192,46.5360323 8.27272893,46.4678592 C8.1591293,46.3770062 8.11371282,46.2630592 8.11371282,46.1268265 C8.06827297,45.9451205 8.11396,45.7634145 8.18211978,45.6044218 L8.29735611,45.353908 L8.06988962,45.2637231 L8.06835981,45.2636095 Z M4.41019091,54.0339291 L2.54737061,60.1227495 L4.36509844,60.713628 L4.43350874,60.5088547 C4.09281003,60.3725752 3.81958302,60.2362222 3.66059029,60.0318765 C3.47881083,59.8274573 3.41103516,59.6457513 3.38831524,59.4186188 C3.36559531,59.2594591 3.43379851,59.0097803 3.52467822,58.6687476 L3.82006401,57.7598837 L9.84107866,59.4186188 C10.2726304,59.532352 10.5451893,59.6688119 10.6587556,59.7823648 C10.8178151,59.9642378 10.8407154,60.2139165 10.7498156,60.532236 L10.6587556,60.7823155 L10.886182,60.8502715 L11.8635197,57.6921281 L11.6360932,57.6241721 L11.5681372,57.8737973 C11.4772675,58.1690695 11.3177838,58.3738228 11.1132042,58.4646758 C10.9541447,58.5328556 10.636226,58.4876863 10.1592478,58.3740666 L4.13823318,56.7153315 L4.45626875,55.6701881 C4.54713844,55.3749159 4.68322085,55.1247362 4.84239395,54.9657434 C5.00145349,54.8066305 5.22885317,54.7158677 5.47903291,54.6477079 C5.63807575,54.6249779 5.88787136,54.6249078 6.22890409,54.6703577 L6.29686013,54.4660386 L4.41099256,54.0341529 L4.41019091,54.0339291 Z M8.31853955,61.6001126 L8.22747947,61.7586745 C8.70445766,62.0541171 9.02277714,62.3271737 9.20481714,62.5543062 C9.40929649,62.8043189 9.52278256,63.0312844 9.54551585,63.2814641 C9.59095571,63.5541901 9.54540229,63.9631956 9.43180265,64.554074 L9.29543966,65.0991919 C9.20455327,65.5992174 9.11390403,65.8717764 9.06846417,65.9626294 C9.00030439,66.0534523 8.90919421,66.1215787 8.84103776,66.1442986 C8.68201163,66.1670185 8.45457854,66.1671555 8.13659308,66.0989923 L3.04715558,65.1443679 C2.59289063,65.0533479 2.2972844,64.962515 2.18371816,64.8716353 C2.07010516,64.7807823 1.97954611,64.6673496 1.93409289,64.4855101 C1.88865304,64.3036371 1.911226,64.0309111 1.9793958,63.6220726 L1.77507678,63.5767697 L1.04791885,67.0078062 L1.25224121,67.0531091 L1.32065151,66.7577266 C1.38880795,66.4851677 1.52479684,66.2804144 1.72915594,66.1668482 C1.86548553,66.0759685 2.18375491,66.0986216 2.68378037,66.1895013 L7.90949735,67.1892182 C8.36409631,67.2575249 8.65936853,67.3710711 8.75022152,67.4619475 C8.95470755,67.6438205 9.00000377,67.8934992 8.95454388,68.2118187 L8.88658785,68.4845514 L9.11355999,68.5298543 L10.3631226,62.6678323 L8.31859633,61.5999757 L8.31853955,61.6001126 Z M158.119086,66.5990312 L158.096887,66.621681 L158.074234,66.6443341 L158.051581,66.6669872 L158.005824,66.689637 L157.960521,66.7349432 L157.915215,66.7807004 L157.846808,66.8260033 L157.710441,66.9397199 L157.551422,67.098736 L157.3471,67.2577521 L157.142777,67.4394247 L156.892701,67.643747 L156.642622,67.848066 L156.347239,68.0981456 L156.051857,68.3482251 L155.733821,68.5983046 L155.392788,68.871034 L155.05209,69.1664197 L154.688344,69.4618022 L154.302218,69.7571846 L153.915759,70.0756745 L153.506587,70.3937067 L153.120462,70.7117456 L152.279737,71.3477165 L151.4163,71.9836874 L150.575576,72.6196584 L149.712138,73.2105368 L149.303634,73.5059193 L148.871748,73.7786486 L148.462576,74.0513812 L148.076117,74.3241139 C143.599937,77.1188454 123.514412,87.7980798 119.060945,91.478962 C114.584765,95.1598441 114.766471,98.2949403 114.766471,98.2949403 L114.039647,107.406627 C114.039647,107.406627 111.244916,110.224071 110.881504,111.269215 C110.518092,112.314358 112.744324,112.496064 114.403059,113.359502 C116.084508,114.245652 114.085117,115.040616 114.766805,115.835914 C116.084842,117.312609 117.106604,116.108736 116.220453,118.630645 C116.084117,119.01677 117.33407,120.198527 117.197791,120.857211 C116.970491,121.902355 116.402493,122.606799 117.379463,123.538377 C118.492747,124.58352 122.082776,126.356155 130.307977,124.674707 C139.23729,122.834266 145.099312,129.786858 149.552778,130.968281 C151.0749,131.35474 156.119579,132.945001 164.071888,126.764994 C167.502924,124.106542 161.958554,126.51459 154.006245,123.174631 C145.531197,119.630028 142.986646,119.402895 137.283616,120.470752 C132.398598,121.379616 128.785856,122.175248 126.877275,121.607083 C125.241253,121.107057 126.604556,118.675738 125.377867,118.266899 C122.923834,117.448888 124.605282,116.267799 123.1513,115.472502 C121.674271,114.654491 122.538043,114.336171 122.492616,112.700483 C122.469896,111.564487 121.220006,111.882472 119.424992,110.882756 C118.038816,110.087458 121.333573,108.633476 121.810551,107.474432 C122.355669,106.04283 121.674074,104.043396 122.037526,101.112385 C122.69621,95.9544738 130.399007,92.3420654 134.489062,90.0700726 C138.965242,87.6390871 151.734429,79.8457711 154.756293,77.8236241 C161.822451,73.0975985 158.11919,66.5989376 158.11919,66.5989376 L158.119086,66.5990312 Z M8.7728045,68.9164504 C8.7273613,69.2344359 8.61343767,69.4619024 8.43177177,69.6208951 C8.24999565,69.7798879 7.86394058,69.9615938 7.2961094,70.1205866 L0.206904082,72.2335866 L0.206904082,72.4152592 L6.66013848,75.7327294 C7.22830368,76.0281686 7.61409486,76.2781813 7.77342161,76.4826005 C7.86431469,76.5961668 7.93237092,76.8005192 7.95509085,77.1185715 L8.18251726,77.1412246 L8.43214587,74.7102391 L8.20517038,74.687586 C8.13701394,75.0513319 8.04597056,75.3011777 7.95509085,75.3920307 C7.84149121,75.5056303 7.7280853,75.550666 7.59167889,75.5279427 C7.45536601,75.5279427 7.22793292,75.437377 6.90994745,75.2783174 L5.68309808,74.6416785 L5.97848052,71.6428618 L7.18261665,71.2791158 C7.5914551,71.1654961 7.86434809,71.1200997 8.04605407,71.1200997 C8.18238365,71.142813 8.29592985,71.2112567 8.36408629,71.3248763 C8.454966,71.4384426 8.47780284,71.642795 8.47780284,71.9608473 L8.70477498,71.983497 L9.00015742,68.9385858 L8.77318528,68.9159327 L8.7728045,68.9164504 Z M5.50109482,71.7793217 L5.25101529,74.4377736 L2.07015861,72.7790386 L5.50119503,71.7793217 L5.50109482,71.7793217 Z M6.159779,77.5728698 L6.159779,77.8229527 C6.65980446,78.0729654 7.04592966,78.3002649 7.2961094,78.5273974 C7.50059543,78.7091034 7.61394122,78.9138566 7.68223461,79.0955626 C7.75039439,79.2999818 7.77322788,79.6179673 7.79594781,80.049519 L7.81859759,81.3448421 C7.81859759,81.5721416 7.79608142,81.7085881 7.75064156,81.7767278 C7.70519503,81.8675407 7.63721895,81.9129572 7.5463192,81.9583937 C7.47814606,81.9811136 7.25068959,82.0037 6.88730101,82.0037 L4.18342252,82.026804 L4.18342252,80.3223084 C4.16069925,80.0041559 4.20632282,79.7541432 4.2744826,79.5951505 C4.36536899,79.4360509 4.4561318,79.3452714 4.61518131,79.2771149 C4.72879765,79.2090186 4.97859327,79.1408855 5.36505249,79.0954457 L5.36505249,78.8911233 L2.52489452,78.9137731 L2.52489452,79.1407486 C3.00187271,79.1407486 3.31985818,79.2548793 3.50156416,79.4365853 C3.63790042,79.595578 3.70627398,79.8908502 3.72899057,80.322736 L3.72899057,82.0265635 L0.502373369,82.0718698 L0.479723585,79.9588697 C0.457003657,79.5500313 0.479970758,79.3001856 0.548130541,79.1411928 C0.639016933,78.9366066 0.75241616,78.8001601 0.911542499,78.7093071 C1.07059201,78.6182871 1.36580745,78.5047543 1.82040641,78.4365745 L1.79775329,78.209148 L0.00273871,78.3002081 L0.070694742,84.2754623 L0.298121152,84.2754623 L0.298121152,84.0027296 C0.298121152,83.6847441 0.366057142,83.4576117 0.525096636,83.3213322 C0.638706296,83.2304458 0.956982354,83.1623127 1.47972106,83.1623127 L6.84205155,83.0939058 C7.22817675,83.0939058 7.50073572,83.1168729 7.61463597,83.1623127 C7.75094886,83.2077392 7.86451176,83.2756218 7.9326682,83.411938 C8.02354791,83.5709307 8.06903453,83.7303911 8.06903453,83.9119635 L8.06903453,84.1846961 L8.29646094,84.1846961 L8.22805398,78.209108 L6.16048044,77.572469 L6.159779,77.5728698 Z M8.2958263,84.7532621 L8.06839989,84.7759153 L8.11370614,85.0259948 C8.13642607,85.2077008 8.11399006,85.3897408 8.02309699,85.5714468 C7.97767049,85.6851199 7.90927689,85.7760864 7.79567058,85.8215263 C7.68207094,85.8896293 7.40954537,85.957749 7.00070692,86.0031955 L1.70651618,86.5706927 C1.29767772,86.6161325 1.047832,86.6165167 0.911552519,86.5938001 C0.775216252,86.5710868 0.661676737,86.5026331 0.593516954,86.3890235 C0.479907295,86.2300307 0.411914521,86.0710246 0.389194593,85.889332 L0.34343742,85.6166027 L0.116461935,85.6392525 L0.525634406,88.9336754 L0.775259675,88.8883725 L0.729953427,88.6387439 C0.707233499,88.4343247 0.729753016,88.2749979 0.797912799,88.0932919 C0.866089283,87.9796088 0.934446137,87.8660025 1.02533921,87.8205626 C1.16165877,87.7751228 1.43417766,87.7069062 1.84301611,87.6615432 L4.18348264,87.411467 L4.63774759,90.9557356 L2.27456781,91.2284683 C1.88844261,91.2739081 1.61588364,91.2742956 1.47960416,91.2515723 C1.34328125,91.2061926 1.25245164,91.1376754 1.16156859,91.0467957 C1.04796895,90.887803 0.979515232,90.7287969 0.956795304,90.5471042 L0.93414218,90.2743749 L0.707170035,90.2970247 L1.11567447,93.5687344 L1.34310422,93.5460813 L1.29779797,93.2733519 C1.27508138,93.091646 1.29752742,92.909606 1.38840713,92.7279 C1.43384698,92.6142235 1.52495383,92.5237146 1.61583354,92.4782747 C1.72945322,92.4101149 2.00195874,92.3647051 2.41079719,92.3192553 L7.70498794,91.7283768 C8.18196613,91.682937 8.52266484,91.6828 8.6365651,91.7736797 C8.86376437,91.887246 8.97759782,92.1143784 9.02302432,92.4096507 L9.06832723,92.7050331 L9.29530271,92.6597302 L8.88679828,89.3880205 L8.65937187,89.4106736 L8.68202165,89.683403 C8.70474158,89.8651089 8.68222874,90.0471489 8.61406562,90.2288549 C8.54590918,90.3425514 8.47751892,90.4334979 8.38663921,90.4789344 C8.25030962,90.5471042 7.97780076,90.592514 7.59167555,90.6379506 L5.09221629,90.9106832 L4.63795134,87.3660806 L7.13741061,87.0933446 C7.61472282,87.0251848 7.93237426,87.0478412 8.06898777,87.1159977 C8.27345709,87.2522772 8.41002049,87.4566964 8.45544699,87.7746819 L8.47810011,88.0474145 L8.70507226,88.0247614 L8.29656782,84.7530517 L8.2958263,84.7532621 Z M3.95559195,98.0909486 L2.22905113,98.6136873 L3.79659922,104.180103 L4.00137584,104.111693 L3.93296555,103.862067 C3.88752569,103.680361 3.88752569,103.498321 3.93296555,103.316615 C3.9784054,103.180229 4.02420934,103.089406 4.11508905,103.021233 C4.22870539,102.952926 4.50121425,102.862043 4.88767348,102.771154 L10.0449167,101.47583 C10.5222289,101.362227 10.8178351,101.339781 10.9768279,101.385221 C11.2040439,101.476078 11.3629531,101.680487 11.4538061,101.998479 L11.5217621,102.248104 L11.7491885,102.202798 L10.8403246,98.999228 L10.6355513,99.0445309 L10.7039616,99.3172602 C10.7494015,99.4989662 10.7494015,99.6810062 10.7039616,99.8627122 C10.6585251,99.9990985 10.6131721,100.089935 10.522289,100.158095 C10.4086894,100.226401 10.1354958,100.317294 9.74937059,100.408174 L7.22786611,101.044145 L6.84140689,99.6810162 C6.77324377,99.4311705 6.77331391,99.2264173 6.81875377,99.0901378 C6.84146701,98.930978 6.93212627,98.8172949 7.04572925,98.7036785 C7.18205884,98.5900121 7.38676198,98.499129 7.70474744,98.4309492 L7.63633715,98.2266269 L4.9551719,98.885311 L5.00092908,99.1127341 C5.45552804,99.0445777 5.77317949,99.0671606 5.95488547,99.1580404 C6.13665825,99.2716066 6.27310474,99.475959 6.36405794,99.7940113 L6.75018314,101.15714 L3.6374662,101.930059 L3.160488,100.294037 C3.06958825,99.9075775 3.02405487,99.5895921 3.0467748,99.3851728 C3.06948805,99.1807536 3.16060491,98.9987136 3.27420121,98.8397209 C3.43324738,98.6580149 3.66066043,98.4759749 4.00135914,98.2942689 L3.95560197,98.0899466 L3.95559195,98.0909486 Z M9.77819971,104.035139 C9.22706944,104.0323 8.65923826,104.134626 8.06835981,104.339129 C6.93236343,104.748302 6.1143525,105.429365 5.63737431,106.360942 L5.5920714,106.452006 L5.54631423,106.543066 L5.50101132,106.633675 L5.45570507,106.724735 L5.43260102,106.815798 L5.4099479,106.906404 L5.36464499,106.997468 L5.34199187,107.088073 L5.31933874,107.179137 L5.29668896,107.270197 L5.27358157,107.360806 L5.25093179,107.451866 L5.25093179,107.542475 L5.22827866,107.633539 L5.22827866,107.724599 L5.22827866,107.792555 L5.22827866,107.883615 L5.20562554,107.974224 L5.22827866,108.065284 L5.22827866,108.156348 L5.22827866,108.246957 L5.22827866,108.338017 L5.25093179,108.428626 L5.25093179,108.519686 L5.27358157,108.610749 L5.29668896,108.701355 L5.31933874,108.769766 L5.34199187,108.860375 L5.36464499,108.951435 L5.38729477,109.042495 L5.43260102,109.133104 L5.45570507,109.224167 C5.84183028,110.178458 6.47813522,110.860189 7.43242563,111.314454 C8.52299552,111.81448 9.6589919,111.859906 10.8858413,111.428167 C12.0899774,111.018995 12.9307016,110.31455 13.430727,109.382973 C13.9080392,108.451396 13.9534657,107.474058 13.5670934,106.474341 C13.1809682,105.497338 12.4534762,104.793227 11.3856196,104.361341 C10.8628809,104.145479 10.3291195,104.037541 9.7783233,104.034698 L9.77819971,104.035139 Z M10.712449,105.110678 C11.0554859,105.108544 11.3631167,105.154257 11.6356757,105.24795 C12.3855469,105.497962 12.8852383,105.952394 13.1577973,106.633792 C13.4077265,107.270097 13.3396736,107.860641 12.9761281,108.428806 C12.4988159,109.178678 11.6357125,109.769222 10.3861498,110.201108 C9.15930046,110.632993 8.11382305,110.723846 7.29581212,110.47384 L7.22785609,110.451187 L7.1594458,110.428534 L7.11413955,110.405884 L7.04573259,110.383231 L7.00042634,110.360124 L6.93247031,110.314821 L6.88671314,110.292168 L6.81875711,110.269518 L6.7734542,110.223761 L6.72769703,110.201108 L6.68239078,110.178455 L6.61398382,110.133152 L6.56867757,110.087845 L6.52337466,110.064741 L6.47807176,110.019438 L6.43231458,109.974136 L6.40966146,109.951482 L6.36435855,109.905725 L6.31860138,109.860422 L6.27329513,109.815116 L6.25064201,109.769359 L6.2053391,109.724053 L6.15958193,109.67875 L6.1369288,109.632996 L6.09162589,109.565037 L6.06897277,109.519734 L6.04632299,109.473976 L6.00056581,109.40602 L5.97791269,109.360717 L5.95525957,109.292307 L5.93260978,109.247001 L5.90995666,109.178591 C5.63731084,108.496859 5.68277742,107.860888 6.04632299,107.293057 C6.47787469,106.565899 7.38640458,105.975021 8.70444096,105.520756 C9.47134708,105.250906 10.1407198,105.114255 10.7122252,105.110915 L10.712449,105.110678 Z M48.7170561,109.678713 C44.0067294,109.73241 40.6374864,111.834133 41.3332466,115.995 L41.3785495,115.972347 L41.4238524,115.949694 L41.4696096,115.904391 L41.5602188,115.858634 L41.6512788,115.790677 L41.7876452,115.722267 L41.9240115,115.676964 L42.083031,115.609008 L42.2646969,115.517945 L42.4690192,115.449989 L42.6959947,115.381579 L42.9234211,115.336276 L43.1961538,115.267869 L43.4915362,115.222562 L43.7869187,115.177259 L44.1276174,115.131499 L44.4913633,115.108849 L44.8778226,115.086196 L45.2639478,115.086196 L45.6958335,115.108849 L46.1500984,115.131499 L46.6277447,115.177259 L46.8773699,115.222562 L47.1501026,115.267869 L47.4001788,115.290518 L47.6729114,115.358929 L47.9456441,115.404232 L48.2183734,115.449989 L48.5137592,115.517945 L48.8091383,115.609008 L49.104975,115.676964 L49.4230139,115.768024 L49.718393,115.858634 L50.0590917,115.949694 L50.3775782,116.063407 L50.7182769,116.176666 L51.0589756,116.290382 L51.4000084,116.426749 L51.7634203,116.540458 L52.1271663,116.699478 C59.9204823,119.857621 80.5060328,129.150346 85.9598843,133.149547 C89.3000677,135.60358 98.6158393,139.807201 96.0028138,144.374234 C93.3897883,148.918553 80.7568806,151.031219 83.3471928,160.824303 C85.9602183,170.639766 99.7287884,166.436813 101.591943,163.982781 C103.432384,161.528748 95.4573619,165.414049 92.6626304,158.393318 C90.4360641,152.781141 94.3213655,149.054833 99.7291225,145.419711 C102.319435,143.670123 105.84099,142.261234 105.295538,137.717248 C104.93079,134.559105 99.3640404,132.105072 93.7745775,128.969308 C88.1851145,125.811164 66.6225603,115.654669 58.057996,111.79208 C54.8544261,110.352127 51.5453063,109.647015 48.7188431,109.67908 L48.7170561,109.678713 Z M17.248854,114.813911 L17.0440807,114.92717 L17.2035511,115.177253 C17.3398706,115.427099 17.3849832,115.676944 17.31681,115.881363 C17.2486536,116.017643 16.9987911,116.199526 16.5442256,116.426815 L11.0456156,119.266973 L10.4774504,118.313017 C10.3183976,118.017578 10.2504783,117.767231 10.2504783,117.540099 C10.227765,117.335679 10.2957411,117.108547 10.4548006,116.904128 C10.545687,116.767848 10.7276034,116.608782 11.0002526,116.427149 L10.9091892,116.222827 L9.25045407,117.176783 L9.25045407,117.177238 L12.454358,122.743653 L14.2036121,121.94869 L14.0903531,121.743913 C13.7496544,121.902903 13.4540482,121.948309 13.1814892,121.925586 C12.9088434,121.902705 12.704177,121.835 12.522471,121.67596 C12.4088714,121.585104 12.2498453,121.357588 12.0682061,121.039321 L11.5912279,120.221645 L17.1125511,117.4042 C17.5217236,117.199657 17.7942826,117.108814 17.9532753,117.108814 C18.203121,117.131527 18.4075402,117.29043 18.5892462,117.585792 L18.7256125,117.835872 L18.9299349,117.722155 L17.2488206,114.814192 L17.248854,114.813911 Z M20.7934566,120.47118 L15.0673802,124.174775 C14.681255,124.424754 14.4314093,124.538187 14.2724165,124.538187 C13.999774,124.538187 13.7951043,124.402268 13.5906851,124.129683 L13.431669,123.902256 L13.2273466,124.015973 L14.8633685,126.265252 L15.0450377,126.128886 L14.8860182,125.924564 C14.7042688,125.674718 14.6362427,125.447251 14.6816959,125.242832 C14.7271224,125.083839 14.9768144,124.856707 15.3630933,124.584148 L19.2711079,122.084689 L17.0445416,129.2417 L18.3171515,130.968575 L18.4988208,130.854861 C18.3624277,130.673155 18.271528,130.514163 18.2260914,130.422976 C18.1806482,130.195843 18.1354823,130.013803 18.1354823,129.85481 C18.1354823,129.718364 18.1809656,129.468351 18.2718453,129.150366 L22.9975368,126.083409 C23.3609488,125.856167 23.656889,125.719663 23.7931685,125.719663 C24.0657275,125.719663 24.2928599,125.856033 24.4745659,126.128836 L24.6562385,126.356262 L24.8379077,126.242552 L23.2025539,123.993273 L23.0204304,124.129636 L23.1799008,124.356611 C23.3616068,124.606457 23.4297332,124.833924 23.3615734,125.038343 C23.3388601,125.197335 23.1114638,125.401755 22.6798419,125.674314 L18.5219816,128.378192 L20.9075406,120.653016 L20.7942817,120.471347 L20.7934566,120.47118 Z M25.7011882,127.196973 L23.6787071,127.946844 L23.8377265,128.12851 C24.3828445,127.992171 24.8377775,127.946707 25.2015234,127.992147 C25.4740824,127.992147 25.7012149,128.082937 25.8829209,128.173816 C26.0646268,128.287383 26.3144726,128.514849 26.6100788,128.855548 L27.5189427,129.832217 C27.6551921,129.991377 27.7459148,130.12778 27.7459148,130.218677 C27.7686314,130.286753 27.7687016,130.377489 27.7232651,130.445652 C27.6778386,130.513792 27.518936,130.672982 27.2462869,130.877538 L25.2010926,132.536273 L24.0196697,131.241618 C23.7923702,130.991772 23.6565917,130.787353 23.6111652,130.62836 C23.5657287,130.469371 23.5656586,130.309844 23.6338184,130.173427 C23.6792449,130.059861 23.8381474,129.855843 24.1107966,129.583217 L23.9517771,129.424197 L21.7930166,131.150738 L21.9520327,131.309754 C22.3157786,131.059785 22.6337641,130.946342 22.9066571,130.969056 C23.1112433,130.991769 23.360922,131.196302 23.6792415,131.537221 L24.8606644,132.831876 L22.3842524,134.80893 L20.9299365,133.195622 C20.6572106,132.90035 20.4983848,132.672883 20.4302451,132.51389 C20.362082,132.332184 20.3621521,132.128099 20.407592,131.968772 C20.4757317,131.786899 20.6345708,131.537221 20.9072834,131.218901 L20.7709171,131.037232 L19.4305015,132.218321 L23.5659826,136.76264 L23.7249987,136.626277 L23.5433295,136.399302 C23.3160567,136.17217 23.2252271,135.944703 23.247947,135.740284 C23.2933735,135.604004 23.4977259,135.354493 23.8839179,135.058886 L27.9509253,131.764463 C28.2689107,131.537164 28.473664,131.378004 28.6099435,131.332578 C28.7235097,131.287135 28.8595988,131.287135 28.9960687,131.332578 C29.1777747,131.400717 29.3367674,131.514277 29.4503336,131.650613 L29.654656,131.854936 L29.8141264,131.718569 L25.7013585,127.197297 L25.7011882,127.196973 Z M30.1316075,132.172844 L29.972588,132.309211 L30.1769104,132.490883 C30.4268964,132.695299 30.5406563,132.899722 30.5179431,133.126854 C30.5179431,133.286014 30.3586498,133.536027 30.0179176,133.899773 L26.3600828,137.626081 C26.0648105,137.944234 25.8146308,138.103059 25.6783513,138.148486 C25.4283386,138.193912 25.1556126,138.102889 24.9057669,137.875757 L24.7014445,137.694087 L24.5424284,137.853103 L26.246256,139.352512 L32.7672961,136.785247 L30.5858223,143.101868 L32.3126971,144.601276 L32.4490635,144.44226 C32.221931,144.237841 32.0629383,144.055801 31.9947985,143.896808 C31.9493587,143.737815 31.9266989,143.601315 31.9721487,143.487636 C32.0175752,143.328643 32.1763108,143.124224 32.4033664,142.874378 L36.0615353,139.148069 C36.3796911,138.829917 36.6069873,138.648378 36.76598,138.625665 C36.9932795,138.557358 37.2656714,138.648161 37.5158512,138.875293 L37.7201702,139.056962 L37.8791863,138.920596 L35.7661863,137.080489 L35.6298199,137.239508 L35.8345932,137.421178 C36.0618593,137.625597 36.1752919,137.830016 36.1752919,138.057149 C36.1752919,138.193595 35.9933455,138.443274 35.6525532,138.80702 L31.9262446,142.601802 L34.3118036,135.808537 L34.1754406,135.672171 L27.1319958,138.444189 L30.8826878,134.63972 C31.17796,134.321568 31.4054265,134.140029 31.5644192,134.117315 C31.814432,134.049009 32.0641107,134.139808 32.3370037,134.366941 L32.541326,134.54861 L32.7003421,134.389594 L30.1330771,132.163027 L30.1316075,132.172844 Z M39.7653645,140.10244 L39.6289982,140.284109 L39.8790777,140.443128 C40.1290905,140.624834 40.2655369,140.806874 40.3109634,141.034007 C40.3109634,141.193167 40.1746539,141.465559 39.8790777,141.828971 L36.1981956,146.623136 L35.2435712,145.987165 C34.9710122,145.805459 34.7896402,145.600706 34.676074,145.396286 C34.5851843,145.21458 34.5622873,144.987448 34.5850139,144.737602 C34.6077272,144.57861 34.6987037,144.37419 34.8577432,144.078918 L34.676074,143.942552 L33.6309306,145.487387 L39.0610668,149.190982 L40.2652029,147.759379 L40.0835337,147.645666 C39.833521,147.918225 39.6065555,148.077552 39.3563758,148.168405 C39.10653,148.259295 38.8566843,148.259161 38.6522651,148.213708 C38.493102,148.168281 38.2658059,148.031681 37.9478204,147.827249 L37.1521887,147.259751 L40.8330709,142.488299 C41.1056298,142.124887 41.3100491,141.943181 41.4463285,141.875042 C41.6963413,141.806735 41.94602,141.852295 42.2412922,142.056714 L42.4687186,142.21573 L42.6050849,142.034061 L39.764927,140.102767 L39.7653645,140.10244 Z M43.6052394,142.806318 L43.4915262,142.987987 C43.8549381,143.238 44.1274971,143.487679 44.2641106,143.782951 C44.4232102,144.055677 44.5144407,144.510443 44.5826004,145.124035 L44.8553331,147.873006 C44.1736017,147.66852 43.6054365,147.645623 43.1284583,147.781942 C42.6514801,147.918389 42.2880681,148.191115 42.0378884,148.600287 C41.7878757,148.986412 41.6968557,149.372872 41.7878088,149.804423 C41.8559486,150.213262 42.0378316,150.576674 42.3332608,150.87228 C42.628533,151.167552 43.1509377,151.530964 43.9008089,151.940137 L46.4680739,153.394453 L46.5817871,153.19013 L46.3317075,153.053767 C46.0362683,152.917488 45.9001558,152.712734 45.8547294,152.508315 C45.8320128,152.349323 45.9226921,152.053716 46.1954281,151.644878 L48.8996406,147.328025 C49.1494863,146.9419 49.3308583,146.73748 49.4671377,146.669341 C49.7171505,146.555794 49.9898764,146.57824 50.2627694,146.737297 L50.5355021,146.896767 L50.6492153,146.714644 L47.6270173,145.033529 L47.5133041,145.215198 L47.7860368,145.374218 C48.0587628,145.510497 48.1948752,145.692608 48.2403017,145.896957 C48.2857282,146.055949 48.1496291,146.351556 47.899603,146.760394 L46.6727536,148.714401 C46.6273171,148.691671 46.5818272,148.646058 46.5363906,148.623338 C46.4682275,148.600618 46.422811,148.578172 46.3773712,148.532729 C46.2865182,148.487302 46.1273217,148.396182 45.9681987,148.305306 L45.5139338,143.851839 L43.605353,142.806696 L43.6052394,142.806318 Z M50.9897169,146.896373 L50.8986535,147.101146 C51.1939291,147.237426 51.398679,147.418858 51.489532,147.646264 C51.6031283,147.850683 51.6485481,148.237143 51.6485481,148.805308 L51.4442257,155.803326 L51.6258949,155.871282 L57.0563652,151.191017 C57.5333434,150.759131 57.9194686,150.508952 58.1696483,150.418099 C58.3059278,150.372662 58.5333943,150.395629 58.874093,150.486509 L58.9647022,150.282187 L56.6015224,149.28247 L56.5109132,149.464139 C56.8743252,149.645845 57.0787444,149.804838 57.1468841,149.918404 C57.2150406,150.05485 57.2149738,150.168597 57.1695339,150.28215 C57.1013942,150.418429 56.942328,150.600028 56.6925557,150.827268 L55.6701256,151.690705 L52.7394486,150.463856 L52.7620984,149.282433 C52.7848184,148.873594 52.8076418,148.601035 52.8758116,148.464756 C52.9439547,148.351223 53.034791,148.26005 53.1938472,148.23733 C53.3301267,148.191876 53.5572592,148.237443 53.8525314,148.351039 L53.9435948,148.16937 L50.9898706,146.89676 L50.9897169,146.896373 Z M44.8374331,148.415822 C45.2452695,148.432864 45.7012045,148.577604 46.1952176,148.85038 C46.2406742,148.873097 46.2634208,148.895984 46.331584,148.94144 L46.354688,148.94144 L46.3773411,148.96409 L46.3999943,148.986743 L46.422644,148.986743 L46.4452972,149.009396 L46.4679503,149.009396 L46.4679503,149.032049 L46.4906001,149.032049 L44.741012,151.781688 C44.3776,151.668122 44.0823278,151.554145 43.8779086,151.440656 C43.4233096,151.190643 43.1507507,150.872825 43.0371844,150.463986 C42.9236182,150.0321 43.0145981,149.622928 43.2646108,149.214089 C43.5373401,148.782204 43.923629,148.532692 44.4460337,148.441505 C44.5709833,148.418792 44.7014909,148.410451 44.8375032,148.416133 L44.8374331,148.415822 Z M61.1234994,150.89524 L61.0550858,151.099563 L61.3504716,151.190626 C61.6230306,151.281479 61.8277838,151.440609 61.9186368,151.644891 C61.9640132,151.781171 61.9186602,152.076443 61.7596173,152.553755 L60.9646537,154.689468 L60.9641994,154.689468 C60.7370669,154.553022 60.5326477,154.439289 60.3282285,154.325722 C60.101096,154.257636 59.91939,154.166913 59.7149708,154.098747 C58.9650996,153.848895 58.3064155,153.848965 57.7609635,154.076097 C57.2155116,154.32611 56.8063391,154.757495 56.6019199,155.348373 C56.442867,155.802638 56.4429371,156.21181 56.5792667,156.620983 C56.7384265,157.030155 57.0108184,157.370854 57.3518512,157.643413 C57.6928839,157.893426 58.2156226,158.143105 58.9197333,158.370571 L61.7598912,159.302148 L61.8278473,159.097826 L61.5324648,159.006766 C61.2371926,158.915913 61.0551526,158.756783 60.9642996,158.552501 C60.89622,158.416054 60.9416098,158.098236 61.1233157,157.66635 L62.8501906,152.894898 C63.0091833,152.48606 63.1456832,152.23588 63.259363,152.145027 C63.4639493,152.008694 63.7363412,151.98574 64.0543267,152.07662 L64.3497125,152.16768 L64.4407726,151.986011 L61.1236364,150.895441 L61.1234994,150.89524 Z M52.7162577,150.917894 L55.306904,152.008463 L52.6257388,154.326217 L52.7163479,150.917894 L52.7162577,150.917894 Z M65.667485,152.28169 L64.4860621,154.008231 L64.7587948,154.076638 C65.1222067,153.6678 65.4632395,153.394907 65.7585117,153.213201 C65.9856441,153.076801 66.2127766,153.008494 66.4399091,152.985774 C66.6443283,152.985774 66.985361,153.031261 67.439626,153.122137 L68.7800416,153.440627 C69.0073411,153.48609 69.1434536,153.531487 69.2119273,153.599647 C69.2800871,153.667736 69.3256405,153.735809 69.3256405,153.803969 C69.3483605,153.894822 69.3027402,154.076458 69.2345804,154.43994 L68.5986095,156.893639 L66.8263082,156.507514 C66.5083227,156.439207 66.258477,156.348384 66.1221975,156.234784 C65.9857878,156.121218 65.8949047,155.984665 65.8494649,155.848325 C65.8267449,155.734592 65.8266781,155.484913 65.872118,155.098454 L65.6446882,155.053151 L64.9860041,157.665842 L65.1903264,157.711145 C65.3266059,157.302307 65.5313592,157.029748 65.7584916,156.893468 C65.9629109,156.802589 66.2812303,156.825235 66.7358293,156.916122 L68.4850834,157.325294 L67.7352122,160.301731 L65.5310251,159.80204 C65.1445659,159.688354 64.872341,159.59747 64.7360615,159.529307 C64.5541885,159.393028 64.4177286,159.233948 64.3723155,159.075042 C64.3041524,158.91605 64.2816362,158.620777 64.3043561,158.188892 L64.0542766,158.143585 L63.7362444,159.8247 L69.8935385,161.210542 L69.939299,161.006223 L69.666563,160.938264 C69.3485776,160.870124 69.1214451,160.733514 69.0305921,160.574518 C68.9624123,160.438238 68.9622085,160.120253 69.0985481,159.64294 L70.3484448,154.735209 C70.4392443,154.39451 70.5299069,154.14433 70.59807,154.053477 C70.6662098,153.917218 70.779786,153.871878 70.9161023,153.849155 C71.1205215,153.780995 71.3025615,153.781062 71.4842675,153.826502 L71.7796533,153.894912 L71.8249562,153.690136 L65.667662,152.28158 L65.667485,152.28169 Z M76.0167093,154.31987 C74.9592073,154.352928 74.1024502,154.638394 73.4380877,155.166607 C72.6655033,155.802912 72.1885251,156.643636 72.0522456,157.711493 C71.9386794,158.529504 72.0521888,159.233948 72.3476314,159.892966 C72.6657839,160.551651 73.1202158,161.051676 73.7107603,161.392375 C74.3016387,161.710527 75.2105026,161.96054 76.437686,162.119533 L79.7548222,162.505992 L79.7774753,162.278566 L79.4820895,162.255916 C79.1868173,162.210489 78.9596848,162.119646 78.8234054,161.915217 C78.7325256,161.801651 78.7094784,161.483665 78.7776482,161.006353 L79.4366664,156.030148 C79.5048061,155.598596 79.5954119,155.326037 79.6862916,155.212471 C79.8454514,155.030782 80.1178433,154.939605 80.4588761,154.985041 L80.7547128,155.030802 L80.7773659,154.803375 L77.1415762,154.37149 C76.7440944,154.326063 76.3693258,154.308824 76.0166025,154.319847 L76.0167093,154.31987 Z M59.5285619,154.508334 C59.674608,154.510197 59.8195252,154.533238 59.9644558,154.575835 C60.078022,154.621292 60.2145621,154.667149 60.350915,154.735306 L60.3735648,154.757959 L60.4188711,154.757959 L60.4415208,154.780612 L60.464174,154.803265 L60.4868271,154.803265 L60.5325843,154.825915 L60.5552374,154.848568 L60.5778872,154.848568 L60.6231934,154.871672 L60.6462975,154.894325 L60.6916004,154.894325 L60.7142535,154.916978 L60.7595597,154.939628 L60.7822095,154.962281 L60.8279667,154.962281 L60.8506198,154.984931 L59.7373367,158.052555 C59.396638,158.007109 59.1464582,157.961702 58.9647523,157.893539 C58.6465998,157.802686 58.3735398,157.64362 58.1918338,157.416561 C57.9872943,157.211975 57.8739319,156.939249 57.8284219,156.620929 C57.782982,156.302777 57.8280812,155.984959 57.9416841,155.666973 C58.1235571,155.212708 58.3962831,154.894055 58.7824083,154.689635 C59.0379323,154.561827 59.2847719,154.505311 59.5282713,154.508417 L59.5285619,154.508334 Z M76.7822794,154.775628 C76.8929998,154.779844 77.0052801,154.789063 77.1189699,154.803265 L77.1873802,154.803265 L77.2553362,154.825915 L77.3237465,154.825915 L77.4143557,154.848568 L77.4827626,154.848568 L77.550722,154.871221 L77.6191289,154.894325 L77.7097381,154.894325 L77.7781484,154.916978 L77.8687542,154.939628 L77.9598176,154.962281 L78.0277737,154.984931 L78.1188337,155.007584 L78.2098972,155.030692 L78.300503,155.075994 L78.3915664,155.098648 L77.528129,161.642401 C77.0511508,161.687844 76.6189311,161.710501 76.2782323,161.665051 C75.3012287,161.551317 74.5513575,161.142312 74.0289528,160.460915 C73.4838349,159.779183 73.3017949,158.915746 73.4380744,157.847889 C73.5745209,156.780032 74.0065736,155.984735 74.687971,155.439617 C75.3042349,154.962639 76.0073435,154.746529 76.782266,154.775922 L76.7822794,154.775628 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
+ <path d="M0.292893219,0.292893219 C0.683417511,-0.0976310729 1.31658249,-0.0976310729 1.70710678,0.292893219 L1.70710678,0.292893219 L8,6.585 L14.2928932,0.292893219 C14.6834175,-0.0976310729 15.3165825,-0.0976310729 15.7071068,0.292893219 C16.0675907,0.65337718 16.0953203,1.22060824 15.7902954,1.61289944 L15.7071068,1.70710678 L9.415,8 L15.7071068,14.2928932 L15.7902954,14.3871006 C16.0953203,14.7793918 16.0675907,15.3466228 15.7071068,15.7071068 C15.3165825,16.0976311 14.6834175,16.0976311 14.2928932,15.7071068 L14.2928932,15.7071068 L8,9.415 L1.70710678,15.7071068 C1.31658249,16.0976311 0.683417511,16.0976311 0.292893219,15.7071068 C-0.0675907428,15.3466228 -0.0953202783,14.7793918 0.209704612,14.3871006 L0.292893219,14.2928932 L6.585,8 L0.292893219,1.70710678 L0.209704612,1.61289944 C-0.0953202783,1.22060824 -0.0675907428,0.65337718 0.292893219,0.292893219 Z" fill="#242424" fill-rule="nonzero"></path>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#04838A ;}
7
+ </style>
8
+ <path class="st0" d="M23.9,5.9c0-0.6-0.2-1.1-0.6-1.5c-2.5-2.5-5.7-3.8-9.2-3.8S7.2,1.9,4.8,4.4c-0.4,0.4-0.6,1-0.6,1.5
9
+ c0,0.4,0.1,0.8,0.3,1.1c-1.3,1.9-2,4.1-2,6.6v2.9c0,2.1,1.1,4,2.9,5.1c0,1.2,1,2.1,2.2,2.1c1.2,0,2.2-1,2.2-2.2v-6.5
10
+ c0-1.2-1-2.2-2.2-2.2c-1.1,0-2,0.8-2.1,1.8H3.8v-1.1c0-2.1,0.6-4,1.7-5.6C5.8,8.1,6,8.1,6.3,8.1c0.6,0,1.1-0.2,1.5-0.6
11
+ c1.6-1.6,3.8-2.5,6.2-2.5s4.5,0.9,6.2,2.5c0.4,0.4,1,0.6,1.5,0.6c0.3,0,0.5,0,0.7-0.1c1.1,1.6,1.7,3.6,1.7,5.6v1.1h-1.5
12
+ c-0.2-1-1.1-1.8-2.1-1.8c-1.2,0-2.2,1-2.2,2.2v6.5c0,1.2,1,2.2,2.2,2.2c1.2,0,2.1-0.9,2.2-2.1c0.5-0.3,1-0.7,1.4-1.1
13
+ c-0.1,1.2-0.4,2.4-0.9,3.5c-0.1,0.3-0.4,0.4-0.7,0.4h-4.3c-0.3-0.8-1.1-1.5-2-1.5h-1.5c-1.2,0-2.2,1-2.2,2.2s1,2.2,2.2,2.2h1.5
14
+ c0.9,0,1.7-0.6,2-1.5h4.3c0.9,0,1.7-0.5,2-1.3c0.7-1.8,1.1-3.6,1.1-5.5v-5.5c0-2.4-0.8-4.7-2-6.6C23.8,6.7,23.9,6.3,23.9,5.9z
15
+ M8.2,15.1v6.5c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7v-6.5c0-0.4,0.3-0.7,0.7-0.7C7.9,14.4,8.2,14.7,8.2,15.1z M5.3,19.9
16
+ c-0.9-0.8-1.5-2-1.5-3.3v-0.4h1.5V19.9z M16.9,25.2c0,0.4-0.3,0.7-0.7,0.7h-1.5c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7h1.5
17
+ C16.6,24.5,16.9,24.8,16.9,25.2z M19.8,21.6v-6.5c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v6.5c0,0.4-0.3,0.7-0.7,0.7
18
+ S19.8,22,19.8,21.6z M22.7,16.2h1.5v0.4c0,1.3-0.5,2.5-1.5,3.3V16.2z M21.2,6.5c-1.9-1.9-4.5-3-7.2-3s-5.3,1.1-7.2,3
19
+ c-0.3,0.3-0.8,0.3-1,0C5.7,6.3,5.6,6.1,5.6,5.9s0.1-0.4,0.2-0.5C8,3.2,10.9,2,14,2s6,1.2,8.2,3.4l0,0c0.1,0.1,0.2,0.3,0.2,0.5
20
+ s-0.1,0.4-0.2,0.5C21.9,6.7,21.5,6.7,21.2,6.5z"/>
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="8" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="m11.5 1.5-5.182 5-4.818-5" fill-rule="evenodd" />
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="10" height="16" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill-rule="evenodd">
3
+ <path d="M4.875 1.894v8.238M8.436 14.18H1.075M7.098 8.447 4.85 10.694 2.413 8.447" />
4
+ </g>
5
+ </svg>