word-games-theme 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -1
  3. data/_data/footer/en/data.json +20 -18
  4. data/_data/header/en/data.json +1 -0
  5. data/_data/rating/rating.json +47 -0
  6. data/_data/wordgames/en/root.json +5 -2
  7. data/_includes/script.html +0 -2
  8. data/_includes/wordgames/advanced-filter/advanced-filter.html +56 -0
  9. data/_includes/wordgames/authorpagehead/authorpagehead.html +40 -0
  10. data/_includes/wordgames/faqs/faqs.html +44 -0
  11. data/_includes/wordgames/featurehighlights/featurehighlights.html +76 -0
  12. data/_includes/wordgames/footer/footer.html +277 -0
  13. data/_includes/wordgames/head/bloghead.html +78 -0
  14. data/_includes/wordgames/head/head.html +148 -0
  15. data/_includes/wordgames/header/blog-header.html +51 -0
  16. data/_includes/wordgames/header/header.html +51 -0
  17. data/_includes/wordgames/headings/headings.html +14 -0
  18. data/_includes/wordgames/howto/howto.html +73 -0
  19. data/_includes/wordgames/infographics/infographics.html +131 -0
  20. data/_includes/wordgames/paginations/blog-pagination.html +44 -0
  21. data/_includes/wordgames/paginations/post-pagination.html +24 -0
  22. data/_includes/wordgames/rating/rating.html +124 -0
  23. data/_includes/wordgames/rating/structureddata.html +53 -0
  24. data/_includes/wordgames/recent-posts/recent-posts.html +104 -0
  25. data/_includes/wordgames/related-posts/related-posts.html +203 -0
  26. data/_includes/wordgames/result-page/result-page.html +95 -0
  27. data/_includes/wordgames/scripts/scripts.html +66 -0
  28. data/_includes/wordgames/search-box/search-box.html +49 -0
  29. data/_includes/wordgames/seo/seo.html +58 -0
  30. data/_includes/wordgames/words-data/words-data.html +58 -0
  31. data/_includes/wordgames/words-point-table/words-point-table.html +106 -0
  32. data/_layouts/wordgames-about.html +194 -0
  33. data/_layouts/wordgames-author.html +408 -0
  34. data/_layouts/wordgames-authors.html +138 -0
  35. data/_layouts/wordgames-autogencontent.html +0 -0
  36. data/_layouts/wordgames-blog.html +94 -0
  37. data/_layouts/wordgames-disclaimer.html +148 -0
  38. data/_layouts/wordgames-home.html +78 -0
  39. data/_layouts/wordgames-post.html +215 -0
  40. data/_layouts/wordgames-privacy-policy.html +640 -0
  41. data/_layouts/wordgames-result.html +38 -0
  42. data/_layouts/wordgames-terms-and-conditions.html +569 -0
  43. data/_layouts/wordgames-tools.html +0 -0
  44. data/_layouts/wordgames-word-meaning.html +180 -0
  45. data/_layouts/wordgames-xyz.html +0 -0
  46. data/_layouts/wordgames.categories.html +0 -0
  47. data/assets/css/wordgames-blog.css +431 -0
  48. data/assets/css/wordgames-home.css +948 -0
  49. data/assets/css/wordgames-result.css +498 -0
  50. data/assets/css/wordgames-theme.css +227 -0
  51. data/assets/css/wordgames-variables.css +20 -0
  52. data/assets/images/background.svg +80 -0
  53. data/assets/images/close-btn.svg +16 -0
  54. data/assets/images/facebook-icon.svg +9 -0
  55. data/assets/images/facebook.svg +10 -1
  56. data/assets/images/how-to.svg +1 -0
  57. data/assets/images/idea.svg +113 -0
  58. data/assets/images/instagram.svg +1 -1
  59. data/assets/images/logo wordswithletter final black.svg +95 -0
  60. data/assets/images/logo.svg +106 -0
  61. data/assets/images/minus-btn.svg +14 -0
  62. data/assets/images/plus btn.svg +16 -0
  63. data/assets/images/questionmark.svg +17 -0
  64. data/assets/images/search.svg +16 -1
  65. data/assets/images/twitter.svg +1 -1
  66. data/assets/images/wordfinder-favicon.svg +69 -0
  67. data/assets/images/wordfinder-pink.svg +82 -0
  68. data/assets/images/wordfinder-result-logo.svg +105 -0
  69. data/assets/images/words with letters logo white text.svg +95 -0
  70. data/assets/js/scrabble-words.js +885 -0
  71. data/assets/js/theme.js +2 -1
  72. data/assets/js/wordgames-home.js +82 -0
  73. data/assets/js/wordgames-result.js +885 -0
  74. data/assets/js/wordgames-xletter.js +740 -0
  75. metadata +65 -2
