lato_view 1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (231) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +35 -0
  3. data/app/assets/fonts/lato-bold-webfont.eot +0 -0
  4. data/app/assets/fonts/lato-bold-webfont.svg +4551 -0
  5. data/app/assets/fonts/lato-bold-webfont.ttf +0 -0
  6. data/app/assets/fonts/lato-bold-webfont.woff +0 -0
  7. data/app/assets/fonts/lato-bold-webfont.woff2 +0 -0
  8. data/app/assets/fonts/lato-regular-webfont.eot +0 -0
  9. data/app/assets/fonts/lato-regular-webfont.svg +4241 -0
  10. data/app/assets/fonts/lato-regular-webfont.ttf +0 -0
  11. data/app/assets/fonts/lato-regular-webfont.woff +0 -0
  12. data/app/assets/fonts/lato-regular-webfont.woff2 +0 -0
  13. data/app/assets/images/lato_view/icons/_arrow-down.svg +1 -0
  14. data/app/assets/images/lato_view/icons/_arrow-left.svg +1 -0
  15. data/app/assets/images/lato_view/icons/_arrow-right.svg +1 -0
  16. data/app/assets/images/lato_view/icons/_arrow-up.svg +1 -0
  17. data/app/assets/images/lato_view/icons/_artist.svg +1 -0
  18. data/app/assets/images/lato_view/icons/_artwork.svg +1 -0
  19. data/app/assets/images/lato_view/icons/_attachment.svg +1 -0
  20. data/app/assets/images/lato_view/icons/_calendar.svg +1 -0
  21. data/app/assets/images/lato_view/icons/_clients.svg +1 -0
  22. data/app/assets/images/lato_view/icons/_close.svg +1 -0
  23. data/app/assets/images/lato_view/icons/_download.svg +1 -0
  24. data/app/assets/images/lato_view/icons/_file.svg +1 -0
  25. data/app/assets/images/lato_view/icons/_google-plus.svg +1 -0
  26. data/app/assets/images/lato_view/icons/_home.svg +1 -0
  27. data/app/assets/images/lato_view/icons/_info.svg +1 -0
  28. data/app/assets/images/lato_view/icons/_instagram.svg +1 -0
  29. data/app/assets/images/lato_view/icons/_lato-logo.svg +1 -0
  30. data/app/assets/images/lato_view/icons/_linkedin.svg +1 -0
  31. data/app/assets/images/lato_view/icons/_list.svg +1 -0
  32. data/app/assets/images/lato_view/icons/_magni-glass.svg +1 -0
  33. data/app/assets/images/lato_view/icons/_mail.svg +1 -0
  34. data/app/assets/images/lato_view/icons/_minus.svg +1 -0
  35. data/app/assets/images/lato_view/icons/_modify.svg +1 -0
  36. data/app/assets/images/lato_view/icons/_percentage.svg +1 -0
  37. data/app/assets/images/lato_view/icons/_plus.svg +1 -0
  38. data/app/assets/images/lato_view/icons/_power.svg +1 -0
  39. data/app/assets/images/lato_view/icons/_settings.svg +1 -0
  40. data/app/assets/images/lato_view/icons/_sweet.svg +1 -0
  41. data/app/assets/images/lato_view/icons/_trash.svg +1 -0
  42. data/app/assets/images/lato_view/icons/_twitter.svg +1 -0
  43. data/app/assets/images/lato_view/icons/_upload.svg +1 -0
  44. data/app/assets/images/lato_view/icons/_user.svg +1 -0
  45. data/app/assets/images/lato_view/icons/_users.svg +1 -0
  46. data/app/assets/images/lato_view/icons/_warning.svg +1 -0
  47. data/app/assets/images/lato_view/icons/_web.svg +1 -0
  48. data/app/assets/images/lato_view/vendor/trumbowyg_icons.svg +1 -0
  49. data/app/assets/images/lato_view/work-in-progress/da-scegliere.svg +225 -0
  50. data/app/assets/images/lato_view/work-in-progress/social.svg +76 -0
  51. data/app/assets/javascripts/lato_view/application.js +68 -0
  52. data/app/assets/javascripts/lato_view/build/ActionBar.js +65 -0
  53. data/app/assets/javascripts/lato_view/build/Dropdown.js +33 -0
  54. data/app/assets/javascripts/lato_view/build/Flash.js +23 -0
  55. data/app/assets/javascripts/lato_view/build/FormManager.js +159 -0
  56. data/app/assets/javascripts/lato_view/build/Navigation.js +79 -0
  57. data/app/assets/javascripts/lato_view/build/Util.js +91 -0
  58. data/app/assets/javascripts/lato_view/build/Validator.js +235 -0
  59. data/app/assets/javascripts/lato_view/vendor/dropzone.min.js +2 -0
  60. data/app/assets/javascripts/lato_view/vendor/jquery.email-autocomplete.min.js +9 -0
  61. data/app/assets/javascripts/lato_view/vendor/modernizr.js +3 -0
  62. data/app/assets/javascripts/lato_view/vendor/moment.min.js +7 -0
  63. data/app/assets/javascripts/lato_view/vendor/picker-it_IT.js +1 -0
  64. data/app/assets/javascripts/lato_view/vendor/picker.date.js +5 -0
  65. data/app/assets/javascripts/lato_view/vendor/picker.js +7 -0
  66. data/app/assets/javascripts/lato_view/vendor/picker.time.js +5 -0
  67. data/app/assets/javascripts/lato_view/vendor/trumbowyg.js +1522 -0
  68. data/app/assets/stylesheets/lato_view/application.scss.erb +32 -0
  69. data/app/assets/stylesheets/lato_view/base/_base.scss +53 -0
  70. data/app/assets/stylesheets/lato_view/base/_helpers.scss +491 -0
  71. data/app/assets/stylesheets/lato_view/base/_media.scss +32 -0
  72. data/app/assets/stylesheets/lato_view/base/_reset.scss +424 -0
  73. data/app/assets/stylesheets/lato_view/base/_typography.scss +138 -0
  74. data/app/assets/stylesheets/lato_view/config/_config.scss +143 -0
  75. data/app/assets/stylesheets/lato_view/config/templates/_base-template.scss +158 -0
  76. data/app/assets/stylesheets/lato_view/config/templates/_black-template.scss +158 -0
  77. data/app/assets/stylesheets/lato_view/modules/_action-bar.scss +62 -0
  78. data/app/assets/stylesheets/lato_view/modules/_arranger.scss +10 -0
  79. data/app/assets/stylesheets/lato_view/modules/_button-group.scss +70 -0
  80. data/app/assets/stylesheets/lato_view/modules/_buttons.scss +177 -0
  81. data/app/assets/stylesheets/lato_view/modules/_content-block.scss +33 -0
  82. data/app/assets/stylesheets/lato_view/modules/_datepicker.scss +580 -0
  83. data/app/assets/stylesheets/lato_view/modules/_dropdown.scss +166 -0
  84. data/app/assets/stylesheets/lato_view/modules/_flash.scss +55 -0
  85. data/app/assets/stylesheets/lato_view/modules/_form-controls.scss +83 -0
  86. data/app/assets/stylesheets/lato_view/modules/_form.scss +297 -0
  87. data/app/assets/stylesheets/lato_view/modules/_modules.scss +19 -0
  88. data/app/assets/stylesheets/lato_view/modules/_navbar.scss +262 -0
  89. data/app/assets/stylesheets/lato_view/modules/_pagination.scss +30 -0
  90. data/app/assets/stylesheets/lato_view/modules/_search-bar.scss +44 -0
  91. data/app/assets/stylesheets/lato_view/modules/_select.scss +313 -0
  92. data/app/assets/stylesheets/lato_view/modules/_sidebar.scss +211 -0
  93. data/app/assets/stylesheets/lato_view/modules/_status.scss +39 -0
  94. data/app/assets/stylesheets/lato_view/modules/_table.scss +94 -0
  95. data/app/assets/stylesheets/lato_view/modules/_upload.scss +371 -0
  96. data/app/assets/stylesheets/lato_view/modules/_wyswyg.scss +755 -0
  97. data/app/assets/stylesheets/lato_view/views/_admin.scss +30 -0
  98. data/app/assets/stylesheets/lato_view/views/_grid.scss +448 -0
  99. data/app/assets/stylesheets/lato_view/views/_login.scss +152 -0
  100. data/app/assets/stylesheets/lato_view/views/_print.scss +41 -0
  101. data/app/assets/stylesheets/lato_view/views/_views.scss +48 -0
  102. data/app/concepts/lato_view/actionbar/cell.rb +65 -0
  103. data/app/concepts/lato_view/actionbar/views/show.html.erb +21 -0
  104. data/app/concepts/lato_view/block/cell.rb +52 -0
  105. data/app/concepts/lato_view/buttongroup/cell.rb +50 -0
  106. data/app/concepts/lato_view/buttongroup/views/show.html.erb +7 -0
  107. data/app/concepts/lato_view/dropdown/cell.rb +46 -0
  108. data/app/concepts/lato_view/dropdown/views/show.html.erb +19 -0
  109. data/app/concepts/lato_view/index/cell.rb +112 -0
  110. data/app/concepts/lato_view/index/views/head.html.erb +12 -0
  111. data/app/concepts/lato_view/index/views/rows.html.erb +49 -0
  112. data/app/concepts/lato_view/input/cell.rb +148 -0
  113. data/app/concepts/lato_view/input/views/checkbox.html.erb +8 -0
  114. data/app/concepts/lato_view/input/views/date.html.erb +5 -0
  115. data/app/concepts/lato_view/input/views/editor.html.erb +7 -0
  116. data/app/concepts/lato_view/input/views/email.html.erb +5 -0
  117. data/app/concepts/lato_view/input/views/file.html.erb +17 -0
  118. data/app/concepts/lato_view/input/views/multiple-select.html.erb +12 -0
  119. data/app/concepts/lato_view/input/views/number.html.erb +5 -0
  120. data/app/concepts/lato_view/input/views/password.html.erb +8 -0
  121. data/app/concepts/lato_view/input/views/radio.html.erb +10 -0
  122. data/app/concepts/lato_view/input/views/select.html.erb +12 -0
  123. data/app/concepts/lato_view/input/views/text.html.erb +5 -0
  124. data/app/concepts/lato_view/input/views/textarea.html.erb +5 -0
  125. data/app/concepts/lato_view/input/views/time.html.erb +5 -0
  126. data/app/concepts/lato_view/searchbar/cell.rb +63 -0
  127. data/app/concepts/lato_view/searchbar/views/show.html.erb +6 -0
  128. data/app/concepts/lato_view/table/cell.rb +88 -0
  129. data/app/concepts/lato_view/table/views/head.html.erb +9 -0
  130. data/app/concepts/lato_view/table/views/row.html.erb +7 -0
  131. data/app/concepts/lato_view/table/views/rows.html.erb +5 -0
  132. data/app/controllers/lato_view/assets_controller.rb +18 -0
  133. data/app/controllers/lato_view/develop_controller.rb +18 -0
  134. data/app/helpers/lato_view/application_helper.rb +22 -0
  135. data/app/views/lato_view/develop/home.html.erb +281 -0
  136. data/app/views/lato_view/icons/_arrowdown.svg +1 -0
  137. data/app/views/lato_view/icons/_arrowleft.svg +1 -0
  138. data/app/views/lato_view/icons/_arrowright.svg +1 -0
  139. data/app/views/lato_view/icons/_arrowup.svg +1 -0
  140. data/app/views/lato_view/icons/_artist.svg +1 -0
  141. data/app/views/lato_view/icons/_artwork.svg +1 -0
  142. data/app/views/lato_view/icons/_attachment.svg +1 -0
  143. data/app/views/lato_view/icons/_calendar.svg +1 -0
  144. data/app/views/lato_view/icons/_clients.svg +1 -0
  145. data/app/views/lato_view/icons/_close.svg +1 -0
  146. data/app/views/lato_view/icons/_download.svg +1 -0
  147. data/app/views/lato_view/icons/_file.svg +1 -0
  148. data/app/views/lato_view/icons/_googleplus.svg +1 -0
  149. data/app/views/lato_view/icons/_home.svg +1 -0
  150. data/app/views/lato_view/icons/_info.svg +1 -0
  151. data/app/views/lato_view/icons/_instagram.svg +1 -0
  152. data/app/views/lato_view/icons/_latologo.svg +1 -0
  153. data/app/views/lato_view/icons/_linkedin.svg +1 -0
  154. data/app/views/lato_view/icons/_list.svg +1 -0
  155. data/app/views/lato_view/icons/_magni-glass.svg +1 -0
  156. data/app/views/lato_view/icons/_mail.svg +1 -0
  157. data/app/views/lato_view/icons/_minus.svg +1 -0
  158. data/app/views/lato_view/icons/_modify.svg +1 -0
  159. data/app/views/lato_view/icons/_percentage.svg +1 -0
  160. data/app/views/lato_view/icons/_plus.svg +1 -0
  161. data/app/views/lato_view/icons/_power.svg +1 -0
  162. data/app/views/lato_view/icons/_settings.svg +1 -0
  163. data/app/views/lato_view/icons/_sweet.svg +1 -0
  164. data/app/views/lato_view/icons/_trash.svg +1 -0
  165. data/app/views/lato_view/icons/_twitter.svg +1 -0
  166. data/app/views/lato_view/icons/_upload.svg +1 -0
  167. data/app/views/lato_view/icons/_user.svg +1 -0
  168. data/app/views/lato_view/icons/_users.svg +1 -0
  169. data/app/views/lato_view/icons/_warning.svg +1 -0
  170. data/app/views/lato_view/icons/_web.svg +1 -0
  171. data/app/views/lato_view/layout/_flash.html.erb +5 -0
  172. data/app/views/lato_view/layout/_header.html.erb +31 -0
  173. data/app/views/lato_view/layout/_sidebar.html.erb +28 -0
  174. data/app/views/lato_view/layout/_strings.html.erb +8 -0
  175. data/app/views/layouts/lato_layout.html.erb +81 -0
  176. data/config/example.yml +19 -0
  177. data/config/initializers/assets.rb +5 -0
  178. data/config/initializers/init.rb +5 -0
  179. data/config/initializers/lists.rb +34 -0
  180. data/config/initializers/ram.rb +23 -0
  181. data/config/routes.rb +9 -0
  182. data/lib/lato_view/concepts.rb +19 -0
  183. data/lib/lato_view/engine.rb +23 -0
  184. data/lib/lato_view/interface/assets.rb +90 -0
  185. data/lib/lato_view/interface/images.rb +69 -0
  186. data/lib/lato_view/interface/navigation.rb +17 -0
  187. data/lib/lato_view/interface/themes.rb +37 -0
  188. data/lib/lato_view/interface.rb +19 -0
  189. data/lib/lato_view.rb +20 -0
  190. data/lib/tasks/lato_starter_tasks.rake +11 -0
  191. data/test/controllers/lato_view/api/v1/api_controller_test.rb +9 -0
  192. data/test/controllers/lato_view/application_controller_test.rb +9 -0
  193. data/test/controllers/lato_view/back/back_controller_test.rb +9 -0
  194. data/test/dummy/README.rdoc +28 -0
  195. data/test/dummy/Rakefile +6 -0
  196. data/test/dummy/app/assets/javascripts/application.js +13 -0
  197. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  198. data/test/dummy/app/controllers/application_controller.rb +5 -0
  199. data/test/dummy/app/helpers/application_helper.rb +2 -0
  200. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  201. data/test/dummy/bin/bundle +3 -0
  202. data/test/dummy/bin/rails +4 -0
  203. data/test/dummy/bin/rake +4 -0
  204. data/test/dummy/bin/setup +29 -0
  205. data/test/dummy/config/application.rb +25 -0
  206. data/test/dummy/config/boot.rb +5 -0
  207. data/test/dummy/config/database.yml +25 -0
  208. data/test/dummy/config/environment.rb +5 -0
  209. data/test/dummy/config/environments/development.rb +41 -0
  210. data/test/dummy/config/environments/production.rb +79 -0
  211. data/test/dummy/config/environments/test.rb +42 -0
  212. data/test/dummy/config/initializers/assets.rb +11 -0
  213. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  214. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  215. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  216. data/test/dummy/config/initializers/inflections.rb +16 -0
  217. data/test/dummy/config/initializers/mime_types.rb +4 -0
  218. data/test/dummy/config/initializers/session_store.rb +3 -0
  219. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  220. data/test/dummy/config/locales/en.yml +23 -0
  221. data/test/dummy/config/routes.rb +3 -0
  222. data/test/dummy/config/secrets.yml +22 -0
  223. data/test/dummy/config.ru +4 -0
  224. data/test/dummy/public/404.html +67 -0
  225. data/test/dummy/public/422.html +67 -0
  226. data/test/dummy/public/500.html +66 -0
  227. data/test/dummy/public/favicon.ico +0 -0
  228. data/test/integration/navigation_test.rb +8 -0
  229. data/test/lato_view_test.rb +7 -0
  230. data/test/test_helper.rb +21 -0
  231. metadata +453 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="150" height="200" viewBox="0 0 150 200"><path d="M143.3 130.5l-60.8 60.8c-1.8 1.8-4.3 3.1-6.8 3.1s-4.9-1.2-6.8-3.1L8.3 130.5c-3.7-3.7-3.7-9.8 0-14.1s9.8-3.7 14.1 0l44.2 44.2V18.1c0-5.5 4.3-9.8 9.8-9.8s9.8 4.3 9.8 9.8v142.4l44.2-44.2c3.7-3.7 9.8-3.7 14.1 0 3.1 3.7 3.1 9.9-1.2 14.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="150" viewBox="0 0 200 150"><path d="M194.7 74.2c0 5.8-4.6 9.8-9.8 9.8H39l45 45.6c4 4 4 10.4 0 14.4-1.7 1.7-4 2.9-6.9 2.9-2.3 0-5.2-1.2-6.9-2.9L7.9 81.7c-4-4-4-10.4 0-13.8L70.1 5.6c4-4 10.4-4 14.4 0s4 10.4 0 14.4L39 65h145.3c5.8-.6 10.4 4 10.4 9.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="150" viewBox="0 0 200 150"><path d="M192.5 82.9l-62.3 62.3c-2.2 2.2-4.4 2.8-7.2 2.8s-5-1.1-7.2-2.8c-3.9-3.9-3.9-10.5 0-14.3L161 85.7H15.5c-5.5 0-9.9-4.4-9.9-9.9s4.4-9.9 9.9-9.9H161l-45.2-45.2c-3.9-3.9-3.9-10.5 0-14.3s10.5-3.9 14.3 0l62.3 62.3c3.9 3.7 3.9 10.3.1 14.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="150" height="200" viewBox="0 0 150 200"><path d="M143.1 83.7c-1.8 1.8-4.1 3-7.1 3-2.4 0-4.7-1.2-7.1-3L84.6 39.3v143.1c0 5.3-4.1 10.1-10.1 10.1-5.9 0-10.1-4.1-10.1-10.1V39.3L20.2 83.7c-4.1 4.1-10.1 4.1-14.2 0S1.9 73.6 6 69.5L67.5 8.6c4.1-4.1 10.1-4.1 13.6 0l61.5 60.9c4.1 4.1 4.1 10.6.5 14.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="129" height="129" viewBox="-35 36 129 129"><path d="M19.6 103c15 0 27.1-12.1 27.1-27.1s-12.1-27-27.1-27S-7.6 61-7.6 75.9 4.6 103 19.6 103zm0-47.1c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20zm-47 89.5h94.2c2 0 3.6-1.6 3.6-3.6 0-18.7-15.2-34-34-34H3.1c-18.7 0-34 15.2-34 34 0 2 1.5 3.6 3.5 3.6zm30.5-30.5h33.3c13.6 0 24.9 10.2 26.6 23.3h-86.5c1.7-13 12.9-23.3 26.6-23.3z"/><path d="M74.9 112.3c-1.3-.5-2.5-1.4-3.4-2.5-.7-.8-1.2-1.8-1.6-2.7-1.1.2-2.7 1.1-5.1 3.3l6.9 6.9c2-2.4 2.9-3.9 3.2-5zm-41.4 36.2c2 2 23.6-16.4 34.5-27.4l1.7-1.7-7.1-7.1-1.7 1.7c-11 11-29.4 32.6-27.4 34.5zm44.8-37.4c1.5 0 3.1-.5 4.4-1.6 7.1-5.8.9-13.4 10-17.2-1.3-.9-2.9-1.3-4.5-1.3-5.5 0-12 4.1-14.6 7.3-2.8 3-3 7.3-.5 10.2 1.2 1.7 3.2 2.6 5.2 2.6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M329.54 409.6h20.326c4.72 0 8.533-3.823 8.533-8.533s-3.815-8.533-8.534-8.533H162.133c-4.72 0-8.533 3.823-8.533 8.533s3.814 8.533 8.533 8.533h20.326l-45.03 90.052c-2.11 4.215-.394 9.335 3.822 11.452 1.22.606 2.526.896 3.806.896 3.132 0 6.144-1.724 7.637-4.72l48.845-97.68h45.926v93.867c0 4.71 3.814 8.533 8.533 8.533 4.718 0 8.532-3.823 8.532-8.533V409.6h45.926l48.845 97.68c1.493 2.996 4.506 4.72 7.637 4.72 1.28 0 2.586-.29 3.806-.896 4.215-2.116 5.93-7.236 3.814-11.452L329.54 409.6zM196.267 51.2h119.467c4.72 0 8.533-3.823 8.533-8.533 0-4.71-3.814-8.533-8.533-8.533h-51.2v-25.6C264.534 3.824 260.72 0 256 0c-4.72 0-8.533 3.823-8.533 8.533v25.6h-51.2c-4.72 0-8.533 3.823-8.533 8.533 0 4.71 3.814 8.534 8.533 8.534zM418.133 68.267H93.867c-23.526 0-42.667 19.14-42.667 42.667v179.2c0 4.71 3.814 8.533 8.533 8.533s8.533-3.823 8.533-8.533v-179.2c0-14.114 11.486-25.6 25.6-25.6h324.267c14.114 0 25.6 11.486 25.6 25.6V332.8c0 14.114-11.486 25.6-25.6 25.6H93.867c-12.962 0-23.69-9.677-25.378-22.178 55.747-51.157 157.806-12.928 158.856-12.518 3.584 1.382 7.603.196 9.882-2.85.23-.307 23.672-30.72 78.507-30.72 55.834 0 96.674 31.95 97.084 32.273 3.677 2.935 9.044 2.338 11.98-1.357 2.935-3.678 2.347-9.037-1.33-11.98-1.76-1.4-41.755-32.778-99.2-35.713v-18.415c15.205-3.516 25.6-16.3 25.6-33.075 0-20.02-2.46-85.333-34.134-85.333-32.495 0-34.133 71.083-34.133 85.333 0 16.776 10.394 29.56 25.6 33.075v18.364c-44.69 2.372-69.914 22.895-79.343 32.478-24.124-8.107-118.426-34.765-174.157 20.983-1.604 1.604-2.5 3.772-2.5 6.033 0 23.526 19.14 42.667 42.667 42.667h324.267c23.526 0 42.667-19.14 42.667-42.667V110.933c-.004-23.526-19.144-42.666-42.67-42.666zm-119.466 153.6c0-42.29 9.94-68.267 17.067-68.267 6.972 0 17.067 24.31 17.067 68.267 0 10.522-6.544 17.067-17.066 17.067-10.37 0-17.067-6.7-17.067-17.067z"/><path d="M128 153.6c-4.72 0-8.533 3.823-8.533 8.533 0 4.71 3.814 8.533 8.533 8.533h10.112c.29.836.614 1.647.99 2.44l-7.134 7.134c-3.337 3.337-3.337 8.738 0 12.066 1.664 1.664 3.85 2.5 6.033 2.5 2.186 0 4.37-.836 6.034-2.5l7.134-7.134c.802.375 1.604.69 2.45.99l-.01 10.112c0 4.71 3.814 8.525 8.533 8.533 4.71 0 8.534-3.814 8.534-8.525l.01-10.13c.827-.298 1.637-.613 2.422-.99l7.134 7.143c1.664 1.664 3.857 2.5 6.042 2.5s4.37-.836 6.025-2.492c3.345-3.328 3.345-8.73.017-12.066l-7.15-7.168c.374-.786.69-1.597.99-2.424l10.11.01h.01c4.71 0 8.533-3.815 8.533-8.526 0-4.72-3.814-8.542-8.525-8.542l-10.138-.01c-.3-.835-.614-1.637-.99-2.43l7.142-7.135c3.345-3.328 3.345-8.72.017-12.066-3.337-3.337-8.747-3.328-12.066-.01l-7.16 7.152c-.793-.385-1.595-.7-2.43-.99l.008-10.11c0-4.72-3.814-8.533-8.525-8.542h-.01c-4.71 0-8.532 3.814-8.532 8.533l-.01 10.113c-.835.3-1.637.614-2.43.998l-7.135-7.14c-3.337-3.338-8.738-3.33-12.066-.01-3.337 3.337-3.337 8.738 0 12.066l7.134 7.142c-.374.794-.7 1.604-.99 2.44H128zm34.133 0c4.71 0 8.533 3.83 8.533 8.533 0 4.702-3.823 8.533-8.533 8.533-4.71 0-8.533-3.83-8.533-8.533 0-4.702 3.823-8.533 8.533-8.533z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M184.6 79.4c2.9 2.9 2.9 7.5 0 10.4l-83.4 83.4c-13.9 13.9-29.5 21.4-44.6 21.4-4.1 0-7.5-.6-11.6-1.7-14.5-4.1-26.1-15.1-30.1-30.7-5.2-19.1 1.7-39.4 18.5-56.8l93.2-93.2c15.1-15.1 35.9-10.4 48.1 1.7 16.8 16.8 12.2 35.9.6 47.5l-93.8 93.8c-12.2 12.2-26.6 11.6-33.6 4.1-6.9-7.5-8.1-20.8 4.6-33.6l63.1-63.1c2.9-2.9 7.5-2.9 10.4 0 2.9 2.9 2.9 7.5 0 10.4l-63.7 63.1c-5.2 5.2-6.4 10.4-4.6 12.7 2.3 2.3 7.5 1.2 12.7-4.1l93.8-93.8c9.3-9.3 5.2-20.3-.6-26.6-6.9-6.9-18.5-10.4-27.2-1.7l-92.7 93.2c-13.3 13.3-18.5 28.4-15.1 42.3 2.9 9.8 9.8 17.4 19.7 20.3 12.7 3.5 27.8-2.3 41.7-16.2l83.4-83.4c3.7-2.3 8.3-2.3 11.2.6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><g fill="#010002"><path d="M175.3 30.2h-24.8V19.4c0-3-2.6-5.4-5.7-5.4-3.2 0-5.7 2.4-5.7 5.4v10.7h-34.4V19.4c0-3-2.6-5.4-5.7-5.4-3.2 0-5.7 2.4-5.7 5.4v10.7H58.8V19.4c0-3-2.6-5.4-5.7-5.4s-5.7 2.4-5.7 5.4v10.7H22.5c-8.4 0-15.3 6.4-15.3 14.3v127.1c0 7.9 6.8 14.3 15.3 14.3h152.8c8.4 0 15.3-6.4 15.3-14.3v-127c0-7.9-6.8-14.3-15.3-14.3zm3.8 141.4c0 2-1.7 3.6-3.8 3.6H22.5c-2.1 0-3.8-1.6-3.8-3.6V44.5c0-2 1.7-3.6 3.8-3.6h24.8v10.7c0 3 2.6 5.4 5.7 5.4s5.7-2.4 5.7-5.4V40.9h34.4v10.7c0 3 2.6 5.4 5.7 5.4 3.2 0 5.7-2.4 5.7-5.4V40.9H139v10.7c0 3 2.6 5.4 5.7 5.4 3.2 0 5.7-2.4 5.7-5.4V40.9h24.8c2.1 0 3.8 1.6 3.8 3.6v127.1z"/><path d="M47.3 78.5h22.9v16.1H47.3zM47.3 105.4h22.9v16.1H47.3zM47.3 132.2h22.9v16.1H47.3zM87.4 132.2h22.9v16.1H87.4zM87.4 105.4h22.9v16.1H87.4zM87.4 78.5h22.9v16.1H87.4zM127.6 132.2h22.9v16.1h-22.9zM127.6 105.4h22.9v16.1h-22.9zM127.6 78.5h22.9v16.1h-22.9z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M37.8 141.2V27.1h101.6v34.4c2-.4 4-.6 6-.6 1.1 0 2.1.2 3.1.3V17.7H28.6v132.8H104v-9.4c-27.4.1-61.3.1-66.2.1z"/><path d="M50.7 89h61.9c.6-3.5 1.8-6.8 3.4-9.8H50.7V89zM50.7 48.5h75.6v9.8H50.7zM50.7 119.7h64.2c1.7-1.1 3.5-1.9 5.5-2.5-1.9-2.2-3.4-4.7-4.7-7.3h-65v9.8zM145.4 120.7c13.8 0 24.9-11.4 24.9-25.6 0-14.1-11.1-25.6-24.9-25.6-13.7 0-24.8 11.4-24.8 25.6-.1 14.1 11 25.6 24.8 25.6zM165.3 124.8h-39.9c-7.1 0-13 6.7-13 15V181c0 .5.2.9.2 1.3H178c0-.5.2-.9.2-1.3v-41.1c.1-8.3-5.8-15.1-12.9-15.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><style>.st0{fill:none;stroke:#000;stroke-width:4;stroke-miterlimit:10}</style><g id="XMLID_16_"><path id="XMLID_18_" class="st0" d="M7.4 192.8L192.7 7.5"/><path id="XMLID_17_" class="st0" d="M192.7 192.8L7.4 7.5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M186.3 124.7v56.1c0 5.6-4.6 10.1-10.1 10.1H19.4c-5.6 0-10.1-4.6-10.1-10.1v-56.1c0-5.6 4.6-10.1 10.1-10.1s10.1 4.6 10.1 10.1v46h136.1v-46c0-5.6 4.6-10.1 10.1-10.1s10.6 4.5 10.6 10.1zm-96.1 13.1c2 2 4.6 3 7.6 3s5.6-1 7.6-3l41-42c4-4 4-10.6 0-14.7-4-4-10.6-4-14.7 0l-23.3 24.3V15.9c0-5.6-4.6-10.1-10.1-10.1s-10.1 4.6-10.1 10.1v89.5L64.9 81.7c-4-4-10.6-4-14.7 0-4 4-4 10.6 0 14.7l40 41.4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="150" height="200" viewBox="0 0 150 200"><path d="M141.8 54.7L95.5 8c-1.8-1.8-3.7-2.3-6-2.3H10.4c-4.6 0-8.2 3.7-8.2 8.2V181c0 4.6 3.7 8.2 8.2 8.2h125.4c4.6 0 8.2-3.7 8.2-8.2V60.6c0-2.2-.4-4.5-2.2-5.9zm-14.2 9.6H85.9V22.7h.5l41.2 41.6zm-109 108.5V22.2H69v49.9c0 4.6 3.7 8.7 8.2 8.7h50.3v92H18.6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="124.2" height="78.7" viewBox="0 0 124.2 78.7"><style>.st0{fill:#f24033}</style><g id="Google_x2B__1_"><path id="XMLID_2_" class="st0" d="M41.6 30.9v14.8h20.1c-3.2 9.6-8.1 14.8-20.1 14.8-12.2 0-21.8-9.9-21.8-22.1s9.6-22.1 21.8-22.1c6.4 0 10.8 2.3 14.5 5.5 3.2-3.2 2.9-3.5 10.5-10.8-6.7-6.1-15.4-9.6-25-9.6-20.7.1-37.2 16.7-37.2 37.3 0 20.6 16.6 37.2 37.2 37.2 30.8 0 38.4-26.7 35.8-44.8l-35.8-.2z"/><path id="XMLID_1_" class="st0" d="M108.7 31.8V18.7h-9v13.1H86.3v9h13.4v13.3h9V40.8h13.1v-9z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="79.536" height="79.537" viewBox="0 0 79.536 79.537"><path fill="#010002" d="M9.942 74.565h24.853V54.68h9.944v19.885h24.855V44.74h9.94L39.77 4.97 0 44.74h9.942"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="130" viewBox="0 0 50 130"><path d="M15.9 125.7c-1.8 0-3.6-.7-4.7-1.8-2.2-1.8-3.2-4.7-2.5-7.5l10.8-54.6-5.8 3.2c-3.6 1.8-8.3.7-10.4-2.9-1.8-3.6-.7-8.3 2.9-10.4l20.5-11.5c2.5-1.4 5.7-1.4 8.3.4 2.5 1.8 3.6 4.7 3.2 7.5L27 104.8l9.3-4c4-1.8 8.3 0 10.1 4 1.8 4 0 8.3-4 10.1l-22.6 9.7c-1.8.7-2.8 1.1-3.9 1.1zM37.4 21.1c1.8-1.8 3.2-4.7 3.2-7.5 0-2.9-1.1-5.7-3.2-7.5-1.8-1.8-4.7-3.2-7.5-3.2s-5.7 1-7.5 3.1c-1.8 1.8-3.2 4.7-3.2 7.5 0 2.9 1.1 5.7 3.2 7.5 1.8 1.8 4.7 3.2 7.5 3.2 2.9.2 5.7-.9 7.5-3.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300"><style>.st0{fill:#2a5b83}</style><path id="Instagram_4_" class="st0" d="M194.2 105.7h-75.8c-6.5 0-12 5.2-12 11.7v76.1c0 6.5 5.4 11.7 12 11.7h75.8c6.5 0 12-5.2 12-11.7v-76.1c-.4-6.2-5.5-11.7-12-11.7zm-16.4 15.8c0-1.6 1.4-3 3-3h9.2c1.6 0 3 1.4 3 3v9.2c0 1.6-1.4 3-3 3h-9.2c-1.6 0-3-1.4-3-3v-9.2zm-21.7 15.2c10.6 0 19.3 8.4 19.3 19s-8.7 19-19.3 19c-10.6 0-19-8.4-19-19s8.4-19 19-19zm40.5 56.3c0 1.6-1.4 3-3 3h-74.8c-1.6 0-3-1.4-3-3v-46.8h12.5c-1.6 2.4-2.2 6.8-2.2 9.5 0 16.6 13.6 30.2 30.4 30.2s30.4-13.6 30.4-30.2c0-2.7-.3-7.1-2.4-9.5H197V193h-.4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="426.057" height="121.17" viewBox="0 0 426.057 121.17"><path d="M363.017 121.17c-16.745-.48-31.605-5.543-44.033-16.954-7.002-6.43-12.097-14.223-15.304-23.128-3.182-8.833-4.14-18.003-3.257-27.386 1.404-14.924 7.712-27.386 18.7-37.467 7.72-7.083 16.818-11.537 26.992-14.128 8.533-2.173 17.19-2.633 25.728-1.532 18.134 2.34 33.28 10.37 43.914 25.733 4.432 6.404 7.385 13.42 8.97 21.128 1.517 7.37 1.772 14.773.58 22.036-3.05 18.598-12.64 33.075-28.995 42.718-6.177 3.643-10.21 4.953-15.43 6.54-4.045.68-9.735 2.233-17.865 2.44zm-.032-26.745c18.99.032 33.263-15.17 33.278-34.554.015-19.124-14.038-33.328-33.07-33.42-18.983-.094-33.322 13.886-33.394 33.36-.072 19.14 13.917 34.534 33.185 34.615zM205.103 118.55c-1.284.116-2.09.252-2.897.254-7.912.018-15.825-.05-23.735.06-1.994.027-3.076-.695-3.59-2.525-1.47-5.223-2.927-10.45-4.443-15.66-.615-2.113-1.37-4.186-2.09-6.362-11.565 0-22.968-.036-34.37.083-.736.01-1.876 1.075-2.12 1.866-1.57 5.113-2.95 10.285-4.385 15.44-.42 1.507-.845 3.014-1.224 4.533-.493 1.974-1.634 2.665-3.738 2.63-7.827-.13-15.657-.046-23.485-.066-2.722-.007-3.206-.793-2.325-3.35 2.995-8.698 5.93-17.416 8.928-26.11 3.5-10.147 7.074-20.268 10.56-30.42 2.482-7.232 4.85-14.504 7.31-21.745 2.557-7.53 5.175-15.037 7.737-22.564 1.138-3.345 2.264-6.696 3.273-10.08.463-1.555 1.154-2.366 2.925-2.352 8.744.067 17.49.058 26.234.01 1.718-.01 2.41.708 2.932 2.323 2.087 6.472 4.383 12.878 6.556 19.323 2.496 7.402 4.906 14.833 7.425 22.227 2.486 7.292 5.095 14.542 7.59 21.83 2.473 7.233 4.855 14.497 7.307 21.737 2.554 7.542 5.158 15.067 7.71 22.61.652 1.93 1.188 3.9 1.916 6.305zm-43.57-47.376l-10.96-40.408-11.127 40.408h22.086zm35.883-40.744c0-9.17-.03-17.905.07-26.638.006-.53.972-1.125 1.59-1.543.287-.194.812-.034 1.228-.034 31.153 0 62.306.03 93.46-.06 2.528-.006 3.34.672 3.296 3.193-.13 7.327-.113 14.66 0 21.988.034 2.32-.587 3.185-3.08 3.15-9.91-.14-19.824.02-29.734-.115-2.285-.03-2.77.713-2.765 2.834.06 27.405.04 54.81.04 82.214 0 3.387-.006 3.397-3.436 3.398-7.497.004-14.994-.052-22.49.024-2.234.022-3.016-.717-3.01-3.05.072-27.238.044-54.476.04-81.714 0-3.644-.004-3.645-3.652-3.645h-27.988c-1.065-.002-2.13-.002-3.568-.002zM28.624 2.216v86.797c0 3.298.005 3.306 3.207 3.306 18.16.002 36.32.053 54.477-.058 2.56-.016 3.226.692 3.158 3.217-.18 6.74-.136 13.493 0 20.238.044 2.265-.66 3.128-2.952 3.125-27.905-.04-55.81-.048-83.714.022-2.792.007-2.802-1.552-2.8-3.546.025-21.742.018-43.482.02-65.223C.02 35.27.016 20.442.024 5.615c.002-3.416.02-3.412 3.482-3.41 7.33.006 14.66.007 21.99.01h3.128z"/><path d="M362.916 42.035c10.935-.13 18.546 8.866 18.623 18.365.086 10.77-8.65 18.914-18.703 18.9-9.8-.01-18.555-8.134-18.587-18.747-.028-9.283 7.92-18.88 18.666-18.518z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300"><style>.st0{fill:#187fb8}</style><g id="LinkedIn_4_"><path id="XMLID_3_" class="st0" d="M87 125.6h24.6v78H87z"/><path id="XMLID_2_" class="st0" d="M178.6 124.9c-14 0-22.9 7.5-24.6 13v-12.3h-27.7c.3 6.5 0 78 0 78H154v-42.1c0-2.4 0-4.8.7-6.5 2.1-4.8 5.8-9.6 13.3-9.6 9.6 0 14 7.2 14 17.8v40.4h28v-43.4c-.2-24-13.9-35.3-31.4-35.3z"/><path id="XMLID_1_" class="st0" d="M98.6 89c-9.2 0-15 5.8-15 13.7 0 7.5 5.8 13.3 14.7 13.3h.3c9.2 0 15-5.8 15-13.7-.3-7.5-5.8-13.3-15-13.3z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><g fill="#1D1D1B"><path d="M47.6 32.2h138.7c3.4 0 6.2-2.8 6.2-6.2 0-3.4-2.8-6.2-6.2-6.2H47.6c-3.4 0-6.2 2.8-6.2 6.2 0 3.4 2.8 6.2 6.2 6.2zM186.2 92.1H47.6c-3.4 0-6.2 2.8-6.2 6.2s2.8 6.2 6.2 6.2h138.7c3.4 0 6.2-2.8 6.2-6.2s-2.8-6.2-6.3-6.2zM186.2 164.5H47.6c-3.4 0-6.2 2.8-6.2 6.2 0 3.4 2.8 6.2 6.2 6.2h138.7c3.4 0 6.2-2.8 6.2-6.2-.1-3.5-2.8-6.2-6.3-6.2zM15.9 39c7.3 0 13.2-5.9 13.2-13.2 0-7.3-5.9-13.2-13.2-13.2-7.3 0-13.2 5.9-13.2 13.2C2.6 33 8.5 39 15.9 39zM15.9 111.1c7.3 0 13.2-5.9 13.2-13.2 0-7.3-5.9-13.2-13.2-13.2-7.3 0-13.2 5.9-13.2 13.2-.1 7.3 5.8 13.2 13.2 13.2zM15.9 157.4c-7.3 0-13.2 5.9-13.2 13.2 0 7.3 5.9 13.2 13.2 13.2 7.3 0 13.2-5.9 13.2-13.2 0-7.3-6-13.2-13.2-13.2z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M495 466.2L377.2 348.4c29.2-35.6 46.8-81.2 46.8-130.9C424 103.5 331.5 11 217.5 11 103.4 11 11 103.5 11 217.5S103.4 424 217.5 424c49.7 0 95.2-17.5 130.8-46.7L466.1 495c8 8 20.9 8 28.9 0 8-7.9 8-20.9 0-28.8zm-277.5-83.3C126.2 382.9 52 308.7 52 217.5S126.2 52 217.5 52C308.7 52 383 126.3 383 217.5s-74.3 165.4-165.5 165.4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="150" viewBox="0 0 200 150"><path d="M187.7 15.5H10.2c-3.2 0-5.9 2.7-5.9 5.9v106.2c0 3.2 2.7 5.9 5.9 5.9h177.6c3.2 0 5.9-2.7 5.9-5.9V21.4c-.1-3.2-2.8-5.9-6-5.9zm-18.8 11.8L99.2 70.7 29.5 27.3h139.4zM16.1 122.2v-89l82.6 51.5 82.6-51.5v89.1H16.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="200" height="3" viewBox="0 0 200 3"><style>.st0{fill:none;stroke:#000;stroke-width:2;stroke-miterlimit:10}</style><path id="XMLID_12_" class="st0" d="M196.4 1.5H3.6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M179.8 22.1L165.5 7.3c-1.4-1.4-2.8-1.8-4.6-1.8-1.8 0-3.2.5-4.1 1.8L72.5 93c-.5.5-.9 1.4-1.4 1.8l-9.7 24c-.9 2.3-.5 5.1 1.4 6.4 1.4 1.4 2.8 1.8 4.1 1.8.9 0 1.4 0 2.3-.5l24-9.7c.9-.5 1.4-.9 1.8-1.4l84.3-85.7c3.3-1.6 3.3-5.3.5-7.6zm-92.1 84.7l-9.7 3.7 3.7-9.7 79.2-80.6 6 6-79.2 80.6zm61.7-7.3V181c0 4.6-4.1 8.3-8.3 8.3H26.4c-4.6 0-8.3-3.7-8.3-8.3V27.1c0-4.6 3.7-7.8 8.3-7.8h83.8c4.6 0 8.3 3.7 8.3 8.3s-3.7 8.3-8.3 8.3h-76v137.3h99V99.9c0-4.6 3.7-8.3 8.3-8.3s7.9 3.2 7.9 7.9z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="394.4" height="394.4" viewBox="0 0 394.4 394.4"><path d="M37.4 377.4c-5.223 0-10.438-1.992-14.423-5.977-7.97-7.963-7.97-20.883 0-28.846l319.6-319.6c7.97-7.97 20.876-7.97 28.846 0 7.97 7.96 7.97 20.88 0 28.844l-319.6 319.602c-3.985 3.986-9.2 5.978-14.423 5.978zm357-78.2c0-52.497-42.704-95.2-95.2-95.2S204 246.703 204 299.2s42.704 95.2 95.2 95.2 95.2-42.705 95.2-95.2zm-40.8 0c0 29.995-24.404 54.4-54.4 54.4s-54.4-24.405-54.4-54.4c0-29.995 24.406-54.4 54.4-54.4s54.4 24.405 54.4 54.4zm-163.2-204C190.4 42.704 147.696 0 95.2 0S0 42.704 0 95.2s42.704 95.2 95.2 95.2 95.2-42.704 95.2-95.2zm-40.8 0c0 29.995-24.405 54.4-54.4 54.4s-54.4-24.405-54.4-54.4 24.405-54.4 54.4-54.4 54.4 24.406 54.4 54.4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><style>.st0{fill:none;stroke:#000;stroke-width:4;stroke-miterlimit:10}</style><g id="XMLID_13_"><path id="XMLID_15_" class="st0" d="M99.6 191.6V8.3"/><path id="XMLID_14_" class="st0" d="M191.7 101.1H7.6"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M99.7 102.3c-5.2 0-9.3-4.1-9.3-9.3V13c0-5.2 4.1-9.3 9.3-9.3 5.2 0 9.3 4.1 9.3 9.3v80c0 5.2-4.1 9.3-9.3 9.3zm87.7 3.1c0-33.5-18.6-64-49-78.9-4.6-2.1-10.3-.5-12.4 4.1-2.1 4.6-.5 10.3 4.1 12.4 23.7 11.9 38.7 36.1 38.7 62.4 0 38.7-31.5 69.7-69.7 69.7s-69.7-31.5-69.7-69.7c0-26.8 15-50.6 38.7-62.9 4.6-2.1 6.7-7.7 4.1-12.4-2.1-4.6-7.7-6.7-12.4-4.1-29.9 15.5-49 45.4-49 79.5 0 49 39.2 88.2 87.7 88.2 49.7 0 88.9-39.2 88.9-88.3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M98.3 139.9c-22.5 0-40.5-18-40.5-40.5s18-40.5 40.5-40.5 40.5 18 40.5 40.5c.5 22-18 40.5-40.5 40.5zm0-66.6c-13.9 0-25.6 11.7-25.6 25.6s11.7 25.6 25.6 25.6S124 112.9 124 98.9c0-13.9-11.3-25.6-25.7-25.6zm0 122.8h-.9c-7.2 0-13.5-.9-13.9-.9-3.1-.4-5.8-3.1-6.7-6.3l-2.2-15.3c-4.5-1.3-9-3.1-13.5-5.8l-11.7 9c-2.7 2.2-6.3 1.8-9 0 0 0-5.4-4-10.3-9.4l-.9-.9c-5.4-5.4-9-10.3-9.4-10.3-2.2-2.7-2.2-6.3 0-9l9.4-12.1c-2.2-4-4-9-5.4-13.5L9 119.4c-3.1-.4-5.8-3.1-6.3-6.7 0 0-.9-6.7-.9-13.9v-.9c0-7.2.9-13.5.9-13.9.4-3.1 3.1-5.8 6.3-6.7l15.3-2.2c1.3-4.5 3.1-9 5.8-13.5l-9-11.7c-2.2-2.7-1.8-6.3 0-9 0 0 4-5.4 9.4-10.3l.9-.9c5.4-5.4 10.3-9 10.3-9.4 2.7-2.2 6.3-2.2 9 0l12.1 9.4c4-2.2 9-4 13.5-5.4L78.5 9c.4-3.1 3.1-5.8 6.7-6.3 0 0 6.7-.9 13.9-.9h.9c7.2 0 13.5.9 13.9.9 3.1.4 5.8 3.1 6.7 6.3l2.2 15.3c4.5 1.3 9 3.1 13.5 5.8l11.7-9c2.7-2.2 6.3-1.8 9 0 0 0 5.4 4 10.3 9.4l.9.9c5.4 5.4 9 10.3 9.4 10.3 2.2 2.7 2.2 6.3 0 9l-9 12.1c2.2 4 4 9 5.4 13.5l14.8 2.2c3.1.4 5.8 3.1 6.3 6.7 0 0 .9 6.7.9 13.9v.9c0 7.2-.9 13.5-.9 13.9-.4 3.1-3.1 5.8-6.3 6.7l-15.3 2.2c-1.3 4.5-3.1 9-5.8 13.5l9 12.1c2.2 2.7 1.8 6.3 0 9 0 0-4 5.4-9.4 10.3l-.9.9c-5.4 5.4-10.3 9-10.3 9.4-2.7 2.2-6.3 2.2-9 0l-12.1-9.4c-4 2.2-9 4-13.5 5.4l-2.2 14.8c-.4 3.1-3.1 5.8-6.7 6.3-.3.1-6.6 1-14.3 1zm-7.6-15.3H105l1.8-13.9c.4-3.1 2.7-5.4 5.8-6.3 6.7-1.3 13-4 18.4-7.6 1.8-.9 3.6-1.3 5.8-.9.9 0 2.2.9 3.1 1.3l11.2 8.5c1.3-1.3 3.1-2.7 4.9-4.5l.9-.9c1.8-1.8 3.1-3.1 4.5-4.9l-8.5-11.2c-1.8-2.7-1.8-5.8-.4-8.5 3.6-5.4 6.3-11.7 7.6-18 .4-3.1 3.1-5.8 6.3-6.3l13.9-1.8V91.3l-13.9-1.8c-3.1-.4-5.4-2.7-6.3-5.8-1.3-6.7-4-12.6-7.2-18.4-.4-.4-.4-.9-.9-1.8-.9-2.2-.4-4.9.9-6.7l8.5-11.2c-1.3-1.3-2.7-3.1-4.5-4.9l-.9-.9c-1.8-1.8-3.1-3.1-4.9-4.5l-11.2 8.5c-2.7 1.8-6.3 1.8-9 0-5.4-3.1-11.7-5.8-18-7.6-3.1-.4-5.4-3.1-5.8-6.3L105.3 16H91l-1.8 14.4c-.4 3.1-3.1 5.8-6.3 6.3-6.3 1.3-12.6 4-18 7.2-1.8.9-3.6 1.3-5.8.9-.9 0-2.2-.9-3.1-1.3L45.2 35c-1.3 1.3-3.1 2.7-4.9 4.5l-.9.5c-1.8 1.8-3.1 3.1-4.5 4.9l8.5 11.2c1.8 2.7 1.8 5.8.4 8.5 0 0 0 .4-.4.4-3.1 5.4-5.8 11.7-7.2 18-.4 3.1-3.1 5.4-6.3 5.8l-13.9 2v14.3l14 1.9c3.1.4 5.8 3.1 6.3 6.3 1.3 6.3 4 12.1 7.2 17.5.9 1.8 1.3 4 .4 6.3 0 .9-.9 1.8-1.3 2.7l-8.1 10.8c1.3 1.3 2.7 3.1 4.5 4.9l.9.9c1.8 1.8 3.1 3.1 4.9 4.5l11.2-8.5c2.7-2.2 6.7-1.8 9.4 0 5.4 3.1 11.2 5.8 17.5 7.2 3.1.4 5.4 3.1 5.8 6.3l2 14.9z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M102 79.7c.4 1.6 1.8 2.6 3.4 2.6.3 0 .6 0 .9-.1l15-4.1c1.9-.5 3-2.4 2.5-4.3s-2.4-3-4.3-2.5l-15 4.1c-1.9.5-3 2.4-2.5 4.3zM47.4 98.5l10.4 3.5c.4.1.7.2 1.1.2 1.5 0 2.8-.9 3.3-2.4.6-1.8-.4-3.8-2.2-4.4l-10.4-3.5c-1.8-.6-3.8.4-4.4 2.2-.6 1.8.3 3.8 2.2 4.4zM85.2 92.3h.2c1.8 0 3.4-1.4 3.5-3.3l.3-4.9c.1-1.9-1.3-3.6-3.3-3.7-2-.1-3.6 1.4-3.7 3.3l-.2 5c-.1 1.9 1.3 3.5 3.2 3.6zM147 107.3c.7.7 1.6 1 2.5 1 .9 0 1.8-.3 2.5-1 1.4-1.4 1.4-3.6 0-4.9l-3.5-3.5c-1.4-1.4-3.6-1.4-4.9 0s-1.4 3.6 0 4.9l3.4 3.5zM115.3 98.9c-1.4-1.4-3.6-1.4-4.9 0s-1.4 3.6 0 4.9l3.5 3.5c.7.7 1.6 1 2.5 1s1.8-.3 2.5-1c1.4-1.4 1.4-3.6 0-4.9l-3.6-3.5zM103.6 45.4c.4 1.6 1.8 2.6 3.4 2.6.3 0 .6 0 .8-.1 1.9-.5 3-2.4 2.5-4.2l-3.5-13.9c-.5-1.9-2.4-3-4.2-2.5-1.9.5-3 2.4-2.5 4.2l3.5 13.9zM87.8 66.3c.7.7 1.6 1 2.5 1 .9 0 1.8-.3 2.5-1 1.4-1.4 1.4-3.6 0-4.9l-3.5-3.5c-1.4-1.4-3.6-1.4-4.9 0-1.4 1.4-1.4 3.6 0 4.9l3.4 3.5z"/><path d="M190.2 120c-2.8-2.8-6-4.8-9.5-6.1 0-.7.1-1.4.1-2 0-15.8-10.4-29.2-25.2-33.4.6-2.1.8-4.4.8-6.6 0-14-11.1-25.5-25.1-26.1.3-1.6.4-3.3.4-4.9 0-17.2-12.2-31.3-27.3-31.3h-4c-15 0-27.3 14-27.3 31.3 0 1.6.1 3.3.4 4.9-14 .5-25.2 12-25.2 26.1 0 2 .2 3.9.7 5.8-16.3 3-28.5 17.2-28.5 34.2 0 .7 0 1.3.1 2-3.5 1.4-6.7 3.4-9.5 6.1l-1.9 1.8 33.4 61.4c2.1 5.2 7.2 8.7 12.9 8.7h90.2c5.6 0 10.8-3.5 12.9-8.7l33.4-61.4-1.8-1.8zm-162.6-8v-.2c0-14.8 11.6-27 26.3-27.8 1.1-.1 2.2-.7 2.8-1.6.6-1 .7-2.2.3-3.2-1-2.4-1.5-4.9-1.5-7.4 0-10.6 8.6-19.2 19.2-19.2.4 0 1.3 0 3.1.4 1.2.2 2.5-.3 3.3-1.2.8-1 1-2.3.6-3.4-.9-2.5-1.4-5-1.4-7.6 0-13.4 9.1-24.3 20.3-24.3h4c11.2 0 20.3 10.9 20.3 24.3 0 2.6-.5 5.1-1.4 7.6-.4 1.2-.2 2.5.6 3.4.8 1 2.1 1.4 3.3 1.2 1.6-.3 2.5-.4 2.9-.4 10.6 0 19.2 8.6 19.2 19.2 0 2.7-.6 5.3-1.6 7.7-.4 1-.4 2.1.1 3.1.5.9 1.4 1.6 2.5 1.8 13.6 2.2 23.4 13.7 23.4 27.5v.2c-.3 0-.6 0-.9-.1-.5 0-1-.1-1.4-.1h-2.7c-.3 0-.7 0-1 .1-.6.1-1.2.1-1.7.2-.3 0-.6.1-.9.1-.6.1-1.3.3-1.9.4-.2.1-.5.1-.7.2-.7.2-1.3.4-2 .6-.2.1-.4.1-.6.2-.7.3-1.4.6-2 .9-.1.1-.3.1-.4.2l-2.1 1.2c-.1.1-.2.1-.3.2-.8.5-1.5 1-2.3 1.6-.7-.5-1.4-.9-2.1-1.4-9.9-6.5-23.1-6.1-32.6 1.4-10.1-8-24.5-8-34.7 0-10.2-8-24.8-8-35 0-1.2-.9-2.5-1.7-3.8-2.5-.1 0-.2-.1-.3-.2-1.3-.7-2.6-1.2-3.9-1.7-.2-.1-.3-.1-.5-.2-1.3-.4-2.6-.8-4-1-.2 0-.5-.1-.7-.1-1.3-.2-2.6-.3-4-.3h-1c-.7 0-1.5.1-2.2.1-.2.1-.4.1-.6.1zm124.8 68.1l-.2.4c-1 2.7-3.6 4.4-6.5 4.4H55.6c-2.8 0-5.4-1.8-6.5-4.4L18 123.2c3.1-2.4 6.7-3.8 10.4-4.2.3 0 .5 0 .8-.1.9-.1 1.8-.1 2.6-.1.4 0 .7 0 1.1.1.9.1 1.7.2 2.5.4.3.1.6.1.9.2 1.1.3 2.1.6 3.1 1 .3.1.6.3.9.4.8.4 1.5.8 2.2 1.2l.9.6c.9.7 1.8 1.4 2.7 2.2l2.4 2.4 2.4-2.4c.5-.5 1.1-.9 1.6-1.3 8.4-6.8 20.7-6.4 28.5 1.3l2.5 2.4 2.4-2.4c4-4 9.2-6 14.4-6.1h.5c.2 0 .4 0 .5.1 3.9.1 7.7 1.2 11 3.4 1.2.8 2.3 1.7 3.3 2.7l2.5 2.4 2.5-2.4c1-1 2.1-1.9 3.3-2.7 8.2-5.4 19.3-4.5 26.4 2.7l2.5 2.4 2.5-2.4c.8-.8 1.8-1.6 2.7-2.2l.9-.6c.7-.5 1.5-.9 2.2-1.2.3-.1.6-.3.9-.4 1-.4 2-.8 3.1-1 .3-.1.6-.1.9-.2.8-.2 1.6-.3 2.5-.4.4 0 .7-.1 1.1-.1.9 0 1.7 0 2.6.1.3 0 .5 0 .8.1 3.7.5 7.2 1.9 10.3 4.2l-30.9 56.8z"/><path d="M55.3 135.3c-.5-1.9-2.4-3-4.3-2.4-1.9.5-2.9 2.4-2.4 4.3L59 175.4c.4 1.5 1.8 2.6 3.4 2.6.3 0 .6 0 .9-.1 1.9-.5 2.9-2.4 2.4-4.3l-10.4-38.3zM150.4 132.8c-1.9-.5-3.8.6-4.3 2.4l-10.4 38.3c-.5 1.9.6 3.8 2.4 4.3.3.1.6.1.9.1 1.5 0 2.9-1 3.4-2.6l10.4-38.3c.5-1.8-.6-3.7-2.4-4.2zM118.4 132.7c-1.9-.2-3.6 1.2-3.8 3.2l-3.5 38.3c-.2 1.9 1.2 3.6 3.2 3.8h.3c1.8 0 3.3-1.4 3.5-3.2l3.5-38.3c.1-1.9-1.3-3.6-3.2-3.8zM83 132.7c-1.9.2-3.3 1.9-3.2 3.8l3.5 38.3c.2 1.8 1.7 3.2 3.5 3.2h.3c1.9-.2 3.3-1.9 3.2-3.8l-3.5-38.3c-.2-1.9-1.9-3.3-3.8-3.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M164.7 66.4l-6.5 117.4c0 4.3-3.8 7.5-8.1 7.5H47.3c-4.3 0-8.1-3.2-8.1-7.5L32.8 66.4c0-4.3 3.2-8.1 7.5-8.6 4.3 0 8.1 3.2 8.6 7.5l5.9 109.3H142l6-109.3c0-4.3 4.3-8.1 8.6-7.5 4.8.5 8.1 4.3 8.1 8.6zm21.5-26.9c0 4.3-3.8 8.1-8.1 8.1H19.8c-4.3 0-8.1-3.8-8.1-8.1s3.8-8.1 8.1-8.1h44.7V13.1c0-3.8 2.7-5.9 6.5-5.9h56c3.8 0 6.5 2.2 6.5 5.9v18.3h44.7c4.2 0 8 3.8 8 8.1zM78.5 31.4h40.4V21.2H78.5v10.2zm3.3 131.9c4.3 0 7-3.8 7-7.5L86.6 68c0-3.8-3.2-7-7.5-7-3.8 0-7 3.2-7 7.5l2.2 87.8c.5 3.2 3.7 7 7.5 7zm33.9 0c3.8 0 7-3.2 7-7l2.2-87.8c0-3.8-3.2-7.5-7-7.5-4.3 0-7 3.2-7.5 7l-2.2 87.8c-.1 3.7 3.2 7.5 7.5 7.5-.6 0-.6 0 0 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300"><style>.st0{fill:#24a9e6}</style><path id="Twitter_4_" class="st0" d="M195.5 108.7c-3.9 2.4-8.1 4.2-12.9 5-3.7-3.9-8.9-6.6-14.7-6.6-11 0-20.2 9.2-20.2 20.7 0 1.6.3 3.2.5 4.7-16.8-.8-31.5-9.2-41.5-21.5-1.8 3.2-2.6 6.6-2.6 10.5 0 7.1 3.7 13.4 8.9 17.3-3.4 0-6.3-1.1-9.2-2.6v.3c0 10 6.8 18.4 16.3 20.2-1.6.5-3.4.8-5.3.8-1.3 0-2.6 0-3.7-.3 2.6 8.1 10 14.2 18.9 14.4-6.8 5.5-15.5 8.9-24.9 8.9-1.6 0-3.2 0-4.7-.3 8.9 5.8 19.4 9.2 31 9.2 37 0 57.5-31.5 57.5-58.8V128c3.9-2.9 7.4-6.6 10-10.8-3.7 1.6-7.6 2.9-11.6 3.2 3.5-2.8 6.6-6.7 8.2-11.7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M189.9 126.9v57.6c0 6-4.5 10.5-10.5 10.5H19.2c-6 0-10.5-4.5-10.5-10.5v-57.6c0-6 4.5-10.5 10.5-10.5s10.5 4.5 10.5 10.5v46.5h139.1v-46.5c0-6 4.5-10.5 10.5-10.5s10.6 4.5 10.6 10.5zm-125.2-61l24-24.5v91.1c0 6 4.5 10.5 10.5 10.5s10.5-4.5 10.5-10.5V41.3l24 24.5c2 2 5 3 7.5 3s5.5-1 7.5-3c4-4 4-10.5 0-15l-42-43c-2-2-5-3-7.5-3s-5.5 1-7.5 3l-42 43c-4 4-4 10.5 0 15 4.5 4.6 11 4.1 15 .1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="129" height="129" viewBox="-415 216 129 129"><path d="M-350.7 287.6c18 0 32.6-14.6 32.6-32.6s-14.6-32.5-32.6-32.5-32.6 14.6-32.6 32.5 14.6 32.6 32.6 32.6zm0-56.6c13.2 0 24 10.8 24 24s-10.8 24-24 24-24-10.8-24-24 10.8-24 24-24zm-56.4 107.5h113.2c2.4 0 4.3-1.9 4.3-4.3 0-22.5-18.3-40.9-40.9-40.9h-40c-22.5 0-40.9 18.3-40.9 40.9 0 2.4 1.9 4.3 4.3 4.3zm36.6-36.6h40c16.4 0 29.9 12.2 32 28h-104c2.1-15.7 15.6-28 32-28z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Livello_1" xmlns="http://www.w3.org/2000/svg" width="129" height="129" viewBox="-415 216 129 129"><style>.st0{fill:#FFFFFF;}</style><path d="M-409 322.9c.4-2 .6-4.1 1.2-6.1 4.4-14.1 13.9-22.4 28.4-24.9 1.8-.3 3.6-.4 5.4-.4h28.2c.6 0 1.2-.2 1.7-.6 3.5-2.5 7.4-3.8 11.7-3.8 6.8 0 13.7-.1 20.5 0 10.1.1 18.3 7.4 19.8 17.4 0 .2.1.4.2.6v2.7c-.6 1.1-1.5 1.5-2.7 1.5-3.9-.1-7.8 0-11.8 0h-3.4v.3c.1.3.2.5.4.7 2.3 4.5 3.5 9.4 3.8 14.5.1 2.2-.6 3.8-2.7 4.7h-97.8c-1.3-.5-2.2-1.4-2.7-2.7-.2-1.4-.2-2.7-.2-3.9zm7.6-.9h88.1c-.1-.5-.1-.9-.2-1.3-2.6-12.8-13.4-21.9-26.4-22-11.6-.1-23.2-.1-34.9 0-7.6.1-14 3-19.3 8.4-4 4.1-6.5 9.1-7.3 14.9zm104.9-17.1v-.4c-1-7-7.4-12.9-14.6-13.2-7.4-.2-14.8-.1-22.3 0-.7 0-1.4.2-2.1.3 9 1.7 16.3 5.8 22.1 12.8.3.4.9.6 1.4.6h14.5c.3-.1.6-.1 1-.1z"/><path d="M-355.1 232.1c2.1.5 4.2.7 6.3 1.4 9.7 3.3 15.8 10 18.3 20 .1.3.1.5.2.8 9.2-4.8 18.8-.5 22.5 6.8 3.7 7.3 1.2 16.2-5.8 20.6-6.9 4.3-16.9 3.2-22.5-5.1-.3.3-.6.7-.9 1-14.4 15.6-40.2 10.2-46.9-9.9-5-15.2 4.6-31.6 20.4-34.9l3.6-.6c1.6-.1 3.2-.1 4.8-.1zm-2.4 47.3c11.2 0 20.4-9.1 20.3-20.2 0-11-9.3-20.1-20.4-20-11.2.1-20.3 9.2-20.3 20.2.1 11.1 9.2 20.1 20.4 20zm35.2-22.9c-2.5 0-5 .8-6.9 2.3-.3.3-.6.8-.7 1.2-.2 4.2-1.2 8.1-3 11.8-.2.4-.2 1.2 0 1.6 2.5 5.2 8.7 7.8 14.2 6 5.6-1.8 9.1-7.3 8.1-13.1-.9-5.6-5.9-9.8-11.7-9.8z"/><path class="st0" d="M-409 326.6c.5 1.3 1.4 2.2 2.7 2.7h-2.7v-2.7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="50" height="130" viewBox="0 0 50 130"><path d="M35.5 75.8V15.9C35.5 8.7 30.6 3 24.9 3c-6.1 0-10.6 5.7-10.6 12.9v59.9c0 7.2 4.9 12.9 10.6 12.9 6.1 0 10.6-5.7 10.6-12.9zm-1.1 46.6c2.3-2.3 4.2-6.1 4.2-9.5 0-3.4-1.5-6.8-4.2-9.5-2.3-2.3-6.1-4.2-9.5-4.2s-6.8 1.5-9.5 4.2c-2.3 2.3-4.2 6.1-4.2 9.5 0 3.4 1.5 6.8 4.2 9.5 2.3 2.3 6.1 4.2 9.5 4.2 3.4-.4 6.8-1.9 9.5-4.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path d="M98.7 4.1C47 4.1 4.6 46 4.6 98.3c0 51.8 41.8 94.2 94.2 94.2s93.6-42.4 93.6-94.7c0-51.8-41.9-93.7-93.7-93.7zm7.2 171.3h-1.7v-44.6c10.5 0 20.4-.6 29.2-1.1-7.7 24.2-22 40.2-27.5 45.7zm-14.9 0c-5.5-5.5-19.8-21.5-27.5-45.1 8.8.6 18.2 1.1 29.2 1.1V176c-.6-.6-1.1-.6-1.7-.6zM21.1 97.7c0-5 .6-10.5 1.7-14.9 4.4-.6 13.2-2.2 25.3-3.3-1.1 6.1-1.7 12.1-1.7 18.7s.6 12.7 1.7 18.2c-12.1-1.1-20.4-2.2-25.3-3.3-1.1-4.9-1.7-9.9-1.7-15.4zm37.5 0c0-7.2.6-13.2 2.2-19.8 9.4-.6 19.8-1.1 31.9-1.1v41.8c-12.1 0-22.6-.6-32.5-1.7-1.1-5.4-1.6-12-1.6-19.2zm47.3-77c5.5 5.5 19.8 22 27.5 45.1-8.8-.6-18.2-1.1-28.6-1.1V20.1c.6.6.6.6 1.1.6zm-13.2 0v44.6c-10.5 0-20.4.6-28.6 1.1 7.7-23.1 22-39.6 27.5-45.1 0-.6.5-.6 1.1-.6zm12.1 98V76.8c12.1 0 22.6.6 31.9 1.1 1.1 6.1 2.2 12.7 2.2 19.8 0 7.2-.6 13.2-1.7 19.8-9.8.6-20.3 1.2-32.4 1.2zm44.6-39.1c12.1 1.1 20.4 2.2 25.3 3.3 1.1 5 1.7 9.9 1.7 14.9s-.6 10.5-1.7 14.9c-4.4.6-13.2 2.2-25.3 3.3 1.1-6.1 1.7-12.1 1.7-18.7 0-5.6-.6-12.2-1.7-17.7zm21.5-9.9c-5.5-.6-13.8-1.7-24.2-2.8-5-17.6-13.2-31.9-20.4-41.8 20.4 7.7 36.9 24.2 44.6 44.6zM71.2 25.1C64 35 55.2 48.8 50.8 66.4c-10.5.6-18.2 2.2-24.2 2.8 7.7-19.9 24.2-36.4 44.6-44.1zM26.1 126.4c5.5.6 13.8 1.7 24.2 2.8 5 17.6 13.2 31.9 20.4 41.3-20.4-7.8-36.4-24.3-44.6-44.1zm100.2 44c7.2-9.9 15.4-23.7 20.4-41.3 10.5-.6 18.2-2.2 24.2-2.8-7.7 19.9-24.2 36.4-44.6 44.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><symbol id="trumbowyg-blockquote" viewBox="0 0 72 72"><path d="M21.3 31.9h-.6c.8-1.2 1.9-2.2 3.4-3.2 2.1-1.4 5-2.7 9.2-3.3l-1.4-8.9c-4.7.7-8.5 2.1-11.7 4-2.4 1.4-4.3 3.1-5.8 4.9-2.3 2.7-3.7 5.7-4.5 8.5-.8 2.8-1 5.4-1 7.5 0 2.3.3 4 .4 4.8 0 .1.1.3.1.4 1.2 5.4 6.1 9.5 11.9 9.5 6.7 0 12.2-5.4 12.2-12.2s-5.5-12-12.2-12zM49.5 31.9h-.6c.8-1.2 1.9-2.2 3.4-3.2 2.1-1.4 5-2.7 9.2-3.3l-1.4-8.9c-4.7.7-8.5 2.1-11.7 4-2.4 1.4-4.3 3.1-5.8 4.9-2.3 2.7-3.7 5.7-4.5 8.5-.8 2.8-1 5.4-1 7.5 0 2.3.3 4 .4 4.8 0 .1.1.3.1.4 1.2 5.4 6.1 9.5 11.9 9.5 6.7 0 12.2-5.4 12.2-12.2s-5.5-12-12.2-12z"/></symbol><symbol id="trumbowyg-bold" viewBox="0 0 72 72"><path d="M51.1 37.8c-1.1-1.4-2.5-2.5-4.2-3.3 1.2-.8 2.1-1.8 2.8-3 1-1.6 1.5-3.5 1.5-5.3 0-2-.6-4-1.7-5.8-1.1-1.8-2.8-3.2-4.8-4.1-2-.9-4.6-1.3-7.8-1.3h-16v42h16.3c2.6 0 4.8-.2 6.7-.7 1.9-.5 3.4-1.2 4.7-2.1 1.3-1 2.4-2.4 3.2-4.1.9-1.7 1.3-3.6 1.3-5.7.2-2.5-.5-4.7-2-6.6zM40.8 50.2c-.6.1-1.8.2-3.4.2h-9V38.5h8.3c2.5 0 4.4.2 5.6.6 1.2.4 2 1 2.7 2 .6.9 1 2 1 3.3 0 1.1-.2 2.1-.7 2.9-.5.9-1 1.5-1.7 1.9-.8.4-1.7.8-2.8 1zm2.6-20.4c-.5.7-1.3 1.3-2.5 1.6-.8.3-2.5.4-4.8.4h-7.7V21.6h7.1c1.4 0 2.6 0 3.6.1s1.7.2 2.2.4c1 .3 1.7.8 2.2 1.7.5.9.8 1.8.8 3-.1 1.3-.4 2.2-.9 3z"/></symbol><symbol id="trumbowyg-close" viewBox="0 0 72 72"><path d="M57 20.5l-5.4-5.4-15.5 15.5-15.6-15.5-5.4 5.4L30.7 36 15.1 51.5l5.4 5.4 15.6-15.5 15.5 15.5 5.4-5.4L41.5 36z"/></symbol><symbol id="trumbowyg-create-link" viewBox="0 0 72 72"><path d="M31.1 48.9l-6.7 6.7c-.8.8-1.6.9-2.1.9s-1.4-.1-2.1-.9L15 50.4c-1.1-1.1-1.1-3.1 0-4.2l6.1-6.1.2-.2 6.5-6.5c-1.2-.6-2.5-.9-3.8-.9-2.3 0-4.6.9-6.3 2.6L11 41.8c-3.5 3.5-3.5 9.2 0 12.7l5.2 5.2c1.7 1.7 4 2.6 6.3 2.6s4.6-.9 6.3-2.6l6.7-6.7c2.5-2.6 3.1-6.7 1.5-10l-5.9 5.9zM38.7 22.5l6.7-6.7c.8-.8 1.6-.9 2.1-.9s1.4.1 2.1.9l5.2 5.2c1.1 1.1 1.1 3.1 0 4.2l-6.1 6.1-.2.2L42 38c1.2.6 2.5.9 3.8.9 2.3 0 4.6-.9 6.3-2.6l6.7-6.7c3.5-3.5 3.5-9.2 0-12.7l-5.2-5.2c-1.7-1.7-4-2.6-6.3-2.6s-4.6.9-6.3 2.6l-6.7 6.7c-2.7 2.7-3.3 6.9-1.7 10.2l6.1-6.1c0 .1 0 .1 0 0z"/><path d="M44.2 30.5c.2-.2.4-.6.4-.9 0-.3-.1-.6-.4-.9l-2.3-2.3c-.3-.2-.6-.4-.9-.4-.3 0-.6.1-.9.4L25.9 40.6c-.2.2-.4.6-.4.9 0 .3.1.6.4.9l2.3 2.3c.2.2.6.4.9.4.3 0 .6-.1.9-.4l14.2-14.2zM49.9 55.4h-8.5v-5h8.5v-8.9h5.2v8.9h8.5v5h-8.5v8.9h-5.2v-8.9z"/></symbol><symbol id="trumbowyg-del" viewBox="0 0 72 72"><path d="M45.8 45c0 1-.3 1.9-.9 2.8-.6.9-1.6 1.6-3 2.1s-3.1.8-5 .8c-2.1 0-4-.4-5.7-1.1-1.7-.7-2.9-1.7-3.6-2.7-.8-1.1-1.3-2.6-1.5-4.5l-.1-.8-6.7.6v.9c.1 2.8.9 5.4 2.3 7.6 1.5 2.3 3.5 4 6.1 5.1 2.6 1.1 5.7 1.6 9.4 1.6 2.9 0 5.6-.5 8-1.6 2.4-1.1 4.3-2.7 5.6-4.7 1.3-2 2-4.2 2-6.5 0-1.6-.3-3.1-.9-4.5l-.2-.6H44c0 .1 1.8 2.3 1.8 5.5zM29 28.9c-.8-.8-1.2-1.7-1.2-2.9 0-.7.1-1.3.4-1.9.3-.6.7-1.1 1.4-1.6.6-.5 1.4-.9 2.5-1.1 1.1-.3 2.4-.4 3.9-.4 2.9 0 5 .6 6.3 1.7 1.3 1.1 2.1 2.7 2.4 5.1l.1.9 6.8-.5v-.9c-.1-2.5-.8-4.7-2.1-6.7s-3.2-3.5-5.6-4.5c-2.4-1-5.1-1.5-8.1-1.5-2.8 0-5.3.5-7.6 1.4-2.3 1-4.2 2.4-5.4 4.3-1.2 1.9-1.9 3.9-1.9 6.1 0 1.7.4 3.4 1.2 4.9l.3.5h11.8c-2.3-.9-3.9-1.7-5.2-2.9zm13.3-6.2zM22.7 20.3zM13 34.1h46.1v3.4H13z"/></symbol><symbol id="trumbowyg-em" viewBox="0 0 72 72"><path d="M26 57l10.1-42h7.2L33.2 57H26z"/></symbol><symbol id="trumbowyg-fullscreen" viewBox="0 0 72 72"><path d="M25.2 7.1H7.1v17.7l6.7-6.5 10.5 10.5 4.5-4.5-10.4-10.5zM47.2 7.1l6.5 6.7-10.5 10.5 4.5 4.5 10.5-10.4 6.7 6.8V7.1zM47.7 43.2l-4.5 4.5 10.4 10.5-6.8 6.7h18.1V47.2l-6.7 6.5zM24.3 43.2L13.8 53.6l-6.7-6.8v18.1h17.7l-6.5-6.7 10.5-10.5z"/><path fill="currentColor" d="M10.7 28.8h18.1V11.2l-6.6 6.4L11.6 7.1l-4.5 4.5 10.5 10.5zM60.8 28.8l-6.4-6.6 10.5-10.6-4.5-4.5-10.5 10.5-6.7-6.9v18.1zM60.4 64.9l4.5-4.5-10.5-10.5 6.9-6.7H43.2v17.6l6.6-6.4zM11.6 64.9l10.5-10.5 6.7 6.9V43.2H11.1l6.5 6.6L7.1 60.4z"/></symbol><symbol id="trumbowyg-h1" viewBox="0 0 72 72"><path d="M6.4 14.9h7.4v16.7h19.1V14.9h7.4V57h-7.4V38H13.8v19H6.4V14.9zM47.8 22.5c1.4 0 2.8-.1 4.1-.4 1.3-.2 2.5-.6 3.6-1.2 1.1-.5 2-1.3 2.8-2.1.8-.9 1.3-1.9 1.5-3.2h5.5v41.2h-7.4v-29H47.8v-5.3z"/></symbol><symbol id="trumbowyg-h2" viewBox="0 0 72 72"><path d="M1.5 14.9h7.4v16.7H28V14.9h7.4V57H28V38H8.8v19H1.5V14.9zM70.2 56.9H42c0-3.4.9-6.4 2.5-9s3.8-4.8 6.6-6.7c1.3-1 2.7-1.9 4.2-2.9 1.5-.9 2.8-1.9 4-3 1.2-1.1 2.2-2.2 3-3.4.8-1.2 1.2-2.7 1.2-4.3 0-.7-.1-1.5-.3-2.4s-.5-1.6-1-2.4c-.5-.7-1.2-1.3-2.1-1.8-.9-.5-2.1-.7-3.5-.7-1.3 0-2.4.3-3.3.8s-1.6 1.3-2.1 2.2-.9 2-1.2 3.3c-.3 1.3-.4 2.6-.4 4.1h-6.7c0-2.3.3-4.4.9-6.3.6-1.9 1.5-3.6 2.7-5 1.2-1.4 2.7-2.5 4.4-3.3 1.7-.8 3.8-1.2 6.1-1.2 2.5 0 4.6.4 6.3 1.2 1.7.8 3.1 1.9 4.1 3.1 1 1.3 1.8 2.6 2.2 4.1.4 1.5.6 2.9.6 4.2 0 1.6-.3 3.1-.8 4.5-.5 1.3-1.2 2.6-2.1 3.7-.9 1.1-1.8 2.2-2.9 3.1-1.1.9-2.2 1.8-3.4 2.7-1.2.8-2.4 1.6-3.5 2.4-1.2.7-2.3 1.5-3.3 2.2-1 .7-1.9 1.5-2.6 2.3-.7.8-1.3 1.7-1.5 2.6h20.1v5.9z"/></symbol><symbol id="trumbowyg-h3" viewBox="0 0 72 72"><path d="M1.4 14.5h7.4v16.7h19.1V14.5h7.4v42.1h-7.4v-19H8.8v19H1.4V14.5zM53.1 32.4c1.1 0 2.2 0 3.3-.2 1.1-.2 2.1-.5 2.9-1 .9-.5 1.6-1.2 2.1-2 .5-.9.8-1.9.8-3.2 0-1.8-.6-3.2-1.8-4.2-1.2-1.1-2.7-1.6-4.6-1.6-1.2 0-2.2.2-3.1.7-.9.5-1.6 1.1-2.2 1.9-.6.8-1 1.7-1.3 2.7-.3 1-.4 2-.4 3.1h-6.7c.1-2 .5-3.9 1.1-5.6.7-1.7 1.6-3.2 2.7-4.4s2.6-2.2 4.2-2.9c1.6-.7 3.5-1.1 5.6-1.1 1.6 0 3.2.2 4.7.7 1.6.5 2.9 1.2 4.2 2.1 1.2.9 2.2 2.1 3 3.4.7 1.4 1.1 3 1.1 4.8 0 2.1-.5 3.9-1.4 5.4-.9 1.6-2.4 2.7-4.4 3.4v.1c2.4.5 4.2 1.6 5.5 3.5 1.3 1.9 2 4.1 2 6.8 0 2-.4 3.7-1.2 5.3-.8 1.6-1.8 2.9-3.2 3.9-1.3 1.1-2.9 1.9-4.7 2.5-1.8.6-3.6.9-5.6.9-2.4 0-4.5-.3-6.3-1s-3.3-1.7-4.5-2.9c-1.2-1.3-2.1-2.8-2.7-4.5-.6-1.8-1-3.7-1-5.9h6.7c-.1 2.5.5 4.6 1.9 6.3 1.3 1.7 3.3 2.5 5.9 2.5 2.2 0 4.1-.6 5.6-1.9 1.5-1.3 2.3-3.1 2.3-5.4 0-1.6-.3-2.9-.9-3.8-.6-.9-1.5-1.7-2.5-2.2-1-.5-2.2-.8-3.4-.9-1.3-.1-2.6-.2-3.9-.1v-5.2z"/></symbol><symbol id="trumbowyg-h4" viewBox="0 0 72 72"><path d="M1.5 14.9h7.4v16.7H28V14.9h7.4V57H28V38H8.9v19H1.5V14.9zM70.5 47.2h-5.3V57h-6.4v-9.8H41.2v-6.7l17.7-24.8h6.4v26.2h5.3v5.3zm-24.2-5.3h12.5V23.7h-.1L46.3 41.9z"/></symbol><symbol id="trumbowyg-horizontal-rule" viewBox="0 0 72 72"><path d="M9.1 32h54v8h-54z"/></symbol><symbol id="trumbowyg-insert-image" viewBox="0 0 72 72"><path d="M64 17v38H8V17h56m8-8H0v54h72V9z"/><path d="M17.5 22C15 22 13 24 13 26.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zM16 50h27L29.5 32zM36 36.2l8.9-8.5L60.2 50H45.9S35.6 35.9 36 36.2z"/></symbol><symbol id="trumbowyg-italic" viewBox="0 0 72 72"><path d="M26 57l10.1-42h7.2L33.2 57H26z"/></symbol><symbol id="trumbowyg-justify-center" viewBox="0 0 72 72"><path d="M9 14h54v8H9zM9 50h54v8H9zM18 32h36v8H18z"/></symbol><symbol id="trumbowyg-justify-full" viewBox="0 0 72 72"><path d="M9 14h54v8H9zM9 50h54v8H9zM9 32h54v8H9z"/></symbol><symbol id="trumbowyg-justify-left" viewBox="0 0 72 72"><path d="M9 14h54v8H9zM9 50h54v8H9zM9 32h36v8H9z"/></symbol><symbol id="trumbowyg-justify-right" viewBox="0 0 72 72"><path d="M9 14h54v8H9zM9 50h54v8H9zM27 32h36v8H27z"/></symbol><symbol id="trumbowyg-link" viewBox="0 0 72 72"><path d="M30.9 49.1l-6.7 6.7c-.8.8-1.6.9-2.1.9s-1.4-.1-2.1-.9l-5.2-5.2c-1.1-1.1-1.1-3.1 0-4.2l6.1-6.1.2-.2 6.5-6.5c-1.2-.6-2.5-.9-3.8-.9-2.3 0-4.6.9-6.3 2.6L10.8 42c-3.5 3.5-3.5 9.2 0 12.7l5.2 5.2c1.7 1.7 4 2.6 6.3 2.6s4.6-.9 6.3-2.6l6.7-6.7C38 50.5 38.6 46.3 37 43l-6.1 6.1zM38.5 22.7l6.7-6.7c.8-.8 1.6-.9 2.1-.9s1.4.1 2.1.9l5.2 5.2c1.1 1.1 1.1 3.1 0 4.2l-6.1 6.1-.2.2-6.5 6.5c1.2.6 2.5.9 3.8.9 2.3 0 4.6-.9 6.3-2.6l6.7-6.7c3.5-3.5 3.5-9.2 0-12.7l-5.2-5.2c-1.7-1.7-4-2.6-6.3-2.6s-4.6.9-6.3 2.6l-6.7 6.7c-2.7 2.7-3.3 6.9-1.7 10.2l6.1-6.1z"/><path d="M44.1 30.7c.2-.2.4-.6.4-.9 0-.3-.1-.6-.4-.9l-2.3-2.3c-.2-.2-.6-.4-.9-.4-.3 0-.6.1-.9.4L25.8 40.8c-.2.2-.4.6-.4.9 0 .3.1.6.4.9l2.3 2.3c.2.2.6.4.9.4.3 0 .6-.1.9-.4l14.2-14.2z"/></symbol><symbol id="trumbowyg-ordered-list" viewBox="0 0 72 72"><path d="M27 14h36v8H27zM27 50h36v8H27zM27 32h36v8H27zM11.8 15.8V22h1.8v-7.8h-1.5l-2.1 1 .3 1.3zM12.1 38.5l.7-.6c1.1-1 2.1-2.1 2.1-3.4 0-1.4-1-2.4-2.7-2.4-1.1 0-2 .4-2.6.8l.5 1.3c.4-.3 1-.6 1.7-.6.9 0 1.3.5 1.3 1.1 0 .9-.9 1.8-2.6 3.3l-1 .9V40H15v-1.5h-2.9zM13.3 53.9c1-.4 1.4-1 1.4-1.8 0-1.1-.9-1.9-2.6-1.9-1 0-1.9.3-2.4.6l.4 1.3c.3-.2 1-.5 1.6-.5.8 0 1.2.3 1.2.8 0 .7-.8.9-1.4.9h-.7v1.3h.7c.8 0 1.6.3 1.6 1.1 0 .6-.5 1-1.4 1-.7 0-1.5-.3-1.8-.5l-.4 1.4c.5.3 1.3.6 2.3.6 2 0 3.2-1 3.2-2.4 0-1.1-.8-1.8-1.7-1.9z"/></symbol><symbol id="trumbowyg-p" viewBox="0 0 72 72"><path d="M47.8 15.1H30.1c-4.7 0-8.5 3.7-8.5 8.4s3.7 8.4 8.4 8.4v25h7V19.8h3v37.1h4.1V19.8h3.7v-4.7z"/></symbol><symbol id="trumbowyg-redo" viewBox="0 0 72 72"><path d="M10.8 51.2c0-5.1 2.1-9.7 5.4-13.1 3.3-3.3 8-5.4 13.1-5.4H46v-12L61.3 36 45.9 51.3V39.1H29.3c-3.3 0-6.4 1.3-8.5 3.5-2.2 2.2-3.5 5.2-3.5 8.5h-6.5z"/></symbol><symbol id="trumbowyg-removeformat" viewBox="0 0 72 72"><path d="M58.2 54.6L52 48.5l3.6-3.6 6.1 6.1 6.4-6.4 3.8 3.8-6.4 6.4 6.1 6.1-3.6 3.6-6.1-6.1-6.4 6.4-3.7-3.8 6.4-6.4zM21.7 52.1H50V57H21.7zM18.8 15.2h34.1v6.4H39.5v24.2h-7.4V21.5H18.8v-6.3z"/></symbol><symbol id="trumbowyg-strikethrough" viewBox="0 0 72 72"><path d="M45.8 45c0 1-.3 1.9-.9 2.8-.6.9-1.6 1.6-3 2.1s-3.1.8-5 .8c-2.1 0-4-.4-5.7-1.1-1.7-.7-2.9-1.7-3.6-2.7-.8-1.1-1.3-2.6-1.5-4.5l-.1-.8-6.7.6v.9c.1 2.8.9 5.4 2.3 7.6 1.5 2.3 3.5 4 6.1 5.1 2.6 1.1 5.7 1.6 9.4 1.6 2.9 0 5.6-.5 8-1.6 2.4-1.1 4.3-2.7 5.6-4.7 1.3-2 2-4.2 2-6.5 0-1.6-.3-3.1-.9-4.5l-.2-.6H44c0 .1 1.8 2.3 1.8 5.5zM29 28.9c-.8-.8-1.2-1.7-1.2-2.9 0-.7.1-1.3.4-1.9.3-.6.7-1.1 1.4-1.6.6-.5 1.4-.9 2.5-1.1 1.1-.3 2.4-.4 3.9-.4 2.9 0 5 .6 6.3 1.7 1.3 1.1 2.1 2.7 2.4 5.1l.1.9 6.8-.5v-.9c-.1-2.5-.8-4.7-2.1-6.7s-3.2-3.5-5.6-4.5c-2.4-1-5.1-1.5-8.1-1.5-2.8 0-5.3.5-7.6 1.4-2.3 1-4.2 2.4-5.4 4.3-1.2 1.9-1.9 3.9-1.9 6.1 0 1.7.4 3.4 1.2 4.9l.3.5h11.8c-2.3-.9-3.9-1.7-5.2-2.9zm13.3-6.2zM22.7 20.3zM13 34.1h46.1v3.4H13z"/></symbol><symbol id="trumbowyg-strong" viewBox="0 0 72 72"><path d="M51.1 37.8c-1.1-1.4-2.5-2.5-4.2-3.3 1.2-.8 2.1-1.8 2.8-3 1-1.6 1.5-3.5 1.5-5.3 0-2-.6-4-1.7-5.8-1.1-1.8-2.8-3.2-4.8-4.1-2-.9-4.6-1.3-7.8-1.3h-16v42h16.3c2.6 0 4.8-.2 6.7-.7 1.9-.5 3.4-1.2 4.7-2.1 1.3-1 2.4-2.4 3.2-4.1.9-1.7 1.3-3.6 1.3-5.7.2-2.5-.5-4.7-2-6.6zM40.8 50.2c-.6.1-1.8.2-3.4.2h-9V38.5h8.3c2.5 0 4.4.2 5.6.6 1.2.4 2 1 2.7 2 .6.9 1 2 1 3.3 0 1.1-.2 2.1-.7 2.9-.5.9-1 1.5-1.7 1.9-.8.4-1.7.8-2.8 1zm2.6-20.4c-.5.7-1.3 1.3-2.5 1.6-.8.3-2.5.4-4.8.4h-7.7V21.6h7.1c1.4 0 2.6 0 3.6.1s1.7.2 2.2.4c1 .3 1.7.8 2.2 1.7.5.9.8 1.8.8 3-.1 1.3-.4 2.2-.9 3z"/></symbol><symbol id="trumbowyg-subscript" viewBox="0 0 72 72"><path d="M32 15h7.8L56 57.1h-7.9L44.3 46H27.4l-4 11.1h-7.6L32 15zm-2.5 25.4h12.9L36 22.3h-.2l-6.3 18.1zM58.7 59.9c.6-1.4 2-2.8 4.1-4.4 1.9-1.3 3.1-2.3 3.7-2.9.8-.9 1.3-1.9 1.3-3 0-.9-.2-1.6-.7-2.2-.5-.6-1.2-.9-2.1-.9-1.2 0-2.1.5-2.5 1.4-.3.5-.4 1.4-.5 2.5h-4c.1-1.8.4-3.2 1-4.3 1.1-2.1 3-3.1 5.8-3.1 2.2 0 3.9.6 5.2 1.8 1.3 1.2 1.9 2.8 1.9 4.8 0 1.5-.5 2.9-1.4 4.1-.6.8-1.6 1.7-3 2.6L66 57.7c-1 .7-1.7 1.2-2.1 1.6-.4.3-.7.7-1 1.1H72V64H57.8c0-1.5.3-2.8.9-4.1z"/></symbol><symbol id="trumbowyg-superscript" viewBox="0 0 72 72"><path d="M32 15h7.8L56 57.1h-7.9l-4-11.1H27.4l-4 11.1h-7.6L32 15zm-2.5 25.4h12.9L36 22.3h-.2l-6.3 18.1zM49.6 28.8c.5-1.1 1.6-2.3 3.4-3.6 1.5-1.1 2.5-1.9 3-2.4.7-.7 1-1.6 1-2.4 0-.7-.2-1.3-.6-1.8-.4-.5-1-.7-1.7-.7-1 0-1.7.4-2.1 1.1-.2.4-.3 1.1-.4 2.1H49c.1-1.5.3-2.6.8-3.5.9-1.7 2.5-2.6 4.8-2.6 1.8 0 3.2.5 4.3 1.5 1.1 1 1.6 2.3 1.6 4 0 1.3-.4 2.4-1.1 3.4-.5.7-1.3 1.4-2.4 2.2l-1.3 1c-.8.6-1.4 1-1.7 1.3-.3.3-.6.6-.8.9h7.4v3H48.8c0-1.3.3-2.4.8-3.5z"/></symbol><symbol id="trumbowyg-underline" viewBox="0 0 72 72"><path d="M36 35zM15.2 55.9h41.6V59H15.2zM21.1 13.9h6.4v21.2c0 1.2.1 2.5.2 3.7.1 1.3.5 2.4 1 3.4.6 1 1.4 1.8 2.6 2.5 1.1.6 2.7 1 4.8 1 2.1 0 3.7-.3 4.8-1 1.1-.6 2-1.5 2.6-2.5.6-1 .9-2.1 1-3.4.1-1.3.2-2.5.2-3.7V13.9H51v23.3c0 2.3-.4 4.4-1.1 6.1-.7 1.7-1.7 3.2-3 4.4-1.3 1.2-2.9 2-4.7 2.6-1.8.6-3.9.9-6.1.9-2.2 0-4.3-.3-6.1-.9-1.8-.6-3.4-1.5-4.7-2.6-1.3-1.2-2.3-2.6-3-4.4-.7-1.7-1.1-3.8-1.1-6.1V13.9z"/></symbol><symbol id="trumbowyg-undo" viewBox="0 0 72 72"><path d="M61.2 51.2c0-5.1-2.1-9.7-5.4-13.1-3.3-3.3-8-5.4-13.1-5.4H26.1v-12L10.8 36l15.3 15.3V39.1h16.7c3.3 0 6.4 1.3 8.5 3.5 2.2 2.2 3.5 5.2 3.5 8.5h6.4z"/></symbol><symbol id="trumbowyg-unlink" viewBox="0 0 72 72"><path d="M30.9 49.1l-6.7 6.7c-.8.8-1.6.9-2.1.9s-1.4-.1-2.1-.9l-5.2-5.2c-1.1-1.1-1.1-3.1 0-4.2l6.1-6.1.2-.2 6.5-6.5c-1.2-.6-2.5-.9-3.8-.9-2.3 0-4.6.9-6.3 2.6L10.8 42c-3.5 3.5-3.5 9.2 0 12.7l5.2 5.2c1.7 1.7 4 2.6 6.3 2.6s4.6-.9 6.3-2.6l6.7-6.7C38 50.5 38.6 46.3 37 43l-6.1 6.1zM38.5 22.7l6.7-6.7c.8-.8 1.6-.9 2.1-.9s1.4.1 2.1.9l5.2 5.2c1.1 1.1 1.1 3.1 0 4.2l-6.1 6.1-.2.2-6.5 6.5c1.2.6 2.5.9 3.8.9 2.3 0 4.6-.9 6.3-2.6l6.7-6.7c3.5-3.5 3.5-9.2 0-12.7l-5.2-5.2c-1.7-1.7-4-2.6-6.3-2.6s-4.6.9-6.3 2.6l-6.7 6.7c-2.7 2.7-3.3 6.9-1.7 10.2l6.1-6.1z"/><path d="M44.1 30.7c.2-.2.4-.6.4-.9 0-.3-.1-.6-.4-.9l-2.3-2.3c-.2-.2-.6-.4-.9-.4-.3 0-.6.1-.9.4L25.8 40.8c-.2.2-.4.6-.4.9 0 .3.1.6.4.9l2.3 2.3c.2.2.6.4.9.4.3 0 .6-.1.9-.4l14.2-14.2zM41.3 55.8v-5h22.2v5H41.3z"/></symbol><symbol id="trumbowyg-unordered-list" viewBox="0 0 72 72"><path d="M27 14h36v8H27zM27 50h36v8H27zM9 50h9v8H9zM9 32h9v8H9zM9 14h9v8H9zM27 32h36v8H27z"/></symbol><symbol id="trumbowyg-view-html" viewBox="0 0 72 72"><path fill="none" stroke="currentColor" stroke-width="8" stroke-miterlimit="10" d="M26.9 17.9L9 36.2 26.9 54M45 54l17.9-18.3L45 17.9"/></symbol><symbol id="trumbowyg-base64" viewBox="0 0 72 72"><path d="M64 17v38H8V17h56m8-8H0v54h72V9z"/><path d="M29.9 28.9c-.5-.5-1.1-.8-1.8-.8s-1.4.2-1.9.7c-.5.4-.9 1-1.2 1.6-.3.6-.5 1.3-.6 2.1-.1.7-.2 1.4-.2 1.9l.1.1c.6-.8 1.2-1.4 2-1.8.8-.4 1.7-.5 2.7-.5.9 0 1.8.2 2.6.6.8.4 1.6.9 2.2 1.5.6.6 1 1.3 1.2 2.2.3.8.4 1.6.4 2.5 0 1.1-.2 2.1-.5 3-.3.9-.8 1.7-1.5 2.4-.6.7-1.4 1.2-2.3 1.6-.9.4-1.9.6-3 .6-1.6 0-2.8-.3-3.9-.9-1-.6-1.8-1.4-2.5-2.4-.6-1-1-2.1-1.3-3.4-.2-1.3-.4-2.6-.4-3.9 0-1.3.1-2.6.4-3.8.3-1.3.8-2.4 1.4-3.5.7-1 1.5-1.9 2.5-2.5 1-.6 2.3-1 3.8-1 .9 0 1.7.1 2.5.4.8.3 1.4.6 2 1.1.6.5 1.1 1.1 1.4 1.8.4.7.6 1.5.7 2.5h-4c0-1-.3-1.6-.8-2.1zm-3.5 6.8c-.4.2-.8.5-1 .8-.3.4-.5.8-.6 1.2-.1.5-.2 1-.2 1.5s.1.9.2 1.4c.1.5.4.9.6 1.2.3.4.6.7 1 .9.4.2.9.3 1.4.3.5 0 1-.1 1.3-.3.4-.2.7-.5 1-.9.3-.4.5-.8.6-1.2.1-.5.2-.9.2-1.4 0-.5-.1-1-.2-1.4-.1-.5-.3-.9-.6-1.2-.3-.4-.6-.7-1-.9-.4-.2-.9-.3-1.4-.3-.4 0-.9.1-1.3.3zM36.3 41.3v-3.8l9-12.1H49v12.4h2.7v3.5H49v4.8h-4v-4.8h-8.7zM45 30.7l-5.3 7.2h5.4l-.1-7.2z"/></symbol><symbol id="trumbowyg-back-color" viewBox="0 0 72 72"><path d="M36.5 22.3l-6.3 18.1H43l-6.3-18.1z"/><path d="M9 8.9v54.2h54.1V8.9H9zm39.9 48.2L45 46H28.2l-3.9 11.1h-7.6L32.8 15h7.8l16.2 42.1h-7.9z"/></symbol><symbol id="trumbowyg-fore-color" viewBox="0 0 72 72"><path d="M32 15h7.8L56 57.1h-7.9l-4-11.1H27.4l-4 11.1h-7.6L32 15zm-2.5 25.4h12.9L36 22.3h-.2l-6.3 18.1z"/></symbol><symbol id="trumbowyg-noembed" viewBox="0 0 72 72"><path d="M31.5 33.6V25l11 11-11 11v-8.8z"/><path d="M64 17v38H8V17h56m8-8H0v54h72V9z"/></symbol><symbol id="trumbowyg-preformatted" viewBox="0 0 72 72"><path d="M10.3 33.5c.4 0 .9-.1 1.5-.2s1.2-.3 1.8-.7c.6-.3 1.1-.8 1.5-1.3.4-.5.6-1.3.6-2.1V17.1c0-1.4.3-2.6.8-3.6s1.2-1.9 2-2.5c.8-.7 1.6-1.2 2.5-1.5.9-.3 1.6-.5 2.2-.5h5.3v5.3h-3.2c-.7 0-1.3.1-1.8.4-.4.3-.8.6-1 1-.2.4-.4.9-.4 1.3-.1.5-.1.9-.1 1.4v11.4c0 1.2-.2 2.1-.7 2.9-.5.8-1 1.4-1.7 1.8-.6.4-1.3.8-2 1-.7.2-1.3.3-1.7.4v.1c.5 0 1 .1 1.7.3.7.2 1.3.5 2 .9.6.5 1.2 1.1 1.7 1.9.5.8.7 2 .7 3.4v11.1c0 .4 0 .9.1 1.4.1.5.2.9.4 1.3s.6.7 1 1c.4.3 1 .4 1.8.4h3.2V63h-5.3c-.6 0-1.4-.2-2.2-.5-.9-.3-1.7-.8-2.5-1.5s-1.4-1.5-2-2.5c-.5-1-.8-2.2-.8-3.6V43.5c0-.9-.2-1.7-.6-2.3-.4-.6-.9-1.1-1.5-1.5-.6-.4-1.2-.6-1.8-.7-.6-.1-1.1-.2-1.5-.2v-5.3zM61.8 38.7c-.4 0-1 .1-1.6.2-.6.1-1.2.4-1.8.7-.6.3-1.1.7-1.5 1.3-.4.5-.6 1.3-.6 2.1v12.1c0 1.4-.3 2.6-.8 3.6s-1.2 1.9-2 2.5c-.8.7-1.6 1.2-2.5 1.5-.9.3-1.6.5-2.2.5h-5.3v-5.3h3.2c.7 0 1.3-.1 1.8-.4.4-.3.8-.6 1-1 .2-.4.4-.9.4-1.3.1-.5.1-.9.1-1.4V42.3c0-1.2.2-2.1.7-2.9.5-.8 1-1.4 1.7-1.8.6-.4 1.3-.8 2-1 .7-.2 1.3-.3 1.7-.4v-.1c-.5 0-1-.1-1.7-.3-.7-.2-1.3-.5-2-.9-.6-.4-1.2-1.1-1.7-1.9-.5-.8-.7-2-.7-3.4V18.5c0-.4 0-.9-.1-1.4-.1-.5-.2-.9-.4-1.3s-.6-.7-1-1c-.4-.3-1-.4-1.8-.4h-3.2V9.1h5.3c.6 0 1.4.2 2.2.5.9.3 1.7.8 2.5 1.5s1.4 1.5 2 2.5c.5 1 .8 2.2.8 3.6v11.6c0 .9.2 1.7.6 2.3.4.6.9 1.1 1.5 1.5.6.4 1.2.6 1.8.7.6.1 1.2.2 1.6.2v5.2z"/></symbol><symbol id="trumbowyg-upload" viewBox="0 0 72 72"><path d="M64 27v28H8V27H0v36h72V27h-8z"/><path d="M32.1 6.7h8v33.6h-8z"/><path d="M48 35.9L36 49.6 24 36h24z"/></symbol></svg>
