Smush Image Compression and Optimization - Version 2.8.0

Version Description

  • New: High-power API cluster for Smush Pro users
  • New: Updated and improved UI/UX
  • New: Stats meta box
  • Enhance: Smush will have it's own section in the GDPR policy, instead of appending to the end of the policy text
  • Enhance: Compatibility with AJAX Thumbnail Rebuild and ACF plugins
  • Enhance: Add support for image/x-png and image/x-citrix-jpeg mime types
  • Fixed: File size not updated inside the attachment details modal during Smush/restore of an image
  • Fixed: Directory Smush using mobile
  • Fixed: Smush progress during feature image upload
  • Fixed: Image width and height converted to string in async request
  • Fixed: Warnings on PHP 5.2
  • Fixed: Warnings on PHP 7.1
  • Fixed: Fixed wrong method name in S3 offload class. Thanks Tedy Warsitha
  • Fixed: Issues when editing image attributes in the media library
  • Fixed: Missing translation strings
Download this release

Release Info

Developer vanyukov
Plugin Icon 128x128 Smush Image Compression and Optimization
Version 2.8.0
Comparing to
See all releases

Code changes from version 2.7.9.1 to 2.8.0

Files changed (113) hide show
  1. _src/fonts/folder-closed.svg +12 -0
  2. _src/fonts/folder-open-selected.svg +12 -0
  3. _src/fonts/folder-open.svg +12 -0
  4. _src/fonts/image.svg +12 -0
  5. _src/fonts/smush-graphic-dashboard-summary.svg +106 -0
  6. _src/fonts/wpmudev-plugin-icons.eot +0 -0
  7. _src/fonts/wpmudev-plugin-icons.svg +157 -0
  8. _src/fonts/wpmudev-plugin-icons.ttf +0 -0
  9. _src/fonts/wpmudev-plugin-icons.woff +0 -0
  10. _src/fonts/wpmudev-plugin-icons.woff2 +0 -0
  11. _src/images/dev-team.png +0 -0
  12. _src/images/dev-team@2x.png +0 -0
  13. _src/images/df-banner.jpg +0 -0
  14. _src/images/df-icon.png +0 -0
  15. _src/images/folder-closed.svg +12 -0
  16. _src/images/folder-open-selected.svg +12 -0
  17. _src/images/folder-open.svg +12 -0
  18. {assets/shared-ui-2 → _src}/images/graphic-hb-minify-summary@2x.png +0 -0
  19. _src/images/hb-banner.jpg +0 -0
  20. _src/images/hb-icon.png +0 -0
  21. _src/images/image.svg +12 -0
  22. {assets/shared-ui-2 → _src}/images/plugins-crawl-icon.png +0 -0
  23. {assets/shared-ui-2 → _src}/images/plugins-crawl-icon@2x.png +0 -0
  24. {assets/shared-ui-2 → _src}/images/plugins-crawl.jpg +0 -0
  25. {assets/shared-ui-2 → _src}/images/plugins-defender-icon.png +0 -0
  26. {assets/shared-ui-2 → _src}/images/plugins-defender-icon@2x.png +0 -0
  27. {assets/shared-ui-2 → _src}/images/plugins-defender.jpg +0 -0
  28. {assets/shared-ui-2 → _src}/images/plugins-smush-icon.png +0 -0
  29. {assets/shared-ui-2 → _src}/images/plugins-smush-icon@2x.png +0 -0
  30. {assets/shared-ui-2 → _src}/images/plugins-smush.jpg +0 -0
  31. _src/images/sc-banner.png +0 -0
  32. _src/images/sc-icon.png +0 -0
  33. _src/images/share-bg-small.png +0 -0
  34. _src/images/smush-graphic-dashboard-summary.svg +106 -0
  35. _src/images/smush-no-media.png +0 -0
  36. _src/images/smush-promo.png +0 -0
  37. _src/images/smush-quicksetup.png +0 -0
  38. _src/images/spinner.gif +0 -0
  39. _src/images/whatsapp-button-16px.png +0 -0
  40. _src/js/app.js +24 -0
  41. _src/js/index.js +0 -3
  42. _src/js/media.js +124 -0
  43. _src/js/modules/admin.js +2649 -0
  44. _src/js/modules/bulk-smush.js +18 -0
  45. _src/js/modules/modals.js +49 -0
  46. _src/js/modules/notice.js +64 -0
  47. _src/js/public-resize-detection.js +91 -0
  48. _src/scss/admin.scss +0 -1
  49. _src/scss/app.scss +8 -0
  50. _src/scss/common.scss +933 -0
  51. _src/scss/modules/_admin.scss +402 -0
  52. _src/scss/modules/_directory-smush.scss +88 -0
  53. _src/scss/modules/_media.scss +152 -0
  54. _src/scss/modules/_resize-detection.scss +128 -0
  55. _src/scss/modules/_variables.scss +6 -0
  56. assets/css/admin.min.css +3 -0
  57. assets/css/common.min.css +1 -0
  58. assets/css/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  59. assets/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  60. assets/css/jQueryFileTree.min.css +0 -1
  61. assets/css/jquery-ui.css +0 -1225
  62. assets/css/notice.css +0 -182
  63. assets/css/wp-smushit-admin.css +0 -3026
  64. assets/fonts/folder-closed.svg +12 -0
  65. assets/fonts/folder-open-selected.svg +12 -0
  66. assets/fonts/folder-open.svg +12 -0
  67. assets/fonts/image.svg +12 -0
  68. assets/fonts/smush-graphic-dashboard-summary.svg +106 -0
  69. assets/fonts/wpmudev-plugin-icons.eot +0 -0
  70. assets/fonts/wpmudev-plugin-icons.svg +167 -0
  71. assets/fonts/wpmudev-plugin-icons.ttf +0 -0
  72. assets/fonts/wpmudev-plugin-icons.woff +0 -0
  73. assets/fonts/wpmudev-plugin-icons.woff2 +0 -0
  74. assets/images/ajax-loader.gif +0 -0
  75. assets/images/application.png +0 -0
  76. assets/images/code.png +0 -0
  77. assets/images/css.png +0 -0
  78. assets/images/db.png +0 -0
  79. assets/images/directory-lock.png +0 -0
  80. assets/images/directory.png +0 -0
  81. assets/images/doc.png +0 -0
  82. assets/images/file-lock.png +0 -0
  83. assets/images/file.png +0 -0
  84. assets/images/film.png +0 -0
  85. assets/images/flash.png +0 -0
  86. assets/images/folder_open.png +0 -0
  87. assets/images/graphic-hb-minify-summary@2x.png +0 -0
  88. assets/images/help.png +0 -0
  89. assets/images/html.png +0 -0
  90. assets/images/hummingbird.png +0 -0
  91. assets/images/icon-gzip.svg +0 -1
  92. assets/images/java.png +0 -0
  93. assets/images/linux.png +0 -0
  94. assets/images/loading.gif +0 -0
  95. assets/images/music.png +0 -0
  96. assets/images/pdf.png +0 -0
  97. assets/images/php.png +0 -0
  98. assets/images/picture.png +0 -0
  99. assets/images/plugins-crawl-icon.png +0 -0
  100. assets/images/plugins-crawl-icon@2x.png +0 -0
  101. assets/images/plugins-crawl.jpg +0 -0
  102. assets/images/plugins-defender-icon.png +0 -0
  103. assets/images/plugins-defender-icon@2x.png +0 -0
  104. assets/images/plugins-defender.jpg +0 -0
  105. assets/images/plugins-smush-icon.png +0 -0
  106. assets/images/plugins-smush-icon@2x.png +0 -0
  107. assets/images/plugins-smush.jpg +0 -0
  108. assets/images/ppt.png +0 -0
  109. assets/images/psd.png +0 -0
  110. assets/images/ruby.png +0 -0
  111. assets/images/script.png +0 -0
  112. assets/images/smush-graphic-bulksmush-upsell@2x.png +0 -0
  113. assets/images/smush-graphic-dashboard-summary.svg +97 -0
_src/fonts/folder-closed.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-closed</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Closed" fill="#888888">
9
+ <path d="M0,1 C0,0.44771525 0.45303631,0 0.99703014,0 L7.00296986,0 C7.5536144,0 8,0.44386482 8,1 L8,2 L0,2 L0,1 Z M0,3 L18,3 L18,15 L0,15 L0,3 Z" id="folder-closed"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
_src/fonts/folder-open-selected.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-open</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Open" fill="#17a8e3">
9
+ <path d="M2.00010759,5 L17.9871925,5 L16.1942557,14.0229504 C16.0870306,14.56256 15.5496251,15 14.9982973,15 L0.791347791,15 C0.238063241,15 -0.104466299,14.5709592 0.0287507007,14.0317368 L0.246548481,13.1501568 L2.00010759,5 Z M0.000107590658,0.99396592 C0.000107590658,0.4450137 0.453143901,0 0.997137731,0 L7.00307745,0 C7.55372199,0 8.00010759,0.44386482 8.00010759,1 L8.00010759,2 L16.5001076,2 L16.5001076,4 L1.50010759,4 L0.000107590658,10.5 L0.000107590658,2.44374814 L0.000107590658,0.99396592 Z" id="folder-open"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
_src/fonts/folder-open.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-open</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Open" fill="#888888">
9
+ <path d="M2.00010759,5 L17.9871925,5 L16.1942557,14.0229504 C16.0870306,14.56256 15.5496251,15 14.9982973,15 L0.791347791,15 C0.238063241,15 -0.104466299,14.5709592 0.0287507007,14.0317368 L0.246548481,13.1501568 L2.00010759,5 Z M0.000107590658,0.99396592 C0.000107590658,0.4450137 0.453143901,0 0.997137731,0 L7.00307745,0 C7.55372199,0 8.00010759,0.44386482 8.00010759,1 L8.00010759,2 L16.5001076,2 L16.5001076,4 L1.50010759,4 L0.000107590658,10.5 L0.000107590658,2.44374814 L0.000107590658,0.99396592 Z" id="folder-open"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
_src/fonts/image.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="14px" viewBox="0 0 18 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>image</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Image-22px-Solid" fill="#888888">
9
+ <path d="M9.25,12 L15.5176792,12 C15.7911357,12 16,11.7782068 16,11.504611 L16,9 L11,4 L6.97222222,9.23611111 L4.5,8 L2,10.5 L2,11.4921684 C2,11.7786698 2.22673949,12 2.50643682,12 L9.25,12 Z M0,2.00585866 C0,0.898053512 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.897060126 18,2.00585866 L18,11.9941413 C18,13.1019465 17.1073772,14 16.0049107,14 L1.99508929,14 C0.893231902,14 0,13.1029399 0,11.9941413 L0,2.00585866 Z M4.5,7 C5.88071187,7 7,5.88071187 7,4.5 C7,3.11928813 5.88071187,2 4.5,2 C3.11928813,2 2,3.11928813 2,4.5 C2,5.88071187 3.11928813,7 4.5,7 Z" id="image"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
_src/fonts/smush-graphic-dashboard-summary.svg ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="190px" height="212px" viewBox="0 0 190 212" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
4
+ <title>smush-graphic-dashboard-summary</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <rect id="path-1" x="0" y="0" width="192" height="294.232932"></rect>
8
+ <polygon id="path-3" points="0.0420975165 0.153082421 71.7578196 0.153082421 71.7578196 130.574957 0.0420975165 130.574957"></polygon>
9
+ </defs>
10
+ <g id="Free-/-CDN---Upgrade" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-220.000000, -161.000000)">
11
+ <g id="Top-/-Free---New" transform="translate(190.000000, 132.000000)">
12
+ <g id="Graphic-/-Dashboard---Top" transform="translate(30.000000, 29.036145)">
13
+ <g id="smush-graphic-dashboard-summary">
14
+ <mask id="mask-2" fill="white">
15
+ <use xlink:href="#path-1"></use>
16
+ </mask>
17
+ <g id="mask"></g>
18
+ <g id="graphic" mask="url(#mask-2)">
19
+ <path d="M77.3656663,100.449695 C69.1752273,99.3654371 60.4983883,98.3397547 52.9182907,101.530331 C44.693198,104.992348 39.42272,112.685419 34.0186224,119.610361 C23.8351298,132.659505 11.6860566,144.174504 1.37893463,157.132764 C0.553490732,158.170524 -0.305982439,159.447419 0.107051707,160.69412 C0.424241951,161.651866 1.39267122,162.240041 2.29085659,162.74639 C4.90580293,164.220752 7.66217366,165.736178 10.6873444,165.829778 C13.7481054,165.924889 16.6384078,164.546241 19.2795785,163.047724 C25.0224078,159.789514 30.3147395,155.790047 34.9723785,151.18912 C41.8028956,144.44202 47.6350127,136.151415 56.6112468,132.437581 C61.51552,130.408559 67.2508566,129.803476 71.1767102,126.310963 C74.1063493,123.70524 75.5177834,119.913808 76.825881,116.278176 C78.8027005,110.784118 80.7305054,104.502907 77.8698615,99.385365" id="Fill-3" fill="#345468"></path>
20
+ <path d="M49.4181151,136.73663 C49.4149932,136.722137 53.1575883,133.990205 53.1544663,133.975712 C53.8522224,130.982905 54.6389541,128.009423 55.5109151,125.058887 C55.9785834,123.476432 51.5685151,124.465882 50.2501151,123.480659 C48.8577249,122.440181 47.1056859,122.403949 45.557198,123.161209 C43.0112468,124.406098 41.2507785,126.369297 39.8921054,128.632924 C32.5895493,133.330471 25.2869932,138.02832 17.9844371,142.726169 C16.1468566,143.908255 15.1824859,146.388069 16.4687298,148.317451 C17.6500761,150.089826 20.2815688,151.049988 22.249959,149.783661 C23.2215102,149.15865 24.1930615,148.533639 25.1646127,147.908628 C23.2112078,150.24472 21.3505249,152.649956 19.702759,155.194687 C17.8161639,158.108084 16.275481,161.231327 15.1340956,164.487424 C15.0660371,164.680664 15.021081,164.881754 14.9942322,165.08677 C16.481842,164.56321 17.9145054,163.822557 19.2797346,163.047785 C25.0222517,159.789575 30.3148956,155.790108 34.9725346,151.189181 C39.798759,146.421886 44.1276566,140.88616 49.4181151,136.73663" id="Fill-5" fill="#161C23"></path>
21
+ <path d="M80.2388293,73.6932736 C80.2388293,73.6932736 79.6153756,85.398191 78.652878,90.0338407 C77.6906927,94.6697924 72.1176976,100.039151 70.2798049,100.670201 C68.4419122,101.301552 60.2686439,108.454155 59.0226732,112.828628 C57.7770146,117.203102 56.8507317,124.102077 61.2817171,143.198731 C65.7130146,162.295688 62.9859902,175.814647 57.281561,186.900894 C51.5771317,197.987141 38.8314537,209.44145 34.5662439,221.807007 C30.3010341,234.172867 80.2388293,253.705217 80.2388293,253.705217 L132.311727,229.202972 C132.311727,229.202972 126.440898,203.413868 125.157776,192.247305 C123.874654,181.080743 125.007922,161.884751 138.738888,137.774118 C140.923941,123.994889 142.57358,94.7220276 138.738888,94.2893508 C134.904195,93.8566741 117.202107,90.9151969 112.60722,85.5391959 C110.477424,82.3803235 111.088078,69.4145142 111.088078,69.4145142 L80.2388293,73.6932736 Z" id="Fill-7" fill="#345468"></path>
22
+ <path d="M73.7011824,148.409271 C71.897319,149.007409 78.6198166,139.365934 77.1425093,140.370179 C76.966119,140.445663 73.1489093,143.121435 73.0870946,143.149818 C72.80768,143.258817 70.5411434,143.760939 70.2592312,143.863296 C69.5967532,144.103639 68.7385288,142.994018 68.0626263,143.196014 C67.236558,143.442697 62.1240507,143.010322 61.2817483,143.198731 C62.9891434,157.448682 61.9938654,177.743425 57.2815922,186.900894 C54.7159727,191.886792 50.7264312,196.94757 46.724402,202.13184 C47.0241093,203.051241 47.6406946,203.863453 48.5682263,204.337495 C50.5615922,205.355931 53.1971434,204.864075 54.3497678,202.871286 C58.2203629,196.177629 61.302041,189.009023 63.4115434,181.613663 C64.4324215,178.034493 65.1248702,174.383462 66.0386654,170.779534 C66.5119532,168.912049 67.0542361,167.058152 67.7582361,165.258603 C67.8465873,165.033659 68.3551532,163.911357 68.0036215,164.646273 C68.1681483,164.30297 68.329241,163.959063 68.5040702,163.620289 C68.8552898,162.940023 69.238041,162.275156 69.6541971,161.630217 C69.8917776,161.261249 70.1402849,160.899226 70.4003434,160.544751 C70.4259434,160.509726 70.4915044,160.422164 70.5542556,160.338226 C70.6329288,160.24221 70.7353288,160.116 70.7621776,160.084598 C71.3313093,159.425166 71.9444605,158.801967 72.604441,158.227077 C72.7133971,158.132269 72.8267239,158.041386 72.9381776,157.949295 C74.3124605,157.334851 75.6561483,156.647339 76.9570654,155.878606 C78.7606166,154.813369 79.5070751,152.65693 78.686002,150.775254 C77.9139434,149.006201 75.7039141,147.745008 73.7011824,148.409271" id="Fill-9" fill="#161C23"></path>
23
+ <path d="M127.915208,148.04764 C127.155013,149.01535 126.451949,150.011443 125.794779,151.028973 C124.946232,151.624394 124.404574,152.606899 124.237237,153.642848 C122.872632,156.1441 121.776827,158.764013 120.902369,161.460015 C120.696944,161.370641 120.481218,161.299686 120.257061,161.250168 C118.256203,160.809641 116.687735,161.622457 115.485159,163.128221 C115.2123,163.470014 114.952554,163.818752 114.704047,164.173529 C114.189861,163.711564 113.60793,163.382754 112.992593,163.197666 C112.981666,162.790956 112.976047,162.383944 112.979793,161.97663 C112.999149,159.838609 111.02233,157.791774 108.754232,157.889903 C106.448047,157.989845 104.549276,159.685225 104.528671,161.97663 C104.499637,165.190153 104.978857,168.378616 105.582642,171.537186 C105.486798,172.146496 105.399071,172.752787 105.301979,173.345491 L103.610818,183.686858 C102.47193,190.651655 101.333042,197.616452 100.194154,204.580948 C99.861042,206.618121 100.558798,208.552334 102.640827,209.402289 C104.74034,210.259188 106.608827,209.36817 107.917237,207.730158 C108.319344,207.226526 108.705842,206.71142 109.078603,206.188162 C109.213471,206.699946 109.365822,207.210825 109.541276,207.719892 C110.109471,209.372397 111.705725,210.802978 113.615422,210.720247 C115.444261,210.641139 117.231579,209.514006 117.690193,207.719892 C118.306466,205.30741 118.618349,202.888285 118.751032,200.463725 C118.874349,200.89459 119.000164,201.325455 119.13191,201.754811 C119.732574,203.713481 121.680983,204.953237 123.76832,204.682097 C124.9531,204.528108 126.137881,203.809195 126.83033,202.805856 C126.093549,198.790084 125.480398,195.05602 125.157588,192.247396 C124.03993,182.519869 124.757666,166.699238 134.03673,146.845324 C133.775735,146.659632 133.494447,146.499001 133.191618,146.375509 C131.103969,145.52344 129.208944,146.400268 127.915208,148.04764" id="Fill-11" fill="#161C23"></path>
24
+ <path d="M19.8473678,156.632363 C23.1163629,158.6949 24.9854751,162.271352 26.4053385,165.787718 C27.8255141,169.304085 28.9921873,173.009163 31.4057678,175.975701 C34.578919,179.875528 39.5047337,182.008718 44.3462556,183.651863 C49.1877776,185.295008 54.2459629,186.641952 58.4403044,189.500397 C55.0292605,192.331063 51.5748215,195.112815 48.0785483,197.844445 C47.4591532,198.328452 46.8132215,198.823328 46.0433483,199.019889 C45.177319,199.240605 44.2628995,199.057933 43.3875044,198.874657 C34.3894166,196.991471 24.8883824,194.855866 18.2779629,188.658594 C15.8690654,186.400402 13.9615532,183.697154 12.1402068,180.972468 C7.90184585,174.632984 4.03187512,168.062819 0.554958049,161.303641 C0.332675122,160.870965 0.106645854,160.379108 0.267114146,159.921672 C0.427270244,159.464539 0.91585561,159.206986 1.36791415,159.002876 C7.02051902,156.450898 13.4358166,155.504324 19.6182166,156.309894" id="Fill-24" fill="#00879F"></path>
25
+ <path d="M44.346318,183.651833 C39.5047961,182.008688 34.5789815,179.875498 31.4058302,175.975972 C28.9922498,173.009132 27.8255766,169.304055 26.405401,165.787688 C25.6530107,163.924431 24.7713717,162.046076 23.6249912,160.383003 C24.8206985,159.593738 25.9895571,158.767032 27.1362498,157.912549 C26.0732254,139.878413 33.4045034,121.481348 46.8391961,108.907454 C49.7407376,106.191524 52.9482302,103.71171 56.6327571,102.114459 C60.6010693,100.39432 64.9202888,99.7735361 69.2913327,99.5555371 C63.6587083,99.1449018 58.0382595,99.3752803 52.9185717,101.53021 C44.6931668,104.992228 39.423001,112.685601 34.0185912,119.61024 C23.8350985,132.659384 11.6860254,144.174383 1.37921561,157.132644 C0.553771707,158.170404 -0.306013659,159.447298 0.107020488,160.694301 C0.233459512,161.076252 0.464796098,161.399024 0.752952195,161.681637 C4.17929366,168.307358 7.98120585,174.751313 12.1399571,180.972438 C13.9616156,183.697124 15.86944,186.400372 18.2780254,188.658564 C24.8884449,194.855836 33.2808741,197.237822 42.278962,199.121008 C43.1543571,199.304284 46.4186693,200.018971 47.2843863,199.797952 C48.0545717,199.601391 47.4592156,198.328421 48.0786107,197.844415 C51.5748839,195.112785 55.0293229,192.331033 58.4403668,189.500367 C54.2457132,186.641922 49.18784,185.294978 44.346318,183.651833" id="Fill-26" fill="#00CABC"></path>
26
+ <path d="M136.457897,128.689266 C145.988277,132.55588 153.078228,140.461515 159.197565,148.516609 C165.316901,156.571704 168.504726,165.608398 176.521272,171.917386 C176.90777,172.221739 179.763731,172.093718 180.227653,172.269144 C181.077136,172.590405 182.029019,172.449098 182.928453,172.302961 C185.17657,171.937918 188.067184,172.283335 188.04814,170.078887 C188.041272,169.245539 189.761467,167.721962 187.788394,164.153662 C185.939262,160.809098 182.989019,155.170411 181.284745,151.754891 C174.645604,138.447892 170.528375,128.829969 164.072804,115.439031 C162.310462,111.782565 157.995614,105.371522 155.301058,102.292059 C148.415906,94.4232602 139.443419,93.7668476 128.836901,94.7840758 C129.808765,101.432744 130.780628,108.081111 131.753116,114.729477 C132.336921,118.724415 133.042794,122.97902 135.848804,125.964278 C136.568101,126.72969 137.375126,128.043723 136.466014,128.58872" id="Fill-28" fill="#345468"></path>
27
+ <path d="M66.1056,108.586977 C66.1056,108.586977 45.0939317,128.277543 53.6611902,140.468278 C62.228761,152.658712 80.2186927,148.268537 92.2101073,140.83785 C97.327922,137.665995 103.815024,111.526341 103.815024,111.526341 C103.815024,111.526341 72.6445268,101.275857 66.1056,108.586977" id="Fill-30" fill="#345468"></path>
28
+ <path d="M77.8699239,99.3852442 L77.3657288,100.449575 C74.7073873,100.097817 71.9978459,99.7530043 69.2914263,99.5555371 C64.9203824,99.7735361 60.6011629,100.39432 56.6328507,102.114459 C52.9480117,103.71171 49.7408312,106.191524 46.8389776,108.907454 C46.5951532,109.135719 46.3575727,109.370022 46.1174946,109.602213 C47.2223532,113.150283 49.1382946,116.489714 51.3430166,119.528415 C54.2276995,123.504331 58.8628605,128.963063 62.0675434,132.724905 C64.48768,131.985157 65.5051239,129.625212 67.7104702,128.564203 C70.118119,124.037553 73.7008702,120.06375 76.9483239,115.935356 C78.8801873,110.524028 80.6712507,104.396806 77.8699239,99.3852442" id="Fill-32" fill="#161C23"></path>
29
+ <path d="M94.4542283,142.134039 C94.4542283,142.134039 100.723731,150.520359 122.280492,149.005537 C143.837253,147.490716 141.05497,127.852385 141.037175,118.81237 C141.01938,109.772354 137.495321,105.900909 138.739106,94.2892904 C121.449428,96.7301549 110.164823,93.4692276 104.637721,99.1024795 C99.1109307,104.735731 94.4433015,101.216044 94.4542283,142.134039" id="Fill-34" fill="#00ADB9"></path>
30
+ <path d="M75.3103298,79.8085389 C75.1273834,80.3737663 103.652027,78.3450468 117.59154,81.3861634 C122.988144,91.3301801 128.492457,101.621727 129.429979,112.815464 C129.850505,117.840009 129.328827,122.904411 128.363832,127.858303 C127.437549,132.614124 126.066076,137.375983 123.376203,141.45637 C120.053198,146.49722 114.935383,150.185691 111.210271,154.956307 C108.838213,157.994404 107.065569,161.42804 105.482115,164.913307 C100.053042,176.861888 96.6966322,189.688202 95.5952078,202.695679 L82.6172566,203.740987 C85.5134907,188.085517 80.73472,172.159812 76.0055883,156.927658 C75.573198,155.536027 75.125198,154.112693 74.2279493,152.947213 C73.1742907,151.57853 71.6030127,150.692342 70.2156176,149.637976 C63.5721054,144.590785 61.2974517,135.60844 62.2000078,127.484504 C63.1028761,119.36087 66.6640859,111.776798 69.8303688,104.202087 C72.9969639,96.6270734 75.8532371,88.6296492 75.2329054,80.4812561 L75.3103298,79.8085389 Z" id="Fill-36" fill="#00CABC"></path>
31
+ <path d="M82.3505795,96.7089287 C81.8466966,96.125887 81.3259551,95.5552247 80.848921,94.9782217 C79.9863259,93.934725 79.3182283,93.0452165 77.8365502,93.0775238 C76.4394771,93.1080195 75.0055649,93.4042204 73.650638,93.7100833 C73.6456429,93.7112911 73.6406478,93.7124988 73.6353405,93.7137066 C72.6238283,97.2789871 71.2595356,100.783578 69.8303063,104.201815 C66.6640234,111.776828 63.1028137,119.3609 62.2002576,127.484534 C62.0085698,129.207995 61.9617405,130.970103 62.0675746,132.724965 C62.9329795,133.743099 63.7952624,134.761837 64.6472429,135.785104 C64.7983454,135.966266 65.1654868,135.871458 65.2048234,135.642891 C67.0168039,125.141195 76.5440624,118.260639 81.528882,109.265612 C82.7227161,107.111589 83.6680429,104.813541 84.1488234,102.408003 C84.1531941,102.38566 84.1575649,102.363316 84.1619356,102.340671 C83.6755356,100.233146 83.0299161,98.3421098 82.3505795,96.7089287" id="Fill-38" fill="#00B1B2"></path>
32
+ <path d="M51.7197737,195.572485 C47.1230127,201.833163 41.5990322,208.24934 37.7752663,214.913709 C45.5280078,215.615714 65.0620566,218.461779 83.7700371,229.865665 C101.670681,224.556996 125.08313,221.560566 130.485354,220.913513 C129.187559,214.884119 127.472671,206.614951 126.288827,199.773344 C122.508457,199.807765 99.289881,199.685782 89.5431493,192.797979 C80.601881,197.040808 59.4525346,196.045319 51.7197737,195.572485" id="Fill-40" fill="#DAD7D0"></path>
33
+ <path d="M51.7197737,195.572485 C50.3848273,197.390452 48.9712078,199.222308 47.5441639,201.068959 C49.0673639,201.282127 50.6164761,201.249518 52.1396761,200.938824 C53.3366322,200.694858 54.4408663,200.189716 55.6197151,199.891704 C57.0267785,199.535719 58.4204176,199.667364 59.78752,200.118157 C62.1851785,200.90863 64.166681,202.510108 66.4397737,203.550283 C68.4618615,204.476024 70.6428566,204.919269 72.8756761,204.920778 C73.0901541,204.92108 73.2578029,204.714253 73.1972371,204.512559 C72.8310322,203.290315 72.2437932,202.182505 71.4558127,201.205435 C73.3327298,201.997719 75.3382712,202.424659 77.4159298,202.470554 C77.6266615,202.475385 77.8024273,202.259801 77.7374907,202.062334 C77.2520273,200.583443 76.4693541,199.264277 75.3994615,198.129595 L77.0881249,197.916729 C77.2826224,197.892272 77.4006322,197.7875 77.4218615,197.593958 C77.5045932,196.840019 77.3029151,196.16851 76.950759,195.557992 C67.5817834,196.414589 56.7792078,195.881669 51.7197737,195.572485" id="Fill-42" fill="#C1BBB1"></path>
34
+ <path d="M169.6896,161.26907 C169.637151,159.023861 172.068527,157.318516 174.389073,157.248769 C176.70962,157.179021 178.878127,158.280792 180.894595,159.393734 C182.881717,160.49007 184.868215,161.645586 186.472585,163.222908 C188.076644,164.800231 189.282029,166.86307 189.366322,169.074159 C189.441561,171.035547 188.646088,172.922959 187.793171,174.704392 C183.302868,184.083181 176.87321,192.457122 171.680156,201.490192 C168.794537,206.510511 166.294478,211.727391 163.797541,216.939137 C162.385171,219.887559 160.972176,222.835981 159.559805,225.784705 C158.859863,227.245479 158.140566,228.734636 156.994498,229.902531 C154.936507,232.000394 151.8464,232.747388 148.933307,233.399876 C148.428176,233.512801 147.894946,233.625121 147.400117,233.477474 C146.833483,233.308389 146.430751,232.834648 146.070478,232.379326 C143.573229,229.227097 141.420644,225.820031 139.659863,222.232709 C142.026615,221.209141 144.443629,220.153566 146.320859,218.424067 C148.155005,216.735028 149.353522,214.512162 150.429346,212.294732 C157.272351,198.185786 160.493268,182.531221 168.375259,168.938891 C169.007454,167.848594 169.677737,166.751956 169.963083,165.53243 C170.248117,164.312904 170.084527,162.920669 169.206946,162.002476 L169.6896,161.26907 Z" id="Fill-44" fill="#161C23"></path>
35
+ <path d="M78.6530029,90.0338709 C78.6530029,90.0338709 85.2540566,98.4066037 85.0096078,110.379642 C84.7654712,122.35268 82.9734712,119.753298 91.8510517,142.51759 C95.760359,127.078911 102.1947,114.318117 103.497803,103.841784 C104.800905,93.3654516 109.026466,86.0422543 111.800632,83.4416648 C111.024827,71.5389782 111.088203,69.4142425 111.088203,69.4142425 L80.2389541,73.6933038 C80.2389541,73.6933038 79.4016468,87.8466341 78.6530029,90.0338709" id="Fill-46" fill="#C68657"></path>
36
+ <path d="M94.2757151,133.203446 C94.2313834,133.229412 94.1873639,133.255681 94.1436566,133.281648 C94.075598,133.25236 94.0012956,133.24149 93.9326127,133.255983 C93.9269932,133.111657 93.7896273,132.995109 93.6394615,132.967934 C93.7293737,132.877957 93.8208468,132.789489 93.915442,132.702229 C94.1948566,132.445582 93.8389541,132.020756 93.5114615,132.195578 C93.4590127,132.223658 93.1596176,132.403009 92.8886322,132.561224 C92.3956761,128.599198 92.1774517,124.524246 92.2539395,120.426951 C92.2608078,120.066136 92.00512,120.019637 91.9330029,120.285946 C91.8855493,120.218916 91.8215493,120.195667 91.7544273,120.266019 C91.0229541,121.036564 91.120359,122.932129 91.0591688,124.289339 C90.9536468,126.631771 90.7653932,128.960013 90.4984663,131.255646 C90.4185444,131.94346 90.3305054,132.626745 90.2365346,133.30701 C90.0139395,134.388249 89.7804176,135.462242 89.5431493,136.533819 C89.9930224,137.71832 90.4825444,138.992196 91.016398,140.370239 C91.1834224,140.184246 91.3501346,139.997044 91.5193444,139.818297 C91.6123785,139.978626 91.8480859,140.047468 92.0422712,139.897405 C92.1630907,139.803804 92.2817249,139.70809 92.4000468,139.612678 C92.3838127,139.643475 92.3660176,139.672763 92.3504078,139.703561 C92.264242,139.872948 92.3441639,140.055016 92.4793444,140.142276 C93.1312078,137.759384 93.83552,135.442012 94.5629346,133.188953 C94.4742712,133.151512 94.3709346,133.146983 94.2757151,133.203446" id="Fill-48" fill="#BB6D35"></path>
37
+ <path d="M114.535024,70.9985399 C114.484449,70.9647228 114.426693,70.9336232 114.362068,70.905845 C113.68679,70.6177964 116.308917,61.7981958 115.646751,62.0107599 C113.613424,62.6629454 107.613971,72.8768944 105.580332,73.5290798 C102.712507,74.449386 99.8321951,75.3724096 96.8572878,75.8857037 C93.8826927,76.3989978 90.7882146,76.4913907 87.8635707,75.7555685 C85.5942244,75.1846043 82.6227512,69.6060031 80.6808976,68.3514519 C79.702478,67.7191943 79.6887415,71.4614104 78.7078244,70.8424381 C76.7681561,69.6186845 78.9113756,71.8204143 78.8885854,72.0818924 C78.72,74.0390526 79.0253268,75.9427699 79.8098732,77.7586233 C79.844839,77.8398446 79.8966634,77.9047612 79.9581659,77.9530712 C79.9050927,78.700669 79.8464,79.5050311 79.7820878,80.334152 C79.7892683,80.343814 79.7948878,80.3540799 79.8023805,80.3637419 C81.6299707,82.7010418 82.5365854,85.5063451 82.2656,88.4402738 C82.1219902,89.9952531 81.4897951,91.4270417 80.9643707,92.8857028 C80.9006829,93.0623364 80.8413659,93.2398757 80.7845463,93.4174151 C82.6898732,96.9380088 85.1608976,102.968611 85.0097951,110.379672 C84.8334049,119.020827 83.8518634,120.07308 86.656,128.546358 C86.718439,126.36818 86.9191805,124.186378 87.0506146,122.037487 C87.4236878,115.92657 86.9223024,109.831353 85.4621659,103.919111 C85.3307317,103.310706 85.1821268,102.704717 85.0151024,102.10054 C84.5508683,100.423578 83.9729951,98.7312169 83.958322,96.9793743 C83.9433366,95.2239084 84.7291317,93.6562478 85.2932683,92.0239726 C85.8055805,90.5426661 86.0862439,88.977723 86.0928,87.4142895 C86.0962341,86.6437444 86.0350439,85.8722936 85.9139122,85.109297 C87.4024585,86.3191614 88.8922537,87.7491384 90.5740488,88.6709542 C92.3529366,89.6456092 94.208,89.4901113 96.1626537,89.2721122 C98.2534244,89.0390163 100.359493,88.8062223 102.43278,88.4514455 C104.589737,88.0830815 105.919688,86.9885573 107.413854,85.5335195 C108.832156,84.1524564 110.250459,82.7713933 111.668761,81.3903301 C111.551063,79.5213357 111.457405,77.9367666 111.382166,76.5904263 C111.670634,76.0861903 111.991259,75.597957 112.3456,75.1290478 C112.82919,74.4895437 113.377093,73.9043884 113.960273,73.3494269 C114.288702,73.0369214 114.595278,72.8174126 114.678634,72.3593731 C114.73202,72.0652858 114.497561,71.8644972 114.223141,71.812262 C114.878439,71.7551958 114.960859,71.283871 114.535024,70.9985399" id="Fill-50" fill="#BB6D35"></path>
38
+ <path d="M67.6533073,192.273574 C66.7114146,191.809798 65.7361171,191.480082 64.7364683,191.188108 C64.7389659,191.188108 64.7411512,191.18841 64.7436488,191.18841 C65.2531512,191.221925 65.8432,191.198374 66.3124293,191.405503 C66.6861268,191.570361 67.0264195,191.865656 67.3639024,192.087882 C67.4594341,192.150987 67.5571512,192.211073 67.6533073,192.273574 M77.7041171,199.649912 C77.0984585,199.057208 76.4746927,198.481413 75.8343805,197.924036 C74.2958829,196.585244 72.6584195,195.344582 70.9422829,194.21926 C71.2341854,194.373853 71.5260878,194.528143 71.822361,194.674583 C73.1916488,195.350923 74.9287024,196.300215 76.4878049,196.39442 C76.8999024,196.419481 77.4737171,196.417065 77.7621854,196.088255 C78.1143415,195.687282 77.7912195,195.375984 77.5320976,195.012451 C76.5824,193.681509 75.4678634,192.420014 74.3773659,191.197166 C73.7891902,190.538036 73.1769756,189.849014 72.5113756,189.221587 C73.9624585,189.51175 76.3164098,189.812781 76.080078,188.499956 C75.9636293,187.851696 74.8440976,187.373125 74.3617561,187.027104 C73.2247415,186.211872 72.0877268,185.39664 70.9507122,184.581409 C70.0366049,183.926204 69.0972098,183.053302 68.0379317,182.624248 C67.0326634,182.216934 65.8344585,182.420742 64.7842341,182.506795 C62.1193366,182.725699 59.4825366,183.163207 56.8885073,183.79003 C56.8354341,183.803013 56.7932878,183.825055 56.7592585,183.852833 C54.5401756,184.255014 52.312039,184.511359 50.0657951,184.781593 C48.0062439,185.02888 44.9298732,199.453955 45.9382634,199.638137 C48.156722,200.042733 50.6733268,199.726302 52.6819902,199.363675 C53.6088976,199.196402 54.492722,198.927073 55.4030829,198.701828 C56.5416585,198.419818 57.5494244,198.850381 58.6358634,199.174058 C60.464078,199.71815 62.2851122,200.287303 64.0746146,200.941904 C65.8291512,201.583521 67.5593366,202.310587 69.3841171,202.750209 C70.1065366,202.924125 72.523239,203.662966 73.0355512,202.822976 C73.5403707,201.995364 72.1660878,200.869137 71.6615805,200.424684 C70.5027122,199.403229 69.1162537,198.666199 67.6739122,198.090404 C65.6103024,197.266114 63.4589659,196.603965 61.2920195,195.988012 C63.5382634,196.293271 65.7870049,196.604568 67.8930732,197.434897 C70.9235512,198.629967 73.5010341,200.902954 76.8115512,201.409907 C77.3706927,201.495657 78.5626537,201.623377 78.5420488,200.766478 C78.5308098,200.30874 77.9963317,199.935847 77.7041171,199.649912" id="Fill-56" fill="#C68657"></path>
39
+ <path d="M59.3272507,186.730179 C57.71008,185.732576 55.9908215,184.901644 54.1981971,184.26063 C52.8260995,184.45387 51.449319,184.615105 50.0656702,184.781473 C48.0064312,185.02876 46.127641,185.628106 44.6490849,187.090994 C44.4720702,187.266118 44.3034849,187.4503 44.1427044,187.641125 C43.3809483,188.323806 42.7421971,189.148096 42.2788995,190.097992 C41.1384507,192.435896 40.9127337,196.362294 43.039719,198.279598 C43.025358,198.386182 43.0593873,198.498503 43.1739629,198.575799 C44.2257483,199.284447 45.5094946,199.634393 46.858802,199.76483 C45.5400898,196.457404 48.6192702,193.550348 51.0369093,191.580808 C53.4392507,189.62395 56.2433873,188.192765 59.247641,187.319863 C59.5279922,187.23834 59.5695141,186.879638 59.3272507,186.730179" id="Fill-60" fill="#00CABC"></path>
40
+ <path d="M68.4054478,148.061348 C68.5930771,148.216544 70.020121,149.489815 70.2155551,149.638066 C70.6879063,149.99707 71.1811746,150.33675 71.6685112,150.682469 C78.5608429,148.981654 85.4278868,144.76298 90.6646478,140.050034 C90.7202185,140.000215 90.7745405,139.942545 90.8288624,139.88578 C90.448921,138.902973 78.1659161,148.086409 68.4054478,148.061348" id="Fill-62" fill="#00B1B2"></path>
41
+ <path d="M52.9184156,101.53021 C50.091801,102.719844 47.6142205,104.409488 45.3604839,106.395634 C45.5306302,107.482006 45.7872546,108.552677 46.1150595,109.604628 C46.355762,109.371834 46.594279,109.136625 46.83904,108.907454 C49.7408937,106.191524 52.9480741,103.71171 56.6329132,102.114459 C60.6009132,100.39432 64.9204449,99.7735361 69.2914888,99.5555371 C63.6585522,99.1449018 58.0384156,99.3752803 52.9184156,101.53021" id="Fill-64" fill="#00B1B2"></path>
42
+ <path d="M129.096617,123.385005 L128.82126,123.114167 L91.8433093,142.51759 C90.2320702,143.47594 83.1664702,155.950799 94.5594068,168.42596 C96.670158,170.737595 99.0980995,172.735215 101.652168,174.457165 C102.785124,171.224318 104.062002,168.038573 105.481865,164.913518 C107.065631,161.428251 108.837963,157.994615 111.210334,154.956518 C114.935446,150.185902 120.053573,146.497129 123.376265,141.456279 C126.066139,137.375893 127.437612,132.614033 128.363582,127.858212 C128.652363,126.375698 128.900558,124.88322 129.096617,123.385005" id="Fill-66" fill="#00B1B2"></path>
43
+ <path d="M159.197534,148.516609 C165.317182,156.571704 168.504695,165.608398 176.521241,171.917386 C176.679524,172.042086 177.251465,172.09402 177.903641,172.124213 C177.837768,172.107607 177.771582,172.090094 177.706646,172.076507 C177.417241,171.898666 176.86247,171.548418 177.042295,171.722032 C176.755387,171.471726 176.491895,171.202398 176.224031,170.930352 C176.213729,170.919784 176.202802,170.906801 176.191251,170.893213 C176.198119,170.904083 176.203739,170.912839 176.211231,170.924313 C176.20249,170.910726 176.192812,170.897742 176.183758,170.884155 C176.116324,170.80233 176.040148,170.684876 176.016421,170.642605 C175.97927,170.59037 175.941807,170.538135 175.906217,170.484994 C175.673943,170.138067 175.459153,169.781177 175.255914,169.418248 C174.788558,168.583692 174.388012,167.716527 173.986217,166.851777 C172.18329,162.97067 170.38848,159.085637 168.589612,155.202718 C166.889085,151.531759 165.375875,147.676921 163.250451,144.210676 C161.046353,140.615805 157.857904,137.782724 154.807134,134.878989 C151.264343,131.50725 147.721553,128.135512 144.179075,124.763471 C142.601553,123.262237 139.75527,123.128177 138.203036,124.763471 C137.096617,125.928951 136.716051,127.577531 137.212753,129.008112 C146.364441,132.978291 153.241163,140.675891 159.197534,148.516609" id="Fill-68" fill="#161C23"></path>
44
+ <path d="M188.57984,166.096238 C188.43904,165.525878 188.192094,164.883053 187.788738,164.153571 C185.939606,160.809007 182.98905,155.17032 181.284777,151.754801 C176.943391,143.053862 173.680016,135.929339 170.136913,128.296656 C171.780308,133.067876 173.213596,137.899785 174.315957,142.820162 C175.403645,147.678038 176.162591,152.731569 175.127977,157.600315 C174.340308,161.307204 172.339138,164.911435 169.322708,167.234845 C169.035177,167.814868 168.700503,168.377982 168.375196,168.938982 C160.493206,182.531312 157.272289,198.185575 150.429284,212.294822 C149.353772,214.512253 148.155255,216.734816 146.32142,218.424158 C144.443567,220.153355 143.058669,220.653364 139.659801,221.15911 C141.420269,224.746432 143.573167,229.227187 146.070416,232.379417 C146.430689,232.834437 144.124191,236.756608 144.690201,236.925693 C145.185655,237.073341 146.033577,236.547969 146.538084,236.435044 C149.451489,235.782557 154.936445,232.000485 156.994435,229.902622 C158.140503,228.734727 158.859801,227.24557 159.559742,225.784795 C160.972113,222.836072 162.385108,219.88765 163.797479,216.939228 C166.294416,211.727481 168.794474,206.510601 171.680094,201.490283 C176.873147,192.457212 183.303118,184.08297 187.793108,174.704181 C188.645713,172.92305 189.441811,171.035637 189.366572,169.073948 C189.326923,168.036792 189.038455,167.033453 188.57984,166.096238" id="Fill-72" fill="#00CABC"></path>
45
+ <path d="M73.8039259,201.903726 C73.6734283,201.801067 73.5291941,201.708675 73.3796527,201.620509 C72.7958478,200.996705 71.6304234,200.836376 70.8817795,200.617774 C70.660121,200.552857 70.5121405,200.69507 70.4815454,200.862645 C70.4490771,200.884988 70.4197307,200.913673 70.3956917,200.949905 C69.8365502,201.793519 70.2036917,202.303492 71.0469307,202.685745 C71.7674771,203.012442 72.9432039,203.527245 73.7452332,203.26305 C74.463282,203.026633 74.2728429,202.272392 73.8039259,201.903726" id="Fill-82" fill="#00B1B2"></path>
46
+ <path d="M78.8648898,200.248534 C78.7050459,200.089413 78.5255337,199.947502 78.3382166,199.812838 C77.9086361,199.341815 77.3351337,198.946579 76.8762068,198.561306 C76.6486166,198.370481 76.3748215,198.046804 76.0516995,198.01812 C76.0161093,198.015101 75.9876995,198.017516 75.9589776,198.019932 C75.8906068,197.980378 75.8075629,197.967998 75.7170263,198.003929 C75.6895532,198.014799 75.6645776,198.027178 75.6383532,198.038954 C75.638041,198.038048 75.6377288,198.037444 75.6374166,198.036538 C75.6264898,198.041369 75.6171239,198.04771 75.6065093,198.053145 C75.2599727,198.216795 75.0351922,198.46227 74.9633873,198.85328 C74.9552702,198.897967 74.9568312,198.939634 74.9646361,198.978282 C74.9590166,199.017232 74.9555824,199.056484 74.9605776,199.096642 C75.0074068,199.480706 75.5440702,199.76332 75.8222361,199.973167 C76.3704507,200.386821 76.9505093,200.757299 77.5636605,201.074636 C77.9083239,201.253081 78.4200117,201.609971 78.8321093,201.589439 C79.7256117,201.545054 79.2017483,200.583685 78.8648898,200.248534" id="Fill-84" fill="#00B1B2"></path>
47
+ <path d="M78.7563707,196.052355 C78.5381463,195.607298 78.1369756,195.169489 77.8428878,194.767308 C77.3686634,194.118142 76.9337756,193.360278 76.1226927,193.08008 C75.7845854,192.963532 75.6088195,193.377186 75.7927024,193.598507 C75.7942634,193.608169 75.7927024,193.617529 75.7948878,193.627493 C75.9100878,194.136258 76.5532098,194.694541 76.8794537,195.102157 C77.3240195,195.657118 77.7795122,196.203323 78.2531122,196.735338 C78.3970341,196.896874 78.6727024,196.836487 78.7769756,196.670119 C78.9165268,196.447591 78.8643902,196.272467 78.7563707,196.052355" id="Fill-86" fill="#00B1B2"></path>
48
+ <path d="M77.0982712,188.645007 C75.958759,187.948437 74.8189346,187.251867 73.6794224,186.555296 C73.6778615,186.55439 73.6769249,186.554692 73.6756761,186.553787 C73.629159,186.505175 73.5685932,186.518158 73.5308176,186.557108 C73.4493346,186.547446 73.3691005,186.628063 73.4187395,186.714417 C73.7178224,187.235562 74.1917346,187.566486 74.7302712,187.837928 C75.46112,188.206594 76.2278712,188.518495 76.985881,188.830699 C77.1145054,188.88384 77.2228371,188.721095 77.0982712,188.645007" id="Fill-88" fill="#00B1B2"></path>
49
+ <path d="M118.456663,23.7479145 C118.734829,19.5346756 96.1475122,7.74068659 95.392,7.72498583 C94.6364878,7.74068659 72.0491707,19.5346756 72.3273366,23.7479145 C72.6051902,27.9611533 72.2346146,36.5669821 72.4200585,41.138621 C72.6051902,45.7102599 72.2611512,59.8593631 73.1880585,62.0106693 C74.1927024,64.3425343 76.3078244,66.5019928 77.9093854,68.4528124 C80.3863415,71.4709818 84.3125073,74.4067222 87.236839,77.0320706 C90.708761,80.1486717 93.1754146,81.4427767 97.7734244,80.277901 C102.060488,79.1918311 105.042888,75.9402638 107.919766,72.880427 C109.878166,70.7970568 112.765659,67.1010373 114.553912,64.8790776 C115.564176,63.6236206 117.112663,63.8005561 117.753912,62.3126071 C118.68082,60.1613008 118.178498,45.7102599 118.363941,41.138621 C118.549385,36.5669821 118.178498,27.9611533 118.456663,23.7479145" id="Fill-90" fill="#C68657"></path>
50
+ <path d="M82.2587941,48.3046899 C79.1196722,46.9139648 76.9343063,44.1965254 77.5452722,40.6988789 C77.4450576,40.4102265 77.3638868,40.1224798 77.3198673,39.8380545 C77.1884332,38.9841746 77.3941698,38.1547517 78.2886088,37.5164554 C79.4549698,36.6834093 80.5813698,35.7452888 81.716199,34.8264923 C82.4710868,34.6383851 83.3277502,33.9952578 83.5943649,33.2382999 C81.5176429,32.2497559 79.389721,31.3626629 77.2180917,30.5881926 C75.6468137,31.2449071 74.4379941,32.7322523 73.383399,34.2292595 C73.4914185,37.1172937 73.7564722,40.000195 74.1807454,42.8607529 C74.2125893,43.0742229 74.2453698,43.2889006 74.2837698,43.5023706 C74.2990673,43.8435602 74.3502673,44.1657277 74.4326868,44.4694771 C75.3733307,47.2159025 78.1830868,48.7255911 81.3169015,48.2959337 C81.637838,48.2923105 81.9528429,48.2941221 82.2587941,48.3046899" id="Fill-92" fill="#BB6D35"></path>
51
+ <path d="M114.940503,44.531797 C114.888679,43.5000759 114.97266,42.4028342 114.723216,41.3934564 C114.688562,41.2533573 114.557128,41.1866291 114.42226,41.1718341 C113.394201,41.0592114 112.017733,42.2733029 111.894728,43.2920408 C111.890981,43.3110628 111.900347,43.3267636 111.900347,43.3482012 L111.900347,43.4418019 C111.900347,43.4692782 111.892542,43.4904138 111.898474,43.5136631 C111.85664,44.0689265 111.753303,44.5650102 111.52103,45.0873624 C111.314669,45.5511387 110.999977,45.9653973 110.859177,46.4575558 C110.573206,47.4557618 111.001538,48.4249819 111.284386,49.3824264 C111.339333,49.568722 111.566611,49.6629265 111.742064,49.5629851 C112.678025,49.0273476 114.707606,48.8627916 115.12782,47.7887991 C115.438767,46.9928913 114.983899,45.3886963 114.940503,44.531797" id="Fill-94" fill="#BB6D35"></path>
52
+ <path d="M121.052098,26.3155626 C117.118127,27.7395009 113.297483,29.6109108 109.648546,31.8823882 C109.66041,32.0282242 109.685073,32.169531 109.728156,32.3020817 C109.824312,32.5985845 109.973854,32.7878994 110.154302,32.9101842 C110.073444,32.954871 109.992585,33.0007655 109.911415,33.0493775 C109.55239,33.2664707 109.868332,33.9156368 110.226732,33.6991475 C110.728741,33.396002 111.2192,33.1909863 111.705912,33.0913469 C111.739629,33.090441 111.773346,33.0895352 111.806439,33.0895352 C111.860137,33.0895352 111.905405,33.0744383 111.944741,33.0511891 C112.755512,32.9443032 113.558478,33.1402608 114.386732,33.6991475 C115.8656,34.6964477 117.351961,35.8833649 117.770615,37.9806243 C118.562966,41.9489916 115.941776,45.4559982 113.686166,47.8790483 C113.273444,48.3222929 113.135766,49.0620403 113.211941,49.8020896 C113.972137,49.7163393 114.730146,49.6151902 115.475356,49.4189307 C117.096273,48.9916888 118.72999,48.0106932 119.522029,46.2543215 C119.947863,45.3104642 120.09522,44.225602 120.221659,43.1621774 C120.88601,37.5875013 121.163551,31.9457952 121.052098,26.3155626" id="Fill-96" fill="#BB6D35"></path>
53
+ <path d="M102.135633,45.9110183 C102.135633,45.9110183 104.752453,41.0863556 106.48014,40.1723901 C109.702619,39.1865635 114.446111,37.2964334 114.446111,37.2964334 C114.446111,37.2964334 116.067028,39.9848868 114.465467,42.8070986 C110.765955,43.7086846 102.135633,45.9110183 102.135633,45.9110183" id="Fill-98" fill="#FBF5E7"></path>
54
+ <path d="M113.183188,43.1225027 C113.309003,42.4769599 113.4011,41.8205473 113.423266,41.0961987 C113.441061,40.4932291 113.535969,39.873351 113.363013,39.3509988 C113.408281,39.3268437 113.447305,39.2939325 113.47072,39.2462264 C113.606525,38.9678398 113.766369,38.6631846 113.668964,38.3549062 C113.62432,38.2145052 113.4779,38.1206026 113.33273,38.1350956 C113.313686,38.12332 113.294954,38.1115444 113.276535,38.0997689 C113.188808,38.0445143 113.102642,38.0393813 113.029588,38.065046 C112.666193,38.0472317 112.488242,38.0810487 112.156066,38.2425854 C112.070837,38.2842528 112.028379,38.3573217 112.01433,38.4364294 C111.823891,38.423748 111.6091,38.5753208 111.664671,38.8126438 C111.76114,39.2250907 111.988105,39.5804714 112.089569,39.9974474 C112.242857,40.6272895 112.21351,41.3108765 112.242544,41.9521922 C112.265022,42.4380099 112.265022,42.8978611 112.248476,43.3549948 C112.572535,43.2740755 112.885354,43.1964775 113.183188,43.1225027" id="Fill-100" fill="#DAD7D0"></path>
55
+ <path d="M101.98503,45.9918168 L104.229089,45.4024344 C104.229089,45.4024344 113.819411,43.1074059 114.817811,42.9772707 C115.816523,42.8471355 116.773089,42.3199523 116.773089,42.3199523 C116.773089,42.3199523 116.007274,41.453693 114.977967,41.6780327 C114.652972,42.2432601 114.03264,42.8507588 113.535001,42.9268471 C113.037362,43.0029354 105.224055,44.8245256 104.165089,45.0087076 C103.105811,45.1928896 101.98503,45.9918168 101.98503,45.9918168" id="Fill-102" fill="#00B1B2"></path>
56
+ <path d="M111.635325,41.106827 C111.725237,42.5301613 110.605393,43.7545188 109.133705,43.8414768 C107.66233,43.9287368 106.396379,42.8456862 106.306466,41.4223519 C106.285549,41.0944475 106.328944,40.7774129 106.426037,40.4821178 C106.918681,39.972447 110.19673,38.9256289 110.574174,39.2000903 C111.177335,39.6388058 111.585686,40.3208831 111.635325,41.106827" id="Fill-104" fill="#000000"></path>
57
+ <path d="M108.331364,41.451972 C108.331364,41.451972 109.209569,41.9392994 109.71751,41.1542614 C110.804886,41.4133239 111.225413,41.7119403 111.225413,41.7119403 C111.225413,41.7119403 110.78834,43.269637 109.414993,43.4154729 C108.041022,43.5616108 107.355754,42.9550179 107.184047,42.7065232 C107.012027,42.4577265 108.331364,41.451972 108.331364,41.451972" id="Fill-106" fill="#012942"></path>
58
+ <path d="M111.060948,40.9122281 C110.857085,41.0284741 110.494002,40.995261 110.261417,41.0139811 C109.986997,41.0363245 109.711641,41.0517233 109.436285,41.063197 C109.150314,41.0755764 109.177475,41.504328 109.463446,41.4922504 C109.8309,41.4768516 110.197104,41.4536024 110.562997,41.4191815 C110.8165,41.3953284 111.084363,41.3968381 111.308207,41.2694204 C111.554841,41.1287174 111.306958,40.7718271 111.060948,40.9122281" id="Fill-108" fill="#627B8A"></path>
59
+ <path d="M102.133947,45.933875 C102.658435,45.2131497 105.32302,41.0418802 106.478142,40.3890908 C108.669752,39.1502404 111.446728,39.3295914 113.746357,38.289416 C115.924542,37.3041932 116.405635,36.6423457 116.703469,34.3343338 C115.441889,35.4466724 114.951118,36.2480151 113.651762,37.0131252 C112.768562,37.533062 110.261947,38.643287 109.350338,38.92892 C108.526455,39.1873787 107.729733,39.5243412 106.912406,39.7861212 C105.570903,40.2154766 104.401733,41.1086084 103.628738,42.2490271 C103.270962,42.7765123 103.071157,43.3586482 102.797674,43.9193466 C102.481733,44.5673049 102.194825,45.3025232 101.987216,45.9891296" id="Fill-110" fill="#00CABC"></path>
60
+ <path d="M115.170685,30.2081738 C112.1349,31.2326485 109.174665,32.4657621 106.322451,33.9005701 C106.037417,34.0442925 105.753007,34.1895245 105.465163,34.3338507 C103.108402,35.3296413 100.84967,36.8963961 100.07168,39.4061024 C99.985202,39.6847909 99.9171434,39.9755569 99.8665678,40.2780985 C99.4123239,42.6866557 99.1001288,45.4040951 98.8765971,47.6951985 C98.8491239,48.012535 98.8110361,48.327758 98.7576507,48.6384519 C98.7498459,48.7459417 98.7392312,48.8528276 98.7320507,48.9603175 C98.8603629,48.7435262 98.9989776,48.5303582 99.1457093,48.3199076 C99.292441,48.109457 99.4472898,47.9017238 99.6061971,47.6961043 C101.285495,44.8002197 102.84647,42.0827802 103.728421,39.0661205 C103.831134,38.758446 103.950392,38.4607354 104.08807,38.1754043 C104.777397,36.7496544 105.927836,35.6433546 107.759797,35.2423813 C108.020792,35.0896008 108.281787,34.9365184 108.543407,34.783436 C110.897358,33.4059961 113.334978,32.0448609 115.170685,30.2081738" id="Fill-112" fill="#BB6D35"></path>
61
+ <path d="M113.938981,26.9138522 C112.80665,24.4947272 111.27346,22.2739753 110.129264,19.8575678 C109.898552,19.3702404 109.513928,17.6434586 108.951977,17.2267845 C108.42624,16.836681 107.435333,17.2503357 106.905538,17.3931522 C104.231274,18.1138775 101.61383,19.119632 98.9785912,19.9659635 C96.2100449,20.85517 93.4536741,21.7830246 90.7076059,22.7347323 C87.9293815,23.6976117 85.0190985,24.5750427 82.3448351,25.785511 C81.5440546,26.1478362 79.1314107,27.040968 79.8263571,28.2351316 C80.256562,28.9742752 81.3289522,29.5962668 82.0894595,29.9471185 C82.6635863,30.2119178 85.5679376,30.7409127 85.7109229,31.3381455 C85.7808546,31.6310251 86.2110595,31.6086817 86.304718,31.3653199 C87.8653815,30.8988261 89.3682888,30.1485109 90.9258302,29.6346129 C92.6238595,29.0745185 94.3356254,28.5606205 96.0317815,27.9953931 C97.8384546,27.3930273 99.7028839,26.958539 101.51143,26.3625139 C102.74023,25.9576155 103.90503,25.3836319 105.115411,24.9316311 C105.000211,26.5113692 105.476308,27.9694264 106.581479,29.2556811 C107.048523,29.7994709 107.086299,29.8655953 107.705069,29.823324 C108.25703,29.7858837 108.94542,29.488777 109.505499,29.3782678 C110.409616,29.1998226 111.317167,29.0355685 112.216601,28.8368935 C113.790689,28.4890612 114.699801,28.5391829 113.938981,26.9138522" id="Fill-114" fill="#BB6D35"></path>
62
+ <path d="M80.7675005,69.8652166 C80.5371005,68.889052 80.2945249,67.9143971 79.9898224,66.9617836 C79.2143298,64.5378276 77.6393054,57.2683752 77.4953834,56.547046 C77.4763395,56.4513318 77.3758127,56.3556175 77.2774712,56.3362935 C77.2281444,56.3266315 77.1785054,56.3166675 77.1294907,56.3070055 C76.9974322,55.7300026 76.7664078,55.2155007 76.1457639,54.9171862 C74.9026029,54.3196515 73.2517151,54.9603633 72.1109541,55.4694303 C71.981081,55.5274024 71.9414322,55.6880332 71.9676566,55.8106199 C72.3288663,57.5047924 73.8061737,58.7315654 74.7533737,60.1289331 C75.8232663,61.7065577 77.0486322,63.3506085 77.929959,65.0278725 C79.0332566,67.1275474 79.9217639,69.2655683 80.5136859,71.4793757 C80.5901737,71.8918226 80.6576078,72.3012501 80.7131785,72.7025253 C80.9132956,74.1518264 80.733159,75.830902 81.3637932,77.1745248 C81.4952273,77.4538172 81.9519688,77.3064716 81.9457249,77.0223482 C81.889842,74.5784644 81.499598,72.2034223 80.7675005,69.8652166" id="Fill-116" fill="#BB6D35"></path>
63
+ <path d="M119.732574,61.3393108 C119.349198,59.7429661 118.334252,58.4479553 117.731091,56.9388706 C117.402037,56.1148826 116.853822,55.1329811 115.769881,55.1885377 C114.69874,55.2434903 114.358759,56.4612051 113.532691,56.9382667 C113.187715,57.1375456 113.549861,57.6297041 113.8939,57.4310291 C113.940105,57.4041566 113.981315,57.3712454 114.023774,57.3401458 C114.092457,59.5337233 113.391266,61.6750656 112.881764,63.7976877 C112.35353,65.9997194 111.74631,68.1887679 110.696086,70.2196009 C109.81632,71.9198122 108.981198,73.1360173 108.880983,75.0859311 C108.775774,77.1309552 109.006174,79.3852222 110.006447,81.2164744 C110.066076,81.3260778 110.181588,81.4380967 110.326135,81.4118281 C111.305491,81.2351946 111.903032,80.2644648 112.41191,79.521698 C113.179286,78.401811 113.961022,77.2837357 114.68032,76.1342588 C116.680242,72.9397578 119.017335,69.8521427 119.754427,66.1114364 C120.0635,64.5458894 120.106583,62.8982153 119.732574,61.3393108" id="Fill-118" fill="#BB6D35"></path>
64
+ <path d="M118.314583,54.8059222 C118.316457,54.5371976 118.317705,54.2672653 118.318642,53.9964272 C117.335227,54.5480674 116.166369,54.8865396 115.099598,55.1292975 C113.812418,55.422479 112.259871,55.824962 110.939286,55.703583 C109.751383,55.5942816 108.516027,55.0480762 107.339052,54.7998834 C106.803637,54.6866568 106.295071,54.4949263 105.756847,54.4007218 C105.496788,54.3551292 104.806525,54.3336916 104.493081,54.1498115 C104.426583,54.0329616 104.296398,53.948721 104.125003,53.9822361 C104.107208,53.9858594 104.089413,53.9891807 104.071305,53.9928039 C103.994193,54.0079008 103.93831,54.0483605 103.898974,54.0996899 C103.673881,54.0142415 103.448788,53.9290951 103.22432,53.8427409 C102.761647,53.6645976 102.155988,53.2310151 101.664905,53.1751566 C101.319305,53.1359047 100.788574,53.415801 100.462642,53.522083 C99.3250029,53.8937684 98.1836176,54.33188 97.0731395,54.7742187 C96.232398,55.1090677 95.4581541,55.5230243 94.544359,55.2277292 C94.0045737,55.0535111 93.4688468,54.8481935 92.9387395,54.6483107 C92.0349346,54.3071211 91.1664078,53.5930384 90.2479298,53.2319209 C90.3178615,53.0256974 90.1430322,52.7334217 89.846759,52.7907899 C88.8633444,52.9813126 87.8758712,53.3997983 86.920242,53.7038495 C85.8138224,54.0559089 84.6983493,54.3762648 83.5950517,54.7404017 C81.768398,55.3433713 79.7035395,55.91192 78.0376663,56.8690626 C77.9973932,56.8512483 77.9502517,56.8412843 77.8968663,56.8409824 C77.0555005,56.8367553 76.3221541,56.3062507 75.600359,55.9620417 C74.8785639,55.6178327 74.222642,55.2751334 73.5926322,54.7820691 C73.2919883,54.5465577 72.8942517,54.0066931 72.464359,53.764841 C72.4652956,54.0501721 72.4665444,54.3348994 72.4681054,54.6187208 C72.782798,54.9125062 73.1980176,55.2974768 73.2638907,55.3475985 C73.7181346,55.6942229 74.1911102,56.0055207 74.7049834,56.2642814 C75.669042,56.7488914 76.7751493,57.4804865 77.8968663,57.4859213 C77.9527493,57.4862233 78.0011395,57.4753535 78.0423493,57.4563314 C78.1285151,57.5001124 78.2352859,57.5058492 78.3451785,57.4421404 C80.0906615,56.4315548 82.2526127,55.8608926 84.1707395,55.2319563 C85.8394224,54.6848452 87.5886517,53.9858594 89.3213346,53.5673737 C89.3597346,53.6223264 89.4209249,53.6658054 89.5108371,53.6839216 C90.1617639,53.8149626 90.8039493,54.3336916 91.3549737,54.6543495 C91.918798,54.9825558 92.5253932,55.1833443 93.1404176,55.4046647 C93.7051785,55.6078688 94.2855493,55.8820282 94.8790322,55.9985762 C95.4160078,56.1042544 95.7503688,55.9777425 96.2661151,55.7851062 C97.6700566,55.2606404 99.0605737,54.6875626 100.477627,54.1978196 C100.757354,54.1011996 101.097959,53.9387571 101.392671,53.9124885 C101.747325,53.881087 101.915286,54.0287345 102.262759,54.1781937 C102.824086,54.4197439 103.40352,54.6344216 103.970154,54.8666117 C105.459325,55.4768278 107.025608,55.8965212 108.562544,56.3772061 C109.75232,56.7494953 111.386349,57.5928073 112.670408,57.4868272 C113.811481,57.3929245 115.004066,56.5782966 115.971247,56.0541327 C116.780144,55.6160211 117.562193,55.2515823 118.314583,54.8059222" id="Fill-120" fill="#BB6D35"></path>
65
+ <path d="M87.3316839,67.6312097 C90.831079,68.9440349 92.8116449,69.9120472 93.9342985,70.5880857 C94.4000937,70.6339803 94.888679,70.659343 95.4028644,70.659343 C95.9264156,70.659343 96.4240546,70.6261299 96.9007766,70.5705733 C97.9840937,69.9217092 99.8553912,69.0071399 103.076308,67.7821785 C103.312016,67.566897 103.53024,67.3507096 103.72786,67.1384473 C103.982299,66.4575778 106.252269,65.4448787 106.306903,64.7187185 L85.0077034,64.4919633 C85.0779473,65.4264605 86.8958595,67.057528 87.3316839,67.6312097" id="Fill-122" fill="#161C23"></path>
66
+ <path d="M86.2947902,67.6023143 C88.9718634,69.9707137 90.0405073,70.9130613 93.7331512,70.5163151 C94.2579512,70.5613038 94.8083512,70.5930073 95.3874732,70.5930073 C95.977522,70.5930073 96.5379122,70.5643232 97.0752,70.5096725 C98.2955707,69.8731878 100.403512,68.9779425 104.032156,67.7765323 C104.297834,67.5651759 104.543844,67.3260412 104.766127,67.1180062 C105.053034,66.4504219 105.186341,65.6339823 105.247532,64.7281692 L85.5274146,64.7281692 C85.6060878,65.6339823 85.8040195,67.0395024 86.2947902,67.6023143" id="Fill-124" fill="#FBF5E7"></path>
67
+ <path d="M84.2065171,64.3797934 C84.2065171,64.3797934 85.9101659,68.6706303 88.911922,71.8989483 C90.4891317,73.8404078 99.2346537,74.5336568 102.388761,71.6217695 C104.252566,69.5417206 106.057678,64.7433264 107.445073,64.0835925 C106.256234,64.2058773 104.539473,66.3526544 104.539473,66.3526544 C104.539473,66.3526544 100.955161,68.9378451 99.0913561,69.4928067 C97.2275512,70.0474662 95.2201366,70.4632345 95.2201366,70.4632345 C95.2201366,70.4632345 89.852878,69.3717296 89.136078,68.6784807 C86.8651707,66.4821857 85.1015805,64.3260485 84.2065171,64.3797934" id="Fill-126" fill="#345468"></path>
68
+ <path d="M99.9232937,57.2407479 C98.7741034,57.3123072 97.8940254,58.0294092 97.3380059,58.4952991 C96.7819863,58.961491 96.0592546,59.0330502 95.3920937,59.0330502 C94.7249327,59.0330502 94.0018888,58.961491 93.4458693,58.4952991 C92.890162,58.0294092 92.0097717,57.3123072 90.8605815,57.2407479 C89.7117034,57.1688867 90.7278985,57.7920862 91.3210693,58.0070658 C91.9139278,58.2220455 93.9157229,59.7891022 95.47264,59.7891022 C97.0292449,59.7891022 98.7978302,58.3576155 99.3906888,58.1423339 C99.9838595,57.9273543 101.072172,57.1688867 99.9232937,57.2407479" id="Fill-128" fill="#BB6D35"></path>
69
+ <path d="M76.1098615,30.2081738 C80.0837932,31.5490792 83.9287883,33.2480827 87.5705444,35.2888797 C88.425959,35.7683568 89.288242,36.2810471 89.910759,37.0241158 C90.6993639,37.9652556 91.0271688,39.1826685 91.2953444,40.3659624 C91.7717541,42.4683547 92.1207883,44.5973175 92.3505639,46.7383578 C92.36992,47.37756 92.4164371,48.0170641 92.5228956,48.6384519 C92.5307005,48.7459417 92.5413151,48.8528276 92.5484956,48.9603175 C91.0103102,46.3585202 87.9717151,44.2754519 87.363559,41.2684542 C87.1481444,40.203218 87.2536663,39.0627992 86.7956761,38.0718396 C86.3261346,37.0552154 85.3402224,36.3625702 84.3708566,35.7617142 C81.5601639,34.0186278 78.3757737,32.475726 76.1098615,30.2081738" id="Fill-130" fill="#BB6D35"></path>
70
+ <path d="M96.1603122,71.0374596 C95.316761,70.7430704 94.1276098,70.7566575 93.2259902,70.6210875 C91.9547317,70.4302629 90.467122,70.1974689 89.334478,69.605369 C89.2273951,69.5495106 89.1237463,69.5498125 89.0363317,69.5824218 C88.9286244,69.5244497 88.8118634,69.4921424 88.6844878,69.4963695 C88.5692878,69.5002947 88.4250537,69.5528319 88.3754146,69.6560946 C88.2055805,70.0096636 88.3694829,70.2620836 88.6211122,70.5335256 C88.6460878,70.5957247 88.6763707,70.6600375 88.7178927,70.730087 C89.4705951,71.990677 91.2956878,71.9638045 92.6537366,72.0347599 C93.7383024,72.0915242 95.5499707,72.460794 96.3182829,71.5767204 C96.4921756,71.3765357 96.4284878,71.1310603 96.1603122,71.0374596" id="Fill-132" fill="#FBF5E7"></path>
71
+ <path d="M87.6594263,67.9813669 C87.6288312,67.8907855 87.5604605,67.8116779 87.460558,67.781786 C87.4071727,67.7410244 87.3512898,67.704188 87.2950946,67.6733904 C87.1508605,67.5948866 86.9822751,67.6305152 86.8614556,67.723814 C86.8517776,67.7313624 86.8420995,67.7389109 86.8324215,67.7464593 C86.6853776,67.859686 86.7031727,68.0861392 86.8324215,68.2023853 C86.8558361,68.2235209 86.8811239,68.2392217 86.9073483,68.2531108 C86.9853971,68.3476173 87.0703141,68.4309521 87.1642849,68.5124753 C87.3437971,68.668879 87.7118751,68.6181535 87.7624507,68.3702626 C87.7908605,68.2304655 87.743719,68.0979148 87.6594263,67.9813669" id="Fill-134" fill="#FBF5E7"></path>
72
+ <path d="M116.088382,42.8608133 C115.9685,43.7146932 115.829573,44.5854815 115.427153,45.3433452 C114.677885,46.7533943 113.13408,47.5408479 111.601826,47.8838491 C110.069573,48.2268504 108.481748,48.2117535 106.935446,48.4810819 C104.967992,48.8240832 103.107309,49.6190852 101.266607,50.4083504 C100.696851,50.652618 98.6141971,51.8428564 98.6141971,51.8428564 C98.668519,47.9856021 99.1034068,44.1340847 99.9104312,40.365902 C100.163621,39.1826081 100.473319,37.9654972 101.219153,37.0240554 C101.807329,36.2809867 102.62247,35.7682964 103.431368,35.2888193 C107.665358,32.7785092 112.186568,30.7760583 116.873241,29.3349096 C116.979075,33.855521 116.716207,38.3848887 116.088382,42.8608133 M90.0138459,50.4083504 C88.1731434,49.6190852 86.3127727,48.8240832 84.345319,48.4810819 C82.7990166,48.2117535 81.21088,48.2268504 79.6786263,47.8838491 C78.1466849,47.5408479 76.6025678,46.7533943 75.8536117,45.3433452 C75.45088,44.5854815 75.3119532,43.7146932 75.1920702,42.8608133 C74.564558,38.3848887 74.3016898,33.855521 74.4072117,29.3349096 C79.0938849,30.7760583 83.6150946,32.7785092 87.8493971,35.2888193 C88.6579824,35.7682964 89.4731239,36.2809867 90.0616117,37.0240554 C90.8071337,37.9654972 91.1168312,39.1826081 91.3703337,40.365902 C92.177358,44.1340847 92.6122459,47.9856021 92.6662556,51.8428564 C92.6662556,51.8428564 90.5839141,50.652618 90.0138459,50.4083504 M95.3539434,33.2365487 C75.3734556,26.157619 70.6845971,22.5222889 70.9811824,24.4447263 C71.2777678,26.3674657 72.4622361,56.1101421 72.4622361,56.1101421 C72.4622361,56.1101421 76.6643824,58.3936971 78.0726946,58.3375367 C79.481319,58.2813762 88.2933385,54.9298676 89.2570849,54.9733467 C90.2208312,55.0171276 95.4201288,58.7566262 95.4201288,58.7566262 C95.4201288,58.7566262 100.525143,56.2248785 101.48889,56.1810975 C102.452636,56.1376185 111.2837,58.2813762 112.692324,58.3375367 C114.100948,58.3936971 118.31246,56.1101421 118.31246,56.1101421 C118.31246,56.1101421 119.463524,26.3674657 119.760109,24.4447263 C120.056382,22.5222889 115.334431,26.157619 95.3539434,33.2365487" id="Fill-136" fill="#00CABC"></path>
73
+ <path d="M96.2325854,54.1140319 C96.0693073,51.6230458 95.9669073,49.1380984 95.7889561,46.6486219 C95.5960195,43.9568472 95.768039,41.2321613 95.8311024,38.5397827 C95.8641951,37.1255065 95.8311024,35.7067011 95.8311024,34.291821 C95.8311024,33.8836012 95.8307902,33.4750795 95.8311024,33.0665578 C95.6721951,33.1233221 95.5148488,33.1794825 95.3540683,33.2362468 C95.0003512,33.1109426 94.6525659,32.9871481 94.3082146,32.8639576 C94.299161,32.8606362 94.2901073,32.8576169 94.2807415,32.8539936 C93.942322,32.7329166 93.6088976,32.6130473 93.2795317,32.4940839 C92.1272195,33.7821501 90.955239,35.0611583 90.0361366,36.5297833 C89.9587122,36.6535778 89.8806634,36.7791839 89.803239,36.9059977 C89.8391415,36.9455516 89.8766049,36.9832938 89.9109463,37.0240554 C90.6995512,37.9654972 91.0273561,39.1826081 91.2952195,40.365902 C92.148761,44.1340847 92.6089366,47.9856021 92.6663805,51.8428564 C92.6663805,51.8428564 90.4635317,50.652618 89.8603707,50.4083504 C89.6408976,50.3192787 89.4208,50.2302071 89.2003902,50.1417394 C88.9112976,50.6936815 88.5188683,51.2039562 88.060878,51.7957542 C86.6029268,53.6801474 84.8377756,55.4265552 82.895922,56.9317147 C85.6900683,55.9984252 88.7149268,54.9488897 89.2572098,54.9733467 C90.2209561,55.0171276 95.4199415,58.7566262 95.4199415,58.7566262 C95.4199415,58.7566262 95.7649171,58.5042063 96.2900293,58.1310113 C96.2937756,56.7922194 96.3203122,55.4504082 96.2325854,54.1140319" id="Fill-138" fill="#00B1B2"></path>
74
+ <path d="M118.319485,55.9280435 C118.32729,55.7206123 118.342275,55.3404727 118.36288,54.815403 C118.373495,54.5427533 118.385982,54.2314555 118.399719,53.884831 C118.404402,53.7598288 118.343524,53.6305994 118.348831,53.496841 C118.394724,52.333777 118.456226,50.8449221 118.456226,49.1543728 L118.456226,49.1465225 C118.456226,48.959925 118.537709,48.7712139 118.545514,48.5800873 C118.546763,48.5489877 118.581104,48.5175862 118.582353,48.4864866 C118.588909,48.3183073 118.612324,48.1489203 118.619504,47.9774196 C118.621378,47.9300154 118.63168,47.8826112 118.633553,47.834905 C118.640109,47.6679335 118.651036,47.4994522 118.658217,47.3294613 C118.660714,47.2723951 118.664773,47.2153288 118.66727,47.1582626 C118.671953,47.0423185 118.677573,46.9263745 118.682568,46.8092226 C118.687875,46.6778797 118.693807,46.5462349 118.699426,46.4133823 C118.701924,46.3475599 118.704734,46.2808316 118.707543,46.2147073 C118.713787,46.0685694 118.719719,45.9224316 118.725963,45.7750859 C118.728773,45.7026209 118.731895,45.629552 118.734704,45.556785 C118.740948,45.4133646 118.746568,45.2702461 118.752812,45.1256179 C118.757182,45.0111835 118.762178,44.8958433 118.76686,44.7808051 C118.770607,44.6881102 118.774353,44.5963211 118.778412,44.5033243 C118.786217,44.3146132 118.794021,44.1249963 118.801826,43.9347756 C118.803387,43.9030721 118.804636,43.8716706 118.805885,43.8399671 C118.853651,42.6892825 118.902978,41.5120274 118.952929,40.3338664 C118.956363,40.2550607 118.959797,40.1762549 118.963231,40.0974492 C118.970412,39.9262505 118.977592,39.7550518 118.985085,39.5838531 C118.986334,39.5563768 118.987582,39.5289005 118.988831,39.5017261 C118.997573,39.293389 119.006314,39.085354 119.015368,38.8773189 C119.017241,38.8296127 119.019426,38.7822085 119.021612,38.7345023 C119.028792,38.561492 119.036597,38.3890856 119.043778,38.2169811 C119.0469,38.1502529 119.049709,38.0835246 119.052519,38.0170983 C119.060948,37.8241601 119.069065,37.6318258 119.077807,37.4400954 C119.078743,37.4183558 119.07968,37.3966163 119.080617,37.3748768 C119.089046,37.1810328 119.097475,36.9877927 119.105904,36.7954583 C119.108714,36.7263146 119.111836,36.6577747 119.114958,36.5889329 C119.120578,36.4548726 119.126821,36.3211142 119.132441,36.1882616 C119.137436,36.0777524 119.142431,35.9678471 119.147114,35.8579417 C119.152421,35.7422996 119.157417,35.6278652 119.162412,35.5131289 C119.167095,35.410772 119.171465,35.3084151 119.176148,35.206964 C119.182704,35.0590145 119.18926,34.9122728 119.196129,34.765833 C119.198626,34.7021242 119.201436,34.6381134 119.204558,34.5747065 C119.211114,34.426757 119.21767,34.2800152 119.224226,34.1335755 C119.227973,34.0505426 119.232031,33.9675097 119.235778,33.8847788 C119.242021,33.7458874 119.248578,33.6088077 119.254509,33.471426 C119.257943,33.4001687 119.261378,33.3283076 119.264187,33.2576541 C119.271992,33.0943058 119.279173,32.9330711 119.286978,32.7724402 C119.288851,32.7226205 119.291348,32.6721969 119.293534,32.6223772 C119.301026,32.4665773 119.308207,32.3125891 119.315075,32.1592047 C119.317573,32.1054598 119.326626,32.0502052 119.329124,31.9964603 C119.34848,31.5825037 119.392812,31.1794169 119.392812,30.7875017 L119.392812,30.7817649 C119.392812,30.5924499 119.404987,30.4061544 119.414041,30.2225762 C119.415602,30.1881553 119.414041,30.1552441 119.415914,30.1211252 C119.422782,29.9746854 119.428714,29.8294533 119.435582,29.6872407 C119.438704,29.6232299 119.441202,29.5610307 119.444636,29.4979257 C119.449943,29.385001 119.455251,29.2723783 119.46087,29.162171 C119.463992,29.1002738 119.466802,29.0395843 119.469924,28.9785929 C119.475543,28.8695933 119.480851,28.7614996 119.486158,28.6555195 C119.490217,28.5812428 119.493963,28.5084758 119.497709,28.4357089 C119.50208,28.3529779 119.506451,28.2705489 119.510509,28.1899316 C119.514568,28.1147491 119.518314,28.0407743 119.522373,27.9674035 C119.527056,27.8792376 119.531739,27.7919776 119.536109,27.7062273 C119.539856,27.6413107 119.54329,27.5776019 119.546724,27.5144969 C119.551095,27.4338795 119.555465,27.3553757 119.559836,27.2774758 C119.56327,27.2143708 119.566704,27.1515678 119.570139,27.0902744 C119.574821,27.0090532 119.579192,26.9299455 119.583875,26.8517436 C119.586997,26.7955832 119.590119,26.7394228 119.593241,26.6847721 C119.5973,26.6168361 119.601046,26.5513156 119.605104,26.486097 C119.608539,26.4245017 119.612597,26.3629064 119.615719,26.3034247 C119.619778,26.2382062 119.623836,26.1763089 119.62727,26.1141098 C119.630392,26.0651959 119.633514,26.0153761 119.636636,25.9679719 C119.640695,25.9015456 119.644753,25.8387426 119.649124,25.7759395 C119.651934,25.7336683 119.654431,25.6901892 119.657241,25.6497296 C119.660987,25.5920595 119.664734,25.5392204 119.668168,25.4848716 C119.67129,25.4444119 119.6741,25.4018387 119.676909,25.3631907 C119.680968,25.3025012 119.690334,25.2472466 119.694392,25.1913881 C119.696265,25.1660254 119.705007,25.1379451 119.705007,25.1134882 L119.705007,25.1101669 C119.080617,24.8242319 118.381612,24.6029115 117.659817,24.4292973 C117.590509,24.4561698 117.517143,24.4839481 117.44409,24.5129341 C117.409436,24.5268232 117.371348,24.5416182 117.335758,24.5561112 C117.294236,24.5724158 117.253026,24.5887204 117.210256,24.6059309 C117.171856,24.6213297 117.13127,24.6379363 117.091934,24.653939 C117.051036,24.6708475 117.010451,24.6871521 116.967992,24.7043626 C116.926782,24.721573 116.883387,24.7393874 116.841241,24.7565978 C116.797221,24.7747141 116.753514,24.7925284 116.70887,24.8112485 C116.671719,24.8266474 116.633319,24.8426501 116.595231,24.8586528 C116.541534,24.8809961 116.487524,24.9033395 116.431953,24.9265887 C116.401982,24.9389682 116.371387,24.9519515 116.340792,24.9649348 C116.27367,24.993015 116.206236,25.0213972 116.136617,25.0506851 C116.11289,25.060951 116.088226,25.0712169 116.063875,25.0814828 C115.989885,25.1125824 115.91527,25.1442858 115.83847,25.1768951 C115.815368,25.1865571 115.791953,25.1965211 115.768851,25.2061831 C113.326236,26.2427352 109.574275,27.8855783 104.02126,30.0317516 C104.210139,30.9052574 104.497358,31.7697051 104.834529,32.5037157 C105.055563,32.9853063 105.388363,33.636586 105.801085,34.1707138 C109.667621,32.1800384 113.7349,30.5541039 117.930178,29.3348794 C118.041943,33.8554908 117.76409,38.3848585 117.100051,42.8607831 C116.9733,43.714663 116.825943,44.5857533 116.400109,45.343315 C115.607758,46.7533641 113.974353,47.5411196 112.353748,47.8838189 C111.700948,48.0221064 111.03847,48.101516 110.373495,48.1655268 C110.37568,49.0483927 110.655095,49.861209 111.029729,50.7501137 C111.92729,52.8799823 112.200148,54.9630506 112.212324,57.2553617 C112.214197,57.5832661 112.20327,57.9187189 112.188909,58.2565872 C112.401202,58.3033875 112.574782,58.3326755 112.69248,58.3375065 C114.100792,58.3936669 118.312617,56.110112 118.312617,56.110112 C118.312617,56.110112 118.312929,56.0913918 118.314178,56.0642174 C118.315114,56.0340237 118.316987,55.9902427 118.319485,55.9280435" id="Fill-140" fill="#00B1B2"></path>
75
+ <path d="M79.5057639,29.5039041 C79.1632859,29.931146 78.79552,30.464368 78.4683395,31.0501271 C80.776398,31.9245387 83.0329444,32.9251603 85.2261151,34.0429338 C86.4795785,33.2654441 87.78112,32.5519653 89.0430127,31.7805145 C89.3386615,31.5999557 89.6324371,31.4278512 89.9265249,31.2620874 C89.06112,30.9387121 88.2328663,30.6249988 87.4395785,30.3206456 C87.4214712,30.313701 87.4036761,30.3070584 87.3855688,30.3001138 C86.2007883,29.8453957 85.094681,29.412115 84.0631883,29.0014797 C84.0488273,28.9957429 84.0344663,28.9900061 84.0197932,28.9842693 C83.3357737,28.7116195 82.6842224,28.4489337 82.0642029,28.1968157 C82.0592078,28.1947022 82.0535883,28.1922867 82.048281,28.1901731 C81.7354615,28.0627554 81.430759,27.9380551 81.1338615,27.8160723 C80.5207102,28.3526156 79.9687493,28.9262973 79.5057639,29.5039041" id="Fill-142" fill="#00B1B2"></path>
76
+ <path d="M78.2679415,58.3156764 C78.3038439,58.3102415 78.3419317,58.3035989 78.3825171,58.2963524 C78.4084293,58.2915214 78.4346537,58.2863884 78.4621268,58.2809535 C78.5002146,58.2731032 78.5411122,58.264347 78.5826341,58.2549869 C78.6154146,58.2477404 78.6466341,58.2410978 78.6812878,58.2332474 C78.7196878,58.2241892 78.7618341,58.2133195 78.8027317,58.2033555 C78.8882732,58.1822199 78.977561,58.1592726 79.0727805,58.1339099 C79.0971317,58.1272672 79.1208585,58.1209265 79.1461463,58.1142839 C79.2110829,58.0964696 79.2782049,58.0777495 79.3472,58.0584254 C79.3684293,58.0523867 79.3899707,58.1025083 79.4118244,58.0961677 C79.4870634,58.075032 79.5638634,58.0855998 79.6437854,58.0855998 L79.6440976,58.0855998 C79.5960195,57.4817244 79.5301463,56.7942122 79.3918439,56.1592372 C79.0749659,54.7075207 78.9778732,53.3454797 79.0590439,51.8687023 C79.0952585,51.2131955 79.1049366,50.5528578 79.1118049,49.8967471 C79.1202341,49.1098974 79.2935024,48.544972 79.4917463,47.8456842 C78.0222439,47.4818493 76.5720976,46.6995286 75.8537366,45.3468477 C75.4510049,44.589286 75.3117659,43.716384 75.1921951,42.8625042 C75.1847024,42.810269 75.1787707,42.756826 75.1719024,42.7042888 C74.3296,34.3970765 74.3452098,41.7731129 73.9534049,41.278237 C73.385522,40.560833 72.6181463,39.3705945 71.7246439,38.524867 C71.7252683,38.5405677 71.7258927,38.5565704 71.7265171,38.5722712 C71.7842732,39.8787557 71.8420293,41.1997332 71.8976,42.5007828 C71.8979122,42.5053119 71.8982244,42.509539 71.8982244,42.51437 C71.9207024,43.0340048 71.9425561,43.5500164 71.9644098,44.060895 C71.9653463,44.0775015 71.9656585,44.0938062 71.9665951,44.1104127 C71.975961,44.3335447 71.9853268,44.5554689 71.9946927,44.7761854 C71.996878,44.8208722 71.998439,44.865559 72.0006244,44.9102458 C72.0209171,45.3951577 72.0412098,45.8734271 72.0611902,46.3435441 C72.0611902,46.3492809 72.0615024,46.3547158 72.0618146,46.3604526 C72.1236293,47.8363241 72.1816976,49.2279551 72.2328976,50.4737501 C72.2338341,50.4939799 72.2344585,50.5139078 72.2353951,50.5344396 C72.2678634,51.3237047 72.2978341,52.0522804 72.3243707,52.7059756 C72.3262439,52.747643 72.3278049,52.7893104 72.329678,52.8303739 C72.3702634,53.8273723 72.4030439,54.6371692 72.4258341,55.2036044 C72.4267707,55.2301749 72.4277073,55.2525183 72.4286439,55.2775791 C72.4305171,55.3192465 72.432078,55.3615178 72.433639,55.4004677 C72.4361366,55.4638747 72.4386341,55.5224506 72.4408195,55.5777052 C72.4411317,55.5861594 72.4414439,55.5946137 72.4417561,55.602766 C72.4461268,55.709652 72.4498732,55.8056682 72.4529951,55.8796429 C72.4548683,55.932482 72.4567415,55.9786785 72.4583024,56.0134013 C72.4608,56.0759024 72.4620488,56.1100214 72.4620488,56.1100214 C72.4620488,56.1100214 76.6641951,58.3935763 78.0728195,58.3374159 C78.1124683,58.3359062 78.1602341,58.3307733 78.2114341,58.3241306 C78.2289171,58.3220171 78.2488976,58.3186958 78.2679415,58.3156764" id="Fill-144" fill="#00B1B2"></path>
77
+ <path d="M102.83136,63.6750708 C100.262306,63.2692665 97.8515356,62.9166033 95.4161015,63.877671 C94.7604917,63.6992258 94.1988527,63.4588834 93.6447063,63.2632278 C93.09056,63.0675721 92.5442185,62.9166033 91.9198283,62.9166033 C88.1734868,63.5204787 84.7393405,63.218541 80.992999,62.9166033 C83.760921,65.2052911 87.8612917,65.332105 91.4802576,65.3940022 C91.9966283,65.4247998 92.511438,65.4592207 93.023438,65.5011901 C93.842638,65.5685222 94.653721,65.6557822 95.4495063,65.7774631 C97.2867746,65.6104915 99.1374673,65.5485943 100.980355,65.4568052 C101.594443,65.4260076 102.207906,65.3921906 102.819497,65.3499193 C105.344219,65.332105 108.174892,64.6442909 110.027145,62.9166033 C108.153975,62.9166033 105.279594,64.061853 102.83136,63.6750708" id="Fill-146" fill="#161C23"></path>
78
+ <path d="M90.0857756,45.9110183 C90.0857756,45.9110183 87.4689561,41.0863556 85.7409561,40.1723901 C82.5187902,39.1865635 77.7752976,37.2964334 77.7752976,37.2964334 C77.7752976,37.2964334 76.1543805,39.9848868 77.7556293,42.8070986 C81.4554537,43.7086846 90.0857756,45.9110183 90.0857756,45.9110183" id="Fill-148" fill="#FBF5E7"></path>
79
+ <path d="M78.8876176,41.1190856 C78.8838712,40.0807218 79.0340371,39.3859631 79.4967102,38.5049089 C79.5357346,38.470488 79.5675785,38.4276128 79.5803785,38.3705466 C79.5835005,38.3566575 79.5866224,38.3427683 79.5897444,38.3288792 C79.5934907,38.3216327 79.5966127,38.315292 79.6006712,38.3080455 C79.6362615,38.2443367 79.64032,38.1836472 79.6322029,38.126279 C79.6393834,38.0870271 79.637198,38.0510965 79.6309541,38.0172795 C78.5260956,37.5954725 77.7752663,37.2962522 77.7752663,37.2962522 C77.7752663,37.2962522 76.1543493,39.9850076 77.7559102,42.8069174 C78.1470907,42.9023298 78.5960273,43.012839 79.0818029,43.1333121 C78.9628566,42.4509329 78.8898029,41.7600994 78.8876176,41.1190856" id="Fill-150" fill="#DAD7D0"></path>
80
+ <path d="M90.2364098,45.9918168 L87.9923512,45.4024344 C87.9923512,45.4024344 78.4020293,43.1074059 77.4036293,42.9772707 C76.4052293,42.8471355 75.4483512,42.3199523 75.4483512,42.3199523 C75.4483512,42.3199523 76.2141659,41.453693 77.2434732,41.6780327 C77.5684683,42.2432601 78.1891122,42.8507588 78.686439,42.9268471 C79.1837659,43.0029354 86.9973854,44.8245256 88.0563512,45.0087076 C89.1156293,45.1928896 90.2364098,45.9918168 90.2364098,45.9918168" id="Fill-152" fill="#00B1B2"></path>
81
+ <path d="M85.6654985,42.7107503 C84.8650302,43.9079333 83.2122693,44.2509346 81.9741034,43.4764643 C80.7362498,42.702296 80.3815961,41.1038378 81.1823766,39.9063528 C81.3668839,39.6306837 81.5963473,39.4003052 81.8557815,39.2185387 C82.5647766,39.090819 85.8456351,40.1294848 85.9808156,40.5666906 C86.197479,41.2662803 86.1075668,42.0498086 85.6654985,42.7107503" id="Fill-154" fill="#000000"></path>
82
+ <path d="M82.6112312,41.451972 C82.6112312,41.451972 83.4897483,41.9392994 83.9976898,41.1542614 C85.0847532,41.4133239 85.50528,41.7119403 85.50528,41.7119403 C85.50528,41.7119403 85.068519,43.269637 83.6945483,43.4154729 C82.3208898,43.5616108 81.6356215,42.9550179 81.4639141,42.7065232 C81.2918946,42.4577265 82.6112312,41.451972 82.6112312,41.451972" id="Fill-156" fill="#012942"></path>
83
+ <path d="M85.3408156,40.9122281 C85.13664,41.0284741 84.7738693,40.995261 84.5412839,41.0139811 C84.2668644,41.0363245 83.9915083,41.0517233 83.71584,41.063197 C83.4301815,41.0755764 83.4573424,41.504328 83.743001,41.4922504 C84.1104546,41.4768516 84.4769717,41.4536024 84.8431766,41.4191815 C85.0963668,41.3953284 85.3645424,41.3968381 85.5880741,41.2694204 C85.8347083,41.1287174 85.5871376,40.7718271 85.3408156,40.9122281" id="Fill-158" fill="#627B8A"></path>
84
+ <path d="M90.0874615,45.933875 C89.5629737,45.2131497 86.8980761,41.0418802 85.7432663,40.3890908 C83.5513444,39.1502404 80.774681,39.3295914 78.4750517,38.289416 C76.2968663,37.3041932 75.8157737,36.6423457 75.5179395,34.3343338 C76.77952,35.4466724 77.2702907,36.2480151 78.5696468,37.0131252 C79.4528468,37.533062 81.9597737,38.643287 82.8710712,38.92892 C83.6949541,39.1873787 84.4916761,39.5243412 85.3090029,39.7861212 C86.6501932,40.2154766 87.8196761,41.1086084 88.5926712,42.2490271 C88.9504468,42.7765123 89.1502517,43.3586482 89.4237346,43.9193466 C89.7396761,44.5673049 90.0265834,45.3025232 90.2341932,45.9891296" id="Fill-160" fill="#00CABC"></path>
85
+ <path d="M128.147231,175.354705 C128.147231,175.354705 78.6880312,166.802924 88.4488117,137.642081 C90.2795239,133.137472 106.198353,121.009238 106.198353,121.009238 C106.198353,121.009238 96.1353678,117.159532 99.8720312,95.1078134 C100.961904,88.6759362 102.933729,83.4789843 105.180909,79.3442492 C105.501846,78.7533571 105.828402,78.1842045 106.158704,77.6364895 C106.543329,76.8940247 106.959173,76.174809 107.401241,75.4734077 C107.749963,74.9552826 108.106802,74.4407808 108.466763,73.9274866 C108.826724,73.4144945 109.189807,72.903012 109.547895,72.3942469 C112.524675,68.9551764 115.022236,65.0299861 114.397846,60.5009204 C114.085651,56.2737924 114.085651,52.3486021 114.648226,48.0124746 C114.752187,47.225323 114.879875,46.4436062 115.027856,45.6649089 C115.469924,43.3303265 116.089631,41.0217107 116.730256,38.7544604 C116.982509,37.9241317 117.245065,37.1037669 117.541963,36.2870254 C117.838548,35.46968 118.1701,34.6562598 118.539739,33.8488784 C112.833436,30.6148235 110.761397,25.2614679 112.316441,15.4116558 C114.775602,6.65425431 115.556402,4.05517447 115.556402,4.05517447 C115.556402,4.05517447 143.597456,10.485542 141.111758,59.7968016 C146.307309,63.4420957 144.605221,71.5678434 140.26009,84.6568433 C146.985085,89.4431599 148.479563,99.4985916 142.031485,112.025987 C142.927485,113.530241 144.785046,117.501326 144.785046,117.501326 C144.785046,117.501326 150.475739,126.972508 148.311602,133.137472 C146.147465,139.302437 121.05728,146.336981 128.147231,175.354705" id="Fill-162" fill="#012942"></path>
86
+ <g id="Group-166" transform="translate(45.892683, 0.147949)">
87
+ <mask id="mask-4" fill="white">
88
+ <use xlink:href="#path-3"></use>
89
+ </mask>
90
+ <g id="Clip-165"></g>
91
+ <path d="M69.6636878,3.90725518 C69.6636878,3.90725518 60.9934049,-2.39992172 43.9925073,1.33595361 C26.9922341,5.071527 17.1065756,22.0165734 15.8481171,31.1595494 C12.9393951,41.0685413 12.423961,46.8210586 17.2636098,66.6073389 C12.5038829,76.3925363 10.543922,74.9239113 9.27890732,83.7483429 C1.13498537,93.9432698 -10.2279805,107.835122 18.4349659,130.574957 C28.5497756,111.464413 39.0148683,96.8207362 37.5213268,90.7638657 C36.0277854,84.7069952 36.5691317,75.1083952 32.0157659,64.3153297 C27.484878,55.6155984 23.8028488,44.1338129 33.2142829,33.6689537 C39.5018927,26.677284 51.0424976,28.9472517 64.9670244,22.7116341 C76.704,17.3187246 69.6636878,3.90725518 69.6636878,3.90725518" id="Fill-164" fill="#012942" mask="url(#mask-4)"></path>
92
+ </g>
93
+ <path d="M112.970084,118.700864 C118.821869,115.120789 124.766377,110.561227 126.725713,103.838886 C126.732894,103.813825 126.734142,103.790576 126.738869,103.766002 C126.765362,103.729584 114.688406,112.269591 108.180386,115.199292 C106.296601,116.047737 104.392523,116.868706 102.500933,117.713226 C104.329147,120.292378 106.198572,121.00948 106.198572,121.00948 C106.198572,121.00948 103.545225,123.030953 100.280601,125.729672 C104.515216,123.396599 108.84942,121.222044 112.970084,118.700864" id="Fill-167" fill="#1D3650"></path>
94
+ <path d="M140.260027,84.6569339 C142.093861,79.1326815 143.453471,74.4961259 144.026037,70.7034863 C141.7851,79.8392157 134.287735,86.2632425 128.104086,93.1909014 C127.173432,94.1157367 126.310525,95.1066962 125.553452,96.1988049 C125.068613,96.8980927 128.486213,95.0514416 129.389393,94.0417619 C132.792944,90.6905552 137.196769,88.2019846 140.679618,84.9733646 C140.541003,84.8667806 140.403325,84.7589888 140.260027,84.6569339" id="Fill-169" fill="#1D3650"></path>
95
+ <path d="M142.962451,113.756181 C142.617787,113.078935 142.285924,112.453018 142.031485,112.026078 C143.446041,109.277539 144.477846,106.648567 145.156558,104.167847 C143.151017,107.375029 140.21326,110.113604 137.305787,112.488043 C132.516402,116.399344 127.304617,119.979117 123.927602,125.203848 C123.460558,125.926384 134.928421,117.890614 140.734939,114.928605 C141.46766,114.555108 142.215992,114.165911 142.962451,113.756181" id="Fill-171" fill="#1D3650"></path>
96
+ <path d="M70.0821229,74.0037561 C70.093362,73.9922825 70.1055376,73.9814127 70.1167766,73.9699391 C70.1155278,73.9687313 70.114279,73.9678255 70.1130302,73.9669197 C70.1539278,73.9161942 70.1979473,73.868488 70.2385327,73.8174605 C70.7820644,73.1362891 60.4224937,78.9226234 55.6349815,81.2472419 C55.4692059,82.0180889 55.315918,82.8894811 55.1713717,83.8961414 C53.850162,85.5504582 52.4440351,87.3019988 51.1378107,89.1728049 C52.3700449,87.9883033 53.682201,86.8759647 55.0695961,85.8442436 C60.207079,82.0238257 66.0123473,78.9987117 70.0821229,74.0037561" id="Fill-173" fill="#1D3650"></path>
97
+ <path d="M67.9929444,69.2470596 C62.9072859,65.0939063 62.6334907,58.2287485 60.5979785,52.3953119 C60.8680273,55.6435578 61.4824273,59.462466 62.5354615,64.1198552 C62.8304859,64.8487329 63.1486127,66.0172318 62.9513054,65.9064207 C63.0181151,66.1866189 63.0861737,66.4689307 63.1561054,66.7551676 C63.0268566,67.0211747 62.8997932,67.2778218 62.7742907,67.5278262 C64.2750127,68.4224677 68.6669737,69.797492 67.9929444,69.2470596" id="Fill-175" fill="#1D3650"></path>
98
+ <path d="M130.977998,26.7625814 C132.838057,35.7950481 136.363676,31.1784205 134.262603,37.3297975 C132.16153,43.4805707 129.118252,53.5483818 132.33074,61.0243596 C136.388652,58.8522197 140.149042,71.1154199 134.041569,77.2483788 C127.93472,83.3816396 116.02791,88.3415704 113.94994,112.026169 C113.087344,82.8650241 127.121764,75.8591634 129.303696,73.0792228 C131.485315,70.2992823 130.948964,61.4241251 128.596574,62.1822907 L126.750876,63.1041066 C126.750876,63.1041066 123.3595,48.10837 129.303696,36.3548406 C129.794466,33.832453 127.277549,33.8013534 126.591657,29.2381687 C125.905452,24.674984 113.0171,12.9863713 113.0171,12.9863713 C113.0171,12.9863713 129.118252,17.7304166 130.977998,26.7625814" id="Fill-177" fill="#00B1B2"></path>
99
+ <path d="M113.22496,39.6223502 C111.255321,52.8626209 119.131067,65.5213595 119.131067,65.5213595 C119.131067,65.5213595 117.836394,66.4464967 116.034716,68.59267 C117.659067,67.3740493 121.713858,65.2949062 121.856531,64.9096337 C122.013565,64.8278086 118.037448,52.6684749 117.943789,46.826584 C117.867614,42.0852561 119.022423,34.4386835 123.308862,33.2158358 C123.977897,33.0250111 114.823399,29.2215018 113.444745,23.9418189 C112.082638,18.7255429 117.525448,6.52393799 116.99378,7.20963854 C116.955692,7.25885439 116.917604,7.30897605 116.879516,7.35849383 C114.775945,8.61727216 112.785701,13.13577 111.302462,15.4513304 C111.046462,16.2393878 110.815126,17.0890405 110.621253,18.0123661 C109.748043,25.3998761 109.882599,29.4165535 111.806033,32.327535 C113.128492,34.3290801 113.609272,37.0377634 113.22496,39.6223502" id="Fill-189" fill="#1D3650"></path>
100
+ <path d="M131.625865,58.9956099 C130.287485,59.5324552 128.895719,60.056619 127.580753,60.6937076 C127.184265,60.8437707 126.790275,60.9917201 126.396909,61.1396696 C126.588285,62.3854646 126.750939,63.1040764 126.750939,63.1040764 L128.596636,62.1822605 C128.792382,62.1191556 131.476012,61.3833334 132.329865,61.0222158 C132.047953,60.3655013 131.816304,59.6879531 131.625865,58.9956099" id="Fill-191" fill="#009BA6"></path>
101
+ </g>
102
+ </g>
103
+ </g>
104
+ </g>
105
+ </g>
106
+ </svg>
_src/fonts/wpmudev-plugin-icons.eot ADDED
Binary file
_src/fonts/wpmudev-plugin-icons.svg ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="wpmudev-plugin-icons" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#x21;" glyph-name="warning-alert" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM459.776 732.843c0 9.426 7.641 17.067 17.067 17.067h68.267c9.426 0 17.067-7.641 17.067-17.067v-330.752c0-9.426-7.641-17.067-17.067-17.067h-67.243c-9.426 0-17.067 7.641-17.067 17.067zM512 310.613c34.109-0.386 61.611-28.126 61.611-62.29 0-0.061 0-0.123 0-0.184 0-34.3-27.813-62.113-62.123-62.113s-62.123 27.813-62.123 62.123c0 0 0 0 0 0 0 34.498 27.966 62.464 62.464 62.464 0.060 0 0.12 0 0.18 0z" />
11
+ <glyph unicode="&#x22;" glyph-name="arrow-skip-end" horiz-adv-x="786" d="M60.928 38.4c5.532-4.998 11.891-9.227 18.819-12.435l0.467-0.194c6.479-2.817 14.025-4.455 21.955-4.455 0.502 0 1.002 0.007 1.5 0.020l-0.074-0.002c0.055 0 0.12 0 0.184 0 8.401 0 16.377 1.823 23.553 5.095l-0.356-0.145c7.315 3.294 13.614 7.353 19.212 12.2l-0.097-0.082 365.909 366.933c5.459 5.456 9.849 11.982 12.829 19.236l0.142 0.391c2.915 6.976 4.609 15.081 4.609 23.582 0 0.11 0 0.219-0.001 0.329v-0.017c0 0.092 0.001 0.2 0.001 0.308 0 8.443-1.694 16.491-4.76 23.822l0.151-0.408c-3.079 7.66-7.475 14.193-12.965 19.621l-0.005 0.005-366.763 365.397c-5.34 5.379-11.683 9.753-18.726 12.82l-0.389 0.151c-6.456 2.612-13.944 4.127-21.786 4.127-0.681 0-1.359-0.011-2.035-0.034l0.098 0.003c-0.275 0.005-0.599 0.007-0.924 0.007-16.262 0-31.002-6.517-41.751-17.082l0.009 0.008-42.667-43.008c-5.185-5.414-9.393-11.813-12.311-18.881l-0.148-0.405c-3.113-6.998-4.925-15.163-4.925-23.751 0-16.439 6.641-31.328 17.386-42.128l-0.003 0.003 280.235-281.429-280.235-280.576c-5.419-5.315-9.8-11.665-12.826-18.734l-0.145-0.38c-2.605-6.478-4.115-13.989-4.115-21.853 0-0.538 0.007-1.074 0.021-1.608l-0.002 0.079c0-0.093-0.001-0.202-0.001-0.312 0-8.501 1.693-16.606 4.761-23.997l-0.153 0.415c2.791-7.392 7.040-13.672 12.434-18.75l0.025-0.023 43.008-43.861zM649.728 38.4h102.4c18.851 0 34.133 15.282 34.133 34.133v0 750.933c0 18.851-15.282 34.133-34.133 34.133v0h-102.4c-18.851 0-34.133-15.282-34.133-34.133v0-750.933c0-18.851 15.282-34.133 34.133-34.133v0z" />
12
+ <glyph unicode="&#x23;" glyph-name="align-justify" d="M972.8 960h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-46.421c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v46.421c0 28.277-22.923 51.2-51.2 51.2zM972.8 667.136h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-46.421c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v47.275c0 28.277-22.923 51.2-51.2 51.2zM972.8 375.125h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-46.421c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v47.275c0 28.277-22.923 51.2-51.2 51.2zM972.8 83.115h-921.6c-28.277 0-51.2-22.923-51.2-51.2v-44.715c0-28.277 22.923-51.2 51.2-51.2h921.6c28.277 0 51.2 22.923 51.2 51.2v45.568c0 28.277-22.923 51.2-51.2 51.2z" />
13
+ <glyph unicode="&#x24;" glyph-name="monitor" d="M961.195 760.491h-898.389c-34.686 0-62.805-28.119-62.805-62.805v-548.011c0-34.686 28.119-62.805 62.805-62.805h338.261v-95.232h-104.789c-9.897 0-17.92-8.023-17.92-17.92v-19.456c-0.002-0.102-0.003-0.221-0.003-0.341 0-9.897 8.023-17.92 17.92-17.92 0.001 0 0.002 0 0.003 0h422.229c9.897 0 17.92 8.023 17.92 17.92v19.627c0 9.897-8.023 17.92-17.92 17.92h-95.573v95.232h338.261c0 0 0 0 0 0 34.686 0 62.805 28.119 62.805 62.805 0 0.060 0 0.12 0 0.18v548.001c0 34.686-28.119 62.805-62.805 62.805zM111.957 649.557h800.085v-451.755h-800.085z" />
14
+ <glyph unicode="&#x25;" glyph-name="align-left" horiz-adv-x="1018" d="M967.339 960h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005zM50.005 521.387h670.208c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005h-670.208c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005zM867.157 82.261h-817.152c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h817.152c27.617 0 50.005 22.388 50.005 50.005v0 46.080c0 27.617-22.388 50.005-50.005 50.005zM50.005 228.523h570.197c27.617 0 50.005 22.388 50.005 50.005v0 46.080c0 27.617-22.388 50.005-50.005 50.005h-570.197c0 0 0 0 0 0-27.557 0-49.908-22.291-50.005-49.825v-46.089c0-27.617 22.388-50.005 50.005-50.005z" />
15
+ <glyph unicode="&#x26;" glyph-name="align-right" horiz-adv-x="1018" d="M967.339 960h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005zM967.339 667.477h-670.208c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005h670.208c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005zM967.168 82.261h-816.981c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h816.981c27.617 0 50.005 22.388 50.005 50.005v0 46.080c0 27.617-22.388 50.005-50.005 50.005zM1017.515 324.779c0 27.617-22.388 50.005-50.005 50.005h-570.197c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005h570.027c27.617 0 50.005 22.388 50.005 50.005v0 46.080z" />
16
+ <glyph unicode="&#x27;" glyph-name="quote-2" d="M214.357 82.432c-117.589 0-219.477 101.888-214.357 237.568 8.021 222.037 243.029 386.56 426.667 493.568l54.955-46.933c-131.413-78.336-259.755-199.168-267.264-339.456-5.12-141.141 167.083-206.165 167.083-211.627-2.56-73.045-75.776-133.291-167.083-133.291zM757.589 82.261c-117.419 0-219.307 102.4-214.187 237.568 7.851 221.867 242.859 386.389 425.643 493.568l54.955-46.763c-130.731-78.336-258.56-199.168-266.411-339.456-5.12-141.141 167.083-206.165 167.083-211.627-2.56-73.045-75.776-133.291-167.083-133.291z" />
17
+ <glyph unicode="&#x28;" glyph-name="check" d="M1010.005 741.035l-68.267 68.267c-8.68 8.854-20.766 14.343-34.133 14.343s-25.453-5.489-34.126-14.335l-503.304-505.181-221.867 221.867c-8.68 8.854-20.766 14.343-34.133 14.343s-25.453-5.489-34.126-14.335l-68.274-68.274c-8.854-8.68-14.343-20.766-14.343-34.133s5.489-25.453 14.335-34.126l290.824-288.093c17.296-17.297 41.19-27.996 67.584-27.996s50.288 10.699 67.584 27.996l572.245 572.075c8.854 8.68 14.343 20.766 14.343 34.133s-5.489 25.453-14.335 34.126z" />
18
+ <glyph unicode="&#x29;" glyph-name="close" horiz-adv-x="774" d="M505.344 448l256 256c8.075 8.115 13.067 19.304 13.067 31.659s-4.992 23.544-13.069 31.66l-55.465 54.612c-8.115 8.075-19.304 13.067-31.659 13.067s-23.544-4.992-31.66-13.069l-255.998-255.998-256 256c-8.042 7.814-19.032 12.632-31.147 12.632s-23.105-4.818-31.157-12.643l-55.115-54.944c-7.974-8.097-12.898-19.217-12.898-31.488s4.924-23.391 12.903-31.494l255.994-255.994-256-256c-8.075-8.115-13.067-19.304-13.067-31.659s4.992-23.544 13.069-31.66l55.124-54.612c8.096-8.116 19.291-13.137 31.659-13.137s23.563 5.021 31.658 13.136l256.001 256.001 256-256c8.115-8.075 19.304-13.067 31.659-13.067s23.544 4.992 31.66 13.069l54.953 54.953c8.075 8.115 13.067 19.304 13.067 31.659s-4.992 23.544-13.069 31.66z" />
19
+ <glyph unicode="&#x2b;" glyph-name="cross-close" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512s512 229.23 512 512zM680.107 235.349c-5.961-5.964-14.198-9.652-23.296-9.652s-17.335 3.689-23.296 9.652l-121.515 121.515-121.515-121.515c-5.961-5.964-14.198-9.652-23.296-9.652s-17.335 3.689-23.296 9.652l-49.835 49.835c-5.964 5.961-9.652 14.198-9.652 23.296s3.689 17.335 9.652 23.296l121.515 121.515-121.515 121.515c-5.964 5.961-9.652 14.198-9.652 23.296s3.689 17.335 9.652 23.296l49.835 49.835c5.961 5.964 14.198 9.652 23.296 9.652s17.335-3.689 23.296-9.652l121.515-120.832 121.515 121.515c5.961 5.964 14.198 9.652 23.296 9.652s17.335-3.689 23.296-9.652l49.835-49.835c5.964-5.961 9.652-14.198 9.652-23.296s-3.689-17.335-9.652-23.296l-121.515-121.515 121.515-121.515c5.964-5.961 9.652-14.198 9.652-23.296s-3.689-17.335-9.652-23.296z" />
20
+ <glyph unicode="&#x2c;" glyph-name="clock" d="M512 823.467c207.365 0 375.467-168.102 375.467-375.467s-168.102-375.467-375.467-375.467c-207.365 0-375.467 168.102-375.467 375.467 0.677 207.091 168.375 374.79 375.401 375.466zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM774.144 638.293l-53.248 53.248c-4.962 4.662-11.661 7.527-19.029 7.527s-14.067-2.864-19.044-7.54l-170.652-170.653-93.696 93.696c-4.946 4.7-11.65 7.591-19.029 7.591s-14.083-2.891-19.041-7.602l-53.065-53.066c-4.951-4.865-8.020-11.631-8.021-19.114 0-0.020 0-0.043 0-0.066 0-7.378 3.001-14.055 7.85-18.877l165.719-165.719c4.849-4.851 11.549-7.851 18.95-7.851 0.058 0 0.116 0 0.174 0.001h1.015c7.274 0.098 13.834 3.079 18.603 7.851l242.347 242.347c4.857 4.876 7.86 11.602 7.86 19.029s-3.003 14.153-7.861 19.030z" />
21
+ <glyph unicode="&#x2e;" glyph-name="plug-disconnected" d="M609.963 390.827c-3.917 3.892-9.315 6.297-15.275 6.297s-11.358-2.405-15.276-6.298l0.001 0.001-130.048-130.56-125.099 125.099 130.048 130.048c3.892 3.917 6.297 9.315 6.297 15.275s-2.405 11.358-6.298 15.276l-30.548 30.548c-3.917 3.892-9.315 6.297-15.275 6.297s-11.358-2.405-15.276-6.298l-130.047-130.047-32.597 32.597c-3.101 3.17-7.422 5.135-12.203 5.135s-9.101-1.965-12.2-5.132l-83.63-83.63c-37.202-37.444-60.196-89.045-60.196-146.015 0-45.244 14.502-87.1 39.111-121.175l-0.419 0.609-82.091-82.091c-11.749-11.749-19.016-27.981-19.016-45.909 0-35.857 29.068-64.926 64.926-64.926 17.929 0 34.16 7.267 45.909 19.016l82.091 82.091c33.426-24.103 75.209-38.549 120.366-38.549 57.155 0 108.904 23.143 146.389 60.568l-0.003-0.003 83.456 83.627c3.17 3.101 5.135 7.422 5.135 12.203s-1.965 9.101-5.132 12.2l-32.6 32.6 130.048 130.048c3.892 3.917 6.297 9.315 6.297 15.275s-2.405 11.358-6.298 15.276l0.001-0.001zM1005.056 941.056c-11.741 11.767-27.975 19.046-45.909 19.046s-34.168-7.28-45.908-19.045l-84.481-84.481c-33.426 24.103-75.209 38.549-120.366 38.549-57.155 0-108.904-23.143-146.389-60.568l0.003 0.003-84.139-83.627c-3.17-3.101-5.135-7.422-5.135-12.203s1.965-9.101 5.132-12.2l312.664-312.664c3.101-3.17 7.422-5.135 12.203-5.135s9.101 1.965 12.2 5.132l83.63 83.63c37.423 37.482 60.565 89.231 60.565 146.386 0 45.157-14.446 86.94-38.97 120.98l0.42-0.613 84.48 84.48c11.767 11.741 19.046 27.975 19.046 45.909s-7.28 34.168-19.045 45.908l-0.001 0.001z" />
22
+ <glyph unicode="&#x2f;" glyph-name="pencil" d="M0-34.987c-0.395-1.591-0.622-3.418-0.622-5.298 0-6.68 2.864-12.692 7.432-16.873 4.214-4.6 10.225-7.464 16.906-7.464 1.88 0 3.707 0.227 5.455 0.655l312.163 95.029 674.133 674.133c4.857 4.876 7.86 11.602 7.86 19.029s-3.003 14.153-7.861 19.030l-208.212 208.895c-4.849 4.847-11.546 7.845-18.944 7.845s-14.095-2.998-18.944-7.845l-674.304-674.816zM88.235 24.917l60.757 199.168 139.093-139.093z" />
23
+ <glyph unicode="&#x30;" glyph-name="unlock" horiz-adv-x="808" d="M767.147 528.896h-507.563v93.696c-0.006 0.491-0.009 1.072-0.009 1.653 0 75.487 56.723 137.726 129.872 146.418 4.812 0.483 9.589 0.72 14.422 0.72 72.754 0 132.97-53.685 143.195-123.602 1.489-12.067 10.93-20.741 22.433-20.922h144.061c12.49 0.060 22.592 10.2 22.592 22.698 0 0.601-0.023 1.196-0.069 1.785-13.165 171.030-153.621 305.322-326.153 308.653-186.354 3.077-338.93-153.595-338.93-341.328v-90.453h-29.696c-0.002 0-0.004 0-0.006 0-22.57 0-40.912-18.104-41.295-40.583v-510.329c0-22.81 18.491-41.301 41.301-41.301h725.845c22.81 0 41.301 18.491 41.301 41.301v510.293c0 22.81-18.491 41.301-41.301 41.301z" />
24
+ <glyph unicode="&#x31;" glyph-name="code" d="M137.076 447.767c22.144-13.682 39.454-28.996 51.93-45.943s21.209-38.558 26.199-64.833c4.99-26.275 7.485-59.935 7.485-100.981 0-30.784 0.702-53.483 2.105-68.098s4.211-25.731 8.421-33.349c4.211-7.618 9.279-12.593 15.205-14.926s16.062-4.586 30.409-6.763c11.852-1.555 21.676-7.307 29.474-17.258s11.696-23.010 11.696-39.18c0-37.625-22.924-56.437-68.772-56.437-28.382 0-53.723 5.908-76.023 17.724s-39.532 28.529-51.696 50.141c-12.164 21.611-18.402 46.409-18.713 74.395-0.936 47.265-1.871 85.2-2.807 113.807s-2.339 47.109-4.211 55.504c-4.678 20.834-11.618 36.536-20.819 47.109s-21.209 20.445-36.023 29.618c-14.815 9.173-25.341 17.413-31.579 24.72s-9.357 18.89-9.357 34.749c0 23.010 9.045 40.268 27.135 51.773 22.456 13.993 38.44 25.886 47.953 35.681s16.218 22.388 20.117 37.78c3.899 15.392 6.16 32.183 6.784 50.374s1.559 61.956 2.807 131.298c0.936 42.911 14.581 77.193 40.936 102.846s61.52 38.48 105.497 38.48c45.848 0 68.772-18.501 68.772-55.504 0-16.791-3.821-30.007-11.462-39.646s-17.544-15.237-29.708-16.791c-18.090-2.488-30.721-6.219-37.895-11.194s-11.852-14.615-14.035-28.918c-2.183-14.304-3.587-41.978-4.211-83.023-0.624-40.113-3.041-72.995-7.251-98.649s-12.476-47.497-24.795-65.533c-12.32-18.035-30.175-34.36-53.567-48.974zM886.924 447.767c-22.144-13.682-39.454-28.996-51.93-45.943s-21.209-38.558-26.199-64.833c-4.99-26.275-7.485-59.935-7.485-100.981 0-30.784-0.702-53.483-2.105-68.098s-4.211-25.731-8.421-33.349c-4.211-7.618-9.279-12.593-15.205-14.926s-16.062-4.586-30.409-6.763c-11.852-1.555-21.676-7.307-29.474-17.258s-11.696-23.010-11.696-39.18c0-37.625 22.924-56.437 68.772-56.437 28.382 0 53.723 5.908 76.023 17.724s39.532 28.529 51.696 50.141c12.164 21.611 18.402 46.409 18.713 74.395 0.936 47.265 1.871 85.2 2.807 113.807s2.339 47.109 4.211 55.504c4.678 20.834 11.618 36.536 20.819 47.109s21.209 20.445 36.023 29.618c14.815 9.173 25.341 17.413 31.579 24.72s9.357 18.89 9.357 34.749c0 23.010-9.045 40.268-27.135 51.773-22.456 13.993-38.44 25.886-47.953 35.681s-16.218 22.388-20.117 37.78c-3.899 15.392-6.16 32.183-6.784 50.374s-1.559 61.956-2.807 131.298c-0.936 42.911-14.581 77.193-40.936 102.846s-61.52 38.48-105.497 38.48c-45.848 0-68.772-18.501-68.772-55.504 0-16.791 3.821-30.007 11.462-39.646s17.544-15.237 29.708-16.791c18.090-2.488 30.721-6.219 37.895-11.194s11.852-14.615 14.035-28.918c2.183-14.304 3.587-41.978 4.211-83.023 0.624-40.113 3.041-72.995 7.251-98.649s12.476-47.497 24.795-65.533c12.32-18.035 30.175-34.36 53.567-48.974z" />
25
+ <glyph unicode="&#x32;" glyph-name="user-reputation-points" d="M1021.44 565.76c-25.429-116.736-243.712-207.872-509.44-207.872-282.795 0-512 103.253-512 230.741v-140.629c0-127.488 229.205-230.741 512-230.741s512 103.253 512 230.741c-0.030 8.12-0.961 16.008-2.698 23.587zM512 76.629c-282.795 0-512 103.253-512 230.741v-140.629c0-127.488 229.205-230.741 512-230.741s512 103.253 512 230.741v140.629c0-127.488-229.205-230.741-512-230.741zM1024 729.259c0-127.659-229.205-230.059-512-230.059s-512 102.4-512 230.059 229.205 230.741 512 230.741 512-103.253 512-230.741z" />
26
+ <glyph unicode="&#x35;" glyph-name="link" d="M937.301 873.301c-53.634 53.723-127.776 86.958-209.68 86.958-76.505 0-146.238-28.998-198.807-76.602l0.252 0.225-149.845-149.845c-25.641-25.678-46.572-56.068-61.381-89.757-31.625-15.29-58.179-32.491-81.399-53.332l0.273 0.241-150.016-149.504c-52.643-53.447-85.149-126.857-85.149-207.859 0-163.629 132.648-296.277 296.277-296.277 81.002 0 154.411 32.506 207.896 85.186l149.808 149.809c20.597 22.947 37.798 49.501 50.462 78.489 36.317 17.445 66.707 38.376 92.389 64.021l149.671 150.013c47.233 52.28 76.134 121.907 76.134 198.285 0 81.784-33.137 155.828-86.717 209.439zM404.651 129.195v0c-27.058-27.058-64.439-43.794-105.728-43.794-82.579 0-149.522 66.943-149.522 149.522 0 41.289 16.736 78.67 43.794 105.728v0l109.227 109.227c27.506-103.779 107.646-183.862 209.402-210.823zM485.888 421.717c-24.767 24.736-40.86 58.152-43.325 95.295 74.658-4.508 134.018-63.81 139.045-138.017-37.57 2.016-70.991 18.113-95.717 42.89zM840.021 564.736l-118.613-118.613c-27.443 103.758-107.527 183.842-209.232 210.822l107.344 109.861 9.216 9.216c26.131 22.897 60.586 36.864 98.304 36.864 82.569 0 149.504-66.935 149.504-149.504 0-37.718-13.967-72.173-37.012-98.476z" />
27
+ <glyph unicode="&#x36;" glyph-name="unlink" horiz-adv-x="1025" d="M129.536 783.36l109.397-110.080c5.875-5.875 13.99-9.508 22.955-9.508 17.929 0 32.463 14.534 32.463 32.463 0 8.964-3.634 17.080-9.508 22.955l-108.885 109.568c-5.652 4.91-13.084 7.903-21.215 7.903-17.909 0-32.427-14.518-32.427-32.427 0-8.131 2.993-15.563 7.936-21.254zM318.635 826.88l39.765-150.357c3.88-13.945 16.466-24.008 31.403-24.008 17.972 0 32.541 14.569 32.541 32.541 0 3.036-0.416 5.974-1.193 8.762l-39.711 149.275c-3.878 13.899-16.427 23.926-31.317 23.926-17.927 0-32.459-14.532-32.459-32.459 0-3.036 0.417-5.975 1.196-8.762zM127.829 567.467v0l149.845-40.107c2.559-0.725 5.497-1.142 8.533-1.142 17.927 0 32.459 14.532 32.459 32.459 0 14.891-10.027 27.439-23.697 31.263l-149.562 40.332c-2.559 0.725-5.497 1.142-8.533 1.142-17.927 0-32.459-14.532-32.459-32.459 0-14.891 10.027-27.439 23.697-31.263zM895.147 112.64l-110.080 110.080c-5.875 5.875-13.99 9.508-22.955 9.508-17.929 0-32.463-14.534-32.463-32.463 0-8.964 3.634-17.080 9.508-22.955l109.568-109.568c5.771-5.373 13.536-8.671 22.072-8.671 17.909 0 32.427 14.518 32.427 32.427 0 8.493-3.265 16.224-8.609 22.005zM706.048 69.12l-40.448 150.357c-3.88 13.945-16.466 24.008-31.403 24.008-17.972 0-32.541-14.569-32.541-32.541 0-3.036 0.416-5.974 1.193-8.762l40.052-149.616c3.878-13.899 16.427-23.926 31.317-23.926 17.927 0 32.459 14.532 32.459 32.459 0 3.036-0.417 5.975-1.196 8.762zM896.853 328.533v0l-149.845 40.107c-2.559 0.725-5.497 1.142-8.533 1.142-17.927 0-32.459-14.532-32.459-32.459 0-14.891 10.027-27.439 23.697-31.263l150.074-40.161c2.559-0.725 5.497-1.142 8.533-1.142 17.927 0 32.459 14.532 32.459 32.459 0 14.891-10.027 27.439-23.697 31.263zM492.032 428.203c-40.919 40.905-97.441 66.205-159.872 66.205-58.335 0-111.51-22.088-151.619-58.358l0.196 0.174-114.347-114.347c-38.111-40.385-61.537-94.988-61.537-155.062 0-124.89 101.243-226.133 226.133-226.133 60.074 0 114.677 23.425 155.173 61.64l114.236 114.243c36.095 39.914 58.183 93.089 58.183 151.424 0 62.431-25.3 118.953-66.206 159.873zM417.963 192l-109.397-109.397c-20.662-20.514-49.128-33.193-80.555-33.193-63.151 0-114.345 51.194-114.345 114.345 0 31.724 12.919 60.43 33.783 81.145l109.404 109.404c19.827 17.113 45.846 27.537 74.3 27.537 62.963 0 114.005-51.042 114.005-114.005 0-28.453-10.424-54.472-27.661-74.446zM958.464 893.781c-40.919 40.905-97.441 66.205-159.872 66.205-58.335 0-111.51-22.088-151.619-58.358l0.196 0.174-114.347-114.347c-37.354-40.216-60.276-94.288-60.276-153.712 0-124.89 101.243-226.133 226.133-226.133 59.467 0 113.573 22.954 153.941 60.486l114.207 114.218c36.095 39.914 58.183 93.089 58.183 151.424 0 62.431-25.3 118.953-66.206 159.873zM884.224 658.091l-109.397-109.397c-19.918-17.349-46.131-27.926-74.814-27.926-63.058 0-114.176 51.118-114.176 114.176 0 29.023 10.829 55.518 28.668 75.662l-0.104-0.12 109.397 109.397c19.827 17.113 45.846 27.537 74.3 27.537 62.963 0 114.005-51.042 114.005-114.005 0-28.453-10.424-54.472-27.661-74.446z" />
28
+ <glyph unicode="&#x37;" glyph-name="list-number" d="M352 832h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 512h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 192h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM85.76 687.36v108.16c-4.8-2.24-9.92-3.52-15.040-3.52-18.56 0-32.32 13.44-32.32 32 0 21.44 14.4 30.4 16.64 29.44 6.4-4.16 12.48-6.4 20.16-6.4 13.76 0 25.28 8.64 28.8 23.36h16.64c18.24 0 28.16-9.92 28.16-29.76v-153.28c0-19.52-9.92-29.76-28.16-29.76h-8c-17.6 0-26.88 10.24-26.88 29.76zM25.6 369.6v12.16c0 36.16 35.52 56.64 63.36 69.12 24 11.2 42.56 16.64 42.56 29.44 0 13.12-8.64 19.84-26.56 19.84-21.44 0-34.24-16-37.44-32.32 0-0.64-41.28-2.24-41.28 28.48s29.76 54.080 82.88 54.080c54.72 0 84.48-24.96 84.48-66.88 0-39.68-27.2-52.48-56.64-63.36-24.96-9.6-43.52-16.64-51.2-30.4h79.36c22.080 0 30.080-8.32 30.080-23.36v-2.56c0-16-7.68-24.96-30.080-24.96h-101.12c-29.76 0-38.4 4.16-38.4 30.72zM22.4 62.72c0 32 37.12 31.36 37.76 29.12 5.44-19.52 21.76-29.44 44.8-29.44 20.16 0 32.32 8.32 32.32 21.44s-7.68 18.88-24.32 18.88h-6.4c-20.8 0-29.44 6.72-29.44 20.8v3.2c0 14.080 9.6 21.12 28.8 21.12h11.2c11.2 0 18.24 6.080 18.24 15.68 0 11.52-11.84 18.88-31.36 18.88-27.2 0-37.44-15.040-40.96-27.52-0.32-2.56-36.8-3.52-36.8 28.8 0 26.56 30.4 46.72 79.040 46.72 57.92 0 89.28-20.16 89.28-57.92 0-20.48-13.44-34.88-37.76-41.92 26.56-8.64 40.96-26.56 40.96-51.84 0-40.96-33.28-64.32-92.16-64.32-51.52 0-83.2 22.080-83.2 48.32z" />
29
+ <glyph unicode="&#x38;" glyph-name="list-bullet" d="M352 832h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 512h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 192h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM64 864h64c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM64 544h64c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM64 224h64c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64z" />
30
+ <glyph unicode="&#x39;" glyph-name="lock" horiz-adv-x="808" d="M767.147 528.896h-29.696v97.963c-8.285 177.386-154.114 318.065-332.8 318.065s-324.515-140.679-332.772-317.323l-0.028-98.705h-30.549c-22.81 0-41.301-18.491-41.301-41.301v-510.293c0-22.81 18.491-41.301 41.301-41.301h725.845c22.81 0 41.301 18.491 41.301 41.301v510.293c0 22.81-18.491 41.301-41.301 41.301zM259.584 626.859c0 79.835 64.719 144.555 144.555 144.555s144.555-64.719 144.555-144.555v-97.963h-289.109z" />
31
+ <glyph unicode="&#x3a;" glyph-name="arrow-skip-start" horiz-adv-x="786" d="M725.333 38.4c-5.532-4.998-11.891-9.227-18.819-12.435l-0.467-0.194c-6.878-3.128-14.917-4.951-23.381-4.951s-16.503 1.823-23.744 5.098l0.363-0.147c-7.332 3.4-13.636 7.628-19.173 12.682l0.058-0.052-367.104 367.104c-5.495 5.378-9.891 11.855-12.835 19.078l-0.136 0.378c-2.595 6.654-4.099 14.357-4.099 22.412 0 0.221 0.001 0.442 0.003 0.662v-0.034c0 0.092-0.001 0.2-0.001 0.308 0 8.443 1.694 16.491 4.76 23.822l-0.151-0.408c2.823 7.964 7.069 14.793 12.483 20.506l-0.024-0.026 367.957 365.397c5.29 5.458 11.648 9.846 18.742 12.831l0.373 0.139c6.906 2.989 14.947 4.728 23.395 4.728 16.663 0 31.745-6.765 42.652-17.697l0.001-0.001 41.813-43.008c10.865-10.998 17.576-26.121 17.576-42.811 0-8.382-1.693-16.369-4.755-23.637l0.15 0.401c-3.171-7.449-7.552-13.8-12.961-19.106l-0.009-0.009-279.040-281.429 279.040-280.576c5.419-5.315 9.8-11.665 12.826-18.734l0.145-0.38c2.915-6.785 4.609-14.682 4.609-22.975 0-0.143-0.001-0.286-0.002-0.428v0.022c0-0.093 0.001-0.202 0.001-0.312 0-8.501-1.693-16.606-4.761-23.997l0.153 0.415c-3.002-7.398-7.409-13.668-12.933-18.739l-0.037-0.034-41.813-43.861zM136.533 38.4h-102.4c-18.851 0-34.133 15.282-34.133 34.133v0 750.933c0 18.851 15.282 34.133 34.133 34.133v0h102.4c18.851 0 34.133-15.282 34.133-34.133v0-750.933c0-18.851-15.282-34.133-34.133-34.133v0z" />
32
+ <glyph unicode="&#x3c;" glyph-name="style-type" d="M600.235-4.608c0-0.042 0-0.092 0-0.143 0-15.931-7.276-30.162-18.685-39.552-11.343-10.55-26.453-17.019-43.073-17.137-0.026 0-0.030 0-0.033 0-11.14 0-21.521 3.244-30.253 8.839-9.496 6.164-17 15.152-21.316 25.776l-44.678 99.359h-283.307l-44.373-98.645c-4.412-10.932-11.786-19.9-21.129-26.154-8.647-5.591-18.965-8.837-30.041-8.837-0.251 0-0.501 0.002-0.75 0.005-16.766 0.139-32.034 6.598-43.532 17.111-11.636 9.226-19.065 23.426-19.065 39.361 0 0.006 0 0.013 0 0.019 0.497 9.522 2.9 18.373 6.832 26.334l225.616 474.401c5.839 13.038 15.402 23.536 27.33 30.381 11.701 6.853 25.389 10.801 39.998 10.801s28.297-3.948 40.055-10.835c11.808-6.995 21.526-17.206 27.932-29.427l225.816-475.714c3.869-7.822 6.285-16.984 6.652-26.671zM203.093 171.691h194.731l-96.939 217.429zM980.48 319.317q43.52-43.861 43.52-134.144v-188.928c0.067-1.036 0.105-2.247 0.105-3.466 0-15.424-6.089-29.425-15.995-39.732-10.73-9.683-25.041-15.619-40.738-15.619-1.273 0-2.536 0.039-3.789 0.116-0.367-0.026-1-0.037-1.635-0.037-16.095 0-30.664 6.534-41.2 17.094-10.549 10.354-17.086 24.76-17.086 40.694 0 0.514 0.007 1.026 0.020 1.537l-0.002 5.727c-7.996-20.951-22.288-37.999-40.536-49.25-18.994-11.008-41.281-17.361-65.052-17.361-1.28 0-2.555 0.018-3.826 0.055-0.297-0.009-0.87-0.012-1.443-0.012-26.924 0-52.375 6.304-74.959 17.516-20.968 10.24-38.97 26.053-51.962 45.498-12.607 18.963-19.936 41.675-19.936 66.099 0 0.451 0.003 0.902 0.007 1.353-0.104 1.659-0.163 3.679-0.163 5.713 0 24.818 8.756 47.591 23.347 65.398 19.243 18.899 44.285 32.287 72.24 37.242 38.061 7.624 80.858 11.917 124.658 11.917 5.548 0 11.080-0.069 16.595-0.206l20.858 0.016v15.019c0.19 1.951 0.299 4.218 0.299 6.51 0 16.996-5.972 32.597-15.932 44.819-11.911 9.935-27.533 16.048-44.582 16.048-2.294 0-4.563-0.111-6.8-0.327-37.555-3.095-72.498-12.15-104.744-26.231-7.318-4.335-18.437-7.661-30.26-8.382-0.641-0.028-1.133-0.038-1.627-0.038-11.135 0-21.095 5.030-27.732 12.942-6.891 8.683-11.027 19.729-11.027 31.74 0 0.861 0.021 1.718 0.063 2.569-0.029 0.454-0.044 1.126-0.044 1.802 0 9.556 2.815 18.454 7.661 25.911 6.169 8.019 14.031 14.681 23.056 19.429 21.018 11.107 44.941 19.783 70.137 24.97 26.728 6.037 55.41 9.331 84.859 9.347q90.294 0 133.814-43.861zM880.981 47.616c14.043 15.93 22.615 36.976 22.615 60.024 0 1.398-0.032 2.789-0.094 4.172l0.007 13.969h-14.165c-4.533 0.256-9.837 0.403-15.176 0.403-28.403 0-55.84-4.137-81.741-11.842-13.531-4.937-24.486-19.494-24.486-36.61 0-0.748 0.021-1.491 0.062-2.228-0.023-0.401-0.033-0.993-0.033-1.586 0-13.9 5.691-26.471 14.87-35.51 9.691-9.115 22.769-14.712 37.154-14.712 0.62 0 1.238 0.010 1.853 0.031 0.789-0.038 1.821-0.059 2.857-0.059 22.309 0 42.392 9.534 56.396 24.749zM571.904 537.941l19.797 53.589c19.302 51.135 58.945 90.778 108.798 109.654l55.042 19.882-53.589 19.797c-51.135 19.302-90.778 58.945-109.654 108.798l-20.394 55.554-19.797-53.76c-19.302-51.135-58.945-90.778-108.798-109.654l-55.042-20.735 53.589-19.797c51.122-19.322 90.758-58.958 109.653-108.798zM889.685 445.781l13.483 36.352c13.184 34.97 40.294 62.080 74.388 74.973l37.569 13.773-36.693 13.653c-34.97 13.184-62.080 40.294-74.973 74.388l-13.773 37.569-13.483-36.693c-13.221-35-40.396-62.12-74.557-74.974l-37.571-13.772 36.693-13.483c35-13.221 62.12-40.396 74.974-74.557z" />
33
+ <glyph unicode="&#x3d;" glyph-name="plus" horiz-adv-x="980" d="M935.083 531.627h-361.472v361.472c0 0 0 0.001 0 0.001 0 24.669-19.902 44.691-44.526 44.884h-78.013c-24.695 0-44.715-20.019-44.715-44.715v-361.643h-361.643c-24.656-0.097-44.618-20.058-44.715-44.705v-77.833c0.097-24.656 20.058-44.618 44.705-44.715h361.652v-361.472c0-24.695 20.019-44.715 44.715-44.715h77.995c24.656 0.097 44.618 20.058 44.715 44.705v361.481h361.301c24.656 0.097 44.618 20.058 44.715 44.705v77.833c-0.097 24.656-20.058 44.618-44.705 44.715z" />
34
+ <glyph unicode="&#x3f;" glyph-name="question" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM552.789 170.667c-11.513-10.623-26.956-17.137-43.921-17.137-1.059 0-2.113 0.025-3.16 0.076-0.751-0.050-1.805-0.076-2.864-0.076-16.965 0-32.408 6.514-43.966 17.177-11.108 11.186-18 26.656-18 43.736s6.893 32.549 18.048 43.779c12.419 10.757 28.738 17.313 46.589 17.313s34.17-6.556 46.681-17.392c11.062-11.151 17.955-26.621 17.955-43.7s-6.893-32.549-18.048-43.779zM676.352 527.531c-14.593-25.881-32.311-48.004-53.036-66.882l-32.638-31.081c-18.585-17.435-31.085-41.162-34.087-67.765l-1.582-24.907h-102.4c-0.104 2.643-0.163 5.746-0.163 8.863 0 28.82 5.063 56.457 14.347 82.072 11.385 24.359 28.247 46.249 49.016 63.625 18.67 15.401 34.551 32.639 47.867 51.794 8.039 12.997 12.482 27.729 12.496 43.498q0 68.271-62.464 68.271c-0.543 0.017-1.181 0.026-1.822 0.026-17.84 0-33.952-7.398-45.435-19.293-11.575-12.699-18.652-29.637-18.652-48.228 0-0.751 0.012-1.5 0.035-2.246l-116.056 0.109c-0.089 1.957-0.14 4.251-0.14 6.558 0 44.597 19.006 84.754 49.36 112.815 32.988 27.163 75.53 43.576 121.907 43.576 3.801 0 7.575-0.11 11.321-0.328q84.816 0.024 131.067-40.936c28.949-26.748 47.016-64.908 47.016-107.288 0-3.024-0.092-6.026-0.273-9.004 0.020 0.268 0.021 0.101 0.021-0.066 0-23.235-5.614-45.158-15.561-64.488z" />
35
+ <glyph unicode="&#x41;" glyph-name="paperclip" horiz-adv-x="927" d="M200.533-64c-51.493 1.136-97.52 23.616-129.751 58.91-61.908 61.751-69.588 121.314-65.321 160.396 7.914 52.328 33.104 97.701 69.471 131.097l392.695 392.679c109.568 109.568 182.443 69.461 216.235 35.84 40.789-40.789 68.267-111.275-36.693-215.381l-361.301-361.472-70.315 70.997 361.131 360.448c55.637 55.637 42.837 68.267 36.693 74.752s-19.797 19.797-75.435-35.84l-392.533-392.533c-20.474-18.44-35.098-43.015-40.978-70.817-3.054-26.463 8.893-52.063 36.37-79.711 34.133-34.133 59.904-30.549 68.267-29.355 30.677 7.419 56.812 23.685 76.316 45.914l465.551 465.745c32.166 29.338 56.871 66.308 71.298 108.071 14.547 53.038-2.178 100.313-50.648 148.782-51.2 51.2-133.291 104.448-257.536-19.968l-428.715-429.739c-9.043-9.107-21.57-14.744-35.413-14.744-27.56 0-49.901 22.342-49.901 49.901 0 13.716 5.534 26.14 14.491 35.16l429.224 429.736c133.291 132.779 278.528 140.117 398.677 19.797 93.184-93.184 93.184-183.979 76.629-243.712-19.472-60.91-53.065-112.682-97.048-153.387l-465.811-465.621c-34.177-37.539-79.86-64.066-131.449-74-8.080-1.219-15.674-1.778-23.399-1.778-0.281 0-0.562 0.001-0.843 0.002z" />
36
+ <glyph unicode="&#x42;" glyph-name="bold" horiz-adv-x="854" d="M657.067 464.043c96.768 19.968 176.64 107.52 176.64 234.837 0 136.704-99.84 261.12-294.912 261.12h-491.691c-26.015 0-47.104-21.089-47.104-47.104v-929.792c0-26.015 21.089-47.104 47.104-47.104h508.587c196.608 0 297.643 122.88 297.643 277.845 0 127.488-85.333 234.155-196.267 250.197zM217.941 768h273.067c73.728 0 119.467-44.544 119.467-107.52 0-66.048-46.080-107.52-119.467-107.52h-273.067zM500.395 127.829h-282.453v233.472h282.624c84.48 0 130.56-52.224 130.56-116.736 0-73.728-49.152-116.736-130.56-116.736z" />
37
+ <glyph unicode="&#x43;" glyph-name="crop" horiz-adv-x="1028" d="M993.343 183.651h-90.771v591.382c0 0.856 0 1.713 0 2.569 0 33.106-26.837 59.943-59.943 59.943h-592.581v88.202c0 18.918-15.336 34.253-34.253 34.253h-57.032c-18.918 0-34.253-15.336-34.253-34.253v0-88.373h-90.257c-18.918 0-34.253-15.336-34.253-34.253v-57.374c0-18.918 15.336-34.253 34.253-34.253h90.771v-590.697c0-0.856 0-1.713 0-2.569 0-33.106 26.837-59.943 59.943-59.943h592.581v-88.716c0-18.918 15.336-34.253 34.253-34.253h57.374c18.918 0 34.253 15.336 34.253 34.253v89.058h89.915c18.918 0 34.253 15.336 34.253 34.253v56.86c0 18.918-15.336 34.253-34.253 34.253zM249.535 183.993v528.527h528.013v-528.87h-527.5z" />
38
+ <glyph unicode="&#x44;" glyph-name="photo-picture" d="M128 831.909h768c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-768c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128zM864 192c17.673 0 32 14.327 32 32v448c0 17.673-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32v-277.114c0-10.479 5.131-20.294 13.735-26.275 14.511-10.087 34.453-6.501 44.54 8.011l5.468 7.866c3.088 5.029 9.354 8.471 16.582 8.471s13.494-3.441 16.631-8.559l42.74-61.863 174.711 252.92c5.545 10.301 17.931 17.472 32.319 17.472 14.004 0 26.108-6.793 31.951-16.825l262.042-379.694c0.826-1.341 1.457-2.78 1.886-4.41h93.395zM736 640c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96s42.981 96 96 96z" />
39
+ <glyph unicode="&#x45;" glyph-name="refresh" d="M925.787 658.135c19.994-39.4 4.263-87.548-35.136-107.543s-87.548-4.263-107.543 35.136c-17.412 34.311-41.224 64.917-70.087 90.318-69.009 60.732-161.584 87.586-253.821 71.323-165.344-29.155-275.747-186.827-246.593-352.171s186.827-275.747 352.171-246.593c77.947 13.744 145.751 56.436 191.797 118.844 26.232 35.553 76.318 43.109 111.871 16.877s43.109-76.318 16.877-111.871c-70.189-95.128-173.971-160.472-292.762-181.418-252.367-44.499-493.024 124.011-537.524 376.378s124.011 493.024 376.378 537.524c140.63 24.797 282.185-16.266 387.309-108.781 44.028-38.747 80.417-85.519 107.061-138.023zM884.459 823.457l-214.467-193.107c-26.267-23.651-28.388-64.118-4.737-90.386 10.579-11.75 25.134-19.167 40.857-20.824l214.515-22.595c35.152-3.703 66.649 21.792 70.352 56.944 0.235 2.232 0.353 4.474 0.352 6.718l-0.048 215.702c-0.008 35.346-28.668 63.994-64.014 63.986-15.811-0.004-31.060-5.859-42.81-16.439z" />
40
+ <glyph unicode="&#x46;" glyph-name="animation-video" d="M952.182 832l0.031-0.002c39.701-0.323 71.788-33.5 71.788-74.38 0 0 0 0 0-0.002v-619.234c0-0.002 0-0.003 0-0.003 0-40.88-32.087-74.058-71.818-74.38h-879.809c-39.971 0-72.373 33.303-72.373 74.383v619.234c0 41.082 32.403 74.383 72.373 74.383h879.809zM128 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM352 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM576 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM800 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM128 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM352 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM576 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM800 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96z" />
41
+ <glyph unicode="&#x47;" glyph-name="thumbnails" d="M200.875 960h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-165.035c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v165.035c0 19.794-16.046 35.84-35.84 35.84zM594.432 960h-164.864c-19.794 0-35.84-16.046-35.84-35.84v-165.035c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v165.035c0 0 0 0 0 0 0 19.794-16.046 35.84-35.84 35.84-0.060 0-0.12 0-0.18 0zM1024 924.16c0 19.794-16.046 35.84-35.84 35.84h-165.035c-19.794 0-35.84-16.046-35.84-35.84v0-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864zM200.875 566.272h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-165.035c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v165.035c0 19.794-16.046 35.84-35.84 35.84zM594.432 566.272h-164.864c-19.794 0-35.84-16.046-35.84-35.84v-165.035c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v165.035c0 19.794-16.046 35.84-35.84 35.84zM988.16 566.272h-165.035c-19.794 0-35.84-16.046-35.84-35.84v0-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864c0 19.794-16.046 35.84-35.84 35.84zM200.875 172.544h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864c0 19.794-16.046 35.84-35.84 35.84zM594.432 172.544h-164.864c-19.794 0-35.84-16.046-35.84-35.84v-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864c0 19.794-16.046 35.84-35.84 35.84zM988.16 172.544h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864c0 19.794-16.046 35.84-35.84 35.84z" />
42
+ <glyph unicode="&#x48;" glyph-name="help-support" d="M989.867 631.637c-7.098 18.287-24.554 31.016-44.983 31.016-6.033 0-11.807-1.11-17.128-3.137l-14.006-5.18c-44.074 84.36-111.225 151.511-193.089 194.394l2.796 15.526c1.895 4.965 2.992 10.707 2.992 16.706 0 20.352-12.633 37.754-30.485 44.791-54.809 21.677-117.927 34.179-183.964 34.179s-129.155-12.502-187.114-35.269c-14.81-5.894-27.539-23.351-27.539-43.78 0-6.033 1.11-11.807 3.137-17.128l5.18-14.006c-84.36-44.074-151.511-111.225-194.394-193.089l-15.526 2.796c-4.965 1.895-10.707 2.992-16.706 2.992-20.352 0-37.754-12.633-44.791-30.485-21.677-54.809-34.179-117.927-34.179-183.964s12.502-129.155 35.269-187.114c5.894-14.81 23.351-27.539 43.78-27.539 6.033 0 11.807 1.11 17.128 3.137l14.006 5.18c44.083-84.353 111.231-151.501 193.089-194.393l-2.795-15.527c-1.895-4.965-2.992-10.707-2.992-16.706 0-20.352 12.633-37.754 30.485-44.791 54.785-21.656 117.873-34.146 183.878-34.146s129.093 12.49 187.029 35.235c14.81 5.895 27.539 23.351 27.539 43.781 0 6.033-1.11 11.807-3.137 17.128l-5.18 14.006c84.422 44.057 151.629 111.21 194.564 193.091l15.527-2.797c4.965-1.895 10.707-2.992 16.706-2.992 20.352 0 37.754 12.633 44.791 30.485 21.656 54.785 34.146 117.873 34.146 183.878s-12.49 129.093-35.235 187.029zM305.152 365.397l-226.133-83.627c-19.522 49.344-30.84 106.508-30.84 166.315s11.318 116.97 31.93 169.465l10.174-7.246 214.869-79.531c-10.091-24.452-15.95-52.843-15.95-82.603s5.859-58.15 16.487-84.082zM512 911.872c0.020 0 0.044 0 0.068 0 59.758 0 116.869-11.337 169.297-31.979l-7.232-10.176-79.531-214.869c-24.452 10.091-52.843 15.95-82.603 15.95s-58.15-5.859-84.082-16.487l-82.147 226.67c49.292 19.553 106.403 30.891 166.161 30.891 0.024 0 0.048 0 0.072 0zM512-15.701c-0.020 0-0.044 0-0.068 0-59.758 0-116.869 11.337-169.297 31.979l86.763 225.045c24.452-10.091 52.843-15.95 82.603-15.95s58.15 5.859 84.082 16.487l82.147-226.67c-49.301-19.615-106.427-31.011-166.209-31.061zM674.133 513.195c7.926-19.144 12.529-41.376 12.529-64.683s-4.603-45.539-12.949-65.836c-1.787-4.171-3.069-10.354-3.069-16.837 0-20.603 12.946-38.182 31.147-45.047l5.793-2.158c-17.663-26.282-39.596-48.214-65.032-65.341l-2.893 4.925c-6.974 18.532-24.553 31.478-45.156 31.478-6.483 0-12.666-1.282-18.311-3.606-18.824-7.81-41.056-12.413-64.362-12.413s-45.539 4.603-65.836 12.949c-4.13 1.75-10.262 3.009-16.689 3.009-20.58 0-38.144-12.918-45.024-31.088l-2.158-5.792c-26.211 17.68-48.086 39.609-65.169 65.027l4.923 2.898c18.532 6.974 31.478 24.553 31.478 45.156 0 6.483-1.282 12.666-3.606 18.311-7.81 18.824-12.413 41.056-12.413 64.362s4.603 45.539 12.949 65.836c1.75 4.13 3.009 10.262 3.009 16.689 0 20.58-12.918 38.144-31.088 45.024l-5.792 2.158c17.637 26.198 39.509 48.070 64.864 65.171l2.891-4.926c6.974-18.532 24.553-31.478 45.156-31.478 6.483 0 12.666 1.282 18.311 3.606 18.823 7.818 41.054 12.426 64.362 12.426s45.54-4.608 65.834-12.962c4.173-1.787 10.356-3.069 16.839-3.069 20.603 0 38.182 12.946 45.047 31.147l2.158 5.793c26.269-17.621 48.198-39.496 65.343-64.868l-4.927-2.886c-18.501-6.99-31.419-24.554-31.419-45.134 0-6.426 1.26-12.559 3.545-18.163zM944.981 281.771l-11.264 4.096-214.869 79.531c10.091 24.452 15.95 52.843 15.95 82.603s-5.859 58.15-16.487 84.082l226.67 82.147c19.522-49.344 30.84-106.508 30.84-166.315s-11.318-116.97-31.93-169.465z" />
43
+ <glyph unicode="&#x49;" glyph-name="info" d="M512 960c70.667 0 137-13.333 199-40 62.667-26.667 117.166-63.166 163.5-109.5s82.833-100.833 109.5-163.5c26.667-62 40-128.333 40-199s-13.333-137-40-199c-26.667-62.667-63.166-117.166-109.5-163.5s-100.833-82.833-163.5-109.5c-62-26.667-128.333-40-199-40s-137 13.333-199 40c-62.667 26.667-117.166 63.166-163.5 109.5s-82.833 100.833-109.5 163.5c-26.667 62-40 128.333-40 199s13.333 137 40 199c26.667 62.667 63.166 117.166 109.5 163.5s100.833 82.833 163.5 109.5c62 26.667 128.333 40 199 40zM564 163l-1 331c0 4.667-1.667 8.667-5 12s-7.333 5-12 5h-68c-4.667 0-8.667-1.667-12-5s-5-7.333-5-12v-331c0-4.667 1.667-8.667 5-12s7.333-5 12-5h69c4.667 0 8.667 1.667 12 5s5 7.333 5 12zM512 585c17.333 0 32.167 6.167 44.5 18.5s18.5 27.167 18.5 44.5c0 17.333-6.167 32-18.5 44s-26.833 18-43.5 18c-17.333 0-32.167-6-44.5-18s-18.5-26.667-18.5-44c0-17.333 6-32 18-44s26.667-18.333 44-19z" />
44
+ <glyph unicode="&#x4a;" glyph-name="home" horiz-adv-x="933" d="M919.893 612.352l-439.637 340.48c-5.728 4.501-13.043 7.218-20.992 7.218s-15.264-2.717-21.066-7.274l-425.569-340.766c-7.718-6.297-12.612-15.802-12.629-26.45v-615.427c0-18.851 15.282-34.133 34.133-34.133h252.757c18.851 0 34.133 15.282 34.133 34.133v376.832h291.328v-376.832c0-18.851 15.282-34.133 34.133-34.133h252.757c18.851 0 34.133 15.282 34.133 34.133v615.424c-0.040 10.857-5.142 20.514-13.068 26.739z" />
45
+ <glyph unicode="&#x4b;" glyph-name="heart" d="M1024 589.388c0 2.716 0 5.592 0 8.309s0 6.071 0 9.267c0 3.196 0 10.385 0 15.977 0 2.237 0 4.313 0 6.39 0 6.551-0.822 13.101-1.644 19.65 0 0.959 0 1.917 0 2.716-6.897 53.009-31.524 99.466-67.825 134.5-50.36 48.114-119.44 77.804-195.647 77.804s-145.289-29.692-195.676-77.83c-38.231-38.461-42.995-51.242-50.88-51.242s-12.976 12.3-51.413 50.323c-49.449 47.882-117.646 77.482-192.951 77.482-0.25 0-0.5 0-0.751-0.002-1.001 0.015-2.231 0.021-3.461 0.021-75.548 0-143.971-29.666-193.624-77.675-36.383-34.777-61.199-80.927-68.35-132.525-0.135-2.138-0.135-3.097-0.135-3.896 0-6.551-1.313-12.94-1.644-19.65 0-2.13 0-4.26 0-6.39 0-5.113 0-10.385 0-15.977s0-6.071 0-9.106c0-3.035 0-5.751 0-8.468 7.834-65.6 30.408-124.839 64.416-176.246l-1.011 1.632c2.298-3.514 3.942-7.189 6.406-10.703 92.643-140.266 361.537-371.749 442.19-371.749 80.816 0 349.545 232.126 442.517 372.39 2.3 3.514 4.108 7.189 6.406 10.703 32.934 50.126 55.313 109.789 62.577 173.882l0.499 0.414z" />
46
+ <glyph unicode="&#x4c;" glyph-name="lightbulb" horiz-adv-x="693" d="M692.907 613.547c0 0.114 0 0.249 0 0.384 0 191.341-155.112 346.453-346.453 346.453s-346.453-155.112-346.453-346.453c0-103.281 45.193-196.007 116.883-259.48 16.89-14.701 27.326-35.713 27.501-59.166v-44.063c0-0.051 0-0.111 0-0.171 0-23.187 18.797-41.984 41.984-41.984 0 0 0 0 0 0h320.171c23.187 0 41.984 18.797 41.984 41.984v44.203c0.203 23.426 10.635 44.375 27.040 58.628 72.14 63.639 117.344 156.172 117.344 259.263 0 0.142 0 0.283 0 0.425zM530.432 74.581h-367.957c-9.991 0-18.091 8.099-18.091 18.091v39.424c0 9.991 8.099 18.091 18.091 18.091h367.957c9.991 0 18.091-8.099 18.091-18.091v-39.424c0-9.991-8.099-18.091-18.091-18.091zM465.579-64h-238.933c-9.991 0-18.091 8.099-18.091 18.091v39.253c0 9.991 8.099 18.091 18.091 18.091h238.933c9.991 0 18.091-8.099 18.091-18.091v-39.424c-0.097-9.918-8.159-17.92-18.090-17.92 0 0-0.001 0-0.001 0z" />
47
+ <glyph unicode="&#x4e;" glyph-name="loader" d="M512 960c-34.404 0-62.293-27.89-62.293-62.293v-151.723c0-34.404 27.89-62.293 62.293-62.293s62.293 27.89 62.293 62.293v151.723c0 34.404-27.89 62.293-62.293 62.293zM512 212.309c-34.404 0-62.293-27.89-62.293-62.293v-151.723c0-34.404 27.89-62.293 62.293-62.293s62.293 27.89 62.293 62.293v151.723c0 34.404-27.89 62.293-62.293 62.293zM722.603 596.309c0.033 0 0.071 0 0.11 0 17.165 0 32.7 6.981 43.92 18.259l107.352 107.352c11.99 11.377 19.45 27.428 19.45 45.221 0 34.404-27.89 62.293-62.293 62.293-17.793 0-33.843-7.46-45.195-19.422l-107.375-107.377c-11.263-11.271-18.229-26.838-18.229-44.032 0-34.392 27.871-62.275 62.26-62.293zM301.397 299.691c-0.033 0-0.071 0-0.11 0-17.165 0-32.7-6.981-43.92-18.259l-107.352-107.352c-11.99-11.377-19.45-27.428-19.45-45.221 0-34.404 27.89-62.293 62.293-62.293 17.793 0 33.843 7.46 45.195 19.422l107.375 107.377c11.263 11.271 18.229 26.838 18.229 44.032 0 34.392-27.871 62.275-62.26 62.293zM961.707 510.293h-151.723c-34.404 0-62.293-27.89-62.293-62.293s27.89-62.293 62.293-62.293h151.723c34.404 0 62.293 27.89 62.293 62.293s-27.89 62.293-62.293 62.293zM276.309 448c0 34.404-27.89 62.293-62.293 62.293h-151.723c-34.404 0-62.293-27.89-62.293-62.293s27.89-62.293 62.293-62.293h151.723c34.404 0 62.293 27.89 62.293 62.293zM766.635 281.429c-11.377 11.99-27.428 19.45-45.221 19.45-34.404 0-62.293-27.89-62.293-62.293 0-17.793 7.46-33.843 19.422-45.195l107.377-107.375c11.377-11.99 27.428-19.45 45.221-19.45 34.404 0 62.293 27.89 62.293 62.293 0 17.793-7.46 33.843-19.422 45.195zM238.080 809.984c-11.14 10.571-26.233 17.073-42.843 17.073-34.404 0-62.293-27.89-62.293-62.293 0-16.611 6.502-31.703 17.099-42.871l107.323-107.322c11.377-11.99 27.428-19.45 45.221-19.45 34.404 0 62.293 27.89 62.293 62.293 0 17.793-7.46 33.843-19.422 45.195z" />
48
+ <glyph unicode="&#x4f;" glyph-name="plugin-2" horiz-adv-x="645" d="M568.491 655.701l2.731 274.603c0.001 0.101 0.002 0.221 0.002 0.341 0 16.212-13.143 29.355-29.355 29.355-0.001 0-0.001 0-0.002 0h-87.040c-16.055-0.093-29.068-12.987-29.354-28.986l-2.731-275.312h-200.021l2.731 274.432c0.003 0.152 0.004 0.332 0.004 0.512 0 16.154-13.048 29.26-29.179 29.354h-87.049c-0.001 0-0.003 0-0.004 0-16.126 0-29.233-12.929-29.521-28.986l-2.731-275.312h-76.971v-168.96c0.699-144.669 96.73-266.722 228.462-306.607l5.010-214.268c0.049-8.233 3.581-15.631 9.196-20.803 5.313-5.089 12.508-8.21 20.432-8.21 0.024 0 0.048 0 0.072 0h-0.004c29.355 0 45.568 0.853 61.781 1.536s31.573 1.365 59.904 1.536c0.001 0 0.001 0 0.002 0 16.281 0 29.501 13.101 29.694 29.336v209.597c133.939 40.538 229.895 162.573 230.57 307.121v169.039z" />
49
+ <glyph unicode="&#x50;" glyph-name="forminator" horiz-adv-x="1157" d="M780.459 878.763l-68.267 68.267c-5.283 5.29-12.585 8.562-20.651 8.562s-15.368-3.272-20.65-8.562v0l-451.243-450.219c-5.28-5.255-8.548-12.529-8.548-20.565s3.268-15.31 8.547-20.564l68.268-68.268c5.274-5.239 12.542-8.477 20.565-8.477s15.291 3.238 20.567 8.479l-0.002-0.002 451.413 450.048c5.239 5.274 8.477 12.542 8.477 20.565s-3.238 15.291-8.479 20.567l0.002-0.002zM1148.757 804.523l-68.267 68.267c-5.274 5.239-12.542 8.477-20.565 8.477s-15.291-3.238-20.567-8.479l-597.331-597.331c-5.29-5.283-8.562-12.585-8.562-20.651s3.272-15.368 8.562-20.65v0l68.267-68.267c5.274-5.239 12.542-8.477 20.565-8.477s15.291 3.238 20.567 8.479l597.331 597.331c5.239 5.274 8.477 12.542 8.477 20.565s-3.238 15.291-8.479 20.567l0.002-0.002zM174.080 245.76c-3.561 3.609-8.506 5.844-13.973 5.844-1.643 0-3.239-0.202-4.764-0.582l0.135 0.029c-6.795-1.619-12.148-6.576-14.295-13.002l-0.041-0.14-60.928-186.88c-0.62-1.835-0.978-3.948-0.978-6.144 0-10.917 8.837-19.771 19.748-19.797h0.003c2.205 0.028 4.314 0.401 6.288 1.066l-0.144-0.042 186.709 60.928c8.039 2.641 13.741 10.079 13.741 18.848 0 5.513-2.253 10.499-5.889 14.088l-0.002 0.002zM119.467 404.992c-1.221 11.263-1.918 24.326-1.918 37.553 0 1.918 0.015 3.833 0.044 5.744l-0.003-0.289c-0.001 0.376-0.002 0.821-0.002 1.267 0 184.823 127.735 339.811 299.741 381.501l2.683 0.549c5.364 1.279 9.99 3.91 13.658 7.513l119.463 119.463-22.357 0.853h-7.168c-3.755 0-7.68 0-11.605 0 0 0 0 0-0.001 0-282.47 0-511.513-228.744-511.999-511.1v-0.047c0.085-36.919 4.122-72.848 11.708-107.447l-0.615 3.341c2.19-10.527 9.918-18.823 19.936-21.794l0.203-0.052c2.696-0.908 5.801-1.432 9.028-1.432 7.74 0 14.777 3.013 20 7.931l-0.015-0.014 51.2 51.2c5.206 5.243 8.424 12.466 8.424 20.441 0 1.702-0.146 3.369-0.428 4.99l0.025-0.173zM1020.587 507.051l-112.64-112.64c-4.106-4.022-6.976-9.291-7.997-15.193l-0.024-0.167c-33.583-186.114-194.329-325.461-387.621-325.461-0.107 0-0.213 0-0.32 0h0.016c-20.957 0.064-41.459 1.8-61.442 5.079l2.22-0.301c-1.324 0.212-2.85 0.332-4.405 0.332-8.069 0-15.379-3.256-20.685-8.526l-51.198-51.198c-5.25-5.302-8.494-12.598-8.494-20.653 0-13.714 9.404-25.231 22.116-28.455l0.203-0.044c36.541-9.321 78.489-14.671 121.686-14.671 282.77 0 512 229.23 512 512 0 0.298 0 0.596-0.001 0.893v-0.047c0 11.605 0 23.211-1.707 34.133z" />
50
+ <glyph unicode="&#x51;" glyph-name="trash" d="M864 704l-59.11-709.315c-2.764-33.171-30.493-58.685-63.779-58.685h-458.223c-33.286 0-61.015 25.514-63.779 58.685l-59.11 709.315h-32c-35.346 0-64 28.654-64 64s28.654 64 64 64h768c35.346 0 64-28.654 64-64s-28.654-64-64-64h-32zM352 960h320c17.673 0 32-14.327 32-32v-64h-384v64c0 17.673 14.327 32 32 32zM319.883 575.376c-26.445-1.849-46.384-24.786-44.535-51.231l29.019-414.987c1.849-26.445 24.786-46.384 51.231-44.535s46.384 24.786 44.535 51.231l-29.019 414.987c-1.849 26.445-24.786 46.384-51.231 44.535zM512 576c-26.51 0-48-21.49-48-48v-416c0-26.51 21.49-48 48-48s48 21.49 48 48v416c0 26.51-21.49 48-48 48zM707.598 575.376c-26.445 1.849-49.382-18.090-51.231-44.535l-29.019-414.987c-1.849-26.445 18.090-49.382 44.535-51.231s49.382 18.090 51.231 44.535l29.019 414.987c1.849 26.445-18.090 49.382-44.535 51.231z" />
51
+ <glyph unicode="&#x52;" glyph-name="plug-connected" d="M354.645 573.269c-2.821 2.878-6.749 4.661-11.093 4.661s-8.272-1.784-11.091-4.659l-0.002-0.003-119.467-119.467c-33.906-33.962-54.873-80.85-54.873-132.635 0-40.902 13.080-78.749 35.286-109.586l-0.381 0.556-175.957-175.787c-10.657-10.657-17.249-25.38-17.249-41.643 0-32.525 26.367-58.892 58.892-58.892 16.262 0 30.985 6.592 41.643 17.249v0l175.787 176.128c30.28-21.825 68.127-34.905 109.029-34.905 51.785 0 98.673 20.967 132.637 54.876l119.465 119.465c2.836 2.84 4.59 6.762 4.59 11.093s-1.754 8.253-4.59 11.094v0zM1006.933 942.933c-10.629 10.65-25.324 17.239-41.557 17.239s-30.929-6.589-41.556-17.238l-176.129-175.958c-30.26 21.781-68.071 34.834-108.93 34.834-51.75 0-98.609-20.939-132.568-54.806l-119.463-119.463c-2.836-2.84-4.59-6.762-4.59-11.093s1.754-8.253 4.59-11.094v0l282.624-282.624c2.821-2.878 6.749-4.661 11.093-4.661s8.272 1.784 11.091 4.659l0.002 0.003 119.467 119.467c33.906 33.962 54.873 80.85 54.873 132.635 0 40.902-13.080 78.749-35.286 109.586l0.381-0.556 175.957 175.787c10.701 10.637 17.325 25.366 17.325 41.643s-6.623 31.006-17.322 41.64l-0.003 0.003z" />
52
+ <glyph unicode="&#x53;" glyph-name="star" d="M1022.635 572.928c-3.255 9.924-12.398 16.98-23.2 17.067h-346.293l-117.931 333.312c-3.443 9.687-12.531 16.499-23.211 16.499s-19.767-6.811-23.157-16.327l-117.984-334.166h-346.283c-13.554-0.025-24.532-11.018-24.532-24.576 0-7.796 3.63-14.744 9.292-19.247l270.386-214.055-121.003-342.357c-0.92-2.477-1.453-5.339-1.453-8.325 0-13.573 11.003-24.576 24.576-24.576 4.699 0 9.091 1.319 12.824 3.607l317.333 190.403 317.44-190.293c3.626-2.227 8.017-3.546 12.717-3.546 13.573 0 24.576 11.003 24.576 24.576 0 2.986-0.533 5.848-1.508 8.495l-120.948 342.016 270.336 214.016c5.646 4.542 9.228 11.45 9.228 19.194 0 2.907-0.505 5.696-1.431 8.284z" />
53
+ <glyph unicode="&#x54;" glyph-name="shipper-anchor" d="M999.595 431.957l-231.595-90.624 75.264-57.856c-40.448-87.723-120.32-185.856-277.163-204.8v405.845h87.552c32.896 0 59.563 26.667 59.563 59.563v0 37.717c0 6.881-5.578 12.459-12.459 12.459h-133.973v83.968c54.046 22.297 91.392 74.577 91.392 135.579 0 80.778-65.483 146.261-146.261 146.261s-146.261-65.483-146.261-146.261c0-61.002 37.345-113.282 90.421-135.224l0.971-0.356v-83.968h-133.803c-6.881 0-12.459-5.578-12.459-12.459v0-37.717c0-32.896 26.667-59.563 59.563-59.563v0h86.869v-405.504c-125.867 11.186-230.756 90.764-278.041 200.922l-0.829 2.171 77.653 59.221-231.595 90.624 9.728-260.437 61.44 47.104c69.568-136.502 204.284-231.011 362.051-242.771l1.469-0.088c1.783-5.006 4.522-9.283 8.023-12.801l-0.001 0.001 19.797-17.067c6.359-6.346 15.137-10.269 24.832-10.269s18.473 3.924 24.833 10.27l-0.001-0.001 19.797 17.067c3.472 3.534 6.205 7.805 7.943 12.556l0.078 0.244c159.506 11.114 294.419 106.399 361.525 241.346l1.142 2.537 62.805-48.128zM512 868.523c30.256 0 54.784-24.528 54.784-54.784s-24.528-54.784-54.784-54.784c-30.256 0-54.784 24.528-54.784 54.784v0c0 30.256 24.528 54.784 54.784 54.784v0z" />
54
+ <glyph unicode="&#x55;" glyph-name="performance" d="M417.792 403.456c1.004 1.77 1.595 3.888 1.595 6.144 0 6.975-5.654 12.629-12.629 12.629-0.021 0-0.042 0-0.063 0h-143.698c-2.535 0.013-4.584 2.071-4.584 4.608 0 1.352 0.582 2.567 1.509 3.41l0.004 0.003 508.075 460.629c-72.482 41.722-159.387 66.332-252.040 66.332-282.77 0-512-229.23-512-512 0-168.707 81.597-318.357 207.479-411.636l1.383-0.979zM789.675 878.080l-186.88-329.045c-0.991-1.775-1.574-3.894-1.574-6.15 0-7.069 5.731-12.8 12.8-12.8 0.133 0 0.266 0.002 0.399 0.006h143.341c2.531-0.018 4.577-2.074 4.577-4.608 0-1.265-0.51-2.41-1.334-3.243v0l-527.36-503.808c80.343-54.904 179.602-87.673 286.514-87.673 282.77 0 512 229.23 512 512 0 182.975-95.982 343.532-240.344 434.070l-2.138 1.251z" />
55
+ <glyph unicode="&#x56;" glyph-name="stopwatch" horiz-adv-x="1116" d="M1094.656 829.44l-108.203 109.056c-13.429 16.024-33.451 26.14-55.836 26.14-40.153 0-72.704-32.551-72.704-72.704 0-22.385 10.117-42.407 26.027-55.744l108.316-109.319c13.136-13.032 31.227-21.086 51.2-21.086s38.064 8.054 51.205 21.091c12.987 13.149 21.012 31.235 21.012 51.195s-8.025 38.046-21.024 51.207zM130.56 938.496l-109.056-108.203c-10.494-12.516-16.868-28.795-16.868-46.564 0-40.153 32.551-72.704 72.704-72.704 17.768 0 34.048 6.374 46.677 16.96l109.114 108.281c16.024 13.429 26.14 33.451 26.14 55.836 0 40.153-32.551 72.704-72.704 72.704-22.385 0-42.407-10.117-55.744-26.027zM555.691 721.067c0.101 0 0.222 0 0.342 0 179.088 0 324.267-145.179 324.267-324.267s-145.179-324.267-324.267-324.267c-179.088 0-324.267 145.179-324.267 324.267 0 89.671 36.398 170.84 95.225 229.541 58.194 58.516 138.753 94.727 227.769 94.727 0.327 0 0.654 0 0.981-0.001zM555.691 859.648c-255.077-0.225-461.77-207.057-461.77-462.165 0-255.247 206.918-462.165 462.165-462.165s462.165 206.918 462.165 462.165c0 127.891-51.947 243.65-135.892 327.327-83.437 83.623-198.788 135.351-326.22 135.351-0.158 0-0.315 0-0.472 0zM692.053 430.933v2.901c-1.529 5.5-3.042 9.928-4.767 14.248 0.33 0.941-0.694 2.819-1.548 4.525v0c-14.626 32.964-40.422 58.761-72.483 73.028l-0.904 0.359h-1.707v136.533h-107.691v-136.533h-1.024c-17.925-7.295-33.239-17.516-46.093-30.221-25.198-25.421-40.777-60.439-40.777-99.096 0-0.137 0-0.274 0.001-0.411v0.021s0 0 0-0.853c0.040-7.079 0.597-13.995 1.635-20.751l-0.099 0.783c1.777-12.311 4.879-23.408 9.215-33.864l-34.473-33.208-13.995-13.995 74.752-74.752 48.128 48.128 2.389-1.195h1.195c15.185-6.054 32.782-9.564 51.2-9.564s36.015 3.511 52.16 9.899l1.77-0.335c51.588 21.774 87.207 71.794 87.552 130.175-0.067 12.202-1.682 23.952-4.657 35.149zM593.067 360.619c-9.604-9.596-22.867-15.531-37.516-15.531-29.314 0-53.077 23.764-53.077 53.077s23.764 53.077 53.077 53.077c14.649 0 27.912-5.935 37.516-15.531 9.655-9.587 15.632-22.869 15.632-37.546s-5.977-27.959-15.629-37.544z" />
56
+ <glyph unicode="&#x57;" glyph-name="web-globe-world" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM925.696 495.275h-125.611c-9.899 146.603-64.853 273.067-143.019 343.040 144.888-55.283 249.655-184.947 268.267-341.061zM460.8 789.333v-293.547h-141.141c11.093 146.773 73.045 256 140.629 293.547zM460.288 400.213v-293.547c-68.267 37.888-129.195 146.261-140.629 292.523zM555.861 103.595v296.107h148.309c-11.776-151.723-77.824-262.827-148.309-296.619zM555.861 495.616v297.131c70.656-34.133 136.533-145.237 148.309-297.472zM366.763 838.315c-78.165-70.656-133.12-196.267-143.019-343.040h-125.44c18.804 158.093 123.57 287.757 265.597 342.078zM98.475 399.701h125.44c10.069-146.261 64.853-271.531 142.848-341.333-144.368 55.070-248.893 183.969-268.084 339.305zM657.237 58.368c77.995 70.485 132.949 195.755 142.848 341.333h125.44c-19.395-157.364-123.919-286.263-265.426-340.372z" />
57
+ <glyph unicode="&#x58;" glyph-name="download" d="M960.171 428.032h-227.328c-0.006 0-0.013 0-0.020 0-28.238 0-52.193-18.336-60.608-43.752-22.516-68.773-85.704-117.249-160.215-117.249s-137.699 48.476-159.747 115.61c-8.882 27.055-32.837 45.391-61.075 45.391-0.007 0-0.014 0-0.022 0h-227.327c0 0 0 0 0 0-35.252 0-63.829-28.577-63.829-63.829 0-0.060 0-0.12 0-0.18v-364.193c0-35.252 28.577-63.829 63.829-63.829h896.341c35.252 0 63.829 28.577 63.829 63.829v364.203c0 35.252-28.577 63.829-63.829 63.829zM498.517 393.899c3.133-4.361 8.19-7.168 13.903-7.168 0.032 0 0.064 0 0.097 0h-0.005c0.027 0 0.059 0 0.092 0 5.713 0 10.77 2.807 13.868 7.117l176.675 248.542c2.213 2.85 3.548 6.478 3.548 10.417 0 9.426-7.641 17.067-17.067 17.067-0.167 0-0.334-0.002-0.501-0.007l-83.090 0.001v222.891c0 9.426-7.641 17.067-17.067 17.067h-153.6c-9.426 0-17.067-7.641-17.067-17.067v-222.891h-83.456c-0.064 0.001-0.14 0.001-0.216 0.001-9.426 0-17.067-7.641-17.067-17.067 0-3.787 1.234-7.286 3.321-10.118z" />
58
+ <glyph unicode="&#x59;" glyph-name="blog" d="M0 960v-136.533h68.267s0 85.333 85.333 85.333v-324.267s0-17.067-34.133-17.067h-17.067v-51.2h221.867v51.2h-17.067c-34.133 0-34.133 17.067-34.133 17.067v324.267c85.333 0 85.333-85.333 85.333-85.333h68.267v136.533zM989.867 806.4h-443.733c-18.851 0-34.133 15.282-34.133 34.133v0 85.333c0 18.851 15.282 34.133 34.133 34.133v0h443.733c18.851 0 34.133-15.282 34.133-34.133v0-85.333c0-18.851-15.282-34.133-34.133-34.133v0zM989.867-64h-955.733c-18.851 0-34.133 15.282-34.133 34.133v0 85.333c0 18.851 15.282 34.133 34.133 34.133v0h955.733c18.851 0 34.133-15.282 34.133-34.133v0-85.333c0-18.851-15.282-34.133-34.133-34.133v0zM989.867 226.133h-955.733c-18.851 0-34.133 15.282-34.133 34.133v0 85.333c0 18.851 15.282 34.133 34.133 34.133v0h955.733c18.851 0 34.133-15.282 34.133-34.133v0-85.333c0-18.851-15.282-34.133-34.133-34.133v0zM989.867 516.267h-443.733c-18.851 0-34.133 15.282-34.133 34.133v0 85.333c0 18.851 15.282 34.133 34.133 34.133v0h443.733c18.851 0 34.133-15.282 34.133-34.133v0-85.333c0-18.851-15.282-34.133-34.133-34.133v0z" />
59
+ <glyph unicode="&#x5a;" glyph-name="wand-magic" horiz-adv-x="868" d="M658.432 470.187l106.325 106.325c4.546 4.541 7.358 10.817 7.358 17.749s-2.812 13.208-7.357 17.749l-88.576 88.747c-4.541 4.546-10.817 7.358-17.749 7.358s-13.208-2.812-17.749-7.357l-106.496-106.326zM480.939 541.184l-469.845-470.016c-6.839-6.802-11.072-16.219-11.072-26.624s4.233-19.822 11.070-26.622l70.828-70.828c6.821-6.798 16.232-11.001 26.624-11.001s19.803 4.203 26.625 11.002l470.015 469.844zM250.709 815.616l14.848-40.277c14.495-38.364 44.239-68.107 81.64-82.283l41.24-15.168-40.277-14.848c-38.364-14.495-68.107-44.239-82.283-81.64l-15.168-41.24-14.848 40.277c-14.423 38.302-44.036 68.028-81.302 82.28l-41.237 15.17 40.277 14.848c38.364 14.495 68.107 44.239 82.283 81.64zM551.765 960l10.24-27.477c9.877-26.259 30.232-46.613 55.834-56.273l28.134-10.457-27.477-10.24c-26.246-9.897-46.593-30.245-56.272-55.833l-10.458-27.452-10.24 27.477c-9.897 26.246-30.245 46.593-55.833 56.272l-28.135 10.458 27.477 10.24c26.259 9.877 46.613 30.232 56.273 55.834zM796.331 311.467l7.851-20.992c7.584-20.049 23.129-35.594 42.675-43.011l21.666-8.018-21.163-7.851c-20.049-7.584-35.594-23.129-43.011-42.675l-8.018-21.495-7.851 20.992c-7.584 20.049-23.129 35.594-42.675 43.011l-21.666 8.018 21.163 7.851c20.049 7.584 35.594 23.129 43.011 42.675z" />
60
+ <glyph unicode="&#x5b;" glyph-name="power-on-off" d="M916.651 761.003c-12.235 15.422-30.974 25.224-52.003 25.224-15.397 0-29.566-5.255-40.813-14.069l0.144 0.109c-15.645-12.197-25.611-31.046-25.611-52.223 0-15.306 5.207-29.396 13.945-40.596l-0.11 0.147c49.588-63.037 79.531-143.561 79.531-231.079 0-0.181 0-0.363 0-0.544v0.028c0-209.721-170.012-379.733-379.733-379.733s-379.733 170.012-379.733 379.733v0c-0.001 0.37-0.002 0.807-0.002 1.245 0 87.421 29.877 167.864 79.977 231.675l-0.615-0.813c8.478 10.994 13.589 24.965 13.589 40.129 0 21.067-9.863 39.83-25.223 51.924l-0.141 0.107c-11.057 8.587-25.133 13.767-40.419 13.767-21.171 0-40.022-9.936-52.144-25.398l-0.109-0.144c-66.83-85.078-107.179-193.714-107.179-311.774 0-0.252 0-0.504 0.001-0.756v0.040c0-282.77 229.23-512 512-512s512 229.23 512 512v0c0.002 0.53 0.003 1.158 0.003 1.785 0 117.964-40.283 226.52-107.844 312.661l0.833-1.103zM512 382.123c36.271 0.193 65.61 29.593 65.707 65.868v445.961c0 36.477-29.571 66.048-66.048 66.048s-66.048-29.571-66.048-66.048v0-445.952c0.097-36.404 29.63-65.878 66.048-65.878 0.12 0 0.24 0 0.36 0.001h-0.018z" />
61
+ <glyph unicode="&#x5d;" glyph-name="tablet-portrait" horiz-adv-x="745" d="M708.096 960h-673.963c-19.099-1.203-34.134-16.988-34.134-36.284 0-0.084 0-0.168 0.001-0.251v-950.942c0-0.071-0.001-0.155-0.001-0.238 0-19.296 15.035-35.081 34.029-36.279l674.068-0.005c20.171 0 36.523 16.352 36.523 36.523v950.955c0 20.171-16.352 36.523-36.523 36.523zM370.859-33.963c-16.495 0-29.867 13.372-29.867 29.867s13.372 29.867 29.867 29.867c16.495 0 29.867-13.372 29.867-29.867s-13.372-29.867-29.867-29.867zM624.811 55.467h-505.344v785.067h505.173v-785.067z" />
62
+ <glyph unicode="&#x5e;" glyph-name="align-center" horiz-adv-x="1018" d="M50.005-64h917.333c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005h-917.333c0 0 0 0 0 0-27.557 0-49.908-22.291-50.005-49.825v-46.089c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0zM123.563 324.779v0-46.080c0-27.617 22.388-50.005 50.005-50.005h670.208c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005h-670.208c-27.617 0-50.005-22.388-50.005-50.005zM100.352 813.739h816.981c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005h-816.981c-0.051 0-0.111 0-0.171 0-27.617 0-50.005-22.388-50.005-50.005 0 0 0 0 0 0v0-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0.060 0 0.12 0 0.18 0zM173.568 571.221c0-27.617 22.388-50.005 50.005-50.005h570.197c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005h-570.027c-27.617 0-50.005-22.388-50.005-50.005v0-46.080z" />
63
+ <glyph unicode="&#x5f;" glyph-name="check-tick" d="M873.984 809.984c-92.651 92.636-220.639 149.931-362.008 149.931-282.77 0-512-229.23-512-512s229.23-512 512-512c141.37 0 269.358 57.295 362.009 149.932 92.671 92.656 149.991 220.668 149.991 362.068s-57.32 269.412-149.991 362.068zM724.651 535.040l-251.392-251.392c-10.683-10.67-25.435-17.268-41.728-17.268s-31.045 6.599-41.729 17.269l-126.805 126.805c-6.868 6.884-11.116 16.386-11.116 26.88s4.247 19.996 11.116 26.881l29.695 29.695c6.893 6.919 16.429 11.201 26.965 11.201s20.073-4.282 26.964-11.2l85.335-85.335 209.067 210.091c6.884 6.868 16.386 11.116 26.88 11.116s19.996-4.247 26.881-11.116l29.695-29.695c6.868-6.884 11.116-16.386 11.116-26.88s-4.247-19.996-11.116-26.881z" />
64
+ <glyph unicode="&#x60;" glyph-name="list" d="M0 759.296v0c0 0 0-0.001 0-0.002 0-19.674 15.852-35.645 35.48-35.838h952.85c19.72 0.097 35.669 16.106 35.669 35.84 0 0 0 0 0 0v0 165.035c-0.096 19.661-16.009 35.573-35.66 35.669h-952.5c-19.794 0-35.84-16.046-35.84-35.84s0-1.195 0-1.877zM988.16 566.272h-952.32c-19.794 0-35.84-16.046-35.84-35.84s0-1.195 0-1.877v-163.157c0 0 0-0.001 0-0.002 0-19.674 15.852-35.645 35.48-35.838h952.85c19.721 0.097 35.67 16.106 35.67 35.84 0 0.060 0 0.12 0 0.18v-0.009 165.035c-0.097 19.72-16.106 35.669-35.84 35.669 0 0 0 0 0 0zM988.16 172.544h-952.32c-19.794 0-35.84-16.046-35.84-35.84s0-1.195 0-1.877v-162.987c0-19.794 16.046-35.84 35.84-35.84h952.491c19.72 0.097 35.669 16.106 35.669 35.84 0 0 0 0 0 0v0 165.035c-0.097 19.72-16.106 35.669-35.84 35.669 0 0 0 0 0 0z" />
65
+ <glyph unicode="&#x61;" glyph-name="zip" horiz-adv-x="879" d="M678.229 598.699l-225.963 75.435v100.523l225.963-75.435v-100.523zM678.229 448l-225.963 75.435v100.352l225.963-75.264v-100.523zM678.229 297.301l-225.963 75.264v100.523l225.963-75.264v-100.523zM678.229 749.397l-225.963 75.435v100.523l225.963-75.435v-100.523zM125.611 473.088v276.309c0 41.661 33.773 75.435 75.435 75.435h577.707c0 69.373-56.238 125.611-125.611 125.611v0h-527.531c-69.334-0.097-125.514-56.277-125.611-125.601v-426.676c0-0.101 0-0.221 0-0.341 0-69.373 56.238-125.611 125.611-125.611 0 0 0 0 0 0h527.531c0.051 0 0.111 0 0.171 0 69.279 0 125.44 56.161 125.44 125.44 0 0.060 0 0.12 0 0.18v-0.009h-577.707c-0.051 0-0.111 0-0.171 0-41.567 0-75.264 33.697-75.264 75.264 0 0 0 0 0 0v0zM452.267 221.867h225.963v-199.509c0-42.415-34.385-76.8-76.8-76.8v0h-72.363c-42.415 0-76.8 34.385-76.8 76.8v0 199.509zM402.091 71.168c0-41.661-33.773-75.435-75.435-75.435s-75.435 33.773-75.435 75.435c0 41.661 33.773 75.435 75.435 75.435s75.435-33.773 75.435-75.435zM879.275 71.168c0-41.661-33.773-75.435-75.435-75.435s-75.435 33.773-75.435 75.435c0 41.661 33.773 75.435 75.435 75.435s75.435-33.773 75.435-75.435zM376.832 96.256h376.832v-50.176h-376.832v50.176z" />
66
+ <glyph unicode="&#x62;" glyph-name="archive" d="M1002.667 675.499h-981.333v-698.197c0-22.81 18.491-41.301 41.301-41.301h898.731c22.81 0 41.301 18.491 41.301 41.301zM712.533 397.995h-400.555v104.107h400.043zM50.005 918.016c-27.526-0.66-49.634-22.947-50.005-50.482v-119.502h1024v119.467c0 0.004 0 0.009 0 0.014 0 27.857-22.247 50.518-49.943 51.185z" />
67
+ <glyph unicode="&#x63;" glyph-name="inlinecss" d="M96 896h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM96 768h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM96 192h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM96 64h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM128 640h768c35.346 0 64-28.654 64-64v-256c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v256c0 35.346 28.654 64 64 64z" />
68
+ <glyph unicode="&#x64;" glyph-name="social-dropbox" d="M301.227 888.491l-301.227-196.779 208.213-166.741 303.787 187.563-210.773 175.957zM0 358.229v0l301.227-196.779 210.773 175.957-303.787 187.563-208.213-166.741zM512 337.408l210.773-175.957 301.227 196.779-208.213 166.741-303.787-187.563zM722.773 888.491l-210.773-175.957 303.787-187.563 208.213 166.741-301.227 196.779zM301.227 124.245l-90.453 59.051v-66.219l301.909-181.077 301.739 181.077v66.219l-90.453-59.051-211.285 175.275-211.456-175.275z" />
69
+ <glyph unicode="&#x65;" glyph-name="eye" d="M512 223.915c123.759 0 224.085 100.326 224.085 224.085s-100.326 224.085-224.085 224.085c-123.759 0-224.085-100.326-224.085-224.085s100.326-224.085 224.085-224.085zM0 448s136.533 352.085 512 352.085 512-352.085 512-352.085-136.533-352.085-512-352.085-512 352.085-512 352.085zM512 352.085c52.972 0 95.915 42.942 95.915 95.915s-42.942 95.915-95.915 95.915c-52.972 0-95.915-42.942-95.915-95.915s42.942-95.915 95.915-95.915z" />
70
+ <glyph unicode="&#x66;" glyph-name="social-facebook" horiz-adv-x="495" d="M109.739-64v512h-109.739v176.469h109.739v105.984c0 144.213 62.123 229.547 238.080 229.547h147.115v-176.469h-91.989c-68.267 0-73.216-24.747-73.216-70.656v-88.235h165.205l-18.773-176.64h-146.603v-512z" />
71
+ <glyph unicode="&#x67;" glyph-name="social-google-plus" d="M0.859 463.671c-10.682-134.785 79.418-267.513 206.439-314.614s288.992-15.32 369.92 96.716c53.411 70.766 64.905 161.88 58.635 247.392-103.683 0.229-207.136 0.229-310.705 0.229 0-36.354 0-72.709 0-109.177 61.885-1.943 124.003-1.029 185.772-1.943-27.285-135.243-214.219-179.143-313.491-90.772-100.897 77.625-96.137 247.621 9.637 319.528 73.845 58.076 178.923 43.67 252.883-6.516 28.893 26.616 55.809 54.024 81.285 82.701-60.385 49.568-135.854 83.978-216.085 80.549-167.427 5.258-321.386-139.244-324.289-304.096l-0.001 0.003zM837.879 584.853c0-30.409-0.581-60.82-0.812-91.456l-92.885-0.572v-91.456l92.885-0.915c0-30.41 0-60.819 0.581-91.458h92.885c0 30.41 0 60.819 0.581 91.458l92.885 0.801v92.144l-92.885 0.572c0 30.409 0 60.933-0.581 91.456l-92.654-0.573z" />
72
+ <glyph unicode="&#x68;" glyph-name="social-github" d="M512 934.741c-0.11 0-0.241 0-0.371 0-282.77 0-512-229.23-512-512 0-225.030 145.173-416.153 346.974-484.823 29.205-5.844 37.739 10.028 37.739 23.51s0 44.373 0 87.040c-142.507-30.891-172.544 68.267-172.544 68.267-23.211 59.733-56.661 75.264-56.661 75.264-46.421 31.744 3.584 31.061 3.584 31.061 33.642-4.794 61.856-24.567 78.061-52.229 46.013-78.673 119.741-56.145 149.267-43.003 2.518 26.917 14.443 50.654 32.408 68.248-113.645 12.989-233.112 57.192-233.112 253.458-0.013 0.842-0.020 1.835-0.020 2.83 0 52.018 20.062 99.35 52.871 134.681-6.822 18.19-10.702 39.335-10.702 61.387 0 26.775 5.72 52.215 16.004 75.163s42.541 12.658 140.333-53.731c38.377 10.941 82.454 17.232 128 17.232s89.623-6.291 131.409-18.052c94.383 67.038 137.221 53.385 137.221 53.385 9.885-21.837 15.644-47.349 15.644-74.205 0-21.975-3.856-43.050-10.929-62.584 32.998-33.856 52.995-81.074 52.995-132.964 0-1.105-0.009-2.208-0.027-3.309 0.002-196.442-119.465-239.791-233.811-252.421 18.432-15.872 34.133-47.104 34.133-94.891 0-68.267 0-123.563 0-140.459 0-13.653 9.216-29.696 35.157-24.576 205.138 69.887 350.066 260.877 350.066 485.717 0 282.66-229.052 511.822-511.67 512z" />
73
+ <glyph unicode="&#x69;" glyph-name="social-linkedin" d="M229.205-64h-212.139v684.032h212.139zM123.051 713.557c-0.051 0-0.111 0-0.171 0-68.053 0-123.221 55.168-123.221 123.221s55.168 123.221 123.221 123.221c68.053 0 123.221-55.168 123.221-123.221 0-0.051 0-0.111 0-0.171 0-67.959-55.092-123.051-123.051-123.051zM1024-64h-211.968v332.629c0 79.36-1.536 181.419-110.251 181.419s-127.317-86.357-127.317-175.616v-338.432h-212.139v684.032h203.605v-93.525h2.901c28.501 53.76 96.768 110.592 200.704 110.592 214.869 0 254.464-141.653 254.464-325.632v-375.467z" />
74
+ <glyph unicode="&#x6a;" glyph-name="like" d="M0 43.349c-0.058 0.817-0.091 1.77-0.091 2.731s0.033 1.914 0.098 2.858l-0.007 424.15c0 22.056 17.88 39.936 39.936 39.936h78.336c21.424-0.661 38.562-18.097 38.741-39.577v-433.51c-2.112-19.854-18.565-35.244-38.699-35.669l-0.042-0.001h-78.336c-0.003 0-0.006 0-0.009 0-21.756 0-39.449 17.397-39.926 39.038zM236.373-23.211v575.147c0 22.056 17.88 39.936 39.936 39.936h158.72c2.507 3.71 5.381 6.909 8.636 9.672l155.716 269.709c15.697 27.709 44.937 46.131 78.49 46.251 49.908-0.578 90.13-41.157 90.13-91.13 0-0.182-0.001-0.364-0.002-0.546l0.853 0.028v-233.984h216.235c21.611-0.572 38.912-18.227 38.912-39.923 0-0.005 0-0.009 0-0.014v0.001-443.733c-0.022-5.463-2.235-10.404-5.804-13.996l-153.599-153.599c-3.34-2.78-7.675-4.467-12.404-4.467-0.983 0-1.948 0.073-2.892 0.213l-572.992-0.013c-0.013 0-0.029 0-0.044 0-21.301 0-38.691 16.749-39.717 37.796l-0.004 0.092v1.195s0 0 0 0 0 0 0 0zM977.067 106.837v0 0z" />
75
+ <glyph unicode="&#x6b;" glyph-name="dislike" d="M1024 744.277v0c-0.022 5.463-2.235 10.404-5.804 13.996l-153.599 153.599c-3.36 2.775-7.711 4.458-12.455 4.458-0.965 0-1.913-0.070-2.84-0.204l-571.969 0.013c-0.013 0-0.029 0-0.044 0-21.301 0-38.691-16.749-39.717-37.796l-0.004-0.092v-1.365s0 0 0 0 0 0 0 0v-575.659c-0.008-0.305-0.013-0.664-0.013-1.024 0-22.001 17.79-39.846 39.77-39.936h158.387c2.395-3.843 5.163-7.153 8.325-10.036l1.744-2.935v-1.707h1.024l153.6-264.704c15.852-27.026 44.761-44.886 77.842-44.886 0.114 0 0.227 0 0.34 0.001 49.928 0.385 90.268 40.963 90.268 90.963 0 0.241-0.001 0.482-0.003 0.722l0.854-0.037v233.643h215.381c21.611 0.572 38.912 18.227 38.912 39.923 0 0.005 0 0.009 0 0.014v-0.001 443.733zM156.501 806.4v0c-0.289 21.835-18.057 39.424-39.933 39.424-0.001 0-0.002 0-0.003 0h-77.653c-21.476-0.475-38.726-17.904-38.912-39.406v-433.341c1.956-20.057 18.558-35.654 38.876-36.010h78.201c0 0 0.001 0 0.001 0 21.936 0 39.741 17.686 39.934 39.576 0.062 0.835 0.097 1.788 0.097 2.749s-0.035 1.914-0.104 2.857z" />
76
+ <glyph unicode="&#x6c;" glyph-name="cloud-migration" d="M4.084 320h379.916v128h-365.939c35.286 82.255 118.578 141.042 216.896 145.083 13.786 98.746 102.292 174.917 209.42 174.917 99.562 0 183.040-65.792 204.508-156.092 18.238 6.353 37.93 9.82 58.468 9.82 87.884 0 160.254-63.463 170.904-145.972 83.204-16.805 145.664-87.332 145.738-172.055-2.662-97.469-86.2-175.7-189.092-175.7h-585.729c-119.608 0-223.556 83.058-245.090 192zM384 528.297v-288.594c0-35.346 28.654-64 64-64 15.811 0 31.062 5.852 42.814 16.429l160.33 144.297c26.273 23.645 28.402 64.112 4.757 90.385-1.501 1.668-3.089 3.256-4.757 4.757l-160.33 144.297c-26.273 23.645-66.739 21.516-90.385-4.757-10.577-11.752-16.429-27.003-16.429-42.814z" />
77
+ <glyph unicode="&#x6d;" glyph-name="mail" d="M0 576l512-192 512 192v-384c0-70.692-57.308-128-128-128h-768c-70.692 0-128 57.308-128 128v384zM128 832h768c70.692 0 128-57.308 128-128v-32l-512-192-512 192v32c0 70.692 57.308 128 128 128z" />
78
+ <glyph unicode="&#x6e;" glyph-name="open-new-window" d="M887.467 960h-273.067v-136.533h176.469l-534.869-534.357c-0.603-0.615-0.976-1.459-0.976-2.389s0.372-1.774 0.976-2.39l92.33-92.33c0.615-0.603 1.459-0.976 2.389-0.976s1.774 0.372 2.39 0.976l534.356 534.868v-176.469h136.533v409.6zM887.467 106.667c0-18.851-15.282-34.133-34.133-34.133v0h-682.667c-18.851 0-34.133 15.282-34.133 34.133v0 682.667c0 18.851 15.282 34.133 34.133 34.133v0h221.867v136.533h-256c-75.405 0-136.533-61.128-136.533-136.533v0-750.933c0-75.405 61.128-136.533 136.533-136.533v0h750.933c75.405 0 136.533 61.128 136.533 136.533v0 256h-136.533z" />
79
+ <glyph unicode="&#x6f;" glyph-name="combine" d="M725.857 384.118h-256.973l-360.299-360.299c-24.913-24.913-65.306-24.913-90.219 0l-0.124 0.124c-24.913 24.913-24.913 65.306 0 90.219l333.838 333.838-333.838 333.838c-24.913 24.913-24.913 65.306 0 90.219l0.124 0.124c24.913 24.913 65.306 24.913 90.219 0l360.299-360.299h256.973v131.545c0 17.616 14.281 31.897 31.897 31.897 7.398 0 14.565-2.571 20.276-7.274l237.335-195.428c13.599-11.198 15.546-31.3 4.348-44.9-1.306-1.586-2.762-3.042-4.348-4.348l-237.335-195.428c-13.599-11.198-33.702-9.251-44.9 4.348-4.702 5.711-7.274 12.878-7.274 20.276v131.547z" />
80
+ <glyph unicode="&#x70;" glyph-name="defer" d="M214.488 616.412h-122.529c-6.398 0-12.602 2.194-17.578 6.217-12.007 9.708-13.871 27.311-4.164 39.319l178.422 220.684c1.237 1.531 2.633 2.926 4.164 4.164 12.007 9.708 29.611 7.844 39.319-4.164l178.422-220.684c4.022-4.975 6.217-11.18 6.217-17.578 0-15.441-12.517-27.958-27.958-27.958h-122.482v-559.177c0-30.882-25.034-55.916-55.916-55.916s-55.916 25.034-55.916 55.916v559.177zM773.649 280.907h122.482c15.441 0 27.958-12.517 27.958-27.958 0-6.398-2.194-12.602-6.217-17.578l-178.422-220.684c-9.708-12.007-27.311-13.871-39.319-4.164-1.531 1.237-2.926 2.633-4.164 4.164l-178.422 220.684c-9.708 12.007-7.844 29.611 4.164 39.319 4.975 4.022 11.18 6.217 17.578 6.217h122.529v559.177c0 30.882 25.035 55.916 55.916 55.916s55.916-25.034 55.916-55.916v-559.177z" />
81
+ <glyph unicode="&#x71;" glyph-name="eye-hide" d="M201.216 838.997c-2.596 2.605-6.187 4.217-10.155 4.217s-7.559-1.612-10.154-4.216l-61.44-60.928c-2.605-2.596-4.217-6.187-4.217-10.155s1.612-7.559 4.216-10.154l701.27-700.758c2.596-2.605 6.187-4.217 10.155-4.217s7.559 1.612 10.154 4.216l60.928 60.928c2.605 2.596 4.217 6.187 4.217 10.155s-1.612 7.559-4.216 10.154zM665.6 456.533c-4.372 78.297-66.77 140.695-144.666 145.049zM358.4 437.419c5.285-76.768 66.251-137.734 142.541-142.992zM512 671.915c0.243 0.001 0.531 0.002 0.818 0.002 123.288 0 223.232-99.944 223.232-223.232 0-19.895-2.603-39.181-7.486-57.539l150.881-148.97c60.159 57.039 108.919 125.422 142.957 201.809s-134.935 356.101-510.402 356.101c-0.695 0.003-1.517 0.005-2.339 0.005-58.177 0-114.196-9.241-166.669-26.335l113.712-108.838c16.592 4.431 35.643 6.983 55.287 6.997zM512 223.915c-0.228-0.001-0.498-0.001-0.768-0.001-123.288 0-223.232 99.944-223.232 223.232 0 19.337 2.459 38.1 7.081 55.993l-151.38 149.661c-59.739-56.808-108.2-124.836-142.102-200.79s134.934-355.925 510.401-355.925c0.727-0.004 1.587-0.006 2.447-0.006 57.572 0 113.029 9.053 165.026 25.812l-113.884 109.020c-16.056-4.238-34.509-6.722-53.525-6.826z" />
82
+ <glyph unicode="&#x72;" glyph-name="reply" d="M1018.197 2.048c-94.208 337.749-356.693 426.667-516.779 448.683l-84.309 11.605v-223.573l-417.109 327.509 417.109 327.339v-175.957l62.293-10.069c203.264-33.28 352.939-115.2 442.197-243.883 82.773-119.467 115.712-279.723 96.256-461.653z" />
83
+ <glyph unicode="&#x73;" glyph-name="share" horiz-adv-x="871" d="M724.309 594.261c-18.787-0.030-36.732-3.598-53.217-10.072l-378.911 219.821c0 3.243 0 6.485 0 9.728-0.286 80.75-65.812 146.1-146.602 146.1-80.966 0-146.603-65.636-146.603-146.603s65.636-146.603 146.603-146.603c32.171 0 61.921 10.362 86.096 27.931l352.858-203.215c-4.21-13.064-6.637-28.094-6.637-43.691s2.427-30.627 6.924-44.733l-352.543-202.393c-23.762 17.425-53.583 27.883-85.845 27.883-80.684 0-146.091-65.407-146.091-146.091s65.407-146.091 146.091-146.091c80.684 0 146.091 65.407 146.091 146.091 0 0.037 0 0.075 0 0.112 0 3.066 0 5.968 0 8.869l380.416 220.16c15.309-5.943 33.028-9.386 51.552-9.386 80.778 0 146.261 65.483 146.261 146.261s-65.483 146.261-146.261 146.261c-0.124 0-0.247 0-0.371 0z" />
84
+ <glyph unicode="&#x74;" glyph-name="social-twitter" d="M1024 765.024c-34.892-15.915-75.37-27.521-117.814-32.769 41.325 26.083 73.925 66.439 89.754 114.431-37.902-21.718-82.513-39.422-130.042-49.091-41.122 40.731-95.69 66.405-156.245 66.405-115.932 0-209.914-94.097-209.914-210.171 0-17.16 2.054-33.841 5.93-49.808-174.836 10.663-328.295 93.84-431.157 219.996-18.77-29.233-29.36-65.72-29.36-104.683 0-72.4 36.563-136.25 92.212-174.047-34.281 0.657-66.827 10.245-95.241 26.306 1.042-1.401 1.042-2.261 1.042-3.122 0.044-101.219 71.547-185.705 166.738-205.632-15.119-4.882-34.048-7.552-53.598-7.552-0.107 0-0.216 0-0.326 0-0.032 0-0.092 0-0.151 0-13.869 0-27.42 1.357-40.532 3.945 28.881-84.309 105.824-144.285 197-146.014-70.547-55.954-161.022-89.749-259.379-89.749-0.307 0-0.616 0-0.925 0-17.562 0.002-34.929 1.043-51.992 3.066 92.776-59.354 203.777-94.534 322.988-94.534 0.19 0 0.378 0 0.567 0 385.577 0 596.35 319.845 596.35 597.251 0 9.032 0 18.208 0 27.096 41.174 30.039 75.86 66.047 103.567 107.158l0.529 1.519z" />
85
+ <glyph unicode="&#x75;" glyph-name="movefooter" d="M96 896h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM96 768h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM96 640h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM96 512h832c17.673 0 32-14.327 32-32s-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32zM128 384h768c35.346 0 64-28.654 64-64v-256c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v256c0 35.346 28.654 64 64 64z" />
86
+ <glyph unicode="&#x76;" glyph-name="social-drive" d="M383.488 245.419l-177.664-305.323h640.512l177.664 305.323h-640.512zM329.216 818.688l320.341-554.667 353.28-1.024-320.171 554.667-353.451 1.024zM0 242.517l175.787-306.517 320.171 554.667-175.616 306.517-320.341-554.667z" />
87
+ <glyph unicode="&#x77;" glyph-name="wordpress" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM255.147 644.608c25.259 1.365 47.957 4.096 47.957 4.096 8.85 0.729 15.756 8.091 15.756 17.067 0 9.456-7.665 17.121-17.121 17.121-0.481 0-0.956-0.020-1.427-0.059s-68.205-5.287-111.725-5.287c-7.851 0-17.067 0-26.965 0 76.052 114.526 204.485 188.994 350.311 188.994 109.329 0 208.881-41.857 283.507-110.42l-5.764 0.274c-39.179-1.128-70.51-33.157-70.51-72.505 0-0.67 0.009-1.338 0.027-2.004-0.002-34.035 19.966-63.731 41.129-98.206 21.048-32.798 33.711-72.734 34.132-115.6 0.001-35.952-13.823-77.595-31.914-135.622l-41.813-139.776-150.869 451.925c25.259 1.365 47.957 4.096 47.957 4.096 8.85 0.729 15.756 8.091 15.756 17.067 0 9.456-7.665 17.121-17.121 17.121-0.481 0-0.956-0.020-1.427-0.059s-68.205-5.287-111.725-5.287c-41.131 0-110.421 5.291-110.421 5.291-0.409 0.035-0.885 0.055-1.365 0.055-9.456 0-17.121-7.665-17.121-17.121 0-8.975 6.906-16.337 15.694-17.063s21.395-2.564 44.094-4.1l65.365-179.541-91.819-274.603zM329.045 70.656c-141.030 69.533-236.344 212.284-236.344 377.297 0 61.818 13.377 120.511 37.393 173.343zM519.339 411.989l129.195-353.792c0.957-2.241 1.985-4.148 3.161-5.948-41.53-14.922-89.365-23.635-139.236-23.635-42.262 0-83.063 6.257-121.527 17.896zM722.773 85.675l128 370.347c19.469 44.241 31.134 95.751 31.911 149.895 0.003 0.411 0.004 0.553 0.004 0.694 0 15.086-1.055 29.926-3.094 44.45 32.457-59.671 51.452-128.883 51.452-202.531 0-153.868-82.908-288.372-206.488-361.276z" />
88
+ <glyph unicode="&#x78;" glyph-name="widget-settings-config" d="M999.424 530.944l-129.877 12.8c-9.193 33.918-21.85 63.586-37.968 90.973l83.877 99.32c3.807 4.657 6.114 10.669 6.114 17.22 0 7.537-3.054 14.362-7.992 19.303l-79.019 79.019c-4.941 4.938-11.765 7.992-19.302 7.992-6.551 0-12.564-2.307-17.269-6.153l-100.986-82.905c-25.672 15.185-55.341 27.841-86.69 36.434l-15.369 130.478c-1.433 13.848-13.031 24.558-27.134 24.576h-111.618c-14.105-0.018-25.703-10.728-27.126-24.459l-12.81-130.165c-33.915-9.179-63.585-21.837-90.966-37.965l-99.327 83.874c-4.657 3.807-10.669 6.114-17.22 6.114-7.537 0-14.362-3.054-19.303-7.992l-78.848-78.848c-4.938-4.941-7.992-11.765-7.992-19.302 0-6.551 2.307-12.564 6.153-17.269l82.905-100.986c-15.194-25.673-27.851-55.343-36.436-86.695l-130.646-15.363c-13.848-1.433-24.558-13.031-24.576-27.134v-111.618c0.018-14.105 10.728-25.703 24.459-27.126l130.165-12.81c9.175-33.915 21.832-63.585 37.964-90.964l-83.873-99.329c-3.889-4.663-6.251-10.718-6.251-17.325 0-7.498 3.041-14.286 7.957-19.197l78.848-78.848c4.941-4.938 11.765-7.992 19.302-7.992 6.551 0 12.564 2.307 17.269 6.153l100.986 82.905c25.671-15.228 55.334-27.938 86.678-36.597l15.38-130.485c1.434-13.86 13.050-24.576 27.17-24.576 0.048 0 0.096 0 0.144 0h111.609c14.105 0.018 25.703 10.728 27.126 24.459l12.81 129.994c33.919 9.237 63.585 21.949 90.955 38.133l99.338-83.872c4.657-3.807 10.669-6.114 17.22-6.114 7.537 0 14.362 3.054 19.303 7.992l78.848 78.848c4.916 4.912 7.957 11.699 7.957 19.197 0 6.607-2.361 12.663-6.286 17.369l-82.909 100.991c15.183 25.672 27.839 55.341 36.434 86.688l130.478 15.37c13.995 1.266 24.882 12.924 24.917 27.132v111.62c-0.018 14.105-10.728 25.703-24.459 27.126zM512 296.96c-83.417 0-151.040 67.623-151.040 151.040s67.623 151.040 151.040 151.040c83.417 0 151.040-67.623 151.040-151.040s-67.623-151.040-151.040-151.040z" />
89
+ <glyph unicode="&#x79;" glyph-name="social-youtube" d="M1014.113 648.12c0 0-9.729 68.939-41.116 99.375-26.137 25.868-62.396 42.035-102.554 42.459-143.364 10.046-358.365 10.046-358.365 10.046s-215 0-358.439-10.044c-40.234-0.442-76.491-16.603-102.611-42.436-31.41-30.459-40.669-99.4-40.669-99.4-6.069-48.054-9.817-104.254-10.352-161.198l-0.006-76.817c0.482-57.604 4.175-113.815 10.915-169.122s9.33-61.741 39.932-92.177c38.92-39.873 90.080-38.655 112.993-42.762 81.92-7.61 348.239-10.044 348.239-10.044s215.158 0 358.595 10.501c40.103 0.467 76.235 16.564 102.301 42.286 31.408 30.457 40.824 99.396 40.824 99.396 6.032 48.161 9.725 104.427 10.196 161.437l0.006 76.731c-0.476 57.648-4.169 113.913-10.915 169.273l1.028-7.505zM405.206 309.206v281.997l272.125-138.183-272.125-143.814z" />
90
+ <glyph unicode="&#x7a;" glyph-name="filter" d="M1024 728.576c-0.063 44.774-35.52 81.246-79.888 82.939l-860.997 0.005c-0.072 0-0.157 0-0.243 0-45.903 0-83.115-37.212-83.115-83.115 0-26.158 12.084-49.494 30.974-64.73l386.036-386.343v-238.933c0.665-15.332 9.197-28.533 21.637-35.729l0.209-0.111 103.424-59.733c6.303-3.758 13.9-5.98 22.016-5.98 24.035 0 43.52 19.485 43.52 43.52 0 0.062 0 0.124 0 0.187 0 1.185 0 2.209 0 3.404v0 293.376l389.803 389.632c16.397 15.17 26.628 36.8 26.628 60.82 0 0.278-0.001 0.555-0.004 0.833zM284.843 645.291v0z" />
91
+ <glyph unicode="&#x7b;" glyph-name="arrow-skip-back" horiz-adv-x="973" d="M469.163 38.4c-5.459-5.045-11.769-9.279-18.669-12.446l-0.445-0.183c-6.878-3.128-14.917-4.951-23.381-4.951s-16.503 1.823-23.744 5.098l0.363-0.147c-7.395 3.402-13.754 7.631-19.351 12.688l0.066-0.059-366.933 367.104c-5.495 5.378-9.891 11.855-12.835 19.078l-0.136 0.378c-2.595 6.654-4.099 14.357-4.099 22.412 0 0.221 0.001 0.442 0.003 0.662v-0.034c0 0.092-0.001 0.2-0.001 0.308 0 8.443 1.694 16.491 4.76 23.822l-0.151-0.408c2.823 7.964 7.069 14.793 12.483 20.506l-0.024-0.026 367.787 365.397c10.998 10.865 26.121 17.576 42.811 17.576 8.382 0 16.369-1.693 23.637-4.755l-0.401 0.15c7.449-3.171 13.8-7.552 19.106-12.961l0.009-0.009 41.984-43.008c10.865-10.998 17.576-26.121 17.576-42.811 0-8.382-1.693-16.369-4.755-23.637l0.15 0.401c-3.171-7.449-7.552-13.8-12.961-19.106l-0.009-0.009-279.040-281.429 279.040-280.576c5.419-5.315 9.8-11.665 12.826-18.734l0.145-0.38c2.915-6.785 4.609-14.682 4.609-22.975 0-0.143-0.001-0.286-0.002-0.428v0.022c0-0.093 0.001-0.202 0.001-0.312 0-8.501-1.693-16.606-4.761-23.997l0.153 0.415c-3.002-7.398-7.409-13.668-12.933-18.739l-0.037-0.034-41.984-43.861zM911.872 38.4c-5.532-4.998-11.891-9.227-18.819-12.435l-0.467-0.194c-6.786-3.127-14.724-4.95-23.088-4.95-0.103 0-0.206 0-0.309 0.001h0.016c-0.055 0-0.12 0-0.184 0-8.401 0-16.377 1.823-23.553 5.095l0.356-0.145c-7.32 3.449-13.618 7.672-19.183 12.69l0.069-0.061-365.909 367.104c-5.495 5.378-9.891 11.855-12.835 19.078l-0.136 0.378c-2.915 7.017-4.608 15.168-4.608 23.713 0 0.063 0 0.126 0 0.19v-0.010c0 0.092-0.001 0.2-0.001 0.308 0 8.443 1.694 16.491 4.76 23.822l-0.151-0.408c3.079 7.66 7.475 14.193 12.965 19.621l0.005 0.005 366.763 365.397c5.34 5.379 11.683 9.753 18.726 12.82l0.389 0.151c6.456 2.612 13.944 4.127 21.786 4.127 0.681 0 1.359-0.011 2.035-0.034l-0.098 0.003c0.275 0.005 0.599 0.007 0.924 0.007 16.262 0 31.002-6.517 41.751-17.082l-0.009 0.008 42.667-43.008c10.865-10.998 17.576-26.121 17.576-42.811 0-8.382-1.693-16.369-4.755-23.637l0.15 0.401c-3.171-7.449-7.552-13.8-12.961-19.106l-0.009-0.009-280.235-281.429 280.235-280.576c5.419-5.315 9.8-11.665 12.826-18.734l0.145-0.38c2.606-6.45 4.118-13.929 4.118-21.762 0-0.569-0.008-1.137-0.024-1.702l0.002 0.083c0-0.093 0.001-0.202 0.001-0.312 0-8.501-1.693-16.606-4.761-23.997l0.153 0.415c-3.002-7.398-7.409-13.668-12.933-18.739l-0.037-0.034-42.496-43.861z" />
92
+ <glyph unicode="&#x7c;" glyph-name="flag" d="M910.404 754.49c-0.036 0-0.077 0-0.118 0-2.422 0-4.731-0.494-6.837-1.39l0.119 0.044c-37.374-20.496-81.739-32.542-128.846-32.556-0.155 0-0.334-0.002-0.511-0.002-85.841 0-162.626 39.821-213.792 102.454-46.563 45.349-109.104 72.959-177.923 72.959-66.249 0-126.68-25.587-172.432-67.66-9.486 21.49-30.172 35.949-54.147 35.949-33.091 0-59.916-27.549-59.916-61.529 0-0.222 0.002-0.445 0.003-0.665v-740.415c0-34.065 26.89-61.68 60.061-61.68s60.061 27.615 60.061 61.68v333.487c36.633 19.388 79.944 30.753 125.841 30.753 85.965 0 162.863-39.873 214.109-102.593 46.514-45.22 108.949-72.744 177.645-72.744 74.257 0 141.198 32.162 188.336 83.661 3.695 3.474 5.927 8.257 5.943 13.578v388.298c0 0.002 0 0.002 0 0.002 0 10.040-7.845 18.198-17.583 18.368h-0.014z" />
93
+ <glyph unicode="&#x7d;" glyph-name="arrow-skip-forward" horiz-adv-x="973" d="M503.637 38.4c5.459-5.045 11.769-9.279 18.669-12.446l0.445-0.183c6.878-3.128 14.917-4.951 23.381-4.951s16.503 1.823 23.744 5.098l-0.363-0.147c7.395 3.402 13.754 7.631 19.351 12.688l-0.066-0.059 366.933 367.104c5.495 5.378 9.891 11.855 12.835 19.078l0.136 0.378c2.595 6.654 4.099 14.357 4.099 22.412 0 0.221-0.001 0.442-0.003 0.662v-0.034c0 0.092 0.001 0.2 0.001 0.308 0 8.443-1.694 16.491-4.76 23.822l0.151-0.408c-2.823 7.964-7.069 14.793-12.483 20.506l0.024-0.026-367.787 365.397c-10.998 10.865-26.121 17.576-42.811 17.576-8.382 0-16.369-1.693-23.637-4.755l0.401 0.15c-7.449-3.171-13.8-7.552-19.106-12.961l-0.009-0.009-41.984-43.008c-10.865-10.998-17.576-26.121-17.576-42.811 0-8.382 1.693-16.369 4.755-23.637l-0.15 0.401c3.171-7.449 7.552-13.8 12.961-19.106l0.009-0.009 279.040-281.429-279.040-280.576c-5.419-5.315-9.8-11.665-12.826-18.734l-0.145-0.38c-2.915-6.785-4.609-14.682-4.609-22.975 0-0.143 0.001-0.286 0.002-0.428v0.022c0-0.093-0.001-0.202-0.001-0.312 0-8.501 1.693-16.606 4.761-23.997l-0.153 0.415c3.002-7.398 7.409-13.668 12.933-18.739l0.037-0.034 41.984-43.861zM60.928 38.4c5.532-4.998 11.891-9.227 18.819-12.435l0.467-0.194c6.479-2.817 14.025-4.455 21.955-4.455 0.502 0 1.002 0.007 1.5 0.020l-0.074-0.002c0.055 0 0.12 0 0.184 0 8.401 0 16.377 1.823 23.553 5.095l-0.356-0.145c7.315 3.294 13.614 7.353 19.212 12.2l-0.097-0.082 365.909 367.104c5.495 5.378 9.891 11.855 12.835 19.078l0.136 0.378c2.915 7.017 4.608 15.168 4.608 23.713 0 0.063 0 0.126 0 0.19v-0.010c0 0.092 0.001 0.2 0.001 0.308 0 8.443-1.694 16.491-4.76 23.822l0.151-0.408c-3.079 7.66-7.475 14.193-12.965 19.621l-0.005 0.005-366.763 365.397c-5.34 5.379-11.683 9.753-18.726 12.82l-0.389 0.151c-6.456 2.612-13.944 4.127-21.786 4.127-0.681 0-1.359-0.011-2.035-0.034l0.098 0.003c-0.275 0.005-0.599 0.007-0.924 0.007-16.262 0-31.002-6.517-41.751-17.082l0.009 0.008-42.667-43.008c-10.865-10.998-17.576-26.121-17.576-42.811 0-8.382 1.693-16.369 4.755-23.637l-0.15 0.401c3.171-7.449 7.552-13.8 12.961-19.106l0.009-0.009 280.235-281.429-280.235-280.576c-5.419-5.315-9.8-11.665-12.826-18.734l-0.145-0.38c-2.606-6.45-4.118-13.929-4.118-21.762 0-0.569 0.008-1.137 0.024-1.702l-0.002 0.083c0-0.093-0.001-0.202-0.001-0.312 0-8.501 1.693-16.606 4.761-23.997l-0.153 0.415c2.854-7.368 7.093-13.636 12.44-18.756l0.019-0.018 43.008-43.861z" />
94
+ <glyph unicode="&#x7e;" glyph-name="brush" horiz-adv-x="696" d="M0 366.080c-0.043-1.089-0.067-2.367-0.067-3.651 0-54.575 44.241-98.816 98.816-98.816 1.284 0 2.563 0.024 3.835 0.073l81.737-0.006c0.943 0.054 2.047 0.085 3.157 0.085 32.236 0 58.368-26.132 58.368-58.368 0-1.111-0.031-2.214-0.092-3.31l0.007-219.496c0.097-25.693 20.899-46.495 46.583-46.592h111.455c25.693 0.097 46.495 20.899 46.592 46.583v219.487c-0.061 0.998-0.096 2.164-0.096 3.338 0 32.236 26.132 58.368 58.368 58.368 1.174 0 2.341-0.035 3.498-0.103l81.761 0.008c1.142-0.047 2.482-0.074 3.829-0.074 54.48 0 98.645 44.165 98.645 98.645 0 1.347-0.027 2.687-0.080 4.020l0.006 102.209h-696.32zM257.707 960l-73.387-73.387-73.387 73.387h-110.933v-450.56h696.32v450.56h-438.613z" />
95
+ <glyph unicode="&#xa2;" glyph-name="upload-cloud" d="M512 128v128h80.297c15.811 0 31.062 5.852 42.814 16.429 26.273 23.645 28.402 64.112 4.757 90.385l-144.297 160.33c-1.501 1.668-3.089 3.256-4.757 4.757-26.273 23.645-66.739 21.516-90.385-4.757l-144.297-160.33c-10.577-11.752-16.429-27.003-16.429-42.814 0-35.346 28.654-64 64-64h80.297v-128h-134.826c-134.486 0-249.174 105.007-249.174 233.656l0.002 0.090c0.964 124.682 104.79 225.987 234.836 230.305l0.118 1.032c13.786 98.746 102.292 174.917 209.42 174.917 99.562 0 183.040-65.792 205.694-155.731l-1.186-0.361c18.238 6.353 37.93 9.82 58.468 9.82 87.884 0 160.254-63.463 169.706-145.77l-0.004 0.002 1.202-0.204c83.204-16.805 145.664-87.332 145.742-171.82l-0.004-0.235c-2.662-97.469-86.2-175.7-188.862-175.7-0.080 0-0.162 0-0.23 0h-322.904z" />
96
+ <glyph unicode="&#xa3;" glyph-name="download-cloud" d="M384 759.638v-247.638h-80.297c-35.346 0-64-28.654-64-64 0-15.811 5.852-31.062 16.429-42.814l144.297-160.33c23.645-26.273 64.112-28.402 90.385-4.757 1.668 1.501 3.256 3.089 4.757 4.757l144.297 160.33c23.645 26.273 21.516 66.739-4.757 90.385-11.752 10.577-27.003 16.429-42.814 16.429h-80.297v245.413c68.105-22.058 120.518-76.658 136.885-145.505 18.238 6.353 37.93 9.82 58.468 9.82 87.884 0 160.254-63.463 170.904-145.972 83.204-16.805 145.664-87.332 145.738-172.055-2.662-97.469-86.2-175.7-189.092-175.7h-585.729c-134.486 0-249.174 105.007-249.172 233.746 0.964 124.682 104.79 225.987 234.954 231.337 11.086 79.407 70.491 144.216 149.044 166.555z" />
97
+ <glyph unicode="&#xa5;" glyph-name="color-pick-eyedropper" d="M646.997 791.552l45.056-45.227-304.299-304.469c0.395-4.001 0.62-8.648 0.62-13.348 0-37.29-14.17-71.27-37.419-96.85l22.634-22.41 22.528-22.528c25.415 23.141 59.352 37.311 96.598 37.311 4.687 0 9.321-0.224 13.893-0.663l303.887 304.514 45.056-45.227 51.2 51.2-208.896 208.384zM506.197 385.365c-6.949-6.006-16.072-9.665-26.049-9.665-22.056 0-39.936 17.88-39.936 39.936 0 9.977 3.659 19.1 9.708 26.1l273.024 273.016 56.32-56.491zM999.424 935.424v0c-15.17 15.196-36.14 24.597-59.307 24.597s-44.137-9.401-59.306-24.596l-118.273-118.444 118.613-119.467 118.272 118.443c15.411 15.23 24.955 36.367 24.955 59.733s-9.544 44.503-24.947 59.725zM486.571 51.2h-370.688v371.029h156.331c5.090 0 9.216 4.126 9.216 9.216v96.768c0 5.090-4.126 9.216-9.216 9.216h-262.997c-5.090 0-9.216-4.126-9.216-9.216v-582.997c0-0.008 0-0.016 0-0.025 0-5.090 4.126-9.216 9.216-9.216 0.24 0 0.478 0.009 0.714 0.027l583.819-0.002c5.090 0 9.216 4.126 9.216 9.216v262.485c0 5.090-4.126 9.216-9.216 9.216h-97.451c-5.090 0-9.216-4.126-9.216-9.216z" />
98
+ <glyph unicode="&#xa9;" glyph-name="layout" horiz-adv-x="1021" d="M1020.757 763.392h-1020.757v133.632c0 34.781 28.195 62.976 62.976 62.976h894.805c34.781 0 62.976-28.195 62.976-62.976zM236.373-64h-173.397c-34.781 0-62.976 28.195-62.976 62.976v697.856h236.373zM299.52 696.832h721.408v-378.368h-721.408v378.368zM957.781-64h-658.261v315.392h721.237v-252.416c0-34.781-28.195-62.976-62.976-62.976z" />
99
+ <glyph unicode="&#xaa;" glyph-name="plus-circle" d="M576 512v160c0 17.673-14.327 32-32 32h-64c-17.673 0-32-14.327-32-32v-160h-160c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h160v-160c0-17.673 14.327-32 32-32h64c17.673 0 32 14.327 32 32v160h160c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-160zM512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512z" />
100
+ <glyph unicode="&#xab;" glyph-name="laptop" d="M125.099 136.533h773.803c29.523 0.097 53.419 24.053 53.419 53.589 0 0 0 0 0 0v473.941c0 29.502-23.916 53.419-53.419 53.419h-773.803c-29.502 0-53.419-23.916-53.419-53.419v-474.112c0 0 0 0 0 0 0-29.537 23.896-53.492 53.409-53.589zM178.517 610.475h666.795v-367.275h-666.624zM999.424 82.944h-974.677c-13.667 0-24.747-11.079-24.747-24.747v-59.733c-0.002-0.108-0.003-0.235-0.003-0.363 0-6.447 2.465-12.318 6.505-16.722l34.117-37.87c4.505-4.65 10.806-7.537 17.782-7.537 0.409 0 0.815 0.010 1.219 0.029l902.258-0.002c6.688 0.147 12.7 2.925 17.065 7.337l37.549 37.89c4.351 4.388 7.070 10.401 7.168 17.048v59.752c-0.096 13.534-11.042 24.48-24.567 24.576zM605.013-2.731c0.019-0.161 0.029-0.347 0.029-0.536 0-2.563-1.949-4.672-4.446-4.924l-177.344-0.002c-2.518 0.254-4.466 2.362-4.466 4.926 0 0.189 0.011 0.375 0.031 0.558l-0.002 24.041c-0.019 0.161-0.029 0.347-0.029 0.536 0 2.563 1.949 4.672 4.446 4.924l177.514 0.002c2.518-0.254 4.466-2.362 4.466-4.926 0-0.189-0.011-0.375-0.031-0.558z" />
101
+ <glyph unicode="&#xac;" glyph-name="arrows-expand" d="M52.565 271.872l-52.565-315.051c-0.168-0.922-0.264-1.982-0.264-3.065 0-4.931 1.992-9.397 5.214-12.637l-0.001 0.001c3.114-3.258 7.493-5.283 12.345-5.283 1.188 0 2.347 0.121 3.466 0.352l314.087 53.058c8.563 1.452 15.003 8.814 15.003 17.681 0 4.962-2.016 9.452-5.274 12.697l-61.441 61.441 164.864 164.864c3.269 3.247 5.292 7.745 5.292 12.715s-2.023 9.468-5.291 12.714l-113.665 113.665c-3.247 3.269-7.745 5.292-12.715 5.292s-9.468-2.023-12.714-5.291l-164.524-164.865-61.44 61.44c-3.245 3.259-7.736 5.275-12.698 5.275-8.867 0-16.229-6.44-17.666-14.897zM971.435 624.128l52.565 315.051c0.152 0.878 0.239 1.888 0.239 2.919 0 4.919-1.982 9.374-5.19 12.613l0.001-0.001c-3.296 3.419-7.916 5.543-13.032 5.543-1.064 0-2.106-0.092-3.119-0.268l-314.089-53.403c-8.563-1.452-15.003-8.814-15.003-17.681 0-4.962 2.016-9.452 5.274-12.697l61.441-61.441-164.864-165.035c-3.269-3.247-5.292-7.745-5.292-12.715s2.023-9.468 5.291-12.714l113.665-113.665c3.247-3.269 7.745-5.292 12.715-5.292s9.468 2.023 12.714 5.291l165.036 165.036 61.44-61.44c3.245-3.259 7.736-5.275 12.698-5.275 8.867 0 16.229 6.44 17.666 14.897z" />
102
+ <glyph unicode="&#xae;" glyph-name="update" d="M925.78 658.151c19.994-39.4 4.263-87.548-35.136-107.543s-87.548-4.263-107.543 35.136c-17.412 34.311-41.224 64.917-70.087 90.318-69.009 60.732-161.584 87.586-253.821 71.323-103.046-18.17-187.795-87.13-227.628-181.864-17.126-40.729-64.026-59.863-104.755-42.737s-59.863 64.026-42.737 104.755c60.693 144.344 190.177 249.705 347.337 277.416 140.63 24.797 282.185-16.266 387.309-108.781 44.028-38.747 80.417-85.519 107.061-138.023zM884.459 823.457l-214.467-193.107c-26.267-23.651-28.388-64.118-4.737-90.386 10.579-11.75 25.134-19.167 40.857-20.824l214.515-22.595c35.152-3.703 66.649 21.792 70.352 56.944 0.235 2.232 0.353 4.474 0.352 6.718l-0.048 215.702c-0.008 35.346-28.668 63.994-64.014 63.986-15.811-0.004-31.060-5.859-42.81-16.439zM98.22 237.849c-19.994 39.4-4.263 87.548 35.136 107.543s87.548 4.263 107.543-35.136c17.412-34.311 41.224-64.917 70.087-90.318 69.009-60.732 161.584-87.586 253.821-71.323 103.046 18.17 187.795 87.13 227.628 181.864 17.126 40.729 64.026 59.863 104.755 42.737s59.863-64.026 42.737-104.755c-60.693-144.344-190.177-249.705-347.337-277.416-140.63-24.797-282.185 16.266-387.309 108.781-44.028 38.747-80.417 85.519-107.061 138.023zM141.714 72.543l214.467 193.107c26.267 23.651 28.388 64.118 4.737 90.386-10.579 11.75-25.134 19.167-40.857 20.824l-214.515 22.595c-35.152 3.703-66.649-21.792-70.352-56.944-0.235-2.232-0.353-4.474-0.352-6.718l0.048-215.702c0.008-35.346 28.668-63.994 64.014-63.986 15.811 0.004 31.060 5.859 42.81 16.439z" />
103
+ <glyph unicode="&#xaf;" glyph-name="arrow-right" horiz-adv-x="921" d="M912.213 468.992l-388.949 388.608c-5.491 5.46-13.061 8.836-21.419 8.836s-15.927-3.375-21.42-8.837l-62.463-62.121c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l230.569-230.399h-621.909c0 0 0 0-0.001 0-14.644 0-26.527-11.823-26.623-26.444v-95.583c0-14.704 11.92-26.624 26.624-26.624h621.909l-230.4-230.4c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l62.292-61.951c5.491-5.46 13.061-8.836 21.419-8.836s15.927 3.375 21.42 8.837l388.948 388.607c5.38 5.401 8.706 12.851 8.706 21.077s-3.326 15.677-8.707 21.078z" />
104
+ <glyph unicode="&#xb0;" glyph-name="hummingbird" d="M1009.323 570.197c-72.363-3.755-161.621-7.509-238.933-8.192l192.171 128.512c19.042-34.586 34.899-74.653 45.502-116.806zM512 960c189.862-0.034 355.572-103.406 443.951-256.93-61.487-12.553-225.839-36.617-400.943-48.051-34.133-2.219-55.979-36.181-68.267-62.464 0 0-31.061 195.925-244.907 145.408-41.984 18.944-81.237 34.133-116.224 46.251 94.16 107.956 231.957 175.787 385.597 175.787 0.279 0 0.557 0 0.836-0.001zM0 448c0 0.221-0.001 0.483-0.001 0.746 0 121.29 42.344 232.689 113.056 320.222 39.45-15.556 74.218-33.581 106.162-55.431s37.807-77.121 65.284-135.489 46.592-91.136 54.613-161.109 65.877-184.491 168.277-221.867c-34.879-47.972-65.982-102.598-90.759-160.574 26.898-39.4 57.774-69.843 91.053-97.495-280.204 0.74-507.686 229.298-507.686 510.988 0 0.003 0 0.007 0 0.010zM573.952-60.416c0 19.115 0 36.352 1.195 51.2 2.803 46.275 12.454 89.473 27.966 129.761 19.44 50.098 31.281 111.481 31.281 175.63 0 12.407-0.443 24.711-1.314 36.896-1.165 15.156-3.891 30.694-7.991 45.664l392.938 149.478c4.007-24.063 6.297-51.79 6.297-80.052 0-260.928-195.185-476.268-447.514-507.978z" />
105
+ <glyph unicode="&#xb1;" glyph-name="uptime" horiz-adv-x="887" d="M117.248 504.832l35.328 57.003c9.877 16.209 27.456 26.867 47.525 26.867 0.993 0 1.979-0.026 2.959-0.078 20.763-0.726 38.722-12.635 48.013-29.9l40.938-76.591 89.088 160.768c9.871 17.66 28.452 29.404 49.776 29.404 24.488 0 45.359-15.488 53.351-37.202l78.975-220.042 35.84 61.611c10.083 16.967 28.318 28.161 49.168 28.161 0.115 0 0.229 0 0.343-0.001h121.156l117.76-56.832v256l-443.733 256-443.733-256v-256zM681.472 391.168l-80.555-138.24c-10.081-16.963-28.309-28.154-49.151-28.16h-5.633c-22.088 2.314-40.256 16.942-47.658 36.811l-78.465 216.117-78.677-143.36c-9.525-17.627-27.868-29.4-48.96-29.4-0.788 0-1.572 0.016-2.352 0.049-21.287 0.311-39.79 12.404-49.233 30.070l-43.84 82.737c-10.18-16.093-27.882-26.624-48.044-26.624-0.029 0-0.059 0-0.088 0l-148.817 56.832v-256l443.733-256 443.733 256v256l-117.76-56.832z" />
106
+ <glyph unicode="&#xb5;" glyph-name="profile-male" horiz-adv-x="1019" d="M978.261 134.144c-43.008 70.997-144.043 85.333-194.56 102.4s-147.627 87.893-147.627 87.893v51.2c19.87 18.419 36.867 39.546 50.502 62.877l0.698 1.294c2.048 3.584 3.755 6.997 5.461 10.24v1.365c1.365 3.072 2.56 5.803 3.584 8.533v1.877c0.943 2.416 1.88 5.437 2.626 8.532 1.791 8.072 3.238 17.391 4.129 26.872 9.117 3.338 13.725-1.612 25.331 28.255 13.141 34.133 35.328 109.909 20.821 125.952-3.371 3.949-8.353 6.437-13.916 6.437-3.855 0-7.432-1.195-10.379-3.234 7.133 29.653 11.189 63.652 11.189 98.599 0 8.856-0.26 17.651-0.774 26.378-6.599 106.316-111.73 167.927-209.010 177.484-107.861 10.581-105.131-8.363-116.736-46.763-78.848 1.195-112.299-71.339-112.299-71.339-19.115-43.691-20.309-100.693-3.584-182.613-2.887 2-6.463 3.195-10.318 3.195-5.563 0-10.546-2.488-13.895-6.412-14.528-16.068 7.659-92.356 20.8-125.977s17.067-24.235 26.965-27.819c0-4.437 1.365-22.187 2.389-26.795 13.335-37.939 35.415-69.97 63.908-94.837l0.263-52.79s-97.28-70.997-147.797-87.893-151.381-31.744-194.389-102.4-41.643-198.656-41.643-198.656h1019.392s1.877 127.147-41.131 198.144z" />
107
+ <glyph unicode="&#xb7;" glyph-name="defender" d="M922.965 925.867c-2.901 0-212.309 22.016-330.923 34.133v-358.4l-80.043-36.523-79.531 35.499v359.424c-119.125-12.117-328.533-34.133-331.435-34.133-58.271-12.934-101.199-64.173-101.199-125.438 0-7.354 0.618-14.563 1.806-21.579l87.788-576.951c6.661-42.74 32.169-78.424 67.598-98.803l354.973-167.096 355.157 166.741c36.081 20.752 61.581 56.427 68.166 98.378l87.994 578.315c1.066 6.216 1.675 13.377 1.675 20.679 0 61.596-43.335 113.070-101.18 125.599zM806.059 215.552l-294.059-131.925-294.229 131.925-60.928 378.88 355.157-158.379 354.987 158.379z" />
108
+ <glyph unicode="&#xb8;" glyph-name="sitemap" d="M425.472 558.763h173.056c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933h-173.056c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933zM598.528 203.093h-173.056c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933h173.056c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933zM977.067 203.093h-173.227c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933h173.227c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933zM220.16 203.093h-173.227c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933h173.227c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933zM178.005 378.027h290.133v-85.333h89.088v85.333h290.133v-85.333h89.088v85.333c0 49.202-39.886 89.088-89.088 89.088h-669.355c-49.129-0.097-88.917-39.946-88.917-89.088 0 0 0 0 0 0v-85.333h89.088z" />
109
+ <glyph unicode="&#xba;" glyph-name="magnifying-glass-search" d="M1024 39.595l-226.816 226.816c50.818 70.758 81.267 159.126 81.267 254.605 0 242.711-196.756 439.467-439.467 439.467s-439.467-196.756-439.467-439.467c0-242.711 196.756-439.467 439.467-439.467 95.479 0 183.847 30.449 255.922 82.165l225.67-227.715zM146.432 520.704c0 0.051 0 0.111 0 0.171 0 161.744 131.12 292.864 292.864 292.864s292.864-131.12 292.864-292.864c0-161.744-131.12-292.864-292.864-292.864-161.606 0.194-292.573 131.101-292.864 292.665z" />
110
+ <glyph unicode="&#xbb;" glyph-name="folder-open" d="M0 768.157c0 35.259 28.862 63.843 63.41 63.843h257.18c35.020 0 76.361-25.903 92.040-57.261l35.369-70.739h-191.688c-70.865 0-144.008-54.934-163.628-123.604l-92.685-324.396v512.157zM155.208 517.359c20.32 67.733 93.979 122.641 164.969 122.641h575.647c70.79 0 111.807-54.566 91.384-122.641l-118.415-394.718c-20.32-67.733-93.979-122.641-164.969-122.641h-575.647c-70.79 0-111.807 54.566-91.384 122.641l118.415 394.718z" />
111
+ <glyph unicode="&#xbf;" glyph-name="clipboard-notes" horiz-adv-x="730" d="M730.453 836.779v0s0 1.195 0 1.707c0 34.404-27.89 62.293-62.293 62.293h-174.251v40.107c0 0.051 0.001 0.111 0.001 0.171 0 10.462-8.482 18.944-18.944 18.944 0 0-0.001 0-0.001 0h-218.965c-10.462 0-18.944-8.482-18.944-18.944v-40.448h-174.763c-34.404 0-62.293-27.89-62.293-62.293s0-1.024 0-1.707v0-837.803c-0.001-0.152-0.002-0.332-0.002-0.512 0-34.404 27.89-62.293 62.293-62.293 0.001 0 0.002 0 0.002 0h605.696c0 0 0 0 0 0 34.344 0 62.196 27.792 62.293 62.113s0 0.009 0 0.009v0 838.656zM612.352 53.931h-494.933v728.747h59.392v-36.352s0 0 0-1.195c0-11.876 9.628-21.504 21.504-21.504h333.312c11.876 0 21.504 9.628 21.504 21.504s0 0 0 0v37.547h59.221zM236.373 553.472c-0.094 7.751-6.4 13.999-14.164 13.999-0.12 0-0.24-0.002-0.36-0.004h-30.702c-7.823 0-14.165-6.342-14.165-14.165v-30.891c0-7.823 6.342-14.165 14.165-14.165h30.72c0.051-0.001 0.111-0.001 0.171-0.001 7.823 0 14.165 6.342 14.165 14.165 0 0 0 0.001 0 0.001v0 31.061zM553.131 553.472c0 7.823-6.342 14.165-14.165 14.165h-229.035c-7.823 0-14.165-6.342-14.165-14.165v-30.891c0-7.823 6.342-14.165 14.165-14.165h229.035c7.823 0 14.165 6.342 14.165 14.165v0 30.891zM236.373 435.029c0 7.823-6.342 14.165-14.165 14.165h-30.72c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h30.379c0.051-0.001 0.111-0.001 0.171-0.001 7.823 0 14.165 6.342 14.165 14.165 0 0 0 0.001 0 0.001v0 30.891zM553.131 435.029c0 7.823-6.342 14.165-14.165 14.165h-229.035c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h229.035c7.823 0 14.165 6.342 14.165 14.165v0 30.891zM236.373 316.587c0 7.823-6.342 14.165-14.165 14.165h-30.72c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h30.379c0.051-0.001 0.111-0.001 0.171-0.001 7.823 0 14.165 6.342 14.165 14.165 0 0 0 0.001 0 0.001v0 30.891zM553.131 316.587c0 7.823-6.342 14.165-14.165 14.165h-229.035c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h229.035c7.823 0 14.165 6.342 14.165 14.165v0 30.891z" />
112
+ <glyph unicode="&#xc1;" glyph-name="refresh2" d="M995.157 353.621l-65.365 113.152-8.192 15.36-102.741-59.733-14.677-8.363 8.533-14.677 65.365-113.152c7.865-13.361 12.511-29.434 12.511-46.592 0-51.37-41.643-93.013-93.013-93.013-0.078 0-0.157 0-0.235 0h-240.116v-135.509h239.957c0.035 0 0.075 0 0.116 0 126.21 0 228.523 102.313 228.523 228.523 0 42.105-11.387 81.55-31.249 115.424l0.584-1.077zM593.749 778.069l103.253-179.029 9.557-17.067 15.189 11.264 82.091 61.099 12.117 8.875-7.509 12.971-97.451 169.472c-40.252 68.771-113.761 114.229-197.888 114.229s-157.636-45.458-197.304-113.151l-0.584-1.078-65.365-113.323-8.533-14.677 14.677-8.363 102.571-59.563 8.533 14.507 65.365 113.323c16.425 27.992 46.373 46.489 80.64 46.489s64.215-18.497 80.402-46.051l0.238-0.438zM228.864 146.261c-0.015 0-0.034 0-0.052 0-51.37 0-93.013 41.643-93.013 93.013 0 17.158 4.646 33.231 12.748 47.029l-0.237-0.437 110.251 190.976 9.557 17.067-17.067 7.509-94.379 40.107-13.653 5.973-7.509-12.971-104.448-180.907c-19.279-32.797-30.666-72.242-30.666-114.347 0-126.191 102.282-228.492 228.465-228.523h147.629v135.509h-147.627zM397.995 78.336l246.613-142.336v284.843l-246.613-142.507 246.613-142.336v284.843l-246.613-142.507zM289.28 665.429l-246.613-142.507 246.613-142.336v284.843l-246.613-142.507 246.613-142.336v284.843zM851.968 466.091v284.843l-246.613-142.507 246.613-142.336v284.843l-246.613-142.507 246.613-142.336z" />
113
+ <glyph unicode="&#xc2;" glyph-name="arrow-down" horiz-adv-x="838" d="M439.808-3.755l388.949 388.949c5.46 5.491 8.836 13.061 8.836 21.419s-3.375 15.927-8.837 21.42l-62.463 62.463c-5.491 5.46-13.061 8.836-21.419 8.836s-15.927-3.375-21.42-8.837l-230.399-230.228v621.568c0.001 0.101 0.002 0.221 0.002 0.341 0 14.704-11.92 26.624-26.624 26.624-0.001 0-0.002 0-0.002 0h-95.403c-14.704 0-26.624-11.92-26.624-26.624v-621.909l-230.4 230.229c-5.491 5.46-13.061 8.836-21.419 8.836s-15.927-3.375-21.42-8.837l-62.292-62.463c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l388.948-388.948c5.401-5.38 12.851-8.706 21.077-8.706s15.677 3.326 21.078 8.707z" />
114
+ <glyph unicode="&#xc6;" glyph-name="page-pdf" horiz-adv-x="717" d="M253.44 307.541h-58.368v-109.227h33.109v34.133h25.259c0.757-0.054 1.64-0.085 2.53-0.085 20.736 0 37.547 16.81 37.547 37.547s-16.81 37.547-37.547 37.547c-0.89 0-1.773-0.031-2.648-0.092zM249.173 261.291h-20.992v17.067h20.992c5.632 0 9.899-2.731 9.899-8.704s-4.437-8.533-9.899-8.533zM358.4 307.541h-48.469v-109.227h48.469c34.133 0 59.733 19.797 59.733 54.784s-25.6 54.443-59.733 54.443zM358.4 227.157h-15.36v51.2h15.36c0.742 0.082 1.602 0.128 2.474 0.128 13.196 0 23.893-10.697 23.893-23.893 0-0.706-0.031-1.405-0.091-2.095 0.007 0.033 0.007-0.035 0.007-0.102 0-13.95-11.309-25.259-25.259-25.259-0.36 0-0.719 0.008-1.076 0.022zM438.784 198.315h33.109v40.789h48.64v28.843h-48.64v10.752h49.835v28.843h-82.944v-109.227zM716.8 891.733v0 47.787c0 11.311-9.169 20.48-20.48 20.48h-389.12l-307.2-307.2v-696.32c0-11.311 9.169-20.48 20.48-20.48h675.84c11.311 0 20.48 9.169 20.48 20.48v29.013zM117.931 53.931v557.909h209.749c11.311 0 20.48 9.169 20.48 20.48v209.749h250.88v-788.139z" />
115
+ <glyph unicode="&#xc7;" glyph-name="graph-bar" d="M463.531 242.176h-173.397c-10.274 0-18.603-8.329-18.603-18.603v-268.971c0-10.274 8.329-18.603 18.603-18.603h173.397c10.274 0 18.603 8.329 18.603 18.603v269.141c0 10.274-8.329 18.603-18.603 18.603zM733.867 797.867h-173.397c-10.274 0-18.603-8.329-18.603-18.603v-824.661c0-10.274 8.329-18.603 18.603-18.603h173.397c10.274 0 18.603 8.329 18.603 18.603v824.661c0 10.274-8.329 18.603-18.603 18.603zM1005.397 547.328h-173.227c-10.274 0-18.603-8.329-18.603-18.603v-574.123c0-10.274 8.329-18.603 18.603-18.603h173.227c10.274 0 18.603 8.329 18.603 18.603v574.123c0 10.274-8.329 18.603-18.603 18.603zM191.829 547.328h-173.227c-10.274 0-18.603-8.329-18.603-18.603v-574.123c0-10.274 8.329-18.603 18.603-18.603h173.227c10.274 0 18.603 8.329 18.603 18.603v574.123c0 10.274-8.329 18.603-18.603 18.603z" />
116
+ <glyph unicode="&#xce;" glyph-name="storage-server-data" d="M973.995 704h-923.989c-27.758-0.668-50.005-23.329-50.005-51.186 0-0.005 0-0.010 0-0.015v-238.933c0-0.004 0-0.009 0-0.014 0-27.857 22.247-50.518 49.943-51.185l924.051-0.001c27.758 0.668 50.005 23.329 50.005 51.186 0 0.005 0 0.010 0 0.015v238.933c0 0.004 0 0.009 0 0.014 0 27.857-22.247 50.518-49.943 51.185zM137.728 484.864c-26.1 0.853-46.933 22.216-46.933 48.445 0 26.769 21.7 48.469 48.469 48.469 26.76 0 48.455-21.687 48.469-48.444 0-26.77-21.7-48.471-48.469-48.471zM973.995 277.333h-923.989c-27.758-0.668-50.005-23.329-50.005-51.186 0-0.005 0-0.010 0-0.015v-238.933c0-0.004 0-0.009 0-0.014 0-27.857 22.247-50.518 49.943-51.185l924.051-0.001c27.758 0.668 50.005 23.329 50.005 51.186 0 0.005 0 0.010 0 0.015v238.933c0 0.004 0 0.009 0 0.014 0 27.857-22.247 50.518-49.943 51.185zM137.728 58.197c-26.1 0.853-46.933 22.216-46.933 48.445 0 26.769 21.7 48.469 48.469 48.469 26.76 0 48.455-21.687 48.469-48.444 0-26.77-21.7-48.471-48.469-48.471z" />
117
+ <glyph unicode="&#xd0;" glyph-name="cloudflare" d="M699.312 198.328l4.865 17.484c2.331 6.169 3.68 13.292 3.68 20.721 0 12.481-3.807 24.103-10.36 33.831-10.141 13.064-26.265 21.658-44.475 21.957l-369.356 4.589c-2.423 0.020-4.562 1.181-5.874 2.956-0.776 1.144-1.227 2.518-1.227 3.996 0 0.886 0.162 1.737 0.462 2.523 1.302 3.466 4.592 5.987 8.528 6.272l372.667 4.467c49.36 5.311 90.168 36.077 108.48 78.264l21.576 54.666c0.338 1.058 0.531 2.274 0.531 3.534s-0.195 2.476-0.555 3.623c-25.625 105.442-122.001 182.789-237.024 182.789-105.653 0-195.57-65.257-229.144-156.432-18.511 11.439-41.211 19.308-65.81 19.308-60.376 0-109.319-47.412-109.319-105.899 0-9.204 1.212-18.135 3.491-26.649-83.733-1.883-150.447-68.135-150.447-149.482 0-8.034 0.651-15.924 1.905-23.618 0.347-2.592 3.356-5.226 6.998-5.226 0.020 0 0.041 0 0.060 0h682.414c3.98 0.062 7.324 2.627 8.432 6.138l-0.497 0.187zM810.551 445.713c-2.091-0.689-3.635-2.431-3.965-4.557l-14.341-48.393c-2.331-6.169-3.68-13.292-3.68-20.721 0-12.481 3.807-24.103 10.358-33.831 10.37-12.792 26.603-21.091 44.835-21.091 0.048 0 26.357-1.53 78.927-4.589 2.331-0.083 4.368-1.231 5.618-2.954 0.776-1.145 1.227-2.52 1.227-3.998 0-0.886-0.164-1.737-0.462-2.523-1.301-3.466-4.593-5.987-8.527-6.272l-81.703-4.467c-49.568-5.316-90.522-36.306-108.74-78.757l-6.213-15.858c-0.179-0.443-0.282-0.958-0.282-1.494 0-2.249 1.82-4.088 4.112-4.21h281.63c3.461 0 6.332 2.17 7.283 5.156 4.685 15.738 7.372 33.755 7.372 52.38 0 107.959-90.254 195.497-201.656 195.676l-11.792 0.501z" />
118
+ <glyph unicode="&#xd2;" glyph-name="page" horiz-adv-x="717" d="M716.8 891.733v0 47.787c0 11.311-9.169 20.48-20.48 20.48h-389.12l-307.2-307.2v-696.32c0-11.311 9.169-20.48 20.48-20.48h675.84c11.311 0 20.48 9.169 20.48 20.48v29.013zM117.931 53.931v557.909h209.749c11.311 0 20.48 9.169 20.48 20.48v209.749h250.88v-788.139z" />
119
+ <glyph unicode="&#xd3;" glyph-name="chevron-left" horiz-adv-x="530" d="M469.163 38.4c-5.492-4.91-11.792-9.080-18.644-12.262-7.344-3.354-15.383-5.196-23.852-5.196s-16.508 1.841-23.738 5.146c-7.031 3.224-13.388 7.396-19.008 12.382l-366.854 367.035c-5.463 5.454-9.854 11.98-12.829 19.236-3.048 7.438-4.735 15.621-4.735 24.198s1.687 16.76 4.748 24.235c2.991 7.15 7.377 13.616 12.814 19.027l367.789 365.4c10.89 10.984 25.984 17.784 42.667 17.784s31.777-6.8 42.662-17.78l41.818-43.012c5.397-5.383 9.775-11.785 12.822-18.894 3.056-7.305 4.744-15.342 4.744-23.773s-1.689-16.467-4.746-23.789c-3.067-7.024-7.441-13.367-12.816-18.703l-279.044-281.433 279.040-280.576c5.394-5.385 9.771-11.787 12.821-18.893 3.065-7.145 4.76-15.008 4.76-23.266 0-0.178-0.001-0.357-0.002-0.535 0-0.035 0.001-0.108 0.001-0.182 0-8.477-1.693-16.559-4.76-23.926-2.85-6.986-7.257-13.255-12.781-18.327l-42.021-43.895z" />
120
+ <glyph unicode="&#xd4;" glyph-name="arrow-up" horiz-adv-x="838" d="M397.824 899.755l-388.949-388.949c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l62.463-62.463c5.491-5.46 13.061-8.836 21.419-8.836s15.927 3.375 21.42 8.837l230.399 230.228v-621.568c-0.001-0.102-0.002-0.222-0.002-0.342 0-14.645 11.824-26.528 26.446-26.623h95.412c14.704 0 26.624 11.92 26.624 26.624v621.909l230.4-230.4c5.491-5.46 13.061-8.836 21.419-8.836s15.927 3.375 21.42 8.837l62.463 62.463c5.46 5.491 8.836 13.061 8.836 21.419s-3.375 15.927-8.837 21.42l-388.948 389.119c-5.401 5.38-12.851 8.706-21.077 8.706s-15.677-3.326-21.078-8.707z" />
121
+ <glyph unicode="&#xd8;" glyph-name="camera" d="M512 424.107c65.98 0 119.467-53.487 119.467-119.467s-53.487-119.467-119.467-119.467c-65.98 0-119.467 53.487-119.467 119.467s53.487 119.467 119.467 119.467zM976.896 671.061v0h-210.603v35.84c0 26.015-21.089 47.104-47.104 47.104h-414.379c-26.015 0-47.104-21.089-47.104-47.104v-35.328h-210.603c0 0-0.001 0-0.001 0-26.015 0-47.104-21.089-47.104-47.104 0-0.12 0-0.24 0.001-0.36v-640.664c-0.001-0.101-0.001-0.221-0.001-0.341 0-26.015 21.089-47.104 47.104-47.104 0 0 0.001 0 0.001 0h929.792c0 0 0.001 0 0.001 0 26.015 0 47.104 21.089 47.104 47.104 0 0.12 0 0.24-0.001 0.36v640.664c0 26.015-21.089 47.104-47.104 47.104zM515.072 59.904c-134.693 0-243.883 109.19-243.883 243.883s109.19 243.883 243.883 243.883c134.693 0 243.883-109.19 243.883-243.883s-109.19-243.883-243.883-243.883zM961.024 482.133h-186.368v125.952h186.368v-125.952z" />
122
+ <glyph unicode="&#xe6;" glyph-name="layers" d="M1011.883 558.080l-447.829-260.267c-14.438-8.497-31.806-13.517-50.347-13.517s-35.908 5.019-50.819 13.773l-450.77 260.181c-7.29 4.311-12.102 12.132-12.102 21.077s4.812 16.766 11.989 21.015l435.655 253.161c17.935 10.569 39.513 16.813 62.549 16.813s44.615-6.244 63.135-17.131l438.54-253.122c7.29-4.311 12.102-12.132 12.102-21.077s-4.812-16.766-11.989-21.015zM1011.883 251.904l-182.784 105.643-264.875-153.6c-14.438-8.497-31.806-13.517-50.347-13.517s-35.908 5.019-50.819 13.773l-268.157 154.197-182.784-106.325c-7.29-4.311-12.102-12.132-12.102-21.077s4.812-16.766 11.989-21.015l451.356-260.499c14.438-8.497 31.806-13.517 50.347-13.517s35.908 5.019 50.819 13.773l447.357 259.327c7.29 4.311 12.102 12.132 12.102 21.077s-4.812 16.766-11.989 21.015z" />
123
+ <glyph unicode="&#xe7;" glyph-name="page-multiple" horiz-adv-x="833" d="M816.128 741.205h-38.059v-733.867c0-9.426-7.641-17.067-17.067-17.067h-542.208v-37.205c0-9.426 7.641-17.067 17.067-17.067h580.267c9.426 0 17.067 7.641 17.067 17.067v771.584c0 9.426-7.641 17.067-17.067 17.067zM723.285 61.952v772.096c0 9.426-7.641 17.067-17.067 17.067h-37.547v-733.867c0-9.426-7.641-17.067-17.067-17.067h-542.208v-38.059c0-9.426 7.641-17.067 17.067-17.067h580.267c9.426 0 17.067 7.641 17.067 17.067zM614.4 171.349v771.584c0 9.426-7.641 17.067-17.067 17.067h-580.267c-9.426 0-17.067-7.641-17.067-17.067v-771.584c0-9.426 7.641-17.067 17.067-17.067h580.267c9.426 0 17.067 7.641 17.067 17.067z" />
124
+ <glyph unicode="&#xf8;" glyph-name="speed-optimize" d="M475.793 894.803c-266.855-19.796-475.793-238.971-475.793-506.45 0-152.123 67.582-288.622 174.648-381.687 5.027-4.328 10.882-6.666 17.288-6.666 9.379 0 17.575 5.012 22.004 12.477l43.671 74.793c2.042 3.51 3.246 7.719 3.246 12.207 0 6.912-2.858 13.164-7.468 17.66-73.006 68.243-118.449 164.703-118.449 271.671 0 206.208 168.886 373.374 377.217 373.374s377.217-167.165 377.217-373.374c0-106.966-45.444-203.427-118.265-271.499-4.794-4.668-7.653-10.919-7.653-17.832 0-4.487 1.204-8.697 3.311-12.327l43.692-74.554c4.47-7.53 12.613-12.505 21.929-12.505 6.339 0 12.134 2.303 16.579 6.11 107.517 93.526 175.031 229.964 175.031 382.010 0 280.443-229.684 507.789-513.015 507.789-12.383 0-24.663-0.434-36.826-1.288l1.635 0.091zM462.364 299.645l-58.544 66.013c-5.285 5.937-8.51 13.778-8.51 22.366 0 11.288 5.573 21.288 14.146 27.45l289.953 206.469c5.48 3.846 12.303 6.148 19.67 6.148 10.164 0 19.294-4.382 25.566-11.341l13.156-14.968c5.081-5.878 8.173-13.571 8.173-21.978 0-8.805-3.391-16.825-8.951-22.853l-244.413-258.348c-6.261-6.571-15.116-10.663-24.938-10.663-10.251 0-19.45 4.458-25.727 11.521l0.42 0.186z" />
125
+ <glyph unicode="&#x131;" glyph-name="chevron-down" horiz-adv-x="854" d="M836.267 652.8c5.562-5.106 9.969-11.375 12.847-18.431 2.739-6.961 4.255-14.629 4.255-22.65 0-0.738-0.013-1.472-0.038-2.204 0.004-0.035 0.005-0.201 0.005-0.368 0-8.27-1.695-16.144-4.757-23.293-2.949-6.896-7.151-13.123-12.321-18.397l-366.241-367.094c-5.618-4.978-12.096-9.16-19.153-12.272-7.479-3.363-15.665-5.215-24.282-5.215s-16.803 1.851-24.179 5.178c-7.157 3.155-13.635 7.336-19.334 12.377l-366.001 367.035c-5.157 5.267-9.359 11.493-12.31 18.382-3.064 7.134-4.76 14.985-4.76 23.232 0 0.19 0.001 0.38 0.003 0.57-0.001 0.053-0.001 0.149-0.001 0.246 0 8.455 1.694 16.514 4.76 23.857 2.613 7.223 6.867 13.729 12.297 19.037l42.506 43.359c5.538 4.921 11.896 9.094 18.81 12.263 7.349 3.353 15.388 5.195 23.857 5.195s16.508-1.841 23.738-5.146c7.034-3.211 13.393-7.384 19.004-12.379l281.695-281.021 280.576 279.723c10.689 10.554 25.384 17.073 41.602 17.073 0.314 0 0.628-0.002 0.941-0.007 0.026 0.001 0.112 0.001 0.198 0.001 8.523 0 16.651-1.693 24.065-4.762 6.98-2.849 13.25-7.256 18.322-12.78l43.895-41.509z" />
126
+ <glyph unicode="&#x152;" glyph-name="copy" d="M736 64c0-70.692-57.308-128-128-128h-384c-70.692 0-128 57.308-128 128v576c0 70.692 57.308 128 128 128v-576c0-70.692 57.308-128 128-128h384zM416 960h192v-256c0-35.346 28.654-64 64-64h256v-384c0-70.692-57.308-128-128-128h-416c-53.019 0-96 42.981-96 96v608c0 70.692 57.308 128 128 128zM672 960l256-256h-224c-17.673 0-32 14.327-32 32v224z" />
127
+ <glyph unicode="&#x153;" glyph-name="settings-slider-control" horiz-adv-x="978" d="M126.094 832h771.813c34.293 0 62.094-27.8 62.094-62.094v-3.813c0-34.293-27.8-62.094-62.094-62.094h-771.813c-34.293 0-62.094 27.8-62.094 62.094v3.813c0 34.293 27.8 62.094 62.094 62.094zM126.094 512h771.813c34.293 0 62.094-27.8 62.094-62.094v-3.813c0-34.293-27.8-62.094-62.094-62.094h-771.813c-34.293 0-62.094 27.8-62.094 62.094v3.813c0 34.293 27.8 62.094 62.094 62.094zM318.094 576h3.813c34.293 0 62.094-27.8 62.094-62.094v-131.813c0-34.293-27.8-62.094-62.094-62.094h-3.813c-34.293 0-62.094 27.8-62.094 62.094v131.813c0 34.293 27.8 62.094 62.094 62.094zM510.094 896h3.813c34.293 0 62.094-27.8 62.094-62.094v-131.813c0-34.293-27.8-62.094-62.094-62.094h-3.813c-34.293 0-62.094 27.8-62.094 62.094v131.813c0 34.293 27.8 62.094 62.094 62.094zM702.094 256h3.813c34.293 0 62.094-27.8 62.094-62.094v-131.813c0-34.293-27.8-62.094-62.094-62.094h-3.813c-34.293 0-62.094 27.8-62.094 62.094v131.813c0 34.293 27.8 62.094 62.094 62.094zM126.094 192h771.813c34.293 0 62.094-27.8 62.094-62.094v-3.813c0-34.293-27.8-62.094-62.094-62.094h-771.813c-34.293 0-62.094 27.8-62.094 62.094v3.813c0 34.293 27.8 62.094 62.094 62.094z" />
128
+ <glyph unicode="&#x2d8;" glyph-name="folder" d="M0 768c0 35.346 28.862 64 63.41 64h257.18c35.020 0 76.361-25.903 92.040-57.261l35.369-70.739h-448v64zM0 640h767.625c70.9 0 128.375-56.796 128.375-127.975v-384.049c0-70.679-57.412-127.975-128.375-127.975h-639.25c-70.9 0-128.375 56.796-128.375 127.975v512.025z" />
129
+ <glyph unicode="&#x2da;" glyph-name="arrows-out" d="M48.299 244.736l-48.299-289.621c-0.115-0.746-0.181-1.606-0.181-2.481 0-4.608 1.826-8.789 4.794-11.86l-0.005 0.005c3.066-2.963 7.247-4.789 11.855-4.789 0.875 0 1.736 0.066 2.575 0.193l288.162 48.799c7.625 1.814 13.209 8.568 13.209 16.625 0 4.372-1.644 8.361-4.348 11.381l-56.476 56.474 151.552 151.552c2.869 3.046 4.633 7.163 4.633 11.691s-1.763 8.644-4.641 11.699l-103.928 104.269c-3.046 2.869-7.163 4.633-11.691 4.633s-8.644-1.763-11.699-4.641l-151.202-151.544-56.491 56.491c-3.004 2.69-6.992 4.334-11.364 4.334-8.057 0-14.811-5.584-16.602-13.093zM975.701 651.264l48.299 289.621c0.115 0.746 0.181 1.606 0.181 2.481 0 4.608-1.826 8.789-4.794 11.86l0.005-0.005c-3.087 3.078-7.347 4.982-12.051 4.982-0.927 0-1.837-0.074-2.724-0.216l-287.817-48.968c-7.625-1.814-13.209-8.568-13.209-16.625 0-4.372 1.644-8.361 4.348-11.381l56.476-56.474-152.405-151.552c-2.869-3.046-4.633-7.163-4.633-11.691s1.763-8.644 4.641-11.699l104.781-104.439c3.046-2.869 7.163-4.633 11.691-4.633s8.644 1.763 11.699 4.641l151.543 151.544 56.491-56.491c2.999-2.672 6.975-4.305 11.332-4.305 8.109 0 14.896 5.655 16.635 13.236zM715.264-15.701l290.133-47.957c0.746-0.115 1.606-0.181 2.481-0.181 4.608 0 8.789 1.826 11.86 4.794l-0.005-0.005c2.963 3.066 4.789 7.247 4.789 11.855 0 0.875-0.066 1.736-0.193 2.575l-49.311 287.82c-1.814 7.625-8.568 13.209-16.625 13.209-4.372 0-8.361-1.644-11.381-4.348l-56.474-56.476-151.552 152.405c-3.046 2.869-7.163 4.633-11.691 4.633s-8.644-1.763-11.699-4.641l-104.439-104.781c-2.869-3.046-4.633-7.163-4.633-11.691s1.763-8.644 4.641-11.699l151.544-151.543-56.491-56.491c-2.672-2.999-4.305-6.975-4.305-11.332 0-8.109 5.655-14.896 13.236-16.635zM308.736 911.701l-289.621 48.299c-0.7 0.102-1.507 0.16-2.329 0.16-4.683 0-8.925-1.886-12.009-4.94l0.001 0.001c-3.065-3.084-4.96-7.335-4.96-12.029 0-0.874 0.066-1.733 0.193-2.572l48.97-287.82c1.814-7.625 8.568-13.209 16.625-13.209 4.372 0 8.361 1.644 11.381 4.348l56.474 56.476 151.552-151.552c3.046-2.869 7.163-4.633 11.691-4.633s8.644 1.763 11.699 4.641l104.439 103.928c2.869 3.046 4.633 7.163 4.633 11.691s-1.763 8.644-4.641 11.699l-151.715 151.202 56.491 56.491c2.672 2.999 4.305 6.975 4.305 11.332 0 8.109-5.655 14.896-13.236 16.635z" />
130
+ <glyph unicode="&#x2db;" glyph-name="graph-bar-2" d="M569.856 960c-10.085 0-18.261-8.176-18.261-18.261-0.035-0.409-0.055-0.885-0.055-1.365s0.020-0.956 0.059-1.427l-0.004 0.062v-433.493c0-10.085 8.176-18.261 18.261-18.261h433.152c0.409-0.035 0.885-0.055 1.365-0.055s0.956 0.020 1.427 0.059c10.024-0.004 18.2 8.172 18.2 18.257-2.666 249.806-204.366 451.626-453.872 454.483zM918.357 400.213c0 10.085-8.176 18.261-18.261 18.261h-398.336c-10.085 0-18.261 8.176-18.261 18.261v397.141c0.028 0.408 0.044 0.885 0.044 1.365s-0.016 0.957-0.048 1.429c0.003 10.021-8.172 18.197-18.258 18.197h-6.144c-0.051 0-0.111 0-0.171 0-253.739 0-459.435-205.696-459.435-459.435s205.696-459.435 459.435-459.435c253.739 0 459.435 205.696 459.435 459.435 0 1.536 0 2.901 0 4.437s0 0 0 0z" />
131
+ <glyph unicode="&#x2dc;" glyph-name="chevron-right" horiz-adv-x="531" d="M61.781 857.6c5.489 4.917 11.79 9.088 18.646 12.264 7.34 3.363 15.379 5.211 23.85 5.211s16.51-1.848 23.736-5.162c7.036-3.211 13.395-7.384 19.006-12.379l364.98-367.037c5.487-5.503 9.971-12.010 13.152-19.22 3.337-7.412 5.188-15.597 5.188-24.214s-1.851-16.803-5.178-24.179c-3.217-7.176-7.697-13.623-13.162-19.084l-365.91-365.398c-10.689-10.554-25.384-17.073-41.602-17.073-0.314 0-0.628 0.002-0.941 0.007 0.015-0.001-0.024-0.001-0.062-0.001-8.512 0-16.628 1.693-24.030 4.761-7.018 2.679-13.345 6.922-18.512 12.289l-43.877 43.024c-4.912 5.491-9.082 11.792-12.263 18.645-3.364 7.341-5.212 15.381-5.212 23.851s1.848 16.51 5.162 23.736c3.219 7.034 7.392 13.392 12.381 19.008l281.020 281.351-279.723 280.576c-5.394 5.385-9.771 11.787-12.821 18.893-3.381 7.189-5.369 15.135-5.609 23.519-0.003 0.196-0.003 0.329-0.003 0.462 0 8.478 1.694 16.561 4.761 23.928 2.85 6.986 7.257 13.255 12.781 18.327l43.387 43.895z" />
132
+ <glyph unicode="&#x2dd;" glyph-name="chevron-up" horiz-adv-x="853" d="M17.067 244.736c-4.926 5.536-9.099 11.895-12.264 18.811-3.343 7.338-5.179 15.366-5.179 23.822 0 8.746 1.964 17.033 5.474 24.444 3.18 6.706 7.231 12.776 12.035 18.159l366.185 365.664c5.619 4.975 12.097 9.157 19.152 12.272 7.482 3.354 15.667 5.199 24.283 5.199s16.801-1.845 24.181-5.162c7.155-3.158 13.632-7.339 19.333-12.378l366-367.035c5.397-5.383 9.775-11.785 12.822-18.894 2.75-6.785 4.259-14.202 4.259-21.972 0-0.453-0.005-0.905-0.015-1.356 0.002-0.015 0.002-0.111 0.002-0.208 0-8.455-1.694-16.514-4.76-23.857-2.613-7.223-6.867-13.729-12.297-19.037l-42.506-43.359c-5.537-4.924-11.896-9.096-18.811-12.264-7.346-3.363-15.385-5.211-23.856-5.211s-16.51 1.848-23.736 5.162c-6.969 3.225-13.27 7.396-18.832 12.376l-281.869 281.025-280.576-279.723c-10.714-10.555-25.431-17.072-41.671-17.072-0.29 0-0.58 0.002-0.869 0.006 0.011-0.001-0.027-0.001-0.066-0.001-8.512 0-16.628 1.693-24.030 4.761-6.981 2.849-13.251 7.256-18.323 12.78l-44.066 41.509z" />
133
+ <glyph unicode="&#x3c0;" glyph-name="academy" d="M487.166 82.894c-66.404 0-348.164 62.974-348.164 189.082v141.312l337.148-136.549c3.235-1.348 6.993-2.133 10.938-2.133s7.704 0.783 11.127 2.201l333.233 134.943 3.724-1.843v-138.239c0-126.104-281.604-189.082-348.010-189.082l0.004 0.308zM1023.687 64l-65.319 78.49-65.474-78.49v363.569c0 3.379 0 16.742 0 16.742l-183.391 92.159 314.497-69.12-0.313-403.351zM949.057 520.96l-358.248 69.58c-4.658 0.072-7.647-2.885-7.647-6.532 0-2.16 1.045-4.075 2.665-5.281l193.028-126.732-291.689-118.119-439.014 177.883c-39.341 15.941-58.311 60.755-42.371 100.097 7.812 19.28 23.105 34.569 42.386 42.377l438.999 177.767 461.854-187.022c34.251-13.869 50.773-52.879 36.904-87.129-6.793-16.777-20.094-30.085-36.867-36.889z" />
134
+ <glyph unicode="&#x2014;" glyph-name="hustle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM862.891 419.328c-4.096-39.595-19.456-114.005-77.824-159.061-34.957-26.992-79.245-43.462-127.358-44.031-0.805-0.012-1.601-0.019-2.398-0.019-19.34 0-37.801 3.767-54.688 10.607-33.156 14.157-67.29 50.85-65.412 92.834v1.877l17.067 93.184c2.684 11.537 4.293 24.827 4.436 38.469 0.001 23.654-13.311 26.555-23.21 26.555-28.331 0-66.219-37.205-77.653-96.939l-23.040-110.592h-7.851c-0.173-0.001-0.379-0.002-0.584-0.002-28.781 0-54.469 13.242-71.304 33.966-20.101 24.234-24.027 58.879-12.763 109.226l63.829 256-20.821-11.264c-76.89-45.504-127.642-128.014-127.642-222.379 0-142.167 115.196-257.429 257.338-257.536 0.138 0 0.29 0 0.443 0 24.827 0 48.825 3.553 71.511 10.179l6.563 1.939 36.181-89.429-9.899-3.072c-32.113-10.603-69.078-16.718-107.47-16.718-195.394 0-353.792 158.398-353.792 353.792 0 133.919 74.407 250.459 184.134 310.535 25.211 13.761 52.281 24.364 80.775 31.338l6.231 1.501 7.339 35.157h113.835l-50.176-256-2.901-15.019 12.8 8.363c20.948 14.322 46.83 22.87 74.709 22.87 0.075 0 0.151 0 0.226 0 55.626 0 90.271-36.693 90.271-95.573-0.524-21.184-2.675-41.483-6.338-61.251l-14.824-78.013c-0.309-1.655-0.486-3.559-0.486-5.504 0-6.907 2.23-13.294 6.010-18.479 4.456-4.2 10.577-6.837 17.315-6.837 0.792 0 1.576 0.036 2.349 0.108 63.901-0.007 86.258 74.062 89.33 117.923 0.662 6.619 1.040 14.305 1.040 22.079 0 54.114-18.303 103.953-49.057 143.665-35.194 40.291-79.737 72.393-130.243 92.845l16.979 94.18c69.482-23.968 128.484-63.065 175.37-113.566 42.976-47.054 71.974-107.047 80.465-173.451 1.803-13.898 2.737-28.141 2.737-42.602 0-11.217-0.562-22.302-1.661-33.23z" />
135
+ <glyph unicode="&#x2018;" glyph-name="community-people" d="M1006.933 206.507l-174.251 82.773c41.455 28.313 68.313 75.348 68.313 128.655 0 1.33-0.017 2.656-0.050 3.978 0.004 82.919-57.852 150.162-129.191 150.162-25.188-0.030-48.474-8.152-67.404-21.904 11.888-28.284 18.593-61.357 18.593-95.996 0-0.070 0-0.141 0-0.211 0-0.031 0-0.081 0-0.131 0-51.921-15.274-100.275-41.573-140.813 9.235-8.759 19.124-17.128 30.090-23.927l0.561-0.324 111.787-53.248c30.676-16.277 51.214-48.016 51.214-84.552 0-0.575-0.005-1.148-0.015-1.721l0.001-144.981h119.467c16.264 1.302 28.97 14.821 28.97 31.308 0 0.995-0.046 1.978-0.137 2.949l0.009 136.409c0.025 0.492 0.040 1.069 0.040 1.649 0 12.584-6.809 23.577-16.945 29.496zM314.539 289.621c9.565 6.404 17.855 13.609 25.152 21.725-26.524 40.018-42.391 89.074-42.391 141.835 0 0.278 0 0.557 0.001 0.835 0-0.022 0 0.003 0 0.028 0 35.404 7.023 69.167 19.751 99.973-18.433 10.702-40.452 18.255-64.218 18.569-71.416 0.001-129.272-67.242-129.272-150.357-0.034-1.201-0.053-2.615-0.053-4.033 0-53.923 27.603-101.4 69.45-129.070l-174.869-82.619c-10.863-5.857-18.121-17.153-18.121-30.144 0-0.503 0.011-1.003 0.032-1.5l-0.002-138.169c-0.081-0.847-0.127-1.83-0.127-2.825 0-16.487 12.706-30.007 28.859-31.301l115.823-0.007v145.067c-0.006 0.392-0.009 0.856-0.009 1.32 0 37.149 21.309 69.32 52.37 84.959zM800.597 187.221l-214.699 102.229c28.689 18.918 51.133 45.202 64.919 76.188 12.279 26.534 19.194 56.282 19.22 87.643-0.152 18.264-2.571 35.885-6.988 52.696-18.612 76.678-79.711 135.046-153.268 135.046s-131.584-56.491-151.381-132.949c-4.769-16.314-7.621-35.084-7.849-54.485-0.002-0.29-0.002-0.481-0.002-0.673 0-32.828 7.622-63.876 21.193-91.47 14.181-29.538 36.602-54.589 64.276-72.084l-60.551-29.096-155.648-72.533c-13.416-7.233-22.379-21.184-22.379-37.228 0-0.472 0.008-0.942 0.023-1.411l-0.002-170.598c-0.112-1.107-0.176-2.392-0.176-3.692 0-20.471 15.808-37.25 35.883-38.796l553.946-0.008c20.092 1.681 35.762 18.402 35.762 38.784 0 0.946-0.034 1.884-0.1 2.812l0.007 170.542c0.016 0.427 0.024 0.929 0.024 1.432 0 15.977-8.889 29.878-21.99 37.028z" />
136
+ <glyph unicode="&#x2019;" glyph-name="indent-more" horiz-adv-x="1018" d="M967.339 960h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005zM967.339 82.261h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005zM1017.515 324.779c0 27.617-22.388 50.005-50.005 50.005h-570.197c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005h570.027c27.617 0 50.005 22.388 50.005 50.005v0 46.080zM1017.515 615.765c0 27.617-22.388 50.005-50.005 50.005h-570.197c-27.617 0-50.005-22.388-50.005-50.005v-46.251c0-27.617 22.388-50.005 50.005-50.005h570.027c27.617 0 50.005 22.388 50.005 50.005v0 46.080zM8.363 332.8c2.346 0.014 4.461 0.992 5.971 2.557l182.445 105.304c2.555 1.415 4.258 4.092 4.267 7.167 0 0.015 0 0.031 0 0.047 0 3.382-2.008 6.296-4.897 7.613l-0.052 0.021-181.931 105.301c-1.502 1.45-3.549 2.343-5.805 2.343-4.542 0-8.239-3.622-8.36-8.135v-213.856c0-4.619 3.744-8.363 8.363-8.363z" />
137
+ <glyph unicode="&#x201a;" glyph-name="upfront" horiz-adv-x="1000" d="M604.501 902.144l82.603-15.189 16.043-200.021-71.68 47.616-173.568 31.915zM166.912 374.955l3.755 125.952-90.112-84.139zM823.808 379.733l153.6 74.069-19.968 254.464-168.789 113.493zM831.829 277.333v0c-59.051-28.672-142.848-68.267-233.301-111.616l184.32-89.429c113.835 54.443 217.429 104.789 217.088 107.691l-13.653 168.277zM175.787 635.733v0l311.296 287.403-196.949 36.864-271.872-251.733-7.68-226.133zM5.973 345.6l-5.973-173.739 488.107-235.861s84.139 39.595 183.979 86.869z" />
138
+ <glyph unicode="&#x201d;" glyph-name="indent-less" horiz-adv-x="1018" d="M967.339 960h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.251c0 27.617-22.388 50.005-50.005 50.005zM967.339 82.261h-917.333c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-0.051 0-0.111 0-0.171 0-27.617 22.388-50.005 50.005-50.005 0 0 0 0 0 0h917.333c27.617 0 50.005 22.388 50.005 50.005v46.080c0 27.617-22.388 50.005-50.005 50.005zM1017.515 324.779c0 27.617-22.388 50.005-50.005 50.005h-570.197c-27.617 0-50.005-22.388-50.005-50.005v-46.080c0-27.617 22.388-50.005 50.005-50.005h570.027c27.617 0 50.005 22.388 50.005 50.005v0 46.080zM1017.515 615.765c0 27.617-22.388 50.005-50.005 50.005h-570.197c-27.617 0-50.005-22.388-50.005-50.005v-46.251c0-27.617 22.388-50.005 50.005-50.005h570.027c27.617 0 50.005 22.388 50.005 50.005v0 46.080zM0 448c0-0.014 0-0.030 0-0.046 0-3.382 2.008-6.296 4.897-7.613l0.052-0.021 181.76-104.96c1.481-1.476 3.525-2.389 5.783-2.389 0.007 0 0.014 0 0.021 0-0.001 0 0 0 0.001 0 4.559 0 8.265 3.647 8.361 8.183v213.684c0 4.619-3.744 8.363-8.363 8.363-0.007 0-0.016 0-0.024 0-2.341 0-4.453-0.982-5.945-2.556l-182.446-105.305c-2.468-1.442-4.1-4.079-4.1-7.097 0-0.085 0.001-0.17 0.004-0.254z" />
139
+ <glyph unicode="&#x2021;" glyph-name="smush" d="M955.733 702.805v0l-442.709-766.805c282.175 0.786 510.618 229.714 510.618 511.998 0 93.773-25.209 181.658-69.22 257.247zM295.765 628.565l216.235-374.443 216.235 374.443h-432.469zM131.243 789.333h762.368c-93.934 105.383-230.060 171.426-381.611 171.426s-287.677-66.043-381.167-170.92zM68.267 702.293v0c-42.518-73.027-67.616-160.731-67.616-254.297 0-282.121 228.18-510.948 510.054-511.996z" />
140
+ <glyph unicode="&#x2026;" glyph-name="more" d="M236.715 448c0-65.32-52.952-118.272-118.272-118.272s-118.272 52.952-118.272 118.272c0 65.32 52.952 118.272 118.272 118.272s118.272-52.952 118.272-118.272zM630.272 448c0-65.32-52.952-118.272-118.272-118.272s-118.272 52.952-118.272 118.272c0 65.32 52.952 118.272 118.272 118.272s118.272-52.952 118.272-118.272zM1024 448c0-65.32-52.952-118.272-118.272-118.272s-118.272 52.952-118.272 118.272c0 65.32 52.952 118.272 118.272 118.272s118.272-52.952 118.272-118.272z" />
141
+ <glyph unicode="&#x2039;" glyph-name="wpmudev-logo" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM847.019 345.6c0.009-0.584 0.014-1.273 0.014-1.964 0-35.154-12.93-67.288-34.294-91.906-20.619-23.931-51.098-39.171-85.143-39.421-66.262 0-119.51 59.733-119.51 133.12v204.971c0.271 1.352 0.427 2.905 0.427 4.495 0 13.196-10.697 23.893-23.893 23.893s-23.893-10.697-23.893-23.893c0-1.59 0.155-3.144 0.452-4.647l-0.025-204.648c0.011-0.64 0.017-1.395 0.017-2.151 0-35.094-12.934-67.168-34.294-91.714-20.621-23.935-51.101-39.175-85.146-39.425-66.262 0-119.51 59.733-119.51 133.12v204.971c0.049 0.602 0.078 1.304 0.078 2.012 0 13.487-10.225 24.586-23.346 25.967-14.416-0.145-25.952-11.776-25.952-26.101 0-0.661 0.025-1.317 0.073-1.965l-0.005-390.74-96.427-75.093v465.92c-0.008 0.565-0.013 1.233-0.013 1.901 0 35.174 12.929 67.328 34.294 91.97 20.643 23.895 51.106 39.122 85.133 39.42 66.271 0 119.519-59.733 119.519-133.29v-204.8c-0.049-0.598-0.077-1.294-0.077-1.996 0-13.453 10.24-24.514 23.351-25.814 13.942 0.61 24.924 11.977 24.924 25.908 0 0.669-0.025 1.333-0.075 1.989l0.005 204.713c0 73.387 53.931 133.291 119.467 133.291s119.467-59.733 119.467-133.291v-204.8c0-13.337 10.812-24.149 24.149-24.149s24.149 10.812 24.149 24.149v390.827l96.427 74.923z" />
142
+ <glyph unicode="&#x2044;" glyph-name="wrench-tool" d="M985.6 795.307l-162.133-162.133c-2.102-0.132-4.559-0.207-7.034-0.207-65.98 0-119.467 53.487-119.467 119.467 0 2.475 0.075 4.931 0.224 7.369l62.106 61.788 100.011 100.011c1.55 1.519 2.51 3.634 2.51 5.973s-0.961 4.454-2.509 5.972c-0.592 0.532-1.266 0.988-1.998 1.344l-0.052 0.023h-1.365c-33.663 15.322-73.006 24.252-114.435 24.252-155.806 0-282.112-126.306-282.112-282.112 0-30.298 4.776-59.48 13.616-86.835l-294.958-292.404c-98.646-1.646-177.982-81.999-177.982-180.883 0-99.912 80.995-180.907 180.907-180.907 98.884 0 179.237 79.336 180.881 177.827l294.402 294.725c25.684-8.52 55.252-13.435 85.968-13.435 155.618 0 281.771 126.153 281.771 281.771 0 41.642-9.033 81.175-25.248 116.745l0.72-0.228c-0.311 0.584-0.651 1.087-1.036 1.551-1.507 1.535-3.622 2.495-5.961 2.495s-4.454-0.961-5.972-2.509zM256 116.907c-0.194-41.137-33.587-74.41-74.751-74.41-41.284 0-74.752 33.468-74.752 74.752 0 41.164 33.273 74.557 74.391 74.751 0.12 0.001 0.24 0.001 0.361 0.001 41.284 0 74.752-33.468 74.752-74.752 0-0.12 0-0.241-0.001-0.361z" />
143
+ <glyph unicode="&#x2122;" glyph-name="cloud" d="M707.353 621.728c-20.538 0-40.23-3.466-58.468-9.82-21.468 90.3-104.946 156.092-204.508 156.092-107.128 0-195.634-76.172-209.42-174.917-130.164-5.35-233.99-106.654-234.954-231.337-0.002-128.739 114.686-233.746 249.172-233.746h585.729c102.892 0 186.43 78.231 189.092 175.7-0.074 84.722-62.534 155.249-145.738 172.055-10.65 82.51-83.020 145.972-170.904 145.972z" />
144
+ <glyph unicode="&#x2202;" glyph-name="smart-crawl" d="M31.744 272.043c74.227-197.089 261.208-334.754 480.341-334.754s406.114 137.665 479.174 331.229zM992.256 623.957c-74.227 197.089-261.208 334.754-480.341 334.754s-406.114-137.665-479.174-331.229zM2.389 495.957c-1.365-15.701-2.389-31.744-2.389-47.957s1.024-32.085 2.389-47.957h1019.221c1.536 15.872 2.389 31.744 2.389 47.957s-0.853 32.256-2.389 47.957z" />
145
+ <glyph unicode="&#x2206;" glyph-name="book" horiz-adv-x="870" d="M870.4 823.467v0c0 12.253-9.933 22.187-22.187 22.187h-46.080v-819.2c-0.085-11.982-9.583-21.717-21.461-22.185l-690.731-0.001c-10.679 0.117-19.552 7.703-21.649 17.775l-0.025 48.956h643.413c12.274 0.097 22.187 10.069 22.187 22.357 0 0 0 0 0 0.001v0 844.288c0 0 0 0 0 0.001 0 12.288-9.913 22.26-22.177 22.357h-689.332c-12.348 0-22.357-10.010-22.357-22.357s0 0 0-0.853v-977.579s0 0 0 0 0 0 0 0v-1.024c0.097-12.274 10.069-22.187 22.357-22.187 0 0 0 0 0.001 0h825.856c12.274 0.097 22.187 10.069 22.187 22.357 0 0 0 0 0 0.001v0z" />
146
+ <glyph unicode="&#x220f;" glyph-name="calendar" horiz-adv-x="907" d="M889.515 597.675h-871.424c0 0-0.001 0-0.001 0-9.931 0-17.993-8.002-18.090-17.911v-625.673c0-9.991 8.099-18.091 18.091-18.091h871.424c0.051-0.001 0.111-0.001 0.171-0.001 9.897 0 17.92 8.023 17.92 17.92 0 0.060 0 0.121-0.001 0.181v625.655c0.001 0.051 0.001 0.111 0.001 0.171 0 9.897-8.023 17.92-17.92 17.92-0.060 0-0.121 0-0.181-0.001zM302.421 68.779c-31.96 0.064-62.513 6.006-90.661 16.801-1.627 0.778-3.962 4.026-3.962 7.818 0 0.406 0.027 0.805 0.079 1.197l8.358 61.223c0.395 2.762 1.989 5.086 4.227 6.463 1.187 0.588 2.537 0.919 3.965 0.919s2.778-0.331 3.979-0.92c23.432-9.491 50.672-15.011 79.201-15.011 0.937 0 1.873 0.006 2.807 0.018 31.261-0.001 53.106 14.847 53.106 36.009 0 26.283-12.629 40.448-82.091 44.373-4.77 0.279-8.533 4.215-8.533 9.031 0 0.005 0 0.010 0 0.015v60.927c0 0.008 0 0.017 0 0.026 0 4.755 3.67 8.654 8.332 9.018 60.106 4.781 66.591 21.847 66.591 36.013 0 9.045 0 24.405-40.448 24.405-24.992-0.457-48.421-6.714-69.134-17.477-0.327-0.196-1.737-0.55-3.229-0.55s-2.902 0.355-4.149 0.984c-2.488 1.281-4.294 3.707-4.72 6.583l-8.369 61.147c-0.051 0.36-0.080 0.776-0.080 1.199 0 3.599 2.102 6.707 5.145 8.164 28.28 12.188 61.139 19.262 95.651 19.262 2.753 0 5.495-0.045 8.226-0.134 72.818 0.010 121.97-34.123 121.97-85.323 0-37.888-19.627-65.877-59.904-85.333 34.133-13.312 69.803-37.547 69.803-88.576 0-73.045-61.269-119.467-156.331-119.467zM682.667 82.432c0-4.996-4.050-9.045-9.045-9.045h-74.069c-4.996 0-9.045 4.050-9.045 9.045v246.101l-48.981-18.603c-1.147-0.565-2.498-0.896-3.925-0.896s-2.778 0.331-3.979 0.92c-2.26 1.339-3.87 3.682-4.209 6.419l-8.367 61.312c-0.053 0.365-0.084 0.787-0.084 1.216 0 3.504 2.031 6.534 4.981 7.977l106.719 52.759c1.19 0.626 2.597 1.003 4.089 1.024h37.212c4.858-0.175 8.73-4.155 8.73-9.040 0-0.242-0.010-0.482-0.028-0.72l0.002-348.47zM889.515 879.445h-92.843v-43.52c0-46.080-26.283-95.232-100.181-95.232s-100.181 48.64-100.181 95.232v43.52h-283.819v-43.52c0-46.080-26.283-95.232-100.181-95.232s-100.352 48.64-100.352 95.232v43.52h-93.867c-0.051 0.001-0.111 0.001-0.171 0.001-9.897 0-17.92-8.023-17.92-17.92 0-0.060 0-0.121 0.001-0.181v-183.116c0-9.991 8.099-18.091 18.091-18.091h871.424c0.051-0.001 0.111-0.001 0.171-0.001 9.897 0 17.92 8.023 17.92 17.92 0 0.060 0 0.121-0.001 0.181v183.116c0.001 0.051 0.001 0.111 0.001 0.171 0 9.897-8.023 17.92-17.92 17.92-0.060 0-0.121 0-0.181-0.001zM212.309 798.891c29.867 0 41.984 10.752 41.984 37.035v86.869c0 26.453-12.117 37.205-41.984 37.205s-41.643-10.752-41.643-37.205v-86.869c0-26.453 12.117-37.035 41.984-37.035zM696.491 798.891c29.867 0 41.984 10.752 41.984 37.035v86.869c0 26.453-12.288 37.205-41.984 37.205s-41.984-10.752-41.984-37.205v-86.869c0-26.453 12.117-37.035 41.984-37.035z" />
147
+ <glyph unicode="&#x221a;" glyph-name="bookmark" horiz-adv-x="512" d="M0 960v-1024l256 256 256-256v1024h-512z" />
148
+ <glyph unicode="&#x221e;" glyph-name="layout-grid" d="M200.875 960h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-558.763c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v558.763c0 19.794-16.046 35.84-35.84 35.84zM594.432 960h-164.864c-19.794 0-35.84-16.046-35.84-35.84v-165.035c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v165.035c0 0 0 0 0 0 0 19.794-16.046 35.84-35.84 35.84-0.060 0-0.12 0-0.18 0zM1024 924.16v0c0 19.794-16.046 35.84-35.84 35.84h-165.035c-19.794 0-35.84-16.046-35.84-35.84v0-558.592c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v558.592zM594.432 566.272h-164.864c-19.794 0-35.84-16.046-35.84-35.84v-558.592c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v558.592c0 19.794-16.046 35.84-35.84 35.84zM200.875 172.544h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864c0 19.794-16.046 35.84-35.84 35.84zM988.16 172.544h-165.035c-19.794 0-35.84-16.046-35.84-35.84v-164.864c0-19.794 16.046-35.84 35.84-35.84h165.035c19.794 0 35.84 16.046 35.84 35.84v164.864c0 19.794-16.046 35.84-35.84 35.84z" />
149
+ <glyph unicode="&#x222b;" glyph-name="paint-bucket" d="M907.435 459.947v0l-383.488 383.488c-5.437 5.441-12.949 8.806-21.248 8.806s-15.811-3.365-21.248-8.806l-62.806-62.806-134.485 134.315c-10.895 11.861-26.477 19.268-43.789 19.268-32.801 0-59.392-26.591-59.392-59.392 0-17.609 7.664-33.429 19.837-44.305l133.86-133.853-325.803-325.803c-5.39-5.428-8.721-12.906-8.721-21.163s3.331-15.735 8.723-21.164l383.657-383.657c5.437-5.441 12.949-8.806 21.248-8.806s15.811 3.365 21.248 8.806l472.406 472.576c5.4 5.455 8.736 12.962 8.736 21.248s-3.336 15.793-8.739 21.251zM671.915 349.696h-515.584l346.453 346.453 257.877-257.707zM1002.667 151.040l-71.339 123.563-1.195 2.731c-3.657 4.662-9.29 7.629-15.616 7.629s-11.959-2.967-15.584-7.586l-0.032-0.043v-1.195c-0.98-1.283-1.837-2.743-2.509-4.303l-69.683-120.796c-13.484-18.059-21.589-40.821-21.589-65.475 0-60.796 49.284-110.080 110.080-110.080s110.080 49.284 110.080 110.080c0 24.655-8.105 47.416-21.796 65.766z" />
150
+ <glyph unicode="&#x2248;" glyph-name="finger-point" horiz-adv-x="830" d="M744.448 548.523c-0.010 0-0.021 0-0.032 0-20.666 0-39.617-7.347-54.382-19.571-7.65 39.865-42.209 69.443-83.676 69.443-21.062 0-40.342-7.631-55.226-20.278-6.564 41.133-41.748 72.072-84.159 72.072-19.772 0-37.974-6.725-52.443-18.012l0.19 242.489c0 47.128-38.205 85.333-85.333 85.333s-85.333-38.205-85.333-85.333v-440.661l-100.352 95.403c-14.507 11.766-33.194 18.891-53.546 18.891-47.128 0-85.333-38.205-85.333-85.333 0-21.842 8.206-41.767 21.704-56.861l110.008-104.536c40.896-39.332 75.123-85.219 101.064-136.040l32.568-64.493c32.768-75.264 102.059-165.035 251.051-165.035 246.784 0 308.395 171.861 308.395 288.085v238.933c0 47.128-38.205 85.333-85.333 85.333z" />
151
+ <glyph unicode="&#x2264;" glyph-name="arrows-in" d="M368.64 44.885l47.957 290.133c0.115 0.746 0.181 1.606 0.181 2.481 0 4.608-1.826 8.789-4.794 11.86l0.005-0.005c-3.066 2.963-7.247 4.789-11.855 4.789-0.875 0-1.736-0.066-2.575-0.193l-288.674-49.311c-7.383-1.988-12.727-8.623-12.727-16.506 0-4.112 1.454-7.884 3.876-10.831l56.467-56.461-151.723-152.235c-2.869-3.046-4.633-7.163-4.633-11.691s1.763-8.644 4.641-11.699l104.44-104.439c3.046-2.869 7.163-4.633 11.691-4.633s8.644 1.763 11.699 4.641l151.543 151.544 57.173-56.32c2.999-2.672 6.975-4.305 11.332-4.305 8.109 0 14.896 5.655 16.635 13.236zM655.36 851.115l-47.957-290.133c-0.115-0.746-0.181-1.606-0.181-2.481 0-4.608 1.826-8.789 4.794-11.86l-0.005 0.005c3.066-2.963 7.247-4.789 11.855-4.789 0.875 0 1.736 0.066 2.575 0.193l288.674 48.799c7.563 1.86 13.084 8.583 13.084 16.595 0 4.306-1.595 8.24-4.226 11.243l-56.474 56.471 151.552 151.552c2.869 3.046 4.633 7.163 4.633 11.691s-1.763 8.644-4.641 11.699l-104.269 105.122c-3.046 2.869-7.163 4.633-11.691 4.633s-8.644-1.763-11.699-4.641l-151.543-151.544-57.173 56.32c-2.999 2.672-6.975 4.305-11.332 4.305-8.109 0-14.896-5.655-16.635-13.236zM915.115 304.64l-290.133 47.957c-0.746 0.115-1.606 0.181-2.481 0.181-4.608 0-8.789-1.826-11.86-4.794l0.005 0.005c-2.963-3.066-4.789-7.247-4.789-11.855 0-0.875 0.066-1.736 0.193-2.575l49.311-288.674c1.814-7.625 8.568-13.209 16.625-13.209 4.372 0 8.361 1.644 11.381 4.348l56.474 56.476 151.552-151.552c3.046-2.869 7.163-4.633 11.691-4.633s8.644 1.763 11.699 4.641l104.439 104.44c2.869 3.046 4.633 7.163 4.633 11.691s-1.763 8.644-4.641 11.699l-151.544 151.543 56.32 57.003c2.672 2.999 4.305 6.975 4.305 11.332 0 8.109-5.655 14.896-13.236 16.635zM108.885 591.36l290.133-47.957c0.746-0.115 1.606-0.181 2.481-0.181 4.608 0 8.789 1.826 11.86 4.794l-0.005-0.005c2.963 3.066 4.789 7.247 4.789 11.855 0 0.875-0.066 1.736-0.193 2.575l-49.311 288.674c-1.988 7.383-8.623 12.727-16.506 12.727-4.112 0-7.884-1.454-10.831-3.876l-57.144-56.467-151.552 151.723c-3.046 2.869-7.163 4.633-11.691 4.633s-8.644-1.763-11.699-4.641l-104.439-104.44c-2.869-3.046-4.633-7.163-4.633-11.691s1.763-8.644 4.641-11.699l151.544-151.543-56.32-57.173c-2.672-2.999-4.305-6.975-4.305-11.332 0-8.109 5.655-14.896 13.236-16.635z" />
152
+ <glyph unicode="&#x2265;" glyph-name="arrows-compress" d="M401.067 54.443l52.224 315.051c0.194 0.966 0.305 2.076 0.305 3.212 0 4.839-2.014 9.207-5.249 12.313l-0.006 0.006c-3.239 3.222-7.705 5.213-12.636 5.213-1.083 0-2.144-0.096-3.174-0.28l-314.089-52.891c-8.563-1.452-15.003-8.814-15.003-17.681 0-4.962 2.016-9.452 5.274-12.697l61.441-61.441-164.864-164.864c-3.118-3.22-5.039-7.615-5.039-12.459s1.922-9.238 5.044-12.463l114.171-114.171c3.247-3.269 7.745-5.292 12.715-5.292s9.468 2.023 12.714 5.291l164.353 165.377 61.44-61.44c3.245-3.259 7.736-5.275 12.698-5.275 8.867 0 16.229 6.44 17.666 14.897zM622.933 841.557l-52.395-315.051c-0.152-0.878-0.239-1.888-0.239-2.919 0-4.919 1.982-9.374 5.19-12.613l-0.001 0.001c3.264-3.216 7.747-5.201 12.694-5.201 1.062 0 2.103 0.092 3.116 0.267l314.26 52.891c8.563 1.452 15.003 8.814 15.003 17.681 0 4.962-2.016 9.452-5.274 12.697l-61.953 61.441 165.035 165.035c3.269 3.247 5.292 7.745 5.292 12.715s-2.023 9.468-5.291 12.714l-113.836 113.494c-3.247 3.269-7.745 5.292-12.715 5.292s-9.468-2.023-12.714-5.291l-164.353-165.377-61.44 61.44c-3.245 3.259-7.736 5.275-12.698 5.275-8.867 0-16.229-6.44-17.666-14.897z" />
153
+ <glyph unicode="&#x25ca;" glyph-name="key" d="M910.165 573.611h-441.344c-44.245 75.622-125.067 125.611-217.564 125.611-138.746 0-251.221-112.476-251.221-251.221s112.476-251.221 251.221-251.221c92.497 0 173.319 49.989 216.922 124.425l48.087 1.186c0.015 0 0.032 0 0.050 0 2.386 0 4.544 0.98 6.093 2.559l88.236 88.919c1.547 1.559 3.69 2.524 6.059 2.524s4.512-0.965 6.058-2.524l62.123-62.123c1.547-1.559 3.69-2.524 6.059-2.524s4.512 0.965 6.058 2.524l39.254 39.254c1.547 1.559 3.69 2.524 6.059 2.524s4.512-0.965 6.058-2.524l45.057-45.398c1.547-1.559 3.69-2.524 6.059-2.524s4.512 0.965 6.058 2.524l44.886 45.057c1.547 1.559 3.69 2.524 6.059 2.524s4.512-0.965 6.058-2.524l36.353-36.353c1.538-1.508 3.647-2.439 5.973-2.439s4.435 0.931 5.975 2.441l110.42 103.593c1.664 1.561 2.701 3.774 2.701 6.229s-1.037 4.668-2.697 6.225l-105.306 101.38c-1.553 1.476-3.657 2.385-5.972 2.389zM136.533 390.827c-31.355 0.29-56.661 25.775-56.661 57.171 0 31.576 25.597 57.173 57.173 57.173s57.172-25.596 57.173-57.171c0-0.001 0-0.002 0-0.002 0-31.576-25.597-57.173-57.173-57.173-0.18 0-0.36 0.001-0.539 0.002z" />
154
+ <glyph unicode="&#xf8ff;" glyph-name="arrow-left" horiz-adv-x="921" d="M8.704 468.992l388.949 388.608c5.491 5.46 13.061 8.836 21.419 8.836s15.927-3.375 21.42-8.837l62.463-62.463c5.46-5.491 8.836-13.061 8.836-21.419s-3.375-15.927-8.837-21.42l-229.887-230.057h621.227c0.203 0.006 0.443 0.009 0.683 0.009 14.647 0 26.532-11.828 26.623-26.453v-95.582c0-14.704-11.92-26.624-26.624-26.624h-621.909l230.4-230.4c5.46-5.491 8.836-13.061 8.836-21.419s-3.375-15.927-8.837-21.42l-62.975-61.951c-5.491-5.46-13.061-8.836-21.419-8.836s-15.927 3.375-21.42 8.837l-388.948 388.607c-5.38 5.401-8.706 12.851-8.706 21.077s3.326 15.677 8.707 21.078z" />
155
+ <glyph unicode="&#xfb01;" glyph-name="snapshot" horiz-adv-x="939" d="M52.224 749.227l312.832 180.736-208.555-361.472zM347.819 658.944l-121.685-210.944 120.832-209.579s0-1.024 0-1.365h247.808l121.173 204.8-124.416 216.576zM834.56 779.264l-312.832 180.736-104.448-180.736zM0 598.699v-361.472h208.725zM730.283 658.944l208.384-361.472v361.301zM886.784 146.944l-101.717 176.128-209.749-355.84zM417.621-64l106.155 180.224h-419.499l313.173-180.224z" />
156
+ <glyph unicode="&#xfb02;" glyph-name="hub" d="M602.283 538.283h-180.565l-0.171 120.491-90.283 60.245-90.283-60.245v-421.547l90.283-60.245 90.795 58.709v122.027h180.224v-120.491l90.453-60.245 90.283 60.245v421.547l-90.283 60.245-90.453-60.245v-120.491zM120.491 185.856v525.312l214.016 128.341h354.987l214.016-128.512v-525.995l-214.016-128.512h-354.816zM301.227 960l-301.227-180.736v-661.504l301.227-181.76h421.547l301.227 180.736v662.528l-301.227 180.736z" />
157
+ </font></defs></svg>
_src/fonts/wpmudev-plugin-icons.ttf ADDED
Binary file
_src/fonts/wpmudev-plugin-icons.woff ADDED
Binary file
_src/fonts/wpmudev-plugin-icons.woff2 ADDED
Binary file
_src/images/dev-team.png ADDED
Binary file
_src/images/dev-team@2x.png ADDED
Binary file
_src/images/df-banner.jpg ADDED
Binary file
_src/images/df-icon.png ADDED
Binary file
_src/images/folder-closed.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-closed</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Closed" fill="#888888">
9
+ <path d="M0,1 C0,0.44771525 0.45303631,0 0.99703014,0 L7.00296986,0 C7.5536144,0 8,0.44386482 8,1 L8,2 L0,2 L0,1 Z M0,3 L18,3 L18,15 L0,15 L0,3 Z" id="folder-closed"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
_src/images/folder-open-selected.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-open</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Open" fill="#17a8e3">
9
+ <path d="M2.00010759,5 L17.9871925,5 L16.1942557,14.0229504 C16.0870306,14.56256 15.5496251,15 14.9982973,15 L0.791347791,15 C0.238063241,15 -0.104466299,14.5709592 0.0287507007,14.0317368 L0.246548481,13.1501568 L2.00010759,5 Z M0.000107590658,0.99396592 C0.000107590658,0.4450137 0.453143901,0 0.997137731,0 L7.00307745,0 C7.55372199,0 8.00010759,0.44386482 8.00010759,1 L8.00010759,2 L16.5001076,2 L16.5001076,4 L1.50010759,4 L0.000107590658,10.5 L0.000107590658,2.44374814 L0.000107590658,0.99396592 Z" id="folder-open"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
_src/images/folder-open.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-open</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Open" fill="#888888">
9
+ <path d="M2.00010759,5 L17.9871925,5 L16.1942557,14.0229504 C16.0870306,14.56256 15.5496251,15 14.9982973,15 L0.791347791,15 C0.238063241,15 -0.104466299,14.5709592 0.0287507007,14.0317368 L0.246548481,13.1501568 L2.00010759,5 Z M0.000107590658,0.99396592 C0.000107590658,0.4450137 0.453143901,0 0.997137731,0 L7.00307745,0 C7.55372199,0 8.00010759,0.44386482 8.00010759,1 L8.00010759,2 L16.5001076,2 L16.5001076,4 L1.50010759,4 L0.000107590658,10.5 L0.000107590658,2.44374814 L0.000107590658,0.99396592 Z" id="folder-open"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
{assets/shared-ui-2 → _src}/images/graphic-hb-minify-summary@2x.png RENAMED
File without changes
_src/images/hb-banner.jpg ADDED
Binary file
_src/images/hb-icon.png ADDED
Binary file
_src/images/image.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="14px" viewBox="0 0 18 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>image</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Image-22px-Solid" fill="#888888">
9
+ <path d="M9.25,12 L15.5176792,12 C15.7911357,12 16,11.7782068 16,11.504611 L16,9 L11,4 L6.97222222,9.23611111 L4.5,8 L2,10.5 L2,11.4921684 C2,11.7786698 2.22673949,12 2.50643682,12 L9.25,12 Z M0,2.00585866 C0,0.898053512 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.897060126 18,2.00585866 L18,11.9941413 C18,13.1019465 17.1073772,14 16.0049107,14 L1.99508929,14 C0.893231902,14 0,13.1029399 0,11.9941413 L0,2.00585866 Z M4.5,7 C5.88071187,7 7,5.88071187 7,4.5 C7,3.11928813 5.88071187,2 4.5,2 C3.11928813,2 2,3.11928813 2,4.5 C2,5.88071187 3.11928813,7 4.5,7 Z" id="image"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
{assets/shared-ui-2 → _src}/images/plugins-crawl-icon.png RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-crawl-icon@2x.png RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-crawl.jpg RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-defender-icon.png RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-defender-icon@2x.png RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-defender.jpg RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-smush-icon.png RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-smush-icon@2x.png RENAMED
File without changes
{assets/shared-ui-2 → _src}/images/plugins-smush.jpg RENAMED
File without changes
_src/images/sc-banner.png ADDED
Binary file
_src/images/sc-icon.png ADDED
Binary file
_src/images/share-bg-small.png ADDED
Binary file
_src/images/smush-graphic-dashboard-summary.svg ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="190px" height="212px" viewBox="0 0 190 212" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
4
+ <title>smush-graphic-dashboard-summary</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <rect id="path-1" x="0" y="0" width="192" height="294.232932"></rect>
8
+ <polygon id="path-3" points="0.0420975165 0.153082421 71.7578196 0.153082421 71.7578196 130.574957 0.0420975165 130.574957"></polygon>
9
+ </defs>
10
+ <g id="Free-/-CDN---Upgrade" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-220.000000, -161.000000)">
11
+ <g id="Top-/-Free---New" transform="translate(190.000000, 132.000000)">
12
+ <g id="Graphic-/-Dashboard---Top" transform="translate(30.000000, 29.036145)">
13
+ <g id="smush-graphic-dashboard-summary">
14
+ <mask id="mask-2" fill="white">
15
+ <use xlink:href="#path-1"></use>
16
+ </mask>
17
+ <g id="mask"></g>
18
+ <g id="graphic" mask="url(#mask-2)">
19
+ <path d="M77.3656663,100.449695 C69.1752273,99.3654371 60.4983883,98.3397547 52.9182907,101.530331 C44.693198,104.992348 39.42272,112.685419 34.0186224,119.610361 C23.8351298,132.659505 11.6860566,144.174504 1.37893463,157.132764 C0.553490732,158.170524 -0.305982439,159.447419 0.107051707,160.69412 C0.424241951,161.651866 1.39267122,162.240041 2.29085659,162.74639 C4.90580293,164.220752 7.66217366,165.736178 10.6873444,165.829778 C13.7481054,165.924889 16.6384078,164.546241 19.2795785,163.047724 C25.0224078,159.789514 30.3147395,155.790047 34.9723785,151.18912 C41.8028956,144.44202 47.6350127,136.151415 56.6112468,132.437581 C61.51552,130.408559 67.2508566,129.803476 71.1767102,126.310963 C74.1063493,123.70524 75.5177834,119.913808 76.825881,116.278176 C78.8027005,110.784118 80.7305054,104.502907 77.8698615,99.385365" id="Fill-3" fill="#345468"></path>
20
+ <path d="M49.4181151,136.73663 C49.4149932,136.722137 53.1575883,133.990205 53.1544663,133.975712 C53.8522224,130.982905 54.6389541,128.009423 55.5109151,125.058887 C55.9785834,123.476432 51.5685151,124.465882 50.2501151,123.480659 C48.8577249,122.440181 47.1056859,122.403949 45.557198,123.161209 C43.0112468,124.406098 41.2507785,126.369297 39.8921054,128.632924 C32.5895493,133.330471 25.2869932,138.02832 17.9844371,142.726169 C16.1468566,143.908255 15.1824859,146.388069 16.4687298,148.317451 C17.6500761,150.089826 20.2815688,151.049988 22.249959,149.783661 C23.2215102,149.15865 24.1930615,148.533639 25.1646127,147.908628 C23.2112078,150.24472 21.3505249,152.649956 19.702759,155.194687 C17.8161639,158.108084 16.275481,161.231327 15.1340956,164.487424 C15.0660371,164.680664 15.021081,164.881754 14.9942322,165.08677 C16.481842,164.56321 17.9145054,163.822557 19.2797346,163.047785 C25.0222517,159.789575 30.3148956,155.790108 34.9725346,151.189181 C39.798759,146.421886 44.1276566,140.88616 49.4181151,136.73663" id="Fill-5" fill="#161C23"></path>
21
+ <path d="M80.2388293,73.6932736 C80.2388293,73.6932736 79.6153756,85.398191 78.652878,90.0338407 C77.6906927,94.6697924 72.1176976,100.039151 70.2798049,100.670201 C68.4419122,101.301552 60.2686439,108.454155 59.0226732,112.828628 C57.7770146,117.203102 56.8507317,124.102077 61.2817171,143.198731 C65.7130146,162.295688 62.9859902,175.814647 57.281561,186.900894 C51.5771317,197.987141 38.8314537,209.44145 34.5662439,221.807007 C30.3010341,234.172867 80.2388293,253.705217 80.2388293,253.705217 L132.311727,229.202972 C132.311727,229.202972 126.440898,203.413868 125.157776,192.247305 C123.874654,181.080743 125.007922,161.884751 138.738888,137.774118 C140.923941,123.994889 142.57358,94.7220276 138.738888,94.2893508 C134.904195,93.8566741 117.202107,90.9151969 112.60722,85.5391959 C110.477424,82.3803235 111.088078,69.4145142 111.088078,69.4145142 L80.2388293,73.6932736 Z" id="Fill-7" fill="#345468"></path>
22
+ <path d="M73.7011824,148.409271 C71.897319,149.007409 78.6198166,139.365934 77.1425093,140.370179 C76.966119,140.445663 73.1489093,143.121435 73.0870946,143.149818 C72.80768,143.258817 70.5411434,143.760939 70.2592312,143.863296 C69.5967532,144.103639 68.7385288,142.994018 68.0626263,143.196014 C67.236558,143.442697 62.1240507,143.010322 61.2817483,143.198731 C62.9891434,157.448682 61.9938654,177.743425 57.2815922,186.900894 C54.7159727,191.886792 50.7264312,196.94757 46.724402,202.13184 C47.0241093,203.051241 47.6406946,203.863453 48.5682263,204.337495 C50.5615922,205.355931 53.1971434,204.864075 54.3497678,202.871286 C58.2203629,196.177629 61.302041,189.009023 63.4115434,181.613663 C64.4324215,178.034493 65.1248702,174.383462 66.0386654,170.779534 C66.5119532,168.912049 67.0542361,167.058152 67.7582361,165.258603 C67.8465873,165.033659 68.3551532,163.911357 68.0036215,164.646273 C68.1681483,164.30297 68.329241,163.959063 68.5040702,163.620289 C68.8552898,162.940023 69.238041,162.275156 69.6541971,161.630217 C69.8917776,161.261249 70.1402849,160.899226 70.4003434,160.544751 C70.4259434,160.509726 70.4915044,160.422164 70.5542556,160.338226 C70.6329288,160.24221 70.7353288,160.116 70.7621776,160.084598 C71.3313093,159.425166 71.9444605,158.801967 72.604441,158.227077 C72.7133971,158.132269 72.8267239,158.041386 72.9381776,157.949295 C74.3124605,157.334851 75.6561483,156.647339 76.9570654,155.878606 C78.7606166,154.813369 79.5070751,152.65693 78.686002,150.775254 C77.9139434,149.006201 75.7039141,147.745008 73.7011824,148.409271" id="Fill-9" fill="#161C23"></path>
23
+ <path d="M127.915208,148.04764 C127.155013,149.01535 126.451949,150.011443 125.794779,151.028973 C124.946232,151.624394 124.404574,152.606899 124.237237,153.642848 C122.872632,156.1441 121.776827,158.764013 120.902369,161.460015 C120.696944,161.370641 120.481218,161.299686 120.257061,161.250168 C118.256203,160.809641 116.687735,161.622457 115.485159,163.128221 C115.2123,163.470014 114.952554,163.818752 114.704047,164.173529 C114.189861,163.711564 113.60793,163.382754 112.992593,163.197666 C112.981666,162.790956 112.976047,162.383944 112.979793,161.97663 C112.999149,159.838609 111.02233,157.791774 108.754232,157.889903 C106.448047,157.989845 104.549276,159.685225 104.528671,161.97663 C104.499637,165.190153 104.978857,168.378616 105.582642,171.537186 C105.486798,172.146496 105.399071,172.752787 105.301979,173.345491 L103.610818,183.686858 C102.47193,190.651655 101.333042,197.616452 100.194154,204.580948 C99.861042,206.618121 100.558798,208.552334 102.640827,209.402289 C104.74034,210.259188 106.608827,209.36817 107.917237,207.730158 C108.319344,207.226526 108.705842,206.71142 109.078603,206.188162 C109.213471,206.699946 109.365822,207.210825 109.541276,207.719892 C110.109471,209.372397 111.705725,210.802978 113.615422,210.720247 C115.444261,210.641139 117.231579,209.514006 117.690193,207.719892 C118.306466,205.30741 118.618349,202.888285 118.751032,200.463725 C118.874349,200.89459 119.000164,201.325455 119.13191,201.754811 C119.732574,203.713481 121.680983,204.953237 123.76832,204.682097 C124.9531,204.528108 126.137881,203.809195 126.83033,202.805856 C126.093549,198.790084 125.480398,195.05602 125.157588,192.247396 C124.03993,182.519869 124.757666,166.699238 134.03673,146.845324 C133.775735,146.659632 133.494447,146.499001 133.191618,146.375509 C131.103969,145.52344 129.208944,146.400268 127.915208,148.04764" id="Fill-11" fill="#161C23"></path>
24
+ <path d="M19.8473678,156.632363 C23.1163629,158.6949 24.9854751,162.271352 26.4053385,165.787718 C27.8255141,169.304085 28.9921873,173.009163 31.4057678,175.975701 C34.578919,179.875528 39.5047337,182.008718 44.3462556,183.651863 C49.1877776,185.295008 54.2459629,186.641952 58.4403044,189.500397 C55.0292605,192.331063 51.5748215,195.112815 48.0785483,197.844445 C47.4591532,198.328452 46.8132215,198.823328 46.0433483,199.019889 C45.177319,199.240605 44.2628995,199.057933 43.3875044,198.874657 C34.3894166,196.991471 24.8883824,194.855866 18.2779629,188.658594 C15.8690654,186.400402 13.9615532,183.697154 12.1402068,180.972468 C7.90184585,174.632984 4.03187512,168.062819 0.554958049,161.303641 C0.332675122,160.870965 0.106645854,160.379108 0.267114146,159.921672 C0.427270244,159.464539 0.91585561,159.206986 1.36791415,159.002876 C7.02051902,156.450898 13.4358166,155.504324 19.6182166,156.309894" id="Fill-24" fill="#00879F"></path>
25
+ <path d="M44.346318,183.651833 C39.5047961,182.008688 34.5789815,179.875498 31.4058302,175.975972 C28.9922498,173.009132 27.8255766,169.304055 26.405401,165.787688 C25.6530107,163.924431 24.7713717,162.046076 23.6249912,160.383003 C24.8206985,159.593738 25.9895571,158.767032 27.1362498,157.912549 C26.0732254,139.878413 33.4045034,121.481348 46.8391961,108.907454 C49.7407376,106.191524 52.9482302,103.71171 56.6327571,102.114459 C60.6010693,100.39432 64.9202888,99.7735361 69.2913327,99.5555371 C63.6587083,99.1449018 58.0382595,99.3752803 52.9185717,101.53021 C44.6931668,104.992228 39.423001,112.685601 34.0185912,119.61024 C23.8350985,132.659384 11.6860254,144.174383 1.37921561,157.132644 C0.553771707,158.170404 -0.306013659,159.447298 0.107020488,160.694301 C0.233459512,161.076252 0.464796098,161.399024 0.752952195,161.681637 C4.17929366,168.307358 7.98120585,174.751313 12.1399571,180.972438 C13.9616156,183.697124 15.86944,186.400372 18.2780254,188.658564 C24.8884449,194.855836 33.2808741,197.237822 42.278962,199.121008 C43.1543571,199.304284 46.4186693,200.018971 47.2843863,199.797952 C48.0545717,199.601391 47.4592156,198.328421 48.0786107,197.844415 C51.5748839,195.112785 55.0293229,192.331033 58.4403668,189.500367 C54.2457132,186.641922 49.18784,185.294978 44.346318,183.651833" id="Fill-26" fill="#00CABC"></path>
26
+ <path d="M136.457897,128.689266 C145.988277,132.55588 153.078228,140.461515 159.197565,148.516609 C165.316901,156.571704 168.504726,165.608398 176.521272,171.917386 C176.90777,172.221739 179.763731,172.093718 180.227653,172.269144 C181.077136,172.590405 182.029019,172.449098 182.928453,172.302961 C185.17657,171.937918 188.067184,172.283335 188.04814,170.078887 C188.041272,169.245539 189.761467,167.721962 187.788394,164.153662 C185.939262,160.809098 182.989019,155.170411 181.284745,151.754891 C174.645604,138.447892 170.528375,128.829969 164.072804,115.439031 C162.310462,111.782565 157.995614,105.371522 155.301058,102.292059 C148.415906,94.4232602 139.443419,93.7668476 128.836901,94.7840758 C129.808765,101.432744 130.780628,108.081111 131.753116,114.729477 C132.336921,118.724415 133.042794,122.97902 135.848804,125.964278 C136.568101,126.72969 137.375126,128.043723 136.466014,128.58872" id="Fill-28" fill="#345468"></path>
27
+ <path d="M66.1056,108.586977 C66.1056,108.586977 45.0939317,128.277543 53.6611902,140.468278 C62.228761,152.658712 80.2186927,148.268537 92.2101073,140.83785 C97.327922,137.665995 103.815024,111.526341 103.815024,111.526341 C103.815024,111.526341 72.6445268,101.275857 66.1056,108.586977" id="Fill-30" fill="#345468"></path>
28
+ <path d="M77.8699239,99.3852442 L77.3657288,100.449575 C74.7073873,100.097817 71.9978459,99.7530043 69.2914263,99.5555371 C64.9203824,99.7735361 60.6011629,100.39432 56.6328507,102.114459 C52.9480117,103.71171 49.7408312,106.191524 46.8389776,108.907454 C46.5951532,109.135719 46.3575727,109.370022 46.1174946,109.602213 C47.2223532,113.150283 49.1382946,116.489714 51.3430166,119.528415 C54.2276995,123.504331 58.8628605,128.963063 62.0675434,132.724905 C64.48768,131.985157 65.5051239,129.625212 67.7104702,128.564203 C70.118119,124.037553 73.7008702,120.06375 76.9483239,115.935356 C78.8801873,110.524028 80.6712507,104.396806 77.8699239,99.3852442" id="Fill-32" fill="#161C23"></path>
29
+ <path d="M94.4542283,142.134039 C94.4542283,142.134039 100.723731,150.520359 122.280492,149.005537 C143.837253,147.490716 141.05497,127.852385 141.037175,118.81237 C141.01938,109.772354 137.495321,105.900909 138.739106,94.2892904 C121.449428,96.7301549 110.164823,93.4692276 104.637721,99.1024795 C99.1109307,104.735731 94.4433015,101.216044 94.4542283,142.134039" id="Fill-34" fill="#00ADB9"></path>
30
+ <path d="M75.3103298,79.8085389 C75.1273834,80.3737663 103.652027,78.3450468 117.59154,81.3861634 C122.988144,91.3301801 128.492457,101.621727 129.429979,112.815464 C129.850505,117.840009 129.328827,122.904411 128.363832,127.858303 C127.437549,132.614124 126.066076,137.375983 123.376203,141.45637 C120.053198,146.49722 114.935383,150.185691 111.210271,154.956307 C108.838213,157.994404 107.065569,161.42804 105.482115,164.913307 C100.053042,176.861888 96.6966322,189.688202 95.5952078,202.695679 L82.6172566,203.740987 C85.5134907,188.085517 80.73472,172.159812 76.0055883,156.927658 C75.573198,155.536027 75.125198,154.112693 74.2279493,152.947213 C73.1742907,151.57853 71.6030127,150.692342 70.2156176,149.637976 C63.5721054,144.590785 61.2974517,135.60844 62.2000078,127.484504 C63.1028761,119.36087 66.6640859,111.776798 69.8303688,104.202087 C72.9969639,96.6270734 75.8532371,88.6296492 75.2329054,80.4812561 L75.3103298,79.8085389 Z" id="Fill-36" fill="#00CABC"></path>
31
+ <path d="M82.3505795,96.7089287 C81.8466966,96.125887 81.3259551,95.5552247 80.848921,94.9782217 C79.9863259,93.934725 79.3182283,93.0452165 77.8365502,93.0775238 C76.4394771,93.1080195 75.0055649,93.4042204 73.650638,93.7100833 C73.6456429,93.7112911 73.6406478,93.7124988 73.6353405,93.7137066 C72.6238283,97.2789871 71.2595356,100.783578 69.8303063,104.201815 C66.6640234,111.776828 63.1028137,119.3609 62.2002576,127.484534 C62.0085698,129.207995 61.9617405,130.970103 62.0675746,132.724965 C62.9329795,133.743099 63.7952624,134.761837 64.6472429,135.785104 C64.7983454,135.966266 65.1654868,135.871458 65.2048234,135.642891 C67.0168039,125.141195 76.5440624,118.260639 81.528882,109.265612 C82.7227161,107.111589 83.6680429,104.813541 84.1488234,102.408003 C84.1531941,102.38566 84.1575649,102.363316 84.1619356,102.340671 C83.6755356,100.233146 83.0299161,98.3421098 82.3505795,96.7089287" id="Fill-38" fill="#00B1B2"></path>
32
+ <path d="M51.7197737,195.572485 C47.1230127,201.833163 41.5990322,208.24934 37.7752663,214.913709 C45.5280078,215.615714 65.0620566,218.461779 83.7700371,229.865665 C101.670681,224.556996 125.08313,221.560566 130.485354,220.913513 C129.187559,214.884119 127.472671,206.614951 126.288827,199.773344 C122.508457,199.807765 99.289881,199.685782 89.5431493,192.797979 C80.601881,197.040808 59.4525346,196.045319 51.7197737,195.572485" id="Fill-40" fill="#DAD7D0"></path>
33
+ <path d="M51.7197737,195.572485 C50.3848273,197.390452 48.9712078,199.222308 47.5441639,201.068959 C49.0673639,201.282127 50.6164761,201.249518 52.1396761,200.938824 C53.3366322,200.694858 54.4408663,200.189716 55.6197151,199.891704 C57.0267785,199.535719 58.4204176,199.667364 59.78752,200.118157 C62.1851785,200.90863 64.166681,202.510108 66.4397737,203.550283 C68.4618615,204.476024 70.6428566,204.919269 72.8756761,204.920778 C73.0901541,204.92108 73.2578029,204.714253 73.1972371,204.512559 C72.8310322,203.290315 72.2437932,202.182505 71.4558127,201.205435 C73.3327298,201.997719 75.3382712,202.424659 77.4159298,202.470554 C77.6266615,202.475385 77.8024273,202.259801 77.7374907,202.062334 C77.2520273,200.583443 76.4693541,199.264277 75.3994615,198.129595 L77.0881249,197.916729 C77.2826224,197.892272 77.4006322,197.7875 77.4218615,197.593958 C77.5045932,196.840019 77.3029151,196.16851 76.950759,195.557992 C67.5817834,196.414589 56.7792078,195.881669 51.7197737,195.572485" id="Fill-42" fill="#C1BBB1"></path>
34
+ <path d="M169.6896,161.26907 C169.637151,159.023861 172.068527,157.318516 174.389073,157.248769 C176.70962,157.179021 178.878127,158.280792 180.894595,159.393734 C182.881717,160.49007 184.868215,161.645586 186.472585,163.222908 C188.076644,164.800231 189.282029,166.86307 189.366322,169.074159 C189.441561,171.035547 188.646088,172.922959 187.793171,174.704392 C183.302868,184.083181 176.87321,192.457122 171.680156,201.490192 C168.794537,206.510511 166.294478,211.727391 163.797541,216.939137 C162.385171,219.887559 160.972176,222.835981 159.559805,225.784705 C158.859863,227.245479 158.140566,228.734636 156.994498,229.902531 C154.936507,232.000394 151.8464,232.747388 148.933307,233.399876 C148.428176,233.512801 147.894946,233.625121 147.400117,233.477474 C146.833483,233.308389 146.430751,232.834648 146.070478,232.379326 C143.573229,229.227097 141.420644,225.820031 139.659863,222.232709 C142.026615,221.209141 144.443629,220.153566 146.320859,218.424067 C148.155005,216.735028 149.353522,214.512162 150.429346,212.294732 C157.272351,198.185786 160.493268,182.531221 168.375259,168.938891 C169.007454,167.848594 169.677737,166.751956 169.963083,165.53243 C170.248117,164.312904 170.084527,162.920669 169.206946,162.002476 L169.6896,161.26907 Z" id="Fill-44" fill="#161C23"></path>
35
+ <path d="M78.6530029,90.0338709 C78.6530029,90.0338709 85.2540566,98.4066037 85.0096078,110.379642 C84.7654712,122.35268 82.9734712,119.753298 91.8510517,142.51759 C95.760359,127.078911 102.1947,114.318117 103.497803,103.841784 C104.800905,93.3654516 109.026466,86.0422543 111.800632,83.4416648 C111.024827,71.5389782 111.088203,69.4142425 111.088203,69.4142425 L80.2389541,73.6933038 C80.2389541,73.6933038 79.4016468,87.8466341 78.6530029,90.0338709" id="Fill-46" fill="#C68657"></path>
36
+ <path d="M94.2757151,133.203446 C94.2313834,133.229412 94.1873639,133.255681 94.1436566,133.281648 C94.075598,133.25236 94.0012956,133.24149 93.9326127,133.255983 C93.9269932,133.111657 93.7896273,132.995109 93.6394615,132.967934 C93.7293737,132.877957 93.8208468,132.789489 93.915442,132.702229 C94.1948566,132.445582 93.8389541,132.020756 93.5114615,132.195578 C93.4590127,132.223658 93.1596176,132.403009 92.8886322,132.561224 C92.3956761,128.599198 92.1774517,124.524246 92.2539395,120.426951 C92.2608078,120.066136 92.00512,120.019637 91.9330029,120.285946 C91.8855493,120.218916 91.8215493,120.195667 91.7544273,120.266019 C91.0229541,121.036564 91.120359,122.932129 91.0591688,124.289339 C90.9536468,126.631771 90.7653932,128.960013 90.4984663,131.255646 C90.4185444,131.94346 90.3305054,132.626745 90.2365346,133.30701 C90.0139395,134.388249 89.7804176,135.462242 89.5431493,136.533819 C89.9930224,137.71832 90.4825444,138.992196 91.016398,140.370239 C91.1834224,140.184246 91.3501346,139.997044 91.5193444,139.818297 C91.6123785,139.978626 91.8480859,140.047468 92.0422712,139.897405 C92.1630907,139.803804 92.2817249,139.70809 92.4000468,139.612678 C92.3838127,139.643475 92.3660176,139.672763 92.3504078,139.703561 C92.264242,139.872948 92.3441639,140.055016 92.4793444,140.142276 C93.1312078,137.759384 93.83552,135.442012 94.5629346,133.188953 C94.4742712,133.151512 94.3709346,133.146983 94.2757151,133.203446" id="Fill-48" fill="#BB6D35"></path>
37
+ <path d="M114.535024,70.9985399 C114.484449,70.9647228 114.426693,70.9336232 114.362068,70.905845 C113.68679,70.6177964 116.308917,61.7981958 115.646751,62.0107599 C113.613424,62.6629454 107.613971,72.8768944 105.580332,73.5290798 C102.712507,74.449386 99.8321951,75.3724096 96.8572878,75.8857037 C93.8826927,76.3989978 90.7882146,76.4913907 87.8635707,75.7555685 C85.5942244,75.1846043 82.6227512,69.6060031 80.6808976,68.3514519 C79.702478,67.7191943 79.6887415,71.4614104 78.7078244,70.8424381 C76.7681561,69.6186845 78.9113756,71.8204143 78.8885854,72.0818924 C78.72,74.0390526 79.0253268,75.9427699 79.8098732,77.7586233 C79.844839,77.8398446 79.8966634,77.9047612 79.9581659,77.9530712 C79.9050927,78.700669 79.8464,79.5050311 79.7820878,80.334152 C79.7892683,80.343814 79.7948878,80.3540799 79.8023805,80.3637419 C81.6299707,82.7010418 82.5365854,85.5063451 82.2656,88.4402738 C82.1219902,89.9952531 81.4897951,91.4270417 80.9643707,92.8857028 C80.9006829,93.0623364 80.8413659,93.2398757 80.7845463,93.4174151 C82.6898732,96.9380088 85.1608976,102.968611 85.0097951,110.379672 C84.8334049,119.020827 83.8518634,120.07308 86.656,128.546358 C86.718439,126.36818 86.9191805,124.186378 87.0506146,122.037487 C87.4236878,115.92657 86.9223024,109.831353 85.4621659,103.919111 C85.3307317,103.310706 85.1821268,102.704717 85.0151024,102.10054 C84.5508683,100.423578 83.9729951,98.7312169 83.958322,96.9793743 C83.9433366,95.2239084 84.7291317,93.6562478 85.2932683,92.0239726 C85.8055805,90.5426661 86.0862439,88.977723 86.0928,87.4142895 C86.0962341,86.6437444 86.0350439,85.8722936 85.9139122,85.109297 C87.4024585,86.3191614 88.8922537,87.7491384 90.5740488,88.6709542 C92.3529366,89.6456092 94.208,89.4901113 96.1626537,89.2721122 C98.2534244,89.0390163 100.359493,88.8062223 102.43278,88.4514455 C104.589737,88.0830815 105.919688,86.9885573 107.413854,85.5335195 C108.832156,84.1524564 110.250459,82.7713933 111.668761,81.3903301 C111.551063,79.5213357 111.457405,77.9367666 111.382166,76.5904263 C111.670634,76.0861903 111.991259,75.597957 112.3456,75.1290478 C112.82919,74.4895437 113.377093,73.9043884 113.960273,73.3494269 C114.288702,73.0369214 114.595278,72.8174126 114.678634,72.3593731 C114.73202,72.0652858 114.497561,71.8644972 114.223141,71.812262 C114.878439,71.7551958 114.960859,71.283871 114.535024,70.9985399" id="Fill-50" fill="#BB6D35"></path>
38
+ <path d="M67.6533073,192.273574 C66.7114146,191.809798 65.7361171,191.480082 64.7364683,191.188108 C64.7389659,191.188108 64.7411512,191.18841 64.7436488,191.18841 C65.2531512,191.221925 65.8432,191.198374 66.3124293,191.405503 C66.6861268,191.570361 67.0264195,191.865656 67.3639024,192.087882 C67.4594341,192.150987 67.5571512,192.211073 67.6533073,192.273574 M77.7041171,199.649912 C77.0984585,199.057208 76.4746927,198.481413 75.8343805,197.924036 C74.2958829,196.585244 72.6584195,195.344582 70.9422829,194.21926 C71.2341854,194.373853 71.5260878,194.528143 71.822361,194.674583 C73.1916488,195.350923 74.9287024,196.300215 76.4878049,196.39442 C76.8999024,196.419481 77.4737171,196.417065 77.7621854,196.088255 C78.1143415,195.687282 77.7912195,195.375984 77.5320976,195.012451 C76.5824,193.681509 75.4678634,192.420014 74.3773659,191.197166 C73.7891902,190.538036 73.1769756,189.849014 72.5113756,189.221587 C73.9624585,189.51175 76.3164098,189.812781 76.080078,188.499956 C75.9636293,187.851696 74.8440976,187.373125 74.3617561,187.027104 C73.2247415,186.211872 72.0877268,185.39664 70.9507122,184.581409 C70.0366049,183.926204 69.0972098,183.053302 68.0379317,182.624248 C67.0326634,182.216934 65.8344585,182.420742 64.7842341,182.506795 C62.1193366,182.725699 59.4825366,183.163207 56.8885073,183.79003 C56.8354341,183.803013 56.7932878,183.825055 56.7592585,183.852833 C54.5401756,184.255014 52.312039,184.511359 50.0657951,184.781593 C48.0062439,185.02888 44.9298732,199.453955 45.9382634,199.638137 C48.156722,200.042733 50.6733268,199.726302 52.6819902,199.363675 C53.6088976,199.196402 54.492722,198.927073 55.4030829,198.701828 C56.5416585,198.419818 57.5494244,198.850381 58.6358634,199.174058 C60.464078,199.71815 62.2851122,200.287303 64.0746146,200.941904 C65.8291512,201.583521 67.5593366,202.310587 69.3841171,202.750209 C70.1065366,202.924125 72.523239,203.662966 73.0355512,202.822976 C73.5403707,201.995364 72.1660878,200.869137 71.6615805,200.424684 C70.5027122,199.403229 69.1162537,198.666199 67.6739122,198.090404 C65.6103024,197.266114 63.4589659,196.603965 61.2920195,195.988012 C63.5382634,196.293271 65.7870049,196.604568 67.8930732,197.434897 C70.9235512,198.629967 73.5010341,200.902954 76.8115512,201.409907 C77.3706927,201.495657 78.5626537,201.623377 78.5420488,200.766478 C78.5308098,200.30874 77.9963317,199.935847 77.7041171,199.649912" id="Fill-56" fill="#C68657"></path>
39
+ <path d="M59.3272507,186.730179 C57.71008,185.732576 55.9908215,184.901644 54.1981971,184.26063 C52.8260995,184.45387 51.449319,184.615105 50.0656702,184.781473 C48.0064312,185.02876 46.127641,185.628106 44.6490849,187.090994 C44.4720702,187.266118 44.3034849,187.4503 44.1427044,187.641125 C43.3809483,188.323806 42.7421971,189.148096 42.2788995,190.097992 C41.1384507,192.435896 40.9127337,196.362294 43.039719,198.279598 C43.025358,198.386182 43.0593873,198.498503 43.1739629,198.575799 C44.2257483,199.284447 45.5094946,199.634393 46.858802,199.76483 C45.5400898,196.457404 48.6192702,193.550348 51.0369093,191.580808 C53.4392507,189.62395 56.2433873,188.192765 59.247641,187.319863 C59.5279922,187.23834 59.5695141,186.879638 59.3272507,186.730179" id="Fill-60" fill="#00CABC"></path>
40
+ <path d="M68.4054478,148.061348 C68.5930771,148.216544 70.020121,149.489815 70.2155551,149.638066 C70.6879063,149.99707 71.1811746,150.33675 71.6685112,150.682469 C78.5608429,148.981654 85.4278868,144.76298 90.6646478,140.050034 C90.7202185,140.000215 90.7745405,139.942545 90.8288624,139.88578 C90.448921,138.902973 78.1659161,148.086409 68.4054478,148.061348" id="Fill-62" fill="#00B1B2"></path>
41
+ <path d="M52.9184156,101.53021 C50.091801,102.719844 47.6142205,104.409488 45.3604839,106.395634 C45.5306302,107.482006 45.7872546,108.552677 46.1150595,109.604628 C46.355762,109.371834 46.594279,109.136625 46.83904,108.907454 C49.7408937,106.191524 52.9480741,103.71171 56.6329132,102.114459 C60.6009132,100.39432 64.9204449,99.7735361 69.2914888,99.5555371 C63.6585522,99.1449018 58.0384156,99.3752803 52.9184156,101.53021" id="Fill-64" fill="#00B1B2"></path>
42
+ <path d="M129.096617,123.385005 L128.82126,123.114167 L91.8433093,142.51759 C90.2320702,143.47594 83.1664702,155.950799 94.5594068,168.42596 C96.670158,170.737595 99.0980995,172.735215 101.652168,174.457165 C102.785124,171.224318 104.062002,168.038573 105.481865,164.913518 C107.065631,161.428251 108.837963,157.994615 111.210334,154.956518 C114.935446,150.185902 120.053573,146.497129 123.376265,141.456279 C126.066139,137.375893 127.437612,132.614033 128.363582,127.858212 C128.652363,126.375698 128.900558,124.88322 129.096617,123.385005" id="Fill-66" fill="#00B1B2"></path>
43
+ <path d="M159.197534,148.516609 C165.317182,156.571704 168.504695,165.608398 176.521241,171.917386 C176.679524,172.042086 177.251465,172.09402 177.903641,172.124213 C177.837768,172.107607 177.771582,172.090094 177.706646,172.076507 C177.417241,171.898666 176.86247,171.548418 177.042295,171.722032 C176.755387,171.471726 176.491895,171.202398 176.224031,170.930352 C176.213729,170.919784 176.202802,170.906801 176.191251,170.893213 C176.198119,170.904083 176.203739,170.912839 176.211231,170.924313 C176.20249,170.910726 176.192812,170.897742 176.183758,170.884155 C176.116324,170.80233 176.040148,170.684876 176.016421,170.642605 C175.97927,170.59037 175.941807,170.538135 175.906217,170.484994 C175.673943,170.138067 175.459153,169.781177 175.255914,169.418248 C174.788558,168.583692 174.388012,167.716527 173.986217,166.851777 C172.18329,162.97067 170.38848,159.085637 168.589612,155.202718 C166.889085,151.531759 165.375875,147.676921 163.250451,144.210676 C161.046353,140.615805 157.857904,137.782724 154.807134,134.878989 C151.264343,131.50725 147.721553,128.135512 144.179075,124.763471 C142.601553,123.262237 139.75527,123.128177 138.203036,124.763471 C137.096617,125.928951 136.716051,127.577531 137.212753,129.008112 C146.364441,132.978291 153.241163,140.675891 159.197534,148.516609" id="Fill-68" fill="#161C23"></path>
44
+ <path d="M188.57984,166.096238 C188.43904,165.525878 188.192094,164.883053 187.788738,164.153571 C185.939606,160.809007 182.98905,155.17032 181.284777,151.754801 C176.943391,143.053862 173.680016,135.929339 170.136913,128.296656 C171.780308,133.067876 173.213596,137.899785 174.315957,142.820162 C175.403645,147.678038 176.162591,152.731569 175.127977,157.600315 C174.340308,161.307204 172.339138,164.911435 169.322708,167.234845 C169.035177,167.814868 168.700503,168.377982 168.375196,168.938982 C160.493206,182.531312 157.272289,198.185575 150.429284,212.294822 C149.353772,214.512253 148.155255,216.734816 146.32142,218.424158 C144.443567,220.153355 143.058669,220.653364 139.659801,221.15911 C141.420269,224.746432 143.573167,229.227187 146.070416,232.379417 C146.430689,232.834437 144.124191,236.756608 144.690201,236.925693 C145.185655,237.073341 146.033577,236.547969 146.538084,236.435044 C149.451489,235.782557 154.936445,232.000485 156.994435,229.902622 C158.140503,228.734727 158.859801,227.24557 159.559742,225.784795 C160.972113,222.836072 162.385108,219.88765 163.797479,216.939228 C166.294416,211.727481 168.794474,206.510601 171.680094,201.490283 C176.873147,192.457212 183.303118,184.08297 187.793108,174.704181 C188.645713,172.92305 189.441811,171.035637 189.366572,169.073948 C189.326923,168.036792 189.038455,167.033453 188.57984,166.096238" id="Fill-72" fill="#00CABC"></path>
45
+ <path d="M73.8039259,201.903726 C73.6734283,201.801067 73.5291941,201.708675 73.3796527,201.620509 C72.7958478,200.996705 71.6304234,200.836376 70.8817795,200.617774 C70.660121,200.552857 70.5121405,200.69507 70.4815454,200.862645 C70.4490771,200.884988 70.4197307,200.913673 70.3956917,200.949905 C69.8365502,201.793519 70.2036917,202.303492 71.0469307,202.685745 C71.7674771,203.012442 72.9432039,203.527245 73.7452332,203.26305 C74.463282,203.026633 74.2728429,202.272392 73.8039259,201.903726" id="Fill-82" fill="#00B1B2"></path>
46
+ <path d="M78.8648898,200.248534 C78.7050459,200.089413 78.5255337,199.947502 78.3382166,199.812838 C77.9086361,199.341815 77.3351337,198.946579 76.8762068,198.561306 C76.6486166,198.370481 76.3748215,198.046804 76.0516995,198.01812 C76.0161093,198.015101 75.9876995,198.017516 75.9589776,198.019932 C75.8906068,197.980378 75.8075629,197.967998 75.7170263,198.003929 C75.6895532,198.014799 75.6645776,198.027178 75.6383532,198.038954 C75.638041,198.038048 75.6377288,198.037444 75.6374166,198.036538 C75.6264898,198.041369 75.6171239,198.04771 75.6065093,198.053145 C75.2599727,198.216795 75.0351922,198.46227 74.9633873,198.85328 C74.9552702,198.897967 74.9568312,198.939634 74.9646361,198.978282 C74.9590166,199.017232 74.9555824,199.056484 74.9605776,199.096642 C75.0074068,199.480706 75.5440702,199.76332 75.8222361,199.973167 C76.3704507,200.386821 76.9505093,200.757299 77.5636605,201.074636 C77.9083239,201.253081 78.4200117,201.609971 78.8321093,201.589439 C79.7256117,201.545054 79.2017483,200.583685 78.8648898,200.248534" id="Fill-84" fill="#00B1B2"></path>
47
+ <path d="M78.7563707,196.052355 C78.5381463,195.607298 78.1369756,195.169489 77.8428878,194.767308 C77.3686634,194.118142 76.9337756,193.360278 76.1226927,193.08008 C75.7845854,192.963532 75.6088195,193.377186 75.7927024,193.598507 C75.7942634,193.608169 75.7927024,193.617529 75.7948878,193.627493 C75.9100878,194.136258 76.5532098,194.694541 76.8794537,195.102157 C77.3240195,195.657118 77.7795122,196.203323 78.2531122,196.735338 C78.3970341,196.896874 78.6727024,196.836487 78.7769756,196.670119 C78.9165268,196.447591 78.8643902,196.272467 78.7563707,196.052355" id="Fill-86" fill="#00B1B2"></path>
48
+ <path d="M77.0982712,188.645007 C75.958759,187.948437 74.8189346,187.251867 73.6794224,186.555296 C73.6778615,186.55439 73.6769249,186.554692 73.6756761,186.553787 C73.629159,186.505175 73.5685932,186.518158 73.5308176,186.557108 C73.4493346,186.547446 73.3691005,186.628063 73.4187395,186.714417 C73.7178224,187.235562 74.1917346,187.566486 74.7302712,187.837928 C75.46112,188.206594 76.2278712,188.518495 76.985881,188.830699 C77.1145054,188.88384 77.2228371,188.721095 77.0982712,188.645007" id="Fill-88" fill="#00B1B2"></path>
49
+ <path d="M118.456663,23.7479145 C118.734829,19.5346756 96.1475122,7.74068659 95.392,7.72498583 C94.6364878,7.74068659 72.0491707,19.5346756 72.3273366,23.7479145 C72.6051902,27.9611533 72.2346146,36.5669821 72.4200585,41.138621 C72.6051902,45.7102599 72.2611512,59.8593631 73.1880585,62.0106693 C74.1927024,64.3425343 76.3078244,66.5019928 77.9093854,68.4528124 C80.3863415,71.4709818 84.3125073,74.4067222 87.236839,77.0320706 C90.708761,80.1486717 93.1754146,81.4427767 97.7734244,80.277901 C102.060488,79.1918311 105.042888,75.9402638 107.919766,72.880427 C109.878166,70.7970568 112.765659,67.1010373 114.553912,64.8790776 C115.564176,63.6236206 117.112663,63.8005561 117.753912,62.3126071 C118.68082,60.1613008 118.178498,45.7102599 118.363941,41.138621 C118.549385,36.5669821 118.178498,27.9611533 118.456663,23.7479145" id="Fill-90" fill="#C68657"></path>
50
+ <path d="M82.2587941,48.3046899 C79.1196722,46.9139648 76.9343063,44.1965254 77.5452722,40.6988789 C77.4450576,40.4102265 77.3638868,40.1224798 77.3198673,39.8380545 C77.1884332,38.9841746 77.3941698,38.1547517 78.2886088,37.5164554 C79.4549698,36.6834093 80.5813698,35.7452888 81.716199,34.8264923 C82.4710868,34.6383851 83.3277502,33.9952578 83.5943649,33.2382999 C81.5176429,32.2497559 79.389721,31.3626629 77.2180917,30.5881926 C75.6468137,31.2449071 74.4379941,32.7322523 73.383399,34.2292595 C73.4914185,37.1172937 73.7564722,40.000195 74.1807454,42.8607529 C74.2125893,43.0742229 74.2453698,43.2889006 74.2837698,43.5023706 C74.2990673,43.8435602 74.3502673,44.1657277 74.4326868,44.4694771 C75.3733307,47.2159025 78.1830868,48.7255911 81.3169015,48.2959337 C81.637838,48.2923105 81.9528429,48.2941221 82.2587941,48.3046899" id="Fill-92" fill="#BB6D35"></path>
51
+ <path d="M114.940503,44.531797 C114.888679,43.5000759 114.97266,42.4028342 114.723216,41.3934564 C114.688562,41.2533573 114.557128,41.1866291 114.42226,41.1718341 C113.394201,41.0592114 112.017733,42.2733029 111.894728,43.2920408 C111.890981,43.3110628 111.900347,43.3267636 111.900347,43.3482012 L111.900347,43.4418019 C111.900347,43.4692782 111.892542,43.4904138 111.898474,43.5136631 C111.85664,44.0689265 111.753303,44.5650102 111.52103,45.0873624 C111.314669,45.5511387 110.999977,45.9653973 110.859177,46.4575558 C110.573206,47.4557618 111.001538,48.4249819 111.284386,49.3824264 C111.339333,49.568722 111.566611,49.6629265 111.742064,49.5629851 C112.678025,49.0273476 114.707606,48.8627916 115.12782,47.7887991 C115.438767,46.9928913 114.983899,45.3886963 114.940503,44.531797" id="Fill-94" fill="#BB6D35"></path>
52
+ <path d="M121.052098,26.3155626 C117.118127,27.7395009 113.297483,29.6109108 109.648546,31.8823882 C109.66041,32.0282242 109.685073,32.169531 109.728156,32.3020817 C109.824312,32.5985845 109.973854,32.7878994 110.154302,32.9101842 C110.073444,32.954871 109.992585,33.0007655 109.911415,33.0493775 C109.55239,33.2664707 109.868332,33.9156368 110.226732,33.6991475 C110.728741,33.396002 111.2192,33.1909863 111.705912,33.0913469 C111.739629,33.090441 111.773346,33.0895352 111.806439,33.0895352 C111.860137,33.0895352 111.905405,33.0744383 111.944741,33.0511891 C112.755512,32.9443032 113.558478,33.1402608 114.386732,33.6991475 C115.8656,34.6964477 117.351961,35.8833649 117.770615,37.9806243 C118.562966,41.9489916 115.941776,45.4559982 113.686166,47.8790483 C113.273444,48.3222929 113.135766,49.0620403 113.211941,49.8020896 C113.972137,49.7163393 114.730146,49.6151902 115.475356,49.4189307 C117.096273,48.9916888 118.72999,48.0106932 119.522029,46.2543215 C119.947863,45.3104642 120.09522,44.225602 120.221659,43.1621774 C120.88601,37.5875013 121.163551,31.9457952 121.052098,26.3155626" id="Fill-96" fill="#BB6D35"></path>
53
+ <path d="M102.135633,45.9110183 C102.135633,45.9110183 104.752453,41.0863556 106.48014,40.1723901 C109.702619,39.1865635 114.446111,37.2964334 114.446111,37.2964334 C114.446111,37.2964334 116.067028,39.9848868 114.465467,42.8070986 C110.765955,43.7086846 102.135633,45.9110183 102.135633,45.9110183" id="Fill-98" fill="#FBF5E7"></path>
54
+ <path d="M113.183188,43.1225027 C113.309003,42.4769599 113.4011,41.8205473 113.423266,41.0961987 C113.441061,40.4932291 113.535969,39.873351 113.363013,39.3509988 C113.408281,39.3268437 113.447305,39.2939325 113.47072,39.2462264 C113.606525,38.9678398 113.766369,38.6631846 113.668964,38.3549062 C113.62432,38.2145052 113.4779,38.1206026 113.33273,38.1350956 C113.313686,38.12332 113.294954,38.1115444 113.276535,38.0997689 C113.188808,38.0445143 113.102642,38.0393813 113.029588,38.065046 C112.666193,38.0472317 112.488242,38.0810487 112.156066,38.2425854 C112.070837,38.2842528 112.028379,38.3573217 112.01433,38.4364294 C111.823891,38.423748 111.6091,38.5753208 111.664671,38.8126438 C111.76114,39.2250907 111.988105,39.5804714 112.089569,39.9974474 C112.242857,40.6272895 112.21351,41.3108765 112.242544,41.9521922 C112.265022,42.4380099 112.265022,42.8978611 112.248476,43.3549948 C112.572535,43.2740755 112.885354,43.1964775 113.183188,43.1225027" id="Fill-100" fill="#DAD7D0"></path>
55
+ <path d="M101.98503,45.9918168 L104.229089,45.4024344 C104.229089,45.4024344 113.819411,43.1074059 114.817811,42.9772707 C115.816523,42.8471355 116.773089,42.3199523 116.773089,42.3199523 C116.773089,42.3199523 116.007274,41.453693 114.977967,41.6780327 C114.652972,42.2432601 114.03264,42.8507588 113.535001,42.9268471 C113.037362,43.0029354 105.224055,44.8245256 104.165089,45.0087076 C103.105811,45.1928896 101.98503,45.9918168 101.98503,45.9918168" id="Fill-102" fill="#00B1B2"></path>
56
+ <path d="M111.635325,41.106827 C111.725237,42.5301613 110.605393,43.7545188 109.133705,43.8414768 C107.66233,43.9287368 106.396379,42.8456862 106.306466,41.4223519 C106.285549,41.0944475 106.328944,40.7774129 106.426037,40.4821178 C106.918681,39.972447 110.19673,38.9256289 110.574174,39.2000903 C111.177335,39.6388058 111.585686,40.3208831 111.635325,41.106827" id="Fill-104" fill="#000000"></path>
57
+ <path d="M108.331364,41.451972 C108.331364,41.451972 109.209569,41.9392994 109.71751,41.1542614 C110.804886,41.4133239 111.225413,41.7119403 111.225413,41.7119403 C111.225413,41.7119403 110.78834,43.269637 109.414993,43.4154729 C108.041022,43.5616108 107.355754,42.9550179 107.184047,42.7065232 C107.012027,42.4577265 108.331364,41.451972 108.331364,41.451972" id="Fill-106" fill="#012942"></path>
58
+ <path d="M111.060948,40.9122281 C110.857085,41.0284741 110.494002,40.995261 110.261417,41.0139811 C109.986997,41.0363245 109.711641,41.0517233 109.436285,41.063197 C109.150314,41.0755764 109.177475,41.504328 109.463446,41.4922504 C109.8309,41.4768516 110.197104,41.4536024 110.562997,41.4191815 C110.8165,41.3953284 111.084363,41.3968381 111.308207,41.2694204 C111.554841,41.1287174 111.306958,40.7718271 111.060948,40.9122281" id="Fill-108" fill="#627B8A"></path>
59
+ <path d="M102.133947,45.933875 C102.658435,45.2131497 105.32302,41.0418802 106.478142,40.3890908 C108.669752,39.1502404 111.446728,39.3295914 113.746357,38.289416 C115.924542,37.3041932 116.405635,36.6423457 116.703469,34.3343338 C115.441889,35.4466724 114.951118,36.2480151 113.651762,37.0131252 C112.768562,37.533062 110.261947,38.643287 109.350338,38.92892 C108.526455,39.1873787 107.729733,39.5243412 106.912406,39.7861212 C105.570903,40.2154766 104.401733,41.1086084 103.628738,42.2490271 C103.270962,42.7765123 103.071157,43.3586482 102.797674,43.9193466 C102.481733,44.5673049 102.194825,45.3025232 101.987216,45.9891296" id="Fill-110" fill="#00CABC"></path>
60
+ <path d="M115.170685,30.2081738 C112.1349,31.2326485 109.174665,32.4657621 106.322451,33.9005701 C106.037417,34.0442925 105.753007,34.1895245 105.465163,34.3338507 C103.108402,35.3296413 100.84967,36.8963961 100.07168,39.4061024 C99.985202,39.6847909 99.9171434,39.9755569 99.8665678,40.2780985 C99.4123239,42.6866557 99.1001288,45.4040951 98.8765971,47.6951985 C98.8491239,48.012535 98.8110361,48.327758 98.7576507,48.6384519 C98.7498459,48.7459417 98.7392312,48.8528276 98.7320507,48.9603175 C98.8603629,48.7435262 98.9989776,48.5303582 99.1457093,48.3199076 C99.292441,48.109457 99.4472898,47.9017238 99.6061971,47.6961043 C101.285495,44.8002197 102.84647,42.0827802 103.728421,39.0661205 C103.831134,38.758446 103.950392,38.4607354 104.08807,38.1754043 C104.777397,36.7496544 105.927836,35.6433546 107.759797,35.2423813 C108.020792,35.0896008 108.281787,34.9365184 108.543407,34.783436 C110.897358,33.4059961 113.334978,32.0448609 115.170685,30.2081738" id="Fill-112" fill="#BB6D35"></path>
61
+ <path d="M113.938981,26.9138522 C112.80665,24.4947272 111.27346,22.2739753 110.129264,19.8575678 C109.898552,19.3702404 109.513928,17.6434586 108.951977,17.2267845 C108.42624,16.836681 107.435333,17.2503357 106.905538,17.3931522 C104.231274,18.1138775 101.61383,19.119632 98.9785912,19.9659635 C96.2100449,20.85517 93.4536741,21.7830246 90.7076059,22.7347323 C87.9293815,23.6976117 85.0190985,24.5750427 82.3448351,25.785511 C81.5440546,26.1478362 79.1314107,27.040968 79.8263571,28.2351316 C80.256562,28.9742752 81.3289522,29.5962668 82.0894595,29.9471185 C82.6635863,30.2119178 85.5679376,30.7409127 85.7109229,31.3381455 C85.7808546,31.6310251 86.2110595,31.6086817 86.304718,31.3653199 C87.8653815,30.8988261 89.3682888,30.1485109 90.9258302,29.6346129 C92.6238595,29.0745185 94.3356254,28.5606205 96.0317815,27.9953931 C97.8384546,27.3930273 99.7028839,26.958539 101.51143,26.3625139 C102.74023,25.9576155 103.90503,25.3836319 105.115411,24.9316311 C105.000211,26.5113692 105.476308,27.9694264 106.581479,29.2556811 C107.048523,29.7994709 107.086299,29.8655953 107.705069,29.823324 C108.25703,29.7858837 108.94542,29.488777 109.505499,29.3782678 C110.409616,29.1998226 111.317167,29.0355685 112.216601,28.8368935 C113.790689,28.4890612 114.699801,28.5391829 113.938981,26.9138522" id="Fill-114" fill="#BB6D35"></path>
62
+ <path d="M80.7675005,69.8652166 C80.5371005,68.889052 80.2945249,67.9143971 79.9898224,66.9617836 C79.2143298,64.5378276 77.6393054,57.2683752 77.4953834,56.547046 C77.4763395,56.4513318 77.3758127,56.3556175 77.2774712,56.3362935 C77.2281444,56.3266315 77.1785054,56.3166675 77.1294907,56.3070055 C76.9974322,55.7300026 76.7664078,55.2155007 76.1457639,54.9171862 C74.9026029,54.3196515 73.2517151,54.9603633 72.1109541,55.4694303 C71.981081,55.5274024 71.9414322,55.6880332 71.9676566,55.8106199 C72.3288663,57.5047924 73.8061737,58.7315654 74.7533737,60.1289331 C75.8232663,61.7065577 77.0486322,63.3506085 77.929959,65.0278725 C79.0332566,67.1275474 79.9217639,69.2655683 80.5136859,71.4793757 C80.5901737,71.8918226 80.6576078,72.3012501 80.7131785,72.7025253 C80.9132956,74.1518264 80.733159,75.830902 81.3637932,77.1745248 C81.4952273,77.4538172 81.9519688,77.3064716 81.9457249,77.0223482 C81.889842,74.5784644 81.499598,72.2034223 80.7675005,69.8652166" id="Fill-116" fill="#BB6D35"></path>
63
+ <path d="M119.732574,61.3393108 C119.349198,59.7429661 118.334252,58.4479553 117.731091,56.9388706 C117.402037,56.1148826 116.853822,55.1329811 115.769881,55.1885377 C114.69874,55.2434903 114.358759,56.4612051 113.532691,56.9382667 C113.187715,57.1375456 113.549861,57.6297041 113.8939,57.4310291 C113.940105,57.4041566 113.981315,57.3712454 114.023774,57.3401458 C114.092457,59.5337233 113.391266,61.6750656 112.881764,63.7976877 C112.35353,65.9997194 111.74631,68.1887679 110.696086,70.2196009 C109.81632,71.9198122 108.981198,73.1360173 108.880983,75.0859311 C108.775774,77.1309552 109.006174,79.3852222 110.006447,81.2164744 C110.066076,81.3260778 110.181588,81.4380967 110.326135,81.4118281 C111.305491,81.2351946 111.903032,80.2644648 112.41191,79.521698 C113.179286,78.401811 113.961022,77.2837357 114.68032,76.1342588 C116.680242,72.9397578 119.017335,69.8521427 119.754427,66.1114364 C120.0635,64.5458894 120.106583,62.8982153 119.732574,61.3393108" id="Fill-118" fill="#BB6D35"></path>
64
+ <path d="M118.314583,54.8059222 C118.316457,54.5371976 118.317705,54.2672653 118.318642,53.9964272 C117.335227,54.5480674 116.166369,54.8865396 115.099598,55.1292975 C113.812418,55.422479 112.259871,55.824962 110.939286,55.703583 C109.751383,55.5942816 108.516027,55.0480762 107.339052,54.7998834 C106.803637,54.6866568 106.295071,54.4949263 105.756847,54.4007218 C105.496788,54.3551292 104.806525,54.3336916 104.493081,54.1498115 C104.426583,54.0329616 104.296398,53.948721 104.125003,53.9822361 C104.107208,53.9858594 104.089413,53.9891807 104.071305,53.9928039 C103.994193,54.0079008 103.93831,54.0483605 103.898974,54.0996899 C103.673881,54.0142415 103.448788,53.9290951 103.22432,53.8427409 C102.761647,53.6645976 102.155988,53.2310151 101.664905,53.1751566 C101.319305,53.1359047 100.788574,53.415801 100.462642,53.522083 C99.3250029,53.8937684 98.1836176,54.33188 97.0731395,54.7742187 C96.232398,55.1090677 95.4581541,55.5230243 94.544359,55.2277292 C94.0045737,55.0535111 93.4688468,54.8481935 92.9387395,54.6483107 C92.0349346,54.3071211 91.1664078,53.5930384 90.2479298,53.2319209 C90.3178615,53.0256974 90.1430322,52.7334217 89.846759,52.7907899 C88.8633444,52.9813126 87.8758712,53.3997983 86.920242,53.7038495 C85.8138224,54.0559089 84.6983493,54.3762648 83.5950517,54.7404017 C81.768398,55.3433713 79.7035395,55.91192 78.0376663,56.8690626 C77.9973932,56.8512483 77.9502517,56.8412843 77.8968663,56.8409824 C77.0555005,56.8367553 76.3221541,56.3062507 75.600359,55.9620417 C74.8785639,55.6178327 74.222642,55.2751334 73.5926322,54.7820691 C73.2919883,54.5465577 72.8942517,54.0066931 72.464359,53.764841 C72.4652956,54.0501721 72.4665444,54.3348994 72.4681054,54.6187208 C72.782798,54.9125062 73.1980176,55.2974768 73.2638907,55.3475985 C73.7181346,55.6942229 74.1911102,56.0055207 74.7049834,56.2642814 C75.669042,56.7488914 76.7751493,57.4804865 77.8968663,57.4859213 C77.9527493,57.4862233 78.0011395,57.4753535 78.0423493,57.4563314 C78.1285151,57.5001124 78.2352859,57.5058492 78.3451785,57.4421404 C80.0906615,56.4315548 82.2526127,55.8608926 84.1707395,55.2319563 C85.8394224,54.6848452 87.5886517,53.9858594 89.3213346,53.5673737 C89.3597346,53.6223264 89.4209249,53.6658054 89.5108371,53.6839216 C90.1617639,53.8149626 90.8039493,54.3336916 91.3549737,54.6543495 C91.918798,54.9825558 92.5253932,55.1833443 93.1404176,55.4046647 C93.7051785,55.6078688 94.2855493,55.8820282 94.8790322,55.9985762 C95.4160078,56.1042544 95.7503688,55.9777425 96.2661151,55.7851062 C97.6700566,55.2606404 99.0605737,54.6875626 100.477627,54.1978196 C100.757354,54.1011996 101.097959,53.9387571 101.392671,53.9124885 C101.747325,53.881087 101.915286,54.0287345 102.262759,54.1781937 C102.824086,54.4197439 103.40352,54.6344216 103.970154,54.8666117 C105.459325,55.4768278 107.025608,55.8965212 108.562544,56.3772061 C109.75232,56.7494953 111.386349,57.5928073 112.670408,57.4868272 C113.811481,57.3929245 115.004066,56.5782966 115.971247,56.0541327 C116.780144,55.6160211 117.562193,55.2515823 118.314583,54.8059222" id="Fill-120" fill="#BB6D35"></path>
65
+ <path d="M87.3316839,67.6312097 C90.831079,68.9440349 92.8116449,69.9120472 93.9342985,70.5880857 C94.4000937,70.6339803 94.888679,70.659343 95.4028644,70.659343 C95.9264156,70.659343 96.4240546,70.6261299 96.9007766,70.5705733 C97.9840937,69.9217092 99.8553912,69.0071399 103.076308,67.7821785 C103.312016,67.566897 103.53024,67.3507096 103.72786,67.1384473 C103.982299,66.4575778 106.252269,65.4448787 106.306903,64.7187185 L85.0077034,64.4919633 C85.0779473,65.4264605 86.8958595,67.057528 87.3316839,67.6312097" id="Fill-122" fill="#161C23"></path>
66
+ <path d="M86.2947902,67.6023143 C88.9718634,69.9707137 90.0405073,70.9130613 93.7331512,70.5163151 C94.2579512,70.5613038 94.8083512,70.5930073 95.3874732,70.5930073 C95.977522,70.5930073 96.5379122,70.5643232 97.0752,70.5096725 C98.2955707,69.8731878 100.403512,68.9779425 104.032156,67.7765323 C104.297834,67.5651759 104.543844,67.3260412 104.766127,67.1180062 C105.053034,66.4504219 105.186341,65.6339823 105.247532,64.7281692 L85.5274146,64.7281692 C85.6060878,65.6339823 85.8040195,67.0395024 86.2947902,67.6023143" id="Fill-124" fill="#FBF5E7"></path>
67
+ <path d="M84.2065171,64.3797934 C84.2065171,64.3797934 85.9101659,68.6706303 88.911922,71.8989483 C90.4891317,73.8404078 99.2346537,74.5336568 102.388761,71.6217695 C104.252566,69.5417206 106.057678,64.7433264 107.445073,64.0835925 C106.256234,64.2058773 104.539473,66.3526544 104.539473,66.3526544 C104.539473,66.3526544 100.955161,68.9378451 99.0913561,69.4928067 C97.2275512,70.0474662 95.2201366,70.4632345 95.2201366,70.4632345 C95.2201366,70.4632345 89.852878,69.3717296 89.136078,68.6784807 C86.8651707,66.4821857 85.1015805,64.3260485 84.2065171,64.3797934" id="Fill-126" fill="#345468"></path>
68
+ <path d="M99.9232937,57.2407479 C98.7741034,57.3123072 97.8940254,58.0294092 97.3380059,58.4952991 C96.7819863,58.961491 96.0592546,59.0330502 95.3920937,59.0330502 C94.7249327,59.0330502 94.0018888,58.961491 93.4458693,58.4952991 C92.890162,58.0294092 92.0097717,57.3123072 90.8605815,57.2407479 C89.7117034,57.1688867 90.7278985,57.7920862 91.3210693,58.0070658 C91.9139278,58.2220455 93.9157229,59.7891022 95.47264,59.7891022 C97.0292449,59.7891022 98.7978302,58.3576155 99.3906888,58.1423339 C99.9838595,57.9273543 101.072172,57.1688867 99.9232937,57.2407479" id="Fill-128" fill="#BB6D35"></path>
69
+ <path d="M76.1098615,30.2081738 C80.0837932,31.5490792 83.9287883,33.2480827 87.5705444,35.2888797 C88.425959,35.7683568 89.288242,36.2810471 89.910759,37.0241158 C90.6993639,37.9652556 91.0271688,39.1826685 91.2953444,40.3659624 C91.7717541,42.4683547 92.1207883,44.5973175 92.3505639,46.7383578 C92.36992,47.37756 92.4164371,48.0170641 92.5228956,48.6384519 C92.5307005,48.7459417 92.5413151,48.8528276 92.5484956,48.9603175 C91.0103102,46.3585202 87.9717151,44.2754519 87.363559,41.2684542 C87.1481444,40.203218 87.2536663,39.0627992 86.7956761,38.0718396 C86.3261346,37.0552154 85.3402224,36.3625702 84.3708566,35.7617142 C81.5601639,34.0186278 78.3757737,32.475726 76.1098615,30.2081738" id="Fill-130" fill="#BB6D35"></path>
70
+ <path d="M96.1603122,71.0374596 C95.316761,70.7430704 94.1276098,70.7566575 93.2259902,70.6210875 C91.9547317,70.4302629 90.467122,70.1974689 89.334478,69.605369 C89.2273951,69.5495106 89.1237463,69.5498125 89.0363317,69.5824218 C88.9286244,69.5244497 88.8118634,69.4921424 88.6844878,69.4963695 C88.5692878,69.5002947 88.4250537,69.5528319 88.3754146,69.6560946 C88.2055805,70.0096636 88.3694829,70.2620836 88.6211122,70.5335256 C88.6460878,70.5957247 88.6763707,70.6600375 88.7178927,70.730087 C89.4705951,71.990677 91.2956878,71.9638045 92.6537366,72.0347599 C93.7383024,72.0915242 95.5499707,72.460794 96.3182829,71.5767204 C96.4921756,71.3765357 96.4284878,71.1310603 96.1603122,71.0374596" id="Fill-132" fill="#FBF5E7"></path>
71
+ <path d="M87.6594263,67.9813669 C87.6288312,67.8907855 87.5604605,67.8116779 87.460558,67.781786 C87.4071727,67.7410244 87.3512898,67.704188 87.2950946,67.6733904 C87.1508605,67.5948866 86.9822751,67.6305152 86.8614556,67.723814 C86.8517776,67.7313624 86.8420995,67.7389109 86.8324215,67.7464593 C86.6853776,67.859686 86.7031727,68.0861392 86.8324215,68.2023853 C86.8558361,68.2235209 86.8811239,68.2392217 86.9073483,68.2531108 C86.9853971,68.3476173 87.0703141,68.4309521 87.1642849,68.5124753 C87.3437971,68.668879 87.7118751,68.6181535 87.7624507,68.3702626 C87.7908605,68.2304655 87.743719,68.0979148 87.6594263,67.9813669" id="Fill-134" fill="#FBF5E7"></path>
72
+ <path d="M116.088382,42.8608133 C115.9685,43.7146932 115.829573,44.5854815 115.427153,45.3433452 C114.677885,46.7533943 113.13408,47.5408479 111.601826,47.8838491 C110.069573,48.2268504 108.481748,48.2117535 106.935446,48.4810819 C104.967992,48.8240832 103.107309,49.6190852 101.266607,50.4083504 C100.696851,50.652618 98.6141971,51.8428564 98.6141971,51.8428564 C98.668519,47.9856021 99.1034068,44.1340847 99.9104312,40.365902 C100.163621,39.1826081 100.473319,37.9654972 101.219153,37.0240554 C101.807329,36.2809867 102.62247,35.7682964 103.431368,35.2888193 C107.665358,32.7785092 112.186568,30.7760583 116.873241,29.3349096 C116.979075,33.855521 116.716207,38.3848887 116.088382,42.8608133 M90.0138459,50.4083504 C88.1731434,49.6190852 86.3127727,48.8240832 84.345319,48.4810819 C82.7990166,48.2117535 81.21088,48.2268504 79.6786263,47.8838491 C78.1466849,47.5408479 76.6025678,46.7533943 75.8536117,45.3433452 C75.45088,44.5854815 75.3119532,43.7146932 75.1920702,42.8608133 C74.564558,38.3848887 74.3016898,33.855521 74.4072117,29.3349096 C79.0938849,30.7760583 83.6150946,32.7785092 87.8493971,35.2888193 C88.6579824,35.7682964 89.4731239,36.2809867 90.0616117,37.0240554 C90.8071337,37.9654972 91.1168312,39.1826081 91.3703337,40.365902 C92.177358,44.1340847 92.6122459,47.9856021 92.6662556,51.8428564 C92.6662556,51.8428564 90.5839141,50.652618 90.0138459,50.4083504 M95.3539434,33.2365487 C75.3734556,26.157619 70.6845971,22.5222889 70.9811824,24.4447263 C71.2777678,26.3674657 72.4622361,56.1101421 72.4622361,56.1101421 C72.4622361,56.1101421 76.6643824,58.3936971 78.0726946,58.3375367 C79.481319,58.2813762 88.2933385,54.9298676 89.2570849,54.9733467 C90.2208312,55.0171276 95.4201288,58.7566262 95.4201288,58.7566262 C95.4201288,58.7566262 100.525143,56.2248785 101.48889,56.1810975 C102.452636,56.1376185 111.2837,58.2813762 112.692324,58.3375367 C114.100948,58.3936971 118.31246,56.1101421 118.31246,56.1101421 C118.31246,56.1101421 119.463524,26.3674657 119.760109,24.4447263 C120.056382,22.5222889 115.334431,26.157619 95.3539434,33.2365487" id="Fill-136" fill="#00CABC"></path>
73
+ <path d="M96.2325854,54.1140319 C96.0693073,51.6230458 95.9669073,49.1380984 95.7889561,46.6486219 C95.5960195,43.9568472 95.768039,41.2321613 95.8311024,38.5397827 C95.8641951,37.1255065 95.8311024,35.7067011 95.8311024,34.291821 C95.8311024,33.8836012 95.8307902,33.4750795 95.8311024,33.0665578 C95.6721951,33.1233221 95.5148488,33.1794825 95.3540683,33.2362468 C95.0003512,33.1109426 94.6525659,32.9871481 94.3082146,32.8639576 C94.299161,32.8606362 94.2901073,32.8576169 94.2807415,32.8539936 C93.942322,32.7329166 93.6088976,32.6130473 93.2795317,32.4940839 C92.1272195,33.7821501 90.955239,35.0611583 90.0361366,36.5297833 C89.9587122,36.6535778 89.8806634,36.7791839 89.803239,36.9059977 C89.8391415,36.9455516 89.8766049,36.9832938 89.9109463,37.0240554 C90.6995512,37.9654972 91.0273561,39.1826081 91.2952195,40.365902 C92.148761,44.1340847 92.6089366,47.9856021 92.6663805,51.8428564 C92.6663805,51.8428564 90.4635317,50.652618 89.8603707,50.4083504 C89.6408976,50.3192787 89.4208,50.2302071 89.2003902,50.1417394 C88.9112976,50.6936815 88.5188683,51.2039562 88.060878,51.7957542 C86.6029268,53.6801474 84.8377756,55.4265552 82.895922,56.9317147 C85.6900683,55.9984252 88.7149268,54.9488897 89.2572098,54.9733467 C90.2209561,55.0171276 95.4199415,58.7566262 95.4199415,58.7566262 C95.4199415,58.7566262 95.7649171,58.5042063 96.2900293,58.1310113 C96.2937756,56.7922194 96.3203122,55.4504082 96.2325854,54.1140319" id="Fill-138" fill="#00B1B2"></path>
74
+ <path d="M118.319485,55.9280435 C118.32729,55.7206123 118.342275,55.3404727 118.36288,54.815403 C118.373495,54.5427533 118.385982,54.2314555 118.399719,53.884831 C118.404402,53.7598288 118.343524,53.6305994 118.348831,53.496841 C118.394724,52.333777 118.456226,50.8449221 118.456226,49.1543728 L118.456226,49.1465225 C118.456226,48.959925 118.537709,48.7712139 118.545514,48.5800873 C118.546763,48.5489877 118.581104,48.5175862 118.582353,48.4864866 C118.588909,48.3183073 118.612324,48.1489203 118.619504,47.9774196 C118.621378,47.9300154 118.63168,47.8826112 118.633553,47.834905 C118.640109,47.6679335 118.651036,47.4994522 118.658217,47.3294613 C118.660714,47.2723951 118.664773,47.2153288 118.66727,47.1582626 C118.671953,47.0423185 118.677573,46.9263745 118.682568,46.8092226 C118.687875,46.6778797 118.693807,46.5462349 118.699426,46.4133823 C118.701924,46.3475599 118.704734,46.2808316 118.707543,46.2147073 C118.713787,46.0685694 118.719719,45.9224316 118.725963,45.7750859 C118.728773,45.7026209 118.731895,45.629552 118.734704,45.556785 C118.740948,45.4133646 118.746568,45.2702461 118.752812,45.1256179 C118.757182,45.0111835 118.762178,44.8958433 118.76686,44.7808051 C118.770607,44.6881102 118.774353,44.5963211 118.778412,44.5033243 C118.786217,44.3146132 118.794021,44.1249963 118.801826,43.9347756 C118.803387,43.9030721 118.804636,43.8716706 118.805885,43.8399671 C118.853651,42.6892825 118.902978,41.5120274 118.952929,40.3338664 C118.956363,40.2550607 118.959797,40.1762549 118.963231,40.0974492 C118.970412,39.9262505 118.977592,39.7550518 118.985085,39.5838531 C118.986334,39.5563768 118.987582,39.5289005 118.988831,39.5017261 C118.997573,39.293389 119.006314,39.085354 119.015368,38.8773189 C119.017241,38.8296127 119.019426,38.7822085 119.021612,38.7345023 C119.028792,38.561492 119.036597,38.3890856 119.043778,38.2169811 C119.0469,38.1502529 119.049709,38.0835246 119.052519,38.0170983 C119.060948,37.8241601 119.069065,37.6318258 119.077807,37.4400954 C119.078743,37.4183558 119.07968,37.3966163 119.080617,37.3748768 C119.089046,37.1810328 119.097475,36.9877927 119.105904,36.7954583 C119.108714,36.7263146 119.111836,36.6577747 119.114958,36.5889329 C119.120578,36.4548726 119.126821,36.3211142 119.132441,36.1882616 C119.137436,36.0777524 119.142431,35.9678471 119.147114,35.8579417 C119.152421,35.7422996 119.157417,35.6278652 119.162412,35.5131289 C119.167095,35.410772 119.171465,35.3084151 119.176148,35.206964 C119.182704,35.0590145 119.18926,34.9122728 119.196129,34.765833 C119.198626,34.7021242 119.201436,34.6381134 119.204558,34.5747065 C119.211114,34.426757 119.21767,34.2800152 119.224226,34.1335755 C119.227973,34.0505426 119.232031,33.9675097 119.235778,33.8847788 C119.242021,33.7458874 119.248578,33.6088077 119.254509,33.471426 C119.257943,33.4001687 119.261378,33.3283076 119.264187,33.2576541 C119.271992,33.0943058 119.279173,32.9330711 119.286978,32.7724402 C119.288851,32.7226205 119.291348,32.6721969 119.293534,32.6223772 C119.301026,32.4665773 119.308207,32.3125891 119.315075,32.1592047 C119.317573,32.1054598 119.326626,32.0502052 119.329124,31.9964603 C119.34848,31.5825037 119.392812,31.1794169 119.392812,30.7875017 L119.392812,30.7817649 C119.392812,30.5924499 119.404987,30.4061544 119.414041,30.2225762 C119.415602,30.1881553 119.414041,30.1552441 119.415914,30.1211252 C119.422782,29.9746854 119.428714,29.8294533 119.435582,29.6872407 C119.438704,29.6232299 119.441202,29.5610307 119.444636,29.4979257 C119.449943,29.385001 119.455251,29.2723783 119.46087,29.162171 C119.463992,29.1002738 119.466802,29.0395843 119.469924,28.9785929 C119.475543,28.8695933 119.480851,28.7614996 119.486158,28.6555195 C119.490217,28.5812428 119.493963,28.5084758 119.497709,28.4357089 C119.50208,28.3529779 119.506451,28.2705489 119.510509,28.1899316 C119.514568,28.1147491 119.518314,28.0407743 119.522373,27.9674035 C119.527056,27.8792376 119.531739,27.7919776 119.536109,27.7062273 C119.539856,27.6413107 119.54329,27.5776019 119.546724,27.5144969 C119.551095,27.4338795 119.555465,27.3553757 119.559836,27.2774758 C119.56327,27.2143708 119.566704,27.1515678 119.570139,27.0902744 C119.574821,27.0090532 119.579192,26.9299455 119.583875,26.8517436 C119.586997,26.7955832 119.590119,26.7394228 119.593241,26.6847721 C119.5973,26.6168361 119.601046,26.5513156 119.605104,26.486097 C119.608539,26.4245017 119.612597,26.3629064 119.615719,26.3034247 C119.619778,26.2382062 119.623836,26.1763089 119.62727,26.1141098 C119.630392,26.0651959 119.633514,26.0153761 119.636636,25.9679719 C119.640695,25.9015456 119.644753,25.8387426 119.649124,25.7759395 C119.651934,25.7336683 119.654431,25.6901892 119.657241,25.6497296 C119.660987,25.5920595 119.664734,25.5392204 119.668168,25.4848716 C119.67129,25.4444119 119.6741,25.4018387 119.676909,25.3631907 C119.680968,25.3025012 119.690334,25.2472466 119.694392,25.1913881 C119.696265,25.1660254 119.705007,25.1379451 119.705007,25.1134882 L119.705007,25.1101669 C119.080617,24.8242319 118.381612,24.6029115 117.659817,24.4292973 C117.590509,24.4561698 117.517143,24.4839481 117.44409,24.5129341 C117.409436,24.5268232 117.371348,24.5416182 117.335758,24.5561112 C117.294236,24.5724158 117.253026,24.5887204 117.210256,24.6059309 C117.171856,24.6213297 117.13127,24.6379363 117.091934,24.653939 C117.051036,24.6708475 117.010451,24.6871521 116.967992,24.7043626 C116.926782,24.721573 116.883387,24.7393874 116.841241,24.7565978 C116.797221,24.7747141 116.753514,24.7925284 116.70887,24.8112485 C116.671719,24.8266474 116.633319,24.8426501 116.595231,24.8586528 C116.541534,24.8809961 116.487524,24.9033395 116.431953,24.9265887 C116.401982,24.9389682 116.371387,24.9519515 116.340792,24.9649348 C116.27367,24.993015 116.206236,25.0213972 116.136617,25.0506851 C116.11289,25.060951 116.088226,25.0712169 116.063875,25.0814828 C115.989885,25.1125824 115.91527,25.1442858 115.83847,25.1768951 C115.815368,25.1865571 115.791953,25.1965211 115.768851,25.2061831 C113.326236,26.2427352 109.574275,27.8855783 104.02126,30.0317516 C104.210139,30.9052574 104.497358,31.7697051 104.834529,32.5037157 C105.055563,32.9853063 105.388363,33.636586 105.801085,34.1707138 C109.667621,32.1800384 113.7349,30.5541039 117.930178,29.3348794 C118.041943,33.8554908 117.76409,38.3848585 117.100051,42.8607831 C116.9733,43.714663 116.825943,44.5857533 116.400109,45.343315 C115.607758,46.7533641 113.974353,47.5411196 112.353748,47.8838189 C111.700948,48.0221064 111.03847,48.101516 110.373495,48.1655268 C110.37568,49.0483927 110.655095,49.861209 111.029729,50.7501137 C111.92729,52.8799823 112.200148,54.9630506 112.212324,57.2553617 C112.214197,57.5832661 112.20327,57.9187189 112.188909,58.2565872 C112.401202,58.3033875 112.574782,58.3326755 112.69248,58.3375065 C114.100792,58.3936669 118.312617,56.110112 118.312617,56.110112 C118.312617,56.110112 118.312929,56.0913918 118.314178,56.0642174 C118.315114,56.0340237 118.316987,55.9902427 118.319485,55.9280435" id="Fill-140" fill="#00B1B2"></path>
75
+ <path d="M79.5057639,29.5039041 C79.1632859,29.931146 78.79552,30.464368 78.4683395,31.0501271 C80.776398,31.9245387 83.0329444,32.9251603 85.2261151,34.0429338 C86.4795785,33.2654441 87.78112,32.5519653 89.0430127,31.7805145 C89.3386615,31.5999557 89.6324371,31.4278512 89.9265249,31.2620874 C89.06112,30.9387121 88.2328663,30.6249988 87.4395785,30.3206456 C87.4214712,30.313701 87.4036761,30.3070584 87.3855688,30.3001138 C86.2007883,29.8453957 85.094681,29.412115 84.0631883,29.0014797 C84.0488273,28.9957429 84.0344663,28.9900061 84.0197932,28.9842693 C83.3357737,28.7116195 82.6842224,28.4489337 82.0642029,28.1968157 C82.0592078,28.1947022 82.0535883,28.1922867 82.048281,28.1901731 C81.7354615,28.0627554 81.430759,27.9380551 81.1338615,27.8160723 C80.5207102,28.3526156 79.9687493,28.9262973 79.5057639,29.5039041" id="Fill-142" fill="#00B1B2"></path>
76
+ <path d="M78.2679415,58.3156764 C78.3038439,58.3102415 78.3419317,58.3035989 78.3825171,58.2963524 C78.4084293,58.2915214 78.4346537,58.2863884 78.4621268,58.2809535 C78.5002146,58.2731032 78.5411122,58.264347 78.5826341,58.2549869 C78.6154146,58.2477404 78.6466341,58.2410978 78.6812878,58.2332474 C78.7196878,58.2241892 78.7618341,58.2133195 78.8027317,58.2033555 C78.8882732,58.1822199 78.977561,58.1592726 79.0727805,58.1339099 C79.0971317,58.1272672 79.1208585,58.1209265 79.1461463,58.1142839 C79.2110829,58.0964696 79.2782049,58.0777495 79.3472,58.0584254 C79.3684293,58.0523867 79.3899707,58.1025083 79.4118244,58.0961677 C79.4870634,58.075032 79.5638634,58.0855998 79.6437854,58.0855998 L79.6440976,58.0855998 C79.5960195,57.4817244 79.5301463,56.7942122 79.3918439,56.1592372 C79.0749659,54.7075207 78.9778732,53.3454797 79.0590439,51.8687023 C79.0952585,51.2131955 79.1049366,50.5528578 79.1118049,49.8967471 C79.1202341,49.1098974 79.2935024,48.544972 79.4917463,47.8456842 C78.0222439,47.4818493 76.5720976,46.6995286 75.8537366,45.3468477 C75.4510049,44.589286 75.3117659,43.716384 75.1921951,42.8625042 C75.1847024,42.810269 75.1787707,42.756826 75.1719024,42.7042888 C74.3296,34.3970765 74.3452098,41.7731129 73.9534049,41.278237 C73.385522,40.560833 72.6181463,39.3705945 71.7246439,38.524867 C71.7252683,38.5405677 71.7258927,38.5565704 71.7265171,38.5722712 C71.7842732,39.8787557 71.8420293,41.1997332 71.8976,42.5007828 C71.8979122,42.5053119 71.8982244,42.509539 71.8982244,42.51437 C71.9207024,43.0340048 71.9425561,43.5500164 71.9644098,44.060895 C71.9653463,44.0775015 71.9656585,44.0938062 71.9665951,44.1104127 C71.975961,44.3335447 71.9853268,44.5554689 71.9946927,44.7761854 C71.996878,44.8208722 71.998439,44.865559 72.0006244,44.9102458 C72.0209171,45.3951577 72.0412098,45.8734271 72.0611902,46.3435441 C72.0611902,46.3492809 72.0615024,46.3547158 72.0618146,46.3604526 C72.1236293,47.8363241 72.1816976,49.2279551 72.2328976,50.4737501 C72.2338341,50.4939799 72.2344585,50.5139078 72.2353951,50.5344396 C72.2678634,51.3237047 72.2978341,52.0522804 72.3243707,52.7059756 C72.3262439,52.747643 72.3278049,52.7893104 72.329678,52.8303739 C72.3702634,53.8273723 72.4030439,54.6371692 72.4258341,55.2036044 C72.4267707,55.2301749 72.4277073,55.2525183 72.4286439,55.2775791 C72.4305171,55.3192465 72.432078,55.3615178 72.433639,55.4004677 C72.4361366,55.4638747 72.4386341,55.5224506 72.4408195,55.5777052 C72.4411317,55.5861594 72.4414439,55.5946137 72.4417561,55.602766 C72.4461268,55.709652 72.4498732,55.8056682 72.4529951,55.8796429 C72.4548683,55.932482 72.4567415,55.9786785 72.4583024,56.0134013 C72.4608,56.0759024 72.4620488,56.1100214 72.4620488,56.1100214 C72.4620488,56.1100214 76.6641951,58.3935763 78.0728195,58.3374159 C78.1124683,58.3359062 78.1602341,58.3307733 78.2114341,58.3241306 C78.2289171,58.3220171 78.2488976,58.3186958 78.2679415,58.3156764" id="Fill-144" fill="#00B1B2"></path>
77
+ <path d="M102.83136,63.6750708 C100.262306,63.2692665 97.8515356,62.9166033 95.4161015,63.877671 C94.7604917,63.6992258 94.1988527,63.4588834 93.6447063,63.2632278 C93.09056,63.0675721 92.5442185,62.9166033 91.9198283,62.9166033 C88.1734868,63.5204787 84.7393405,63.218541 80.992999,62.9166033 C83.760921,65.2052911 87.8612917,65.332105 91.4802576,65.3940022 C91.9966283,65.4247998 92.511438,65.4592207 93.023438,65.5011901 C93.842638,65.5685222 94.653721,65.6557822 95.4495063,65.7774631 C97.2867746,65.6104915 99.1374673,65.5485943 100.980355,65.4568052 C101.594443,65.4260076 102.207906,65.3921906 102.819497,65.3499193 C105.344219,65.332105 108.174892,64.6442909 110.027145,62.9166033 C108.153975,62.9166033 105.279594,64.061853 102.83136,63.6750708" id="Fill-146" fill="#161C23"></path>
78
+ <path d="M90.0857756,45.9110183 C90.0857756,45.9110183 87.4689561,41.0863556 85.7409561,40.1723901 C82.5187902,39.1865635 77.7752976,37.2964334 77.7752976,37.2964334 C77.7752976,37.2964334 76.1543805,39.9848868 77.7556293,42.8070986 C81.4554537,43.7086846 90.0857756,45.9110183 90.0857756,45.9110183" id="Fill-148" fill="#FBF5E7"></path>
79
+ <path d="M78.8876176,41.1190856 C78.8838712,40.0807218 79.0340371,39.3859631 79.4967102,38.5049089 C79.5357346,38.470488 79.5675785,38.4276128 79.5803785,38.3705466 C79.5835005,38.3566575 79.5866224,38.3427683 79.5897444,38.3288792 C79.5934907,38.3216327 79.5966127,38.315292 79.6006712,38.3080455 C79.6362615,38.2443367 79.64032,38.1836472 79.6322029,38.126279 C79.6393834,38.0870271 79.637198,38.0510965 79.6309541,38.0172795 C78.5260956,37.5954725 77.7752663,37.2962522 77.7752663,37.2962522 C77.7752663,37.2962522 76.1543493,39.9850076 77.7559102,42.8069174 C78.1470907,42.9023298 78.5960273,43.012839 79.0818029,43.1333121 C78.9628566,42.4509329 78.8898029,41.7600994 78.8876176,41.1190856" id="Fill-150" fill="#DAD7D0"></path>
80
+ <path d="M90.2364098,45.9918168 L87.9923512,45.4024344 C87.9923512,45.4024344 78.4020293,43.1074059 77.4036293,42.9772707 C76.4052293,42.8471355 75.4483512,42.3199523 75.4483512,42.3199523 C75.4483512,42.3199523 76.2141659,41.453693 77.2434732,41.6780327 C77.5684683,42.2432601 78.1891122,42.8507588 78.686439,42.9268471 C79.1837659,43.0029354 86.9973854,44.8245256 88.0563512,45.0087076 C89.1156293,45.1928896 90.2364098,45.9918168 90.2364098,45.9918168" id="Fill-152" fill="#00B1B2"></path>
81
+ <path d="M85.6654985,42.7107503 C84.8650302,43.9079333 83.2122693,44.2509346 81.9741034,43.4764643 C80.7362498,42.702296 80.3815961,41.1038378 81.1823766,39.9063528 C81.3668839,39.6306837 81.5963473,39.4003052 81.8557815,39.2185387 C82.5647766,39.090819 85.8456351,40.1294848 85.9808156,40.5666906 C86.197479,41.2662803 86.1075668,42.0498086 85.6654985,42.7107503" id="Fill-154" fill="#000000"></path>
82
+ <path d="M82.6112312,41.451972 C82.6112312,41.451972 83.4897483,41.9392994 83.9976898,41.1542614 C85.0847532,41.4133239 85.50528,41.7119403 85.50528,41.7119403 C85.50528,41.7119403 85.068519,43.269637 83.6945483,43.4154729 C82.3208898,43.5616108 81.6356215,42.9550179 81.4639141,42.7065232 C81.2918946,42.4577265 82.6112312,41.451972 82.6112312,41.451972" id="Fill-156" fill="#012942"></path>
83
+ <path d="M85.3408156,40.9122281 C85.13664,41.0284741 84.7738693,40.995261 84.5412839,41.0139811 C84.2668644,41.0363245 83.9915083,41.0517233 83.71584,41.063197 C83.4301815,41.0755764 83.4573424,41.504328 83.743001,41.4922504 C84.1104546,41.4768516 84.4769717,41.4536024 84.8431766,41.4191815 C85.0963668,41.3953284 85.3645424,41.3968381 85.5880741,41.2694204 C85.8347083,41.1287174 85.5871376,40.7718271 85.3408156,40.9122281" id="Fill-158" fill="#627B8A"></path>
84
+ <path d="M90.0874615,45.933875 C89.5629737,45.2131497 86.8980761,41.0418802 85.7432663,40.3890908 C83.5513444,39.1502404 80.774681,39.3295914 78.4750517,38.289416 C76.2968663,37.3041932 75.8157737,36.6423457 75.5179395,34.3343338 C76.77952,35.4466724 77.2702907,36.2480151 78.5696468,37.0131252 C79.4528468,37.533062 81.9597737,38.643287 82.8710712,38.92892 C83.6949541,39.1873787 84.4916761,39.5243412 85.3090029,39.7861212 C86.6501932,40.2154766 87.8196761,41.1086084 88.5926712,42.2490271 C88.9504468,42.7765123 89.1502517,43.3586482 89.4237346,43.9193466 C89.7396761,44.5673049 90.0265834,45.3025232 90.2341932,45.9891296" id="Fill-160" fill="#00CABC"></path>
85
+ <path d="M128.147231,175.354705 C128.147231,175.354705 78.6880312,166.802924 88.4488117,137.642081 C90.2795239,133.137472 106.198353,121.009238 106.198353,121.009238 C106.198353,121.009238 96.1353678,117.159532 99.8720312,95.1078134 C100.961904,88.6759362 102.933729,83.4789843 105.180909,79.3442492 C105.501846,78.7533571 105.828402,78.1842045 106.158704,77.6364895 C106.543329,76.8940247 106.959173,76.174809 107.401241,75.4734077 C107.749963,74.9552826 108.106802,74.4407808 108.466763,73.9274866 C108.826724,73.4144945 109.189807,72.903012 109.547895,72.3942469 C112.524675,68.9551764 115.022236,65.0299861 114.397846,60.5009204 C114.085651,56.2737924 114.085651,52.3486021 114.648226,48.0124746 C114.752187,47.225323 114.879875,46.4436062 115.027856,45.6649089 C115.469924,43.3303265 116.089631,41.0217107 116.730256,38.7544604 C116.982509,37.9241317 117.245065,37.1037669 117.541963,36.2870254 C117.838548,35.46968 118.1701,34.6562598 118.539739,33.8488784 C112.833436,30.6148235 110.761397,25.2614679 112.316441,15.4116558 C114.775602,6.65425431 115.556402,4.05517447 115.556402,4.05517447 C115.556402,4.05517447 143.597456,10.485542 141.111758,59.7968016 C146.307309,63.4420957 144.605221,71.5678434 140.26009,84.6568433 C146.985085,89.4431599 148.479563,99.4985916 142.031485,112.025987 C142.927485,113.530241 144.785046,117.501326 144.785046,117.501326 C144.785046,117.501326 150.475739,126.972508 148.311602,133.137472 C146.147465,139.302437 121.05728,146.336981 128.147231,175.354705" id="Fill-162" fill="#012942"></path>
86
+ <g id="Group-166" transform="translate(45.892683, 0.147949)">
87
+ <mask id="mask-4" fill="white">
88
+ <use xlink:href="#path-3"></use>
89
+ </mask>
90
+ <g id="Clip-165"></g>
91
+ <path d="M69.6636878,3.90725518 C69.6636878,3.90725518 60.9934049,-2.39992172 43.9925073,1.33595361 C26.9922341,5.071527 17.1065756,22.0165734 15.8481171,31.1595494 C12.9393951,41.0685413 12.423961,46.8210586 17.2636098,66.6073389 C12.5038829,76.3925363 10.543922,74.9239113 9.27890732,83.7483429 C1.13498537,93.9432698 -10.2279805,107.835122 18.4349659,130.574957 C28.5497756,111.464413 39.0148683,96.8207362 37.5213268,90.7638657 C36.0277854,84.7069952 36.5691317,75.1083952 32.0157659,64.3153297 C27.484878,55.6155984 23.8028488,44.1338129 33.2142829,33.6689537 C39.5018927,26.677284 51.0424976,28.9472517 64.9670244,22.7116341 C76.704,17.3187246 69.6636878,3.90725518 69.6636878,3.90725518" id="Fill-164" fill="#012942" mask="url(#mask-4)"></path>
92
+ </g>
93
+ <path d="M112.970084,118.700864 C118.821869,115.120789 124.766377,110.561227 126.725713,103.838886 C126.732894,103.813825 126.734142,103.790576 126.738869,103.766002 C126.765362,103.729584 114.688406,112.269591 108.180386,115.199292 C106.296601,116.047737 104.392523,116.868706 102.500933,117.713226 C104.329147,120.292378 106.198572,121.00948 106.198572,121.00948 C106.198572,121.00948 103.545225,123.030953 100.280601,125.729672 C104.515216,123.396599 108.84942,121.222044 112.970084,118.700864" id="Fill-167" fill="#1D3650"></path>
94
+ <path d="M140.260027,84.6569339 C142.093861,79.1326815 143.453471,74.4961259 144.026037,70.7034863 C141.7851,79.8392157 134.287735,86.2632425 128.104086,93.1909014 C127.173432,94.1157367 126.310525,95.1066962 125.553452,96.1988049 C125.068613,96.8980927 128.486213,95.0514416 129.389393,94.0417619 C132.792944,90.6905552 137.196769,88.2019846 140.679618,84.9733646 C140.541003,84.8667806 140.403325,84.7589888 140.260027,84.6569339" id="Fill-169" fill="#1D3650"></path>
95
+ <path d="M142.962451,113.756181 C142.617787,113.078935 142.285924,112.453018 142.031485,112.026078 C143.446041,109.277539 144.477846,106.648567 145.156558,104.167847 C143.151017,107.375029 140.21326,110.113604 137.305787,112.488043 C132.516402,116.399344 127.304617,119.979117 123.927602,125.203848 C123.460558,125.926384 134.928421,117.890614 140.734939,114.928605 C141.46766,114.555108 142.215992,114.165911 142.962451,113.756181" id="Fill-171" fill="#1D3650"></path>
96
+ <path d="M70.0821229,74.0037561 C70.093362,73.9922825 70.1055376,73.9814127 70.1167766,73.9699391 C70.1155278,73.9687313 70.114279,73.9678255 70.1130302,73.9669197 C70.1539278,73.9161942 70.1979473,73.868488 70.2385327,73.8174605 C70.7820644,73.1362891 60.4224937,78.9226234 55.6349815,81.2472419 C55.4692059,82.0180889 55.315918,82.8894811 55.1713717,83.8961414 C53.850162,85.5504582 52.4440351,87.3019988 51.1378107,89.1728049 C52.3700449,87.9883033 53.682201,86.8759647 55.0695961,85.8442436 C60.207079,82.0238257 66.0123473,78.9987117 70.0821229,74.0037561" id="Fill-173" fill="#1D3650"></path>
97
+ <path d="M67.9929444,69.2470596 C62.9072859,65.0939063 62.6334907,58.2287485 60.5979785,52.3953119 C60.8680273,55.6435578 61.4824273,59.462466 62.5354615,64.1198552 C62.8304859,64.8487329 63.1486127,66.0172318 62.9513054,65.9064207 C63.0181151,66.1866189 63.0861737,66.4689307 63.1561054,66.7551676 C63.0268566,67.0211747 62.8997932,67.2778218 62.7742907,67.5278262 C64.2750127,68.4224677 68.6669737,69.797492 67.9929444,69.2470596" id="Fill-175" fill="#1D3650"></path>
98
+ <path d="M130.977998,26.7625814 C132.838057,35.7950481 136.363676,31.1784205 134.262603,37.3297975 C132.16153,43.4805707 129.118252,53.5483818 132.33074,61.0243596 C136.388652,58.8522197 140.149042,71.1154199 134.041569,77.2483788 C127.93472,83.3816396 116.02791,88.3415704 113.94994,112.026169 C113.087344,82.8650241 127.121764,75.8591634 129.303696,73.0792228 C131.485315,70.2992823 130.948964,61.4241251 128.596574,62.1822907 L126.750876,63.1041066 C126.750876,63.1041066 123.3595,48.10837 129.303696,36.3548406 C129.794466,33.832453 127.277549,33.8013534 126.591657,29.2381687 C125.905452,24.674984 113.0171,12.9863713 113.0171,12.9863713 C113.0171,12.9863713 129.118252,17.7304166 130.977998,26.7625814" id="Fill-177" fill="#00B1B2"></path>
99
+ <path d="M113.22496,39.6223502 C111.255321,52.8626209 119.131067,65.5213595 119.131067,65.5213595 C119.131067,65.5213595 117.836394,66.4464967 116.034716,68.59267 C117.659067,67.3740493 121.713858,65.2949062 121.856531,64.9096337 C122.013565,64.8278086 118.037448,52.6684749 117.943789,46.826584 C117.867614,42.0852561 119.022423,34.4386835 123.308862,33.2158358 C123.977897,33.0250111 114.823399,29.2215018 113.444745,23.9418189 C112.082638,18.7255429 117.525448,6.52393799 116.99378,7.20963854 C116.955692,7.25885439 116.917604,7.30897605 116.879516,7.35849383 C114.775945,8.61727216 112.785701,13.13577 111.302462,15.4513304 C111.046462,16.2393878 110.815126,17.0890405 110.621253,18.0123661 C109.748043,25.3998761 109.882599,29.4165535 111.806033,32.327535 C113.128492,34.3290801 113.609272,37.0377634 113.22496,39.6223502" id="Fill-189" fill="#1D3650"></path>
100
+ <path d="M131.625865,58.9956099 C130.287485,59.5324552 128.895719,60.056619 127.580753,60.6937076 C127.184265,60.8437707 126.790275,60.9917201 126.396909,61.1396696 C126.588285,62.3854646 126.750939,63.1040764 126.750939,63.1040764 L128.596636,62.1822605 C128.792382,62.1191556 131.476012,61.3833334 132.329865,61.0222158 C132.047953,60.3655013 131.816304,59.6879531 131.625865,58.9956099" id="Fill-191" fill="#009BA6"></path>
101
+ </g>
102
+ </g>
103
+ </g>
104
+ </g>
105
+ </g>
106
+ </svg>
_src/images/smush-no-media.png ADDED
Binary file
_src/images/smush-promo.png ADDED
Binary file
_src/images/smush-quicksetup.png ADDED
Binary file
_src/images/spinner.gif ADDED
Binary file
_src/images/whatsapp-button-16px.png ADDED
Binary file
_src/js/app.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * jQueryFileTree plugin
3
+ */
4
+ import 'jqueryfiletree/src/jQueryFileTree.js';
5
+
6
+ /**
7
+ * Admin modules
8
+ */
9
+ require( './modules/admin' );
10
+ require( './modules/bulk-smush' );
11
+ require( './modules/modals' );
12
+
13
+ /**
14
+ * Notice scripts.
15
+ *
16
+ * Notices are used in the following functions:
17
+ *
18
+ * @used-by WpSmushitAdmin::smush_updated()
19
+ * @used-by WpSmushS3::3_support_required_notice()
20
+ * @used-by WpSmushBulkUi::installation_notice()
21
+ *
22
+ * TODO: should this be moved out in a separate file like common.scss?
23
+ */
24
+ require( './modules/notice' );
_src/js/index.js DELETED
@@ -1,3 +0,0 @@
1
- import '@wpmudev/shared-ui';
2
-
3
- console.log('This is the entry point.');
 
 
 
_src/js/media.js ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Adds a Smush Now button and displays stats in Media Attachment Details Screen
3
+ */
4
+ (function ( $, _ ) {
5
+ 'use strict';
6
+
7
+ // Local reference to the WordPress media namespace.
8
+ const smush_media = wp.media,
9
+ sharedTemplate = "<label class='setting smush-stats' data-setting='description'><span class='name'><%= label %></span><span class='value'><%= value %></span></label>";
10
+
11
+ if ( 'undefined' !== typeof smush_media.view &&
12
+ 'undefined' !== typeof smush_media.view.Attachment.Details.TwoColumn ) {
13
+ // Local instance of the Attachment Details TwoColumn used in the edit attachment modal view
14
+ let smushMediaTwoColumn = smush_media.view.Attachment.Details.TwoColumn;
15
+
16
+ /**
17
+ * Add Smush details to attachment.
18
+ *
19
+ * A similar view to media.view.Attachment.Details
20
+ * for use in the Edit Attachment modal.
21
+ *
22
+ * @see wp-includes/js/media-grid.js
23
+ */
24
+ smush_media.view.Attachment.Details.TwoColumn = smushMediaTwoColumn.extend( {
25
+ initialize: function () {
26
+ this.listenTo( this.model, 'change:smush', this.render );
27
+ },
28
+
29
+ render: function () {
30
+ // Ensure that the main attachment fields are rendered.
31
+ smush_media.view.Attachment.prototype.render.apply( this, arguments );
32
+
33
+ if ( typeof this.model.get( 'smush' ) === 'undefined' ) {
34
+ return this;
35
+ }
36
+
37
+ let image = new wp.api.models.Media( {id: this.model.get( 'id' )} ),
38
+ self = this;
39
+
40
+ image.fetch( {attribute: 'smush'} ).done( function ( img ) {
41
+ if ( typeof img.smush !== 'object' ) {
42
+ setTimeout( () => self.model.fetch(), 3000 );
43
+ }
44
+ });
45
+
46
+ /**
47
+ * Detach the views, append our custom fields, make sure that our data is fully updated
48
+ * and re-render the updated view.
49
+ */
50
+ this.views.detach();
51
+
52
+ let detailsHtml = this.$el.find( '.settings' );
53
+
54
+ // Create the template.
55
+ let template = _.template( sharedTemplate );
56
+ let html = template( {
57
+ /**
58
+ * @var {array} smush_vars.strings Localization strings.
59
+ * @var {object} smush_vars Object from wp_localize_script()
60
+ */
61
+ label: smush_vars.strings['stats_label'],
62
+ value: this.model.get( 'smush' )
63
+ } );
64
+
65
+ detailsHtml.append( html );
66
+ this.model.fetch();
67
+ this.views.render();
68
+
69
+ return this;
70
+ }
71
+ } );
72
+ }
73
+
74
+ // Local instance of the Attachment Details TwoColumn used in the edit attachment modal view
75
+ let smushAttachmentDetails = smush_media.view.Attachment.Details;
76
+
77
+ /**
78
+ * Add Smush details to attachment.
79
+ */
80
+ smush_media.view.Attachment.Details = smushAttachmentDetails.extend( {
81
+ initialize: function () {
82
+ this.listenTo( this.model, 'change:smush', this.render );
83
+ },
84
+
85
+ render: function () {
86
+ // Ensure that the main attachment fields are rendered.
87
+ smush_media.view.Attachment.prototype.render.apply( this, arguments );
88
+
89
+ if ( typeof this.model.get( 'smush' ) === 'undefined' ) {
90
+ return this;
91
+ }
92
+
93
+ let image = new wp.api.models.Media( {id: this.model.get( 'id' )} ),
94
+ self = this;
95
+
96
+ image.fetch( {attribute: 'smush'} ).done( function ( img ) {
97
+ if ( typeof img.smush !== 'object' ) {
98
+ setTimeout( () => self.model.fetch(), 3000 );
99
+ }
100
+ });
101
+
102
+ /**
103
+ * Detach the views, append our custom fields, make sure that our data is fully updated
104
+ * and re-render the updated view.
105
+ */
106
+ this.views.detach();
107
+
108
+ let template = _.template( sharedTemplate );
109
+ let html = template( {
110
+ /**
111
+ * @var {object} smush_vars Object from wp_localize_script()
112
+ * @var {array} smush_vars.strings Localization strings.
113
+ */
114
+ label: smush_vars.strings['stats_label'],
115
+ value: this.model.get( 'smush' )
116
+ } );
117
+
118
+ this.$el.append( html );
119
+
120
+ return this;
121
+ }
122
+ } );
123
+
124
+ })( jQuery, _ );
_src/js/modules/admin.js ADDED
@@ -0,0 +1,2649 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Processes bulk smushing
3
+ *
4
+ * @author Umesh Kumar <umeshsingla05@gmail.com>
5
+ *
6
+ * TODO: Use Element tag for all the class selectors
7
+ */
8
+ let WP_Smush = WP_Smush || {};
9
+
10
+ /**
11
+ * Smush translation strings.
12
+ *
13
+ * @var {array} wp_smush_msgs
14
+ */
15
+ if ( wp_smush_msgs ) {
16
+ const wp_smush_msgs = wp_smush_msgs;
17
+ }
18
+
19
+ /**
20
+ * Show/hide the progress bar for Smushing/Restore/SuperSmush
21
+ *
22
+ * @param cur_ele
23
+ * @param txt Message to be displayed
24
+ * @param {string} state show/hide
25
+ */
26
+ let progress_bar = function ( cur_ele, txt, state ) {
27
+ //Update Progress bar text and show it
28
+ let progress_button = cur_ele.parents().eq( 1 ).find( '.wp-smush-progress' );
29
+
30
+ if ( 'show' === state ) {
31
+ progress_button.html( txt );
32
+ } else {
33
+ /** @var {string} wp_smush_msgs.all_done */
34
+ progress_button.html( wp_smush_msgs.all_done );
35
+ }
36
+
37
+ progress_button.toggleClass( 'visible' );
38
+ };
39
+
40
+ /**
41
+ * Check membership validity
42
+ *
43
+ * @param {int} data.show_warning
44
+ */
45
+ let membership_validity = function ( data ) {
46
+ const member_validity_notice = jQuery( '#wp-smush-invalid-member' );
47
+
48
+ //Check for Membership warning
49
+
50
+ if ( 'undefined' !== typeof ( data ) && 'undefined' !== typeof ( data.show_warning ) && member_validity_notice.length > 0 ) {
51
+ if ( data.show_warning ) {
52
+ member_validity_notice.show();
53
+ } else {
54
+ member_validity_notice.hide();
55
+ }
56
+ }
57
+ };
58
+
59
+ let remove_element = function ( el, timeout ) {
60
+ if ( typeof timeout === 'undefined' ) {
61
+ timeout = 100;
62
+ }
63
+ el.fadeTo( timeout, 0, function () {
64
+ el.slideUp( timeout, function () {
65
+ el.remove();
66
+ } );
67
+ } );
68
+ };
69
+
70
+ jQuery( function ( $ ) {
71
+ 'use strict';
72
+
73
+ /**
74
+ * Remove the quick setup dialog
75
+ */
76
+ function remove_dialog() {
77
+ $( 'dialog#smush-quick-setup' ).remove();
78
+ }
79
+
80
+ /**
81
+ * Update image size in attachment info panel.
82
+ *
83
+ * @since 2.8
84
+ *
85
+ * @param new_size
86
+ */
87
+ function update_image_stats( new_size ) {
88
+ if ( 0 === new_size ) {
89
+ return;
90
+ }
91
+
92
+ let attachmentSize = $( '.attachment-info .file-size' );
93
+ const currentSize = attachmentSize.contents().filter( function () {
94
+ return this.nodeType === 3;
95
+ } ).text();
96
+
97
+ // There is a space before the size.
98
+ if ( currentSize !== ( ' ' + new_size ) ) {
99
+ const sizeStrongEl = attachmentSize.contents().filter( function () {
100
+ return this.nodeType === 1;
101
+ } ).text();
102
+ attachmentSize.html( '<strong>' + sizeStrongEl + '</strong> ' + new_size );
103
+ }
104
+ }
105
+
106
+ // Show the Quick Setup dialog.
107
+ if ( $( '#smush-quick-setup' ).size() > 0 ) {
108
+ /** @var {string} wp_smush_msgs.quick_setup_title */
109
+ WDP.showOverlay( "#smush-quick-setup", {
110
+ title: wp_smush_msgs.quick_setup_title,
111
+ class: 'no-close wp-smush-overlay wp-smush-quick-setup'
112
+ } );
113
+ remove_dialog();
114
+ }
115
+
116
+ let smushAddParams = function ( url, data ) {
117
+ if ( !$.isEmptyObject( data ) ) {
118
+ url += ( url.indexOf( '?' ) >= 0 ? '&' : '?' ) + $.param( data );
119
+ }
120
+
121
+ return url;
122
+ };
123
+
124
+ // url for smushing
125
+ WP_Smush.errors = [];
126
+
127
+ /** @var {array} wp_smushit_data */
128
+ WP_Smush.timeout = wp_smushit_data.timeout;
129
+
130
+ /**
131
+ * Checks for the specified param in URL
132
+ * @param arg
133
+ * @returns {*}
134
+ */
135
+ WP_Smush.geturlparam = function ( arg ) {
136
+ var $sPageURL = window.location.search.substring( 1 );
137
+ var $sURLVariables = $sPageURL.split( '&' );
138
+
139
+ for ( var i = 0; i < $sURLVariables.length; i++ ) {
140
+ var $sParameterName = $sURLVariables[i].split( '=' );
141
+ if ( $sParameterName[0] == arg ) {
142
+ return $sParameterName[1];
143
+ }
144
+ }
145
+ };
146
+
147
+ WP_Smush.Smush = function ( $button, bulk, smush_type ) {
148
+ var self = this;
149
+ var skip_resmush = $button.data( 'smush' );
150
+ //If smush attribute is not defined, Need not skip resmush ids
151
+ skip_resmush = ( ( typeof skip_resmush == typeof undefined ) || skip_resmush == false ) ? false : true;
152
+
153
+ this.init = function () {
154
+ this.$button = $( $button[0] );
155
+ this.is_bulk = typeof bulk ? bulk : false;
156
+ this.url = ajaxurl;
157
+ this.$log = $( ".smush-final-log" );
158
+ this.deferred = jQuery.Deferred();
159
+ this.deferred.errors = [];
160
+
161
+ var ids = wp_smushit_data.resmush.length > 0 && !skip_resmush ? ( wp_smushit_data.unsmushed.length > 0 ? wp_smushit_data.resmush.concat( wp_smushit_data.unsmushed ) : wp_smushit_data.resmush ) : wp_smushit_data.unsmushed;
162
+ if ( 'object' == typeof ids ) {
163
+ //If button has resmush class, and we do have ids that needs to resmushed, put them in the list
164
+ this.ids = ids.filter( function ( itm, i, a ) {
165
+ return i == a.indexOf( itm );
166
+ } );
167
+ } else {
168
+ this.ids = ids;
169
+ }
170
+
171
+ this.is_bulk_resmush = wp_smushit_data.resmush.length > 0 && !skip_resmush ? true : false;
172
+
173
+ this.$status = this.$button.parent().find( '.smush-status' );
174
+
175
+ //Added for NextGen support
176
+ this.smush_type = 'undefined' != typeof smush_type ? smush_type : 'media';
177
+ this.single_ajax_suffix = 'nextgen' == this.smush_type ? 'smush_manual_nextgen' : 'wp_smushit_manual';
178
+ this.bulk_ajax_suffix = 'nextgen' == this.smush_type ? 'wp_smushit_nextgen_bulk' : 'wp_smushit_bulk';
179
+ this.url = this.is_bulk ? smushAddParams( this.url, {action: this.bulk_ajax_suffix} ) : smushAddParams( this.url, {action: this.single_ajax_suffix} );
180
+ };
181
+
182
+ /** Send Ajax request for smushing the image **/
183
+ WP_Smush.ajax = function ( is_bulk_resmush, $id, $send_url, $getnxt, nonce ) {
184
+ "use strict";
185
+ var param = {
186
+ is_bulk_resmush: is_bulk_resmush,
187
+ attachment_id: $id,
188
+ get_next: $getnxt,
189
+ _nonce: nonce
190
+ };
191
+ param = jQuery.param( param );
192
+ return $.ajax( {
193
+ type: "GET",
194
+ data: param,
195
+ url: $send_url,
196
+ timeout: WP_Smush.timeout,
197
+ dataType: 'json'
198
+ } );
199
+ };
200
+
201
+ //Show loader in button for single and bulk smush
202
+ this.start = function () {
203
+
204
+ this.$button.attr( 'disabled', 'disabled' );
205
+ this.$button.addClass( 'wp-smush-started' );
206
+
207
+ this.bulk_start();
208
+ this.single_start();
209
+ };
210
+
211
+ this.bulk_start = function () {
212
+ if ( !this.is_bulk ) return;
213
+
214
+ //Hide the Bulk Div
215
+ $( '.wp-smush-bulk-wrapper' ).hide();
216
+
217
+ //Show the Progress Bar
218
+ $( '.bulk-smush-wrapper .wp-smush-bulk-progress-bar-wrapper' ).show();
219
+
220
+ //Remove any Global Notices if there
221
+ $( '.sui-notice-top' ).remove();
222
+
223
+ //Hide the Bulk Limit message
224
+ $( 'p.smush-error-message.limit_exceeded' ).remove();
225
+ //Hide parent wrapper, if there are no other messages
226
+ if ( $( 'div.smush-final-log p' ).length <= 0 ) {
227
+ $( 'div.smush-final-log' ).hide();
228
+ }
229
+ };
230
+
231
+ this.single_start = function () {
232
+ if ( this.is_bulk ) return;
233
+ this.show_loader();
234
+ this.$status.removeClass( "error" );
235
+ };
236
+
237
+ this.enable_button = function () {
238
+ this.$button.prop( "disabled", false );
239
+ //For Bulk process, Enable other buttons
240
+ $( 'button.wp-smush-all' ).removeAttr( 'disabled' );
241
+ $( 'button.wp-smush-scan, a.wp-smush-lossy-enable, button.wp-smush-resize-enable, input#wp-smush-save-settings' ).removeAttr( 'disabled' );
242
+ };
243
+
244
+ this.show_loader = function () {
245
+ progress_bar( this.$button, wp_smush_msgs.smushing, 'show' );
246
+ };
247
+
248
+ this.hide_loader = function () {
249
+ progress_bar( this.$button, wp_smush_msgs.smushing, 'hide' );
250
+ };
251
+
252
+ this.single_done = function () {
253
+ if ( this.is_bulk ) return;
254
+
255
+ this.hide_loader();
256
+
257
+ this.request.done( function ( response ) {
258
+ if ( typeof response.data != 'undefined' ) {
259
+
260
+ // Check if stats div exists.
261
+ var parent = self.$status.parent();
262
+ var stats_div = parent.find( '.smush-stats-wrapper' );
263
+
264
+ // If we've updated status, replace the content.
265
+ if ( response.data.status ) {
266
+ //remove Links
267
+ parent.find( '.smush-status-links' ).remove();
268
+ self.$status.replaceWith( response.data.status );
269
+ }
270
+
271
+ // Check whether to show membership validity notice or not.
272
+ membership_validity( response.data );
273
+
274
+ if ( response.success && response.data !== "Not processed" ) {
275
+ self.$status.removeClass( 'sui-hidden' );
276
+ self.$button.parent().removeClass( 'unsmushed' ).addClass( 'smushed' );
277
+ self.$button.remove();
278
+ } else {
279
+ self.$status.addClass( "error" );
280
+ self.$status.html( response.data.error_msg );
281
+ self.$status.show();
282
+ }
283
+ if ( 'undefined' != stats_div && stats_div.length ) {
284
+ stats_div.replaceWith( response.data.stats );
285
+ } else {
286
+ parent.append( response.data.stats );
287
+ }
288
+
289
+ // Update image size in attachment info panel.
290
+ update_image_stats( response.data.new_size );
291
+ }
292
+ self.enable_button();
293
+ } ).error( function ( response ) {
294
+ self.$status.html( response.data );
295
+ self.$status.addClass( "error" );
296
+ self.enable_button();
297
+ } );
298
+
299
+ };
300
+
301
+ this.sync_stats = function () {
302
+ var message_holder = $( 'div.wp-smush-bulk-progress-bar-wrapper div.wp-smush-count.tc' );
303
+ //Store the existing content in a variable
304
+ var progress_message = message_holder.html();
305
+ message_holder.html( wp_smush_msgs.sync_stats );
306
+
307
+ //Send ajax
308
+ $.ajax( {
309
+ type: "GET",
310
+ url: ajaxurl,
311
+ data: {
312
+ 'action': 'get_stats'
313
+ },
314
+ success: function ( response ) {
315
+ if ( response && 'undefined' != typeof response ) {
316
+ response = response.data;
317
+ $.extend( wp_smushit_data, {
318
+ count_images: response.count_images,
319
+ count_smushed: response.count_smushed,
320
+ count_total: response.count_total,
321
+ count_resize: response.count_resize,
322
+ count_supersmushed: response.count_supersmushed,
323
+ savings_bytes: response.savings_bytes,
324
+ savings_conversion: response.savings_conversion,
325
+ savings_resize: response.savings_resize,
326
+ size_before: response.size_before,
327
+ size_after: response.size_after
328
+ } );
329
+ //Got the stats, Update it
330
+ update_stats( this.smush_type );
331
+ }
332
+ }
333
+ } ).always( function () {
334
+ message_holder.html( progress_message );
335
+ }
336
+ );
337
+ };
338
+
339
+ /** After the Bulk Smushing has been Finished **/
340
+ this.bulk_done = function () {
341
+ if ( !this.is_bulk ) return;
342
+
343
+ //Enable the button
344
+ this.enable_button();
345
+
346
+ //Show Notice
347
+ if ( self.ids.length == 0 ) {
348
+ $( '.bulk-smush-wrapper .wp-smush-all-done, .wp-smush-pagespeed-recommendation' ).show();
349
+ $( '.wp-smush-bulk-wrapper' ).hide();
350
+ } else {
351
+ if ( $( '.bulk-smush-wrapper .wp-smush-resmush-notice' ).length > 0 ) {
352
+ $( '.bulk-smush-wrapper .wp-smush-resmush-notice' ).show();
353
+ } else {
354
+ $( '.bulk-smush-wrapper .wp-smush-remaining' ).show();
355
+ }
356
+ $( '.wp-smush-bulk-wrapper' ).show();
357
+ }
358
+
359
+ //Hide the Progress Bar
360
+ $( '.wp-smush-bulk-progress-bar-wrapper' ).hide();
361
+
362
+ //Enable Resmush and scan button
363
+ $( '.wp-resmush.wp-smush-action, .wp-smush-scan' ).removeAttr( 'disabled' );
364
+
365
+ // Show loader.
366
+ if ( self.ids.length == 0 ) {
367
+ $( '.sui-summary-smush .smush-stats-icon' ).addClass( 'sui-hidden' );
368
+ } else {
369
+ $( '.sui-summary-smush .smush-stats-icon' ).removeClass( 'sui-icon-loader sui-loading sui-hidden' ).addClass( 'sui-icon-info sui-warning' );
370
+ }
371
+ };
372
+
373
+ this.is_resolved = function () {
374
+ "use strict";
375
+ return this.deferred.state() === "resolved";
376
+ };
377
+
378
+ this.free_exceeded = function () {
379
+ //Hide the Progress bar and show the Bulk smush wrapper
380
+ $( '.wp-smush-bulk-progress-bar-wrapper' ).hide();
381
+
382
+ if ( self.ids.length > 0 ) {
383
+ //Show Bulk wrapper
384
+ $( '.wp-smush-bulk-wrapper ' ).show();
385
+ } else {
386
+ $( '.wp-smush-notice.wp-smush-all-done, .wp-smush-pagespeed-recommendation' ).show();
387
+ }
388
+ };
389
+
390
+ this.update_remaining_count = function () {
391
+ if ( this.is_bulk_resmush ) {
392
+ //ReSmush Notice
393
+ if ( $( '.wp-smush-resmush-notice .wp-smush-remaining-count' ).length && 'undefined' != typeof self.ids ) {
394
+ $( '.wp-smush-resmush-notice .wp-smush-remaining-count' ).html( self.ids.length );
395
+ }
396
+ } else {
397
+ //Smush Notice
398
+ if ( $( '.bulk-smush-wrapper .wp-smush-remaining-count' ).length && 'undefined' != typeof self.ids ) {
399
+ $( '.bulk-smush-wrapper .wp-smush-remaining-count' ).html( self.ids.length );
400
+ }
401
+ }
402
+
403
+ // Update sidebar count.
404
+ if ( $( '.smush-sidenav .wp-smush-remaining-count' ).length && 'undefined' != typeof self.ids ) {
405
+ if ( self.ids.length > 0 ) {
406
+ $( '.smush-sidenav .wp-smush-remaining-count' ).html( self.ids.length );
407
+ } else {
408
+ $( '.sui-summary-smush .smush-stats-icon' ).addClass( 'sui-hidden' );
409
+ $( '.smush-sidenav .wp-smush-remaining-count' ).removeClass( 'sui-tag sui-tag-warning' ).html( '' );
410
+ }
411
+ }
412
+ };
413
+
414
+ this.update_progress = function ( _res ) {
415
+ //If not bulk
416
+ if ( !this.is_bulk_resmush && !this.is_bulk ) {
417
+ return;
418
+ }
419
+
420
+ var progress = '';
421
+
422
+ //Update localized stats
423
+ if ( _res && ( 'undefined' != typeof _res.data || 'undefined' != typeof _res.data.stats ) ) {
424
+ update_localized_stats( _res.data.stats, this.smush_type );
425
+ }
426
+
427
+ if ( !this.is_bulk_resmush ) {
428
+ //handle progress for normal bulk smush
429
+ progress = ( wp_smushit_data.count_smushed / wp_smushit_data.count_total ) * 100;
430
+ } else {
431
+ //If the Request was successful, Update the progress bar
432
+ if ( _res.success ) {
433
+ //Handle progress for Super smush progress bar
434
+ if ( wp_smushit_data.resmush.length > 0 ) {
435
+ //Update the Count
436
+ $( '.wp-smush-images-remaining' ).html( wp_smushit_data.resmush.length );
437
+ } else if ( wp_smushit_data.resmush.length == 0 && this.ids.length == 0 ) {
438
+ //If all images are resmushed, show the All Smushed message
439
+
440
+ //Show All Smushed
441
+ $( '.bulk-resmush-wrapper .wp-smush-all-done, .wp-smush-pagespeed-recommendation' ).removeClass( 'sui-hidden' );
442
+
443
+ //Hide Everything else
444
+ $( '.wp-smush-resmush-wrap, .wp-smush-bulk-progress-bar-wrapper' ).hide();
445
+ }
446
+ }
447
+
448
+ //handle progress for normal bulk smush
449
+ //Set Progress Bar width
450
+ if ( 'undefined' !== typeof self.ids && 'undefined' !== typeof wp_smushit_data.count_total && wp_smushit_data.count_total > 0 ) {
451
+ progress = ( wp_smushit_data.count_smushed / wp_smushit_data.count_total ) * 100;
452
+ }
453
+ }
454
+
455
+ //Show Bulk Wrapper and Smush Notice
456
+ if ( self.ids.length == 0 ) {
457
+ //Sync stats for Bulk smush media Library ( Skip for Nextgen )
458
+ if ( 'nextgen' != this.smush_type ) {
459
+ this.sync_stats();
460
+ }
461
+ $( '.bulk-smush-wrapper .wp-smush-all-done, .wp-smush-pagespeed-recommendation' ).show();
462
+ $( '.wp-smush-bulk-wrapper' ).hide();
463
+ }
464
+
465
+ //Update remaining count
466
+ self.update_remaining_count();
467
+
468
+ //if we have received the progress data, update the stats else skip
469
+ if ( 'undefined' != typeof _res.data.stats ) {
470
+
471
+ // increase the progress bar
472
+ this._update_progress( wp_smushit_data.count_smushed, progress );
473
+ }
474
+ // Update stats and counts.
475
+ update_stats( this.smush_type );
476
+ };
477
+
478
+ this._update_progress = function ( count, width ) {
479
+ "use strict";
480
+ if ( !this.is_bulk && !this.is_bulk_resmush ) {
481
+ return;
482
+ }
483
+ //Update the Progress Bar Width
484
+ // get the progress bar
485
+ var $progress_bar = jQuery( '.bulk-smush-wrapper .wp-smush-progress-inner' );
486
+ if ( $progress_bar.length < 1 ) {
487
+ return;
488
+ }
489
+ // increase progress
490
+ $progress_bar.css( 'width', width + '%' );
491
+
492
+ };
493
+
494
+ //Whether to send the ajax requests further or not
495
+ this.continue = function () {
496
+ var continue_smush = self.$button.attr( 'continue_smush' );
497
+
498
+ if ( typeof continue_smush == typeof undefined ) {
499
+ continue_smush = true;
500
+ }
501
+
502
+ if ( 'false' == continue_smush || !continue_smush ) {
503
+ continue_smush = false;
504
+ }
505
+
506
+ return continue_smush && this.ids.length > 0 && this.is_bulk;
507
+ };
508
+
509
+ this.increment_errors = function ( id ) {
510
+ WP_Smush.errors.push( id );
511
+ };
512
+
513
+ //Send ajax request for smushing single and bulk, call update_progress on ajax response
514
+ this.call_ajax = function () {
515
+ var nonce_value = '';
516
+ this.current_id = this.is_bulk ? this.ids.shift() : this.$button.data( "id" ); //remove from array while processing so we can continue where left off
517
+
518
+ //Remove the id from respective variable as well
519
+ this.update_smush_ids( this.current_id );
520
+
521
+ var nonce_field = this.$button.parent().find( '#_wp_smush_nonce' );
522
+ if ( nonce_field ) {
523
+ nonce_value = nonce_field.val();
524
+ }
525
+
526
+ this.request = WP_Smush.ajax( this.is_bulk_resmush, this.current_id, this.url, 0, nonce_value )
527
+ .error( function () {
528
+ self.increment_errors( self.current_id );
529
+ } ).done( function ( res ) {
530
+ //Increase the error count except if bulk request limit excceded
531
+ if ( typeof res.success === "undefined" || ( typeof res.success !== "undefined" && typeof res.success.data !== "undefined" && res.success === false && res.data.error !== 'bulk_request_image_limit_exceeded' ) ) {
532
+ self.increment_errors( self.current_id );
533
+ }
534
+ //If no response or success is false, do not process further
535
+ if ( !res || !res.success ) {
536
+ //@todo: Handle Bulk Smush limit error message
537
+ if ( 'undefined' !== typeof res && 'undefined' !== typeof res.data && typeof res.data.error !== 'undefined' ) {
538
+ var error_class = 'undefined' != typeof res.data.error_class ? 'smush-error-message ' + res.data.error_class : 'smush-error-message';
539
+ var error_msg = '<p class="' + error_class + '">' + res.data.error_message + '</p>';
540
+ if ( 'undefined' != typeof res.data.error && 'bulk_request_image_limit_exceeded' == res.data.error ) {
541
+ var ajax_error_message = $( '.wp-smush-ajax-error' );
542
+ //If we have ajax error message div, append after it
543
+ if ( ajax_error_message.length > 0 ) {
544
+ ajax_error_message.after( error_msg );
545
+ } else {
546
+ //Otherwise prepend
547
+ self.$log.prepend( error_msg );
548
+ }
549
+ } else if ( 'undefined' != typeof res.data.error_class && "" != res.data.error_class && $( 'div.smush-final-log .' + res.data.error_class ).length > 0 ) {
550
+ var error_count = $( 'p.smush-error-message.' + res.data.error_class + ' .image-error-count' );
551
+ //Get the error count, increase and append
552
+ var image_count = error_count.html();
553
+ image_count = parseInt( image_count ) + 1;
554
+ //Append the updated image count
555
+ error_count.html( image_count );
556
+ } else {
557
+ //Print the error on screen
558
+ self.$log.append( error_msg );
559
+ }
560
+ self.$log.show();
561
+ }
562
+ }
563
+
564
+ //Check whether to show the warning notice or not
565
+ membership_validity( res.data );
566
+
567
+ //Bulk Smush Limit Exceeded: Stop ajax requests, remove progress bar, append the last image id back to smush variable, and reset variables to allow the user to continue bulk smush
568
+ if ( typeof res.data !== "undefined" && res.data.error == 'bulk_request_image_limit_exceeded' && !self.is_resolved() ) {
569
+ //Add a data attribute to the smush button, to stop sending ajax
570
+ self.$button.attr( 'continue_smush', false );
571
+
572
+ self.free_exceeded();
573
+
574
+ //Reinsert the current id
575
+ wp_smushit_data.unsmushed.unshift( self.current_id );
576
+
577
+ //Update the remaining count to length of remaining ids + 1 (Current id)
578
+ self.update_remaining_count();
579
+ } else {
580
+
581
+ if ( self.is_bulk && res.success ) {
582
+ self.update_progress( res );
583
+ } else if ( self.ids.length == 0 ) {
584
+ //Sync stats anyway
585
+ self.sync_stats();
586
+ }
587
+ }
588
+ self.single_done();
589
+ } ).complete( function () {
590
+ if ( !self.continue() || !self.is_bulk ) {
591
+ //Calls deferred.done()
592
+ self.deferred.resolve();
593
+ } else {
594
+ self.call_ajax();
595
+ }
596
+ } );
597
+
598
+ self.deferred.errors = WP_Smush.errors;
599
+ return self.deferred;
600
+ };
601
+
602
+ this.init( arguments );
603
+
604
+ //Send ajax request for single and bulk smushing
605
+ this.run = function () {
606
+
607
+ // if we have a definite number of ids
608
+ if ( this.is_bulk && this.ids.length > 0 ) {
609
+ this.call_ajax();
610
+ }
611
+
612
+ if ( !this.is_bulk )
613
+ this.call_ajax();
614
+
615
+ };
616
+
617
+ //Show bulk smush errors, and disable bulk smush button on completion
618
+ this.bind_deferred_events = function () {
619
+
620
+ this.deferred.done( function () {
621
+
622
+ self.$button.removeAttr( 'continue_smush' );
623
+
624
+ if ( WP_Smush.errors.length ) {
625
+ var error_message = '<div class="wp-smush-ajax-error">' + wp_smush_msgs.error_in_bulk.replace( "{{errors}}", WP_Smush.errors.length ) + '</div>';
626
+ //Remove any existing notice
627
+ $( '.wp-smush-ajax-error' ).remove();
628
+ self.$log.prepend( error_message );
629
+ }
630
+
631
+ self.bulk_done();
632
+
633
+ //Re enable the buttons
634
+ $( '.wp-smush-button:not(.wp-smush-finished), .wp-smush-scan' ).removeAttr( 'disabled' );
635
+ } );
636
+
637
+ };
638
+ /** Handles the Cancel button Click
639
+ *
640
+ * Update the UI, and enables the bulk smush button
641
+ *
642
+ **/
643
+ this.cancel_ajax = function () {
644
+ $( '.wp-smush-cancel-bulk' ).on( 'click', function () {
645
+ //Add a data attribute to the smush button, to stop sending ajax
646
+ self.$button.attr( 'continue_smush', false );
647
+ //Sync and update stats
648
+ self.sync_stats();
649
+ update_stats( this.smush_type );
650
+
651
+ self.request.abort();
652
+ self.enable_button();
653
+ self.$button.removeClass( 'wp-smush-started' );
654
+ wp_smushit_data.unsmushed.unshift( self.current_id );
655
+ $( '.wp-smush-bulk-wrapper' ).show();
656
+
657
+ //Hide the Progress Bar
658
+ $( '.wp-smush-bulk-progress-bar-wrapper' ).hide();
659
+ } );
660
+ };
661
+ /**
662
+ * Remove the current id from unsmushed/resmush variable
663
+ * @param current_id
664
+ */
665
+ this.update_smush_ids = function ( current_id ) {
666
+ if ( 'undefined' !== typeof wp_smushit_data.unsmushed && wp_smushit_data.unsmushed.length > 0 ) {
667
+ var u_index = wp_smushit_data.unsmushed.indexOf( current_id );
668
+ if ( u_index > -1 ) {
669
+ wp_smushit_data.unsmushed.splice( u_index, 1 );
670
+ }
671
+ }
672
+ //remove from the resmush list
673
+ if ( 'undefined' !== typeof wp_smushit_data.resmush && wp_smushit_data.resmush.length > 0 ) {
674
+ var index = wp_smushit_data.resmush.indexOf( current_id );
675
+ if ( index > -1 ) {
676
+ wp_smushit_data.resmush.splice( index, 1 );
677
+ }
678
+ }
679
+ };
680
+
681
+ this.start();
682
+ this.run();
683
+ this.bind_deferred_events();
684
+
685
+ //Handle Cancel Ajax
686
+ this.cancel_ajax();
687
+
688
+ return this.deferred;
689
+ };
690
+
691
+ /**
692
+ * Handle the Bulk Smush/ Bulk Resmush button click
693
+ */
694
+ $( 'body' ).on( 'click', 'button.wp-smush-all', function ( e ) {
695
+
696
+ // prevent the default action
697
+ e.preventDefault();
698
+
699
+ $( '.sui-notice-top.sui-notice-success' ).remove();
700
+
701
+ //Disable Resmush and scan button
702
+ $( '.wp-resmush.wp-smush-action, .wp-smush-scan, .wp-smush-button, a.wp-smush-lossy-enable, button.wp-smush-resize-enable, input#wp-smush-save-settings' ).attr( 'disabled', 'disabled' );
703
+
704
+ //Check for ids, if there is none (Unsmushed or lossless), don't call smush function
705
+ if ( typeof wp_smushit_data == 'undefined' ||
706
+ ( wp_smushit_data.unsmushed.length == 0 && wp_smushit_data.resmush.length == 0 )
707
+ ) {
708
+
709
+ return false;
710
+
711
+ }
712
+
713
+ $( ".wp-smush-remaining" ).hide();
714
+
715
+ // Show loader.
716
+ $( '.sui-summary-smush .smush-stats-icon' ).removeClass( 'sui-icon-info sui-warning' ).addClass( 'sui-icon-loader sui-loading' );
717
+
718
+ new WP_Smush.Smush( $( this ), true );
719
+
720
+
721
+ } );
722
+
723
+ /** Disable the action links **/
724
+ var disable_links = function ( c_element ) {
725
+
726
+ var parent = c_element.parent();
727
+ //reduce parent opacity
728
+ parent.css( {'opacity': '0.5'} );
729
+ //Disable Links
730
+ parent.find( 'a' ).attr( 'disabled', 'disabled' );
731
+ };
732
+
733
+ /** Enable the Action Links **/
734
+ var enable_links = function ( c_element ) {
735
+
736
+ var parent = c_element.parent();
737
+
738
+ //reduce parent opacity
739
+ parent.css( {'opacity': '1'} );
740
+ //Disable Links
741
+ parent.find( 'a' ).removeAttr( 'disabled' );
742
+ };
743
+ /**
744
+ * Restore image request with a specified action for Media Library / NextGen Gallery
745
+ * @param e
746
+ * @param current_button
747
+ * @param smush_action
748
+ * @returns {boolean}
749
+ */
750
+ var process_smush_action = function ( e, current_button, smush_action, action ) {
751
+
752
+ //If disabled
753
+ if ( 'disabled' == current_button.attr( 'disabled' ) ) {
754
+ return false;
755
+ }
756
+
757
+ e.preventDefault();
758
+
759
+ //Remove Error
760
+ $( '.wp-smush-error' ).remove();
761
+
762
+ //Hide stats
763
+ $( '.smush-stats-wrapper' ).hide();
764
+
765
+ var mode = 'grid';
766
+ if ( 'smush_restore_image' == smush_action ) {
767
+ if ( $( document ).find( 'div.media-modal.wp-core-ui' ).length > 0 ) {
768
+ mode = 'grid';
769
+ } else {
770
+ mode = window.location.search.indexOf( 'item' ) > -1 ? 'grid' : 'list';
771
+ }
772
+ }
773
+
774
+ //Get the image ID and nonce
775
+ var params = {
776
+ action: smush_action,
777
+ attachment_id: current_button.data( 'id' ),
778
+ mode: mode,
779
+ _nonce: current_button.data( 'nonce' )
780
+ };
781
+
782
+ //Reduce the opacity of stats and disable the click
783
+ disable_links( current_button );
784
+
785
+ progress_bar( current_button, wp_smush_msgs[action], 'show' );
786
+
787
+ //Restore the image
788
+ $.post( ajaxurl, params, function ( r ) {
789
+
790
+ progress_bar( current_button, wp_smush_msgs[action], 'hide' );
791
+
792
+ //reset all functionality
793
+ enable_links( current_button );
794
+
795
+ if ( r.success && 'undefined' != typeof(r.data.button) ) {
796
+ //Replace in immediate parent for nextgen
797
+ if ( 'undefined' != typeof (this.data) && this.data.indexOf( 'nextgen' ) > -1 ) {
798
+ //Show the smush button, and remove stats and restore option
799
+ current_button.parent().html( r.data.button );
800
+ } else {
801
+ //Show the smush button, and remove stats and restore option
802
+ current_button.parents().eq( 1 ).html( r.data.button );
803
+ }
804
+
805
+ if ( 'undefined' != typeof (r.data) && 'restore' === action ) {
806
+ update_image_stats( r.data.new_size );
807
+ }
808
+ } else {
809
+ if ( r.data.message ) {
810
+ //show error
811
+ current_button.parent().append( r.data.message );
812
+ }
813
+ }
814
+ } )
815
+ };
816
+
817
+ /**
818
+ * Validates the Resize Width and Height against the Largest Thumbnail Width and Height
819
+ *
820
+ * @param wrapper_div jQuery object for the whole setting row wrapper div
821
+ * @param width_only Whether to validate only width
822
+ * @param height_only Validate only Height
823
+ * @returns {boolean} All Good or not
824
+ *
825
+ */
826
+ var validate_resize_settings = function ( wrapper_div, width_only, height_only ) {
827
+ var resize_checkbox = wrapper_div.find( '#wp-smush-resize, #wp-smush-resize-quick-setup' );
828
+
829
+ if ( !height_only ) {
830
+ var width_input = wrapper_div.find( '#wp-smush-resize_width' );
831
+ var width_error_note = wrapper_div.find( '.sui-notice-info.wp-smush-update-width' );
832
+ }
833
+ if ( !width_only ) {
834
+ var height_input = wrapper_div.find( '#wp-smush-resize_height' );
835
+ var height_error_note = wrapper_div.find( '.sui-notice-info.wp-smush-update-height' );
836
+ }
837
+
838
+ var width_error = false;
839
+ var height_error = false;
840
+
841
+ //If resize settings is not enabled, return true
842
+ if ( !resize_checkbox.is( ':checked' ) ) {
843
+ return true;
844
+ }
845
+
846
+ //Check if we have localised width and height
847
+ if ( 'undefined' == typeof (wp_smushit_data.resize_sizes) || 'undefined' == typeof (wp_smushit_data.resize_sizes.width) ) {
848
+ //Rely on server validation
849
+ return true;
850
+ }
851
+
852
+ //Check for width
853
+ if ( !height_only && 'undefined' != typeof width_input && parseInt( wp_smushit_data.resize_sizes.width ) > parseInt( width_input.val() ) ) {
854
+ width_input.parent().addClass( 'sui-form-field-error' );
855
+ width_error_note.show( 'slow' );
856
+ width_error = true;
857
+ } else {
858
+ //Remove error class
859
+ width_input.parent().removeClass( 'sui-form-field-error' );
860
+ width_error_note.hide();
861
+ if ( height_input.hasClass( 'error' ) ) {
862
+ height_error_note.show( 'slow' );
863
+ }
864
+ }
865
+
866
+ //Check for height
867
+ if ( !width_only && 'undefined' != typeof height_input && parseInt( wp_smushit_data.resize_sizes.height ) > parseInt( height_input.val() ) ) {
868
+ height_input.parent().addClass( 'sui-form-field-error' );
869
+ //If we are not showing the width error already
870
+ if ( !width_error ) {
871
+ height_error_note.show( 'slow' );
872
+ }
873
+ height_error = true;
874
+ } else {
875
+ //Remove error class
876
+ height_input.parent().removeClass( 'sui-form-field-error' );
877
+ height_error_note.hide();
878
+ if ( width_input.hasClass( 'error' ) ) {
879
+ width_error_note.show( 'slow' );
880
+ }
881
+ }
882
+
883
+ if ( width_error || height_error ) {
884
+ return false;
885
+ }
886
+ return true;
887
+
888
+ };
889
+
890
+ /**
891
+ * Convert bytes to human readable form
892
+ * @param a, Bytes
893
+ * @param b, Number of digits
894
+ * @returns {*} Formatted Bytes
895
+ */
896
+ var formatBytes = function ( a, b ) {
897
+ var thresh = 1024;
898
+ if ( Math.abs( a ) < thresh ) {
899
+ return a + ' B';
900
+ }
901
+ var units = ['KB', 'MB', 'GB', 'TB', 'PB'];
902
+ var u = -1;
903
+ do {
904
+ a /= thresh;
905
+ ++u;
906
+ } while ( Math.abs( a ) >= thresh && u < units.length - 1 );
907
+ return a.toFixed( b ) + ' ' + units[u];
908
+ };
909
+
910
+ /**
911
+ * Convert bytes to human readable form
912
+ * @param a, Bytes
913
+ * @param b, Number of digits
914
+ * @returns {*} Formatted Bytes
915
+ */
916
+ var getSizeFromString = function ( formatted_size ) {
917
+ return formatted_size.replace( /[a-zA-Z]/g, '' ).trim();
918
+ };
919
+
920
+ /**
921
+ * Convert bytes to human readable form
922
+ * @param a, Bytes
923
+ * @param b, Number of digits
924
+ * @returns {*} Formatted Bytes
925
+ */
926
+ var getFormatFromString = function ( formatted_size ) {
927
+ return formatted_size.replace( /[0-9.]/g, '' ).trim();
928
+ };
929
+
930
+ //Stackoverflow: http://stackoverflow.com/questions/1726630/formatting-a-number-with-exactly-two-decimals-in-javascript
931
+ var precise_round = function ( num, decimals ) {
932
+ var sign = num >= 0 ? 1 : -1;
933
+ //Keep the percentage below 100
934
+ num = num > 100 ? 100 : num;
935
+ return (Math.round( (num * Math.pow( 10, decimals )) + (sign * 0.001) ) / Math.pow( 10, decimals ));
936
+ };
937
+
938
+ /**
939
+ * Update the progress bar width if we have images that needs to be resmushed
940
+ * @param unsmushed_count
941
+ * @returns {boolean}
942
+ */
943
+ var update_progress_bar_resmush = function ( unsmushed_count ) {
944
+
945
+ if ( 'undefined' == typeof unsmushed_count ) {
946
+ return false;
947
+ }
948
+
949
+ var smushed_count = wp_smushit_data.count_total - unsmushed_count;
950
+
951
+ //Update the Progress Bar Width
952
+ // get the progress bar
953
+ var $progress_bar = jQuery( '.bulk-smush-wrapper .wp-smush-progress-inner' );
954
+ if ( $progress_bar.length < 1 ) {
955
+ return;
956
+ }
957
+
958
+ var width = ( smushed_count / wp_smushit_data.count_total ) * 100;
959
+
960
+ // increase progress
961
+ $progress_bar.css( 'width', width + '%' );
962
+ };
963
+
964
+ var run_re_check = function ( button, process_settings ) {
965
+
966
+ // Empty the button text and add loader class.
967
+ button.text( '' ).addClass( 'sui-button-onload sui-icon-loader sui-loading' ).blur();
968
+
969
+ //Check if type is set in data attributes
970
+ var scan_type = button.data( 'type' );
971
+ scan_type = 'undefined' == typeof scan_type ? 'media' : scan_type;
972
+
973
+ //Remove the Skip resmush attribute from button
974
+ $( 'button.wp-smush-all' ).removeAttr( 'data-smush' );
975
+
976
+ //remove notices
977
+ var el = $( '.sui-notice-top.sui-notice-success' );
978
+ el.slideUp( 100, function () {
979
+ el.remove();
980
+ } );
981
+
982
+ //Disable Bulk smush button and itself
983
+ $( '.wp-smush-button' ).attr( 'disabled', 'disabled' );
984
+
985
+ //Hide Settings changed Notice
986
+ $( '.wp-smush-settings-changed' ).hide();
987
+
988
+ //Ajax Params
989
+ var params = {
990
+ action: 'scan_for_resmush',
991
+ type: scan_type,
992
+ get_ui: true,
993
+ process_settings: process_settings,
994
+ wp_smush_options_nonce: jQuery( '#wp_smush_options_nonce' ).val()
995
+ };
996
+
997
+ //Send ajax request and get ids if any
998
+ $.get( ajaxurl, params, function ( r ) {
999
+ //Check if we have the ids, initialize the local variable
1000
+ if ( 'undefined' != typeof r.data ) {
1001
+ //Update Resmush id list
1002
+ if ( 'undefined' != typeof r.data.resmush_ids ) {
1003
+ wp_smushit_data.resmush = r.data.resmush_ids;
1004
+
1005
+ //Update wp_smushit_data ( Smushed count, Smushed Percent, Image count, Super smush count, resize savings, conversion savings )
1006
+ if ( 'undefinied' != typeof wp_smushit_data ) {
1007
+ wp_smushit_data.count_smushed = 'undefined' != typeof r.data.count_smushed ? r.data.count_smushed : wp_smushit_data.count_smushed;
1008
+ wp_smushit_data.count_supersmushed = 'undefined' != typeof r.data.count_supersmushed ? r.data.count_supersmushed : wp_smushit_data.count_supersmushed;
1009
+ wp_smushit_data.count_images = 'undefined' != typeof r.data.count_image ? r.data.count_image : wp_smushit_data.count_images;
1010
+ wp_smushit_data.size_before = 'undefined' != typeof r.data.size_before ? r.data.size_before : wp_smushit_data.size_before;
1011
+ wp_smushit_data.size_after = 'undefined' != typeof r.data.size_after ? r.data.size_after : wp_smushit_data.size_after;
1012
+ wp_smushit_data.savings_resize = 'undefined' != typeof r.data.savings_resize ? r.data.savings_resize : wp_smushit_data.savings_resize;
1013
+ wp_smushit_data.savings_conversion = 'undefined' != typeof r.data.savings_conversion ? r.data.savings_conversion : wp_smushit_data.savings_conversion;
1014
+ wp_smushit_data.count_resize = 'undefined' != typeof r.data.count_resize ? r.data.count_resize : wp_smushit_data.count_resize;
1015
+ }
1016
+
1017
+ if ( 'nextgen' == scan_type ) {
1018
+ wp_smushit_data.bytes = parseInt( wp_smushit_data.size_before ) - parseInt( wp_smushit_data.size_after )
1019
+ }
1020
+
1021
+ var smush_percent = ( wp_smushit_data.count_smushed / wp_smushit_data.count_total ) * 100;
1022
+ smush_percent = precise_round( smush_percent, 1 );
1023
+
1024
+ //Update it in stats bar
1025
+ $( '.wp-smush-images-percent' ).html( smush_percent );
1026
+
1027
+ //Hide the Existing wrapper
1028
+ var notices = $( '.bulk-smush-wrapper .sui-notice' );
1029
+ if ( notices.length > 0 ) {
1030
+ notices.hide();
1031
+ $( '.wp-smush-pagespeed-recommendation' ).hide();
1032
+ }
1033
+ //remove existing Re-Smush notices
1034
+ $( '.wp-smush-resmush-notice' ).remove();
1035
+
1036
+ //Show Bulk wrapper
1037
+ $( '.wp-smush-bulk-wrapper' ).show();
1038
+
1039
+ if ( 'undefined' !== typeof r.data.count ) {
1040
+ //Update progress bar
1041
+ update_progress_bar_resmush( r.data.count );
1042
+ }
1043
+ }
1044
+ //If content is received, Prepend it
1045
+ if ( 'undefined' != typeof r.data.content ) {
1046
+ $( '.bulk-smush-wrapper .sui-box-body' ).prepend( r.data.content );
1047
+ }
1048
+ //If we have any notice to show
1049
+ if ( 'undefined' != typeof r.data.notice ) {
1050
+ $( '.wp-smush-page-header' ).after( r.data.notice );
1051
+ }
1052
+ //Hide errors
1053
+ $( 'div.smush-final-log' ).hide();
1054
+
1055
+ //Hide Super Smush notice if it's enabled in media settings
1056
+ if ( 'undefined' != typeof r.data.super_smush && r.data.super_smush ) {
1057
+ var enable_lossy = jQuery( '.wp-smush-enable-lossy' );
1058
+ if ( enable_lossy.length > 0 ) {
1059
+ enable_lossy.remove();
1060
+ }
1061
+ if ( 'undefined' !== r.data.super_smush_stats ) {
1062
+ $( '.super-smush-attachments .wp-smush-stats' ).html( r.data.super_smush_stats );
1063
+ }
1064
+ }
1065
+ update_stats( scan_type );
1066
+ }
1067
+
1068
+ } ).always( function () {
1069
+
1070
+ //Hide the progress bar
1071
+ jQuery( '.bulk-smush-wrapper .wp-smush-bulk-progress-bar-wrapper' ).hide();
1072
+
1073
+ // Add check complete status to button.
1074
+ button.text( wp_smush_msgs.resmush_complete )
1075
+ .removeClass( 'sui-button-onload sui-icon-loader sui-loading' )
1076
+ .addClass( 'smush-button-check-success' );
1077
+
1078
+ // Remove success message from button.
1079
+ setTimeout( function () {
1080
+ button.removeClass( 'smush-button-check-success' )
1081
+ .text( wp_smush_msgs.resmush_check );
1082
+ }, 2000 );
1083
+
1084
+ $( '.wp-smush-button' ).removeAttr( 'disabled' );
1085
+
1086
+ //If wp-smush-re-check-message is there, remove it
1087
+ if ( $( '.wp-smush-re-check-message' ).length ) {
1088
+ remove_element( $( '.wp-smush-re-check-message' ) );
1089
+ }
1090
+ } );
1091
+ };
1092
+
1093
+ /**
1094
+ * Get directory list using Ajax
1095
+ *
1096
+ * @param param
1097
+ * @returns {string}
1098
+ *
1099
+ */
1100
+ var getDirectoryList = function ( param ) {
1101
+ param.action = 'smush_get_directory_list';
1102
+ param.list_nonce = jQuery( 'input[name="list_nonce"]' ).val();
1103
+ var res = '';
1104
+ $.ajax( {
1105
+ type: "GET",
1106
+ url: ajaxurl,
1107
+ data: param,
1108
+ success: function ( response ) {
1109
+ res = response;
1110
+ },
1111
+ async: false
1112
+ } );
1113
+ //Update the button text
1114
+ $( 'button.wp-smush-select-dir' ).html( wp_smush_msgs.add_dir );
1115
+ return res;
1116
+ };
1117
+ /**
1118
+ * Hide the popup and reset the opacity for the button
1119
+ *
1120
+ */
1121
+ var close_dialog = function () {
1122
+
1123
+ // Close the dialog.
1124
+ SUI.dialogs['wp-smush-list-dialog'].hide();
1125
+
1126
+ $( '.wp-smush-select-dir, button.wp-smush-browse, button.wp-smush-resume, a.wp-smush-dir-link' ).removeAttr( 'disabled' );
1127
+
1128
+ // Reset the opacity for content and scan button
1129
+ $( '.wp-smush-select-dir, .wp-smush-list-dialog .sui-box-body' ).css( {'opacity': '1'} );
1130
+ };
1131
+
1132
+ /**
1133
+ * Initialize accordion
1134
+ *
1135
+ */
1136
+ var set_accordion = function () {
1137
+
1138
+ // backward compat of instantiate new accordion
1139
+ SUI.suiAccordion( $( '.sui-table.sui-accordion.smush-dir-smush-accordion' ) );
1140
+ };
1141
+
1142
+ /**
1143
+ * Check if all the elements in the directory are smushed or not
1144
+ *
1145
+ * @param parent directory selector
1146
+ *
1147
+ * @returns {boolean}
1148
+ *
1149
+ */
1150
+ var is_last_element = function ( parent ) {
1151
+ var elements = parent.find( 'li.wp-smush-image-ele:not(.optimised,.processed,.error)' );
1152
+ if ( elements.length <= 0 ) {
1153
+ return true;
1154
+ }
1155
+ return false;
1156
+ };
1157
+
1158
+ /**
1159
+ * Update directory optimisation progress if the element has a parent
1160
+ *
1161
+ * @param ele
1162
+ *
1163
+ */
1164
+ var update_dir_progress = function ( ele ) {
1165
+
1166
+ var ele_tr = ele.closest( 'tr' );
1167
+ var ele_prev_tr = ele_tr.prev( 'tr' );
1168
+ var ele_dir_progress = ele_prev_tr.find( '.wp-smush-image-dir-progress' );
1169
+ var ele_dir_progress_percent = ele_prev_tr.find( '.wp-smush-image-progress-percent' );
1170
+ var ele_dir_count = ele_prev_tr.find( '.sui-tag' );
1171
+ var ele_exclude_btn = ele_prev_tr.find( '.wp-smush-exclude-dir' );
1172
+
1173
+ var children = ele.closest( 'tr' ).find( '.wp-smush-image-ele' );
1174
+ var parent = ele.is( 'li' ) ? ele.parent() : '';
1175
+
1176
+ //Update the percentage, Check the total number of images inside dir, smushed images count
1177
+ if ( children.length > 0 ) {
1178
+ var total = children.length;
1179
+ var smushed = children.filter( '.optimised' ).length;
1180
+ if ( smushed > 0 && total > 0 ) {
1181
+ ele_dir_progress_percent.removeClass( 'sui-hidden' );
1182
+ var percent = ( smushed / total ) * 100;
1183
+ percent = precise_round( percent, 1 );
1184
+ ele_dir_progress_percent.html( percent + '%' );
1185
+ }
1186
+ }
1187
+
1188
+ //Add the class in-progress, to show the respective icon for parent
1189
+ if ( 0 != $( 'input[name="wp-smush-continue-ajax"]' ).val() && smushed != total ) {
1190
+ //Append a spinner
1191
+ ele_dir_progress.addClass( 'sui-icon-loader sui-loading' );
1192
+ }
1193
+
1194
+ if ( parent.length === 0 ) {
1195
+ return;
1196
+ }
1197
+
1198
+ //Check if last image, and if all the images are not smushed under the specified directory path, add a generic warning message
1199
+ if ( is_last_element( parent ) ) {
1200
+ if ( smushed < total ) {
1201
+ var unsmushed = total - smushed;
1202
+ var message = '<div class="sui-notice sui-notice-warning"><p>' + unsmushed + ' ' + ( 1 == unsmushed ? wp_smush_msgs.unfinished_smush_single : wp_smush_msgs.unfinished_smush ) + '</p></div>';
1203
+
1204
+ //If the notice is already displayed, remove it
1205
+ var notice = parent.find( 'div.sui-notice' );
1206
+ if ( notice.length ) {
1207
+ notice.remove();
1208
+ }
1209
+
1210
+ //Append message to 2nd parent i.e li
1211
+ parent.after( message );
1212
+ ele_dir_progress.removeClass( 'sui-icon-loader sui-loading' ).addClass( 'partial' );
1213
+ ele_tr.find( 'td' ).addClass( 'partial' );
1214
+ ele_prev_tr.find( 'td' ).addClass( 'partial' );
1215
+ } else {
1216
+ ele_dir_progress.removeClass( 'partial sui-icon-loader sui-loading' ).addClass( 'optimised' );
1217
+ // Update the count tag class.
1218
+ ele_dir_count.removeClass( 'sui-tag-warning' ).addClass( 'sui-tag-inactive' );
1219
+ ele_exclude_btn.hide();
1220
+ ele_tr.find( 'td' ).removeClass( 'partial' ).addClass( 'optimised' );
1221
+ ele_prev_tr.find( 'td' ).removeClass( 'partial' ).addClass( 'optimised' );
1222
+ }
1223
+ //Remove the loader and percentage.
1224
+ ele_dir_progress.removeClass( 'sui-icon-loader sui-loading' );
1225
+ ele_dir_progress_percent.html( '' );
1226
+ }
1227
+
1228
+ };
1229
+
1230
+ var add_smush_button = function () {
1231
+ //Get the content div length, if less than 1500, Skip
1232
+ if ( $( 'div.wp-smush-scan-result div.content' ).height() < 1500 || $( 'div.wp-smush-all-button-wrap.top' ).length >= 1 ) {
1233
+ return;
1234
+ }
1235
+
1236
+ var smush_button = $( 'div.wp-smush-all-button-wrap.bottom' ).clone();
1237
+ smush_button.addClass( 'top' ).removeClass( 'bottom' );
1238
+ $( 'div.wp-smush-scan-result div.content' ).prepend( smush_button );
1239
+
1240
+ };
1241
+
1242
+ /**
1243
+ * Add smush notice after directory smushing is finished
1244
+ *
1245
+ * @param notice_type
1246
+ * all_done - If all the images were smushed else warning
1247
+ * smush_limit - If Free users exceeded limit
1248
+ *
1249
+ */
1250
+ var add_smush_dir_notice = function ( notice_type ) {
1251
+ //Get the content div length, if less than 1500, Skip
1252
+ if ( $( 'div.wp-smush-scan-result div.content' ).height() < 1500 || $( 'div.wp-smush-scan-result div.sui-notice.top' ).length >= 1 ) {
1253
+ return;
1254
+ }
1255
+ var notice = '';
1256
+ //Clone and append the notice
1257
+ if ( 'all_done' == notice_type ) {
1258
+ notice = $( 'div.sui-notice.wp-smush-dir-all-done' ).clone();
1259
+ } else if ( 'smush_limit' == notice_type ) {
1260
+ notice = $( 'div.sui-notice.wp-smush-dir-limit' ).clone();
1261
+ } else {
1262
+ notice = $( 'div.sui-notice.wp-smush-dir-remaining' ).clone();
1263
+ }
1264
+
1265
+ //Add class top
1266
+ notice.addClass( 'top' );
1267
+ };
1268
+
1269
+ /**
1270
+ * Set pro savings stats if not premium user.
1271
+ *
1272
+ * For non-premium users, show expected avarage savings based
1273
+ * on the free version savings.
1274
+ */
1275
+ var set_pro_savings = function () {
1276
+
1277
+ // Default values.
1278
+ var savings = wp_smushit_data.savings_percent > 0 ? wp_smushit_data.savings_percent : 0;
1279
+ var savings_bytes = wp_smushit_data.savings_bytes > 0 ? wp_smushit_data.savings_bytes : 0;
1280
+ var orig_diff = 2.22058824;
1281
+ if ( savings > 49 ) {
1282
+ var orig_diff = 1.22054412;
1283
+ }
1284
+ //Calculate Pro savings
1285
+ if ( savings > 0 ) {
1286
+ savings = orig_diff * savings;
1287
+ savings_bytes = orig_diff * savings_bytes;
1288
+ }
1289
+
1290
+ wp_smushit_data.pro_savings = {
1291
+ 'percent': precise_round( savings, 1 ),
1292
+ 'savings_bytes': formatBytes( savings_bytes, 1 )
1293
+
1294
+ }
1295
+ };
1296
+
1297
+ /**
1298
+ * Adds the stats for the current image to existing stats
1299
+ *
1300
+ * @param image_stats
1301
+ *
1302
+ */
1303
+ var update_localized_stats = function ( image_stats, type ) {
1304
+ //Increase the smush count
1305
+ if ( 'undefined' == typeof wp_smushit_data ) {
1306
+ return;
1307
+ }
1308
+
1309
+ //No need to increase attachment count, resize, conversion savings for directory smush
1310
+ if ( 'media' == type ) {
1311
+ wp_smushit_data.count_smushed = parseInt( wp_smushit_data.count_smushed ) + 1;
1312
+
1313
+ //Increase smushed image count
1314
+ wp_smushit_data.count_images = parseInt( wp_smushit_data.count_images ) + parseInt( image_stats.count );
1315
+
1316
+ //Increase super smush count, if applicable
1317
+ if ( image_stats.is_lossy ) {
1318
+ wp_smushit_data.count_supersmushed = parseInt( wp_smushit_data.count_supersmushed ) + 1;
1319
+ }
1320
+
1321
+ //Add to Resize Savings
1322
+ wp_smushit_data.savings_resize = 'undefined' != typeof image_stats.savings_resize.bytes ? parseInt( wp_smushit_data.savings_resize ) + parseInt( image_stats.savings_resize.bytes ) : parseInt( wp_smushit_data.savings_resize );
1323
+
1324
+ //Update Resize count
1325
+ wp_smushit_data.count_resize = 'undefined' != typeof image_stats.savings_resize.bytes ? parseInt( wp_smushit_data.count_resize ) + 1 : wp_smushit_data.count_resize;
1326
+
1327
+ //Add to Conversion Savings
1328
+ wp_smushit_data.savings_conversion = 'undefined' != typeof image_stats.savings_conversion && 'undefined' != typeof image_stats.savings_conversion.bytes ? parseInt( wp_smushit_data.savings_conversion ) + parseInt( image_stats.savings_conversion.bytes ) : parseInt( wp_smushit_data.savings_conversion );
1329
+ } else if ( 'directory_smush' == type ) {
1330
+ //Increase smushed image count
1331
+ wp_smushit_data.count_images = parseInt( wp_smushit_data.count_images ) + 1;
1332
+ } else if ( 'nextgen' == type ) {
1333
+ wp_smushit_data.count_smushed = parseInt( wp_smushit_data.count_smushed ) + 1;
1334
+ wp_smushit_data.count_supersmushed = parseInt( wp_smushit_data.count_supersmushed ) + 1;
1335
+
1336
+ //Increase smushed image count
1337
+ wp_smushit_data.count_images = parseInt( wp_smushit_data.count_images ) + parseInt( image_stats.count );
1338
+ }
1339
+
1340
+ //If we have savings
1341
+ if ( image_stats.size_before > image_stats.size_after ) {
1342
+ //Update savings
1343
+ wp_smushit_data.size_before = 'undefined' != typeof image_stats.size_before ? parseInt( wp_smushit_data.size_before ) + parseInt( image_stats.size_before ) : parseInt( wp_smushit_data.size_before );
1344
+ wp_smushit_data.size_after = 'undefined' != typeof image_stats.size_after ? parseInt( wp_smushit_data.size_after ) + parseInt( image_stats.size_after ) : parseInt( wp_smushit_data.size_after );
1345
+ }
1346
+ //Add stats for resizing
1347
+ if ( 'undefined' != typeof image_stats.savings_resize ) {
1348
+ //Update savings
1349
+ wp_smushit_data.size_before = 'undefined' != typeof image_stats.savings_resize.size_before ? parseInt( wp_smushit_data.size_before ) + parseInt( image_stats.savings_resize.size_before ) : parseInt( wp_smushit_data.size_before );
1350
+ wp_smushit_data.size_after = 'undefined' != typeof image_stats.savings_resize.size_after ? parseInt( wp_smushit_data.size_after ) + parseInt( image_stats.savings_resize.size_after ) : parseInt( wp_smushit_data.size_after );
1351
+ }
1352
+ //Add stats for Conversion
1353
+ if ( 'undefined' != typeof image_stats.savings_conversion ) {
1354
+ //Update savings
1355
+ wp_smushit_data.size_before = 'undefined' != typeof image_stats.savings_conversion.size_before ? parseInt( wp_smushit_data.size_before ) + parseInt( image_stats.savings_conversion.size_before ) : parseInt( wp_smushit_data.size_before );
1356
+ wp_smushit_data.size_after = 'undefined' != typeof image_stats.savings_conversion.size_after ? parseInt( wp_smushit_data.size_after ) + parseInt( image_stats.savings_conversion.size_after ) : parseInt( wp_smushit_data.size_after );
1357
+ }
1358
+ };
1359
+
1360
+ /**
1361
+ * Update all stats sections based on the response.
1362
+ *
1363
+ * @param scan_type Current scan type.
1364
+ */
1365
+ var update_stats = function ( scan_type ) {
1366
+
1367
+ var super_savings = 0,
1368
+ smushed_count = 0;
1369
+ var is_nextgen = 'undefined' != typeof scan_type && 'nextgen' == scan_type;
1370
+
1371
+ //Calculate updated savings in bytes
1372
+ wp_smushit_data.savings_bytes = parseInt( wp_smushit_data.size_before ) - parseInt( wp_smushit_data.size_after );
1373
+
1374
+ var formatted_size = formatBytes( wp_smushit_data.savings_bytes, 1 );
1375
+
1376
+ if ( is_nextgen ) {
1377
+ $( '.wp-smush-savings .wp-smush-stats-human' ).html( formatted_size );
1378
+ } else {
1379
+ $( '.wp-smush-savings .wp-smush-stats-human' ).html( getFormatFromString( formatted_size ) );
1380
+ $( '.sui-summary-large.wp-smush-stats-human' ).html( getSizeFromString( formatted_size ) );
1381
+ }
1382
+
1383
+ //Update the savings percent
1384
+ wp_smushit_data.savings_percent = precise_round( ( parseInt( wp_smushit_data.savings_bytes ) / parseInt( wp_smushit_data.size_before ) ) * 100, 1 );
1385
+ if ( !isNaN( wp_smushit_data.savings_percent ) ) {
1386
+ $( '.wp-smush-savings .wp-smush-stats-percent' ).html( wp_smushit_data.savings_percent );
1387
+ }
1388
+
1389
+ //Update Savings in share message
1390
+ //$( 'span.smush-share-savings' ).html( formatBytes( wp_smushit_data.savings_bytes, 1 ) );
1391
+
1392
+ //Update Smush percent
1393
+ wp_smushit_data.smush_percent = precise_round( ( parseInt( wp_smushit_data.count_smushed ) / parseInt( wp_smushit_data.count_total ) ) * 100, 1 );
1394
+ $( 'span.wp-smush-images-percent' ).html( wp_smushit_data.smush_percent );
1395
+
1396
+ //Super-Smush Savings
1397
+ if ( 'undefined' != typeof wp_smushit_data.savings_bytes && 'undefined' != typeof wp_smushit_data.savings_resize ) {
1398
+ super_savings = parseInt( wp_smushit_data.savings_bytes ) - parseInt( wp_smushit_data.savings_resize );
1399
+ if ( super_savings > 0 ) {
1400
+ $( 'li.super-smush-attachments span.smushed-savings' ).html( formatBytes( super_savings, 1 ) );
1401
+ }
1402
+ }
1403
+
1404
+ //Update Image count
1405
+ if ( is_nextgen ) {
1406
+ $( '.sui-summary-details span.wp-smush-total-optimised' ).html( wp_smushit_data.count_images );
1407
+ } else {
1408
+ $( 'span.smushed-items-count span.wp-smush-count-total span.wp-smush-total-optimised' ).html( wp_smushit_data.count_images );
1409
+ }
1410
+
1411
+ //Update image count in share message
1412
+ //$( 'span.smush-share-image-count' ).html( wp_smushit_data.count_images );
1413
+
1414
+ //Update Resize image count
1415
+ $( 'span.smushed-items-count span.wp-smush-count-resize-total span.wp-smush-total-optimised' ).html( wp_smushit_data.count_resize );
1416
+
1417
+ //Update Attachment image count
1418
+ //$( 'div.wp-smush-count-attachment-total span.wp-smush-total-optimised' ).html( wp_smushit_data.count_smushed );
1419
+
1420
+ //Update image count in share message
1421
+
1422
+ //Update supersmushed image count
1423
+ if ( $( 'li.super-smush-attachments .smushed-count' ).length && 'undefined' != typeof wp_smushit_data.count_supersmushed ) {
1424
+ $( 'li.super-smush-attachments .smushed-count' ).html( wp_smushit_data.count_supersmushed );
1425
+ }
1426
+
1427
+ //Update Conversion Savings
1428
+ var smush_conversion_savings = $( '.smush-conversion-savings' );
1429
+ if ( smush_conversion_savings.length > 0 && 'undefined' != typeof ( wp_smushit_data.savings_conversion ) && wp_smushit_data.savings_conversion != '' ) {
1430
+ var conversion_savings = smush_conversion_savings.find( '.wp-smush-stats' );
1431
+ if ( conversion_savings.length > 0 ) {
1432
+ conversion_savings.html( formatBytes( wp_smushit_data.savings_conversion, 1 ) );
1433
+ }
1434
+ }
1435
+
1436
+ //Update Resize Savings
1437
+ var smush_resize_savings = $( '.smush-resize-savings' );
1438
+ if ( smush_resize_savings.length > 0 && 'undefined' != typeof ( wp_smushit_data.savings_resize ) && wp_smushit_data.savings_resize != '' ) {
1439
+ // Get the resize savings in number.
1440
+ var savings_value = parseInt( wp_smushit_data.savings_resize );
1441
+ var resize_savings = smush_resize_savings.find( '.wp-smush-stats' );
1442
+ var resize_message = smush_resize_savings.find( '.wp-smush-stats-label-message' );
1443
+ // Replace only if value is grater than 0.
1444
+ if ( savings_value > 0 && resize_savings.length > 0 ) {
1445
+ // Hide message.
1446
+ if ( resize_message.length > 0 ) {
1447
+ resize_message.hide();
1448
+ }
1449
+ resize_savings.html( formatBytes( wp_smushit_data.savings_resize, 1 ) );
1450
+ }
1451
+ }
1452
+
1453
+ //Update pro Savings
1454
+ set_pro_savings();
1455
+
1456
+ // Updating pro savings stats.
1457
+ if ( 'undefined' != typeof (wp_smushit_data.pro_savings) ) {
1458
+ // Pro stats section.
1459
+ var smush_pro_savings = $( '.smush-avg-pro-savings' );
1460
+ if ( smush_pro_savings.length > 0 ) {
1461
+ var pro_savings_percent = smush_pro_savings.find( '.wp-smush-stats-percent' );
1462
+ var pro_savings_bytes = smush_pro_savings.find( '.wp-smush-stats-human' );
1463
+ if ( pro_savings_percent.length > 0 && 'undefined' != typeof (wp_smushit_data.pro_savings.percent) && wp_smushit_data.pro_savings.percent != '' ) {
1464
+ pro_savings_percent.html( wp_smushit_data.pro_savings.percent );
1465
+ }
1466
+ if ( pro_savings_bytes.length > 0 && 'undefined' != typeof (wp_smushit_data.pro_savings.savings_bytes) && wp_smushit_data.pro_savings.savings_bytes != '' ) {
1467
+ pro_savings_bytes.html( wp_smushit_data.pro_savings.savings_bytes );
1468
+ }
1469
+ }
1470
+ }
1471
+ };
1472
+
1473
+ /**
1474
+ * Update the progress and show notice when smush completes
1475
+ */
1476
+ var directory_smush_finished = function ( notice_type ) {
1477
+
1478
+ // Remove progress icon from navbar.
1479
+ $( '.smush-nav-icon.directory' ).removeClass( 'sui-icon-loader sui-loading' );
1480
+
1481
+ //If there are no images left
1482
+ $( 'button.wp-smush-pause' ).hide().attr( 'disabled', 'disabled' );
1483
+
1484
+ //Hide Bulk Smush button if smush was stopped for error or finished
1485
+ if ( '' == notice_type ) {
1486
+ $( 'button.wp-smush-start' ).parent().hide();
1487
+ } else {
1488
+ $( 'button.wp-smush-start' ).show().removeAttr( 'disabled' );
1489
+ }
1490
+
1491
+ //Enable Choose directory button
1492
+ $( 'button.wp-smush-browse' ).show().removeAttr( 'disabled', 'disabled' );
1493
+
1494
+ //Clone Choose Directory Button and add at the top
1495
+ add_dir_browser_button();
1496
+
1497
+ //Clone and add Smush button
1498
+ add_smush_button();
1499
+
1500
+ if ( '' == notice_type ) {
1501
+ //Get the Total and Optimised image count
1502
+ var image_ele = $( 'li.wp-smush-image-ele' );
1503
+ var total = image_ele.length;
1504
+ var remaning = image_ele.filter( ':not(.optimised)' ).length;
1505
+ var smushed = total - remaning;
1506
+ if ( remaning > 0 ) {
1507
+ //Append the count
1508
+ $( 'span.wp-smush-dir-remaining' ).html( remaning );
1509
+ $( 'span.wp-smush-dir-total' ).html( total );
1510
+ $( 'span.wp-smush-dir-smushed' ).html( smushed );
1511
+
1512
+ //Show remaining image notice
1513
+ $( '.sui-notice.wp-smush-dir-remaining' ).show();
1514
+
1515
+ //Show notice on top if required
1516
+ add_smush_dir_notice();
1517
+ } else {
1518
+
1519
+ //Show success image notice
1520
+ var message = $( '.sui-notice.wp-smush-dir-all-done' ).clone().show();
1521
+ // Hide images list.
1522
+ $( '.wp-smush-image-list tbody tr' ).not( ':first' ).not( ':last' ).hide();
1523
+ $( '.wp-smush-image-list tbody tr:first td' ).html( message ).removeClass( 'partial optimised' );
1524
+
1525
+ //Show notice on top if required
1526
+ add_smush_dir_notice( 'all_done' );
1527
+ }
1528
+ } else {
1529
+ //Show Bulk Limit Notice
1530
+ $( '.wp-smush-notice.wp-smush-dir-limit' ).show();
1531
+ //Show notice on top if required
1532
+ add_smush_dir_notice( 'smush_limit' );
1533
+ }
1534
+ };
1535
+
1536
+ /**
1537
+ * Start Optimising all the images listed in last directory scan
1538
+ */
1539
+ var smush_all = function () {
1540
+
1541
+ var unprocessed_child = jQuery( '.wp-smush-image-list .wp-smush-image-ele:not(".optimised, .processed")' );
1542
+
1543
+ //Update the Optimising status for the image
1544
+ var first_child = unprocessed_child.first();
1545
+
1546
+ var img_progress = first_child.find( '.wp-smush-image-ele-progress' );
1547
+ var parent_tr = first_child.closest( 'tr' ).prev( 'tr' );
1548
+ var dir_progress = parent_tr.find( '.wp-smush-image-dir-progress' );
1549
+ var exclude_btn = parent_tr.find( '.wp-smush-exclude-dir' );
1550
+ var progress_percent = parent_tr.find( '.wp-smush-image-progress-percent' );
1551
+
1552
+ //Check if the selected element is under expandable li
1553
+ if ( dir_progress.length == 1 ) {
1554
+ dir_progress.addClass( 'sui-icon-loader sui-loading' ).removeClass( 'partial optimised' );
1555
+ exclude_btn.addClass( 'sui-hidden' ).hide();
1556
+ }
1557
+
1558
+ // Show waiting message.
1559
+ $( '.wp-smush-image-progress-percent' ).not( '.optimised' ).removeClass( 'sui-hidden' );
1560
+
1561
+ //Append and show spinner
1562
+ img_progress.addClass( 'sui-icon-loader sui-loading' );
1563
+
1564
+ //If all the elements are optimised, No need to send ajax request
1565
+ if ( first_child.length === 0 ) {
1566
+ directory_smush_finished( '' );
1567
+ return;
1568
+ }
1569
+
1570
+ /** Ajax Request to optimise directory images */
1571
+ var param = {
1572
+ action: 'optimise',
1573
+ image_id: first_child.attr( 'id' ),
1574
+ get_stats: unprocessed_child.length > 1 ? 0 : 1,
1575
+ nonce: $( '#wp-smush-all' ).val()
1576
+ };
1577
+
1578
+ //Send Ajax request
1579
+ $.get( ajaxurl, param, function ( res ) {
1580
+
1581
+ //Check, if limit is exceeded for free version
1582
+ if ( typeof res.data !== "undefined" && res.data.error == 'dir_smush_limit_exceeded' ) {
1583
+ //@todo: Check if this is required anymore
1584
+ first_child.removeClass( 'processed' );
1585
+ //Show error, Bulk Smush limit exceeded
1586
+ directory_smush_finished( 'wp-smush-dir-limit' );
1587
+ return;
1588
+ }
1589
+
1590
+ //append stats, remove loader, add loader to next image, loop
1591
+ var data = 'undefined' != typeof ( res.data ) ? res.data : '';
1592
+
1593
+ //If image element is there
1594
+ if ( 'undefined' != typeof(data.image) ) {
1595
+ //Mark Optimised
1596
+ var ele = jQuery( document.getElementById( data.image.id ) );
1597
+ var ele_img_progress = ele.find( '.wp-smush-image-ele-progress' );
1598
+
1599
+ ele.removeClass( 'partial' );
1600
+ ele_img_progress.removeClass( 'sui-icon-loader sui-loading' );
1601
+
1602
+ if ( res.success ) {
1603
+
1604
+ ele.addClass( 'optimised' );
1605
+ ele_img_progress.addClass( 'optimised' );
1606
+
1607
+ //Update Directory progress
1608
+ update_dir_progress( ele );
1609
+
1610
+ // @todo Update stats.
1611
+ } else {
1612
+ //If there was an error optimising the image
1613
+ ele.addClass( 'processed' );
1614
+ ele_img_progress.addClass( 'partial' );
1615
+ //Update Directory progress
1616
+ update_dir_progress( ele );
1617
+ }
1618
+
1619
+ //@todo: Fixed stats UI
1620
+ }
1621
+
1622
+ //If user haven't paused the Smushing
1623
+ if ( 1 == $( 'input[name="wp-smush-continue-ajax"]' ).val() ) {
1624
+ //Loop
1625
+ smush_all( false );
1626
+ } else {
1627
+ //Reset the Ajax flag
1628
+ $( 'input.wp-smush-continue-ajax' ).val( 1 );
1629
+ }
1630
+
1631
+ } );
1632
+ };
1633
+
1634
+ //Finds y value of given object
1635
+ function findPos( obj ) {
1636
+ var curtop = 0;
1637
+ if ( obj.offsetParent ) {
1638
+ do {
1639
+ curtop += obj.offsetTop;
1640
+ } while ( obj = obj.offsetParent );
1641
+ return [curtop];
1642
+ }
1643
+ }
1644
+
1645
+ // Scroll the element to top of the page.
1646
+ var goToByScroll = function ( selector ) {
1647
+ // Scroll if element found.
1648
+ if ( $( selector ).length > 0 ) {
1649
+ $( 'html, body' ).animate( {
1650
+ scrollTop: $( selector ).offset().top - 100
1651
+ }, 'slow'
1652
+ );
1653
+ }
1654
+ };
1655
+
1656
+ var disable_buttons = function ( self ) {
1657
+ self.attr( 'disabled', 'disabled' );
1658
+ $( '.wp-smush-browse' ).attr( 'disabled', 'disabled' );
1659
+ };
1660
+
1661
+ var update_cummulative_stats = function ( stats ) {
1662
+ //Update Directory Smush Stats
1663
+ if ( 'undefined' != typeof ( stats.dir_smush ) ) {
1664
+ var stats_human = $( 'li.smush-dir-savings span.wp-smush-stats span.wp-smush-stats-human' );
1665
+ var stats_percent = $( 'li.smush-dir-savings span.wp-smush-stats span.wp-smush-stats-percent' );
1666
+
1667
+ // Do not replace if 0 savings.
1668
+ if ( stats.dir_smush.bytes > 0 ) {
1669
+ // Hide selector.
1670
+ $( 'li.smush-dir-savings .wp-smush-stats-label-message' ).hide();
1671
+ //Update Savings in bytes
1672
+ if ( stats_human.length > 0 ) {
1673
+ stats_human.html( stats.dir_smush.human );
1674
+ } else {
1675
+ var span = '<span class="wp-smush-stats-human">' + stats.dir_smush.bytes + '</span>';
1676
+ }
1677
+
1678
+ //Percentage section
1679
+ if ( stats.dir_smush.percent > 0 ) {
1680
+ // Show size and percentage separator.
1681
+ $( 'li.smush-dir-savings span.wp-smush-stats span.wp-smush-stats-sep' ).removeClass( 'sui-hidden' );
1682
+ //Update Optimisation percentage
1683
+ if ( stats_percent.length > 0 ) {
1684
+ stats_percent.html( stats.dir_smush.percent + '%' );
1685
+ } else {
1686
+ var span = '<span class="wp-smush-stats-percent">' + stats.dir_smush.percent + '%' + '</span>';
1687
+ }
1688
+ }
1689
+ }
1690
+ }
1691
+
1692
+ //Update Combined stats
1693
+ if ( 'undefined' != typeof ( stats.combined_stats ) && stats.combined_stats.length > 0 ) {
1694
+ var c_stats = stats.combined_stats;
1695
+
1696
+ var smush_percent = ( c_stats.smushed / c_stats.total_count ) * 100;
1697
+ smush_percent = precise_round( smush_percent, 1 );
1698
+
1699
+ //Smushed Percent
1700
+ if ( smush_percent ) {
1701
+ $( 'div.wp-smush-count-total span.wp-smush-images-percent' ).html( smush_percent );
1702
+ }
1703
+ //Update Total Attachment Count
1704
+ if ( c_stats.total_count ) {
1705
+ $( 'span.wp-smush-count-total span.wp-smush-total-optimised' ).html( c_stats.total_count );
1706
+ }
1707
+ //Update Savings and Percent
1708
+ if ( c_stats.savings ) {
1709
+ $( 'span.wp-smush-savings span.wp-smush-stats-human' ).html( c_stats.savings );
1710
+ }
1711
+ if ( c_stats.percent ) {
1712
+ $( 'span.wp-smush-savings span.wp-smush-stats-percent' ).html( c_stats.percent );
1713
+ }
1714
+ }
1715
+ };
1716
+
1717
+ /**
1718
+ * Show directory list popup and foucs on close button
1719
+ */
1720
+ var showDialog = function () {
1721
+ //Shows the directories available
1722
+ $( '.wp-smush-list-dialog' ).show();
1723
+ $( '.wp-smush-list-dialog div.close' ).focus();
1724
+ };
1725
+
1726
+ //Remove span tag from URL
1727
+ function removeSpan( url ) {
1728
+ var url = url.slice( url.indexOf( '?' ) + 1 ).split( '&' );
1729
+ for ( var i = 0; i < url.length; i++ ) {
1730
+ var urlparam = decodeURI( url[i] ).split( /=(.+)/ )[1];
1731
+ return urlparam.replace( /<(?:.|\n)*?>/gm, '' );
1732
+ }
1733
+ }
1734
+
1735
+ /**
1736
+ * Handle the Smush Stats link click
1737
+ */
1738
+ $( 'body' ).on( 'click', 'a.smush-stats-details', function ( e ) {
1739
+
1740
+ //If disabled
1741
+ if ( 'disabled' == $( this ).attr( 'disabled' ) ) {
1742
+ return false;
1743
+ }
1744
+
1745
+ // prevent the default action
1746
+ e.preventDefault();
1747
+ //Replace the `+` with a `-`
1748
+ var slide_symbol = $( this ).find( '.stats-toggle' );
1749
+ $( this ).parents().eq( 1 ).find( '.smush-stats-wrapper' ).slideToggle();
1750
+ slide_symbol.text( slide_symbol.text() == '+' ? '-' : '+' );
1751
+
1752
+
1753
+ } );
1754
+
1755
+ /** Handle smush button click **/
1756
+ $( 'body' ).on( 'click', '.wp-smush-send:not(.wp-smush-resmush)', function ( e ) {
1757
+ // prevent the default action
1758
+ e.preventDefault();
1759
+ new WP_Smush.Smush( $( this ), false );
1760
+ } );
1761
+
1762
+ /** Handle NextGen Gallery smush button click **/
1763
+ $( 'body' ).on( 'click', '.wp-smush-nextgen-send', function ( e ) {
1764
+ // prevent the default action
1765
+ e.preventDefault();
1766
+ new WP_Smush.Smush( $( this ), false, 'nextgen' );
1767
+ } );
1768
+
1769
+ /** Handle NextGen Gallery Bulk smush button click **/
1770
+ $( 'body' ).on( 'click', '.wp-smush-nextgen-bulk', function ( e ) {
1771
+ // prevent the default action
1772
+ e.preventDefault();
1773
+
1774
+ //Check for ids, if there is none (Unsmushed or lossless), don't call smush function
1775
+ if ( typeof wp_smushit_data == 'undefined' ||
1776
+ ( wp_smushit_data.unsmushed.length == 0 && wp_smushit_data.resmush.length == 0 )
1777
+ ) {
1778
+
1779
+ return false;
1780
+
1781
+ }
1782
+
1783
+ jQuery( '.wp-smush-button, .wp-smush-scan' ).attr( 'disabled', 'disabled' );
1784
+ $( ".wp-smush-notice.wp-smush-remaining" ).hide();
1785
+ new WP_Smush.Smush( $( this ), true, 'nextgen' );
1786
+
1787
+ } );
1788
+
1789
+ /** Restore: Media Library **/
1790
+ $( 'body' ).on( 'click', '.wp-smush-action.wp-smush-restore', function ( e ) {
1791
+ var current_button = $( this );
1792
+ var smush_action = 'smush_restore_image';
1793
+ process_smush_action( e, current_button, smush_action, 'restore' );
1794
+ //Change the class oa parent div ( Level 2 )
1795
+ var parent = current_button.parents().eq( 1 );
1796
+ if ( parent.hasClass( 'smushed' ) ) {
1797
+ parent.removeClass( 'smushed' ).addClass( 'unsmushed' );
1798
+ }
1799
+ } );
1800
+
1801
+ /** Resmush: Media Library **/
1802
+ $( 'body' ).on( 'click', '.wp-smush-action.wp-smush-resmush', function ( e ) {
1803
+ var current_button = $( this );
1804
+ var smush_action = 'smush_resmush_image';
1805
+ process_smush_action( e, current_button, smush_action, 'smushing' );
1806
+ } );
1807
+
1808
+ /** Restore: NextGen Gallery **/
1809
+ $( 'body' ).on( 'click', '.wp-smush-action.wp-smush-nextgen-restore', function ( e ) {
1810
+ var current_button = $( this );
1811
+ var smush_action = 'smush_restore_nextgen_image';
1812
+ process_smush_action( e, current_button, smush_action, 'restore' );
1813
+ } );
1814
+
1815
+ /** Resmush: NextGen Gallery **/
1816
+ $( 'body' ).on( 'click', '.wp-smush-action.wp-smush-nextgen-resmush', function ( e ) {
1817
+ var current_button = $( this );
1818
+ var smush_action = 'smush_resmush_nextgen_image';
1819
+ process_smush_action( e, current_button, smush_action, 'smushing' );
1820
+ } );
1821
+
1822
+ //Scan For resmushing images
1823
+ $( 'body' ).on( 'click', '.wp-smush-scan', function ( e ) {
1824
+
1825
+ e.preventDefault();
1826
+
1827
+ //Run the Re-check
1828
+ run_re_check( $( this ), false );
1829
+ } );
1830
+
1831
+ //Dismiss Welcome notice
1832
+ //@todo: Use it for popup
1833
+ $( '#wp-smush-welcome-box .smush-dismiss-welcome' ).on( 'click', function ( e ) {
1834
+ e.preventDefault();
1835
+ var $el = $( this ).parents().eq( 1 );
1836
+ remove_element( $el );
1837
+
1838
+ //Send a ajax request to save the dismissed notice option
1839
+ var param = {
1840
+ action: 'dismiss_welcome_notice'
1841
+ };
1842
+ $.post( ajaxurl, param );
1843
+ } );
1844
+
1845
+ //Remove Notice
1846
+ $( 'body' ).on( 'click', '.wp-smush-notice .icon-fi-close', function ( e ) {
1847
+ e.preventDefault();
1848
+ var $el = $( this ).parent();
1849
+ remove_element( $el );
1850
+ } );
1851
+
1852
+ //On Click Update Settings. Check for change in settings
1853
+ $( 'input#wp-smush-save-settings' ).on( 'click', function ( e ) {
1854
+ e.preventDefault();
1855
+
1856
+ var setting_type = '';
1857
+ var setting_input = $( 'input[name="setting-type"]' );
1858
+ //Check if setting type is set in the form
1859
+ if ( setting_input.length > 0 ) {
1860
+ setting_type = setting_input.val();
1861
+ }
1862
+
1863
+ //Show the spinner
1864
+ var self = $( this );
1865
+ self.parent().find( 'span.sui-icon-loader.sui-loading' ).removeClass( 'sui-hidden' );
1866
+
1867
+ //Save settings if in network admin
1868
+ if ( '' != setting_type && 'network' == setting_type ) {
1869
+ //Ajax param
1870
+ var param = {
1871
+ action: 'save_settings',
1872
+ nonce: $( '#wp_smush_options_nonce' ).val()
1873
+ };
1874
+
1875
+ param = jQuery.param( param ) + '&' + jQuery( 'form#wp-smush-settings-form' ).serialize();
1876
+
1877
+ //Send ajax, Update Settings, And Check For resmush
1878
+ jQuery.post( ajaxurl, param ).done( function () {
1879
+ jQuery( 'form#wp-smush-settings-form' ).submit();
1880
+ return true;
1881
+ } );
1882
+ } else {
1883
+ //Check for all the settings, and scan for resmush
1884
+ var wrapper_div = self.parents().eq( 1 );
1885
+
1886
+ //Get all the main settings
1887
+ var strip_exif = document.getElementById( "wp-smush-strip_exif" );
1888
+ var super_smush = document.getElementById( "wp-smush-lossy" );
1889
+ var smush_original = document.getElementById( "wp-smush-original" );
1890
+ var resize_images = document.getElementById( "wp-smush-resize" );
1891
+ var smush_pngjpg = document.getElementById( "wp-smush-png_to_jpg" );
1892
+
1893
+ var update_button_txt = true;
1894
+
1895
+ $( '.wp-smush-hex-notice' ).hide();
1896
+
1897
+ //If Preserve Exif is Checked, and all other settings are off, just save the settings
1898
+ if ( ( strip_exif === null || !strip_exif.checked )
1899
+ && ( super_smush === null || !super_smush.checked )
1900
+ && ( smush_original === null || !smush_original.checked )
1901
+ && ( resize_images === null || !resize_images.checked )
1902
+ && ( smush_pngjpg === null || !smush_pngjpg.checked )
1903
+ ) {
1904
+ update_button_txt = false;
1905
+ }
1906
+
1907
+ //Update text
1908
+ self.attr( 'disabled', 'disabled' ).addClass( 'button-grey' );
1909
+
1910
+ if ( update_button_txt ) {
1911
+ self.val( wp_smush_msgs.checking )
1912
+ }
1913
+
1914
+ //Check if type is set in data attributes
1915
+ var scan_type = self.data( 'type' );
1916
+ scan_type = 'undefined' == typeof scan_type ? 'media' : scan_type;
1917
+
1918
+ //Ajax param
1919
+ var param = {
1920
+ action: 'scan_for_resmush',
1921
+ wp_smush_options_nonce: jQuery( '#wp_smush_options_nonce' ).val(),
1922
+ scan_type: scan_type
1923
+ };
1924
+
1925
+ param = jQuery.param( param ) + '&' + jQuery( 'form#wp-smush-settings-form' ).serialize();
1926
+
1927
+ //Send ajax, Update Settings, And Check For resmush
1928
+ jQuery.post( ajaxurl, param ).done( function () {
1929
+ jQuery( 'form#wp-smush-settings-form' ).submit();
1930
+ return true;
1931
+ } );
1932
+ }
1933
+ } );
1934
+
1935
+ // On Resmush click.
1936
+ $( 'body' ).on( 'click', '.wp-smush-skip-resmush', function ( e ) {
1937
+ e.preventDefault();
1938
+ var self = jQuery( this );
1939
+ var container = self.parents().eq( 1 );
1940
+
1941
+ // Remove Parent div.
1942
+ var $el = self.parent();
1943
+ remove_element( $el );
1944
+
1945
+ // Remove Settings Notice.
1946
+ $( '.sui-notice-top.sui-notice-success' ).remove();
1947
+
1948
+ // Set button attribute to skip re-smush ids.
1949
+ container.find( '.wp-smush-all' ).attr( 'data-smush', 'skip_resmush' );
1950
+
1951
+ // Update Smushed count.
1952
+ wp_smushit_data.count_smushed = parseInt( wp_smushit_data.count_smushed ) + wp_smushit_data.resmush.length;
1953
+ wp_smushit_data.count_supersmushed = parseInt( wp_smushit_data.count_supersmushed ) + wp_smushit_data.resmush.length;
1954
+
1955
+ // Update Stats.
1956
+ if ( wp_smushit_data.count_smushed == wp_smushit_data.count_total ) {
1957
+
1958
+ // Show all done notice.
1959
+ $( '.wp-smush-notice.wp-smush-all-done, .wp-smush-pagespeed-recommendation' ).show();
1960
+
1961
+ // Hide Smush button.
1962
+ $( '.wp-smush-bulk-wrapper ' ).hide()
1963
+
1964
+ }
1965
+ //Remove Re-Smush Notice
1966
+ $( '.wp-smush-resmush-notice' ).remove();
1967
+
1968
+ var type = $( '.wp-smush-scan' ).data( 'type' );
1969
+ type = 'undefined' == typeof type ? 'media' : type;
1970
+
1971
+ var smushed_count = 'undefined' != typeof wp_smushit_data.count_smushed ? wp_smushit_data.count_smushed : 0;
1972
+
1973
+ var smush_percent = ( smushed_count / wp_smushit_data.count_total ) * 100;
1974
+ smush_percent = precise_round( smush_percent, 1 );
1975
+
1976
+ $( '.wp-smush-images-percent' ).html( smush_percent );
1977
+
1978
+ //Update the Progress Bar Width
1979
+ // get the progress bar
1980
+ var $progress_bar = jQuery( '.bulk-smush-wrapper .wp-smush-progress-inner' );
1981
+ if ( $progress_bar.length < 1 ) {
1982
+ return;
1983
+ }
1984
+
1985
+ // increase progress
1986
+ $progress_bar.css( 'width', smush_percent + '%' );
1987
+
1988
+ //Show the default bulk smush notice
1989
+ $( '.wp-smush-bulk-wrapper' ).show();
1990
+ $( '.wp-smush-bulk-wrapper .sui-notice' ).show();
1991
+
1992
+ var params = {
1993
+ action: 'delete_resmush_list',
1994
+ type: type
1995
+ };
1996
+ //Delete resmush list, @todo: update stats from the ajax response
1997
+ $.post( ajaxurl, params, function ( res ) {
1998
+ //Remove the whole li element on success
1999
+ if ( res.success && 'undefined' != typeof res.data.stats ) {
2000
+ var stats = res.data.stats;
2001
+ //Update wp_smushit_data ( Smushed count, Smushed Percent, Image count, Super smush count, resize savings, conversion savings )
2002
+ if ( 'undefinied' != typeof wp_smushit_data ) {
2003
+ wp_smushit_data.count_images = 'undefined' != typeof stats.count_images ? parseInt( wp_smushit_data.count_images ) + stats.count_images : wp_smushit_data.count_images;
2004
+ wp_smushit_data.size_before = 'undefined' != typeof stats.size_before ? parseInt( wp_smushit_data.size_before ) + stats.size_before : wp_smushit_data.size_before;
2005
+ wp_smushit_data.size_after = 'undefined' != typeof stats.size_after ? parseInt( wp_smushit_data.size_after ) + stats.size_after : wp_smushit_data.size_after;
2006
+ wp_smushit_data.savings_resize = 'undefined' != typeof stats.savings_resize ? parseInt( wp_smushit_data.savings_resize ) + stats.savings_resize : wp_smushit_data.savings_resize;
2007
+ wp_smushit_data.savings_conversion = 'undefined' != typeof stats.savings_conversion ? parseInt( wp_smushit_data.savings_conversion ) + stats.savings_conversion : wp_smushit_data.savings_conversion;
2008
+ //Add directory smush stats
2009
+ if ( 'undefined' != typeof ( wp_smushit_data.savings_dir_smush ) && 'undefined' != typeof ( wp_smushit_data.savings_dir_smush.orig_size ) ) {
2010
+ wp_smushit_data.size_before = 'undefined' != typeof wp_smushit_data.savings_dir_smush ? parseInt( wp_smushit_data.size_before ) + parseInt( wp_smushit_data.savings_dir_smush.orig_size ) : wp_smushit_data.size_before;
2011
+ wp_smushit_data.size_after = 'undefined' != typeof wp_smushit_data.savings_dir_smush ? parseInt( wp_smushit_data.size_after ) + parseInt( wp_smushit_data.savings_dir_smush.image_size ) : wp_smushit_data.size_after;
2012
+ }
2013
+
2014
+ wp_smushit_data.count_resize = 'undefined' != typeof stats.count_resize ? parseInt( wp_smushit_data.count_resize ) + stats.count_resize : wp_smushit_data.count_resize;
2015
+ }
2016
+ //Smush Notice
2017
+ if ( $( '.bulk-smush-wrapper .wp-smush-remaining-count' ).length && 'undefined' != typeof wp_smushit_data.unsmushed ) {
2018
+ $( '.bulk-smush-wrapper .wp-smush-remaining-count' ).html( wp_smushit_data.unsmushed.length );
2019
+ }
2020
+ update_stats();
2021
+ }
2022
+ } );
2023
+
2024
+ } );
2025
+
2026
+ /**
2027
+ * Enable resize in settings and scroll.
2028
+ */
2029
+ var scroll_and_enable_resize = function () {
2030
+ // Enable resize, show resize settings.
2031
+ $( '#wp-smush-resize' ).prop( 'checked', true ).focus();
2032
+ $( 'div.wp-smush-resize-settings-wrap' ).show();
2033
+
2034
+ // Scroll down to settings area.
2035
+ goToByScroll( "#column-wp-smush-resize" );
2036
+ }
2037
+
2038
+ /**
2039
+ * Enable super smush in settings and scroll.
2040
+ */
2041
+ var scroll_and_enable_lossy = function () {
2042
+ // Enable super smush.
2043
+ $( '#wp-smush-lossy' ).prop( 'checked', true ).focus();
2044
+
2045
+ // Scroll down to settings area.
2046
+ goToByScroll( "#column-wp-smush-lossy" );
2047
+ }
2048
+
2049
+ // Enable super smush on clicking link from stats area.
2050
+ $( 'a.wp-smush-lossy-enable' ).on( 'click', function ( e ) {
2051
+ e.preventDefault();
2052
+
2053
+ scroll_and_enable_lossy();
2054
+ } );
2055
+
2056
+ // Enable resize on clicking link from stats area.
2057
+ $( '.wp-smush-resize-enable' ).on( 'click', function ( e ) {
2058
+ e.preventDefault();
2059
+
2060
+ scroll_and_enable_resize();
2061
+ } );
2062
+
2063
+ // If settings string is found in url, enable and scroll.
2064
+ if ( window.location.hash ) {
2065
+ var setting_hash = window.location.hash.substring( 1 );
2066
+ // Enable and scroll to resize settings.
2067
+ if ( 'enable-resize' === setting_hash ) {
2068
+ scroll_and_enable_resize();
2069
+ } else if ( 'enable-lossy' === setting_hash ) {
2070
+ // Enable and scroll to lossy settings.
2071
+ scroll_and_enable_lossy();
2072
+ }
2073
+ }
2074
+
2075
+ //Trigger Bulk
2076
+ $( 'body' ).on( 'click', '.wp-smush-trigger-bulk', function ( e ) {
2077
+ e.preventDefault();
2078
+ //Induce Setting button save click
2079
+ $( 'button.wp-smush-all' ).click();
2080
+ $( 'span.sui-notice-dismiss' ).click();
2081
+ } );
2082
+
2083
+ //Allow the checkboxes to be Keyboard Accessible
2084
+ $( '.wp-smush-setting-row .toggle-checkbox' ).focus( function () {
2085
+ //If Space is pressed
2086
+ $( this ).keypress( function ( e ) {
2087
+ if ( e.keyCode == 32 ) {
2088
+ e.preventDefault();
2089
+ $( this ).find( '.toggle-checkbox' ).click();
2090
+ }
2091
+ } );
2092
+ } );
2093
+
2094
+ // Re-Validate Resize Width And Height.
2095
+ $( 'body' ).on( 'blur', '.wp-smush-resize-input', function () {
2096
+
2097
+ var self = $( this );
2098
+
2099
+ var wrapper_div = self.parents().eq( 4 );
2100
+
2101
+ // Initiate the check.
2102
+ validate_resize_settings( wrapper_div, false, false ); // run the validation.
2103
+ } );
2104
+
2105
+ // Handle Resize Checkbox toggle, to show/hide width, height settings.
2106
+ $( 'body' ).on( 'click', '#wp-smush-resize, #wp-smush-resize-quick-setup', function () {
2107
+ var self = $( this );
2108
+ var settings_wrap = $( '.wp-smush-resize-settings-wrap' );
2109
+
2110
+ if ( self.is( ':checked' ) ) {
2111
+ settings_wrap.show();
2112
+ } else {
2113
+ settings_wrap.hide();
2114
+ }
2115
+ } );
2116
+
2117
+ // Handle Automatic Smush Checkbox toggle, to show/hide image size settings.
2118
+ $( 'body' ).on( 'click', '#wp-smush-auto', function () {
2119
+ var self = $( this );
2120
+ var settings_wrap = $( '.wp-smush-image-size-list' );
2121
+
2122
+ if ( self.is( ':checked' ) ) {
2123
+ settings_wrap.show();
2124
+ } else {
2125
+ settings_wrap.hide();
2126
+ }
2127
+ } );
2128
+
2129
+ // Handle auto detect checkbox toggle, to show/hide highlighting notice.
2130
+ $( 'body' ).on( 'click', '#wp-smush-detection', function () {
2131
+ var self = $( this );
2132
+ var notice_wrap = $( '.smush-highlighting-notice' );
2133
+
2134
+ if ( self.is( ':checked' ) ) {
2135
+ notice_wrap.show();
2136
+ } else {
2137
+ notice_wrap.hide();
2138
+ }
2139
+ } );
2140
+
2141
+ // Handle PNG to JPG Checkbox toggle, to show/hide Transparent image conversion settings.
2142
+ $( '#wp-smush-png_to_jpg' ).click( function () {
2143
+ var self = $( this );
2144
+ var settings_wrap = $( '.wp-smush-png_to_jpg-wrap' );
2145
+
2146
+ if ( self.is( ':checked' ) ) {
2147
+ settings_wrap.show();
2148
+ } else {
2149
+ settings_wrap.hide();
2150
+ }
2151
+ } );
2152
+
2153
+ //Handle, Change event in Enable Networkwide settings
2154
+ $( '#wp-smush-networkwide' ).on( 'click', function ( e ) {
2155
+ if ( $( this ).is( ':checked' ) ) {
2156
+ $( '.network-settings-wrapper' ).show();
2157
+ $( '.sui-vertical-tabs li' ).not( '.smush-bulk' ).each( function ( n ) {
2158
+ $( this ).removeClass( 'sui-hidden' );
2159
+ } );
2160
+ } else {
2161
+ $( '.network-settings-wrapper' ).hide();
2162
+ $( '.sui-vertical-tabs li' ).not( '.smush-bulk' ).each( function ( n ) {
2163
+ $( this ).addClass( 'sui-hidden' );
2164
+ } );
2165
+ }
2166
+ } );
2167
+
2168
+ //Handle Twitter Share
2169
+ $( '#wp-smush-twitter-share' ).on( 'click', function ( e ) {
2170
+ e.preventDefault();
2171
+ var url = this.href;
2172
+ var text = removeSpan( url );
2173
+ //Update text in URL
2174
+ url = url.replace( /(text=)[^\&]+/, '$1' + text );
2175
+ var width = 550,
2176
+ height = 420,
2177
+ left = ($( window ).width() - width) / 2,
2178
+ top = ($( window ).height() - height) / 2,
2179
+ url = url,
2180
+ opts = 'status=1' +
2181
+ ',width=' + width +
2182
+ ',height=' + height +
2183
+ ',top=' + top +
2184
+ ',left=' + left;
2185
+
2186
+ window.open( url, 'twitter', opts );
2187
+
2188
+ return false;
2189
+ } );
2190
+
2191
+ //Handle Facebook Share
2192
+ $( '#wp-smush-facebook-share' ).on( 'click', function ( e ) {
2193
+ e.preventDefault();
2194
+ var width = 550,
2195
+ height = 420,
2196
+ left = ($( window ).width() - width) / 2,
2197
+ top = ($( window ).height() - height) / 2,
2198
+ url = this.href,
2199
+ opts = 'status=1' +
2200
+ ',width=' + width +
2201
+ ',height=' + height +
2202
+ ',top=' + top +
2203
+ ',left=' + left;
2204
+
2205
+ window.open( url, 'facebook', opts );
2206
+
2207
+ return false;
2208
+ } );
2209
+
2210
+ //Handle Re-check button functionality
2211
+ $( "#wp-smush-revalidate-member" ).on( 'click', function ( e ) {
2212
+ e.preventDefault();
2213
+ //Ajax Params
2214
+ var params = {
2215
+ action: 'smush_show_warning',
2216
+ };
2217
+ var link = $( this );
2218
+ var parent = link.parents().eq( 1 );
2219
+ parent.addClass( 'loading-notice' );
2220
+ $.get( ajaxurl, params, function ( r ) {
2221
+ //remove the warning
2222
+ parent.removeClass( 'loading-notice' ).addClass( "loaded-notice" );
2223
+ if ( 0 == r ) {
2224
+ parent.attr( 'data-message', wp_smush_msgs.membership_valid );
2225
+ remove_element( parent, 1000 );
2226
+ } else {
2227
+ parent.attr( 'data-message', wp_smush_msgs.membership_invalid );
2228
+ setTimeout( function remove_loader() {
2229
+ parent.removeClass( 'loaded-notice' );
2230
+ }, 1000 )
2231
+ }
2232
+ } );
2233
+ } );
2234
+
2235
+ //Initiate Re-check if the variable is set
2236
+ if ( 'undefined' != typeof (wp_smush_run_re_check) && 1 == wp_smush_run_re_check && $( '.wp-smush-scan' ).length > 0 ) {
2237
+ //Run the Re-check
2238
+ run_re_check( $( '.wp-smush-scan' ), false );
2239
+ }
2240
+
2241
+ /**
2242
+ * Init fileTree
2243
+ */
2244
+ //var initFileTree = function() {
2245
+ function initFileTree() {
2246
+ console.log( $( ".wp-smush-list-dialog .content" ) );
2247
+ $( ".wp-smush-list-dialog .content" ).fileTree( {
2248
+ script: getDirectoryList,
2249
+ multiFolder: false
2250
+ },
2251
+ function ( file ) {
2252
+ //console.log( file );
2253
+ }
2254
+ ).on( 'filetreeexpanded', function ( e, data ) {
2255
+ // Add a selected class to directory.
2256
+ data.container.find( 'li' ).removeClass( 'selected' );
2257
+ data.li.addClass( 'selected' );
2258
+ } ).on( 'filetreecollapsed', function ( e, data ) {
2259
+ // Add a selected class to the closest expanded tree.
2260
+ data.li.removeClass( 'selected' );
2261
+ const li = data.container.find( '[rel="' + data.rel + '"]' ).parent().closest( '.expanded' );
2262
+ li.addClass( 'selected' );
2263
+ } );
2264
+ }
2265
+
2266
+ //Stats Section Choose Directory Link
2267
+ $( 'body' ).on( 'click', 'a.wp-smush-dir-link', function ( e ) {
2268
+ if ( $( 'div.sui-wrap button.wp-smush-browse' ).length > 0 ) {
2269
+ e.preventDefault();
2270
+ SUI.dialogs["wp-smush-list-dialog"].show();
2271
+ //Display File tree for Directory Smush
2272
+ initFileTree();
2273
+ }
2274
+ } );
2275
+
2276
+ //WP Smush all : Scan Images
2277
+ $( 'div.sui-wrap' ).on( 'click', 'button.wp-smush-browse', function ( e ) {
2278
+ e.preventDefault();
2279
+
2280
+ // Hide all the notices.
2281
+ $( 'div.wp-smush-scan-result div.wp-smush-notice' ).hide();
2282
+
2283
+ //If disabled, do not process
2284
+ if ( $( this ).attr( 'disabled' ) ) {
2285
+ return;
2286
+ } else {
2287
+ //Disable Buttons
2288
+ $( this ).attr( 'disabled', 'disabled' );
2289
+ $( 'button.wp-smush-resume' ).attr( 'disabled', 'disabled' );
2290
+ }
2291
+
2292
+ //Remove Notice
2293
+ $( 'div.wp-smush-info' ).remove();
2294
+
2295
+ showDialog();
2296
+
2297
+ //Display File tree for Directory Smush
2298
+ initFileTree();
2299
+ } );
2300
+
2301
+ // On dialog close make browse btutton active.
2302
+ $( '.sui-dialog-close' ).on( 'click', function ( e ) {
2303
+ $( '.wp-smush-browse' ).removeAttr( 'disabled' );
2304
+ close_dialog();
2305
+ } );
2306
+
2307
+ //Image Directories: On Select button click
2308
+ $( '.wp-smush-select-dir' ).on( 'click', function ( e ) {
2309
+ e.preventDefault();
2310
+
2311
+ //If disabled, do not process
2312
+ if ( $( this ).attr( 'disabled' ) ) {
2313
+ return;
2314
+ }
2315
+
2316
+ var button = $( this );
2317
+
2318
+ $( 'div.wp-smush-list-dialog div.sui-box-body' ).css( {'opacity': '0.8'} );
2319
+ $( 'div.wp-smush-list-dialog div.sui-box-body a' ).unbind( 'click' );
2320
+
2321
+ //Remove resume button
2322
+ $( 'button.wp-smush-resume' ).remove();
2323
+
2324
+ //Disable Button
2325
+ button.attr( 'disabled', 'disabled' );
2326
+
2327
+ var spinner = button.parent().find( '.add-dir-loader' );
2328
+ //Display the spinner
2329
+ spinner.addClass( 'sui-icon-loader sui-loading' );
2330
+
2331
+ //Get the Selected directory path
2332
+ var path = $( '.jqueryFileTree .selected a' ).attr( 'rel' );
2333
+ path = 'undefined' == typeof (path) ? '' : path;
2334
+
2335
+ //Absolute path
2336
+ var abs_path = $( 'input[name="wp-smush-base-path"]' ).val();
2337
+
2338
+ //Fill in the input field
2339
+ $( '.wp-smush-dir-path' ).val( abs_path + '/' + path );
2340
+
2341
+ //Send a ajax request to get a list of all the image files
2342
+ var param = {
2343
+ action: 'image_list',
2344
+ smush_path: $( '.wp-smush-dir-path' ).val(),
2345
+ image_list_nonce: $( 'input[name="image_list_nonce"]' ).val()
2346
+ };
2347
+
2348
+ //Get the List of images
2349
+ $.get( ajaxurl, param, function ( res ) {
2350
+ if ( !res.success && 'undefined' !== typeof ( res.data.message ) ) {
2351
+ $( 'div.wp-smush-scan-result div.content' ).html( res.data.message );
2352
+ } else {
2353
+ $( '.wp-smush-scan-result .smush-dir-smush-done' ).addClass( 'sui-hidden' );
2354
+ $( 'div.wp-smush-scan-result div.content' ).html( res.data );
2355
+ var wp_smush_dir_image_ids = res.data.ids;
2356
+ }
2357
+ set_accordion();
2358
+ close_dialog();
2359
+
2360
+ //Remove the spinner
2361
+ spinner.removeClass( 'sui-icon-loader sui-loading' );
2362
+
2363
+ //Show Scan result
2364
+ $( '.wp-smush-scan-result' ).removeClass( 'sui-hidden' ).show();
2365
+ } ).done( function ( res ) {
2366
+
2367
+ // Show select directory button on top.
2368
+ $( 'div.sui-box-header button.wp-smush-browse' ).removeClass( 'sui-hidden' );
2369
+
2370
+ //If there was no image list, return
2371
+ if ( !res.success ) {
2372
+ //Hide the smush button
2373
+ $( 'div.wp-smush-all-button-wrap.bottom' ).addClass( 'sui-hidden' );
2374
+ return;
2375
+ }
2376
+
2377
+ //Show the smush button
2378
+ $( 'div.wp-smush-all-button-wrap.bottom' ).removeClass( 'sui-hidden' );
2379
+
2380
+ //Remove disabled attribute for the button
2381
+ $( 'button.wp-smush-start' ).removeAttr( 'disabled' );
2382
+
2383
+ //Append a Directory browser button at the top
2384
+ add_dir_browser_button();
2385
+
2386
+ //Clone and add Smush button
2387
+ add_smush_button();
2388
+
2389
+ window.location.hash = '#wp-smush-dir-browser';
2390
+ } );
2391
+ } );
2392
+
2393
+ /**
2394
+ * Handle the Smush Now button click
2395
+ */
2396
+ $( '#wp-smush-dir-wrap-box' ).on( 'click', 'button.wp-smush-start', function ( e ) {
2397
+ e.preventDefault();
2398
+
2399
+ //Check if we have images to be optimised
2400
+ if ( !$( '.wp-smush-image-ele:not(.optimised)' ).length ) {
2401
+ return;
2402
+ }
2403
+
2404
+ //Disable this button
2405
+ var button = $( '.wp-smush-start' );
2406
+ var parent = button.parent();
2407
+
2408
+ //Hide all the notices
2409
+ $( 'div.wp-smush-scan-result div.sui-notice' ).hide();
2410
+
2411
+ //Set the button status to 0, to cancel next ajax request
2412
+ $( 'input[name="wp-smush-continue-ajax"]' ).val( 1 );
2413
+
2414
+ //Hide Directory browser button
2415
+ $( 'button.wp-smush-browse' ).hide();
2416
+
2417
+ //Hide Exclude directory button link
2418
+ $( '.wp-smush-exclude-dir' ).hide();
2419
+
2420
+ /** All the Styling changes **/
2421
+ button.hide();
2422
+ parent.find( 'button.wp-smush-pause' ).removeClass( 'disabled sui-hidden' ).removeAttr( 'disabled' );
2423
+
2424
+ //Disable Select Directory button
2425
+ $( 'button.wp-smush-browse' ).attr( 'disabled', 'disabled' );
2426
+
2427
+ // Add progress icon to navbar.
2428
+ $( '.smush-nav-icon.directory' ).addClass( 'sui-icon-loader sui-loading' );
2429
+
2430
+ //Initialize the optimisation
2431
+ smush_all( true );
2432
+ } );
2433
+
2434
+ // Handle the Pause button click.
2435
+ $( 'div.wp-smush-scan-result' ).on( 'click', 'button.wp-smush-pause', function ( e ) {
2436
+ e.preventDefault();
2437
+
2438
+ var pause_button = $( 'button.wp-smush-pause' );
2439
+ // Return if the link is disabled.
2440
+ if ( pause_button.hasClass( 'disabled' ) ) {
2441
+ return false;
2442
+ }
2443
+
2444
+ // Set the button status to 0, to cancel next ajax request.
2445
+ $( 'input[name="wp-smush-continue-ajax"]' ).val( 0 );
2446
+
2447
+ // Enable the smush button, disable Pause button.
2448
+ pause_button.addClass( 'sui-hidden' ).attr( 'disabled', 'disabled' );
2449
+
2450
+ // Enable the smush button, hide the spinner.
2451
+ $( 'button.wp-smush-start, button.wp-smush-browse' ).show().removeAttr( 'disabled' );
2452
+ $( 'span.wp-smush-image-dir-progress, span.wp-smush-image-ele-progress' ).removeClass( 'sui-icon-loader sui-loading' );
2453
+
2454
+ // Hide the waiting message.
2455
+ $( '.wp-smush-image-progress-percent' ).addClass( 'sui-hidden' );
2456
+
2457
+ // Show directory exclude option.
2458
+ $( '.wp-smush-exclude-dir' ).each( function () {
2459
+ if ( $( this ).parent().prevAll( '.optimised, .partial' ).length === 0 ) {
2460
+ $( this ).show();
2461
+ }
2462
+ } );
2463
+
2464
+ // Remove progress icon from navbar.
2465
+ $( '.smush-nav-icon.directory' ).removeClass( 'sui-icon-loader sui-loading' );
2466
+ } );
2467
+
2468
+ //Exclude Directory from list - Handle Click
2469
+ $( 'div.wp-smush-scan-result' ).on( 'click', '.wp-smush-exclude-dir', function ( e ) {
2470
+ e.preventDefault();
2471
+
2472
+ var self = $( this );
2473
+
2474
+ //Hide the link
2475
+ //self.hide();
2476
+
2477
+ var path = self.data( 'path' );
2478
+ var param = {
2479
+ action: 'smush_exclude_path',
2480
+ path: path,
2481
+ nonce: $( 'input[name="exclude-path-nonce"]' ).val()
2482
+ };
2483
+
2484
+ //Send Ajax request to remove image for the given path from db
2485
+ $.post( ajaxurl, param, function ( res ) {
2486
+ //Remove the whole li element on success
2487
+ if ( res.success ) {
2488
+ // Remove content and parent rows.
2489
+ self.closest( 'tr.sui-accordion-item' ).remove();
2490
+ self.closest( 'tr.sui-accordion-item' ).next( 'tr.sui-accordion-item-content' ).remove();
2491
+
2492
+ //Remove the bottom bulk smsuh button if there are no more directories left in scan results
2493
+ if ( 0 == $( '.wp-smush-image-ele:not(.optimised)' ).length ) {
2494
+ $( 'div.wp-smush-all-button-wrap.bottom' ).hide();
2495
+ $( 'div.wp-smush-scan-result' ).hide();
2496
+ }
2497
+ }
2498
+ } );
2499
+ } );
2500
+
2501
+ //Handle Click for Resume Last scan button
2502
+ $( 'button.wp-smush-resume' ).on( 'click', function () {
2503
+
2504
+ var self = $( this );
2505
+
2506
+ //Disable buttons
2507
+ disable_buttons( self );
2508
+
2509
+ //Show Spinner
2510
+ $( 'span.wp-smush-resume-loder' ).removeClass( 'sui-hidden' );
2511
+
2512
+ var params = {
2513
+ action: 'resume_scan',
2514
+ };
2515
+
2516
+ //Send Ajax request to load a list of images
2517
+ $.get( ajaxurl, params, function ( r ) {
2518
+ //Hide the buttons
2519
+ $( 'button.wp-smush-resume' ).remove();
2520
+ // Allow to select a new directory
2521
+ $( 'button.wp-smush-browse' ).removeAttr( 'disabled' );
2522
+ //Append the results
2523
+ if ( !r.success ) {
2524
+ //Append the error message before the buttons
2525
+ $( 'p.wp-smush-no-images-content' ).after( r.data.message );
2526
+ $( 'span.wp-smush-resume-loder' ).addClass( 'sui-hidden' );
2527
+ } else {
2528
+ //Append the image markup after the buttons
2529
+ $( 'div.wp-smush-scan-result div.content' ).html( r.data );
2530
+ $( 'div.wp-smush-scan-result' ).removeClass( 'sui-hidden' );
2531
+
2532
+ set_accordion();
2533
+ }
2534
+ } ).done( function () {
2535
+ //Add Choose dir browser button
2536
+ add_dir_browser_button();
2537
+
2538
+ //Clone and add Smush button
2539
+ add_smush_button();
2540
+ } );
2541
+
2542
+ } );
2543
+
2544
+ if ( $( 'li.smush-dir-savings' ).length > 0 ) {
2545
+ //Update Directory Smush, as soon as the page loads
2546
+ var stats_param = {
2547
+ action: 'get_dir_smush_stats'
2548
+ };
2549
+ $.get( ajaxurl, stats_param, function ( r ) {
2550
+
2551
+ //Hide the spinner
2552
+ $( 'li.smush-dir-savings .sui-icon-loader' ).hide();
2553
+
2554
+ //If there are no errors, and we have a message to display
2555
+ if ( !r.success && 'undefined' != typeof ( r.data.message ) ) {
2556
+ $( 'div.wp-smush-scan-result div.content' ).prepend( r.data.message );
2557
+ return;
2558
+ }
2559
+
2560
+ //If there is no value in r
2561
+ if ( 'undefined' == typeof ( r.data) || 'undefined' == typeof ( r.data.dir_smush ) ) {
2562
+ //Append the text
2563
+ $( 'li.smush-dir-savings span.wp-smush-stats' ).append( wp_smush_msgs.ajax_error );
2564
+ $( 'li.smush-dir-savings span.wp-smush-stats span' ).hide();
2565
+
2566
+ } else {
2567
+ //Update the stats
2568
+ update_cummulative_stats( r.data );
2569
+ }
2570
+
2571
+ } );
2572
+ }
2573
+ //Close Directory smush modal, if pressed esc
2574
+ $( document ).keyup( function ( e ) {
2575
+ if ( e.keyCode === 27 ) {
2576
+ var modal = $( 'div.dev-overlay.wp-smush-list-dialog, div.dev-overlay.wp-smush-get-pro' );
2577
+ //If the Directory dialog is not visible
2578
+ if ( !modal.is( ':visible' ) ) {
2579
+ return;
2580
+ }
2581
+ modal.find( 'div.close' ).click();
2582
+
2583
+ }
2584
+ } );
2585
+
2586
+ //Dismiss Smush recommendation
2587
+ $( 'span.dismiss-recommendation' ).on( 'click', function ( e ) {
2588
+ e.preventDefault();
2589
+ var parent = $( this ).parent();
2590
+ //remove div and save preference in db
2591
+ parent.hide( 'slow', function () {
2592
+ parent.remove();
2593
+ } );
2594
+ $.ajax( {
2595
+ type: 'POST',
2596
+ url: ajaxurl,
2597
+ data: {
2598
+ 'action': 'hide_pagespeed_suggestion'
2599
+ }
2600
+ } );
2601
+ } )
2602
+
2603
+ //Remove API message
2604
+ $( 'div.wp-smush-api-message i.icon-fi-close' ).on( 'click', function ( e ) {
2605
+ e.preventDefault();
2606
+ var parent = $( this ).parent();
2607
+ //remove div and save preference in db
2608
+ parent.hide( 'slow', function () {
2609
+ parent.remove();
2610
+ } );
2611
+ $.ajax( {
2612
+ type: 'POST',
2613
+ url: ajaxurl,
2614
+ data: {
2615
+ 'action': 'hide_api_message'
2616
+ }
2617
+ } );
2618
+ } );
2619
+
2620
+ } );
2621
+ (function ( $ ) {
2622
+ var Smush = function ( element, options ) {
2623
+ var elem = $( element );
2624
+
2625
+ var defaults = {
2626
+ isSingle: false,
2627
+ ajaxurl: '',
2628
+ msgs: {},
2629
+ msgClass: 'wp-smush-msg',
2630
+ ids: []
2631
+ };
2632
+ };
2633
+ $.fn.wpsmush = function ( options ) {
2634
+ return this.each( function () {
2635
+ var element = $( this );
2636
+
2637
+ // Return early if this element already has a plugin instance
2638
+ if ( element.data( 'wpsmush' ) )
2639
+ return;
2640
+
2641
+ // pass options to plugin constructor and create a new instance
2642
+ var wpsmush = new Smush( this, options );
2643
+
2644
+ // Store plugin object in this element's data
2645
+ element.data( 'wpsmush', wpsmush );
2646
+ } );
2647
+ };
2648
+
2649
+ })( jQuery );
_src/js/modules/bulk-smush.js ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function ( $ ) {
2
+
3
+ // Remove dismissable notices
4
+ $( '.sui-wrap' ).on( 'click', '.sui-notice-dismiss', function ( e ) {
5
+ e.preventDefault();
6
+
7
+ $( this ).parent().stop().slideUp( 'slow' );
8
+ } );
9
+
10
+ $( window ).on( 'load', function () {
11
+ // If quick setup box is found, show.
12
+ if ( $( '#smush-quick-setup-dialog' ).length > 0 ) {
13
+ // Show the modal.
14
+ window.SUI.dialogs['smush-quick-setup-dialog'].show();
15
+ }
16
+ } );
17
+
18
+ } );
_src/js/modules/modals.js ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ( function ( $ ) {
2
+ 'use strict';
3
+
4
+ /**
5
+ * Quick Setup - Form Submit
6
+ */
7
+ $( '#smush-quick-setup-submit' ).on( 'click', function () {
8
+ const self = $( this );
9
+
10
+ $.ajax( {
11
+ type: 'POST',
12
+ url: ajaxurl,
13
+ data: $( '#smush-quick-setup-form' ).serialize(),
14
+ beforeSend: function () {
15
+ // Disable the button.
16
+ self.attr( 'disabled', 'disabled' );
17
+
18
+ // Show loader.
19
+ $( '<span class="sui-icon-loader sui-loading"></span>' ).insertAfter( self );
20
+ },
21
+ success: function ( data ) {
22
+ // Enable the button.
23
+ self.removeAttr( 'disabled' );
24
+ // Remove the loader.
25
+ self.parent().find( 'span.spinner' ).remove();
26
+
27
+ // Reload the Page.
28
+ location.reload();
29
+ }
30
+ } );
31
+ } );
32
+
33
+ /**
34
+ * Quick Setup - Skip button
35
+ */
36
+ $( '.smush-skip-setup' ).on( 'click', function () {
37
+ const form = $( 'form#smush-quick-setup-form' );
38
+
39
+ $.ajax( {
40
+ type: 'POST',
41
+ url: ajaxurl,
42
+ data: form.serialize(),
43
+ beforeSend: function () {
44
+ form.find( '.button' ).attr( 'disabled', 'disabled' );
45
+ }
46
+ } );
47
+ } );
48
+
49
+ }( jQuery ));
_src/js/modules/notice.js ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Created by umeshkumar on 12/05/16.
3
+ */
4
+ jQuery(function () {
5
+ var el_notice = jQuery(".smush-notice"),
6
+ btn_act = el_notice.find(".smush-notice-act"),
7
+ btn_dismiss = el_notice.find(".smush-notice-dismiss");
8
+ el_notice.fadeIn(500);
9
+
10
+ // Hide the notice after a CTA button was clicked
11
+ function remove_notice() {
12
+ el_notice.fadeTo(100, 0, function () {
13
+ el_notice.slideUp(100, function () {
14
+ el_notice.remove();
15
+ });
16
+ });
17
+ }
18
+
19
+ btn_act.click(function (ev) {
20
+ remove_notice();
21
+ notify_wordpress(btn_act.data("msg"));
22
+ });
23
+
24
+ btn_dismiss.click(function (ev) {
25
+ remove_notice();
26
+ notify_wordpress(btn_act.data("msg"));
27
+ });
28
+
29
+ // Notify WordPress about the users choice and close the message.
30
+ function notify_wordpress(message) {
31
+ el_notice.attr("data-message", message);
32
+ el_notice.addClass("loading");
33
+
34
+ //Send a ajax request to save the dismissed notice option
35
+ var param = {
36
+ action: 'dismiss_upgrade_notice'
37
+ };
38
+ jQuery.post(ajaxurl, param);
39
+ }
40
+
41
+ // Store the preference in db.
42
+ function send_dismiss_request( action ) {
43
+ var param = {
44
+ action: action
45
+ };
46
+ jQuery.post(ajaxurl, param);
47
+ }
48
+
49
+ // Dismiss the update notice.
50
+ jQuery('.wp-smush-update-info').on('click', '.notice-dismiss', function (e) {
51
+ e.preventDefault();
52
+ el_notice = jQuery(this);
53
+ remove_notice();
54
+ send_dismiss_request( 'dismiss_update_info' );
55
+ });
56
+
57
+ // Dismiss S3 support alert.
58
+ jQuery('div.wp-smush-s3support-alert').on('click', '.icon-fi-close', function (e) {
59
+ el_notice = jQuery(this);
60
+ remove_notice();
61
+ send_dismiss_request( 'dismiss_s3support_alert' );
62
+ });
63
+
64
+ });
_src/js/public-resize-detection.js ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( function ( $ ) {
2
+ 'use strict';
3
+
4
+ /**
5
+ * After page load, initialize toggle event.
6
+ *
7
+ * On detection link click, show all wrongly scaled images with
8
+ * a highlighted border and resize box.
9
+ * Upon clicking again, remove highlights.
10
+ */
11
+ $( window ).load( function () {
12
+ // Handle detect link click.
13
+ $( '#wp-admin-bar-smush-resize-detection' ).toggle( function () {
14
+ detect_wrong_imgs();
15
+ }, function () {
16
+ revert_detection();
17
+ } );
18
+ } );
19
+
20
+ /**
21
+ * Function to highlight all scaled images.
22
+ *
23
+ * Add yellow border and then show one small box to
24
+ * resize the images as per the required size, on fly.
25
+ */
26
+ var detect_wrong_imgs = function () {
27
+
28
+ // Loop through all images which has data-smush-image attribute.
29
+ $( 'body img[data-smush-image]' ).each( function () {
30
+
31
+ var ele = $( this );
32
+
33
+ // If width attribute is not set, do not continue.
34
+ // @todo We need to check if we can detect images in other way.
35
+ if ( ele.css( 'width' ) === null || ele.css( 'height' ) === null ) {
36
+ return true;
37
+ }
38
+
39
+ // Get defined width and height.
40
+ var css_width = ele.css( 'width' ).replace( 'px', '' ),
41
+ css_height = ele.css( 'height' ).replace( 'px', '' ),
42
+ img_width = ele.prop( 'naturalWidth' ),
43
+ img_height = ele.prop( 'naturalHeight' ),
44
+ higher_width = ( css_width * 1.5 ) < img_width,
45
+ higher_height = ( css_height * 1.5 ) < img_height,
46
+ smaller_width = css_width > img_width,
47
+ smaller_height = css_height > img_height;
48
+
49
+ // Incase image is in correct size, do not continue.
50
+ if ( !higher_width && !higher_height && !smaller_width && !smaller_height ) {
51
+ return true;
52
+ }
53
+
54
+ if ( higher_width || higher_height ) {
55
+ var tooltip_text = wp_smush_resize_vars.large_image;
56
+ } else if ( smaller_width || smaller_height ) {
57
+ var tooltip_text = wp_smush_resize_vars.small_image;
58
+ }
59
+
60
+ tooltip_text = tooltip_text.replace( 'width', css_width );
61
+ tooltip_text = tooltip_text.replace( 'height', css_height );
62
+
63
+ // Create HTML content to append.
64
+ var content = '<div class="smush-resize-box smush-tooltip smush-tooltip-constrained" data-tooltip="' + tooltip_text + '">' +
65
+ '<span class="smush-tag">' + img_width + ' × ' + img_height + 'px</span>' +
66
+ '<i class="smush-front-icons smush-front-icon-arrows-in" aria-hidden="true"></i>' +
67
+ '<span class="smush-tag smush-tag-success">' + css_width + ' × ' + css_height + 'px</span>' +
68
+ '</div>';
69
+
70
+ // Append resize box to image.
71
+ ele.before( content );
72
+
73
+ // Add a class to image.
74
+ ele.addClass( 'smush-detected-img' );
75
+ } );
76
+ };
77
+
78
+ /**
79
+ * Function to remove highlights from images.
80
+ *
81
+ * Remove already added borders and highlights from
82
+ * images. Also remove the resize box.
83
+ */
84
+ var revert_detection = function () {
85
+ // Remove all detection boxes.
86
+ $( '.smush-resize-box' ).remove();
87
+
88
+ // Remove custom class from images.
89
+ $( '.smush-detected-img' ).removeClass( 'smush-detected-img' );
90
+ };
91
+ } );
_src/scss/admin.scss DELETED
@@ -1 +0,0 @@
1
- @import "~@wpmudev/shared-ui/scss/shared-ui.scss";
 
_src/scss/app.scss ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ // Share UI styles
2
+ @import "~@wpmudev/shared-ui/scss/shared-ui.scss";
3
+
4
+ // App styles
5
+ @import "modules/variables";
6
+ @import "modules/admin";
7
+ @import "modules/resize-detection";
8
+ @import "modules/directory-smush";
_src/scss/common.scss ADDED
@@ -0,0 +1,933 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Common styles that are used on all the WP pages in the backend
3
+ */
4
+ @import "/modules/media";
5
+
6
+ /**
7
+ * Smush buttons & stats in the media library, media upload and featured image modals.
8
+ *
9
+ * @since 2.8.0
10
+ */
11
+ .attachment-details .smush-wrap {
12
+ .smush-status {
13
+ margin: 0 0 1em;
14
+ padding: 0;
15
+ line-height: 16px;
16
+ }
17
+
18
+ .wp-smush-send {
19
+ display: block;
20
+ }
21
+
22
+ .spinner {
23
+ background-position: left;
24
+ padding: 0 0 0 25px;
25
+ width: auto;
26
+ margin: 10px 0 0;
27
+ line-height: 23px;
28
+ }
29
+
30
+ .spinner.visible {
31
+ visibility: visible;
32
+ }
33
+ }
34
+
35
+ .wp-list-table.media {
36
+ .spinner.visible {
37
+ width: 100%;
38
+ padding-left: 25px;
39
+ margin: 10px 0 0;
40
+ }
41
+ }
42
+
43
+ /*
44
+ * Smush button transformation
45
+ */
46
+
47
+ .button.wp-smush-finished.disabled, .button.wp-smush-finished:disabled, .button.wp-smush-finished[disabled] {
48
+ color: #fff !important;
49
+ background: #00cf21 !important;
50
+ border-color: #619f6b !important;
51
+ -webkit-box-shadow: inset 0 1px 0 rgba(0, 207, 33, .5), 0 1px 0 rgba(0, 0, 0, .15) !important;
52
+ box-shadow: inset 0 1px 0 rgba(0, 207, 33, .5), 0 1px 0 rgba(0, 0, 0, .15) !important;
53
+ }
54
+
55
+ /** Settings Page **/
56
+
57
+ .wp-smush-submit-wrap {
58
+ padding: 4px;
59
+ }
60
+
61
+ .smush-submit-note {
62
+ color: #9B9B9B;
63
+ float: left;
64
+ font-family: 'Roboto', sans-serif;
65
+ font-size: 13px;
66
+ line-height: 22px;
67
+ margin-top: 4px;
68
+ }
69
+
70
+ input#wp-smush-save-settings {
71
+ float: right;
72
+ margin: 0;
73
+ }
74
+
75
+ .wp-smush-welcome #wp-smush-save-settings {
76
+ float: right;
77
+ }
78
+
79
+ .currently-smushing .smush-status {
80
+ color: #0074a2;
81
+ }
82
+
83
+ .smush-status.fail {
84
+ color: #dd3d36;
85
+ }
86
+
87
+ .smush-status.success {
88
+ color: #0074a2;
89
+ }
90
+
91
+ .smush-status.error {
92
+ color: red;
93
+ }
94
+
95
+ .compat-field-wp_smush {
96
+ margin-top: 10px;
97
+
98
+ button {
99
+ &.wp-smush-send {
100
+ float: left;
101
+ margin-bottom: 5px;
102
+ }
103
+
104
+ /** If we have button-primary class, this style will be loaded already **/
105
+ &:not(.button-primary) {
106
+ background: #0085ba;
107
+ border-color: #0073aa #006799 #006799;
108
+ -webkit-box-shadow: 0 1px 0 #006799;
109
+ box-shadow: 0 1px 0 #006799;
110
+ color: #fff;
111
+ text-decoration: none;
112
+ text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
113
+ margin-bottom: 10px;
114
+
115
+ &:hover {
116
+ background: #008ec2;
117
+ border-color: #006799;
118
+ color: #fff;
119
+ }
120
+ }
121
+
122
+ &:disabled:not( .button-primary ) {
123
+ color: #66c6e4 !important;
124
+ background: #008ec2 !important;
125
+ border-color: #007cb2 !important;
126
+ -webkit-box-shadow: none !important;
127
+ box-shadow: none !important;
128
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
129
+ cursor: default;
130
+ }
131
+ }
132
+ }
133
+
134
+ #post-body-content .smush-status {
135
+ margin: 4px 0;
136
+ }
137
+
138
+ .attachment-info .wp-smush-error-message {
139
+ margin: 6px 0 1em;
140
+ }
141
+
142
+ label.setting.smush-stats .smush-wrap,
143
+ .compat-field-wp_smush .smush-wrap {
144
+ margin: 0 0 5px 0;
145
+ max-width: 100%;
146
+ }
147
+
148
+ .smush-stats-wrapper .row {
149
+ padding: 8px 0;
150
+ }
151
+
152
+ .smush-stats-wrapper .row:first-child {
153
+ padding-top: 0;
154
+ }
155
+
156
+ .smush-stats-wrapper td, .smush-stats-wrapper th {
157
+ font-size: 11px;
158
+ }
159
+
160
+ .smush-skipped.error {
161
+ color: #C41921;
162
+ }
163
+
164
+ .smush-skipped .dashicons-editor-help {
165
+ cursor: pointer;
166
+ margin-top: -2px;
167
+ }
168
+
169
+ /** Help Tip **/
170
+ .ui-tooltip-content {
171
+ font-size: 12px;
172
+ }
173
+
174
+ /** Disabled Hyperlinks **/
175
+ .smush-stats a[disabled] {
176
+ cursor: default;
177
+ color: grey;
178
+ }
179
+
180
+ .wp-smush-error {
181
+ color: #ffb900;
182
+ }
183
+
184
+ .resmush-scan {
185
+ vertical-align: middle;
186
+ line-height: 28px;
187
+ }
188
+
189
+ /** Resmush Button **/
190
+
191
+ #wp-smush-resmush {
192
+ margin: 20px 0;
193
+ }
194
+
195
+ /** Bulk Smush Page UI - New UI Changes **/
196
+ /** Font-Families **/
197
+
198
+ .wp-smush-page-header {
199
+ overflow: hidden;
200
+ margin: 0 0 10px;
201
+ width: 100%;
202
+ }
203
+
204
+ #wp-smush-invalid-member {
205
+ &.loading-notice:before {
206
+ content: attr(data-message);
207
+ position: absolute;
208
+ left: 0;
209
+ right: 0;
210
+ top: 0;
211
+ bottom: 0;
212
+ background-color: rgba(255, 255, 255, 0.7);
213
+ z-index: 5;
214
+ text-align: center;
215
+ line-height: 40px;
216
+ font-size: 15px;
217
+ }
218
+
219
+ &.loaded-notice:before {
220
+ content: attr(data-message);
221
+ position: absolute;
222
+ left: 0;
223
+ right: 0;
224
+ top: 0;
225
+ bottom: 0;
226
+ background-color: rgba(255, 255, 255, 0.7);
227
+ z-index: 5;
228
+ text-align: center;
229
+ line-height: 40px;
230
+ font-size: 15px;
231
+ }
232
+
233
+ a {
234
+ color: #514a30;
235
+ text-decoration: underline;
236
+ }
237
+
238
+ &.loading-notice,
239
+ &.loaded-notice {
240
+ > div {
241
+ -webkit-filter: blur(2px);
242
+ -moz-filter: blur(2px);
243
+ -o-filter: blur(2px);
244
+ -ms-filter: blur(2px);
245
+ filter: blur(2px);
246
+ }
247
+ }
248
+ }
249
+
250
+ .attachment-details .setting div.smush-status-links {
251
+ float: none;
252
+ text-align: left;
253
+ }
254
+
255
+ div.attachment-details .setting div.smush-status-links.smush-status-links div.smush-stats-wrapper {
256
+ margin-top: 15px;
257
+ }
258
+
259
+ /** Bulk Smush **/
260
+ /** No Images **/
261
+ .wp-smush-no-image {
262
+ display: block;
263
+ overflow: hidden;
264
+ }
265
+
266
+ .wp-smush-upload-images {
267
+ display: block;
268
+ overflow: hidden;
269
+ padding: 10px 0 40px;
270
+ }
271
+
272
+ /** All Smushed **/
273
+ .wp-smush-notice {
274
+ background-color: #D1F1EA;
275
+ border-radius: 5px;
276
+ color: #333333;
277
+ font-family: 'Roboto', sans-serif;
278
+ font-size: 15px;
279
+ line-height: 30px;
280
+ margin-bottom: 30px;
281
+ padding: 15px 30px;
282
+ letter-spacing: -0.015em;
283
+ }
284
+
285
+ div.smush-notice-cta a.smush-notice-act.button-primary {
286
+ background-color: #00B0DB;
287
+ box-shadow: none;
288
+ border: 1px solid #0087B9;
289
+ border-radius: 2px;
290
+ text-shadow: none;
291
+ font-weight: normal;
292
+ box-shadow: inset 0 1px 0 0 #4BC4E4, 0 1px 0 0 #DBDBDB;
293
+ -webkit-font-smoothing: antialiased;
294
+ }
295
+
296
+ .wp-smush-resmush-message,
297
+ .wp-smush-settings-updated,
298
+ .wp-smush-re-check-message,
299
+ .wp-smush-api-message {
300
+ border: none;
301
+ margin-bottom: 25px;
302
+ padding: 18px 50px;
303
+ text-align: center;
304
+ }
305
+
306
+ div.wp-smush-pagespeed-recommendation {
307
+ background-color: #F8F8F8;
308
+ margin: 0 -30px 20px;
309
+ padding: 20px 30px;
310
+ }
311
+
312
+ ol.smush-recommendation-list {
313
+ color: #888;
314
+ font-size: 13px;
315
+ margin-left: 13px;
316
+ line-height: 16px;
317
+ }
318
+
319
+ a.wp-smush-resize-enable:hover,
320
+ a.wp-smush-lossy-enable:hover {
321
+ color: #0A9BD6;
322
+ }
323
+
324
+ ol.smush-recommendation-list li {
325
+ line-height: 1.5;
326
+ }
327
+
328
+ .wp-smush-bulk-wrapper {
329
+ overflow: hidden;
330
+ }
331
+
332
+ /** Image Remaining **/
333
+ div.wp-smush-remaining,
334
+ div.wp-smush-dir-remaining,
335
+ div.wp-smush-dir-limit,
336
+ div.smush-s3-setup-message,
337
+ div.wp-smush-s3support-alert,
338
+ div.wp-smush-notice.wp-smush-api-message.warning {
339
+ background-color: #FFF5D5;
340
+ border: none;
341
+ color: #333333;
342
+ line-height: 30px;
343
+ font-size: 15px;
344
+ letter-spacing: -0.015em;
345
+ }
346
+
347
+ div.smush-s3-setup-message,
348
+ div.wp-smush-notice.wp-smush-api-message.info {
349
+ background-color: #DFF6FA;
350
+ }
351
+
352
+ div.wp-smush-s3support-alert {
353
+ margin-left: 0;
354
+ margin-right: 0;
355
+ }
356
+
357
+ div.wp-smush-dir-limit {
358
+ background-color: #dff6fa;
359
+ }
360
+
361
+ .wp-smush-resmush-wrap .wp-smush-remaining {
362
+ padding: 10px 50px;
363
+ }
364
+
365
+ .bulk-smush-wrapper .wp-smush-notice-text {
366
+ display: inline-block;
367
+ max-width: 88%;
368
+ }
369
+
370
+ .wp-smush-count {
371
+ color: #888888;
372
+ font-size: 13px;
373
+ line-height: 1.5;
374
+ margin-top: 15px;
375
+ }
376
+
377
+ .wp-smush-sep {
378
+ margin: 20px 0;
379
+ }
380
+
381
+ .smush-final-log {
382
+ margin-left: 0;
383
+ padding: 10px;
384
+ }
385
+
386
+ .wp-smush-ajax-error {
387
+ color: black;
388
+ font-size: 14px;
389
+ font-weight: bold;
390
+ margin-bottom: 20px;
391
+ }
392
+
393
+ /** Stats Container **/
394
+
395
+ a.wp-smush-lossy-enable {
396
+ cursor: pointer;
397
+ }
398
+
399
+ ul.smush-pro-features {
400
+ margin-bottom: 30px;
401
+ }
402
+
403
+ li.smush-pro-feature-row {
404
+ margin-bottom: 20px;
405
+ }
406
+
407
+ div.smush-pro-feature-title,
408
+ div.smush-pro-feature-desc {
409
+ padding-left: 30px;
410
+ position: relative;
411
+ }
412
+
413
+ div.smush-pro-feature-title {
414
+ font-size: 15px;
415
+ font-weight: 500;
416
+ line-height: 30px;
417
+ }
418
+
419
+ div.smush-pro-feature-desc {
420
+ color: #888888;
421
+ font-size: 13px;
422
+ line-height: 22px;
423
+ }
424
+
425
+ div.smush-pro-link-wrap {
426
+ text-align: center;
427
+ }
428
+
429
+ /** Re Smush **/
430
+ .wp-smush-settings-changed {
431
+ background: #dff6fa;
432
+ border-radius: 5px;
433
+ font-size: 13px;
434
+ line-height: 1.7;
435
+ padding: 20px;
436
+ }
437
+
438
+ .compat-item .compat-field-wp_smush {
439
+ display: table-row;
440
+ }
441
+
442
+ .manage-column.column-smushit {
443
+ width: 260px;
444
+ }
445
+
446
+ .smushit [tooltip],
447
+ label.setting.smush-stats [tooltip],
448
+ .compat-field-wp_smush [tooltip] {
449
+ position: relative;
450
+ overflow: visible;
451
+ }
452
+
453
+ .smushit [tooltip]:before,
454
+ label.setting.smush-stats [tooltip]:before,
455
+ .compat-field-wp_smush [tooltip]:before {
456
+ content: '';
457
+ position: absolute;
458
+ border: 5px solid transparent;
459
+ border-top-color: #0B2F3F;
460
+ bottom: 100%;
461
+ left: 50%;
462
+ margin-left: -5px;
463
+ margin-bottom: -5px;
464
+ opacity: 0;
465
+ z-index: -1;
466
+ transition: margin .2s, opacity .2s, z-index .2s linear .2s;
467
+ pointer-events: none;
468
+ }
469
+
470
+ .smushit [tooltip]:after,
471
+ label.setting.smush-stats [tooltip]:after,
472
+ .compat-field-wp_smush [tooltip]:after {
473
+ background: #0B2F3F;
474
+ border-radius: 4px;
475
+ bottom: 100%;
476
+ color: #FFF;
477
+ content: attr(tooltip);
478
+ font-size: 13px;
479
+ font-weight: 400;
480
+ left: 50%;
481
+ line-height: 20px;
482
+ margin-left: -100px;
483
+ margin-bottom: 5px;
484
+ opacity: 0;
485
+ padding: 5px;
486
+ pointer-events: none;
487
+ position: absolute;
488
+ width: 180px;
489
+ text-align: center;
490
+ transition: margin .2s, opacity .2s, z-index .2s linear .2s;
491
+ white-space: pre-wrap;
492
+ z-index: -1;
493
+ }
494
+
495
+ .smushit .smush-skipped [tooltip]:before,
496
+ label.setting.smush-stats .smush-skipped [tooltip]:before,
497
+ .compat-field-wp_smush .smush-skipped [tooltip]:before {
498
+ border-top-color: transparent;
499
+ border-left-color: #0B2F3F;
500
+ bottom: 0;
501
+ left: 0;
502
+ }
503
+
504
+ .smushit .smush-skipped [tooltip]:after,
505
+ label.setting.smush-stats .smush-skipped [tooltip]:after,
506
+ .compat-field-wp_smush .smush-skipped [tooltip]:after {
507
+ margin-left: 0;
508
+ left: -195px;
509
+ top: -35px;
510
+ bottom: inherit;
511
+ margin-bottom: 5px;
512
+ }
513
+
514
+ label.setting.smush-stats .smush-skipped [tooltip]:after {
515
+ top: -98px;
516
+ }
517
+
518
+ div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:after {
519
+ left: -188px;
520
+ padding-left: 10px;
521
+ width: 170px;
522
+ }
523
+
524
+ div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:before {
525
+ margin-left: -3px;
526
+ }
527
+
528
+ .smushit [tooltip].tooltip-s:after,
529
+ label.setting.smush-stats [tooltip].tooltip-s:after,
530
+ .compat-field-wp_smush [tooltip].tooltip-s:after {
531
+ width: 150px;
532
+ margin-left: -75px;
533
+ }
534
+
535
+ .smushit [tooltip].tooltip-l:after,
536
+ label.setting.smush-stats [tooltip].tooltip-l:after,
537
+ .compat-field-wp_smush [tooltip].tooltip-l:after {
538
+ width: 280px;
539
+ margin-left: -140px;
540
+ }
541
+
542
+ .smushit [tooltip].tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-right:after {
543
+ margin-left: -180px;
544
+ }
545
+
546
+ .smushit [tooltip].tooltip-s.tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-s.tooltip-right:after {
547
+ margin-left: -130px;
548
+ }
549
+
550
+ .smushit [tooltip].tooltip-l.tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-l.tooltip-right:after {
551
+ margin-left: -260px;
552
+ }
553
+
554
+ .smushit [tooltip].tooltip-bottom:before, .compat-field-wp_smush [tooltip].tooltip-bottom:before {
555
+ border-color: transparent;
556
+ border-bottom-color: #0B2F3F;
557
+ top: 100%;
558
+ bottom: auto;
559
+ margin-top: -5px;
560
+ margin-bottom: 0;
561
+ }
562
+
563
+ .smushit [tooltip].tooltip-bottom:after, .compat-field-wp_smush [tooltip].tooltip-bottom:after {
564
+ bottom: auto;
565
+ top: 100%;
566
+ margin-top: 5px;
567
+ margin-bottom: 0;
568
+ }
569
+
570
+ .smushit [tooltip]:hover:before,
571
+ label.setting.smush-stats [tooltip]:hover:before,
572
+ .compat-field-wp_smush [tooltip]:hover:before {
573
+ z-index: 1;
574
+ margin-bottom: 0;
575
+ opacity: 1;
576
+ transition: margin .2s, opacity .2s;
577
+ }
578
+
579
+ .smushit [tooltip]:hover:after,
580
+ label.setting.smush-stats [tooltip]:hover:after,
581
+ .compat-field-wp_smush [tooltip]:hover:after {
582
+ opacity: 1;
583
+ z-index: 1;
584
+ margin-bottom: 10px;
585
+ transition: margin .2s, opacity .2s;
586
+ }
587
+
588
+ .smushit .disabled[tooltip]:before,
589
+ .smushit .disabled[tooltip]:after,
590
+ label.setting.smush-stats .disabled[tooltip]:before,
591
+ label.setting.smush-stats .disabled[tooltip]:after,
592
+ .compat-field-wp_smush .disabled[tooltip]:before,
593
+ .compat-field-wp_smush .disabled[tooltip]:after {
594
+ display: none;
595
+ }
596
+
597
+ .wp-smush-resize-settings-wrap, .wp-smush-png_to_jpg-wrap, .wp-smush-image-size-list {
598
+ background-color: #FFFFFF;
599
+ border: 1px solid #E6E6E6;
600
+ border-radius: 5px;
601
+ color: #555;
602
+ font-family: "Roboto", sans-serif;
603
+ margin: 1.5em 0 0;
604
+ overflow: auto;
605
+ padding: 30px;
606
+ vertical-align: middle;
607
+ }
608
+
609
+ div.wp-smush-resize-note {
610
+ color: #555;
611
+ font-size: 13px;
612
+ font-weight: 400;
613
+ }
614
+
615
+ .smush-final-log.notice.notice-warning {
616
+ max-height: 200px;
617
+ overflow: auto;
618
+ }
619
+
620
+ /** Override WP Footer Styling, Hide it on WPMU pages only, if we really need to **/
621
+ .wp-admin #wpfooter {
622
+ display: block;
623
+ }
624
+
625
+ /** Directory Browser **/
626
+ div.wp-smush-dir-desc {
627
+ font-size: 15px;
628
+ font-weight: 500;
629
+ line-height: 30px;
630
+ padding: 10px 0 25px;
631
+ }
632
+
633
+ .wp-smush-select-dir {
634
+ float: right;
635
+ margin-top: 20px;
636
+ width: 154px;
637
+ }
638
+
639
+ /** Image List **/
640
+
641
+ .wp-smush-image-list {
642
+ line-height: 1.5;
643
+ }
644
+
645
+ span.wp-smush-li-path {
646
+ cursor: pointer;
647
+ font-weight: 500;
648
+ position: relative;
649
+ }
650
+
651
+ div.wp-smush-scan-result {
652
+ background: white;
653
+ }
654
+
655
+ div.wp-smush-scan-result div.wp-smush-notice {
656
+ margin-top: 14px;
657
+ padding: 15px 30px;
658
+
659
+ }
660
+
661
+ div.wp-smush-scan-result div.content {
662
+ overflow: hidden;
663
+ width: 100%;
664
+ }
665
+
666
+ li.wp-smush-image-ele span.wp-smush-image-path {
667
+ padding: 4px 0 3px;
668
+ }
669
+
670
+ .wp-smush-image-ele-status {
671
+ color: #C6C6C6;
672
+ display: inline-block;
673
+ height: 23px;
674
+ line-height: 1;
675
+ margin-right: 10px;
676
+ overflow: hidden;
677
+ position: relative;
678
+ width: 22px;
679
+ vertical-align: middle;
680
+ }
681
+
682
+ .wp-smush-image-ele-status:before,
683
+ .smush-pro-feature-title:before {
684
+ box-shadow: none;
685
+ content: url("../images/image.svg");
686
+ font-family: 'WPMU-DEV-App-Icons';
687
+ font-size: 20px;
688
+ font-style: normal;
689
+ font-variant: normal;
690
+ font-weight: normal;
691
+ height: 22px;
692
+ line-height: 22px;
693
+ margin-left: 1px;
694
+ margin-top: -11px;
695
+ opacity: 1;
696
+ position: absolute;
697
+ speak: none;
698
+ transition-duration: 0.2s;
699
+ transition-property: color, opacity;
700
+ text-transform: none;
701
+ top: 50%;
702
+ vertical-align: middle;
703
+ width: 22px;
704
+ -webkit-font-smoothing: antialiased;
705
+ -moz-osx-font-smoothing: grayscale;
706
+ }
707
+
708
+ li.wp-smush-image-ele.in-progress .wp-smush-image-ele-status {
709
+ display: none;
710
+ }
711
+
712
+ div.wp-smush-info.notice {
713
+ font-size: 15px;
714
+ letter-spacing: -0.015em;
715
+ margin: 0 0 30px;
716
+ padding: 15px;
717
+ }
718
+
719
+ /* Bulk Smush button*/
720
+ button.wp-smush-all.wp-smush-button {
721
+ float: right;
722
+ }
723
+
724
+ /** Media Queries **/
725
+
726
+ @media screen and (max-width: 1024px) and (min-width: 800px) {
727
+ /** Stats Section **/
728
+ .smush-stats-wrapper h3 {
729
+ padding: 6px 0;
730
+ }
731
+ }
732
+
733
+ /** Media Queries for resolution below 782px **/
734
+ @media only screen and (max-width: 800px) {
735
+ .dev-box.bulk-smush-wrapper.wp-smush-container {
736
+ padding: 20px 10px;
737
+ }
738
+ }
739
+
740
+ /** For directory smush image listing **/
741
+
742
+ @media screen and (max-width: 600px) {
743
+ .wp-smush-resize-settings-wrap,
744
+ .wp-smush-png_to_jpg-wrap,
745
+ .wp-smush-image-size-list {
746
+ padding: 20px;
747
+ }
748
+ }
749
+
750
+ @media screen and (max-width: 456px) {
751
+ .bulk-smush-wrapper .wp-smush-notice-text {
752
+ max-width: 85%;
753
+ }
754
+ }
755
+
756
+ /**
757
+ * CSS styles used Admin notice
758
+ */
759
+ .smush-notice.notice {
760
+ padding: 0;
761
+ margin: 5px 0 10px;
762
+ border: 1px solid #E5E5E5;
763
+ background: #FFF;
764
+ overflow: hidden;
765
+ -webkit-border-radius: 6px;
766
+ border-radius: 6px;
767
+ -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
768
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
769
+ position: relative;
770
+ z-index: 1;
771
+ min-height: 80px;
772
+ display: table; /* The magic ingredient! */
773
+ font: 13px "Open Sans", sans-serif;
774
+ }
775
+
776
+ .smush-notice.notice.loading:before {
777
+ content: attr(data-message);
778
+ position: absolute;
779
+ left: 0;
780
+ right: 0;
781
+ top: 0;
782
+ bottom: 0;
783
+ background-color: rgba(255, 255, 255, 0.7);
784
+ z-index: 5;
785
+ text-align: center;
786
+ line-height: 80px;
787
+ font-size: 22px;
788
+ font-weight: bold;
789
+ }
790
+
791
+ .smush-notice > div {
792
+ display: table-cell; /* The magic ingredient! */
793
+ vertical-align: middle;
794
+ cursor: default;
795
+ line-height: 1.5;
796
+ }
797
+
798
+ .smush-notice.notice.loading > div {
799
+ -webkit-filter: blur(2px);
800
+ -moz-filter: blur(2px);
801
+ -o-filter: blur(2px);
802
+ -ms-filter: blur(2px);
803
+ filter: blur(2px);
804
+ }
805
+
806
+ .smush-notice-logo {
807
+ background: #0B2F3F url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABNGlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGBSSSwoyGESYGDIzSspCnJ3UoiIjFJgv8/AwcDNIMYgyKCWmFxc4BgQ4MOAE3y7xsAIoi/rgszCrQ4r4EpJLU4G0n+AOC65oKiEgYExBshWLi8pALEbgGyRpGwwewqIXQR0IJC9AsROh7D3gNVA2BfAakKCnIHsJ0C2QxISOx2JDbUXBJiTjUh0NRGgJLWiBEQ75xdUFmWmZ5QoOAJDJ1XBMy9ZT0fByMDQlIEBFNYQ1YgwRIgxiwGxMQMD0xKEWP4iBgaLr0DxCQixpJkMDNtbGRgkbiHEVBYwMPC3MDBsO59cWlQGdZIUEJ9mPMmczDqJI5v7m4C9aKC0ieJHzQlGEtaT3FgDy2PfZhdUsXZunFWzJnN/7eXDLw3+/wcAZQZcDK/8PeoAAAAJcEhZcwAACxMAAAsTAQCanBgAAAQkaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzI8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj44MDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+ODA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA4LTExVDIyOjA4OjU5PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMy4yPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgrYxXXjAAAONElEQVR4Ae1be3AV1Rn/zu595HETCIEkYEIIbwg+OlF5WYva6iAjApXIoJ2Kdvrw0fpC/yhaxlYtgjg+pjM6Yzv1wdjQ1lYqjsVKxAe+BRUV5A0JJIQk5J3cu3v6+/ZmL/fe7N7cu7kBnNnDhN09e77vfOe333e+73znXCK3OEJgzpw5HkeELpGLgIuAi4CLgIuAi4CLgIuAi4CLgIuAi4CLwHccAXGmyT/x6Y+Hh/JGZeleoRBl9IrXRUpQ6p6m2o5dvzi/4UyS+bQDOPalPRN14a0Q5KnQFTlJ6PoUCJUtSQohw1BJQ0rjqV0qytcKiZ1Sl58oUn6yd0nxrtMJ6GkBsGzd3kKp+K8kj3o1acGLhFDyhQfZIV3Dn05SSmLBevEz7g2QBGoVKKaikgwFud1xUr3vkNT+LYKejfuWFtadajBPKYBjquqLpNCuF1LeqAiaQgBEaqEwcCmPPAymUAE8ANclfS2F+meRJV7YP6/gaMrsHBKcEgDHb5T+YHvdT4TU74QCTeHRSi3oUGRrMqF6iT+ILuXXQqhr1ezC53dfKbqtW6evdtABHPti/QTdH3oEc9sCwRoH0xvMwkDi8+CfeCVE6orDlUVfDGZ/6mAyL/nHsfkkgs+pQp2Fuc6hqaYoodRBIDFNeibhcy0YsmR58x1TA9urq6vNKTVFhombD4oGVjz9tLdp6Ly7IfH9QhEZg611dkPk+ZGnR10oDweo6YEdleU9dm2d1qcdwPKVVb72KbMfQAxyL0tveFan0qWDjr02KZgbxeqA0rwi3SAy97SW9imz7kIIfA+xKXFYcroLwiIIQorQl7cpefdTVVVap620Ajj6X8eugqT3sdFwPHfGFJYF1qBIurdUvXhZOuVKmwmP/fuhCZomXlMVMe50zXn9ASMUD3RRNpLHO2//j4ve7699Mu/TooHFaw9l6qQ+ono8Zyx4DIbUQ/DO6jBMLY+OrWockgxA/bVJC4BqqXcpVhdXy+Cgx639jaff9zIYxCyjzNKVrl/12ziJBgM24TF/2VdE2d5qRYhJyZguB2PsnHlZm2rnWMA4oovHQahYS0ulTvUrl+5eMPKr+PepPA9YA2VWxvWKogI8rGkTFA2DbwvqvIojnyqIn9tDxho2ARX8Z2+7IG6YjsFvC+kE0oQfgOm60MjqI0lNIyQvCoM9+p0JO0/ipRX/JMjCTcY9t7tAy8jYgsSALYDcQRfQGupT6cbJOXR5cRbl+xU60qHRhgMd9MLuFmOgDE58CQEFOCVaOj6H5pdmUUm2hxq7dfpfTSc9u7OFGro0ymRQowjN/vweQT+fPIRe2tNKTaDpw54zOkSNIdU/4/A1Bd9GsUjpdkAnjDRf5jysbydJzT7A7wZ4o3O89Oz3R9DUPF9EuFFZHqoY7qe5o7PoxrfqqaVHIy/AMguDl+lVQFdAFxWZiVWiUVlE08BnbkkW3bSlnva2BCmjF0SmZq0ele2lJ2fl09nDfPT8ty0my9grYlTF6x/m0bRFeLEq9mXyT85NeDECUoUWcoIgRgWi+mYz8gCUx2cOjwEvqglNH+GnR6fnGyYZrUmwUnrogvwY8KLpJg7x0lOzR0ADFWM64Hf8saYX+OnlHxXS7MIMQ/Ojafrcc3wo9MrxT7yf2+ddkhWOARy3eE4Z4oJZRj7PprNODOiq0gBdCJCiS1OPTifwZxY264uhZWzqXPh6fkEGLSzNNpsY19agpOYounOhYYvKsqkDaJumOx80pYHkDIvDGqFrZ/cUjT4npqMUHhwDqMngBZxJTrTiYOW8ovik+YXgAR78rJku+U8t3QCz/d3HjVSLuZAtd25JNrHZMhDsMC4blWnU81gY1sd3nKAfbDhM12+uozu2NtCuE+G02BUwZdZyA3oQ97Da9xbmlXCAkEd4/V5FarNMmlSvCfknYgaRK4w0vI398jAywH1cLhKdveXdo1306BdNdLQjRPkZKpXh3bLN9bQb81gZ5kkPEGc6nvCLAyeXrHtag7Tm8yaADY1Bmxkwz1vePkZb67po8lAvZcFhnITN7C18NaaY2Kq4J1AqnslxlUk/OgNw5UpFCs/ERNrHErDw2ACKCMPeEGOlTPz330PtdOlZmbT8vKF0FzSKNUftdZVM58WfWRrhbTloyfQotPVoJxVmeuix2cPpvg+P05F2jXysgXYImkzsrpzwkLK8eO17mXZNEtU7AvCs4XPzSAanJpNtiR4XmyoXviASo0NtIfohQKzI9yPcaIsJSaLpVONDGKQG8RFoInviJRNy6EmYdgZ/FafFSDSESqi4ZJgTFo4A9BdgwpIy4Pyzh0E0h/2zqbn02fHuyByYaCBMY36I6wBgXadmxIZRCpuIvM87/lACYTWR/9RpoK4hz4yOo7Wkj2QpVHBMOANel72pVTGBjn/HQfQlcDa8wrHSBDu6WD7YP5GUpas+R6GMVb+x/K2eMk56VqvXTupmwTFEOdAYFuy97T4Wh0h+ngNjKMIPHNzY8Yw0hwlDe7N93S2jI3Up3DgDMIUOkm1amKkaXtiqfW2HTkHEhlYaVRLwYg5ULAFs6tawMuFstBXX9NQ5BLBrwL3zmKIHZjhgm4F+1tCFlUpYxwy6qN7Zf1jDR/RJQze125h3hAX2TMC6XfpzD0bqUrhxBCAf9OHh2Iw36e6j6a1MkBnxauYtxI9ZWLJZFaazouW61w93Ghkc65nV5AYXQrJT03psFs1mO+urtVTWbSO13fUI4oRo48ljMAoP3hz0i9+20kiYd8Bnp2exEph+aMuRTmpDgqIYGZxE8yCPAP1pPgrZZ0Riu4h5cgRgTcNrTaR6vuJDPukqhhYZ/3FcS1SAlcpuLNfWIz5cNjHXSBRY9cUkvdZNGlDnFQ575Ye3NdNNk3MTgmfwYyWAMvhYKRwURwDSypU4giJ3GSelHHTKJOxXe3MHBodsOALkCgCUjowKEgtIS93yzjG6ryKPirJU6ul1IgZgUX1m8yQIELj9JCzr2BndUF1PS8YGjExOR3QnUXSRW1YCRf3ym1umN0bqUrhxBiA6EDifF85COzNjThgcaj+Zxa7I99F1SJx6MKmzx10HzXsIaa6LijKNtXIPrxh6CydjzcKA/aZ8iJE7zEb+cB1M/mY83zAph2qxzGtlJ5JIRN54D2nbeCI0eaZyTS7vY8FRzfB+pHV1HxcKZ2RODsiiaaQqPuv89pEuuhaawoXfPT4zn24tzzWcEychzHFX13ZGRsdJ182Y324DSCYwv542hBYircVpsHBSItzlppoO6gCAOQDWskBzsREW1HwZb1q+T6LShnP/lHu6q/cJVXnPOJ/Xf3OkqIg2wSvyupYLJ0I3Hm6nT7GEiy4TANz4KPC2N3bTqwfbjfbczg+gP6zvojdqO6LJjHQ/05rLYk79Pwdt5Gy1XREwX+jnTrWl5nO7Nv3VOwaQKis1HLp9WfIRDnsZjczLYZjq0s1HjfQ6Z2K4sPZ0Y966HZmYvUhXWRWmu/29BkOzTG1jasZk+QeNtC0OfJNHC77Wbe820KHWkJGpMev7XHEUDgC8vn/Z95r7vEuyYkBudNhV99TqqjYfm9XDrVJbnGYag+zw3RjsdgS18abE5liPZMDGgx3YD1GoEGtiLpx1fgV1d77P4IaMLE30eDhv2II2G9CG59JCOBnWbN6tewMbTtzfVmhptjf8saJpI/dGAK13gOye5vWP1UTqU7xJ0ENynErX19yNzZHV0gijYudhZs6my7UI4yLzWDxnBoEz9XnYrRuChq09EhkW3mSimI2maDrmDQVGoK1TrlelYaDjoPsY6Fgr2NQTFeHD2lvXqsbs2HVd9cpLTnqzREQW7xL3YkEQXzWmChvrEhvrivXGOoOXbCcc8GoI6rBJb5hpfF92z0yHuArRTJJ07HmF0oZvdvmByuKtdnyTqQengZX9lWVH8dODNZCfR9CHWd+aPk0iFTzPsVn3ozyR9uYN0/G+SLJ0woPtVUV5ZqDgcf8DBpCZaFJ7EUqwwRCMK87gIjxe0kOhbaqe88d0iJmKgiTsb9w/G6dpoc5NWLEWJdrqTMhksF/yaQRF6UACetH+awpfT0d3adFAFmTPomFfSo/6WykUbJ2ljW06xhjmYcx7CLyk+H26wGPGaR3phaEtf8WEvsoAkAU+U4ohCw40CbE6m5rWplOstJmwKVR51Q5fGw39gyL15UbgErWGNduc0msEPGV1TvmoFTvKhaO0lZ3MaVcTPgUfoOYV2Gl4CAquJ7vUsxNwIPW8VOMgSlM8q3Io/eCxbANaidgN7tj6P2knxIy38s4uq0GybiZOMGRZrVTs6NNRzxEBfu/Zgajy/uFNIx/c/lNhvV4cYGdpN+F4eUqr6mYKEVrDx2oJPyyUSWZu4vkk/QyTNUIVSZ9Kqa44sLjgtaRpHTQcdABZpjEvNw0lrfuXQtNuFx610DgKnG4g4fmFF1oX0tpwKvMZRQms2rMop94BJimRnBIATYlGrztQDnO+A1m4BZif8vHrzfDPXc2cvNkw2StWPsY8x8FxMNiONeCrqh56Ys+1pe8my2Kg7U4pgKawZVU1k7DuWwgvvRggTsMRM5+RlA0f9AknHQxQeSXNBWIyWMYt/mfPykFxqAdpB7ETNZvA62/7Kks+QhOTiFsPejFkGvRebDrgk6HdI0efq4aCl+HHL+cht1iOn0sE8OcBMJlIDuCEJWJf7Nvy1iOcQgh/bTiXuINCwW2az/umqGv44uDN5zTZdDHo1acVwPjRTX7qg/zuvBGBYCDgVRVfrmgNH7eQObkHNV20eNuOB/1Nx9q+uXX68Xha99lFwEXARcBFwEXARcBFwEXARcBFwEXARcBFwEXAReA7gcD/ATWUF/aWa8NWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
808
+ }
809
+
810
+ .smush-notice-logo span {
811
+ display: block;
812
+ width: 80px;
813
+ }
814
+
815
+ .smush-notice-message {
816
+ color: #23282D;
817
+ font-size: 13px;
818
+ font-weight: normal;
819
+ line-height: 20px;
820
+ padding: 10px 20px;
821
+ -webkit-font-smoothing: antialiased;
822
+ width: 100%;
823
+ }
824
+
825
+ .smush-notice-cta {
826
+ border-left: 1px solid #E5E5E5;
827
+ background: #F8F8F8;
828
+ padding: 0 30px;
829
+ position: relative;
830
+ white-space: nowrap;
831
+ }
832
+
833
+ .wp-core-ui .smush-notice-cta button,
834
+ .wp-core-ui .smush-notice-cta .button-primary:active {
835
+ vertical-align: middle;
836
+ }
837
+
838
+ .wp-core-ui .smush-notice-cta input[type="email"] {
839
+ vertical-align: middle;
840
+ line-height: 20px;
841
+ margin: 0;
842
+ min-width: 50px;
843
+ max-width: 320px;
844
+ text-align: center;
845
+ padding-left: 0;
846
+ padding-right: 0;
847
+ }
848
+
849
+ .smush-notice-dismiss {
850
+ background: transparent;
851
+ border: 0;
852
+ cursor: pointer;
853
+ color: #C5C5C5;
854
+ -webkit-font-smoothing: antialiased;
855
+ }
856
+
857
+ .smush-notice-dismiss:hover {
858
+ color: #666;
859
+ }
860
+
861
+ @media only all and (max-width: 1200px) {
862
+ .smush-notice-dismiss {
863
+ display: block;
864
+ margin: 0 auto;
865
+ line-height: 18px;
866
+ padding-top: 8px;
867
+ padding-bottom: 2px;
868
+ }
869
+ }
870
+
871
+ @media only all and (max-width: 1000px) {
872
+ .smush-notice.notice {
873
+ display: block;
874
+ font-size: 13px;
875
+ }
876
+
877
+ .smush-notice > .smush-notice-logo {
878
+ float: left;
879
+ display: inline-block;
880
+ height: 80px;
881
+ margin: 10px;
882
+ border-radius: 4px;
883
+ }
884
+
885
+ .smush-notice > .smush-notice-message {
886
+ width: auto;
887
+ display: block;
888
+ padding: 10px;
889
+ min-height: 80px;
890
+ }
891
+
892
+ .smush-notice > .smush-notice-cta {
893
+ display: block;
894
+ border-top: 1px solid #E5E5E5;
895
+ border-left: 0;
896
+ text-align: center;
897
+ white-space: normal;
898
+ line-height: 30px;
899
+ padding: 10px 20px;
900
+ }
901
+
902
+ .wp-core-ui .smush-notice > .smush-notice-cta > input[type="email"],
903
+ .smush-notice > .smush-notice-cta > button {
904
+ font-size: 14px;
905
+ }
906
+
907
+ .smush-notice > .smush-notice-cta > .smush-notice-dismiss {
908
+ display: inline-block;
909
+ float: none;
910
+ line-height: 26px;
911
+ padding-top: 0;
912
+ padding-bottom: 0;
913
+ font-size: 13px;
914
+ }
915
+ }
916
+
917
+ @media only all and (max-width: 500px) {
918
+ .wp-core-ui .smush-notice > .smush-notice-cta > input[type="email"],
919
+ .smush-notice > .smush-notice-cta > button {
920
+ display: block;
921
+ width: 100% !important;
922
+ max-width: none;
923
+ margin-bottom: 4px;
924
+ font-size: 16px;
925
+ height: 34px;
926
+ }
927
+
928
+ .smush-notice > .smush-notice-cta > .smush-notice-dismiss {
929
+ margin-top: 5px;
930
+ font-size: 14px;
931
+ height: 23px;
932
+ }
933
+ }
_src/scss/modules/_admin.scss ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "variables";
2
+
3
+ @include body-class {
4
+
5
+ .sui-wrap {
6
+
7
+ .tc {
8
+ text-align: center;
9
+ }
10
+
11
+ .wp-smush-page-header {
12
+ .sui-actions-right {
13
+ .sui-button {
14
+ vertical-align: middle;
15
+ }
16
+ }
17
+ }
18
+
19
+ .sui-box {
20
+
21
+ &.sui-summary-smush-nextgen {
22
+ padding: 0;
23
+ }
24
+
25
+ .sui-box-body {
26
+
27
+ span {
28
+ &.wp-smush-li-path {
29
+ background: url('#{$img--path}/folder-closed.svg') no-repeat;
30
+ line-height: 2;
31
+ padding: 0 30px;
32
+ max-width: 87%;
33
+ font-size: 13px;
34
+ background-position-y: inherit;
35
+
36
+ .sui-tag {
37
+ margin-left: 8px;
38
+ }
39
+ }
40
+ }
41
+
42
+ &.smush-summary-box-body {
43
+ padding: 15px 30px 0;
44
+ }
45
+
46
+ .wp-smush-enable-lossy {
47
+ color: #888;
48
+ font-size: 13px;
49
+ line-height: 22px;
50
+ margin-top: 20px;
51
+ }
52
+ }
53
+ }
54
+
55
+ .smush-sidenav {
56
+
57
+ .smush-nav-icon {
58
+
59
+ position: absolute;
60
+ right: 4px;
61
+ top: 4px;
62
+ display: inline-block;
63
+ &.bulk:not(.sui-tag) {
64
+ @include icon(before, check-tick);
65
+ &:before {
66
+ color: $notice-default-icon-color;
67
+ font-size: 21px;
68
+ }
69
+ }
70
+ }
71
+
72
+ .current {
73
+ .bulk:not(.sui-tag) {
74
+ &:before {
75
+ color: $notice-success-icon-color;
76
+ }
77
+ }
78
+ }
79
+ }
80
+
81
+ .sui-actions-right {
82
+ float: right;
83
+ display: inline-block;
84
+ font-size: 13px;
85
+ }
86
+
87
+ .smush-dir-smush-accordion {
88
+
89
+ border: 1px solid #e6e6e6;
90
+
91
+ &:after {
92
+ content: unset;
93
+ }
94
+
95
+ .sui-box-body {
96
+ padding-bottom: 5px;
97
+ padding-top: 5px;
98
+
99
+ p {
100
+ font-size: 13px;
101
+ }
102
+ }
103
+
104
+ tr, td {
105
+ &.optimised {
106
+ border-left: 2px $notice-success-icon-color solid;
107
+ color: inherit;
108
+ }
109
+
110
+ &.partial {
111
+ border-left: 2px $notice-warning-icon-color solid;
112
+ color: inherit;
113
+ }
114
+
115
+ &.error {
116
+ border-left: 2px $notice-error-icon-color solid;
117
+ color: inherit;
118
+ }
119
+
120
+ .sui-notice {
121
+ margin: 30px 0;
122
+ }
123
+ }
124
+
125
+ .wp-smush-dir-progress-wrap {
126
+ background: none;
127
+ height: inherit;
128
+ padding: 0 35px 0 0;
129
+
130
+ &.sui-progress-block {
131
+ float: right;
132
+ width: auto;
133
+ }
134
+
135
+ .wp-smush-image-dir-exclude {
136
+ display: inline-block;
137
+ }
138
+
139
+ .wp-smush-exclude-dir {
140
+ right: 0;
141
+
142
+ i {
143
+ margin-right: 0;
144
+ }
145
+ }
146
+
147
+ .wp-smush-image-dir-progress {
148
+ &.optimised {
149
+ @include icon(before, check-tick);
150
+ &:before {
151
+ color: $notice-success-icon-color;
152
+ vertical-align: middle;
153
+ font-size: 18px;
154
+ }
155
+ }
156
+
157
+ &.partial {
158
+ font-size: 18px;
159
+ @include icon(before, check-tick);
160
+ &:before {
161
+ color: $notice-warning-icon-color;
162
+ }
163
+ }
164
+ }
165
+
166
+ .wp-smush-image-progress-percent {
167
+ padding-right: 10px;
168
+ font-size: 13px;
169
+ }
170
+ }
171
+
172
+ .wp-smush-image-ele {
173
+ .wp-smush-image-ele-progress {
174
+ font-size: 18px;
175
+ &.partial {
176
+ @include icon(before, check-tick);
177
+ &:before {
178
+ color: $notice-warning-icon-color;
179
+ }
180
+ }
181
+
182
+ &.optimised {
183
+ @include icon(before, check-tick);
184
+ &:before {
185
+ color: $notice-success-icon-color;
186
+ vertical-align: middle;
187
+ font-size: 18px;
188
+ }
189
+ }
190
+ }
191
+ }
192
+
193
+ .wp-smush-image-ele-progress {
194
+ float: right;
195
+ padding-right: 35px;
196
+ }
197
+
198
+ li.wp-smush-image-ele {
199
+ padding: 5px;
200
+ .wp-smush-image-ele-progress {
201
+ padding-right: 0;
202
+ }
203
+ }
204
+ }
205
+
206
+ .wp-smush-resize-settings-wrap,
207
+ .wp-smush-png_to_jpg-wrap,
208
+ .wp-smush-image-size-list {
209
+ background-color: #FFFFFF;
210
+ border: 1px solid #E6E6E6;
211
+ border-radius: 5px;
212
+ color: #555;
213
+ margin-left: 48px;
214
+ overflow: hidden;
215
+ padding: 30px;
216
+ vertical-align: middle;
217
+ margin-top: 10px;
218
+
219
+ .sui-checkbox {
220
+
221
+ .sui-description {
222
+ font-size: 13px;
223
+ }
224
+ }
225
+ }
226
+
227
+ .sui-summary-smush {
228
+ background-image: url('#{$img--path}/smush-graphic-dashboard-summary.svg');
229
+ background-size: 180px;
230
+ }
231
+ .sui-summary-smush-nextgen {
232
+ background-image: url('#{$img--path}/smush-graphic-dashboard-summary.svg');
233
+ background-size: 170px;
234
+ }
235
+
236
+ .smush-pro-features {
237
+
238
+ .smush-pro-feature-title {
239
+ @include icon(before, check-tick);
240
+ font-weight: 500;
241
+ line-height: 30px;
242
+ color: #333;
243
+ padding: 0 0 0 30px;
244
+ position: relative;
245
+ &:before {
246
+ color: #43a9e4;
247
+ vertical-align: middle;
248
+ margin-left: -30px;
249
+ margin-right: 10px;
250
+ margin-top: 0;
251
+ font-size: 18px;
252
+ position: relative;
253
+ }
254
+ }
255
+
256
+ .smush-pro-feature-desc {
257
+ color: #888888;
258
+ font-size: 13px;
259
+ line-height: 22px;
260
+ padding: 0 0 0 33px;
261
+ }
262
+ }
263
+
264
+ .sui-upsell-row {
265
+ margin-top: 30px;
266
+ .sui-upsell-image {
267
+ &.sui-upsell-image-smush:not(.integrations-upsell-image) {
268
+ bottom: -30px;
269
+ width: 85px;
270
+ }
271
+ }
272
+ }
273
+
274
+ .sui-notice {
275
+ &.smush-notice-sm {
276
+ p {
277
+ font-size: 13px;
278
+ }
279
+ }
280
+ }
281
+
282
+ .sui-hidden, button.sui-hidden {
283
+ display: none;
284
+ }
285
+
286
+ .sui-loading {
287
+ font-size: 18px;
288
+ }
289
+
290
+ span {
291
+ &.add-dir-loader {
292
+ padding-right: 10px;
293
+ font-size: 18px;
294
+ }
295
+ }
296
+
297
+ .sui-button {
298
+
299
+ &.smush-button-check-success,
300
+ &.smush-button-check-success:hover {
301
+ background: #d1f1ea !important;
302
+ color: #1abc9c !important;
303
+ pointer-events: none;
304
+ @include icon(before, check-tick);
305
+
306
+ &:before {
307
+ padding-right: 5px;
308
+ color: $notice-success-icon-color;
309
+ }
310
+ }
311
+
312
+ &.wp-smush-skip-resmush,
313
+ &.wp-smush-skip-resmush:hover {
314
+ display: block;
315
+ background: transparent !important;
316
+ border: 2px solid #888 !important;
317
+ color: #888 !important;
318
+ }
319
+ }
320
+
321
+ .sui-toggle + label {
322
+ font-weight: 500;
323
+ }
324
+
325
+ #smush-quick-setup-dialog {
326
+ .sui-box-settings-row {
327
+ .sui-box-settings-col-1 {
328
+ width: 85%;
329
+ }
330
+ }
331
+ }
332
+ }
333
+
334
+ .wp-smush-pagespeed-recommendation {
335
+ font-size: 13px;
336
+
337
+ .smush-recommendation-title,
338
+ .dismiss-recommendation {
339
+ font-weight: 500;
340
+ }
341
+
342
+ .dismiss-recommendation {
343
+ cursor: pointer;
344
+ @include icon(before, close);
345
+ &:before {
346
+ margin-right: 5px;
347
+ }
348
+ }
349
+ }
350
+
351
+ .smush-align-left {
352
+ float: left;
353
+ }
354
+
355
+ .smush-align-right {
356
+ float: right;
357
+ }
358
+
359
+ .sui-summary-smush {
360
+ .smushed-items-count {
361
+ margin: 5px;
362
+
363
+ .smush-align-right {
364
+ margin-left: 50px;
365
+ }
366
+ }
367
+
368
+ .sui-summary-detail {
369
+ font-size: 15px;
370
+ font-weight: 500;
371
+ line-height: 22px;
372
+ }
373
+
374
+ .wp-smush-stats-label-message {
375
+ font-size: 13px;
376
+ line-height: 22px;
377
+ }
378
+
379
+ .smush-stats-list {
380
+ min-height: 185px;
381
+ .sui-tag-pro {
382
+ top: -1px;
383
+ margin-left: 5px;
384
+ }
385
+ }
386
+ }
387
+
388
+ .sui-summary-smush-nextgen {
389
+ .smush-stats-list-nextgen {
390
+ min-height: 150px;
391
+ }
392
+ }
393
+ .wp-smush-no-image {
394
+ display: block;
395
+ overflow: hidden;
396
+ }
397
+ .wp-smush-upload-images {
398
+ display: block;
399
+ overflow: hidden;
400
+ padding: 10px 0 40px;
401
+ }
402
+ }
_src/scss/modules/_directory-smush.scss ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ****************************************************************************
2
+ * MODULE: Directory Smush styles.
3
+ */
4
+
5
+ @include body-class {
6
+
7
+ .wp-smush-list-dialog {
8
+ // Remove border on focus.
9
+ .jqueryFileTree:focus {
10
+ outline: 0 solid transparent;
11
+ }
12
+ }
13
+
14
+ .wp-smush-scan-result {
15
+ // Remove border on focus.
16
+ .wp-smush-image-list-inner:focus {
17
+ outline: 0 solid transparent;
18
+ }
19
+ }
20
+
21
+ ul.jqueryFileTree {
22
+ color: #666;
23
+ font-family: "Roboto", sans-serif;
24
+ font-size: 13px;
25
+ font-weight: 500;
26
+ letter-spacing: -0.25px;
27
+ line-height: 20px;
28
+ padding: 0;
29
+ margin: 0;
30
+ display: none;
31
+
32
+ li {
33
+ line-height: 40px;
34
+ padding: 0 0 0 20px;
35
+ margin: 0;
36
+ white-space: nowrap;
37
+
38
+ a, a:hover {
39
+ color: #666 !important;
40
+ font-size: 13px;
41
+ cursor: pointer;
42
+ padding-left: 5px;
43
+ }
44
+
45
+ &.wait {
46
+ background: url('#{$img--path}/spinner.gif') left 10px no-repeat !important;
47
+ }
48
+
49
+ .ext_tif,
50
+ .ext_tif,
51
+ .ext_tiff,
52
+ .ext_png,
53
+ .ext_pcx,
54
+ .ext_jpeg,
55
+ .ext_jpg,
56
+ .ext_gif,
57
+ .ext_bmp {
58
+ background: url('#{$img--path}/image.svg') left 10px no-repeat;
59
+ }
60
+
61
+ &.directory {
62
+ background: url('#{$img--path}/folder-closed.svg') left 10px no-repeat;
63
+ }
64
+
65
+ &.expanded {
66
+ background: url('#{$img--path}/folder-open.svg') no-repeat left 10px;
67
+
68
+ & > a {
69
+ display: block;
70
+ background-color: #F8F8F8;
71
+ border-radius: 4px;
72
+ }
73
+
74
+ &.selected {
75
+ background: url('#{$img--path}/folder-open-selected.svg') left 10px no-repeat;
76
+
77
+ & > a,
78
+ li.directory,
79
+ li.file {
80
+ color: #17A8E3 !important;
81
+ background-color: #E1F6FF;
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+
88
+ }
_src/scss/modules/_media.scss ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ****************************************************************************
2
+ * MEDIA AREA SCSS FILE
3
+ */
4
+ @import "~@wpmudev/shared-ui/scss/functions";
5
+ @import "~@wpmudev/shared-ui/scss/colors";
6
+ @import "~@wpmudev/shared-ui/scss/variables";
7
+ // Override body class
8
+ $sui-version: 'smush-media';
9
+ $sui-wrap-class: false;
10
+ @import "~@wpmudev/shared-ui/scss/mixins";
11
+ @import "~@wpmudev/shared-ui/scss/tooltips";
12
+
13
+ /* ****************************************************************************
14
+ * MEDIA AREA STYLES
15
+ */
16
+
17
+ // Set column width.
18
+ .manage-column.column-smushit {
19
+ width: 260px;
20
+ }
21
+
22
+ // Margin for buttons.
23
+ .sui-smush-media {
24
+ .button {
25
+ margin-right: 5px;
26
+ &:last-of-type {
27
+ margin-right: 0;
28
+ }
29
+ }
30
+ }
31
+
32
+ // Smush button loading icon.
33
+ #ngg-listimages,
34
+ .column-smushit {
35
+ .spinner {
36
+ float: none;
37
+
38
+ &.visible {
39
+ visibility: visible;
40
+ }
41
+ }
42
+ }
43
+
44
+ // Stats table.
45
+ .sui-smush-media {
46
+ table.wp-smush-stats-holder {
47
+ width: 100%;
48
+ border: 1px solid #E6E6E6;
49
+ border-radius: 4px;
50
+ margin-top: 6px;
51
+ border-collapse: separate;
52
+ border-spacing: 0;
53
+ thead {
54
+ th.smush-stats-header {
55
+ padding: 8px 10px;
56
+ border-bottom: 1px solid #E6E6E6 !important;
57
+ color: #32373D;
58
+ font-size: 12px;
59
+ font-weight: bold;
60
+ letter-spacing: -0.23px;
61
+ line-height: 16px;
62
+ }
63
+ }
64
+ td {
65
+ vertical-align: middle;
66
+ padding: 8px 10px;
67
+ color: #555555;
68
+ font-size: 11px;
69
+ letter-spacing: -0.21px;
70
+ line-height: 16px;
71
+ border-bottom: 1px solid #E6E6E6;
72
+ &:first-of-type {
73
+ max-width: 110px;
74
+ font-weight: 500;
75
+ }
76
+ }
77
+ }
78
+ }
79
+
80
+ // Override !important set from WordPress.
81
+ #the-list {
82
+ .sui-smush-media {
83
+ thead {
84
+ th.smush-stats-header {
85
+ border-bottom: 1px solid #E6E6E6 !important;
86
+ }
87
+ }
88
+ }
89
+ }
90
+
91
+ // Responsive table for list mode.
92
+ @media screen and (max-width: 1024px) {
93
+ .wp-list-table .smushit {
94
+ table.wp-smush-stats-holder {
95
+ th {
96
+ display: table-cell;
97
+ box-sizing: border-box;
98
+ }
99
+ tr td {
100
+ word-wrap: break-word;
101
+ display: table-cell !important;
102
+ &:first-child {
103
+ border-right: none;
104
+ box-sizing: border-box;
105
+ }
106
+ &:last-child {
107
+ box-sizing: border-box;
108
+ float: none;
109
+ overflow: visible;
110
+ }
111
+ }
112
+ }
113
+ }
114
+ }
115
+
116
+ // NextGen Integration.
117
+ .iedit .wp-smush-action,
118
+ .iedit .smush-stats-details {
119
+ font-size: 11px;
120
+ }
121
+
122
+ /*NextGen Gallery stats*/
123
+ #ngg-listimages {
124
+ table.wp-smush-stats-holder {
125
+ table-layout: fixed;
126
+ border: 1px solid lightgray;
127
+ border-collapse: collapse;
128
+ width: 100%;
129
+ td,
130
+ th {
131
+ border: 1px solid #CECECE;
132
+ }
133
+ }
134
+ .column-7 {
135
+ width: 300px;
136
+ }
137
+ .spinner {
138
+ width: auto;
139
+ padding-left: 30px;
140
+ }
141
+ }
142
+
143
+ /** NextGen Gallery tr height, to show the progress bar properly for alternate rows **/
144
+ .alternate.iedit {
145
+ height: 120px;
146
+ }
147
+
148
+ /** Allows to click on button, otherwise row-actions from NextGen interferes **/
149
+ .wp-smush-nextgen-send {
150
+ position: relative;
151
+ z-index: 2;
152
+ }
_src/scss/modules/_resize-detection.scss ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "variables";
2
+
3
+ @font-face {
4
+ font-family: 'wpmudev-plugin-icons';
5
+ src: url('#{$font--path}/wpmudev-plugin-icons.eot');
6
+ src: url('#{$font--path}/wpmudev-plugin-icons.eot') format('embedded-opentype'),
7
+ url('#{$font--path}/wpmudev-plugin-icons.ttf') format('truetype'),
8
+ url('#{$font--path}/wpmudev-plugin-icons.woff') format('woff'),
9
+ url('#{$font--path}/wpmudev-plugin-icons.woff2') format('woff2'),
10
+ url('#{$font--path}/wpmudev-plugin-icons.svg') format('svg');
11
+ font-weight: 400;
12
+ font-style: normal
13
+ }
14
+
15
+ .smush-detected-img {
16
+ border: 5px solid #FECF2F;
17
+ border-radius: 5px;
18
+ }
19
+
20
+ .smush-resize-box {
21
+ width: max-content;
22
+ display: block;
23
+ padding: 10px;
24
+ box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .15);
25
+ margin: 20px auto;
26
+ border-radius: 30px;
27
+ cursor: pointer;
28
+
29
+ .smush-front-icons {
30
+ margin-left: 10px;
31
+ &:before {
32
+ font-family: 'wpmudev-plugin-icons', sans-serif !important;
33
+ speak: none;
34
+ font-size: 1em;
35
+ font-style: normal;
36
+ font-weight: 400;
37
+ font-variant: normal;
38
+ text-transform: none;
39
+ line-height: 1;
40
+ text-rendering: auto;
41
+ display: inline-block;
42
+ color: #888;
43
+ -webkit-font-smoothing: antialiased;
44
+ -moz-osx-font-smoothing: grayscale;
45
+ }
46
+
47
+ &.smush-front-icon-arrows-in {
48
+ &:before {
49
+ content: '\2264';
50
+ }
51
+ }
52
+ }
53
+
54
+ .smush-tag {
55
+ display: inline-block;
56
+ background-color: #fecf2f;
57
+ color: #333;
58
+ border-radius: 15px;
59
+ min-width: 39px;
60
+ height: 26px;
61
+ font-size: 10px;
62
+ line-height: 26px;
63
+ text-align: center;
64
+ font-weight: 500;
65
+ padding: 0 10px;
66
+
67
+ &.smush-tag-success {
68
+ background-color: #1abc9c;
69
+ color: #fff;
70
+ margin-left: 10px;
71
+ }
72
+ }
73
+
74
+ &.smush-tooltip {
75
+ position: relative;
76
+
77
+ &:before,
78
+ &:after {
79
+ content: "";
80
+ opacity: 0;
81
+ backface-visibility: hidden;
82
+ pointer-events: none;
83
+ position: absolute;
84
+ z-index: 1;
85
+ transition: margin .2s, opacity .2s;
86
+ }
87
+
88
+ &:before {
89
+ border: 5px solid transparent;
90
+ bottom: 100%;
91
+ left: 50%;
92
+ border-top-color: #000000;
93
+ transform: translateX(-50%);
94
+ }
95
+
96
+ &:after {
97
+ content: attr(data-tooltip);
98
+ min-width: 40px;
99
+ padding: 8px 12px;
100
+ border-radius: 4px;
101
+ background: #000000;
102
+ box-sizing: border-box;
103
+ color: #FFFFFF;
104
+ font: 400 12px/18px "Roboto", Arial, sans-serif;
105
+ text-transform: none;
106
+ text-align: center;
107
+ white-space: nowrap;
108
+ bottom: 100%;
109
+ left: 50%;
110
+ margin: 0 0 10px;
111
+ transform: translateX(-50%);
112
+ }
113
+
114
+ &:hover {
115
+ &:before,
116
+ &:after {
117
+ opacity: 1;
118
+ }
119
+ }
120
+
121
+ &.smush-tooltip-constrained {
122
+ &:after {
123
+ min-width: 240px;
124
+ white-space: normal;
125
+ }
126
+ }
127
+ }
128
+ }
_src/scss/modules/_variables.scss ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /* ****************************************************************************
2
+ * MODULE: VARIABLES
3
+ */
4
+
5
+ $font--path: "../fonts" !default;
6
+ $img--path: "../images" !default;
assets/css/admin.min.css ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,700|Roboto:400,500,700);
2
+ @import url(https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css);
3
+ .sui-2-2-6 .sui-wrap .sui-checkbox input,.sui-2-2-6 .sui-wrap .sui-multi-checkbox label input,.sui-2-2-6 .sui-wrap .sui-radio input,.sui-2-2-6 .sui-wrap .sui-toggle input[type=checkbox],.sui-2-2-6 .sui-wrap .sui-upload-group input[type=file],.sui-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.sui-2-2-6 .sui-wrap .sui-fade-in{animation:fadeIn .3s ease-in forwards}.sui-2-2-6 .sui-wrap .sui-fade-out{animation:fadeOut .3s ease-in forwards}.sui-2-2-6 .sui-wrap .sui-bounce-in{animation:bounceInJiggle .8s ease-in forwards}.sui-2-2-6 .sui-wrap .sui-bounce-out{animation:bounceOutJiggle .6s ease-out forwards}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInJiggle{0%{transform:translateY(-200%) scale(1.5);opacity:0}30%{opacity:1}58%{transform:translateY(0) rotate(1deg) scale(1);opacity:1}72%{transform:translateY(-30px) rotate(-1deg)}80%{transform:translateY(0) rotate(.5deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes bounceOutJiggle{0%{transform:translateY(0)}10%{transform:translateY(-10px) rotate(-.5deg)}30%{transform:translateY(20px) rotate(8deg)}70%{opacity:1}90%{transform:translateY(300%) translateX(40px) rotate(35deg);opacity:0}to{display:none}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sui-2-2-6 .sui-wrap{font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:15px;line-height:30px;color:#666;letter-spacing:-.025em;margin:30px 30px 0 10px}.sui-2-2-6 .sui-wrap *{font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,.01) 0 0 1px}@media (max-width:782px){.sui-2-2-6 .sui-wrap{margin:20px 10px 0 0}}.sui-2-2-6 .sui-wrap h1,.sui-2-2-6 .sui-wrap h2,.sui-2-2-6 .sui-wrap h3,.sui-2-2-6 .sui-wrap h4,.sui-2-2-6 .sui-wrap h5,.sui-2-2-6 .sui-wrap h6{display:block;margin:.5em auto;padding:0;line-height:30px;color:#333;font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif}.sui-2-2-6 .sui-wrap h1{font-size:32px;line-height:40px;color:#333;margin:0}.sui-2-2-6 .sui-wrap h2{font-size:22px;line-height:35px}.sui-2-2-6 .sui-wrap h3{font-size:18px;line-height:40px}.sui-2-2-6 .sui-wrap h4,.sui-2-2-6 .sui-wrap h5,.sui-2-2-6 .sui-wrap h6{font-size:15px}.sui-2-2-6 .sui-wrap p{font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:15px;line-height:30px;color:#666;letter-spacing:-.025em;text-rendering:optimizeLegibility}.sui-2-2-6 .sui-wrap p:first-child{margin-top:0}.sui-2-2-6 .sui-wrap p:last-of-type:not(:last-child){margin-bottom:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap p:last-of-type:not(:last-child){margin-bottom:20px}}.sui-2-2-6 .sui-wrap p:last-child{margin-bottom:0}.sui-2-2-6 .sui-wrap p small{font-size:13px;line-height:22px;color:#888}.sui-2-2-6 .sui-wrap a{text-decoration:none;color:#17a8e3;font-weight:500;outline-color:transparent;outline-style:none;box-shadow:none}.sui-2-2-6 .sui-wrap a:active:not(.sui-button),.sui-2-2-6 .sui-wrap a:focus:not(.sui-button),.sui-2-2-6 .sui-wrap a:hover:not(.sui-button){color:#1286b5}.sui-2-2-6 .sui-wrap a.disabled{pointer-events:none}.sui-2-2-6 .sui-wrap a.disabled:active,.sui-2-2-6 .sui-wrap a.disabled:focus,.sui-2-2-6 .sui-wrap a.disabled:hover{color:#888;cursor:default}.sui-2-2-6 .sui-wrap code,.sui-2-2-6 .sui-wrap pre{font-weight:500;font-size:13px;line-height:18px;color:#333;background-color:#f8f8f8;border:1px solid #e6e6e6;border-radius:4px;margin:0;padding:10px 15px;white-space:pre;overflow:auto;max-width:100%;vertical-align:middle;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.sui-2-2-6 .sui-wrap code{display:inline-block;padding:2px 5px}.sui-2-2-6 .sui-wrap b,.sui-2-2-6 .sui-wrap strong{font-weight:500}.sui-2-2-6 .sui-wrap dfn{font-style:normal;font-weight:400;border-bottom:1px dotted #888}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before,.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before,.sui-2-2-6 .sui-dialog-close:before,.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown:after,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-dir-progress.optimised:before,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-dir-progress.partial:before,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-image-ele .wp-smush-image-ele-progress.optimised:before,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-image-ele .wp-smush-image-ele-progress.partial:before,.sui-2-2-6 .sui-wrap .smush-pro-features .smush-pro-feature-title:before,.sui-2-2-6 .sui-wrap .smush-sidenav .smush-nav-icon.bulk:not(.sui-tag):before,.sui-2-2-6 .sui-wrap .sui-button.smush-button-check-success:before,.sui-2-2-6 .sui-wrap .sui-button.smush-button-check-success:hover:before,.sui-2-2-6 .sui-wrap .sui-checkbox span:not(.sui-description):not(.sui-tag):before,.sui-2-2-6 .sui-wrap .sui-listing li:before,.sui-2-2-6 .sui-wrap .sui-notice-top p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-notice p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-radio span:not(.sui-description):not(.sui-tag):before,.sui-2-2-6 .sui-wrap [class*=sui-icon-]:after,.sui-2-2-6 .sui-wrap [class*=sui-icon-]:before,.sui-2-2-6 .wp-smush-pagespeed-recommendation .dismiss-recommendation:before,.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow:before{font-family:wpmudev-plugin-icons!important;speak:none;font-size:1em;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-rendering:auto;display:inline-block;color:#888;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:wpmudev-plugin-icons;src:url(../fonts/wpmudev-plugin-icons.eot);src:url(../fonts/wpmudev-plugin-icons.eot) format("embedded-opentype"),url(../fonts/wpmudev-plugin-icons.ttf) format("truetype"),url(../fonts/wpmudev-plugin-icons.woff) format("woff"),url(../fonts/wpmudev-plugin-icons.woff2) format("woff2"),url(../fonts/wpmudev-plugin-icons.svg) format("svg");font-weight:400;font-style:normal}.sui-2-2-6 .sui-wrap .sui-loading:before{animation:spin 1.3s linear infinite}.sui-2-2-6 .sui-wrap [class*=sui-icon-]{display:inline-block}.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-xl:before{font-size:30px}.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-lg:before{font-size:20px}.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-md:before{font-size:16px}.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-sm:before{font-size:12px}.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-error:before,.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-info:before,.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-success:before,.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-warning:before{color:inherit}.sui-2-2-6 .sui-wrap [class*=sui-icon-].sui-fw{width:1.8em;text-align:center;min-height:1em}.sui-2-2-6 .sui-wrap .sui-icon-check:before{content:"("}.sui-2-2-6 .sui-wrap .sui-icon-close:before{content:")"}.sui-2-2-6 .sui-wrap .sui-icon-check-tick:before{content:"_"}.sui-2-2-6 .sui-wrap .sui-icon-cross-close:before{content:"+"}.sui-2-2-6 .sui-wrap .sui-icon-plus-circle:before{content:"@"}.sui-2-2-6 .sui-wrap .sui-icon-warning-alert:before{content:"!"}.sui-2-2-6 .sui-wrap .sui-icon-info:before{content:"I"}.sui-2-2-6 .sui-wrap .sui-icon-question:before{content:"?"}.sui-2-2-6 .sui-wrap .sui-icon-trash:before{content:"Q"}.sui-2-2-6 .sui-wrap .sui-icon-pencil:before{content:"/"}.sui-2-2-6 .sui-wrap .sui-icon-unlock:before{content:"0"}.sui-2-2-6 .sui-wrap .sui-icon-lock:before{content:"9"}.sui-2-2-6 .sui-wrap .sui-icon-key:before{content:"\25CA"}.sui-2-2-6 .sui-wrap .sui-icon-plus:before{content:"="}.sui-2-2-6 .sui-wrap .sui-icon-magnifying-glass-search:before{content:"\BA"}.sui-2-2-6 .sui-wrap .sui-icon-more:before{content:"\2026"}.sui-2-2-6 .sui-wrap .sui-icon-wrench-tool:before{content:"\2044"}.sui-2-2-6 .sui-wrap .sui-icon-widget-settings-config:before{content:"x"}.sui-2-2-6 .sui-wrap .sui-icon-settings-slider-control:before{content:"\153"}.sui-2-2-6 .sui-wrap .sui-icon-loader:before{content:"N"}.sui-2-2-6 .sui-wrap .sui-icon-calendar:before{content:"\220F"}.sui-2-2-6 .sui-wrap .sui-icon-clock:before{content:","}.sui-2-2-6 .sui-wrap .sui-icon-speed-optimize:before{content:"\F8"}.sui-2-2-6 .sui-wrap .sui-icon-stopwatch:before{content:"V"}.sui-2-2-6 .sui-wrap .sui-icon-filter:before{content:"z"}.sui-2-2-6 .sui-wrap .sui-icon-bookmark:before{content:"\221A"}.sui-2-2-6 .sui-wrap .sui-icon-chevron-up:before{content:"\2DD"}.sui-2-2-6 .sui-wrap .sui-icon-chevron-right:before{content:"\2DC"}.sui-2-2-6 .sui-wrap .sui-icon-chevron-down:before{content:"\131"}.sui-2-2-6 .sui-wrap .sui-icon-chevron-left:before{content:"\D3"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-up:before{content:"\D4"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-right:before{content:"\AF"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-down:before{content:"\C2"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-left:before{content:"\F8FF"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-skip-back:before{content:"{"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-skip-forward:before{content:"}"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-skip-start:before{content:":"}.sui-2-2-6 .sui-wrap .sui-icon-arrow-skip-end:before{content:'"'}.sui-2-2-6 .sui-wrap .sui-icon-play:before{content:"\E900"}.sui-2-2-6 .sui-wrap .sui-icon-pause:before{content:"\E901"}.sui-2-2-6 .sui-wrap .sui-icon-arrows-out:before{content:"\2DA"}.sui-2-2-6 .sui-wrap .sui-icon-arrows-in:before{content:"\2264"}.sui-2-2-6 .sui-wrap .sui-icon-arrows-expand:before{content:"\AC"}.sui-2-2-6 .sui-wrap .sui-icon-arrows-compress:before{content:"\2265"}.sui-2-2-6 .sui-wrap .sui-icon-refresh2:before{content:"\C1"}.sui-2-2-6 .sui-wrap .sui-icon-zip:before{content:"a"}.sui-2-2-6 .sui-wrap .sui-icon-combine:before{content:"o"}.sui-2-2-6 .sui-wrap .sui-icon-defer:before{content:"p"}.sui-2-2-6 .sui-wrap .sui-icon-inlinecss:before{content:"c"}.sui-2-2-6 .sui-wrap .sui-icon-movefooter:before{content:"u"}.sui-2-2-6 .sui-wrap .sui-icon-popup:before{content:"1"}.sui-2-2-6 .sui-wrap .sui-icon-slide-in:before{content:"2"}.sui-2-2-6 .sui-wrap .sui-icon-embed:before{content:"3"}.sui-2-2-6 .sui-wrap .sui-icon-list:before{content:"`"}.sui-2-2-6 .sui-wrap .sui-icon-layout-grid:before{content:"\221E"}.sui-2-2-6 .sui-wrap .sui-icon-layout:before{content:"\A9"}.sui-2-2-6 .sui-wrap .sui-icon-thumbnails:before{content:"G"}.sui-2-2-6 .sui-wrap .sui-icon-align-left:before{content:"%"}.sui-2-2-6 .sui-wrap .sui-icon-align-center:before{content:"^"}.sui-2-2-6 .sui-wrap .sui-icon-align-right:before{content:"&"}.sui-2-2-6 .sui-wrap .sui-icon-align-justify:before{content:"#"}.sui-2-2-6 .sui-wrap .sui-icon-indent-more:before{content:"\2019"}.sui-2-2-6 .sui-wrap .sui-icon-indent-less:before{content:"\201D"}.sui-2-2-6 .sui-wrap .sui-icon-blog:before{content:"Y"}.sui-2-2-6 .sui-wrap .sui-icon-list-number:before{content:"7"}.sui-2-2-6 .sui-wrap .sui-icon-list-bullet:before{content:"8"}.sui-2-2-6 .sui-wrap .sui-icon-bold:before{content:"B"}.sui-2-2-6 .sui-wrap .sui-icon-quote-2:before{content:"'"}.sui-2-2-6 .sui-wrap .sui-icon-style-type:before{content:"<"}.sui-2-2-6 .sui-wrap .sui-icon-wand-magic:before{content:"Z"}.sui-2-2-6 .sui-wrap .sui-icon-link:before{content:"5"}.sui-2-2-6 .sui-wrap .sui-icon-unlink:before{content:"6"}.sui-2-2-6 .sui-wrap .sui-icon-paperclip:before{content:"A"}.sui-2-2-6 .sui-wrap .sui-icon-code:before{content:";"}.sui-2-2-6 .sui-wrap .sui-icon-color-pick-eyedropper:before{content:"\A5"}.sui-2-2-6 .sui-wrap .sui-icon-crop:before{content:"C"}.sui-2-2-6 .sui-wrap .sui-icon-paint-bucket:before{content:"\222B"}.sui-2-2-6 .sui-wrap .sui-icon-camera:before{content:"\D8"}.sui-2-2-6 .sui-wrap .sui-icon-photo-picture:before{content:"D"}.sui-2-2-6 .sui-wrap .sui-icon-animation-video:before{content:"F"}.sui-2-2-6 .sui-wrap .sui-icon-home:before{content:"J"}.sui-2-2-6 .sui-wrap .sui-icon-mail:before{content:"m"}.sui-2-2-6 .sui-wrap .sui-icon-phone:before{content:">"}.sui-2-2-6 .sui-wrap .sui-icon-folder:before{content:"\2D8"}.sui-2-2-6 .sui-wrap .sui-icon-folder-open:before{content:"\BB"}.sui-2-2-6 .sui-wrap .sui-icon-archive:before{content:"b"}.sui-2-2-6 .sui-wrap .sui-icon-book:before{content:"\2206"}.sui-2-2-6 .sui-wrap .sui-icon-page-multiple:before{content:"\E7"}.sui-2-2-6 .sui-wrap .sui-icon-layers:before{content:"\E6"}.sui-2-2-6 .sui-wrap .sui-icon-copy:before{content:"4"}.sui-2-2-6 .sui-wrap .sui-icon-graph-bar:before{content:"\C7"}.sui-2-2-6 .sui-wrap .sui-icon-graph-bar-2:before{content:"\2DB"}.sui-2-2-6 .sui-wrap .sui-icon-graph-line:before{content:"\A1"}.sui-2-2-6 .sui-wrap .sui-icon-page:before{content:"\D2"}.sui-2-2-6 .sui-wrap .sui-icon-clipboard-notes:before{content:"\BF"}.sui-2-2-6 .sui-wrap .sui-icon-page-pdf:before{content:"\C6"}.sui-2-2-6 .sui-wrap .sui-icon-heart:before{content:"K"}.sui-2-2-6 .sui-wrap .sui-icon-star:before{content:"S"}.sui-2-2-6 .sui-wrap .sui-icon-plugin-2:before{content:"O"}.sui-2-2-6 .sui-wrap .sui-icon-brush:before{content:"~"}.sui-2-2-6 .sui-wrap .sui-icon-plug-connected:before{content:"R"}.sui-2-2-6 .sui-wrap .sui-icon-plug-disconnected:before{content:"."}.sui-2-2-6 .sui-wrap .sui-icon-power-on-off:before{content:"["}.sui-2-2-6 .sui-wrap .sui-icon-upload-cloud:before{content:"\A2"}.sui-2-2-6 .sui-wrap .sui-icon-download-cloud:before{content:"\A3"}.sui-2-2-6 .sui-wrap .sui-icon-cloud:before{content:"\2122"}.sui-2-2-6 .sui-wrap .sui-icon-cloud-migration:before{content:"l"}.sui-2-2-6 .sui-wrap .sui-icon-download:before{content:"X"}.sui-2-2-6 .sui-wrap .sui-icon-save:before{content:"\DF"}.sui-2-2-6 .sui-wrap .sui-icon-lightbulb:before{content:"L"}.sui-2-2-6 .sui-wrap .sui-icon-sitemap:before{content:"\B8"}.sui-2-2-6 .sui-wrap .sui-icon-storage-server-data:before{content:"\CE"}.sui-2-2-6 .sui-wrap .sui-icon-user-reputation-points:before{content:"E"}.sui-2-2-6 .sui-wrap .sui-icon-tablet-portrait:before{content:"]"}.sui-2-2-6 .sui-wrap .sui-icon-laptop:before{content:"\AB"}.sui-2-2-6 .sui-wrap .sui-icon-monitor:before{content:"$"}.sui-2-2-6 .sui-wrap .sui-icon-eye:before{content:"e"}.sui-2-2-6 .sui-wrap .sui-icon-eye-hide:before{content:"q"}.sui-2-2-6 .sui-wrap .sui-icon-update:before{content:"\AE"}.sui-2-2-6 .sui-wrap .sui-icon-refresh:before{content:"H"}.sui-2-2-6 .sui-wrap .sui-icon-undo:before{content:"\2030"}.sui-2-2-6 .sui-wrap .sui-icon-web-globe-world:before{content:"W"}.sui-2-2-6 .sui-wrap .sui-icon-flag:before{content:"|"}.sui-2-2-6 .sui-wrap .sui-icon-academy:before{content:"\3C0"}.sui-2-2-6 .sui-wrap .sui-icon-profile-male:before{content:"\B5"}.sui-2-2-6 .sui-wrap .sui-icon-community-people:before{content:"\2018"}.sui-2-2-6 .sui-wrap .sui-icon-help-support:before{content:"M"}.sui-2-2-6 .sui-wrap .sui-icon-gdpr:before{content:"\2211"}.sui-2-2-6 .sui-wrap .sui-icon-like:before{content:"j"}.sui-2-2-6 .sui-wrap .sui-icon-dislike:before{content:"k"}.sui-2-2-6 .sui-wrap .sui-icon-finger-point:before{content:"\2248"}.sui-2-2-6 .sui-wrap .sui-icon-open-new-window:before{content:"n"}.sui-2-2-6 .sui-wrap .sui-icon-reply:before{content:"r"}.sui-2-2-6 .sui-wrap .sui-icon-share:before{content:"s"}.sui-2-2-6 .sui-wrap .sui-icon-wordpress:before{content:"w"}.sui-2-2-6 .sui-wrap .sui-icon-social-facebook:before{content:"f"}.sui-2-2-6 .sui-wrap .sui-icon-social-twitter:before{content:"t"}.sui-2-2-6 .sui-wrap .sui-icon-social-linkedin:before{content:"i"}.sui-2-2-6 .sui-wrap .sui-icon-social-dropbox:before{content:"d"}.sui-2-2-6 .sui-wrap .sui-icon-social-drive:before{content:"v"}.sui-2-2-6 .sui-wrap .sui-icon-social-google-plus:before{content:"g"}.sui-2-2-6 .sui-wrap .sui-icon-social-youtube:before{content:"y"}.sui-2-2-6 .sui-wrap .sui-icon-cloudflare:before{content:"\D0"}.sui-2-2-6 .sui-wrap .sui-icon-social-github:before{content:"h"}.sui-2-2-6 .sui-wrap .sui-icon-wpmudev-logo:before{content:"\2039"}.sui-2-2-6 .sui-wrap .sui-icon-defender:before{content:"\B7"}.sui-2-2-6 .sui-wrap .sui-icon-smush:before{content:"\2021"}.sui-2-2-6 .sui-wrap .sui-icon-upfront:before{content:"\201A"}.sui-2-2-6 .sui-wrap .sui-icon-hummingbird:before{content:"\B0"}.sui-2-2-6 .sui-wrap .sui-icon-uptime:before{content:"\B1"}.sui-2-2-6 .sui-wrap .sui-icon-smart-crawl:before{content:"\2202"}.sui-2-2-6 .sui-wrap .sui-icon-forminator:before{content:"P"}.sui-2-2-6 .sui-wrap .sui-icon-shipper-anchor:before{content:"T"}.sui-2-2-6 .sui-wrap .sui-icon-snapshot:before{content:"\FB01"}.sui-2-2-6 .sui-wrap .sui-icon-hustle:before{content:"\2014"}.sui-2-2-6 .sui-wrap .sui-icon-performance:before{content:"U"}.sui-2-2-6 .sui-wrap .sui-icon-hub:before{content:"\FB02"}.sui-2-2-6 .sui-wrap .sui-button,.sui-2-2-6 .sui-wrap a.sui-button,.sui-2-2-6 .sui-wrap button.sui-button{min-width:80px;height:30px;cursor:pointer;display:inline-block;position:relative;padding:7px 16px;margin:0 10px 0 0;border:0;background-color:#888;color:#fff;font:500 12px/16px Roboto,Arial,sans-serif;letter-spacing:-.025em;text-transform:uppercase;text-align:center;text-decoration:none;border-radius:3px;transition:all .3s ease;text-shadow:none;white-space:nowrap}.sui-2-2-6 .sui-wrap .sui-button .sui-loading,.sui-2-2-6 .sui-wrap a.sui-button .sui-loading,.sui-2-2-6 .sui-wrap button.sui-button .sui-loading{width:16px;height:16px;display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;margin:0}.sui-2-2-6 .sui-wrap .sui-button .sui-loading:before,.sui-2-2-6 .sui-wrap a.sui-button .sui-loading:before,.sui-2-2-6 .sui-wrap button.sui-button .sui-loading:before{display:block}.sui-2-2-6 .sui-wrap .sui-button .sui-loading-text,.sui-2-2-6 .sui-wrap a.sui-button .sui-loading-text,.sui-2-2-6 .sui-wrap button.sui-button .sui-loading-text{display:block;pointer-events:none}.sui-2-2-6 .sui-wrap .sui-button i,.sui-2-2-6 .sui-wrap a.sui-button i,.sui-2-2-6 .sui-wrap button.sui-button i{vertical-align:middle}.sui-2-2-6 .sui-wrap .sui-button i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap a.sui-button i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap button.sui-button i:not(.sui-fw):not(.sui-loading){margin-right:5px}.sui-2-2-6 .sui-wrap .sui-button i:before,.sui-2-2-6 .sui-wrap a.sui-button i:before,.sui-2-2-6 .sui-wrap button.sui-button i:before{transition:all .3s ease;color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap a.sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap button.sui-button.sui-button-icon-right i:not(.sui-fw):not(.sui-loading){margin-right:0;margin-left:5px}.sui-2-2-6 .sui-wrap .sui-button:focus,.sui-2-2-6 .sui-wrap .sui-button:hover,.sui-2-2-6 .sui-wrap a.sui-button:focus,.sui-2-2-6 .sui-wrap a.sui-button:hover,.sui-2-2-6 .sui-wrap button.sui-button:focus,.sui-2-2-6 .sui-wrap button.sui-button:hover{outline:none;background:#7e7e7e;border-color:#7e7e7e}.sui-2-2-6 .sui-wrap .sui-button:active,.sui-2-2-6 .sui-wrap .sui-button:focus,.sui-2-2-6 .sui-wrap a.sui-button:active,.sui-2-2-6 .sui-wrap a.sui-button:focus,.sui-2-2-6 .sui-wrap button.sui-button:active,.sui-2-2-6 .sui-wrap button.sui-button:focus{outline:none;box-shadow:none;background:#7e7e7e;border-color:#7e7e7e}.sui-2-2-6 .sui-wrap .sui-button.sui-button-blue,.sui-2-2-6 .sui-wrap .sui-button.sui-button-primary,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-blue,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-primary,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-blue,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-primary{background:#17a8e3}.sui-2-2-6 .sui-wrap .sui-button.sui-button-blue i:before,.sui-2-2-6 .sui-wrap .sui-button.sui-button-primary i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-blue i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-primary i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-blue i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-primary i:before{color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-blue:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-blue:hover,.sui-2-2-6 .sui-wrap .sui-button.sui-button-primary:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-primary:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-blue:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-blue:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-primary:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-primary:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-blue:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-blue:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-primary:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-primary:hover{background:#159ad0}.sui-2-2-6 .sui-wrap .sui-button.sui-button-red,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-red,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-red{background:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-button.sui-button-red i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-red i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-red i:before{color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-red:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-red:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-red:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-red:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-red:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-red:hover{opacity:1;background:#ff5959}.sui-2-2-6 .sui-wrap .sui-button.sui-button-green,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-green,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-green{background:#1abc9c}.sui-2-2-6 .sui-wrap .sui-button.sui-button-green i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-green i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-green i:before{color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-green:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-green:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-green:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-green:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-green:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-green:hover{opacity:1;background:#18aa8d}.sui-2-2-6 .sui-wrap .sui-button.sui-button-upsell,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-upsell,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-upsell{border:2px solid #d1f1ea;color:#1abc9c;width:auto;height:26px;line-height:15px;background:transparent;padding:4px 16px;border-radius:15px;text-transform:none}.sui-2-2-6 .sui-wrap .sui-button.sui-button-upsell:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-upsell:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-upsell:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-upsell:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-upsell:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-upsell:hover{opacity:1;border-color:#18aa8d;background:#18aa8d;color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost{padding:5px 16px 7px;border:2px solid #ddd;background:transparent;color:#888}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost i:before{color:#888}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost:hover{border-color:#888;background:#888;color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost:focus i:before,.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost:hover i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost:focus i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost:hover i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost:focus i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost:hover i:before{color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-blue,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-blue,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-blue{border-color:#17a8e3;color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-blue i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-blue i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-blue i:before{color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-blue:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-blue:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-blue:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-blue:hover{border-color:#17a8e3;background:#17a8e3;color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-red,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-red,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-red{border-color:#ffe5e9;color:#ff5959}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-red i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-red i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-red i:before{color:#ff5959}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-red:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-red:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-red:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-red:hover{opacity:1;border-color:#ff6d6d;background:#ff6d6d;color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-red:hover i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-red:hover i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-red:focus i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-red:hover i:before{color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-green,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-green,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-green{border-color:#1abc9c;color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-green i:before,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-green i:before,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-green i:before{color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-6 .sui-wrap .sui-button.sui-button-ghost.sui-button-green:hover,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-ghost.sui-button-green:hover,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-green:focus,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-ghost.sui-button-green:hover{opacity:1;border-color:#18aa8d;background:#18aa8d;color:#fff}.sui-2-2-6 .sui-wrap .sui-button.sui-button-lg,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-lg,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-lg{height:40px;padding:11px 20px 9px;border-radius:4px;font:500 15px/20px Roboto,Arial,sans-serif}.sui-2-2-6 .sui-wrap .sui-button.sui-button-lg.sui-button-ghost,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-lg.sui-button-ghost,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-lg.sui-button-ghost{padding:9px 20px}.sui-2-2-6 .sui-wrap .sui-button.sui-button-lg i,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-lg i,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-lg i{font-size:16px}.sui-2-2-6 .sui-wrap .sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap a.sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap button.sui-button.sui-button-lg i:not(.sui-fw):not(.sui-loading){margin-right:10px}.sui-2-2-6 .sui-wrap .sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap a.sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading),.sui-2-2-6 .sui-wrap button.sui-button.sui-button-lg.sui-button-icon-right i:not(.sui-fw):not(.sui-loading){margin-right:0;margin-left:10px}.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload{pointer-events:none;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload .sui-loading,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload .sui-loading,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload .sui-loading{display:-ms-flexbox;display:flex}.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload .sui-loading-text,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload .sui-loading-text,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload .sui-loading-text{opacity:0}.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload,.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload.sui-button-blue,.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload.sui-button-green,.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload.sui-button-red,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload.sui-button-blue,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload.sui-button-green,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload.sui-button-red,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload.sui-button-blue,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload.sui-button-green,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload.sui-button-red{background:#e6e6e6}.sui-2-2-6 .sui-wrap .sui-button.sui-button-onload.sui-button-ghost,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-onload.sui-button-ghost,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-onload.sui-button-ghost{border-color:#e6e6e6;background:transparent}.sui-2-2-6 .sui-wrap .sui-button.disabled,.sui-2-2-6 .sui-wrap .sui-button:disabled,.sui-2-2-6 .sui-wrap .sui-button[disabled],.sui-2-2-6 .sui-wrap a.sui-button.disabled,.sui-2-2-6 .sui-wrap a.sui-button:disabled,.sui-2-2-6 .sui-wrap a.sui-button[disabled],.sui-2-2-6 .sui-wrap button.sui-button.disabled,.sui-2-2-6 .sui-wrap button.sui-button:disabled,.sui-2-2-6 .sui-wrap button.sui-button[disabled]{color:#aaa;border-color:#ddd;background:#f8f8f8;box-shadow:none;pointer-events:none;cursor:default;transform:none}.sui-2-2-6 .sui-wrap .sui-button.disabled:focus,.sui-2-2-6 .sui-wrap .sui-button.disabled:hover,.sui-2-2-6 .sui-wrap .sui-button:disabled:focus,.sui-2-2-6 .sui-wrap .sui-button:disabled:hover,.sui-2-2-6 .sui-wrap .sui-button[disabled]:focus,.sui-2-2-6 .sui-wrap .sui-button[disabled]:hover,.sui-2-2-6 .sui-wrap a.sui-button.disabled:focus,.sui-2-2-6 .sui-wrap a.sui-button.disabled:hover,.sui-2-2-6 .sui-wrap a.sui-button:disabled:focus,.sui-2-2-6 .sui-wrap a.sui-button:disabled:hover,.sui-2-2-6 .sui-wrap a.sui-button[disabled]:focus,.sui-2-2-6 .sui-wrap a.sui-button[disabled]:hover,.sui-2-2-6 .sui-wrap button.sui-button.disabled:focus,.sui-2-2-6 .sui-wrap button.sui-button.disabled:hover,.sui-2-2-6 .sui-wrap button.sui-button:disabled:focus,.sui-2-2-6 .sui-wrap button.sui-button:disabled:hover,.sui-2-2-6 .sui-wrap button.sui-button[disabled]:focus,.sui-2-2-6 .sui-wrap button.sui-button[disabled]:hover{color:#aaa;border-color:#ddd;background:#f8f8f8;box-shadow:none;cursor:default;transform:none}.sui-2-2-6 .sui-wrap .sui-button:last-child,.sui-2-2-6 .sui-wrap a.sui-button:last-child,.sui-2-2-6 .sui-wrap button.sui-button:last-child{margin:0}.sui-2-2-6 .sui-wrap .sui-button.sui-button-icon,.sui-2-2-6 .sui-wrap a.sui-button.sui-button-icon,.sui-2-2-6 .sui-wrap button.sui-button.sui-button-icon{min-width:0}.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button){cursor:pointer;display:inline-block;margin:0;padding:0 5px;border:0;border-radius:4px;background-color:transparent;color:#888;font-size:12px;transition:.3s ease}.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button) i{width:20px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button) i:before{display:block;color:#888}.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button),.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button):active,.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button):hover{outline:none;box-shadow:none}.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button):active,.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button):hover{background-color:#f2f2f2;color:#333}.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button):active i:before,.sui-2-2-6 .sui-wrap .sui-button-icon:not(.sui-button):hover i:before{color:#333}.sui-2-2-6 .sui-wrap .sui-toggle{position:relative;display:inline-block;width:34px;height:16px;margin-right:10px}.sui-2-2-6 .sui-wrap .sui-toggle.sui-toggle-label{top:3px}.sui-2-2-6 .sui-wrap .sui-toggle-label{vertical-align:text-bottom;line-height:22px;font-weight:500}.sui-2-2-6 .sui-wrap .sui-toggle input[type=checkbox][disabled]+.sui-toggle-slider{opacity:.5;cursor:not-allowed}.sui-2-2-6 .sui-wrap .sui-toggle-slider{position:absolute;cursor:pointer;width:34px;height:16px;top:0;left:0;right:0;bottom:0;background-color:#aaa;border-radius:8px;transition:.4s;border:none}.sui-2-2-6 .sui-wrap .sui-toggle-slider:hover{box-shadow:0 0 0 5px #f2f2f2}.sui-2-2-6 .sui-wrap .sui-toggle-slider:before{position:absolute;content:"";height:14px;width:14px;top:1px;left:1px;background-color:#fff;border-radius:50%;transition:.2s}.sui-2-2-6 .sui-wrap input[type=checkbox]:checked+.sui-toggle-slider{background-color:#17a8e3}.sui-2-2-6 .sui-wrap input[type=checkbox]:checked+.sui-toggle-slider:before{transform:translateX(18px)}.sui-2-2-6 .sui-wrap input[type=checkbox]:checked+.sui-toggle-slider:hover{box-shadow:0 0 0 5px #e1f6ff}.sui-2-2-6 .sui-wrap *,.sui-2-2-6 .sui-wrap :after,.sui-2-2-6 .sui-wrap :before{box-sizing:border-box}.sui-2-2-6 .sui-wrap .sui-box{position:relative;min-height:20px;background-color:#fff;border-radius:5px;margin-bottom:30px;box-shadow:0 2px 0 #e6e6e6}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box{margin-bottom:20px}}.sui-2-2-6 .sui-wrap .sui-box-header{border-bottom:1px solid #e6e6e6;padding:15px 30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-header{padding:15px 20px}}.sui-2-2-6 .sui-wrap .sui-box-header>h3>i{line-height:30px}.sui-2-2-6 .sui-wrap .sui-box-body{padding:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body{padding:20px}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row{position:relative;border-bottom:1px solid #e6e6e6;padding-bottom:30px;display:table;width:100%;margin-top:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row{display:block;margin-top:20px;padding-bottom:20px}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row:first-of-type{margin-top:0}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row:last-of-type{padding-bottom:0;border:0}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-1{display:table-cell;width:230px;padding-right:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-1{display:block;padding-top:20px;width:100%;padding-right:0}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-1:first-child{padding-top:0}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-2{display:table-cell}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-2{display:block;padding-top:20px}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-2 .sui-settings-label,.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-box-settings-col-2 .sui-settings-label-with-tag{color:#666}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-form-field:last-of-type{margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-settings-label,.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag{display:block;font-weight:500;line-height:22px;color:#333}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-settings-label-with-tag .sui-tag{margin-left:10px}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row .sui-description{line-height:22px}.sui-2-2-6 .sui-wrap .sui-box-body .sui-box-settings-row.sui-disabled{background-color:hsla(0,0%,95%,.5);opacity:.5;pointer-events:none}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items{padding:0}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row{border-bottom:none;margin-top:0}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row:before{position:absolute;display:block;clear:both;height:1px;content:"";background-color:#e6e6e6;left:30px;right:30px;top:0}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type{margin-top:0}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type:before{display:none}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row:last-of-type{padding-bottom:30px}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row:last-of-type:before{display:none}.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row{padding-right:30px;padding-left:30px;padding-top:31px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row{padding-right:20px;padding-left:20px;padding-top:21px}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body.sui-upsell-items .sui-box-settings-row:first-of-type{padding-top:20px}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row{position:relative}.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-image{position:absolute;bottom:0;width:100px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-image{display:none}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-notice{padding-left:130px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-notice{padding-left:0}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-notice p{position:relative;border-radius:4px;background-color:#e1f6ff;padding:20px 30px;color:#333;font-size:13px;line-height:22px}.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-notice p:after{position:absolute;top:43%;left:0;margin-left:-7px;content:"";width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #e1f6ff}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-notice p:after{display:none}}.sui-2-2-6 .sui-wrap .sui-box-body .sui-upsell-row .sui-upsell-notice p a{color:#333;text-decoration:underline;font-weight:500}.sui-2-2-6 .sui-wrap .sui-box-body .sui-settings-box{padding:30px;border:1px solid #e6e6e6;border-radius:5px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-body .sui-settings-box{padding:20px}}.sui-2-2-6 .sui-wrap .sui-box-footer{border-top:1px solid #e6e6e6;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sui-2-2-6 .sui-wrap .sui-box-footer.sui-pull-up{margin-top:-15px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-box-footer{padding:20px}}.sui-2-2-6 .sui-wrap .sui-box-title{display:block;font-weight:700;font-size:15px;line-height:30px;font-family:Roboto,Arial,sans-serif;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sui-2-2-6 .sui-wrap .sui-box-title *{vertical-align:middle}.sui-2-2-6 .sui-wrap .sui-box-title i{margin-right:10px;display:block;float:left}.sui-2-2-6 .sui-wrap .sui-box-title i:before{color:inherit;font-size:20px;vertical-align:text-bottom}.sui-2-2-6 .sui-wrap h3.sui-box-title{text-transform:none}.sui-2-2-6 .sui-wrap .sui-with-bottom-border{padding-bottom:30px;border-bottom:1px solid #e6e6e6;margin-bottom:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-with-bottom-border{margin-bottom:20px;padding-bottom:20px}}.sui-2-2-6 .sui-wrap .sui-border-frame{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0 0;padding:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-border-frame{padding:20px}}.sui-2-2-6 .sui-wrap .sui-col,.sui-2-2-6 .sui-wrap [class*=sui-col-]{min-height:1px;padding-left:15px;padding-right:15px;position:relative}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-col,.sui-2-2-6 .sui-wrap [class*=sui-col-]{padding-left:10px;padding-right:10px}}.sui-2-2-6 .sui-wrap .sui-row{display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin-right:-15px;margin-bottom:30px;margin-left:-15px}.sui-2-2-6 .sui-wrap .sui-row:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-row:last-child{margin-bottom:0}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-row{margin-right:-10px;margin-bottom:20px;margin-left:-10px}}.sui-2-2-6 .sui-wrap .sui-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sui-2-2-6 .sui-wrap .sui-col{-ms-flex:1;flex:1}.sui-2-2-6 .sui-wrap [class*=sui-col-]{-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-6 .sui-wrap .sui-col-xs-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-12{margin-left:100%}.sui-2-2-6 .sui-wrap .sui-col-xs-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-11{margin-left:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-10{margin-left:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-9{margin-left:75%}.sui-2-2-6 .sui-wrap .sui-col-xs-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-8{margin-left:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-7{margin-left:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-6{margin-left:50%}.sui-2-2-6 .sui-wrap .sui-col-xs-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-5{margin-left:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-4{margin-left:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-3{margin-left:25%}.sui-2-2-6 .sui-wrap .sui-col-xs-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-2{margin-left:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-1{margin-left:8.33333%}@media (min-width:0px){.sui-2-2-6 .sui-wrap .sui-col-xs-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-12{margin-left:100%}.sui-2-2-6 .sui-wrap .sui-col-xs-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-11{margin-left:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-10{margin-left:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-9{margin-left:75%}.sui-2-2-6 .sui-wrap .sui-col-xs-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-8{margin-left:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-7{margin-left:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-6{margin-left:50%}.sui-2-2-6 .sui-wrap .sui-col-xs-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-5{margin-left:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-4{margin-left:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-3{margin-left:25%}.sui-2-2-6 .sui-wrap .sui-col-xs-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-2{margin-left:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-xs-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-6 .sui-wrap .sui-col-xs-offset-1{margin-left:8.33333%}}@media (min-width:480px){.sui-2-2-6 .sui-wrap .sui-col-sm-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-12{margin-left:100%}.sui-2-2-6 .sui-wrap .sui-col-sm-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-11{margin-left:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-10{margin-left:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-9{margin-left:75%}.sui-2-2-6 .sui-wrap .sui-col-sm-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-8{margin-left:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-7{margin-left:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-6{margin-left:50%}.sui-2-2-6 .sui-wrap .sui-col-sm-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-5{margin-left:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-4{margin-left:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-3{margin-left:25%}.sui-2-2-6 .sui-wrap .sui-col-sm-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-2{margin-left:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-sm-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-6 .sui-wrap .sui-col-sm-offset-1{margin-left:8.33333%}}@media (min-width:783px){.sui-2-2-6 .sui-wrap .sui-col-md-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-12{margin-left:100%}.sui-2-2-6 .sui-wrap .sui-col-md-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-11{margin-left:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-10{margin-left:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-9{margin-left:75%}.sui-2-2-6 .sui-wrap .sui-col-md-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-8{margin-left:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-7{margin-left:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-6{margin-left:50%}.sui-2-2-6 .sui-wrap .sui-col-md-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-5{margin-left:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-4{margin-left:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-3{margin-left:25%}.sui-2-2-6 .sui-wrap .sui-col-md-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-2{margin-left:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-md-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-6 .sui-wrap .sui-col-md-offset-1{margin-left:8.33333%}}@media (min-width:1200px){.sui-2-2-6 .sui-wrap .sui-col-lg-12{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-12{margin-left:100%}.sui-2-2-6 .sui-wrap .sui-col-lg-11{width:91.66667%;max-width:91.66667%;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-11{margin-left:91.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-10{width:83.33333%;max-width:83.33333%;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-10{margin-left:83.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-9{width:75%;max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-9{margin-left:75%}.sui-2-2-6 .sui-wrap .sui-col-lg-8{width:66.66667%;max-width:66.66667%;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-8{margin-left:66.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-7{width:58.33333%;max-width:58.33333%;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-7{margin-left:58.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-6{width:50%;max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-6{margin-left:50%}.sui-2-2-6 .sui-wrap .sui-col-lg-5{width:41.66667%;max-width:41.66667%;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-5{margin-left:41.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-4{width:33.33333%;max-width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-4{margin-left:33.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-3{width:25%;max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-3{margin-left:25%}.sui-2-2-6 .sui-wrap .sui-col-lg-2{width:16.66667%;max-width:16.66667%;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-2{margin-left:16.66667%}.sui-2-2-6 .sui-wrap .sui-col-lg-1{width:8.33333%;max-width:8.33333%;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%}.sui-2-2-6 .sui-wrap .sui-col-lg-offset-1{margin-left:8.33333%}}@media (max-width:1200px){.sui-2-2-6 .sui-wrap [class*=sui-col-lg-]:last-child{margin-bottom:0}}@media (max-width:1200px){.sui-2-2-6 .sui-wrap [class*=sui-col-lg-]{margin-bottom:30px}}@media (max-width:783px){.sui-2-2-6 .sui-wrap [class*=sui-col-lg-]{margin-bottom:20px}}@media (max-width:783px){.sui-2-2-6 .sui-wrap [class*=sui-col-md-]:last-child{margin-bottom:0}}@media (max-width:783px){.sui-2-2-6 .sui-wrap [class*=sui-col-md-]{margin-bottom:20px}}@media (max-width:480px){.sui-2-2-6 .sui-wrap [class*=sui-col-sm-]:last-child{margin-bottom:0}}@media (max-width:480px){.sui-2-2-6 .sui-wrap [class*=sui-col-sm-]{margin-bottom:20px}}@media (max-width:0px){.sui-2-2-6 .sui-wrap [class*=sui-col-xs-]:last-child{margin-bottom:0}}@media (max-width:0px){.sui-2-2-6 .sui-wrap [class*=sui-col-xs-]{margin-bottom:20px}}.sui-2-2-6 .sui-wrap .sui-notice-top p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-notice p:first-of-type:before{content:"I";position:absolute;color:#888;font-size:16px}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-info,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-info{border-left:2px solid #17a8e3}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-info p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-info p:first-of-type:before{color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-success,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-success{border-left:2px solid #1abc9c}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-success p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-success p:first-of-type:before{content:"_";color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-warning,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-warning{border-left:2px solid #fecf2f}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-warning p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-warning p:first-of-type:before{content:"!";color:#fecf2f}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-error,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-error{border-left:2px solid #ff6d6d}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-notice-error p:first-of-type:before,.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-error p:first-of-type:before{content:"!";color:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-notice{position:relative;display:block;margin:30px 0;border:1px solid #e6e6e6;border-left:2px solid #888;border-radius:4px;padding:15px 20px 15px 50px;background-color:#fff}.sui-2-2-6 .sui-wrap .sui-notice p{margin:15px 0;font:400 13px/22px Roboto,Arial,sans-serif;letter-spacing:-.25px}.sui-2-2-6 .sui-wrap .sui-notice p:first-child,.sui-2-2-6 .sui-wrap .sui-notice p:first-of-type{margin-top:0}.sui-2-2-6 .sui-wrap .sui-notice p:last-child,.sui-2-2-6 .sui-wrap .sui-notice p:last-of-type{margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-notice p:first-of-type:before{top:18px;left:22px}.sui-2-2-6 .sui-wrap .sui-notice,.sui-2-2-6 .sui-wrap .sui-notice p{color:#333}.sui-2-2-6 .sui-wrap .sui-notice p strong,.sui-2-2-6 .sui-wrap .sui-notice strong{font-weight:500}.sui-2-2-6 .sui-wrap .sui-notice .sui-notice-dismiss{display:block;margin:6px 0 -5px}.sui-2-2-6 .sui-wrap .sui-notice .sui-notice-dismiss a{margin-left:-10px;padding:5px 10px;color:#888;font-size:12px;font-weight:500;text-transform:uppercase;text-decoration:none}.sui-2-2-6 .sui-wrap .sui-notice .sui-notice-dismiss a:active,.sui-2-2-6 .sui-wrap .sui-notice .sui-notice-dismiss a:hover{color:#333}.sui-2-2-6 .sui-wrap .sui-notice:first-child{margin-top:0}.sui-2-2-6 .sui-wrap .sui-notice:last-child{margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-notice.sui-notice-icon-tick p:first-of-type:before{content:"_"}.sui-2-2-6 .sui-wrap .sui-notice .sui-notice-buttons{margin-top:5px}.sui-2-2-6 .sui-wrap .sui-notice.sui-no-notice-icon{padding:15px 20px}.sui-2-2-6 .sui-wrap .sui-notice.sui-no-notice-icon p:first-of-type:before{content:none;margin:0;padding:0}.sui-2-2-6 .sui-wrap .sui-notice.sui-no-notice-icon .sui-notice-buttons{margin-left:0}.sui-2-2-6 .sui-wrap .sui-notice-top{width:100%;max-width:600px;display:block;position:fixed;z-index:99999;top:17px;left:50%;margin:0;margin-left:80px;border-radius:4px;border-left:2px solid #888;padding:15px 20px 15px 50px;background-color:#fff;box-shadow:0 5px 25px 0 rgba(0,0,0,.15);transform:translateX(-50%)}.sui-2-2-6 .sui-wrap .sui-notice-top .sui-notice-content{position:relative}.sui-2-2-6 .sui-wrap .sui-notice-top p{position:relative;margin:15px 10px 15px 0;color:#666;font:400 13px/22px Roboto,Arial,sans-serif;letter-spacing:-.19px}.sui-2-2-6 .sui-wrap .sui-notice-top p:first-of-type:before{top:2px;left:-28px}.sui-2-2-6 .sui-wrap .sui-notice-top p strong{color:#333;font-weight:500}.sui-2-2-6 .sui-wrap .sui-notice-top p:first-child,.sui-2-2-6 .sui-wrap .sui-notice-top p:first-of-type{margin-top:0}.sui-2-2-6 .sui-wrap .sui-notice-top p:last-child,.sui-2-2-6 .sui-wrap .sui-notice-top p:last-of-type{margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss{display:-ms-flexbox;display:flex}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss .sui-notice-content{-ms-flex:1;flex:1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss .sui-notice-dismiss{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:0 0 60px;flex:0 0 60px;margin:-15px -20px -15px 0}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:0 4px 4px 0;background-color:#f8f8f8;color:#888;font:500 11px/13px Roboto,Arial,sans-serif;text-transform:uppercase;text-align:center;transition:.3s ease}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:before{color:#888;font-size:13px}.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:active,.sui-2-2-6 .sui-wrap .sui-notice-top.sui-can-dismiss .sui-notice-dismiss a:hover{background-color:#e6e6e6}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-notice-top{width:90%;top:23px;margin-left:0}}.sui-2-2-6 .sui-wrap.wp-admin.folded .sui-notice-top{margin-left:18px}@media (max-width:782px){.sui-2-2-6 .sui-wrap.wp-admin.folded .sui-notice-top{margin-left:0}}.sui-2-2-6 .sui-wrap .sui-header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;position:relative;line-height:1;margin-bottom:30px}.sui-2-2-6 .sui-wrap .sui-header h1{text-transform:uppercase}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-header h1{width:100%}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-header{margin-bottom:20px}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-header .sui-actions-right{margin-left:0;margin-right:auto;margin-top:10px}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-header .sui-actions-left{margin-left:0;margin-right:0;margin-top:10px}}.sui-2-2-6 .sui-wrap .sui-header-title{color:#333;margin:0;text-align:left;text-transform:uppercase;font-weight:700;max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sui-2-2-6 .sui-wrap .sui-summary{padding:15px 30px 0;background-image:url(../images/graphic-hb-minify-summary@2x.png);background-repeat:no-repeat;background-position:3% 100%;background-size:192px 172px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-summary{padding:20px 20px 10px}}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-summary{background-image:none!important}}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-image-space{width:100%;min-height:172px;float:left;max-width:192px}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-image-space{display:none!important}}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment{position:relative;color:#333;width:calc(100% / 2 - 98px);padding-left:5%;display:inline-block;vertical-align:middle}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details{position:absolute;top:-5px;transform:translateY(-50%);min-height:80px}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details{position:inherit;top:0;transform:translateY(0)}}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub{display:block;font-size:13px;margin-top:0;margin-bottom:20px;line-height:22px;color:#888}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub:last-of-type{margin-bottom:0}@media (max-width:960px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-sub{margin-bottom:5px}}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-percent{font-size:13px;line-height:22px;margin-left:-5px}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details i{position:relative;top:-22px;left:5px;font-size:16px}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details i+.sui-summary-percent{margin-left:-20px}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details i.sui-error:before,.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details i.sui-info:before,.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details i.sui-success:before,.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details i.sui-warning:before{color:inherit}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-summary-details .sui-summary-large{font-size:50px;line-height:55px;margin-bottom:20px}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment{text-align:left;padding-left:0;width:49%}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment{display:block;text-align:center;width:100%}}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-list{margin:0 0 15px}@media (max-width:783px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-list{margin:0 0 10px}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-list{text-align:left}}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-list .sui-list-detail{font-size:13px;font-weight:500;line-height:22px;color:#888}.sui-2-2-6 .sui-wrap .sui-summary .sui-summary-segment .sui-list .sui-list-detail i{line-height:0;vertical-align:middle}.sui-2-2-6 .sui-wrap .sui-list{list-style:none;margin:0 0 20px;padding:0}.sui-2-2-6 .sui-wrap .sui-list.sui-list-inline{margin-top:20px;margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-list.sui-list-standalone{margin-bottom:20px}.sui-2-2-6 .sui-wrap .sui-list>li{position:relative;display:table;width:100%;padding:6px 0;margin:0;border-collapse:collapse;border-spacing:0}.sui-2-2-6 .sui-wrap .sui-list>li>div{display:table-row}.sui-2-2-6 .sui-wrap .sui-list>li.sui-list-header{color:#333;font-size:13px;font-weight:700;line-height:30px;padding-bottom:0}.sui-2-2-6 .sui-wrap .sui-list>li.sui-list-header span{display:table-cell;border-bottom:1px solid #eee}.sui-2-2-6 .sui-wrap .sui-list>li.sui-list-header span:nth-child(2){text-align:right}.sui-2-2-6 .sui-wrap .sui-list>li .sui-list-detail{color:#888;text-align:right;padding:10px 0;font-size:13px;font-weight:500;line-height:22px}.sui-2-2-6 .sui-wrap .sui-list>li .sui-list-detail .sui-tag{font-family:Roboto,Arial,sans-serif}.sui-2-2-6 .sui-wrap .sui-list>li .sui-list-detail,.sui-2-2-6 .sui-wrap .sui-list>li .sui-list-label{display:table-cell;vertical-align:middle;cursor:default;border-bottom:1px solid #eee}.sui-2-2-6 .sui-wrap .sui-list>li .sui-list-label{font-size:13px;font-weight:500;line-height:22px;padding:19px 10px 19px 0;color:#333}.sui-2-2-6 .sui-wrap .sui-list>li .sui-list-label.sui-list-header{font-family:Roboto Condensed,Roboto,Arial,sans-serif;width:200px}.sui-2-2-6 .sui-wrap .sui-list>li:last-of-type .sui-list-detail,.sui-2-2-6 .sui-wrap .sui-list>li:last-of-type .sui-list-label{border-bottom:none}.sui-2-2-6 .sui-wrap .sui-list.sui-list-top-border{border-top:1px solid #eee}.sui-2-2-6 .sui-wrap .sui-list.sui-list-bottom-border{border-bottom:1px solid #eee}.sui-2-2-6 .sui-wrap .sui-tooltip{position:relative}.sui-2-2-6 .sui-wrap .sui-tooltip:after,.sui-2-2-6 .sui-wrap .sui-tooltip:before{content:"";opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;position:absolute;z-index:1;transition:margin .2s,opacity .2s}.sui-2-2-6 .sui-wrap .sui-tooltip:before{border:5px solid transparent}.sui-2-2-6 .sui-wrap .sui-tooltip:after{content:attr(data-tooltip);min-width:40px;padding:8px 12px;border-radius:4px;background:#333;box-sizing:border-box;color:#fff;font:500 12px/18px Roboto,Arial,sans-serif;text-transform:none;text-align:center;white-space:nowrap}.sui-2-2-6 .sui-wrap .sui-tooltip:hover:after,.sui-2-2-6 .sui-wrap .sui-tooltip:hover:before{opacity:1}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-constrained:after{min-width:240px;white-space:normal}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-top:before,.sui-2-2-6 .sui-wrap .sui-tooltip:before{bottom:100%;left:50%;border-top-color:#333;transform:translateX(-50%)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-top:after,.sui-2-2-6 .sui-wrap .sui-tooltip:after{bottom:100%;left:50%;margin:0 0 10px;transform:translateX(-50%)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-top-right:after{left:0;transform:translateX(0)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-top-left:after{left:auto;transform:translateX(0);right:0}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom-left:before,.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom-right:before,.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom:before{top:100%;bottom:inherit;border-top-color:transparent;border-bottom-color:#333}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom-left:after,.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom-right:after,.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom:after{top:100%;bottom:inherit;margin:10px 0 0;transform:translateX(0)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom:after{transform:translateX(-50%)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom-right:after{left:0}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-bottom-left:after{left:auto;right:0}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-left:before{top:50%;right:100%;bottom:inherit;left:inherit;border-top-color:transparent;border-left-color:#333;transform:translateY(-50%)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-left:after{top:50%;right:100%;bottom:inherit;left:inherit;margin:0 10px 0 0;transform:translateY(-50%)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-right:before{top:50%;bottom:inherit;left:100%;border-top-color:transparent;border-right-color:#333;transform:translateY(-50%)}.sui-2-2-6 .sui-wrap .sui-tooltip.sui-tooltip-right:after{top:50%;bottom:inherit;left:100%;margin:0 0 0 10px;transform:translateY(-50%)}.sui-2-2-6 .select-container{position:relative;z-index:1;display:block;cursor:pointer;border-radius:4px;transition-property:background,border-color;transition-duration:.3s;text-align:left;border:1px solid #ddd;background-color:#f8f8f8}.sui-2-2-6 .select-container .dropdown-handle{transition:border-color .3s;display:inline-block;position:absolute;width:45px;height:auto;top:0;right:0;z-index:1011;border-radius:0 4px 4px 0;border-bottom:0;border-left-color:transparent;padding:0;text-align:center;line-height:38px;transition-property:color,border-color;transition-duration:.3s;color:#888}.sui-2-2-6 .select-container .dropdown-handle i:before{vertical-align:middle;font-size:12px}.sui-2-2-6 .select-container.sui-mobile-nav{background-color:#fff;margin-bottom:30px}@media (max-width:782px){.sui-2-2-6 .select-container.sui-mobile-nav{margin-bottom:20px}}.sui-2-2-6 .select-container.sui-mobile-nav .dropdown-handle{background-color:#fff;font-size:13px}.sui-2-2-6 .select-container:hover{border-color:#ddd}.sui-2-2-6 .select-container:hover .list-value{color:#333}.sui-2-2-6 .select-container:hover .list-results{border-left-color:#ddd;border-right-color:#ddd;border-bottom-color:#ddd}.sui-2-2-6 .select-container:hover .dropdown-handle{border-top-color:#ddd;border-right-color:#ddd}.sui-2-2-6 .select-container.active{z-index:99999;background:#f8f8f8}.sui-2-2-6 .select-container.active .list-value{background:#f8f8f8;border-radius:3px 0 0 0;color:#333}.sui-2-2-6 .select-container.active .dropdown-handle{border-color:#ddd;border-bottom-right-radius:3px}.sui-2-2-6 .select-container.active .list-results{left:0;right:0;width:auto;display:block;transition-duration:0ms}.sui-2-2-6 .select-container.active.sui-mobile-nav .dropdown-handle{background-color:transparent;font-size:13px}.sui-2-2-6 .select-container.active:hover{border-color:#ddd}.sui-2-2-6 .select-container.active:hover .list-value{color:#333}.sui-2-2-6 .select-container.active:hover .list-results{border-color:#ddd}.sui-2-2-6 .select-container.active:hover .list-results li{opacity:1}.sui-2-2-6 .select-container.active:hover .dropdown-handle{border-color:#ddd;color:#ddd}.sui-2-2-6 .select-list-container{position:relative;display:block;vertical-align:middle;padding-right:45px;zoom:1}.sui-2-2-6 .select-list-container .list-value{position:relative;display:block;overflow:hidden;text-overflow:ellipsis;background-clip:padding-box;text-decoration:none;white-space:nowrap;height:auto;width:100%;padding:8px 8px 8px 15px;border:0;color:#aaa;font:500 15px/22px Roboto,Arial,sans-serif;transition-property:color;transition-duration:.3s}.sui-2-2-6 .select-list-container .list-results{position:absolute;top:41px;left:-9999px;right:-9999px;z-index:1010;width:0;background:#fff;border:1px solid #e6e6e6;margin-left:-1px;margin-right:-1px;margin-top:1px;display:none;border-radius:4px;font:500 15px/22px Roboto,Arial,sans-serif;transition-property:opacity,border-color;transition-duration:.3s;padding-left:0;max-height:200px;overflow-y:auto}.sui-2-2-6 .select-list-container .list-results li{padding:10px 15px;background:none;color:#888;cursor:pointer;list-style:none;font-weight:400;line-height:15px;word-wrap:break-word;margin:0;opacity:.8;transition-property:opacity;transition-duration:.3s;border-radius:0!important}.sui-2-2-6 .select-list-container .list-results .optgroup{cursor:default;padding-left:0}.sui-2-2-6 .select-list-container .list-results .optgroup li{padding-left:30px;cursor:pointer}.sui-2-2-6 .select-list-container .list-results .optgroup li.optgroup-label{padding-left:10px;color:#aaa;font-weight:500;font-size:12px;line-height:12px;cursor:default;pointer-events:none}.sui-2-2-6 .select-list-container .list-results li:last-child{border-radius:0 0 3px 3px}.sui-2-2-6 .select-list-container .list-results li:not(.current):hover{background:#f2f2f2;color:#333}.sui-2-2-6 .select-list-container .list-results .optgroup li.optgroup-label:hover{background:none}.sui-2-2-6 .select-list-container .list-results .current{background:#888;color:#fff}.sui-2-2-6 .list-table>tbody>.select-open td,.sui-2-2-6 .list-table>tfoot>.select-open th,.sui-2-2-6 .list-table>thead>.select-open th{z-index:9}.sui-2-2-6 .sui-wrap .sui-tag{display:inline-block;background-color:#fecf2f;color:#333;border-radius:15px;min-width:39px;height:26px;font-size:12px;line-height:26px;text-align:center;font-weight:500;padding:0 16px;cursor:default}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-success{background-color:#1abc9c;color:#fff}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-error{background-color:#ff6d6d;color:#fff}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-inactive{background-color:#e6e6e6;color:#aaa}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-disabled{background-color:#f8f8f8;color:#aaa}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-upgrade{background-color:#1abc9c;color:#fff}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-upsell{border:2px solid #d1f1ea;color:#1abc9c;width:auto;height:26px;line-height:15px;background:transparent;padding:4px 16px}.sui-2-2-6 .sui-wrap .sui-tag.sui-tag-pro{min-width:auto;height:12px;padding:2px 5px 1px;border-radius:6px;color:#fff;background-color:#8d00b1;font-size:8px;line-height:9px;text-align:center}.sui-2-2-6 .sui-wrap .sui-inline-label,.sui-2-2-6 .sui-wrap .sui-label{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#888;display:-ms-inline-flexbox;display:inline-flex;width:100%}.sui-2-2-6 .sui-wrap label[for]{cursor:pointer}.sui-2-2-6 .sui-wrap .sui-label{display:block;margin:0 0 5px}.sui-2-2-6 .sui-wrap .sui-label:last-child{margin:0}.sui-2-2-6 .sui-wrap .sui-label span.sui-tag{vertical-align:text-top;margin-left:5px}.sui-2-2-6 .sui-wrap .sui-label-link{margin-left:auto;margin-right:0;font-weight:400;color:#888}.sui-2-2-6 .sui-wrap .sui-inline-label{display:inline-block;margin:0;padding:0}.sui-2-2-6 .sui-wrap .sui-form-control,.sui-2-2-6 .sui-wrap .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-upload-group{width:100%;height:40px;display:block;margin:0;padding:9px 14px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;background-image:none;color:#333;font-size:15px;line-height:20px;font-family:Roboto,Arial,sans-serif;font-weight:500;letter-spacing:-.025em;transition:color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out}.sui-2-2-6 .sui-wrap .sui-form-control::-ms-expand,.sui-2-2-6 .sui-wrap .sui-multi-checkbox::-ms-expand,.sui-2-2-6 .sui-wrap .sui-upload-group::-ms-expand{border:0;background-color:transparent}.sui-2-2-6 .sui-wrap .sui-form-control[disabled],.sui-2-2-6 .sui-wrap .sui-multi-checkbox[disabled],.sui-2-2-6 .sui-wrap .sui-upload-group[disabled],fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-form-control,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-multi-checkbox,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-upload-group{cursor:not-allowed}.sui-2-2-6 .sui-wrap .sui-form-control[disabled],.sui-2-2-6 .sui-wrap .sui-form-control[disabled]:focus,.sui-2-2-6 .sui-wrap .sui-form-control[disabled]:hover,.sui-2-2-6 .sui-wrap .sui-multi-checkbox[disabled],.sui-2-2-6 .sui-wrap .sui-multi-checkbox[disabled]:focus,.sui-2-2-6 .sui-wrap .sui-multi-checkbox[disabled]:hover,.sui-2-2-6 .sui-wrap .sui-upload-group[disabled],.sui-2-2-6 .sui-wrap .sui-upload-group[disabled]:focus,.sui-2-2-6 .sui-wrap .sui-upload-group[disabled]:hover,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-form-control,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-form-control:focus,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-form-control:hover,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-multi-checkbox,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-multi-checkbox:focus,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-multi-checkbox:hover,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-upload-group,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-upload-group:focus,fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-upload-group:hover{border-color:#f2f2f2;background-color:#f2f2f2;color:#aaa}.sui-2-2-6 .sui-wrap .sui-form-control,.sui-2-2-6 .sui-wrap .sui-form-control:focus,.sui-2-2-6 .sui-wrap .sui-form-control:hover,.sui-2-2-6 .sui-wrap .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-multi-checkbox:focus,.sui-2-2-6 .sui-wrap .sui-multi-checkbox:hover,.sui-2-2-6 .sui-wrap .sui-upload-group,.sui-2-2-6 .sui-wrap .sui-upload-group:focus,.sui-2-2-6 .sui-wrap .sui-upload-group:hover{box-shadow:none}.sui-2-2-6 .sui-wrap .sui-form-control:focus,.sui-2-2-6 .sui-wrap .sui-form-control:hover,.sui-2-2-6 .sui-wrap .sui-multi-checkbox:focus,.sui-2-2-6 .sui-wrap .sui-multi-checkbox:hover,.sui-2-2-6 .sui-wrap .sui-upload-group:focus,.sui-2-2-6 .sui-wrap .sui-upload-group:hover{background-color:#fff;border:1px solid #ddd}.sui-2-2-6 .sui-wrap .sui-form-control:focus,.sui-2-2-6 .sui-wrap .sui-multi-checkbox:focus,.sui-2-2-6 .sui-wrap .sui-upload-group:focus{color:#333;outline:0;background-color:#fff}.sui-2-2-6 .sui-wrap .sui-form-control::-webkit-input-placeholder,.sui-2-2-6 .sui-wrap .sui-multi-checkbox::-webkit-input-placeholder,.sui-2-2-6 .sui-wrap .sui-upload-group::-webkit-input-placeholder{color:#aaa}.sui-2-2-6 .sui-wrap .sui-form-control:-ms-input-placeholder,.sui-2-2-6 .sui-wrap .sui-multi-checkbox:-ms-input-placeholder,.sui-2-2-6 .sui-wrap .sui-upload-group:-ms-input-placeholder{color:#aaa}.sui-2-2-6 .sui-wrap .sui-form-control::placeholder,.sui-2-2-6 .sui-wrap .sui-multi-checkbox::placeholder,.sui-2-2-6 .sui-wrap .sui-upload-group::placeholder{color:#aaa}.sui-2-2-6 .sui-wrap textarea.sui-form-control,.sui-2-2-6 .sui-wrap textarea.sui-multi-checkbox,.sui-2-2-6 .sui-wrap textarea.sui-upload-group{line-height:20px;height:auto;max-width:100%;resize:vertical}.sui-2-2-6 .sui-wrap select.sui-form-control,.sui-2-2-6 .sui-wrap select.sui-multi-checkbox,.sui-2-2-6 .sui-wrap select.sui-upload-group{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAs0lEQVQ4T6WS2w0CIRBF59KA2oklaAdbgpbgB48SIBThduKWYClrA2CGgEEXNWH5moR7Zu48QJ0PnRytA6WUe67svb//clDrUkWt9UxEMYRw/AYzJIS4sd45t0ugMeZERNcY49yCCwRgS0Rna+346rGGAVz4s06aW0gQx2/DUUoNAEYAG86cxezkAWCw1k5lBoupZltThomhEMLhs/fmOgrM2VvQwmq9in8rWncAPWfXXfEJ6RpWD7sJ1JwAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center right 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;line-height:1}.sui-2-2-6 .sui-wrap .sui-control-with-icon{position:relative}.sui-2-2-6 .sui-wrap .sui-control-with-icon i{width:16px;height:16px;pointer-events:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:11px;left:14px}.sui-2-2-6 .sui-wrap .sui-control-with-icon i:before{color:#aaa;display:block}.sui-2-2-6 .sui-wrap .sui-control-with-icon .sui-form-control,.sui-2-2-6 .sui-wrap .sui-control-with-icon .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-control-with-icon .sui-upload-group{padding-left:40px}.sui-2-2-6 .sui-wrap .sui-control-with-icon.sui-right-icon i{right:14px;left:auto;color:#888}.sui-2-2-6 .sui-wrap .sui-control-with-icon.sui-right-icon .sui-form-control,.sui-2-2-6 .sui-wrap .sui-control-with-icon.sui-right-icon .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-control-with-icon.sui-right-icon .sui-upload-group{padding-right:40px;padding-left:14px}.sui-2-2-6 .sui-wrap .sui-with-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sui-2-2-6 .sui-wrap .sui-with-button .sui-button{-ms-flex:0 0 auto;flex:0 0 auto}.sui-2-2-6 .sui-wrap .sui-with-button .sui-form-control,.sui-2-2-6 .sui-wrap .sui-with-button .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-with-button .sui-upload-group{-ms-flex:1;flex:1;margin:0 5px}.sui-2-2-6 .sui-wrap .sui-with-button .sui-form-control:first-child,.sui-2-2-6 .sui-wrap .sui-with-button .sui-multi-checkbox:first-child,.sui-2-2-6 .sui-wrap .sui-with-button .sui-upload-group:first-child{margin-left:0}.sui-2-2-6 .sui-wrap .sui-with-button .sui-form-control:last-child,.sui-2-2-6 .sui-wrap .sui-with-button .sui-multi-checkbox:last-child,.sui-2-2-6 .sui-wrap .sui-with-button .sui-upload-group:last-child{margin-right:0}.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside{display:block;position:relative}.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-button,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-button-icon,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-button,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-button-icon{position:absolute;top:5px;right:5px}.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-button-lg,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-button-lg{top:0;right:0}.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-form-control,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-upload-group,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-form-control,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-upload-group{margin:0}.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-form-control,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-icon .sui-upload-group{padding-right:40px}.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-form-control,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-with-button.sui-with-button-inside .sui-upload-group{padding-right:90px}.sui-2-2-6 .sui-wrap .sui-input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;width:100%}.sui-2-2-6 .sui-wrap .sui-form-field{margin-bottom:30px}.sui-2-2-6 .sui-wrap .sui-form-field:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-form-field:last-child{margin-bottom:0}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-form-field{margin-bottom:20px}}.sui-2-2-6 .sui-wrap .sui-form-field-error .sui-form-control,.sui-2-2-6 .sui-wrap .sui-form-field-error .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-form-field-error .sui-upload-group{border-bottom:2px solid #ff6d6d}.sui-2-2-6 .sui-wrap .sui-form-field-error .sui-control-with-icon i:before{color:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-error-message{display:block;margin-top:8px;color:#ff6d6d;font-size:12px;line-height:16px;font-weight:500}.sui-2-2-6 .sui-wrap .sui-description,.sui-2-2-6 .sui-wrap .sui-multi-checkbox label{display:block;margin-top:5px;color:#888;font-size:13px;line-height:16px;font-weight:400}.sui-2-2-6 .sui-wrap .sui-description.sui-toggle-description,.sui-2-2-6 .sui-wrap .sui-multi-checkbox label.sui-toggle-description{margin-left:48px}.sui-2-2-6 .sui-wrap .sui-description.sui-checkbox-description,.sui-2-2-6 .sui-wrap .sui-description.sui-radio-description,.sui-2-2-6 .sui-wrap .sui-multi-checkbox label.sui-checkbox-description,.sui-2-2-6 .sui-wrap .sui-multi-checkbox label.sui-radio-description{margin:0 27px 5px}.sui-2-2-6 .sui-wrap .sui-password-group{position:relative}.sui-2-2-6 .sui-wrap .sui-password-group .sui-password-toggle{cursor:pointer;background:transparent;border:none;color:#888;font-size:15px;line-height:1em;padding:0;position:absolute;top:50%;right:7px;height:30px;width:30px;transform:translateY(-50%);outline:0;border-radius:4px}.sui-2-2-6 .sui-wrap .sui-password-group .sui-password-toggle:hover{background-color:rgba(0,0,0,.03)}.sui-2-2-6 .sui-wrap .sui-password-group .sui-password-toggle:hover i:before{color:#666}.sui-2-2-6 .sui-wrap .sui-checkbox,.sui-2-2-6 .sui-wrap .sui-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:start}.sui-2-2-6 .sui-wrap .sui-checkbox span:not(.sui-description):not(.sui-tag),.sui-2-2-6 .sui-wrap .sui-radio span:not(.sui-description):not(.sui-tag){-ms-flex-negative:0;flex-shrink:0;position:relative;display:inline-block;width:16px;height:16px;background-color:#e6e6e6;cursor:pointer;transition:.2s;border:1px solid #ddd;border-radius:3px;margin-top:3px}.sui-2-2-6 .sui-wrap .sui-checkbox span:not(.sui-description):not(.sui-tag):before,.sui-2-2-6 .sui-wrap .sui-radio span:not(.sui-description):not(.sui-tag):before{opacity:0;content:"(";color:#fff;font-size:10px;line-height:14px;position:absolute;width:100%;text-align:center;transition:.2s}.sui-2-2-6 .sui-wrap .sui-checkbox span.sui-tag,.sui-2-2-6 .sui-wrap .sui-radio span.sui-tag{margin-top:auto;margin-bottom:auto;margin-left:10px}.sui-2-2-6 .sui-wrap .sui-checkbox input:checked+span:not(.sui-description),.sui-2-2-6 .sui-wrap .sui-radio input:checked+span:not(.sui-description){border:1px solid #17a8e3;background-color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-checkbox input:checked+span:not(.sui-description):before,.sui-2-2-6 .sui-wrap .sui-radio input:checked+span:not(.sui-description):before{opacity:1}.sui-2-2-6 .sui-wrap .sui-checkbox .sui-description,.sui-2-2-6 .sui-wrap .sui-radio .sui-description{cursor:pointer;margin-top:0;margin-left:10px;font-size:15px;line-height:22px;color:#666;font-weight:500}.sui-2-2-6 .sui-wrap .sui-checkbox .sui-description.sui-description-sm,.sui-2-2-6 .sui-wrap .sui-radio .sui-description.sui-description-sm{font-size:13px}.sui-2-2-6 .sui-wrap .sui-checkbox input[disabled]+span:not(.sui-description),.sui-2-2-6 .sui-wrap .sui-radio input[disabled]+span:not(.sui-description),fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-checkbox+span:not(.sui-description),fieldset[disabled] .sui-2-2-6 .sui-wrap .sui-radio+span:not(.sui-description){cursor:not-allowed;opacity:.5}.sui-2-2-6 .sui-wrap .sui-checkbox input[disabled]+span+span.sui-description,.sui-2-2-6 .sui-wrap .sui-radio input[disabled]+span+span.sui-description{color:#aaa;cursor:not-allowed}.sui-2-2-6 .sui-wrap .sui-checkbox span:not(.sui-description):not(.sui-tag){border-radius:3px}.sui-2-2-6 .sui-wrap .sui-checkbox+.sui-checkbox{margin-top:10px}.sui-2-2-6 .sui-wrap .sui-radio span:not(.sui-description):not(.sui-tag){border-radius:50%}.sui-2-2-6 .sui-wrap .sui-radio+.sui-radio{margin-top:10px}.sui-2-2-6 .sui-wrap .sui-upload-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sui-2-2-6 .sui-wrap .sui-upload-button{background-color:transparent;border-radius:4px;display:inline-block;margin:0 5px 0 0;font-size:13px;font-weight:400;line-height:1.5;pointer-events:none;padding:1px 16px;border:1px solid #ddd;background:0 0;color:#888;transition:all .2s}.sui-2-2-6 .sui-wrap .sui-upload-label{width:100%}.sui-2-2-6 .sui-wrap .sui-upload-label:focus .sui-upload-button,.sui-2-2-6 .sui-wrap .sui-upload-label:hover .sui-upload-button{background-color:#888;border-color:#888;color:#fff}.sui-2-2-6 .sui-wrap .sui-upload-message{font-weight:400}.sui-2-2-6 .sui-wrap .sui-date{position:relative}.sui-2-2-6 .sui-wrap .sui-date .sui-form-control,.sui-2-2-6 .sui-wrap .sui-date .sui-multi-checkbox,.sui-2-2-6 .sui-wrap .sui-date .sui-upload-group{padding-right:40px}.sui-2-2-6 .sui-wrap .sui-date i{width:30px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:5px;right:5px}.sui-2-2-6 .sui-wrap .sui-date i:before{display:block}.sui-2-2-6 .sui-wrap .sui-multi-checkbox{height:auto;max-height:114px;overflow-y:auto;padding:1px}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label{margin:1px 0}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label input:checked+span{background-color:#17a8e3;color:#fff}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label span{display:block;padding:10px}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label:first-child{margin-top:0}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label:first-child span{border-radius:3px 3px 0 0}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label:last-child{margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-multi-checkbox label:last-child span{border-radius:0 0 3px 3px}.sui-2-2-6 .sui-wrap .sui-tabs{float:none;position:relative;padding:0;margin:0;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px}.sui-2-2-6 .sui-wrap .sui-tabs:after,.sui-2-2-6 .sui-wrap .sui-tabs:before{content:"";display:table;clear:both}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab{float:left}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab:first-child label{border-top-left-radius:5px}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab label{display:block;margin:0;top:0;cursor:pointer;position:relative;border:0;font-size:15px;text-transform:capitalize;color:#888;padding:0 10px;line-height:1.5em;height:40px}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab input[type=radio]{display:none}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab input[type=radio]:checked+label{background-color:#fff;color:#888;height:61px;z-index:3}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab .sui-tab-content{z-index:2;display:none;text-align:left;left:0;right:0;width:auto;padding:30px 0 0;position:absolute;min-height:150px;border-top:1px solid #e6e6e6;background-color:#fff;overflow:auto;border-top:2px solid #e6e6e6;top:38px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab .sui-tab-content{padding:20px 0 0}}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab input[type=radio]:checked~.sui-tab-content{display:block}.sui-2-2-6 .sui-wrap .sui-tabs .sui-tab>.active{color:#333;border-bottom:2px solid #333;z-index:10}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav{clear:both;position:relative;display:table;width:100%;table-layout:fixed;margin-bottom:30px}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-row-with-sidenav{display:block}}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav{width:220px;padding-right:30px;display:table-cell;position:relative;vertical-align:top}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav{display:block;width:100%;padding:0}}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav ul{padding:0}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav li{list-style:none;margin-bottom:6px}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab{position:relative;padding:5px 15px;height:30px;line-height:1.5em}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab.current{background-color:#e6e6e6;border-radius:20px}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab.current a{color:#333;font-weight:500}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab .sui-tag,.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i{position:absolute;top:2px;right:3px}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i{top:4px;right:4px}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs .sui-vertical-tab i:before{font-size:21px}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a{color:#666;display:block;font-weight:400;transition:.3s}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a:focus,.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-vertical-tabs a:hover{color:#333}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-sidenav-hide-md{display:none}}@media (min-width:1100px){.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-sidenav .sui-sidenav-hide-lg{display:none}}.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-box{display:block;position:relative;vertical-align:top}@media (max-width:1100px){.sui-2-2-6 .sui-wrap .sui-row-with-sidenav .sui-box{display:block}}.sui-2-2-6 .sui-wrap .sui-dropdown{position:relative;display:inline-block;text-align:left}.sui-2-2-6 .sui-wrap .sui-dropdown-anchor{display:inline-block;color:#888}.sui-2-2-6 .sui-wrap .sui-dropdown-anchor:active,.sui-2-2-6 .sui-wrap .sui-dropdown-anchor:focus,.sui-2-2-6 .sui-wrap .sui-dropdown-anchor:hover,.sui-2-2-6 .sui-wrap .sui-dropdown-anchor:hover:not(:focus):not(:active),.sui-2-2-6 .sui-wrap .sui-dropdown.open .sui-dropdown-anchor{color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-dropdown.open ul{display:block;list-style:none}.sui-2-2-6 .sui-wrap .sui-dropdown.open:after,.sui-2-2-6 .sui-wrap .sui-dropdown.open:before{content:"";position:absolute;border-style:solid;border-width:0 9px 9px;display:block;width:0;border-top-color:#333;margin:7px 0 0}.sui-2-2-6 .sui-wrap .sui-dropdown.open:after{border-color:#fff transparent;z-index:11;top:24px}.sui-2-2-6 .sui-wrap .sui-dropdown.open:before{border-color:#e6e6e6 transparent;z-index:10;top:23px}.sui-2-2-6 .sui-wrap .sui-dropdown ul{border:1px solid #ddd;box-shadow:0 3px 7px 0 rgba(0,0,0,.05);min-width:180px;margin-bottom:0;margin-top:0;padding:10px 0;font:500 15px/25px Roboto,Arial,sans-serif;background:#fff;position:absolute;left:auto;right:-22px;top:130%;z-index:10;border-radius:4px;display:none}.sui-2-2-6 .sui-wrap .sui-dropdown ul li{padding:10px 15px;background:none;color:#888;cursor:pointer;list-style:none;font-weight:400;line-height:15px;word-wrap:break-word;margin:0;opacity:.8;transition-property:opacity;transition-duration:.3s;border-radius:0!important}.sui-2-2-6 .sui-wrap .sui-dropdown ul li a{font-weight:300;color:inherit}.sui-2-2-6 .sui-wrap .sui-dropdown ul li a:hover{color:inherit}.sui-2-2-6 .sui-wrap .sui-dropdown ul li:hover:not(.sui-dropdown-label){background:#f2f2f2;color:#333}.sui-2-2-6 .sui-wrap .sui-dropdown ul li.active{background:#f8f8f8;color:#333}.sui-2-2-6 .sui-wrap .sui-dropdown ul li.current{background:#888;color:#fff}.sui-2-2-6 .sui-wrap .sui-dropdown ul li.sui-dropdown-label{border-bottom:1px solid #e6e6e6;line-height:30px;cursor:default;color:#666}.sui-2-2-6 .sui-wrap .sui-dropdown.sui-dropdown-right ul{left:-22px;transform:none}.sui-2-2-6 .sui-wrap .sui-dropdown.sui-dropdown-center ul{left:50%;transform:translateX(-50%)}.sui-2-2-6 .sui-wrap .sui-dropdown.wds-item-loading{font-size:18px}.sui-2-2-6 .sui-wrap .sui-dropdown.wds-item-loading .sui-dropdown-anchor{visibility:hidden}@keyframes sui1{to{stroke-dasharray:2.63894 262.89378}}@keyframes sui2{to{stroke-dasharray:5.27788 525.78757}}@keyframes sui3{to{stroke-dasharray:7.91681 788.68135}}@keyframes sui4{to{stroke-dasharray:10.55575 1051.57513}}@keyframes sui5{to{stroke-dasharray:13.19469 1314.46891}}@keyframes sui6{to{stroke-dasharray:15.83363 1577.3627}}@keyframes sui7{to{stroke-dasharray:18.47256 1840.25648}}@keyframes sui8{to{stroke-dasharray:21.1115 2103.15026}}@keyframes sui9{to{stroke-dasharray:23.75044 2366.04405}}@keyframes sui10{to{stroke-dasharray:26.38938 2628.93783}}@keyframes sui11{to{stroke-dasharray:29.02832 2891.83161}}@keyframes sui12{to{stroke-dasharray:31.66725 3154.72539}}@keyframes sui13{to{stroke-dasharray:34.30619 3417.61918}}@keyframes sui14{to{stroke-dasharray:36.94513 3680.51296}}@keyframes sui15{to{stroke-dasharray:39.58407 3943.40674}}@keyframes sui16{to{stroke-dasharray:42.22301 4206.30053}}@keyframes sui17{to{stroke-dasharray:44.86194 4469.19431}}@keyframes sui18{to{stroke-dasharray:47.50088 4732.08809}}@keyframes sui19{to{stroke-dasharray:50.13982 4994.98188}}@keyframes sui20{to{stroke-dasharray:52.77876 5257.87566}}@keyframes sui21{to{stroke-dasharray:55.41769 5520.76944}}@keyframes sui22{to{stroke-dasharray:58.05663 5783.66322}}@keyframes sui23{to{stroke-dasharray:60.69557 6046.55701}}@keyframes sui24{to{stroke-dasharray:63.33451 6309.45079}}@keyframes sui25{to{stroke-dasharray:65.97345 6572.34457}}@keyframes sui26{to{stroke-dasharray:68.61238 6835.23836}}@keyframes sui27{to{stroke-dasharray:71.25132 7098.13214}}@keyframes sui28{to{stroke-dasharray:73.89026 7361.02592}}@keyframes sui29{to{stroke-dasharray:76.5292 7623.9197}}@keyframes sui30{to{stroke-dasharray:79.16813 7886.81349}}@keyframes sui31{to{stroke-dasharray:81.80707 8149.70727}}@keyframes sui32{to{stroke-dasharray:84.44601 8412.60105}}@keyframes sui33{to{stroke-dasharray:87.08495 8675.49484}}@keyframes sui34{to{stroke-dasharray:89.72389 8938.38862}}@keyframes sui35{to{stroke-dasharray:92.36282 9201.2824}}@keyframes sui36{to{stroke-dasharray:95.00176 9464.17618}}@keyframes sui37{to{stroke-dasharray:97.6407 9727.06997}}@keyframes sui38{to{stroke-dasharray:100.27964 9989.96375}}@keyframes sui39{to{stroke-dasharray:102.91858 10252.85753}}@keyframes sui40{to{stroke-dasharray:105.55751 10515.75132}}@keyframes sui41{to{stroke-dasharray:108.19645 10778.6451}}@keyframes sui42{to{stroke-dasharray:110.83539 11041.53888}}@keyframes sui43{to{stroke-dasharray:113.47433 11304.43266}}@keyframes sui44{to{stroke-dasharray:116.11326 11567.32645}}@keyframes sui45{to{stroke-dasharray:118.7522 11830.22023}}@keyframes sui46{to{stroke-dasharray:121.39114 12093.11401}}@keyframes sui47{to{stroke-dasharray:124.03008 12356.0078}}@keyframes sui48{to{stroke-dasharray:126.66902 12618.90158}}@keyframes sui49{to{stroke-dasharray:129.30795 12881.79536}}@keyframes sui50{to{stroke-dasharray:131.94689 13144.68915}}@keyframes sui51{to{stroke-dasharray:134.58583 13407.58293}}@keyframes sui52{to{stroke-dasharray:137.22477 13670.47671}}@keyframes sui53{to{stroke-dasharray:139.8637 13933.37049}}@keyframes sui54{to{stroke-dasharray:142.50264 14196.26428}}@keyframes sui55{to{stroke-dasharray:145.14158 14459.15806}}@keyframes sui56{to{stroke-dasharray:147.78052 14722.05184}}@keyframes sui57{to{stroke-dasharray:150.41946 14984.94563}}@keyframes sui58{to{stroke-dasharray:153.05839 15247.83941}}@keyframes sui59{to{stroke-dasharray:155.69733 15510.73319}}@keyframes sui60{to{stroke-dasharray:158.33627 15773.62697}}@keyframes sui61{to{stroke-dasharray:160.97521 16036.52076}}@keyframes sui62{to{stroke-dasharray:163.61415 16299.41454}}@keyframes sui63{to{stroke-dasharray:166.25308 16562.30832}}@keyframes sui64{to{stroke-dasharray:168.89202 16825.20211}}@keyframes sui65{to{stroke-dasharray:171.53096 17088.09589}}@keyframes sui66{to{stroke-dasharray:174.1699 17350.98967}}@keyframes sui67{to{stroke-dasharray:176.80883 17613.88345}}@keyframes sui68{to{stroke-dasharray:179.44777 17876.77724}}@keyframes sui69{to{stroke-dasharray:182.08671 18139.67102}}@keyframes sui70{to{stroke-dasharray:184.72565 18402.5648}}@keyframes sui71{to{stroke-dasharray:187.36459 18665.45859}}@keyframes sui72{to{stroke-dasharray:190.00352 18928.35237}}@keyframes sui73{to{stroke-dasharray:192.64246 19191.24615}}@keyframes sui74{to{stroke-dasharray:195.2814 19454.13993}}@keyframes sui75{to{stroke-dasharray:197.92034 19717.03372}}@keyframes sui76{to{stroke-dasharray:200.55928 19979.9275}}@keyframes sui77{to{stroke-dasharray:203.19821 20242.82128}}@keyframes sui78{to{stroke-dasharray:205.83715 20505.71507}}@keyframes sui79{to{stroke-dasharray:208.47609 20768.60885}}@keyframes sui80{to{stroke-dasharray:211.11503 21031.50263}}@keyframes sui81{to{stroke-dasharray:213.75396 21294.39642}}@keyframes sui82{to{stroke-dasharray:216.3929 21557.2902}}@keyframes sui83{to{stroke-dasharray:219.03184 21820.18398}}@keyframes sui84{to{stroke-dasharray:221.67078 22083.07776}}@keyframes sui85{to{stroke-dasharray:224.30972 22345.97155}}@keyframes sui86{to{stroke-dasharray:226.94865 22608.86533}}@keyframes sui87{to{stroke-dasharray:229.58759 22871.75911}}@keyframes sui88{to{stroke-dasharray:232.22653 23134.6529}}@keyframes sui89{to{stroke-dasharray:234.86547 23397.54668}}@keyframes sui90{to{stroke-dasharray:237.5044 23660.44046}}@keyframes sui91{to{stroke-dasharray:240.14334 23923.33424}}@keyframes sui92{to{stroke-dasharray:242.78228 24186.22803}}@keyframes sui93{to{stroke-dasharray:245.42122 24449.12181}}@keyframes sui94{to{stroke-dasharray:248.06016 24712.01559}}@keyframes sui95{to{stroke-dasharray:250.69909 24974.90938}}@keyframes sui96{to{stroke-dasharray:253.33803 25237.80316}}@keyframes sui97{to{stroke-dasharray:255.97697 25500.69694}}@keyframes sui98{to{stroke-dasharray:258.61591 25763.59072}}@keyframes sui99{to{stroke-dasharray:261.25485 26026.48451}}@keyframes sui100{to{stroke-dasharray:263.89378 26289.37829}}.sui-2-2-6 .sui-wrap .sui-circle-score{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:30px;width:auto;opacity:0;transition:all .4s}.sui-2-2-6 .sui-wrap .sui-circle-score svg{height:100%;transform:rotate(-90deg);transform-origin:center}.sui-2-2-6 .sui-wrap .sui-circle-score svg circle{fill:none;stroke-linecap:butt}.sui-2-2-6 .sui-wrap .sui-circle-score svg circle:first-child{stroke:#f2f2f2}.sui-2-2-6 .sui-wrap .sui-circle-score svg circle:last-child{stroke:#1abc9c}.sui-2-2-6 .sui-wrap .sui-circle-score.loaded{opacity:1}.sui-2-2-6 .sui-wrap .sui-circle-score-label{margin-left:10px;font-weight:500}.sui-2-2-6 .sui-wrap .sui-circle-score-sm{height:30px}.sui-2-2-6 .sui-wrap .sui-circle-score-lg{height:120px}.sui-2-2-6 .sui-wrap .sui-circle-score-lg .sui-circle-score-label{display:none}.sui-2-2-6 .sui-wrap .sui-grade-aplus svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-a svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-b svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-success svg circle:last-child{stroke:#1abc9c}.sui-2-2-6 .sui-wrap .sui-grade-c svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-d svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-warning svg circle:last-child{stroke:#fecf2f}.sui-2-2-6 .sui-wrap .sui-grade-error svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-e svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-f svg circle:last-child{stroke:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-grade-disabled svg circle:last-child,.sui-2-2-6 .sui-wrap .sui-grade-dismissed svg circle:last-child{stroke:#aaa}.sui-2-2-6 .sui-wrap #wpfooter{display:none}.sui-2-2-6 .sui-wrap .sui-footer{text-align:center;margin-top:50px;color:#aaa;font-size:13px}.sui-2-2-6 .sui-wrap .sui-footer i:before{font-size:11px;line-height:22px;margin:0 3px}.sui-2-2-6 .sui-wrap #sui-cross-sell-footer>div{width:100%;text-align:center;border-bottom:1px solid #e6e6e6;line-height:.1em;margin:10px 0 40px}.sui-2-2-6 .sui-wrap #sui-cross-sell-footer>div>span{position:relative;color:#888;background-color:#f1f1f1;padding:0 30px;font-size:16px;top:8px}.sui-2-2-6 .sui-wrap #sui-cross-sell-footer h3{font-size:22px;font-weight:700;line-height:30px;text-transform:none}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules{margin-top:30px}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-col-md-4{display:-ms-flexbox;display:flex}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3{min-height:150px;border-radius:5px 5px 0 0}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3{-ms-flex:none;flex:none;width:180px;border-radius:5px 0 0 5px}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3{height:80px;min-height:auto}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3>span{width:56px;height:56px;display:block;border:3px solid #fff;border-radius:50%;position:relative;top:80px;left:15px;box-shadow:0 1px 10px 0 rgba(0,0,0,.25)}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3>span{top:110px}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1>span,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2>span,.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3>span{z-index:1;top:45px;left:50%;transform:translateX(-50%)}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1{background:url(../images/plugins-smush.jpg) 50%;background-size:cover}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1>span{background:url(../images/plugins-smush-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-1>span{background-image:url(../images/plugins-smush-icon@2x.png)}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2{background:url(../images/plugins-defender.jpg) 50%;background-size:cover}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2>span{background:url(../images/plugins-defender-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-2>span{background-image:url(../images/plugins-defender-icon@2x.png)}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3{background:url(../images/plugins-crawl.jpg) 50%;background-size:cover}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3>span{background:url(../images/plugins-crawl-icon.png) no-repeat 50%;background-size:50px 50px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-cross-3>span{background-image:url(../images/plugins-crawl-icon@2x.png)}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box{margin-bottom:0}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box{border-radius:0 5px 5px 0}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box .sui-box-body{text-align:center;padding:30px;border-radius:0 0 5px 5px}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box .sui-box-body{text-align:left}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box .sui-box-body{padding:26px 20px 20px}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box .sui-box-body p{color:#888;font-size:13px;line-height:22px;margin-bottom:30px}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box .sui-box-body p{margin-bottom:14px}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box .sui-box-body p{margin-bottom:20px}}.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box h3{font-size:18px;font-weight:700;line-height:30px;text-transform:none;margin-top:0}@media (min-width:600px) and (max-width:783px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box h3{margin:0;min-height:auto}}@media (max-width:600px){.sui-2-2-6 .sui-wrap .sui-cross-sell-modules .sui-box h3{min-height:auto}}.sui-2-2-6 .sui-wrap .sui-cross-sell-bottom{text-align:center;margin-top:50px}.sui-2-2-6 .sui-wrap .sui-cross-sell-bottom h3{font-size:22px;font-weight:700;line-height:30px;text-transform:none}.sui-2-2-6 .sui-wrap .sui-cross-sell-bottom p{max-width:500px;margin:20px auto 30px}.sui-2-2-6 .sui-wrap .sui-cross-sell-bottom .sui-button{margin:0}.sui-2-2-6 .sui-wrap .sui-cross-sell-bottom img{display:block;height:auto;max-width:100%;margin:30px auto 0}.sui-2-2-6 .sui-wrap .sui-progress-block{background-color:#f8f8f8;border-radius:5px;width:100%;height:60px;padding:15px 30px}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress{overflow:hidden;width:100%}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress .sui-progress-text{width:65px;float:left;text-align:left}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress .sui-progress-text:before{margin-right:10px;position:relative;top:3px;font-size:18px}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress .sui-progress-text img{display:inline-block;vertical-align:middle;margin-right:10px}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress .sui-progress-text span{font-weight:700;font-family:Roboto Condensed,Roboto,Arial,sans-serif;font-size:13px;color:#333;vertical-align:middle;line-height:30px}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress .sui-progress-bar{background:#e6e6e6;border-radius:5px;height:10px;overflow:hidden;margin-top:10px;position:relative}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress .sui-progress-bar span{background:#17a8e3;height:10px;display:inline-block;position:absolute;top:0;left:0;transition:width 1s ease-in-out}.sui-2-2-6 .sui-wrap .sui-progress-block .sui-progress-close{display:none}.sui-2-2-6 .sui-wrap .sui-progress-block.sui-progress-can-close{position:relative}.sui-2-2-6 .sui-wrap .sui-progress-block.sui-progress-can-close .sui-progress{padding-right:40px}.sui-2-2-6 .sui-wrap .sui-progress-block.sui-progress-can-close .sui-progress-close{display:block;position:absolute;right:20px;width:30px;height:30px;cursor:pointer;background:transparent;border:none;color:#888;font-size:15px;line-height:1em;padding:0;top:50%;transform:translateY(-50%);outline:0;border-radius:4px}.sui-2-2-6 .sui-wrap .sui-progress-block.sui-progress-can-close .sui-progress-close i:before{color:#aaa;font-size:16px;position:relative}.sui-2-2-6 .sui-wrap .sui-progress-block.sui-progress-can-close .sui-progress-close:hover{background-color:rgba(0,0,0,.03)}.sui-2-2-6 .sui-wrap .sui-progress-block.sui-progress-can-close .sui-progress-close:hover i:before{color:#666}.sui-2-2-6 .sui-wrap .sui-progress-state{margin-top:10px;text-align:center}.sui-2-2-6 .sui-wrap .sui-progress-state .sui-progress-state-text{color:#888;font-size:13px;line-height:22px}.sui-2-2-6 .sui-wrap .sui-table{width:100%;table-layout:fixed;margin:30px 0;border:1px solid #e6e6e6;border-radius:4px;border-spacing:unset;border-radius:5px;color:#666;font-size:13px}.sui-2-2-6 .sui-wrap .sui-table td,.sui-2-2-6 .sui-wrap .sui-table th{padding:14px 5px;border-bottom:1px solid #e6e6e6}.sui-2-2-6 .sui-wrap .sui-table td:first-child,.sui-2-2-6 .sui-wrap .sui-table th:first-child{padding-left:29px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-table td:first-child,.sui-2-2-6 .sui-wrap .sui-table th:first-child{padding-left:0}}.sui-2-2-6 .sui-wrap .sui-table td:last-child,.sui-2-2-6 .sui-wrap .sui-table th:last-child{padding-right:29px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-table td:last-child,.sui-2-2-6 .sui-wrap .sui-table th:last-child{padding-right:0}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-table td,.sui-2-2-6 .sui-wrap .sui-table th{padding:9px 5px}}.sui-2-2-6 .sui-wrap .sui-table th{white-space:nowrap;text-align:left;font-weight:500;line-height:1;color:#333}.sui-2-2-6 .sui-wrap .sui-table tr:last-child td{border-bottom:0}.sui-2-2-6 .sui-wrap .sui-table tfoot th{border-top:1px solid #e6e6e6;border-bottom:none}.sui-2-2-6 .sui-wrap .sui-table:first-child{margin-top:0}.sui-2-2-6 .sui-wrap .sui-table:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-table{margin:20px 0;border:0}}.sui-2-2-6 .sui-wrap .sui-table-title{margin:5px 0;color:#333;font:700 13px/22px Roboto,Arial,sans-serif;letter-spacing:0}.sui-2-2-6 .sui-wrap .sui-table-title+.sui-table{margin-top:0}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-table-title+.sui-table{margin-top:0}}.sui-2-2-6 .sui-wrap .sui-field-list{border:1px solid #e6e6e6;border-radius:5px}.sui-2-2-6 .sui-wrap .sui-field-list-header{padding:20px 30px}.sui-2-2-6 .sui-wrap .sui-field-list-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-top:1px solid #e6e6e6;padding:15px 30px}.sui-2-2-6 .sui-wrap .sui-field-list-item-label{margin-left:0;margin-right:auto}.sui-2-2-6 .sui-wrap .sui-field-list-title{font-family:Roboto,Arial,sans-serif;font-size:13px;line-height:30px;color:#333;text-transform:capitalize;font-weight:500;margin:0}.sui-2-2-6 .sui-wrap .sui-accordion{margin:0;border:0;table-layout:auto}.sui-2-2-6 .sui-wrap .sui-accordion:after{content:"";display:table;margin-bottom:30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-accordion th,.sui-2-2-6 .sui-wrap .sui-accordion th:first-child,.sui-2-2-6 .sui-wrap .sui-accordion th:last-child{padding:15px 20px}}.sui-2-2-6 .sui-wrap .sui-accordion-item{display:table-row;vertical-align:middle;cursor:pointer;transition:background-color .2s;border-left:2px solid transparent}.sui-2-2-6 .sui-wrap .sui-accordion-item+.sui-accordion-item-content{border-left:2px solid transparent}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-success{color:inherit;border-color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-success i:before{color:inherit}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-success+.sui-accordion-item-content{border-color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-warning{color:inherit;border-color:#fecf2f}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-warning i:before{color:inherit}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-warning+.sui-accordion-item-content{border-color:#fecf2f}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-error{color:inherit;border-color:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-error i:before{color:inherit}.sui-2-2-6 .sui-wrap .sui-accordion-item.sui-error+.sui-accordion-item-content{border-color:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-accordion-item:focus,.sui-2-2-6 .sui-wrap .sui-accordion-item:hover{background-color:#f8f8f8}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-accordion-item td,.sui-2-2-6 .sui-wrap .sui-accordion-item td:first-child,.sui-2-2-6 .sui-wrap .sui-accordion-item td:last-child{padding:15px 20px}}.sui-2-2-6 .sui-wrap .sui-accordion-item td>*{vertical-align:middle}.sui-2-2-6 .sui-wrap .sui-accordion-item--open td{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.sui-2-2-6 .sui-wrap .sui-accordion-item--open+.sui-accordion-item-content{display:table-row}.sui-2-2-6 .sui-wrap .sui-accordion-item--open .sui-accordion-open-indicator i{transform:rotate(180deg)}.sui-2-2-6 .sui-wrap .sui-accordion-open-indicator{float:right;text-align:center}.sui-2-2-6 .sui-wrap .sui-accordion-open-indicator i{transform-origin:center;font-size:10px;color:#888;transition:.5s}.sui-2-2-6 .sui-wrap .sui-accordion-open-indicator i:before{position:relative;top:2px}.sui-2-2-6 .sui-wrap .sui-accordion-item-title{font-size:15px}.sui-2-2-6 .sui-wrap .sui-accordion-item-title i{font-size:20px;margin-right:10px}.sui-2-2-6 .sui-wrap .sui-accordion-item-content{display:none;background-color:#f8f8f8;border-top:0}.sui-2-2-6 .sui-wrap .sui-accordion-item-content td{width:100%;padding:0 30px 30px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-accordion-item-content td{padding:0 20px 20px}}.sui-2-2-6 .sui-wrap .sui-accordion-item-content .sui-box{margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-code-snippet-wrapper{position:relative}.sui-2-2-6 .sui-wrap .sui-code-snippet-wrapper [data-clipboard-target]{position:absolute;right:15px;top:15px;margin:0;min-width:auto}.sui-2-2-6 .sui-dialog[aria-hidden=true]{display:none}.sui-2-2-6 .sui-dialog{position:fixed;z-index:1;top:0;right:0;bottom:0;left:160px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:auto}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-dialog-content{max-width:460px}@media (max-width:400px){.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-dialog-content{max-width:440px}}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header{border:none;text-align:center;display:block;position:relative;padding-top:40px;padding-bottom:10px}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close{width:30px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:15px;right:15px;margin:0;padding:0}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close,.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:before{color:#888}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:before{font-size:16px}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:focus,.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close:hover{outline:none}@media (max-width:782px){.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-close{top:20px;right:10px}}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image{width:70px;height:70px;display:block;position:absolute;top:-35px;left:50%;margin-left:-35px;border:5px solid #fff;border-radius:4px;background-color:#fff}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image img{display:block;border-radius:3px}@media (max-width:782px){.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-dialog-image{display:none}}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header .sui-box-title{margin:0;color:#333;font:700 22px/30px Roboto Condensed,Roboto,Arial,sans-serif}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header p{margin:10px 0 0;color:#666;font-size:13px;line-height:22px}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header p:first-child{margin-top:0}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header.sui-dialog-with-image{margin-top:35px;padding-top:60px}@media (max-width:782px){.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-header.sui-dialog-with-image{margin-top:0}}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body{padding-top:10px;padding-bottom:15px;text-align:center}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body p{font-size:13px;line-height:20px}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body label{text-align:left}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body .sui-label{line-height:22px}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body .sui-form-field{margin-bottom:20px}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body .sui-form-field:last-child{margin-bottom:0}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body:last-child{padding-bottom:40px}@media (max-width:782px){.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-body{padding-bottom:10px}}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-footer{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:15px;padding-bottom:40px;border:0}.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-footer.sui-align-unset{-ms-flex-pack:unset;justify-content:unset}@media (max-width:782px){.sui-2-2-6 .sui-dialog.sui-dialog-sm .sui-box-footer{padding-top:10px}}.sui-2-2-6 .sui-dialog.sui-dialog-lg .sui-dialog-content{max-width:1040px}@media (max-width:1200px){.sui-2-2-6 .sui-dialog.sui-dialog-lg .sui-dialog-content{max-width:calc(980px + (sui-gutter-md*2))}}@media (max-width:960px){.sui-2-2-6 .sui-dialog{left:36px}}@media (max-width:782px){.sui-2-2-6 .sui-dialog{left:0}}.sui-2-2-6 .sui-dialog *{box-sizing:border-box}.sui-2-2-6 .sui-dialog-overlay{position:fixed;z-index:2;background-color:rgba(51,51,51,.95);top:0;right:0;bottom:0;left:160px}@media (max-width:960px){.sui-2-2-6 .sui-dialog-overlay{left:36px}}@media (max-width:782px){.sui-2-2-6 .sui-dialog-overlay{left:0}}.sui-2-2-6 .sui-dialog-content{width:100%;max-width:660px;max-height:85%;position:relative;z-index:2;margin:0 auto;padding:0 30px}.sui-2-2-6 .sui-dialog-content>.sui-box{margin:30px 0;box-shadow:0 10px 40px rgba(0,0,0,.2)}@media (max-width:782px){.sui-2-2-6 .sui-dialog-content>.sui-box{margin:20px 0}}.sui-2-2-6 .sui-dialog-content .sui-box-body>*{margin-bottom:30px}@media (max-width:782px){.sui-2-2-6 .sui-dialog-content .sui-box-body>*{margin-bottom:20px}}.sui-2-2-6 .sui-dialog-content .sui-box-body>:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-6 .sui-dialog-content{max-width:640px;padding:0 20px}}.sui-2-2-6 .sui-dialog-close{font-size:1.25em;background-image:none;background-color:transparent;border:0;cursor:pointer;color:#aaa;outline-style:none}.sui-2-2-6 .sui-dialog-close:before{content:")"}.sui-2-2-6.wp-admin.folded .sui-dialog{left:36px}@media (max-width:782px){.sui-2-2-6.wp-admin.folded .sui-dialog{left:0}}.sui-2-2-6.wp-admin.folded .sui-dialog-overlay{left:36px}@media (max-width:782px){.sui-2-2-6.wp-admin.folded .sui-dialog-overlay{left:0}}html.sui-has-overlay{overflow:hidden}.sui-2-2-6 .sui-wrap .sui-listing li{color:#888;line-height:26px;padding:2px 0 2px 34px;position:relative}.sui-2-2-6 .sui-wrap .sui-listing li:before{content:"_";color:#17a8e3;top:1px;font-size:20px;vertical-align:middle;position:absolute;left:0;width:20px;height:20px;opacity:.8;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.sui-2-2-6 .sui-wrap .sui-pagination{display:-ms-flexbox;display:flex;margin:15px 0;padding:0 1px;border:0;list-style:none}.sui-2-2-6 .sui-wrap .sui-pagination li{display:block;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 -1px;padding:0;border:1px solid #e6e6e6;background:#fff;list-style:none;font:500 12px/16px Roboto,Arial,sans-serif}.sui-2-2-6 .sui-wrap .sui-pagination li a{min-width:38px;height:28px;display:block;margin:0;padding:0 5px;border:0;line-height:28px;text-align:center}.sui-2-2-6 .sui-wrap .sui-pagination li a i{font-size:10px}.sui-2-2-6 .sui-wrap .sui-pagination li a,.sui-2-2-6 .sui-wrap .sui-pagination li a:visited,.sui-2-2-6 .sui-wrap .sui-pagination li a:visited i:before,.sui-2-2-6 .sui-wrap .sui-pagination li a i:before{color:#888}.sui-2-2-6 .sui-wrap .sui-pagination li a:hover,.sui-2-2-6 .sui-wrap .sui-pagination li a:hover i:before{color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-pagination li a:disabled,.sui-2-2-6 .sui-wrap .sui-pagination li a[disabled]{pointer-events:none;color:#ddd}.sui-2-2-6 .sui-wrap .sui-pagination li a:disabled i:before,.sui-2-2-6 .sui-wrap .sui-pagination li a[disabled] i:before{color:#ddd}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination li a{min-width:unset}}.sui-2-2-6 .sui-wrap .sui-pagination li.sui-active a{pointer-events:none}.sui-2-2-6 .sui-wrap .sui-pagination li.sui-active a,.sui-2-2-6 .sui-wrap .sui-pagination li.sui-active a:visited{background:#f8f8f8;color:#333}.sui-2-2-6 .sui-wrap .sui-pagination li:first-child{border-radius:5px 0 0 5px}.sui-2-2-6 .sui-wrap .sui-pagination li:last-child{border-radius:0 5px 5px 0}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination li{-ms-flex:1;flex:1}}.sui-2-2-6 .sui-wrap .sui-pagination .sui-pagination-dots span{min-width:38px;height:28px;display:block;margin:0;padding:0 5px;border:0;line-height:28px;text-align:center}.sui-2-2-6 .sui-wrap .sui-pagination:first-child{margin-top:0}.sui-2-2-6 .sui-wrap .sui-pagination:last-child{margin-bottom:0}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination{margin:10px 0}}.sui-2-2-6 .sui-wrap .sui-pagination-results{display:inline-block;color:#888;font:400 13px/22px Roboto,Arial,sans-serif}.sui-2-2-6 .sui-wrap .sui-pagination-open-filter{width:40px;cursor:pointer;display:inline-block;margin:0;padding:0 5px;border:2px solid #ddd;border-radius:4px;font-size:12px;line-height:26px;text-align:center}.sui-2-2-6 .sui-wrap .sui-pagination-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination-results+.sui-pagination{margin-left:15px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination-results+.sui-pagination{margin-left:0}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination-results{display:none}}.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination{margin-top:0;margin-bottom:0}.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination+.sui-pagination-open-filter{margin-left:15px}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination+.sui-pagination-open-filter{margin-left:10px}}@media (max-width:782px){.sui-2-2-6 .sui-wrap .sui-pagination-wrap .sui-pagination{-ms-flex:1;flex:1}}.sui-2-2-6 select.sui-select+.select2-container{width:100%!important;display:block}.sui-2-2-6 select.sui-select+.select2-container .selection{display:block}.sui-2-2-6 select.sui-select+.select2-container .selection:focus{outline:none}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple,.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single{border-radius:4px;border:1px solid #ddd;background-color:#fafafa}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single{height:auto;display:block;position:relative}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single .select2-selection__rendered{padding:7px 28px 6px 15px;color:#aaa;font:500 15px/25px Roboto,Arial,sans-serif;transition:.25s ease}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow{width:20px;height:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:9px;right:9px}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow:before{content:"\131";font-size:12px;transition:transform .3s linear}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single:hover .select2-selection__rendered{color:#333}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--single:focus{outline:none}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple{padding:7px 12px}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered{display:block;margin:-5px;padding:0}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{display:none}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li{display:-ms-inline-flexbox;display:inline-flex;margin-right:5px;margin-bottom:5px;font:500 15px/26px Roboto,Arial,sans-serif}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li:after,.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered li:before{content:none}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding-left:10px;padding-right:0;border:none;border-radius:4px;background:#666;color:#fff;font-size:12px}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{margin-left:10px;margin-right:0;padding:0 10px;color:#fff;-ms-flex-order:2;order:2;background-color:#5e5e5e;font-weight:500;font-size:16px;line-height:26px;transition:all .3s ease;border-radius:0 4px 4px 0}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{color:#fff;background-color:#565656}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline{margin:0 0 0 8px}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{width:100%!important;height:34px;display:block;margin:0;padding:0;color:#333;font:500 15px/26px Roboto,Arial,sans-serif;transition:.2s ease}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#aaa}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder{color:#aaa}.sui-2-2-6 select.sui-select+.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::placeholder{color:#aaa}.sui-2-2-6 select.sui-select+.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{color:#333}.sui-2-2-6 select.sui-select+.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before{transform:rotate(180deg)}.sui-2-2-6 select.sui-select+.select2-container:focus{outline:none}.sui-2-2-6 .sui-select-dropdown{border:1px solid #e6e6e6;border-radius:4px;background:#fff}.sui-2-2-6 .sui-select-dropdown *{box-sizing:border-box;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,.01) 0 0 1px}.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown{position:relative;margin:0 0 10px;padding:14px 14px 0}.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown:after{content:"\BA";width:20px;height:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:24px;right:29px;font-size:16px}.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown .select2-search__field{width:100%;display:block;margin:0;padding:9px 40px 9px 14px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;color:#aaa;font:500 15px/20px Roboto,Arial,sans-serif;letter-spacing:-.25px;transition:.25s ease}.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown .select2-search__field:focus,.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown .select2-search__field:hover{color:#333}.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown .select2-search__field:active,.sui-2-2-6 .sui-select-dropdown .select2-search--dropdown .select2-search__field:focus{outline:none;box-shadow:none}.sui-2-2-6 .sui-select-dropdown .select2-results{margin:10px 0 0;padding:0 0 14px}.sui-2-2-6 .sui-select-dropdown .select2-results>.select2-results__options{background:#fff}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__option{padding:10px 14px;background-color:transparent;color:#888;font:400 15px/20px Roboto,Arial,sans-serif;transition:.25s ease}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__option[aria-selected=true]{background-color:#888;color:#fff}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__option--highlighted:not([aria-selected=true]){background-color:#f2f2f2;color:#333}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__option .select2-results__options--nested{margin:0 -14px}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__option .select2-results__options--nested li{padding-left:30px}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__message{color:#888;font:700 12px/22px Roboto,Arial,sans-serif;letter-spacing:-.23px}.sui-2-2-6 .sui-select-dropdown .select2-results .select2-results__group{color:#aaa;font-weight:500;padding-left:0;font-size:12px;line-height:12px;cursor:default;pointer-events:none}.sui-2-2-6 .sui-calendar{margin:5px 0 0;padding:15px;border:1px solid #ddd;border-radius:4px;background-color:#fff;box-shadow:0 3px 7px 0 rgba(0,0,0,.07)}.sui-2-2-6 .sui-calendar .ui-datepicker-header{display:block;position:relative}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all{width:30px;height:30px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;margin:0;padding:0;border:0;border-radius:4px;background-color:transparent;transition:.3s ease}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all:before{display:block;color:#888}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all:active,.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all:hover{background-color:#f2f2f2}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all:active:before,.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all:hover:before{color:#333}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all span{display:none}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev{left:0}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before{content:"\D3"}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next{right:0}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before{content:"\2DC"}.sui-2-2-6 .sui-calendar .ui-datepicker-header .ui-datepicker-title{display:block;padding:0 40px;color:#333;font:600 12px/30px Roboto,Arial,sans-serif;text-align:center}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar{margin:15px 0 0;border-collapse:collapse}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr th,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr td,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr th{margin:0;padding:2.5px;border:0;text-align:center}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td span,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr th a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr th span,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr td a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr td span,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr th a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr th span{width:28px;height:24px;display:block;margin:0;padding:0;border:0}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar thead tr th{color:#333;font:700 12px/24px Roboto,Arial,sans-serif}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td span{border-radius:4px;background-color:transparent;color:#888;font:400 12px/24px Roboto,Arial,sans-serif;transition:.3s ease}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td a.ui-state-active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td a.ui-state-hover,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td a:active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td a:hover,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td span.ui-state-active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td span.ui-state-hover,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td span:active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td span:hover{background-color:#f8f8f8;color:#333}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{pointer-events:none}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span{background-color:#e1f6ff;color:#17a8e3}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span{background-color:#fff5d5;color:#666}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-hover,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:hover,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span.ui-state-active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span.ui-state-hover,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span:active,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today span:hover{background-color:#fecf2f}.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-datepicker-current-day a,.sui-2-2-6 .sui-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-datepicker-current-day span{background-color:#e1f6ff;color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-hidden{display:none}.sui-2-2-6 .sui-wrap .sui-block-content-center{text-align:center}.sui-2-2-6 .sui-wrap .sui-image{display:block;height:auto;max-width:100%}.sui-2-2-6 .sui-wrap .sui-image-center{margin-right:auto;margin-left:auto}.sui-2-2-6 .sui-wrap .sui-actions-left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:10px;margin-right:auto}.sui-2-2-6 .sui-wrap .sui-actions-right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:0}.sui-2-2-6 .sui-wrap .sui-space-between{-ms-flex-pack:justify;justify-content:space-between}.sui-2-2-6 .sui-wrap .sui-align-start{-ms-flex-pack:start;justify-content:flex-start}.sui-2-2-6 .sui-wrap .sui-align-end{-ms-flex-pack:end;justify-content:flex-end}.sui-2-2-6 .sui-wrap .sui-success{color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-warning{color:#fecf2f}.sui-2-2-6 .sui-wrap .sui-error{color:#ff6d6d}.sui-2-2-6 .sui-wrap .sui-info{color:#17a8e3}.sui-2-2-6 .sui-wrap .sui-no-margin{margin:0!important}.sui-2-2-6 .sui-wrap .sui-no-margin-top{margin-top:0!important}.sui-2-2-6 .sui-wrap .sui-no-margin-bottom{margin-bottom:0!important}.sui-2-2-6 .sui-wrap .sui-no-margin-left{margin-left:0!important}.sui-2-2-6 .sui-wrap .sui-no-margin-right{margin-right:0!important}.sui-2-2-6 .sui-wrap .sui-no-padding{padding:0!important}.sui-2-2-6 .sui-wrap .sui-no-padding-top{padding-top:0!important}.sui-2-2-6 .sui-wrap .sui-no-padding-bottom{padding-bottom:0!important}.sui-2-2-6 .sui-wrap .sui-no-padding-left{padding-left:0!important}.sui-2-2-6 .sui-wrap .sui-no-padding-right{padding-right:0!important}.sui-2-2-6 .sui-wrap .sui-margin{margin:30px!important}.sui-2-2-6 .sui-wrap .sui-margin-top{margin-top:30px!important}.sui-2-2-6 .sui-wrap .sui-margin-bottom{margin-bottom:30px!important}.sui-2-2-6 .sui-wrap .sui-margin-left{margin-left:30px!important}.sui-2-2-6 .sui-wrap .sui-margin-right{margin-right:30px!important}.sui-2-2-6 .sui-wrap .sui-padding{padding:30px!important}.sui-2-2-6 .sui-wrap .sui-padding-top{padding-top:30px!important}.sui-2-2-6 .sui-wrap .sui-padding-bottom{padding-bottom:30px!important}.sui-2-2-6 .sui-wrap .sui-padding-left{padding-left:30px!important}.sui-2-2-6 .sui-wrap .sui-padding-right{padding-right:30px!important}@media (max-width:479px){.sui-hidden-xs{display:none!important}}@media (min-width:480px) and (max-width:782px){.sui-hidden-sm{display:none!important}}@media (min-width:783px) and (max-width:1199px){.sui-hidden-md{display:none!important}}@media (min-width:1200px){.sui-hidden-lg{display:none!important}}.sui-2-2-6 #wpbody-content>.notice{margin:10px 30px 15px 10px}@media (max-width:782px){.sui-2-2-6 #wpbody-content>.notice{margin:20px 10px 0 0}}.sui-2-2-6 .sui-wrap .tc{text-align:center}.sui-2-2-6 .sui-wrap .wp-smush-page-header .sui-actions-right .sui-button{vertical-align:middle}.sui-2-2-6 .sui-wrap .sui-box.sui-summary-smush-nextgen{padding:0}.sui-2-2-6 .sui-wrap .sui-box .sui-box-body span.wp-smush-li-path{background:url(../fonts/folder-closed.svg) no-repeat;line-height:2;padding:0 30px;max-width:87%;font-size:13px;background-position-y:inherit}.sui-2-2-6 .sui-wrap .sui-box .sui-box-body span.wp-smush-li-path .sui-tag{margin-left:8px}.sui-2-2-6 .sui-wrap .sui-box .sui-box-body.smush-summary-box-body{padding:15px 30px 0}.sui-2-2-6 .sui-wrap .sui-box .sui-box-body .wp-smush-enable-lossy{color:#888;font-size:13px;line-height:22px;margin-top:20px}.sui-2-2-6 .sui-wrap .smush-sidenav .smush-nav-icon{position:absolute;right:4px;top:4px;display:inline-block}.sui-2-2-6 .sui-wrap .smush-sidenav .smush-nav-icon.bulk:not(.sui-tag):before{content:"_";color:#888;font-size:21px}.sui-2-2-6 .sui-wrap .smush-sidenav .current .bulk:not(.sui-tag):before{color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-actions-right{float:right;display:inline-block;font-size:13px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion{border:1px solid #e6e6e6}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion:after{content:unset}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .sui-box-body{padding-bottom:5px;padding-top:5px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .sui-box-body p{font-size:13px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion td.optimised,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion tr.optimised{border-left:2px solid #1abc9c;color:inherit}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion td.partial,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion tr.partial{border-left:2px solid #fecf2f;color:inherit}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion td.error,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion tr.error{border-left:2px solid #ff6d6d;color:inherit}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion td .sui-notice,.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion tr .sui-notice{margin:30px 0}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap{background:none;height:inherit;padding:0 35px 0 0}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap.sui-progress-block{float:right;width:auto}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-dir-exclude{display:inline-block}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-exclude-dir{right:0}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-exclude-dir i{margin-right:0}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-dir-progress.optimised:before{content:"_";color:#1abc9c;vertical-align:middle;font-size:18px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-dir-progress.partial{font-size:18px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-dir-progress.partial:before{content:"_";color:#fecf2f}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-dir-progress-wrap .wp-smush-image-progress-percent{padding-right:10px;font-size:13px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-image-ele .wp-smush-image-ele-progress{font-size:18px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-image-ele .wp-smush-image-ele-progress.partial:before{content:"_";color:#fecf2f}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-image-ele .wp-smush-image-ele-progress.optimised:before{content:"_";color:#1abc9c;vertical-align:middle;font-size:18px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion .wp-smush-image-ele-progress{float:right;padding-right:35px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion li.wp-smush-image-ele{padding:5px}.sui-2-2-6 .sui-wrap .smush-dir-smush-accordion li.wp-smush-image-ele .wp-smush-image-ele-progress{padding-right:0}.sui-2-2-6 .sui-wrap .wp-smush-image-size-list,.sui-2-2-6 .sui-wrap .wp-smush-png_to_jpg-wrap,.sui-2-2-6 .sui-wrap .wp-smush-resize-settings-wrap{background-color:#fff;border:1px solid #e6e6e6;border-radius:5px;color:#555;margin-left:48px;overflow:hidden;padding:30px;vertical-align:middle;margin-top:10px}.sui-2-2-6 .sui-wrap .wp-smush-image-size-list .sui-checkbox .sui-description,.sui-2-2-6 .sui-wrap .wp-smush-png_to_jpg-wrap .sui-checkbox .sui-description,.sui-2-2-6 .sui-wrap .wp-smush-resize-settings-wrap .sui-checkbox .sui-description{font-size:13px}.sui-2-2-6 .sui-wrap .sui-summary-smush{background-image:url(../fonts/smush-graphic-dashboard-summary.svg);background-size:180px}.sui-2-2-6 .sui-wrap .sui-summary-smush-nextgen{background-image:url(../fonts/smush-graphic-dashboard-summary.svg);background-size:170px}.sui-2-2-6 .sui-wrap .smush-pro-features .smush-pro-feature-title{font-weight:500;line-height:30px;color:#333;padding:0 0 0 30px;position:relative}.sui-2-2-6 .sui-wrap .smush-pro-features .smush-pro-feature-title:before{content:"_";color:#43a9e4;vertical-align:middle;margin-left:-30px;margin-right:10px;margin-top:0;font-size:18px;position:relative}.sui-2-2-6 .sui-wrap .smush-pro-features .smush-pro-feature-desc{color:#888;font-size:13px;line-height:22px;padding:0 0 0 33px}.sui-2-2-6 .sui-wrap .sui-upsell-row{margin-top:30px}.sui-2-2-6 .sui-wrap .sui-upsell-row .sui-upsell-image.sui-upsell-image-smush:not(.integrations-upsell-image){bottom:-30px;width:85px}.sui-2-2-6 .sui-wrap .sui-notice.smush-notice-sm p{font-size:13px}.sui-2-2-6 .sui-wrap .sui-hidden,.sui-2-2-6 .sui-wrap button.sui-hidden{display:none}.sui-2-2-6 .sui-wrap .sui-loading{font-size:18px}.sui-2-2-6 .sui-wrap span.add-dir-loader{padding-right:10px;font-size:18px}.sui-2-2-6 .sui-wrap .sui-button.smush-button-check-success,.sui-2-2-6 .sui-wrap .sui-button.smush-button-check-success:hover{background:#d1f1ea!important;color:#1abc9c!important;pointer-events:none}.sui-2-2-6 .sui-wrap .sui-button.smush-button-check-success:before,.sui-2-2-6 .sui-wrap .sui-button.smush-button-check-success:hover:before{content:"_";padding-right:5px;color:#1abc9c}.sui-2-2-6 .sui-wrap .sui-button.wp-smush-skip-resmush,.sui-2-2-6 .sui-wrap .sui-button.wp-smush-skip-resmush:hover{display:block;background:transparent!important;border:2px solid #888!important;color:#888!important}.sui-2-2-6 .sui-wrap .sui-toggle+label{font-weight:500}.sui-2-2-6 .sui-wrap #smush-quick-setup-dialog .sui-box-settings-row .sui-box-settings-col-1{width:85%}.sui-2-2-6 .wp-smush-pagespeed-recommendation{font-size:13px}.sui-2-2-6 .wp-smush-pagespeed-recommendation .dismiss-recommendation,.sui-2-2-6 .wp-smush-pagespeed-recommendation .smush-recommendation-title{font-weight:500}.sui-2-2-6 .wp-smush-pagespeed-recommendation .dismiss-recommendation{cursor:pointer}.sui-2-2-6 .wp-smush-pagespeed-recommendation .dismiss-recommendation:before{content:")";margin-right:5px}.sui-2-2-6 .smush-align-left{float:left}.sui-2-2-6 .smush-align-right{float:right}.sui-2-2-6 .sui-summary-smush .smushed-items-count{margin:5px}.sui-2-2-6 .sui-summary-smush .smushed-items-count .smush-align-right{margin-left:50px}.sui-2-2-6 .sui-summary-smush .sui-summary-detail{font-size:15px;font-weight:500;line-height:22px}.sui-2-2-6 .sui-summary-smush .wp-smush-stats-label-message{font-size:13px;line-height:22px}.sui-2-2-6 .sui-summary-smush .smush-stats-list{min-height:185px}.sui-2-2-6 .sui-summary-smush .smush-stats-list .sui-tag-pro{top:-1px;margin-left:5px}.sui-2-2-6 .sui-summary-smush-nextgen .smush-stats-list-nextgen{min-height:150px}.sui-2-2-6 .wp-smush-no-image{display:block;overflow:hidden}.sui-2-2-6 .wp-smush-upload-images{display:block;overflow:hidden;padding:10px 0 40px}@font-face{font-family:wpmudev-plugin-icons;src:url(../fonts/wpmudev-plugin-icons.eot);src:url(../fonts/wpmudev-plugin-icons.eot) format("embedded-opentype"),url(../fonts/wpmudev-plugin-icons.ttf) format("truetype"),url(../fonts/wpmudev-plugin-icons.woff) format("woff"),url(../fonts/wpmudev-plugin-icons.woff2) format("woff2"),url(../fonts/wpmudev-plugin-icons.svg) format("svg");font-weight:400;font-style:normal}.smush-detected-img{border:5px solid #fecf2f;border-radius:5px}.smush-resize-box{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;padding:10px;box-shadow:0 5px 25px 0 rgba(0,0,0,.15);margin:20px auto;border-radius:30px;cursor:pointer}.smush-resize-box .smush-front-icons{margin-left:10px}.smush-resize-box .smush-front-icons:before{font-family:wpmudev-plugin-icons,sans-serif!important;speak:none;font-size:1em;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-rendering:auto;display:inline-block;color:#888;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.smush-resize-box .smush-front-icons.smush-front-icon-arrows-in:before{content:"\2264"}.smush-resize-box .smush-tag{display:inline-block;background-color:#fecf2f;color:#333;border-radius:15px;min-width:39px;height:26px;font-size:10px;line-height:26px;text-align:center;font-weight:500;padding:0 10px}.smush-resize-box .smush-tag.smush-tag-success{background-color:#1abc9c;color:#fff;margin-left:10px}.smush-resize-box.smush-tooltip{position:relative}.smush-resize-box.smush-tooltip:after,.smush-resize-box.smush-tooltip:before{content:"";opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;position:absolute;z-index:1;transition:margin .2s,opacity .2s}.smush-resize-box.smush-tooltip:before{border:5px solid transparent;bottom:100%;left:50%;border-top-color:#000;transform:translateX(-50%)}.smush-resize-box.smush-tooltip:after{content:attr(data-tooltip);min-width:40px;padding:8px 12px;border-radius:4px;background:#000;box-sizing:border-box;color:#fff;font:400 12px/18px Roboto,Arial,sans-serif;text-transform:none;text-align:center;white-space:nowrap;bottom:100%;left:50%;margin:0 0 10px;transform:translateX(-50%)}.smush-resize-box.smush-tooltip:hover:after,.smush-resize-box.smush-tooltip:hover:before{opacity:1}.smush-resize-box.smush-tooltip.smush-tooltip-constrained:after{min-width:240px;white-space:normal}.sui-2-2-6 .wp-smush-list-dialog .jqueryFileTree:focus,.sui-2-2-6 .wp-smush-scan-result .wp-smush-image-list-inner:focus{outline:0 solid transparent}.sui-2-2-6 ul.jqueryFileTree{color:#666;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;letter-spacing:-.25px;line-height:20px;padding:0;margin:0;display:none}.sui-2-2-6 ul.jqueryFileTree li{line-height:40px;padding:0 0 0 20px;margin:0;white-space:nowrap}.sui-2-2-6 ul.jqueryFileTree li a,.sui-2-2-6 ul.jqueryFileTree li a:hover{color:#666!important;font-size:13px;cursor:pointer;padding-left:5px}.sui-2-2-6 ul.jqueryFileTree li.wait{background:url(../images/spinner.gif) left 10px no-repeat!important}.sui-2-2-6 ul.jqueryFileTree li .ext_bmp,.sui-2-2-6 ul.jqueryFileTree li .ext_gif,.sui-2-2-6 ul.jqueryFileTree li .ext_jpeg,.sui-2-2-6 ul.jqueryFileTree li .ext_jpg,.sui-2-2-6 ul.jqueryFileTree li .ext_pcx,.sui-2-2-6 ul.jqueryFileTree li .ext_png,.sui-2-2-6 ul.jqueryFileTree li .ext_tif,.sui-2-2-6 ul.jqueryFileTree li .ext_tiff{background:url(../fonts/image.svg) left 10px no-repeat}.sui-2-2-6 ul.jqueryFileTree li.directory{background:url(../fonts/folder-closed.svg) left 10px no-repeat}.sui-2-2-6 ul.jqueryFileTree li.expanded{background:url(../fonts/folder-open.svg) no-repeat left 10px}.sui-2-2-6 ul.jqueryFileTree li.expanded>a{display:block;background-color:#f8f8f8;border-radius:4px}.sui-2-2-6 ul.jqueryFileTree li.expanded.selected{background:url(../fonts/folder-open-selected.svg) left 10px no-repeat}.sui-2-2-6 ul.jqueryFileTree li.expanded.selected>a,.sui-2-2-6 ul.jqueryFileTree li.expanded.selected li.directory,.sui-2-2-6 ul.jqueryFileTree li.expanded.selected li.file{color:#17a8e3!important;background-color:#e1f6ff}
assets/css/common.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .sui-smush-media .sui-tooltip{position:relative}.sui-smush-media .sui-tooltip:after,.sui-smush-media .sui-tooltip:before{content:"";opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;position:absolute;z-index:1;transition:margin .2s,opacity .2s}.sui-smush-media .sui-tooltip:before{border:5px solid transparent}.sui-smush-media .sui-tooltip:after{content:attr(data-tooltip);min-width:40px;padding:8px 12px;border-radius:4px;background:#333;box-sizing:border-box;color:#fff;font:500 12px/18px Roboto,Arial,sans-serif;text-transform:none;text-align:center;white-space:nowrap}.sui-smush-media .sui-tooltip:hover:after,.sui-smush-media .sui-tooltip:hover:before{opacity:1}.sui-smush-media .sui-tooltip.sui-tooltip-constrained:after{min-width:240px;white-space:normal}.sui-smush-media .sui-tooltip.sui-tooltip-top:before,.sui-smush-media .sui-tooltip:before{bottom:100%;left:50%;border-top-color:#333;transform:translateX(-50%)}.sui-smush-media .sui-tooltip.sui-tooltip-top:after,.sui-smush-media .sui-tooltip:after{bottom:100%;left:50%;margin:0 0 10px;transform:translateX(-50%)}.sui-smush-media .sui-tooltip.sui-tooltip-top-right:after{left:0;transform:translateX(0)}.sui-smush-media .sui-tooltip.sui-tooltip-top-left:after{left:auto;transform:translateX(0);right:0}.sui-smush-media .sui-tooltip.sui-tooltip-bottom-left:before,.sui-smush-media .sui-tooltip.sui-tooltip-bottom-right:before,.sui-smush-media .sui-tooltip.sui-tooltip-bottom:before{top:100%;bottom:inherit;border-top-color:transparent;border-bottom-color:#333}.sui-smush-media .sui-tooltip.sui-tooltip-bottom-left:after,.sui-smush-media .sui-tooltip.sui-tooltip-bottom-right:after,.sui-smush-media .sui-tooltip.sui-tooltip-bottom:after{top:100%;bottom:inherit;margin:10px 0 0;transform:translateX(0)}.sui-smush-media .sui-tooltip.sui-tooltip-bottom:after{transform:translateX(-50%)}.sui-smush-media .sui-tooltip.sui-tooltip-bottom-right:after{left:0}.sui-smush-media .sui-tooltip.sui-tooltip-bottom-left:after{left:auto;right:0}.sui-smush-media .sui-tooltip.sui-tooltip-left:before{top:50%;right:100%;bottom:inherit;left:inherit;border-top-color:transparent;border-left-color:#333;transform:translateY(-50%)}.sui-smush-media .sui-tooltip.sui-tooltip-left:after{top:50%;right:100%;bottom:inherit;left:inherit;margin:0 10px 0 0;transform:translateY(-50%)}.sui-smush-media .sui-tooltip.sui-tooltip-right:before{top:50%;bottom:inherit;left:100%;border-top-color:transparent;border-right-color:#333;transform:translateY(-50%)}.sui-smush-media .sui-tooltip.sui-tooltip-right:after{top:50%;bottom:inherit;left:100%;margin:0 0 0 10px;transform:translateY(-50%)}.sui-smush-media .button{margin-right:5px}.sui-smush-media .button:last-of-type{margin-right:0}#ngg-listimages .spinner,.column-smushit .spinner{float:none}#ngg-listimages .spinner.visible,.column-smushit .spinner.visible{visibility:visible}.sui-smush-media table.wp-smush-stats-holder{width:100%;border:1px solid #e6e6e6;border-radius:4px;margin-top:6px;border-collapse:separate;border-spacing:0}.sui-smush-media table.wp-smush-stats-holder thead th.smush-stats-header{padding:8px 10px;border-bottom:1px solid #e6e6e6!important;color:#32373d;font-size:12px;font-weight:700;letter-spacing:-.23px;line-height:16px}.sui-smush-media table.wp-smush-stats-holder td{vertical-align:middle;padding:8px 10px;color:#555;font-size:11px;letter-spacing:-.21px;line-height:16px;border-bottom:1px solid #e6e6e6}.sui-smush-media table.wp-smush-stats-holder td:first-of-type{max-width:110px;font-weight:500}#the-list .sui-smush-media thead th.smush-stats-header{border-bottom:1px solid #e6e6e6!important}@media screen and (max-width:1024px){.wp-list-table .smushit table.wp-smush-stats-holder th{display:table-cell;box-sizing:border-box}.wp-list-table .smushit table.wp-smush-stats-holder tr td{word-wrap:break-word;display:table-cell!important}.wp-list-table .smushit table.wp-smush-stats-holder tr td:first-child{border-right:none;box-sizing:border-box}.wp-list-table .smushit table.wp-smush-stats-holder tr td:last-child{box-sizing:border-box;float:none;overflow:visible}}.iedit .smush-stats-details,.iedit .wp-smush-action{font-size:11px}#ngg-listimages table.wp-smush-stats-holder{table-layout:fixed;border:1px solid #d3d3d3;border-collapse:collapse;width:100%}#ngg-listimages table.wp-smush-stats-holder td,#ngg-listimages table.wp-smush-stats-holder th{border:1px solid #cecece}#ngg-listimages .column-7{width:300px}#ngg-listimages .spinner{width:auto;padding-left:30px}.alternate.iedit{height:120px}.wp-smush-nextgen-send{position:relative;z-index:2}.attachment-details .smush-wrap .smush-status{margin:0 0 1em;padding:0;line-height:16px}.attachment-details .smush-wrap .wp-smush-send{display:block}.attachment-details .smush-wrap .spinner{background-position:0;padding:0 0 0 25px;width:auto;margin:10px 0 0;line-height:23px}.attachment-details .smush-wrap .spinner.visible{visibility:visible}.wp-list-table.media .spinner.visible{width:100%;padding-left:25px;margin:10px 0 0}.button.wp-smush-finished.disabled,.button.wp-smush-finished:disabled,.button.wp-smush-finished[disabled]{color:#fff!important;background:#00cf21!important;border-color:#619f6b!important;box-shadow:inset 0 1px 0 rgba(0,207,33,.5),0 1px 0 rgba(0,0,0,.15)!important}.wp-smush-submit-wrap{padding:4px}.smush-submit-note{color:#9b9b9b;float:left;font-family:Roboto,sans-serif;font-size:13px;line-height:22px;margin-top:4px}input#wp-smush-save-settings{float:right;margin:0}.wp-smush-welcome #wp-smush-save-settings{float:right}.currently-smushing .smush-status{color:#0074a2}.smush-status.fail{color:#dd3d36}.smush-status.success{color:#0074a2}.smush-status.error{color:red}.compat-field-wp_smush{margin-top:10px}.compat-field-wp_smush button.wp-smush-send{float:left;margin-bottom:5px}.compat-field-wp_smush button:not(.button-primary){background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;margin-bottom:10px}.compat-field-wp_smush button:not(.button-primary):hover{background:#008ec2;border-color:#006799;color:#fff}.compat-field-wp_smush button:disabled:not(.button-primary){color:#66c6e4!important;background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}#post-body-content .smush-status{margin:4px 0}.attachment-info .wp-smush-error-message{margin:6px 0 1em}.compat-field-wp_smush .smush-wrap,label.setting.smush-stats .smush-wrap{margin:0 0 5px;max-width:100%}.smush-stats-wrapper .row{padding:8px 0}.smush-stats-wrapper .row:first-child{padding-top:0}.smush-stats-wrapper td,.smush-stats-wrapper th{font-size:11px}.smush-skipped.error{color:#c41921}.smush-skipped .dashicons-editor-help{cursor:pointer;margin-top:-2px}.ui-tooltip-content{font-size:12px}.smush-stats a[disabled]{cursor:default;color:grey}.wp-smush-error{color:#ffb900}.resmush-scan{vertical-align:middle;line-height:28px}#wp-smush-resmush{margin:20px 0}.wp-smush-page-header{overflow:hidden;margin:0 0 10px;width:100%}#wp-smush-invalid-member.loaded-notice:before,#wp-smush-invalid-member.loading-notice:before{content:attr(data-message);position:absolute;left:0;right:0;top:0;bottom:0;background-color:hsla(0,0%,100%,.7);z-index:5;text-align:center;line-height:40px;font-size:15px}#wp-smush-invalid-member a{color:#514a30;text-decoration:underline}#wp-smush-invalid-member.loaded-notice>div,#wp-smush-invalid-member.loading-notice>div{-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px)}.attachment-details .setting div.smush-status-links{float:none;text-align:left}div.attachment-details .setting div.smush-status-links.smush-status-links div.smush-stats-wrapper{margin-top:15px}.wp-smush-no-image,.wp-smush-upload-images{display:block;overflow:hidden}.wp-smush-upload-images{padding:10px 0 40px}.wp-smush-notice{background-color:#d1f1ea;border-radius:5px;color:#333;font-family:Roboto,sans-serif;font-size:15px;line-height:30px;margin-bottom:30px;padding:15px 30px;letter-spacing:-.015em}div.smush-notice-cta a.smush-notice-act.button-primary{background-color:#00b0db;box-shadow:none;border:1px solid #0087b9;border-radius:2px;text-shadow:none;font-weight:400;box-shadow:inset 0 1px 0 0 #4bc4e4,0 1px 0 0 #dbdbdb;-webkit-font-smoothing:antialiased}.wp-smush-api-message,.wp-smush-re-check-message,.wp-smush-resmush-message,.wp-smush-settings-updated{border:none;margin-bottom:25px;padding:18px 50px;text-align:center}div.wp-smush-pagespeed-recommendation{background-color:#f8f8f8;margin:0 -30px 20px;padding:20px 30px}ol.smush-recommendation-list{color:#888;font-size:13px;margin-left:13px;line-height:16px}a.wp-smush-lossy-enable:hover,a.wp-smush-resize-enable:hover{color:#0a9bd6}ol.smush-recommendation-list li{line-height:1.5}.wp-smush-bulk-wrapper{overflow:hidden}div.smush-s3-setup-message,div.wp-smush-dir-limit,div.wp-smush-dir-remaining,div.wp-smush-notice.wp-smush-api-message.warning,div.wp-smush-remaining,div.wp-smush-s3support-alert{background-color:#fff5d5;border:none;color:#333;line-height:30px;font-size:15px;letter-spacing:-.015em}div.smush-s3-setup-message,div.wp-smush-notice.wp-smush-api-message.info{background-color:#dff6fa}div.wp-smush-s3support-alert{margin-left:0;margin-right:0}div.wp-smush-dir-limit{background-color:#dff6fa}.wp-smush-resmush-wrap .wp-smush-remaining{padding:10px 50px}.bulk-smush-wrapper .wp-smush-notice-text{display:inline-block;max-width:88%}.wp-smush-count{color:#888;font-size:13px;line-height:1.5;margin-top:15px}.wp-smush-sep{margin:20px 0}.smush-final-log{margin-left:0;padding:10px}.wp-smush-ajax-error{color:#000;font-size:14px;font-weight:700;margin-bottom:20px}a.wp-smush-lossy-enable{cursor:pointer}ul.smush-pro-features{margin-bottom:30px}li.smush-pro-feature-row{margin-bottom:20px}div.smush-pro-feature-desc,div.smush-pro-feature-title{padding-left:30px;position:relative}div.smush-pro-feature-title{font-size:15px;font-weight:500;line-height:30px}div.smush-pro-feature-desc{color:#888;font-size:13px;line-height:22px}div.smush-pro-link-wrap{text-align:center}.wp-smush-settings-changed{background:#dff6fa;border-radius:5px;font-size:13px;line-height:1.7;padding:20px}.compat-item .compat-field-wp_smush{display:table-row}.manage-column.column-smushit{width:260px}.compat-field-wp_smush [tooltip],.smushit [tooltip],label.setting.smush-stats [tooltip]{position:relative;overflow:visible}.compat-field-wp_smush [tooltip]:before,.smushit [tooltip]:before,label.setting.smush-stats [tooltip]:before{content:"";position:absolute;border:5px solid transparent;border-top-color:#0b2f3f;bottom:100%;left:50%;margin-left:-5px;margin-bottom:-5px;opacity:0;z-index:-1;transition:margin .2s,opacity .2s,z-index .2s linear .2s;pointer-events:none}.compat-field-wp_smush [tooltip]:after,.smushit [tooltip]:after,label.setting.smush-stats [tooltip]:after{background:#0b2f3f;border-radius:4px;bottom:100%;color:#fff;content:attr(tooltip);font-size:13px;font-weight:400;left:50%;line-height:20px;margin-left:-100px;margin-bottom:5px;opacity:0;padding:5px;pointer-events:none;position:absolute;width:180px;text-align:center;transition:margin .2s,opacity .2s,z-index .2s linear .2s;white-space:pre-wrap;z-index:-1}.compat-field-wp_smush .smush-skipped [tooltip]:before,.smushit .smush-skipped [tooltip]:before,label.setting.smush-stats .smush-skipped [tooltip]:before{border-top-color:transparent;border-left-color:#0b2f3f;bottom:0;left:0}.compat-field-wp_smush .smush-skipped [tooltip]:after,.smushit .smush-skipped [tooltip]:after,label.setting.smush-stats .smush-skipped [tooltip]:after{margin-left:0;left:-195px;top:-35px;bottom:inherit;margin-bottom:5px}label.setting.smush-stats .smush-skipped [tooltip]:after{top:-98px}div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:after{left:-188px;padding-left:10px;width:170px}div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:before{margin-left:-3px}.compat-field-wp_smush [tooltip].tooltip-s:after,.smushit [tooltip].tooltip-s:after,label.setting.smush-stats [tooltip].tooltip-s:after{width:150px;margin-left:-75px}.compat-field-wp_smush [tooltip].tooltip-l:after,.smushit [tooltip].tooltip-l:after,label.setting.smush-stats [tooltip].tooltip-l:after{width:280px;margin-left:-140px}.compat-field-wp_smush [tooltip].tooltip-right:after,.smushit [tooltip].tooltip-right:after{margin-left:-180px}.compat-field-wp_smush [tooltip].tooltip-s.tooltip-right:after,.smushit [tooltip].tooltip-s.tooltip-right:after{margin-left:-130px}.compat-field-wp_smush [tooltip].tooltip-l.tooltip-right:after,.smushit [tooltip].tooltip-l.tooltip-right:after{margin-left:-260px}.compat-field-wp_smush [tooltip].tooltip-bottom:before,.smushit [tooltip].tooltip-bottom:before{border-color:transparent;border-bottom-color:#0b2f3f;top:100%;bottom:auto;margin-top:-5px;margin-bottom:0}.compat-field-wp_smush [tooltip].tooltip-bottom:after,.smushit [tooltip].tooltip-bottom:after{bottom:auto;top:100%;margin-top:5px;margin-bottom:0}.compat-field-wp_smush [tooltip]:hover:before,.smushit [tooltip]:hover:before,label.setting.smush-stats [tooltip]:hover:before{z-index:1;margin-bottom:0;opacity:1;transition:margin .2s,opacity .2s}.compat-field-wp_smush [tooltip]:hover:after,.smushit [tooltip]:hover:after,label.setting.smush-stats [tooltip]:hover:after{opacity:1;z-index:1;margin-bottom:10px;transition:margin .2s,opacity .2s}.compat-field-wp_smush .disabled[tooltip]:after,.compat-field-wp_smush .disabled[tooltip]:before,.smushit .disabled[tooltip]:after,.smushit .disabled[tooltip]:before,label.setting.smush-stats .disabled[tooltip]:after,label.setting.smush-stats .disabled[tooltip]:before{display:none}.wp-smush-image-size-list,.wp-smush-png_to_jpg-wrap,.wp-smush-resize-settings-wrap{background-color:#fff;border:1px solid #e6e6e6;border-radius:5px;color:#555;font-family:Roboto,sans-serif;margin:1.5em 0 0;overflow:auto;padding:30px;vertical-align:middle}div.wp-smush-resize-note{color:#555;font-size:13px;font-weight:400}.smush-final-log.notice.notice-warning{max-height:200px;overflow:auto}.wp-admin #wpfooter{display:block}div.wp-smush-dir-desc{font-size:15px;font-weight:500;line-height:30px;padding:10px 0 25px}.wp-smush-select-dir{float:right;margin-top:20px;width:154px}.wp-smush-image-list{line-height:1.5}span.wp-smush-li-path{cursor:pointer;font-weight:500;position:relative}div.wp-smush-scan-result{background:#fff}div.wp-smush-scan-result div.wp-smush-notice{margin-top:14px;padding:15px 30px}div.wp-smush-scan-result div.content{overflow:hidden;width:100%}li.wp-smush-image-ele span.wp-smush-image-path{padding:4px 0 3px}.wp-smush-image-ele-status{color:#c6c6c6;display:inline-block;height:23px;line-height:1;margin-right:10px;overflow:hidden;position:relative;width:22px;vertical-align:middle}.smush-pro-feature-title:before,.wp-smush-image-ele-status:before{box-shadow:none;content:url(../fonts/image.svg);font-family:WPMU-DEV-App-Icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:22px;line-height:22px;margin-left:1px;margin-top:-11px;opacity:1;position:absolute;speak:none;transition-duration:.2s;transition-property:color,opacity;text-transform:none;top:50%;vertical-align:middle;width:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}li.wp-smush-image-ele.in-progress .wp-smush-image-ele-status{display:none}div.wp-smush-info.notice{font-size:15px;letter-spacing:-.015em;margin:0 0 30px;padding:15px}button.wp-smush-all.wp-smush-button{float:right}@media screen and (max-width:1024px) and (min-width:800px){.smush-stats-wrapper h3{padding:6px 0}}@media only screen and (max-width:800px){.dev-box.bulk-smush-wrapper.wp-smush-container{padding:20px 10px}}@media screen and (max-width:600px){.wp-smush-image-size-list,.wp-smush-png_to_jpg-wrap,.wp-smush-resize-settings-wrap{padding:20px}}@media screen and (max-width:456px){.bulk-smush-wrapper .wp-smush-notice-text{max-width:85%}}.smush-notice.notice{padding:0;margin:5px 0 10px;border:1px solid #e5e5e5;background:#fff;overflow:hidden;border-radius:6px;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);position:relative;z-index:1;min-height:80px;display:table;font:13px Open Sans,sans-serif}.smush-notice.notice.loading:before{content:attr(data-message);position:absolute;left:0;right:0;top:0;bottom:0;background-color:hsla(0,0%,100%,.7);z-index:5;text-align:center;line-height:80px;font-size:22px;font-weight:700}.smush-notice>div{display:table-cell;vertical-align:middle;cursor:default;line-height:1.5}.smush-notice.notice.loading>div{-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px)}.smush-notice-logo{background:#0b2f3f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABNGlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGBSSSwoyGESYGDIzSspCnJ3UoiIjFJgv8/AwcDNIMYgyKCWmFxc4BgQ4MOAE3y7xsAIoi/rgszCrQ4r4EpJLU4G0n+AOC65oKiEgYExBshWLi8pALEbgGyRpGwwewqIXQR0IJC9AsROh7D3gNVA2BfAakKCnIHsJ0C2QxISOx2JDbUXBJiTjUh0NRGgJLWiBEQ75xdUFmWmZ5QoOAJDJ1XBMy9ZT0fByMDQlIEBFNYQ1YgwRIgxiwGxMQMD0xKEWP4iBgaLr0DxCQixpJkMDNtbGRgkbiHEVBYwMPC3MDBsO59cWlQGdZIUEJ9mPMmczDqJI5v7m4C9aKC0ieJHzQlGEtaT3FgDy2PfZhdUsXZunFWzJnN/7eXDLw3+/wcAZQZcDK/8PeoAAAAJcEhZcwAACxMAAAsTAQCanBgAAAQkaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzI8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj44MDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+ODA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA4LTExVDIyOjA4OjU5PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMy4yPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgrYxXXjAAAONElEQVR4Ae1be3AV1Rn/zu595HETCIEkYEIIbwg+OlF5WYva6iAjApXIoJ2Kdvrw0fpC/yhaxlYtgjg+pjM6Yzv1wdjQ1lYqjsVKxAe+BRUV5A0JJIQk5J3cu3v6+/ZmL/fe7N7cu7kBnNnDhN09e77vfOe333e+73znXCK3OEJgzpw5HkeELpGLgIuAi4CLgIuAi4CLgIuAi4CLgIuAi4CLwHccAXGmyT/x6Y+Hh/JGZeleoRBl9IrXRUpQ6p6m2o5dvzi/4UyS+bQDOPalPRN14a0Q5KnQFTlJ6PoUCJUtSQohw1BJQ0rjqV0qytcKiZ1Sl58oUn6yd0nxrtMJ6GkBsGzd3kKp+K8kj3o1acGLhFDyhQfZIV3Dn05SSmLBevEz7g2QBGoVKKaikgwFud1xUr3vkNT+LYKejfuWFtadajBPKYBjquqLpNCuF1LeqAiaQgBEaqEwcCmPPAymUAE8ANclfS2F+meRJV7YP6/gaMrsHBKcEgDHb5T+YHvdT4TU74QCTeHRSi3oUGRrMqF6iT+ILuXXQqhr1ezC53dfKbqtW6evdtABHPti/QTdH3oEc9sCwRoH0xvMwkDi8+CfeCVE6orDlUVfDGZ/6mAyL/nHsfkkgs+pQp2Fuc6hqaYoodRBIDFNeibhcy0YsmR58x1TA9urq6vNKTVFhombD4oGVjz9tLdp6Ly7IfH9QhEZg611dkPk+ZGnR10oDweo6YEdleU9dm2d1qcdwPKVVb72KbMfQAxyL0tveFan0qWDjr02KZgbxeqA0rwi3SAy97SW9imz7kIIfA+xKXFYcroLwiIIQorQl7cpefdTVVVap620Ajj6X8eugqT3sdFwPHfGFJYF1qBIurdUvXhZOuVKmwmP/fuhCZomXlMVMe50zXn9ASMUD3RRNpLHO2//j4ve7699Mu/TooHFaw9l6qQ+ono8Zyx4DIbUQ/DO6jBMLY+OrWockgxA/bVJC4BqqXcpVhdXy+Cgx639jaff9zIYxCyjzNKVrl/12ziJBgM24TF/2VdE2d5qRYhJyZguB2PsnHlZm2rnWMA4oovHQahYS0ulTvUrl+5eMPKr+PepPA9YA2VWxvWKogI8rGkTFA2DbwvqvIojnyqIn9tDxho2ARX8Z2+7IG6YjsFvC+kE0oQfgOm60MjqI0lNIyQvCoM9+p0JO0/ipRX/JMjCTcY9t7tAy8jYgsSALYDcQRfQGupT6cbJOXR5cRbl+xU60qHRhgMd9MLuFmOgDE58CQEFOCVaOj6H5pdmUUm2hxq7dfpfTSc9u7OFGro0ymRQowjN/vweQT+fPIRe2tNKTaDpw54zOkSNIdU/4/A1Bd9GsUjpdkAnjDRf5jysbydJzT7A7wZ4o3O89Oz3R9DUPF9EuFFZHqoY7qe5o7PoxrfqqaVHIy/AMguDl+lVQFdAFxWZiVWiUVlE08BnbkkW3bSlnva2BCmjF0SmZq0ele2lJ2fl09nDfPT8ty0my9grYlTF6x/m0bRFeLEq9mXyT85NeDECUoUWcoIgRgWi+mYz8gCUx2cOjwEvqglNH+GnR6fnGyYZrUmwUnrogvwY8KLpJg7x0lOzR0ADFWM64Hf8saYX+OnlHxXS7MIMQ/Ojafrcc3wo9MrxT7yf2+ddkhWOARy3eE4Z4oJZRj7PprNODOiq0gBdCJCiS1OPTifwZxY264uhZWzqXPh6fkEGLSzNNpsY19agpOYounOhYYvKsqkDaJumOx80pYHkDIvDGqFrZ/cUjT4npqMUHhwDqMngBZxJTrTiYOW8ovik+YXgAR78rJku+U8t3QCz/d3HjVSLuZAtd25JNrHZMhDsMC4blWnU81gY1sd3nKAfbDhM12+uozu2NtCuE+G02BUwZdZyA3oQ97Da9xbmlXCAkEd4/V5FarNMmlSvCfknYgaRK4w0vI398jAywH1cLhKdveXdo1306BdNdLQjRPkZKpXh3bLN9bQb81gZ5kkPEGc6nvCLAyeXrHtag7Tm8yaADY1Bmxkwz1vePkZb67po8lAvZcFhnITN7C18NaaY2Kq4J1AqnslxlUk/OgNw5UpFCs/ERNrHErDw2ACKCMPeEGOlTPz330PtdOlZmbT8vKF0FzSKNUftdZVM58WfWRrhbTloyfQotPVoJxVmeuix2cPpvg+P05F2jXysgXYImkzsrpzwkLK8eO17mXZNEtU7AvCs4XPzSAanJpNtiR4XmyoXviASo0NtIfohQKzI9yPcaIsJSaLpVONDGKQG8RFoInviJRNy6EmYdgZ/FafFSDSESqi4ZJgTFo4A9BdgwpIy4Pyzh0E0h/2zqbn02fHuyByYaCBMY36I6wBgXadmxIZRCpuIvM87/lACYTWR/9RpoK4hz4yOo7Wkj2QpVHBMOANel72pVTGBjn/HQfQlcDa8wrHSBDu6WD7YP5GUpas+R6GMVb+x/K2eMk56VqvXTupmwTFEOdAYFuy97T4Wh0h+ngNjKMIPHNzY8Yw0hwlDe7N93S2jI3Up3DgDMIUOkm1amKkaXtiqfW2HTkHEhlYaVRLwYg5ULAFs6tawMuFstBXX9NQ5BLBrwL3zmKIHZjhgm4F+1tCFlUpYxwy6qN7Zf1jDR/RJQze125h3hAX2TMC6XfpzD0bqUrhxBCAf9OHh2Iw36e6j6a1MkBnxauYtxI9ZWLJZFaazouW61w93Ghkc65nV5AYXQrJT03psFs1mO+urtVTWbSO13fUI4oRo48ljMAoP3hz0i9+20kiYd8Bnp2exEph+aMuRTmpDgqIYGZxE8yCPAP1pPgrZZ0Riu4h5cgRgTcNrTaR6vuJDPukqhhYZ/3FcS1SAlcpuLNfWIz5cNjHXSBRY9cUkvdZNGlDnFQ575Ye3NdNNk3MTgmfwYyWAMvhYKRwURwDSypU4giJ3GSelHHTKJOxXe3MHBodsOALkCgCUjowKEgtIS93yzjG6ryKPirJU6ul1IgZgUX1m8yQIELj9JCzr2BndUF1PS8YGjExOR3QnUXSRW1YCRf3ym1umN0bqUrhxBiA6EDifF85COzNjThgcaj+Zxa7I99F1SJx6MKmzx10HzXsIaa6LijKNtXIPrxh6CydjzcKA/aZ8iJE7zEb+cB1M/mY83zAph2qxzGtlJ5JIRN54D2nbeCI0eaZyTS7vY8FRzfB+pHV1HxcKZ2RODsiiaaQqPuv89pEuuhaawoXfPT4zn24tzzWcEychzHFX13ZGRsdJ182Y324DSCYwv542hBYircVpsHBSItzlppoO6gCAOQDWskBzsREW1HwZb1q+T6LShnP/lHu6q/cJVXnPOJ/Xf3OkqIg2wSvyupYLJ0I3Hm6nT7GEiy4TANz4KPC2N3bTqwfbjfbczg+gP6zvojdqO6LJjHQ/05rLYk79Pwdt5Gy1XREwX+jnTrWl5nO7Nv3VOwaQKis1HLp9WfIRDnsZjczLYZjq0s1HjfQ6Z2K4sPZ0Y966HZmYvUhXWRWmu/29BkOzTG1jasZk+QeNtC0OfJNHC77Wbe820KHWkJGpMev7XHEUDgC8vn/Z95r7vEuyYkBudNhV99TqqjYfm9XDrVJbnGYag+zw3RjsdgS18abE5liPZMDGgx3YD1GoEGtiLpx1fgV1d77P4IaMLE30eDhv2II2G9CG59JCOBnWbN6tewMbTtzfVmhptjf8saJpI/dGAK13gOye5vWP1UTqU7xJ0ENynErX19yNzZHV0gijYudhZs6my7UI4yLzWDxnBoEz9XnYrRuChq09EhkW3mSimI2maDrmDQVGoK1TrlelYaDjoPsY6Fgr2NQTFeHD2lvXqsbs2HVd9cpLTnqzREQW7xL3YkEQXzWmChvrEhvrivXGOoOXbCcc8GoI6rBJb5hpfF92z0yHuArRTJJ07HmF0oZvdvmByuKtdnyTqQengZX9lWVH8dODNZCfR9CHWd+aPk0iFTzPsVn3ozyR9uYN0/G+SLJ0woPtVUV5ZqDgcf8DBpCZaFJ7EUqwwRCMK87gIjxe0kOhbaqe88d0iJmKgiTsb9w/G6dpoc5NWLEWJdrqTMhksF/yaQRF6UACetH+awpfT0d3adFAFmTPomFfSo/6WykUbJ2ljW06xhjmYcx7CLyk+H26wGPGaR3phaEtf8WEvsoAkAU+U4ohCw40CbE6m5rWplOstJmwKVR51Q5fGw39gyL15UbgErWGNduc0msEPGV1TvmoFTvKhaO0lZ3MaVcTPgUfoOYV2Gl4CAquJ7vUsxNwIPW8VOMgSlM8q3Io/eCxbANaidgN7tj6P2knxIy38s4uq0GybiZOMGRZrVTs6NNRzxEBfu/Zgajy/uFNIx/c/lNhvV4cYGdpN+F4eUqr6mYKEVrDx2oJPyyUSWZu4vkk/QyTNUIVSZ9Kqa44sLjgtaRpHTQcdABZpjEvNw0lrfuXQtNuFx610DgKnG4g4fmFF1oX0tpwKvMZRQms2rMop94BJimRnBIATYlGrztQDnO+A1m4BZif8vHrzfDPXc2cvNkw2StWPsY8x8FxMNiONeCrqh56Ys+1pe8my2Kg7U4pgKawZVU1k7DuWwgvvRggTsMRM5+RlA0f9AknHQxQeSXNBWIyWMYt/mfPykFxqAdpB7ETNZvA62/7Kks+QhOTiFsPejFkGvRebDrgk6HdI0efq4aCl+HHL+cht1iOn0sE8OcBMJlIDuCEJWJf7Nvy1iOcQgh/bTiXuINCwW2az/umqGv44uDN5zTZdDHo1acVwPjRTX7qg/zuvBGBYCDgVRVfrmgNH7eQObkHNV20eNuOB/1Nx9q+uXX68Xha99lFwEXARcBFwEXARcBFwEXARcBFwEXARcBFwEXAReA7gcD/ATWUF/aWa8NWAAAAAElFTkSuQmCC) no-repeat 50% 50%}.smush-notice-logo span{display:block;width:80px}.smush-notice-message{color:#23282d;font-size:13px;font-weight:400;line-height:20px;padding:10px 20px;-webkit-font-smoothing:antialiased;width:100%}.smush-notice-cta{border-left:1px solid #e5e5e5;background:#f8f8f8;padding:0 30px;position:relative;white-space:nowrap}.wp-core-ui .smush-notice-cta .button-primary:active,.wp-core-ui .smush-notice-cta button{vertical-align:middle}.wp-core-ui .smush-notice-cta input[type=email]{vertical-align:middle;line-height:20px;margin:0;min-width:50px;max-width:320px;text-align:center;padding-left:0;padding-right:0}.smush-notice-dismiss{background:transparent;border:0;cursor:pointer;color:#c5c5c5;-webkit-font-smoothing:antialiased}.smush-notice-dismiss:hover{color:#666}@media only all and (max-width:1200px){.smush-notice-dismiss{display:block;margin:0 auto;line-height:18px;padding-top:8px;padding-bottom:2px}}@media only all and (max-width:1000px){.smush-notice.notice{display:block;font-size:13px}.smush-notice>.smush-notice-logo{float:left;display:inline-block;height:80px;margin:10px;border-radius:4px}.smush-notice>.smush-notice-message{width:auto;display:block;padding:10px;min-height:80px}.smush-notice>.smush-notice-cta{display:block;border-top:1px solid #e5e5e5;border-left:0;text-align:center;white-space:normal;line-height:30px;padding:10px 20px}.smush-notice>.smush-notice-cta>button,.wp-core-ui .smush-notice>.smush-notice-cta>input[type=email]{font-size:14px}.smush-notice>.smush-notice-cta>.smush-notice-dismiss{display:inline-block;float:none;line-height:26px;padding-top:0;padding-bottom:0;font-size:13px}}@media only all and (max-width:500px){.smush-notice>.smush-notice-cta>button,.wp-core-ui .smush-notice>.smush-notice-cta>input[type=email]{display:block;width:100%!important;max-width:none;margin-bottom:4px;font-size:16px;height:34px}.smush-notice>.smush-notice-cta>.smush-notice-dismiss{margin-top:5px;font-size:14px;height:23px}}
assets/css/images/ui-bg_flat_75_ffffff_40x100.png DELETED
Binary file
assets/css/images/ui-bg_glass_65_ffffff_1x400.png DELETED
Binary file
assets/css/jQueryFileTree.min.css DELETED
@@ -1 +0,0 @@
1
- UL.jqueryFileTree{font-family:Verdana,sans-serif;font-size:11px;line-height:18px;padding:0;margin:0;display:none}UL.jqueryFileTree LI{list-style:none;padding:0 0 0 20px;margin:0;white-space:nowrap}UL.jqueryFileTree LI.directory{background:url(../images/directory.png) left top no-repeat} UL.jqueryFileTree LI.directory-locked{background:url(../images/directory-lock.png) left top no-repeat} UL.jqueryFileTree LI.expanded{background:url(../images/folder_open.png) left top no-repeat} UL.jqueryFileTree LI.file{background:url(../images/file.png) left top no-repeat} UL.jqueryFileTree LI.file-locked{background:url(../images/file-lock.png) left top no-repeat!important} UL.jqueryFileTree LI.wait{background:url(../images/spinner.gif) left top no-repeat} UL.jqueryFileTree LI.selected>a{font-weight:700} UL.jqueryFileTree LI.ext_3gp{background:url(../images/film.png) left top no-repeat} UL.jqueryFileTree LI.ext_afp,UL.jqueryFileTree LI.ext_afpa,UL.jqueryFileTree LI.ext_asp,UL.jqueryFileTree LI.ext_aspx{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_avi{background:url(../images/film.png) left top no-repeat} UL.jqueryFileTree LI.ext_bat{background:url(../images/application.png) left top no-repeat} UL.jqueryFileTree LI.ext_bmp{background:url(../images/picture.png) left top no-repeat} UL.jqueryFileTree LI.ext_c,UL.jqueryFileTree LI.ext_cfm,UL.jqueryFileTree LI.ext_cgi{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_com{background:url(../images/application.png) left top no-repeat} UL.jqueryFileTree LI.ext_cpp{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_css{background:url(../images/css.png) left top no-repeat} UL.jqueryFileTree LI.ext_doc{background:url(../images/doc.png) left top no-repeat} UL.jqueryFileTree LI.ext_exe{background:url(../images/application.png) left top no-repeat} UL.jqueryFileTree LI.ext_gif{background:url(../images/picture.png) left top no-repeat} UL.jqueryFileTree LI.ext_fla{background:url(../images/flash.png) left top no-repeat} UL.jqueryFileTree LI.ext_h{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_htm,UL.jqueryFileTree LI.ext_html{background:url(../images/html.png) left top no-repeat} UL.jqueryFileTree LI.ext_jar{background:url(../images/java.png) left top no-repeat} UL.jqueryFileTree LI.ext_jpeg,UL.jqueryFileTree LI.ext_jpg{background:url(../images/picture.png) left top no-repeat} UL.jqueryFileTree LI.ext_js{background:url(../images/script.png) left top no-repeat} UL.jqueryFileTree LI.ext_lasso{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_log{background:url(../images/txt.png) left top no-repeat} UL.jqueryFileTree LI.ext_m4p{background:url(../images/music.png) left top no-repeat} UL.jqueryFileTree LI.ext_mov{background:url(../images/film.png) left top no-repeat} UL.jqueryFileTree LI.ext_mp3{background:url(../images/music.png) left top no-repeat} UL.jqueryFileTree LI.ext_mp4,UL.jqueryFileTree LI.ext_mpeg,UL.jqueryFileTree LI.ext_mpg{background:url(../images/film.png) left top no-repeat} UL.jqueryFileTree LI.ext_ogg{background:url(../images/music.png) left top no-repeat} UL.jqueryFileTree LI.ext_ogv{background:url(../images/film.png) left top no-repeat} UL.jqueryFileTree LI.ext_pcx{background:url(../images/picture.png) left top no-repeat} UL.jqueryFileTree LI.ext_pdf{background:url(../images/pdf.png) left top no-repeat} UL.jqueryFileTree LI.ext_php{background:url(../images/php.png) left top no-repeat} UL.jqueryFileTree LI.ext_png{background:url(../images/picture.png) left top no-repeat} UL.jqueryFileTree LI.ext_ppt{background:url(../images/ppt.png) left top no-repeat} UL.jqueryFileTree LI.ext_psd{background:url(../images/psd.png) left top no-repeat} UL.jqueryFileTree LI.ext_pl,UL.jqueryFileTree LI.ext_py{background:url(../images/script.png) left top no-repeat} UL.jqueryFileTree LI.ext_rb,UL.jqueryFileTree LI.ext_rbx,UL.jqueryFileTree LI.ext_rhtml{background:url(../images/ruby.png) left top no-repeat} UL.jqueryFileTree LI.ext_rpm{background:url(../images/linux.png) left top no-repeat} UL.jqueryFileTree LI.ext_ruby{background:url(../images/ruby.png) left top no-repeat} UL.jqueryFileTree LI.ext_sql{background:url(../images/db.png) left top no-repeat} UL.jqueryFileTree LI.ext_swf{background:url(../images/flash.png) left top no-repeat} UL.jqueryFileTree LI.ext_tif,UL.jqueryFileTree LI.ext_tiff{background:url(../images/picture.png) left top no-repeat} UL.jqueryFileTree LI.ext_txt{background:url(../images/txt.png) left top no-repeat} UL.jqueryFileTree LI.ext_vb{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_wav{background:url(../images/music.png) left top no-repeat} UL.jqueryFileTree LI.ext_webm,UL.jqueryFileTree LI.ext_wmv{background:url(../images/film.png) left top no-repeat} UL.jqueryFileTree LI.ext_xls{background:url(../images/xls.png) left top no-repeat} UL.jqueryFileTree LI.ext_xml{background:url(../images/code.png) left top no-repeat} UL.jqueryFileTree LI.ext_zip{background:url(../images/zip.png) left top no-repeat} UL.jqueryFileTree A{color:#333;text-decoration:none;display:inline-block;padding:0 2px;cursor:pointer} UL.jqueryFileTree A:hover{background:#BDF}
 
assets/css/jquery-ui.css DELETED
@@ -1,1225 +0,0 @@
1
- /*! jQuery UI - v1.11.4 - 2015-03-11
2
- * http://jqueryui.com
3
- * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
4
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5
- * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
6
-
7
- /* Layout helpers
8
- ----------------------------------*/
9
- .ui-helper-hidden {
10
- display: none;
11
- }
12
- .ui-helper-hidden-accessible {
13
- border: 0;
14
- clip: rect(0 0 0 0);
15
- height: 1px;
16
- margin: -1px;
17
- overflow: hidden;
18
- padding: 0;
19
- position: absolute;
20
- width: 1px;
21
- }
22
- .ui-helper-reset {
23
- margin: 0;
24
- padding: 0;
25
- border: 0;
26
- outline: 0;
27
- line-height: 1.3;
28
- text-decoration: none;
29
- font-size: 100%;
30
- list-style: none;
31
- }
32
- .ui-helper-clearfix:before,
33
- .ui-helper-clearfix:after {
34
- content: "";
35
- display: table;
36
- border-collapse: collapse;
37
- }
38
- .ui-helper-clearfix:after {
39
- clear: both;
40
- }
41
- .ui-helper-clearfix {
42
- min-height: 0; /* support: IE7 */
43
- }
44
- .ui-helper-zfix {
45
- width: 100%;
46
- height: 100%;
47
- top: 0;
48
- left: 0;
49
- position: absolute;
50
- opacity: 0;
51
- filter:Alpha(Opacity=0); /* support: IE8 */
52
- }
53
-
54
- .ui-front {
55
- z-index: 100;
56
- }
57
-
58
-
59
- /* Interaction Cues
60
- ----------------------------------*/
61
- .ui-state-disabled {
62
- cursor: default !important;
63
- }
64
-
65
-
66
- /* Icons
67
- ----------------------------------*/
68
-
69
- /* states and images */
70
- .ui-icon {
71
- display: block;
72
- text-indent: -99999px;
73
- overflow: hidden;
74
- background-repeat: no-repeat;
75
- }
76
-
77
-
78
- /* Misc visuals
79
- ----------------------------------*/
80
-
81
- /* Overlays */
82
- .ui-widget-overlay {
83
- position: fixed;
84
- top: 0;
85
- left: 0;
86
- width: 100%;
87
- height: 100%;
88
- }
89
- .ui-accordion .ui-accordion-header {
90
- display: block;
91
- cursor: pointer;
92
- position: relative;
93
- margin: 2px 0 0 0;
94
- padding: .5em .5em .5em .7em;
95
- min-height: 0; /* support: IE7 */
96
- font-size: 100%;
97
- }
98
- .ui-accordion .ui-accordion-icons {
99
- padding-left: 2.2em;
100
- }
101
- .ui-accordion .ui-accordion-icons .ui-accordion-icons {
102
- padding-left: 2.2em;
103
- }
104
- .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
105
- position: absolute;
106
- left: .5em;
107
- top: 50%;
108
- margin-top: -8px;
109
- }
110
- .ui-accordion .ui-accordion-content {
111
- padding: 1em 2.2em;
112
- border-top: 0;
113
- overflow: auto;
114
- }
115
- .ui-autocomplete {
116
- position: absolute;
117
- top: 0;
118
- left: 0;
119
- cursor: default;
120
- }
121
- .ui-button {
122
- display: inline-block;
123
- position: relative;
124
- padding: 0;
125
- line-height: normal;
126
- margin-right: .1em;
127
- cursor: pointer;
128
- vertical-align: middle;
129
- text-align: center;
130
- overflow: visible; /* removes extra width in IE */
131
- }
132
- .ui-button,
133
- .ui-button:link,
134
- .ui-button:visited,
135
- .ui-button:hover,
136
- .ui-button:active {
137
- text-decoration: none;
138
- }
139
- /* to make room for the icon, a width needs to be set here */
140
- .ui-button-icon-only {
141
- width: 2.2em;
142
- }
143
- /* button elements seem to need a little more width */
144
- button.ui-button-icon-only {
145
- width: 2.4em;
146
- }
147
- .ui-button-icons-only {
148
- width: 3.4em;
149
- }
150
- button.ui-button-icons-only {
151
- width: 3.7em;
152
- }
153
-
154
- /* button text element */
155
- .ui-button .ui-button-text {
156
- display: block;
157
- line-height: normal;
158
- }
159
- .ui-button-text-only .ui-button-text {
160
- padding: .4em 1em;
161
- }
162
- .ui-button-icon-only .ui-button-text,
163
- .ui-button-icons-only .ui-button-text {
164
- padding: .4em;
165
- text-indent: -9999999px;
166
- }
167
- .ui-button-text-icon-primary .ui-button-text,
168
- .ui-button-text-icons .ui-button-text {
169
- padding: .4em 1em .4em 2.1em;
170
- }
171
- .ui-button-text-icon-secondary .ui-button-text,
172
- .ui-button-text-icons .ui-button-text {
173
- padding: .4em 2.1em .4em 1em;
174
- }
175
- .ui-button-text-icons .ui-button-text {
176
- padding-left: 2.1em;
177
- padding-right: 2.1em;
178
- }
179
- /* no icon support for input elements, provide padding by default */
180
- input.ui-button {
181
- padding: .4em 1em;
182
- }
183
-
184
- /* button icon element(s) */
185
- .ui-button-icon-only .ui-icon,
186
- .ui-button-text-icon-primary .ui-icon,
187
- .ui-button-text-icon-secondary .ui-icon,
188
- .ui-button-text-icons .ui-icon,
189
- .ui-button-icons-only .ui-icon {
190
- position: absolute;
191
- top: 50%;
192
- margin-top: -8px;
193
- }
194
- .ui-button-icon-only .ui-icon {
195
- left: 50%;
196
- margin-left: -8px;
197
- }
198
- .ui-button-text-icon-primary .ui-button-icon-primary,
199
- .ui-button-text-icons .ui-button-icon-primary,
200
- .ui-button-icons-only .ui-button-icon-primary {
201
- left: .5em;
202
- }
203
- .ui-button-text-icon-secondary .ui-button-icon-secondary,
204
- .ui-button-text-icons .ui-button-icon-secondary,
205
- .ui-button-icons-only .ui-button-icon-secondary {
206
- right: .5em;
207
- }
208
-
209
- /* button sets */
210
- .ui-buttonset {
211
- margin-right: 7px;
212
- }
213
- .ui-buttonset .ui-button {
214
- margin-left: 0;
215
- margin-right: -.3em;
216
- }
217
-
218
- /* workarounds */
219
- /* reset extra padding in Firefox, see h5bp.com/l */
220
- input.ui-button::-moz-focus-inner,
221
- button.ui-button::-moz-focus-inner {
222
- border: 0;
223
- padding: 0;
224
- }
225
- .ui-datepicker {
226
- width: 17em;
227
- padding: .2em .2em 0;
228
- display: none;
229
- }
230
- .ui-datepicker .ui-datepicker-header {
231
- position: relative;
232
- padding: .2em 0;
233
- }
234
- .ui-datepicker .ui-datepicker-prev,
235
- .ui-datepicker .ui-datepicker-next {
236
- position: absolute;
237
- top: 2px;
238
- width: 1.8em;
239
- height: 1.8em;
240
- }
241
- .ui-datepicker .ui-datepicker-prev-hover,
242
- .ui-datepicker .ui-datepicker-next-hover {
243
- top: 1px;
244
- }
245
- .ui-datepicker .ui-datepicker-prev {
246
- left: 2px;
247
- }
248
- .ui-datepicker .ui-datepicker-next {
249
- right: 2px;
250
- }
251
- .ui-datepicker .ui-datepicker-prev-hover {
252
- left: 1px;
253
- }
254
- .ui-datepicker .ui-datepicker-next-hover {
255
- right: 1px;
256
- }
257
- .ui-datepicker .ui-datepicker-prev span,
258
- .ui-datepicker .ui-datepicker-next span {
259
- display: block;
260
- position: absolute;
261
- left: 50%;
262
- margin-left: -8px;
263
- top: 50%;
264
- margin-top: -8px;
265
- }
266
- .ui-datepicker .ui-datepicker-title {
267
- margin: 0 2.3em;
268
- line-height: 1.8em;
269
- text-align: center;
270
- }
271
- .ui-datepicker .ui-datepicker-title select {
272
- font-size: 1em;
273
- margin: 1px 0;
274
- }
275
- .ui-datepicker select.ui-datepicker-month,
276
- .ui-datepicker select.ui-datepicker-year {
277
- width: 45%;
278
- }
279
- .ui-datepicker table {
280
- width: 100%;
281
- font-size: .9em;
282
- border-collapse: collapse;
283
- margin: 0 0 .4em;
284
- }
285
- .ui-datepicker th {
286
- padding: .7em .3em;
287
- text-align: center;
288
- font-weight: bold;
289
- border: 0;
290
- }
291
- .ui-datepicker td {
292
- border: 0;
293
- padding: 1px;
294
- }
295
- .ui-datepicker td span,
296
- .ui-datepicker td a {
297
- display: block;
298
- padding: .2em;
299
- text-align: right;
300
- text-decoration: none;
301
- }
302
- .ui-datepicker .ui-datepicker-buttonpane {
303
- background-image: none;
304
- margin: .7em 0 0 0;
305
- padding: 0 .2em;
306
- border-left: 0;
307
- border-right: 0;
308
- border-bottom: 0;
309
- }
310
- .ui-datepicker .ui-datepicker-buttonpane button {
311
- float: right;
312
- margin: .5em .2em .4em;
313
- cursor: pointer;
314
- padding: .2em .6em .3em .6em;
315
- width: auto;
316
- overflow: visible;
317
- }
318
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
319
- float: left;
320
- }
321
-
322
- /* with multiple calendars */
323
- .ui-datepicker.ui-datepicker-multi {
324
- width: auto;
325
- }
326
- .ui-datepicker-multi .ui-datepicker-group {
327
- float: left;
328
- }
329
- .ui-datepicker-multi .ui-datepicker-group table {
330
- width: 95%;
331
- margin: 0 auto .4em;
332
- }
333
- .ui-datepicker-multi-2 .ui-datepicker-group {
334
- width: 50%;
335
- }
336
- .ui-datepicker-multi-3 .ui-datepicker-group {
337
- width: 33.3%;
338
- }
339
- .ui-datepicker-multi-4 .ui-datepicker-group {
340
- width: 25%;
341
- }
342
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
343
- .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
344
- border-left-width: 0;
345
- }
346
- .ui-datepicker-multi .ui-datepicker-buttonpane {
347
- clear: left;
348
- }
349
- .ui-datepicker-row-break {
350
- clear: both;
351
- width: 100%;
352
- font-size: 0;
353
- }
354
-
355
- /* RTL support */
356
- .ui-datepicker-rtl {
357
- direction: rtl;
358
- }
359
- .ui-datepicker-rtl .ui-datepicker-prev {
360
- right: 2px;
361
- left: auto;
362
- }
363
- .ui-datepicker-rtl .ui-datepicker-next {
364
- left: 2px;
365
- right: auto;
366
- }
367
- .ui-datepicker-rtl .ui-datepicker-prev:hover {
368
- right: 1px;
369
- left: auto;
370
- }
371
- .ui-datepicker-rtl .ui-datepicker-next:hover {
372
- left: 1px;
373
- right: auto;
374
- }
375
- .ui-datepicker-rtl .ui-datepicker-buttonpane {
376
- clear: right;
377
- }
378
- .ui-datepicker-rtl .ui-datepicker-buttonpane button {
379
- float: left;
380
- }
381
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
382
- .ui-datepicker-rtl .ui-datepicker-group {
383
- float: right;
384
- }
385
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
386
- .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
387
- border-right-width: 0;
388
- border-left-width: 1px;
389
- }
390
- .ui-dialog {
391
- overflow: hidden;
392
- position: absolute;
393
- top: 0;
394
- left: 0;
395
- padding: .2em;
396
- outline: 0;
397
- }
398
- .ui-dialog .ui-dialog-titlebar {
399
- padding: .4em 1em;
400
- position: relative;
401
- }
402
- .ui-dialog .ui-dialog-title {
403
- float: left;
404
- margin: .1em 0;
405
- white-space: nowrap;
406
- width: 90%;
407
- overflow: hidden;
408
- text-overflow: ellipsis;
409
- }
410
- .ui-dialog .ui-dialog-titlebar-close {
411
- position: absolute;
412
- right: .3em;
413
- top: 50%;
414
- width: 20px;
415
- margin: -10px 0 0 0;
416
- padding: 1px;
417
- height: 20px;
418
- }
419
- .ui-dialog .ui-dialog-content {
420
- position: relative;
421
- border: 0;
422
- padding: .5em 1em;
423
- background: none;
424
- overflow: auto;
425
- }
426
- .ui-dialog .ui-dialog-buttonpane {
427
- text-align: left;
428
- border-width: 1px 0 0 0;
429
- background-image: none;
430
- margin-top: .5em;
431
- padding: .3em 1em .5em .4em;
432
- }
433
- .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
434
- float: right;
435
- }
436
- .ui-dialog .ui-dialog-buttonpane button {
437
- margin: .5em .4em .5em 0;
438
- cursor: pointer;
439
- }
440
- .ui-dialog .ui-resizable-se {
441
- width: 12px;
442
- height: 12px;
443
- right: -5px;
444
- bottom: -5px;
445
- background-position: 16px 16px;
446
- }
447
- .ui-draggable .ui-dialog-titlebar {
448
- cursor: move;
449
- }
450
- .ui-draggable-handle {
451
- -ms-touch-action: none;
452
- touch-action: none;
453
- }
454
- .ui-menu {
455
- list-style: none;
456
- padding: 0;
457
- margin: 0;
458
- display: block;
459
- outline: none;
460
- }
461
- .ui-menu .ui-menu {
462
- position: absolute;
463
- }
464
- .ui-menu .ui-menu-item {
465
- position: relative;
466
- margin: 0;
467
- padding: 3px 1em 3px .4em;
468
- cursor: pointer;
469
- min-height: 0; /* support: IE7 */
470
- /* support: IE10, see #8844 */
471
- list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
472
- }
473
- .ui-menu .ui-menu-divider {
474
- margin: 5px 0;
475
- height: 0;
476
- font-size: 0;
477
- line-height: 0;
478
- border-width: 1px 0 0 0;
479
- }
480
- .ui-menu .ui-state-focus,
481
- .ui-menu .ui-state-active {
482
- margin: -1px;
483
- }
484
-
485
- /* icon support */
486
- .ui-menu-icons {
487
- position: relative;
488
- }
489
- .ui-menu-icons .ui-menu-item {
490
- padding-left: 2em;
491
- }
492
-
493
- /* left-aligned */
494
- .ui-menu .ui-icon {
495
- position: absolute;
496
- top: 0;
497
- bottom: 0;
498
- left: .2em;
499
- margin: auto 0;
500
- }
501
-
502
- /* right-aligned */
503
- .ui-menu .ui-menu-icon {
504
- left: auto;
505
- right: 0;
506
- }
507
- .ui-progressbar {
508
- height: 2em;
509
- text-align: left;
510
- overflow: hidden;
511
- }
512
- .ui-progressbar .ui-progressbar-value {
513
- margin: -1px;
514
- height: 100%;
515
- }
516
- .ui-progressbar .ui-progressbar-overlay {
517
- background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
518
- height: 100%;
519
- filter: alpha(opacity=25); /* support: IE8 */
520
- opacity: 0.25;
521
- }
522
- .ui-progressbar-indeterminate .ui-progressbar-value {
523
- background-image: none;
524
- }
525
- .ui-resizable {
526
- position: relative;
527
- }
528
- .ui-resizable-handle {
529
- position: absolute;
530
- font-size: 0.1px;
531
- display: block;
532
- -ms-touch-action: none;
533
- touch-action: none;
534
- }
535
- .ui-resizable-disabled .ui-resizable-handle,
536
- .ui-resizable-autohide .ui-resizable-handle {
537
- display: none;
538
- }
539
- .ui-resizable-n {
540
- cursor: n-resize;
541
- height: 7px;
542
- width: 100%;
543
- top: -5px;
544
- left: 0;
545
- }
546
- .ui-resizable-s {
547
- cursor: s-resize;
548
- height: 7px;
549
- width: 100%;
550
- bottom: -5px;
551
- left: 0;
552
- }
553
- .ui-resizable-e {
554
- cursor: e-resize;
555
- width: 7px;
556
- right: -5px;
557
- top: 0;
558
- height: 100%;
559
- }
560
- .ui-resizable-w {
561
- cursor: w-resize;
562
- width: 7px;
563
- left: -5px;
564
- top: 0;
565
- height: 100%;
566
- }
567
- .ui-resizable-se {
568
- cursor: se-resize;
569
- width: 12px;
570
- height: 12px;
571
- right: 1px;
572
- bottom: 1px;
573
- }
574
- .ui-resizable-sw {
575
- cursor: sw-resize;
576
- width: 9px;
577
- height: 9px;
578
- left: -5px;
579
- bottom: -5px;
580
- }
581
- .ui-resizable-nw {
582
- cursor: nw-resize;
583
- width: 9px;
584
- height: 9px;
585
- left: -5px;
586
- top: -5px;
587
- }
588
- .ui-resizable-ne {
589
- cursor: ne-resize;
590
- width: 9px;
591
- height: 9px;
592
- right: -5px;
593
- top: -5px;
594
- }
595
- .ui-selectable {
596
- -ms-touch-action: none;
597
- touch-action: none;
598
- }
599
- .ui-selectable-helper {
600
- position: absolute;
601
- z-index: 100;
602
- border: 1px dotted black;
603
- }
604
- .ui-selectmenu-menu {
605
- padding: 0;
606
- margin: 0;
607
- position: absolute;
608
- top: 0;
609
- left: 0;
610
- display: none;
611
- }
612
- .ui-selectmenu-menu .ui-menu {
613
- overflow: auto;
614
- /* Support: IE7 */
615
- overflow-x: hidden;
616
- padding-bottom: 1px;
617
- }
618
- .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
619
- font-size: 1em;
620
- font-weight: bold;
621
- line-height: 1.5;
622
- padding: 2px 0.4em;
623
- margin: 0.5em 0 0 0;
624
- height: auto;
625
- border: 0;
626
- }
627
- .ui-selectmenu-open {
628
- display: block;
629
- }
630
- .ui-selectmenu-button {
631
- display: inline-block;
632
- overflow: hidden;
633
- position: relative;
634
- text-decoration: none;
635
- cursor: pointer;
636
- }
637
- .ui-selectmenu-button span.ui-icon {
638
- right: 0.5em;
639
- left: auto;
640
- margin-top: -8px;
641
- position: absolute;
642
- top: 50%;
643
- }
644
- .ui-selectmenu-button span.ui-selectmenu-text {
645
- text-align: left;
646
- padding: 0.4em 2.1em 0.4em 1em;
647
- display: block;
648
- line-height: 1.4;
649
- overflow: hidden;
650
- text-overflow: ellipsis;
651
- white-space: nowrap;
652
- }
653
- .ui-slider {
654
- position: relative;
655
- text-align: left;
656
- }
657
- .ui-slider .ui-slider-handle {
658
- position: absolute;
659
- z-index: 2;
660
- width: 1.2em;
661
- height: 1.2em;
662
- cursor: default;
663
- -ms-touch-action: none;
664
- touch-action: none;
665
- }
666
- .ui-slider .ui-slider-range {
667
- position: absolute;
668
- z-index: 1;
669
- font-size: .7em;
670
- display: block;
671
- border: 0;
672
- background-position: 0 0;
673
- }
674
-
675
- /* support: IE8 - See #6727 */
676
- .ui-slider.ui-state-disabled .ui-slider-handle,
677
- .ui-slider.ui-state-disabled .ui-slider-range {
678
- filter: inherit;
679
- }
680
-
681
- .ui-slider-horizontal {
682
- height: .8em;
683
- }
684
- .ui-slider-horizontal .ui-slider-handle {
685
- top: -.3em;
686
- margin-left: -.6em;
687
- }
688
- .ui-slider-horizontal .ui-slider-range {
689
- top: 0;
690
- height: 100%;
691
- }
692
- .ui-slider-horizontal .ui-slider-range-min {
693
- left: 0;
694
- }
695
- .ui-slider-horizontal .ui-slider-range-max {
696
- right: 0;
697
- }
698
-
699
- .ui-slider-vertical {
700
- width: .8em;
701
- height: 100px;
702
- }
703
- .ui-slider-vertical .ui-slider-handle {
704
- left: -.3em;
705
- margin-left: 0;
706
- margin-bottom: -.6em;
707
- }
708
- .ui-slider-vertical .ui-slider-range {
709
- left: 0;
710
- width: 100%;
711
- }
712
- .ui-slider-vertical .ui-slider-range-min {
713
- bottom: 0;
714
- }
715
- .ui-slider-vertical .ui-slider-range-max {
716
- top: 0;
717
- }
718
- .ui-sortable-handle {
719
- -ms-touch-action: none;
720
- touch-action: none;
721
- }
722
- .ui-spinner {
723
- position: relative;
724
- display: inline-block;
725
- overflow: hidden;
726
- padding: 0;
727
- vertical-align: middle;
728
- }
729
- .ui-spinner-input {
730
- border: none;
731
- background: none;
732
- color: inherit;
733
- padding: 0;
734
- margin: .2em 0;
735
- vertical-align: middle;
736
- margin-left: .4em;
737
- margin-right: 22px;
738
- }
739
- .ui-spinner-button {
740
- width: 16px;
741
- height: 50%;
742
- font-size: .5em;
743
- padding: 0;
744
- margin: 0;
745
- text-align: center;
746
- position: absolute;
747
- cursor: default;
748
- display: block;
749
- overflow: hidden;
750
- right: 0;
751
- }
752
- /* more specificity required here to override default borders */
753
- .ui-spinner a.ui-spinner-button {
754
- border-top: none;
755
- border-bottom: none;
756
- border-right: none;
757
- }
758
- /* vertically center icon */
759
- .ui-spinner .ui-icon {
760
- position: absolute;
761
- margin-top: -8px;
762
- top: 50%;
763
- left: 0;
764
- }
765
- .ui-spinner-up {
766
- top: 0;
767
- }
768
- .ui-spinner-down {
769
- bottom: 0;
770
- }
771
-
772
- /* TR overrides */
773
- .ui-spinner .ui-icon-triangle-1-s {
774
- /* need to fix icons sprite */
775
- background-position: -65px -16px;
776
- }
777
- .ui-tabs {
778
- position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
779
- padding: .2em;
780
- }
781
- .ui-tabs .ui-tabs-nav {
782
- margin: 0;
783
- padding: .2em .2em 0;
784
- }
785
- .ui-tabs .ui-tabs-nav li {
786
- list-style: none;
787
- float: left;
788
- position: relative;
789
- top: 0;
790
- margin: 1px .2em 0 0;
791
- border-bottom-width: 0;
792
- padding: 0;
793
- white-space: nowrap;
794
- }
795
- .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
796
- float: left;
797
- padding: .5em 1em;
798
- text-decoration: none;
799
- }
800
- .ui-tabs .ui-tabs-nav li.ui-tabs-active {
801
- margin-bottom: -1px;
802
- padding-bottom: 1px;
803
- }
804
- .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
805
- .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
806
- .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
807
- cursor: text;
808
- }
809
- .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
810
- cursor: pointer;
811
- }
812
- .ui-tabs .ui-tabs-panel {
813
- display: block;
814
- border-width: 0;
815
- padding: 1em 1.4em;
816
- background: none;
817
- }
818
- .ui-tooltip {
819
- padding: 8px;
820
- position: absolute;
821
- z-index: 9999;
822
- max-width: 300px;
823
- -webkit-box-shadow: 0 0 5px #aaa;
824
- box-shadow: 0 0 5px #aaa;
825
- }
826
- body .ui-tooltip {
827
- border-width: 2px;
828
- }
829
-
830
- /* Component containers
831
- ----------------------------------*/
832
- .ui-widget {
833
- font-family: Verdana,Arial,sans-serif;
834
- font-size: 1.1em;
835
- }
836
- .ui-widget .ui-widget {
837
- font-size: 1em;
838
- }
839
- .ui-widget input,
840
- .ui-widget select,
841
- .ui-widget textarea,
842
- .ui-widget button {
843
- font-family: Verdana,Arial,sans-serif;
844
- font-size: 1em;
845
- }
846
- .ui-widget-content {
847
- border: 1px solid #aaaaaa;
848
- background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
849
- color: #222222;
850
- }
851
- .ui-widget-content a {
852
- color: #222222;
853
- }
854
- .ui-widget-header {
855
- border: 1px solid #aaaaaa;
856
- background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
857
- color: #222222;
858
- font-weight: bold;
859
- }
860
- .ui-widget-header a {
861
- color: #222222;
862
- }
863
-
864
- /* Interaction states
865
- ----------------------------------*/
866
- .ui-state-default,
867
- .ui-widget-content .ui-state-default,
868
- .ui-widget-header .ui-state-default {
869
- border: 1px solid #d3d3d3;
870
- background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
871
- font-weight: normal;
872
- color: #555555;
873
- }
874
- .ui-state-default a,
875
- .ui-state-default a:link,
876
- .ui-state-default a:visited {
877
- color: #555555;
878
- text-decoration: none;
879
- }
880
- .ui-state-hover,
881
- .ui-widget-content .ui-state-hover,
882
- .ui-widget-header .ui-state-hover,
883
- .ui-state-focus,
884
- .ui-widget-content .ui-state-focus,
885
- .ui-widget-header .ui-state-focus {
886
- border: 1px solid #999999;
887
- background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
888
- font-weight: normal;
889
- color: #212121;
890
- }
891
- .ui-state-hover a,
892
- .ui-state-hover a:hover,
893
- .ui-state-hover a:link,
894
- .ui-state-hover a:visited,
895
- .ui-state-focus a,
896
- .ui-state-focus a:hover,
897
- .ui-state-focus a:link,
898
- .ui-state-focus a:visited {
899
- color: #212121;
900
- text-decoration: none;
901
- }
902
- .ui-state-active,
903
- .ui-widget-content .ui-state-active,
904
- .ui-widget-header .ui-state-active {
905
- border: 1px solid #aaaaaa;
906
- background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
907
- font-weight: normal;
908
- color: #212121;
909
- }
910
- .ui-state-active a,
911
- .ui-state-active a:link,
912
- .ui-state-active a:visited {
913
- color: #212121;
914
- text-decoration: none;
915
- }
916
-
917
- /* Interaction Cues
918
- ----------------------------------*/
919
- .ui-state-highlight,
920
- .ui-widget-content .ui-state-highlight,
921
- .ui-widget-header .ui-state-highlight {
922
- border: 1px solid #fcefa1;
923
- background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
924
- color: #363636;
925
- }
926
- .ui-state-highlight a,
927
- .ui-widget-content .ui-state-highlight a,
928
- .ui-widget-header .ui-state-highlight a {
929
- color: #363636;
930
- }
931
- .ui-state-error,
932
- .ui-widget-content .ui-state-error,
933
- .ui-widget-header .ui-state-error {
934
- border: 1px solid #cd0a0a;
935
- background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
936
- color: #cd0a0a;
937
- }
938
- .ui-state-error a,
939
- .ui-widget-content .ui-state-error a,
940
- .ui-widget-header .ui-state-error a {
941
- color: #cd0a0a;
942
- }
943
- .ui-state-error-text,
944
- .ui-widget-content .ui-state-error-text,
945
- .ui-widget-header .ui-state-error-text {
946
- color: #cd0a0a;
947
- }
948
- .ui-priority-primary,
949
- .ui-widget-content .ui-priority-primary,
950
- .ui-widget-header .ui-priority-primary {
951
- font-weight: bold;
952
- }
953
- .ui-priority-secondary,
954
- .ui-widget-content .ui-priority-secondary,
955
- .ui-widget-header .ui-priority-secondary {
956
- opacity: .7;
957
- filter:Alpha(Opacity=70); /* support: IE8 */
958
- font-weight: normal;
959
- }
960
- .ui-state-disabled,
961
- .ui-widget-content .ui-state-disabled,
962
- .ui-widget-header .ui-state-disabled {
963
- opacity: .35;
964
- filter:Alpha(Opacity=35); /* support: IE8 */
965
- background-image: none;
966
- }
967
- .ui-state-disabled .ui-icon {
968
- filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
969
- }
970
-
971
- /* Icons
972
- ----------------------------------*/
973
-
974
- /* states and images */
975
- .ui-icon {
976
- width: 16px;
977
- height: 16px;
978
- }
979
- .ui-icon,
980
- .ui-widget-content .ui-icon {
981
- background-image: url("images/ui-icons_222222_256x240.png");
982
- }
983
- .ui-widget-header .ui-icon {
984
- background-image: url("images/ui-icons_222222_256x240.png");
985
- }
986
- .ui-state-default .ui-icon {
987
- background-image: url("images/ui-icons_888888_256x240.png");
988
- }
989
- .ui-state-hover .ui-icon,
990
- .ui-state-focus .ui-icon {
991
- background-image: url("images/ui-icons_454545_256x240.png");
992
- }
993
- .ui-state-active .ui-icon {
994
- background-image: url("images/ui-icons_454545_256x240.png");
995
- }
996
- .ui-state-highlight .ui-icon {
997
- background-image: url("images/ui-icons_2e83ff_256x240.png");
998
- }
999
- .ui-state-error .ui-icon,
1000
- .ui-state-error-text .ui-icon {
1001
- background-image: url("images/ui-icons_cd0a0a_256x240.png");
1002
- }
1003
-
1004
- /* positioning */
1005
- .ui-icon-blank { background-position: 16px 16px; }
1006
- .ui-icon-carat-1-n { background-position: 0 0; }
1007
- .ui-icon-carat-1-ne { background-position: -16px 0; }
1008
- .ui-icon-carat-1-e { background-position: -32px 0; }
1009
- .ui-icon-carat-1-se { background-position: -48px 0; }
1010
- .ui-icon-carat-1-s { background-position: -64px 0; }
1011
- .ui-icon-carat-1-sw { background-position: -80px 0; }
1012
- .ui-icon-carat-1-w { background-position: -96px 0; }
1013
- .ui-icon-carat-1-nw { background-position: -112px 0; }
1014
- .ui-icon-carat-2-n-s { background-position: -128px 0; }
1015
- .ui-icon-carat-2-e-w { background-position: -144px 0; }
1016
- .ui-icon-triangle-1-n { background-position: 0 -16px; }
1017
- .ui-icon-triangle-1-ne { background-position: -16px -16px; }
1018
- .ui-icon-triangle-1-e { background-position: -32px -16px; }
1019
- .ui-icon-triangle-1-se { background-position: -48px -16px; }
1020
- .ui-icon-triangle-1-s { background-position: -64px -16px; }
1021
- .ui-icon-triangle-1-sw { background-position: -80px -16px; }
1022
- .ui-icon-triangle-1-w { background-position: -96px -16px; }
1023
- .ui-icon-triangle-1-nw { background-position: -112px -16px; }
1024
- .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1025
- .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1026
- .ui-icon-arrow-1-n { background-position: 0 -32px; }
1027
- .ui-icon-arrow-1-ne { background-position: -16px -32px; }
1028
- .ui-icon-arrow-1-e { background-position: -32px -32px; }
1029
- .ui-icon-arrow-1-se { background-position: -48px -32px; }
1030
- .ui-icon-arrow-1-s { background-position: -64px -32px; }
1031
- .ui-icon-arrow-1-sw { background-position: -80px -32px; }
1032
- .ui-icon-arrow-1-w { background-position: -96px -32px; }
1033
- .ui-icon-arrow-1-nw { background-position: -112px -32px; }
1034
- .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1035
- .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1036
- .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1037
- .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1038
- .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1039
- .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1040
- .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1041
- .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1042
- .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1043
- .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1044
- .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1045
- .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1046
- .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1047
- .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1048
- .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1049
- .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1050
- .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1051
- .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1052
- .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1053
- .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1054
- .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1055
- .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1056
- .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1057
- .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1058
- .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1059
- .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1060
- .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1061
- .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1062
- .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1063
- .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1064
- .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1065
- .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1066
- .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1067
- .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1068
- .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1069
- .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1070
- .ui-icon-arrow-4 { background-position: 0 -80px; }
1071
- .ui-icon-arrow-4-diag { background-position: -16px -80px; }
1072
- .ui-icon-extlink { background-position: -32px -80px; }
1073
- .ui-icon-newwin { background-position: -48px -80px; }
1074
- .ui-icon-refresh { background-position: -64px -80px; }
1075
- .ui-icon-shuffle { background-position: -80px -80px; }
1076
- .ui-icon-transfer-e-w { background-position: -96px -80px; }
1077
- .ui-icon-transferthick-e-w { background-position: -112px -80px; }
1078
- .ui-icon-folder-collapsed { background-position: 0 -96px; }
1079
- .ui-icon-folder-open { background-position: -16px -96px; }
1080
- .ui-icon-document { background-position: -32px -96px; }
1081
- .ui-icon-document-b { background-position: -48px -96px; }
1082
- .ui-icon-note { background-position: -64px -96px; }
1083
- .ui-icon-mail-closed { background-position: -80px -96px; }
1084
- .ui-icon-mail-open { background-position: -96px -96px; }
1085
- .ui-icon-suitcase { background-position: -112px -96px; }
1086
- .ui-icon-comment { background-position: -128px -96px; }
1087
- .ui-icon-person { background-position: -144px -96px; }
1088
- .ui-icon-print { background-position: -160px -96px; }
1089
- .ui-icon-trash { background-position: -176px -96px; }
1090
- .ui-icon-locked { background-position: -192px -96px; }
1091
- .ui-icon-unlocked { background-position: -208px -96px; }
1092
- .ui-icon-bookmark { background-position: -224px -96px; }
1093
- .ui-icon-tag { background-position: -240px -96px; }
1094
- .ui-icon-home { background-position: 0 -112px; }
1095
- .ui-icon-flag { background-position: -16px -112px; }
1096
- .ui-icon-calendar { background-position: -32px -112px; }
1097
- .ui-icon-cart { background-position: -48px -112px; }
1098
- .ui-icon-pencil { background-position: -64px -112px; }
1099
- .ui-icon-clock { background-position: -80px -112px; }
1100
- .ui-icon-disk { background-position: -96px -112px; }
1101
- .ui-icon-calculator { background-position: -112px -112px; }
1102
- .ui-icon-zoomin { background-position: -128px -112px; }
1103
- .ui-icon-zoomout { background-position: -144px -112px; }
1104
- .ui-icon-search { background-position: -160px -112px; }
1105
- .ui-icon-wrench { background-position: -176px -112px; }
1106
- .ui-icon-gear { background-position: -192px -112px; }
1107
- .ui-icon-heart { background-position: -208px -112px; }
1108
- .ui-icon-star { background-position: -224px -112px; }
1109
- .ui-icon-link { background-position: -240px -112px; }
1110
- .ui-icon-cancel { background-position: 0 -128px; }
1111
- .ui-icon-plus { background-position: -16px -128px; }
1112
- .ui-icon-plusthick { background-position: -32px -128px; }
1113
- .ui-icon-minus { background-position: -48px -128px; }
1114
- .ui-icon-minusthick { background-position: -64px -128px; }
1115
- .ui-icon-close { background-position: -80px -128px; }
1116
- .ui-icon-closethick { background-position: -96px -128px; }
1117
- .ui-icon-key { background-position: -112px -128px; }
1118
- .ui-icon-lightbulb { background-position: -128px -128px; }
1119
- .ui-icon-scissors { background-position: -144px -128px; }
1120
- .ui-icon-clipboard { background-position: -160px -128px; }
1121
- .ui-icon-copy { background-position: -176px -128px; }
1122
- .ui-icon-contact { background-position: -192px -128px; }
1123
- .ui-icon-image { background-position: -208px -128px; }
1124
- .ui-icon-video { background-position: -224px -128px; }
1125
- .ui-icon-script { background-position: -240px -128px; }
1126
- .ui-icon-alert { background-position: 0 -144px; }
1127
- .ui-icon-info { background-position: -16px -144px; }
1128
- .ui-icon-notice { background-position: -32px -144px; }
1129
- .ui-icon-help { background-position: -48px -144px; }
1130
- .ui-icon-check { background-position: -64px -144px; }
1131
- .ui-icon-bullet { background-position: -80px -144px; }
1132
- .ui-icon-radio-on { background-position: -96px -144px; }
1133
- .ui-icon-radio-off { background-position: -112px -144px; }
1134
- .ui-icon-pin-w { background-position: -128px -144px; }
1135
- .ui-icon-pin-s { background-position: -144px -144px; }
1136
- .ui-icon-play { background-position: 0 -160px; }
1137
- .ui-icon-pause { background-position: -16px -160px; }
1138
- .ui-icon-seek-next { background-position: -32px -160px; }
1139
- .ui-icon-seek-prev { background-position: -48px -160px; }
1140
- .ui-icon-seek-end { background-position: -64px -160px; }
1141
- .ui-icon-seek-start { background-position: -80px -160px; }
1142
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1143
- .ui-icon-seek-first { background-position: -80px -160px; }
1144
- .ui-icon-stop { background-position: -96px -160px; }
1145
- .ui-icon-eject { background-position: -112px -160px; }
1146
- .ui-icon-volume-off { background-position: -128px -160px; }
1147
- .ui-icon-volume-on { background-position: -144px -160px; }
1148
- .ui-icon-power { background-position: 0 -176px; }
1149
- .ui-icon-signal-diag { background-position: -16px -176px; }
1150
- .ui-icon-signal { background-position: -32px -176px; }
1151
- .ui-icon-battery-0 { background-position: -48px -176px; }
1152
- .ui-icon-battery-1 { background-position: -64px -176px; }
1153
- .ui-icon-battery-2 { background-position: -80px -176px; }
1154
- .ui-icon-battery-3 { background-position: -96px -176px; }
1155
- .ui-icon-circle-plus { background-position: 0 -192px; }
1156
- .ui-icon-circle-minus { background-position: -16px -192px; }
1157
- .ui-icon-circle-close { background-position: -32px -192px; }
1158
- .ui-icon-circle-triangle-e { background-position: -48px -192px; }
1159
- .ui-icon-circle-triangle-s { background-position: -64px -192px; }
1160
- .ui-icon-circle-triangle-w { background-position: -80px -192px; }
1161
- .ui-icon-circle-triangle-n { background-position: -96px -192px; }
1162
- .ui-icon-circle-arrow-e { background-position: -112px -192px; }
1163
- .ui-icon-circle-arrow-s { background-position: -128px -192px; }
1164
- .ui-icon-circle-arrow-w { background-position: -144px -192px; }
1165
- .ui-icon-circle-arrow-n { background-position: -160px -192px; }
1166
- .ui-icon-circle-zoomin { background-position: -176px -192px; }
1167
- .ui-icon-circle-zoomout { background-position: -192px -192px; }
1168
- .ui-icon-circle-check { background-position: -208px -192px; }
1169
- .ui-icon-circlesmall-plus { background-position: 0 -208px; }
1170
- .ui-icon-circlesmall-minus { background-position: -16px -208px; }
1171
- .ui-icon-circlesmall-close { background-position: -32px -208px; }
1172
- .ui-icon-squaresmall-plus { background-position: -48px -208px; }
1173
- .ui-icon-squaresmall-minus { background-position: -64px -208px; }
1174
- .ui-icon-squaresmall-close { background-position: -80px -208px; }
1175
- .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1176
- .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1177
- .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1178
- .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1179
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1180
- .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1181
-
1182
-
1183
- /* Misc visuals
1184
- ----------------------------------*/
1185
-
1186
- /* Corner radius */
1187
- .ui-corner-all,
1188
- .ui-corner-top,
1189
- .ui-corner-left,
1190
- .ui-corner-tl {
1191
- border-top-left-radius: 4px;
1192
- }
1193
- .ui-corner-all,
1194
- .ui-corner-top,
1195
- .ui-corner-right,
1196
- .ui-corner-tr {
1197
- border-top-right-radius: 4px;
1198
- }
1199
- .ui-corner-all,
1200
- .ui-corner-bottom,
1201
- .ui-corner-left,
1202
- .ui-corner-bl {
1203
- border-bottom-left-radius: 4px;
1204
- }
1205
- .ui-corner-all,
1206
- .ui-corner-bottom,
1207
- .ui-corner-right,
1208
- .ui-corner-br {
1209
- border-bottom-right-radius: 4px;
1210
- }
1211
-
1212
- /* Overlays */
1213
- .ui-widget-overlay {
1214
- background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
1215
- opacity: .3;
1216
- filter: Alpha(Opacity=30); /* support: IE8 */
1217
- }
1218
- .ui-widget-shadow {
1219
- margin: -8px 0 0 -8px;
1220
- padding: 8px;
1221
- background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
1222
- opacity: .3;
1223
- filter: Alpha(Opacity=30); /* support: IE8 */
1224
- border-radius: 8px;
1225
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/notice.css DELETED
@@ -1,182 +0,0 @@
1
- /**
2
- * CSS styles used Admin notice
3
- */
4
-
5
- .wrap .smush-notice.notice {
6
- padding: 0;
7
- margin: 5px 0 10px;
8
- border: 1px solid #E5E5E5;
9
- background: #FFF;
10
- overflow: hidden;
11
- -webkit-border-radius: 6px;
12
- border-radius: 6px;
13
- -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
14
- box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
15
- position: relative;
16
- z-index: 1;
17
- min-height: 80px;
18
- display: table; /* The magic ingredient! */
19
- font: 13px "Open Sans", sans-serif;
20
- }
21
-
22
- .wrap .smush-notice.notice.loading:before {
23
- content: attr(data-message);
24
- position: absolute;
25
- left: 0;
26
- right: 0;
27
- top: 0;
28
- bottom: 0;
29
- background-color: rgba(255, 255, 255, 0.7);
30
- z-index: 5;
31
- text-align: center;
32
- line-height: 80px;
33
- font-size: 22px;
34
- font-weight: bold;
35
- }
36
-
37
- .smush-notice > div {
38
- display: table-cell; /* The magic ingredient! */
39
- vertical-align: middle;
40
- cursor: default;
41
- line-height: 1.5;
42
- }
43
-
44
- .smush-notice.notice.loading > div {
45
- -webkit-filter: blur(2px);
46
- -moz-filter: blur(2px);
47
- -o-filter: blur(2px);
48
- -ms-filter: blur(2px);
49
- filter: blur(2px);
50
- }
51
-
52
- .smush-notice-logo {
53
- background-color: #0B2F3F;
54
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAABNGlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGBSSSwoyGESYGDIzSspCnJ3UoiIjFJgv8/AwcDNIMYgyKCWmFxc4BgQ4MOAE3y7xsAIoi/rgszCrQ4r4EpJLU4G0n+AOC65oKiEgYExBshWLi8pALEbgGyRpGwwewqIXQR0IJC9AsROh7D3gNVA2BfAakKCnIHsJ0C2QxISOx2JDbUXBJiTjUh0NRGgJLWiBEQ75xdUFmWmZ5QoOAJDJ1XBMy9ZT0fByMDQlIEBFNYQ1YgwRIgxiwGxMQMD0xKEWP4iBgaLr0DxCQixpJkMDNtbGRgkbiHEVBYwMPC3MDBsO59cWlQGdZIUEJ9mPMmczDqJI5v7m4C9aKC0ieJHzQlGEtaT3FgDy2PfZhdUsXZunFWzJnN/7eXDLw3+/wcAZQZcDK/8PeoAAAAJcEhZcwAACxMAAAsTAQCanBgAAAQkaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzI8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj44MDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+ODA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA4LTExVDIyOjA4OjU5PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMy4yPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgrYxXXjAAAONElEQVR4Ae1be3AV1Rn/zu595HETCIEkYEIIbwg+OlF5WYva6iAjApXIoJ2Kdvrw0fpC/yhaxlYtgjg+pjM6Yzv1wdjQ1lYqjsVKxAe+BRUV5A0JJIQk5J3cu3v6+/ZmL/fe7N7cu7kBnNnDhN09e77vfOe333e+73znXCK3OEJgzpw5HkeELpGLgIuAi4CLgIuAi4CLgIuAi4CLgIuAi4CLwHccAXGmyT/x6Y+Hh/JGZeleoRBl9IrXRUpQ6p6m2o5dvzi/4UyS+bQDOPalPRN14a0Q5KnQFTlJ6PoUCJUtSQohw1BJQ0rjqV0qytcKiZ1Sl58oUn6yd0nxrtMJ6GkBsGzd3kKp+K8kj3o1acGLhFDyhQfZIV3Dn05SSmLBevEz7g2QBGoVKKaikgwFud1xUr3vkNT+LYKejfuWFtadajBPKYBjquqLpNCuF1LeqAiaQgBEaqEwcCmPPAymUAE8ANclfS2F+meRJV7YP6/gaMrsHBKcEgDHb5T+YHvdT4TU74QCTeHRSi3oUGRrMqF6iT+ILuXXQqhr1ezC53dfKbqtW6evdtABHPti/QTdH3oEc9sCwRoH0xvMwkDi8+CfeCVE6orDlUVfDGZ/6mAyL/nHsfkkgs+pQp2Fuc6hqaYoodRBIDFNeibhcy0YsmR58x1TA9urq6vNKTVFhombD4oGVjz9tLdp6Ly7IfH9QhEZg611dkPk+ZGnR10oDweo6YEdleU9dm2d1qcdwPKVVb72KbMfQAxyL0tveFan0qWDjr02KZgbxeqA0rwi3SAy97SW9imz7kIIfA+xKXFYcroLwiIIQorQl7cpefdTVVVap620Ajj6X8eugqT3sdFwPHfGFJYF1qBIurdUvXhZOuVKmwmP/fuhCZomXlMVMe50zXn9ASMUD3RRNpLHO2//j4ve7699Mu/TooHFaw9l6qQ+ono8Zyx4DIbUQ/DO6jBMLY+OrWockgxA/bVJC4BqqXcpVhdXy+Cgx639jaff9zIYxCyjzNKVrl/12ziJBgM24TF/2VdE2d5qRYhJyZguB2PsnHlZm2rnWMA4oovHQahYS0ulTvUrl+5eMPKr+PepPA9YA2VWxvWKogI8rGkTFA2DbwvqvIojnyqIn9tDxho2ARX8Z2+7IG6YjsFvC+kE0oQfgOm60MjqI0lNIyQvCoM9+p0JO0/ipRX/JMjCTcY9t7tAy8jYgsSALYDcQRfQGupT6cbJOXR5cRbl+xU60qHRhgMd9MLuFmOgDE58CQEFOCVaOj6H5pdmUUm2hxq7dfpfTSc9u7OFGro0ymRQowjN/vweQT+fPIRe2tNKTaDpw54zOkSNIdU/4/A1Bd9GsUjpdkAnjDRf5jysbydJzT7A7wZ4o3O89Oz3R9DUPF9EuFFZHqoY7qe5o7PoxrfqqaVHIy/AMguDl+lVQFdAFxWZiVWiUVlE08BnbkkW3bSlnva2BCmjF0SmZq0ele2lJ2fl09nDfPT8ty0my9grYlTF6x/m0bRFeLEq9mXyT85NeDECUoUWcoIgRgWi+mYz8gCUx2cOjwEvqglNH+GnR6fnGyYZrUmwUnrogvwY8KLpJg7x0lOzR0ADFWM64Hf8saYX+OnlHxXS7MIMQ/Ojafrcc3wo9MrxT7yf2+ddkhWOARy3eE4Z4oJZRj7PprNODOiq0gBdCJCiS1OPTifwZxY264uhZWzqXPh6fkEGLSzNNpsY19agpOYounOhYYvKsqkDaJumOx80pYHkDIvDGqFrZ/cUjT4npqMUHhwDqMngBZxJTrTiYOW8ovik+YXgAR78rJku+U8t3QCz/d3HjVSLuZAtd25JNrHZMhDsMC4blWnU81gY1sd3nKAfbDhM12+uozu2NtCuE+G02BUwZdZyA3oQ97Da9xbmlXCAkEd4/V5FarNMmlSvCfknYgaRK4w0vI398jAywH1cLhKdveXdo1306BdNdLQjRPkZKpXh3bLN9bQb81gZ5kkPEGc6nvCLAyeXrHtag7Tm8yaADY1Bmxkwz1vePkZb67po8lAvZcFhnITN7C18NaaY2Kq4J1AqnslxlUk/OgNw5UpFCs/ERNrHErDw2ACKCMPeEGOlTPz330PtdOlZmbT8vKF0FzSKNUftdZVM58WfWRrhbTloyfQotPVoJxVmeuix2cPpvg+P05F2jXysgXYImkzsrpzwkLK8eO17mXZNEtU7AvCs4XPzSAanJpNtiR4XmyoXviASo0NtIfohQKzI9yPcaIsJSaLpVONDGKQG8RFoInviJRNy6EmYdgZ/FafFSDSESqi4ZJgTFo4A9BdgwpIy4Pyzh0E0h/2zqbn02fHuyByYaCBMY36I6wBgXadmxIZRCpuIvM87/lACYTWR/9RpoK4hz4yOo7Wkj2QpVHBMOANel72pVTGBjn/HQfQlcDa8wrHSBDu6WD7YP5GUpas+R6GMVb+x/K2eMk56VqvXTupmwTFEOdAYFuy97T4Wh0h+ngNjKMIPHNzY8Yw0hwlDe7N93S2jI3Up3DgDMIUOkm1amKkaXtiqfW2HTkHEhlYaVRLwYg5ULAFs6tawMuFstBXX9NQ5BLBrwL3zmKIHZjhgm4F+1tCFlUpYxwy6qN7Zf1jDR/RJQze125h3hAX2TMC6XfpzD0bqUrhxBCAf9OHh2Iw36e6j6a1MkBnxauYtxI9ZWLJZFaazouW61w93Ghkc65nV5AYXQrJT03psFs1mO+urtVTWbSO13fUI4oRo48ljMAoP3hz0i9+20kiYd8Bnp2exEph+aMuRTmpDgqIYGZxE8yCPAP1pPgrZZ0Riu4h5cgRgTcNrTaR6vuJDPukqhhYZ/3FcS1SAlcpuLNfWIz5cNjHXSBRY9cUkvdZNGlDnFQ575Ye3NdNNk3MTgmfwYyWAMvhYKRwURwDSypU4giJ3GSelHHTKJOxXe3MHBodsOALkCgCUjowKEgtIS93yzjG6ryKPirJU6ul1IgZgUX1m8yQIELj9JCzr2BndUF1PS8YGjExOR3QnUXSRW1YCRf3ym1umN0bqUrhxBiA6EDifF85COzNjThgcaj+Zxa7I99F1SJx6MKmzx10HzXsIaa6LijKNtXIPrxh6CydjzcKA/aZ8iJE7zEb+cB1M/mY83zAph2qxzGtlJ5JIRN54D2nbeCI0eaZyTS7vY8FRzfB+pHV1HxcKZ2RODsiiaaQqPuv89pEuuhaawoXfPT4zn24tzzWcEychzHFX13ZGRsdJ182Y324DSCYwv542hBYircVpsHBSItzlppoO6gCAOQDWskBzsREW1HwZb1q+T6LShnP/lHu6q/cJVXnPOJ/Xf3OkqIg2wSvyupYLJ0I3Hm6nT7GEiy4TANz4KPC2N3bTqwfbjfbczg+gP6zvojdqO6LJjHQ/05rLYk79Pwdt5Gy1XREwX+jnTrWl5nO7Nv3VOwaQKis1HLp9WfIRDnsZjczLYZjq0s1HjfQ6Z2K4sPZ0Y966HZmYvUhXWRWmu/29BkOzTG1jasZk+QeNtC0OfJNHC77Wbe820KHWkJGpMev7XHEUDgC8vn/Z95r7vEuyYkBudNhV99TqqjYfm9XDrVJbnGYag+zw3RjsdgS18abE5liPZMDGgx3YD1GoEGtiLpx1fgV1d77P4IaMLE30eDhv2II2G9CG59JCOBnWbN6tewMbTtzfVmhptjf8saJpI/dGAK13gOye5vWP1UTqU7xJ0ENynErX19yNzZHV0gijYudhZs6my7UI4yLzWDxnBoEz9XnYrRuChq09EhkW3mSimI2maDrmDQVGoK1TrlelYaDjoPsY6Fgr2NQTFeHD2lvXqsbs2HVd9cpLTnqzREQW7xL3YkEQXzWmChvrEhvrivXGOoOXbCcc8GoI6rBJb5hpfF92z0yHuArRTJJ07HmF0oZvdvmByuKtdnyTqQengZX9lWVH8dODNZCfR9CHWd+aPk0iFTzPsVn3ozyR9uYN0/G+SLJ0woPtVUV5ZqDgcf8DBpCZaFJ7EUqwwRCMK87gIjxe0kOhbaqe88d0iJmKgiTsb9w/G6dpoc5NWLEWJdrqTMhksF/yaQRF6UACetH+awpfT0d3adFAFmTPomFfSo/6WykUbJ2ljW06xhjmYcx7CLyk+H26wGPGaR3phaEtf8WEvsoAkAU+U4ohCw40CbE6m5rWplOstJmwKVR51Q5fGw39gyL15UbgErWGNduc0msEPGV1TvmoFTvKhaO0lZ3MaVcTPgUfoOYV2Gl4CAquJ7vUsxNwIPW8VOMgSlM8q3Io/eCxbANaidgN7tj6P2knxIy38s4uq0GybiZOMGRZrVTs6NNRzxEBfu/Zgajy/uFNIx/c/lNhvV4cYGdpN+F4eUqr6mYKEVrDx2oJPyyUSWZu4vkk/QyTNUIVSZ9Kqa44sLjgtaRpHTQcdABZpjEvNw0lrfuXQtNuFx610DgKnG4g4fmFF1oX0tpwKvMZRQms2rMop94BJimRnBIATYlGrztQDnO+A1m4BZif8vHrzfDPXc2cvNkw2StWPsY8x8FxMNiONeCrqh56Ys+1pe8my2Kg7U4pgKawZVU1k7DuWwgvvRggTsMRM5+RlA0f9AknHQxQeSXNBWIyWMYt/mfPykFxqAdpB7ETNZvA62/7Kks+QhOTiFsPejFkGvRebDrgk6HdI0efq4aCl+HHL+cht1iOn0sE8OcBMJlIDuCEJWJf7Nvy1iOcQgh/bTiXuINCwW2az/umqGv44uDN5zTZdDHo1acVwPjRTX7qg/zuvBGBYCDgVRVfrmgNH7eQObkHNV20eNuOB/1Nx9q+uXX68Xha99lFwEXARcBFwEXARcBFwEXARcBFwEXARcBFwEXAReA7gcD/ATWUF/aWa8NWAAAAAElFTkSuQmCC);
55
- background-repeat: no-repeat;
56
- background-position: 50% 50%;
57
- }
58
-
59
- .smush-notice-logo span {
60
- display: block;
61
- width: 80px;
62
- }
63
-
64
- .smush-notice-message {
65
- color: #23282D;
66
- font-size: 13px;
67
- font-weight: normal;
68
- line-height: 20px;
69
- padding: 10px 20px;
70
- -webkit-font-smoothing: antialiased;
71
- width: 100%;
72
- }
73
-
74
- .smush-notice-cta {
75
- border-left: 1px solid #E5E5E5;
76
- background: #F8F8F8;
77
- padding: 0 30px;
78
- position: relative;
79
- white-space: nowrap;
80
- }
81
-
82
- .wp-core-ui .smush-notice-cta button,
83
- .wp-core-ui .smush-notice-cta .button-primary:active {
84
- vertical-align: middle;
85
- }
86
-
87
- .wp-core-ui .smush-notice-cta input[type="email"] {
88
- vertical-align: middle;
89
- line-height: 20px;
90
- margin: 0;
91
- min-width: 50px;
92
- max-width: 320px;
93
- text-align: center;
94
- padding-left: 0;
95
- padding-right: 0;
96
- }
97
-
98
- .smush-notice-dismiss {
99
- background: transparent;
100
- border: 0;
101
- cursor: pointer;
102
- color: #C5C5C5;
103
- -webkit-font-smoothing: antialiased;
104
- }
105
-
106
- .smush-notice-dismiss:hover {
107
- color: #666;
108
- }
109
-
110
- @media only all and (max-width: 1200px) {
111
- .smush-notice-dismiss {
112
- display: block;
113
- margin: 0 auto;
114
- line-height: 18px;
115
- padding-top: 8px;
116
- padding-bottom: 2px;
117
- }
118
- }
119
-
120
- @media only all and (max-width: 1000px) {
121
- .wrap .smush-notice.notice {
122
- display: block;
123
- font-size: 13px;
124
- }
125
-
126
- .smush-notice > .smush-notice-logo {
127
- float: left;
128
- display: inline-block;
129
- height: 80px;
130
- margin: 10px;
131
- border-radius: 4px;
132
- }
133
-
134
- .smush-notice > .smush-notice-message {
135
- width: auto;
136
- display: block;
137
- padding: 10px;
138
- min-height: 80px;
139
- }
140
-
141
- .smush-notice > .smush-notice-cta {
142
- display: block;
143
- border-top: 1px solid #E5E5E5;
144
- border-left: 0;
145
- text-align: center;
146
- white-space: normal;
147
- line-height: 30px;
148
- padding: 10px 20px;
149
- }
150
-
151
- .wp-core-ui .smush-notice > .smush-notice-cta > input[type="email"],
152
- .smush-notice > .smush-notice-cta > button {
153
- font-size: 14px;
154
- }
155
-
156
- .smush-notice > .smush-notice-cta > .smush-notice-dismiss {
157
- display: inline-block;
158
- float: none;
159
- line-height: 26px;
160
- padding-top: 0;
161
- padding-bottom: 0;
162
- font-size: 13px;
163
- }
164
- }
165
-
166
- @media only all and (max-width: 500px) {
167
- .wp-core-ui .smush-notice > .smush-notice-cta > input[type="email"],
168
- .smush-notice > .smush-notice-cta > button {
169
- display: block;
170
- width: 100% !important;
171
- max-width: none;
172
- margin-bottom: 4px;
173
- font-size: 16px;
174
- height: 34px;
175
- }
176
-
177
- .smush-notice > .smush-notice-cta > .smush-notice-dismiss {
178
- margin-top: 5px;
179
- font-size: 14px;
180
- height: 23px;
181
- }
182
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/wp-smushit-admin.css DELETED
@@ -1,3026 +0,0 @@
1
- /*
2
- Smush button transformation
3
- */
4
-
5
- .button.wp-smush-finished.disabled, .button.wp-smush-finished:disabled, .button.wp-smush-finished[disabled] {
6
- color: #fff !important;
7
- background: #00cf21 !important;
8
- border-color: #619f6b !important;
9
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 207, 33, .5), 0 1px 0 rgba(0, 0, 0, .15) !important;
10
- box-shadow: inset 0 1px 0 rgba(0, 207, 33, .5), 0 1px 0 rgba(0, 0, 0, .15) !important;
11
- }
12
-
13
- .media-lib-wp-smush-el {
14
- position: absolute;
15
- display: block;
16
- width: 90%;
17
- height: 90%;
18
- left: 5%;
19
- top: 5%;
20
- background: transparent;
21
- }
22
-
23
- .media-lib-wp-smush-el.is_smushed {
24
- background: rgba(255, 255, 255, 0.5);
25
- }
26
-
27
- .media-lib-wp-smush-el .spinner {
28
- display: block;
29
- }
30
-
31
- .media-lib-wp-smush-button {
32
- margin-bottom: 5% !important;
33
- }
34
-
35
- .has-smush-button:hover .media-lib-wp-smush-el {
36
- display: block;
37
- }
38
-
39
- .column-smushit .wp-smush-action {
40
- font-size: 11px;
41
- }
42
-
43
- .column-smushit .wp-smush-loader {
44
- margin: 10px;
45
- float: left;
46
- }
47
-
48
- /** Installation/Upgrade message **/
49
- .wpmud.wp-smush-updated {
50
- margin: 50px 20px 0 2px;
51
- }
52
-
53
- .wp-smush-install-image > img, .wp-smush-image-wrap > img {
54
- float: left;
55
- }
56
-
57
- .wpmud .wp-smush-install-welcome {
58
- display: inline-block;
59
- margin: 10px 0 30px 250px;
60
- max-width: 68%;
61
- }
62
-
63
- .wpmud .wp-smush-install-content {
64
- margin-top: 24px;
65
- }
66
-
67
- .wpmud .wp-smush-install-welcome .button {
68
- margin-top: 18px;
69
- }
70
-
71
- /** Settings Page **/
72
-
73
- .wpmud hr {
74
- background-color: #EEEEEE;
75
- border: 0 none;
76
- height: 1px;
77
- }
78
-
79
- .wpmud .wp-smush-setting-row {
80
- margin: 32px 0 0 0;
81
- border-bottom: 1px solid #E6E6E6;
82
- overflow: hidden;
83
- padding-bottom: 32px;
84
- padding-top: 0;
85
- }
86
-
87
- .wpmud .toggle, .wpmud .toggle .toggle-label {
88
- width: 40px;
89
- height: 18px;
90
- }
91
-
92
- .smush-settings-wrapper span.toggle.float-l,
93
- .wp-smush-premium span.toggle.float-l {
94
- margin-right: 10px;
95
- }
96
-
97
- .wpmud .toggle .toggle-label:after {
98
- width: 16px;
99
- height: 16px;
100
- position: absolute;
101
- top: 50%;
102
- margin-top: -8px;
103
- }
104
-
105
- .wpmud .toggle .toggle-checkbox {
106
- display: inline-block;
107
- height: 1px;
108
- margin-left: -20px;
109
- margin-right: 0;
110
- opacity: 0;
111
- width: 1px;
112
- }
113
-
114
- .wpmud .toggle .toggle-checkbox:focus {
115
- border: none;
116
-
117
- }
118
-
119
- .wpmud .toggle .toggle-checkbox:checked + .toggle-label:after {
120
- margin-left: 23px;
121
- }
122
-
123
- .wpmud .toggle .toggle-checkbox:checked + .toggle-label:before {
124
- left: 23px;
125
- }
126
-
127
- .wpmud .toggle .toggle-checkbox:checked + .toggle-label {
128
- background: #17A8E3;
129
- }
130
-
131
- .wpmud .toggle .toggle-label:before {
132
- background: #AAAAAA;
133
- }
134
-
135
- .wpmud .wp-smushit-container-wrap {
136
- display: inline-block;
137
- margin-top: 10px;
138
- }
139
-
140
- .wpmud .row .col-half.wp-smushit-container-right {
141
- padding-right: 0;
142
- }
143
-
144
- .wpmud .bulk-smush-wrapper.wp-smush-container:not(.wp-smush-pro-install) {
145
- padding-bottom: 0;
146
- }
147
-
148
- .wpmud .wp-smush-pro.smush-settings-wrapper {
149
- padding-bottom: 24px;
150
- width: 100%;
151
- }
152
-
153
- .smush-settings-wrapper .column-right-content,
154
- .wp-smush-premium .column-right-content {
155
- display: inline-block;
156
- min-width: 30%;
157
- max-width: 94%;
158
- flex: 1;
159
- -webkit-flex: 1;
160
- -ms-flex: 1;
161
- }
162
-
163
- .wp-smush-setting-row .dashicons-info.smush-original {
164
- top: 2px;
165
- position: relative;
166
- color: gray;
167
- }
168
-
169
- .wpmud .wp-smush-submit-wrap {
170
- display: block;
171
- margin-top: 30px;
172
- overflow: hidden;
173
- padding-top: 0;
174
- }
175
-
176
- .wp-smush-submit-wrap .spinner {
177
- float: right;
178
- margin: 10px 1em 0;
179
- }
180
-
181
- .smush-submit-note {
182
- color: #9B9B9B;
183
- float: left;
184
- font-family: 'Roboto', sans-serif;
185
- font-size: 13px;
186
- line-height: 22px;
187
- margin-top: 10px;
188
- }
189
-
190
- input#wp-smush-save-settings {
191
- background: #17A8E3;
192
- float: right;
193
- margin: 0;
194
- }
195
-
196
- input#wp-smush-save-settings:hover,
197
- input#wp-smush-save-settings:focus {
198
- background: #0A9BD6;
199
- }
200
-
201
- .wp-smush-welcome #wp-smush-save-settings {
202
- float: right;
203
- }
204
-
205
- .media-lib-wp-smush-icon {
206
- position: absolute;
207
- left: -10%;
208
- bottom: -3%;
209
- display: none;
210
- }
211
-
212
- .is_smushed .media-lib-wp-smush-icon {
213
- display: block;
214
- cursor: auto;
215
- }
216
-
217
- .active:hover .media-lib-wp-smush-icon {
218
- display: block;
219
- }
220
-
221
- .active:hover .media-lib-wp-smush-icon:hover:before {
222
- color: #0074a2;
223
- }
224
-
225
- .active .media-lib-wp-smush-icon {
226
- cursor: pointer;
227
- }
228
-
229
- .media-lib-wp-smush-icon.active {
230
- display: block;
231
- color: #0074a2;
232
- }
233
-
234
- .media-lib-wp-smush-icon:before {
235
- font-size: 30px;
236
- }
237
-
238
- .media-lib-wp-smush-icon.spinner {
239
- left: -7%;
240
- bottom: -7%;
241
- }
242
-
243
- .media-lib-wp-smush-icon.spinner:before {
244
- content: "";
245
- }
246
-
247
- .wp-smush-setting-row.disabled label, .wp-smush-setting-row.disabled input {
248
- color: gray;
249
- cursor: default;
250
- }
251
-
252
- /** Grid view button **/
253
- /*.smush-wrap {*/
254
- /*margin-left: 14%;*/
255
- /*max-width: 60%;*/
256
- /*}*/
257
-
258
- .currently-smushing .smush-status {
259
- color: #0074a2;
260
- }
261
-
262
- .smush-wrap #wp-smush-send {
263
- display: none;
264
- }
265
-
266
- .smush-wrap.unsmushed #wp-smush-send {
267
- display: block;
268
- margin-top: 15px;
269
- }
270
-
271
- .smush-status.fail {
272
- color: #dd3d36;
273
- }
274
-
275
- .smush-status.success {
276
- color: #0074a2;
277
- }
278
-
279
- .smush-status.error {
280
- color: red;
281
- }
282
-
283
- .smush_attachment_detail_loader {
284
- float: left;
285
- }
286
-
287
- .compat-field-wp_smush {
288
- margin-top: 10px;
289
- }
290
-
291
- .attachment-info .smush-status {
292
- margin: 1px 0 0;
293
- padding: 0;
294
- line-height: 29px;
295
- }
296
-
297
- #post-body-content .smush-status {
298
- margin: 4px 0;
299
- }
300
-
301
- .compat-field-wp_smush button.wp-smush-send {
302
- float: left;
303
- margin-bottom: 5px;
304
- }
305
-
306
- /** If we have button-primary class, this style will be loaded already **/
307
- .compat-field-wp_smush button:not(.button-primary) {
308
- background: #0085ba;
309
- border-color: #0073aa #006799 #006799;
310
- -webkit-box-shadow: 0 1px 0 #006799;
311
- box-shadow: 0 1px 0 #006799;
312
- color: #fff;
313
- text-decoration: none;
314
- text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
315
- margin-bottom: 10px;
316
- }
317
-
318
- .compat-field-wp_smush button:not( .button-primary ):hover {
319
- background: #008ec2;
320
- border-color: #006799;
321
- color: #fff;
322
- }
323
-
324
- .compat-field-wp_smush button:disabled:not( .button-primary ) {
325
- color: #66c6e4 !important;
326
- background: #008ec2 !important;
327
- border-color: #007cb2 !important;
328
- -webkit-box-shadow: none !important;
329
- box-shadow: none !important;
330
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
331
- cursor: default;
332
- }
333
-
334
- label.setting.smush-stats .smush-wrap,
335
- .compat-field-wp_smush .smush-wrap {
336
- margin: 0 0 5px 0;
337
- max-width: 100%;
338
- }
339
-
340
- .inactive {
341
- position: relative;
342
- }
343
-
344
- .inactive .wp-smush-setting-row {
345
- opacity: .75;
346
- }
347
-
348
- .inactive-anim {
349
- transition: opacity .3s;
350
- }
351
-
352
- .smush-stats-wrapper .row {
353
- padding: 8px 0;
354
- }
355
-
356
- .smush-stats-wrapper .row:first-child {
357
- padding-top: 0;
358
- }
359
-
360
- div#smush-avg-pro-savings {
361
- background: rgba(242, 242, 242, 0.5);;
362
- border-top: 1px solid #ddd;
363
- margin-top: 12px;
364
- padding: 14px 28px 12px 30px;
365
- }
366
-
367
- div#smush-avg-pro-savings:before, div#smush-avg-pro-savings:after {
368
- margin: 0 -10px;
369
- }
370
-
371
- div.row.smush-avg-pro-savings {
372
- padding-bottom: 8px;
373
- padding-top: 19px;
374
- }
375
-
376
- div.row.smush-avg-pro-savings span.wp-smush-stats-label strong, div.row.smush-avg-pro-savings span.wp-smush-stats {
377
- opacity: 0.5;
378
- }
379
-
380
- .wpmud .wp-smushit-container-right .smush-stats-wrapper .wp-smush-container-header {
381
- padding: 0 30px;
382
- }
383
-
384
- .smush-stats-wrapper td, .smush-stats-wrapper th {
385
- font-size: 11px;
386
- }
387
-
388
- .smush-stats-wrapper .smush-container-subheading .spinner {
389
- float: left;
390
- margin: 7px 8px 0;
391
- }
392
-
393
- .wpmud .smush-page-wrap .dev-box.smush-stats-wrapper .box-content {
394
- padding: 0 30px 15px;
395
- }
396
-
397
- .wp-smush-count-total {
398
- display: inline-block;
399
- float: left;
400
- line-height: 1;
401
- margin-top: 20px;
402
- overflow: hidden;
403
- text-align: left;
404
- width: 48%;
405
- }
406
-
407
- .wp-smush-stats-other {
408
- display: inline-block;
409
- text-align: left;
410
- width: 48%;
411
- }
412
-
413
- .wp-smush-stats-other .total-stats-label {
414
- font-size: 13px;
415
- }
416
-
417
- .wp-smush-stats-other .wp-smush-total-optimised {
418
- font-size: 15px;
419
- }
420
-
421
- .wp-smush-smush-stats-wrapper {
422
- color: #333;
423
- font-size: 40px;
424
- font-weight: normal;
425
- }
426
-
427
- .total-stats-label {
428
- color: #888;
429
- font-size: 15px;
430
- font-weight: normal;
431
- line-height: 22px;
432
- }
433
-
434
- .wpmud .smush-total-savings.smush-total-reduction-percent {
435
- margin-bottom: 18px;
436
- text-align: center;
437
- }
438
-
439
- table.wp-smush-stats-holder {
440
- border: 1px solid lightgray;
441
- border-collapse: collapse;
442
- width: 100%;
443
- }
444
-
445
- table.wp-smush-stats-holder th {
446
- background-color: #E4E4E4;
447
- }
448
-
449
- table.wp-smush-stats-holder td, table.wp-smush-stats-holder th,
450
- #ngg-listimages table.wp-smush-stats-holder td, #ngg-listimages table.wp-smush-stats-holder th {
451
- border: 1px solid #CECECE;
452
- }
453
-
454
- .attachment-details table.wp-smush-stats-holder td span {
455
- float: none;
456
- padding-top: 0;
457
- }
458
-
459
- #ngg-listimages .column-7 {
460
- width: 300px;
461
- }
462
-
463
- table.wp-smush-stats-holder tr:first-child th {
464
- border-top: 0;
465
- }
466
-
467
- table.wp-smush-stats-holder tr:last-child td {
468
- border-bottom: 0;
469
- }
470
-
471
- table.wp-smush-stats-holder tr td:first-child,
472
- table.wp-smush-stats-holder tr th:first-child {
473
- border-left: 0;
474
- }
475
-
476
- table.wp-smush-stats-holder tr td:last-child,
477
- table.wp-smush-stats-holder tr th:last-child {
478
- border-right: 0;
479
- }
480
-
481
- table.wp-smush-stats-holder tr td:first-child {
482
- text-align: right;
483
- }
484
-
485
- .smush-skipped.error {
486
- color: #C41921;
487
- }
488
-
489
- .smush-skipped .dashicons-editor-help {
490
- cursor: pointer;
491
- margin-top: -2px;
492
- }
493
-
494
- /*NextGen Gallery stats*/
495
- #ngg-listimages table.wp-smush-stats-holder {
496
- table-layout: fixed;
497
- }
498
-
499
- /** NextGen Gallery tr height, to show the progress bar properly for alternate rows **/
500
- .alternate.iedit {
501
- height: 120px;
502
- }
503
-
504
- /** Allows to click on button, otherwise row-actions from NextGen interferes **/
505
- .wp-smush-nextgen-send {
506
- position: relative;
507
- z-index: 2;
508
- }
509
-
510
- .iedit .wp-smush-action, .iedit .smush-stats-details {
511
- font-size: 11px;
512
- }
513
-
514
- /*Media Modal Styling*/
515
- label.setting.smush-stats .wp-smush-stats-holder tr,
516
- .compat-field-wp_smush .wp-smush-stats-holder tr {
517
- display: table-row;
518
- }
519
-
520
- label.setting.smush-stats .wp-smush-stats-holder td,
521
- .compat-field-wp_smush .wp-smush-stats-holder td {
522
- padding: 8px 10px;
523
- word-wrap: break-word;
524
- }
525
-
526
- label.setting.smush-stats a.wp-smush-action.wp-smush-title,
527
- div.smush-status-links a.wp-smush-action.wp-smush-title {
528
- display: inline-block;
529
- }
530
-
531
- label.setting.smush-stats a.wp-smush-action.wp-smush-title span.stats-toggle {
532
- float: none;
533
- margin-right: 0;
534
- }
535
-
536
- label.setting.smush-stats .wp-smush-stats-holder {
537
- padding: 2px 0;
538
- }
539
-
540
- label.setting.smush-stats .wp-smush-stats-holder th {
541
- padding-top: 5px;
542
- padding-right: 10px;
543
- text-align: center;
544
- }
545
-
546
- label.setting.smush-stats span.value,
547
- .media-sidebar td.smush-skipped span {
548
- padding-top: 0;
549
- }
550
-
551
- label.setting.smush-stats button {
552
- box-shadow: none;
553
- padding: 0 10px 1px;
554
- line-height: 26px;
555
- text-transform: none;
556
- }
557
-
558
- label.setting.smush-stats button.wp-smush-send span {
559
- color: #fff;
560
- padding-top: 6px;
561
- text-shadow: none;
562
- }
563
-
564
- .media-modal .media-sidebar label.setting.smush-stats button.wp-smush-send span {
565
- padding-top: 0;
566
- }
567
-
568
- label.setting.smush-stats button.wp-smush-send[disabled] span {
569
- color: #66c6e4;
570
- }
571
-
572
- label.setting.smush-stats div.wp-smush-progress span {
573
- color: #14485F;
574
- float: none;
575
- font-size: 12px;
576
- font-weight: bolder;
577
- line-height: 15px;
578
- min-height: 0;
579
- padding-top: 0;
580
- text-align: right;
581
- }
582
-
583
- .media-modal .media-sidebar label.setting.smush-stats div.wp-smush-progress span {
584
- margin-top: 0;
585
- padding-right: 0;
586
- text-align: center;
587
- }
588
-
589
- /** Help Tip **/
590
- .ui-tooltip-content {
591
- font-size: 12px;
592
- }
593
-
594
- /** Progress Bar **/
595
- .wp-smush-progress {
596
- width: 150px;
597
- height: 20px;
598
- background-color: #14485F;
599
- -webkit-border-radius: 2px;
600
- -moz-border-radius: 2px;
601
- border-radius: 2px;
602
- padding: 2px;
603
- box-sizing: border-box;
604
- text-align: left;
605
- clear: left;
606
- margin-top: 10px;
607
- }
608
-
609
- .wp-smush-progress span {
610
- color: #14485F;
611
- text-align: right;
612
- font-size: 12px;
613
- font-weight: bolder;
614
- line-height: 15px;
615
- box-sizing: border-box;
616
- padding-right: 22px;
617
- display: inline-block;
618
- height: 100%;
619
- width: 100%;
620
- border-radius: 1px;
621
- transition: width .4s ease-in-out;
622
- background-color: #FECF2F;
623
- background-size: 12px 10px;
624
- background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
625
- transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
626
- transparent 75%, transparent);
627
- vertical-align: top;
628
-
629
- }
630
-
631
- .wp-smush-progress.animate span {
632
- animation: animate-stripes 3s linear infinite;
633
- }
634
-
635
- @keyframes animate-stripes {
636
- 0% {
637
- background-position: 0 0;
638
- }
639
- 100% {
640
- background-position: 60px 0;
641
- }
642
- }
643
-
644
- /** Disabled Hyperlinks **/
645
- .smush-stats a[disabled] {
646
- cursor: default;
647
- color: grey;
648
- }
649
-
650
- .wp-smush-error {
651
- color: #ffb900;
652
- }
653
-
654
- .resmush-scan {
655
- vertical-align: middle;
656
- line-height: 28px;
657
- }
658
-
659
- /** Resmush Button **/
660
-
661
- #wp-smush-resmush {
662
- margin: 20px 0;
663
- }
664
-
665
- .wp-resmush-wrapper.notice {
666
- padding: 5px;
667
- max-width: 400px;
668
- }
669
-
670
- /** Bulk Smush Page UI - New UI Changes **/
671
- /** Font-Families **/
672
- .wpmud .roboto-regular {
673
- font-family: 'Roboto', sans-serif;
674
- font-weight: 400;
675
- }
676
-
677
- .wpmud .roboto-medium {
678
- font-family: 'Roboto', sans-serif;
679
- font-weight: 500;
680
- }
681
-
682
- .wpmud .roboto-condensed-regular {
683
- font-family: 'Roboto Condensed', sans-serif;
684
- }
685
-
686
- .wpmud .roboto-condensed-bold {
687
- font-family: 'Roboto Condensed', sans-serif;
688
- font-weight: 700;
689
- }
690
-
691
- /** End of Font Family Variations **/
692
-
693
- .wpmud #header .wp-smush-page-heading {
694
- color: #333;
695
- float: left;
696
- font-size: 30px;
697
- }
698
-
699
- .wp-smush-auto-message {
700
- color: #888888;
701
- float: right;
702
- font-size: 13px;
703
- letter-spacing: -0.015em;
704
- line-height: 1.7;
705
- margin: 1.2em auto;
706
- }
707
-
708
- .wp-smush-auto-disabled {
709
- color: #fd6265;
710
- }
711
-
712
- .wp-smush-auto-enabled {
713
- color: #2cb996;
714
- }
715
-
716
- .wp-smush-page-header {
717
- overflow: hidden;
718
- margin: 0 0 10px;
719
- width: 100%;
720
- }
721
-
722
- #wp-smush-invalid-member {
723
- border-radius: 5px;
724
- font-family: 'Roboto', sans-serif;
725
- font-size: 15px;
726
- -webkit-font-smoothing: antialiased;
727
- font-weight: 500;
728
- margin-bottom: 20px;
729
- overflow: hidden;
730
- padding: 15px 30px;
731
- position: relative;
732
- }
733
-
734
- #wp-smush-invalid-member.loading-notice:before {
735
- content: attr(data-message);
736
- position: absolute;
737
- left: 0;
738
- right: 0;
739
- top: 0;
740
- bottom: 0;
741
- background-color: rgba(255, 255, 255, 0.7);
742
- z-index: 5;
743
- text-align: center;
744
- line-height: 80px;
745
- font-size: 18px;
746
- }
747
-
748
- #wp-smush-invalid-member.loaded-notice:before {
749
- content: attr(data-message);
750
- position: absolute;
751
- left: 0;
752
- right: 0;
753
- top: 0;
754
- bottom: 0;
755
- background-color: rgba(255, 255, 255, 0.7);
756
- z-index: 5;
757
- text-align: center;
758
- line-height: 80px;
759
- font-size: 18px;
760
- }
761
-
762
- #wp-smush-invalid-member.loading-notice > div, #wp-smush-invalid-member.loaded-notice > div {
763
- -webkit-filter: blur(2px);
764
- -moz-filter: blur(2px);
765
- -o-filter: blur(2px);
766
- -ms-filter: blur(2px);
767
- filter: blur(2px);
768
- }
769
-
770
- #wp-smush-invalid-member a {
771
- color: #514a30;
772
- text-decoration: underline;
773
- }
774
-
775
- .wpmud .box-container {
776
- letter-spacing: -0.015em;
777
- }
778
-
779
- .wpmud .smush-page-wrap .dev-box {
780
- padding: 0;
781
- }
782
-
783
- .wpmud .smush-page-wrap .dev-box.bulk-smush-wrapper.wp-smush-pro-install {
784
- padding: 0 0 30px;
785
- }
786
-
787
- .wpmud .smush-page-wrap .dev-box .box-container,
788
- .wpmud .smush-page-wrap .dev-box .box-content {
789
- padding: 0 30px 30px;
790
- }
791
-
792
- .wpmud .smush-page-wrap .dev-box.bulk-smush-wrapper .box-container {
793
- padding: 0 30px;
794
- }
795
-
796
- .wpmud .smush-page-wrap .dev-box .box-title {
797
- height: 60px;
798
- margin: 0 0px 30px;
799
- }
800
-
801
- .wpmud .dev-box .wp-smush-container-header.box-title h3 {
802
- color: #333333;
803
- display: inline-block;
804
- font-size: 15px;
805
- line-height: 30px;
806
- margin-top: 18px;
807
- }
808
-
809
- .wpmud .smush-container-subheading {
810
- color: #888;
811
- display: inline-block;
812
- float: right;
813
- font-weight: normal;
814
- margin: 1.6em auto;
815
- max-width: 64%;
816
- }
817
-
818
- .smush-page-wrap .wp-smush-premium.dev-box .wp-smush-container-header {
819
- margin-bottom: 0;
820
- }
821
-
822
- .wp-smush-premium .smush-container-subheading {
823
- font-size: 12px;
824
- line-height: 1.4;
825
- margin: 1.9em 10px;
826
- vertical-align: top;
827
- }
828
-
829
- .wpmud .wp-smush-premium .smush-container-subheading:hover > a {
830
- background-color: #1ABC9C;
831
- color: #fff;
832
- }
833
-
834
- .wpmud .smush-page-wrap .wp-smush-premium .box-content {
835
- background: #f2f2f2;
836
- padding-top: 20px;
837
- }
838
-
839
- .wpmud .wp-smush-premium .smush-container-subheading a {
840
- border: solid 2px #1ABC9C;
841
- border-radius: 13px;
842
- color: #1ABC9C;
843
- padding: 4px 10px;
844
- }
845
-
846
- .wpmud .wp-smush-premium .smush-container-subheading a:hover {
847
- color: #fff;
848
- }
849
-
850
- .attachment-details .setting div.smush-status-links {
851
- float: none;
852
- text-align: left;
853
- margin-bottom: 15px;
854
- }
855
-
856
- div.attachment-details .setting div.smush-status-links.smush-status-links div.smush-stats-wrapper {
857
- margin-top: 15px;
858
- }
859
-
860
- .smush-stats-wrapper .smush-container-subheading {
861
- margin: 1.2em 0 0.9em;
862
- max-width: 90%;
863
- }
864
-
865
- .wpmud .smush-stats-wrapper .smush-container-subheading button.wp-smush-scan:not(.wph-button):not(#collapse-button) {
866
- background: transparent;
867
- border: 2px solid #888;
868
- -webkit-border-radius: 4px;
869
- -moz-border-radius: 4px;
870
- border-radius: 4px;
871
- color: #666;
872
- font-size: 12px;
873
- line-height: 16px;
874
- padding: 5px 16px 5px;
875
- }
876
-
877
- .wpmud .row .col-half.wp-smushit-container-left {
878
- padding-left: 0;
879
- }
880
-
881
- .wp-smush-premium .box-content {
882
- opacity: 0.5;
883
- pointer-events: none;
884
- }
885
-
886
- .wpmud .wp-smush-welcome-content .wp-smush-premium {
887
- box-shadow: none;
888
- margin-top: 30px;
889
- padding: 0
890
- }
891
-
892
- /**
893
- Quick Setup Dialog
894
- */
895
-
896
- .wp-smush-overlay.no-close {
897
- left: 0;
898
- max-width: none;
899
- margin: 0;
900
- top: 0;
901
- z-index: 9999;
902
- }
903
-
904
- .wp-smush-overlay {
905
- letter-spacing: -0.015em;
906
- font-family: Roboto, sans-serif;
907
- font-size: 15px;
908
- font-weight: 400;
909
- line-height: 30px;
910
- margin: 30px 10px 0 8px;
911
- -webkit-font-smoothing: antialiased !important;
912
- }
913
-
914
- .wpmud .dev-overlay.wp-smush-overlay .box .title {
915
- margin-top: -30px;
916
- }
917
-
918
- .wpmud .dev-overlay .back {
919
- background: rgba(51, 51, 51, 0.95);
920
- }
921
-
922
- .wpmud .dev-overlay .box-scroll {
923
- padding: 30px;
924
- }
925
-
926
- .wpmud .dev-overlay.small .box {
927
- display: block;
928
- position: relative;
929
- margin: 30px auto;
930
- width: 100%;
931
- left: 0;
932
- max-width: 600px;
933
- padding: 30px;
934
- }
935
-
936
- .wpmud .dev-overlay.wp-smush-get-pro .box {
937
- padding-bottom: 0;
938
- }
939
-
940
- .wpmud div.wp-smush-get-pro .title .button.smush-pro-link {
941
- padding: 7px 16px;
942
- font-size: 12px;
943
- line-height: 16px;
944
- font-family: "Roboto", sans-serif;
945
- letter-spacing: -0.1px;
946
- float: right;
947
- margin-right: 26px;
948
- }
949
-
950
- .wpmud div.wp-smush-get-pro.dev-overlay .title div.close {
951
- top: -2px;
952
- }
953
-
954
- .wpmud .dev-overlay.small.wp-smush-overlay .box:after {
955
- background: url(../images/smush-quicksetup.png) no-repeat 0 0;
956
- bottom: 0;
957
- content: "";
958
- display: block;
959
- height: 180px;
960
- margin: 0 auto;
961
- left: 0;
962
- position: absolute;
963
- right: 0;
964
- width: 248px;
965
- }
966
-
967
- .wpmud .dev-overlay.small.wp-smush-get-pro .box:after {
968
- background: url(../images/dev-team.png) no-repeat 0 0;
969
- background-position: center bottom;
970
- background-size: 90%;
971
- overflow: hidden;
972
- bottom: 0;
973
- content: '';
974
- display: block;
975
- height: 176px;
976
- margin-top: 30px;
977
- }
978
-
979
- .wpmud .dev-overlay .box .title {
980
- margin: -35px -30px 30px -30px;
981
- padding: 0 30px;
982
- }
983
-
984
- .wpmud .dev-overlay .box .title h3 {
985
- color: #333;
986
- font-size: 15px;
987
- }
988
-
989
- .wpmud .dev-overlay .box .content {
990
- padding-bottom: 180px;
991
- }
992
-
993
- .wpmud .wp-smush-get-pro.dev-overlay .box .content {
994
- padding-bottom: 0;
995
- }
996
-
997
- .wpmud .wp-smush-welcome-message {
998
- color: #444;
999
- padding-bottom: 30px;
1000
- }
1001
-
1002
- .wp-smush-overlay .end {
1003
- border-bottom: 1px solid #E6E6E6;
1004
- }
1005
-
1006
- div.smush-quick-setup-settings div.columns.last {
1007
- margin-top: 25px;
1008
- }
1009
-
1010
- div.smush-quick-setup-settings div.submit-button-wrap {
1011
- background: none;
1012
- overflow: hidden;
1013
- }
1014
-
1015
- .wpmud div.smush-quick-setup-settings div.submit-button-wrap button {
1016
- background-color: #00AEEF !important;
1017
- float: right;
1018
- }
1019
-
1020
- .wpmud div.smush-quick-setup-settings div.submit-button-wrap button:hover,
1021
- .wpmud div.smush-quick-setup-settings div.submit-button-wrap button:focus {
1022
- background-color: #0A9BD6 !important;
1023
- }
1024
-
1025
- div.smush-quick-setup-settings div.submit-button-wrap span.spinner {
1026
- margin-top: 11px;
1027
- }
1028
-
1029
- /**
1030
- Skip Button
1031
- */
1032
- .wpmud .box button.skip-button.button-small:not(.wph-button):not(#collapse-button) {
1033
- background: transparent;
1034
- border: 0;
1035
- box-shadow: 0 0 0 2px #666666 inset;
1036
- color: #666666;
1037
- display: inline-block;
1038
- font: 500 12px/20px Roboto, sans-serif;
1039
- margin: 0;
1040
- padding: 5px 27px;
1041
- }
1042
-
1043
- .wpmud .box button.skip-button.button-small:hover,
1044
- .wpmud .box button.skip-button.button-small:focus {
1045
- background: #666666 !important;
1046
- }
1047
-
1048
- .wp-smush-welcome-image {
1049
- display: inline-block;
1050
- float: left;
1051
- overflow: hidden;
1052
- }
1053
-
1054
- /** Bulk Smush **/
1055
- /** No Images **/
1056
- .wp-smush-no-image {
1057
- display: block;
1058
- overflow: hidden;
1059
- }
1060
-
1061
- .wpmud .wp-smush-no-images-content {
1062
- color: #514a30;
1063
- margin-top: 20px;
1064
- padding: 20px 10px;
1065
- }
1066
-
1067
- .wp-smush-upload-images {
1068
- display: block;
1069
- overflow: hidden;
1070
- padding: 10px 0 40px;
1071
- }
1072
-
1073
- /** Ongoing Bulk Smush **/
1074
- .wpmud .wp-smush-bulk-active {
1075
- margin-bottom: 24px;
1076
- }
1077
-
1078
- .wp-smush-bulk-active .spinner {
1079
- float: left;
1080
- margin-top: 5px;
1081
- }
1082
-
1083
- /** All Smushed **/
1084
- .wp-smush-notice {
1085
- background-color: #D1F1EA;
1086
- border-radius: 5px;
1087
- color: #333333;
1088
- font-family: 'Roboto', sans-serif;
1089
- font-size: 15px;
1090
- line-height: 30px;
1091
- margin-bottom: 30px;
1092
- padding: 15px 30px;
1093
- letter-spacing: -0.015em;
1094
- }
1095
-
1096
- div.smush-notice-cta a.smush-notice-act.button-primary {
1097
- background-color: #00B0DB;
1098
- box-shadow: none;
1099
- border: 1px solid #0087B9;
1100
- border-radius: 2px;
1101
- text-shadow: none;
1102
- font-weight: normal;
1103
- box-shadow: inset 0 1px 0 0 #4BC4E4, 0 1px 0 0 #DBDBDB;
1104
- -webkit-font-smoothing: antialiased;
1105
- }
1106
-
1107
- .wp-smush-resmush-message,
1108
- .wp-smush-settings-updated,
1109
- .wp-smush-re-check-message,
1110
- .wp-smush-api-message {
1111
- border: none;
1112
- margin-bottom: 25px;
1113
- padding: 18px 50px;
1114
- text-align: center;
1115
- }
1116
-
1117
- .wpmud a.wp-smush-trigger-bulk, .wpmud a.wp-smush-trigger-bulk:hover,
1118
- .wpmud a.wp-smush-trigger-bulk:focus, .wpmud a.wp-smush-trigger-bulk:active {
1119
- color: #333333;
1120
- text-decoration: underline;
1121
- }
1122
-
1123
- .wp-smush-resmush-message .icon-fi-check-tick,
1124
- .wp-smush-settings-updated .icon-fi-check-tick,
1125
- .wp-smush-re-check-message .icon-fi-check-tick {
1126
- font-size: 20px;
1127
- margin-right: 5px;
1128
- vertical-align: middle;
1129
- }
1130
-
1131
- .wp-smush-resmush-message .icon-fi-close,
1132
- .wp-smush-settings-updated .icon-fi-close,
1133
- .wp-smush-re-check-message .icon-fi-close,
1134
- .wp-smush-api-message .icon-fi-close {
1135
- cursor: pointer;
1136
- color: #888888;
1137
- float: right;
1138
- font-size: 16px;
1139
- margin-top: 4px;
1140
- }
1141
-
1142
- .wp-smush-resmush-message .icon-fi-close:before,
1143
- .wp-smush-settings-updated .icon-fi-close:before,
1144
- .wp-smush-re-check-message .icon-fi-close:before,
1145
- .wp-smush-api-message .icon-fi-close:before {
1146
- color: #666;
1147
- }
1148
-
1149
- .wp-smush-all-done .icon-fi-check-tick {
1150
- display: inline-block;
1151
- font-size: 20px;
1152
- margin-right: 10px;
1153
- margin-top: -3px;
1154
- vertical-align: middle;
1155
- }
1156
-
1157
- div.wp-smush-pagespeed-recommendation {
1158
- background-color: #F8F8F8;
1159
- margin: 0 -30px 20px;
1160
- padding: 20px 30px;
1161
- }
1162
-
1163
- .wpmud span.smush-recommendation-title {
1164
- color: #666666;
1165
- font-size: 13px;
1166
- line-height: 22px;
1167
- }
1168
-
1169
- ol.smush-recommendation-list {
1170
- color: #888;
1171
- font-size: 13px;
1172
- margin-left: 13px;
1173
- line-height: 16px;
1174
- }
1175
-
1176
- .wpmud ol.smush-recommendation-list a,
1177
- section.bulk-smush-wrapper div.smush-container-subheading a,
1178
- .wpmud .wp-smush-stats-human a,
1179
- a.wp-smush-resize-enable,
1180
- a.wp-smush-lossy-enable {
1181
- color: #17A8E3;
1182
- font-weight: 500;
1183
- }
1184
-
1185
- .wpmud ol.smush-recommendation-list a:hover,
1186
- section.bulk-smush-wrapper div.smush-container-subheading a:hover,
1187
- .wpmud .wp-smush-stats-human a:hover,
1188
- a.wp-smush-resize-enable:hover,
1189
- a.wp-smush-lossy-enable:hover {
1190
- color: #0A9BD6;
1191
- }
1192
-
1193
- ol.smush-recommendation-list li {
1194
- line-height: 1.5;
1195
- }
1196
-
1197
- .wpmud .dismiss-recommendation {
1198
- color: #333;
1199
- cursor: pointer;
1200
- font-weight: 600;
1201
- font-size: 12px;
1202
- margin-left: -2px;
1203
- opacity: 0.5;
1204
- }
1205
-
1206
- .wpmud [class^="icon-"], [class*=" icon-"] {
1207
- line-height: 1.5;
1208
- margin-right: 8px;
1209
- vertical-align: middle;
1210
- }
1211
-
1212
- .wpmud .dismiss-recommendation i.icon-fi-cross-close {
1213
- display: inline-block;
1214
- margin-top: 1px;
1215
- vertical-align: top;
1216
- }
1217
-
1218
- .wp-smush-bulk-wrapper {
1219
- overflow: hidden;
1220
- }
1221
-
1222
- /** Image Remaining **/
1223
- div.wp-smush-remaining,
1224
- #wp-smush-invalid-member,
1225
- div.wp-smush-dir-remaining,
1226
- div.wp-smush-dir-limit,
1227
- div.smush-s3-setup-error,
1228
- div.smush-s3-setup-message,
1229
- div.wp-smush-s3support-alert,
1230
- div.wp-smush-notice.wp-smush-api-message.warning,
1231
- div.wp-smush-notice.missing_table {
1232
- background-color: #FFF5D5;
1233
- border: none;
1234
- color: #333333;
1235
- line-height: 30px;
1236
- font-size: 15px;
1237
- letter-spacing: -0.015em;
1238
- }
1239
-
1240
- div.wp-smush-notice.wp-smush-dir-limit i.icon-fi-info {
1241
- display: inline-block;
1242
- font-size: 16px;
1243
- margin-top: 3px;
1244
- vertical-align: top;
1245
- }
1246
-
1247
- div.smush-s3-setup-message,
1248
- div.wp-smush-notice.wp-smush-api-message.info {
1249
- background-color: #DFF6FA;
1250
- }
1251
-
1252
- div.wp-smush-api-message.info i.icon-fi-info {
1253
- font-size: 20px;
1254
- }
1255
-
1256
- div.wp-smush-api-message.info i.icon-fi-info:before {
1257
- color: #17A8E3;
1258
- }
1259
-
1260
- div.wp-smush-s3support-alert {
1261
- margin-left: 0;
1262
- margin-right: 0;
1263
- }
1264
-
1265
- div.wp-smush-s3support-alert span.notice-message {
1266
- display: inline-block;
1267
- margin-right: 10px;
1268
- max-width: 96%;
1269
- }
1270
-
1271
- div.wp-smush-s3support-alert .icon-fi-close {
1272
- cursor: pointer;
1273
- float: right;
1274
- line-height: 2;
1275
- margin-right: 0;
1276
- }
1277
-
1278
- div.smush-s3-setup-error a {
1279
- color: #333;
1280
- cursor: pointer;
1281
- font-weight: 500;
1282
- text-decoration: underline;
1283
- }
1284
-
1285
- div.wp-smush-dir-limit {
1286
- background-color: #dff6fa;
1287
- }
1288
-
1289
- div.wp-smush-notice .icon-fi-check-tick:before,
1290
- div.wp-smush-all-done .icon-fi-check-tick:before,
1291
- div.wp-smush-dir-all-done .icon-fi-check-tick:before {
1292
- color: #1ABC9C;
1293
- }
1294
-
1295
- .wpmud div.wp-smush-notice.wp-smush-dir-limit a,
1296
- .wpmud div.wp-smush-notice.wp-smush-remaining a {
1297
- color: #333;
1298
- text-decoration: underline;
1299
- }
1300
-
1301
- div.wp-smush-dir-remaining .icon-fi-warning-alert:before,
1302
- div.smush-s3-setup-error .icon-fi-warning-alert:before {
1303
- color: #FECF2F;
1304
- }
1305
-
1306
- div.wp-smush-dir-limit .icon-fi-info:before {
1307
- color: #333;
1308
- }
1309
-
1310
- .wp-smush-resmush-wrap .wp-smush-remaining {
1311
- padding: 10px 50px;
1312
- }
1313
-
1314
- .wpmud .bulk-smush-wrapper .wp-smush-remaining .icon-fi-warning-alert,
1315
- .wp-smush-api-message .icon-fi-warning-alert {
1316
- display: inline-block;
1317
- font-size: 20px;
1318
- margin-right: 8px;
1319
- line-height: 30px;
1320
- vertical-align: top;
1321
- }
1322
-
1323
- .wpmud .bulk-smush-wrapper .wp-smush-remaining .icon-fi-warning-alert:before,
1324
- .wp-smush-api-message .icon-fi-warning-alert:before {
1325
- color: #fecf2f;
1326
- }
1327
-
1328
- .wpmud .bulk-smush-wrapper .dev-icon img {
1329
- vertical-align: top;
1330
- }
1331
-
1332
- .bulk-smush-wrapper .wp-smush-notice-text {
1333
- display: inline-block;
1334
- max-width: 88%;
1335
- }
1336
-
1337
- .wpmud .bulk-smush-wrapper .wp-smush-remaining button.wp-smush-skip-resmush:not(.wph-button):not(#collapse-button) {
1338
- background-color: transparent;
1339
- border: solid 2px #888888;
1340
- color: #888888;
1341
- display: block !important;
1342
- font-size: 12px;
1343
- font-weight: 600;
1344
- line-height: 16px;
1345
- margin-left: 37px !important;
1346
- margin-top: 10px !important;
1347
- padding: 5px 16px;
1348
- }
1349
-
1350
- .wpmud .bulk-smush-wrapper .wp-smush-remaining button.wp-smush-skip-resmush:not(.wph-button):not(#collapse-button):not([tooltip]):hover {
1351
- background-color: transparent !important;
1352
- border: solid 2px #7d7d7d;
1353
- color: #7d7d7d;
1354
- }
1355
-
1356
- .wp-smush-pro-trial {
1357
- color: #9b9b9b;
1358
- }
1359
-
1360
- /** Bulk Smush - Progress Bar **/
1361
- .wp-smush-progress-wrap {
1362
- border-radius: 5px;
1363
- background-color: #f8f8f8;
1364
- line-height: 2;
1365
- padding: 20px 15px 20px 30px;
1366
- }
1367
-
1368
- .wp-smush-progress-wrap i.icon-fi-loader {
1369
- font-size: 20px;
1370
- }
1371
-
1372
- .wp-smush-progress-wrap i.icon-fi-loader:before {
1373
- animation: spin 2s infinite linear;
1374
- -webkit-animation: spin 2s infinite linear;
1375
- display: inline-block;
1376
- }
1377
-
1378
- .wp-smush-progress-wrap img {
1379
- vertical-align: middle;
1380
- }
1381
-
1382
- .wp-smush-progress-bar-wrap {
1383
- border-radius: 5px;
1384
- -moz-border-radius: 5px;
1385
- -webkit-border-radius: 5px;
1386
- box-sizing: border-box;
1387
- -moz-box-sizing: border-box;
1388
- -webkit-box-sizing: border-box;
1389
- background-color: #E6E6E6;
1390
- display: inline-block;
1391
- height: 10px;
1392
- margin-left: 15px;
1393
- overflow: hidden;
1394
- vertical-align: middle;
1395
- width: 88%;
1396
- }
1397
-
1398
- .wp-smush-progress-bar {
1399
- overflow: hidden;
1400
- animation: progress 10s;
1401
- -ms-animation: progress 10s;
1402
- -moz-animation: progress 10s;
1403
- -webkit-animation: progress 10s;
1404
- }
1405
-
1406
- .wp-smush-progress-inner {
1407
- width: 100%;
1408
- height: 10px;
1409
- background-color: #17A8E3;
1410
- animation: movement 1s infinite linear;
1411
- -ms-animation: movement 1s infinite linear;
1412
- -moz-animation: movement 1s infinite linear;
1413
- -webkit-animation: movement 1s infinite linear;
1414
- transition: width 1s;
1415
- -webkit-transition: width 1s;
1416
- -moz-transition: width 1s;
1417
- -ms-transition: width 1s;
1418
- overflow: hidden;
1419
- }
1420
-
1421
- @keyframes movement {
1422
- from {
1423
- background-position: 0 0;
1424
- }
1425
- to {
1426
- background-position: 24px 40px;
1427
- }
1428
- }
1429
-
1430
- .wp-smush-count {
1431
- color: #888888;
1432
- font-size: 13px;
1433
- line-height: 1.5;
1434
- margin-top: 15px;
1435
- }
1436
-
1437
- .wp-smush-sep {
1438
- margin: 20px 0;
1439
- }
1440
-
1441
- .wp-smush-progress-count {
1442
- color: #14485F;
1443
- font-weight: bold;
1444
- font-size: 14px;
1445
- margin: 11px auto;
1446
- text-align: center;
1447
- }
1448
-
1449
- .smush-final-log {
1450
- margin-left: 0;
1451
- padding: 10px;
1452
- }
1453
-
1454
- .wpmud .smush-final-log .smush-error-message {
1455
- color: #888888;
1456
- font-size: 13px;
1457
- line-height: 20px;
1458
- }
1459
-
1460
- div.smush-cancel-button-wrapper {
1461
- text-align: center;
1462
- }
1463
-
1464
- .wpmud div.smush-page-wrap button.wp-smush-cancel-bulk:not(.wph-button):not(#collapse-button) {
1465
- border: 2px solid #888888;
1466
- border-radius: 4px;
1467
- background: transparent;
1468
- color: #666;
1469
- font-size: 12px;
1470
- font-weight: 500;
1471
- margin-top: 25px;
1472
- padding: 3px 13px;
1473
- }
1474
-
1475
- .wpmud div.smush-page-wrap button.wp-smush-cancel-bulk:not(.wph-button):not(#collapse-button):hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
1476
- background-color: transparent;
1477
- color: #666;
1478
- }
1479
-
1480
- .wp-smush-ajax-error {
1481
- color: black;
1482
- font-size: 14px;
1483
- font-weight: bold;
1484
- margin-bottom: 20px;
1485
- }
1486
-
1487
- .wpmud .wp-smush-enable-lossy {
1488
- color: #888888;
1489
- font-size: 13px;
1490
- line-height: 22px;
1491
- margin-top: 20px;
1492
- }
1493
-
1494
- /** Settings Styling **/
1495
-
1496
- .wpmud .wp-smush-setting-row .column {
1497
- float: left;
1498
- }
1499
-
1500
- .wpmud .wp-smush-setting-row .column-left {
1501
- width: 25%;
1502
- }
1503
-
1504
- .wpmud .wp-smush-setting-row .column-right {
1505
- display: flex;
1506
- flex-wrap: wrap;
1507
- width: 75%;
1508
- }
1509
-
1510
- div.smush-sub-setting-wrapper {
1511
- display: flex;
1512
- }
1513
-
1514
- .wpmud .column-right-content-description {
1515
- color: #888;
1516
- font-size: 13px;
1517
- font-weight: normal;
1518
- margin-top: 10px;
1519
- }
1520
-
1521
- .wpmud .wp-smush-setting-row label.inline-label {
1522
- color: #666666;
1523
- font-size: 15px;
1524
- font-family: "Roboto", sans-serif;
1525
- font-weight: 500;
1526
- width: 85%;
1527
- }
1528
-
1529
- small.smush-setting-description {
1530
- color: #888888;
1531
- display: block;
1532
- font-size: 13px;
1533
- font-weight: normal;
1534
- line-height: 22px;
1535
- margin-top: 10px;
1536
- }
1537
-
1538
- small.smush-setting-description strong {
1539
- color: #5f5d5d
1540
- }
1541
-
1542
- div.smush-sub-setting-wrapper {
1543
- margin-bottom: 30px;
1544
- }
1545
-
1546
- div.smush-sub-setting-wrapper:last-child {
1547
- margin-bottom: 0;
1548
- }
1549
-
1550
- div.smush-sub-setting-wrapper span.wp-smush-setting-desc,
1551
- div.smush-quick-setup-settings span.wp-smush-setting-desc {
1552
- color: #888888;
1553
- display: inline-block;
1554
- font-family: "Roboto", "sans-serif";
1555
- font-size: 13px;
1556
- line-height: 22px;
1557
- margin-top: 10px;
1558
- }
1559
-
1560
- div.smush-sub-setting-wrapper span.wp-smush-setting-desc.desc-note {
1561
- font-weight: 500;
1562
- }
1563
-
1564
- /** Stats Container **/
1565
- .wpmud .dev-box.smush-stats-wrapper {
1566
- color: #333333;
1567
- font-size: 13px;
1568
- font-family: 'Roboto', sans-serif;
1569
- font-weight: 700;
1570
- padding: 0;
1571
- }
1572
-
1573
- .wpmud .smush-stats-wrapper strong {
1574
- font-weight: 700;
1575
- }
1576
-
1577
- a.wp-smush-lossy-enable {
1578
- cursor: pointer;
1579
- }
1580
-
1581
- .wp-smush-lossy-disabled {
1582
- color: #adadad;
1583
- background: #fafafa;
1584
- border-radius: 3px;
1585
- font-size: 11px;
1586
- padding: 10px;
1587
- }
1588
-
1589
- .wpmud .wp-smush-stats {
1590
- color: #666;
1591
- font-family: 'Roboto Condensed', sans-serif;
1592
- font-size: 18px;
1593
- font-weight: normal;
1594
- line-height: 1;
1595
- padding: 5px 0;
1596
- }
1597
-
1598
- .wpmud .wp-smush-stats.float-l {
1599
- clear: left;
1600
- }
1601
-
1602
- .wpmud .wp-smush-lossy-disabled-wrap,
1603
- .wp-smush-stats.settings-desc,
1604
- .wp-smush-stats-human.settings-desc {
1605
- color: #888888;
1606
- font-family: 'Roboto', sans-serif;
1607
- font-size: 13px;
1608
- line-height: 22px;
1609
- padding: 0;
1610
- }
1611
-
1612
- .wp-smush-stats-human.settings-desc {
1613
- font-size: 13px;
1614
- }
1615
-
1616
- .wpmud .row .col-third.wp-smushit-container-right {
1617
- padding-right: 0;
1618
- width: 38%;
1619
- }
1620
-
1621
- .wpmud .wp-smush-stats-label {
1622
- color: #333333;
1623
- font-weight: bold;
1624
- line-height: 30px;
1625
- }
1626
-
1627
- .wpmud .wp-smush-stats-try-pro {
1628
- font-size: 12px;
1629
- font-weight: 500;
1630
- margin-left: 15px;
1631
- vertical-align: top;
1632
- }
1633
-
1634
- .wpmud .wp-smush-stats-try-pro a, .wpmud .wp-smush-stats-try-pro a:focus {
1635
- border: solid 2px #1ABC9C;
1636
- border-radius: 13px;
1637
- color: #1ABC9C;
1638
- padding: 4px 10px;
1639
- white-space: nowrap;
1640
- }
1641
-
1642
- .wpmud .wp-smush-stats-try-pro:hover > a, .wpmud .wp-smush-stats-try-pro a:hover {
1643
- background-color: #1ABC9C;
1644
- color: #fff !important;
1645
- cursor: pointer;
1646
- }
1647
-
1648
- .wp-smush-total-thumbnails .dashicons-editor-help {
1649
- cursor: pointer;
1650
- margin-top: -2px;
1651
- }
1652
-
1653
- .wpmud .dev-overlay {
1654
- -webkit-font-smoothing: antialiased;
1655
- }
1656
-
1657
- .wpmud div.dev-overlay.wp-smush-get-pro .box div.title {
1658
- margin-top: -30px;
1659
- }
1660
-
1661
- ul.smush-pro-features {
1662
- margin-bottom: 30px;
1663
- }
1664
-
1665
- li.smush-pro-feature-row {
1666
- margin-bottom: 20px;
1667
- }
1668
-
1669
- div.smush-pro-feature-title,
1670
- div.smush-pro-feature-desc {
1671
- padding-left: 30px;
1672
- position: relative;
1673
- }
1674
-
1675
- div.smush-pro-feature-title {
1676
- font-size: 15px;
1677
- font-weight: 500;
1678
- line-height: 30px;
1679
- }
1680
-
1681
- div.smush-pro-feature-desc {
1682
- color: #888888;
1683
- font-size: 13px;
1684
- line-height: 22px;
1685
- }
1686
-
1687
- .wpmud .smush-pro-feature-title:before {
1688
- content: '\5f';
1689
- color: #17A8E3;
1690
- left: 0;
1691
- top: 55%;
1692
- }
1693
-
1694
- p.smush-pro-upsell-text {
1695
- color: #666666;
1696
- font-size: 15px;
1697
- margin-bottom: 30px;
1698
- text-align: center;
1699
- }
1700
-
1701
- div.smush-pro-link-wrap {
1702
- text-align: center;
1703
- }
1704
-
1705
- .wpmud a.button.button-green.smush-pro-link {
1706
- background-color: #1ABC9C;
1707
- border-radius: 4px;
1708
- box-shadow: none;
1709
- color: #fff;
1710
- }
1711
-
1712
- .wpmud a.button.button-green.smush-pro-link:hover,
1713
- .wpmud a.button.button-green.smush-pro-link:focus,
1714
- .wpmud a.button.button-green.smush-pro-link:active {
1715
- background-color: #17b394 !important;
1716
- background-image: none;
1717
- box-shadow: none;
1718
- }
1719
-
1720
- /** Re Smush **/
1721
- .wp-smush-settings-changed {
1722
- background: #dff6fa;
1723
- border-radius: 5px;
1724
- font-size: 13px;
1725
- line-height: 1.7;
1726
- padding: 20px;
1727
- }
1728
-
1729
- .wp-scan-progress-text {
1730
- color: #14485F;
1731
- display: block;
1732
- text-align: center;
1733
- padding: 10px;
1734
- font-size: 14px;
1735
- font-weight: bold;
1736
- }
1737
-
1738
- /** For Media Gallery and Other WordPress pages **/
1739
- /** No Caps for the tooltips **/
1740
- .wp-admin.wpmud [tooltip]:after {
1741
- text-transform: none !important;
1742
- text-shadow: none;
1743
- }
1744
-
1745
- .media-sidebar label.smush-stats span.name {
1746
- margin-top: 0.55em;
1747
- }
1748
-
1749
- .media-sidebar label.setting.smush-stats .smush-wrap.unsmushed {
1750
- margin-top: 0.6em;
1751
- }
1752
-
1753
- .compat-item .compat-field-wp_smush {
1754
- display: table-row;
1755
- }
1756
-
1757
- .manage-column.column-smushit {
1758
- width: 260px;
1759
- }
1760
-
1761
- .smushit [tooltip],
1762
- label.setting.smush-stats [tooltip],
1763
- .compat-field-wp_smush [tooltip] {
1764
- position: relative;
1765
- overflow: visible;
1766
- }
1767
-
1768
- .smushit [tooltip]:before,
1769
- label.setting.smush-stats [tooltip]:before,
1770
- .compat-field-wp_smush [tooltip]:before {
1771
- content: '';
1772
- position: absolute;
1773
- border: 5px solid transparent;
1774
- border-top-color: #0B2F3F;
1775
- bottom: 100%;
1776
- left: 50%;
1777
- margin-left: -5px;
1778
- margin-bottom: -5px;
1779
- opacity: 0;
1780
- z-index: -1;
1781
- transition: margin .2s, opacity .2s, z-index .2s linear .2s;
1782
- pointer-events: none;
1783
- }
1784
-
1785
- .smushit [tooltip]:after,
1786
- label.setting.smush-stats [tooltip]:after,
1787
- .compat-field-wp_smush [tooltip]:after {
1788
- background: #0B2F3F;
1789
- border-radius: 4px;
1790
- bottom: 100%;
1791
- color: #FFF;
1792
- content: attr(tooltip);
1793
- font-size: 13px;
1794
- font-weight: 400;
1795
- left: 50%;
1796
- line-height: 20px;
1797
- margin-left: -100px;
1798
- margin-bottom: 5px;
1799
- opacity: 0;
1800
- padding: 5px;
1801
- pointer-events: none;
1802
- position: absolute;
1803
- width: 180px;
1804
- text-align: center;
1805
- transition: margin .2s, opacity .2s, z-index .2s linear .2s;
1806
- white-space: pre-wrap;
1807
- z-index: -1;
1808
- }
1809
-
1810
- .smushit .smush-skipped [tooltip]:before,
1811
- label.setting.smush-stats .smush-skipped [tooltip]:before,
1812
- .compat-field-wp_smush .smush-skipped [tooltip]:before {
1813
- border-top-color: transparent;
1814
- border-left-color: #0B2F3F;
1815
- bottom: 0;
1816
- left: 0;
1817
- }
1818
-
1819
- .smushit .smush-skipped [tooltip]:after,
1820
- label.setting.smush-stats .smush-skipped [tooltip]:after,
1821
- .compat-field-wp_smush .smush-skipped [tooltip]:after {
1822
- margin-left: 0;
1823
- left: -195px;
1824
- top: -35px;
1825
- bottom: inherit;
1826
- margin-bottom: 5px;
1827
- }
1828
-
1829
- label.setting.smush-stats .smush-skipped [tooltip]:after {
1830
- top: -98px;
1831
- }
1832
-
1833
- div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:after {
1834
- left: -188px;
1835
- padding-left: 10px;
1836
- width: 170px;
1837
- }
1838
-
1839
- div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:before {
1840
- margin-left: -3px;
1841
- }
1842
-
1843
- .smushit [tooltip].tooltip-s:after,
1844
- label.setting.smush-stats [tooltip].tooltip-s:after,
1845
- .compat-field-wp_smush [tooltip].tooltip-s:after {
1846
- width: 150px;
1847
- margin-left: -75px;
1848
- }
1849
-
1850
- .smushit [tooltip].tooltip-l:after,
1851
- label.setting.smush-stats [tooltip].tooltip-l:after,
1852
- .compat-field-wp_smush [tooltip].tooltip-l:after {
1853
- width: 280px;
1854
- margin-left: -140px;
1855
- }
1856
-
1857
- .smushit [tooltip].tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-right:after {
1858
- margin-left: -180px;
1859
- }
1860
-
1861
- .smushit [tooltip].tooltip-s.tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-s.tooltip-right:after {
1862
- margin-left: -130px;
1863
- }
1864
-
1865
- .smushit [tooltip].tooltip-l.tooltip-right:after, .compat-field-wp_smush [tooltip].tooltip-l.tooltip-right:after {
1866
- margin-left: -260px;
1867
- }
1868
-
1869
- .smushit [tooltip].tooltip-bottom:before, .compat-field-wp_smush [tooltip].tooltip-bottom:before {
1870
- border-color: transparent;
1871
- border-bottom-color: #0B2F3F;
1872
- top: 100%;
1873
- bottom: auto;
1874
- margin-top: -5px;
1875
- margin-bottom: 0;
1876
- }
1877
-
1878
- .smushit [tooltip].tooltip-bottom:after, .compat-field-wp_smush [tooltip].tooltip-bottom:after {
1879
- bottom: auto;
1880
- top: 100%;
1881
- margin-top: 5px;
1882
- margin-bottom: 0;
1883
- }
1884
-
1885
- .smushit [tooltip]:hover:before,
1886
- label.setting.smush-stats [tooltip]:hover:before,
1887
- .compat-field-wp_smush [tooltip]:hover:before {
1888
- z-index: 1;
1889
- margin-bottom: 0;
1890
- opacity: 1;
1891
- transition: margin .2s, opacity .2s;
1892
- }
1893
-
1894
- .smushit [tooltip]:hover:after,
1895
- label.setting.smush-stats [tooltip]:hover:after,
1896
- .compat-field-wp_smush [tooltip]:hover:after {
1897
- opacity: 1;
1898
- z-index: 1;
1899
- margin-bottom: 10px;
1900
- transition: margin .2s, opacity .2s;
1901
- }
1902
-
1903
- .smushit .disabled[tooltip]:before,
1904
- .smushit .disabled[tooltip]:after,
1905
- label.setting.smush-stats .disabled[tooltip]:before,
1906
- label.setting.smush-stats .disabled[tooltip]:after,
1907
- .compat-field-wp_smush .disabled[tooltip]:before,
1908
- .compat-field-wp_smush .disabled[tooltip]:after {
1909
- display: none;
1910
- }
1911
-
1912
- /** Super Smush Content **/
1913
-
1914
- .wp-smush-super-smush-promo {
1915
- background-image: url(../images/smush-promo.png);
1916
- background-repeat: no-repeat;
1917
- background-position: 0 0;
1918
- margin-top: 30px;
1919
- overflow: hidden;
1920
- }
1921
-
1922
- div.wp-smush-super-smush-content-wrapper {
1923
- margin-bottom: 30px;
1924
- overflow: hidden;
1925
- }
1926
-
1927
- .wp-smush-super-smush-content {
1928
- background: #dff6fa;
1929
- border-radius: 5px;
1930
- display: inline-block;
1931
- float: right;
1932
- margin-left: 146px;
1933
- padding: 15px 20px;
1934
- position: relative;
1935
- }
1936
-
1937
- .dev-box.wp-smush-premium .wp-smush-super-smush-promo {
1938
- background-image: url('../images/smush-promo.png');
1939
- background-position: 30px 12px;
1940
- background-repeat: no-repeat;
1941
- margin-top: 0;
1942
- }
1943
-
1944
- .dev-box.wp-smush-premium .wp-smush-super-smush-content {
1945
- margin: 30px 30px 30px 176px;
1946
- width: auto;
1947
- }
1948
-
1949
- /** Arrow **/
1950
- .wp-smush-super-smush-content:after {
1951
- right: 100%;
1952
- top: 50%;
1953
- border: solid transparent;
1954
- content: " ";
1955
- height: 0;
1956
- width: 0;
1957
- position: absolute;
1958
- pointer-events: none;
1959
- border-color: rgba(223, 246, 250, 0);
1960
- border-right-color: #dff6fa;
1961
- border-width: 10px;
1962
- margin-top: -10px;
1963
- }
1964
-
1965
- .wpmud .wp-smush-super-smush-content a,
1966
- .wpmud .wp-smush-super-smush-content a:hover,
1967
- .wpmud .wp-smush-super-smush-content a:visited {
1968
- color: black;
1969
- text-decoration: underline;
1970
- }
1971
-
1972
- .wp-smush-resize-settings-wrap, .wp-smush-png_to_jpg-wrap, .wp-smush-image-size-list {
1973
- background-color: #FFFFFF;
1974
- border: 1px solid #E6E6E6;
1975
- border-radius: 5px;
1976
- color: #555;
1977
- font-family: "Roboto", sans-serif;
1978
- margin: 1.5em 0 0;
1979
- overflow: auto;
1980
- padding: 30px;
1981
- vertical-align: middle;
1982
- }
1983
-
1984
- .wpmud .wp-smush-image-size-list label {
1985
- color: #888888;
1986
- clear: left;
1987
- float: left;
1988
- font-size: 13px;
1989
- line-height: 22px;
1990
- }
1991
-
1992
- .wpmud .wp-smush-image-size-list span#wp-smush-auto-desc {
1993
- color: #888888;
1994
- font-family: Roboto;
1995
- font-size: 13px;
1996
- line-height: 22px;
1997
- }
1998
-
1999
- .wpmud .wp-smush-resize-settings-wrap label {
2000
- display: inline-block;
2001
- margin-bottom: 0;
2002
- overflow: hidden;
2003
- }
2004
-
2005
- .wpmud .wp-smush-resize-settings-wrap label.resize-height-label {
2006
- padding-left: 0;
2007
- }
2008
-
2009
- span.label-text {
2010
- display: inline-block;
2011
- width: 75px;
2012
- }
2013
-
2014
- .wpmud .wp-smush-png_to_jpg-wrap label {
2015
- font-weight: 400;
2016
- }
2017
-
2018
- .wpmud .wp-smush-resize-settings-wrap label:first-child {
2019
- padding-left: 0;
2020
- }
2021
-
2022
- .wpmud .wp-smush-resize-settings-wrap .wp-smush-resize-input, .wpmud .wp-smush-png_to_jpg-wrap .wp-smush-png_to_jpg_background {
2023
- display: inline-block;
2024
- margin-left: 10px;
2025
- width: 120px;
2026
- }
2027
-
2028
- .wpmud .wp-smush-png_to_jpg-wrap .wp-smush-png_to_jpg_background {
2029
- margin-left: 0;
2030
- width: 100px;
2031
- }
2032
-
2033
- .wpmud .wp-smush-resize-input.error, .wpmud #png_to_jpg_background.error {
2034
- border-color: #fd8b8b;
2035
- }
2036
-
2037
- div.wp-smush-resize-note {
2038
- color: #555;
2039
- font-size: 13px;
2040
- font-weight: 400;
2041
- }
2042
-
2043
- .wpmud .smush-s3-setup-error, .wpmud .smush-s3-setup-message {
2044
- margin-top: 15px;
2045
- margin-left: 50px;
2046
- width: 100%;
2047
- }
2048
-
2049
- .wpmud .smush-s3-setup-error p, .wpmud .smush-s3-setup-message p {
2050
- color: #333;
2051
- display: inline-block;
2052
- font-size: 15px;
2053
- margin-top: 0;
2054
- width: 90%;
2055
- }
2056
-
2057
- .wp-smush-settings-info {
2058
- background: #e0f6fa;
2059
- border-radius: 5px;
2060
- font-size: 13px;
2061
- line-height: 1.5;
2062
- margin-top: 20px;
2063
- padding: 20px 30px;
2064
- }
2065
-
2066
- .smush-final-log.notice.notice-warning {
2067
- max-height: 200px;
2068
- overflow: auto;
2069
- }
2070
-
2071
- /** Hide W3TC notice on smush pages, it breaks them all **/
2072
- .wpmud #edge-mode {
2073
- display: none;
2074
- }
2075
-
2076
- .smush-page-wrap {
2077
- margin: 10px 20px 0 2px;
2078
- }
2079
-
2080
- .wpmud div.smush-page-wrap #header {
2081
- margin-bottom: 0;
2082
- }
2083
-
2084
- .wpmud .row div.share-widget-wrapper {
2085
- padding-left: 0;
2086
- }
2087
-
2088
- .wpmud #wp-smush-share-widget {
2089
- background-image: url(../images/share-bg-small.png);
2090
- background-repeat: no-repeat;
2091
- background-position: 30px bottom;
2092
- min-height: 130px;
2093
- padding: 20px 30px 3px;
2094
- }
2095
-
2096
- .wpmud .share-widget-wrapper #wp-smush-share-widget {
2097
- background-image: url(../images/smush-promo.png);
2098
- background-position: 30px 24px;
2099
- }
2100
-
2101
- #wp-smush-share-widget .box-content {
2102
- color: #767676;
2103
- font-size: 15px;
2104
- font-weight: 400;
2105
- letter-spacing: -0.015em;
2106
- line-height: 1.5;
2107
- margin-left: 147px;
2108
- padding-bottom: 18px;
2109
- padding-left: 0;
2110
- padding-right: 0;
2111
- }
2112
-
2113
- #wp-smush-twitter-share {
2114
- background: #1da1f2;
2115
- }
2116
-
2117
- #wp-smush-twitter-share:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
2118
- background-color: #0A9BD6;
2119
- }
2120
-
2121
- #wp-smush-facebook-share {
2122
- background: #3b5998;
2123
- }
2124
-
2125
- #wp-smush-facebook-share:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
2126
- background-color: #2b4886;
2127
- }
2128
-
2129
- #wp-smush-whatsapp-share {
2130
- background-color: #00ba00;
2131
- background-image: url(../images/whatsapp-button-16px.png);
2132
- background-repeat: no-repeat;
2133
- background-position: 20px 12px;
2134
- display: none;
2135
- padding-left: 47px;
2136
- }
2137
-
2138
- .wp-smush-share-buttons-wrapper {
2139
- margin-top: 20px;
2140
- overflow: hidden;
2141
- }
2142
-
2143
- .wpmud .button.wp-smush-share-button {
2144
- font-weight: 400;
2145
- }
2146
-
2147
- .wp-smush-share-button .icon-fi-social-twitter,
2148
- .wp-smush-share-button .icon-fi-social-facebook {
2149
- margin-right: 12px;
2150
- }
2151
-
2152
- .wp-smush-share-button .icon-fi-social-twitter:before,
2153
- .wp-smush-share-button .icon-fi-social-facebook:before {
2154
- color: #fff;
2155
- display: inline-block;
2156
- margin-top: -1px;
2157
- vertical-align: top;
2158
- }
2159
-
2160
- /** Override WP Footer Styling, Hide it on WPMU pages only, if we really need to **/
2161
- .wp-admin #wpfooter {
2162
- display: block;
2163
- }
2164
-
2165
- .wpmud #wpfooter {
2166
- display: none;
2167
- }
2168
-
2169
- /** Directory Browser **/
2170
- div.wp-smush-dir-desc {
2171
- font-size: 15px;
2172
- font-weight: 500;
2173
- line-height: 30px;
2174
- padding: 10px 0 25px;
2175
- }
2176
-
2177
- .wp-smush-dir-browser {
2178
- /*overflow: hidden;*/
2179
- }
2180
-
2181
- .wpmud .wp-smush-dir-browser input.wp-smush-dir-path {
2182
- width: 450px;
2183
- }
2184
-
2185
- .wpmud .wp-smush-dir-browser input.wp-smush-dir-path,
2186
- .wpmud .wp-smush-dir-browser button,
2187
- .wpmud .wp-smush-dir-browser label {
2188
- display: inline-block;
2189
- }
2190
-
2191
- .wp-smush-loading-wrap {
2192
- float: left;
2193
- margin: 0 auto;
2194
- overflow: hidden;
2195
- width: 150px;
2196
- }
2197
-
2198
- .wpmud .dev-overlay.wp-smush-list-dialog {
2199
- left: 0;
2200
- max-width: none;
2201
- margin: 0;
2202
- top: 0;
2203
- z-index: 9999;
2204
- }
2205
-
2206
- .wpmud .dev-overlay.wp-smush-list-dialog .title h3 {
2207
- padding: 15px 0;
2208
- }
2209
-
2210
- .wp-smush-list-dialog .box-scroll {
2211
- margin-top: 80px;
2212
- }
2213
-
2214
- .wp-smush-select-dir {
2215
- float: right;
2216
- margin-top: 20px;
2217
- width: 154px;
2218
- }
2219
-
2220
- .wp-smush-list-dialog .spinner {
2221
- float: left;
2222
- }
2223
-
2224
- .wpmud .dev-overlay.wp-smush-list-dialog .box .title {
2225
- margin-bottom: 20px;
2226
- }
2227
-
2228
- .dev-overlay.wp-smush-list-dialog .wp-smush-instruct {
2229
- color: #888888;
2230
- font-size: 14px;
2231
- font-weight: 500;
2232
- padding-bottom: 20px;
2233
- padding-top: 8px;
2234
- }
2235
-
2236
- .wpmud UL.jqueryFileTree a, .wpmud UL.jqueryFileTree a:hover {
2237
- background: #f8f8f8;
2238
- color: #888888;
2239
- font-family: "Roboto", sans-serif;
2240
- font-size: 14px;
2241
- font-weight: 500;
2242
- }
2243
-
2244
- .jqueryFileTree .wp-smush-list {
2245
- margin-top: 2px;
2246
- vertical-align: top;
2247
- }
2248
-
2249
- .wpmud UL.jqueryFileTree LI {
2250
- display: inline-block;
2251
- padding: 0 0 5px 20px;
2252
- }
2253
-
2254
- .wpmud UL.jqueryFileTree LI.ext_tif,
2255
- .wpmud UL.jqueryFileTree LI.ext_tiff,
2256
- .wpmud UL.jqueryFileTree LI.ext_png,
2257
- .wpmud UL.jqueryFileTree LI.ext_pcx,
2258
- .wpmud UL.jqueryFileTree LI.ext_jpeg,
2259
- .wpmud UL.jqueryFileTree LI.ext_jpg,
2260
- .wpmud UL.jqueryFileTree LI.ext_gif,
2261
- .wpmud UL.jqueryFileTree LI.ext_bmp {
2262
- background: url(../images/image.svg) left top no-repeat
2263
- }
2264
-
2265
- .wpmud UL.jqueryFileTree LI.directory {
2266
- background: url(../images/folder-closed.svg) left top no-repeat;
2267
- }
2268
-
2269
- .wpmud UL.jqueryFileTree LI.expanded {
2270
- background: url(../images/folder-open.svg) left top no-repeat;
2271
- }
2272
-
2273
- .wpmud UL.jqueryFileTree LI.expanded.selected {
2274
- background: url(../images/folder-open-selected.svg) left top no-repeat;
2275
- }
2276
-
2277
- .wpmud UL.jqueryFileTree LI.expanded.selected > a,
2278
- .wpmud UL.jqueryFileTree LI.file.selected a {
2279
- color: #17a8e3;
2280
- }
2281
-
2282
- .wpmud UL.jqueryFileTree LI.expanded.selected #Folder-22px-Solid-3-Open {
2283
- fill: #17a8e3;
2284
- }
2285
-
2286
- .wpmud UL.jqueryFileTree LI.selected > a {
2287
- font-weight: 500;
2288
- }
2289
-
2290
- li.directory.selected.expanded ul.jqueryFileTree {
2291
- margin-top: 10px;
2292
- }
2293
-
2294
- /** Image List **/
2295
- .wpmud .wp-smush-div-heading {
2296
- display: inline-block;
2297
- overflow: hidden;
2298
- }
2299
-
2300
- /** Smush Button Wrapper **/
2301
- .wp-smush-all-button-wrap {
2302
- display: inline-block;
2303
- float: right;
2304
- overflow: hidden;
2305
- }
2306
-
2307
- .wp-smush-all-button-wrap.top {
2308
- display: inline-block;
2309
- margin-bottom: 20px;
2310
- }
2311
-
2312
- div.wp-smush-all-button-wrap.bottom {
2313
- margin-top: 14px;
2314
- }
2315
-
2316
- .wp-smush-all-button-wrap .spinner {
2317
- margin-top: 12px;
2318
- }
2319
-
2320
- .wp-smush-start {
2321
- float: right;
2322
- vertical-align: top;
2323
- }
2324
-
2325
- .wpmud button.wp-smush-pause {
2326
- cursor: pointer;
2327
- float: right;
2328
- }
2329
-
2330
- .wpmud button.wp-smush-start:disabled:not(.finished),
2331
- .wpmud button.wp-smush-pause.disabled {
2332
- display: none !important;
2333
- }
2334
-
2335
- .wpmud button.wp-smush-start.finished {
2336
- background: #1abc9c !important;
2337
- opacity: 1;
2338
- }
2339
-
2340
- .wp-smush-image-list {
2341
- line-height: 1.5;
2342
- }
2343
-
2344
- .wp-smush-image-ul {
2345
- margin: 5px 0;
2346
- }
2347
-
2348
- li.wp-smush-image-ul div.image-list-wrapper {
2349
- display: flex;
2350
- justify-content: space-between;
2351
- }
2352
-
2353
- .wp-smush-image-list-inner {
2354
- display: none;
2355
- max-height: 0;
2356
- opacity: 0;
2357
- overflow-y: scroll;
2358
- padding: 15px 20px 0;
2359
- transition: 0.6s ease-in-out;
2360
- }
2361
-
2362
- .wp-smush-image-list-inner.show {
2363
- display: block;
2364
- opacity: 1;
2365
- max-height: 500px;
2366
- }
2367
-
2368
- span.wp-smush-li-path {
2369
- cursor: pointer;
2370
- font-weight: 500;
2371
- position: relative;
2372
- }
2373
-
2374
- li.wp-smush-image-ul span.wp-smush-li-path {
2375
- background: url("../images/folder-closed.svg") no-repeat;
2376
- background-position-y: 6px;
2377
- line-height: 2;
2378
- padding: 0 30px;
2379
- max-width: 87%;
2380
- }
2381
-
2382
- li.wp-smush-image-ul.in-progress span.wp-smush-li-path {
2383
- background: none;
2384
- padding: 0;
2385
- }
2386
-
2387
- li.wp-smush-image-ul.complete span.wp-smush-li-path,
2388
- li.wp-smush-image-ul.partial span.wp-smush-li-path {
2389
- background: none;
2390
- }
2391
-
2392
- /** Show loader **/
2393
- li.wp-smush-image-ul.in-progress span.spinner,
2394
- li.wp-smush-image-ul li.wp-smush-image-ele.in-progress span.spinner {
2395
- float: left;
2396
- margin-top: 0px;
2397
- margin-left: 0;
2398
- display: inline-block;
2399
- margin-right: 11px;
2400
- }
2401
-
2402
- li.wp-smush-image-ul.in-progress span.spinner {
2403
- margin-top: 5px;
2404
- }
2405
-
2406
- li.wp-smush-image-ul.complete span.wp-smush-li-path:before,
2407
- li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
2408
- box-shadow: none;
2409
- color: #1ABC9C;
2410
- content: '\5f';
2411
- font-family: 'WPMU-DEV-App-Icons';
2412
- font-size: 20px;
2413
- font-style: normal;
2414
- font-variant: normal;
2415
- font-weight: normal;
2416
- height: 22px;
2417
- left: 0;
2418
- line-height: 22px;
2419
- margin-top: -11px;
2420
- opacity: 1;
2421
- position: absolute;
2422
- speak: none;
2423
- transition-duration: 0.2s;
2424
- transition-property: color, opacity;
2425
- text-transform: none;
2426
- top: 50%;
2427
- vertical-align: middle;
2428
- width: 22px;
2429
- -webkit-font-smoothing: antialiased;
2430
- -moz-osx-font-smoothing: grayscale;
2431
- }
2432
-
2433
- li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
2434
- color: #ffd000;
2435
- content: '\21';
2436
- font-size: 20px;
2437
- margin-left: 1px;
2438
- }
2439
-
2440
- .wp-smush-image-count {
2441
- background: #f2f2f2;
2442
- border-radius: 20px;
2443
- display: inline-block;
2444
- margin-left: 10px;
2445
- padding: 3px 10px;
2446
- vertical-align: middle;
2447
- }
2448
-
2449
- div.wp-smush-dir-stats-wrap, div.wp-smush-scan-result {
2450
- background: white;
2451
- }
2452
-
2453
- div.wp-smush-scan-result div.wp-smush-notice {
2454
- margin-top: 14px;
2455
- padding: 15px 30px;
2456
-
2457
- }
2458
-
2459
- div.wp-smush-scan-result div.wp-smush-notice .icon-fi-check-tick,
2460
- div.wp-smush-scan-result div.wp-smush-notice .icon-fi-warning-alert,
2461
- div.smush-s3-setup-error i.icon-fi-warning-alert,
2462
- div.smush-s3-setup-message .icon-fi-check-tick {
2463
- display: inline-block;
2464
- font-size: 20px;
2465
- margin-top: -3px;
2466
- vertical-align: middle;
2467
- }
2468
-
2469
- div.smush-s3-setup-error i.icon-fi-warning-alert,
2470
- div.smush-s3-setup-message i.icon-fi-check-tick {
2471
- margin-top: 3px;
2472
- vertical-align: top;
2473
- }
2474
-
2475
- div.smush-s3-setup-error i. icon-fi-warning-alert {
2476
- margin-top: -2px;
2477
- }
2478
-
2479
- div.smush-s3-setup-message .icon-fi-check-tick:before {
2480
- color: #17A8E3;
2481
- }
2482
-
2483
- div.wp-smush-scan-result hr.primary-separator {
2484
- margin: 10px 0 28px;
2485
- }
2486
-
2487
- div.wp-smush-scan-result hr {
2488
- margin: 20px 0;
2489
- }
2490
-
2491
- div.wp-smush-scan-result li.wp-smush-image-ul hr {
2492
- margin: 17px 0;
2493
- }
2494
-
2495
- div.wp-smush-scan-result div.content {
2496
- overflow: hidden;
2497
- width: 100%;
2498
- }
2499
-
2500
- .wpmud a.wp-smush-exclude-dir {
2501
- color: #878787;
2502
- cursor: pointer;
2503
- display: inline-block;
2504
- float: right;
2505
- font-size: 15px;
2506
- font-weight: 700;
2507
- margin-right: 16px;
2508
- padding: 0 10px;
2509
- }
2510
-
2511
- .wpmud a.wp-smush-exclude-dir:hover {
2512
- color: #878787;
2513
- }
2514
-
2515
- div.dir-smush-button-wrap {
2516
- margin-top: 14px;
2517
- overflow: hidden;
2518
- }
2519
-
2520
- div.dir-smush-button-wrap.top {
2521
- height: 40px;
2522
- margin-top: 0;
2523
- margin-bottom: 30px;
2524
- }
2525
-
2526
- div.dir-smush-button-wrap button, div.dir-smush-button-wrap span {
2527
- float: left;
2528
- }
2529
-
2530
- div.dir-smush-button-wrap span {
2531
- margin-top: 10px;
2532
- }
2533
-
2534
- .wpmud button.wp-smush-browse {
2535
- background-color: #AEAEAE !important;
2536
- }
2537
-
2538
- .wpmud button.wp-smush-browse:hover,
2539
- .wpmud button.wp-smush-browse:focus {
2540
- background-color: #9E9E9E !important;
2541
- }
2542
-
2543
- .wp-smush-loading-text {
2544
- font-size: 20px;
2545
- line-height: 1.3;
2546
- visibility: visible;
2547
- }
2548
-
2549
- .wp-smush-select-button-wrap {
2550
- padding: 20px;
2551
- background: #f9f9f9;
2552
- border-radius: 5px;
2553
- margin-top: 25px;
2554
- overflow: hidden;
2555
- }
2556
-
2557
- .wp-smush-select-button-wrap .wp-smush-section-desc {
2558
- color: #888;
2559
- display: inline-block;
2560
- float: left;
2561
- line-height: 22px;
2562
- max-width: 59%;
2563
- }
2564
-
2565
- .wp-smush-select-button-wrap .spinner {
2566
- margin-top: 12px;
2567
- }
2568
-
2569
- .wp-smush-image-ele {
2570
- margin: 15px 0;
2571
- }
2572
-
2573
- li.wp-smush-image-ele span.wp-smush-image-path {
2574
- padding: 4px 0 3px;
2575
- }
2576
-
2577
- .wp-smush-image-ele:last-child {
2578
- margin: 15px 0 0;
2579
- }
2580
-
2581
- .wp-smush-image-ele .spinner {
2582
- float: left;
2583
- margin-left: 0;
2584
- margin-top: 1px;
2585
- }
2586
-
2587
- .wp-smush-image-ul .wp-smush-image-ele .spinner {
2588
- margin-left: 18px;
2589
- position: relative;
2590
- }
2591
-
2592
- .wp-smush-image-ele-status {
2593
- color: #C6C6C6;
2594
- display: inline-block;
2595
- height: 22px;
2596
- line-height: 1;
2597
- margin-right: 10px;
2598
- overflow: hidden;
2599
- position: relative;
2600
- width: 22px;
2601
- vertical-align: middle;
2602
- }
2603
-
2604
- .wp-smush-image-ele-status:after,
2605
- .smush-pro-feature-title:before {
2606
- box-shadow: none;
2607
- content: url("../images/image.svg");
2608
- font-family: 'WPMU-DEV-App-Icons';
2609
- font-size: 20px;
2610
- font-style: normal;
2611
- font-variant: normal;
2612
- font-weight: normal;
2613
- height: 22px;
2614
- line-height: 22px;
2615
- margin-left: 1px;
2616
- margin-top: -11px;
2617
- opacity: 1;
2618
- position: absolute;
2619
- speak: none;
2620
- transition-duration: 0.2s;
2621
- transition-property: color, opacity;
2622
- text-transform: none;
2623
- top: 50%;
2624
- vertical-align: middle;
2625
- width: 22px;
2626
- -webkit-font-smoothing: antialiased;
2627
- -moz-osx-font-smoothing: grayscale;
2628
- }
2629
-
2630
- li.wp-smush-image-ele.in-progress .wp-smush-image-ele-status {
2631
- display: none;
2632
- }
2633
-
2634
- /** Optimised Image **/
2635
- li.wp-smush-image-ele.optimised .wp-smush-image-ele-status:after {
2636
- content: '\5f';
2637
- color: #1ABC9C;
2638
- }
2639
-
2640
- li.wp-smush-image-ele.error .wp-smush-image-ele-status:after {
2641
- color: #ffd000;
2642
- content: '\f06a';
2643
- font-family: 'FontAwesomeWdv';
2644
- margin-top: -10px;
2645
- }
2646
-
2647
- div.wp-smush-dir-notice {
2648
- padding: 15px 20px;
2649
- background: #fff5d5;
2650
- border-radius: 5px;
2651
- margin-top: 20px;
2652
- font-size: 14px;
2653
- font-weight: 500;
2654
- }
2655
-
2656
- div.wp-smush-dir-notice .icon-fi-warning-alert {
2657
- margin-right: 10px;
2658
- vertical-align: middle;
2659
- }
2660
-
2661
- div.wp-smush-dir-notice .icon-fi-warning-alert:before {
2662
- color: #ffd000;
2663
- content: '\f06a';
2664
- font-family: 'FontAwesomeWdv';
2665
- font-size: 20px;
2666
- margin-left: 1px;
2667
- margin-top: 4px;
2668
- vertical-align: middle;
2669
- }
2670
-
2671
- div.wp-smush-dir-progress-wrap {
2672
- display: flex;
2673
- font-weight: 600;
2674
- padding-top: 4px;
2675
- }
2676
-
2677
- div.wp-smush-dir-progress-wrap.hidden {
2678
- display: none;
2679
- }
2680
-
2681
- span.smush-percent {
2682
- text-align: right;
2683
- width: 34px;
2684
- }
2685
-
2686
- div.wp-smush-dir-progress-wrap-inner {
2687
- background: #e6e6e6;
2688
- -moz-border-radius: 10px;
2689
- -webkit-border-radius: 10px;
2690
- border-radius: 10px;
2691
- height: 10px;
2692
- margin-left: 10px;
2693
- margin-top: 4px;
2694
- position: relative;
2695
- width: 100px;
2696
- }
2697
-
2698
- .wp-smush-dir-progress {
2699
- background: #ffd000;
2700
- -webkit-border-radius: 20px;
2701
- -moz-border-radius: 20px;
2702
- border-radius: 20px;
2703
- display: block;
2704
- height: 100%;
2705
- position: relative;
2706
- overflow: hidden;
2707
- transition: 0.4s linear;
2708
- transition-property: width, background-color;
2709
- }
2710
-
2711
- .wp-smush-dir-progress.complete {
2712
- background: #1abc9c;
2713
- }
2714
-
2715
- .wp-smush-dir-progress.complete ~ a.wp-smush-exclude-dir {
2716
- display: none;
2717
- }
2718
-
2719
- div.wp-smush-info.notice {
2720
- font-size: 15px;
2721
- letter-spacing: -0.015em;
2722
- margin: 0 0 30px;
2723
- padding: 15px;
2724
- }
2725
-
2726
- .wpmud div.smush-page-wrap button:not(.wph-button):not(#collapse-button),
2727
- .wpmud div.smush-page-wrap .button {
2728
- background-color: #17A8E3;
2729
- }
2730
-
2731
- /* Bulk Smush button*/
2732
- button.wp-smush-all.wp-smush-button {
2733
- float: right;
2734
- }
2735
-
2736
- .wpmud span.wp-smush-upload-images a.button {
2737
- box-shadow: none;
2738
- }
2739
-
2740
- .wpmud span.wp-smush-upload-images a.button:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
2741
- background: #0A9BD6;
2742
- }
2743
-
2744
- .wpmud div.smush-page-wrap button:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]),
2745
- .wpmud .div.smush-page-wrap button:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]),
2746
- .wpmud .smush-page-wrap .wp-smush-submit-wrap .button.button-grey:hover:not(:focus):not(:active):not(.wph-button):not(#collapse-button):not([tooltip]) {
2747
- background: #0A9BD6;
2748
- }
2749
-
2750
- .wpmud .smush-page-wrap .button.button-grey {
2751
- background: #AEAEAE;
2752
- }
2753
-
2754
- /**
2755
- WordPress.org Recommendation Styling
2756
- */
2757
- .sui-2-1-0 .sui-cross-sell-modules .sui-col-md-4 .sui-cross-hummingbird {
2758
- background-image: url(../images/hb-banner.jpg);
2759
- }
2760
-
2761
- .sui-2-1-0 .sui-cross-sell-modules .sui-col-md-4 .sui-cross-defender {
2762
- background-image: url(../images/df-banner.jpg);
2763
- }
2764
-
2765
- .sui-2-1-0 .sui-cross-sell-modules .sui-col-md-4 .sui-cross-smartcrawl {
2766
- background-image: url(../images/sc-banner.png);
2767
- }
2768
-
2769
- .sui-2-1-0 .sui-cross-sell-modules .sui-col-md-4 .sui-cross-hummingbird > span {
2770
- background-image: url(../images/hb-icon.png);
2771
- }
2772
-
2773
- .sui-2-1-0 .sui-cross-sell-modules .sui-col-md-4 .sui-cross-defender > span {
2774
- background-image: url(../images/df-icon.png);
2775
- }
2776
-
2777
- .sui-2-1-0 .sui-cross-sell-modules .sui-col-md-4 .sui-cross-smartcrawl > span {
2778
- background-image: url(../images/sc-icon.png);
2779
- }
2780
-
2781
- /** Media Queries **/
2782
- @media screen and (min-width: 1425px) {
2783
- .wpmud .wp-smush-super-smush-promo {
2784
- background-position: -10px 0;
2785
- }
2786
- }
2787
-
2788
- @media screen and (max-width: 1110px) {
2789
- .wpmud .row .col-half.wp-smushit-container-left,
2790
- .wpmud .row .col-half.wp-smushit-container-right {
2791
- padding-left: 0;
2792
- padding-right: 0;
2793
- width: 100%;
2794
- }
2795
- }
2796
-
2797
- @media screen and (max-width: 1100px) {
2798
- li.wp-smush-image-ul span.wp-smush-li-path {
2799
- max-width: 75%;
2800
- display: inline-block;
2801
- padding-right: 0;
2802
- }
2803
-
2804
- span.wp-smush-image-count {
2805
- display: inline-block;
2806
- margin-left: 0;
2807
- overflow: hidden;
2808
- text-align: center;
2809
- }
2810
-
2811
- li.wp-smush-image-ul.complete span.wp-smush-li-path:before,
2812
- li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
2813
- margin-top: 0;
2814
- top: 4px;
2815
- }
2816
-
2817
- li.wp-smush-image-ul.partial span.wp-smush-li-path:before {
2818
- margin-top: 2px;
2819
- }
2820
- }
2821
-
2822
- @media screen and (max-width: 1024px) and ( min-width: 800px ) {
2823
- /** Stats Section **/
2824
- .smush-stats-wrapper h3 {
2825
- padding: 6px 0;
2826
- }
2827
-
2828
- .smush-stats-wrapper .smush-container-subheading {
2829
- margin-top: 20px;
2830
- }
2831
-
2832
- /** Sub Heading **/
2833
- .wpmud .smush-container-subheading {
2834
- font-size: 13px;
2835
- }
2836
- }
2837
-
2838
- /** Media Queries for resolution between 782px - 1024px **/
2839
- @media screen and (max-width: 1024px) {
2840
- /** Configure screen **/
2841
- .wpmud .row .wp-smush-lady.col-third {
2842
- display: none;
2843
- }
2844
-
2845
- /** Media Library Stats **/
2846
- .wp-list-table .smushit .wp-smush-stats-holder tr th {
2847
- display: inline-block;
2848
- width: 50%;
2849
- box-sizing: border-box;
2850
- }
2851
-
2852
- .wp-list-table .smushit .wp-smush-stats-holder tr td:first-child {
2853
- border-right: none;
2854
- box-sizing: border-box;
2855
- display: inline-block !important;
2856
- width: 50% !important;
2857
- }
2858
-
2859
- .wp-list-table .smushit .wp-smush-stats-holder tr td:last-child {
2860
- box-sizing: border-box;
2861
- display: inline-block !important;
2862
- float: none;
2863
- overflow: visible;
2864
- width: 50% !important;
2865
- }
2866
- }
2867
-
2868
- @media only screen and (max-width: 960px) {
2869
- .wpmud .dev-overlay.wp-smush-list-dialog,
2870
- .wpmud .dev-overlay.wp-smush-get-pro {
2871
- left: 35px;
2872
- }
2873
- }
2874
-
2875
- /** Media Queries for resolution below 782px **/
2876
- @media only screen and (max-width: 800px) {
2877
- .wpmud .wp-smushit-container-wrap .col-half.wp-smushit-container-left, .wpmud .wp-smushit-container-wrap .col-half.wp-smushit-container-right {
2878
- padding: 0;
2879
- width: 100%;
2880
- }
2881
-
2882
- .wpmud .wp-smush-welcome-content {
2883
- margin: 0 30px 0px 160px;
2884
- }
2885
-
2886
- .dev-box.bulk-smush-wrapper.wp-smush-container {
2887
- padding: 20px 10px;
2888
- }
2889
- }
2890
-
2891
- @media only screen and (max-width: 782px) {
2892
- .wpmud .dev-overlay.wp-smush-list-dialog,
2893
- .wpmud .dev-overlay.wp-smush-get-pro {
2894
- left: 0;
2895
- }
2896
- }
2897
-
2898
- @media screen and (max-width: 750px) {
2899
- .wpmud .dev-box#wp-smush-share-widget {
2900
- background-position: 30px 45px;
2901
- }
2902
- }
2903
-
2904
- @media screen and (max-width: 700px) {
2905
- .wpmud .smush-submit-note {
2906
- margin-top: 0;
2907
- max-width: 50%;
2908
- }
2909
- }
2910
-
2911
- /** For directory smush image listing **/
2912
- @media screen and (max-width: 672px) {
2913
- li.wp-smush-image-ul span.wp-smush-li-path {
2914
- max-width: 65%;
2915
- }
2916
- }
2917
-
2918
- @media screen and (max-width: 650px) {
2919
- .wpmud .dev-box#wp-smush-share-widget {
2920
- background-image: none;
2921
- }
2922
-
2923
- .wpmud #wp-smush-share-widget .box-content {
2924
- margin-left: 0;
2925
- padding: 20px;
2926
- }
2927
-
2928
- .wpmud .button.wp-smush-share-button,
2929
- .wpmud a + .button.wp-smush-share-button {
2930
- margin-bottom: 10px;
2931
- margin-left: 0;
2932
- text-align: center;
2933
- width: 100%;
2934
- }
2935
-
2936
- .wpmud .button.wp-smush-share-button .dev-icon {
2937
- float: left;
2938
- }
2939
-
2940
- .wpmud #wp-smush-whatsapp-share {
2941
- display: inline-block;
2942
- }
2943
- }
2944
-
2945
- @media screen and (max-width: 600px) {
2946
-
2947
- .wpmud .dev-overlay.wp-smush-list-dialog {
2948
- top: 0;
2949
- }
2950
-
2951
- .wpmud .dev-overlay.wp-smush-list-dialog .box {
2952
- margin-left: -40%;
2953
- width: 80%;
2954
- }
2955
-
2956
- .wp-smush-select-button-wrap .wp-smush-section-desc {
2957
- width: 100%;
2958
- max-width: none;
2959
- }
2960
-
2961
- div.wp-smush-select-button-wrap-child {
2962
- overflow: hidden;
2963
- float: left;
2964
- margin-top: 14px;
2965
- }
2966
-
2967
- div.wp-smush-select-button-wrap-child span.spinner {
2968
- float: right;
2969
- }
2970
-
2971
- .wp-smush-progress-bar-wrap {
2972
- width: 84%;
2973
- }
2974
-
2975
- .wpmud .wp-smush-setting-row .column-left,
2976
- .wpmud .wp-smush-setting-row .column-right {
2977
- width: 100%;
2978
- }
2979
-
2980
- .wpmud .wp-smush-setting-row .column-right {
2981
- margin-top: 20px;
2982
- }
2983
-
2984
- .wp-smush-resize-settings-wrap,
2985
- .wp-smush-png_to_jpg-wrap,
2986
- .wp-smush-image-size-list {
2987
- padding: 20px;
2988
- }
2989
-
2990
- section.wp-smush-premium.dev-box div.wp-smush-super-smush-promo {
2991
- background-position: 30px bottom;
2992
- }
2993
- }
2994
-
2995
- @media screen and (max-width: 525px) {
2996
- .wpmud .smush-submit-note {
2997
- clear: left;
2998
- float: right;
2999
- margin-top: 20px;
3000
- max-width: 100%;
3001
- width: 100%;
3002
- }
3003
- }
3004
-
3005
- @media screen and (max-width: 480px) {
3006
- div.wp-smush-super-smush-promo {
3007
- background: none;
3008
- }
3009
-
3010
- .wpmud div.wp-smush-super-smush-content {
3011
- margin-left: 0;
3012
- width: 100%;
3013
- }
3014
-
3015
- .wpmud div.smush-page-wrap button.wp-smush-resume:not(.wph-button):not(#collapse-button) {
3016
- clear: left;
3017
- margin-left: 0 !important;
3018
- margin-top: 10px;
3019
- }
3020
- }
3021
-
3022
- @media screen and (max-width: 456px) {
3023
- .bulk-smush-wrapper .wp-smush-notice-text {
3024
- max-width: 85%;
3025
- }
3026
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fonts/folder-closed.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-closed</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Closed" fill="#888888">
9
+ <path d="M0,1 C0,0.44771525 0.45303631,0 0.99703014,0 L7.00296986,0 C7.5536144,0 8,0.44386482 8,1 L8,2 L0,2 L0,1 Z M0,3 L18,3 L18,15 L0,15 L0,3 Z" id="folder-closed"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
assets/fonts/folder-open-selected.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-open</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Open" fill="#17a8e3">
9
+ <path d="M2.00010759,5 L17.9871925,5 L16.1942557,14.0229504 C16.0870306,14.56256 15.5496251,15 14.9982973,15 L0.791347791,15 C0.238063241,15 -0.104466299,14.5709592 0.0287507007,14.0317368 L0.246548481,13.1501568 L2.00010759,5 Z M0.000107590658,0.99396592 C0.000107590658,0.4450137 0.453143901,0 0.997137731,0 L7.00307745,0 C7.55372199,0 8.00010759,0.44386482 8.00010759,1 L8.00010759,2 L16.5001076,2 L16.5001076,4 L1.50010759,4 L0.000107590658,10.5 L0.000107590658,2.44374814 L0.000107590658,0.99396592 Z" id="folder-open"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
assets/fonts/folder-open.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="15px" viewBox="0 0 18 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>folder-open</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Folder-22px-Solid-3-Open" fill="#888888">
9
+ <path d="M2.00010759,5 L17.9871925,5 L16.1942557,14.0229504 C16.0870306,14.56256 15.5496251,15 14.9982973,15 L0.791347791,15 C0.238063241,15 -0.104466299,14.5709592 0.0287507007,14.0317368 L0.246548481,13.1501568 L2.00010759,5 Z M0.000107590658,0.99396592 C0.000107590658,0.4450137 0.453143901,0 0.997137731,0 L7.00307745,0 C7.55372199,0 8.00010759,0.44386482 8.00010759,1 L8.00010759,2 L16.5001076,2 L16.5001076,4 L1.50010759,4 L0.000107590658,10.5 L0.000107590658,2.44374814 L0.000107590658,0.99396592 Z" id="folder-open"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
assets/fonts/image.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="14px" viewBox="0 0 18 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>image</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="Image-22px-Solid" fill="#888888">
9
+ <path d="M9.25,12 L15.5176792,12 C15.7911357,12 16,11.7782068 16,11.504611 L16,9 L11,4 L6.97222222,9.23611111 L4.5,8 L2,10.5 L2,11.4921684 C2,11.7786698 2.22673949,12 2.50643682,12 L9.25,12 Z M0,2.00585866 C0,0.898053512 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.897060126 18,2.00585866 L18,11.9941413 C18,13.1019465 17.1073772,14 16.0049107,14 L1.99508929,14 C0.893231902,14 0,13.1029399 0,11.9941413 L0,2.00585866 Z M4.5,7 C5.88071187,7 7,5.88071187 7,4.5 C7,3.11928813 5.88071187,2 4.5,2 C3.11928813,2 2,3.11928813 2,4.5 C2,5.88071187 3.11928813,7 4.5,7 Z" id="image"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
assets/fonts/smush-graphic-dashboard-summary.svg ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="190px" height="212px" viewBox="0 0 190 212" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
4
+ <title>smush-graphic-dashboard-summary</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <rect id="path-1" x="0" y="0" width="192" height="294.232932"></rect>
8
+ <polygon id="path-3" points="0.0420975165 0.153082421 71.7578196 0.153082421 71.7578196 130.574957 0.0420975165 130.574957"></polygon>
9
+ </defs>
10
+ <g id="Free-/-CDN---Upgrade" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-220.000000, -161.000000)">
11
+ <g id="Top-/-Free---New" transform="translate(190.000000, 132.000000)">
12
+ <g id="Graphic-/-Dashboard---Top" transform="translate(30.000000, 29.036145)">
13
+ <g id="smush-graphic-dashboard-summary">
14
+ <mask id="mask-2" fill="white">
15
+ <use xlink:href="#path-1"></use>
16
+ </mask>
17
+ <g id="mask"></g>
18
+ <g id="graphic" mask="url(#mask-2)">
19
+ <path d="M77.3656663,100.449695 C69.1752273,99.3654371 60.4983883,98.3397547 52.9182907,101.530331 C44.693198,104.992348 39.42272,112.685419 34.0186224,119.610361 C23.8351298,132.659505 11.6860566,144.174504 1.37893463,157.132764 C0.553490732,158.170524 -0.305982439,159.447419 0.107051707,160.69412 C0.424241951,161.651866 1.39267122,162.240041 2.29085659,162.74639 C4.90580293,164.220752 7.66217366,165.736178 10.6873444,165.829778 C13.7481054,165.924889 16.6384078,164.546241 19.2795785,163.047724 C25.0224078,159.789514 30.3147395,155.790047 34.9723785,151.18912 C41.8028956,144.44202 47.6350127,136.151415 56.6112468,132.437581 C61.51552,130.408559 67.2508566,129.803476 71.1767102,126.310963 C74.1063493,123.70524 75.5177834,119.913808 76.825881,116.278176 C78.8027005,110.784118 80.7305054,104.502907 77.8698615,99.385365" id="Fill-3" fill="#345468"></path>
20
+ <path d="M49.4181151,136.73663 C49.4149932,136.722137 53.1575883,133.990205 53.1544663,133.975712 C53.8522224,130.982905 54.6389541,128.009423 55.5109151,125.058887 C55.9785834,123.476432 51.5685151,124.465882 50.2501151,123.480659 C48.8577249,122.440181 47.1056859,122.403949 45.557198,123.161209 C43.0112468,124.406098 41.2507785,126.369297 39.8921054,128.632924 C32.5895493,133.330471 25.2869932,138.02832 17.9844371,142.726169 C16.1468566,143.908255 15.1824859,146.388069 16.4687298,148.317451 C17.6500761,150.089826 20.2815688,151.049988 22.249959,149.783661 C23.2215102,149.15865 24.1930615,148.533639 25.1646127,147.908628 C23.2112078,150.24472 21.3505249,152.649956 19.702759,155.194687 C17.8161639,158.108084 16.275481,161.231327 15.1340956,164.487424 C15.0660371,164.680664 15.021081,164.881754 14.9942322,165.08677 C16.481842,164.56321 17.9145054,163.822557 19.2797346,163.047785 C25.0222517,159.789575 30.3148956,155.790108 34.9725346,151.189181 C39.798759,146.421886 44.1276566,140.88616 49.4181151,136.73663" id="Fill-5" fill="#161C23"></path>
21
+ <path d="M80.2388293,73.6932736 C80.2388293,73.6932736 79.6153756,85.398191 78.652878,90.0338407 C77.6906927,94.6697924 72.1176976,100.039151 70.2798049,100.670201 C68.4419122,101.301552 60.2686439,108.454155 59.0226732,112.828628 C57.7770146,117.203102 56.8507317,124.102077 61.2817171,143.198731 C65.7130146,162.295688 62.9859902,175.814647 57.281561,186.900894 C51.5771317,197.987141 38.8314537,209.44145 34.5662439,221.807007 C30.3010341,234.172867 80.2388293,253.705217 80.2388293,253.705217 L132.311727,229.202972 C132.311727,229.202972 126.440898,203.413868 125.157776,192.247305 C123.874654,181.080743 125.007922,161.884751 138.738888,137.774118 C140.923941,123.994889 142.57358,94.7220276 138.738888,94.2893508 C134.904195,93.8566741 117.202107,90.9151969 112.60722,85.5391959 C110.477424,82.3803235 111.088078,69.4145142 111.088078,69.4145142 L80.2388293,73.6932736 Z" id="Fill-7" fill="#345468"></path>
22
+ <path d="M73.7011824,148.409271 C71.897319,149.007409 78.6198166,139.365934 77.1425093,140.370179 C76.966119,140.445663 73.1489093,143.121435 73.0870946,143.149818 C72.80768,143.258817 70.5411434,143.760939 70.2592312,143.863296 C69.5967532,144.103639 68.7385288,142.994018 68.0626263,143.196014 C67.236558,143.442697 62.1240507,143.010322 61.2817483,143.198731 C62.9891434,157.448682 61.9938654,177.743425 57.2815922,186.900894 C54.7159727,191.886792 50.7264312,196.94757 46.724402,202.13184 C47.0241093,203.051241 47.6406946,203.863453 48.5682263,204.337495 C50.5615922,205.355931 53.1971434,204.864075 54.3497678,202.871286 C58.2203629,196.177629 61.302041,189.009023 63.4115434,181.613663 C64.4324215,178.034493 65.1248702,174.383462 66.0386654,170.779534 C66.5119532,168.912049 67.0542361,167.058152 67.7582361,165.258603 C67.8465873,165.033659 68.3551532,163.911357 68.0036215,164.646273 C68.1681483,164.30297 68.329241,163.959063 68.5040702,163.620289 C68.8552898,162.940023 69.238041,162.275156 69.6541971,161.630217 C69.8917776,161.261249 70.1402849,160.899226 70.4003434,160.544751 C70.4259434,160.509726 70.4915044,160.422164 70.5542556,160.338226 C70.6329288,160.24221 70.7353288,160.116 70.7621776,160.084598 C71.3313093,159.425166 71.9444605,158.801967 72.604441,158.227077 C72.7133971,158.132269 72.8267239,158.041386 72.9381776,157.949295 C74.3124605,157.334851 75.6561483,156.647339 76.9570654,155.878606 C78.7606166,154.813369 79.5070751,152.65693 78.686002,150.775254 C77.9139434,149.006201 75.7039141,147.745008 73.7011824,148.409271" id="Fill-9" fill="#161C23"></path>
23
+ <path d="M127.915208,148.04764 C127.155013,149.01535 126.451949,150.011443 125.794779,151.028973 C124.946232,151.624394 124.404574,152.606899 124.237237,153.642848 C122.872632,156.1441 121.776827,158.764013 120.902369,161.460015 C120.696944,161.370641 120.481218,161.299686 120.257061,161.250168 C118.256203,160.809641 116.687735,161.622457 115.485159,163.128221 C115.2123,163.470014 114.952554,163.818752 114.704047,164.173529 C114.189861,163.711564 113.60793,163.382754 112.992593,163.197666 C112.981666,162.790956 112.976047,162.383944 112.979793,161.97663 C112.999149,159.838609 111.02233,157.791774 108.754232,157.889903 C106.448047,157.989845 104.549276,159.685225 104.528671,161.97663 C104.499637,165.190153 104.978857,168.378616 105.582642,171.537186 C105.486798,172.146496 105.399071,172.752787 105.301979,173.345491 L103.610818,183.686858 C102.47193,190.651655 101.333042,197.616452 100.194154,204.580948 C99.861042,206.618121 100.558798,208.552334 102.640827,209.402289 C104.74034,210.259188 106.608827,209.36817 107.917237,207.730158 C108.319344,207.226526 108.705842,206.71142 109.078603,206.188162 C109.213471,206.699946 109.365822,207.210825 109.541276,207.719892 C110.109471,209.372397 111.705725,210.802978 113.615422,210.720247 C115.444261,210.641139 117.231579,209.514006 117.690193,207.719892 C118.306466,205.30741 118.618349,202.888285 118.751032,200.463725 C118.874349,200.89459 119.000164,201.325455 119.13191,201.754811 C119.732574,203.713481 121.680983,204.953237 123.76832,204.682097 C124.9531,204.528108 126.137881,203.809195 126.83033,202.805856 C126.093549,198.790084 125.480398,195.05602 125.157588,192.247396 C124.03993,182.519869 124.757666,166.699238 134.03673,146.845324 C133.775735,146.659632 133.494447,146.499001 133.191618,146.375509 C131.103969,145.52344 129.208944,146.400268 127.915208,148.04764" id="Fill-11" fill="#161C23"></path>
24
+ <path d="M19.8473678,156.632363 C23.1163629,158.6949 24.9854751,162.271352 26.4053385,165.787718 C27.8255141,169.304085 28.9921873,173.009163 31.4057678,175.975701 C34.578919,179.875528 39.5047337,182.008718 44.3462556,183.651863 C49.1877776,185.295008 54.2459629,186.641952 58.4403044,189.500397 C55.0292605,192.331063 51.5748215,195.112815 48.0785483,197.844445 C47.4591532,198.328452 46.8132215,198.823328 46.0433483,199.019889 C45.177319,199.240605 44.2628995,199.057933 43.3875044,198.874657 C34.3894166,196.991471 24.8883824,194.855866 18.2779629,188.658594 C15.8690654,186.400402 13.9615532,183.697154 12.1402068,180.972468 C7.90184585,174.632984 4.03187512,168.062819 0.554958049,161.303641 C0.332675122,160.870965 0.106645854,160.379108 0.267114146,159.921672 C0.427270244,159.464539 0.91585561,159.206986 1.36791415,159.002876 C7.02051902,156.450898 13.4358166,155.504324 19.6182166,156.309894" id="Fill-24" fill="#00879F"></path>
25
+ <path d="M44.346318,183.651833 C39.5047961,182.008688 34.5789815,179.875498 31.4058302,175.975972 C28.9922498,173.009132 27.8255766,169.304055 26.405401,165.787688 C25.6530107,163.924431 24.7713717,162.046076 23.6249912,160.383003 C24.8206985,159.593738 25.9895571,158.767032 27.1362498,157.912549 C26.0732254,139.878413 33.4045034,121.481348 46.8391961,108.907454 C49.7407376,106.191524 52.9482302,103.71171 56.6327571,102.114459 C60.6010693,100.39432 64.9202888,99.7735361 69.2913327,99.5555371 C63.6587083,99.1449018 58.0382595,99.3752803 52.9185717,101.53021 C44.6931668,104.992228 39.423001,112.685601 34.0185912,119.61024 C23.8350985,132.659384 11.6860254,144.174383 1.37921561,157.132644 C0.553771707,158.170404 -0.306013659,159.447298 0.107020488,160.694301 C0.233459512,161.076252 0.464796098,161.399024 0.752952195,161.681637 C4.17929366,168.307358 7.98120585,174.751313 12.1399571,180.972438 C13.9616156,183.697124 15.86944,186.400372 18.2780254,188.658564 C24.8884449,194.855836 33.2808741,197.237822 42.278962,199.121008 C43.1543571,199.304284 46.4186693,200.018971 47.2843863,199.797952 C48.0545717,199.601391 47.4592156,198.328421 48.0786107,197.844415 C51.5748839,195.112785 55.0293229,192.331033 58.4403668,189.500367 C54.2457132,186.641922 49.18784,185.294978 44.346318,183.651833" id="Fill-26" fill="#00CABC"></path>
26
+ <path d="M136.457897,128.689266 C145.988277,132.55588 153.078228,140.461515 159.197565,148.516609 C165.316901,156.571704 168.504726,165.608398 176.521272,171.917386 C176.90777,172.221739 179.763731,172.093718 180.227653,172.269144 C181.077136,172.590405 182.029019,172.449098 182.928453,172.302961 C185.17657,171.937918 188.067184,172.283335 188.04814,170.078887 C188.041272,169.245539 189.761467,167.721962 187.788394,164.153662 C185.939262,160.809098 182.989019,155.170411 181.284745,151.754891 C174.645604,138.447892 170.528375,128.829969 164.072804,115.439031 C162.310462,111.782565 157.995614,105.371522 155.301058,102.292059 C148.415906,94.4232602 139.443419,93.7668476 128.836901,94.7840758 C129.808765,101.432744 130.780628,108.081111 131.753116,114.729477 C132.336921,118.724415 133.042794,122.97902 135.848804,125.964278 C136.568101,126.72969 137.375126,128.043723 136.466014,128.58872" id="Fill-28" fill="#345468"></path>
27
+ <path d="M66.1056,108.586977 C66.1056,108.586977 45.0939317,128.277543 53.6611902,140.468278 C62.228761,152.658712 80.2186927,148.268537 92.2101073,140.83785 C97.327922,137.665995 103.815024,111.526341 103.815024,111.526341 C103.815024,111.526341 72.6445268,101.275857 66.1056,108.586977" id="Fill-30" fill="#345468"></path>
28
+ <path d="M77.8699239,99.3852442 L77.3657288,100.449575 C74.7073873,100.097817 71.9978459,99.7530043 69.2914263,99.5555371 C64.9203824,99.7735361 60.6011629,100.39432 56.6328507,102.114459 C52.9480117,103.71171 49.7408312,106.191524 46.8389776,108.907454 C46.5951532,109.135719 46.3575727,109.370022 46.1174946,109.602213 C47.2223532,113.150283 49.1382946,116.489714 51.3430166,119.528415 C54.2276995,123.504331 58.8628605,128.963063 62.0675434,132.724905 C64.48768,131.985157 65.5051239,129.625212 67.7104702,128.564203 C70.118119,124.037553 73.7008702,120.06375 76.9483239,115.935356 C78.8801873,110.524028 80.6712507,104.396806 77.8699239,99.3852442" id="Fill-32" fill="#161C23"></path>
29
+ <path d="M94.4542283,142.134039 C94.4542283,142.134039 100.723731,150.520359 122.280492,149.005537 C143.837253,147.490716 141.05497,127.852385 141.037175,118.81237 C141.01938,109.772354 137.495321,105.900909 138.739106,94.2892904 C121.449428,96.7301549 110.164823,93.4692276 104.637721,99.1024795 C99.1109307,104.735731 94.4433015,101.216044 94.4542283,142.134039" id="Fill-34" fill="#00ADB9"></path>
30
+ <path d="M75.3103298,79.8085389 C75.1273834,80.3737663 103.652027,78.3450468 117.59154,81.3861634 C122.988144,91.3301801 128.492457,101.621727 129.429979,112.815464 C129.850505,117.840009 129.328827,122.904411 128.363832,127.858303 C127.437549,132.614124 126.066076,137.375983 123.376203,141.45637 C120.053198,146.49722 114.935383,150.185691 111.210271,154.956307 C108.838213,157.994404 107.065569,161.42804 105.482115,164.913307 C100.053042,176.861888 96.6966322,189.688202 95.5952078,202.695679 L82.6172566,203.740987 C85.5134907,188.085517 80.73472,172.159812 76.0055883,156.927658 C75.573198,155.536027 75.125198,154.112693 74.2279493,152.947213 C73.1742907,151.57853 71.6030127,150.692342 70.2156176,149.637976 C63.5721054,144.590785 61.2974517,135.60844 62.2000078,127.484504 C63.1028761,119.36087 66.6640859,111.776798 69.8303688,104.202087 C72.9969639,96.6270734 75.8532371,88.6296492 75.2329054,80.4812561 L75.3103298,79.8085389 Z" id="Fill-36" fill="#00CABC"></path>
31
+ <path d="M82.3505795,96.7089287 C81.8466966,96.125887 81.3259551,95.5552247 80.848921,94.9782217 C79.9863259,93.934725 79.3182283,93.0452165 77.8365502,93.0775238 C76.4394771,93.1080195 75.0055649,93.4042204 73.650638,93.7100833 C73.6456429,93.7112911 73.6406478,93.7124988 73.6353405,93.7137066 C72.6238283,97.2789871 71.2595356,100.783578 69.8303063,104.201815 C66.6640234,111.776828 63.1028137,119.3609 62.2002576,127.484534 C62.0085698,129.207995 61.9617405,130.970103 62.0675746,132.724965 C62.9329795,133.743099 63.7952624,134.761837 64.6472429,135.785104 C64.7983454,135.966266 65.1654868,135.871458 65.2048234,135.642891 C67.0168039,125.141195 76.5440624,118.260639 81.528882,109.265612 C82.7227161,107.111589 83.6680429,104.813541 84.1488234,102.408003 C84.1531941,102.38566 84.1575649,102.363316 84.1619356,102.340671 C83.6755356,100.233146 83.0299161,98.3421098 82.3505795,96.7089287" id="Fill-38" fill="#00B1B2"></path>
32
+ <path d="M51.7197737,195.572485 C47.1230127,201.833163 41.5990322,208.24934 37.7752663,214.913709 C45.5280078,215.615714 65.0620566,218.461779 83.7700371,229.865665 C101.670681,224.556996 125.08313,221.560566 130.485354,220.913513 C129.187559,214.884119 127.472671,206.614951 126.288827,199.773344 C122.508457,199.807765 99.289881,199.685782 89.5431493,192.797979 C80.601881,197.040808 59.4525346,196.045319 51.7197737,195.572485" id="Fill-40" fill="#DAD7D0"></path>
33
+ <path d="M51.7197737,195.572485 C50.3848273,197.390452 48.9712078,199.222308 47.5441639,201.068959 C49.0673639,201.282127 50.6164761,201.249518 52.1396761,200.938824 C53.3366322,200.694858 54.4408663,200.189716 55.6197151,199.891704 C57.0267785,199.535719 58.4204176,199.667364 59.78752,200.118157 C62.1851785,200.90863 64.166681,202.510108 66.4397737,203.550283 C68.4618615,204.476024 70.6428566,204.919269 72.8756761,204.920778 C73.0901541,204.92108 73.2578029,204.714253 73.1972371,204.512559 C72.8310322,203.290315 72.2437932,202.182505 71.4558127,201.205435 C73.3327298,201.997719 75.3382712,202.424659 77.4159298,202.470554 C77.6266615,202.475385 77.8024273,202.259801 77.7374907,202.062334 C77.2520273,200.583443 76.4693541,199.264277 75.3994615,198.129595 L77.0881249,197.916729 C77.2826224,197.892272 77.4006322,197.7875 77.4218615,197.593958 C77.5045932,196.840019 77.3029151,196.16851 76.950759,195.557992 C67.5817834,196.414589 56.7792078,195.881669 51.7197737,195.572485" id="Fill-42" fill="#C1BBB1"></path>
34
+ <path d="M169.6896,161.26907 C169.637151,159.023861 172.068527,157.318516 174.389073,157.248769 C176.70962,157.179021 178.878127,158.280792 180.894595,159.393734 C182.881717,160.49007 184.868215,161.645586 186.472585,163.222908 C188.076644,164.800231 189.282029,166.86307 189.366322,169.074159 C189.441561,171.035547 188.646088,172.922959 187.793171,174.704392 C183.302868,184.083181 176.87321,192.457122 171.680156,201.490192 C168.794537,206.510511 166.294478,211.727391 163.797541,216.939137 C162.385171,219.887559 160.972176,222.835981 159.559805,225.784705 C158.859863,227.245479 158.140566,228.734636 156.994498,229.902531 C154.936507,232.000394 151.8464,232.747388 148.933307,233.399876 C148.428176,233.512801 147.894946,233.625121 147.400117,233.477474 C146.833483,233.308389 146.430751,232.834648 146.070478,232.379326 C143.573229,229.227097 141.420644,225.820031 139.659863,222.232709 C142.026615,221.209141 144.443629,220.153566 146.320859,218.424067 C148.155005,216.735028 149.353522,214.512162 150.429346,212.294732 C157.272351,198.185786 160.493268,182.531221 168.375259,168.938891 C169.007454,167.848594 169.677737,166.751956 169.963083,165.53243 C170.248117,164.312904 170.084527,162.920669 169.206946,162.002476 L169.6896,161.26907 Z" id="Fill-44" fill="#161C23"></path>
35
+ <path d="M78.6530029,90.0338709 C78.6530029,90.0338709 85.2540566,98.4066037 85.0096078,110.379642 C84.7654712,122.35268 82.9734712,119.753298 91.8510517,142.51759 C95.760359,127.078911 102.1947,114.318117 103.497803,103.841784 C104.800905,93.3654516 109.026466,86.0422543 111.800632,83.4416648 C111.024827,71.5389782 111.088203,69.4142425 111.088203,69.4142425 L80.2389541,73.6933038 C80.2389541,73.6933038 79.4016468,87.8466341 78.6530029,90.0338709" id="Fill-46" fill="#C68657"></path>
36
+ <path d="M94.2757151,133.203446 C94.2313834,133.229412 94.1873639,133.255681 94.1436566,133.281648 C94.075598,133.25236 94.0012956,133.24149 93.9326127,133.255983 C93.9269932,133.111657 93.7896273,132.995109 93.6394615,132.967934 C93.7293737,132.877957 93.8208468,132.789489 93.915442,132.702229 C94.1948566,132.445582 93.8389541,132.020756 93.5114615,132.195578 C93.4590127,132.223658 93.1596176,132.403009 92.8886322,132.561224 C92.3956761,128.599198 92.1774517,124.524246 92.2539395,120.426951 C92.2608078,120.066136 92.00512,120.019637 91.9330029,120.285946 C91.8855493,120.218916 91.8215493,120.195667 91.7544273,120.266019 C91.0229541,121.036564 91.120359,122.932129 91.0591688,124.289339 C90.9536468,126.631771 90.7653932,128.960013 90.4984663,131.255646 C90.4185444,131.94346 90.3305054,132.626745 90.2365346,133.30701 C90.0139395,134.388249 89.7804176,135.462242 89.5431493,136.533819 C89.9930224,137.71832 90.4825444,138.992196 91.016398,140.370239 C91.1834224,140.184246 91.3501346,139.997044 91.5193444,139.818297 C91.6123785,139.978626 91.8480859,140.047468 92.0422712,139.897405 C92.1630907,139.803804 92.2817249,139.70809 92.4000468,139.612678 C92.3838127,139.643475 92.3660176,139.672763 92.3504078,139.703561 C92.264242,139.872948 92.3441639,140.055016 92.4793444,140.142276 C93.1312078,137.759384 93.83552,135.442012 94.5629346,133.188953 C94.4742712,133.151512 94.3709346,133.146983 94.2757151,133.203446" id="Fill-48" fill="#BB6D35"></path>
37
+ <path d="M114.535024,70.9985399 C114.484449,70.9647228 114.426693,70.9336232 114.362068,70.905845 C113.68679,70.6177964 116.308917,61.7981958 115.646751,62.0107599 C113.613424,62.6629454 107.613971,72.8768944 105.580332,73.5290798 C102.712507,74.449386 99.8321951,75.3724096 96.8572878,75.8857037 C93.8826927,76.3989978 90.7882146,76.4913907 87.8635707,75.7555685 C85.5942244,75.1846043 82.6227512,69.6060031 80.6808976,68.3514519 C79.702478,67.7191943 79.6887415,71.4614104 78.7078244,70.8424381 C76.7681561,69.6186845 78.9113756,71.8204143 78.8885854,72.0818924 C78.72,74.0390526 79.0253268,75.9427699 79.8098732,77.7586233 C79.844839,77.8398446 79.8966634,77.9047612 79.9581659,77.9530712 C79.9050927,78.700669 79.8464,79.5050311 79.7820878,80.334152 C79.7892683,80.343814 79.7948878,80.3540799 79.8023805,80.3637419 C81.6299707,82.7010418 82.5365854,85.5063451 82.2656,88.4402738 C82.1219902,89.9952531 81.4897951,91.4270417 80.9643707,92.8857028 C80.9006829,93.0623364 80.8413659,93.2398757 80.7845463,93.4174151 C82.6898732,96.9380088 85.1608976,102.968611 85.0097951,110.379672 C84.8334049,119.020827 83.8518634,120.07308 86.656,128.546358 C86.718439,126.36818 86.9191805,124.186378 87.0506146,122.037487 C87.4236878,115.92657 86.9223024,109.831353 85.4621659,103.919111 C85.3307317,103.310706 85.1821268,102.704717 85.0151024,102.10054 C84.5508683,100.423578 83.9729951,98.7312169 83.958322,96.9793743 C83.9433366,95.2239084 84.7291317,93.6562478 85.2932683,92.0239726 C85.8055805,90.5426661 86.0862439,88.977723 86.0928,87.4142895 C86.0962341,86.6437444 86.0350439,85.8722936 85.9139122,85.109297 C87.4024585,86.3191614 88.8922537,87.7491384 90.5740488,88.6709542 C92.3529366,89.6456092 94.208,89.4901113 96.1626537,89.2721122 C98.2534244,89.0390163 100.359493,88.8062223 102.43278,88.4514455 C104.589737,88.0830815 105.919688,86.9885573 107.413854,85.5335195 C108.832156,84.1524564 110.250459,82.7713933 111.668761,81.3903301 C111.551063,79.5213357 111.457405,77.9367666 111.382166,76.5904263 C111.670634,76.0861903 111.991259,75.597957 112.3456,75.1290478 C112.82919,74.4895437 113.377093,73.9043884 113.960273,73.3494269 C114.288702,73.0369214 114.595278,72.8174126 114.678634,72.3593731 C114.73202,72.0652858 114.497561,71.8644972 114.223141,71.812262 C114.878439,71.7551958 114.960859,71.283871 114.535024,70.9985399" id="Fill-50" fill="#BB6D35"></path>
38
+ <path d="M67.6533073,192.273574 C66.7114146,191.809798 65.7361171,191.480082 64.7364683,191.188108 C64.7389659,191.188108 64.7411512,191.18841 64.7436488,191.18841 C65.2531512,191.221925 65.8432,191.198374 66.3124293,191.405503 C66.6861268,191.570361 67.0264195,191.865656 67.3639024,192.087882 C67.4594341,192.150987 67.5571512,192.211073 67.6533073,192.273574 M77.7041171,199.649912 C77.0984585,199.057208 76.4746927,198.481413 75.8343805,197.924036 C74.2958829,196.585244 72.6584195,195.344582 70.9422829,194.21926 C71.2341854,194.373853 71.5260878,194.528143 71.822361,194.674583 C73.1916488,195.350923 74.9287024,196.300215 76.4878049,196.39442 C76.8999024,196.419481 77.4737171,196.417065 77.7621854,196.088255 C78.1143415,195.687282 77.7912195,195.375984 77.5320976,195.012451 C76.5824,193.681509 75.4678634,192.420014 74.3773659,191.197166 C73.7891902,190.538036 73.1769756,189.849014 72.5113756,189.221587 C73.9624585,189.51175 76.3164098,189.812781 76.080078,188.499956 C75.9636293,187.851696 74.8440976,187.373125 74.3617561,187.027104 C73.2247415,186.211872 72.0877268,185.39664 70.9507122,184.581409 C70.0366049,183.926204 69.0972098,183.053302 68.0379317,182.624248 C67.0326634,182.216934 65.8344585,182.420742 64.7842341,182.506795 C62.1193366,182.725699 59.4825366,183.163207 56.8885073,183.79003 C56.8354341,183.803013 56.7932878,183.825055 56.7592585,183.852833 C54.5401756,184.255014 52.312039,184.511359 50.0657951,184.781593 C48.0062439,185.02888 44.9298732,199.453955 45.9382634,199.638137 C48.156722,200.042733 50.6733268,199.726302 52.6819902,199.363675 C53.6088976,199.196402 54.492722,198.927073 55.4030829,198.701828 C56.5416585,198.419818 57.5494244,198.850381 58.6358634,199.174058 C60.464078,199.71815 62.2851122,200.287303 64.0746146,200.941904 C65.8291512,201.583521 67.5593366,202.310587 69.3841171,202.750209 C70.1065366,202.924125 72.523239,203.662966 73.0355512,202.822976 C73.5403707,201.995364 72.1660878,200.869137 71.6615805,200.424684 C70.5027122,199.403229 69.1162537,198.666199 67.6739122,198.090404 C65.6103024,197.266114 63.4589659,196.603965 61.2920195,195.988012 C63.5382634,196.293271 65.7870049,196.604568 67.8930732,197.434897 C70.9235512,198.629967 73.5010341,200.902954 76.8115512,201.409907 C77.3706927,201.495657 78.5626537,201.623377 78.5420488,200.766478 C78.5308098,200.30874 77.9963317,199.935847 77.7041171,199.649912" id="Fill-56" fill="#C68657"></path>
39
+ <path d="M59.3272507,186.730179 C57.71008,185.732576 55.9908215,184.901644 54.1981971,184.26063 C52.8260995,184.45387 51.449319,184.615105 50.0656702,184.781473 C48.0064312,185.02876 46.127641,185.628106 44.6490849,187.090994 C44.4720702,187.266118 44.3034849,187.4503 44.1427044,187.641125 C43.3809483,188.323806 42.7421971,189.148096 42.2788995,190.097992 C41.1384507,192.435896 40.9127337,196.362294 43.039719,198.279598 C43.025358,198.386182 43.0593873,198.498503 43.1739629,198.575799 C44.2257483,199.284447 45.5094946,199.634393 46.858802,199.76483 C45.5400898,196.457404 48.6192702,193.550348 51.0369093,191.580808 C53.4392507,189.62395 56.2433873,188.192765 59.247641,187.319863 C59.5279922,187.23834 59.5695141,186.879638 59.3272507,186.730179" id="Fill-60" fill="#00CABC"></path>
40
+ <path d="M68.4054478,148.061348 C68.5930771,148.216544 70.020121,149.489815 70.2155551,149.638066 C70.6879063,149.99707 71.1811746,150.33675 71.6685112,150.682469 C78.5608429,148.981654 85.4278868,144.76298 90.6646478,140.050034 C90.7202185,140.000215 90.7745405,139.942545 90.8288624,139.88578 C90.448921,138.902973 78.1659161,148.086409 68.4054478,148.061348" id="Fill-62" fill="#00B1B2"></path>
41
+ <path d="M52.9184156,101.53021 C50.091801,102.719844 47.6142205,104.409488 45.3604839,106.395634 C45.5306302,107.482006 45.7872546,108.552677 46.1150595,109.604628 C46.355762,109.371834 46.594279,109.136625 46.83904,108.907454 C49.7408937,106.191524 52.9480741,103.71171 56.6329132,102.114459 C60.6009132,100.39432 64.9204449,99.7735361 69.2914888,99.5555371 C63.6585522,99.1449018 58.0384156,99.3752803 52.9184156,101.53021" id="Fill-64" fill="#00B1B2"></path>
42
+ <path d="M129.096617,123.385005 L128.82126,123.114167 L91.8433093,142.51759 C90.2320702,143.47594 83.1664702,155.950799 94.5594068,168.42596 C96.670158,170.737595 99.0980995,172.735215 101.652168,174.457165 C102.785124,171.224318 104.062002,168.038573 105.481865,164.913518 C107.065631,161.428251 108.837963,157.994615 111.210334,154.956518 C114.935446,150.185902 120.053573,146.497129 123.376265,141.456279 C126.066139,137.375893 127.437612,132.614033 128.363582,127.858212 C128.652363,126.375698 128.900558,124.88322 129.096617,123.385005" id="Fill-66" fill="#00B1B2"></path>
43
+ <path d="M159.197534,148.516609 C165.317182,156.571704 168.504695,165.608398 176.521241,171.917386 C176.679524,172.042086 177.251465,172.09402 177.903641,172.124213 C177.837768,172.107607 177.771582,172.090094 177.706646,172.076507 C177.417241,171.898666 176.86247,171.548418 177.042295,171.722032 C176.755387,171.471726 176.491895,171.202398 176.224031,170.930352 C176.213729,170.919784 176.202802,170.906801 176.191251,170.893213 C176.198119,170.904083 176.203739,170.912839 176.211231,170.924313 C176.20249,170.910726 176.192812,170.897742 176.183758,170.884155 C176.116324,170.80233 176.040148,170.684876 176.016421,170.642605 C175.97927,170.59037 175.941807,170.538135 175.906217,170.484994 C175.673943,170.138067 175.459153,169.781177 175.255914,169.418248 C174.788558,168.583692 174.388012,167.716527 173.986217,166.851777 C172.18329,162.97067 170.38848,159.085637 168.589612,155.202718 C166.889085,151.531759 165.375875,147.676921 163.250451,144.210676 C161.046353,140.615805 157.857904,137.782724 154.807134,134.878989 C151.264343,131.50725 147.721553,128.135512 144.179075,124.763471 C142.601553,123.262237 139.75527,123.128177 138.203036,124.763471 C137.096617,125.928951 136.716051,127.577531 137.212753,129.008112 C146.364441,132.978291 153.241163,140.675891 159.197534,148.516609" id="Fill-68" fill="#161C23"></path>
44
+ <path d="M188.57984,166.096238 C188.43904,165.525878 188.192094,164.883053 187.788738,164.153571 C185.939606,160.809007 182.98905,155.17032 181.284777,151.754801 C176.943391,143.053862 173.680016,135.929339 170.136913,128.296656 C171.780308,133.067876 173.213596,137.899785 174.315957,142.820162 C175.403645,147.678038 176.162591,152.731569 175.127977,157.600315 C174.340308,161.307204 172.339138,164.911435 169.322708,167.234845 C169.035177,167.814868 168.700503,168.377982 168.375196,168.938982 C160.493206,182.531312 157.272289,198.185575 150.429284,212.294822 C149.353772,214.512253 148.155255,216.734816 146.32142,218.424158 C144.443567,220.153355 143.058669,220.653364 139.659801,221.15911 C141.420269,224.746432 143.573167,229.227187 146.070416,232.379417 C146.430689,232.834437 144.124191,236.756608 144.690201,236.925693 C145.185655,237.073341 146.033577,236.547969 146.538084,236.435044 C149.451489,235.782557 154.936445,232.000485 156.994435,229.902622 C158.140503,228.734727 158.859801,227.24557 159.559742,225.784795 C160.972113,222.836072 162.385108,219.88765 163.797479,216.939228 C166.294416,211.727481 168.794474,206.510601 171.680094,201.490283 C176.873147,192.457212 183.303118,184.08297 187.793108,174.704181 C188.645713,172.92305 189.441811,171.035637 189.366572,169.073948 C189.326923,168.036792 189.038455,167.033453 188.57984,166.096238" id="Fill-72" fill="#00CABC"></path>
45
+ <path d="M73.8039259,201.903726 C73.6734283,201.801067 73.5291941,201.708675 73.3796527,201.620509 C72.7958478,200.996705 71.6304234,200.836376 70.8817795,200.617774 C70.660121,200.552857 70.5121405,200.69507 70.4815454,200.862645 C70.4490771,200.884988 70.4197307,200.913673 70.3956917,200.949905 C69.8365502,201.793519 70.2036917,202.303492 71.0469307,202.685745 C71.7674771,203.012442 72.9432039,203.527245 73.7452332,203.26305 C74.463282,203.026633 74.2728429,202.272392 73.8039259,201.903726" id="Fill-82" fill="#00B1B2"></path>
46
+ <path d="M78.8648898,200.248534 C78.7050459,200.089413 78.5255337,199.947502 78.3382166,199.812838 C77.9086361,199.341815 77.3351337,198.946579 76.8762068,198.561306 C76.6486166,198.370481 76.3748215,198.046804 76.0516995,198.01812 C76.0161093,198.015101 75.9876995,198.017516 75.9589776,198.019932 C75.8906068,197.980378 75.8075629,197.967998 75.7170263,198.003929 C75.6895532,198.014799 75.6645776,198.027178 75.6383532,198.038954 C75.638041,198.038048 75.6377288,198.037444 75.6374166,198.036538 C75.6264898,198.041369 75.6171239,198.04771 75.6065093,198.053145 C75.2599727,198.216795 75.0351922,198.46227 74.9633873,198.85328 C74.9552702,198.897967 74.9568312,198.939634 74.9646361,198.978282 C74.9590166,199.017232 74.9555824,199.056484 74.9605776,199.096642 C75.0074068,199.480706 75.5440702,199.76332 75.8222361,199.973167 C76.3704507,200.386821 76.9505093,200.757299 77.5636605,201.074636 C77.9083239,201.253081 78.4200117,201.609971 78.8321093,201.589439 C79.7256117,201.545054 79.2017483,200.583685 78.8648898,200.248534" id="Fill-84" fill="#00B1B2"></path>
47
+ <path d="M78.7563707,196.052355 C78.5381463,195.607298 78.1369756,195.169489 77.8428878,194.767308 C77.3686634,194.118142 76.9337756,193.360278 76.1226927,193.08008 C75.7845854,192.963532 75.6088195,193.377186 75.7927024,193.598507 C75.7942634,193.608169 75.7927024,193.617529 75.7948878,193.627493 C75.9100878,194.136258 76.5532098,194.694541 76.8794537,195.102157 C77.3240195,195.657118 77.7795122,196.203323 78.2531122,196.735338 C78.3970341,196.896874 78.6727024,196.836487 78.7769756,196.670119 C78.9165268,196.447591 78.8643902,196.272467 78.7563707,196.052355" id="Fill-86" fill="#00B1B2"></path>
48
+ <path d="M77.0982712,188.645007 C75.958759,187.948437 74.8189346,187.251867 73.6794224,186.555296 C73.6778615,186.55439 73.6769249,186.554692 73.6756761,186.553787 C73.629159,186.505175 73.5685932,186.518158 73.5308176,186.557108 C73.4493346,186.547446 73.3691005,186.628063 73.4187395,186.714417 C73.7178224,187.235562 74.1917346,187.566486 74.7302712,187.837928 C75.46112,188.206594 76.2278712,188.518495 76.985881,188.830699 C77.1145054,188.88384 77.2228371,188.721095 77.0982712,188.645007" id="Fill-88" fill="#00B1B2"></path>
49
+ <path d="M118.456663,23.7479145 C118.734829,19.5346756 96.1475122,7.74068659 95.392,7.72498583 C94.6364878,7.74068659 72.0491707,19.5346756 72.3273366,23.7479145 C72.6051902,27.9611533 72.2346146,36.5669821 72.4200585,41.138621 C72.6051902,45.7102599 72.2611512,59.8593631 73.1880585,62.0106693 C74.1927024,64.3425343 76.3078244,66.5019928 77.9093854,68.4528124 C80.3863415,71.4709818 84.3125073,74.4067222 87.236839,77.0320706 C90.708761,80.1486717 93.1754146,81.4427767 97.7734244,80.277901 C102.060488,79.1918311 105.042888,75.9402638 107.919766,72.880427 C109.878166,70.7970568 112.765659,67.1010373 114.553912,64.8790776 C115.564176,63.6236206 117.112663,63.8005561 117.753912,62.3126071 C118.68082,60.1613008 118.178498,45.7102599 118.363941,41.138621 C118.549385,36.5669821 118.178498,27.9611533 118.456663,23.7479145" id="Fill-90" fill="#C68657"></path>
50
+ <path d="M82.2587941,48.3046899 C79.1196722,46.9139648 76.9343063,44.1965254 77.5452722,40.6988789 C77.4450576,40.4102265 77.3638868,40.1224798 77.3198673,39.8380545 C77.1884332,38.9841746 77.3941698,38.1547517 78.2886088,37.5164554 C79.4549698,36.6834093 80.5813698,35.7452888 81.716199,34.8264923 C82.4710868,34.6383851 83.3277502,33.9952578 83.5943649,33.2382999 C81.5176429,32.2497559 79.389721,31.3626629 77.2180917,30.5881926 C75.6468137,31.2449071 74.4379941,32.7322523 73.383399,34.2292595 C73.4914185,37.1172937 73.7564722,40.000195 74.1807454,42.8607529 C74.2125893,43.0742229 74.2453698,43.2889006 74.2837698,43.5023706 C74.2990673,43.8435602 74.3502673,44.1657277 74.4326868,44.4694771 C75.3733307,47.2159025 78.1830868,48.7255911 81.3169015,48.2959337 C81.637838,48.2923105 81.9528429,48.2941221 82.2587941,48.3046899" id="Fill-92" fill="#BB6D35"></path>
51
+ <path d="M114.940503,44.531797 C114.888679,43.5000759 114.97266,42.4028342 114.723216,41.3934564 C114.688562,41.2533573 114.557128,41.1866291 114.42226,41.1718341 C113.394201,41.0592114 112.017733,42.2733029 111.894728,43.2920408 C111.890981,43.3110628 111.900347,43.3267636 111.900347,43.3482012 L111.900347,43.4418019 C111.900347,43.4692782 111.892542,43.4904138 111.898474,43.5136631 C111.85664,44.0689265 111.753303,44.5650102 111.52103,45.0873624 C111.314669,45.5511387 110.999977,45.9653973 110.859177,46.4575558 C110.573206,47.4557618 111.001538,48.4249819 111.284386,49.3824264 C111.339333,49.568722 111.566611,49.6629265 111.742064,49.5629851 C112.678025,49.0273476 114.707606,48.8627916 115.12782,47.7887991 C115.438767,46.9928913 114.983899,45.3886963 114.940503,44.531797" id="Fill-94" fill="#BB6D35"></path>
52
+ <path d="M121.052098,26.3155626 C117.118127,27.7395009 113.297483,29.6109108 109.648546,31.8823882 C109.66041,32.0282242 109.685073,32.169531 109.728156,32.3020817 C109.824312,32.5985845 109.973854,32.7878994 110.154302,32.9101842 C110.073444,32.954871 109.992585,33.0007655 109.911415,33.0493775 C109.55239,33.2664707 109.868332,33.9156368 110.226732,33.6991475 C110.728741,33.396002 111.2192,33.1909863 111.705912,33.0913469 C111.739629,33.090441 111.773346,33.0895352 111.806439,33.0895352 C111.860137,33.0895352 111.905405,33.0744383 111.944741,33.0511891 C112.755512,32.9443032 113.558478,33.1402608 114.386732,33.6991475 C115.8656,34.6964477 117.351961,35.8833649 117.770615,37.9806243 C118.562966,41.9489916 115.941776,45.4559982 113.686166,47.8790483 C113.273444,48.3222929 113.135766,49.0620403 113.211941,49.8020896 C113.972137,49.7163393 114.730146,49.6151902 115.475356,49.4189307 C117.096273,48.9916888 118.72999,48.0106932 119.522029,46.2543215 C119.947863,45.3104642 120.09522,44.225602 120.221659,43.1621774 C120.88601,37.5875013 121.163551,31.9457952 121.052098,26.3155626" id="Fill-96" fill="#BB6D35"></path>
53
+ <path d="M102.135633,45.9110183 C102.135633,45.9110183 104.752453,41.0863556 106.48014,40.1723901 C109.702619,39.1865635 114.446111,37.2964334 114.446111,37.2964334 C114.446111,37.2964334 116.067028,39.9848868 114.465467,42.8070986 C110.765955,43.7086846 102.135633,45.9110183 102.135633,45.9110183" id="Fill-98" fill="#FBF5E7"></path>
54
+ <path d="M113.183188,43.1225027 C113.309003,42.4769599 113.4011,41.8205473 113.423266,41.0961987 C113.441061,40.4932291 113.535969,39.873351 113.363013,39.3509988 C113.408281,39.3268437 113.447305,39.2939325 113.47072,39.2462264 C113.606525,38.9678398 113.766369,38.6631846 113.668964,38.3549062 C113.62432,38.2145052 113.4779,38.1206026 113.33273,38.1350956 C113.313686,38.12332 113.294954,38.1115444 113.276535,38.0997689 C113.188808,38.0445143 113.102642,38.0393813 113.029588,38.065046 C112.666193,38.0472317 112.488242,38.0810487 112.156066,38.2425854 C112.070837,38.2842528 112.028379,38.3573217 112.01433,38.4364294 C111.823891,38.423748 111.6091,38.5753208 111.664671,38.8126438 C111.76114,39.2250907 111.988105,39.5804714 112.089569,39.9974474 C112.242857,40.6272895 112.21351,41.3108765 112.242544,41.9521922 C112.265022,42.4380099 112.265022,42.8978611 112.248476,43.3549948 C112.572535,43.2740755 112.885354,43.1964775 113.183188,43.1225027" id="Fill-100" fill="#DAD7D0"></path>
55
+ <path d="M101.98503,45.9918168 L104.229089,45.4024344 C104.229089,45.4024344 113.819411,43.1074059 114.817811,42.9772707 C115.816523,42.8471355 116.773089,42.3199523 116.773089,42.3199523 C116.773089,42.3199523 116.007274,41.453693 114.977967,41.6780327 C114.652972,42.2432601 114.03264,42.8507588 113.535001,42.9268471 C113.037362,43.0029354 105.224055,44.8245256 104.165089,45.0087076 C103.105811,45.1928896 101.98503,45.9918168 101.98503,45.9918168" id="Fill-102" fill="#00B1B2"></path>
56
+ <path d="M111.635325,41.106827 C111.725237,42.5301613 110.605393,43.7545188 109.133705,43.8414768 C107.66233,43.9287368 106.396379,42.8456862 106.306466,41.4223519 C106.285549,41.0944475 106.328944,40.7774129 106.426037,40.4821178 C106.918681,39.972447 110.19673,38.9256289 110.574174,39.2000903 C111.177335,39.6388058 111.585686,40.3208831 111.635325,41.106827" id="Fill-104" fill="#000000"></path>
57
+ <path d="M108.331364,41.451972 C108.331364,41.451972 109.209569,41.9392994 109.71751,41.1542614 C110.804886,41.4133239 111.225413,41.7119403 111.225413,41.7119403 C111.225413,41.7119403 110.78834,43.269637 109.414993,43.4154729 C108.041022,43.5616108 107.355754,42.9550179 107.184047,42.7065232 C107.012027,42.4577265 108.331364,41.451972 108.331364,41.451972" id="Fill-106" fill="#012942"></path>
58
+ <path d="M111.060948,40.9122281 C110.857085,41.0284741 110.494002,40.995261 110.261417,41.0139811 C109.986997,41.0363245 109.711641,41.0517233 109.436285,41.063197 C109.150314,41.0755764 109.177475,41.504328 109.463446,41.4922504 C109.8309,41.4768516 110.197104,41.4536024 110.562997,41.4191815 C110.8165,41.3953284 111.084363,41.3968381 111.308207,41.2694204 C111.554841,41.1287174 111.306958,40.7718271 111.060948,40.9122281" id="Fill-108" fill="#627B8A"></path>
59
+ <path d="M102.133947,45.933875 C102.658435,45.2131497 105.32302,41.0418802 106.478142,40.3890908 C108.669752,39.1502404 111.446728,39.3295914 113.746357,38.289416 C115.924542,37.3041932 116.405635,36.6423457 116.703469,34.3343338 C115.441889,35.4466724 114.951118,36.2480151 113.651762,37.0131252 C112.768562,37.533062 110.261947,38.643287 109.350338,38.92892 C108.526455,39.1873787 107.729733,39.5243412 106.912406,39.7861212 C105.570903,40.2154766 104.401733,41.1086084 103.628738,42.2490271 C103.270962,42.7765123 103.071157,43.3586482 102.797674,43.9193466 C102.481733,44.5673049 102.194825,45.3025232 101.987216,45.9891296" id="Fill-110" fill="#00CABC"></path>
60
+ <path d="M115.170685,30.2081738 C112.1349,31.2326485 109.174665,32.4657621 106.322451,33.9005701 C106.037417,34.0442925 105.753007,34.1895245 105.465163,34.3338507 C103.108402,35.3296413 100.84967,36.8963961 100.07168,39.4061024 C99.985202,39.6847909 99.9171434,39.9755569 99.8665678,40.2780985 C99.4123239,42.6866557 99.1001288,45.4040951 98.8765971,47.6951985 C98.8491239,48.012535 98.8110361,48.327758 98.7576507,48.6384519 C98.7498459,48.7459417 98.7392312,48.8528276 98.7320507,48.9603175 C98.8603629,48.7435262 98.9989776,48.5303582 99.1457093,48.3199076 C99.292441,48.109457 99.4472898,47.9017238 99.6061971,47.6961043 C101.285495,44.8002197 102.84647,42.0827802 103.728421,39.0661205 C103.831134,38.758446 103.950392,38.4607354 104.08807,38.1754043 C104.777397,36.7496544 105.927836,35.6433546 107.759797,35.2423813 C108.020792,35.0896008 108.281787,34.9365184 108.543407,34.783436 C110.897358,33.4059961 113.334978,32.0448609 115.170685,30.2081738" id="Fill-112" fill="#BB6D35"></path>
61
+ <path d="M113.938981,26.9138522 C112.80665,24.4947272 111.27346,22.2739753 110.129264,19.8575678 C109.898552,19.3702404 109.513928,17.6434586 108.951977,17.2267845 C108.42624,16.836681 107.435333,17.2503357 106.905538,17.3931522 C104.231274,18.1138775 101.61383,19.119632 98.9785912,19.9659635 C96.2100449,20.85517 93.4536741,21.7830246 90.7076059,22.7347323 C87.9293815,23.6976117 85.0190985,24.5750427 82.3448351,25.785511 C81.5440546,26.1478362 79.1314107,27.040968 79.8263571,28.2351316 C80.256562,28.9742752 81.3289522,29.5962668 82.0894595,29.9471185 C82.6635863,30.2119178 85.5679376,30.7409127 85.7109229,31.3381455 C85.7808546,31.6310251 86.2110595,31.6086817 86.304718,31.3653199 C87.8653815,30.8988261 89.3682888,30.1485109 90.9258302,29.6346129 C92.6238595,29.0745185 94.3356254,28.5606205 96.0317815,27.9953931 C97.8384546,27.3930273 99.7028839,26.958539 101.51143,26.3625139 C102.74023,25.9576155 103.90503,25.3836319 105.115411,24.9316311 C105.000211,26.5113692 105.476308,27.9694264 106.581479,29.2556811 C107.048523,29.7994709 107.086299,29.8655953 107.705069,29.823324 C108.25703,29.7858837 108.94542,29.488777 109.505499,29.3782678 C110.409616,29.1998226 111.317167,29.0355685 112.216601,28.8368935 C113.790689,28.4890612 114.699801,28.5391829 113.938981,26.9138522" id="Fill-114" fill="#BB6D35"></path>
62
+ <path d="M80.7675005,69.8652166 C80.5371005,68.889052 80.2945249,67.9143971 79.9898224,66.9617836 C79.2143298,64.5378276 77.6393054,57.2683752 77.4953834,56.547046 C77.4763395,56.4513318 77.3758127,56.3556175 77.2774712,56.3362935 C77.2281444,56.3266315 77.1785054,56.3166675 77.1294907,56.3070055 C76.9974322,55.7300026 76.7664078,55.2155007 76.1457639,54.9171862 C74.9026029,54.3196515 73.2517151,54.9603633 72.1109541,55.4694303 C71.981081,55.5274024 71.9414322,55.6880332 71.9676566,55.8106199 C72.3288663,57.5047924 73.8061737,58.7315654 74.7533737,60.1289331 C75.8232663,61.7065577 77.0486322,63.3506085 77.929959,65.0278725 C79.0332566,67.1275474 79.9217639,69.2655683 80.5136859,71.4793757 C80.5901737,71.8918226 80.6576078,72.3012501 80.7131785,72.7025253 C80.9132956,74.1518264 80.733159,75.830902 81.3637932,77.1745248 C81.4952273,77.4538172 81.9519688,77.3064716 81.9457249,77.0223482 C81.889842,74.5784644 81.499598,72.2034223 80.7675005,69.8652166" id="Fill-116" fill="#BB6D35"></path>
63
+ <path d="M119.732574,61.3393108 C119.349198,59.7429661 118.334252,58.4479553 117.731091,56.9388706 C117.402037,56.1148826 116.853822,55.1329811 115.769881,55.1885377 C114.69874,55.2434903 114.358759,56.4612051 113.532691,56.9382667 C113.187715,57.1375456 113.549861,57.6297041 113.8939,57.4310291 C113.940105,57.4041566 113.981315,57.3712454 114.023774,57.3401458 C114.092457,59.5337233 113.391266,61.6750656 112.881764,63.7976877 C112.35353,65.9997194 111.74631,68.1887679 110.696086,70.2196009 C109.81632,71.9198122 108.981198,73.1360173 108.880983,75.0859311 C108.775774,77.1309552 109.006174,79.3852222 110.006447,81.2164744 C110.066076,81.3260778 110.181588,81.4380967 110.326135,81.4118281 C111.305491,81.2351946 111.903032,80.2644648 112.41191,79.521698 C113.179286,78.401811 113.961022,77.2837357 114.68032,76.1342588 C116.680242,72.9397578 119.017335,69.8521427 119.754427,66.1114364 C120.0635,64.5458894 120.106583,62.8982153 119.732574,61.3393108" id="Fill-118" fill="#BB6D35"></path>
64
+ <path d="M118.314583,54.8059222 C118.316457,54.5371976 118.317705,54.2672653 118.318642,53.9964272 C117.335227,54.5480674 116.166369,54.8865396 115.099598,55.1292975 C113.812418,55.422479 112.259871,55.824962 110.939286,55.703583 C109.751383,55.5942816 108.516027,55.0480762 107.339052,54.7998834 C106.803637,54.6866568 106.295071,54.4949263 105.756847,54.4007218 C105.496788,54.3551292 104.806525,54.3336916 104.493081,54.1498115 C104.426583,54.0329616 104.296398,53.948721 104.125003,53.9822361 C104.107208,53.9858594 104.089413,53.9891807 104.071305,53.9928039 C103.994193,54.0079008 103.93831,54.0483605 103.898974,54.0996899 C103.673881,54.0142415 103.448788,53.9290951 103.22432,53.8427409 C102.761647,53.6645976 102.155988,53.2310151 101.664905,53.1751566 C101.319305,53.1359047 100.788574,53.415801 100.462642,53.522083 C99.3250029,53.8937684 98.1836176,54.33188 97.0731395,54.7742187 C96.232398,55.1090677 95.4581541,55.5230243 94.544359,55.2277292 C94.0045737,55.0535111 93.4688468,54.8481935 92.9387395,54.6483107 C92.0349346,54.3071211 91.1664078,53.5930384 90.2479298,53.2319209 C90.3178615,53.0256974 90.1430322,52.7334217 89.846759,52.7907899 C88.8633444,52.9813126 87.8758712,53.3997983 86.920242,53.7038495 C85.8138224,54.0559089 84.6983493,54.3762648 83.5950517,54.7404017 C81.768398,55.3433713 79.7035395,55.91192 78.0376663,56.8690626 C77.9973932,56.8512483 77.9502517,56.8412843 77.8968663,56.8409824 C77.0555005,56.8367553 76.3221541,56.3062507 75.600359,55.9620417 C74.8785639,55.6178327 74.222642,55.2751334 73.5926322,54.7820691 C73.2919883,54.5465577 72.8942517,54.0066931 72.464359,53.764841 C72.4652956,54.0501721 72.4665444,54.3348994 72.4681054,54.6187208 C72.782798,54.9125062 73.1980176,55.2974768 73.2638907,55.3475985 C73.7181346,55.6942229 74.1911102,56.0055207 74.7049834,56.2642814 C75.669042,56.7488914 76.7751493,57.4804865 77.8968663,57.4859213 C77.9527493,57.4862233 78.0011395,57.4753535 78.0423493,57.4563314 C78.1285151,57.5001124 78.2352859,57.5058492 78.3451785,57.4421404 C80.0906615,56.4315548 82.2526127,55.8608926 84.1707395,55.2319563 C85.8394224,54.6848452 87.5886517,53.9858594 89.3213346,53.5673737 C89.3597346,53.6223264 89.4209249,53.6658054 89.5108371,53.6839216 C90.1617639,53.8149626 90.8039493,54.3336916 91.3549737,54.6543495 C91.918798,54.9825558 92.5253932,55.1833443 93.1404176,55.4046647 C93.7051785,55.6078688 94.2855493,55.8820282 94.8790322,55.9985762 C95.4160078,56.1042544 95.7503688,55.9777425 96.2661151,55.7851062 C97.6700566,55.2606404 99.0605737,54.6875626 100.477627,54.1978196 C100.757354,54.1011996 101.097959,53.9387571 101.392671,53.9124885 C101.747325,53.881087 101.915286,54.0287345 102.262759,54.1781937 C102.824086,54.4197439 103.40352,54.6344216 103.970154,54.8666117 C105.459325,55.4768278 107.025608,55.8965212 108.562544,56.3772061 C109.75232,56.7494953 111.386349,57.5928073 112.670408,57.4868272 C113.811481,57.3929245 115.004066,56.5782966 115.971247,56.0541327 C116.780144,55.6160211 117.562193,55.2515823 118.314583,54.8059222" id="Fill-120" fill="#BB6D35"></path>
65
+ <path d="M87.3316839,67.6312097 C90.831079,68.9440349 92.8116449,69.9120472 93.9342985,70.5880857 C94.4000937,70.6339803 94.888679,70.659343 95.4028644,70.659343 C95.9264156,70.659343 96.4240546,70.6261299 96.9007766,70.5705733 C97.9840937,69.9217092 99.8553912,69.0071399 103.076308,67.7821785 C103.312016,67.566897 103.53024,67.3507096 103.72786,67.1384473 C103.982299,66.4575778 106.252269,65.4448787 106.306903,64.7187185 L85.0077034,64.4919633 C85.0779473,65.4264605 86.8958595,67.057528 87.3316839,67.6312097" id="Fill-122" fill="#161C23"></path>
66
+ <path d="M86.2947902,67.6023143 C88.9718634,69.9707137 90.0405073,70.9130613 93.7331512,70.5163151 C94.2579512,70.5613038 94.8083512,70.5930073 95.3874732,70.5930073 C95.977522,70.5930073 96.5379122,70.5643232 97.0752,70.5096725 C98.2955707,69.8731878 100.403512,68.9779425 104.032156,67.7765323 C104.297834,67.5651759 104.543844,67.3260412 104.766127,67.1180062 C105.053034,66.4504219 105.186341,65.6339823 105.247532,64.7281692 L85.5274146,64.7281692 C85.6060878,65.6339823 85.8040195,67.0395024 86.2947902,67.6023143" id="Fill-124" fill="#FBF5E7"></path>
67
+ <path d="M84.2065171,64.3797934 C84.2065171,64.3797934 85.9101659,68.6706303 88.911922,71.8989483 C90.4891317,73.8404078 99.2346537,74.5336568 102.388761,71.6217695 C104.252566,69.5417206 106.057678,64.7433264 107.445073,64.0835925 C106.256234,64.2058773 104.539473,66.3526544 104.539473,66.3526544 C104.539473,66.3526544 100.955161,68.9378451 99.0913561,69.4928067 C97.2275512,70.0474662 95.2201366,70.4632345 95.2201366,70.4632345 C95.2201366,70.4632345 89.852878,69.3717296 89.136078,68.6784807 C86.8651707,66.4821857 85.1015805,64.3260485 84.2065171,64.3797934" id="Fill-126" fill="#345468"></path>
68
+ <path d="M99.9232937,57.2407479 C98.7741034,57.3123072 97.8940254,58.0294092 97.3380059,58.4952991 C96.7819863,58.961491 96.0592546,59.0330502 95.3920937,59.0330502 C94.7249327,59.0330502 94.0018888,58.961491 93.4458693,58.4952991 C92.890162,58.0294092 92.0097717,57.3123072 90.8605815,57.2407479 C89.7117034,57.1688867 90.7278985,57.7920862 91.3210693,58.0070658 C91.9139278,58.2220455 93.9157229,59.7891022 95.47264,59.7891022 C97.0292449,59.7891022 98.7978302,58.3576155 99.3906888,58.1423339 C99.9838595,57.9273543 101.072172,57.1688867 99.9232937,57.2407479" id="Fill-128" fill="#BB6D35"></path>
69
+ <path d="M76.1098615,30.2081738 C80.0837932,31.5490792 83.9287883,33.2480827 87.5705444,35.2888797 C88.425959,35.7683568 89.288242,36.2810471 89.910759,37.0241158 C90.6993639,37.9652556 91.0271688,39.1826685 91.2953444,40.3659624 C91.7717541,42.4683547 92.1207883,44.5973175 92.3505639,46.7383578 C92.36992,47.37756 92.4164371,48.0170641 92.5228956,48.6384519 C92.5307005,48.7459417 92.5413151,48.8528276 92.5484956,48.9603175 C91.0103102,46.3585202 87.9717151,44.2754519 87.363559,41.2684542 C87.1481444,40.203218 87.2536663,39.0627992 86.7956761,38.0718396 C86.3261346,37.0552154 85.3402224,36.3625702 84.3708566,35.7617142 C81.5601639,34.0186278 78.3757737,32.475726 76.1098615,30.2081738" id="Fill-130" fill="#BB6D35"></path>
70
+ <path d="M96.1603122,71.0374596 C95.316761,70.7430704 94.1276098,70.7566575 93.2259902,70.6210875 C91.9547317,70.4302629 90.467122,70.1974689 89.334478,69.605369 C89.2273951,69.5495106 89.1237463,69.5498125 89.0363317,69.5824218 C88.9286244,69.5244497 88.8118634,69.4921424 88.6844878,69.4963695 C88.5692878,69.5002947 88.4250537,69.5528319 88.3754146,69.6560946 C88.2055805,70.0096636 88.3694829,70.2620836 88.6211122,70.5335256 C88.6460878,70.5957247 88.6763707,70.6600375 88.7178927,70.730087 C89.4705951,71.990677 91.2956878,71.9638045 92.6537366,72.0347599 C93.7383024,72.0915242 95.5499707,72.460794 96.3182829,71.5767204 C96.4921756,71.3765357 96.4284878,71.1310603 96.1603122,71.0374596" id="Fill-132" fill="#FBF5E7"></path>
71
+ <path d="M87.6594263,67.9813669 C87.6288312,67.8907855 87.5604605,67.8116779 87.460558,67.781786 C87.4071727,67.7410244 87.3512898,67.704188 87.2950946,67.6733904 C87.1508605,67.5948866 86.9822751,67.6305152 86.8614556,67.723814 C86.8517776,67.7313624 86.8420995,67.7389109 86.8324215,67.7464593 C86.6853776,67.859686 86.7031727,68.0861392 86.8324215,68.2023853 C86.8558361,68.2235209 86.8811239,68.2392217 86.9073483,68.2531108 C86.9853971,68.3476173 87.0703141,68.4309521 87.1642849,68.5124753 C87.3437971,68.668879 87.7118751,68.6181535 87.7624507,68.3702626 C87.7908605,68.2304655 87.743719,68.0979148 87.6594263,67.9813669" id="Fill-134" fill="#FBF5E7"></path>
72
+ <path d="M116.088382,42.8608133 C115.9685,43.7146932 115.829573,44.5854815 115.427153,45.3433452 C114.677885,46.7533943 113.13408,47.5408479 111.601826,47.8838491 C110.069573,48.2268504 108.481748,48.2117535 106.935446,48.4810819 C104.967992,48.8240832 103.107309,49.6190852 101.266607,50.4083504 C100.696851,50.652618 98.6141971,51.8428564 98.6141971,51.8428564 C98.668519,47.9856021 99.1034068,44.1340847 99.9104312,40.365902 C100.163621,39.1826081 100.473319,37.9654972 101.219153,37.0240554 C101.807329,36.2809867 102.62247,35.7682964 103.431368,35.2888193 C107.665358,32.7785092 112.186568,30.7760583 116.873241,29.3349096 C116.979075,33.855521 116.716207,38.3848887 116.088382,42.8608133 M90.0138459,50.4083504 C88.1731434,49.6190852 86.3127727,48.8240832 84.345319,48.4810819 C82.7990166,48.2117535 81.21088,48.2268504 79.6786263,47.8838491 C78.1466849,47.5408479 76.6025678,46.7533943 75.8536117,45.3433452 C75.45088,44.5854815 75.3119532,43.7146932 75.1920702,42.8608133 C74.564558,38.3848887 74.3016898,33.855521 74.4072117,29.3349096 C79.0938849,30.7760583 83.6150946,32.7785092 87.8493971,35.2888193 C88.6579824,35.7682964 89.4731239,36.2809867 90.0616117,37.0240554 C90.8071337,37.9654972 91.1168312,39.1826081 91.3703337,40.365902 C92.177358,44.1340847 92.6122459,47.9856021 92.6662556,51.8428564 C92.6662556,51.8428564 90.5839141,50.652618 90.0138459,50.4083504 M95.3539434,33.2365487 C75.3734556,26.157619 70.6845971,22.5222889 70.9811824,24.4447263 C71.2777678,26.3674657 72.4622361,56.1101421 72.4622361,56.1101421 C72.4622361,56.1101421 76.6643824,58.3936971 78.0726946,58.3375367 C79.481319,58.2813762 88.2933385,54.9298676 89.2570849,54.9733467 C90.2208312,55.0171276 95.4201288,58.7566262 95.4201288,58.7566262 C95.4201288,58.7566262 100.525143,56.2248785 101.48889,56.1810975 C102.452636,56.1376185 111.2837,58.2813762 112.692324,58.3375367 C114.100948,58.3936971 118.31246,56.1101421 118.31246,56.1101421 C118.31246,56.1101421 119.463524,26.3674657 119.760109,24.4447263 C120.056382,22.5222889 115.334431,26.157619 95.3539434,33.2365487" id="Fill-136" fill="#00CABC"></path>
73
+ <path d="M96.2325854,54.1140319 C96.0693073,51.6230458 95.9669073,49.1380984 95.7889561,46.6486219 C95.5960195,43.9568472 95.768039,41.2321613 95.8311024,38.5397827 C95.8641951,37.1255065 95.8311024,35.7067011 95.8311024,34.291821 C95.8311024,33.8836012 95.8307902,33.4750795 95.8311024,33.0665578 C95.6721951,33.1233221 95.5148488,33.1794825 95.3540683,33.2362468 C95.0003512,33.1109426 94.6525659,32.9871481 94.3082146,32.8639576 C94.299161,32.8606362 94.2901073,32.8576169 94.2807415,32.8539936 C93.942322,32.7329166 93.6088976,32.6130473 93.2795317,32.4940839 C92.1272195,33.7821501 90.955239,35.0611583 90.0361366,36.5297833 C89.9587122,36.6535778 89.8806634,36.7791839 89.803239,36.9059977 C89.8391415,36.9455516 89.8766049,36.9832938 89.9109463,37.0240554 C90.6995512,37.9654972 91.0273561,39.1826081 91.2952195,40.365902 C92.148761,44.1340847 92.6089366,47.9856021 92.6663805,51.8428564 C92.6663805,51.8428564 90.4635317,50.652618 89.8603707,50.4083504 C89.6408976,50.3192787 89.4208,50.2302071 89.2003902,50.1417394 C88.9112976,50.6936815 88.5188683,51.2039562 88.060878,51.7957542 C86.6029268,53.6801474 84.8377756,55.4265552 82.895922,56.9317147 C85.6900683,55.9984252 88.7149268,54.9488897 89.2572098,54.9733467 C90.2209561,55.0171276 95.4199415,58.7566262 95.4199415,58.7566262 C95.4199415,58.7566262 95.7649171,58.5042063 96.2900293,58.1310113 C96.2937756,56.7922194 96.3203122,55.4504082 96.2325854,54.1140319" id="Fill-138" fill="#00B1B2"></path>
74
+ <path d="M118.319485,55.9280435 C118.32729,55.7206123 118.342275,55.3404727 118.36288,54.815403 C118.373495,54.5427533 118.385982,54.2314555 118.399719,53.884831 C118.404402,53.7598288 118.343524,53.6305994 118.348831,53.496841 C118.394724,52.333777 118.456226,50.8449221 118.456226,49.1543728 L118.456226,49.1465225 C118.456226,48.959925 118.537709,48.7712139 118.545514,48.5800873 C118.546763,48.5489877 118.581104,48.5175862 118.582353,48.4864866 C118.588909,48.3183073 118.612324,48.1489203 118.619504,47.9774196 C118.621378,47.9300154 118.63168,47.8826112 118.633553,47.834905 C118.640109,47.6679335 118.651036,47.4994522 118.658217,47.3294613 C118.660714,47.2723951 118.664773,47.2153288 118.66727,47.1582626 C118.671953,47.0423185 118.677573,46.9263745 118.682568,46.8092226 C118.687875,46.6778797 118.693807,46.5462349 118.699426,46.4133823 C118.701924,46.3475599 118.704734,46.2808316 118.707543,46.2147073 C118.713787,46.0685694 118.719719,45.9224316 118.725963,45.7750859 C118.728773,45.7026209 118.731895,45.629552 118.734704,45.556785 C118.740948,45.4133646 118.746568,45.2702461 118.752812,45.1256179 C118.757182,45.0111835 118.762178,44.8958433 118.76686,44.7808051 C118.770607,44.6881102 118.774353,44.5963211 118.778412,44.5033243 C118.786217,44.3146132 118.794021,44.1249963 118.801826,43.9347756 C118.803387,43.9030721 118.804636,43.8716706 118.805885,43.8399671 C118.853651,42.6892825 118.902978,41.5120274 118.952929,40.3338664 C118.956363,40.2550607 118.959797,40.1762549 118.963231,40.0974492 C118.970412,39.9262505 118.977592,39.7550518 118.985085,39.5838531 C118.986334,39.5563768 118.987582,39.5289005 118.988831,39.5017261 C118.997573,39.293389 119.006314,39.085354 119.015368,38.8773189 C119.017241,38.8296127 119.019426,38.7822085 119.021612,38.7345023 C119.028792,38.561492 119.036597,38.3890856 119.043778,38.2169811 C119.0469,38.1502529 119.049709,38.0835246 119.052519,38.0170983 C119.060948,37.8241601 119.069065,37.6318258 119.077807,37.4400954 C119.078743,37.4183558 119.07968,37.3966163 119.080617,37.3748768 C119.089046,37.1810328 119.097475,36.9877927 119.105904,36.7954583 C119.108714,36.7263146 119.111836,36.6577747 119.114958,36.5889329 C119.120578,36.4548726 119.126821,36.3211142 119.132441,36.1882616 C119.137436,36.0777524 119.142431,35.9678471 119.147114,35.8579417 C119.152421,35.7422996 119.157417,35.6278652 119.162412,35.5131289 C119.167095,35.410772 119.171465,35.3084151 119.176148,35.206964 C119.182704,35.0590145 119.18926,34.9122728 119.196129,34.765833 C119.198626,34.7021242 119.201436,34.6381134 119.204558,34.5747065 C119.211114,34.426757 119.21767,34.2800152 119.224226,34.1335755 C119.227973,34.0505426 119.232031,33.9675097 119.235778,33.8847788 C119.242021,33.7458874 119.248578,33.6088077 119.254509,33.471426 C119.257943,33.4001687 119.261378,33.3283076 119.264187,33.2576541 C119.271992,33.0943058 119.279173,32.9330711 119.286978,32.7724402 C119.288851,32.7226205 119.291348,32.6721969 119.293534,32.6223772 C119.301026,32.4665773 119.308207,32.3125891 119.315075,32.1592047 C119.317573,32.1054598 119.326626,32.0502052 119.329124,31.9964603 C119.34848,31.5825037 119.392812,31.1794169 119.392812,30.7875017 L119.392812,30.7817649 C119.392812,30.5924499 119.404987,30.4061544 119.414041,30.2225762 C119.415602,30.1881553 119.414041,30.1552441 119.415914,30.1211252 C119.422782,29.9746854 119.428714,29.8294533 119.435582,29.6872407 C119.438704,29.6232299 119.441202,29.5610307 119.444636,29.4979257 C119.449943,29.385001 119.455251,29.2723783 119.46087,29.162171 C119.463992,29.1002738 119.466802,29.0395843 119.469924,28.9785929 C119.475543,28.8695933 119.480851,28.7614996 119.486158,28.6555195 C119.490217,28.5812428 119.493963,28.5084758 119.497709,28.4357089 C119.50208,28.3529779 119.506451,28.2705489 119.510509,28.1899316 C119.514568,28.1147491 119.518314,28.0407743 119.522373,27.9674035 C119.527056,27.8792376 119.531739,27.7919776 119.536109,27.7062273 C119.539856,27.6413107 119.54329,27.5776019 119.546724,27.5144969 C119.551095,27.4338795 119.555465,27.3553757 119.559836,27.2774758 C119.56327,27.2143708 119.566704,27.1515678 119.570139,27.0902744 C119.574821,27.0090532 119.579192,26.9299455 119.583875,26.8517436 C119.586997,26.7955832 119.590119,26.7394228 119.593241,26.6847721 C119.5973,26.6168361 119.601046,26.5513156 119.605104,26.486097 C119.608539,26.4245017 119.612597,26.3629064 119.615719,26.3034247 C119.619778,26.2382062 119.623836,26.1763089 119.62727,26.1141098 C119.630392,26.0651959 119.633514,26.0153761 119.636636,25.9679719 C119.640695,25.9015456 119.644753,25.8387426 119.649124,25.7759395 C119.651934,25.7336683 119.654431,25.6901892 119.657241,25.6497296 C119.660987,25.5920595 119.664734,25.5392204 119.668168,25.4848716 C119.67129,25.4444119 119.6741,25.4018387 119.676909,25.3631907 C119.680968,25.3025012 119.690334,25.2472466 119.694392,25.1913881 C119.696265,25.1660254 119.705007,25.1379451 119.705007,25.1134882 L119.705007,25.1101669 C119.080617,24.8242319 118.381612,24.6029115 117.659817,24.4292973 C117.590509,24.4561698 117.517143,24.4839481 117.44409,24.5129341 C117.409436,24.5268232 117.371348,24.5416182 117.335758,24.5561112 C117.294236,24.5724158 117.253026,24.5887204 117.210256,24.6059309 C117.171856,24.6213297 117.13127,24.6379363 117.091934,24.653939 C117.051036,24.6708475 117.010451,24.6871521 116.967992,24.7043626 C116.926782,24.721573 116.883387,24.7393874 116.841241,24.7565978 C116.797221,24.7747141 116.753514,24.7925284 116.70887,24.8112485 C116.671719,24.8266474 116.633319,24.8426501 116.595231,24.8586528 C116.541534,24.8809961 116.487524,24.9033395 116.431953,24.9265887 C116.401982,24.9389682 116.371387,24.9519515 116.340792,24.9649348 C116.27367,24.993015 116.206236,25.0213972 116.136617,25.0506851 C116.11289,25.060951 116.088226,25.0712169 116.063875,25.0814828 C115.989885,25.1125824 115.91527,25.1442858 115.83847,25.1768951 C115.815368,25.1865571 115.791953,25.1965211 115.768851,25.2061831 C113.326236,26.2427352 109.574275,27.8855783 104.02126,30.0317516 C104.210139,30.9052574 104.497358,31.7697051 104.834529,32.5037157 C105.055563,32.9853063 105.388363,33.636586 105.801085,34.1707138 C109.667621,32.1800384 113.7349,30.5541039 117.930178,29.3348794 C118.041943,33.8554908 117.76409,38.3848585 117.100051,42.8607831 C116.9733,43.714663 116.825943,44.5857533 116.400109,45.343315 C115.607758,46.7533641 113.974353,47.5411196 112.353748,47.8838189 C111.700948,48.0221064 111.03847,48.101516 110.373495,48.1655268 C110.37568,49.0483927 110.655095,49.861209 111.029729,50.7501137 C111.92729,52.8799823 112.200148,54.9630506 112.212324,57.2553617 C112.214197,57.5832661 112.20327,57.9187189 112.188909,58.2565872 C112.401202,58.3033875 112.574782,58.3326755 112.69248,58.3375065 C114.100792,58.3936669 118.312617,56.110112 118.312617,56.110112 C118.312617,56.110112 118.312929,56.0913918 118.314178,56.0642174 C118.315114,56.0340237 118.316987,55.9902427 118.319485,55.9280435" id="Fill-140" fill="#00B1B2"></path>
75
+ <path d="M79.5057639,29.5039041 C79.1632859,29.931146 78.79552,30.464368 78.4683395,31.0501271 C80.776398,31.9245387 83.0329444,32.9251603 85.2261151,34.0429338 C86.4795785,33.2654441 87.78112,32.5519653 89.0430127,31.7805145 C89.3386615,31.5999557 89.6324371,31.4278512 89.9265249,31.2620874 C89.06112,30.9387121 88.2328663,30.6249988 87.4395785,30.3206456 C87.4214712,30.313701 87.4036761,30.3070584 87.3855688,30.3001138 C86.2007883,29.8453957 85.094681,29.412115 84.0631883,29.0014797 C84.0488273,28.9957429 84.0344663,28.9900061 84.0197932,28.9842693 C83.3357737,28.7116195 82.6842224,28.4489337 82.0642029,28.1968157 C82.0592078,28.1947022 82.0535883,28.1922867 82.048281,28.1901731 C81.7354615,28.0627554 81.430759,27.9380551 81.1338615,27.8160723 C80.5207102,28.3526156 79.9687493,28.9262973 79.5057639,29.5039041" id="Fill-142" fill="#00B1B2"></path>
76
+ <path d="M78.2679415,58.3156764 C78.3038439,58.3102415 78.3419317,58.3035989 78.3825171,58.2963524 C78.4084293,58.2915214 78.4346537,58.2863884 78.4621268,58.2809535 C78.5002146,58.2731032 78.5411122,58.264347 78.5826341,58.2549869 C78.6154146,58.2477404 78.6466341,58.2410978 78.6812878,58.2332474 C78.7196878,58.2241892 78.7618341,58.2133195 78.8027317,58.2033555 C78.8882732,58.1822199 78.977561,58.1592726 79.0727805,58.1339099 C79.0971317,58.1272672 79.1208585,58.1209265 79.1461463,58.1142839 C79.2110829,58.0964696 79.2782049,58.0777495 79.3472,58.0584254 C79.3684293,58.0523867 79.3899707,58.1025083 79.4118244,58.0961677 C79.4870634,58.075032 79.5638634,58.0855998 79.6437854,58.0855998 L79.6440976,58.0855998 C79.5960195,57.4817244 79.5301463,56.7942122 79.3918439,56.1592372 C79.0749659,54.7075207 78.9778732,53.3454797 79.0590439,51.8687023 C79.0952585,51.2131955 79.1049366,50.5528578 79.1118049,49.8967471 C79.1202341,49.1098974 79.2935024,48.544972 79.4917463,47.8456842 C78.0222439,47.4818493 76.5720976,46.6995286 75.8537366,45.3468477 C75.4510049,44.589286 75.3117659,43.716384 75.1921951,42.8625042 C75.1847024,42.810269 75.1787707,42.756826 75.1719024,42.7042888 C74.3296,34.3970765 74.3452098,41.7731129 73.9534049,41.278237 C73.385522,40.560833 72.6181463,39.3705945 71.7246439,38.524867 C71.7252683,38.5405677 71.7258927,38.5565704 71.7265171,38.5722712 C71.7842732,39.8787557 71.8420293,41.1997332 71.8976,42.5007828 C71.8979122,42.5053119 71.8982244,42.509539 71.8982244,42.51437 C71.9207024,43.0340048 71.9425561,43.5500164 71.9644098,44.060895 C71.9653463,44.0775015 71.9656585,44.0938062 71.9665951,44.1104127 C71.975961,44.3335447 71.9853268,44.5554689 71.9946927,44.7761854 C71.996878,44.8208722 71.998439,44.865559 72.0006244,44.9102458 C72.0209171,45.3951577 72.0412098,45.8734271 72.0611902,46.3435441 C72.0611902,46.3492809 72.0615024,46.3547158 72.0618146,46.3604526 C72.1236293,47.8363241 72.1816976,49.2279551 72.2328976,50.4737501 C72.2338341,50.4939799 72.2344585,50.5139078 72.2353951,50.5344396 C72.2678634,51.3237047 72.2978341,52.0522804 72.3243707,52.7059756 C72.3262439,52.747643 72.3278049,52.7893104 72.329678,52.8303739 C72.3702634,53.8273723 72.4030439,54.6371692 72.4258341,55.2036044 C72.4267707,55.2301749 72.4277073,55.2525183 72.4286439,55.2775791 C72.4305171,55.3192465 72.432078,55.3615178 72.433639,55.4004677 C72.4361366,55.4638747 72.4386341,55.5224506 72.4408195,55.5777052 C72.4411317,55.5861594 72.4414439,55.5946137 72.4417561,55.602766 C72.4461268,55.709652 72.4498732,55.8056682 72.4529951,55.8796429 C72.4548683,55.932482 72.4567415,55.9786785 72.4583024,56.0134013 C72.4608,56.0759024 72.4620488,56.1100214 72.4620488,56.1100214 C72.4620488,56.1100214 76.6641951,58.3935763 78.0728195,58.3374159 C78.1124683,58.3359062 78.1602341,58.3307733 78.2114341,58.3241306 C78.2289171,58.3220171 78.2488976,58.3186958 78.2679415,58.3156764" id="Fill-144" fill="#00B1B2"></path>
77
+ <path d="M102.83136,63.6750708 C100.262306,63.2692665 97.8515356,62.9166033 95.4161015,63.877671 C94.7604917,63.6992258 94.1988527,63.4588834 93.6447063,63.2632278 C93.09056,63.0675721 92.5442185,62.9166033 91.9198283,62.9166033 C88.1734868,63.5204787 84.7393405,63.218541 80.992999,62.9166033 C83.760921,65.2052911 87.8612917,65.332105 91.4802576,65.3940022 C91.9966283,65.4247998 92.511438,65.4592207 93.023438,65.5011901 C93.842638,65.5685222 94.653721,65.6557822 95.4495063,65.7774631 C97.2867746,65.6104915 99.1374673,65.5485943 100.980355,65.4568052 C101.594443,65.4260076 102.207906,65.3921906 102.819497,65.3499193 C105.344219,65.332105 108.174892,64.6442909 110.027145,62.9166033 C108.153975,62.9166033 105.279594,64.061853 102.83136,63.6750708" id="Fill-146" fill="#161C23"></path>
78
+ <path d="M90.0857756,45.9110183 C90.0857756,45.9110183 87.4689561,41.0863556 85.7409561,40.1723901 C82.5187902,39.1865635 77.7752976,37.2964334 77.7752976,37.2964334 C77.7752976,37.2964334 76.1543805,39.9848868 77.7556293,42.8070986 C81.4554537,43.7086846 90.0857756,45.9110183 90.0857756,45.9110183" id="Fill-148" fill="#FBF5E7"></path>
79
+ <path d="M78.8876176,41.1190856 C78.8838712,40.0807218 79.0340371,39.3859631 79.4967102,38.5049089 C79.5357346,38.470488 79.5675785,38.4276128 79.5803785,38.3705466 C79.5835005,38.3566575 79.5866224,38.3427683 79.5897444,38.3288792 C79.5934907,38.3216327 79.5966127,38.315292 79.6006712,38.3080455 C79.6362615,38.2443367 79.64032,38.1836472 79.6322029,38.126279 C79.6393834,38.0870271 79.637198,38.0510965 79.6309541,38.0172795 C78.5260956,37.5954725 77.7752663,37.2962522 77.7752663,37.2962522 C77.7752663,37.2962522 76.1543493,39.9850076 77.7559102,42.8069174 C78.1470907,42.9023298 78.5960273,43.012839 79.0818029,43.1333121 C78.9628566,42.4509329 78.8898029,41.7600994 78.8876176,41.1190856" id="Fill-150" fill="#DAD7D0"></path>
80
+ <path d="M90.2364098,45.9918168 L87.9923512,45.4024344 C87.9923512,45.4024344 78.4020293,43.1074059 77.4036293,42.9772707 C76.4052293,42.8471355 75.4483512,42.3199523 75.4483512,42.3199523 C75.4483512,42.3199523 76.2141659,41.453693 77.2434732,41.6780327 C77.5684683,42.2432601 78.1891122,42.8507588 78.686439,42.9268471 C79.1837659,43.0029354 86.9973854,44.8245256 88.0563512,45.0087076 C89.1156293,45.1928896 90.2364098,45.9918168 90.2364098,45.9918168" id="Fill-152" fill="#00B1B2"></path>
81
+ <path d="M85.6654985,42.7107503 C84.8650302,43.9079333 83.2122693,44.2509346 81.9741034,43.4764643 C80.7362498,42.702296 80.3815961,41.1038378 81.1823766,39.9063528 C81.3668839,39.6306837 81.5963473,39.4003052 81.8557815,39.2185387 C82.5647766,39.090819 85.8456351,40.1294848 85.9808156,40.5666906 C86.197479,41.2662803 86.1075668,42.0498086 85.6654985,42.7107503" id="Fill-154" fill="#000000"></path>
82
+ <path d="M82.6112312,41.451972 C82.6112312,41.451972 83.4897483,41.9392994 83.9976898,41.1542614 C85.0847532,41.4133239 85.50528,41.7119403 85.50528,41.7119403 C85.50528,41.7119403 85.068519,43.269637 83.6945483,43.4154729 C82.3208898,43.5616108 81.6356215,42.9550179 81.4639141,42.7065232 C81.2918946,42.4577265 82.6112312,41.451972 82.6112312,41.451972" id="Fill-156" fill="#012942"></path>
83
+ <path d="M85.3408156,40.9122281 C85.13664,41.0284741 84.7738693,40.995261 84.5412839,41.0139811 C84.2668644,41.0363245 83.9915083,41.0517233 83.71584,41.063197 C83.4301815,41.0755764 83.4573424,41.504328 83.743001,41.4922504 C84.1104546,41.4768516 84.4769717,41.4536024 84.8431766,41.4191815 C85.0963668,41.3953284 85.3645424,41.3968381 85.5880741,41.2694204 C85.8347083,41.1287174 85.5871376,40.7718271 85.3408156,40.9122281" id="Fill-158" fill="#627B8A"></path>
84
+ <path d="M90.0874615,45.933875 C89.5629737,45.2131497 86.8980761,41.0418802 85.7432663,40.3890908 C83.5513444,39.1502404 80.774681,39.3295914 78.4750517,38.289416 C76.2968663,37.3041932 75.8157737,36.6423457 75.5179395,34.3343338 C76.77952,35.4466724 77.2702907,36.2480151 78.5696468,37.0131252 C79.4528468,37.533062 81.9597737,38.643287 82.8710712,38.92892 C83.6949541,39.1873787 84.4916761,39.5243412 85.3090029,39.7861212 C86.6501932,40.2154766 87.8196761,41.1086084 88.5926712,42.2490271 C88.9504468,42.7765123 89.1502517,43.3586482 89.4237346,43.9193466 C89.7396761,44.5673049 90.0265834,45.3025232 90.2341932,45.9891296" id="Fill-160" fill="#00CABC"></path>
85
+ <path d="M128.147231,175.354705 C128.147231,175.354705 78.6880312,166.802924 88.4488117,137.642081 C90.2795239,133.137472 106.198353,121.009238 106.198353,121.009238 C106.198353,121.009238 96.1353678,117.159532 99.8720312,95.1078134 C100.961904,88.6759362 102.933729,83.4789843 105.180909,79.3442492 C105.501846,78.7533571 105.828402,78.1842045 106.158704,77.6364895 C106.543329,76.8940247 106.959173,76.174809 107.401241,75.4734077 C107.749963,74.9552826 108.106802,74.4407808 108.466763,73.9274866 C108.826724,73.4144945 109.189807,72.903012 109.547895,72.3942469 C112.524675,68.9551764 115.022236,65.0299861 114.397846,60.5009204 C114.085651,56.2737924 114.085651,52.3486021 114.648226,48.0124746 C114.752187,47.225323 114.879875,46.4436062 115.027856,45.6649089 C115.469924,43.3303265 116.089631,41.0217107 116.730256,38.7544604 C116.982509,37.9241317 117.245065,37.1037669 117.541963,36.2870254 C117.838548,35.46968 118.1701,34.6562598 118.539739,33.8488784 C112.833436,30.6148235 110.761397,25.2614679 112.316441,15.4116558 C114.775602,6.65425431 115.556402,4.05517447 115.556402,4.05517447 C115.556402,4.05517447 143.597456,10.485542 141.111758,59.7968016 C146.307309,63.4420957 144.605221,71.5678434 140.26009,84.6568433 C146.985085,89.4431599 148.479563,99.4985916 142.031485,112.025987 C142.927485,113.530241 144.785046,117.501326 144.785046,117.501326 C144.785046,117.501326 150.475739,126.972508 148.311602,133.137472 C146.147465,139.302437 121.05728,146.336981 128.147231,175.354705" id="Fill-162" fill="#012942"></path>
86
+ <g id="Group-166" transform="translate(45.892683, 0.147949)">
87
+ <mask id="mask-4" fill="white">
88
+ <use xlink:href="#path-3"></use>
89
+ </mask>
90
+ <g id="Clip-165"></g>
91
+ <path d="M69.6636878,3.90725518 C69.6636878,3.90725518 60.9934049,-2.39992172 43.9925073,1.33595361 C26.9922341,5.071527 17.1065756,22.0165734 15.8481171,31.1595494 C12.9393951,41.0685413 12.423961,46.8210586 17.2636098,66.6073389 C12.5038829,76.3925363 10.543922,74.9239113 9.27890732,83.7483429 C1.13498537,93.9432698 -10.2279805,107.835122 18.4349659,130.574957 C28.5497756,111.464413 39.0148683,96.8207362 37.5213268,90.7638657 C36.0277854,84.7069952 36.5691317,75.1083952 32.0157659,64.3153297 C27.484878,55.6155984 23.8028488,44.1338129 33.2142829,33.6689537 C39.5018927,26.677284 51.0424976,28.9472517 64.9670244,22.7116341 C76.704,17.3187246 69.6636878,3.90725518 69.6636878,3.90725518" id="Fill-164" fill="#012942" mask="url(#mask-4)"></path>
92
+ </g>
93
+ <path d="M112.970084,118.700864 C118.821869,115.120789 124.766377,110.561227 126.725713,103.838886 C126.732894,103.813825 126.734142,103.790576 126.738869,103.766002 C126.765362,103.729584 114.688406,112.269591 108.180386,115.199292 C106.296601,116.047737 104.392523,116.868706 102.500933,117.713226 C104.329147,120.292378 106.198572,121.00948 106.198572,121.00948 C106.198572,121.00948 103.545225,123.030953 100.280601,125.729672 C104.515216,123.396599 108.84942,121.222044 112.970084,118.700864" id="Fill-167" fill="#1D3650"></path>
94
+ <path d="M140.260027,84.6569339 C142.093861,79.1326815 143.453471,74.4961259 144.026037,70.7034863 C141.7851,79.8392157 134.287735,86.2632425 128.104086,93.1909014 C127.173432,94.1157367 126.310525,95.1066962 125.553452,96.1988049 C125.068613,96.8980927 128.486213,95.0514416 129.389393,94.0417619 C132.792944,90.6905552 137.196769,88.2019846 140.679618,84.9733646 C140.541003,84.8667806 140.403325,84.7589888 140.260027,84.6569339" id="Fill-169" fill="#1D3650"></path>
95
+ <path d="M142.962451,113.756181 C142.617787,113.078935 142.285924,112.453018 142.031485,112.026078 C143.446041,109.277539 144.477846,106.648567 145.156558,104.167847 C143.151017,107.375029 140.21326,110.113604 137.305787,112.488043 C132.516402,116.399344 127.304617,119.979117 123.927602,125.203848 C123.460558,125.926384 134.928421,117.890614 140.734939,114.928605 C141.46766,114.555108 142.215992,114.165911 142.962451,113.756181" id="Fill-171" fill="#1D3650"></path>
96
+ <path d="M70.0821229,74.0037561 C70.093362,73.9922825 70.1055376,73.9814127 70.1167766,73.9699391 C70.1155278,73.9687313 70.114279,73.9678255 70.1130302,73.9669197 C70.1539278,73.9161942 70.1979473,73.868488 70.2385327,73.8174605 C70.7820644,73.1362891 60.4224937,78.9226234 55.6349815,81.2472419 C55.4692059,82.0180889 55.315918,82.8894811 55.1713717,83.8961414 C53.850162,85.5504582 52.4440351,87.3019988 51.1378107,89.1728049 C52.3700449,87.9883033 53.682201,86.8759647 55.0695961,85.8442436 C60.207079,82.0238257 66.0123473,78.9987117 70.0821229,74.0037561" id="Fill-173" fill="#1D3650"></path>
97
+ <path d="M67.9929444,69.2470596 C62.9072859,65.0939063 62.6334907,58.2287485 60.5979785,52.3953119 C60.8680273,55.6435578 61.4824273,59.462466 62.5354615,64.1198552 C62.8304859,64.8487329 63.1486127,66.0172318 62.9513054,65.9064207 C63.0181151,66.1866189 63.0861737,66.4689307 63.1561054,66.7551676 C63.0268566,67.0211747 62.8997932,67.2778218 62.7742907,67.5278262 C64.2750127,68.4224677 68.6669737,69.797492 67.9929444,69.2470596" id="Fill-175" fill="#1D3650"></path>
98
+ <path d="M130.977998,26.7625814 C132.838057,35.7950481 136.363676,31.1784205 134.262603,37.3297975 C132.16153,43.4805707 129.118252,53.5483818 132.33074,61.0243596 C136.388652,58.8522197 140.149042,71.1154199 134.041569,77.2483788 C127.93472,83.3816396 116.02791,88.3415704 113.94994,112.026169 C113.087344,82.8650241 127.121764,75.8591634 129.303696,73.0792228 C131.485315,70.2992823 130.948964,61.4241251 128.596574,62.1822907 L126.750876,63.1041066 C126.750876,63.1041066 123.3595,48.10837 129.303696,36.3548406 C129.794466,33.832453 127.277549,33.8013534 126.591657,29.2381687 C125.905452,24.674984 113.0171,12.9863713 113.0171,12.9863713 C113.0171,12.9863713 129.118252,17.7304166 130.977998,26.7625814" id="Fill-177" fill="#00B1B2"></path>
99
+ <path d="M113.22496,39.6223502 C111.255321,52.8626209 119.131067,65.5213595 119.131067,65.5213595 C119.131067,65.5213595 117.836394,66.4464967 116.034716,68.59267 C117.659067,67.3740493 121.713858,65.2949062 121.856531,64.9096337 C122.013565,64.8278086 118.037448,52.6684749 117.943789,46.826584 C117.867614,42.0852561 119.022423,34.4386835 123.308862,33.2158358 C123.977897,33.0250111 114.823399,29.2215018 113.444745,23.9418189 C112.082638,18.7255429 117.525448,6.52393799 116.99378,7.20963854 C116.955692,7.25885439 116.917604,7.30897605 116.879516,7.35849383 C114.775945,8.61727216 112.785701,13.13577 111.302462,15.4513304 C111.046462,16.2393878 110.815126,17.0890405 110.621253,18.0123661 C109.748043,25.3998761 109.882599,29.4165535 111.806033,32.327535 C113.128492,34.3290801 113.609272,37.0377634 113.22496,39.6223502" id="Fill-189" fill="#1D3650"></path>
100
+ <path d="M131.625865,58.9956099 C130.287485,59.5324552 128.895719,60.056619 127.580753,60.6937076 C127.184265,60.8437707 126.790275,60.9917201 126.396909,61.1396696 C126.588285,62.3854646 126.750939,63.1040764 126.750939,63.1040764 L128.596636,62.1822605 C128.792382,62.1191556 131.476012,61.3833334 132.329865,61.0222158 C132.047953,60.3655013 131.816304,59.6879531 131.625865,58.9956099" id="Fill-191" fill="#009BA6"></path>
101
+ </g>
102
+ </g>
103
+ </g>
104
+ </g>
105
+ </g>
106
+ </svg>
assets/fonts/wpmudev-plugin-icons.eot ADDED
Binary file
assets/fonts/wpmudev-plugin-icons.svg ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="wpmudev-plugin-icons" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#x21;" glyph-name="warning-alert" d="M512-64c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM459.776 732.843c0 9.426 7.641 17.067 17.067 17.067h68.267c9.426 0 17.067-7.641 17.067-17.067v-330.752c0-9.426-7.641-17.067-17.067-17.067h-67.243c-9.426 0-17.067 7.641-17.067 17.067zM512 310.613c34.109-0.386 61.611-28.126 61.611-62.29 0-0.061 0-0.123 0-0.184 0-34.3-27.813-62.113-62.123-62.113s-62.123 27.813-62.123 62.123c0 0 0 0 0 0 0 34.498 27.966 62.464 62.464 62.464 0.060 0 0.12 0 0.18 0z" />
11
+ <glyph unicode="&#x22;" glyph-name="arrow-skip-end" d="M229.76 99.83c4.702-4.248 10.107-7.843 15.997-10.569l0.397-0.164c5.507-2.395 11.921-3.787 18.662-3.787 0.426 0 0.852 0.006 1.275 0.017l-0.062-0.002c0.047 0 0.102 0 0.156 0 7.141 0 13.921 1.549 20.021 4.331l-0.302-0.123c6.217 2.8 11.572 6.251 16.33 10.37l-0.083-0.070 311.025 311.897c4.641 4.638 8.371 10.184 10.905 16.35l0.12 0.333c2.477 5.93 3.917 12.819 3.917 20.044 0 0.094 0 0.187-0.001 0.279v-0.015c0 0.078 0.001 0.17 0.001 0.262 0 7.177-1.44 14.017-4.046 20.248l0.129-0.346c-2.617 6.511-6.353 12.065-11.021 16.678l-0.005 0.005-311.751 310.591c-4.539 4.573-9.931 8.291-15.918 10.898l-0.331 0.129c-5.488 2.22-11.852 3.508-18.518 3.508-0.579 0-1.155-0.009-1.729-0.028l0.084 0.003c-0.233 0.005-0.509 0.006-0.786 0.006-13.822 0-26.352-5.539-35.489-14.52l0.007 0.006-36.267-36.558c-4.407-4.602-7.985-10.041-10.465-16.049l-0.126-0.345c-2.647-5.948-4.187-12.889-4.187-20.189 0-13.973 5.645-26.63 14.778-35.81l-0.003 0.003 238.203-239.217-238.203-238.492c-4.607-4.517-8.33-9.915-10.902-15.924l-0.123-0.323c-2.215-5.506-3.497-11.891-3.497-18.575 0-0.458 0.006-0.912 0.017-1.366l-0.002 0.067c0-0.079-0.001-0.172-0.001-0.266 0-7.226 1.439-14.116 4.047-20.397l-0.13 0.353c2.373-6.284 5.984-11.622 10.569-15.938l0.021-0.019 36.558-37.283zM730.244 99.83h87.040c16.023 0 29.013 12.99 29.013 29.013v0 638.299c0 16.023-12.99 29.013-29.013 29.013v0h-87.040c-16.023 0-29.013-12.99-29.013-29.013v0-638.299c0-16.023 12.99-29.013 29.013-29.013v0z" />
12
+ <glyph unicode="&#x23;" glyph-name="align-justify" d="M915.2 896h-806.4c-24.743 0-44.8-20.057-44.8-44.8v-40.619c0-24.743 20.057-44.8 44.8-44.8h806.4c24.743 0 44.8 20.057 44.8 44.8v40.619c0 24.743-20.057 44.8-44.8 44.8zM915.2 639.744h-806.4c-24.743 0-44.8-20.057-44.8-44.8v-40.619c0-24.743 20.057-44.8 44.8-44.8h806.4c24.743 0 44.8 20.057 44.8 44.8v41.365c0 24.743-20.057 44.8-44.8 44.8zM915.2 384.235h-806.4c-24.743 0-44.8-20.057-44.8-44.8v-40.619c0-24.743 20.057-44.8 44.8-44.8h806.4c24.743 0 44.8 20.057 44.8 44.8v41.365c0 24.743-20.057 44.8-44.8 44.8zM915.2 128.725h-806.4c-24.743 0-44.8-20.057-44.8-44.8v-39.125c0-24.743 20.057-44.8 44.8-44.8h806.4c24.743 0 44.8 20.057 44.8 44.8v39.872c0 24.743-20.057 44.8-44.8 44.8z" />
13
+ <glyph unicode="&#x24;" glyph-name="monitor" d="M961.194 860.245h-898.389c-34.686 0-62.805-28.119-62.805-62.805v-548.011c0-34.686 28.119-62.805 62.805-62.805h338.261v-95.232h-104.789c-9.897 0-17.92-8.023-17.92-17.92v-19.456c-0.002-0.102-0.003-0.221-0.003-0.341 0-9.897 8.023-17.92 17.92-17.92 0.001 0 0.002 0 0.003 0h422.229c9.897 0 17.92 8.023 17.92 17.92v19.627c0 9.897-8.023 17.92-17.92 17.92h-95.573v95.232h338.261c0 0 0 0 0 0 34.686 0 62.805 28.119 62.805 62.805 0 0.060 0 0.12 0 0.18v548.001c0 34.686-28.119 62.805-62.805 62.805zM111.956 749.311h800.085v-451.755h-800.085z" />
14
+ <glyph unicode="&#x25;" glyph-name="align-left" d="M913.333 896h-802.667c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.469c0 24.165-19.59 43.755-43.755 43.755zM110.667 512.213h586.432c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755h-586.432c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-24.165 19.59-43.755 43.755-43.755zM825.675 127.979h-715.008c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h715.008c24.165 0 43.755 19.59 43.755 43.755v0 40.32c0 24.165-19.59 43.755-43.755 43.755zM110.667 255.957h498.923c24.165 0 43.755 19.59 43.755 43.755v0 40.32c0 24.165-19.59 43.755-43.755 43.755h-498.923c0 0 0 0 0 0-24.113 0-43.67-19.505-43.755-43.597v-40.327c0-24.165 19.59-43.755 43.755-43.755z" />
15
+ <glyph unicode="&#x26;" glyph-name="align-right" d="M913.259 896h-802.667c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.469c0 24.165-19.59 43.755-43.755 43.755zM913.259 640.043h-586.432c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-24.165 19.59-43.755 43.755-43.755h586.432c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755zM913.108 127.979h-714.859c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h714.859c24.165 0 43.755 19.59 43.755 43.755v0 40.32c0 24.165-19.59 43.755-43.755 43.755zM957.163 340.181c0 24.165-19.59 43.755-43.755 43.755h-498.923c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-24.165 19.59-43.755 43.755-43.755h498.773c24.165 0 43.755 19.59 43.755 43.755v0 40.32z" />
16
+ <glyph unicode="&#x27;" glyph-name="quote-2" d="M214.449 82.518c-117.589 0-219.477 101.888-214.357 237.568 8.021 222.037 243.029 386.56 426.667 493.568l54.955-46.933c-131.413-78.336-259.755-199.168-267.264-339.456-5.12-141.141 167.083-206.165 167.083-211.627-2.56-73.045-75.776-133.291-167.083-133.291zM757.681 82.347c-117.419 0-219.307 102.4-214.187 237.568 7.851 221.867 242.859 386.389 425.643 493.568l54.955-46.763c-130.731-78.336-258.56-199.168-266.411-339.456-5.12-141.141 167.083-206.165 167.083-211.627-2.56-73.045-75.776-133.291-167.083-133.291z" />
17
+ <glyph unicode="&#x28;" glyph-name="check" d="M968.539 715.568l-62.444 62.444c-7.94 8.099-18.995 13.119-31.221 13.119s-23.282-5.021-31.215-13.112l-460.37-462.087-202.941 202.941c-7.94 8.099-18.995 13.119-31.221 13.119s-23.282-5.021-31.215-13.112l-62.45-62.45c-8.099-7.94-13.119-18.995-13.119-31.221s5.021-23.282 13.112-31.215l266.016-263.518c15.821-15.822 37.676-25.608 61.819-25.608s45.998 9.786 61.819 25.608l523.431 523.275c8.099 7.94 13.119 18.995 13.119 31.221s-5.021 23.282-13.112 31.215z" />
18
+ <glyph unicode="&#x29;" glyph-name="close" d="M620.102 448.032l234.834 234.834c7.407 7.444 11.987 17.708 11.987 29.041s-4.579 21.597-11.988 29.042l-50.879 50.097c-7.444 7.407-17.708 11.987-29.041 11.987s-21.597-4.579-29.042-11.988l-234.832-234.832-234.834 234.834c-7.377 7.168-17.458 11.588-28.572 11.588s-21.195-4.42-28.581-11.598l-50.558-50.401c-7.315-7.428-11.832-17.628-11.832-28.885s4.517-21.457 11.836-28.89l234.828-234.828-234.834-234.834c-7.407-7.444-11.987-17.708-11.987-29.041s4.579-21.597 11.988-29.042l50.566-50.097c7.427-7.445 17.696-12.051 29.041-12.051s21.615 4.606 29.041 12.050l234.835 234.835 234.834-234.834c7.444-7.407 17.708-11.987 29.041-11.987s21.597 4.579 29.042 11.988l50.409 50.409c7.407 7.444 11.987 17.708 11.987 29.041s-4.579 21.597-11.988 29.042z" />
19
+ <glyph unicode="&#x2b;" glyph-name="cross-close" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512s512 229.23 512 512zM680.107 235.349c-5.961-5.964-14.198-9.652-23.296-9.652s-17.335 3.689-23.296 9.652l-121.515 121.515-121.515-121.515c-5.961-5.964-14.198-9.652-23.296-9.652s-17.335 3.689-23.296 9.652l-49.835 49.835c-5.964 5.961-9.652 14.198-9.652 23.296s3.689 17.335 9.652 23.296l121.515 121.515-121.515 121.515c-5.964 5.961-9.652 14.198-9.652 23.296s3.689 17.335 9.652 23.296l49.835 49.835c5.961 5.964 14.198 9.652 23.296 9.652s17.335-3.689 23.296-9.652l121.515-120.832 121.515 121.515c5.961 5.964 14.198 9.652 23.296 9.652s17.335-3.689 23.296-9.652l49.835-49.835c5.964-5.961 9.652-14.198 9.652-23.296s-3.689-17.335-9.652-23.296l-121.515-121.515 121.515-121.515c5.964-5.961 9.652-14.198 9.652-23.296s-3.689-17.335-9.652-23.296z" />
20
+ <glyph unicode="&#x2c;" glyph-name="clock" d="M512 823.467c207.365 0 375.467-168.102 375.467-375.467s-168.102-375.467-375.467-375.467c-207.365 0-375.467 168.102-375.467 375.467 0.677 207.091 168.375 374.79 375.401 375.466zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM774.144 638.293l-53.248 53.248c-4.962 4.662-11.661 7.527-19.029 7.527s-14.067-2.864-19.044-7.54l-170.652-170.653-93.696 93.696c-4.946 4.7-11.65 7.591-19.029 7.591s-14.083-2.891-19.041-7.602l-53.065-53.066c-4.951-4.865-8.020-11.631-8.021-19.114 0-0.020 0-0.043 0-0.066 0-7.378 3.001-14.055 7.85-18.877l165.719-165.719c4.849-4.851 11.549-7.851 18.95-7.851 0.058 0 0.116 0 0.174 0.001h1.015c7.274 0.098 13.834 3.079 18.603 7.851l242.347 242.347c4.857 4.876 7.86 11.602 7.86 19.029s-3.003 14.153-7.861 19.030z" />
21
+ <glyph unicode="&#x2e;" glyph-name="plug-disconnected" d="M609.963 390.827c-3.917 3.892-9.315 6.297-15.275 6.297s-11.358-2.405-15.276-6.298l0.001 0.001-130.048-130.56-125.099 125.099 130.048 130.048c3.892 3.917 6.297 9.315 6.297 15.275s-2.405 11.358-6.298 15.276l-30.548 30.548c-3.917 3.892-9.315 6.297-15.275 6.297s-11.358-2.405-15.276-6.298l-130.047-130.047-32.597 32.597c-3.101 3.17-7.422 5.135-12.203 5.135s-9.101-1.965-12.2-5.132l-83.63-83.63c-37.202-37.444-60.196-89.045-60.196-146.015 0-45.244 14.502-87.1 39.111-121.175l-0.419 0.609-82.091-82.091c-11.749-11.749-19.016-27.981-19.016-45.909 0-35.857 29.068-64.926 64.926-64.926 17.929 0 34.16 7.267 45.909 19.016l82.091 82.091c33.426-24.103 75.209-38.549 120.366-38.549 57.155 0 108.904 23.143 146.389 60.568l-0.003-0.003 83.456 83.627c3.17 3.101 5.135 7.422 5.135 12.203s-1.965 9.101-5.132 12.2l-32.6 32.6 130.048 130.048c3.892 3.917 6.297 9.315 6.297 15.275s-2.405 11.358-6.298 15.276l0.001-0.001zM1005.056 941.056c-11.741 11.767-27.975 19.046-45.909 19.046s-34.168-7.28-45.908-19.045l-84.481-84.481c-33.426 24.103-75.209 38.549-120.366 38.549-57.155 0-108.904-23.143-146.389-60.568l0.003 0.003-84.139-83.627c-3.17-3.101-5.135-7.422-5.135-12.203s1.965-9.101 5.132-12.2l312.664-312.664c3.101-3.17 7.422-5.135 12.203-5.135s9.101 1.965 12.2 5.132l83.63 83.63c37.423 37.482 60.565 89.231 60.565 146.386 0 45.157-14.446 86.94-38.97 120.98l0.42-0.613 84.48 84.48c11.767 11.741 19.046 27.975 19.046 45.909s-7.28 34.168-19.045 45.908l-0.001 0.001z" />
22
+ <glyph unicode="&#x2f;" glyph-name="pencil" d="M0-34.987c-0.395-1.591-0.622-3.418-0.622-5.298 0-6.68 2.864-12.692 7.432-16.873 4.214-4.6 10.225-7.464 16.906-7.464 1.88 0 3.707 0.227 5.455 0.655l312.163 95.029 674.133 674.133c4.857 4.876 7.86 11.602 7.86 19.029s-3.003 14.153-7.861 19.030l-208.212 208.895c-4.849 4.847-11.546 7.845-18.944 7.845s-14.095-2.998-18.944-7.845l-674.304-674.816zM88.235 24.917l60.757 199.168 139.093-139.093z" />
23
+ <glyph unicode="&#x30;" glyph-name="unlock" d="M828.034 518.76h-441.986v81.981c-0.005 0.429-0.009 0.938-0.009 1.447 0 66.048 49.395 120.506 113.093 128.111 4.19 0.423 8.349 0.63 12.559 0.63 63.354 0 115.791-46.974 124.694-108.148 1.297-10.559 9.518-18.147 19.534-18.306h125.449c10.876 0.052 19.673 8.925 19.673 19.86 0 0.525-0.021 1.046-0.059 1.563-11.463 149.646-133.773 267.147-284.016 270.063-162.277 2.691-295.141-134.39-295.141-298.651v-79.143h-25.859c-0.002 0-0.003 0-0.005 0-19.654 0-35.626-15.84-35.961-35.508v-446.521c0-19.958 16.101-36.138 35.966-36.138h632.068c19.863 0 35.966 16.178 35.966 36.138v446.491c0 19.958-16.101 36.136-35.966 36.136v-0.005z" />
24
+ <glyph unicode="&#x31;" glyph-name="popup" d="M64 960h896c35.346 0 64-28.654 64-64v-896c0-35.346-28.654-64-64-64h-896c-35.346 0-64 28.654-64 64v896c0 35.346 28.654 64 64 64zM256 704c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h512c35.346 0 64 28.654 64 64v384c0 35.346-28.654 64-64 64h-512zM704 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
25
+ <glyph unicode="&#x32;" glyph-name="slide-in" d="M1024 704h-576c-35.346 0-64-28.654-64-64v-384c0-35.346 28.654-64 64-64h576v-192c0-35.346-28.654-64-64-64h-896c-35.346 0-64 28.654-64 64v896c0 35.346 28.654 64 64 64h896c35.346 0 64-28.654 64-64v-192zM896 640c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64z" />
26
+ <glyph unicode="&#x33;" glyph-name="embed" d="M96 128h832c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM128 640h768c35.346 0 64-28.654 64-64v-256c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v256c0 35.346 28.654 64 64 64zM832 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM96 896h832c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32z" />
27
+ <glyph unicode="&#x34;" glyph-name="copy" d="M736 64c0-70.692-57.308-128-128-128h-384c-70.692 0-128 57.308-128 128v576c0 70.692 57.308 128 128 128v-576c0-70.692 57.308-128 128-128h384zM416 960h192v-256c0-35.346 28.654-64 64-64h256v-384c0-70.692-57.308-128-128-128h-416c-53.019 0-96 42.981-96 96v608c0 70.692 57.308 128 128 128zM672 960l256-256h-224c-17.673 0-32 14.327-32 32v224z" />
28
+ <glyph unicode="&#x35;" glyph-name="link" d="M937.837 873.837c-53.702 53.791-127.937 87.068-209.944 87.068-76.601 0-146.422-29.035-199.058-76.699l0.252 0.225-150.034-150.034c-25.673-25.71-46.631-56.139-61.458-89.87-31.665-15.309-58.252-32.532-81.502-53.399l0.273 0.241-150.205-149.693c-52.709-53.514-85.256-127.017-85.256-208.121 0-163.835 132.815-296.651 296.651-296.651 81.104 0 154.606 32.547 208.158 85.293l149.997 149.998c20.623 22.976 37.846 49.563 50.526 78.588 36.363 17.467 66.791 38.424 92.506 64.102l149.86 150.202c47.293 52.346 76.23 122.061 76.23 198.535 0 81.887-33.179 156.025-86.826 209.703zM404.516 128.793v0c-27.092-27.092-64.52-43.849-105.861-43.849-82.683 0-149.711 67.027-149.711 149.711 0 41.341 16.757 78.769 43.849 105.861v0l109.365 109.365c27.541-103.91 107.782-184.094 209.666-211.089zM485.855 421.684c-24.798 24.767-40.912 58.225-43.38 95.415 74.752-4.514 134.187-63.89 139.22-138.191-37.617 2.019-71.081 18.136-95.838 42.944zM840.435 564.883l-118.763-118.763c-27.478 103.889-107.663 184.074-209.496 211.088l107.479 110 9.228 9.228c26.164 22.926 60.662 36.91 98.428 36.91 82.673 0 149.693-67.019 149.693-149.693 0-37.766-13.985-72.264-37.059-98.6z" />
29
+ <glyph unicode="&#x36;" glyph-name="unlink" horiz-adv-x="1025" d="M129.536 783.36l109.397-110.080c5.875-5.875 13.99-9.508 22.955-9.508 17.929 0 32.463 14.534 32.463 32.463 0 8.964-3.634 17.080-9.508 22.955l-108.885 109.568c-5.652 4.91-13.084 7.903-21.215 7.903-17.909 0-32.427-14.518-32.427-32.427 0-8.131 2.993-15.563 7.936-21.254zM318.635 826.88l39.765-150.357c3.88-13.945 16.466-24.008 31.403-24.008 17.972 0 32.541 14.569 32.541 32.541 0 3.036-0.416 5.974-1.193 8.762l-39.711 149.275c-3.878 13.899-16.427 23.926-31.317 23.926-17.927 0-32.459-14.532-32.459-32.459 0-3.036 0.417-5.975 1.196-8.762zM127.829 567.467v0l149.845-40.107c2.559-0.725 5.497-1.142 8.533-1.142 17.927 0 32.459 14.532 32.459 32.459 0 14.891-10.027 27.439-23.697 31.263l-149.562 40.332c-2.559 0.725-5.497 1.142-8.533 1.142-17.927 0-32.459-14.532-32.459-32.459 0-14.891 10.027-27.439 23.697-31.263zM895.147 112.64l-110.080 110.080c-5.875 5.875-13.99 9.508-22.955 9.508-17.929 0-32.463-14.534-32.463-32.463 0-8.964 3.634-17.080 9.508-22.955l109.568-109.568c5.771-5.373 13.536-8.671 22.072-8.671 17.909 0 32.427 14.518 32.427 32.427 0 8.493-3.265 16.224-8.609 22.005zM706.048 69.12l-40.448 150.357c-3.88 13.945-16.466 24.008-31.403 24.008-17.972 0-32.541-14.569-32.541-32.541 0-3.036 0.416-5.974 1.193-8.762l40.052-149.616c3.878-13.899 16.427-23.926 31.317-23.926 17.927 0 32.459 14.532 32.459 32.459 0 3.036-0.417 5.975-1.196 8.762zM896.853 328.533v0l-149.845 40.107c-2.559 0.725-5.497 1.142-8.533 1.142-17.927 0-32.459-14.532-32.459-32.459 0-14.891 10.027-27.439 23.697-31.263l150.074-40.161c2.559-0.725 5.497-1.142 8.533-1.142 17.927 0 32.459 14.532 32.459 32.459 0 14.891-10.027 27.439-23.697 31.263zM492.032 428.203c-40.919 40.905-97.441 66.205-159.872 66.205-58.335 0-111.51-22.088-151.619-58.358l0.196 0.174-114.347-114.347c-38.111-40.385-61.537-94.988-61.537-155.062 0-124.89 101.243-226.133 226.133-226.133 60.074 0 114.677 23.425 155.173 61.64l114.236 114.243c36.095 39.914 58.183 93.089 58.183 151.424 0 62.431-25.3 118.953-66.206 159.873zM417.963 192l-109.397-109.397c-20.662-20.514-49.128-33.193-80.555-33.193-63.151 0-114.345 51.194-114.345 114.345 0 31.724 12.919 60.43 33.783 81.145l109.404 109.404c19.827 17.113 45.846 27.537 74.3 27.537 62.963 0 114.005-51.042 114.005-114.005 0-28.453-10.424-54.472-27.661-74.446zM958.464 893.781c-40.919 40.905-97.441 66.205-159.872 66.205-58.335 0-111.51-22.088-151.619-58.358l0.196 0.174-114.347-114.347c-37.354-40.216-60.276-94.288-60.276-153.712 0-124.89 101.243-226.133 226.133-226.133 59.467 0 113.573 22.954 153.941 60.486l114.207 114.218c36.095 39.914 58.183 93.089 58.183 151.424 0 62.431-25.3 118.953-66.206 159.873zM884.224 658.091l-109.397-109.397c-19.918-17.349-46.131-27.926-74.814-27.926-63.058 0-114.176 51.118-114.176 114.176 0 29.023 10.829 55.518 28.668 75.662l-0.104-0.12 109.397 109.397c19.827 17.113 45.846 27.537 74.3 27.537 62.963 0 114.005-51.042 114.005-114.005 0-28.453-10.424-54.472-27.661-74.446z" />
30
+ <glyph unicode="&#x37;" glyph-name="list-number" d="M352 832h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 512h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 192h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM85.76 687.36v108.16c-4.8-2.24-9.92-3.52-15.040-3.52-18.56 0-32.32 13.44-32.32 32 0 21.44 14.4 30.4 16.64 29.44 6.4-4.16 12.48-6.4 20.16-6.4 13.76 0 25.28 8.64 28.8 23.36h16.64c18.24 0 28.16-9.92 28.16-29.76v-153.28c0-19.52-9.92-29.76-28.16-29.76h-8c-17.6 0-26.88 10.24-26.88 29.76zM25.6 369.6v12.16c0 36.16 35.52 56.64 63.36 69.12 24 11.2 42.56 16.64 42.56 29.44 0 13.12-8.64 19.84-26.56 19.84-21.44 0-34.24-16-37.44-32.32 0-0.64-41.28-2.24-41.28 28.48s29.76 54.080 82.88 54.080c54.72 0 84.48-24.96 84.48-66.88 0-39.68-27.2-52.48-56.64-63.36-24.96-9.6-43.52-16.64-51.2-30.4h79.36c22.080 0 30.080-8.32 30.080-23.36v-2.56c0-16-7.68-24.96-30.080-24.96h-101.12c-29.76 0-38.4 4.16-38.4 30.72zM22.4 62.72c0 32 37.12 31.36 37.76 29.12 5.44-19.52 21.76-29.44 44.8-29.44 20.16 0 32.32 8.32 32.32 21.44s-7.68 18.88-24.32 18.88h-6.4c-20.8 0-29.44 6.72-29.44 20.8v3.2c0 14.080 9.6 21.12 28.8 21.12h11.2c11.2 0 18.24 6.080 18.24 15.68 0 11.52-11.84 18.88-31.36 18.88-27.2 0-37.44-15.040-40.96-27.52-0.32-2.56-36.8-3.52-36.8 28.8 0 26.56 30.4 46.72 79.040 46.72 57.92 0 89.28-20.16 89.28-57.92 0-20.48-13.44-34.88-37.76-41.92 26.56-8.64 40.96-26.56 40.96-51.84 0-40.96-33.28-64.32-92.16-64.32-51.52 0-83.2 22.080-83.2 48.32z" />
31
+ <glyph unicode="&#x38;" glyph-name="list-bullet" d="M352 832h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 512h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM352 192h640c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-640c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM64 864h64c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM64 544h64c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM64 224h64c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64z" />
32
+ <glyph unicode="&#x39;" glyph-name="lock" d="M828.032 526.535h-25.859v87c-7.214 157.533-134.203 282.466-289.803 282.466s-282.587-124.935-289.779-281.807l-0.024-87.657h-26.601c-19.863 0-35.966-16.421-35.966-36.678v-453.179c0-20.257 16.101-36.679 35.966-36.679h632.068c19.863 0 35.966 16.421 35.966 36.679v453.181c0 20.257-16.101 36.678-35.966 36.678l-0.002-0.004zM386.045 613.532c0 70.899 56.357 128.377 125.88 128.377s125.878-57.475 125.878-128.377v-87h-251.758v87z" />
33
+ <glyph unicode="&#x3a;" glyph-name="arrow-skip-start" d="M794.729 99.707c-4.704-4.25-10.109-7.845-16-10.573l-0.397-0.165c-5.848-2.66-12.683-4.209-19.879-4.209s-14.031 1.549-20.188 4.334l0.309-0.125c-6.234 2.89-11.594 6.486-16.301 10.782l0.050-0.044-312.112 312.112c-4.671 4.572-8.409 10.079-10.913 16.22l-0.116 0.322c-2.207 5.658-3.485 12.207-3.485 19.054 0 0.187 0.001 0.376 0.003 0.562v-0.028c0 0.078-0.001 0.17-0.001 0.262 0 7.179 1.44 14.021 4.047 20.254l-0.129-0.346c2.401 6.771 6.010 12.577 10.613 17.434l-0.020-0.022 312.837 310.661c4.498 4.64 9.904 8.372 15.934 10.909l0.317 0.119c5.872 2.541 12.708 4.020 19.891 4.020 14.167 0 26.989-5.751 36.262-15.046l0.001-0.001 35.549-36.566c9.237-9.35 14.944-22.209 14.944-36.398 0-7.126-1.439-13.917-4.043-20.097l0.128 0.341c-2.696-6.333-6.42-11.732-11.019-16.244l-0.007-0.007-237.24-239.271 237.24-238.546c4.607-4.519 8.332-9.917 10.904-15.928l0.123-0.324c2.479-5.769 3.919-12.482 3.919-19.533 0-0.121-0.001-0.244-0.002-0.364v0.018c0-0.079 0.001-0.172 0.001-0.266 0-7.227-1.439-14.118-4.047-20.403l0.131 0.353c-2.552-6.29-6.299-11.62-10.995-15.931l-0.031-0.028-35.549-37.291zM294.13 99.707h-87.060c-16.027 0-29.019 12.992-29.019 29.019v0 638.444c0 16.027 12.992 29.019 29.019 29.019v0h87.060c16.027 0 29.019-12.992 29.019-29.019v0-638.444c0-16.027-12.992-29.019-29.019-29.019v0z" />
34
+ <glyph unicode="&#x3b;" glyph-name="code" d="M137.076 447.767c22.144-13.682 39.454-28.996 51.93-45.943s21.209-38.558 26.199-64.833c4.99-26.275 7.485-59.935 7.485-100.981 0-30.784 0.702-53.483 2.105-68.098s4.211-25.731 8.421-33.349c4.211-7.618 9.279-12.593 15.205-14.926s16.062-4.586 30.409-6.763c11.852-1.555 21.676-7.307 29.474-17.258s11.696-23.010 11.696-39.18c0-37.625-22.924-56.437-68.772-56.437-28.382 0-53.723 5.908-76.023 17.724s-39.532 28.529-51.696 50.141c-12.164 21.611-18.402 46.409-18.713 74.395-0.936 47.265-1.871 85.2-2.807 113.807s-2.339 47.109-4.211 55.504c-4.678 20.834-11.618 36.536-20.819 47.109s-21.209 20.445-36.023 29.618c-14.815 9.173-25.341 17.413-31.579 24.72s-9.357 18.89-9.357 34.749c0 23.010 9.045 40.268 27.135 51.773 22.456 13.993 38.44 25.886 47.953 35.681s16.218 22.388 20.117 37.78c3.899 15.392 6.16 32.183 6.784 50.374s1.559 61.956 2.807 131.298c0.936 42.911 14.581 77.193 40.936 102.846s61.52 38.48 105.497 38.48c45.848 0 68.772-18.501 68.772-55.504 0-16.791-3.821-30.007-11.462-39.646s-17.544-15.237-29.708-16.791c-18.090-2.488-30.721-6.219-37.895-11.194s-11.852-14.615-14.035-28.918c-2.183-14.304-3.587-41.978-4.211-83.023-0.624-40.113-3.041-72.995-7.251-98.649s-12.476-47.497-24.795-65.533c-12.32-18.035-30.175-34.36-53.567-48.974zM886.924 447.767c-22.144-13.682-39.454-28.996-51.93-45.943s-21.209-38.558-26.199-64.833c-4.99-26.275-7.485-59.935-7.485-100.981 0-30.784-0.702-53.483-2.105-68.098s-4.211-25.731-8.421-33.349c-4.211-7.618-9.279-12.593-15.205-14.926s-16.062-4.586-30.409-6.763c-11.852-1.555-21.676-7.307-29.474-17.258s-11.696-23.010-11.696-39.18c0-37.625 22.924-56.437 68.772-56.437 28.382 0 53.723 5.908 76.023 17.724s39.532 28.529 51.696 50.141c12.164 21.611 18.402 46.409 18.713 74.395 0.936 47.265 1.871 85.2 2.807 113.807s2.339 47.109 4.211 55.504c4.678 20.834 11.618 36.536 20.819 47.109s21.209 20.445 36.023 29.618c14.815 9.173 25.341 17.413 31.579 24.72s9.357 18.89 9.357 34.749c0 23.010-9.045 40.268-27.135 51.773-22.456 13.993-38.44 25.886-47.953 35.681s-16.218 22.388-20.117 37.78c-3.899 15.392-6.16 32.183-6.784 50.374s-1.559 61.956-2.807 131.298c-0.936 42.911-14.581 77.193-40.936 102.846s-61.52 38.48-105.497 38.48c-45.848 0-68.772-18.501-68.772-55.504 0-16.791 3.821-30.007 11.462-39.646s17.544-15.237 29.708-16.791c18.090-2.488 30.721-6.219 37.895-11.194s11.852-14.615 14.035-28.918c2.183-14.304 3.587-41.978 4.211-83.023 0.624-40.113 3.041-72.995 7.251-98.649s12.476-47.497 24.795-65.533c12.32-18.035 30.175-34.36 53.567-48.974z" />
35
+ <glyph unicode="&#x3c;" glyph-name="style-type" d="M600.183 22.811c0-0.042 0-0.092 0-0.143 0-15.931-7.276-30.162-18.685-39.552-11.343-10.55-26.453-17.019-43.073-17.137-0.026 0-0.030 0-0.033 0-11.14 0-21.521 3.244-30.253 8.839-9.496 6.164-17 15.152-21.316 25.776l-44.678 99.359h-283.307l-44.373-98.645c-4.412-10.932-11.786-19.9-21.129-26.154-8.647-5.591-18.965-8.837-30.041-8.837-0.251 0-0.501 0.002-0.75 0.005-16.766 0.139-32.034 6.598-43.532 17.111-11.636 9.226-19.065 23.426-19.065 39.361 0 0.006 0 0.013 0 0.019 0.497 9.522 2.9 18.373 6.832 26.334l225.616 474.401c5.839 13.038 15.402 23.536 27.33 30.381 11.701 6.853 25.389 10.801 39.998 10.801s28.297-3.948 40.055-10.835c11.808-6.995 21.526-17.206 27.932-29.427l225.816-475.714c3.869-7.822 6.285-16.984 6.652-26.671zM203.041 199.11h194.731l-96.939 217.429zM980.428 346.736q43.52-43.861 43.52-134.144v-188.928c0.067-1.036 0.105-2.247 0.105-3.466 0-15.424-6.089-29.425-15.995-39.732-10.73-9.683-25.041-15.619-40.738-15.619-1.273 0-2.536 0.039-3.789 0.116-0.367-0.026-1-0.037-1.635-0.037-16.095 0-30.664 6.534-41.2 17.094-10.549 10.354-17.086 24.76-17.086 40.694 0 0.514 0.007 1.026 0.020 1.537l-0.002 5.727c-7.996-20.951-22.288-37.999-40.536-49.25-18.994-11.008-41.281-17.361-65.052-17.361-1.28 0-2.555 0.018-3.826 0.055-0.297-0.009-0.87-0.012-1.443-0.012-26.924 0-52.375 6.304-74.959 17.516-20.968 10.24-38.97 26.053-51.962 45.498-12.607 18.963-19.936 41.675-19.936 66.099 0 0.451 0.003 0.902 0.007 1.353-0.104 1.659-0.163 3.679-0.163 5.713 0 24.818 8.756 47.591 23.347 65.398 19.243 18.899 44.285 32.287 72.24 37.242 38.061 7.624 80.858 11.917 124.658 11.917 5.548 0 11.080-0.069 16.595-0.206l20.858 0.016v15.019c0.19 1.951 0.299 4.218 0.299 6.51 0 16.996-5.972 32.597-15.932 44.819-11.911 9.935-27.533 16.048-44.582 16.048-2.294 0-4.563-0.111-6.8-0.327-37.555-3.095-72.498-12.15-104.744-26.231-7.318-4.335-18.437-7.661-30.26-8.382-0.641-0.028-1.133-0.038-1.627-0.038-11.135 0-21.095 5.030-27.732 12.942-6.891 8.683-11.027 19.729-11.027 31.74 0 0.861 0.021 1.718 0.063 2.569-0.029 0.454-0.044 1.126-0.044 1.802 0 9.556 2.815 18.454 7.661 25.911 6.169 8.019 14.031 14.681 23.056 19.429 21.018 11.107 44.941 19.783 70.137 24.97 26.728 6.037 55.41 9.331 84.859 9.347q90.294 0 133.814-43.861zM880.929 75.035c14.043 15.93 22.615 36.976 22.615 60.024 0 1.398-0.032 2.789-0.094 4.172l0.007 13.969h-14.165c-4.533 0.256-9.837 0.403-15.176 0.403-28.403 0-55.84-4.137-81.741-11.842-13.531-4.937-24.486-19.494-24.486-36.61 0-0.748 0.021-1.491 0.062-2.228-0.023-0.401-0.033-0.993-0.033-1.586 0-13.9 5.691-26.471 14.87-35.51 9.691-9.115 22.769-14.712 37.154-14.712 0.62 0 1.238 0.010 1.853 0.031 0.789-0.038 1.821-0.059 2.857-0.059 22.309 0 42.392 9.534 56.396 24.749zM571.852 565.36l19.797 53.589c19.302 51.135 58.945 90.778 108.798 109.654l55.042 19.882-53.589 19.797c-51.135 19.302-90.778 58.945-109.654 108.798l-20.394 55.554-19.797-53.76c-19.302-51.135-58.945-90.778-108.798-109.654l-55.042-20.735 53.589-19.797c51.122-19.322 90.758-58.958 109.653-108.798zM889.633 473.2l13.483 36.352c13.184 34.97 40.294 62.080 74.388 74.973l37.569 13.773-36.693 13.653c-34.97 13.184-62.080 40.294-74.973 74.388l-13.773 37.569-13.483-36.693c-13.221-35-40.396-62.12-74.557-74.974l-37.571-13.772 36.693-13.483c35-13.221 62.12-40.396 74.974-74.557z" />
36
+ <glyph unicode="&#x3d;" glyph-name="plus" d="M464 832h96c17.673 0 32-14.327 32-32v-704c0-17.673-14.327-32-32-32h-96c-17.673 0-32 14.327-32 32v704c0 17.673 14.327 32 32 32zM160 528h704c17.673 0 32-14.327 32-32v-96c0-17.673-14.327-32-32-32h-704c-17.673 0-32 14.327-32 32v96c0 17.673 14.327 32 32 32z" />
37
+ <glyph unicode="&#x3e;" glyph-name="phone" d="M96 644.091c0.383 6.356 0.719 12.715 1.158 19.067 2.407 34.835 9.752 68.393 22.669 100.482 10.283 25.546 23.75 49 40.315 70.389 11.371 14.684 24.127 27.819 37.886 39.915 11.775 10.351 23.209 21.152 34.745 31.815 7.805 7.214 16.098 13.568 25.71 17.741 16.771 7.281 32.938 5.537 48.531-3.861 15.58-9.389 27.495-23.14 38.498-37.917 14.867-19.967 26.85-42.028 39.684-63.47 9.421-15.74 18.561-31.656 26.011-48.611 7.548-17.177 13.557-34.88 15.397-53.95 2.536-26.278-3.773-49.817-20.485-69.211-9.59-11.13-20.792-20.641-31.103-31.069-10.013-10.126-21.434-18.212-32.501-26.842-13.34-10.402-23.591-23.417-27.874-41.004-3.58-14.703-2.625-29.374 0.561-43.979 4.338-19.88 12.228-38.199 21.467-55.904 16.31-31.257 36.336-59.679 57.602-87.145 20.172-26.052 41.282-51.184 64.197-74.492 19.154-19.485 39.281-37.668 62.295-51.801 13.611-8.358 27.832-14.956 43.525-17.296 20.317-3.030 38.018 3.112 53.341 17.542 3.092 2.911 6.23 5.854 8.874 9.211 11.704 14.855 25.651 27.129 39.36 39.64 7.778 7.098 15.694 14.267 24.381 19.919 21.681 14.106 44.907 15.397 68.798 7.237 19.479-6.653 36.955-17.52 52.816-31.050 19.334-16.493 38.017-33.873 56.871-51.008 13.325-12.112 25.947-25.026 36.91-39.689 9.418-12.596 17.396-26.049 20.847-42.074 0.578-2.685 1.014-5.405 1.515-8.109v-9.888c-0.282-1.5-0.581-2.997-0.845-4.501-2.861-16.304-11.322-29.058-22.392-39.964-10.796-10.635-22.351-20.414-32.79-31.428-23.2-24.478-49.419-44.015-79.015-58.372-29.561-14.341-60.527-22.693-92.863-25.201-5.43-0.421-10.862-0.81-16.293-1.214h-12.641c-1.228 0.156-2.453 0.36-3.685 0.46-8.106 0.661-16.235 1.068-24.315 1.989-29.335 3.343-57.659 11.278-85.211 22.44-43.679 17.696-83.615 42.727-121.293 72.116-32.133 25.064-62.033 52.964-90.438 82.743-33.21 34.815-64.16 71.844-93.455 110.497-28.62 37.762-55.164 77.111-78.554 118.856-27.723 49.479-50.598 101.29-64.649 157.281-6.417 25.57-10.826 51.513-12.438 77.972-0.368 6.048-0.749 12.095-1.123 18.143v13.596z" />
38
+ <glyph unicode="&#x3f;" glyph-name="question" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM552.789 170.667c-11.513-10.623-26.956-17.137-43.921-17.137-1.059 0-2.113 0.025-3.16 0.076-0.751-0.050-1.805-0.076-2.864-0.076-16.965 0-32.408 6.514-43.966 17.177-11.108 11.186-18 26.656-18 43.736s6.893 32.549 18.048 43.779c12.419 10.757 28.738 17.313 46.589 17.313s34.17-6.556 46.681-17.392c11.062-11.151 17.955-26.621 17.955-43.7s-6.893-32.549-18.048-43.779zM676.352 527.531c-14.593-25.881-32.311-48.004-53.036-66.882l-32.638-31.081c-18.585-17.435-31.085-41.162-34.087-67.765l-1.582-24.907h-102.4c-0.104 2.643-0.163 5.746-0.163 8.863 0 28.82 5.063 56.457 14.347 82.072 11.385 24.359 28.247 46.249 49.016 63.625 18.67 15.401 34.551 32.639 47.867 51.794 8.039 12.997 12.482 27.729 12.496 43.498q0 68.271-62.464 68.271c-0.543 0.017-1.181 0.026-1.822 0.026-17.84 0-33.952-7.398-45.435-19.293-11.575-12.699-18.652-29.637-18.652-48.228 0-0.751 0.012-1.5 0.035-2.246l-116.056 0.109c-0.089 1.957-0.14 4.251-0.14 6.558 0 44.597 19.006 84.754 49.36 112.815 32.988 27.163 75.53 43.576 121.907 43.576 3.801 0 7.575-0.11 11.321-0.328q84.816 0.024 131.067-40.936c28.949-26.748 47.016-64.908 47.016-107.288 0-3.024-0.092-6.026-0.273-9.004 0.020 0.268 0.021 0.101 0.021-0.066 0-23.235-5.614-45.158-15.561-64.488z" />
39
+ <glyph unicode="&#x40;" glyph-name="plus-circle" d="M576 512v160c0 17.673-14.327 32-32 32h-64c-17.673 0-32-14.327-32-32v-160h-160c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h160v-160c0-17.673 14.327-32 32-32h64c17.673 0 32 14.327 32 32v160h160c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-160zM512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512z" />
40
+ <glyph unicode="&#x41;" glyph-name="paperclip" d="M248.822-63.976c-51.495 1.136-97.52 23.616-129.751 58.91-61.91 61.751-69.59 121.313-65.321 160.396 7.914 52.328 33.104 97.701 69.471 131.097l392.695 392.679c109.568 109.568 182.443 69.462 216.235 35.84 40.789-40.789 68.267-111.275-36.693-215.381l-361.301-361.472-70.315 70.998 361.131 360.448c55.636 55.636 42.839 68.267 36.693 74.752s-19.797 19.797-75.435-35.84l-392.534-392.534c-20.474-18.438-35.098-43.015-40.978-70.817-3.054-26.463 8.893-52.063 36.37-79.711 34.133-34.133 59.904-30.549 68.267-29.355 30.677 7.419 56.812 23.685 76.316 45.914l465.551 465.744c32.165 29.338 56.871 66.31 71.298 108.071 14.547 53.038-2.178 100.313-50.648 148.782-51.2 51.2-133.291 104.448-257.536-19.968l-428.715-429.739c-9.043-9.107-21.57-14.742-35.413-14.742-27.56 0-49.901 22.344-49.901 49.901 0 13.716 5.534 26.14 14.491 35.16l429.224 429.736c133.291 132.779 278.528 140.117 398.678 19.797 93.184-93.184 93.184-183.979 76.627-243.712-19.472-60.91-53.065-112.682-97.048-153.387l-465.811-465.621c-34.177-37.539-79.859-64.066-131.449-74-8.080-1.219-15.674-1.778-23.4-1.778-0.281 0-0.562 0.001-0.843 0.002z" />
41
+ <glyph unicode="&#x42;" glyph-name="bold" d="M684.799 460.033c72.576 14.976 132.48 80.64 132.48 176.127 0 102.528-74.88 195.84-221.184 195.84h-368.767c-19.512 0-35.328-15.816-35.328-35.328v-697.344c0-19.511 15.816-35.328 35.328-35.328h381.439c147.456 0 223.233 92.16 223.233 208.384 0 95.616-63.999 175.616-147.201 187.649zM355.455 688h204.801c55.296 0 89.599-33.408 89.599-80.64 0-49.536-34.56-80.64-89.599-80.64h-204.801v161.28zM567.294 207.871h-211.839v175.104h211.968c63.36 0 97.92-39.168 97.92-87.552 0-55.296-36.864-87.552-97.92-87.552h-0.129z" />
42
+ <glyph unicode="&#x43;" glyph-name="crop" d="M993.343 183.651h-90.771v591.382c0 0.856 0 1.713 0 2.569 0 33.106-26.837 59.943-59.943 59.943h-592.581v88.202c0 18.918-15.336 34.253-34.253 34.253h-57.032c-18.918 0-34.253-15.336-34.253-34.253v0-88.373h-90.257c-18.918 0-34.253-15.336-34.253-34.253v-57.374c0-18.918 15.336-34.253 34.253-34.253h90.771v-590.697c0-0.856 0-1.713 0-2.569 0-33.106 26.837-59.943 59.943-59.943h592.581v-88.716c0-18.918 15.336-34.253 34.253-34.253h57.374c18.918 0 34.253 15.336 34.253 34.253v89.058h89.915c18.918 0 34.253 15.336 34.253 34.253v56.86c0 18.918-15.336 34.253-34.253 34.253zM249.535 183.993v528.527h528.013v-528.87h-527.5z" />
43
+ <glyph unicode="&#x44;" glyph-name="photo-picture" d="M128 831.909h768c70.692 0 128-57.308 128-128v-512c0-70.692-57.308-128-128-128h-768c-70.692 0-128 57.308-128 128v512c0 70.692 57.308 128 128 128zM864 192c17.673 0 32 14.327 32 32v448c0 17.673-14.327 32-32 32h-704c-17.673 0-32-14.327-32-32v-277.114c0-10.479 5.131-20.294 13.735-26.275 14.511-10.087 34.453-6.501 44.54 8.011l5.468 7.866c3.088 5.029 9.354 8.471 16.582 8.471s13.494-3.441 16.631-8.559l42.74-61.863 174.711 252.92c5.545 10.301 17.931 17.472 32.319 17.472 14.004 0 26.108-6.793 31.951-16.825l262.042-379.694c0.826-1.341 1.457-2.78 1.886-4.41h93.395zM736 640c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96s42.981 96 96 96z" />
44
+ <glyph unicode="&#x45;" glyph-name="user-reputation-points" d="M957.76 551.040c-22.249-102.144-213.248-181.888-445.76-181.888-247.446 0-448 90.346-448 201.898v-123.051c0-111.552 200.555-201.898 448-201.898s448 90.347 448 201.898c-0.017 4.737-0.764 39.084-2.24 103.042zM512 123.051c-247.446 0-448 90.347-448 201.897v-123.051c0-111.552 200.555-201.897 448-201.897s448 90.347 448 201.897v123.051c0-111.552-200.555-201.897-448-201.897zM960 694.101c0-111.702-200.555-201.301-448-201.301s-448 89.6-448 201.301c0 111.701 200.555 201.899 448 201.899s448-90.347 448-201.899z" />
45
+ <glyph unicode="&#x46;" glyph-name="animation-video" d="M952.182 832l0.031-0.002c39.701-0.323 71.788-33.5 71.788-74.38 0 0 0 0 0-0.002v-619.234c0-0.002 0-0.003 0-0.003 0-40.88-32.087-74.058-71.818-74.38h-879.809c-39.971 0-72.373 33.303-72.373 74.383v619.234c0 41.082 32.403 74.383 72.373 74.383h879.809zM128 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM352 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM576 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM800 736c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM128 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM352 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM576 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96zM800 288c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h96c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32h-96z" />
46
+ <glyph unicode="&#x47;" glyph-name="thumbnails" d="M239.765 896h-144.405c-17.32 0-31.36-14.040-31.36-31.36v-144.405c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.405c0 17.32-14.040 31.36-31.36 31.36zM584.128 896h-144.256c-17.32 0-31.36-14.040-31.36-31.36v-144.405c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.405c0 0 0 0 0 0 0 17.32-14.040 31.36-31.36 31.36-0.052 0-0.105 0-0.158 0zM960 864.64c0 17.32-14.040 31.36-31.36 31.36h-144.405c-17.32 0-31.36-14.040-31.36-31.36v0-144.256c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.256zM239.765 551.488h-144.405c-17.32 0-31.36-14.040-31.36-31.36v-144.405c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.405c0 17.32-14.040 31.36-31.36 31.36zM584.128 551.488h-144.256c-17.32 0-31.36-14.040-31.36-31.36v-144.405c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.405c0 17.32-14.040 31.36-31.36 31.36zM928.64 551.488h-144.405c-17.32 0-31.36-14.040-31.36-31.36v0-144.256c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.256c0 17.32-14.040 31.36-31.36 31.36zM239.765 206.976h-144.405c-17.32 0-31.36-14.040-31.36-31.36v-144.256c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.256c0 17.32-14.040 31.36-31.36 31.36zM584.128 206.976h-144.256c-17.32 0-31.36-14.040-31.36-31.36v-144.256c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.256c0 17.32-14.040 31.36-31.36 31.36zM928.64 206.976h-144.405c-17.32 0-31.36-14.040-31.36-31.36v-144.256c0-17.32 14.040-31.36 31.36-31.36h144.405c17.32 0 31.36 14.040 31.36 31.36v144.256c0 17.32-14.040 31.36-31.36 31.36z" />
47
+ <glyph unicode="&#x48;" glyph-name="refresh" d="M716.894 672.58c-1.28 1.166-2.571 2.322-3.872 3.467-69.009 60.732-161.584 87.586-253.821 71.323-165.344-29.155-275.747-186.827-246.593-352.171s186.827-275.747 352.171-246.593c77.947 13.744 145.751 56.436 191.797 118.844 26.232 35.553 76.318 43.109 111.871 16.877s43.109-76.318 16.877-111.871c-70.189-95.128-173.971-160.472-292.762-181.418-252.367-44.499-493.024 124.011-537.524 376.378s124.011 493.024 376.378 537.524c140.63 24.797 282.185-16.266 387.309-108.781 5.96-5.245 11.78-10.637 17.455-16.171l48.279 43.47c11.75 10.579 26.999 16.435 42.81 16.439 35.346 0.008 64.006-28.639 64.014-63.986l0.048-215.702c0-2.244-0.117-4.487-0.352-6.718-3.703-35.152-35.2-60.646-70.352-56.944l-214.515 22.595c-15.724 1.656-30.278 9.074-40.857 20.824-23.651 26.267-21.53 66.734 4.737 90.386l46.901 42.23z" />
48
+ <glyph unicode="&#x49;" glyph-name="info" d="M512 960c70.667 0 137-13.333 199-40 62.667-26.667 117.166-63.166 163.5-109.5s82.833-100.833 109.5-163.5c26.667-62 40-128.333 40-199s-13.333-137-40-199c-26.667-62.667-63.166-117.166-109.5-163.5s-100.833-82.833-163.5-109.5c-62-26.667-128.333-40-199-40s-137 13.333-199 40c-62.667 26.667-117.166 63.166-163.5 109.5s-82.833 100.833-109.5 163.5c-26.667 62-40 128.333-40 199s13.333 137 40 199c26.667 62.667 63.166 117.166 109.5 163.5s100.833 82.833 163.5 109.5c62 26.667 128.333 40 199 40zM564 163l-1 331c0 4.667-1.667 8.667-5 12s-7.333 5-12 5h-68c-4.667 0-8.667-1.667-12-5s-5-7.333-5-12v-331c0-4.667 1.667-8.667 5-12s7.333-5 12-5h69c4.667 0 8.667 1.667 12 5s5 7.333 5 12zM512 585c17.333 0 32.167 6.167 44.5 18.5s18.5 27.167 18.5 44.5c0 17.333-6.167 32-18.5 44s-26.833 18-43.5 18c-17.333 0-32.167-6-44.5-18s-18.5-26.667-18.5-44c0-17.333 6-32 18-44s26.667-18.333 44-19z" />
49
+ <glyph unicode="&#x4a;" glyph-name="home" d="M936.881 602.057l-412.161 319.201c-5.37 4.22-12.228 6.767-19.68 6.767s-14.31-2.547-19.748-6.819l-398.972-319.469c-7.236-5.902-11.824-14.814-11.84-24.797v-576.965c0-17.673 14.327-32 32-32h236.959c17.673 0 32 14.327 32 32v353.281h273.121v-353.281c0-17.673 14.327-32 32-32h236.959c17.673 0 32 14.327 32 32v576.962c-0.037 10.179-4.821 19.232-12.251 25.068z" />
50
+ <glyph unicode="&#x4b;" glyph-name="heart" d="M984.615 578.511c0 2.507 0 5.162 0 7.67s0 5.604 0 8.554c0 2.95 0 9.586 0 14.748 0 2.065 0 3.981 0 5.899 0 6.047-0.759 12.093-1.519 18.139 0 0.885 0 1.771 0 2.507-6.367 48.931-29.099 91.815-62.608 124.154-46.486 44.413-110.252 71.819-180.597 71.819s-134.113-27.408-180.624-71.843c-35.29-35.503-39.688-47.3-46.966-47.3s-11.978 11.354-47.458 46.452c-45.645 44.199-108.596 71.522-178.109 71.522-0.231 0-0.463 0-0.693-0.002-0.924 0.014-2.059 0.019-3.195 0.019-69.737 0-132.896-27.384-178.73-71.7-33.584-32.102-56.491-74.702-63.092-122.331-0.125-1.975-0.125-2.859-0.125-3.596 0-6.047-1.212-11.945-1.519-18.139 0-1.966 0-3.932 0-5.899 0-4.72 0-9.586 0-14.748s0-5.604 0-8.407c0-2.803 0-5.309 0-7.817 7.231-60.554 28.069-115.236 59.461-162.689l-0.933 1.507c2.121-3.244 3.639-6.636 5.913-9.88 85.517-129.476 333.726-343.153 408.175-343.153 74.599 0 322.657 214.27 408.477 343.745 2.123 3.244 3.792 6.636 5.913 9.88 30.401 46.27 51.058 101.344 57.763 160.506l0.461 0.382z" />
51
+ <glyph unicode="&#x4c;" glyph-name="lightbulb" d="M858.453 613.355c0 0.114 0 0.249 0 0.384 0 191.341-155.112 346.453-346.453 346.453s-346.453-155.112-346.453-346.453c0-103.281 45.193-196.007 116.883-259.48 16.89-14.701 27.326-35.713 27.501-59.166v-44.063c0-0.051 0-0.111 0-0.171 0-23.187 18.797-41.984 41.984-41.984 0 0 0 0 0 0h320.171c23.187 0 41.984 18.797 41.984 41.984v44.203c0.203 23.426 10.635 44.375 27.040 58.628 72.14 63.639 117.344 156.172 117.344 259.263 0 0.142 0 0.283 0 0.425zM695.978 74.389h-367.957c-9.991 0-18.091 8.099-18.091 18.091v39.424c0 9.991 8.099 18.091 18.091 18.091h367.957c9.991 0 18.091-8.099 18.091-18.091v-39.424c0-9.991-8.099-18.091-18.091-18.091zM631.125-64.192h-238.933c-9.991 0-18.091 8.099-18.091 18.091v39.253c0 9.991 8.099 18.091 18.091 18.091h238.933c9.991 0 18.091-8.099 18.091-18.091v-39.424c-0.097-9.918-8.159-17.92-18.090-17.92 0 0-0.001 0-0.001 0z" />
52
+ <glyph unicode="&#x4d;" glyph-name="help-support" d="M989.867 631.637c-7.098 18.287-24.554 31.016-44.983 31.016-6.033 0-11.807-1.11-17.128-3.137l-14.006-5.18c-44.074 84.36-111.225 151.511-193.089 194.394l2.796 15.526c1.895 4.965 2.992 10.707 2.992 16.706 0 20.352-12.633 37.754-30.485 44.791-54.809 21.677-117.927 34.179-183.964 34.179s-129.155-12.502-187.114-35.269c-14.81-5.894-27.539-23.351-27.539-43.78 0-6.033 1.11-11.807 3.137-17.128l5.18-14.006c-84.36-44.074-151.511-111.225-194.394-193.089l-15.526 2.796c-4.965 1.895-10.707 2.992-16.706 2.992-20.352 0-37.754-12.633-44.791-30.485-21.677-54.809-34.179-117.927-34.179-183.964s12.502-129.155 35.269-187.114c5.894-14.81 23.351-27.539 43.78-27.539 6.033 0 11.807 1.11 17.128 3.137l14.006 5.18c44.083-84.353 111.231-151.501 193.089-194.393l-2.795-15.527c-1.895-4.965-2.992-10.707-2.992-16.706 0-20.352 12.633-37.754 30.485-44.791 54.785-21.656 117.873-34.146 183.878-34.146s129.093 12.49 187.029 35.235c14.81 5.895 27.539 23.351 27.539 43.781 0 6.033-1.11 11.807-3.137 17.128l-5.18 14.006c84.422 44.057 151.629 111.21 194.564 193.091l15.527-2.797c4.965-1.895 10.707-2.992 16.706-2.992 20.352 0 37.754 12.633 44.791 30.485 21.656 54.785 34.146 117.873 34.146 183.878s-12.49 129.093-35.235 187.029zM305.152 365.397l-226.133-83.627c-19.522 49.344-30.84 106.508-30.84 166.315s11.318 116.97 31.93 169.465l10.174-7.246 214.869-79.531c-10.091-24.452-15.95-52.843-15.95-82.603s5.859-58.15 16.487-84.082zM512 911.872c0.020 0 0.044 0 0.068 0 59.758 0 116.869-11.337 169.297-31.979l-7.232-10.176-79.531-214.869c-24.452 10.091-52.843 15.95-82.603 15.95s-58.15-5.859-84.082-16.487l-82.147 226.67c49.292 19.553 106.403 30.891 166.161 30.891 0.024 0 0.048 0 0.072 0zM512-15.701c-0.020 0-0.044 0-0.068 0-59.758 0-116.869 11.337-169.297 31.979l86.763 225.045c24.452-10.091 52.843-15.95 82.603-15.95s58.15 5.859 84.082 16.487l82.147-226.67c-49.301-19.615-106.427-31.011-166.209-31.061zM674.133 513.195c7.926-19.144 12.529-41.376 12.529-64.683s-4.603-45.539-12.949-65.836c-1.787-4.171-3.069-10.354-3.069-16.837 0-20.603 12.946-38.182 31.147-45.047l5.793-2.158c-17.663-26.282-39.596-48.214-65.032-65.341l-2.893 4.925c-6.974 18.532-24.553 31.478-45.156 31.478-6.483 0-12.666-1.282-18.311-3.606-18.824-7.81-41.056-12.413-64.362-12.413s-45.539 4.603-65.836 12.949c-4.13 1.75-10.262 3.009-16.689 3.009-20.58 0-38.144-12.918-45.024-31.088l-2.158-5.792c-26.211 17.68-48.086 39.609-65.169 65.027l4.923 2.898c18.532 6.974 31.478 24.553 31.478 45.156 0 6.483-1.282 12.666-3.606 18.311-7.81 18.824-12.413 41.056-12.413 64.362s4.603 45.539 12.949 65.836c1.75 4.13 3.009 10.262 3.009 16.689 0 20.58-12.918 38.144-31.088 45.024l-5.792 2.158c17.637 26.198 39.509 48.070 64.864 65.171l2.891-4.926c6.974-18.532 24.553-31.478 45.156-31.478 6.483 0 12.666 1.282 18.311 3.606 18.823 7.818 41.054 12.426 64.362 12.426s45.54-4.608 65.834-12.962c4.173-1.787 10.356-3.069 16.839-3.069 20.603 0 38.182 12.946 45.047 31.147l2.158 5.793c26.269-17.621 48.198-39.496 65.343-64.868l-4.927-2.886c-18.501-6.99-31.419-24.554-31.419-45.134 0-6.426 1.26-12.559 3.545-18.163zM944.981 281.771l-11.264 4.096-214.869 79.531c10.091 24.452 15.95 52.843 15.95 82.603s-5.859 58.15-16.487 84.082l226.67 82.147c19.522-49.344 30.84-106.508 30.84-166.315s-11.318-116.97-31.93-169.465z" />
53
+ <glyph unicode="&#x4e;" glyph-name="loader" d="M512 960c-34.404 0-62.293-27.89-62.293-62.293v-151.723c0-34.404 27.89-62.293 62.293-62.293s62.293 27.89 62.293 62.293v151.723c0 34.404-27.89 62.293-62.293 62.293zM512 212.309c-34.404 0-62.293-27.89-62.293-62.293v-151.723c0-34.404 27.89-62.293 62.293-62.293s62.293 27.89 62.293 62.293v151.723c0 34.404-27.89 62.293-62.293 62.293zM722.603 596.309c0.033 0 0.071 0 0.11 0 17.165 0 32.7 6.981 43.92 18.259l107.352 107.352c11.99 11.377 19.45 27.428 19.45 45.221 0 34.404-27.89 62.293-62.293 62.293-17.793 0-33.843-7.46-45.195-19.422l-107.375-107.377c-11.263-11.271-18.229-26.838-18.229-44.032 0-34.392 27.871-62.275 62.26-62.293zM301.397 299.691c-0.033 0-0.071 0-0.11 0-17.165 0-32.7-6.981-43.92-18.259l-107.352-107.352c-11.99-11.377-19.45-27.428-19.45-45.221 0-34.404 27.89-62.293 62.293-62.293 17.793 0 33.843 7.46 45.195 19.422l107.375 107.377c11.263 11.271 18.229 26.838 18.229 44.032 0 34.392-27.871 62.275-62.26 62.293zM961.707 510.293h-151.723c-34.404 0-62.293-27.89-62.293-62.293s27.89-62.293 62.293-62.293h151.723c34.404 0 62.293 27.89 62.293 62.293s-27.89 62.293-62.293 62.293zM276.309 448c0 34.404-27.89 62.293-62.293 62.293h-151.723c-34.404 0-62.293-27.89-62.293-62.293s27.89-62.293 62.293-62.293h151.723c34.404 0 62.293 27.89 62.293 62.293zM766.635 281.429c-11.377 11.99-27.428 19.45-45.221 19.45-34.404 0-62.293-27.89-62.293-62.293 0-17.793 7.46-33.843 19.422-45.195l107.377-107.375c11.377-11.99 27.428-19.45 45.221-19.45 34.404 0 62.293 27.89 62.293 62.293 0 17.793-7.46 33.843-19.422 45.195zM238.080 809.984c-11.14 10.571-26.233 17.073-42.843 17.073-34.404 0-62.293-27.89-62.293-62.293 0-16.611 6.502-31.703 17.099-42.871l107.323-107.322c11.377-11.99 27.428-19.45 45.221-19.45 34.404 0 62.293 27.89 62.293 62.293 0 17.793-7.46 33.843-19.422 45.195z" />
54
+ <glyph unicode="&#x4f;" glyph-name="plugin-2" d="M757.93 655.274l2.731 274.603c0.001 0.101 0.002 0.221 0.002 0.341 0 16.212-13.143 29.355-29.355 29.355-0.001 0-0.001 0-0.002 0h-87.040c-16.055-0.093-29.068-12.987-29.354-28.986l-2.731-275.312h-200.021l2.731 274.432c0.003 0.152 0.004 0.332 0.004 0.512 0 16.154-13.048 29.26-29.179 29.354h-87.049c-0.001 0-0.003 0-0.004 0-16.126 0-29.233-12.929-29.521-28.986l-2.731-275.312h-76.971v-168.96c0.699-144.669 96.73-266.722 228.462-306.607l5.010-214.268c0.049-8.233 3.581-15.631 9.196-20.803 5.313-5.089 12.508-8.21 20.432-8.21 0.024 0 0.048 0 0.072 0h-0.004c29.355 0 45.568 0.853 61.781 1.536s31.573 1.365 59.904 1.536c0.001 0 0.001 0 0.002 0 16.281 0 29.501 13.101 29.694 29.336v209.597c133.939 40.538 229.895 162.573 230.57 307.121v169.039z" />
55
+ <glyph unicode="&#x50;" glyph-name="forminator" d="M690.605 825.667l-60.406 59.733c-4.676 4.629-11.137 7.492-18.273 7.492s-13.599-2.863-18.273-7.492l-399.29-393.942c-4.672-4.597-7.564-10.962-7.564-17.994s2.892-13.396 7.562-17.994l60.408-59.735c4.667-4.585 11.098-7.417 18.196-7.417s13.53 2.833 18.2 7.42l-0.002-0.002 399.442 393.793c4.637 4.615 7.5 10.974 7.5 17.994s-2.865 13.379-7.504 17.997l0.002-0.002v0.147zM1016.502 760.705l-60.408 59.733c-4.667 4.585-11.098 7.418-18.198 7.418s-13.53-2.833-18.2-7.418l-528.56-522.667c-4.681-4.624-7.576-11.013-7.576-18.069s2.895-13.447 7.576-18.069l60.406-59.733c4.667-4.585 11.098-7.417 18.196-7.417s13.531 2.833 18.2 7.42l528.56 522.667c4.637 4.615 7.502 10.974 7.502 17.994s-2.865 13.379-7.504 17.997l0.002-0.002 0.004 0.145zM154.040 271.788c-3.152 3.159-7.527 5.114-12.365 5.114-1.455 0-2.867-0.177-4.216-0.509l0.119 0.024c-6.012-1.417-10.749-5.754-12.648-11.377l-0.035-0.123-53.913-163.52c-0.549-1.607-0.865-3.455-0.865-5.376 0-9.553 7.82-17.299 17.474-17.323h0.004c1.95 0.025 3.817 0.35 5.564 0.933l-0.127-0.037 165.214 53.312c7.113 2.31 12.158 8.818 12.158 16.492 0 4.825-1.993 9.188-5.212 12.327l-111.15 110.063zM105.713 411.116c-1.081 9.856-1.697 21.285-1.697 32.858 0 1.678 0.014 3.353 0.039 5.026l-0.004-0.252c-0.002 0.329-0.002 0.719-0.002 1.108 0 161.721 113.028 297.334 265.231 333.813l2.373 0.481c4.746 1.118 8.84 3.421 12.086 6.575l105.708 104.529-19.782 0.746h-6.343c-3.322 0-6.796 0-10.27 0 0 0 0 0 0 0-249.949 0-452.621-200.151-453.053-447.213v-0.042c0.076-32.303 3.647-63.742 10.36-94.017l-0.545 2.924c1.938-9.212 8.776-16.469 17.641-19.070l0.179-0.045c2.386-0.795 5.134-1.253 7.989-1.253 6.849 0 13.077 2.637 17.697 6.941l-0.014-0.012 45.305 44.8c4.607 4.589 7.454 10.908 7.454 17.887 0 1.489-0.129 2.949-0.379 4.366l0.023-0.152 0.004 0.004zM903.086 500.417l-99.672-98.56c-3.633-3.519-6.173-8.131-7.075-13.293l-0.021-0.147c-29.716-162.85-171.957-284.78-342.993-284.78-0.094 0-0.188 0-0.283 0h0.014c-18.543 0.056-36.687 1.575-54.368 4.443l1.964-0.264c-1.172 0.185-2.522 0.291-3.897 0.291-7.141 0-13.609-2.849-18.304-7.46l-45.304-44.798c-4.646-4.639-7.516-11.023-7.516-18.072 0-12 8.321-22.076 19.57-24.899l0.179-0.039c32.333-8.157 69.453-12.838 107.676-12.838 250.214 0 453.053 200.577 453.053 448.001 0 0.261 0 0.522 0 0.781v-0.040c0 10.155 0 20.311-1.51 29.866l-1.513 21.81z" />
56
+ <glyph unicode="&#x51;" glyph-name="trash" d="M864 704l-59.11-709.315c-2.764-33.171-30.493-58.685-63.779-58.685h-458.223c-33.286 0-61.015 25.514-63.779 58.685l-59.11 709.315h-32c-35.346 0-64 28.654-64 64s28.654 64 64 64h768c35.346 0 64-28.654 64-64s-28.654-64-64-64h-32zM352 960h320c17.673 0 32-14.327 32-32v-64h-384v64c0 17.673 14.327 32 32 32zM319.883 575.376c-26.445-1.849-46.384-24.786-44.535-51.231l29.019-414.987c1.849-26.445 24.786-46.384 51.231-44.535s46.384 24.786 44.535 51.231l-29.019 414.987c-1.849 26.445-24.786 46.384-51.231 44.535zM512 576c-26.51 0-48-21.49-48-48v-416c0-26.51 21.49-48 48-48s48 21.49 48 48v416c0 26.51-21.49 48-48 48zM707.598 575.376c-26.445 1.849-49.382-18.090-51.231-44.535l-29.019-414.987c-1.849-26.445 18.090-49.382 44.535-51.231s49.382 18.090 51.231 44.535l29.019 414.987c1.849 26.445-18.090 49.382-44.535 51.231z" />
57
+ <glyph unicode="&#x52;" glyph-name="plug-connected" d="M354.645 573.269c-2.821 2.878-6.749 4.661-11.093 4.661s-8.272-1.784-11.091-4.659l-0.002-0.003-119.467-119.467c-33.906-33.962-54.873-80.85-54.873-132.635 0-40.902 13.080-78.749 35.286-109.586l-0.381 0.556-175.957-175.787c-10.657-10.657-17.249-25.38-17.249-41.643 0-32.525 26.367-58.892 58.892-58.892 16.262 0 30.985 6.592 41.643 17.249v0l175.787 176.128c30.28-21.825 68.127-34.905 109.029-34.905 51.785 0 98.673 20.967 132.637 54.876l119.465 119.465c2.836 2.84 4.59 6.762 4.59 11.093s-1.754 8.253-4.59 11.094v0zM1006.933 942.933c-10.629 10.65-25.324 17.239-41.557 17.239s-30.929-6.589-41.556-17.238l-176.129-175.958c-30.26 21.781-68.071 34.834-108.93 34.834-51.75 0-98.609-20.939-132.568-54.806l-119.463-119.463c-2.836-2.84-4.59-6.762-4.59-11.093s1.754-8.253 4.59-11.094v0l282.624-282.624c2.821-2.878 6.749-4.661 11.093-4.661s8.272 1.784 11.091 4.659l0.002 0.003 119.467 119.467c33.906 33.962 54.873 80.85 54.873 132.635 0 40.902-13.080 78.749-35.286 109.586l0.381-0.556 175.957 175.787c10.701 10.637 17.325 25.366 17.325 41.643s-6.623 31.006-17.322 41.64l-0.003 0.003z" />
58
+ <glyph unicode="&#x53;" glyph-name="star" d="M1022.693 572.936c-3.255 9.924-12.398 16.98-23.2 17.067h-346.293l-117.931 333.312c-3.443 9.687-12.531 16.499-23.211 16.499s-19.767-6.811-23.157-16.327l-117.984-334.166h-346.283c-13.554-0.025-24.532-11.018-24.532-24.576 0-7.796 3.63-14.744 9.292-19.247l270.386-214.055-121.003-342.357c-0.92-2.477-1.453-5.339-1.453-8.325 0-13.573 11.003-24.576 24.576-24.576 4.699 0 9.091 1.319 12.824 3.607l317.333 190.403 317.44-190.293c3.626-2.227 8.017-3.546 12.717-3.546 13.573 0 24.576 11.003 24.576 24.576 0 2.986-0.533 5.848-1.508 8.495l-120.948 342.016 270.336 214.016c5.646 4.542 9.228 11.45 9.228 19.194 0 2.907-0.505 5.696-1.431 8.284z" />
59
+ <glyph unicode="&#x54;" glyph-name="shipper-anchor" d="M999.595 431.957l-231.595-90.624 75.264-57.856c-40.448-87.723-120.32-185.856-277.163-204.8v405.845h87.552c32.896 0 59.563 26.667 59.563 59.563v0 37.717c0 6.881-5.578 12.459-12.459 12.459h-133.973v83.968c54.046 22.297 91.392 74.577 91.392 135.579 0 80.778-65.483 146.261-146.261 146.261s-146.261-65.483-146.261-146.261c0-61.002 37.345-113.282 90.421-135.224l0.971-0.356v-83.968h-133.803c-6.881 0-12.459-5.578-12.459-12.459v0-37.717c0-32.896 26.667-59.563 59.563-59.563v0h86.869v-405.504c-125.867 11.186-230.756 90.764-278.041 200.922l-0.829 2.171 77.653 59.221-231.595 90.624 9.728-260.437 61.44 47.104c69.568-136.502 204.284-231.011 362.051-242.771l1.469-0.088c1.783-5.006 4.522-9.283 8.023-12.801l-0.001 0.001 19.797-17.067c6.359-6.346 15.137-10.269 24.832-10.269s18.473 3.924 24.833 10.27l-0.001-0.001 19.797 17.067c3.472 3.534 6.205 7.805 7.943 12.556l0.078 0.244c159.506 11.114 294.419 106.399 361.525 241.346l1.142 2.537 62.805-48.128zM512 868.523c30.256 0 54.784-24.528 54.784-54.784s-24.528-54.784-54.784-54.784c-30.256 0-54.784 24.528-54.784 54.784v0c0 30.256 24.528 54.784 54.784 54.784v0z" />
60
+ <glyph unicode="&#x55;" glyph-name="performance" d="M417.792 403.456c1.004 1.77 1.595 3.888 1.595 6.144 0 6.975-5.654 12.629-12.629 12.629-0.021 0-0.042 0-0.063 0h-143.698c-2.535 0.013-4.584 2.071-4.584 4.608 0 1.352 0.582 2.567 1.509 3.41l0.004 0.003 508.075 460.629c-72.482 41.722-159.387 66.332-252.040 66.332-282.77 0-512-229.23-512-512 0-168.707 81.597-318.357 207.479-411.636l1.383-0.979zM789.675 878.080l-186.88-329.045c-0.991-1.775-1.574-3.894-1.574-6.15 0-7.069 5.731-12.8 12.8-12.8 0.133 0 0.266 0.002 0.399 0.006h143.341c2.531-0.018 4.577-2.074 4.577-4.608 0-1.265-0.51-2.41-1.334-3.243v0l-527.36-503.808c80.343-54.904 179.602-87.673 286.514-87.673 282.77 0 512 229.23 512 512 0 182.975-95.982 343.532-240.344 434.070l-2.138 1.251z" />
61
+ <glyph unicode="&#x56;" glyph-name="stopwatch" d="M1004.63 797.657l-99.726 100.512c-12.377 14.769-30.829 24.092-51.462 24.092-37.008 0-67.008-30-67.008-67.008 0-20.631 9.324-39.085 23.988-51.378l99.83-100.755c12.106-12.011 28.781-19.434 47.189-19.434s35.083 7.422 47.194 19.439c11.97 12.12 19.366 28.788 19.366 47.184s-7.396 35.066-19.377 47.196zM116.059 898.171l-100.512-99.726c-9.673-11.536-15.546-26.539-15.546-42.916 0-37.008 30-67.008 67.008-67.008 16.375 0 31.38 5.875 43.020 15.632l100.567 99.799c14.769 12.377 24.092 30.829 24.092 51.462 0 37.008-30 67.008-67.008 67.008-20.631 0-39.085-9.324-51.378-23.988zM507.886 697.775c0.094 0 0.204 0 0.316 0 165.059 0 298.863-133.806 298.863-298.863s-133.806-298.863-298.863-298.863c-165.059 0-298.863 133.806-298.863 298.863 0 82.645 33.546 157.456 87.765 211.558 53.635 53.931 127.883 87.306 209.925 87.306 0.302 0 0.602 0 0.904-0.001zM507.886 825.498c-235.095-0.207-425.595-190.836-425.595-425.96 0-235.251 190.709-425.96 425.96-425.96s425.96 190.709 425.96 425.96c0 117.871-47.878 224.562-125.246 301.684-76.901 77.071-183.215 124.748-300.664 124.748-0.145 0-0.289 0-0.436 0zM633.566 430.369v2.674c-1.409 5.069-2.804 9.151-4.394 13.131 0.304 0.867-0.64 2.599-1.427 4.171v0c-13.481 30.382-37.255 54.158-66.805 67.307l-0.834 0.332h-1.574v125.837h-99.254v-125.837h-0.943c-16.521-6.724-30.636-16.144-42.483-27.853-23.224-23.43-37.582-55.705-37.582-91.334 0-0.126 0-0.253 0.001-0.378v0.020s0 0 0-0.786c0.037-6.525 0.55-12.899 1.506-19.125l-0.092 0.721c1.638-11.347 4.497-21.575 8.493-31.212l-31.773-30.607-12.899-12.899 68.896-68.896 44.358 44.358 2.202-1.102h1.102c13.995-5.58 30.214-8.814 47.189-8.814s33.193 3.237 48.073 9.124l1.631-0.308c47.547 20.067 80.376 66.17 80.693 119.976-0.062 11.245-1.549 22.076-4.292 32.396zM542.335 365.563c-8.852-8.843-21.075-14.314-34.578-14.314-27.018 0-48.918 21.903-48.918 48.918s21.903 48.918 48.918 48.918c13.501 0 25.726-5.47 34.578-14.314 8.899-8.836 14.407-21.077 14.407-34.605s-5.508-25.769-14.404-34.603z" />
62
+ <glyph unicode="&#x57;" glyph-name="web-globe-world" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM925.696 495.275h-125.611c-9.899 146.603-64.853 273.067-143.019 343.040 144.888-55.283 249.655-184.947 268.267-341.061zM460.8 789.333v-293.547h-141.141c11.093 146.773 73.045 256 140.629 293.547zM460.288 400.213v-293.547c-68.267 37.888-129.195 146.261-140.629 292.523zM555.861 103.595v296.107h148.309c-11.776-151.723-77.824-262.827-148.309-296.619zM555.861 495.616v297.131c70.656-34.133 136.533-145.237 148.309-297.472zM366.763 838.315c-78.165-70.656-133.12-196.267-143.019-343.040h-125.44c18.804 158.093 123.57 287.757 265.597 342.078zM98.475 399.701h125.44c10.069-146.261 64.853-271.531 142.848-341.333-144.368 55.070-248.893 183.969-268.084 339.305zM657.237 58.368c77.995 70.485 132.949 195.755 142.848 341.333h125.44c-19.395-157.364-123.919-286.263-265.426-340.372z" />
63
+ <glyph unicode="&#x58;" glyph-name="download" d="M930.718 452.783h-212.388c-0.006 0-0.012 0-0.019 0-26.382 0-48.763-17.131-56.625-40.877-21.036-64.253-80.072-109.543-149.686-109.543s-128.649 45.29-149.248 108.012c-8.298 25.277-30.679 42.408-57.061 42.408-0.007 0-0.013 0-0.021 0h-212.387c0 0 0 0 0 0-32.935 0-59.634-26.699-59.634-59.634 0-0.056 0-0.112 0-0.168v-340.258c0-32.935 26.699-59.634 59.634-59.634h837.433c32.935 0 59.634 26.699 59.634 59.634v340.267c0 32.935-26.699 59.634-59.634 59.634zM499.404 420.893c2.927-4.074 7.652-6.697 12.989-6.697 0.030 0 0.060 0 0.091 0h-0.005c0.025 0 0.055 0 0.086 0 5.338 0 10.062 2.623 12.957 6.649l165.064 232.208c2.068 2.663 3.315 6.052 3.315 9.732 0 8.807-7.139 15.945-15.945 15.945-0.156 0-0.312-0.002-0.468-0.007l-77.629 0.001v208.243c0 8.807-7.139 15.945-15.945 15.945h-143.505c-8.807 0-15.945-7.139-15.945-15.945v-208.243h-77.971c-0.060 0.001-0.131 0.001-0.202 0.001-8.807 0-15.945-7.139-15.945-15.945 0-3.538 1.153-6.807 3.103-9.453z" />
64
+ <glyph unicode="&#x59;" glyph-name="blog" d="M64 896v-119.467h59.733s0 74.667 74.667 74.667v-283.733s0-14.933-29.867-14.933h-14.933v-44.8h194.133v44.8h-14.933c-29.867 0-29.867 14.933-29.867 14.933v283.733c74.667 0 74.667-74.667 74.667-74.667h59.733v119.467zM930.133 761.6h-388.267c-16.495 0-29.867 13.372-29.867 29.867v0 74.667c0 16.495 13.372 29.867 29.867 29.867v0h388.267c16.495 0 29.867-13.372 29.867-29.867v0-74.667c0-16.495-13.372-29.867-29.867-29.867v0zM930.133 0h-836.267c-16.495 0-29.867 13.372-29.867 29.867v0 74.667c0 16.495 13.372 29.867 29.867 29.867v0h836.267c16.495 0 29.867-13.372 29.867-29.867v0-74.667c0-16.495-13.372-29.867-29.867-29.867v0zM930.133 253.867h-836.267c-16.495 0-29.867 13.372-29.867 29.867v0 74.667c0 16.495 13.372 29.867 29.867 29.867v0h836.267c16.495 0 29.867-13.372 29.867-29.867v0-74.667c0-16.495-13.372-29.867-29.867-29.867v0zM930.133 507.733h-388.267c-16.495 0-29.867 13.372-29.867 29.867v0 74.667c0 16.495 13.372 29.867 29.867 29.867v0h388.267c16.495 0 29.867-13.372 29.867-29.867v0-74.667c0-16.495-13.372-29.867-29.867-29.867v0z" />
65
+ <glyph unicode="&#x5a;" glyph-name="wand-magic" d="M736.179 470.143l106.335 106.335c4.546 4.541 7.359 10.818 7.359 17.751s-2.812 13.209-7.358 17.751l-88.584 88.755c-4.541 4.546-10.818 7.359-17.751 7.359s-13.209-2.812-17.751-7.358l-106.506-106.336zM558.67 541.146l-469.888-470.059c-6.84-6.803-11.073-16.22-11.073-26.626s4.233-19.824 11.071-26.624l70.834-70.834c6.822-6.799 16.233-11.002 26.626-11.002s19.805 4.203 26.627 11.003l470.058 469.887zM328.419 815.603l14.849-40.281c14.496-38.367 44.243-68.113 81.647-82.29l41.244-15.169-40.281-14.849c-38.367-14.496-68.113-44.243-82.29-81.647l-15.169-41.244-14.849 40.281c-14.424 38.305-44.040 68.034-81.309 82.287l-41.241 15.171 40.281 14.849c38.367 14.496 68.113 44.243 82.29 81.647zM629.503 960l10.241-27.479c9.878-26.261 30.235-46.617 55.839-56.278l28.137-10.458-27.479-10.241c-26.248-9.898-46.597-30.248-56.277-55.838l-10.459-27.454-10.241 27.479c-9.898 26.248-30.248 46.597-55.838 56.277l-28.138 10.459 27.479 10.241c26.261 9.878 46.617 30.235 56.278 55.839zM874.091 311.409l7.852-20.994c7.585-20.051 23.131-35.597 42.679-43.015l21.668-8.019-21.165-7.852c-20.051-7.585-35.597-23.131-43.015-42.679l-8.019-21.497-7.852 20.994c-7.585 20.051-23.131 35.597-42.679 43.015l-21.668 8.019 21.165 7.852c20.051 7.585 35.597 23.131 43.015 42.679z" />
66
+ <glyph unicode="&#x5b;" glyph-name="power-on-off" d="M916.651 761.003c-12.235 15.422-30.974 25.224-52.003 25.224-15.397 0-29.566-5.255-40.813-14.069l0.144 0.109c-15.645-12.197-25.611-31.046-25.611-52.223 0-15.306 5.207-29.396 13.945-40.596l-0.11 0.147c49.588-63.037 79.531-143.561 79.531-231.079 0-0.181 0-0.363 0-0.544v0.028c0-209.721-170.012-379.733-379.733-379.733s-379.733 170.012-379.733 379.733v0c-0.001 0.37-0.002 0.807-0.002 1.245 0 87.421 29.877 167.864 79.977 231.675l-0.615-0.813c8.478 10.994 13.589 24.965 13.589 40.129 0 21.067-9.863 39.83-25.223 51.924l-0.141 0.107c-11.057 8.587-25.133 13.767-40.419 13.767-21.171 0-40.022-9.936-52.144-25.398l-0.109-0.144c-66.83-85.078-107.179-193.714-107.179-311.774 0-0.252 0-0.504 0.001-0.756v0.040c0-282.77 229.23-512 512-512s512 229.23 512 512v0c0.002 0.53 0.003 1.158 0.003 1.785 0 117.964-40.283 226.52-107.844 312.661l0.833-1.103zM512 382.123c36.271 0.193 65.61 29.593 65.707 65.868v445.961c0 36.477-29.571 66.048-66.048 66.048s-66.048-29.571-66.048-66.048v0-445.952c0.097-36.404 29.63-65.878 66.048-65.878 0.12 0 0.24 0 0.36 0.001h-0.018z" />
67
+ <glyph unicode="&#x5d;" glyph-name="tablet-portrait" d="M847.787 959.998h-673.963c-19.099-1.203-34.134-16.988-34.134-36.284 0-0.084 0-0.168 0.001-0.251v-950.942c0-0.071-0.001-0.155-0.001-0.238 0-19.296 15.035-35.081 34.029-36.279l674.068-0.005c20.171 0 36.523 16.352 36.523 36.523v950.955c0 20.171-16.352 36.523-36.523 36.523zM510.55-33.965c-16.495 0-29.867 13.372-29.867 29.867s13.372 29.867 29.867 29.867c16.495 0 29.867-13.372 29.867-29.867s-13.372-29.867-29.867-29.867zM764.502 55.465h-505.344v785.067h505.173v-785.067z" />
68
+ <glyph unicode="&#x5e;" glyph-name="align-center" d="M110.667 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755h-802.667c0 0 0 0 0 0-24.113 0-43.67-19.505-43.755-43.597v-40.327c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0zM175.029 340.181v0-40.32c0-24.165 19.59-43.755 43.755-43.755h586.432c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755h-586.432c-24.165 0-43.755-19.59-43.755-43.755zM154.72 768.021h714.859c24.165 0 43.755 19.59 43.755 43.755v40.469c0 24.165-19.59 43.755-43.755 43.755h-714.859c-0.045 0-0.097 0-0.149 0-24.165 0-43.755-19.59-43.755-43.755 0 0 0 0 0 0v0-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0.052 0 0.105 0 0.158 0zM218.784 555.819c0-24.165 19.59-43.755 43.755-43.755h498.923c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755h-498.773c-24.165 0-43.755-19.59-43.755-43.755v0-40.32z" />
69
+ <glyph unicode="&#x5f;" glyph-name="check-tick" d="M874.008 810.069c-92.651 92.636-220.639 149.931-362.008 149.931-282.77 0-512-229.23-512-512s229.23-512 512-512c141.37 0 269.358 57.295 362.009 149.932 92.671 92.656 149.991 220.668 149.991 362.068s-57.32 269.412-149.991 362.068zM724.675 535.125l-251.392-251.392c-10.683-10.67-25.435-17.268-41.728-17.268s-31.045 6.599-41.729 17.269l-126.805 126.805c-6.868 6.884-11.116 16.386-11.116 26.88s4.247 19.996 11.116 26.881l29.695 29.695c6.893 6.919 16.429 11.201 26.965 11.201s20.073-4.282 26.964-11.2l85.335-85.335 209.067 210.091c6.884 6.868 16.386 11.116 26.88 11.116s19.996-4.247 26.881-11.116l29.695-29.695c6.868-6.884 11.116-16.386 11.116-26.88s-4.247-19.996-11.116-26.881z" />
70
+ <glyph unicode="&#x60;" glyph-name="list" d="M128 544h768c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM128 864h768c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM128 224h768c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64z" />
71
+ <glyph unicode="&#x61;" glyph-name="zip" d="M755.131 601.565l-230.261 76.87v102.435l230.261-76.87v-102.435zM755.131 447.999l-230.261 76.87v102.261l230.261-76.696v-102.435zM755.131 294.433l-230.261 76.696v102.435l230.261-76.696v-102.435zM755.131 755.129l-230.261 76.87v102.435l230.261-76.87v-102.435zM192.001 473.564v281.565c0 42.453 34.415 76.87 76.87 76.87h588.696c0 70.693-57.308 128-128 128v0h-537.566c-70.653-0.099-127.902-57.348-128-127.99v-434.792c0-0.103 0-0.225 0-0.347 0-70.693 57.308-128 128-128 0 0 0 0 0 0h537.566c0.052 0 0.113 0 0.174 0 70.597 0 127.826 57.229 127.826 127.826 0 0.061 0 0.122 0 0.183v-0.009h-588.696c-0.052 0-0.113 0-0.174 0-42.358 0-76.696 34.338-76.696 76.696 0 0 0 0 0 0v0zM524.87 217.564h230.261v-203.304c0-43.222-35.039-78.261-78.261-78.261v0h-73.739c-43.222 0-78.261 35.039-78.261 78.261v0 203.304zM473.74 63.999c0-42.453-34.415-76.87-76.87-76.87s-76.87 34.415-76.87 76.87c0 42.453 34.415 76.87 76.87 76.87s76.87-34.415 76.87-76.87zM960.001 63.999c0-42.453-34.415-76.87-76.87-76.87s-76.87 34.415-76.87 76.87c0 42.453 34.415 76.87 76.87 76.87s76.87-34.415 76.87-76.87zM448 89.564h384v-51.13h-384v51.13z" />
72
+ <glyph unicode="&#x62;" glyph-name="archive" d="M941.336 658.097h-858.667v-591.128c0-19.312 16.179-34.968 36.139-34.968h786.389c19.959 0 36.139 15.655 36.139 34.968v591.128zM687.467 423.148h-350.487v88.141h350.037l0.45-88.141zM107.755 863.423c-24.085-0.559-43.43-19.427-43.755-42.741v-101.176h896v101.146c0 0.003 0 0.008 0 0.012 0 23.584-19.465 42.771-43.699 43.337l-808.545-0.577z" />
73
+ <glyph unicode="&#x63;" glyph-name="inlinecss" d="M96 896h832c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM96 128h832c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM128 640h768c35.346 0 64-28.654 64-64v-256c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v256c0 35.346 28.654 64 64 64z" />
74
+ <glyph unicode="&#x64;" glyph-name="social-dropbox" d="M301.227 888.491l-301.227-196.779 208.213-166.741 303.787 187.563-210.773 175.957zM0 358.229v0l301.227-196.779 210.773 175.957-303.787 187.563-208.213-166.741zM512 337.408l210.773-175.957 301.227 196.779-208.213 166.741-303.787-187.563zM722.773 888.491l-210.773-175.957 303.787-187.563 208.213 166.741-301.227 196.779zM301.227 124.245l-90.453 59.051v-66.219l301.909-181.077 301.739 181.077v66.219l-90.453-59.051-211.285 175.275-211.456-175.275z" />
75
+ <glyph unicode="&#x65;" glyph-name="eye" d="M512 223.915c123.759 0 224.085 100.326 224.085 224.085s-100.326 224.085-224.085 224.085c-123.759 0-224.085-100.326-224.085-224.085s100.326-224.085 224.085-224.085zM0 448s136.533 352.085 512 352.085 512-352.085 512-352.085-136.533-352.085-512-352.085-512 352.085-512 352.085zM512 352.085c52.972 0 95.915 42.942 95.915 95.915s-42.942 95.915-95.915 95.915c-52.972 0-95.915-42.942-95.915-95.915s42.942-95.915 95.915-95.915z" />
76
+ <glyph unicode="&#x66;" glyph-name="social-facebook" d="M374.272-64v512h-109.739v176.469h109.739v105.984c0 144.213 62.123 229.547 238.080 229.547h147.115v-176.469h-91.989c-68.267 0-73.216-24.747-73.216-70.656v-88.235h165.205l-18.773-176.64h-146.603v-512z" />
77
+ <glyph unicode="&#x67;" glyph-name="social-google-plus" d="M0.859 463.671c-10.682-134.785 79.418-267.513 206.439-314.614s288.992-15.32 369.92 96.716c53.411 70.766 64.905 161.88 58.635 247.392-103.683 0.229-207.136 0.229-310.705 0.229 0-36.354 0-72.709 0-109.177 61.885-1.943 124.003-1.029 185.772-1.943-27.285-135.243-214.219-179.143-313.491-90.772-100.897 77.625-96.137 247.621 9.637 319.528 73.845 58.076 178.923 43.67 252.883-6.516 28.893 26.616 55.809 54.024 81.285 82.701-60.385 49.568-135.854 83.978-216.085 80.549-167.427 5.258-321.386-139.244-324.289-304.096l-0.001 0.003zM837.879 584.853c0-30.409-0.581-60.82-0.812-91.456l-92.885-0.572v-91.456l92.885-0.915c0-30.41 0-60.819 0.581-91.458h92.885c0 30.41 0 60.819 0.581 91.458l92.885 0.801v92.144l-92.885 0.572c0 30.409 0 60.933-0.581 91.456l-92.654-0.573z" />
78
+ <glyph unicode="&#x68;" glyph-name="social-github" d="M512 934.741c-0.11 0-0.241 0-0.371 0-282.77 0-512-229.23-512-512 0-225.030 145.173-416.153 346.974-484.823 29.205-5.844 37.739 10.028 37.739 23.51s0 44.373 0 87.040c-142.507-30.891-172.544 68.267-172.544 68.267-23.211 59.733-56.661 75.264-56.661 75.264-46.421 31.744 3.584 31.061 3.584 31.061 33.642-4.794 61.856-24.567 78.061-52.229 46.013-78.673 119.741-56.145 149.267-43.003 2.518 26.917 14.443 50.654 32.408 68.248-113.645 12.989-233.112 57.192-233.112 253.458-0.013 0.842-0.020 1.835-0.020 2.83 0 52.018 20.062 99.35 52.871 134.681-6.822 18.19-10.702 39.335-10.702 61.387 0 26.775 5.72 52.215 16.004 75.163s42.541 12.658 140.333-53.731c38.377 10.941 82.454 17.232 128 17.232s89.623-6.291 131.409-18.052c94.383 67.038 137.221 53.385 137.221 53.385 9.885-21.837 15.644-47.349 15.644-74.205 0-21.975-3.856-43.050-10.929-62.584 32.998-33.856 52.995-81.074 52.995-132.964 0-1.105-0.009-2.208-0.027-3.309 0.002-196.442-119.465-239.791-233.811-252.421 18.432-15.872 34.133-47.104 34.133-94.891 0-68.267 0-123.563 0-140.459 0-13.653 9.216-29.696 35.157-24.576 205.138 69.887 350.066 260.877 350.066 485.717 0 282.66-229.052 511.822-511.67 512z" />
79
+ <glyph unicode="&#x69;" glyph-name="social-linkedin" d="M264.704 0.001h-185.621v598.528h185.621zM171.82 680.364c-0.045 0-0.097 0-0.149 0-59.547 0-107.819 48.272-107.819 107.819s48.272 107.819 107.819 107.819c59.547 0 107.819-48.272 107.819-107.819 0-0.045 0-0.097 0-0.149 0-59.465-48.206-107.669-107.669-107.669zM960.149 0.001h-185.472v291.051c0 69.44-1.344 158.741-96.469 158.741s-111.403-75.563-111.403-153.664v-296.128h-185.621v598.528h178.155v-81.835h2.539c24.939 47.040 84.672 96.768 175.616 96.768 188.011 0 222.656-123.947 222.656-284.928v-328.533z" />
80
+ <glyph unicode="&#x6a;" glyph-name="like" d="M66.821 114.541c-0.050 0.711-0.079 1.54-0.079 2.375s0.029 1.664 0.086 2.486l-0.007 368.828c0 19.18 15.548 34.728 34.728 34.728h68.118c18.63-0.575 33.532-15.737 33.688-34.415v-376.966c-1.836-17.264-16.143-30.648-33.651-31.017l-0.036-0.001h-68.118c-0.003 0-0.006 0-0.007 0-18.918 0-34.303 15.127-34.718 33.946zM272.364 56.662v500.131c0 19.18 15.548 34.728 34.728 34.728h138.018c2.18 3.226 4.679 6.007 7.51 8.41l135.406 234.531c13.649 24.095 39.075 40.115 68.252 40.219 43.398-0.502 78.374-35.789 78.374-79.244 0-0.158-0.001-0.316-0.002-0.474l0.741 0.024v-203.466h188.031c18.793-0.498 33.836-15.849 33.836-34.715 0-0.005 0-0.007 0-0.012v0.001-385.857c-0.020-4.751-1.943-9.047-5.047-12.17l-133.565-133.565c-2.904-2.418-6.674-3.885-10.786-3.885-0.855 0-1.694 0.063-2.514 0.185l-498.256-0.011c-0.011 0-0.025 0-0.038 0-18.523 0-33.645 14.565-34.537 32.866l-0.004 0.080v1.039s0 0 0 0 0 0 0 0zM916.448 169.748v0 0z" />
81
+ <glyph unicode="&#x6b;" glyph-name="dislike" d="M957.15 638.747v0c-0.020 4.749-1.943 9.046-5.046 12.168l-133.543 133.543c-2.922 2.413-6.705 3.876-10.829 3.876-0.839 0-1.663-0.060-2.47-0.178l-497.289 0.011c-0.011 0-0.025 0-0.038 0-18.519 0-33.639-14.563-34.531-32.861l-0.004-0.080v-1.187s0 0 0 0 0 0 0 0v-500.497c-0.007-0.265-0.011-0.578-0.011-0.89 0-19.129 15.468-34.644 34.578-34.722h137.707c2.083-3.341 4.489-6.219 7.238-8.726l1.516-2.551v-1.485h0.89l133.544-230.142c13.782-23.498 38.917-39.026 67.678-39.026 0.1 0 0.197 0 0.296 0.001 43.409 0.335 78.482 35.615 78.482 79.087 0 0.209-0.001 0.42-0.003 0.628l0.742-0.033v203.137h187.259c18.789 0.498 33.832 15.847 33.832 34.711 0 0.005 0 0.007 0 0.012v-0.001 385.795zM202.917 692.758v0c-0.251 18.984-15.699 34.276-34.719 34.276-0.001 0-0.002 0-0.003 0h-67.514c-18.672-0.413-33.67-15.566-33.832-34.26v-376.761c1.7-17.439 16.134-30.998 33.8-31.308h67.991c0 0 0.001 0 0.001 0 19.072 0 34.553 15.376 34.72 34.408 0.054 0.726 0.085 1.554 0.085 2.391s-0.031 1.664-0.090 2.484z" />
82
+ <glyph unicode="&#x6c;" glyph-name="cloud-migration" d="M4.084 320h379.916v128h-365.939c35.286 82.255 118.578 141.042 216.896 145.083 13.786 98.746 102.292 174.917 209.42 174.917 99.562 0 183.040-65.792 204.508-156.092 18.238 6.353 37.93 9.82 58.468 9.82 87.884 0 160.254-63.463 170.904-145.972 83.204-16.805 145.664-87.332 145.738-172.055-2.662-97.469-86.2-175.7-189.092-175.7h-585.729c-119.608 0-223.556 83.058-245.090 192zM384 528.297v-288.594c0-35.346 28.654-64 64-64 15.811 0 31.062 5.852 42.814 16.429l160.33 144.297c26.273 23.645 28.402 64.112 4.757 90.385-1.501 1.668-3.089 3.256-4.757 4.757l-160.33 144.297c-26.273 23.645-66.739 21.516-90.385-4.757-10.577-11.752-16.429-27.003-16.429-42.814z" />
83
+ <glyph unicode="&#x6d;" glyph-name="mail" d="M0 576l512-192 512 192v-384c0-70.692-57.308-128-128-128h-768c-70.692 0-128 57.308-128 128v384zM128 832h768c70.692 0 128-57.308 128-128v-32l-512-192-512 192v32c0 70.692 57.308 128 128 128z" />
84
+ <glyph unicode="&#x6e;" glyph-name="open-new-window" d="M840.532 896h-238.933v-119.467h154.411l-468.011-467.563c-0.527-0.539-0.854-1.277-0.854-2.091s0.326-1.552 0.854-2.092l80.788-80.788c0.539-0.527 1.277-0.854 2.091-0.854s1.552 0.326 2.092 0.854l467.562 468.010v-154.411h119.467v358.4zM840.532 149.333c0-16.495-13.372-29.867-29.867-29.867v0h-597.333c-16.495 0-29.867 13.372-29.867 29.867v0 597.333c0 16.495 13.372 29.867 29.867 29.867v0h194.133v119.467h-224c-65.979 0-119.467-53.487-119.467-119.467v0-657.067c0-65.979 53.487-119.467 119.467-119.467v0h657.067c65.979 0 119.467 53.487 119.467 119.467v0 224h-119.467z" />
85
+ <glyph unicode="&#x6f;" glyph-name="combine" d="M725.143 384.331h-256.115l-359.096-359.096c-24.83-24.83-65.088-24.83-89.918 0l-0.124 0.124c-24.83 24.83-24.83 65.088 0 89.918l332.723 332.723-332.723 332.723c-24.83 24.83-24.83 65.088 0 89.918l0.124 0.124c24.83 24.83 65.088 24.83 89.918 0l359.096-359.096h256.115v131.106c0 17.557 14.233 31.791 31.791 31.791 7.373 0 14.516-2.562 20.208-7.25l236.543-194.776c13.554-11.161 15.494-31.196 4.333-44.75-1.302-1.581-2.753-3.032-4.333-4.333l-236.543-194.776c-13.554-11.161-33.589-9.22-44.75 4.333-4.686 5.692-7.25 12.835-7.25 20.208v131.108z" />
86
+ <glyph unicode="&#x70;" glyph-name="defer" d="M214.488 616.412h-122.529c-6.398 0-12.602 2.194-17.578 6.217-12.007 9.708-13.871 27.311-4.164 39.319l178.422 220.684c1.237 1.531 2.633 2.926 4.164 4.164 12.007 9.708 29.611 7.844 39.319-4.164l178.422-220.684c4.022-4.975 6.217-11.18 6.217-17.578 0-15.441-12.517-27.958-27.958-27.958h-122.482v-559.177c0-30.882-25.034-55.916-55.916-55.916s-55.916 25.034-55.916 55.916v559.177zM773.649 280.907h122.482c15.441 0 27.958-12.517 27.958-27.958 0-6.398-2.194-12.602-6.217-17.578l-178.422-220.684c-9.708-12.007-27.311-13.871-39.319-4.164-1.531 1.237-2.926 2.633-4.164 4.164l-178.422 220.684c-9.708 12.007-7.844 29.611 4.164 39.319 4.975 4.022 11.18 6.217 17.578 6.217h122.529v559.177c0 30.882 25.035 55.916 55.916 55.916s55.916-25.034 55.916-55.916v-559.177z" />
87
+ <glyph unicode="&#x71;" glyph-name="eye-hide" d="M201.216 838.997c-2.596 2.605-6.187 4.217-10.155 4.217s-7.559-1.612-10.154-4.216l-61.44-60.928c-2.605-2.596-4.217-6.187-4.217-10.155s1.612-7.559 4.216-10.154l701.27-700.758c2.596-2.605 6.187-4.217 10.155-4.217s7.559 1.612 10.154 4.216l60.928 60.928c2.605 2.596 4.217 6.187 4.217 10.155s-1.612 7.559-4.216 10.154zM665.6 456.533c-4.372 78.297-66.77 140.695-144.666 145.049zM358.4 437.419c5.285-76.768 66.251-137.734 142.541-142.992zM512 671.915c0.243 0.001 0.531 0.002 0.818 0.002 123.288 0 223.232-99.944 223.232-223.232 0-19.895-2.603-39.181-7.486-57.539l150.881-148.97c60.159 57.039 108.919 125.422 142.957 201.809s-134.935 356.101-510.402 356.101c-0.695 0.003-1.517 0.005-2.339 0.005-58.177 0-114.196-9.241-166.669-26.335l113.712-108.838c16.592 4.431 35.643 6.983 55.287 6.997zM512 223.915c-0.228-0.001-0.498-0.001-0.768-0.001-123.288 0-223.232 99.944-223.232 223.232 0 19.337 2.459 38.1 7.081 55.993l-151.38 149.661c-59.739-56.808-108.2-124.836-142.102-200.79s134.934-355.925 510.401-355.925c0.727-0.004 1.587-0.006 2.447-0.006 57.572 0 113.029 9.053 165.026 25.812l-113.884 109.020c-16.056-4.238-34.509-6.722-53.525-6.826z" />
88
+ <glyph unicode="&#x72;" glyph-name="reply" d="M1018.197 2.048c-94.208 337.749-356.693 426.667-516.779 448.683l-84.309 11.605v-223.573l-417.109 327.509 417.109 327.339v-175.957l62.293-10.069c203.264-33.28 352.939-115.2 442.197-243.883 82.773-119.467 115.712-279.723 96.256-461.653z" />
89
+ <glyph unicode="&#x73;" glyph-name="share" d="M801.445 594.226c-18.787-0.030-36.732-3.598-53.217-10.072l-378.911 219.821c0 3.243 0 6.485 0 9.728-0.286 80.75-65.812 146.1-146.602 146.1-80.966 0-146.603-65.636-146.603-146.603s65.636-146.603 146.603-146.603c32.171 0 61.921 10.362 86.096 27.931l352.858-203.215c-4.21-13.064-6.637-28.094-6.637-43.691s2.427-30.627 6.924-44.733l-352.543-202.393c-23.762 17.425-53.583 27.883-85.845 27.883-80.684 0-146.091-65.407-146.091-146.091s65.407-146.091 146.091-146.091c80.684 0 146.091 65.407 146.091 146.091 0 0.037 0 0.075 0 0.112 0 3.066 0 5.968 0 8.869l380.416 220.16c15.309-5.943 33.028-9.386 51.552-9.386 80.778 0 146.261 65.483 146.261 146.261s-65.483 146.261-146.261 146.261c-0.124 0-0.247 0-0.371 0z" />
90
+ <glyph unicode="&#x74;" glyph-name="social-twitter" d="M1024 765.024c-34.892-15.915-75.37-27.521-117.814-32.769 41.325 26.083 73.925 66.439 89.754 114.431-37.902-21.718-82.513-39.422-130.042-49.091-41.122 40.731-95.69 66.405-156.245 66.405-115.932 0-209.914-94.097-209.914-210.171 0-17.16 2.054-33.841 5.93-49.808-174.836 10.663-328.295 93.84-431.157 219.996-18.77-29.233-29.36-65.72-29.36-104.683 0-72.4 36.563-136.25 92.212-174.047-34.281 0.657-66.827 10.245-95.241 26.306 1.042-1.401 1.042-2.261 1.042-3.122 0.044-101.219 71.547-185.705 166.738-205.632-15.119-4.882-34.048-7.552-53.598-7.552-0.107 0-0.216 0-0.326 0-0.032 0-0.092 0-0.151 0-13.869 0-27.42 1.357-40.532 3.945 28.881-84.309 105.824-144.285 197-146.014-70.547-55.954-161.022-89.749-259.379-89.749-0.307 0-0.616 0-0.925 0-17.562 0.002-34.929 1.043-51.992 3.066 92.776-59.354 203.777-94.534 322.988-94.534 0.19 0 0.378 0 0.567 0 385.577 0 596.35 319.845 596.35 597.251 0 9.032 0 18.208 0 27.096 41.174 30.039 75.86 66.047 103.567 107.158l0.529 1.519z" />
91
+ <glyph unicode="&#x75;" glyph-name="movefooter" d="M96 896h832c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM96 640h832c17.673 0 32-14.327 32-32v-64c0-17.673-14.327-32-32-32h-832c-17.673 0-32 14.327-32 32v64c0 17.673 14.327 32 32 32zM128 384h768c35.346 0 64-28.654 64-64v-256c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v256c0 35.346 28.654 64 64 64z" />
92
+ <glyph unicode="&#x76;" glyph-name="social-drive" d="M383.488 316.075l-177.664-305.323h640.512l177.664 305.323h-640.512zM329.216 889.344l320.341-554.667 353.28-1.024-320.171 554.667-353.451 1.024zM0 313.173l175.787-306.517 320.171 554.667-175.616 306.517-320.341-554.667z" />
93
+ <glyph unicode="&#x77;" glyph-name="wordpress" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM255.147 644.608c25.259 1.365 47.957 4.096 47.957 4.096 8.85 0.729 15.756 8.091 15.756 17.067 0 9.456-7.665 17.121-17.121 17.121-0.481 0-0.956-0.020-1.427-0.059s-68.205-5.287-111.725-5.287c-7.851 0-17.067 0-26.965 0 76.052 114.526 204.485 188.994 350.311 188.994 109.329 0 208.881-41.857 283.507-110.42l-5.764 0.274c-39.179-1.128-70.51-33.157-70.51-72.505 0-0.67 0.009-1.338 0.027-2.004-0.002-34.035 19.966-63.731 41.129-98.206 21.048-32.798 33.711-72.734 34.132-115.6 0.001-35.952-13.823-77.595-31.914-135.622l-41.813-139.776-150.869 451.925c25.259 1.365 47.957 4.096 47.957 4.096 8.85 0.729 15.756 8.091 15.756 17.067 0 9.456-7.665 17.121-17.121 17.121-0.481 0-0.956-0.020-1.427-0.059s-68.205-5.287-111.725-5.287c-41.131 0-110.421 5.291-110.421 5.291-0.409 0.035-0.885 0.055-1.365 0.055-9.456 0-17.121-7.665-17.121-17.121 0-8.975 6.906-16.337 15.694-17.063s21.395-2.564 44.094-4.1l65.365-179.541-91.819-274.603zM329.045 70.656c-141.030 69.533-236.344 212.284-236.344 377.297 0 61.818 13.377 120.511 37.393 173.343zM519.339 411.989l129.195-353.792c0.957-2.241 1.985-4.148 3.161-5.948-41.53-14.922-89.365-23.635-139.236-23.635-42.262 0-83.063 6.257-121.527 17.896zM722.773 85.675l128 370.347c19.469 44.241 31.134 95.751 31.911 149.895 0.003 0.411 0.004 0.553 0.004 0.694 0 15.086-1.055 29.926-3.094 44.45 32.457-59.671 51.452-128.883 51.452-202.531 0-153.868-82.908-288.372-206.488-361.276z" />
94
+ <glyph unicode="&#x78;" glyph-name="widget-settings-config" d="M877.572 510.207l-97.407 9.6c-6.894 25.439-16.388 47.69-28.476 68.231l62.907 74.49c2.856 3.494 4.586 8.003 4.586 12.915 0 5.654-2.291 10.772-5.994 14.477l-59.265 59.265c-3.707 3.704-8.823 5.994-14.477 5.994-4.914 0-9.423-1.731-12.953-4.616l-75.74-62.18c-19.254 11.39-41.507 20.882-65.018 27.326l-11.528 97.859c-1.074 10.386-9.773 18.419-20.351 18.432h-83.714c-10.58-0.014-19.277-8.046-20.345-18.344l-9.608-97.623c-25.437-6.885-47.688-16.377-68.225-28.475l-74.495 62.906c-3.494 2.856-8.003 4.586-12.915 4.586-5.654 0-10.772-2.291-14.477-5.994l-59.136-59.136c-3.704-3.707-5.994-8.825-5.994-14.477 0-4.913 1.731-9.423 4.616-12.953l62.178-75.74c-11.396-19.256-20.888-41.508-27.327-65.021l-97.985-11.522c-10.386-1.074-18.419-9.774-18.432-20.351v-83.714c0.014-10.58 8.046-19.277 18.344-20.345l97.623-9.608c6.882-25.436 16.374-47.69 28.473-68.223l-62.906-74.496c-2.916-3.498-4.689-8.039-4.689-12.995 0-5.624 2.28-10.715 5.967-14.399l59.136-59.136c3.707-3.704 8.823-5.994 14.477-5.994 4.913 0 9.423 1.731 12.953 4.616l75.74 62.178c19.253-11.421 41.501-20.954 65.009-27.447l11.535-97.865c1.076-10.395 9.788-18.432 20.378-18.432 0.036 0 0.072 0 0.108 0h83.708c10.58 0.013 19.277 8.046 20.345 18.344l9.608 97.496c25.439 6.927 47.69 16.461 68.217 28.601l74.504-62.904c3.494-2.856 8.001-4.586 12.915-4.586 5.654 0 10.772 2.291 14.477 5.994l59.136 59.136c3.687 3.684 5.967 8.774 5.967 14.399 0 4.955-1.77 9.498-4.715 13.028l-62.181 75.743c11.387 19.254 20.879 41.507 27.326 65.016l97.859 11.528c10.497 0.95 18.662 9.693 18.689 20.349v83.715c-0.013 10.58-8.046 19.277-18.344 20.345l-0.084 0.006zM512.003 334.719c-62.564 0-113.28 50.718-113.28 113.28s50.717 113.28 113.28 113.28c62.564 0 113.28-50.717 113.28-113.28s-50.718-113.28-113.28-113.28z" />
95
+ <glyph unicode="&#x79;" glyph-name="social-youtube" d="M1014.113 648.12c0 0-9.729 68.939-41.116 99.375-26.137 25.868-62.396 42.035-102.554 42.459-143.364 10.046-358.365 10.046-358.365 10.046s-215 0-358.439-10.044c-40.234-0.442-76.491-16.603-102.611-42.436-31.41-30.459-40.669-99.4-40.669-99.4-6.069-48.054-9.817-104.254-10.352-161.198l-0.006-76.817c0.482-57.604 4.175-113.815 10.915-169.122s9.33-61.741 39.932-92.177c38.92-39.873 90.080-38.655 112.993-42.762 81.92-7.61 348.239-10.044 348.239-10.044s215.158 0 358.595 10.501c40.103 0.467 76.235 16.564 102.301 42.286 31.408 30.457 40.824 99.396 40.824 99.396 6.032 48.161 9.725 104.427 10.196 161.437l0.006 76.731c-0.476 57.648-4.169 113.913-10.915 169.273l1.028-7.505zM405.206 309.206v281.997l272.125-138.183-272.125-143.814z" />
96
+ <glyph unicode="&#x7a;" glyph-name="filter" d="M986.647 776.462c-0.058 41.498-32.921 75.301-74.044 76.87l-797.997 0.005c-0.067 0-0.145 0-0.225 0-42.544 0-77.032-34.489-77.032-77.032 0-24.244 11.2-45.872 28.708-59.994l357.79-358.074v-221.45c0.616-14.21 8.524-26.445 20.054-33.115l0.194-0.103 95.855-55.362c5.842-3.483 12.883-5.541 20.405-5.541 22.276 0 40.336 18.059 40.336 40.336 0 0.058 0 0.115 0 0.173 0 1.098 0 2.047 0 3.155v0 271.91l361.281 361.124c15.197 14.060 24.68 34.107 24.68 56.37 0 0.258-0.001 0.514-0.004 0.772zM301.573 699.271v0z" />
97
+ <glyph unicode="&#x7b;" glyph-name="arrow-skip-back" d="M497.129 99.768c-4.641-4.289-10.005-7.889-15.872-10.582l-0.379-0.155c-5.848-2.66-12.683-4.209-19.878-4.209s-14.031 1.549-20.186 4.334l0.309-0.125c-6.287 2.892-11.694 6.487-16.451 10.788l0.056-0.051-311.959 312.104c-4.671 4.572-8.409 10.079-10.912 16.22l-0.116 0.322c-2.207 5.658-3.485 12.206-3.485 19.054 0 0.187 0.001 0.376 0.003 0.562v-0.028c0 0.078-0.001 0.17-0.001 0.262 0 7.178 1.44 14.021 4.046 20.253l-0.129-0.346c2.4 6.77 6.009 12.577 10.613 17.434l-0.020-0.022 312.685 310.653c9.35 9.237 22.207 14.942 36.397 14.942 7.126 0 13.917-1.439 20.095-4.043l-0.341 0.128c6.333-2.695 11.732-6.42 16.244-11.019l0.007-0.007 35.694-36.564c9.237-9.35 14.942-22.207 14.942-36.397 0-7.126-1.439-13.917-4.043-20.095l0.128 0.341c-2.695-6.333-6.42-11.732-11.019-16.244l-0.007-0.007-237.234-239.265 237.234-238.54c4.607-4.519 8.332-9.917 10.904-15.928l0.123-0.323c2.479-5.769 3.919-12.482 3.919-19.533 0-0.121-0.001-0.244-0.002-0.364v0.018c0-0.079 0.001-0.172 0.001-0.266 0-7.227-1.439-14.118-4.047-20.401l0.131 0.353c-2.552-6.29-6.299-11.62-10.995-15.931l-0.031-0.028-35.694-37.289zM873.512 99.768c-4.704-4.25-10.109-7.845-15.999-10.572l-0.397-0.165c-5.77-2.659-12.518-4.208-19.629-4.208-0.087 0-0.176 0-0.263 0.001h0.014c-0.047 0-0.102 0-0.156 0-7.143 0-13.923 1.549-20.025 4.331l0.302-0.123c-6.224 2.933-11.578 6.522-16.309 10.788l0.059-0.051-311.089 312.104c-4.671 4.572-8.409 10.079-10.912 16.22l-0.116 0.322c-2.479 5.965-3.918 12.896-3.918 20.161 0 0.053 0 0.108 0 0.162v-0.008c0 0.078-0.001 0.17-0.001 0.262 0 7.178 1.44 14.021 4.046 20.253l-0.129-0.346c2.617 6.512 6.355 12.067 11.023 16.681l0.005 0.005 311.815 310.653c4.54 4.573 9.933 8.291 15.92 10.9l0.331 0.129c5.488 2.22 11.854 3.509 18.522 3.509 0.579 0 1.155-0.009 1.731-0.028l-0.084 0.003c0.233 0.005 0.509 0.006 0.786 0.006 13.826 0 26.358-5.541 35.495-14.522l-0.007 0.006 36.275-36.564c9.237-9.35 14.942-22.207 14.942-36.397 0-7.126-1.439-13.917-4.043-20.095l0.128 0.341c-2.695-6.333-6.42-11.732-11.019-16.244l-0.007-0.007-238.25-239.265 238.25-238.54c4.607-4.519 8.332-9.917 10.904-15.928l0.123-0.323c2.216-5.484 3.501-11.843 3.501-18.502 0-0.483-0.006-0.967-0.020-1.447l0.002 0.071c0-0.079 0.001-0.172 0.001-0.266 0-7.227-1.439-14.118-4.047-20.401l0.131 0.353c-2.552-6.29-6.299-11.62-10.995-15.931l-0.031-0.028-36.13-37.289z" />
98
+ <glyph unicode="&#x7c;" glyph-name="flag" d="M910.404 754.49c-0.036 0-0.077 0-0.118 0-2.422 0-4.731-0.494-6.837-1.39l0.119 0.044c-37.374-20.496-81.739-32.542-128.846-32.556-0.155 0-0.334-0.002-0.511-0.002-85.841 0-162.626 39.821-213.792 102.454-46.563 45.349-109.104 72.959-177.923 72.959-66.249 0-126.68-25.587-172.432-67.66-9.486 21.49-30.172 35.949-54.147 35.949-33.091 0-59.916-27.549-59.916-61.529 0-0.222 0.002-0.445 0.003-0.665v-740.415c0-34.065 26.89-61.68 60.061-61.68s60.061 27.615 60.061 61.68v333.487c36.633 19.388 79.944 30.753 125.841 30.753 85.965 0 162.863-39.873 214.109-102.593 46.514-45.22 108.949-72.744 177.645-72.744 74.257 0 141.198 32.162 188.336 83.661 3.695 3.474 5.927 8.257 5.943 13.578v388.298c0 0.002 0 0.002 0 0.002 0 10.040-7.845 18.198-17.583 18.368h-0.014z" />
99
+ <glyph unicode="&#x7d;" glyph-name="arrow-skip-forward" d="M526.871 99.768c4.641-4.289 10.005-7.889 15.872-10.582l0.379-0.155c5.848-2.66 12.683-4.209 19.878-4.209s14.031 1.549 20.186 4.334l-0.309-0.125c6.287 2.892 11.694 6.487 16.451 10.788l-0.056-0.051 311.959 312.104c4.671 4.572 8.409 10.079 10.912 16.22l0.116 0.322c2.207 5.658 3.485 12.206 3.485 19.054 0 0.187-0.001 0.376-0.003 0.562v-0.028c0 0.078 0.001 0.17 0.001 0.262 0 7.178-1.44 14.021-4.046 20.253l0.129-0.346c-2.4 6.77-6.009 12.577-10.613 17.434l0.020-0.022-312.685 310.653c-9.35 9.237-22.207 14.942-36.397 14.942-7.126 0-13.917-1.439-20.095-4.043l0.341 0.128c-6.333-2.695-11.732-6.42-16.244-11.019l-0.007-0.007-35.694-36.564c-9.237-9.35-14.942-22.207-14.942-36.397 0-7.126 1.439-13.917 4.043-20.095l-0.128 0.341c2.695-6.333 6.42-11.732 11.019-16.244l0.007-0.007 237.234-239.265-237.234-238.54c-4.607-4.519-8.332-9.917-10.904-15.928l-0.123-0.323c-2.479-5.769-3.919-12.482-3.919-19.533 0-0.121 0.001-0.244 0.002-0.364v0.018c0-0.079-0.001-0.172-0.001-0.266 0-7.227 1.439-14.118 4.047-20.401l-0.131 0.353c2.552-6.29 6.299-11.62 10.995-15.931l0.031-0.028 35.694-37.289zM150.488 99.768c4.704-4.25 10.109-7.845 15.999-10.572l0.397-0.165c5.509-2.395 11.923-3.787 18.665-3.787 0.426 0 0.852 0.006 1.276 0.017l-0.062-0.002c0.047 0 0.102 0 0.156 0 7.143 0 13.923 1.549 20.025 4.331l-0.302-0.123c6.219 2.8 11.574 6.251 16.334 10.372l-0.083-0.070 311.089 312.104c4.671 4.572 8.409 10.079 10.912 16.22l0.116 0.322c2.479 5.965 3.918 12.896 3.918 20.161 0 0.053 0 0.108 0 0.162v-0.008c0 0.078 0.001 0.17 0.001 0.262 0 7.178-1.44 14.021-4.046 20.253l0.129-0.346c-2.617 6.512-6.355 12.067-11.023 16.681l-0.005 0.005-311.815 310.653c-4.54 4.573-9.933 8.291-15.92 10.9l-0.331 0.129c-5.488 2.22-11.854 3.509-18.522 3.509-0.579 0-1.155-0.009-1.731-0.028l0.084 0.003c-0.233 0.005-0.509 0.006-0.786 0.006-13.826 0-26.358-5.541-35.495-14.522l0.007 0.006-36.275-36.564c-9.237-9.35-14.942-22.207-14.942-36.397 0-7.126 1.439-13.917 4.043-20.095l-0.128 0.341c2.695-6.333 6.42-11.732 11.019-16.244l0.007-0.007 238.25-239.265-238.25-238.54c-4.607-4.519-8.332-9.917-10.904-15.928l-0.123-0.323c-2.216-5.484-3.501-11.843-3.501-18.502 0-0.483 0.006-0.967 0.020-1.447l-0.002 0.071c0-0.079-0.001-0.172-0.001-0.266 0-7.227 1.439-14.118 4.047-20.401l-0.131 0.353c2.426-6.264 6.031-11.593 10.576-15.946l0.017-0.016 36.564-37.289z" />
100
+ <glyph unicode="&#x7e;" glyph-name="brush" d="M160.069 366.080c-0.042-1.090-0.069-2.366-0.069-3.65 0-54.576 44.719-98.816 99.886-98.816 1.298 0 2.592 0.024 3.876 0.072l82.621-0.006c0.954 0.054 2.068 0.086 3.192 0.086 32.585 0 59-26.132 59-58.368 0-1.11-0.032-2.214-0.093-3.31l0.008-219.496c0.099-25.692 21.124-46.496 47.086-46.592h112.661c25.97 0.096 47 20.9 47.097 46.582v219.486c-0.061 0.998-0.097 2.164-0.097 3.338 0 32.236 26.415 58.368 59 58.368 1.187 0 2.367-0.034 3.536-0.102l82.645 0.008c1.154-0.048 2.509-0.074 3.869-0.074 55.070 0 99.712 44.164 99.712 98.644 0 1.346-0.028 2.688-0.081 4.020l0.006 102.21h-703.861l0.004-102.4zM420.565 960l-74.183-73.388-74.183 73.388h-112.135v-450.56h703.861v450.56h-443.36z" />
101
+ <glyph unicode="&#xa1;" glyph-name="graph-line" d="M746.386 649.651l-58.787 45.929c-12.462 9.736-20.878 23.742-23.625 39.316-6.14 34.809 17.101 68.004 51.91 74.144l212.335 37.453c2.203 0.389 4.425 0.661 6.656 0.817 35.26 2.464 65.842-24.123 68.305-59.383l15.028-215.089c1.102-15.776-3.675-31.401-13.412-43.863-21.761-27.853-61.982-32.792-89.835-11.030l-57.402 44.847-280.144-315.162c-26.753-30.097-73.254-31.662-101.971-3.433l-136.969 134.647-216.326-234.57c-26.359-28.582-70.897-30.384-99.479-4.025s-30.384 70.897-4.025 99.479l265.6 288c26.955 29.229 72.751 30.351 101.105 2.477l136.010-133.705 225.023 253.151z" />
102
+ <glyph unicode="&#xa2;" glyph-name="upload-cloud" d="M512 128v128h80.297c15.811 0 31.062 5.852 42.814 16.429 26.273 23.645 28.402 64.112 4.757 90.385l-144.297 160.33c-1.501 1.668-3.089 3.256-4.757 4.757-26.273 23.645-66.739 21.516-90.385-4.757l-144.297-160.33c-10.577-11.752-16.429-27.003-16.429-42.814 0-35.346 28.654-64 64-64h80.297v-128h-134.826c-134.486 0-249.174 105.007-249.174 233.656l0.002 0.090c0.964 124.682 104.79 225.987 234.836 230.305l0.118 1.032c13.786 98.746 102.292 174.917 209.42 174.917 99.562 0 183.040-65.792 205.694-155.731l-1.186-0.361c18.238 6.353 37.93 9.82 58.468 9.82 87.884 0 160.254-63.463 169.706-145.77l-0.004 0.002 1.202-0.204c83.204-16.805 145.664-87.332 145.742-171.82l-0.004-0.235c-2.662-97.469-86.2-175.7-188.862-175.7-0.080 0-0.162 0-0.23 0h-322.904z" />
103
+ <glyph unicode="&#xa3;" glyph-name="download-cloud" d="M384 759.638v-247.638h-80.297c-35.346 0-64-28.654-64-64 0-15.811 5.852-31.062 16.429-42.814l144.297-160.33c23.645-26.273 64.112-28.402 90.385-4.757 1.668 1.501 3.256 3.089 4.757 4.757l144.297 160.33c23.645 26.273 21.516 66.739-4.757 90.385-11.752 10.577-27.003 16.429-42.814 16.429h-80.297v245.413c68.105-22.058 120.518-76.658 136.885-145.505 18.238 6.353 37.93 9.82 58.468 9.82 87.884 0 160.254-63.463 170.904-145.972 83.204-16.805 145.664-87.332 145.738-172.055-2.662-97.469-86.2-175.7-189.092-175.7h-585.729c-134.486 0-249.174 105.007-249.172 233.746 0.964 124.682 104.79 225.987 234.954 231.337 11.086 79.407 70.491 144.216 149.044 166.555z" />
104
+ <glyph unicode="&#xa5;" glyph-name="color-pick-eyedropper" d="M646.997 791.552l45.056-45.227-304.299-304.469c0.395-4.001 0.62-8.648 0.62-13.348 0-37.29-14.17-71.27-37.419-96.85l22.634-22.41 22.528-22.528c25.415 23.141 59.352 37.311 96.598 37.311 4.687 0 9.321-0.224 13.893-0.663l303.887 304.514 45.056-45.227 51.2 51.2-208.896 208.384zM506.197 385.365c-6.949-6.006-16.072-9.665-26.049-9.665-22.056 0-39.936 17.88-39.936 39.936 0 9.977 3.659 19.1 9.708 26.1l273.024 273.016 56.32-56.491zM999.424 935.424v0c-15.17 15.196-36.14 24.597-59.307 24.597s-44.137-9.401-59.306-24.596l-118.273-118.444 118.613-119.467 118.272 118.443c15.411 15.23 24.955 36.367 24.955 59.733s-9.544 44.503-24.947 59.725zM486.571 51.2h-370.688v371.029h156.331c5.090 0 9.216 4.126 9.216 9.216v96.768c0 5.090-4.126 9.216-9.216 9.216h-262.997c-5.090 0-9.216-4.126-9.216-9.216v-582.997c0-0.008 0-0.016 0-0.025 0-5.090 4.126-9.216 9.216-9.216 0.24 0 0.478 0.009 0.714 0.027l583.819-0.002c5.090 0 9.216 4.126 9.216 9.216v262.485c0 5.090-4.126 9.216-9.216 9.216h-97.451c-5.090 0-9.216-4.126-9.216-9.216z" />
105
+ <glyph unicode="&#xa9;" glyph-name="layout" d="M958.507 723.968h-893.163v116.928c0 30.433 24.671 55.104 55.104 55.104h782.955c30.433 0 55.104-24.671 55.104-55.104zM272.171 0h-151.723c-30.433 0-55.104 24.671-55.104 55.104v610.624h206.827zM327.424 665.728h631.232v-331.072h-631.232v331.072zM903.403 0h-575.979v275.968h631.083v-220.864c0-30.433-24.671-55.104-55.104-55.104z" />
106
+ <glyph unicode="&#xab;" glyph-name="laptop" d="M125.27 257.806h773.803c29.523 0.097 53.419 24.053 53.419 53.589 0 0 0 0 0 0v473.941c0 29.502-23.916 53.419-53.419 53.419h-773.803c-29.502 0-53.419-23.916-53.419-53.419v-474.112c0 0 0 0 0 0 0-29.537 23.896-53.492 53.409-53.589zM178.688 731.748h666.795v-367.275h-666.624zM999.595 204.217h-974.677c-13.667 0-24.747-11.079-24.747-24.747v-59.733c-0.002-0.108-0.003-0.235-0.003-0.363 0-6.447 2.465-12.318 6.505-16.722l34.117-37.87c4.505-4.65 10.806-7.537 17.782-7.537 0.409 0 0.815 0.010 1.219 0.029l902.258-0.002c6.688 0.147 12.7 2.925 17.065 7.337l37.549 37.89c4.351 4.388 7.070 10.401 7.168 17.048v59.752c-0.096 13.534-11.042 24.48-24.567 24.576zM605.184 118.542c0.019-0.161 0.029-0.347 0.029-0.536 0-2.563-1.949-4.672-4.446-4.924l-177.344-0.002c-2.518 0.254-4.466 2.362-4.466 4.926 0 0.189 0.011 0.375 0.031 0.558l-0.002 24.041c-0.019 0.161-0.029 0.347-0.029 0.536 0 2.563 1.949 4.672 4.446 4.924l177.514 0.002c2.518-0.254 4.466-2.362 4.466-4.926 0-0.189-0.011-0.375-0.031-0.558z" />
107
+ <glyph unicode="&#xac;" glyph-name="arrows-expand" d="M109.982 293.839l-45.997-275.685c-0.147-0.806-0.231-1.734-0.231-2.682 0-4.315 1.744-8.223 4.562-11.058l-0.001 0.001c2.724-2.85 6.557-4.623 10.803-4.623 1.040 0 2.053 0.105 3.032 0.308l274.843 46.428c7.493 1.27 13.129 7.712 13.129 15.471 0 4.342-1.764 8.271-4.615 11.111l-53.764 53.764 144.264 144.264c2.861 2.841 4.63 6.777 4.63 11.127s-1.771 8.285-4.629 11.126l-99.463 99.463c-2.841 2.861-6.777 4.63-11.127 4.63s-8.285-1.771-11.126-4.629l-143.966-144.265-53.764 53.764c-2.839 2.851-6.77 4.615-11.112 4.615-7.759 0-14.201-5.636-15.458-13.035zM914.040 602.081l45.997 275.685c0.133 0.768 0.209 1.652 0.209 2.555 0 4.305-1.734 8.202-4.542 11.037l0.001-0.001c-2.884 2.991-6.926 4.851-11.404 4.851-0.931 0-1.842-0.080-2.729-0.234l-274.843-46.731c-7.493-1.27-13.129-7.712-13.129-15.471 0-4.342 1.764-8.271 4.615-11.111l53.764-53.764-144.264-144.414c-2.861-2.841-4.63-6.777-4.63-11.127s1.771-8.285 4.629-11.126l99.463-99.463c2.841-2.861 6.777-4.63 11.127-4.63s8.285 1.771 11.126 4.629l144.414 144.414 53.764-53.764c2.839-2.851 6.77-4.615 11.112-4.615 7.759 0 14.201 5.636 15.458 13.035z" />
108
+ <glyph unicode="&#xae;" glyph-name="update" d="M311.743 222.622c0.929-0.838 1.863-1.67 2.802-2.497 69.009-60.732 161.584-87.586 253.821-71.323 103.046 18.17 187.795 87.13 227.628 181.864 17.126 40.729 64.026 59.863 104.755 42.737s59.863-64.026 42.737-104.755c-60.693-144.344-190.177-249.705-347.337-277.416-140.63-24.797-282.185 16.266-387.309 108.781-5.599 4.927-11.074 9.985-16.422 15.167l-47.146-42.45c-11.75-10.579-26.999-16.435-42.81-16.439-35.346-0.008-64.006 28.639-64.014 63.986l-0.048 215.702c-0.001 2.244 0.117 4.487 0.352 6.718 3.703 35.152 35.2 60.646 70.352 56.944l214.515-22.595c15.724-1.656 30.278-9.074 40.857-20.824 23.651-26.267 21.53-66.734-4.737-90.386l-47.997-43.216zM716.899 672.584c-1.285 1.17-2.58 2.329-3.885 3.478-69.009 60.732-161.584 87.586-253.821 71.323-103.046-18.17-187.795-87.13-227.628-181.864-17.126-40.729-64.026-59.863-104.755-42.737s-59.863 64.026-42.737 104.755c60.693 144.344 190.177 249.705 347.337 277.416 140.63 24.797 282.185-16.266 387.309-108.781 5.964-5.249 11.788-10.645 17.467-16.183l48.274 43.466c11.75 10.579 26.999 16.435 42.81 16.439 35.346 0.008 64.006-28.639 64.014-63.986l0.048-215.702c0-2.244-0.117-4.487-0.352-6.718-3.703-35.152-35.2-60.646-70.352-56.944l-214.515 22.595c-15.724 1.656-30.278 9.074-40.857 20.824-23.651 26.267-21.53 66.734 4.737 90.386l46.906 42.235z" />
109
+ <glyph unicode="&#xaf;" glyph-name="arrow-right" d="M963.754 468.992l-388.949 388.608c-5.491 5.46-13.061 8.836-21.419 8.836s-15.927-3.375-21.42-8.837l-62.463-62.121c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l230.569-230.399h-621.909c0 0 0 0-0.001 0-14.644 0-26.527-11.823-26.623-26.444v-95.583c0-14.704 11.92-26.624 26.624-26.624h621.909l-230.4-230.4c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l62.292-61.951c5.491-5.46 13.061-8.836 21.419-8.836s15.927 3.375 21.42 8.837l388.948 388.607c5.38 5.401 8.706 12.851 8.706 21.077s-3.326 15.677-8.707 21.078z" />
110
+ <glyph unicode="&#xb0;" glyph-name="hummingbird" d="M1009.323 570.197c-72.363-3.755-161.621-7.509-238.933-8.192l192.171 128.512c19.042-34.586 34.899-74.653 45.502-116.806zM512 960c189.862-0.034 355.572-103.406 443.951-256.93-61.487-12.553-225.839-36.617-400.943-48.051-34.133-2.219-55.979-36.181-68.267-62.464 0 0-31.061 195.925-244.907 145.408-41.984 18.944-81.237 34.133-116.224 46.251 94.16 107.956 231.957 175.787 385.597 175.787 0.279 0 0.557 0 0.836-0.001zM0 448c0 0.221-0.001 0.483-0.001 0.746 0 121.29 42.344 232.689 113.056 320.222 39.45-15.556 74.218-33.581 106.162-55.431s37.807-77.121 65.284-135.489 46.592-91.136 54.613-161.109 65.877-184.491 168.277-221.867c-34.879-47.972-65.982-102.598-90.759-160.574 26.898-39.4 57.774-69.843 91.053-97.495-280.204 0.74-507.686 229.298-507.686 510.988 0 0.003 0 0.007 0 0.010zM573.952-60.416c0 19.115 0 36.352 1.195 51.2 2.803 46.275 12.454 89.473 27.966 129.761 19.44 50.098 31.281 111.481 31.281 175.63 0 12.407-0.443 24.711-1.314 36.896-1.165 15.156-3.891 30.694-7.991 45.664l392.938 149.478c4.007-24.063 6.297-51.79 6.297-80.052 0-260.928-195.185-476.268-447.514-507.978z" />
111
+ <glyph unicode="&#xb1;" glyph-name="uptime" d="M182.38 504.833l35.667 57.002c9.973 16.21 27.72 26.868 47.983 26.868 1.002 0 1.999-0.026 2.988-0.078 20.963-0.726 39.094-12.634 48.475-29.9l41.331-76.592 89.944 160.768c9.965 17.66 28.725 29.404 50.254 29.404 24.723 0 45.794-15.488 53.863-37.202l79.733-220.042 36.184 61.61c10.179 16.966 28.59 28.162 49.64 28.162 0.117 0 0.232 0 0.345 0h122.32l118.891-56.832v256l-447.997 256-447.997-256v-256l118.374 56.832zM752.025 391.169l-81.33-138.24c-10.179-16.962-28.58-28.154-49.622-28.16h-5.688c-22.3 2.314-40.643 16.942-48.116 36.812l-79.22 216.116-79.434-143.36c-9.615-17.626-28.136-29.4-49.43-29.4-0.796 0-1.587 0.016-2.375 0.048-21.49 0.312-40.172 12.404-49.707 30.070l-44.261 82.736c-10.278-16.092-28.15-26.624-48.506-26.624-0.028 0-0.059 0-0.089 0l-150.248 56.832v-255.999l447.995-256 447.997 256v255.999l-118.891-56.832-89.076 0.002z" />
112
+ <glyph unicode="&#xb5;" glyph-name="profile-male" d="M921.991 173.375c-37.632 62.123-126.037 74.667-170.24 89.6s-129.173 76.907-129.173 76.907v44.8c17.386 16.117 32.259 34.602 44.19 55.017l0.61 1.132c1.792 3.136 3.285 6.123 4.779 8.96v1.195c1.195 2.688 2.24 5.077 3.136 7.467v1.643c0.825 2.114 1.645 4.757 2.298 7.466 1.567 7.063 2.834 15.217 3.613 23.513 7.977 2.92 12.009-1.41 22.165 24.723 11.499 29.867 30.912 96.171 18.219 110.208-2.949 3.455-7.309 5.633-12.176 5.633-3.373 0-6.503-1.045-9.081-2.83 6.241 25.947 9.791 55.696 9.791 86.275 0 7.749-0.228 15.445-0.678 23.080-5.775 93.026-97.764 146.937-182.884 155.298-94.379 9.259-91.989-7.317-102.144-40.917-68.992 1.045-98.261-62.421-98.261-62.421-16.725-38.229-17.771-88.107-3.136-159.787-2.527 1.75-5.655 2.795-9.028 2.795-4.867 0-9.228-2.177-12.159-5.61-12.712-14.060 6.701-80.812 18.2-110.229s14.933-21.205 23.595-24.341c0-3.883 1.195-19.413 2.091-23.445 11.669-33.197 30.989-61.224 55.92-82.983l0.231-46.192s-85.12-62.123-129.323-76.907-132.459-27.776-170.091-89.6-36.437-173.824-36.437-173.824h891.968s1.643 111.253-35.989 173.376z" />
113
+ <glyph unicode="&#xb7;" glyph-name="defender" d="M922.965 925.867c-2.901 0-212.309 22.016-330.923 34.133v-358.4l-80.043-36.523-79.531 35.499v359.424c-119.125-12.117-328.533-34.133-331.435-34.133-58.271-12.934-101.199-64.173-101.199-125.438 0-7.354 0.618-14.563 1.806-21.579l87.788-576.951c6.661-42.74 32.169-78.424 67.598-98.803l354.973-167.096 355.157 166.741c36.081 20.752 61.581 56.427 68.166 98.378l87.994 578.315c1.066 6.216 1.675 13.377 1.675 20.679 0 61.596-43.335 113.070-101.18 125.599zM806.059 215.552l-294.059-131.925-294.229 131.925-60.928 378.88 355.157-158.379 354.987 158.379z" />
114
+ <glyph unicode="&#xb8;" glyph-name="sitemap" d="M425.472 625.835h173.056c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933h-173.056c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933zM598.528 270.165h-173.056c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933h173.056c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933zM977.067 270.165h-173.227c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933h173.227c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933zM220.16 270.165h-173.227c-25.921 0-46.933-21.013-46.933-46.933v-173.227c0-25.921 21.013-46.933 46.933-46.933h173.227c25.921 0 46.933 21.013 46.933 46.933v173.227c0 25.921-21.013 46.933-46.933 46.933zM178.005 445.099h290.133v-85.333h89.088v85.333h290.133v-85.333h89.088v85.333c0 49.202-39.886 89.088-89.088 89.088h-669.355c-49.129-0.097-88.917-39.946-88.917-89.088 0 0 0 0 0 0v-85.333h89.088z" />
115
+ <glyph unicode="&#xba;" glyph-name="magnifying-glass-search" d="M1024 39.595l-226.816 226.816c50.818 70.758 81.267 159.126 81.267 254.605 0 242.711-196.756 439.467-439.467 439.467s-439.467-196.756-439.467-439.467c0-242.711 196.756-439.467 439.467-439.467 95.479 0 183.847 30.449 255.922 82.165l225.67-227.715zM146.432 520.704c0 0.051 0 0.111 0 0.171 0 161.744 131.12 292.864 292.864 292.864s292.864-131.12 292.864-292.864c0-161.744-131.12-292.864-292.864-292.864-161.606 0.194-292.573 131.101-292.864 292.665z" />
116
+ <glyph unicode="&#xbb;" glyph-name="folder-open" d="M0 768.157c0 35.259 28.862 63.843 63.41 63.843h257.18c35.020 0 76.361-25.903 92.040-57.261l35.369-70.739h-191.688c-70.865 0-144.008-54.934-163.628-123.604l-92.685-324.396v512.157zM155.208 517.359c20.32 67.733 93.979 122.641 164.969 122.641h575.647c70.79 0 111.807-54.566 91.384-122.641l-118.415-394.718c-20.32-67.733-93.979-122.641-164.969-122.641h-575.647c-70.79 0-111.807 54.566-91.384 122.641l118.415 394.718z" />
117
+ <glyph unicode="&#xbf;" glyph-name="clipboard-notes" d="M877.227 836.778v0s0 1.195 0 1.707c0 34.404-27.89 62.293-62.293 62.293h-174.251v40.107c0 0.051 0.001 0.111 0.001 0.171 0 10.462-8.482 18.944-18.944 18.944 0 0-0.001 0-0.001 0h-218.965c-10.462 0-18.944-8.482-18.944-18.944v-40.448h-174.763c-34.404 0-62.293-27.89-62.293-62.293s0-1.024 0-1.707v0-837.803c-0.001-0.152-0.002-0.332-0.002-0.512 0-34.404 27.89-62.293 62.293-62.293 0.001 0 0.002 0 0.002 0h605.696c0 0 0 0 0 0 34.344 0 62.196 27.792 62.293 62.113s0 0.009 0 0.009v0 838.656zM759.126 53.93h-494.933v728.747h59.392v-36.352s0 0 0-1.195c0-11.876 9.628-21.504 21.504-21.504h333.312c11.876 0 21.504 9.628 21.504 21.504s0 0 0 0v37.547h59.221zM383.147 553.471c-0.094 7.751-6.4 13.999-14.164 13.999-0.12 0-0.24-0.002-0.36-0.004h-30.702c-7.823 0-14.165-6.342-14.165-14.165v-30.891c0-7.823 6.342-14.165 14.165-14.165h30.72c0.051-0.001 0.111-0.001 0.171-0.001 7.823 0 14.165 6.342 14.165 14.165 0 0 0 0.001 0 0.001v0 31.061zM699.905 553.471c0 7.823-6.342 14.165-14.165 14.165h-229.035c-7.823 0-14.165-6.342-14.165-14.165v-30.891c0-7.823 6.342-14.165 14.165-14.165h229.035c7.823 0 14.165 6.342 14.165 14.165v0 30.891zM383.147 435.028c0 7.823-6.342 14.165-14.165 14.165h-30.72c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h30.379c0.051-0.001 0.111-0.001 0.171-0.001 7.823 0 14.165 6.342 14.165 14.165 0 0 0 0.001 0 0.001v0 30.891zM699.905 435.028c0 7.823-6.342 14.165-14.165 14.165h-229.035c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h229.035c7.823 0 14.165 6.342 14.165 14.165v0 30.891zM383.147 316.586c0 7.823-6.342 14.165-14.165 14.165h-30.72c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h30.379c0.051-0.001 0.111-0.001 0.171-0.001 7.823 0 14.165 6.342 14.165 14.165 0 0 0 0.001 0 0.001v0 30.891zM699.905 316.586c0 7.823-6.342 14.165-14.165 14.165h-229.035c-7.785-0.095-14.070-6.381-14.165-14.156v-30.9c0-7.823 6.342-14.165 14.165-14.165h229.035c7.823 0 14.165 6.342 14.165 14.165v0 30.891z" />
118
+ <glyph unicode="&#xc1;" glyph-name="refresh2" d="M995.157 353.621l-65.365 113.152-8.192 15.36-102.741-59.733-14.677-8.363 8.533-14.677 65.365-113.152c7.865-13.361 12.511-29.434 12.511-46.592 0-51.37-41.643-93.013-93.013-93.013-0.078 0-0.157 0-0.235 0h-240.116v-135.509h239.957c0.035 0 0.075 0 0.116 0 126.21 0 228.523 102.313 228.523 228.523 0 42.105-11.387 81.55-31.249 115.424l0.584-1.077zM593.749 778.069l103.253-179.029 9.557-17.067 15.189 11.264 82.091 61.099 12.117 8.875-7.509 12.971-97.451 169.472c-40.252 68.771-113.761 114.229-197.888 114.229s-157.636-45.458-197.304-113.151l-0.584-1.078-65.365-113.323-8.533-14.677 14.677-8.363 102.571-59.563 8.533 14.507 65.365 113.323c16.425 27.992 46.373 46.489 80.64 46.489s64.215-18.497 80.402-46.051l0.238-0.438zM228.864 146.261c-0.015 0-0.034 0-0.052 0-51.37 0-93.013 41.643-93.013 93.013 0 17.158 4.646 33.231 12.748 47.029l-0.237-0.437 110.251 190.976 9.557 17.067-17.067 7.509-94.379 40.107-13.653 5.973-7.509-12.971-104.448-180.907c-19.279-32.797-30.666-72.242-30.666-114.347 0-126.191 102.282-228.492 228.465-228.523h147.629v135.509h-147.627zM397.995 78.336l246.613-142.336v284.843l-246.613-142.507 246.613-142.336v284.843l-246.613-142.507zM289.28 665.429l-246.613-142.507 246.613-142.336v284.843l-246.613-142.507 246.613-142.336v284.843zM851.968 466.091v284.843l-246.613-142.507 246.613-142.336v284.843l-246.613-142.507 246.613-142.336z" />
119
+ <glyph unicode="&#xc2;" glyph-name="arrow-down" d="M532.993-3.924l388.949 388.949c5.46 5.491 8.836 13.061 8.836 21.419s-3.375 15.927-8.837 21.42l-62.463 62.463c-5.491 5.46-13.061 8.836-21.419 8.836s-15.927-3.375-21.42-8.837l-230.399-230.228v621.568c0.001 0.101 0.002 0.221 0.002 0.341 0 14.704-11.92 26.624-26.624 26.624-0.001 0-0.002 0-0.002 0h-95.403c-14.704 0-26.624-11.92-26.624-26.624v-621.909l-230.4 230.229c-5.491 5.46-13.061 8.836-21.419 8.836s-15.927-3.375-21.42-8.837l-62.292-62.463c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l388.948-388.948c5.401-5.38 12.851-8.706 21.077-8.706s15.677 3.326 21.078 8.707z" />
120
+ <glyph unicode="&#xc6;" glyph-name="page-pdf" d="M407.040 307.541h-58.368v-109.227h33.109v34.133h25.259c0.757-0.054 1.64-0.085 2.53-0.085 20.736 0 37.547 16.81 37.547 37.547s-16.81 37.547-37.547 37.547c-0.89 0-1.773-0.031-2.648-0.092zM402.773 261.291h-20.992v17.067h20.992c5.632 0 9.899-2.731 9.899-8.704s-4.437-8.533-9.899-8.533zM512 307.541h-48.469v-109.227h48.469c34.133 0 59.733 19.797 59.733 54.784s-25.6 54.443-59.733 54.443zM512 227.157h-15.36v51.2h15.36c0.742 0.082 1.602 0.128 2.474 0.128 13.196 0 23.893-10.697 23.893-23.893 0-0.706-0.031-1.405-0.091-2.095 0.007 0.033 0.007-0.035 0.007-0.102 0-13.95-11.309-25.259-25.259-25.259-0.36 0-0.719 0.008-1.076 0.022zM592.384 198.315h33.109v40.789h48.64v28.843h-48.64v10.752h49.835v28.843h-82.944v-109.227zM870.4 891.733v0 47.787c0 11.311-9.169 20.48-20.48 20.48h-389.12l-307.2-307.2v-696.32c0-11.311 9.169-20.48 20.48-20.48h675.84c11.311 0 20.48 9.169 20.48 20.48v29.013zM271.531 53.931v557.909h209.749c11.311 0 20.48 9.169 20.48 20.48v209.749h250.88v-788.139z" />
121
+ <glyph unicode="&#xc7;" glyph-name="graph-bar" d="M463.533 359.569h-173.396c-10.274 0-18.604-8.039-18.604-17.957v-259.65c0-9.918 8.33-17.959 18.604-17.959h173.396c10.274 0 18.604 8.039 18.604 17.957v259.812c0 9.918-8.33 17.957-18.604 17.957v-0.16zM733.867 896h-173.396c-10.274 0-18.602-8.041-18.602-17.959v-796.080c0-9.918 8.328-17.957 18.602-17.957h173.396c10.274 0 18.602 8.039 18.602 17.957v796.080c0 9.918-8.328 17.959-18.602 17.959zM1005.398 654.145h-173.226c-10.274 0-18.602-8.041-18.602-17.959v-554.226c0-9.918 8.328-17.959 18.602-17.959h173.226c10.274 0 18.602 8.039 18.602 17.957v554.226c0 9.918-8.328 17.959-18.602 17.959v0.002zM191.832 654.145h-173.228c-10.274 0-18.604-8.041-18.604-17.959v-554.226c0-9.918 8.33-17.959 18.604-17.959h173.228c10.274 0 18.604 8.039 18.604 17.957v554.226c0 9.918-8.33 17.959-18.604 17.959v0.002z" />
122
+ <glyph unicode="&#xce;" glyph-name="storage-server-data" d="M973.995 832h-923.989c-27.758-0.668-50.005-23.329-50.005-51.186 0-0.005 0-0.010 0-0.015v-238.933c0-0.004 0-0.009 0-0.014 0-27.857 22.247-50.518 49.943-51.185l924.051-0.001c27.758 0.668 50.005 23.329 50.005 51.186 0 0.005 0 0.010 0 0.015v238.933c0 0.004 0 0.009 0 0.014 0 27.857-22.247 50.518-49.943 51.185zM137.728 612.864c-26.1 0.853-46.933 22.216-46.933 48.445 0 26.769 21.7 48.469 48.469 48.469 26.76 0 48.455-21.687 48.469-48.444 0-26.77-21.7-48.471-48.469-48.471zM973.995 405.333h-923.989c-27.758-0.668-50.005-23.329-50.005-51.186 0-0.005 0-0.010 0-0.015v-238.933c0-0.004 0-0.009 0-0.014 0-27.857 22.247-50.518 49.943-51.185l924.051-0.001c27.758 0.668 50.005 23.329 50.005 51.186 0 0.005 0 0.010 0 0.015v238.933c0 0.004 0 0.009 0 0.014 0 27.857-22.247 50.518-49.943 51.185zM137.728 186.197c-26.1 0.853-46.933 22.216-46.933 48.445 0 26.769 21.7 48.469 48.469 48.469 26.76 0 48.455-21.687 48.469-48.444 0-26.77-21.7-48.471-48.469-48.471z" />
123
+ <glyph unicode="&#xd0;" glyph-name="cloudflare" d="M699.311 230.329l4.865 17.484c2.331 6.169 3.68 13.292 3.68 20.721 0 12.481-3.807 24.103-10.36 33.831-10.141 13.064-26.265 21.658-44.475 21.957l-369.356 4.589c-2.423 0.020-4.562 1.181-5.874 2.956-0.776 1.144-1.227 2.518-1.227 3.996 0 0.886 0.162 1.737 0.462 2.523 1.302 3.466 4.592 5.987 8.528 6.272l372.667 4.467c49.36 5.311 90.168 36.077 108.48 78.264l21.576 54.666c0.338 1.058 0.531 2.274 0.531 3.534s-0.195 2.476-0.555 3.623c-25.625 105.442-122.001 182.789-237.024 182.789-105.653 0-195.57-65.257-229.144-156.432-18.511 11.439-41.211 19.308-65.81 19.308-60.376 0-109.319-47.412-109.319-105.899 0-9.204 1.212-18.135 3.491-26.649-83.733-1.883-150.447-68.135-150.447-149.482 0-8.034 0.651-15.924 1.905-23.618 0.347-2.592 3.356-5.226 6.998-5.226 0.020 0 0.041 0 0.060 0h682.414c3.98 0.062 7.324 2.627 8.432 6.138l-0.497 0.187zM810.55 477.714c-2.091-0.689-3.635-2.431-3.965-4.557l-14.341-48.393c-2.331-6.169-3.68-13.292-3.68-20.721 0-12.481 3.807-24.103 10.358-33.831 10.37-12.792 26.603-21.091 44.835-21.091 0.048 0 26.357-1.53 78.927-4.589 2.331-0.083 4.368-1.231 5.618-2.954 0.776-1.145 1.227-2.52 1.227-3.998 0-0.886-0.164-1.737-0.462-2.523-1.301-3.466-4.593-5.987-8.527-6.272l-81.703-4.467c-49.568-5.316-90.522-36.306-108.74-78.757l-6.213-15.858c-0.179-0.443-0.282-0.958-0.282-1.494 0-2.249 1.82-4.088 4.112-4.21h281.63c3.461 0 6.332 2.17 7.283 5.156 4.685 15.738 7.372 33.755 7.372 52.38 0 107.959-90.254 195.497-201.656 195.676l-11.792 0.501z" />
124
+ <glyph unicode="&#xd2;" glyph-name="page" d="M870.4 891.733v0 47.787c0 11.311-9.169 20.48-20.48 20.48h-389.12l-307.2-307.2v-696.32c0-11.311 9.169-20.48 20.48-20.48h675.84c11.311 0 20.48 9.169 20.48 20.48v29.013zM271.531 53.931v557.909h209.749c11.311 0 20.48 9.169 20.48 20.48v209.749h250.88v-788.139z" />
125
+ <glyph unicode="&#xd3;" glyph-name="chevron-left" d="M716.62 38.236c-5.492-4.91-11.792-9.080-18.644-12.262-7.344-3.354-15.383-5.196-23.852-5.196s-16.508 1.841-23.738 5.146c-7.031 3.224-13.388 7.396-19.008 12.382l-366.854 367.035c-5.463 5.454-9.854 11.98-12.829 19.236-3.048 7.438-4.735 15.621-4.735 24.198s1.687 16.76 4.748 24.235c2.991 7.15 7.377 13.616 12.814 19.027l367.789 365.4c10.89 10.984 25.984 17.784 42.667 17.784s31.777-6.8 42.662-17.78l41.818-43.012c5.397-5.383 9.775-11.785 12.822-18.894 3.056-7.305 4.744-15.342 4.744-23.773s-1.689-16.467-4.746-23.789c-3.067-7.024-7.441-13.367-12.816-18.703l-279.044-281.433 279.040-280.576c5.394-5.385 9.771-11.787 12.821-18.893 3.065-7.145 4.76-15.008 4.76-23.266 0-0.178-0.001-0.357-0.002-0.535 0-0.035 0.001-0.108 0.001-0.182 0-8.477-1.693-16.559-4.76-23.926-2.85-6.986-7.257-13.255-12.781-18.327l-42.021-43.895z" />
126
+ <glyph unicode="&#xd4;" glyph-name="arrow-up" d="M491.007 899.925l-388.949-388.949c-5.46-5.491-8.836-13.061-8.836-21.419s3.375-15.927 8.837-21.42l62.463-62.463c5.491-5.46 13.061-8.836 21.419-8.836s15.927 3.375 21.42 8.837l230.399 230.228v-621.568c-0.001-0.102-0.002-0.222-0.002-0.342 0-14.645 11.824-26.528 26.446-26.623h95.412c14.704 0 26.624 11.92 26.624 26.624v621.909l230.4-230.4c5.491-5.46 13.061-8.836 21.419-8.836s15.927 3.375 21.42 8.837l62.463 62.463c5.46 5.491 8.836 13.061 8.836 21.419s-3.375 15.927-8.837 21.42l-388.948 389.119c-5.401 5.38-12.851 8.706-21.077 8.706s-15.677-3.326-21.078-8.707z" />
127
+ <glyph unicode="&#xd8;" glyph-name="camera" d="M512.001 527.104c65.98 0 119.467-53.487 119.467-119.467s-53.487-119.467-119.467-119.467c-65.98 0-119.467 53.487-119.467 119.467s53.487 119.467 119.467 119.467zM976.897 774.058v0h-210.603v35.84c0 26.015-21.089 47.104-47.104 47.104h-414.379c-26.015 0-47.104-21.089-47.104-47.104v-35.328h-210.603c0 0-0.001 0-0.001 0-26.015 0-47.104-21.089-47.104-47.104 0-0.12 0-0.24 0.001-0.36v-640.664c-0.001-0.101-0.001-0.221-0.001-0.341 0-26.015 21.089-47.104 47.104-47.104 0 0 0.001 0 0.001 0h929.792c0 0 0.001 0 0.001 0 26.015 0 47.104 21.089 47.104 47.104 0 0.12 0 0.24-0.001 0.36v640.664c0 26.015-21.089 47.104-47.104 47.104zM515.073 162.901c-134.693 0-243.883 109.19-243.883 243.883s109.19 243.883 243.883 243.883c134.693 0 243.883-109.19 243.883-243.883s-109.19-243.883-243.883-243.883zM961.025 585.13h-186.368v125.952h186.368v-125.952z" />
128
+ <glyph unicode="&#xdf;" glyph-name="save" d="M256 896v-192c0-35.346 28.654-64 64-64h320c35.346 0 64 28.654 64 64v192h37.49c16.974 0 33.253-6.743 45.255-18.745l154.51-154.51c12.002-12.002 18.745-28.281 18.745-45.255v-613.49c0-35.346-28.654-64-64-64h-768c-35.346 0-64 28.654-64 64v768c0 35.346 28.654 64 64 64h128zM512 896h128v-160c0-17.673-14.327-32-32-32h-64c-17.673 0-32 14.327-32 32v160zM256 448c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64h512c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-512zM288 384h448c17.673 0 32-14.327 32-32s-14.327-32-32-32h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32zM288 256h448c17.673 0 32-14.327 32-32s-14.327-32-32-32h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32z" />
129
+ <glyph unicode="&#xe6;" glyph-name="layers" d="M1011.883 558.080l-447.829-260.267c-14.438-8.497-31.806-13.517-50.347-13.517s-35.908 5.019-50.819 13.773l-450.77 260.181c-7.29 4.311-12.102 12.132-12.102 21.077s4.812 16.766 11.989 21.015l435.655 253.161c17.935 10.569 39.513 16.813 62.549 16.813s44.615-6.244 63.135-17.131l438.54-253.122c7.29-4.311 12.102-12.132 12.102-21.077s-4.812-16.766-11.989-21.015zM1011.883 251.904l-182.784 105.643-264.875-153.6c-14.438-8.497-31.806-13.517-50.347-13.517s-35.908 5.019-50.819 13.773l-268.157 154.197-182.784-106.325c-7.29-4.311-12.102-12.132-12.102-21.077s4.812-16.766 11.989-21.015l451.356-260.499c14.438-8.497 31.806-13.517 50.347-13.517s35.908 5.019 50.819 13.773l447.357 259.327c7.29 4.311 12.102 12.132 12.102 21.077s-4.812 16.766-11.989 21.015z" />
130
+ <glyph unicode="&#xe7;" glyph-name="page-multiple" d="M911.531 741.206h-38.059v-733.867c0-9.426-7.641-17.067-17.067-17.067h-542.208v-37.205c0-9.426 7.641-17.067 17.067-17.067h580.267c9.426 0 17.067 7.641 17.067 17.067v771.584c0 9.426-7.641 17.067-17.067 17.067zM818.688 61.953v772.096c0 9.426-7.641 17.067-17.067 17.067h-37.547v-733.867c0-9.426-7.641-17.067-17.067-17.067h-542.208v-38.059c0-9.426 7.641-17.067 17.067-17.067h580.267c9.426 0 17.067 7.641 17.067 17.067zM709.803 171.35v771.584c0 9.426-7.641 17.067-17.067 17.067h-580.267c-9.426 0-17.067-7.641-17.067-17.067v-771.584c0-9.426 7.641-17.067 17.067-17.067h580.267c9.426 0 17.067 7.641 17.067 17.067z" />
131
+ <glyph unicode="&#xf8;" glyph-name="speed-optimize" d="M475.793 894.803c-266.855-19.796-475.793-238.971-475.793-506.45 0-152.123 67.582-288.622 174.648-381.687 5.027-4.328 10.882-6.666 17.288-6.666 9.379 0 17.575 5.012 22.004 12.477l43.671 74.793c2.042 3.51 3.246 7.719 3.246 12.207 0 6.912-2.858 13.164-7.468 17.66-73.006 68.243-118.449 164.703-118.449 271.671 0 206.208 168.886 373.374 377.217 373.374s377.217-167.165 377.217-373.374c0-106.966-45.444-203.427-118.265-271.499-4.794-4.668-7.653-10.919-7.653-17.832 0-4.487 1.204-8.697 3.311-12.327l43.692-74.554c4.47-7.53 12.613-12.505 21.929-12.505 6.339 0 12.134 2.303 16.579 6.11 107.517 93.526 175.031 229.964 175.031 382.010 0 280.443-229.684 507.789-513.015 507.789-12.383 0-24.663-0.434-36.826-1.288l1.635 0.091zM462.364 299.645l-58.544 66.013c-5.285 5.937-8.51 13.778-8.51 22.366 0 11.288 5.573 21.288 14.146 27.45l289.953 206.469c5.48 3.846 12.303 6.148 19.67 6.148 10.164 0 19.294-4.382 25.566-11.341l13.156-14.968c5.081-5.878 8.173-13.571 8.173-21.978 0-8.805-3.391-16.825-8.951-22.853l-244.413-258.348c-6.261-6.571-15.116-10.663-24.938-10.663-10.251 0-19.45 4.458-25.727 11.521l0.42 0.186z" />
132
+ <glyph unicode="&#x131;" glyph-name="chevron-down" d="M921.583 588.559c5.562-5.106 9.969-11.375 12.847-18.431 2.739-6.961 4.255-14.629 4.255-22.65 0-0.738-0.013-1.472-0.038-2.204 0.004-0.035 0.005-0.201 0.005-0.368 0-8.27-1.695-16.144-4.757-23.293-2.949-6.896-7.151-13.123-12.321-18.397l-366.241-367.094c-5.618-4.978-12.096-9.16-19.153-12.272-7.479-3.363-15.665-5.215-24.282-5.215s-16.803 1.851-24.179 5.178c-7.157 3.155-13.635 7.336-19.334 12.377l-366.001 367.035c-5.157 5.267-9.359 11.493-12.31 18.382-3.064 7.134-4.76 14.985-4.76 23.232 0 0.19 0.001 0.38 0.003 0.57-0.001 0.053-0.001 0.149-0.001 0.246 0 8.455 1.694 16.514 4.76 23.857 2.613 7.223 6.867 13.729 12.297 19.037l42.506 43.359c5.538 4.921 11.896 9.094 18.81 12.263 7.349 3.353 15.388 5.195 23.857 5.195s16.508-1.841 23.738-5.146c7.034-3.211 13.393-7.384 19.004-12.379l281.695-281.021 280.576 279.723c10.689 10.554 25.384 17.073 41.602 17.073 0.314 0 0.628-0.002 0.941-0.007 0.026 0.001 0.112 0.001 0.198 0.001 8.523 0 16.651-1.693 24.065-4.762 6.98-2.849 13.25-7.256 18.322-12.78l43.895-41.509z" />
133
+ <glyph unicode="&#x153;" glyph-name="settings-slider-control" horiz-adv-x="978" d="M126.094 832h771.813c34.293 0 62.094-27.8 62.094-62.094v-3.813c0-34.293-27.8-62.094-62.094-62.094h-771.813c-34.293 0-62.094 27.8-62.094 62.094v3.813c0 34.293 27.8 62.094 62.094 62.094zM126.094 512h771.813c34.293 0 62.094-27.8 62.094-62.094v-3.813c0-34.293-27.8-62.094-62.094-62.094h-771.813c-34.293 0-62.094 27.8-62.094 62.094v3.813c0 34.293 27.8 62.094 62.094 62.094zM318.094 576h3.813c34.293 0 62.094-27.8 62.094-62.094v-131.813c0-34.293-27.8-62.094-62.094-62.094h-3.813c-34.293 0-62.094 27.8-62.094 62.094v131.813c0 34.293 27.8 62.094 62.094 62.094zM510.094 896h3.813c34.293 0 62.094-27.8 62.094-62.094v-131.813c0-34.293-27.8-62.094-62.094-62.094h-3.813c-34.293 0-62.094 27.8-62.094 62.094v131.813c0 34.293 27.8 62.094 62.094 62.094zM702.094 256h3.813c34.293 0 62.094-27.8 62.094-62.094v-131.813c0-34.293-27.8-62.094-62.094-62.094h-3.813c-34.293 0-62.094 27.8-62.094 62.094v131.813c0 34.293 27.8 62.094 62.094 62.094zM126.094 192h771.813c34.293 0 62.094-27.8 62.094-62.094v-3.813c0-34.293-27.8-62.094-62.094-62.094h-771.813c-34.293 0-62.094 27.8-62.094 62.094v3.813c0 34.293 27.8 62.094 62.094 62.094z" />
134
+ <glyph unicode="&#x2d8;" glyph-name="folder" d="M0 768c0 35.346 28.862 64 63.41 64h257.18c35.020 0 76.361-25.903 92.040-57.261l35.369-70.739h-448v64zM0 640h767.625c70.9 0 128.375-56.796 128.375-127.975v-384.049c0-70.679-57.412-127.975-128.375-127.975h-639.25c-70.9 0-128.375 56.796-128.375 127.975v512.025z" />
135
+ <glyph unicode="&#x2da;" glyph-name="arrows-out" d="M106.101 270.054l-42.263-253.425c-0.101-0.652-0.159-1.406-0.159-2.171 0-4.032 1.598-7.691 4.194-10.378l-0.005 0.005c2.682-2.593 6.341-4.191 10.373-4.191 0.765 0 1.519 0.058 2.253 0.169l252.15 42.701c6.673 1.588 11.559 7.498 11.559 14.547 0 3.826-1.438 7.317-3.804 9.959l-49.418 49.416 132.612 132.612c2.511 2.666 4.054 6.267 4.054 10.229s-1.543 7.564-4.061 10.237l-90.94 91.239c-2.666 2.511-6.267 4.054-10.229 4.054s-7.564-1.543-10.237-4.061l-132.306-132.605-49.431 49.431c-2.628 2.354-6.118 3.792-9.944 3.792-7.051 0-12.96-4.886-14.528-11.457zM917.601 625.778l42.263 253.425c0.101 0.652 0.159 1.406 0.159 2.171 0 4.032-1.598 7.691-4.194 10.378l0.005-0.005c-2.701 2.694-6.429 4.36-10.545 4.36-0.811 0-1.607-0.064-2.384-0.189l-251.847-42.848c-6.673-1.588-11.559-7.498-11.559-14.547 0-3.826 1.438-7.317 3.804-9.959l49.418-49.416-133.359-132.612c-2.511-2.666-4.054-6.267-4.054-10.229s1.543-7.564 4.061-10.237l91.687-91.387c2.666-2.511 6.267-4.054 10.229-4.054s7.564 1.543 10.237 4.061l132.605 132.605 49.431-49.431c2.625-2.338 6.103-3.767 9.916-3.767 7.095 0 13.034 4.949 14.556 11.582zM689.712 42.165l253.873-41.963c0.652-0.101 1.406-0.159 2.171-0.159 4.032 0 7.691 1.598 10.378 4.194l-0.005-0.005c2.593 2.682 4.191 6.341 4.191 10.373 0 0.765-0.058 1.519-0.169 2.253l-43.149 251.85c-1.588 6.673-7.498 11.559-14.547 11.559-3.826 0-7.317-1.438-9.959-3.804l-49.416-49.418-132.612 133.359c-2.666 2.511-6.267 4.054-10.229 4.054s-7.564-1.543-10.237-4.061l-91.387-91.687c-2.511-2.666-4.054-6.267-4.054-10.229s1.543-7.564 4.061-10.237l132.605-132.605-49.431-49.431c-2.338-2.625-3.767-6.103-3.767-9.916 0-7.095 4.949-13.034 11.582-14.556zM333.99 853.667l-253.425 42.263c-0.612 0.090-1.319 0.14-2.037 0.14-4.097 0-7.809-1.65-10.509-4.322l0.001 0.001c-2.682-2.698-4.34-6.419-4.34-10.525 0-0.764 0.058-1.517 0.169-2.25l42.85-251.85c1.588-6.673 7.498-11.559 14.547-11.559 3.826 0 7.317 1.438 9.959 3.804l49.416 49.418 132.612-132.612c2.666-2.511 6.267-4.054 10.229-4.054s7.564 1.543 10.237 4.061l91.387 90.94c2.511 2.666 4.054 6.267 4.054 10.229s-1.543 7.564-4.061 10.237l-132.755 132.306 49.431 49.431c2.338 2.625 3.767 6.103 3.767 9.916 0 7.095-4.949 13.034-11.582 14.556z" />
136
+ <glyph unicode="&#x2db;" glyph-name="graph-bar-2" d="M569.856 960c-10.085 0-18.261-8.176-18.261-18.261-0.035-0.409-0.055-0.885-0.055-1.365s0.020-0.956 0.059-1.427l-0.004 0.062v-433.493c0-10.085 8.176-18.261 18.261-18.261h433.152c0.409-0.035 0.885-0.055 1.365-0.055s0.956 0.020 1.427 0.059c10.024-0.004 18.2 8.172 18.2 18.257-2.666 249.806-204.366 451.626-453.872 454.483zM918.357 400.213c0 10.085-8.176 18.261-18.261 18.261h-398.336c-10.085 0-18.261 8.176-18.261 18.261v397.141c0.028 0.408 0.044 0.885 0.044 1.365s-0.016 0.957-0.048 1.429c0.003 10.021-8.172 18.197-18.258 18.197h-6.144c-0.051 0-0.111 0-0.171 0-253.739 0-459.435-205.696-459.435-459.435s205.696-459.435 459.435-459.435c253.739 0 459.435 205.696 459.435 459.435 0 1.536 0 2.901 0 4.437s0 0 0 0z" />
137
+ <glyph unicode="&#x2dc;" glyph-name="chevron-right" d="M308.816 857.398c5.489 4.917 11.79 9.088 18.646 12.264 7.34 3.363 15.379 5.211 23.85 5.211s16.51-1.848 23.736-5.162c7.036-3.211 13.395-7.384 19.006-12.379l364.98-367.037c5.487-5.503 9.971-12.010 13.152-19.22 3.337-7.412 5.188-15.597 5.188-24.214s-1.851-16.803-5.178-24.179c-3.217-7.176-7.697-13.623-13.162-19.084l-365.91-365.398c-10.689-10.554-25.384-17.073-41.602-17.073-0.314 0-0.628 0.002-0.941 0.007 0.015-0.001-0.024-0.001-0.062-0.001-8.512 0-16.628 1.693-24.030 4.761-7.018 2.679-13.345 6.922-18.512 12.289l-43.877 43.024c-4.912 5.491-9.082 11.792-12.263 18.645-3.364 7.341-5.212 15.381-5.212 23.851s1.848 16.51 5.162 23.736c3.219 7.034 7.392 13.392 12.381 19.008l281.020 281.351-279.723 280.576c-5.394 5.385-9.771 11.787-12.821 18.893-3.381 7.189-5.369 15.135-5.609 23.519-0.003 0.196-0.003 0.329-0.003 0.462 0 8.478 1.694 16.561 4.761 23.928 2.85 6.986 7.257 13.255 12.781 18.327l43.387 43.895z" />
138
+ <glyph unicode="&#x2dd;" glyph-name="chevron-up" d="M102.581 212.996c-4.926 5.536-9.099 11.895-12.264 18.811-3.343 7.338-5.179 15.366-5.179 23.822 0 8.746 1.964 17.033 5.474 24.444 3.18 6.706 7.231 12.776 12.035 18.159l366.185 365.664c5.619 4.975 12.097 9.157 19.152 12.272 7.482 3.354 15.667 5.199 24.283 5.199s16.801-1.845 24.181-5.162c7.155-3.158 13.632-7.339 19.333-12.378l366-367.035c5.397-5.383 9.775-11.785 12.822-18.894 2.75-6.785 4.259-14.202 4.259-21.972 0-0.453-0.005-0.905-0.015-1.356 0.002-0.015 0.002-0.111 0.002-0.208 0-8.455-1.694-16.514-4.76-23.857-2.613-7.223-6.867-13.729-12.297-19.037l-42.506-43.359c-5.537-4.924-11.896-9.096-18.811-12.264-7.346-3.363-15.385-5.211-23.856-5.211s-16.51 1.848-23.736 5.162c-6.969 3.225-13.27 7.396-18.832 12.376l-281.869 281.025-280.576-279.723c-10.714-10.555-25.431-17.072-41.671-17.072-0.29 0-0.58 0.002-0.869 0.006 0.011-0.001-0.027-0.001-0.066-0.001-8.512 0-16.628 1.693-24.030 4.761-6.981 2.849-13.251 7.256-18.323 12.78l-44.066 41.509z" />
139
+ <glyph unicode="&#x3c0;" glyph-name="academy" d="M487.166 82.894c-66.404 0-348.164 62.974-348.164 189.082v141.312l337.148-136.549c3.235-1.348 6.993-2.133 10.938-2.133s7.704 0.783 11.127 2.201l333.233 134.943 3.724-1.843v-138.239c0-126.104-281.604-189.082-348.010-189.082l0.004 0.308zM1023.687 64l-65.319 78.49-65.474-78.49v363.569c0 3.379 0 16.742 0 16.742l-183.391 92.159 314.497-69.12-0.313-403.351zM949.057 520.96l-358.248 69.58c-4.658 0.072-7.647-2.885-7.647-6.532 0-2.16 1.045-4.075 2.665-5.281l193.028-126.732-291.689-118.119-439.014 177.883c-39.341 15.941-58.311 60.755-42.371 100.097 7.812 19.28 23.105 34.569 42.386 42.377l438.999 177.767 461.854-187.022c34.251-13.869 50.773-52.879 36.904-87.129-6.793-16.777-20.094-30.085-36.867-36.889z" />
140
+ <glyph unicode="&#x2014;" glyph-name="hustle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM862.891 419.328c-4.096-39.595-19.456-114.005-77.824-159.061-34.957-26.992-79.245-43.462-127.358-44.031-0.805-0.012-1.601-0.019-2.398-0.019-19.34 0-37.801 3.767-54.688 10.607-33.156 14.157-67.29 50.85-65.412 92.834v1.877l17.067 93.184c2.684 11.537 4.293 24.827 4.436 38.469 0.001 23.654-13.311 26.555-23.21 26.555-28.331 0-66.219-37.205-77.653-96.939l-23.040-110.592h-7.851c-0.173-0.001-0.379-0.002-0.584-0.002-28.781 0-54.469 13.242-71.304 33.966-20.101 24.234-24.027 58.879-12.763 109.226l63.829 256-20.821-11.264c-76.89-45.504-127.642-128.014-127.642-222.379 0-142.167 115.196-257.429 257.338-257.536 0.138 0 0.29 0 0.443 0 24.827 0 48.825 3.553 71.511 10.179l6.563 1.939 36.181-89.429-9.899-3.072c-32.113-10.603-69.078-16.718-107.47-16.718-195.394 0-353.792 158.398-353.792 353.792 0 133.919 74.407 250.459 184.134 310.535 25.211 13.761 52.281 24.364 80.775 31.338l6.231 1.501 7.339 35.157h113.835l-50.176-256-2.901-15.019 12.8 8.363c20.948 14.322 46.83 22.87 74.709 22.87 0.075 0 0.151 0 0.226 0 55.626 0 90.271-36.693 90.271-95.573-0.524-21.184-2.675-41.483-6.338-61.251l-14.824-78.013c-0.309-1.655-0.486-3.559-0.486-5.504 0-6.907 2.23-13.294 6.010-18.479 4.456-4.2 10.577-6.837 17.315-6.837 0.792 0 1.576 0.036 2.349 0.108 63.901-0.007 86.258 74.062 89.33 117.923 0.662 6.619 1.040 14.305 1.040 22.079 0 54.114-18.303 103.953-49.057 143.665-35.194 40.291-79.737 72.393-130.243 92.845l16.979 94.18c69.482-23.968 128.484-63.065 175.37-113.566 42.976-47.054 71.974-107.047 80.465-173.451 1.803-13.898 2.737-28.141 2.737-42.602 0-11.217-0.562-22.302-1.661-33.23z" />
141
+ <glyph unicode="&#x2018;" glyph-name="community-people" d="M1007.275 365.996l-174.251 82.773c41.455 28.313 68.313 75.348 68.313 128.655 0 1.33-0.017 2.656-0.050 3.978 0.004 82.919-57.852 150.162-129.191 150.162-25.188-0.030-48.474-8.152-67.404-21.904 11.888-28.284 18.593-61.357 18.593-95.996 0-0.070 0-0.141 0-0.211 0-0.031 0-0.081 0-0.131 0-51.921-15.274-100.275-41.573-140.813 9.235-8.759 19.124-17.128 30.090-23.927l0.561-0.324 111.787-53.248c30.676-16.277 51.214-48.016 51.214-84.552 0-0.575-0.005-1.148-0.015-1.721l0.001-144.981h119.467c16.264 1.302 28.97 14.821 28.97 31.308 0 0.995-0.046 1.978-0.137 2.949l0.009 136.409c0.025 0.492 0.040 1.069 0.040 1.649 0 12.584-6.809 23.577-16.945 29.496zM314.881 449.11c9.565 6.404 17.855 13.609 25.152 21.725-26.524 40.018-42.391 89.074-42.391 141.835 0 0.278 0 0.557 0.001 0.835 0-0.022 0 0.003 0 0.028 0 35.404 7.023 69.167 19.751 99.973-18.433 10.702-40.452 18.255-64.218 18.569-71.416 0.001-129.272-67.242-129.272-150.357-0.034-1.201-0.053-2.615-0.053-4.033 0-53.923 27.603-101.4 69.45-129.070l-174.869-82.619c-10.863-5.857-18.121-17.153-18.121-30.144 0-0.503 0.011-1.003 0.032-1.5l-0.002-138.169c-0.081-0.847-0.127-1.83-0.127-2.825 0-16.487 12.706-30.007 28.859-31.301l115.823-0.007v145.067c-0.006 0.392-0.009 0.856-0.009 1.32 0 37.149 21.309 69.32 52.37 84.959zM800.939 346.71l-214.699 102.229c28.689 18.918 51.133 45.202 64.919 76.188 12.279 26.534 19.194 56.282 19.22 87.643-0.152 18.264-2.571 35.885-6.988 52.696-18.612 76.678-79.711 135.046-153.268 135.046s-131.584-56.491-151.381-132.949c-4.769-16.314-7.621-35.084-7.849-54.485-0.002-0.29-0.002-0.481-0.002-0.673 0-32.828 7.622-63.876 21.193-91.47 14.181-29.538 36.602-54.589 64.276-72.084l-60.551-29.096-155.648-72.533c-13.416-7.233-22.379-21.184-22.379-37.228 0-0.472 0.008-0.942 0.023-1.411l-0.002-170.598c-0.112-1.107-0.176-2.392-0.176-3.692 0-20.471 15.808-37.25 35.883-38.796l553.946-0.008c20.092 1.681 35.762 18.402 35.762 38.784 0 0.946-0.034 1.884-0.1 2.812l0.007 170.542c0.016 0.427 0.024 0.929 0.024 1.432 0 15.977-8.889 29.878-21.99 37.028z" />
142
+ <glyph unicode="&#x2019;" glyph-name="indent-more" d="M910.421 896h-802.667c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.469c0 24.165-19.59 43.755-43.755 43.755zM910.421 127.979h-802.667c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755zM954.325 340.181c0 24.165-19.59 43.755-43.755 43.755h-498.923c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-24.165 19.59-43.755 43.755-43.755h498.773c24.165 0 43.755 19.59 43.755 43.755v0 40.32zM954.325 594.795c0 24.165-19.59 43.755-43.755 43.755h-498.923c-24.165 0-43.755-19.59-43.755-43.755v-40.469c0-24.165 19.59-43.755 43.755-43.755h498.773c24.165 0 43.755 19.59 43.755 43.755v0 40.32zM71.317 347.2c2.052 0.012 3.903 0.868 5.225 2.237l159.639 92.141c2.235 1.239 3.726 3.58 3.733 6.271 0 0.013 0 0.027 0 0.041 0 2.96-1.757 5.509-4.285 6.661l-0.046 0.019-159.189 92.139c-1.314 1.268-3.105 2.051-5.079 2.051-3.974 0-7.209-3.17-7.315-7.119v-187.124c0-4.041 3.276-7.317 7.317-7.317z" />
143
+ <glyph unicode="&#x201a;" glyph-name="upfront" horiz-adv-x="1000" d="M604.501 902.144l82.603-15.189 16.043-200.021-71.68 47.616-173.568 31.915zM166.912 374.955l3.755 125.952-90.112-84.139zM823.808 379.733l153.6 74.069-19.968 254.464-168.789 113.493zM831.829 277.333v0c-59.051-28.672-142.848-68.267-233.301-111.616l184.32-89.429c113.835 54.443 217.429 104.789 217.088 107.691l-13.653 168.277zM175.787 635.733v0l311.296 287.403-196.949 36.864-271.872-251.733-7.68-226.133zM5.973 345.6l-5.973-173.739 488.107-235.861s84.139 39.595 183.979 86.869z" />
144
+ <glyph unicode="&#x201d;" glyph-name="indent-less" d="M910.047 896h-802.667c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.469c0 24.165-19.59 43.755-43.755 43.755zM910.047 127.979h-802.667c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-0.045 0-0.097 0-0.149 0-24.165 19.59-43.755 43.755-43.755 0 0 0 0 0 0h802.667c24.165 0 43.755 19.59 43.755 43.755v40.32c0 24.165-19.59 43.755-43.755 43.755zM953.951 340.181c0 24.165-19.59 43.755-43.755 43.755h-498.923c-24.165 0-43.755-19.59-43.755-43.755v-40.32c0-24.165 19.59-43.755 43.755-43.755h498.773c24.165 0 43.755 19.59 43.755 43.755v0 40.32zM953.951 594.795c0 24.165-19.59 43.755-43.755 43.755h-498.923c-24.165 0-43.755-19.59-43.755-43.755v-40.469c0-24.165 19.59-43.755 43.755-43.755h498.773c24.165 0 43.755 19.59 43.755 43.755v0 40.32zM63.625 448c0-0.012 0-0.026 0-0.040 0-2.96 1.757-5.509 4.285-6.661l0.046-0.019 159.040-91.84c1.295-1.292 3.085-2.091 5.061-2.091 0.007 0 0.012 0 0.019 0-0.001 0 0 0 0.001 0 3.989 0 7.231 3.191 7.315 7.161v186.974c0 4.041-3.276 7.317-7.317 7.317-0.007 0-0.014 0-0.021 0-2.049 0-3.897-0.86-5.201-2.236l-159.64-92.141c-2.16-1.262-3.588-3.569-3.588-6.209 0-0.075 0.001-0.148 0.004-0.222z" />
145
+ <glyph unicode="&#x2021;" glyph-name="smush" d="M955.733 702.805v0l-442.709-766.805c282.175 0.786 510.618 229.714 510.618 511.998 0 93.773-25.209 181.658-69.22 257.247zM295.765 628.565l216.235-374.443 216.235 374.443h-432.469zM131.243 789.333h762.368c-93.934 105.383-230.060 171.426-381.611 171.426s-287.677-66.043-381.167-170.92zM68.267 702.293v0c-42.518-73.027-67.616-160.731-67.616-254.297 0-282.121 228.18-510.948 510.054-511.996z" />
146
+ <glyph unicode="&#x2026;" glyph-name="more" d="M236.715 448c0-65.32-52.952-118.272-118.272-118.272s-118.272 52.952-118.272 118.272c0 65.32 52.952 118.272 118.272 118.272s118.272-52.952 118.272-118.272zM630.272 448c0-65.32-52.952-118.272-118.272-118.272s-118.272 52.952-118.272 118.272c0 65.32 52.952 118.272 118.272 118.272s118.272-52.952 118.272-118.272zM1024 448c0-65.32-52.952-118.272-118.272-118.272s-118.272 52.952-118.272 118.272c0 65.32 52.952 118.272 118.272 118.272s118.272-52.952 118.272-118.272z" />
147
+ <glyph unicode="&#x2030;" glyph-name="undo" d="M322.35 672.58c1.28 1.166 2.571 2.322 3.872 3.467 69.009 60.732 161.584 87.586 253.821 71.323 165.344-29.155 275.747-186.827 246.593-352.171s-186.827-275.747-352.171-246.593c-77.947 13.744-145.751 56.436-191.797 118.844-26.232 35.553-76.318 43.109-111.871 16.877s-43.109-76.318-16.877-111.871c70.189-95.128 173.971-160.472 292.762-181.418 252.367-44.499 493.024 124.011 537.524 376.378s-124.011 493.024-376.378 537.524c-140.63 24.797-282.185-16.266-387.309-108.781-5.96-5.245-11.78-10.637-17.455-16.171l-48.279 43.47c-11.75 10.579-26.999 16.435-42.81 16.439-35.346 0.008-64.006-28.639-64.014-63.986l-0.048-215.702c0-2.244 0.117-4.487 0.352-6.718 3.703-35.152 35.2-60.646 70.352-56.944l214.515 22.595c15.724 1.656 30.278 9.074 40.857 20.824 23.651 26.267 21.53 66.734-4.737 90.386l-46.901 42.23z" />
148
+ <glyph unicode="&#x2039;" glyph-name="wpmudev-logo" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM847.019 345.6c0.009-0.584 0.014-1.273 0.014-1.964 0-35.154-12.93-67.288-34.294-91.906-20.619-23.931-51.098-39.171-85.143-39.421-66.262 0-119.51 59.733-119.51 133.12v204.971c0.271 1.352 0.427 2.905 0.427 4.495 0 13.196-10.697 23.893-23.893 23.893s-23.893-10.697-23.893-23.893c0-1.59 0.155-3.144 0.452-4.647l-0.025-204.648c0.011-0.64 0.017-1.395 0.017-2.151 0-35.094-12.934-67.168-34.294-91.714-20.621-23.935-51.101-39.175-85.146-39.425-66.262 0-119.51 59.733-119.51 133.12v204.971c0.049 0.602 0.078 1.304 0.078 2.012 0 13.487-10.225 24.586-23.346 25.967-14.416-0.145-25.952-11.776-25.952-26.101 0-0.661 0.025-1.317 0.073-1.965l-0.005-390.74-96.427-75.093v465.92c-0.008 0.565-0.013 1.233-0.013 1.901 0 35.174 12.929 67.328 34.294 91.97 20.643 23.895 51.106 39.122 85.133 39.42 66.271 0 119.519-59.733 119.519-133.29v-204.8c-0.049-0.598-0.077-1.294-0.077-1.996 0-13.453 10.24-24.514 23.351-25.814 13.942 0.61 24.924 11.977 24.924 25.908 0 0.669-0.025 1.333-0.075 1.989l0.005 204.713c0 73.387 53.931 133.291 119.467 133.291s119.467-59.733 119.467-133.291v-204.8c0-13.337 10.812-24.149 24.149-24.149s24.149 10.812 24.149 24.149v390.827l96.427 74.923z" />
149
+ <glyph unicode="&#x2044;" glyph-name="wrench-tool" d="M926.35 751.857l-141.849-141.849c-1.839-0.116-3.989-0.181-6.154-0.181-57.726 0-104.521 46.795-104.521 104.521 0 2.165 0.065 4.315 0.196 6.447l54.336 54.058 87.499 87.499c1.356 1.329 2.196 3.18 2.196 5.225s-0.841 3.896-2.195 5.224c-0.518 0.466-1.108 0.864-1.748 1.176l-0.046 0.021h-1.195c-29.451 13.406-63.872 21.218-100.119 21.218-136.314 0-246.818-110.504-246.818-246.818 0-26.508 4.178-52.038 11.912-75.971l-258.058-255.822c-86.304-1.44-155.716-71.741-155.716-158.253 0-87.412 70.863-158.275 158.275-158.275 86.514 0 156.813 69.41 158.251 155.58l257.57 257.853c22.47-7.454 48.34-11.755 75.213-11.755 136.15 0 246.52 110.371 246.52 246.52 0 36.432-7.903 71.019-22.090 102.139l0.63-0.2c-0.273 0.511-0.569 0.951-0.906 1.357-1.319 1.343-3.168 2.183-5.215 2.183s-3.896-0.841-5.224-2.195zM288.026 158.329c-0.17-35.991-29.385-65.1-65.399-65.1-36.12 0-65.4 29.281-65.4 65.4 0 36.014 29.111 65.229 65.085 65.399 0.105 0.001 0.21 0.001 0.315 0.001 36.12 0 65.4-29.281 65.4-65.4 0-0.105 0-0.211-0.001-0.315z" />
150
+ <glyph unicode="&#x2122;" glyph-name="cloud" d="M707.353 621.728c-20.538 0-40.23-3.466-58.468-9.82-21.468 90.3-104.946 156.092-204.508 156.092-107.128 0-195.634-76.172-209.42-174.917-130.164-5.35-233.99-106.654-234.954-231.337-0.002-128.739 114.686-233.746 249.172-233.746h585.729c102.892 0 186.43 78.231 189.092 175.7-0.074 84.722-62.534 155.249-145.738 172.055-10.65 82.51-83.020 145.972-170.904 145.972z" />
151
+ <glyph unicode="&#x2202;" glyph-name="smart-crawl" d="M31.744 272.043c74.227-197.089 261.208-334.754 480.341-334.754s406.114 137.665 479.174 331.229zM992.256 623.957c-74.227 197.089-261.208 334.754-480.341 334.754s-406.114-137.665-479.174-331.229zM2.389 495.957c-1.365-15.701-2.389-31.744-2.389-47.957s1.024-32.085 2.389-47.957h1019.221c1.536 15.872 2.389 31.744 2.389 47.957s-0.853 32.256-2.389 47.957z" />
152
+ <glyph unicode="&#x2206;" glyph-name="book" d="M892.798 776.531v0c0 10.721-8.691 19.413-19.413 19.413h-40.32v-716.8c-0.075-10.484-8.385-19.003-18.779-19.411l-604.389-0.001c-9.345 0.103-17.108 6.741-18.943 15.553l-0.021 42.836h562.987c10.74 0.085 19.413 8.811 19.413 19.563 0 0 0 0 0 0.001v0 738.752c0 0 0 0 0 0.001 0 10.752-8.673 19.478-19.405 19.563h-603.166c-10.804 0-19.563-8.758-19.563-19.563s0 0 0-0.747v-855.381s0 0 0 0 0 0 0 0v-0.896c0.085-10.74 8.811-19.413 19.563-19.413 0 0 0 0 0.001 0h722.624c10.74 0.085 19.413 8.811 19.413 19.563 0 0 0 0 0 0.001v0z" />
153
+ <glyph unicode="&#x220f;" glyph-name="calendar" d="M947.712 597.675h-871.424c0 0-0.001 0-0.001 0-9.931 0-17.993-8.002-18.090-17.911v-625.673c0-9.991 8.099-18.091 18.091-18.091h871.424c0.051-0.001 0.111-0.001 0.171-0.001 9.897 0 17.92 8.023 17.92 17.92 0 0.060 0 0.121-0.001 0.181v625.655c0.001 0.051 0.001 0.111 0.001 0.171 0 9.897-8.023 17.92-17.92 17.92-0.060 0-0.121 0-0.181-0.001zM360.618 68.779c-31.96 0.064-62.513 6.006-90.661 16.801-1.627 0.778-3.962 4.026-3.962 7.818 0 0.406 0.027 0.805 0.079 1.197l8.358 61.223c0.395 2.762 1.989 5.086 4.227 6.463 1.187 0.588 2.537 0.919 3.965 0.919s2.778-0.331 3.979-0.92c23.432-9.491 50.672-15.011 79.201-15.011 0.937 0 1.873 0.006 2.807 0.018 31.261-0.001 53.106 14.847 53.106 36.009 0 26.283-12.629 40.448-82.091 44.373-4.77 0.279-8.533 4.215-8.533 9.031 0 0.005 0 0.010 0 0.015v60.927c0 0.008 0 0.017 0 0.026 0 4.755 3.67 8.654 8.332 9.018 60.106 4.781 66.591 21.847 66.591 36.013 0 9.045 0 24.405-40.448 24.405-24.992-0.457-48.421-6.714-69.134-17.477-0.327-0.196-1.737-0.55-3.229-0.55s-2.902 0.355-4.149 0.984c-2.488 1.281-4.294 3.707-4.72 6.583l-8.369 61.147c-0.051 0.36-0.080 0.776-0.080 1.199 0 3.599 2.102 6.707 5.145 8.164 28.28 12.188 61.139 19.262 95.651 19.262 2.753 0 5.495-0.045 8.226-0.134 72.818 0.010 121.97-34.123 121.97-85.323 0-37.888-19.627-65.877-59.904-85.333 34.133-13.312 69.803-37.547 69.803-88.576 0-73.045-61.269-119.467-156.331-119.467zM740.864 82.432c0-4.996-4.050-9.045-9.045-9.045h-74.069c-4.996 0-9.045 4.050-9.045 9.045v246.101l-48.981-18.603c-1.147-0.565-2.498-0.896-3.925-0.896s-2.778 0.331-3.979 0.92c-2.26 1.339-3.87 3.682-4.209 6.419l-8.367 61.312c-0.053 0.365-0.084 0.787-0.084 1.216 0 3.504 2.031 6.534 4.981 7.977l106.719 52.759c1.19 0.626 2.597 1.003 4.089 1.024h37.212c4.858-0.175 8.73-4.155 8.73-9.040 0-0.242-0.010-0.482-0.028-0.72l0.002-348.47zM947.712 879.445h-92.843v-43.52c0-46.080-26.283-95.232-100.181-95.232s-100.181 48.64-100.181 95.232v43.52h-283.819v-43.52c0-46.080-26.283-95.232-100.181-95.232s-100.352 48.64-100.352 95.232v43.52h-93.867c-0.051 0.001-0.111 0.001-0.171 0.001-9.897 0-17.92-8.023-17.92-17.92 0-0.060 0-0.121 0.001-0.181v-183.116c0-9.991 8.099-18.091 18.091-18.091h871.424c0.051-0.001 0.111-0.001 0.171-0.001 9.897 0 17.92 8.023 17.92 17.92 0 0.060 0 0.121-0.001 0.181v183.116c0.001 0.051 0.001 0.111 0.001 0.171 0 9.897-8.023 17.92-17.92 17.92-0.060 0-0.121 0-0.181-0.001zM270.506 798.891c29.867 0 41.984 10.752 41.984 37.035v86.869c0 26.453-12.117 37.205-41.984 37.205s-41.643-10.752-41.643-37.205v-86.869c0-26.453 12.117-37.035 41.984-37.035zM754.688 798.891c29.867 0 41.984 10.752 41.984 37.035v86.869c0 26.453-12.288 37.205-41.984 37.205s-41.984-10.752-41.984-37.205v-86.869c0-26.453 12.117-37.035 41.984-37.035z" />
154
+ <glyph unicode="&#x2211;" glyph-name="gdpr" d="M512-64c-341.333 213.333-512 469.333-512 768 170.667 0 341.333 85.333 512 256 170.667-170.667 341.333-256 512-256 0-298.667-170.667-554.667-512-768zM762.5 598.5l-34 34c-2.333 2.333-4.917 4.167-7.75 5.5s-5.917 2-9.25 2c-3.333 0-6.5-0.667-9.5-2s-5.667-3.167-8-5.5l-251.5-252.5-111 111c-2 2.333-4.5 4.083-7.5 5.25s-6.167 1.75-9.5 1.75c-3.333 0-6.417-0.583-9.25-1.75s-5.417-2.917-7.75-5.25l-34-34c-2.333-2.333-4.167-4.917-5.5-7.75s-2-5.917-2-9.25c0-3.333 0.667-6.5 2-9.5s3.167-5.667 5.5-8l145.5-144c4.333-4.333 9.333-7.75 15-10.25s11.833-3.75 18.5-3.75c6.667 0 12.917 1.25 18.75 3.75s10.917 5.917 15.25 10.25l286 286c2.333 2.333 4.083 5 5.25 8s1.75 6.167 1.75 9.5c0 3.333-0.583 6.417-1.75 9.25s-2.917 5.417-5.25 7.75v-0.5z" />
155
+ <glyph unicode="&#x221a;" glyph-name="bookmark" d="M256 960v-1024l256 256 256-256v1024h-512z" />
156
+ <glyph unicode="&#x221e;" glyph-name="layout-grid" d="M464 512h96c35.346 0 64-28.654 64-64v-384c0-35.346-28.654-64-64-64h-96c-35.346 0-64 28.654-64 64v384c0 35.346 28.654 64 64 64zM128 896h96c35.346 0 64-28.654 64-64v-416c0-35.346-28.654-64-64-64h-96c-35.346 0-64 28.654-64 64v416c0 35.346 28.654 64 64 64zM128 256h96c35.346 0 64-28.654 64-64v-128c0-35.346-28.654-64-64-64h-96c-35.346 0-64 28.654-64 64v128c0 35.346 28.654 64 64 64zM800 896h96c35.346 0 64-28.654 64-64v-320c0-35.346-28.654-64-64-64h-96c-35.346 0-64 28.654-64 64v320c0 35.346 28.654 64 64 64zM800 352h96c35.346 0 64-28.654 64-64v-224c0-35.346-28.654-64-64-64h-96c-35.346 0-64 28.654-64 64v224c0 35.346 28.654 64 64 64zM464 896h96c35.346 0 64-28.654 64-64v-160c0-35.346-28.654-64-64-64h-96c-35.346 0-64 28.654-64 64v160c0 35.346 28.654 64 64 64z" />
157
+ <glyph unicode="&#x222b;" glyph-name="paint-bucket" d="M907.435 459.947v0l-383.488 383.488c-5.437 5.441-12.949 8.806-21.248 8.806s-15.811-3.365-21.248-8.806l-62.806-62.806-134.485 134.315c-10.895 11.861-26.477 19.268-43.789 19.268-32.801 0-59.392-26.591-59.392-59.392 0-17.609 7.664-33.429 19.837-44.305l133.86-133.853-325.803-325.803c-5.39-5.428-8.721-12.906-8.721-21.163s3.331-15.735 8.723-21.164l383.657-383.657c5.437-5.441 12.949-8.806 21.248-8.806s15.811 3.365 21.248 8.806l472.406 472.576c5.4 5.455 8.736 12.962 8.736 21.248s-3.336 15.793-8.739 21.251zM671.915 349.696h-515.584l346.453 346.453 257.877-257.707zM1002.667 151.040l-71.339 123.563-1.195 2.731c-3.657 4.662-9.29 7.629-15.616 7.629s-11.959-2.967-15.584-7.586l-0.032-0.043v-1.195c-0.98-1.283-1.837-2.743-2.509-4.303l-69.683-120.796c-13.484-18.059-21.589-40.821-21.589-65.475 0-60.796 49.284-110.080 110.080-110.080s110.080 49.284 110.080 110.080c0 24.655-8.105 47.416-21.796 65.766z" />
158
+ <glyph unicode="&#x2248;" glyph-name="finger-point" d="M839.23 548.523c-0.010 0-0.021 0-0.032 0-20.666 0-39.617-7.347-54.382-19.571-7.65 39.865-42.209 69.443-83.676 69.443-21.062 0-40.342-7.631-55.226-20.278-6.564 41.133-41.748 72.072-84.159 72.072-19.772 0-37.974-6.725-52.443-18.012l0.19 242.489c0 47.128-38.205 85.333-85.333 85.333s-85.333-38.205-85.333-85.333v-440.661l-100.352 95.403c-14.507 11.766-33.194 18.891-53.546 18.891-47.128 0-85.333-38.205-85.333-85.333 0-21.842 8.206-41.767 21.704-56.861l110.008-104.536c40.896-39.332 75.123-85.219 101.064-136.040l32.568-64.493c32.768-75.264 102.059-165.035 251.051-165.035 246.784 0 308.395 171.861 308.395 288.085v238.933c0 47.128-38.205 85.333-85.333 85.333z" />
159
+ <glyph unicode="&#x2264;" glyph-name="arrows-in" d="M377.603 70.087l44.959 271.996c0.108 0.699 0.17 1.506 0.17 2.326 0 4.32-1.712 8.241-4.494 11.12l0.005-0.005c-2.874 2.778-6.794 4.49-11.114 4.49-0.82 0-1.628-0.062-2.414-0.181l-270.627-46.228c-6.921-1.864-11.931-8.084-11.931-15.474 0-3.855 1.363-7.391 3.634-10.154l52.937-52.931-142.238-142.718c-2.69-2.856-4.343-6.715-4.343-10.96s1.653-8.104 4.351-10.968l97.911-97.91c2.856-2.69 6.715-4.343 10.96-4.343s8.104 1.653 10.968 4.351l142.069 142.070 53.599-52.799c2.811-2.505 6.539-4.036 10.625-4.036 7.602 0 13.965 5.3 15.595 12.408zM646.398 825.913l-44.959-271.996c-0.108-0.699-0.17-1.506-0.17-2.326 0-4.32 1.712-8.241 4.494-11.12l-0.005 0.005c2.874-2.778 6.794-4.49 11.114-4.49 0.82 0 1.628 0.062 2.414 0.181l270.627 45.748c7.090 1.744 12.266 8.046 12.266 15.557 0 4.037-1.495 7.725-3.962 10.54l-52.943 52.942 142.077 142.077c2.69 2.856 4.343 6.715 4.343 10.96s-1.653 8.104-4.351 10.968l-97.75 98.55c-2.856 2.69-6.715 4.343-10.96 4.343s-8.104-1.653-10.968-4.351l-142.069-142.070-53.599 52.799c-2.811 2.505-6.539 4.036-10.625 4.036-7.602 0-13.965-5.3-15.595-12.408zM889.914 313.603l-271.996 44.959c-0.699 0.108-1.506 0.17-2.326 0.17-4.32 0-8.241-1.712-11.12-4.494l0.005 0.005c-2.778-2.874-4.49-6.794-4.49-11.114 0-0.82 0.062-1.628 0.181-2.414l46.228-270.627c1.701-7.148 8.032-12.383 15.586-12.383 4.099 0 7.838 1.541 10.67 4.076l52.943 52.945 142.077-142.077c2.856-2.69 6.715-4.343 10.96-4.343s8.104 1.653 10.968 4.351l97.91 97.911c2.69 2.856 4.343 6.715 4.343 10.96s-1.653 8.104-4.351 10.968l-142.070 142.069 52.799 53.439c2.505 2.811 4.036 6.539 4.036 10.625 0 7.602-5.3 13.965-12.408 15.595zM134.088 582.397l271.996-44.959c0.699-0.108 1.506-0.17 2.326-0.17 4.32 0 8.241 1.712 11.12 4.494l-0.005-0.005c2.778 2.874 4.49 6.794 4.49 11.114 0 0.82-0.062 1.628-0.181 2.414l-46.228 270.627c-1.864 6.921-8.084 11.931-15.474 11.931-3.855 0-7.391-1.363-10.154-3.634l-53.572-52.937-142.077 142.238c-2.856 2.69-6.715 4.343-10.96 4.343s-8.104-1.653-10.968-4.351l-97.91-97.911c-2.69-2.856-4.343-6.715-4.343-10.96s1.653-8.104 4.351-10.968l142.070-142.069-52.799-53.599c-2.505-2.811-4.036-6.539-4.036-10.625 0-7.602 5.3-13.965 12.408-15.595z" />
160
+ <glyph unicode="&#x2265;" glyph-name="arrows-compress" d="M408.042 79.040l48.96 295.36c0.182 0.906 0.286 1.946 0.286 3.011 0 4.537-1.888 8.632-4.921 11.543l-0.006 0.006c-3.037 3.021-7.223 4.887-11.846 4.887-1.015 0-2.010-0.090-2.976-0.263l-294.458-49.585c-8.028-1.361-14.065-8.263-14.065-16.576 0-4.652 1.89-8.861 4.944-11.903l57.601-57.601-154.56-154.56c-2.923-3.019-4.724-7.139-4.724-11.68s1.802-8.661 4.729-11.684l107.035-107.035c3.044-3.065 7.261-4.961 11.92-4.961s8.876 1.897 11.919 4.96l154.081 155.041 57.6-57.6c3.042-3.055 7.253-4.945 11.904-4.945 8.313 0 15.215 6.038 16.562 13.966zM616.041 816.96l-49.12-295.36c-0.143-0.823-0.224-1.77-0.224-2.737 0-4.612 1.858-8.788 4.866-11.825l-0.001 0.001c3.060-3.015 7.263-4.876 11.901-4.876 0.996 0 1.972 0.086 2.921 0.25l294.619 49.585c8.028 1.361 14.065 8.263 14.065 16.576 0 4.652-1.89 8.861-4.944 11.903l-58.081 57.601 154.72 154.72c3.065 3.044 4.961 7.261 4.961 11.92s-1.897 8.876-4.96 11.919l-106.721 106.401c-3.044 3.065-7.261 4.961-11.92 4.961s-8.876-1.897-11.919-4.96l-154.081-155.041-57.6 57.6c-3.042 3.055-7.253 4.945-11.904 4.945-8.313 0-15.215-6.038-16.562-13.966z" />
161
+ <glyph unicode="&#x25ca;" glyph-name="key" d="M910.161 573.61h-441.344c-44.245 75.622-125.067 125.611-217.564 125.611-138.746 0-251.221-112.476-251.221-251.221s112.476-251.221 251.221-251.221c92.497 0 173.319 49.989 216.922 124.425l48.087 1.186c0.015 0 0.032 0 0.050 0 2.386 0 4.544 0.98 6.093 2.559l88.236 88.919c1.547 1.559 3.69 2.524 6.059 2.524s4.512-0.965 6.058-2.524l62.123-62.123c1.547-1.559 3.69-2.524 6.059-2.524s4.512 0.965 6.058 2.524l39.254 39.254c1.547 1.559 3.69 2.524 6.059 2.524s4.512-0.965 6.058-2.524l45.057-45.398c1.547-1.559 3.69-2.524 6.059-2.524s4.512 0.965 6.058 2.524l44.886 45.057c1.547 1.559 3.69 2.524 6.059 2.524s4.512-0.965 6.058-2.524l36.353-36.353c1.538-1.508 3.647-2.439 5.973-2.439s4.435 0.931 5.975 2.441l110.42 103.593c1.664 1.561 2.701 3.774 2.701 6.229s-1.037 4.668-2.697 6.225l-105.306 101.38c-1.553 1.476-3.657 2.385-5.972 2.389zM136.529 390.826c-31.355 0.29-56.661 25.775-56.661 57.171 0 31.576 25.597 57.173 57.173 57.173s57.172-25.596 57.173-57.171c0-0.001 0-0.002 0-0.002 0-31.576-25.597-57.173-57.173-57.173-0.18 0-0.36 0.001-0.539 0.002z" />
162
+ <glyph unicode="&#xe900;" glyph-name="play" d="M293.643 886.078l531.188-386.319c28.586-20.79 34.906-60.816 14.116-89.402-3.938-5.415-8.701-10.178-14.116-14.116l-531.188-386.319c-28.586-20.79-68.612-14.47-89.402 14.116-7.956 10.939-12.241 24.117-12.241 37.643v772.637c0 35.346 28.654 64 64 64 13.526 0 26.704-4.285 37.643-12.241z" />
163
+ <glyph unicode="&#xe901;" glyph-name="pause" d="M288 896h64c35.346 0 64-28.654 64-64v-768c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v768c0 35.346 28.654 64 64 64zM672 896h64c35.346 0 64-28.654 64-64v-768c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64v768c0 35.346 28.654 64 64 64z" />
164
+ <glyph unicode="&#xf8ff;" glyph-name="arrow-left" d="M59.905 468.992l388.949 388.608c5.491 5.46 13.061 8.836 21.419 8.836s15.927-3.375 21.42-8.837l62.463-62.463c5.46-5.491 8.836-13.061 8.836-21.419s-3.375-15.927-8.837-21.42l-229.887-230.057h621.227c0.203 0.006 0.443 0.009 0.683 0.009 14.647 0 26.532-11.828 26.623-26.453v-95.582c0-14.704-11.92-26.624-26.624-26.624h-621.909l230.4-230.4c5.46-5.491 8.836-13.061 8.836-21.419s-3.375-15.927-8.837-21.42l-62.975-61.951c-5.491-5.46-13.061-8.836-21.419-8.836s-15.927 3.375-21.42 8.837l-388.948 388.607c-5.38 5.401-8.706 12.851-8.706 21.077s3.326 15.677 8.707 21.078z" />
165
+ <glyph unicode="&#xfb01;" glyph-name="snapshot" horiz-adv-x="939" d="M52.224 749.227l312.832 180.736-208.555-361.472zM347.819 658.944l-121.685-210.944 120.832-209.579s0-1.024 0-1.365h247.808l121.173 204.8-124.416 216.576zM834.56 779.264l-312.832 180.736-104.448-180.736zM0 598.699v-361.472h208.725zM730.283 658.944l208.384-361.472v361.301zM886.784 146.944l-101.717 176.128-209.749-355.84zM417.621-64l106.155 180.224h-419.499l313.173-180.224z" />
166
+ <glyph unicode="&#xfb02;" glyph-name="hub" d="M602.283 538.283h-180.565l-0.171 120.491-90.283 60.245-90.283-60.245v-421.547l90.283-60.245 90.795 58.709v122.027h180.224v-120.491l90.453-60.245 90.283 60.245v421.547l-90.283 60.245-90.453-60.245v-120.491zM120.491 185.856v525.312l214.016 128.341h354.987l214.016-128.512v-525.995l-214.016-128.512h-354.816zM301.227 960l-301.227-180.736v-661.504l301.227-181.76h421.547l301.227 180.736v662.528l-301.227 180.736z" />
167
+ </font></defs></svg>
assets/fonts/wpmudev-plugin-icons.ttf ADDED
Binary file
assets/fonts/wpmudev-plugin-icons.woff ADDED
Binary file
assets/fonts/wpmudev-plugin-icons.woff2 ADDED
Binary file
assets/images/ajax-loader.gif DELETED
Binary file
assets/images/application.png DELETED
Binary file
assets/images/code.png DELETED
Binary file
assets/images/css.png DELETED
Binary file
assets/images/db.png DELETED
Binary file
assets/images/directory-lock.png DELETED
Binary file
assets/images/directory.png DELETED
Binary file
assets/images/doc.png DELETED
Binary file
assets/images/file-lock.png DELETED
Binary file
assets/images/file.png DELETED
Binary file
assets/images/film.png DELETED
Binary file
assets/images/flash.png DELETED
Binary file
assets/images/folder_open.png DELETED
Binary file
assets/images/graphic-hb-minify-summary@2x.png ADDED
Binary file
assets/images/help.png DELETED
Binary file
assets/images/html.png DELETED
Binary file
assets/images/hummingbird.png DELETED
Binary file
assets/images/icon-gzip.svg DELETED
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47.99 58.97"><defs><style>.cls-1{fill:#252525;}</style></defs><title>icon-gzip</title><path class="cls-1" d="M30,43H16.26A8,8,0,0,1,8,34.78Q8,22.88,8,11A8,8,0,0,1,16,3C25.31,3,34.66,3,44,3a7.68,7.68,0,0,1,7.34,4.88c0.8,1.75-.11,3.1-2,3.1h-29A4,4,0,0,0,16,15.33q0,7.59,0,15.18C16,33.43,17.6,35,20.53,35H49.4a2,2,0,0,1,2,3A8,8,0,0,1,44,43H30Z" transform="translate(-8 -3)"/><path class="cls-1" d="M34,46H46v7c1.48,0,.91,0,2.34,0a0.8,0.8,0,0,0,.45-0.35A4,4,0,0,1,56,55.37a4,4,0,0,1-3.26,3.54,3.8,3.8,0,0,1-3.9-1.52A0.89,0.89,0,0,0,48,57c-1.31,0-.62,0-1.92,0,0,1.72-1.66,5-6.08,5a5.84,5.84,0,0,1-6-5c-1.42,0-.85,0-2.29,0a0.8,0.8,0,0,0-.45.35A4,4,0,0,1,24,54.62a4,4,0,0,1,3.26-3.54,3.8,3.8,0,0,1,3.9,1.52A0.89,0.89,0,0,0,32,53c1.31,0,.62,0,2,0V46Z" transform="translate(-8 -3)"/><polygon class="cls-1" points="38.26 20.67 25.73 16.02 25.73 11.36 38.26 16.02 38.26 20.67"/><polygon class="cls-1" points="38.26 12.68 25.73 8.02 38.26 8.02 38.26 12.68"/><polygon class="cls-1" points="38.26 28.66 25.73 24.01 25.73 19.36 38.26 24.01 38.26 28.66"/><polygon class="cls-1" points="25.73 32 25.73 27.35 38.26 32 25.73 32"/></svg>
 
assets/images/java.png DELETED
Binary file
assets/images/linux.png DELETED
Binary file
assets/images/loading.gif DELETED
Binary file
assets/images/music.png DELETED
Binary file
assets/images/pdf.png DELETED
Binary file
assets/images/php.png DELETED
Binary file
assets/images/picture.png DELETED
Binary file
assets/images/plugins-crawl-icon.png ADDED
Binary file
assets/images/plugins-crawl-icon@2x.png ADDED
Binary file
assets/images/plugins-crawl.jpg ADDED
Binary file
assets/images/plugins-defender-icon.png ADDED
Binary file
assets/images/plugins-defender-icon@2x.png ADDED
Binary file
assets/images/plugins-defender.jpg ADDED
Binary file
assets/images/plugins-smush-icon.png ADDED
Binary file
assets/images/plugins-smush-icon@2x.png ADDED
Binary file
assets/images/plugins-smush.jpg ADDED
Binary file
assets/images/ppt.png DELETED
Binary file
assets/images/psd.png DELETED
Binary file
assets/images/ruby.png DELETED
Binary file
assets/images/script.png DELETED
Binary file
assets/images/smush-graphic-bulksmush-upsell@2x.png ADDED
Binary file
assets/images/smush-graphic-dashboard-summary.svg ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="190px" height="212px" viewBox="0 0 190 212" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
4
+ <title>smush-graphic-dashboard-summary</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <rect id="path-1" x="0" y="0" width="192" height="294.232932"></rect>
8
+ <polygon id="path-3" points="0.0420975165 0.153082421 71.7578196 0.153082421 71.7578196 130.574957 0.0420975165 130.574957"></polygon>
9
+ </defs>
10
+ <g id="Free-/-CDN---Upgrade" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-220.000000, -161.000000)">
11
+ <g id="Top-/-Free---New" transform="translate(190.000000, 132.000000)">
12
+ <g id="Graphic-/-Dashboard---Top" transform="translate(30.000000, 29.036145)">
13
+ <g id="smush-graphic-dashboard-summary">
14
+ <mask id="mask-2" fill="white">
15
+ <use xlink:href="#path-1"></use>
16
+ </mask>
17
+ <g id="mask"></g>
18
+ <g id="graphic" mask="url(#mask-2)">
19
+ <path d="M77.3656663,100.449695 C69.1752273,99.3654371 60.4983883,98.3397547 52.9182907,101.530331 C44.693198,104.992348 39.42272,112.685419 34.0186224,119.610361 C23.8351298,132.659505 11.6860566,144.174504 1.37893463,157.132764 C0.553490732,158.170524 -0.305982439,159.447419 0.107051707,160.69412 C0.424241951,161.651866 1.39267122,162.240041 2.29085659,162.74639 C4.90580293,164.220752 7.66217366,165.736178 10.6873444,165.829778 C13.7481054,165.924889 16.6384078,164.546241 19.2795785,163.047724 C25.0224078,159.789514 30.3147395,155.790047 34.9723785,151.18912 C41.8028956,144.44202 47.6350127,136.151415 56.6112468,132.437581 C61.51552,130.408559 67.2508566,129.803476 71.1767102,126.310963 C74.1063493,123.70524 75.5177834,119.913808 76.825881,116.278176 C78.8027005,110.784118 80.7305054,104.502907 77.8698615,99.385365" id="Fill-3" fill="#345468"></path>
20
+ <path d="M49.4181151,136.73663 C49.4149932,136.722137 53.1575883,133.990205 53.1544663,133.975712 C53.8522224,130.982905 54.6389541,128.009423 55.5109151,125.058887 C55.9785834,123.476432 51.5685151,124.465882 50.2501151,123.480659 C48.8577249,122.440181 47.1056859,122.403949 45.557198,123.161209 C43.0112468,124.406098 41.2507785,126.369297 39.8921054,128.632924 C32.5895493,133.330471 25.2869932,138.02832 17.9844371,142.726169 C16.1468566,143.908255 15.1824859,146.388069 16.4687298,148.317451 C17.6500761,150.089826 20.2815688,151.049988 22.249959,149.783661 C23.2215102,149.15865 24.1930615,148.533639 25.1646127,147.908628 C23.2112078,150.24472 21.3505249,152.649956 19.702759,155.194687 C17.8161639,158.108084 16.275481,161.231327 15.1340956,164.487424 C15.0660371,164.680664 15.021081,164.881754 14.9942322,165.08677 C16.481842,164.56321 17.9145054,163.822557 19.2797346,163.047785 C25.0222517,159.789575 30.3148956,155.790108 34.9725346,151.189181 C39.798759,146.421886 44.1276566,140.88616 49.4181151,136.73663" id="Fill-5" fill="#161C23"></path>
21
+ <path d="M80.2388293,73.6932736 C80.2388293,73.6932736 79.6153756,85.398191 78.652878,90.0338407 C77.6906927,94.6697924 72.1176976,100.039151 70.2798049,100.670201 C68.4419122,101.301552 60.2686439,108.454155 59.0226732,112.828628 C57.7770146,117.203102 56.8507317,124.102077 61.2817171,143.198731 C65.7130146,162.295688 62.9859902,175.814647 57.281561,186.900894 C51.5771317,197.987141 38.8314537,209.44145 34.5662439,221.807007 C30.3010341,234.172867 80.2388293,253.705217 80.2388293,253.705217 L132.311727,229.202972 C132.311727,229.202972 126.440898,203.413868 125.157776,192.247305 C123.874654,181.080743 125.007922,161.884751 138.738888,137.774118 C140.923941,123.994889 142.57358,94.7220276 138.738888,94.2893508 C134.904195,93.8566741 117.202107,90.9151969 112.60722,85.5391959 C110.477424,82.3803235 111.088078,69.4145142 111.088078,69.4145142 L80.2388293,73.6932736 Z" id="Fill-7" fill="#345468"></path>
22
+ <path d="M73.7011824,148.409271 C71.897319,149.007409 78.6198166,139.365934 77.1425093,140.370179 C76.966119,140.445663 73.1489093,143.121435 73.0870946,143.149818 C72.80768,143.258817 70.5411434,143.760939 70.2592312,143.863296 C69.5967532,144.103639 68.7385288,142.994018 68.0626263,143.196014 C67.236558,143.442697 62.1240507,143.010322 61.2817483,143.198731 C62.9891434,157.448682 61.9938654,177.743425 57.2815922,186.900894 C54.7159727,191.886792 50.7264312,196.94757 46.724402,202.13184 C47.0241093,203.051241 47.6406946,203.863453 48.5682263,204.337495 C50.5615922,205.355931 53.1971434,204.864075 54.3497678,202.871286 C58.2203629,196.177629 61.302041,189.009023 63.4115434,181.613663 C64.4324215,178.034493 65.1248702,174.383462 66.0386654,170.779534 C66.5119532,168.912049 67.0542361,167.058152 67.7582361,165.258603 C67.8465873,165.033659 68.3551532,163.911357 68.0036215,164.646273 C68.1681483,164.30297 68.329241,163.959063 68.5040702,163.620289 C68.8552898,162.940023 69.238041,162.275156 69.6541971,161.630217 C69.8917776,161.261249 70.1402849,160.899226 70.4003434,160.544751 C70.4259434,160.509726 70.4915044,160.422164 70.5542556,160.338226 C70.6329288,160.24221 70.7353288,160.116 70.7621776,160.084598 C71.3313093,159.425166 71.9444605,158.801967 72.604441,158.227077 C72.7133971,158.132269 72.8267239,158.041386 72.9381776,157.949295 C74.3124605,157.334851 75.6561483,156.647339 76.9570654,155.878606 C78.7606166,154.813369 79.5070751,152.65693 78.686002,150.775254 C77.9139434,149.006201 75.7039141,147.745008 73.7011824,148.409271" id="Fill-9" fill="#161C23"></path>
23
+ <path d="M127.915208,148.04764 C127.155013,149.01535 126.451949,150.011443 125.794779,151.028973 C124.946232,151.624394 124.404574,152.606899 124.237237,153.642848 C122.872632,156.1441 121.776827,158.764013 120.902369,161.460015 C120.696944,161.370641 120.481218,161.299686 120.257061,161.250168 C118.256203,160.809641 116.687735,161.622457 115.485159,163.128221 C115.2123,163.470014 114.952554,163.818752 114.704047,164.173529 C114.189861,163.711564 113.60793,163.382754 112.992593,163.197666 C112.981666,162.790956 112.976047,162.383944 112.979793,161.97663 C112.999149,159.838609 111.02233,157.791774 108.754232,157.889903 C106.448047,157.989845 104.549276,159.685225 104.528671,161.97663 C104.499637,165.190153 104.978857,168.378616 105.582642,171.537186 C105.486798,172.146496 105.399071,172.752787 105.301979,173.345491 L103.610818,183.686858 C102.47193,190.651655 101.333042,197.616452 100.194154,204.580948 C99.861042,206.618121 100.558798,208.552334 102.640827,209.402289 C104.74034,210.259188 106.608827,209.36817 107.917237,207.730158 C108.319344,207.226526 108.705842,206.71142 109.078603,206.188162 C109.213471,206.699946 109.365822,207.210825 109.541276,207.719892 C110.109471,209.372397 111.705725,210.802978 113.615422,210.720247 C115.444261,210.641139 117.231579,209.514006 117.690193,207.719892 C118.306466,205.30741 118.618349,202.888285 118.751032,200.463725 C118.874349,200.89459 119.000164,201.325455 119.13191,201.754811 C119.732574,203.713481 121.680983,204.953237 123.76832,204.682097 C124.9531,204.528108 126.137881,203.809195 126.83033,202.805856 C126.093549,198.790084 125.480398,195.05602 125.157588,192.247396 C124.03993,182.519869 124.757666,166.699238 134.03673,146.845324 C133.775735,146.659632 133.494447,146.499001 133.191618,146.375509 C131.103969,145.52344 129.208944,146.400268 127.915208,148.04764" id="Fill-11" fill="#161C23"></path>
24
+ <path d="M19.8473678,156.632363 C23.1163629,158.6949 24.9854751,162.271352 26.4053385,165.787718 C27.8255141,169.304085 28.9921873,173.009163 31.4057678,175.975701 C34.578919,179.875528 39.5047337,182.008718 44.3462556,183.651863 C49.1877776,185.295008 54.2459629,186.641952 58.4403044,189.500397 C55.0292605,192.331063 51.5748215,195.112815 48.0785483,197.844445 C47.4591532,198.328452 46.8132215,198.823328 46.0433483,199.019889 C45.177319,199.240605 44.2628995,199.057933 43.3875044,198.874657 C34.3894166,196.991471 24.8883824,194.855866 18.2779629,188.658594 C15.8690654,186.400402 13.9615532,183.697154 12.1402068,180.972468 C7.90184585,174.632984 4.03187512,168.062819 0.554958049,161.303641 C0.332675122,160.870965 0.106645854,160.379108 0.267114146,159.921672 C0.427270244,159.464539 0.91585561,159.206986 1.36791415,159.002876 C7.02051902,156.450898 13.4358166,155.504324 19.6182166,156.309894" id="Fill-24" fill="#00879F"></path>
25
+ <path d="M44.346318,183.651833 C39.5047961,182.008688 34.5789815,179.875498 31.4058302,175.975972 C28.9922498,173.009132 27.8255766,169.304055 26.405401,165.787688 C25.6530107,163.924431 24.7713717,162.046076 23.6249912,160.383003 C24.8206985,159.593738 25.9895571,158.767032 27.1362498,157.912549 C26.0732254,139.878413 33.4045034,121.481348 46.8391961,108.907454 C49.7407376,106.191524 52.9482302,103.71171 56.6327571,102.114459 C60.6010693,100.39432 64.9202888,99.7735361 69.2913327,99.5555371 C63.6587083,99.1449018 58.0382595,99.3752803 52.9185717,101.53021 C44.6931668,104.992228 39.423001,112.685601 34.0185912,119.61024 C23.8350985,132.659384 11.6860254,144.174383 1.37921561,157.132644 C0.553771707,158.170404 -0.306013659,159.447298 0.107020488,160.694301 C0.233459512,161.076252 0.464796098,161.399024 0.752952195,161.681637 C4.17929366,168.307358 7.98120585,174.751313 12.1399571,180.972438 C13.9616156,183.697124 15.86944,186.400372 18.2780254,188.658564 C24.8884449,194.855836 33.2808741,197.237822 42.278962,199.121008 C43.1543571,199.304284 46.4186693,200.018971 47.2843863,199.797952 C48.0545717,199.601391 47.4592156,198.328421 48.0786107,197.844415 C51.5748839,195.112785 55.0293229,192.331033 58.4403668,189.500367 C54.2457132,186.641922 49.18784,185.294978 44.346318,183.651833" id="Fill-26" fill="#00CABC"></path>
26
+ <path d="M136.457897,128.689266 C145.988277,132.55588 153.078228,140.461515 159.197565,148.516609 C165.316901,156.571704 168.504726,165.608398 176.521272,171.917386 C176.90777,172.221739 179.763731,172.093718 180.227653,172.269144 C181.077136,172.590405 182.029019,172.449098 182.928453,172.302961 C185.17657,171.937918 188.067184,172.283335 188.04814,170.078887 C188.041272,169.245539 189.761467,167.721962 187.788394,164.153662 C185.939262,160.809098 182.989019,155.170411 181.284745,151.754891 C174.645604,138.447892 170.528375,128.829969 164.072804,115.439031 C162.310462,111.782565 157.995614,105.371522 155.301058,102.292059 C148.415906,94.4232602 139.443419,93.7668476 128.836901,94.7840758 C129.808765,101.432744 130.780628,108.081111 131.753116,114.729477 C132.336921,118.724415 133.042794,122.97902 135.848804,125.964278 C136.568101,126.72969 137.375126,128.043723 136.466014,128.58872" id="Fill-28" fill="#345468"></path>
27
+ <path d="M66.1056,108.586977 C66.1056,108.586977 45.0939317,128.277543 53.6611902,140.468278 C62.228761,152.658712 80.2186927,148.268537 92.2101073,140.83785 C97.327922,137.665995 103.815024,111.526341 103.815024,111.526341 C103.815024,111.526341 72.6445268,101.275857 66.1056,108.586977" id="Fill-30" fill="#345468"></path>
28
+ <path d="M77.8699239,99.3852442 L77.3657288,100.449575 C74.7073873,100.097817 71.9978459,99.7530043 69.2914263,99.5555371 C64.9203824,99.7735361 60.6011629,100.39432 56.6328507,102.114459 C52.9480117,103.71171 49.7408312,106.191524 46.8389776,108.907454 C46.5951532,109.135719 46.3575727,109.370022 46.1174946,109.602213 C47.2223532,113.150283 49.1382946,116.489714 51.3430166,119.528415 C54.2276995,123.504331 58.8628605,128.963063 62.0675434,132.724905 C64.48768,131.985157 65.5051239,129.625212 67.7104702,128.564203 C70.118119,124.037553 73.7008702,120.06375 76.9483239,115.935356 C78.8801873,110.524028 80.6712507,104.396806 77.8699239,99.3852442" id="Fill-32" fill="#161C23"></path>
29
+ <path d="M94.4542283,142.134039 C94.4542283,142.134039 100.723731,150.520359 122.280492,149.005537 C143.837253,147.490716 141.05497,127.852385 141.037175,118.81237 C141.01938,109.772354 137.495321,105.900909 138.739106,94.2892904 C121.449428,96.7301549 110.164823,93.4692276 104.637721,99.1024795 C99.1109307,104.735731 94.4433015,101.216044 94.4542283,142.134039" id="Fill-34" fill="#00ADB9"></path>
30
+ <path d="M75.3103298,79.8085389 C75.1273834,80.3737663 103.652027,78.3450468 117.59154,81.3861634 C122.988144,91.3301801 128.492457,101.621727 129.429979,112.815464 C129.850505,117.840009 129.328827,122.904411 128.363832,127.858303 C127.437549,132.614124 126.066076,137.375983 123.376203,141.45637 C120.053198,146.49722 114.935383,150.185691 111.210271,154.956307 C108.838213,157.994404 107.065569,161.42804 105.482115,164.913307 C100.053042,176.861888 96.6966322,189.688202 95.5952078,202.695679 L82.6172566,203.740987 C85.5134907,188.085517 80.73472,172.159812 76.0055883,156.927658 C75.573198,155.536027 75.125198,154.112693 74.2279493,152.947213 C73.1742907,151.57853 71.6030127,150.692342 70.2156176,149.637976 C63.5721054,144.590785 61.2974517,135.60844 62.2000078,127.484504 C63.1028761,119.36087 66.6640859,111.776798 69.8303688,104.202087 C72.9969639,96.6270734 75.8532371,88.6296492 75.2329054,80.4812561 L75.3103298,79.8085389 Z" id="Fill-36" fill="#00CABC"></path>
31
+ <path d="M82.3505795,96.7089287 C81.8466966,96.125887 81.3259551,95.5552247 80.848921,94.9782217 C79.9863259,93.934725 79.3182283,93.0452165 77.8365502,93.0775238 C76.4394771,93.1080195 75.0055649,93.4042204 73.650638,93.7100833 C73.6456429,93.7112911 73.6406478,93.7124988 73.6353405,93.7137066 C72.6238283,97.2789871 71.2595356,100.783578 69.8303063,104.201815 C66.6640234,111.776828 63.1028137,119.3609 62.2002576,127.484534 C62.0085698,129.207995 61.9617405,130.970103 62.0675746,132.724965 C62.9329795,133.743099 63.7952624,134.761837 64.6472429,135.785104 C64.7983454,135.966266 65.1654868,135.871458 65.2048234,135.642891 C67.0168039,125.141195 76.5440624,118.260639 81.528882,109.265612 C82.7227161,107.111589 83.6680429,104.813541 84.1488234,102.408003 C84.1531941,102.38566 84.1575649,102.363316 84.1619356,102.340671 C83.6755356,100.233146 83.0299161,98.3421098 82.3505795,96.7089287" id="Fill-38" fill="#00B1B2"></path>
32
+ <path d="M51.7197737,195.572485 C47.1230127,201.833163 41.5990322,208.24934 37.7752663,214.913709 C45.5280078,215.615714 65.0620566,218.461779 83.7700371,229.865665 C101.670681,224.556996 125.08313,221.560566 130.485354,220.913513 C129.187559,214.884119 127.472671,206.614951 126.288827,199.773344 C122.508457,199.807765 99.289881,199.685782 89.5431493,192.797979 C80.601881,197.040808 59.4525346,196.045319 51.7197737,195.572485" id="Fill-40" fill="#DAD7D0"></path>
33
+ <path d="M51.7197737,195.572485 C50.3848273,197.390452 48.9712078,199.222308 47.5441639,201.068959 C49.0673639,201.282127 50.6164761,201.249518 52.1396761,200.938824 C53.3366322,200.694858 54.4408663,200.189716 55.6197151,199.891704 C57.0267785,199.535719 58.4204176,199.667364 59.78752,200.118157 C62.1851785,200.90863 64.166681,202.510108 66.4397737,203.550283 C68.4618615,204.476024 70.6428566,204.919269 72.8756761,204.920778 C73.0901541,204.92108 73.2578029,204.714253 73.1972371,204.512559 C72.8310322,203.290315 72.2437932,202.182505 71.4558127,201.205435 C73.3327298,201.997719 75.3382712,202.424659 77.4159298,202.470554 C77.6266615,202.475385 77.8024273,202.259801 77.7374907,202.062334 C77.2520273,200.583443 76.4693541,199.264277 75.3994615,198.129595 L77.0881249,197.916729 C77.2826224,197.892272 77.4006322,197.7875 77.4218615,197.593958 C77.5045932,196.840019 77.3029151,196.16851 76.950759,195.557992 C67.5817834,196.414589 56.7792078,195.881669 51.7197737,195.572485" id="Fill-42" fill="#C1BBB1"></path>
34
+ <path d="M169.6896,161.26907 C169.637151,159.023861 172.068527,157.318516 174.389073,157.248769 C176.70962,157.179021 178.878127,158.280792 180.894595,159.393734 C182.881717,160.49007 184.868215,161.645586 186.472585,163.222908 C188.076644,164.800231 189.282029,166.86307 189.366322,169.074159 C189.441561,171.035547 188.646088,172.922959 187.793171,174.704392 C183.302868,184.083181 176.87321,192.457122 171.680156,201.490192 C168.794537,206.510511 166.294478,211.727391 163.797541,216.939137 C162.385171,219.887559 160.972176,222.835981 159.559805,225.784705 C158.859863,227.245479 158.140566,228.734636 156.994498,229.902531 C154.936507,232.000394 151.8464,232.747388 148.933307,233.399876 C148.428176,233.512801 147.894946,233.625121 147.400117,233.477474 C146.833483,233.308389 146.430751,232.834648 146.070478,232.379326 C143.573229,229.227097 141.420644,225.820031 139.659863,222.232709 C142.026615,221.209141 144.443629,220.153566 146.320859,218.424067 C148.155005,216.735028 149.353522,214.512162 150.429346,212.294732 C157.272351,198.185786 160.493268,182.531221 168.375259,168.938891 C169.007454,167.848594 169.677737,166.751956 169.963083,165.53243 C170.248117,164.312904 170.084527,162.920669 169.206946,162.002476 L169.6896,161.26907 Z" id="Fill-44" fill="#161C23"></path>
35
+ <path d="M78.6530029,90.0338709 C78.6530029,90.0338709 85.2540566,98.4066037 85.0096078,110.379642 C84.7654712,122.35268 82.9734712,119.753298 91.8510517,142.51759 C95.760359,127.078911 102.1947,114.318117 103.497803,103.841784 C104.800905,93.3654516 109.026466,86.0422543 111.800632,83.4416648 C111.024827,71.5389782 111.088203,69.4142425 111.088203,69.4142425 L80.2389541,73.6933038 C80.2389541,73.6933038 79.4016468,87.8466341 78.6530029,90.0338709" id="Fill-46" fill="#C68657"></path>
36
+ <path d="M94.2757151,133.203446 C94.2313834,133.229412 94.1873639,133.255681 94.1436566,133.281648 C94.075598,133.25236 94.0012956,133.24149 93.9326127,133.255983 C93.9269932,133.111657 93.7896273,132.995109 93.6394615,132.967934 C93.7293737,132.877957 93.8208468,132.789489 93.915442,132.702229 C94.1948566,132.445582 93.8389541,132.020756 93.5114615,132.195578 C93.4590127,132.223658 93.1596176,132.403009 92.8886322,132.561224 C92.3956761,128.599198 92.1774517,124.524246 92.2539395,120.426951 C92.2608078,120.066136 92.00512,120.019637 91.9330029,120.285946 C91.8855493,120.218916 91.8215493,120.195667 91.7544273,120.266019 C91.0229541,121.036564 91.120359,122.932129 91.0591688,124.289339 C90.9536468,126.631771 90.7653932,128.960013 90.4984663,131.255646 C90.4185444,131.94346 90.3305054,132.626745 90.2365346,133.30701 C90.0139395,134.388249 89.7804176,135.462242 89.5431493,136.533819 C89.9930224,137.71832 90.4825444,138.992196 91.016398,140.370239 C91.1834224,140.184246 91.3501346,139.997044 91.5193444,139.818297 C91.6123785,139.978626 91.8480859,140.047468 92.0422712,139.897405 C92.1630907,139.803804 92.2817249,139.70809 92.4000468,139.612678 C92.3838127,139.643475 92.3660176,139.672763 92.3504078,139.703561 C92.264242,139.872948 92.3441639,140.055016 92.4793444,140.142276 C93.1312078,137.759384 93.83552,135.442012 94.5629346,133.188953 C94.4742712,133.151512 94.3709346,133.146983 94.2757151,133.203446" id="Fill-48" fill="#BB6D35"></path>
37
+ <path d="M114.535024,70.9985399 C114.484449,70.9647228 114.426693,70.9336232 114.362068,70.905845 C113.68679,70.6177964 116.308917,61.7981958 115.646751,62.0107599 C113.613424,62.6629454 107.613971,72.8768944 105.580332,73.5290798 C102.712507,74.449386 99.8321951,75.3724096 96.8572878,75.8857037 C93.8826927,76.3989978 90.7882146,76.4913907 87.8635707,75.7555685 C85.5942244,75.1846043 82.6227512,69.6060031 80.6808976,68.3514519 C79.702478,67.7191943 79.6887415,71.4614104 78.7078244,70.8424381 C76.7681561,69.6186845 78.9113756,71.8204143 78.8885854,72.0818924 C78.72,74.0390526 79.0253268,75.9427699 79.8098732,77.7586233 C79.844839,77.8398446 79.8966634,77.9047612 79.9581659,77.9530712 C79.9050927,78.700669 79.8464,79.5050311 79.7820878,80.334152 C79.7892683,80.343814 79.7948878,80.3540799 79.8023805,80.3637419 C81.6299707,82.7010418 82.5365854,85.5063451 82.2656,88.4402738 C82.1219902,89.9952531 81.4897951,91.4270417 80.9643707,92.8857028 C80.9006829,93.0623364 80.8413659,93.2398757 80.7845463,93.4174151 C82.6898732,96.9380088 85.1608976,102.968611 85.0097951,110.379672 C84.8334049,119.020827 83.8518634,120.07308 86.656,128.546358 C86.718439,126.36818 86.9191805,124.186378 87.0506146,122.037487 C87.4236878,115.92657 86.9223024,109.831353 85.4621659,103.919111 C85.3307317,103.310706 85.1821268,102.704717 85.0151024,102.10054 C84.5508683,100.423578 83.9729951,98.7312169 83.958322,96.9793743 C83.9433366,95.2239084 84.7291317,93.6562478 85.2932683,92.0239726 C85.8055805,90.5426661 86.0862439,88.977723 86.0928,87.4142895 C86.0962341,86.6437444 86.0350439,85.8722936 85.9139122,85.109297 C87.4024585,86.3191614 88.8922537,87.7491384 90.5740488,88.6709542 C92.3529366,89.6456092 94.208,89.4901113 96.1626537,89.2721122 C98.2534244,89.0390163 100.359493,88.8062223 102.43278,88.4514455 C104.589737,88.0830815 105.919688,86.9885573 107.413854,85.5335195 C108.832156,84.1524564 110.250459,82.7713933 111.668761,81.3903301 C111.551063,79.5213357 111.457405,77.9367666 111.382166,76.5904263 C111.670634,76.0861903 111.991259,75.597957 112.3456,75.1290478 C112.82919,74.4895437 113.377093,73.9043884 113.960273,73.3494269 C114.288702,73.0369214 114.595278,72.8174126 114.678634,72.3593731 C114.73202,72.0652858 114.497561,71.8644972 114.223141,71.812262 C114.878439,71.7551958 114.960859,71.283871 114.535024,70.9985399" id="Fill-50" fill="#BB6D35"></path>
38
+ <path d="M67.6533073,192.273574 C66.7114146,191.809798 65.7361171,191.480082 64.7364683,191.188108 C64.7389659,191.188108 64.7411512,191.18841 64.7436488,191.18841 C65.2531512,191.221925 65.8432,191.198374 66.3124293,191.405503 C66.6861268,191.570361 67.0264195,191.865656 67.3639024,192.087882 C67.4594341,192.150987 67.5571512,192.211073 67.6533073,192.273574 M77.7041171,199.649912 C77.0984585,199.057208 76.4746927,198.481413 75.8343805,197.924036 C74.2958829,196.585244 72.6584195,195.344582 70.9422829,194.21926 C71.2341854,194.373853 71.5260878,194.528143 71.822361,194.674583 C73.1916488,195.350923 74.9287024,196.300215 76.4878049,196.39442 C76.8999024,196.419481 77.4737171,196.417065 77.7621854,196.088255 C78.1143415,195.687282 77.7912195,195.375984 77.5320976,195.012451 C76.5824,193.681509 75.4678634,192.420014 74.3773659,191.197166 C73.7891902,190.538036 73.1769756,189.849014 72.5113756,189.221587 C73.9624585,189.51175 76.3164098,189.812781 76.080078,188.499956 C75.9636293,187.851696 74.8440976,187.373125 74.3617561,187.027104 C73.2247415,186.211872 72.0877268,185.39664 70.9507122,184.581409 C70.0366049,183.926204 69.0972098,183.053302 68.0379317,182.624248 C67.0326634,182.216934 65.8344585,182.420742 64.7842341,182.506795 C62.1193366,182.725699 59.4825366,183.163207 56.8885073,183.79003 C56.8354341,183.803013 56.7932878,183.825055 56.7592585,183.852833 C54.5401756,184.255014 52.312039,184.511359 50.0657951,184.781593 C48.0062439,185.02888 44.9298732,199.453955 45.9382634,199.638137 C48.156722,200.042733 50.6733268,199.726302 52.6819902,199.363675 C53.6088976,199.196402 54.492722,198.927073 55.4030829,198.701828 C56.5416585,198.419818 57.5494244,198.850381 58.6358634,199.174058 C60.464078,199.71815 62.2851122,200.287303 64.0746146,200.941904 C65.8291512,201.583521 67.5593366,202.310587 69.3841171,202.750209 C70.1065366,202.924125 72.523239,203.662966 73.0355512,202.822976 C73.5403707,201.995364 72.1660878,200.869137 71.6615805,200.424684 C70.5027122,199.403229 69.1162537,198.666199 67.6739122,198.090404 C65.6103024,197.266114 63.4589659,196.603965 61.2920195,195.988012 C63.5382634,196.293271 65.7870049,196.604568 67.8930732,197.434897 C70.9235512,198.629967 73.5010341,200.902954 76.8115512,201.409907 C77.3706927,201.495657 78.5626537,201.623377 78.5420488,200.766478 C78.5308098,200.30874 77.9963317,199.935847 77.7041171,199.649912" id="Fill-56" fill="#C68657"></path>
39
+ <path d="M59.3272507,186.730179 C57.71008,185.732576 55.9908215,184.901644 54.1981971,184.26063 C52.8260995,184.45387 51.449319,184.615105 50.0656702,184.781473 C48.0064312,185.02876 46.127641,185.628106 44.6490849,187.090994 C44.4720702,187.266118 44.3034849,187.4503 44.1427044,187.641125 C43.3809483,188.323806 42.7421971,189.148096 42.2788995,190.097992 C41.1384507,192.435896 40.9127337,196.362294 43.039719,198.279598 C43.025358,198.386182 43.0593873,198.498503 43.1739629,198.575799 C44.2257483,199.284447 45.5094946,199.634393 46.858802,199.76483 C45.5400898,196.457404 48.6192702,193.550348 51.0369093,191.580808 C53.4392507,189.62395 56.2433873,188.192765 59.247641,187.319863 C59.5279922,187.23834 59.5695141,186.879638 59.3272507,186.730179" id="Fill-60" fill="#00CABC"></path>
40
+ <path d="M68.4054478,148.061348 C68.5930771,148.216544 70.020121,149.489815 70.2155551,149.638066 C70.6879063,149.99707 71.1811746,150.33675 71.6685112,150.682469 C78.5608429,148.981654 85.4278868,144.76298 90.6646478,140.050034 C90.7202185,140.000215 90.7745405,139.942545 90.8288624,139.88578 C90.448921,138.902973 78.1659161,148.086409 68.4054478,148.061348" id="Fill-62" fill="#00B1B2"></path>
41
+ <path d="M52.9184156,101.53021 C50.091801,102.719844 47.6142205,104.409488 45.3604839,106.395634 C45.5306302,107.482006 45.7872546,108.552677 46.1150595,109.604628 C46.355762,109.371834 46.594279,109.136625 46.83904,108.907454 C49.7408937,106.191524 52.9480741,103.71171 56.6329132,102.114459 C60.6009132,100.39432 64.9204449,99.7735361 69.2914888,99.5555371 C63.6585522,99.1449018 58.0384156,99.3752803 52.9184156,101.53021" id="Fill-64" fill="#00B1B2"></path>
42
+ <path d="M129.096617,123.385005 L128.82126,123.114167 L91.8433093,142.51759 C90.2320702,143.47594 83.1664702,155.950799 94.5594068,168.42596 C96.670158,170.737595 99.0980995,172.735215 101.652168,174.457165 C102.785124,171.224318 104.062002,168.038573 105.481865,164.913518 C107.065631,161.428251 108.837963,157.994615 111.210334,154.956518 C114.935446,150.185902 120.053573,146.497129 123.376265,141.456279 C126.066139,137.375893 127.437612,132.614033 128.363582,127.858212 C128.652363,126.375698 128.900558,124.88322 129.096617,123.385005" id="Fill-66" fill="#00B1B2"></path>
43
+ <path d="M159.197534,148.516609 C165.317182,156.571704 168.504695,165.608398 176.521241,171.917386 C176.679524,172.042086 177.251465,172.09402 177.903641,172.124213 C177.837768,172.107607 177.771582,172.090094 177.706646,172.076507 C177.417241,171.898666 176.86247,171.548418 177.042295,171.722032 C176.755387,171.471726 176.491895,171.202398 176.224031,170.930352 C176.213729,170.919784 176.202802,170.906801 176.191251,170.893213 C176.198119,170.904083 176.203739,170.912839 176.211231,170.924313 C176.20249,170.910726 176.192812,170.897742 176.183758,170.884155 C176.116324,170.80233 176.040148,170.684876 176.016421,170.642605 C175.97927,170.59037 175.941807,170.538135 175.906217,170.484994 C175.673943,170.138067 175.459153,169.781177 175.255914,169.418248 C174.788558,168.583692 174.388012,167.716527 173.986217,166.851777 C172.18329,162.97067 170.38848,159.085637 168.589612,155.202718 C166.889085,151.531759 165.375875,147.676921 163.250451,144.210676 C161.046353,140.615805 157.857904,137.782724 154.807134,134.878989 C151.264343,131.50725 147.721553,128.135512 144.179075,124.763471 C142.601553,123.262237 139.75527,123.128177 138.203036,124.763471 C137.096617,125.928951 136.716051,127.577531 137.212753,129.008112 C146.364441,132.978291 153.241163,140.675891 159.197534,148.516609" id="Fill-68" fill="#161C23"></path>
44
+ <path d="M188.57984,166.096238 C188.43904,165.525878 188.192094,164.883053 187.788738,164.153571 C185.939606,160.809007 182.98905,155.17032 181.284777,151.754801 C176.943391,143.053862 173.680016,135.929339 170.136913,128.296656 C171.780308,133.067876 173.213596,137.899785 174.315957,142.820162 C175.403645,147.678038 176.162591,152.731569 175.127977,157.600315 C174.340308,161.307204 172.339138,164.911435 169.322708,167.234845 C169.035177,167.814868 168.700503,168.377982 168.375196,168.938982 C160.493206,182.531312 157.272289,198.185575 150.429284,212.294822 C149.353772,214.512253 148.155255,216.734816 146.32142,218.424158 C144.443567,220.153355 143.058669,220.653364 139.659801,221.15911 C141.420269,224.746432 143.573167,229.227187 146.070416,232.379417 C146.430689,232.834437 144.124191,236.756608 144.690201,236.925693 C145.185655,237.073341 146.033577,236.547969 146.538084,236.435044 C149.451489,235.782557 154.936445,232.000485 156.994435,229.902622 C158.140503,228.734727 158.859801,227.24557 159.559742,225.784795 C160.972113,222.836072 162.385108,219.88765 163.797479,216.939228 C166.294416,211.727481 168.794474,206.510601 171.680094,201.490283 C176.873147,192.457212 183.303118,184.08297 187.793108,174.704181 C188.645713,172.92305 189.441811,171.035637 189.366572,169.073948 C189.326923,168.036792 189.038455,167.033453 188.57984,166.096238" id="Fill-72" fill="#00CABC"></path>
45
+ <path d="M73.8039259,201.903726 C73.6734283,201.801067 73.5291941,201.708675 73.3796527,201.620509 C72.7958478,200.996705 71.6304234,200.836376 70.8817795,200.617774 C70.660121,200.552857 70.5121405,200.69507 70.4815454,200.862645 C70.4490771,200.884988 70.4197307,200.913673 70.3956917,200.949905 C69.8365502,201.793519 70.2036917,202.303492 71.0469307,202.685745 C71.7674771,203.012442 72.9432039,203.527245 73.7452332,203.26305 C74.463282,203.026633 74.2728429,202.272392 73.8039259,201.903726" id="Fill-82" fill="#00B1B2"></path>
46
+ <path d="M78.8648898,200.248534 C78.7050459,200.089413 78.5255337,199.947502 78.3382166,199.812838 C77.9086361,199.341815 77.3351337,198.946579 76.8762068,198.561306 C76.6486166,198.370481 76.3748215,198.046804 76.0516995,198.01812 C76.0161093,198.015101 75.9876995,198.017516 75.9589776,198.019932 C75.8906068,197.980378 75.8075629,197.967998 75.7170263,198.003929 C75.6895532,198.014799 75.6645776,198.027178 75.6383532,198.038954 C75.638041,198.038048 75.6377288,198.037444 75.6374166,198.036538 C75.6264898,198.041369 75.6171239,198.04771 75.6065093,198.053145 C75.2599727,198.216795 75.0351922,198.46227 74.9633873,198.85328 C74.9552702,198.897967 74.9568312,198.939634 74.9646361,198.978282 C74.9590166,199.017232 74.9555824,199.056484 74.9605776,199.096642 C75.0074068,199.480706 75.5440702,199.76332 75.8222361,199.973167 C76.3704507,200.386821 76.9505093,200.757299 77.5636605,201.074636 C77.9083239,201.253081 78.4200117,201.609971 78.8321093,201.589439 C79.7256117,201.545054 79.2017483,200.583685 78.8648898,200.248534" id="Fill-84" fill="#00B1B2"></path>
47
+ <path d="M78.7563707,196.052355 C78.5381463,195.607298 78.1369756,195.169489 77.8428878,194.767308 C77.3686634,194.118142 76.9337756,193.360278 76.1226927,193.08008 C75.7845854,192.963532 75.6088195,193.377186 75.7927024,193.598507 C75.7942634,193.608169 75.7927024,193.617529 75.7948878,193.627493 C75.9100878,194.136258 76.5532098,194.694541 76.8794537,195.102157 C77.3240195,195.657118 77.7795122,196.203323 78.2531122,196.735338 C78.3970341,196.896874 78.6727024,196.836487 78.7769756,196.670119 C78.9165268,196.447591 78.8643902,196.272467 78.7563707,196.052355" id="Fill-86" fill="#00B1B2"></path>
48
+ <path d="M77.0982712,188.645007 C75.958759,187.948437 74.8189346,187.251867 73.6794224,186.555296 C73.6778615,186.55439 73.6769249,186.554692 73.6756761,186.553787 C73.629159,186.505175 73.5685932,186.518158 73.5308176,186.557108 C73.4493346,186.547446 73.3691005,186.628063 73.4187395,186.714417 C73.7178224,187.235562 74.1917346,187.566486 74.7302712,187.837928 C75.46112,188.206594 76.2278712,188.518495 76.985881,188.830699 C77.1145054,188.88384 77.2228371,188.721095 77.0982712,188.645007" id="Fill-88" fill="#00B1B2"></path>
49
+ <path d="M118.456663,23.7479145 C118.734829,19.5346756 96.1475122,7.74068659 95.392,7.72498583 C94.6364878,7.74068659 72.0491707,19.5346756 72.3273366,23.7479145 C72.6051902,27.9611533 72.2346146,36.5669821 72.4200585,41.138621 C72.6051902,45.7102599 72.2611512,59.8593631 73.1880585,62.0106693 C74.1927024,64.3425343 76.3078244,66.5019928 77.9093854,68.4528124 C80.3863415,71.4709818 84.3125073,74.4067222 87.236839,77.0320706 C90.708761,80.1486717 93.1754146,81.4427767 97.7734244,80.277901 C102.060488,79.1918311 105.042888,75.9402638 107.919766,72.880427 C109.878166,70.7970568 112.765659,67.1010373 114.553912,64.8790776 C115.564176,63.6236206 117.112663,63.8005561 117.753912,62.3126071 C118.68082,60.1613008 118.178498,45.7102599 118.363941,41.138621 C118.549385,36.5669821 118.178498,27.9611533 118.456663,23.7479145" id="Fill-90" fill="#C68657"></path>
50
+ <path d="M82.2587941,48.3046899 C79.1196722,46.9139648 76.9343063,44.1965254 77.5452722,40.6988789 C77.4450576,40.4102265 77.3638868,40.1224798 77.3198673,39.8380545 C77.1884332,38.9841746 77.3941698,38.1547517 78.2886088,37.5164554 C79.4549698,36.6834093 80.5813698,35.7452888 81.716199,34.8264923 C82.4710868,34.6383851 83.3277502,33.9952578 83.5943649,33.2382999 C81.5176429,32.2497559 79.389721,31.3626629 77.2180917,30.5881926 C75.6468137,31.2449071 74.4379941,32.7322523 73.383399,34.2292595 C73.4914185,37.1172937 73.7564722,40.000195 74.1807454,42.8607529 C74.2125893,43.0742229 74.2453698,43.2889006 74.2837698,43.5023706 C74.2990673,43.8435602 74.3502673,44.1657277 74.4326868,44.4694771 C75.3733307,47.2159025 78.1830868,48.7255911 81.3169015,48.2959337 C81.637838,48.2923105 81.9528429,48.2941221 82.2587941,48.3046899" id="Fill-92" fill="#BB6D35"></path>
51
+ <path d="M114.940503,44.531797 C114.888679,43.5000759 114.97266,42.4028342 114.723216,41.3934564 C114.688562,41.2533573 114.557128,41.1866291 114.42226,41.1718341 C113.394201,41.0592114 112.017733,42.2733029 111.894728,43.2920408 C111.890981,43.3110628 111.900347,43.3267636 111.900347,43.3482012 L111.900347,43.4418019 C111.900347,43.4692782 111.892542,43.4904138 111.898474,43.5136631 C111.85664,44.0689265 111.753303,44.5650102 111.52103,45.0873624 C111.314669,45.5511387 110.999977,45.9653973 110.859177,46.4575558 C110.573206,47.4557618 111.001538,48.4249819 111.284386,49.3824264 C111.339333,49.568722 111.566611,49.6629265 111.742064,49.5629851 C112.678025,49.0273476 114.707606,48.8627916 115.12782,47.7887991 C115.438767,46.9928913 114.983899,45.3886963 114.940503,44.531797" id="Fill-94" fill="#BB6D35"></path>
52
+ <path d="M121.052098,26.3155626 C117.118127,27.7395009 113.297483,29.6109108 109.648546,31.8823882 C109.66041,32.0282242 109.685073,32.169531 109.728156,32.3020817 C109.824312,32.5985845 109.973854,32.7878994 110.154302,32.9101842 C110.073444,32.954871 109.992585,33.0007655 109.911415,33.0493775 C109.55239,33.2664707 109.868332,33.9156368 110.226732,33.6991475 C110.728741,33.396002 111.2192,33.1909863 111.705912,33.0913469 C111.739629,33.090441 111.773346,33.0895352 111.806439,33.0895352 C111.860137,33.0895352 111.905405,33.0744383 111.944741,33.0511891 C112.755512,32.9443032 113.558478,33.1402608 114.386732,33.6991475 C115.8656,34.6964477 117.351961,35.8833649 117.770615,37.9806243 C118.562966,41.9489916 115.941776,45.4559982 113.686166,47.8790483 C113.273444,48.3222929 113.135766,49.0620403 113.211941,49.8020896 C113.972137,49.7163393 114.730146,49.6151902 115.475356,49.4189307 C117.096273,48.9916888 118.72999,48.0106932 119.522029,46.2543215 C119.947863,45.3104642 120.09522,44.225602 120.221659,43.1621774 C120.88601,37.5875013 121.163551,31.9457952 121.052098,26.3155626" id="Fill-96" fill="#BB6D35"></path>
53
+ <path d="M102.135633,45.9110183 C102.135633,45.9110183 104.752453,41.0863556 106.48014,40.1723901 C109.702619,39.1865635 114.446111,37.2964334 114.446111,37.2964334 C114.446111,37.2964334 116.067028,39.9848868 114.465467,42.8070986 C110.765955,43.7086846 102.135633,45.9110183 102.135633,45.9110183" id="Fill-98" fill="#FBF5E7"></path>
54
+ <path d="M113.183188,43.1225027 C113.309003,42.4769599 113.4011,41.8205473 113.423266,41.0961987 C113.441061,40.4932291 113.535969,39.873351 113.363013,39.3509988 C113.408281,39.3268437 113.447305,39.2939325 113.47072,39.2462264 C113.606525,38.9678398 113.766369,38.6631846 113.668964,38.3549062 C113.62432,38.2145052 113.4779,38.1206026 113.33273,38.1350956 C113.313686,38.12332 113.294954,38.1115444 113.276535,38.0997689 C113.188808,38.0445143 113.102642,38.0393813 113.029588,38.065046 C112.666193,38.0472317 112.488242,38.0810487 112.156066,38.2425854 C112.070837,38.2842528 112.028379,38.3573217 112.01433,38.4364294 C111.823891,38.423748 111.6091,38.5753208 111.664671,38.8126438 C111.76114,39.2250907 111.988105,39.5804714 112.089569,39.9974474 C112.242857,40.6272895 112.21351,41.3108765 112.242544,41.9521922 C112.265022,42.4380099 112.265022,42.8978611 112.248476,43.3549948 C112.572535,43.2740755 112.885354,43.1964775 113.183188,43.1225027" id="Fill-100" fill="#DAD7D0"></path>
55
+ <path d="M101.98503,45.9918168 L104.229089,45.4024344 C104.229089,45.4024344 113.819411,43.1074059 114.817811,42.9772707 C115.816523,42.8471355 116.773089,42.3199523 116.773089,42.3199523 C116.773089,42.3199523 116.007274,41.453693 114.977967,41.6780327 C114.652972,42.2432601 114.03264,42.8507588 113.535001,42.9268471 C113.037362,43.0029354 105.224055,44.8245256 104.165089,45.0087076 C103.105811,45.1928896 101.98503,45.9918168 101.98503,45.9918168" id="Fill-102" fill="#00B1B2"></path>
56
+ <path d="M111.635325,41.106827 C111.725237,42.5301613 110.605393,43.7545188 109.133705,43.8414768 C107.66233,43.9287368 106.396379,42.8456862 106.306466,41.4223519 C106.285549,41.0944475 106.328944,40.7774129 106.426037,40.4821178 C106.918681,39.972447 110.19673,38.9256289 110.574174,39.2000903 C111.177335,39.6388058 111.585686,40.3208831 111.635325,41.106827" id="Fill-104" fill="#000000"></path>
57
+ <path d="M108.331364,41.451972 C108.331364,41.451972 109.209569,41.9392994 109.71751,41.1542614 C110.804886,41.4133239 111.225413,41.7119403 111.225413,41.7119403 C111.225413,41.7119403 110.78834,43.269637 109.414993,43.4154729 C108.041022,43.5616108 107.355754,42.9550179 107.184047,42.7065232 C107.012027,42.4577265 108.331364,41.451972 108.331364,41.451972" id="Fill-106" fill="#012942"></path>
58
+ <path d="M111.060948,40.9122281 C110.857085,41.0284741 110.494002,40.995261 110.261417,41.0139811 C109.986997,41.0363245 109.711641,41.0517233 109.436285,41.063197 C109.150314,41.0755764 109.177475,41.504328 109.463446,41.4922504 C109.8309,41.4768516 110.197104,41.4536024 110.562997,41.4191815 C110.8165,41.3953284 111.084363,41.3968381 111.308207,41.2694204 C111.554841,41.1287174 111.306958,40.7718271 111.060948,40.9122281" id="Fill-108" fill="#627B8A"></path>
59
+ <path d="M102.133947,45.933875 C102.658435,45.2131497 105.32302,41.0418802 106.478142,40.3890908 C108.669752,39.1502404 111.446728,39.3295914 113.746357,38.289416 C115.924542,37.3041932 116.405635,36.6423457 116.703469,34.3343338 C115.441889,35.4466724 114.951118,36.2480151 113.651762,37.0131252 C112.768562,37.533062 110.261947,38.643287 109.350338,38.92892 C108.526455,39.1873787 107.729733,39.5243412 106.912406,39.7861212 C105.570903,40.2154766 104.401733,41.1086084 103.628738,42.2490271 C103.270962,42.7765123 103.071157,43.3586482 102.797674,43.9193466 C102.481733,44.5673049 102.194825,45.3025232 101.987216,45.9891296" id="Fill-110" fill="#00CABC"></path>
60
+ <path d="M115.170685,30.2081738 C112.1349,31.2326485 109.174665,32.4657621 106.322451,33.9005701 C106.037417,34.0442925 105.753007,34.1895245 105.465163,34.3338507 C103.108402,35.3296413 100.84967,36.8963961 100.07168,39.4061024 C99.985202,39.6847909 99.9171434,39.9755569 99.8665678,40.2780985 C99.4123239,42.6866557 99.1001288,45.4040951 98.8765971,47.6951985 C98.8491239,48.012535 98.8110361,48.327758 98.7576507,48.6384519 C98.7498459,48.7459417 98.7392312,48.8528276 98.7320507,48.9603175 C98.8603629,48.7435262 98.9989776,48.5303582 99.1457093,48.3199076 C99.292441,48.109457 99.4472898,47.9017238 99.6061971,47.6961043 C101.285495,44.8002197 102.84647,42.0827802 103.728421,39.0661205 C103.831134,38.758446 103.950392,38.4607354 104.08807,38.1754043 C104.777397,36.7496544 105.927836,35.6433546 107.759797,35.2423813 C108.020792,35.0896008 108.281787,34.9365184 108.543407,34.783436 C110.897358,33.4059961 113.334978,32.0448609 115.170685,30.2081738" id="Fill-112" fill="#BB6D35"></path>
61
+ <path d="M113.938981,26.9138522 C112.80665,24.4947272 111.27346,22.2739753 110.129264,19.8575678 C109.898552,19.3702404 109.513928,17.6434586 108.951977,17.2267845 C108.42624,16.836681 107.435333,17.2503357 106.905538,17.3931522 C104.231274,18.1138775 101.61383,19.119632 98.9785912,19.9659635 C96.2100449,20.85517 93.4536741,21.7830246 90.7076059,22.7347323 C87.9293815,23.6976117 85.0190985,24.5750427 82.3448351,25.785511 C81.5440546,26.1478362 79.1314107,27.040968 79.8263571,28.2351316 C80.256562,28.9742752 81.3289522,29.5962668 82.0894595,29.9471185 C82.6635863,30.2119178 85.5679376,30.7409127 85.7109229,31.3381455 C85.7808546,31.6310251 86.2110595,31.6086817 86.304718,31.3653199 C87.8653815,30.8988261 89.3682888,30.1485109 90.9258302,29.6346129 C92.6238595,29.0745185 94.3356254,28.5606205 96.0317815,27.9953931 C97.8384546,27.3930273 99.7028839,26.958539 101.51143,26.3625139 C102.74023,25.9576155 103.90503,25.3836319 105.115411,24.9316311 C105.000211,26.5113692 105.476308,27.9694264 106.581479,29.2556811 C107.048523,29.7994709 107.086299,29.8655953 107.705069,29.823324 C108.25703,29.7858837 108.94542,29.488777 109.505499,29.3782678 C110.409616,29.1998226 111.317167,29.0355685 112.216601,28.8368935 C113.790689,28.4890612 114.699801,28.5391829 113.938981,26.9138522" id="Fill-114" fill="#BB6D35"></path>
62
+ <path d="M80.7675005,69.8652166 C80.5371005,68.889052 80.2945249,67.9143971 79.9898224,66.9617836 C79.2143298,64.5378276 77.6393054,57.2683752 77.4953834,56.547046 C77.4763395,56.4513318 77.3758127,56.3556175 77.2774712,56.3362935 C77.2281444,56.3266315 77.1785054,56.3166675 77.1294907,56.3070055 C76.9974322,55.7300026 76.7664078,55.2155007 76.1457639,54.9171862 C74.9026029,54.3196515 73.2517151,54.9603633 72.1109541,55.4694303 C71.981081,55.5274024 71.9414322,55.6880332 71.9676566,55.8106199 C72.3288663,57.5047924 73.8061737,58.7315654 74.7533737,60.1289331 C75.8232663,61.7065577 77.0486322,63.3506085 77.929959,65.0278725 C79.0332566,67.1275474 79.9217639,69.2655683 80.5136859,71.4793757 C80.5901737,71.8918226 80.6576078,72.3012501 80.7131785,72.7025253 C80.9132956,74.1518264 80.733159,75.830902 81.3637932,77.1745248 C81.4952273,77.4538172 81.9519688,77.3064716 81.9457249,77.0223482 C81.889842,74.5784644 81.499598,72.2034223 80.7675005,69.8652166" id="Fill-116" fill="#BB6D35"></path>
63
+ <path d="M119.732574,61.3393108 C119.349198,59.7429661 118.334252,58.4479553 117.731091,56.9388706 C117.402037,56.1148826 116.853822,55.1329811 115.769881,55.1885377 C114.69874,55.2434903 114.358759,56.4612051 113.532691,56.9382667 C113.187715,57.1375456 113.549861,57.6297041 113.8939,57.4310291 C113.940105,57.4041566 113.981315,57.3712454 114.023774,57.3401458 C114.092457,59.5337233 113.391266,61.6750656 112.881764,63.7976877 C112.35353,65.9997194 111.74631,68.1887679 110.696086,70.2196009 C109.81632,71.9198122 108.981198,73.1360173 108.880983,75.0859311 C108.775774,77.1309552 109.006174,79.3852222 110.006447,81.2164744 C110.066076,81.3260778 110.181588,81.4380967 110.326135,81.4118281 C111.305491,81.2351946 111.903032,80.2644648 112.41191,79.521698 C113.179286,78.401811 113.961022,77.2837357 114.68032,76.1342588 C116.680242,72.9397578 119.017335,69.8521427 119.754427,66.1114364 C120.0635,64.5458894 120.106583,62.8982153 119.732574,61.3393108" id="Fill-118" fill="#BB6D35"></path>
64
+ <path d="M118.314583,54.8059222 C118.316457,54.5371976 118.317705,54.2672653 118.318642,53.9964272 C117.335227,54.5480674 116.166369,54.8865396 115.099598,55.1292975 C113.812418,55.422479 112.259871,55.824962 110.939286,55.703583 C109.751383,55.5942816 108.516027,55.0480762 107.339052,54.7998834 C106.803637,54.6866568 106.295071,54.4949263 105.756847,54.4007218 C105.496788,54.3551292 104.806525,54.3336916 104.493081,54.1498115 C104.426583,54.0329616 104.296398,53.948721 104.125003,53.9822361 C104.107208,53.9858594 104.089413,53.9891807 104.071305,53.9928039 C103.994193,54.0079008 103.93831,54.0483605 103.898974,54.0996899 C103.673881,54.0142415 103.448788,53.9290951 103.22432,53.8427409 C102.761647,53.6645976 102.155988,53.2310151 101.664905,53.1751566 C101.319305,53.1359047 100.788574,53.415801 100.462642,53.522083 C99.3250029,53.8937684 98.1836176,54.33188 97.0731395,54.7742187 C96.232398,55.1090677 95.4581541,55.5230243 94.544359,55.2277292 C94.0045737,55.0535111 93.4688468,54.8481935 92.9387395,54.6483107 C92.0349346,54.3071211 91.1664078,53.5930384 90.2479298,53.2319209 C90.3178615,53.0256974 90.1430322,52.7334217 89.846759,52.7907899 C88.8633444,52.9813126 87.8758712,53.3997983 86.920242,53.7038495 C85.8138224,54.0559089 84.6983493,54.3762648 83.5950517,54.7404017 C81.768398,55.3433713 79.7035395,55.91192 78.0376663,56.8690626 C77.9973932,56.8512483 77.9502517,56.8412843 77.8968663,56.8409824 C77.0555005,56.8367553 76.3221541,56.3062507 75.600359,55.9620417 C74.8785639,55.6178327 74.222642,55.2751334 73.5926322,54.7820691 C73.2919883,54.5465577 72.8942517,54.0066931 72.464359,53.764841 C72.4652956,54.0501721 72.4665444,54.3348994 72.4681054,54.6187208 C72.782798,54.9125062 73.1980176,55.2974768 73.2638907,55.3475985 C73.7181346,55.6942229 74.1911102,56.0055207 74.7049834,56.2642814 C75.669042,56.7488914 76.7751493,57.4804865 77.8968663,57.4859213 C77.9527493,57.4862233 78.0011395,57.4753535 78.0423493,57.4563314 C78.1285151,57.5001124 78.2352859,57.5058492 78.3451785,57.4421404 C80.0906615,56.4315548 82.2526127,55.8608926 84.1707395,55.2319563 C85.8394224,54.6848452 87.5886517,53.9858594 89.3213346,53.5673737 C89.3597346,53.6223264 89.4209249,53.6658054 89.5108371,53.6839216 C90.1617639,53.8149626 90.8039493,54.3336916 91.3549737,54.6543495 C91.918798,54.9825558 92.5253932,55.1833443 93.1404176,55.4046647 C93.7051785,55.6078688 94.2855493,55.8820282 94.8790322,55.9985762 C95.4160078,56.1042544 95.7503688,55.9777425 96.2661151,55.7851062 C97.6700566,55.2606404 99.0605737,54.6875626 100.477627,54.1978196 C100.757354,54.1011996 101.097959,53.9387571 101.392671,53.9124885 C101.747325,53.881087 101.915286,54.0287345 102.262759,54.1781937 C102.824086,54.4197439 103.40352,54.6344216 103.970154,54.8666117 C105.459325,55.4768278 107.025608,55.8965212 108.562544,56.3772061 C109.75232,56.7494953 111.386349,57.5928073 112.670408,57.4868272 C113.811481,57.3929245 115.004066,56.5782966 115.971247,56.0541327 C116.780144,55.6160211 117.562193,55.2515823 118.314583,54.8059222" id="Fill-120" fill="#BB6D35"></path>
65
+ <path d="M87.3316839,67.6312097 C90.831079,68.9440349 92.8116449,69.9120472 93.9342985,70.5880857 C94.4000937,70.6339803 94.888679,70.659343 95.4028644,70.659343 C95.9264156,70.659343 96.4240546,70.6261299 96.9007766,70.5705733 C97.9840937,69.9217092 99.8553912,69.0071399 103.076308,67.7821785 C103.312016,67.566897 103.53024,67.3507096 103.72786,67.1384473 C103.982299,66.4575778 106.252269,65.4448787 106.306903,64.7187185 L85.0077034,64.4919633 C85.0779473,65.4264605 86.8958595,67.057528 87.3316839,67.6312097" id="Fill-122" fill="#161C23"></path>
66
+ <path d="M86.2947902,67.6023143 C88.9718634,69.9707137 90.0405073,70.9130613 93.7331512,70.5163151 C94.2579512,70.5613038 94.8083512,70.5930073 95.3874732,70.5930073 C95.977522,70.5930073 96.5379122,70.5643232 97.0752,70.5096725 C98.2955707,69.8731878 100.403512,68.9779425 104.032156,67.7765323 C104.297834,67.5651759 104.543844,67.3260412 104.766127,67.1180062 C105.053034,66.4504219 105.186341,65.6339823 105.247532,64.7281692 L85.5274146,64.7281692 C85.6060878,65.6339823 85.8040195,67.0395024 86.2947902,67.6023143" id="Fill-124" fill="#FBF5E7"></path>
67
+ <path d="M84.2065171,64.3797934 C84.2065171,64.3797934 85.9101659,68.6706303 88.911922,71.8989483 C90.4891317,73.8404078 99.2346537,74.5336568 102.388761,71.6217695 C104.252566,69.5417206 106.057678,64.7433264 107.445073,64.0835925 C106.256234,64.2058773 104.539473,66.3526544 104.539473,66.3526544 C104.539473,66.3526544 100.955161,68.9378451 99.0913561,69.4928067 C97.2275512,70.0474662 95.2201366,70.4632345 95.2201366,70.4632345 C95.2201366,70.4632345 89.852878,69.3717296 89.136078,68.6784807 C86.8651707,66.4821857 85.1015805,64.3260485 84.2065171,64.3797934" id="Fill-126" fill="#345468"></path>
68
+ <path d="M99.9232937,57.2407479 C98.7741034,57.3123072 97.8940254,58.0294092 97.3380059,58.4952991 C96.7819863,58.961491 96.0592546,59.0330502 95.3920937,59.0330502 C94.7249327,59.0330502 94.0018888,58.961491 93.4458693,58.4952991 C92.890162,58.0294092 92.0097717,57.3123072 90.8605815,57.2407479 C89.7117034,57.1688867 90.7278985,57.7920862 91.3210693,58.0070658 C91.9139278,58.2220455 93.9157229,59.7891022 95.47264,59.7891022 C97.0292449,59.7891022 98.7978302,58.3576155 99.3906888,58.1423339 C99.9838595,57.9273543 101.072172,57.1688867 99.9232937,57.2407479" id="Fill-128" fill="#BB6D35"></path>
69
+ <path d="M76.1098615,30.2081738 C80.0837932,31.5490792 83.9287883,33.2480827 87.5705444,35.2888797 C88.425959,35.7683568 89.288242,36.2810471 89.910759,37.0241158 C90.6993639,37.9652556 91.0271688,39.1826685 91.2953444,40.3659624 C91.7717541,42.4683547 92.1207883,44.5973175 92.3505639,46.7383578 C92.36992,47.37756 92.4164371,48.0170641 92.5228956,48.6384519 C92.5307005,48.7459417 92.5413151,48.8528276 92.5484956,48.9603175 C91.0103102,46.3585202 87.9717151,44.2754519 87.363559,41.2684542 C87.1481444,40.203218 87.2536663,39.0627992 86.7956761,38.0718396 C86.3261346,37.0552154 85.3402224,36.3625702 84.3708566,35.7617142 C81.5601639,34.0186278 78.3757737,32.475726 76.1098615,30.2081738" id="Fill-130" fill="#BB6D35"></path>
70
+ <path d="M96.1603122,71.0374596 C95.316761,70.7430704 94.1276098,70.7566575 93.2259902,70.6210875 C91.9547317,70.4302629 90.467122,70.1974689 89.334478,69.605369 C89.2273951,69.5495106 89.1237463,69.5498125 89.0363317,69.5824218 C88.9286244,69.5244497 88.8118634,69.4921424 88.6844878,69.4963695 C88.5692878,69.5002947 88.4250537,69.5528319 88.3754146,69.6560946 C88.2055805,70.0096636 88.3694829,70.2620836 88.6211122,70.5335256 C88.6460878,70.5957247 88.6763707,70.6600375 88.7178927,70.730087 C89.4705951,71.990677 91.2956878,71.9638045 92.6537366,72.0347599 C93.7383024,72.0915242 95.5499707,72.460794 96.3182829,71.5767204 C96.4921756,71.3765357 96.4284878,71.1310603 96.1603122,71.0374596" id="Fill-132" fill="#FBF5E7"></path>
71
+ <path d="M87.6594263,67.9813669 C87.6288312,67.8907855 87.5604605,67.8116779 87.460558,67.781786 C87.4071727,67.7410244 87.3512898,67.704188 87.2950946,67.6733904 C87.1508605,67.5948866 86.9822751,67.6305152 86.8614556,67.723814 C86.8517776,67.7313624 86.8420995,67.7389109 86.8324215,67.7464593 C86.6853776,67.859686 86.7031727,68.0861392 86.8324215,68.2023853 C86.8558361,68.2235209 86.8811239,68.2392217 86.9073483,68.2531108 C86.9853971,68.3476173 87.0703141,68.4309521 87.1642849,68.5124753 C87.3437971,68.668879 87.7118751,68.6181535 87.7624507,68.3702626 C87.7908605,68.2304655 87.743719,68.0979148 87.6594263,67.9813669" id="Fill-134" fill="#FBF5E7"></path>
72
+ <path d="M116.088382,42.8608133 C115.9685,43.7146932 115.829573,44.5854815 115.427153,45.3433452 C114.677885,46.7533943 113.13408,47.5408479 111.601826,47.8838491 C110.069573,48.2268504 108.481748,48.2117535 106.935446,48.4810819 C104.967992,48.8240832 103.107309,49.6190852 101.266607,50.4083504 C100.696851,50.652618 98.6141971,51.8428564 98.6141971,51.8428564 C98.668519,47.9856021 99.1034068,44.1340847 99.9104312,40.365902 C100.163621,39.1826081 100.473319,37.9654972 101.219153,37.0240554 C101.807329,36.2809867 102.62247,35.7682964 103.431368,35.2888193 C107.665358,32.7785092 112.186568,30.7760583 116.873241,29.3349096 C116.979075,33.855521 116.716207,38.3848887 116.088382,42.8608133 M90.0138459,50.4083504 C88.1731434,49.6190852 86.3127727,48.8240832 84.345319,48.4810819 C82.7990166,48.2117535 81.21088,48.2268504 79.6786263,47.8838491 C78.1466849,47.5408479 76.6025678,46.7533943 75.8536117,45.3433452 C75.45088,44.5854815 75.3119532,43.7146932 75.1920702,42.8608133 C74.564558,38.3848887 74.3016898,33.855521 74.4072117,29.3349096 C79.0938849,30.7760583 83.6150946,32.7785092 87.8493971,35.2888193 C88.6579824,35.7682964 89.4731239,36.2809867 90.0616117,37.0240554 C90.8071337,37.9654972 91.1168312,39.1826081 91.3703337,40.365902 C92.177358,44.1340847 92.6122459,47.9856021 92.6662556,51.8428564 C92.6662556,51.8428564 90.5839141,50.652618 90.0138459,50.4083504 M95.3539434,33.2365487 C75.3734556,26.157619 70.6845971,22.5222889 70.9811824,24.4447263 C71.2777678,26.3674657 72.4622361,56.1101421 72.4622361,56.1101421 C72.4622361,56.1101421 76.6643824,58.3936971 78.0726946,58.3375367 C79.481319,58.2813762 88.2933385,54.9298676 89.2570849,54.9733467 C90.2208312,55.0171276 95.4201288,58.7566262 95.4201288,58.7566262 C95.4201288,58.7566262 100.525143,56.2248785 101.48889,56.1810975 C102.452636,56.1376185 111.2837,58.2813762 112.692324,58.3375367 C114.100948,58.3936971 118.31246,56.1101421 118.31246,56.1101421 C118.31246,56.1101421 119.463524,26.3674657 119.760109,24.4447263 C120.056382,22.5222889 115.334431,26.157619 95.3539434,33.2365487" id="Fill-136" fill="#00CABC"></path>
73
+ <path d="M96.2325854,54.1140319 C96.0693073,51.6230458 95.9669073,49.1380984 95.7889561,46.6486219 C95.5960195,43.9568472 95.768039,41.2321613 95.8311024,38.5397827 C95.8641951,37.1255065 95.8311024,35.7067011 95.8311024,34.291821 C95.8311024,33.8836012 95.8307902,33.4750795 95.8311024,33.0665578 C95.6721951,33.1233221 95.5148488,33.1794825 95.3540683,33.2362468 C95.0003512,33.1109426 94.6525659,32.9871481 94.3082146,32.8639576 C94.299161,32.8606362 94.2901073,32.8576169 94.2807415,32.8539936 C93.942322,32.7329166 93.6088976,32.6130473 93.2795317,32.4940839 C92.1272195,33.7821501 90.955239,35.0611583 90.0361366,36.5297833 C89.9587122,36.6535778 89.8806634,36.7791839 89.803239,36.9059977 C89.8391415,36.9455516 89.8766049,36.9832938 89.9109463,37.0240554 C90.6995512,37.9654972 91.0273561,39.1826081 91.2952195,40.365902 C92.148761,44.1340847 92.6089366,47.9856021 92.6663805,51.8428564 C92.6663805,51.8428564 90.4635317,50.652618 89.8603707,50.4083504 C89.6408976,50.3192787 89.4208,50.2302071 89.2003902,50.1417394 C88.9112976,50.6936815 88.5188683,51.2039562 88.060878,51.7957542 C86.6029268,53.6801474 84.8377756,55.4265552 82.895922,56.9317147 C85.6900683,55.9984252 88.7149268,54.9488897 89.2572098,54.9733467 C90.2209561,55.0171276 95.4199415,58.7566262 95.4199415,58.7566262 C95.4199415,58.7566262 95.7649171,58.5042063 96.2900293,58.1310113 C96.2937756,56.7922194 96.3203122,55.4504082 96.2325854,54.1140319" id="Fill-138" fill="#00B1B2"></path>
74
+ <path d="M118.319485,55.9280435 C118.32729,55.7206123 118.342275,55.3404727 118.36288,54.815403 C118.373495,54.5427533 118.385982,54.2314555 118.399719,53.884831 C118.404402,53.7598288 118.343524,53.6305994 118.348831,53.496841 C118.394724,52.333777 118.456226,50.8449221 118.456226,49.1543728 L118.456226,49.1465225 C118.456226,48.959925 118.537709,48.7712139 118.545514,48.5800873 C118.546763,48.5489877 118.581104,48.5175862 118.582353,48.4864866 C118.588909,48.3183073 118.612324,48.1489203 118.619504,47.9774196 C118.621378,47.9300154 118.63168,47.8826112 118.633553,47.834905 C118.640109,47.6679335 118.651036,47.4994522 118.658217,47.3294613 C118.660714,47.2723951 118.664773,47.2153288 118.66727,47.1582626 C118.671953,47.0423185 118.677573,46.9263745 118.682568,46.8092226 C118.687875,46.6778797 118.693807,46.5462349 118.699426,46.4133823 C118.701924,46.3475599 118.704734,46.2808316 118.707543,46.2147073 C118.713787,46.0685694 118.719719,45.9224316 118.725963,45.7750859 C118.728773,45.7026209 118.731895,45.629552 118.734704,45.556785 C118.740948,45.4133646 118.746568,45.2702461 118.752812,45.1256179 C118.757182,45.0111835 118.762178,44.8958433 118.76686,44.7808051 C118.770607,44.6881102 118.774353,44.5963211 118.778412,44.5033243 C118.786217,44.3146132 118.794021,44.1249963 118.801826,43.9347756 C118.803387,43.9030721 118.804636,43.8716706 118.805885,43.8399671 C118.853651,42.6892825 118.902978,41.5120274 118.952929,40.3338664 C118.956363,40.2550607 118.959797,40.1762549 118.963231,40.0974492 C118.970412,39.9262505 118.977592,39.7550518 118.985085,39.5838531 C118.986334,39.5563768 118.987582,39.5289005 118.988831,39.5017261 C118.997573,39.293389 119.006314,39.085354 119.015368,38.8773189 C119.017241,38.8296127 119.019426,38.7822085 119.021612,38.7345023 C119.028792,38.561492 119.036597,38.3890856 119.043778,38.2169811 C119.0469,38.1502529 119.049709,38.0835246 119.052519,38.0170983 C119.060948,37.8241601 119.069065,37.6318258 119.077807,37.4400954 C119.078743,37.4183558 119.07968,37.3966163 119.080617,37.3748768 C119.089046,37.1810328 119.097475,36.9877927 119.105904,36.7954583 C119.108714,36.7263146 119.111836,36.6577747 119.114958,36.5889329 C119.120578,36.4548726 119.126821,36.3211142 119.132441,36.1882616 C119.137436,36.0777524 119.142431,35.9678471 119.147114,35.8579417 C119.152421,35.7422996 119.157417,35.6278652 119.162412,35.5131289 C119.167095,35.410772 119.171465,35.3084151 119.176148,35.206964 C119.182704,35.0590145 119.18926,34.9122728 119.196129,34.765833 C119.198626,34.7021242 119.201436,34.6381134 119.204558,34.5747065 C119.211114,34.426757 119.21767,34.2800152 119.224226,34.1335755 C119.227973,34.0505426 119.232031,33.9675097 119.235778,33.8847788 C119.242021,33.7458874 119.248578,33.6088077 119.254509,33.471426 C119.257943,33.4001687 119.261378,33.3283076 119.264187,33.2576541 C119.271992,33.0943058 119.279173,32.9330711 119.286978,32.7724402 C119.288851,32.7226205 119.291348,32.6721969 119.293534,32.6223772 C119.301026,32.4665773 119.308207,32.3125891 119.315075,32.1592047 C119.317573,32.1054598 119.326626,32.0502052 119.329124,31.9964603 C119.34848,31.5825037 119.392812,31.1794169 119.392812,30.7875017 L119.392812,30.7817649 C119.392812,30.5924499 119.404987,30.4061544 119.414041,30.2225762 C119.415602,30.1881553 119.414041,30.1552441 119.415914,30.1211252 C119.422782,29.9746854 119.428714,29.8294533 119.435582,29.6872407 C119.438704,29.6232299 119.441202,29.5610307 119.444636,29.4979257 C119.449943,29.385001 119.455251,29.2723783 119.46087,29.162171 C119.463992,29.1002738 119.466802,29.0395843 119.469924,28.9785929 C119.475543,28.8695933 119.480851,28.7614996 119.486158,28.6555195 C119.490217,28.5812428 119.493963,28.5084758 119.497709,28.4357089 C119.50208,28.3529779 119.506451,28.2705489 119.510509,28.1899316 C119.514568,28.1147491 119.518314,28.0407743 119.522373,27.9674035 C119.527056,27.8792376 119.531739,27.7919776 119.536109,27.7062273 C119.539856,27.6413107 119.54329,27.5776019 119.546724,27.5144969 C119.551095,27.4338795 119.555465,27.3553757 119.559836,27.2774758 C119.56327,27.2143708 119.566704,27.1515678 119.570139,27.0902744 C119.574821,27.0090532 119.579192,26.9299455 119.583875,26.8517436 C119.586997,26.7955832 119.590119,26.7394228 119.593241,26.6847721 C119.5973,26.6168361 119.601046,26.5513156 119.605104,26.486097 C119.608539,26.4245017 119.612597,26.3629064 119.615719,26.3034247 C119.619778,26.2382062 119.623836,26.1763089 119.62727,26.1141098 C119.630392,26.0651959 119.633514,26.0153761 119.636636,25.9679719 C119.640695,25.9015456 119.644753,25.8387426 119.649124,25.7759395 C119.651934,25.7336683 119.654431,25.6901892 119.657241,25.6497296 C119.660987,25.5920595 119.664734,25.5392204 119.668168,25.4848716 C119.67129,25.4444119 119.6741,25.4018387 119.676909,25.3631907 C119.680968,25.3025012 119.690334,25.2472466 119.694392,25.1913881 C119.696265,25.1660254 119.705007,25.1379451 119.705007,25.1134882 L119.705007,25.1101669 C119.080617,24.8242319 118.381612,24.6029115 117.659817,24.4292973 C117.590509,24.4561698 117.517143,24.4839481 117.44409,24.5129341 C117.409436,24.5268232 117.371348,24.5416182 117.335758,24.5561112 C117.294236,24.5724158 117.253026,24.5887204 117.210256,24.6059309 C117.171856,24.6213297 117.13127,24.6379363 117.091934,24.653939 C117.051036,24.6708475 117.010451,24.6871521 116.967992,24.7043626 C116.926782,24.721573 116.883387,24.7393874 116.841241,24.7565978 C116.797221,24.7747141 116.753514,24.7925284 116.70887,24.8112485 C116.671719,24.8266474 116.633319,24.8426501 116.595231,24.8586528 C116.541534,24.8809961 116.487524,24.9033395 116.431953,24.9265887 C116.401982,24.9389682 116.371387,24.9519515 116.340792,24.9649348 C116.27367,24.993015 116.206236,25.0213972 116.136617,25.0506851 C116.11289,25.060951 116.088226,25.0712169 116.063875,25.0814828 C115.989885,25.1125824 115.91527,25.1442858 115.83847,25.1768951 C115.815368,25.1865571 115.791953,25.1965211 115.768851,25.2061831 C113.326236,26.2427352 109.574275,27.8855783 104.02126,30.0317516 C104.210139,30.9052574 104.497358,31.7697051 104.834529,32.5037157 C105.055563,32.9853063 105.388363,33.636586 105.801085,34.1707138 C109.667621,32.1800384 113.7349,30.5541039 117.930178,29.3348794 C118.041943,33.8554908 117.76409,38.3848585 117.100051,42.8607831 C116.9733,43.714663 116.825943,44.5857533 116.400109,45.343315 C115.607758,46.7533641 113.974353,47.5411196 112.353748,47.8838189 C111.700948,48.0221064 111.03847,48.101516 110.373495,48.1655268 C110.37568,49.0483927 110.655095,49.861209 111.029729,50.7501137 C111.92729,52.8799823 112.200148,54.9630506 112.212324,57.2553617 C112.214197,57.5832661 112.20327,57.9187189 112.188909,58.2565872 C112.401202,58.3033875 112.574782,58.3326755 112.69248,58.3375065 C114.100792,58.3936669 118.312617,56.110112 118.312617,56.110112 C118.312617,56.110112 118.312929,56.0913918 118.314178,56.0642174 C118.315114,56.0340237 118.316987,55.9902427 118.319485,55.9280435" id="Fill-140" fill="#00B1B2"></path>
75
+ <path d="M79.5057639,29.5039041 C79.1632859,29.931146 78.79552,30.464368 78.4683395,31.0501271 C80.776398,31.9245387 83.0329444,32.9251603 85.2261151,34.0429338 C86.4795785,33.2654441 87.78112,32.5519653 89.0430127,31.7805145 C89.3386615,31.5999557 89.6324371,31.4278512 89.9265249,31.2620874 C89.06112,30.9387121 88.2328663,30.6249988 87.4395785,30.3206456 C87.4214712,30.313701 87.4036761,30.3070584 87.3855688,30.3001138 C86.2007883,29.8453957 85.094681,29.412115 84.0631883,29.0014797 C84.0488273,28.9957429 84.0344663,28.9900061 84.0197932,28.9842693 C83.3357737,28.7116195 82.6842224,28.4489337 82.0642029,28.1968157 C82.0592078,28.1947022 82.0535883,28.1922867 82.048281,28.1901731 C81.7354615,28.0627554 81.430759,27.9380551 81.1338615,27.8160723 C80.5207102,28.3526156 79.9687493,28.9262973 79.5057639,29.5039041" id="Fill-142" fill="#00B1B2"></path>
76
+ <path d="M78.2679415,58.3156764 C78.3038439,58.3102415 78.3419317,58.3035989 78.3825171,58.2963524 C78.4084293,58.2915214 78.4346537,58.2863884 78.4621268,58.2809535 C78.5002146,58.2731032 78.5411122,58.264347 78.5826341,58.2549869 C78.6154146,58.2477404 78.6466341,58.2410978 78.6812878,58.2332474 C78.7196878,58.2241892 78.7618341,58.2133195 78.8027317,58.2033555 C78.8882732,58.1822199 78.977561,58.1592726 79.0727805,58.1339099 C79.0971317,58.1272672 79.1208585,58.1209265 79.1461463,58.1142839 C79.2110829,58.0964696 79.2782049,58.0777495 79.3472,58.0584254 C79.3684293,58.0523867 79.3899707,58.1025083 79.4118244,58.0961677 C79.4870634,58.075032 79.5638634,58.0855998 79.6437854,58.0855998 L79.6440976,58.0855998 C79.5960195,57.4817244 79.5301463,56.7942122 79.3918439,56.1592372 C79.0749659,54.7075207 78.9778732,53.3454797 79.0590439,51.8687023 C79.0952585,51.2131955 79.1049366,50.5528578 79.1118049,49.8967471 C79.1202341,49.1098974 79.2935024,48.544972 79.4917463,47.8456842 C78.0222439,47.4818493 76.5720976,46.6995286 75.8537366,45.3468477 C75.4510049,44.589286 75.3117659,43.716384 75.1921951,42.8625042 C75.1847024,42.810269 75.1787707,42.756826 75.1719024,42.7042888 C74.3296,34.3970765 74.3452098,41.7731129 73.9534049,41.278237 C73.385522,40.560833 72.6181463,39.3705945 71.7246439,38.524867 C71.7252683,38.5405677 71.7258927,38.5565704 71.7265171,38.5722712 C71.7842732,39.8787557 71.8420293,41.1997332 71.8976,42.5007828 C71.8979122,42.5053119 71.8982244,42.509539 71.8982244,42.51437 C71.9207024,43.0340048 71.9425561,43.5500164 71.9644098,44.060895 C71.9653463,44.0775015 71.9656585,44.0938062 71.9665951,44.1104127 C71.975961,44.3335447 71.9853268,44.5554689 71.9946927,44.7761854 C71.996878,44.8208722 71.998439,44.865559 72.0006244,44.9102458 C72.0209171,45.3951577 72.0412098,45.8734271 72.0611902,46.3435441 C72.0611902,46.3492809 72.0615024,46.3547158 72.0618146,46.3604526 C72.1236293,47.8363241 72.1816976,49.2279551 72.2328976,50.4737501 C72.2338341,50.4939799 72.2344585,50.5139078 72.2353951,50.5344396 C72.2678634,51.3237047 72.2978341,52.0522804 72.3243707,52.7059756 C72.3262439,52.747643 72.3278049,52.7893104 72.329678,52.8303739 C72.3702634,53.8273723 72.4030439,54.6371692 72.4258341,55.2036044 C72.4267707,55.2301749 72.4277073,55.2525183 72.4286439,55.2775791 C72.4305171,55.3192465 72.432078,55.3615178 72.433639,55.4004677 C72.4361366,55.4638747 72.4386341,55.5224506 72.4408195,55.5777052 C72.4411317,55.5861594 72.4414439,55.5946137 72.4417561,55.602766 C72.4461268,55.709652 72.4498732,55.8056682 72.4529951,55.8796429 C72.4548683,55.932482 72.4567415,55.9786785 72.4583024,56.0134013 C72.4608,56.0759024 72.4620488,56.1100214 72.4620488,56.1100214 C72.4620488,56.1100214 76.6641951,58.3935763 78.0728195,58.3374159 C78.1124683,58.3359062 78.1602341,58.3307733 78.2114341,58.3241306 C78.2289171,58.3220171 78.2488976,58.3186958 78.2679415,58.3156764" id="Fill-144" fill="#00B1B2"></path>
77
+ <path d="M102.83136,63.6750708 C100.262306,63.2692665 97.8515356,62.9166033 95.4161015,63.877671 C94.7604917,63.6992258 94.1988527,63.4588834 93.6447063,63.2632278 C93.09056,63.0675721 92.5442185,62.9166033 91.9198283,62.9166033 C88.1734868,63.5204787 84.7393405,63.218541 80.992999,62.9166033 C83.760921,65.2052911 87.8612917,65.332105 91.4802576,65.3940022 C91.9966283,65.4247998 92.511438,65.4592207 93.023438,65.5011901 C93.842638,65.5685222 94.653721,65.6557822 95.4495063,65.7774631 C97.2867746,65.6104915 99.1374673,65.5485943 100.980355,65.4568052 C101.594443,65.4260076 102.207906,65.3921906 102.819497,65.3499193 C105.344219,65.332105 108.174892,64.6442909 110.027145,62.9166033 C108.153975,62.9166033 105.279594,64.061853 102.83136,63.6750708" id="Fill-146" fill="#161C23"></path>
78
+ <path d="M90.0857756,45.9110183 C90.0857756,45.9110183 87.4689561,41.0863556 85.7409561,40.1723901 C82.5187902,39.1865635 77.7752976,37.2964334 77.7752976,37.2964334 C77.7752976,37.2964334 76.1543805,39.9848868 77.7556293,42.8070986 C81.4554537,43.7086846 90.0857756,45.9110183 90.0857756,45.9110183" id="Fill-148" fill="#FBF5E7"></path>
79
+ <path d="M78.8876176,41.1190856 C78.8838712,40.0807218 79.0340371,39.3859631 79.4967102,38.5049089 C79.5357346,38.470488 79.5675785,38.4276128 79.5803785,38.3705466 C79.5835005,38.3566575 79.5866224,38.3427683 79.5897444,38.3288792 C79.5934907,38.3216327 79.5966127,38.315292 79.6006712,38.3080455 C79.6362615,38.2443367 79.64032,38.1836472 79.6322029,38.126279 C79.6393834,38.0870271 79.637198,38.0510965 79.6309541,38.0172795 C78.5260956,37.5954725 77.7752663,37.2962522 77.7752663,37.2962522 C77.7752663,37.2962522 76.1543493,39.9850076 77.7559102,42.8069174 C78.1470907,42.9023298 78.5960273,43.012839 79.0818029,43.1333121 C78.9628566,42.4509329 78.8898029,41.7600994 78.8876176,41.1190856" id="Fill-150" fill="#DAD7D0"></path>
80
+ <path d="M90.2364098,45.9918168 L87.9923512,45.4024344 C87.9923512,45.4024344 78.4020293,43.1074059 77.4036293,42.9772707 C76.4052293,42.8471355 75.4483512,42.3199523 75.4483512,42.3199523 C75.4483512,42.3199523 76.2141659,41.453693 77.2434732,41.6780327 C77.5684683,42.2432601 78.1891122,42.8507588 78.686439,42.9268471 C79.1837659,43.0029354 86.9973854,44.8245256 88.0563512,45.0087076 C89.1156293,45.1928896 90.2364098,45.9918168 90.2364098,45.9918168" id="Fill-152" fill="#00B1B2"></path>
81
+ <path d="M85.6654985,42.7107503 C84.8650302,43.9079333 83.2122693,44.2509346 81.9741034,43.4764643 C80.7362498,42.702296 80.3815961,41.1038378 81.1823766,39.9063528 C81.3668839,39.6306837 81.5963473,39.4003052 81.8557815,39.2185387 C82.5647766,39.090819 85.8456351,40.1294848 85.9808156,40.5666906 C86.197479,41.2662803 86.1075668,42.0498086 85.6654985,42.7107503" id="Fill-154" fill="#000000"></path>
82
+ <path d="M82.6112312,41.451972 C82.6112312,41.451972 83.4897483,41.9392994 83.9976898,41.1542614 C85.0847532,41.4133239 85.50528,41.7119403 85.50528,41.7119403 C85.50528,41.7119403 85.068519,43.269637 83.6945483,43.4154729 C82.3208898,43.5616108 81.6356215,42.9550179 81.4639141,42.7065232 C81.2918946,42.4577265 82.6112312,41.451972 82.6112312,41.451972" id="Fill-156" fill="#012942"></path>
83
+ <path d="M85.3408156,40.9122281 C85.13664,41.0284741 84.7738693,40.995261 84.5412839,41.0139811 C84.2668644,41.0363245 83.9915083,41.0517233 83.71584,41.063197 C83.4301815,41.0755764 83.4573424,41.504328 83.743001,41.4922504 C84.1104546,41.4768516 84.4769717,41.4536024 84.8431766,41.4191815 C85.0963668,41.3953284 85.3645424,41.3968381 85.5880741,41.2694204 C85.8347083,41.1287174 85.5871376,40.7718271 85.3408156,40.9122281" id="Fill-158" fill="#627B8A"></path>
84
+ <path d="M90.0874615,45.933875 C89.5629737,45.2131497 86.8980761,41.0418802 85.7432663,40.3890908 C83.5513444,39.1502404 80.774681,39.3295914 78.4750517,38.289416 C76.2968663,37.3041932 75.8157737,36.6423457 75.5179395,34.3343338 C76.77952,35.4466724 77.2702907,36.2480151 78.5696468,37.0131252 C79.4528468,37.533062 81.9597737,38.643287 82.8710712,38.92892 C83.6949541,39.1873787 84.4916761,39.5243412 85.3090029,39.7861212 C86.6501932,40.2154766 87.8196761,41.1086084 88.5926712,42.2490271 C88.9504468,42.7765123 89.1502517,43.3586482 89.4237346,43.9193466 C89.7396761,44.5673049 90.0265834,45.3025232 90.2341932,45.9891296" id="Fill-160" fill="#00CABC"></path>
85
+ <path d="M128.147231,175.354705 C128.147231,175.354705 78.6880312,166.802924 88.4488117,137.642081 C90.2795239,133.137472 106.198353,121.009238 106.198353,121.009238 C106.198353,121.009238 96.1353678,117.159532 99.8720312,95.1078134 C100.961904,88.6759362 102.933729,83.4789843 105.180909,79.3442492 C105.501846,78.7533571 105.828402,78.1842045 106.158704,77.6364895 C106.543329,76.8940247 106.959173,76.174809 107.401241,75.4734077 C107.749963,74.9552826 108.106802,74.4407808 108.466763,73.9274866 C108.826724,73.4144945 109.189807,72.903012 109.547895,72.3942469 C112.524675,68.9551764 115.022236,65.0299861 114.397846,60.5009204 C114.085651,56.2737924 114.085651,52.3486021 114.648226,48.0124746 C114.752187,47.225323 114.879875,46.4436062 115.027856,45.6649089 C115.469924,43.3303265 116.089631,41.0217107 116.730256,38.7544604 C116.982509,37.9241317 117.245065,37.1037669 117.541963,36.2870254 C117.838548,35.46968 118.1701,34.6562598 118.539739,33.8488784 C112.833436,30.6148235 110.761397,25.2614679 112.316441,15.4116558 C114.775602,6.65425431 115.556402,4.05517447 115.556402,4.05517447 C115.556402,4.05517447 143.597456,10.485542 141.111758,59.7968016 C146.307309,63.4420957 144.605221,71.5678434 140.26009,84.6568433 C146.985085,89.4431599 148.479563,99.4985916 142.031485,112.025987 C142.927485,113.530241 144.785046,117.501326 144.785046,117.501326 C144.785046,117.501326 150.475739,126.972508 148.311602,133.137472 C146.147465,139.302437 121.05728,146.336981 128.147231,175.354705" id="Fill-162" fill="#012942"></path>
86
+ <g id="Group-166" transform="translate(45.892683, 0.147949)">
87
+ <mask id="mask-4" fill="white">
88
+ <use xlink:href="#path-3"></use>
89
+ </mask>
90
+ <g id="Clip-165"></g>
91
+ <path d="M69.6636878,3.90725518 C69.6636878,3.90725518 60.9934049,-2.39992172 43.9925073,1.33595361 C26.9922341,5.071527 17.1065756,22.0165734 15.8481171,31.1595494 C12.9393951,41.0685413 12.423961,46.8210586 17.2636098,66.6073389 C12.5038829,76.3925363 10.543922,74.9239113 9.27890732,83.7483429 C1.13498537,93.9432698 -10.2279805,107.835122 18.4349659,130.574957 C28.5497756,111.464413 39.0148683,96.8207362 37.5213268,90.7638657 C36.0277854,84.7069952 36.5691317,75.1083952 32.0157659,64.3153297 C27.484878,55.6155984 23.8028488,44.1338129 33.2142829,33.6689537 C39.5018927,26.677284 51.0424976,28.9472517 64.9670244,22.7116341 C76.704,17.3187246 69.6636878,3.90725518 69.6636878,3.90725518" id="Fill-164" fill="#012942" mask="url(#mask-4)"></path>
92
+ </g>
93
+ <path d="M112.970084,118.700864 C118.821869,115.120789 124.766377,110.561227 126.725713,103.838886 C126.732894,103.813825 126.734142,103.790576 126.738869,103.766002 C126.765362,103.729584 114.688406,112.269591 108.180386,115.199292 C106.296601,116.047737 104.392523,116.868706 102.500933,117.713226 C104.329147,120.292378 106.198572,121.00948 106.198572,121.00948 C106.198572,121.00948 103.545225,123.030953 100.280601,125.729672 C104.515216,123.396599 108.84942,121.222044 112.970084,118.700864" id="Fill-167" fill="#1D3650"></path>
94
+ <path d="M140.260027,84.6569339 C142.093861,79.1326815 143.453471,74.4961259 144.026037,70.7034863 C141.7851,79.8392157 134.287735,86.2632425 128.104086,93.1909014 C127.173432,94.1157367 126.310525,95.1066962 125.553452,96.1988049 C125.068613,96.8980927 128.486213,95.0514416 129.389393,94.0417619 C132.792944,90.6905552 137.196769,88.2019846 140.679618,84.9733646 C140.541003,84.8667806 140.403325,84.7589888 140.260027,84.6569339" id="Fill-169" fill="#1D3650"></path>
95
+ <path d="M142.962451,113.756181 C142.617787,113.078935 142.285924,112.453018 142.031485,112.026078 C143.446041,109.277539 144.477846,106.648567 145.156558,104.167847 C143.151017,107.375029 140.21326,110.113604 137.305787,112.488043 C132.516402,116.399344 127.304617,119.979117 123.927602,125.203848 C123.460558,125.926384 134.928421,117.890614 140.734939,114.928605 C141.46766,114.555108 142.215992,114.165911 142.962451,113.756181" id="Fill-171" fill="#1D3650"></path>
96
+ <path d="M70.0821229,74.0037561 C70.093362,73.9922825 70.1055376,73.9814127 70.1167766,73.9699391 C70.1155278,73.9687313 70.114279,73.9678255 70.1130302,73.9669197 C70.1539278,73.9161942 70.1979473,73.868488 70.2385327,73.8174605 C70.7820644,73.1362891 60.4224937,78.9226234 55.6349815,81.2472419 C55.4692059,82.0180889 55.315918,82.8894811 55.1713717,83.8961414 C53.850162,85.5504582 52.4440351,87.3019988 51.1378107,89.1728049 C52.3700449,87.9883033 53.682201,86.8759647 55.0695961,85.8442436 C60.207079,82.0238257 66.0123473,78.9987117 70.0821229,74.0037561" id="Fill-173" fill="#1D3650"></path>
97
+ <path d="M67.9929444,69.2470596 C62.9072859,65.0939063 62.6334907,58.2287485 60.5979785,52.3953119 C60.8680273,55.6435578 61.4824273,59.462466 62.5354615,64.1198552 C62.8304859,64.8487329 63.1486127,66.017