@@ -0,0 +1,69 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
7
+ .st1{clip-path:url(#SVGID_1_);stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
8
+ .st2{fill:#0AA055;}
9
+ .st3{fill:#19FF9F;}
10
+ .st4{fill:#E6FFF1;}
11
+ .st5{fill:#66FFAF;}
12
+ .st6{fill:#2AD17D;}
13
+ </style>
14
+ <g>
15
+ <g>
16
+ <g>
17
+ <path id="XMLID_1_" class="st0" d="M9.3,6.4C8.7,6.8,9.1,7.6,9.4,8c0.1,0.1,0.2,0.3,0.3,0.3c0.3,0.2,0.6,0.1,0.8-0.2
18
+ c0.3-0.5-0.1-1.2-0.3-1.6C10,6.2,9.7,6.2,9.3,6.4z"/>
19
+ </g>
20
+ <g>
21
+ <defs>
22
+ <path id="SVGID_3_" d="M9.3,6.4C8.7,6.8,9.1,7.6,9.4,8c0.1,0.1,0.2,0.3,0.3,0.3c0.3,0.2,0.6,0.1,0.8-0.2
23
+ c0.3-0.5-0.1-1.2-0.3-1.6C10,6.2,9.7,6.2,9.3,6.4z"/>
24
+ </defs>
25
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
26
+ <clipPath id="SVGID_1_">
27
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
28
+ </clipPath>
29
+ <path class="st1" d="M10,7.9C10,7.9,10,7.9,10,7.9c0.1-0.1,0.2,0,0.2,0c0.1,0,0.1,0.1,0.2,0c0.1,0,0.2-0.2,0.3-0.3
30
+ c0-0.1,0.1-0.1,0.1-0.1c0.1,0,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0.1,0.3c0,0.2,0.1,0.3,0,0.5c0,0.2-0.1,0.3-0.2,0.4
31
+ C10.6,9,10.4,9.1,10.3,9C10.1,9,10,9,9.9,8.9C9.9,8.8,9.8,8.7,9.8,8.6c0-0.1,0-0.1,0.1-0.2C9.9,8.3,10,8.1,10,7.9z"/>
32
+ <use xlink:href="#SVGID_3_" style="overflow:visible;fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;"/>
33
+ </g>
34
+ </g>
35
+ <path class="st2" d="M11.9,6.5C11.8,6.5,11.8,6.5,11.9,6.5c-0.2,2.2-1.4,4-2.8,4C8,10.4,7,8.9,6.9,7.4C6.4,7.8,6.3,9,5.9,9.4
36
+ c0,0-0.1,0.1-0.1,0.1l0,0c-0.3,0-0.5,0.2-0.5,0.5c-0.1,0.1-0.2,0.3-0.4,0.4c0,0,0,0.1,0,0.1c0.3,0.8,0.6,1.4,0,2.3
37
+ c-0.4,0.5-0.9,0.8-1.5,1c-0.3,0.1-0.6,0.2-0.9,0.4c-0.2,0.2-0.7,0.4-0.7,0.7c0,0.3,0.5,0.6,0.7,0.7S3.1,16,3.4,16
38
+ c0.8-0.1,1.6-0.6,2-1.4c0.1-0.2,0.2-0.5,0.4-0.7c0.7-0.9,2.4-0.1,3.4-0.1c1,0,2-0.4,2.8-1.1c1.8-1.8,2.1-4.7,2.3-6.7
39
+ C13.4,5.6,12.8,6.6,11.9,6.5z"/>
40
+ <path class="st3" d="M9.6,0C6.5,0,4.1,3.8,4.1,7.6c0,0.9,0.1,1.8,0.4,2.7c0,0,0,0.1,0,0.1c0.3,0.8,0.6,1.4,0,2.3
41
+ c-0.4,0.5-0.9,0.8-1.5,1c-0.3,0.1-0.6,0.2-0.9,0.4c-0.2,0.2-0.5,0.4-0.4,0.8c0,0.3,0.2,0.5,0.5,0.7s0.6,0.1,0.9,0.1
42
+ c0.8-0.1,1.6-0.6,2-1.4c0.1-0.2,0.2-0.5,0.4-0.7c0.7-0.9,2.4-0.1,3.4-0.1c1,0,2.1-0.4,2.8-1.1c1.9-2,2.3-3.4,2.6-5.4
43
+ c0-0.5,0.1-0.9,0.1-1.4C14.3,2.2,12.5,0,9.6,0z M8.8,10.7c-1.1,0-1.8-1.3-1.9-2.7c0-0.1,0-0.2,0-0.3c0-2.2,1.3-4.8,2.8-4.8
44
+ c1.2,0,1.8,1.1,1.8,2.9c0,0.2,0,0.3,0,0.5C11.3,8.4,10.2,10.7,8.8,10.7z"/>
45
+ <g id="Layer_3">
46
+ <path class="st4" d="M12,1.3c-0.1-0.1-0.3,0-0.3,0.1c0,0.1,0,0.2,0.1,0.3C12.7,2.4,13,3.6,13,4.7c0,0.3,0.5,0.3,0.5,0
47
+ C13.5,3.4,13.1,2.1,12,1.3z"/>
48
+ <path class="st5" d="M12.7,8.5c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1-0.1-0.3-0.1c-0.4,0-0.5,0.4-0.4,0.7c-0.3,0.3-0.6,0.7-0.9,1.1
49
+ c-0.1,0.1-0.2,0.2-0.4,0.3c0,0-0.1,0-0.1,0c-0.3,0-0.4,0.2-0.4,0.4c-0.2,0.1-0.5,0.2-0.8,0.3c-0.1-0.1-0.3-0.2-0.5-0.2
50
+ c-0.1,0-0.2,0-0.3,0C8,11,7.9,11,7.8,11c-0.2,0-0.4,0.1-0.4,0.3c-0.4,0.2-0.9,0.3-1.4,0.4c-0.1,0-0.2,0.1-0.3,0.2
51
+ c-0.1,0.2-0.1,0.5,0,0.7l0,0c0.1,0.2,0.3,0.2,0.5,0.2c0.4,0.2,0.9,0.3,1.4,0.3c0.3,0,0.6-0.1,1,0c0.3,0,0.7,0,1,0
52
+ c0.4-0.1,0.8-0.3,1.2-0.6c0.4-0.2,0.7-0.5,1-0.9c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.3-0.3,0.4-0.5c0.4-0.5,0.8-1.1,0.9-1.8
53
+ C13.4,8.8,13.1,8.4,12.7,8.5z"/>
54
+ <path class="st6" d="M7.1,12c-0.6,0-0.6,1,0,1C7.8,13,7.8,12,7.1,12z"/>
55
+ <path class="st6" d="M8.2,11.2c-0.6,0-0.6,1,0,1S8.9,11.2,8.2,11.2z"/>
56
+ <path class="st6" d="M8,12.6c-0.3,0-0.3,0.5,0,0.5C8.4,13.1,8.4,12.6,8,12.6z"/>
57
+ <path class="st6" d="M8.9,12.3c-0.3,0-0.3,0.5,0,0.5C9.2,12.8,9.2,12.3,8.9,12.3z"/>
58
+ <path class="st6" d="M9.4,11.8c-0.3,0-0.3,0.5,0,0.5C9.7,12.3,9.7,11.8,9.4,11.8z"/>
59
+ <path class="st6" d="M9.7,12.5c-0.3,0-0.3,0.5,0,0.5S10,12.5,9.7,12.5z"/>
60
+ <path class="st6" d="M13.7,7.3c-0.3,0-0.3,0.5,0,0.5C14,7.8,14,7.3,13.7,7.3z"/>
61
+ <path class="st6" d="M13.5,8c-0.3,0-0.3,0.5,0,0.5C13.8,8.5,13.8,8,13.5,8z"/>
62
+ <path class="st6" d="M13.2,8.7c-0.3,0-0.3,0.5,0,0.5C13.6,9.2,13.6,8.7,13.2,8.7z"/>
63
+ <path class="st6" d="M12.9,9.3c-0.3,0-0.3,0.5,0,0.5S13.2,9.3,12.9,9.3z"/>
64
+ <path class="st6" d="M12.3,9.9c-0.6,0-0.6,1,0,1C12.9,10.9,12.9,9.9,12.3,9.9z"/>
65
+ <path class="st6" d="M11.5,10.9c-0.6,0-0.6,1,0,1C12.1,11.9,12.1,10.9,11.5,10.9z"/>
66
+ <path class="st6" d="M10.5,11.8c-0.6,0-0.6,1,0,1C11.1,12.8,11.1,11.8,10.5,11.8z"/>
67
+ </g>
68
+ </g>
69
+ </svg>
@@ -0,0 +1,82 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1920px"
4
+ height="1080px" viewBox="0 0 1920 1080" style="enable-background:new 0 0 1920 1080;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:url(#SVGID_2_);}
8
+ .st2{fill:url(#SVGID_3_);}
9
+ .st3{fill:url(#SVGID_4_);}
10
+ .st4{fill:url(#SVGID_5_);}
11
+ .st5{fill:url(#SVGID_6_);}
12
+ .st6{fill:url(#SVGID_7_);}
13
+ .st7{fill:url(#SVGID_8_);}
14
+ </style>
15
+ <g id="Layer_1">
16
+ </g>
17
+ <g id="Layer_2">
18
+ <g>
19
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="959.9995" y1="1078.8462" x2="959.9995" y2="-2.193885e-05">
20
+ <stop offset="2.717173e-07" style="stop-color:#FFFFFF;stop-opacity:0"/>
21
+ <stop offset="1" style="stop-color:#E6D2FF;stop-opacity:0.1"/>
22
+ </linearGradient>
23
+ <rect x="0" y="0" class="st0" width="1920" height="1078.8"/>
24
+
25
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="283.8848" y1="314.995" x2="283.8848" y2="215.9949" gradientTransform="matrix(0.7071 0.7071 -0.7071 0.7071 195.4964 -138.9701)">
26
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
27
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:0.1055"/>
28
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.2396"/>
29
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.3"/>
30
+ </linearGradient>
31
+ <polygon class="st1" points="208.5,319.5 138.5,249.5 208.5,179.5 278.5,249.5 "/>
32
+
33
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="914.9709" y1="-564.9022" x2="914.9709" y2="-621.0554" gradientTransform="matrix(0.8045 -0.594 0.594 0.8045 177.0345 1194.4753)">
34
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
35
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:0.1055"/>
36
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.2396"/>
37
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.3"/>
38
+ </linearGradient>
39
+ <polygon class="st2" points="600.2,179.9 555,213.2 521.6,168.1 566.8,134.7 "/>
40
+
41
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="1592.4231" y1="61.4405" x2="1592.4231" y2="-11.3483" gradientTransform="matrix(0.8045 -0.594 0.594 0.8045 177.0345 1194.4753)">
42
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
43
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:0.1055"/>
44
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.2396"/>
45
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.3"/>
46
+ </linearGradient>
47
+ <polygon class="st3" points="1523.9,276.4 1465.3,319.7 1422.1,261.1 1480.7,217.9 "/>
48
+
49
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="985.1384" y1="476.969" x2="985.1384" y2="368.5849" gradientTransform="matrix(0.8045 -0.594 0.594 0.8045 177.0345 1194.4753)">
50
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
51
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:0.1055"/>
52
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.2396"/>
53
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.3"/>
54
+ </linearGradient>
55
+ <polygon class="st4" points="1296.5,960.9 1209.3,1025.2 1144.9,938 1232.1,873.7 "/>
56
+
57
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="347.1248" y1="830.9261" x2="347.1248" y2="461.9261" gradientTransform="matrix(0.9466 0.3225 -0.3225 0.9466 226.5102 -98.1631)">
58
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
59
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:8.089446e-02"/>
60
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.1837"/>
61
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.23"/>
62
+ </linearGradient>
63
+ <circle class="st5" cx="346.6" cy="625.7" r="184.5"/>
64
+
65
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="1003.1886" y1="520.9225" x2="1003.1886" y2="69.4006" gradientTransform="matrix(1 0 0 1 95.1057 128.0775)">
66
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
67
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:7.034301e-02"/>
68
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.1597"/>
69
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.2"/>
70
+ </linearGradient>
71
+ <circle class="st6" cx="1098.3" cy="423.2" r="225.8"/>
72
+
73
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="1641.6455" y1="920.9719" x2="1641.6455" y2="554.4914" gradientTransform="matrix(0.9775 -0.2108 0.2108 0.9775 -23.8343 518.4398)">
74
+ <stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
75
+ <stop offset="0.3517" style="stop-color:#F9B0CE;stop-opacity:7.737730e-02"/>
76
+ <stop offset="0.7985" style="stop-color:#F15093;stop-opacity:0.1757"/>
77
+ <stop offset="1" style="stop-color:#EE2A7B;stop-opacity:0.22"/>
78
+ </linearGradient>
79
+ <circle class="st7" cx="1736.4" cy="893.6" r="183.2"/>
80
+ </g>
81
+ </g>
82
+ </svg>
@@ -0,0 +1,105 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="187px"
4
+ height="50px" viewBox="0 0 187 50" style="enable-background:new 0 0 187 50;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{clip-path:url(#XMLID_3_);fill:#00E990;}
8
+ .st2{fill:#0DBC69;}
9
+ .st3{fill:#19FF9F;}
10
+ .st4{fill:#E6FFF1;}
11
+ .st5{fill:#66FFAF;}
12
+ .st6{fill:#2AD17D;}
13
+ .st7{fill:#151130;}
14
+ .st8{fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:10;}
15
+ </style>
16
+ <g id="Layer_1">
17
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="76.6379" y1="22.6017" x2="171.4151" y2="22.6017">
18
+ <stop offset="0" style="stop-color:#19FF9F"/>
19
+ <stop offset="1" style="stop-color:#008966;stop-opacity:0"/>
20
+ </linearGradient>
21
+ <path class="st0" d="M83.1,18.1c1.2,0.8,2,1.9,2.8,3.1c3.2,4.8,5.9,10.7,11.3,12.6c0.7,0.3,1.6,0.5,2.3,0.3c1.6-0.3,2.6-2,3.5-3.3
22
+ c1.2-1.7,2.6-3.2,4.3-4.4c1.3-1,2.9-1.8,4.5-1.6c3.2,0.4,4.4,4.4,6.9,6.4c0.3,0.3,0.6,0.5,1,0.6c0.4,0.1,0.9-0.1,1.3-0.3
23
+ c2.6-1.2,3.9-4.1,5-6.7c0.2-0.5,0.5-1.1,1-1.5c0.5-0.4,1.1-0.4,1.7-0.5c2-0.3,3.9-0.8,5.7-1.6c1.1-0.5,2.1-1.1,2.8-2
24
+ c0.5-0.7,0.7-1.6,0.8-2.5c0.3-2.2,0.2-4.4,0.8-6.5c0.6-2.1,1.9-4.2,4-4.8c1.9-0.6,4,0.1,6.1,0.1c3.5,0.1,6.7-1.8,9.9-3
25
+ s7.5-1.4,9.7,1.3c2.2,2.6,1.4,6.5,0.4,9.7s-2,7-0.1,9.8c0.9,1.3,2.5,2.3,2.7,3.9c0.2,1-0.3,2.1-0.9,3c-3.3,5-10.8,6.5-15.8,3.2
26
+ c-1.5-1-2.7-2.3-4.3-3.2c-3.6-2-8.6-0.8-10.9,2.6c-1.1,1.5-1.6,3.4-2.4,5.1s-2.2,3.3-4,3.6c-3.7,0.6-6.7-4.2-10.4-3.6
27
+ c-2,0.3-3.3,2-4.8,3.4s-3.7,2.5-5.4,1.4c-2.6-1.6-1.2-6.6-4-7.9c-1.1-0.5-2.4-0.2-3.4,0.4c-1,0.6-1.8,1.5-2.7,2.2
28
+ c-3,2.4-7.3,3.2-11,2c-1-0.3-2-0.8-2.4-1.7c-0.3-0.6-0.2-1.4-0.2-2.1c-0.1-2.2-1.1-4.4-2.7-6c-0.4-0.4-0.9-0.8-1.5-0.7
29
+ c-0.8,0.1-1.2,0.9-1.6,1.6c-0.5,1-1.2,1.9-2.1,2.5c-1,0.6-2.3,0.6-3.1-0.1c-0.8-0.7-1-1.8-1.1-2.9c-0.4-4.5-0.1-9,0.7-13.4
30
+ C77.6,16.8,82.6,17.8,83.1,18.1z"/>
31
+ <g>
32
+ <defs>
33
+ <path id="XMLID_1_" d="M83.3,36.4c-2.4,1.6-0.8,4.5,0.4,6.3c0.3,0.5,0.7,1,1.2,1.3c1,0.6,2.4,0.2,3-0.7c1.2-1.9-0.3-4.7-1.3-6.4
34
+ C85.8,35.6,84.5,35.6,83.3,36.4z"/>
35
+ </defs>
36
+ <use xlink:href="#XMLID_1_" style="overflow:visible;fill:#29EF95;"/>
37
+ <clipPath id="XMLID_3_">
38
+ <use xlink:href="#XMLID_1_" style="overflow:visible;"/>
39
+ </clipPath>
40
+ <path class="st1" d="M85.9,42.3c0-0.1,0.1-0.2,0.2-0.2c0.2-0.1,0.4,0.1,0.6,0.2c0.2,0.1,0.4,0.2,0.7,0.1c0.5-0.1,0.7-0.7,1-1.1
41
+ c0.1-0.2,0.4-0.3,0.5-0.2c0.2,0.1,0.3,0.3,0.3,0.6c0.1,0.3,0.1,0.7,0.2,1c0.1,0.6,0.2,1.3,0.1,1.9c-0.1,0.6-0.4,1.3-0.8,1.6
42
+ c-0.5,0.4-1.1,0.5-1.7,0.4c-0.6,0-1.1-0.2-1.5-0.6c-0.2-0.3-0.4-0.6-0.5-1c-0.1-0.4,0.1-0.5,0.3-0.9
43
+ C85.6,43.6,85.7,42.9,85.9,42.3z"/>
44
+ </g>
45
+ <path d="M29.3,12c2.4,6,2.9,8.2,2.9,15.4c0,6.7-3,11-8,11c-2.3,0-4.3-1.6-5.6-3.9c-1.2,2.4-3.4,3.9-5.6,3.9c-5.1,0-8-4.3-8-11
46
+ c0-7.3,0.3-9.9,2.9-15.4l5.5,1.1c-1.8,4.2-2.7,8.9-2.7,14.3c0,3.6,0.8,5.4,2.4,5.4c2.1,0,3.4-3.9,3.4-10.8c0-3.5-0.2-5.9-0.7-7.5
47
+ h5.9c-0.4,1.4-0.6,3.8-0.6,7.4c0,7.1,1.2,10.9,3.3,10.9c1.6,0,2.4-1.8,2.4-5.4c0-5.4-0.9-10.2-2.7-14.3L29.3,12z"/>
48
+ <path class="st2" d="M49.2,24.3C49.1,24.3,49.1,24.3,49.2,24.3c-0.5,4.4-2.8,8-5.6,8c-2.2,0-4.3-3.2-4.5-6.2
49
+ c-0.9,0.8-1.1,3.3-2,4.2c-0.1,0.1-0.2,0.2-0.3,0.3c0,0,0,0,0,0c-0.7,0-1,0.5-1,1c-0.3,0.3-0.5,0.6-0.8,0.9c0,0.1,0.1,0.2,0.1,0.3
50
+ c0.7,1.7,1.3,2.9-0.1,4.6c-0.8,1-1.9,1.7-3.1,2.1c-0.6,0.2-1.2,0.4-1.8,0.8c-0.5,0.4-1.5,0.8-1.4,1.5c0,0.6,1,1.3,1.5,1.5
51
+ s1.2,0.3,1.8,0.2c1.7-0.2,3.3-1.3,4.1-2.8c0.3-0.5,0.5-1,0.8-1.4c1.5-1.9,4.8-0.2,6.8-0.3c2.1,0,4.1-0.8,5.6-2.3
52
+ c3.6-3.7,4.2-9.4,4.7-13.5C52.3,22.6,51,24.5,49.2,24.3z"/>
53
+ <path class="st3" d="M44.5,11.2c-6.2,0-11,7.6-11,15.3c0,1.8,0.2,3.7,0.9,5.5c0,0.1,0.1,0.2,0.1,0.3c0.7,1.7,1.3,2.9-0.1,4.6
54
+ c-0.8,1-1.9,1.7-3.1,2.1c-0.6,0.2-1.2,0.4-1.8,0.8c-0.5,0.4-1,0.9-0.9,1.6c0,0.6,0.5,1.1,1,1.4s1.2,0.3,1.8,0.2
55
+ c1.7-0.2,3.3-1.3,4.1-2.8c0.3-0.5,0.5-1,0.8-1.4c1.5-1.9,4.8-0.2,6.8-0.3c2.1,0,4.2-0.8,5.6-2.3c3.8-4.1,4.7-6.8,5.2-10.9
56
+ c0.1-1,0.2-1.9,0.2-2.8C54.1,15.7,50.5,11.2,44.5,11.2z M42.9,32.8c-2.2,0-3.7-2.6-3.8-5.5c0-0.2,0-0.4,0-0.6
57
+ c0-4.4,2.6-9.8,5.7-9.8c2.4,0,3.7,2.2,3.7,5.8c0,0.4,0,0.7,0,1.1C48.1,28.1,45.8,32.8,42.9,32.8z"/>
58
+ <path d="M58.8,11.7c7.8,0,12.8,3.1,12.8,8.9c0,3.7-2,6.4-5.7,7.8c1.2,1.6,4.3,4.2,7.1,6.3L69.5,39c-1.7-2.1-6.3-6.2-8.4-7.7
59
+ c0,2.5-0.1,4.5-0.2,6.3h-5.4c0.2-4.3,0.3-8.8,0.3-13.4c0-4.1,0-8.3-0.3-12.4C56.4,11.7,57.5,11.7,58.8,11.7z M61.3,24.8
60
+ c3-0.7,4.7-1.7,4.7-4.2c0-2-1.6-2.9-4.9-3.1C61.3,19.5,61.3,22,61.3,24.8z"/>
61
+ <path d="M73.2,31.5c0-6.4,0.7-13.1,2.1-19.9c9.5,0,15.6,3.8,15.6,10.5c0,8.7-8.6,15.1-17.1,16.6C73.4,36.8,73.2,34.4,73.2,31.5z
62
+ M84.5,22c0-2.5-1.5-4-4.5-4.7c-0.7,3.4-1.1,8-1.1,14C81.5,29.9,84.5,25,84.5,22z"/>
63
+ <path d="M102.6,14c-0.4-0.3-1.1-0.5-2.2-0.5c-1.9,0-3,2-3.3,6.2h5.7v6.6h-5.7c0,3.7,0.3,7.1,0.8,10.4l-5.6,0.4
64
+ c-0.4-4.7-0.7-10.4-0.7-13.7c0-11.2,2.6-16.7,7.9-16.7c2.3,0,3.9,0.5,5,1.2L102.6,14z"/>
65
+ <path d="M111.5,13c0,4.3-0.1,19.6-0.1,23.9h-5.6c0-4.4,0.1-19.6,0.1-23.9H111.5z"/>
66
+ <path d="M119.5,11.9c-0.3,0.8-0.4,1.9-0.4,2.6c1-1.7,2.7-2.5,4.7-2.5c4.7,0,7.3,3.2,7.3,9.6c0,5.1-1.3,10.8-3.8,17.1l-5.2-2.1
67
+ c1.8-4.2,3.5-11.9,3.5-15.3c0-2.5-0.7-3.7-2-3.7c-3.1,0-4.8,3.7-4.8,9.6c0,2.4,0.5,5.7,1.3,8.8l-5.4,1.9c-0.9-4.2-1.3-9.1-1.3-14.8
68
+ c0-4.1,0.3-7.4,0.8-10.3L119.5,11.9z"/>
69
+ <path d="M132.3,31.5c0-6.4,0.7-13.1,2.1-19.9c9.5,0,15.6,3.8,15.6,10.5c0,8.7-8.6,15.1-17.1,16.6C132.5,36.8,132.3,34.4,132.3,31.5
70
+ z M143.6,22c0-2.5-1.5-4-4.5-4.7c-0.7,3.4-1.1,8-1.1,14C140.6,29.9,143.6,25,143.6,22z"/>
71
+ <path d="M161.7,17.5c-0.2-0.1-0.6-0.1-1.1-0.1c-2,0-3.3,1.7-3.9,5.1c1.6,0,3.1-0.1,4.5-0.3l0.6,5.6c-1.6,0.2-3.2,0.2-5.1,0.3
72
+ c0.7,3.2,2.9,4.8,6.5,4.8l0.6,5.6c-8.2,0-13-5-13-13.1c0-7.9,3.9-13.5,10-13.5c0.5,0,1,0.1,1.5,0.1L161.7,17.5z"/>
73
+ <path d="M168.7,11.7c7.8,0,12.8,3.1,12.8,8.9c0,3.7-2,6.4-5.7,7.8c1.2,1.6,4.3,4.2,7.1,6.3l-3.5,4.4c-1.7-2.1-6.3-6.2-8.4-7.7
74
+ c0,2.5-0.1,4.5-0.2,6.3h-5.4c0.2-4.3,0.3-8.8,0.3-13.4c0-4.1,0-8.3-0.3-12.4C166.3,11.7,167.4,11.7,168.7,11.7z M171.2,24.8
75
+ c3-0.7,4.7-1.7,4.7-4.2c0-2-1.6-2.9-4.9-3.1C171.2,19.5,171.2,22,171.2,24.8z"/>
76
+ </g>
77
+ <g id="Layer_3">
78
+ <path class="st4" d="M49.5,13.9c-0.2-0.2-0.6,0-0.7,0.2c-0.1,0.3,0,0.5,0.2,0.7c1.8,1.3,2.5,3.6,2.5,5.8c0,0.6,1,0.6,1,0
79
+ C52.5,18,51.7,15.5,49.5,13.9z"/>
80
+ <path class="st5" d="M50.8,28.4c-0.2,0.1-0.5,0.2-0.7,0.3c-0.2-0.1-0.3-0.2-0.6-0.2c-0.8,0-1.1,0.8-0.9,1.4
81
+ c-0.6,0.7-1.2,1.5-1.9,2.2c-0.2,0.3-0.5,0.5-0.8,0.7c-0.1,0-0.2,0-0.3,0c-0.6,0-0.9,0.4-0.9,0.8c-0.5,0.3-1.1,0.5-1.6,0.6
82
+ c-0.3-0.2-0.7-0.4-1-0.5c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1-0.1-0.3-0.2-0.6-0.2c-0.5,0-0.8,0.3-0.9,0.6c-0.9,0.4-1.8,0.7-2.8,0.9
83
+ c-0.3,0-0.5,0.2-0.6,0.5c-0.3,0.4-0.3,1,0,1.4c0,0,0,0,0,0c0.2,0.4,0.7,0.5,1.1,0.4c0.9,0.4,1.8,0.7,2.8,0.6c0.7-0.1,1.3-0.2,2-0.1
84
+ c0.7,0.1,1.4,0.1,2.1-0.1c0.9-0.2,1.7-0.7,2.4-1.2c0.8-0.5,1.4-1.1,2.1-1.8c0.1-0.1,0.2-0.2,0.2-0.3c0.3-0.3,0.6-0.6,0.9-1
85
+ c0.8-1.1,1.7-2.3,1.9-3.7C52.2,28.9,51.6,28.1,50.8,28.4z"/>
86
+ <path class="st6" d="M39.6,35.5c-1.3,0-1.3,2,0,2C40.9,37.5,40.9,35.5,39.6,35.5z"/>
87
+ <path class="st6" d="M41.8,33.9c-1.3,0-1.3,2,0,2C43.1,35.9,43.1,33.9,41.8,33.9z"/>
88
+ <path class="st6" d="M41.4,36.6c-0.6,0-0.6,1,0,1C42.1,37.6,42.1,36.6,41.4,36.6z"/>
89
+ <path class="st6" d="M43.2,36.1c-0.6,0-0.6,1,0,1C43.8,37.1,43.8,36.1,43.2,36.1z"/>
90
+ <path class="st6" d="M44.1,35c-0.6,0-0.6,1,0,1C44.8,36,44.8,35,44.1,35z"/>
91
+ <path class="st6" d="M44.7,36.5c-0.6,0-0.6,1,0,1C45.3,37.5,45.3,36.5,44.7,36.5z"/>
92
+ <path class="st6" d="M52.8,26c-0.6,0-0.6,1,0,1C53.5,27,53.5,26,52.8,26z"/>
93
+ <path class="st6" d="M52.5,27.4c-0.6,0-0.6,1,0,1C53.1,28.4,53.1,27.4,52.5,27.4z"/>
94
+ <path class="st6" d="M51.9,28.8c-0.6,0-0.6,1,0,1C52.6,29.8,52.6,28.8,51.9,28.8z"/>
95
+ <path class="st6" d="M51.2,30c-0.6,0-0.6,1,0,1C51.8,31,51.8,30,51.2,30z"/>
96
+ <path class="st6" d="M50,31.2c-1.3,0-1.3,2,0,2C51.3,33.2,51.3,31.2,50,31.2z"/>
97
+ <path class="st6" d="M48.4,33.2c-1.3,0-1.3,2,0,2C49.6,35.2,49.6,33.2,48.4,33.2z"/>
98
+ <path class="st6" d="M46.3,35c-1.3,0-1.3,2,0,2C47.6,37,47.6,35,46.3,35z"/>
99
+ </g>
100
+ <g id="Layer_2">
101
+ <path class="st7" d="M47.7,24.7c-0.1-0.3-0.2-0.6-0.4-0.9c-0.3-0.5-0.7-0.9-1.2-1c-0.5-0.1-0.9,0.2-1.2,0.5
102
+ c-0.8,0.8-1.6,2.6-0.5,3.6c0.7,0.6,2.3,0.6,3-0.2C47.9,26.2,47.9,25.4,47.7,24.7z"/>
103
+ <path class="st8" d="M83.3,37.3c-0.4,0.5-0.5,1.1-0.4,1.7"/>
104
+ </g>
105
+ </svg>
@@ -0,0 +1,95 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="187px"
4
+ height="50px" viewBox="0 0 187 50" style="enable-background:new 0 0 187 50;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#00D4A7;}
7
+ .st1{fill:#FFFFFF;}
8
+ .st2{fill:none;stroke:#FFFFFF;stroke-width:4;stroke-miterlimit:10;}
9
+ </style>
10
+ <g id="Layer_1">
11
+ </g>
12
+ <g id="Layer_2">
13
+ <path class="st0" d="M9.3,28.6c0.3,0.1,0.6,0.3,0.9,0.3c0.7,0,1.3-0.7,1.6-1.3c0.9-1.8,1.3-3.8,1.9-5.7s1.5-3.9,3.1-5
14
+ c2.6-1.8,6-1.2,9.1-1.8c0.4-0.1,0.9-0.2,1.1-0.6c0.3-0.6-0.1-1.3-0.5-1.8C23.9,10,19.8,9,16.2,9.9s-6.7,3.4-8.7,6.5
15
+ c-0.9,1.5-1.7,3.1-1.9,4.8C5.3,24,6.8,27.3,9.3,28.6z"/>
16
+ <path class="st1" d="M58,15l-2.2,15.8l-4.5,0.5l-3.6-9.8l-1.4,10.4l-4.5,0.5l-5.7-14.9l4-0.5L43.6,28L45,16.5l4.1-0.5l3.9,10.9
17
+ L54,15.4L58,15z"/>
18
+ <path class="st1" d="M61.2,31c-1-0.5-1.7-1.2-2.3-2.2c-0.6-1-0.8-2.1-0.8-3.3c0-1.3,0.3-2.4,0.8-3.3c0.6-1,1.3-1.7,2.3-2.2
19
+ c1-0.5,2.1-0.8,3.3-0.8c1.2,0,2.3,0.3,3.3,0.8c1,0.5,1.7,1.3,2.3,2.2c0.6,1,0.8,2.1,0.8,3.3s-0.3,2.4-0.8,3.3
20
+ c-0.6,1-1.3,1.7-2.3,2.2s-2.1,0.8-3.3,0.8C63.3,31.8,62.2,31.6,61.2,31z M66.3,27.8c0.5-0.5,0.8-1.3,0.8-2.3s-0.2-1.7-0.7-2.3
21
+ c-0.5-0.5-1.1-0.8-1.8-0.8c-0.7,0-1.3,0.3-1.8,0.8S62,24.5,62,25.5c0,1,0.2,1.7,0.7,2.3s1.1,0.8,1.8,0.8
22
+ C65.2,28.6,65.8,28.3,66.3,27.8z"/>
23
+ <path class="st1" d="M78.3,19.8c0.7-0.4,1.4-0.6,2.2-0.6v4h-1c-0.9,0-1.6,0.2-2.1,0.6c-0.5,0.4-0.7,1.1-0.7,2.1v5.7h-3.8V19.4h3.8
24
+ v2C77.1,20.7,77.7,20.2,78.3,19.8z"/>
25
+ <path class="st1" d="M81.2,24.1c0.8-0.7,1.7-1.1,2.6-1.3c1-0.2,1.9-0.1,2.8,0.3c0.7,0.3,1.4,0.7,1.9,1.3c0.5,0.6,0.8,1.2,1,1.8
26
+ l2.1-5.3l3.5,1.4l-6,15.1l-3.5-1.4l0.7-1.6c-0.5,0.4-1.2,0.7-1.9,0.7c-0.7,0.1-1.5,0-2.3-0.4c-0.9-0.4-1.7-1-2.3-1.7
27
+ c-0.6-0.8-0.9-1.7-1-2.8c-0.1-1.1,0.1-2.2,0.6-3.4C79.8,25.8,80.4,24.8,81.2,24.1z M88,28c-0.3-0.7-0.8-1.2-1.5-1.5s-1.4-0.3-2.1,0
28
+ c-0.7,0.3-1.2,0.9-1.5,1.8c-0.3,0.9-0.4,1.7-0.1,2.4c0.3,0.7,0.8,1.2,1.5,1.5c0.7,0.3,1.4,0.3,2.1-0.1c0.7-0.3,1.2-0.9,1.5-1.8
29
+ C88.2,29.5,88.2,28.7,88,28z"/>
30
+ <path class="st1" d="M96.4,37.3c-0.8-0.4-1.5-0.9-2-1.5c-0.5-0.6-0.8-1.4-0.8-2.1h3.7c0,0.4,0.2,0.8,0.6,1c0.4,0.3,0.8,0.4,1.3,0.4
31
+ c0.5,0,0.8-0.1,1.1-0.3c0.3-0.2,0.4-0.4,0.4-0.7c0-0.4-0.2-0.6-0.5-0.8c-0.4-0.2-1-0.4-1.8-0.6c-0.9-0.2-1.6-0.4-2.2-0.6
32
+ s-1.1-0.6-1.5-1.1c-0.4-0.5-0.6-1.2-0.6-2c0-0.7,0.2-1.3,0.6-1.9s1-1,1.7-1.4c0.8-0.3,1.7-0.5,2.7-0.5c1.5,0,2.8,0.4,3.6,1.1
33
+ c0.9,0.8,1.4,1.8,1.5,3h-3.5c-0.1-0.4-0.2-0.8-0.6-1c-0.3-0.2-0.7-0.4-1.2-0.4c-0.4,0-0.8,0.1-1,0.3c-0.2,0.2-0.4,0.4-0.4,0.7
34
+ c0,0.4,0.2,0.6,0.6,0.8s1,0.4,1.7,0.5c0.9,0.2,1.7,0.5,2.2,0.7c0.6,0.2,1.1,0.6,1.5,1.1c0.4,0.5,0.7,1.2,0.7,2
35
+ c0,0.7-0.2,1.4-0.6,1.9s-1,1-1.7,1.3c-0.8,0.3-1.6,0.5-2.6,0.5C98.2,37.8,97.2,37.6,96.4,37.3z"/>
36
+ <path class="st1" d="M110.5,13.1l-2.5,9.4h-3.2l-1.5-6.1l-1.5,6.1h-3.2L96,13.1h2.9l1.3,6.7l1.6-6.7h3l1.6,6.7l1.3-6.7H110.5z"/>
37
+ <path class="st1" d="M109.9,24.8c0.2,0.3,0.2,0.7,0.1,1c-0.1,0.4-0.4,0.6-0.7,0.8c-0.3,0.2-0.7,0.2-1.1,0c-0.4-0.1-0.7-0.4-0.9-0.7
38
+ c-0.2-0.3-0.2-0.7-0.1-1c0.1-0.4,0.3-0.6,0.7-0.8c0.3-0.2,0.7-0.2,1.1,0C109.4,24.3,109.7,24.5,109.9,24.8z M108.1,23l2.5-7.6
39
+ l2.3,0.8l-2.5,7.6L108.1,23z"/>
40
+ <path class="st1" d="M118.7,19v2.1h-1.2c-0.9,0-1.6-0.2-2.1-0.6c-0.5-0.4-0.7-1.1-0.7-2.1v-3.2h-1v-2h1v-1.9h2.4v1.9h1.6v2h-1.6
41
+ v3.2c0,0.2,0.1,0.4,0.2,0.5c0.1,0.1,0.3,0.2,0.6,0.2H118.7z"/>
42
+ <path class="st1" d="M127.2,15.3c0.6,0.6,0.8,1.4,0.8,2.5v4.7h-2.4v-4.3c0-0.5-0.1-0.9-0.4-1.2c-0.3-0.3-0.6-0.4-1.1-0.4
43
+ c-0.5,0-0.8,0.1-1.1,0.4c-0.3,0.3-0.4,0.7-0.4,1.2v4.3h-2.4V11.8h2.4v3.7c0.2-0.4,0.6-0.6,1-0.8c0.4-0.2,0.9-0.3,1.4-0.3
44
+ C125.9,14.4,126.6,14.7,127.2,15.3z"/>
45
+ <path class="st1" d="M122.9,23.2v13.5h-3.1V23.2H122.9z"/>
46
+ <path class="st1" d="M137.7,28.3h-7c0,0.6,0.3,1.1,0.6,1.4c0.4,0.3,0.8,0.5,1.3,0.5c0.8,0,1.3-0.3,1.6-1h3.3
47
+ c-0.2,0.7-0.5,1.3-0.9,1.8c-0.4,0.5-1,1-1.7,1.3c-0.7,0.3-1.4,0.5-2.2,0.5c-1,0-1.9-0.2-2.7-0.6c-0.8-0.4-1.4-1-1.8-1.8
48
+ c-0.4-0.8-0.7-1.7-0.7-2.8c0-1.1,0.2-2,0.6-2.8c0.4-0.8,1-1.4,1.8-1.8c0.8-0.4,1.7-0.6,2.7-0.6c1,0,1.9,0.2,2.6,0.6
49
+ c0.8,0.4,1.4,1,1.8,1.8c0.4,0.8,0.6,1.7,0.6,2.7C137.8,27.7,137.8,28,137.7,28.3z M134.6,26.6c0-0.5-0.2-1-0.5-1.3
50
+ c-0.4-0.3-0.8-0.5-1.4-0.5c-0.5,0-1,0.2-1.3,0.5c-0.4,0.3-0.6,0.7-0.7,1.3H134.6z"/>
51
+ <path class="st1" d="M146,28.2v3.4H144c-1.5,0-2.6-0.4-3.4-1.1c-0.8-0.7-1.2-1.9-1.2-3.5v-5.3h-1.6v-3.4h1.6v-3.2h4.1v3.2h2.7v3.4
52
+ h-2.7v5.3c0,0.4,0.1,0.7,0.3,0.9c0.2,0.2,0.5,0.3,0.9,0.3H146z"/>
53
+ <path class="st1" d="M152.5,31v2.6h-1.6c-1.1,0-2-0.3-2.6-0.8c-0.6-0.6-0.9-1.5-0.9-2.7v-4h-1.2v-2.6h1.2V21h3.1v2.5h2v2.6h-2v4.1
54
+ c0,0.3,0.1,0.5,0.2,0.7c0.1,0.1,0.4,0.2,0.7,0.2H152.5z"/>
55
+ <path class="st1" d="M163.7,29.3h-7c0,0.6,0.3,1.1,0.6,1.4c0.4,0.3,0.8,0.5,1.3,0.5c0.8,0,1.3-0.3,1.6-1h3.3
56
+ c-0.2,0.7-0.5,1.3-0.9,1.8c-0.4,0.5-1,1-1.7,1.3c-0.7,0.3-1.4,0.5-2.2,0.5c-1,0-1.9-0.2-2.7-0.6c-0.8-0.4-1.4-1-1.8-1.8
57
+ c-0.4-0.8-0.7-1.7-0.7-2.8c0-1.1,0.2-2,0.6-2.8c0.4-0.8,1-1.4,1.8-1.8c0.8-0.4,1.7-0.6,2.7-0.6c1,0,1.9,0.2,2.6,0.6
58
+ c0.8,0.4,1.4,1,1.8,1.8c0.4,0.8,0.6,1.7,0.6,2.7C163.8,28.7,163.8,29,163.7,29.3z M160.6,27.6c0-0.5-0.2-1-0.5-1.3
59
+ c-0.4-0.3-0.8-0.5-1.4-0.5c-0.5,0-1,0.2-1.3,0.5c-0.4,0.3-0.6,0.7-0.7,1.3H160.6z"/>
60
+ <path class="st1" d="M169.9,23.9c0.5-0.3,1.2-0.5,1.8-0.5v3.3h-0.9c-0.8,0-1.4,0.2-1.7,0.5c-0.4,0.3-0.6,0.9-0.6,1.8v4.7h-3.1V23.5
61
+ h3.1v1.7C168.9,24.6,169.3,24.2,169.9,23.9z"/>
62
+ <path class="st1" d="M175,33.4c-0.7-0.3-1.2-0.7-1.6-1.2c-0.4-0.5-0.6-1.1-0.7-1.8h3.1c0,0.4,0.2,0.6,0.5,0.9
63
+ c0.3,0.2,0.6,0.3,1.1,0.3c0.4,0,0.7-0.1,0.9-0.2c0.2-0.2,0.3-0.3,0.3-0.6c0-0.3-0.2-0.5-0.5-0.6c-0.3-0.1-0.8-0.3-1.5-0.5
64
+ c-0.7-0.2-1.3-0.3-1.8-0.5c-0.5-0.2-0.9-0.5-1.3-0.9c-0.4-0.4-0.5-1-0.5-1.6c0-0.6,0.2-1.1,0.5-1.6s0.8-0.9,1.4-1.1
65
+ c0.6-0.3,1.4-0.4,2.2-0.4c1.3,0,2.3,0.3,3,0.9c0.7,0.6,1.2,1.5,1.3,2.5h-2.9c0-0.4-0.2-0.6-0.5-0.8c-0.3-0.2-0.6-0.3-1-0.3
66
+ c-0.4,0-0.6,0.1-0.8,0.2c-0.2,0.1-0.3,0.3-0.3,0.6c0,0.3,0.2,0.5,0.5,0.7c0.3,0.1,0.8,0.3,1.4,0.4c0.8,0.2,1.4,0.4,1.8,0.6
67
+ c0.5,0.2,0.9,0.5,1.2,0.9c0.4,0.4,0.5,1,0.6,1.7c0,0.6-0.2,1.1-0.5,1.6s-0.8,0.8-1.4,1.1c-0.6,0.3-1.4,0.4-2.2,0.4
68
+ C176.5,33.8,175.7,33.7,175,33.4z"/>
69
+ <g>
70
+ <g>
71
+ <path class="st1" d="M68.4,37c1.4,0.2,2.8,0.1,4.1-0.3c1.3-0.3,2.6-0.9,3.5-1.8c0.4-0.5-0.3-1.2-0.7-0.7
72
+ c-0.8,0.9-2.1,1.3-3.2,1.6c-1.2,0.3-2.5,0.4-3.7,0.2c-0.3,0-0.5,0.3-0.5,0.5C67.8,36.8,68.1,36.9,68.4,37L68.4,37z"/>
73
+ </g>
74
+ </g>
75
+ <path class="st1" d="M129.9,36.7h-9.4v-3.1h9.4V36.7z"/>
76
+ <circle class="st2" cx="18.8" cy="22" r="12.8"/>
77
+ <path class="st1" d="M26.2,31.3l4.4,7.3c0.3,0.5,0.1,1.1-0.3,1.4l-1.1,0.7c-0.5,0.3-1.1,0.1-1.4-0.3L23.3,33
78
+ c-0.3-0.5-0.1-1.1,0.3-1.4l1.1-0.7C25.2,30.7,25.9,30.8,26.2,31.3z"/>
79
+ <g>
80
+ <g>
81
+ <path class="st1" d="M65.2,27c1.3,0,1.3-2,0-2C63.9,25,63.9,27,65.2,27L65.2,27z"/>
82
+ </g>
83
+ </g>
84
+ <g>
85
+ <g>
86
+ <path class="st1" d="M86.1,31.1c1.3,0,1.3-2,0-2C84.8,29.1,84.8,31.1,86.1,31.1L86.1,31.1z"/>
87
+ </g>
88
+ </g>
89
+ <g>
90
+ <g>
91
+ <path class="st1" d="M23.7,25.3c3.2,0,3.2-5,0-5C20.5,20.3,20.5,25.3,23.7,25.3L23.7,25.3z"/>
92
+ </g>
93
+ </g>
94
+ </g>
95
+ </svg>