@@ -0,0 +1,225 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="-55 247 500 300" style="enable-background:new -55 247 500 300;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
7
+ .st1{fill:none;stroke:#160C0C;stroke-width:2;stroke-miterlimit:10;}
8
+ </style>
9
+ <g id="XMLID_16_">
10
+ <line id="XMLID_18_" class="st0" x1="142.5" y1="300.8" x2="159.7" y2="283.6"/>
11
+ <line id="XMLID_17_" class="st0" x1="159.7" y1="300.8" x2="142.5" y2="283.6"/>
12
+ </g>
13
+ <g id="XMLID_13_">
14
+ <line id="XMLID_15_" class="st0" x1="194.8" y1="304.3" x2="194.8" y2="280"/>
15
+ <line id="XMLID_14_" class="st0" x1="207" y1="292.3" x2="182.6" y2="292.3"/>
16
+ </g>
17
+ <line id="XMLID_12_" class="st0" x1="250.6" y1="292.1" x2="226.2" y2="292.1"/>
18
+ <polyline id="XMLID_11_" class="st0" points="297.3,282.4 277.5,302 266.9,291.4 "/>
19
+ <g id="XMLID_9_">
20
+ <polyline id="XMLID_10_" class="st0" points="331.9,304.3 319.7,292.1 331.9,280 "/>
21
+ </g>
22
+ <polyline id="XMLID_8_" class="st0" points="363.4,280.1 375.4,292.1 363.4,304.4 "/>
23
+ <path id="XMLID_25_" class="st1" d="M-6.7,331.3c3,3.1,4.9,7.8,4.9,12.9s-1.9,9.8-4.9,12.9"/>
24
+ <path id="XMLID_24_" class="st1" d="M-10.5,334.9c2.3,2.1,3.6,5.5,3.6,9.4s-1.4,7.1-3.6,9.4"/>
25
+ <path id="XMLID_23_" class="st1" d="M-14.3,338.4c1.5,1.3,2.5,3.4,2.5,5.8s-1,4.5-2.5,5.8"/>
26
+ <polygon id="XMLID_22_" class="st1" points="-31,337.6 -36.3,337.6 -36.3,350.6 -31,350.6 -21.2,358 -21.2,330.4 "/>
27
+ <polyline id="XMLID_21_" class="st1" points="39.3,348.5 45.3,342.4 39.3,336.4 "/>
28
+ <polyline id="XMLID_20_" class="st1" points="51.3,336.4 45.3,342.4 51.3,348.5 "/>
29
+ <polygon id="XMLID_19_" class="st1" points="22.2,336.6 16.9,336.6 16.9,349.6 22.2,349.6 31.9,357 31.9,329.4 "/>
30
+ <g id="XMLID_26_">
31
+ <g id="XMLID_28_">
32
+ <polyline id="XMLID_29_" class="st0" points="255.9,353.6 229.2,353.6 229.2,327.1 "/>
33
+ </g>
34
+ <polyline id="XMLID_27_" class="st0" points="221.7,334.8 248.4,334.8 248.4,361.3 "/>
35
+ </g>
36
+ <g id="XMLID_30_">
37
+ <g id="XMLID_34_">
38
+ <polyline id="XMLID_36_" class="st0" points="119,347.3 129.2,347.3 129.2,357.6 "/>
39
+ <line id="XMLID_35_" class="st0" x1="129.2" y1="347.3" x2="119.5" y2="357.1"/>
40
+ </g>
41
+ <g id="XMLID_31_">
42
+ <polyline id="XMLID_33_" class="st0" points="144.3,342.6 133.9,342.6 133.9,332.1 "/>
43
+ <line id="XMLID_32_" class="st0" x1="134" y1="342.6" x2="143.8" y2="332.6"/>
44
+ </g>
45
+ </g>
46
+ <g>
47
+ <g>
48
+ <polyline class="st0" points="88.3,356.5 78.1,356.5 78.1,346.1 "/>
49
+ <line class="st0" x1="78.1" y1="356.5" x2="87.8" y2="346.6"/>
50
+ </g>
51
+ <g>
52
+ <polyline class="st0" points="90.3,333.4 100.7,333.4 100.7,343.6 "/>
53
+ <line class="st0" x1="100.7" y1="333.4" x2="90.8" y2="343.1"/>
54
+ </g>
55
+ </g>
56
+ <g>
57
+ <path d="M417.9,399.9c0-8.9-7.2-16.1-16.1-16.1s-16.1,7.2-16.1,16.1c0,6.1,3.4,11.3,8.3,14.1l-3.6,3.6c-0.5,0.5-0.5,1.3,0,1.8
58
+ c0.2,0.2,0.6,0.4,0.9,0.4s0.6-0.1,0.9-0.4l4.3-4.3c1.7,0.6,3.5,0.9,5.4,0.9s3.7-0.3,5.4-0.9l4.3,4.3c0.2,0.2,0.6,0.4,0.9,0.4
59
+ s0.6-0.1,0.9-0.4c0.5-0.5,0.5-1.3,0-1.8l-3.6-3.6C414.5,411.3,417.9,406,417.9,399.9z M407.4,412.3c-0.3,0-0.7,0.1-1,0.4
60
+ c0,0,0,0,0,0.1c-1.5,0.5-3,0.8-4.7,0.8c-1.6,0-3.2-0.3-4.7-0.8c0,0,0,0,0-0.1c-0.3-0.3-0.6-0.4-1-0.4c-4.7-2.2-8-6.9-8-12.4
61
+ c0-7.5,6.1-13.6,13.6-13.6s13.6,6.1,13.6,13.6C415.4,405.4,412.1,410.1,407.4,412.3z"/>
62
+ <path d="M407.3,401.3l-4.3-2.1v-6.7c0-0.7-0.6-1.2-1.2-1.2s-1.2,0.6-1.2,1.2v7.4c0,0.5,0.3,0.9,0.7,1.1l5,2.5
63
+ c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,0.9-0.3,1.1-0.7C408.1,402.3,407.9,401.6,407.3,401.3z"/>
64
+ <path d="M393,382.1c-0.1-0.4-0.5-0.8-0.9-0.9l-6.2-1.2c-0.4-0.1-0.8,0-1.1,0.3l-2.5,2.5c-0.3,0.3-0.4,0.7-0.3,1.1l1.2,6.2
65
+ c0.1,0.4,0.4,0.8,0.9,0.9c0.1,0,0.2,0.1,0.4,0.1c0.3,0,0.6-0.1,0.9-0.4l7.4-7.4C393.1,383.1,393.2,382.6,393,382.1z M385.2,387.5
66
+ l-0.7-3.3l1.5-1.5l3.3,0.7L385.2,387.5z"/>
67
+ <path d="M419.1,391.1c0.1,0,0.2,0,0.4-0.1c0.4-0.1,0.8-0.5,0.9-0.9l1.2-6.2c0.1-0.4,0-0.8-0.3-1.1l-2.5-2.5
68
+ c-0.3-0.3-0.7-0.4-1.1-0.3l-6.2,1.2c-0.4,0.1-0.8,0.4-0.9,0.9c-0.1,0.4,0,0.9,0.3,1.2l7.4,7.4C418.5,391.1,418.8,391.1,419.1,391.1
69
+ z M417.5,382.6l1.5,1.5l-0.7,3.3l-4.2-4.2L417.5,382.6z"/>
70
+ </g>
71
+ <g>
72
+ <path d="M43.5,393.8c-0.8,0-1.5,0.7-1.5,1.5V416l-3.5-3.5c-0.6-0.6-1.6-0.6-2.2,0c-0.6,0.6-0.6,1.6,0,2.2l6.1,6.1
73
+ c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l6.1-6.1c0.6-0.6,0.6-1.6,0-2.2s-1.6-0.6-2.2,0L45,416v-20.8
74
+ C45,394.5,44.3,393.8,43.5,393.8z"/>
75
+ <path d="M61.8,393.9c-0.7-8.7-8-15.5-16.8-15.5c-7.8,0-14.6,5.1-16.6,12.3h-0.3c-5.1,0-9.2,4.1-9.2,9.2s4.1,9.2,9.2,9.2h9.2
76
+ c0.8,0,1.5-0.7,1.5-1.5s-0.7-1.5-1.5-1.5h-9.2c-3.4,0-6.1-2.8-6.1-6.1c0-3.4,2.8-6.1,6.1-6.1h1.5c0.7,0,1.4-0.5,1.5-1.2
77
+ c1.2-6.4,7-11,13.8-11c7.6,0,13.8,6.2,13.8,13.8c0,0.8,0.7,1.5,1.5,1.5c2.5,0,4.6,2.1,4.6,4.6s-2.1,4.6-4.6,4.6H49.6
78
+ c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h10.7c4.2,0,7.7-3.4,7.7-7.7C68,397.6,65.4,394.6,61.8,393.9z"/>
79
+ </g>
80
+ <g>
81
+ <path d="M421.2,331.6h-33.1c-0.6,0-1.1,0.5-1.1,1.1v19.8c0,0.6,0.5,1.1,1.1,1.1h33.1c0.6,0,1.1-0.5,1.1-1.1v-19.8
82
+ C422.3,332.1,421.8,331.6,421.2,331.6z M417.7,333.8l-13,8.1l-13-8.1H417.7z M389.2,351.5v-16.6l15.4,9.6l15.4-9.6v16.6H389.2z"/>
83
+ </g>
84
+ <path id="XMLID_356_" d="M31.7,286.4c-0.3,0.3-0.7,0.5-1.2,0.5c-0.4,0-0.8-0.2-1.2-0.5l-7.5-7.5v24.2c0,0.9-0.7,1.7-1.7,1.7
85
+ s-1.7-0.7-1.7-1.7v-24.2l-7.5,7.5c-0.7,0.7-1.7,0.7-2.4,0s-0.7-1.7,0-2.4l10.4-10.3c0.7-0.7,1.7-0.7,2.3,0L31.6,284
86
+ C32.3,284.6,32.3,285.8,31.7,286.4z"/>
87
+ <path id="XMLID_341_" d="M74.8,294.4l-9.9,9.9c-0.3,0.3-0.7,0.5-1.1,0.5s-0.8-0.2-1.1-0.5l-9.9-9.9c-0.6-0.6-0.6-1.6,0-2.3
88
+ s1.6-0.6,2.3,0l7.2,7.2v-23.2c0-0.9,0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6v23.2l7.2-7.2c0.6-0.6,1.6-0.6,2.3,0
89
+ C75.5,292.6,75.5,293.6,74.8,294.4z"/>
90
+ <path id="XMLID_546_" d="M123.9,292.1c0,1-0.8,1.7-1.7,1.7H96.9l7.8,7.9c0.7,0.7,0.7,1.8,0,2.5c-0.3,0.3-0.7,0.5-1.2,0.5
91
+ c-0.4,0-0.9-0.2-1.2-0.5l-10.8-10.8c-0.7-0.7-0.7-1.8,0-2.4l10.8-10.8c0.7-0.7,1.8-0.7,2.5,0s0.7,1.8,0,2.5l-7.9,7.8h25.2
92
+ C123.1,290.5,123.9,291.3,123.9,292.1z"/>
93
+ <path id="XMLID_512_" d="M-6.9,292.9l-11.3,11.3c-0.4,0.4-0.8,0.5-1.3,0.5s-0.9-0.2-1.3-0.5c-0.7-0.7-0.7-1.9,0-2.6l8.2-8.2H-39
94
+ c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8h26.4l-8.2-8.2c-0.7-0.7-0.7-1.9,0-2.6s1.9-0.7,2.6,0l11.3,11.3C-6.2,291-6.2,292.1-6.9,292.9
95
+ z"/>
96
+ <path d="M342.1,380.5c-10.4,0-18.9,8.4-18.9,18.9c0,10.4,8.4,18.9,18.9,18.9c10.4,0,18.9-8.4,18.9-18.9
97
+ C360.9,388.9,352.5,380.5,342.1,380.5z M342.1,414.9c-8.6,0-15.6-7-15.6-15.6s7-15.6,15.6-15.6s15.6,7,15.6,15.6
98
+ S350.7,414.9,342.1,414.9z M348.3,403.3c0.7,0.7,0.7,1.7,0,2.3c-0.3,0.3-0.7,0.5-1.1,0.5s-0.8-0.2-1.1-0.5l-5.1-5.1
99
+ c-0.3-0.3-0.5-0.7-0.5-1.1v-9.8c0-0.9,0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6v9.1L348.3,403.3z"/>
100
+ <path id="XMLID_275_" d="M314.6,342l-6.3,6.4c-0.4,0.4-0.8,0.5-1.3,0.5s-1-0.2-1.3-0.5l-6.3-6.4c-0.7-0.7-0.7-1.9,0-2.6
101
+ s1.9-0.7,2.6,0l3.5,3.5c-0.5-6.6-5.9-11.8-12.5-11.8c-6.9,0-12.5,5.8-12.5,12.8s5.6,12.7,12.5,12.7c2.5,0,5-0.8,7-2.2
102
+ c0.8-0.6,2-0.4,2.5,0.5s0.4,2-0.5,2.5c-2.7,1.9-5.9,2.9-9.1,2.9c-8.9,0-16.1-7.3-16.1-16.4c0-9,7.2-16.4,16.1-16.4
103
+ c8.4,0,15.3,6.5,16,14.8l2.9-2.9c0.7-0.7,1.9-0.7,2.6,0C315.3,340.1,315.3,341.3,314.6,342z"/>
104
+ <path id="XMLID_160_" d="M-15.5,461.6c-5,0-9-4-9-9s4-9,9-9s9,4,9,9C-6.4,457.6-10.5,461.6-15.5,461.6z M-15.5,446.9
105
+ c-3.1,0-5.7,2.6-5.7,5.7s2.6,5.7,5.7,5.7s5.7-2.6,5.7-5.7S-12.3,446.9-15.5,446.9z M-15.5,474.1h-0.2c-1.6,0-3-0.2-3.1-0.2
106
+ c-0.7-0.1-1.3-0.7-1.5-1.4l-0.5-3.4c-1-0.3-2-0.7-3-1.3l-2.6,2c-0.6,0.5-1.4,0.4-2,0c0,0-1.2-0.9-2.3-2.1l-0.2-0.2
107
+ c-1.2-1.2-2-2.3-2.1-2.3c-0.5-0.6-0.5-1.4,0-2l2.1-2.7c-0.5-0.9-0.9-2-1.2-3l-3.3-0.5c-0.7-0.1-1.3-0.7-1.4-1.5c0,0-0.2-1.5-0.2-3.1
108
+ v-0.2c0-1.6,0.2-3,0.2-3.1c0.1-0.7,0.7-1.3,1.4-1.5l3.4-0.5c0.3-1,0.7-2,1.3-3l-2-2.6c-0.5-0.6-0.4-1.4,0-2c0,0,0.9-1.2,2.1-2.3
109
+ l0.2-0.2c1.2-1.2,2.3-2,2.3-2.1c0.6-0.5,1.4-0.5,2,0l2.7,2.1c0.9-0.5,2-0.9,3-1.2l0.5-3.3c0.1-0.7,0.7-1.3,1.5-1.4
110
+ c0,0,1.5-0.2,3.1-0.2h0.2c1.6,0,3,0.2,3.1,0.2c0.7,0.1,1.3,0.7,1.5,1.4l0.5,3.4c1,0.3,2,0.7,3,1.3l2.6-2c0.6-0.5,1.4-0.4,2,0
111
+ c0,0,1.2,0.9,2.3,2.1l0.2,0.2c1.2,1.2,2,2.3,2.1,2.3c0.5,0.6,0.5,1.4,0,2l-2,2.7c0.5,0.9,0.9,2,1.2,3l3.3,0.5
112
+ c0.7,0.1,1.3,0.7,1.4,1.5c0,0,0.2,1.5,0.2,3.1v0.2c0,1.6-0.2,3-0.2,3.1c-0.1,0.7-0.7,1.3-1.4,1.5l-3.4,0.5c-0.3,1-0.7,2-1.3,3l2,2.7
113
+ c0.5,0.6,0.4,1.4,0,2c0,0-0.9,1.2-2.1,2.3l-0.2,0.2c-1.2,1.2-2.3,2-2.3,2.1c-0.6,0.5-1.4,0.5-2,0l-2.7-2.1c-0.9,0.5-2,0.9-3,1.2
114
+ l-0.5,3.3c-0.1,0.7-0.7,1.3-1.5,1.4C-12.4,474-13.8,474.1-15.5,474.1z M-17.2,470.8c0.4,0,0.9,0,1.5,0h0.2c0.5,0,1,0,1.5,0l0.4-3.1
115
+ c0.1-0.7,0.6-1.2,1.3-1.4c1.5-0.3,2.9-0.9,4.1-1.7c0.4-0.2,0.8-0.3,1.3-0.2c0.2,0,0.5,0.2,0.7,0.3l2.5,1.9c0.3-0.3,0.7-0.6,1.1-1
116
+ l0.2-0.2c0.4-0.4,0.7-0.7,1-1.1l-1.9-2.5c-0.4-0.6-0.4-1.3-0.1-1.9c0.8-1.2,1.4-2.6,1.7-4c0.1-0.7,0.7-1.3,1.4-1.4l3.1-0.4
117
+ c0-0.4,0-0.9,0-1.5v-0.2c0-0.5,0-1,0-1.5l-3.1-0.4c-0.7-0.1-1.2-0.6-1.4-1.3c-0.3-1.5-0.9-2.8-1.6-4.1c-0.1-0.1-0.1-0.2-0.2-0.4
118
+ c-0.2-0.5-0.1-1.1,0.2-1.5l1.9-2.5c-0.3-0.3-0.6-0.7-1-1.1l-0.2-0.2c-0.4-0.4-0.7-0.7-1.1-1l-2.5,1.9c-0.6,0.4-1.4,0.4-2,0
119
+ c-1.2-0.7-2.6-1.3-4-1.7c-0.7-0.1-1.2-0.7-1.3-1.4l-0.4-3.1c-0.4,0-0.9,0-1.5,0h-0.2c-0.5,0-1,0-1.5,0l-0.4,3.2
120
+ c-0.1,0.7-0.7,1.3-1.4,1.4c-1.4,0.3-2.8,0.9-4,1.6c-0.4,0.2-0.8,0.3-1.3,0.2c-0.2,0-0.5-0.2-0.7-0.3l-2.4-1.9
121
+ c-0.3,0.3-0.7,0.6-1.1,1l-0.2,0.2c-0.4,0.4-0.7,0.7-1,1.1l1.9,2.5c0.4,0.6,0.4,1.3,0.1,1.9c0,0,0,0.1-0.1,0.1
122
+ c-0.7,1.2-1.3,2.6-1.6,4c-0.1,0.7-0.7,1.2-1.4,1.3l-3.1,0.4c0,0.4,0,0.9,0,1.5v0.2c0,0.5,0,1,0,1.5l3.1,0.4c0.7,0.1,1.3,0.7,1.4,1.4
123
+ l0,0c0.3,1.4,0.9,2.7,1.6,3.9c0.2,0.4,0.3,0.9,0.1,1.4c0,0.2-0.2,0.4-0.3,0.6l-1.8,2.4c0.3,0.3,0.6,0.7,1,1.1l0.2,0.2
124
+ c0.4,0.4,0.7,0.7,1.1,1l2.5-1.9c0.6-0.5,1.5-0.4,2.1,0c1.2,0.7,2.5,1.3,3.9,1.6c0.7,0.1,1.2,0.7,1.3,1.4L-17.2,470.8z"/>
125
+ <path id="XMLID_1259_" d="M430.4,274l-3.1-3.2c-0.3-0.3-0.6-0.4-1-0.4l0,0c-0.4,0-0.7,0.1-0.9,0.4l-18.3,18.6
126
+ c-0.1,0.1-0.2,0.3-0.3,0.4l-2.1,5.2c-0.2,0.5-0.1,1.1,0.3,1.4c0.3,0.3,0.6,0.4,0.9,0.4c0.2,0,0.3,0,0.5-0.1l5.2-2.1
127
+ c0.2-0.1,0.3-0.2,0.4-0.3l18.3-18.6C431,275.3,431,274.5,430.4,274z M410.4,292.4l-2.1,0.8l0.8-2.1l17.2-17.5l1.3,1.3L410.4,292.4z
128
+ M423.8,290.8v17.7c0,1-0.9,1.8-1.8,1.8h-24.9c-1,0-1.8-0.8-1.8-1.8v-33.4c0-1,0.8-1.7,1.8-1.7h18.2c1,0,1.8,0.8,1.8,1.8
129
+ s-0.8,1.8-1.8,1.8h-16.5v29.8h21.5v-15.9c0-1,0.8-1.8,1.8-1.8S423.8,289.8,423.8,290.8z"/>
130
+ <path id="XMLID_1226_" d="M177.9,389.5l-10.1-10.2c-0.4-0.4-0.8-0.5-1.3-0.5h-17.3c-1,0-1.8,0.8-1.8,1.8V417c0,1,0.8,1.8,1.8,1.8
131
+ h27.4c1,0,1.8-0.8,1.8-1.8v-26.3C178.4,390.3,178.3,389.8,177.9,389.5z M174.8,391.6h-9.1v-9.1h0.1L174.8,391.6z M151,415.3v-32.9
132
+ h11v10.9c0,1,0.8,1.9,1.8,1.9h11v20.1H151z"/>
133
+ <path id="XMLID_1335_" d="M120.7,405.1v11.1c0,1.1-0.9,2-2,2h-31c-1.1,0-2-0.9-2-2v-11.1c0-1.1,0.9-2,2-2s2,0.9,2,2v9.1h26.9v-9.1
134
+ c0-1.1,0.9-2,2-2S120.7,404,120.7,405.1z M101.7,407.6c0.4,0.4,0.9,0.6,1.5,0.6s1.1-0.2,1.5-0.6l8.1-8.3c0.8-0.8,0.8-2.1,0-2.9
135
+ s-2.1-0.8-2.9,0l-4.6,4.8v-17.7c0-1.1-0.9-2-2-2s-2,0.9-2,2v17.7l-4.6-4.7c-0.8-0.8-2.1-0.8-2.9,0s-0.8,2.1,0,2.9L101.7,407.6z"/>
136
+ <path id="XMLID_1120_" d="M198.5,334.3v5.9c0,0.7-0.5,1.2-1.2,1.2l0,0c-0.7,0-1.2-0.5-1.2-1.2V337l-6.9,6.9
137
+ c-0.2,0.2-0.5,0.4-0.8,0.4s-0.6-0.1-0.8-0.4c-0.5-0.5-0.5-1.2,0-1.7l6.8-6.9h-3.1c-0.7,0-1.2-0.5-1.2-1.2s0.5-1.2,1.2-1.2h5.9
138
+ c0.3,0,0.6,0.1,0.8,0.4C198.4,333.6,198.5,334,198.5,334.3z M197.3,350.9c-0.7,0-1.2,0.5-1.2,1.2v3.1l-6.8-6.7
139
+ c-0.5-0.5-1.2-0.5-1.7,0s-0.5,1.2,0,1.7l6.7,6.7h-3.1l0,0c-0.7,0-1.2,0.5-1.2,1.2s0.5,1.2,1.2,1.2h5.9l0,0c0.3,0,0.7-0.1,0.9-0.4
140
+ c0.2-0.2,0.4-0.5,0.4-0.8v-5.9C198.5,351.4,198,350.9,197.3,350.9z M181.5,348.4l-6.8,6.8V352c0-0.7-0.5-1.2-1.2-1.2l0,0
141
+ c-0.7,0-1.2,0.5-1.2,1.2v5.9c0,0.3,0.1,0.6,0.4,0.8c0.2,0.2,0.5,0.4,0.9,0.4h5.9c0.7,0,1.2-0.5,1.2-1.2s-0.5-1.2-1.2-1.2h-3.1
142
+ l6.8-6.8c0.5-0.5,0.4-1.2,0-1.7C182.8,347.9,182,347.9,181.5,348.4z M176.5,335.6h3.1l0,0c0.7,0,1.2-0.5,1.2-1.2s-0.5-1.2-1.2-1.2
143
+ h-5.9l0,0c-0.3,0-0.6,0.1-0.8,0.4c-0.2,0.2-0.4,0.5-0.4,0.8v5.9c0,0.7,0.5,1.2,1.2,1.2s1.2-0.5,1.2-1.2v-3.1l6.8,6.8
144
+ c0.2,0.2,0.5,0.4,0.8,0.4s0.6-0.1,0.8-0.4c0.5-0.5,0.5-1.2,0-1.7L176.5,335.6z"/>
145
+ <path id="XMLID_725_" d="M41.7,466.9c0,1.1-1,1.9-2,1.9h-0.1c-1.1,0-2-1-1.9-2.1c0.2-5.2-1-9.1-3.7-11.7c-4.3-4-11-3.3-11-3.3
146
+ c-1.1,0.1-2.1-0.7-2.2-1.8c-0.1-1.1,0.7-2.1,1.8-2.2c0.3,0,8.6-0.9,14.2,4.4C40.3,455.5,41.9,460.5,41.7,466.9z M25.8,459.1
147
+ c-1.3,0-2.5,0.5-3.4,1.4s-1.4,2.1-1.4,3.4s0.5,2.5,1.4,3.4s2.1,1.4,3.4,1.4s2.5-0.5,3.4-1.4s1.4-2.1,1.4-3.4s-0.5-2.5-1.4-3.4
148
+ S27,459.1,25.8,459.1z M43.7,444.9c-8.4-7.8-20.7-6.4-21.3-6.4c-1.1,0.1-1.9,1.1-1.8,2.2s1.1,1.9,2.2,1.8c0.1,0,11-1.2,18,5.3
149
+ c4.5,4.1,6.5,10.5,6.1,18.9c0,1.1,0.8,2.1,1.9,2.1h0.1c1.1,0,2-0.8,2-1.9C51.5,457.3,49,449.8,43.7,444.9z"/>
150
+ <path id="XMLID_1360_" d="M240.7,385.6h-18.3l-2.3-3.8c-0.4-0.6-1.1-1-1.8-1h-13.6c-1.2,0-2.1,1-2.1,2.1v29.7c0,1.2,1,2.1,2.1,2.1
151
+ h36.1c1.2,0,2.1-1,2.1-2.1v-24.8C242.8,386.6,241.8,385.6,240.7,385.6z M238.6,410.6h-31.9v-25.5H217l2.3,3.8c0.4,0.6,1.1,1,1.8,1
152
+ h17.4L238.6,410.6L238.6,410.6z"/>
153
+ <path id="XMLID_1054_" d="M292,381.5c-2.4-2.2-5.9-3.4-9.6-3.4s-7.2,1.2-9.6,3.4c-3,2.7-4.6,6.7-4.6,11.6c0,10.8,12.4,23.5,13,24
154
+ c0.3,0.3,0.8,0.5,1.2,0.5s0.9-0.2,1.2-0.5c0.6-0.5,13-13.2,13-24C296.5,388.1,295,384.1,292,381.5z M282.3,413.4
155
+ c-1.2-1.3-3-3.4-4.8-6c-3.9-5.5-5.9-10.4-5.9-14.2c0-10.7,8.2-11.6,10.7-11.6c10,0,10.7,8.9,10.7,11.6
156
+ C293.1,400.8,285.4,410.1,282.3,413.4z M282.3,385.6c-3.8,0-6.8,3.1-6.8,7s3.1,6.9,6.8,6.9s6.8-3.1,6.8-7S286.1,385.6,282.3,385.6z
157
+ M282.3,396.5c-2.1,0-3.8-1.8-3.8-4s1.7-4,3.8-4c2.1,0,3.8,1.8,3.8,4S284.5,396.5,282.3,396.5z"/>
158
+ <path id="XMLID_1385_" d="M97.6,446.1h-1.1v-2.6c0-5.7-3.8-9.6-9.2-9.6c-5.4,0-9.2,3.9-9.2,9.6v2.6H77c-0.8,0-1.5,0.7-1.5,1.5v19.1
159
+ c0,0.8,0.7,1.5,1.5,1.5h20.7c0.8,0,1.5-0.7,1.5-1.5v-19.1C99.1,446.8,98.4,446.1,97.6,446.1z M81.1,443.5c0-3.9,2.5-6.5,6.1-6.5
160
+ s6.1,2.6,6.1,6.5v2.6H81.1V443.5z M96,465.3H78.4v-16.1H96V465.3z"/>
161
+ <path id="XMLID_1396_" d="M149,447.6h-16.6v-2.7c0-3.9,2.5-6.6,6.1-6.6c2.6,0,4.7,1.4,5.6,3.7c0.3,0.8,1.2,1.2,2,0.9
162
+ c0.8-0.3,1.2-1.2,0.9-2c-1.3-3.6-4.6-5.7-8.5-5.7c-5.4,0-9.2,4-9.2,9.7v2.7h-1.2c-0.8,0-1.5,0.7-1.5,1.5v19.3c0,0.8,0.7,1.5,1.5,1.5
163
+ h20.8c0.8,0,1.5-0.7,1.5-1.5v-19.3C150.6,448.3,149.9,447.6,149,447.6z M147.5,466.9h-17.8v-16.2h17.8V466.9z"/>
164
+ <path id="XMLID_89_" d="M187.7,469.4c-0.5,0-1-0.2-1.3-0.5c-0.6-0.5-0.9-1.3-0.7-2.1l3-15.2l-1.6,0.9c-1,0.5-2.3,0.2-2.9-0.8
165
+ c-0.5-1-0.2-2.3,0.8-2.9l5.7-3.2c0.7-0.4,1.6-0.4,2.3,0.1s1,1.3,0.9,2.1l-3.1,15.8l2.6-1.1c1.1-0.5,2.3,0,2.8,1.1s0,2.3-1.1,2.8
166
+ l-6.3,2.7C188.3,469.3,188,469.4,187.7,469.4z M193.7,440.3c0.5-0.5,0.9-1.3,0.9-2.1c0-0.8-0.3-1.6-0.9-2.1
167
+ c-0.5-0.5-1.3-0.9-2.1-0.9s-1.6,0.3-2.1,0.9c-0.5,0.5-0.9,1.3-0.9,2.1c0,0.8,0.3,1.6,0.9,2.1c0.5,0.5,1.3,0.9,2.1,0.9
168
+ C192.4,441.1,193.2,440.9,193.7,440.3z"/>
169
+ <path id="XMLID_228_" d="M255.9,449.1c0.5,0.5,0.5,1.3,0,1.8l-14.4,14.4c-2.4,2.4-5.1,3.7-7.7,3.7c-0.7,0-1.3-0.1-2-0.3
170
+ c-2.5-0.7-4.5-2.6-5.2-5.3c-0.9-3.3,0.3-6.8,3.2-9.8l16.1-16.1c2.6-2.6,6.2-1.8,8.3,0.3c2.9,2.9,2.1,6.2,0.1,8.2l-16.2,16.2
171
+ c-2.1,2.1-4.6,2-5.8,0.7s-1.4-3.6,0.8-5.8l10.9-10.9c0.5-0.5,1.3-0.5,1.8,0s0.5,1.3,0,1.8l-11,10.9c-0.9,0.9-1.1,1.8-0.8,2.2
172
+ c0.4,0.4,1.3,0.2,2.2-0.7l16.2-16.2c1.6-1.6,0.9-3.5-0.1-4.6c-1.2-1.2-3.2-1.8-4.7-0.3l-16,16.1c-2.3,2.3-3.2,4.9-2.6,7.3
173
+ c0.5,1.7,1.7,3,3.4,3.5c2.2,0.6,4.8-0.4,7.2-2.8l14.4-14.4C254.6,448.6,255.4,448.6,255.9,449.1L255.9,449.1z"/>
174
+ <path id="XMLID_2170_" d="M307.9,439.1l-1.1-1.1c-0.7-0.7-1.5-1-2.5-1l0,0c-1,0-1.8,0.4-2.5,1l-22.4,22.4c-0.1,0.1-0.2,0.3-0.3,0.5
175
+ l-2.7,6.7c-0.2,0.5-0.1,1.1,0.3,1.5c0.2,0.3,0.6,0.4,1,0.4c0.2,0,0.4,0,0.5-0.1l6.7-2.6c0.2-0.1,0.4-0.2,0.5-0.3l22.4-22.4
176
+ C309.3,442.8,309.3,440.6,307.9,439.1z M281.6,462.4l2,2l-3.3,1.3L281.6,462.4z M305.9,442.1l-19.6,19.6l-2.1-2.1l19.5-19.6
177
+ c0.2-0.2,0.4-0.2,0.5-0.2s0.3,0,0.5,0.2l1.1,1.1C306.2,441.4,306.2,441.9,305.9,442.1z"/>
178
+ <path id="XMLID_1943_" d="M367.2,327.3H330c-1,0-1.8,0.8-1.8,1.8v27.4c0,1,0.8,1.8,1.8,1.8h37.2c1,0,1.8-0.8,1.8-1.8V329
179
+ C369,328.1,368.2,327.3,367.2,327.3z M365.4,330.9v14.8l-3-2.5c-0.7-0.5-1.6-0.5-2.3,0l-4.8,4l-11.1-9.7c-0.7-0.6-1.6-0.6-2.3,0
180
+ l-10.3,8.3v-14.9H365.4z M331.8,354.8v-4.4l11.3-9.2l11.1,9.7c0.7,0.6,1.6,0.6,2.3,0l4.8-4l4.1,3.5v4.4H331.8z M351.3,336.9
181
+ c0-1.8,1.5-3.2,3.3-3.2s3.3,1.5,3.3,3.2s-1.5,3.2-3.3,3.2S351.3,338.6,351.3,336.9z"/>
182
+ <path id="XMLID_1952_" d="M6.2,387.1l-4.7,22.4c-0.1,0.7-0.7,1.2-1.4,1.2c-0.1,0-0.2,0-0.3,0c-0.8-0.1-1.3-0.9-1.1-1.7l4.4-21
183
+ l-28.1-5.7l-0.7,3.1c-0.2,0.8-1,1.3-1.8,1.1c-0.8-0.2-1.3-1-1.1-1.8l1-4.6c0.2-0.8,0.9-1.3,1.7-1.1L5,385.3c0.4,0.1,0.7,0.3,0.9,0.6
184
+ C6.2,386.3,6.3,386.6,6.2,387.1z M-2.9,413.8c0,1.1-0.9,2-2,2h-31.8c-1.1,0-2-0.9-2-2v-24c0-1.1,0.9-2,2-2h31.8c1.1,0,2,0.9,2,2
185
+ C-2.9,389.8-2.9,413.8-2.9,413.8z M-34.8,391.8v12.1l8.3-6.7c0.6-0.5,1.7-0.5,2.3,0l9.3,8.2l3.9-3.3c0.6-0.5,1.4-0.5,2,0l1.6,1.7
186
+ v-12L-34.8,391.8L-34.8,391.8z M-7.3,411.9v-3.6l-2.7-2.6l-3.7,3.3c-0.6,0.5-1.6,0.5-2.2,0l-9.4-8.3l-9.3,7.6v3.5h27.3V411.9z
187
+ M-15.5,399.8c1.7,0,3-1.3,3-3s-1.4-3-3-3c-1.7,0-3,1.3-3,3C-18.5,398.4-17.1,399.8-15.5,399.8z"/>
188
+ <path id="XMLID_132_" d="M344,454.1c-1,0-1.8-0.8-1.8-1.8v-15.5c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8v15.5
189
+ C345.8,453.4,345,454.1,344,454.1z M361,454.8c0-6.5-3.6-12.4-9.5-15.3c-0.9-0.4-2-0.1-2.4,0.8s-0.1,2,0.8,2.4
190
+ c4.6,2.3,7.5,7,7.5,12.1c0,7.5-6.1,13.5-13.5,13.5s-13.5-6.1-13.5-13.5c0-5.2,2.9-9.8,7.5-12.2c0.9-0.4,1.3-1.5,0.8-2.4
191
+ c-0.4-0.9-1.5-1.3-2.4-0.8c-5.8,3-9.5,8.8-9.5,15.4c0,9.5,7.6,17.1,17,17.1C353.4,471.9,361,464.3,361,454.8z"/>
192
+ <path id="XMLID_1348_" d="M407.6,448.6l-1.2,21.8c0,0.8-0.7,1.4-1.5,1.4h-19.1c-0.8,0-1.5-0.6-1.5-1.4l-1.2-21.8
193
+ c0-0.8,0.6-1.5,1.4-1.6c0.8,0,1.5,0.6,1.6,1.4l1.1,20.3h16.2l1.1-20.3c0-0.8,0.8-1.5,1.6-1.4C407,447.1,407.6,447.8,407.6,448.6z
194
+ M411.6,443.6c0,0.8-0.7,1.5-1.5,1.5h-29.4c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5h8.3v-3.4c0-0.7,0.5-1.1,1.2-1.1h10.4
195
+ c0.7,0,1.2,0.4,1.2,1.1v3.4h8.3C410.9,442.1,411.6,442.8,411.6,443.6z M391.6,442.1h7.5v-1.9h-7.5V442.1z M392.2,466.6L392.2,466.6
196
+ c0.8,0,1.3-0.7,1.3-1.4l-0.4-16.3c0-0.7-0.6-1.3-1.4-1.3c-0.7,0-1.3,0.6-1.3,1.4l0.4,16.3C390.9,465.9,391.5,466.6,392.2,466.6z
197
+ M398.5,466.6c0.7,0,1.3-0.6,1.3-1.3l0.4-16.3c0-0.7-0.6-1.4-1.3-1.4c-0.8,0-1.3,0.6-1.4,1.3l-0.4,16.3
198
+ C397.1,465.9,397.7,466.6,398.5,466.6C398.4,466.6,398.4,466.6,398.5,466.6z"/>
199
+ <path id="XMLID_1666_" d="M-21.2,489.5c-9.4,0-17.1,7.6-17.1,17.1c0,9.4,7.6,17.1,17.1,17.1s17-7.7,17-17.2
200
+ C-4.2,497.1-11.8,489.5-21.2,489.5z M-19.9,520.6c-0.1,0-0.1,0-0.3,0v-8.1c1.9,0,3.7-0.1,5.3-0.2C-16.3,516.7-18.9,519.6-19.9,520.6
201
+ z M-22.6,520.6c-1-1-3.6-3.9-5-8.2c1.6,0.1,3.3,0.2,5.3,0.2v8.1C-22.4,520.6-22.5,520.6-22.6,520.6z M-35.3,506.5
202
+ c0-0.9,0.1-1.9,0.3-2.7c0.8-0.1,2.4-0.4,4.6-0.6c-0.2,1.1-0.3,2.2-0.3,3.4s0.1,2.3,0.3,3.3c-2.2-0.2-3.7-0.4-4.6-0.6
203
+ C-35.2,508.4-35.3,507.5-35.3,506.5z M-28.5,506.5c0-1.3,0.1-2.4,0.4-3.6c1.7-0.1,3.6-0.2,5.8-0.2v7.6c-2.2,0-4.1-0.1-5.9-0.3
204
+ C-28.4,509-28.5,507.8-28.5,506.5z M-19.9,492.5c1,1,3.6,4,5,8.2c-1.6-0.1-3.3-0.2-5.2-0.2v-8.1C-20,492.5-20,492.5-19.9,492.5z
205
+ M-22.3,492.5v8.1c-1.9,0-3.7,0.1-5.2,0.2c1.4-4.2,4-7.2,5-8.2C-22.5,492.5-22.4,492.5-22.3,492.5z M-20.1,510.3v-7.6
206
+ c2.2,0,4.1,0.1,5.8,0.2c0.2,1.1,0.4,2.3,0.4,3.6s-0.1,2.4-0.3,3.6C-16,510.1-17.9,510.3-20.1,510.3z M-12,503.1
207
+ c2.2,0.2,3.7,0.4,4.6,0.6c0.2,0.9,0.3,1.8,0.3,2.7s-0.1,1.9-0.3,2.7c-0.8,0.1-2.4,0.4-4.6,0.6c0.2-1.1,0.3-2.2,0.3-3.4
208
+ C-11.7,505.4-11.8,504.1-12,503.1z M-8.1,501.4c-1-0.1-2.5-0.3-4.4-0.5c-0.9-3.2-2.4-5.8-3.7-7.6C-12.5,494.6-9.5,497.6-8.1,501.4z
209
+ M-26.2,493.3c-1.3,1.8-2.9,4.3-3.7,7.5c-1.9,0.1-3.3,0.4-4.4,0.5C-32.9,497.6-29.9,494.6-26.2,493.3z M-34.4,511.6
210
+ c1,0.1,2.5,0.3,4.4,0.5c0.9,3.2,2.4,5.8,3.7,7.5C-30,518.3-32.9,515.3-34.4,511.6z M-16.2,519.7c1.3-1.8,2.8-4.3,3.7-7.5
211
+ c1.9-0.1,3.3-0.4,4.4-0.5C-9.5,515.3-12.5,518.3-16.2,519.7z"/>
212
+ <path id="XMLID_1346_" d="M113.6,508.6v11.5c0,1.2-0.9,2.1-2.1,2.1h-32c-1.2,0-2.1-0.9-2.1-2.1v-11.5c0-1.2,0.9-2.1,2.1-2.1
213
+ s2.1,0.9,2.1,2.1v9.3h27.8v-9.3c0-1.2,0.9-2.1,2.1-2.1S113.6,507.4,113.6,508.6z M88.6,496.4l4.8-4.9v18.2c0,1.2,0.9,2.1,2.1,2.1
214
+ s2.1-0.9,2.1-2.1v-18.2l4.8,4.9c0.4,0.4,1,0.6,1.5,0.6s1.1-0.2,1.5-0.6c0.8-0.8,0.8-2.1,0-3l-8.4-8.6c-0.4-0.4-1-0.6-1.5-0.6
215
+ s-1.1,0.2-1.5,0.6l-8.4,8.6c-0.8,0.8-0.8,2.1,0,3C86.5,497.3,87.8,497.1,88.6,496.4z"/>
216
+ <path id="XMLID_1253_" d="M37.1,508c6.3,0,11.5-5.2,11.5-11.6s-5.2-11.6-11.5-11.6s-11.5,5.2-11.5,11.6S30.8,508,37.1,508z
217
+ M37.1,488.1c4.5,0,8.1,3.6,8.1,8.2s-3.6,8.2-8.1,8.2S29,501,29,496.4S32.7,488.1,37.1,488.1z M42.5,509.1c-0.6-0.2-1.2,0-1.6,0.3
218
+ l-3.7,3.2l-3.7-3.2c-0.5-0.4-1.1-0.5-1.6-0.3c-2.4,0.8-14.4,4.9-14.4,10.9c0,0.9,0.8,1.7,1.7,1.7h36c0.9,0,1.7-0.8,1.7-1.7
219
+ C56.9,514,44.9,509.8,42.5,509.1z M21.7,518.2c1.9-2,6.4-4.2,10.2-5.5l4.1,3.5c0.6,0.6,1.6,0.6,2.2,0l4.1-3.5
220
+ c3.8,1.3,8.3,3.6,10.2,5.5H21.7z"/>
221
+ <path id="XMLID_85_" d="M156.7,506.6v-15.8c0-1.9-1.3-3.4-2.8-3.4c-1.6,0-2.8,1.5-2.8,3.4v15.8c0,1.9,1.3,3.4,2.8,3.4
222
+ C155.5,510.1,156.7,508.6,156.7,506.6z M156.4,518.9c0.6-0.6,1.1-1.6,1.1-2.5c0-0.9-0.4-1.8-1.1-2.5c-0.6-0.6-1.6-1.1-2.5-1.1
223
+ s-1.8,0.4-2.5,1.1c-0.6,0.6-1.1,1.6-1.1,2.5c0,0.9,0.4,1.8,1.1,2.5c0.6,0.6,1.6,1.1,2.5,1.1C154.8,519.9,155.7,519.6,156.4,518.9z"
224
+ />
225
+ </svg>
@@ -0,0 +1,76 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 960 560" style="enable-background:new 0 0 960 560;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#1CB1E6;}
7
+ .st1{fill:#2A5B83;}
8
+ .st2{fill:#24A9E6;}
9
+ .st3{fill:#187FB8;}
10
+ .st4{fill:#1A70F9;}
11
+ .st5{fill:#E64C87;}
12
+ .st6{fill:#43619C;}
13
+ .st7{fill:#F24033;}
14
+ </style>
15
+ <g id="_x30_3-SINGLE-COLOR">
16
+ <path id="Vimeo_4_" class="st0" d="M945.1,265c-5.1-0.2-8.5,2.7-10.4,8.5c0.9-0.4,1.8-0.6,2.7-0.6c1.9,0,2.7,1,2.5,3.1
17
+ c-0.1,1.3-0.9,3.1-2.5,5.5c-1.5,2.4-2.7,3.6-3.5,3.6c-1,0-1.9-1.8-2.7-5.5c-0.3-1.1-0.8-3.8-1.5-8.3c-0.7-4.1-2.4-6-5.3-5.8
18
+ c-1.2,0.1-3,1.2-5.4,3.3c-1.8,1.6-3.5,3.1-5.3,4.7l1.7,2.2c1.6-1.1,2.6-1.7,2.9-1.7c1.3,0,2.4,2,3.5,5.9c1,3.6,2,7.2,3,10.7
19
+ c1.5,3.9,3.3,5.8,5.4,5.8c3.5,0,7.7-3.2,12.7-9.6c4.8-6.1,7.3-10.9,7.5-14.5C950.7,267.6,948.9,265.2,945.1,265z"/>
20
+ <path id="Instagram_4_" class="st1" d="M817.1,262.1h-27.9c-2.4,0-4.4,1.9-4.4,4.3v28c0,2.4,2,4.3,4.4,4.3h27.9
21
+ c2.4,0,4.4-1.9,4.4-4.3v-28C821.4,264.1,819.5,262.1,817.1,262.1z M811.1,267.9c0-0.6,0.5-1.1,1.1-1.1h3.4c0.6,0,1.1,0.5,1.1,1.1
22
+ v3.4c0,0.6-0.5,1.1-1.1,1.1h-3.4c-0.6,0-1.1-0.5-1.1-1.1V267.9z M803.1,273.5c3.9,0,7.1,3.1,7.1,7s-3.2,7-7.1,7c-3.9,0-7-3.1-7-7
23
+ S799.2,273.5,803.1,273.5z M818,294.2c0,0.6-0.5,1.1-1.1,1.1h-27.5c-0.6,0-1.1-0.5-1.1-1.1V277h4.6c-0.6,0.9-0.8,2.5-0.8,3.5
24
+ c0,6.1,5,11.1,11.2,11.1s11.2-5,11.2-11.1c0-1-0.1-2.6-0.9-3.5h4.6v17.2H818z"/>
25
+ <path id="Twitter_4_" class="st2" d="M692.4,265.3c-1.5,0.9-3.1,1.6-4.9,1.9c-1.4-1.5-3.4-2.5-5.6-2.5c-4.2,0-7.7,3.5-7.7,7.9
26
+ c0,0.6,0.1,1.2,0.2,1.8c-6.4-0.3-12-3.5-15.8-8.2c-0.7,1.2-1,2.5-1,4c0,2.7,1.4,5.1,3.4,6.6c-1.3,0-2.4-0.4-3.5-1v0.1
27
+ c0,3.8,2.6,7,6.2,7.7c-0.6,0.2-1.3,0.3-2,0.3c-0.5,0-1,0-1.4-0.1c1,3.1,3.8,5.4,7.2,5.5c-2.6,2.1-5.9,3.4-9.5,3.4
28
+ c-0.6,0-1.2,0-1.8-0.1c3.4,2.2,7.4,3.5,11.8,3.5c14.1,0,21.9-12,21.9-22.4c0-0.3,0-0.7,0-1c1.5-1.1,2.8-2.5,3.8-4.1
29
+ c-1.4,0.6-2.9,1.1-4.4,1.2C690.6,268.7,691.8,267.2,692.4,265.3z"/>
30
+ <g id="LinkedIn_4_">
31
+ <rect x="529.3" y="274.8" class="st3" width="7.2" height="22.8"/>
32
+ <path class="st3" d="M556.1,274.6c-4.1,0-6.7,2.2-7.2,3.8v-3.6h-8.1c0.1,1.9,0,22.8,0,22.8h8.1v-12.3c0-0.7,0-1.4,0.2-1.9
33
+ c0.6-1.4,1.7-2.8,3.9-2.8c2.8,0,4.1,2.1,4.1,5.2v11.8h8.2v-12.7C565.2,277.9,561.2,274.6,556.1,274.6z"/>
34
+ <path class="st3" d="M532.7,264.1c-2.7,0-4.4,1.7-4.4,4c0,2.2,1.7,3.9,4.3,3.9h0.1c2.7,0,4.4-1.7,4.4-4
35
+ C537,265.8,535.4,264.1,532.7,264.1z"/>
36
+ </g>
37
+ <g id="Behance_4_">
38
+ <path class="st4" d="M414.4,279.5c0.8-0.4,1.3-0.8,1.7-1.3c0.7-0.8,1-1.9,1-3.3c0-1.3-0.3-2.5-1-3.4c-1.2-1.5-3.1-2.3-5.9-2.4
39
+ h-10.9v22.3h10.2c1.2,0,2.2-0.1,3.2-0.3c1-0.2,1.8-0.6,2.6-1.1c0.6-0.5,1.2-1.1,1.6-1.8c0.7-1,1-2.2,1-3.6c0-1.3-0.3-2.4-0.9-3.3
40
+ C416.4,280.6,415.6,279.9,414.4,279.5z M403.9,273.1h4.9c1.1,0,2,0.1,2.7,0.3c0.8,0.3,1.2,1,1.2,2.1c0,0.9-0.3,1.6-0.9,2
41
+ c-0.6,0.4-1.4,0.6-2.4,0.6h-5.5V273.1z M411.7,287.2c-0.5,0.3-1.3,0.4-2.3,0.4h-5.5v-6h5.6c1,0,1.7,0.1,2.3,0.4
42
+ c1,0.4,1.4,1.2,1.4,2.4C413.1,285.8,412.6,286.8,411.7,287.2z"/>
43
+ <rect x="422.8" y="270.2" class="st4" width="9.7" height="2.8"/>
44
+ <path class="st4" d="M434.5,277.8c-0.8-1.1-1.7-1.9-2.9-2.4s-2.5-0.8-3.9-0.8c-2.5,0-4.4,0.8-6,2.3c-1.5,1.5-2.3,3.7-2.3,6.6
45
+ c0,3.1,0.8,5.3,2.6,6.6c1.7,1.4,3.7,2,5.9,2c2.7,0,4.8-0.8,6.3-2.4c1-1,1.5-2,1.6-3h-4.5c-0.3,0.5-0.6,0.9-0.9,1.1
46
+ c-0.6,0.5-1.4,0.8-2.4,0.8c-0.9,0-1.7-0.2-2.4-0.6c-1.1-0.7-1.7-1.8-1.8-3.5H436c0-1.4,0-2.5-0.1-3.3
47
+ C435.6,279.9,435.2,278.8,434.5,277.8z M423.9,281.6c0.2-1.1,0.5-1.9,1.2-2.6c0.6-0.6,1.5-0.9,2.6-0.9c1,0,1.9,0.3,2.6,0.9
48
+ c0.7,0.6,1.1,1.5,1.2,2.6H423.9z"/>
49
+ </g>
50
+ <path id="Dribbble_4_" class="st5" d="M306,273.3c-0.5-1.1-1-2.1-1.7-3.1s-1.4-1.9-2.2-2.7c-0.8-0.8-1.7-1.6-2.7-2.2
51
+ c-1-0.7-2-1.2-3.1-1.7s-2.3-0.8-3.4-1.1c-1.2-0.2-2.4-0.4-3.7-0.4c-1.2,0-2.5,0.1-3.7,0.4c-1.2,0.2-2.3,0.6-3.4,1.1s-2.1,1-3.1,1.7
52
+ s-1.9,1.4-2.7,2.2c-0.8,0.8-1.6,1.7-2.2,2.7c-0.7,1-1.2,2-1.7,3.1s-0.8,2.3-1.1,3.4c-0.2,1.2-0.4,2.4-0.4,3.7
53
+ c0,1.2,0.1,2.5,0.4,3.7c0.2,1.2,0.6,2.3,1.1,3.4s1,2.1,1.7,3.1s1.4,1.9,2.2,2.7c0.8,0.8,1.7,1.6,2.7,2.2c1,0.7,2,1.2,3.1,1.7
54
+ s2.3,0.8,3.4,1.1c1.2,0.3,2.4,0.4,3.7,0.4c1.2,0,2.5-0.1,3.7-0.4c1.2-0.2,2.3-0.6,3.4-1.1s2.1-1,3.1-1.7s1.9-1.4,2.7-2.2
55
+ c0.8-0.8,1.6-1.7,2.2-2.7c0.7-1,1.2-2,1.7-3.1s0.8-2.3,1.1-3.4c0.2-1.2,0.4-2.4,0.4-3.7c0-1.2-0.1-2.5-0.4-3.7
56
+ C306.8,275.6,306.5,274.4,306,273.3z M289.1,264.8c4,0,7.6,1.5,10.3,3.9c0,0.1-2.3,3.5-8.2,5.7c-2.7-4.9-5.6-8.8-5.9-9.1
57
+ C286.6,265,287.9,264.8,289.1,264.8z M285.4,265.2C285.4,265.3,285.4,265.3,285.4,265.2C285.4,265.3,285.4,265.3,285.4,265.2
58
+ C285.3,265.3,285.4,265.3,285.4,265.2z M282.4,266.3c0.2,0.3,3.1,4.2,5.8,9c-7.5,2-14,1.9-14.5,1.9
59
+ C274.8,272.4,278.1,268.4,282.4,266.3z M277.5,290.9c-2.5-2.8-4-6.4-4-10.5c0-0.2,0-0.3,0-0.5c0.3,0,8,0.2,16.1-2.2
60
+ c0.4,0.9,0.9,1.8,1.3,2.7c-0.2,0.1-0.4,0.1-0.6,0.2C281.8,283.3,277.5,290.9,277.5,290.9L277.5,290.9z M289.1,296.1
61
+ c-3.7,0-7.1-1.3-9.8-3.4c-0.1,0-0.1-0.1-0.2-0.2c0.1,0.1,0.1,0.1,0.2,0.2s0.2,0.1,0.2,0.1s3-6.5,12.3-9.8h0.1
62
+ c2.2,5.7,3.1,10.5,3.3,11.9C293.4,295.7,291.3,296.1,289.1,296.1z M297.9,293.4c-0.2-0.9-1-5.5-3-11.2c5.1-0.8,9.4,0.6,9.8,0.7
63
+ C303.9,287.3,301.4,291.1,297.9,293.4z M293.9,279.8c-0.1-0.3-0.2-0.5-0.3-0.8c-0.3-0.8-0.7-1.5-1-2.3c6.2-2.5,8.7-6.2,8.7-6.2
64
+ c2.2,2.7,3.5,6.1,3.6,9.8C304.6,280.2,299.3,279.1,293.9,279.8z"/>
65
+ <path id="Facebook_3_" class="st6" d="M178.7,296.6c0,1.1-0.9,2-2,2h-9.4v-14.2h4.8l0.7-5.5h-5.5v-3.5c0-1.6,0.4-2.7,2.7-2.7h2.9
66
+ v-5c-0.5-0.1-2.2-0.2-4.3-0.2c-4.2,0-7.1,2.6-7.1,7.3v4.1h-4.8v5.5h4.8v14.2h-17.6c-1.1,0-2-0.9-2-2V264c0-1.1,0.9-2,2-2h32.7
67
+ c1.1,0,2,0.9,2,2L178.7,296.6L178.7,296.6z"/>
68
+ <g id="Google_x2B__1_">
69
+ <path class="st7" d="M23.4,278.2v5.1c0,0,4.9,0,6.9,0c-1.1,3.3-2.8,5.1-6.9,5.1c-4.2,0-7.5-3.4-7.5-7.6s3.3-7.6,7.5-7.6
70
+ c2.2,0,3.7,0.8,5,1.9c1.1-1.1,1-1.2,3.6-3.7c-2.3-2.1-5.3-3.3-8.6-3.3c-7.1,0-12.8,5.7-12.8,12.8c0,7.1,5.7,12.8,12.8,12.8
71
+ c10.6,0,13.2-9.2,12.3-15.4L23.4,278.2L23.4,278.2z"/>
72
+ <polygon class="st7" points="46.5,278.5 46.5,274 43.4,274 43.4,278.5 38.8,278.5 38.8,281.6 43.4,281.6 43.4,286.2 46.5,286.2
73
+ 46.5,281.6 51,281.6 51,278.5 "/>
74
+ </g>
75
+ </g>
76
+ </svg>