western-world 3.0.255 → 3.0.258

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.255",
3
+ "version": "3.0.258",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1 +1,117 @@
1
- // TODO
1
+ $animation-time: 3s;
2
+
3
+ .animated {
4
+ .hmm {
5
+ #hand {
6
+ animation-name: handWithHammerAnimation;
7
+ animation-duration: $animation-time;
8
+ animation-timing-function: ease-in-out;
9
+ animation-iteration-count: infinite;
10
+ transform-origin: 7840px 4708px;
11
+ }
12
+
13
+ #hand_2 {
14
+ animation-name: hand2Animation;
15
+ animation-duration: $animation-time;
16
+ animation-timing-function: ease-in-out;
17
+ animation-iteration-count: infinite;
18
+ transform-origin: 7036px 4860px;
19
+ }
20
+
21
+ #sparks {
22
+ animation-name: sparksAnimation;
23
+ animation-duration: $animation-time;
24
+ animation-timing-function: ease-in-out;
25
+ animation-iteration-count: infinite;
26
+ opacity: 0;
27
+ }
28
+
29
+ #all {
30
+ animation-name: shakingAnimation;
31
+ animation-duration: $animation-time;
32
+ animation-timing-function: ease-in-out;
33
+ animation-iteration-count: infinite;
34
+ }
35
+ }
36
+ }
37
+
38
+ @keyframes handWithHammerAnimation {
39
+ 0% {
40
+ transform: rotate(0deg);
41
+ }
42
+ 30% {
43
+ transform: rotate(90deg);
44
+ }
45
+ 32% {
46
+ transform: rotate(0deg);
47
+ }
48
+ 100% {
49
+ transform: rotate(0deg);
50
+ }
51
+ }
52
+
53
+ @keyframes hand2Animation {
54
+ 0% {
55
+ transform: rotate(0deg);
56
+ }
57
+ 30% {
58
+ transform: rotate(140deg);
59
+ }
60
+ 32% {
61
+ transform: rotate(0deg);
62
+ }
63
+ 100% {
64
+ transform: rotate(0deg);
65
+ }
66
+ }
67
+
68
+ @keyframes sparksAnimation {
69
+ 0% {
70
+ opacity: 0;
71
+ }
72
+ 31% {
73
+ opacity: 0;
74
+ }
75
+ 32% {
76
+ opacity: 1;
77
+ }
78
+ 40% {
79
+ opacity: 1;
80
+ }
81
+ 100% {
82
+ opacity: 0;
83
+ }
84
+ }
85
+
86
+ @keyframes shakingAnimation {
87
+ 0% {
88
+ transform: translateY(0px);
89
+ }
90
+ 32% {
91
+ transform: translateY(0px);
92
+ }
93
+ 35% {
94
+ transform: translateY(100px);
95
+ }
96
+ 38% {
97
+ transform: translateY(-50px);
98
+ }
99
+ 40% {
100
+ transform: translateY(25px);
101
+ }
102
+ 42% {
103
+ transform: translateY(-17px);
104
+ }
105
+ 43% {
106
+ transform: translateY(9px);
107
+ }
108
+ 44% {
109
+ transform: translateY(-5px);
110
+ }
111
+ 45% {
112
+ transform: translateY(0px);
113
+ }
114
+ 100% {
115
+ transform: translateY(0px);
116
+ }
117
+ }
@@ -1 +1,56 @@
1
- // TODO
1
+ .animated {
2
+ .racket {
3
+ #left_arm_1_ {
4
+ animation-name: leftArmAnimation;
5
+ animation-duration: 3s;
6
+ animation-iteration-count: infinite;
7
+ animation-timing-function: ease-in-out;
8
+ animation-direction: alternate;
9
+ transform-origin: 4934px 1598px;
10
+ }
11
+
12
+ #right_arm_1_ {
13
+ animation-name: rightArmAnimation;
14
+ animation-duration: 3s;
15
+ animation-iteration-count: infinite;
16
+ animation-timing-function: ease-in-out;
17
+ animation-direction: alternate;
18
+ transform-origin: 3116px 2170px;
19
+ }
20
+
21
+ #head_1_ {
22
+ animation-name: headAnimation;
23
+ animation-duration: 3s;
24
+ animation-iteration-count: infinite;
25
+ animation-timing-function: ease-in-out;
26
+ animation-direction: alternate;
27
+ }
28
+ }
29
+ }
30
+
31
+ @keyframes leftArmAnimation {
32
+ 0% {
33
+ transform: rotate(0deg);
34
+ }
35
+ 100% {
36
+ transform: rotate(-5deg);
37
+ }
38
+ }
39
+
40
+ @keyframes rightArmAnimation {
41
+ 0% {
42
+ transform: rotate(0deg);
43
+ }
44
+ 100% {
45
+ transform: rotate(5deg);
46
+ }
47
+ }
48
+
49
+ @keyframes headAnimation {
50
+ 0% {
51
+ transform: translateY(0px);
52
+ }
53
+ 100% {
54
+ transform: translateY(150px);
55
+ }
56
+ }
@@ -3,9 +3,9 @@
3
3
  <svg version="1.1" id="main_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
4
  viewBox="0 0 8192 8192" style="enable-background:new 0 0 8192 8192;" xml:space="preserve">
5
5
  <style type="text/css">
6
- .st0{fill:#A1F8F0;}
7
- .st1{fill:#50B8D1;stroke:#000000;stroke-width:20;stroke-miterlimit:8.192;}
8
- .st2{fill:none;stroke:#50B8D1;stroke-width:20;stroke-miterlimit:8.192;}
6
+ .st0{fill:#FBCABB;}
7
+ .st1{fill:#A2C8EC;stroke:#000000;stroke-width:20;stroke-miterlimit:8.192;}
8
+ .st2{fill:none;stroke:#386898;stroke-width:20;stroke-miterlimit:8.192;}
9
9
  .st3{fill:#71F0E9;stroke:#000000;stroke-width:20;stroke-miterlimit:8.192;}
10
10
  .st4{fill:#FFFFFF;}
11
11
  .st5{fill:none;stroke:#020202;stroke-width:40;stroke-miterlimit:8.192;}
@@ -19,7 +19,7 @@
19
19
  .st13{fill:#FFE9BD;stroke:#000000;stroke-width:16.384;stroke-miterlimit:8.192;}
20
20
  .st14{fill:none;stroke:#000000;stroke-width:16.384;stroke-miterlimit:8.192;}
21
21
  .st15{fill:#76C0E5;stroke:#000000;stroke-width:16.384;stroke-miterlimit:8.192;}
22
- .st16{fill:#76C0E5;stroke:#000000;stroke-width:16.3882;stroke-miterlimit:8.1934;}
22
+ .st16{fill:#76C0E5;stroke:#000000;stroke-width:16.3885;stroke-miterlimit:8.1935;}
23
23
  .st17{fill:#FFC42C;stroke:#000000;stroke-width:16.384;stroke-miterlimit:8.192;}
24
24
  .st18{display:none;fill:#875000;stroke:#000000;stroke-width:5;stroke-miterlimit:8.192;}
25
25
  .st19{fill:#386898;}
@@ -157,9 +157,9 @@
157
157
  </g>
158
158
  <path class="st14" d="M5680.4,2929.6l-71.1-65.1c0,0-53.3-77,29.7-71.1c82.9,5.9,159.9-47.3,159.9-47.3"/>
159
159
 
160
- <ellipse transform="matrix(0.4361 -0.8999 0.8999 0.4361 895.4607 6932.7231)" class="st15" cx="5979.5" cy="2751.9" rx="106.6" ry="91.8"/>
160
+ <ellipse transform="matrix(0.4361 -0.8999 0.8999 0.4361 895.4676 6932.7773)" class="st15" cx="5979.6" cy="2751.9" rx="106.6" ry="91.8"/>
161
161
 
162
- <ellipse transform="matrix(0.3483 -0.9374 0.9374 0.3483 1265.1688 7076.1323)" class="st16" cx="5721.6" cy="2628.2" rx="103.6" ry="94.8"/>
162
+ <ellipse transform="matrix(0.3483 -0.9374 0.9374 0.3483 1265.3002 7076.1665)" class="st16" cx="5721.7" cy="2628.1" rx="103.6" ry="94.8"/>
163
163
  <path class="st17" d="M5828.4,2911.8c0,0,23.7-23.7,11.9-53.3"/>
164
164
  <path class="st18" d="M5279.4,2799.9c0,0-94.8,230.4-88.9,289.7l10.5-168l-84.2,212.3l36.4-170.2l-102.8,126l131.2-227.2
165
165
  l-160.7,146.1l161.9-215.5l-184,134.4l206.7-252.6l-177.2,97.7l205.6-201.2l-161.4,61.1l178.5-154.3c0,0-162.9,42.7-222.2,60.5
@@ -13,158 +13,163 @@
13
13
  .st7{stroke:#000000;stroke-width:20;}
14
14
  .st8{fill:#EEEEEE;stroke:#000000;stroke-width:20;}
15
15
  </style>
16
- <g id="background">
17
- <rect width="8192" height="8192"/>
18
- <polygon class="st0" points="189,4511 189,2666 783,2666 783,3971 "/>
19
- <polygon class="st0" points="1719,2657 2727,2657 2727,3422 1728,3422 "/>
20
- <polygon class="st0" points="3672,2648 3978,2648 3978,3494 3690,3494 "/>
21
- <polygon class="st0" points="4941,2657 5211,2648 5211,3998 4932,3998 "/>
22
- <rect x="5967" y="2666" class="st0" width="81" height="1467"/>
23
- <polygon class="st0" points="189,1703 756,1694 756,1262 198,1262 "/>
24
- <polygon class="st0" points="1647,1685 2709,1685 2709,1271 1656,1271 "/>
25
- </g>
26
- <g id="logo">
27
- <polygon class="st1" points="382.6,4857.3 1822.6,4223.7 2353.2,4363.1 2744.2,3832.6 4739,2938.3 5694,3102 5499.9,3411.2
28
- 4990.6,3277.8 5366.6,3623.4 4617.8,3741.6 5181.6,3899.3 5014.9,4126.6 5963.8,4329.8 4402.5,5030.1 4247.9,5272.6 3796.2,5142.2
29
- 4102.4,5481.8 3453.6,5554.5 3938.7,5721.3 3759.8,6012.3 2832.2,5697 861.6,6494.3 1701.4,5299.9 "/>
30
- <polygon points="3326.3,5014.9 3086.8,5349.9 3559.7,5271.1 "/>
31
- <path d="M2731.4,4939.9c0,0,12.1,39.4-14.4,61.4c-26.5,22-69,3-69,3s-176.6-227.4-304.7-247.1c0,0-32.6-7.6-24.3-41.7
32
- c8.3-34.1,61.4-26.5,61.4-26.5S2571.4,4741.3,2731.4,4939.9z"/>
33
- <path d="M2893.5,4961.1c0,0,24.3-39.4-6.8-74.3s-106.1-65.2-106.1-65.2s-34.9-9.1-59.1,12.9c-24.3,22,9.1,53.8,9.1,53.8l101.6,75
34
- C2832.2,4963.4,2858.7,4980,2893.5,4961.1z"/>
35
- <path d="M4540.5,4979.3c0,0-219.4-437.7-338.8-532c-119.4-94.4-155.7-102.3-155.7-102.3s-40.9-9.1-22.7-63.7
36
- c18.2-54.6,96.6-45.5,96.6-45.5s210.3,90.9,329.7,327.4c119.4,236.5,181.9,375.2,181.9,375.2L4540.5,4979.3z"/>
37
- <path d="M4754.2,4899.7l-183-355.8c0,0-15.9-36.4,15.9-58s71.6,17.1,71.6,17.1l163.7,361.5L4754.2,4899.7z"/>
38
- <path d="M4979.3,4792.8l-77.3-220.5c0,0-8-37.5,19.3-48.9c27.3-11.4,53.4,18.2,53.4,18.2l68.2,226.2L4979.3,4792.8z"/>
39
- <path d="M3991.4,4575.7c0,0,33-29.6,78.4,8c45.5,37.5,1.1,73.9,1.1,73.9s-47.7,9.1-73.9-9.1
40
- C3970.9,4630.3,3991.4,4575.7,3991.4,4575.7z"/>
41
- <path d="M3852.7,4443.8c0,0,64.8-45.5-38.7-95.5s-134.1-1.1-134.1-1.1s-38.7,38.7,10.2,69.3c48.9,30.7,92.1,44.3,92.1,44.3
42
- S3809.5,4468.8,3852.7,4443.8z"/>
43
- <polygon points="4567.7,3261.1 4751.1,3433.9 4382.8,3503.7 "/>
44
- <path class="st2" d="M1696.1,5135c0,0,18.2-40.9-38.7-76.2c-56.8-35.2-101.2-8-101.2-8s-63.7,69.3,17.1,104.6
45
- C1654,5190.7,1696.1,5135,1696.1,5135z"/>
46
- <path class="st2" d="M791.1,4797.4c0,0-11.4-97.8,176.2-53.4s370.6,142.1,370.6,142.1s114.8,50,75,111.4
47
- c-39.8,61.4-110.3,31.8-110.3,31.8l-262.6-75c0,0-92.1,17.1-170.5,0S791.1,4797.4,791.1,4797.4z"/>
48
- <path class="st2" d="M1848.4,5493.9c0,0,34.9-33.3,69.7-16.7s-3,75.8-3,75.8s-59.1,24.3-78.8,12.1
49
- C1816.6,5553,1848.4,5493.9,1848.4,5493.9z"/>
50
- <path class="st2" d="M1789.3,5622.7c0,0,9.1,15.2-3,33.3s-48.5,16.7-48.5,16.7s-16.7-19.7-6.1-40.9
51
- C1742.3,5610.6,1789.3,5622.7,1789.3,5622.7z"/>
52
- <path class="st2" d="M1514.9,5915.3c0,0,22.7,27.3,71.2-15.2c48.5-42.4-3-75.8-3-75.8s-30.3-15.2-60.6,22.7
53
- C1492.2,5885,1514.9,5915.3,1514.9,5915.3z"/>
54
- <path class="st2" d="M1422.5,6045.6c0,0,45.5,74.3-34.9,141c-80.3,66.7-122.8,36.4-122.8,36.4s-44-77.3,19.7-144
55
- C1348.2,6012.3,1422.5,6045.6,1422.5,6045.6z"/>
56
- <path class="st2" d="M1118.6,5756.9c0,0,31.8-65.9-102.3-111.4c-134.1-45.5-156.9,15.9-156.9,15.9s22.7,77.3,90.9,100
57
- S1118.6,5756.9,1118.6,5756.9z"/>
58
- <path class="st2" d="M575.1,5686.4c0,0-90.9-113.7-250.1-122.8s-266,43.2-266,43.2s-52.3,65.9,2.3,122.8
59
- c54.6,56.8,229.6,61.4,229.6,61.4S559.2,5786.4,575.1,5686.4z"/>
60
- <path class="st2" d="M3112.6,6379.1c0,0,48.5-33.3-34.9-78.8s-119.7,6.1-119.7,6.1s6.1,37.9,50,60.6
61
- C3051.9,6389.7,3112.6,6379.1,3112.6,6379.1z"/>
62
- <path class="st2" d="M3577.9,6318.5c0,0,48.5,37.9,90.9,4.5c42.4-33.3-21.2-78.8-21.2-78.8s-236.5-142.5-328.9-148.5
63
- c-92.5-6.1-72.8,40.9-72.8,40.9S3444.5,6210.9,3577.9,6318.5z"/>
64
- <path class="st2" d="M4103.1,5752.3c0,0,32.6-15.2-7.6-65.2s-59.1,13.6-59.1,13.6S4053.1,5751.6,4103.1,5752.3z"/>
65
- <path class="st2" d="M3520.3,5781.9c3-4.5,71.2-56.1-44-112.2c-115.2-56.1-127.3,56.1-127.3,56.1s-25.8,44,57.6,72.8
66
- C3490,5827.4,3520.3,5781.9,3520.3,5781.9z"/>
67
- <path class="st2" d="M3185.3,5660.6c0,0-12.1-125.8-127.3-157.6s-168.3,48.5-168.3,48.5s-19.7,100,87.9,130.4
68
- C3085.3,5712.2,3185.3,5660.6,3185.3,5660.6z"/>
69
- <path class="st2" d="M3424.8,4913.3c0,0,95.5,37.9,130.4-28.8c34.9-66.7-37.9-119.7-37.9-119.7s-77.3-63.7-134.9,15.2
70
- C3324.8,4858.8,3424.8,4913.3,3424.8,4913.3z"/>
71
- <path class="st2" d="M3815.9,4884.5c0,0,37.9-37.9,72.8-7.6c34.9,30.3,10.6,59.1,10.6,59.1s-34.9,24.3-63.7,9.1
72
- S3815.9,4884.5,3815.9,4884.5z"/>
73
- <path class="st2" d="M4134.2,5043.7c0,0,16.7-56.1-59.1-98.5c-75.8-42.4-136.4,10.6-136.4,10.6s-36.4,71.2,47,95.5
74
- C4069,5075.5,4134.2,5043.7,4134.2,5043.7z"/>
75
- <path class="st2" d="M2533.5,4426c0,0,22-25,56.8-6.8c34.9,18.2,0,47.7,0,47.7s-28,12.9-57.6,1.5S2533.5,4426,2533.5,4426z"/>
76
- <path class="st2" d="M3100.1,4615.5c0,0-36.4-43.2,15.9-71.6c52.3-28.4,87.5-1.1,87.5-1.1s27.3,46.6-17.1,68.2
77
- C3142.1,4632.5,3100.1,4615.5,3100.1,4615.5z"/>
78
- <path class="st2" d="M2920.5,3822c0,0,106.9,58,37.5,148.9c-69.3,90.9-138.7,39.8-138.7,39.8s-30.7-3.4-39.8,45.5
79
- c-9.1,48.9-2.3,81.9-2.3,81.9s-27.3,59.1-78.4,73.9c-51.2,14.8-60.3-47.7-60.3-47.7s29.6-68.2,79.6-100s56.8-59.1,56.8-59.1
80
- s-18.2-90.9,25-142.1C2843.1,3811.7,2920.5,3822,2920.5,3822z"/>
81
- <path class="st2" d="M3278.6,4254c0,0,26.1-196.7,96.6-261.5c70.5-64.8-23.9-63.7-23.9-63.7S3241,3980,3231.9,4088
82
- c-9.1,108,11.4,150.1,11.4,150.1S3249,4271,3278.6,4254z"/>
83
- <path class="st2" d="M3368.4,4236.9c0,0-22.7,63.7,21.6,68.2c44.3,4.5,83-84.1,83-84.1s-2.3-43.2-44.3-39.8s70.5-159.2,70.5-159.2
84
- s136.4-228.5,255.8-281.9c119.4-53.4,167.1-155.7,167.1-155.7s28.4-76.2-39.8-103.5c-68.2-27.3-126.2,30.7-126.2,30.7
85
- s-301.3,380.8-354.7,601.4C3401.3,4113,3369.5,4174.4,3368.4,4236.9z"/>
86
- <path class="st2" d="M3590.1,4190.3c0,0,70.5,21.6,116-52.3c45.5-73.9,39.8-143.2,39.8-143.2s-21.6-60.3-84.1-3.4
87
- c-62.5,56.8-80.7,118.2-80.7,118.2S3562.8,4165.3,3590.1,4190.3z"/>
88
- <path class="st2" d="M4198.3,3770.8c0,0,27.3-110.3,130.7-81.9c103.5,28.4,93.2,106.9,93.2,106.9s-22.7,77.3-135.3,54.6
89
- S4198.3,3770.8,4198.3,3770.8z"/>
90
- <path class="st2" d="M4501.8,3853.8c0,0,22.7-65.9,101.2-52.3c78.4,13.6,44.3,67.1,44.3,67.1s-31.8,45.5-81.9,42.1
91
- C4515.4,3907.2,4501.8,3853.8,4501.8,3853.8z"/>
92
- <path class="st2" d="M5124,3912.2l-366.8-95.5c0,0-50,62.1,22,88.7c72,26.5,256.2,32.6,256.2,32.6S5102.8,3937.9,5124,3912.2z"/>
93
- <path class="st2" d="M5790.2,4349.5c0,0-4.5-47-79.6-42.4s-81.9,55.3-81.9,55.3s-0.8,59.1,76.5,50S5790.2,4349.5,5790.2,4349.5z"/>
94
- <path class="st2" d="M5311.2,4354.8c0,0-0.8-64.4,88.7-67.5c89.4-3,78.8,47,78.8,47s-5.3,51.5-73.5,62.1
95
- S5311.2,4354.8,5311.2,4354.8z"/>
96
- <path class="st2" d="M4708.2,3347c0,0,14.7-14.1,48.5,9.1c33.9,23.2,87.9,80.8,87.9,80.8s12.1,24.3-10.6,29.3
97
- c-22.7,5.1-42.9-12.1-42.9-12.1l-89.9-79.8C4701.1,3374.3,4696.6,3356.1,4708.2,3347z"/>
98
- <path class="st2" d="M4684.8,3061.4c0,0,21.6-86.4,111.4-83c89.8,3.4,59.1,61.4,59.1,61.4s-2.3,34.1,64.8,1.1
99
- c67.1-33,137.6-20.5,137.6-20.5s78.4,20.5,61.4,62.5c-17.1,42.1-52.3,51.2-52.3,51.2s-103.5,8-151.2-12.5c0,0-56.8-46.6-85.3-6.8
100
- c-28.4,39.8-112.5-2.3-112.5-2.3S4678,3095.5,4684.8,3061.4z"/>
101
- <path class="st2" d="M5503.5,3152c0,0,5.6-42.4,59.6-47.5c54.1-5.1,50,41.9,50,41.9s-12.1,41.9-52,46.5
102
- C5521.2,3197.5,5498.9,3169.7,5503.5,3152z"/>
103
- <path class="st2" d="M1218.6,3181.5c0,0,39.4-37.1-40.9-91.7c-80.3-54.6-158.4-89.4-158.4-89.4s-31.8-26.5-95.5,22
104
- c-63.7,48.5,59.9,122,59.9,122S1137.5,3208.1,1218.6,3181.5z"/>
105
- </g>
106
- <g id="hand_2">
107
- <path class="st3" d="M7056,5132l-81,162l-108,198l-108,198l-27,36l-180-18l63-144c0,0,45-342,108-432l189-324l243,54L7056,5132z"/>
108
- </g>
109
- <g id="worker">
110
- <path class="st3" d="M7677,4394c0,0,81-153,270-171s189,126,189,126s90,603-9,882s-288,522-288,522l-387,378c0,0-243,288-189,405
111
- H5940c0,0,216-387,378-495s459-441,459-441s117-180,207-324C7058.5,5156.8,7677,4394,7677,4394z"/>
112
- <path class="st4" d="M6786,4754c0,0-135,99-153,135s18,171,18,171l45,45c0,0,45,45,117,0s108-72,108-72l81-36l54-9c0,0,36-36,27,36
113
- s0,135,0,135l9,9l63-9c0,0,18,0,9,18s-63,54-63,54s-9,9,0,18s36,45,36,45h27h63l108-54l117-63c0,0,270-405,252-513s-54-126-54-126
114
- l-63-36l-738,207L6786,4754z"/>
115
- <path class="st5" d="M7695,4088c0,0,18-135-117-198c-129-60.2-342,45-342,45s-117,90-189,270s-63,126-99,351c0,0-324,72-567,225
116
- c0,0-54,45-45,108l18,9c0,0,18-9,36-27s81-54,81-54s216-108,423-63s225,81,225,81s270-270,513-297C7632,4538,7713,4286,7695,4088z"
117
- />
118
- <g id="shadows_1_" class="st6">
119
- <path d="M7470,3881c0,0,99,126,81,261s-36,189-36,189l-45,144l-117,54l-126,18l-135,9c0,0,171,18,261,72c0,0,207-99,279-90l36-162
120
- l27-207l-9-171l-63-90l-117-36L7470,3881z"/>
121
- <path d="M6966,4781c0,0,162,72,171,135c0,0,270-234,333-225c0,0,54,63,45,90l108-108l72-54l-27-63l-45-9l-126,27l-162,90l-180,144
122
- l-36,27l-90-36L6966,4781z"/>
123
- <path d="M7893,4241c0,0,144,90,144,369s0,441,0,441s-27,261-126,378s-234,342-234,342l-450,369l-153,180l-72,207l261,9l18-162
124
- l198-279l342-333l261-423l72-216l18-252l-9-279l-36-234l-18-81l-63-45l-72-9L7893,4241z"/>
16
+ <g id="all">
17
+ <g id="background">
18
+ <rect width="8192" height="8192"/>
19
+ <polygon class="st0" points="189,4511 189,2666 783,2666 783,3971 "/>
20
+ <polygon class="st0" points="1719,2657 2727,2657 2727,3422 1728,3422 "/>
21
+ <polygon class="st0" points="3672,2648 3978,2648 3978,3494 3690,3494 "/>
22
+ <polygon class="st0" points="4941,2657 5211,2648 5211,3998 4932,3998 "/>
23
+ <rect x="5967" y="2666" class="st0" width="81" height="1467"/>
24
+ <polygon class="st0" points="189,1703 756,1694 756,1262 198,1262 "/>
25
+ <polygon class="st0" points="1647,1685 2709,1685 2709,1271 1656,1271 "/>
125
26
  </g>
126
- </g>
127
- <g id="hand">
128
- <path class="st3" d="M7911,4916c0,0-144,405-270,486c0,0-99-360-459-126c0,0,441-756,657-702"/>
129
- <path class="st7" d="M7371,5348c0,0,252,171,270,54l-81-135L7371,5348z"/>
130
- <path class="st8" d="M5562,5816l2484,72c0,0,126,99,9,207l-2529-72c0,0-63,333-27,495c0,0-486,36-783,0l144-684c0,0-99-18-36-261
131
- s72-324,72-324s36-72,144-81s639-27,639-27S5517,5645,5562,5816z"/>
132
- <path class="st4" d="M7236,5258c0,0-90,81-108,135c0,0-225,117-279,279l-27,27c0,0-27,27-36-9s0-45,0-45s0-63-63-36s-108,54-108,54
133
- s-90,54-81,135v18h144c0,0,27,27,0,54s-81,81-81,81s-9,9-9,36s0,126,0,126v27c0,0,36,99,117,18c0,0,45-36,72-9s63,9,63,9
134
- s72-18,81-108s18-117,18-117s-9-45,72-72s117-72,117-72s279-243,306-378l36-54l99-72l-36-36l-36-27l-63-18h-54l-72,18l-45,18
135
- L7236,5258z"/>
136
- <path class="st4" d="M6528,5735c0,0-45-81-153-9s0,108,0,108l36,9h63l27-9l36-45L6528,5735z"/>
137
- <path class="st4" d="M6471,6023c0,0,27-81,9-117s-54-27-54-27s-90,54-90,135s18,117,18,117s54,54,117,18s81-72,81-72l9-27h-99
138
- C6462,6050,6453,6032,6471,6023z"/>
139
- <g id="shadows" class="st6">
140
- <polygon points="7587,5258 7776,5051 7902,4934 7848,5051 7776,5213 7686,5357 7641,5393 7596,5294 7569,5267 "/>
141
- <polygon points="7470,5222 7407,5330 7290,5519 7173,5654 7038,5744 6966,5789 6903,5789 6885,5816 6894,5879 6903,5942
142
- 6921,5987 6948,5906 7002,5870 7092,5825 7272,5654 7425,5447 7461,5357 7560,5294 7533,5240 "/>
143
- <polygon points="6777,6131 6768,6086 6759,6050 6732,6050 6714,6077 6705,6122 6687,6158 6732,6140 "/>
144
- <polygon points="6804,5717 6750,5717 6732,5672 6714,5627 6750,5609 6768,5618 6786,5672 "/>
145
- <polygon points="6453,5708 6480,5744 6471,5798 6417,5834 6489,5834 6525,5798 6525,5744 6507,5717 "/>
146
- <polygon points="6444,5879 6462,5933 6444,5987 6444,6032 6480,5987 6480,5933 6480,5906 "/>
147
- <polygon points="6498,6050 6471,6095 6426,6113 6354,6104 6372,6140 6435,6158 6498,6131 6552,6086 6561,6050 "/>
148
- <polygon points="8091,6014 6930,6005 6930,6059 8055,6095 8091,6041 "/>
149
- <polygon points="6588,5987 6480,5987 6462,6041 6588,6041 "/>
150
- <polygon points="6327,5987 5517,5951 5427,5969 5364,6068 5265,6419 5058,6527 5472,6518 5499,6509 5490,6356 5508,6113
151
- 5526,6023 5688,6032 6327,6041 "/>
152
- <polygon points="5517,5159 5409,5627 5445,5753 5544,5807 5553,5627 5616,5330 5679,5141 "/>
153
- <polygon points="5076,5177 4986,5276 4878,6518 4716,6518 4860,5834 4815,5780 4815,5663 4869,5402 4896,5249 4950,5195
154
- 5022,5168 "/>
27
+ <g id="logo">
28
+ <path id="logo-main" class="st1" d="M382.6,4857.3l1440-633.6l530.6,139.4l391-530.5L4739,2938.3l955,163.7l-194.1,309.2
29
+ l-509.3-133.4l376,345.6l-748.8,118.2l563.8,157.7l-166.7,227.3l948.9,203.2l-1561.3,700.3l-154.6,242.5l-451.7-130.4l306.2,339.6
30
+ l-648.8,72.7l485.1,166.8l-178.9,291L2832.2,5697L861.6,6494.3l839.8-1194.4L382.6,4857.3z M3326.3,5014.9l-239.5,335l472.9-78.8
31
+ L3326.3,5014.9z"/>
32
+ <polygon points="4567.7,3261.1 4751.1,3433.9 4382.8,3503.7 "/>
33
+ <path d="M2731.4,4939.9c0,0,12.1,39.4-14.4,61.4s-69,3-69,3s-176.6-227.4-304.7-247.1c0,0-32.6-7.6-24.3-41.7s61.4-26.5,61.4-26.5
34
+ S2571.4,4741.3,2731.4,4939.9z"/>
35
+ <path d="M2893.5,4961.1c0,0,24.3-39.4-6.8-74.3s-106.1-65.2-106.1-65.2s-34.9-9.1-59.1,12.9c-24.3,22,9.1,53.8,9.1,53.8l101.6,75
36
+ C2832.2,4963.4,2858.7,4980,2893.5,4961.1z"/>
37
+ <path d="M4540.5,4979.3c0,0-219.4-437.7-338.8-532C4082.3,4352.9,4046,4345,4046,4345s-40.9-9.1-22.7-63.7s96.6-45.5,96.6-45.5
38
+ s210.3,90.9,329.7,327.4c119.4,236.5,181.9,375.2,181.9,375.2L4540.5,4979.3z"/>
39
+ <path d="M4754.2,4899.7l-183-355.8c0,0-15.9-36.4,15.9-58s71.6,17.1,71.6,17.1l163.7,361.5L4754.2,4899.7z"/>
40
+ <path d="M4979.3,4792.8l-77.3-220.5c0,0-8-37.5,19.3-48.9s53.4,18.2,53.4,18.2l68.2,226.2L4979.3,4792.8z"/>
41
+ <path d="M3991.4,4575.7c0,0,33-29.6,78.4,8c45.5,37.5,1.1,73.9,1.1,73.9s-47.7,9.1-73.9-9.1
42
+ C3970.9,4630.3,3991.4,4575.7,3991.4,4575.7z"/>
43
+ <path d="M3852.7,4443.8c0,0,64.8-45.5-38.7-95.5s-134.1-1.1-134.1-1.1s-38.7,38.7,10.2,69.3c48.9,30.7,92.1,44.3,92.1,44.3
44
+ S3809.5,4468.8,3852.7,4443.8z"/>
45
+ <path class="st2" d="M1696.1,5135c0,0,18.2-40.9-38.7-76.2c-56.8-35.2-101.2-8-101.2-8s-63.7,69.3,17.1,104.6
46
+ C1654,5190.7,1696.1,5135,1696.1,5135z"/>
47
+ <path class="st2" d="M791.1,4797.4c0,0-11.4-97.8,176.2-53.4s370.6,142.1,370.6,142.1s114.8,50,75,111.4s-110.3,31.8-110.3,31.8
48
+ l-262.6-75c0,0-92.1,17.1-170.5,0S791.1,4797.4,791.1,4797.4z"/>
49
+ <path class="st2" d="M1848.4,5493.9c0,0,34.9-33.3,69.7-16.7s-3,75.8-3,75.8s-59.1,24.3-78.8,12.1
50
+ C1816.6,5553,1848.4,5493.9,1848.4,5493.9z"/>
51
+ <path class="st2" d="M1789.3,5622.7c0,0,9.1,15.2-3,33.3s-48.5,16.7-48.5,16.7s-16.7-19.7-6.1-40.9
52
+ C1742.3,5610.6,1789.3,5622.7,1789.3,5622.7z"/>
53
+ <path class="st2" d="M1514.9,5915.3c0,0,22.7,27.3,71.2-15.2c48.5-42.4-3-75.8-3-75.8s-30.3-15.2-60.6,22.7
54
+ C1492.2,5885,1514.9,5915.3,1514.9,5915.3z"/>
55
+ <path class="st2" d="M1422.5,6045.6c0,0,45.5,74.3-34.9,141c-80.3,66.7-122.8,36.4-122.8,36.4s-44-77.3,19.7-144
56
+ C1348.2,6012.3,1422.5,6045.6,1422.5,6045.6z"/>
57
+ <path class="st2" d="M1118.6,5756.9c0,0,31.8-65.9-102.3-111.4s-156.9,15.9-156.9,15.9s22.7,77.3,90.9,100
58
+ S1118.6,5756.9,1118.6,5756.9z"/>
59
+ <path class="st2" d="M575.1,5686.4c0,0-90.9-113.7-250.1-122.8s-266,43.2-266,43.2s-52.3,65.9,2.3,122.8
60
+ c54.6,56.8,229.6,61.4,229.6,61.4S559.2,5786.4,575.1,5686.4z"/>
61
+ <path class="st2" d="M3112.6,6379.1c0,0,48.5-33.3-34.9-78.8s-119.7,6.1-119.7,6.1s6.1,37.9,50,60.6
62
+ C3051.9,6389.7,3112.6,6379.1,3112.6,6379.1z"/>
63
+ <path class="st2" d="M3577.9,6318.5c0,0,48.5,37.9,90.9,4.5c42.4-33.3-21.2-78.8-21.2-78.8s-236.5-142.5-328.9-148.5
64
+ c-92.5-6.1-72.8,40.9-72.8,40.9S3444.5,6210.9,3577.9,6318.5z"/>
65
+ <path class="st2" d="M4103.1,5752.3c0,0,32.6-15.2-7.6-65.2s-59.1,13.6-59.1,13.6S4053.1,5751.6,4103.1,5752.3z"/>
66
+ <path class="st2" d="M3520.3,5781.9c3-4.5,71.2-56.1-44-112.2s-127.3,56.1-127.3,56.1s-25.8,44,57.6,72.8
67
+ C3490,5827.4,3520.3,5781.9,3520.3,5781.9z"/>
68
+ <path class="st2" d="M3185.3,5660.6c0,0-12.1-125.8-127.3-157.6s-168.3,48.5-168.3,48.5s-19.7,100,87.9,130.4
69
+ C3085.3,5712.2,3185.3,5660.6,3185.3,5660.6z"/>
70
+ <path class="st2" d="M3424.8,4913.3c0,0,95.5,37.9,130.4-28.8c34.9-66.7-37.9-119.7-37.9-119.7s-77.3-63.7-134.9,15.2
71
+ C3324.8,4858.8,3424.8,4913.3,3424.8,4913.3z"/>
72
+ <path class="st2" d="M3815.9,4884.5c0,0,37.9-37.9,72.8-7.6c34.9,30.3,10.6,59.1,10.6,59.1s-34.9,24.3-63.7,9.1
73
+ S3815.9,4884.5,3815.9,4884.5z"/>
74
+ <path class="st2" d="M4134.2,5043.7c0,0,16.7-56.1-59.1-98.5c-75.8-42.4-136.4,10.6-136.4,10.6s-36.4,71.2,47,95.5
75
+ C4069,5075.5,4134.2,5043.7,4134.2,5043.7z"/>
76
+ <path class="st2" d="M2533.5,4426c0,0,22-25,56.8-6.8c34.9,18.2,0,47.7,0,47.7s-28,12.9-57.6,1.5S2533.5,4426,2533.5,4426z"/>
77
+ <path class="st2" d="M3100.1,4615.5c0,0-36.4-43.2,15.9-71.6c52.3-28.4,87.5-1.1,87.5-1.1s27.3,46.6-17.1,68.2
78
+ C3142.1,4632.5,3100.1,4615.5,3100.1,4615.5z"/>
79
+ <path class="st2" d="M2920.5,3822c0,0,106.9,58,37.5,148.9c-69.3,90.9-138.7,39.8-138.7,39.8s-30.7-3.4-39.8,45.5
80
+ c-9.1,48.9-2.3,81.9-2.3,81.9s-27.3,59.1-78.4,73.9c-51.2,14.8-60.3-47.7-60.3-47.7s29.6-68.2,79.6-100s56.8-59.1,56.8-59.1
81
+ s-18.2-90.9,25-142.1C2843.1,3811.7,2920.5,3822,2920.5,3822z"/>
82
+ <path class="st2" d="M3278.6,4254c0,0,26.1-196.7,96.6-261.5s-23.9-63.7-23.9-63.7S3241,3980,3231.9,4088s11.4,150.1,11.4,150.1
83
+ S3249,4271,3278.6,4254z"/>
84
+ <path class="st2" d="M3368.4,4236.9c0,0-22.7,63.7,21.6,68.2s83-84.1,83-84.1s-2.3-43.2-44.3-39.8s70.5-159.2,70.5-159.2
85
+ s136.4-228.5,255.8-281.9c119.4-53.4,167.1-155.7,167.1-155.7s28.4-76.2-39.8-103.5s-126.2,30.7-126.2,30.7
86
+ s-301.3,380.8-354.7,601.4C3401.3,4113,3369.5,4174.4,3368.4,4236.9z"/>
87
+ <path class="st2" d="M3590.1,4190.3c0,0,70.5,21.6,116-52.3s39.8-143.2,39.8-143.2s-21.6-60.3-84.1-3.4
88
+ c-62.5,56.8-80.7,118.2-80.7,118.2S3562.8,4165.3,3590.1,4190.3z"/>
89
+ <path class="st2" d="M4198.3,3770.8c0,0,27.3-110.3,130.7-81.9c103.5,28.4,93.2,106.9,93.2,106.9s-22.7,77.3-135.3,54.6
90
+ S4198.3,3770.8,4198.3,3770.8z"/>
91
+ <path class="st2" d="M4501.8,3853.8c0,0,22.7-65.9,101.2-52.3c78.4,13.6,44.3,67.1,44.3,67.1s-31.8,45.5-81.9,42.1
92
+ C4515.4,3907.2,4501.8,3853.8,4501.8,3853.8z"/>
93
+ <path class="st2" d="M5124,3912.2l-366.8-95.5c0,0-50,62.1,22,88.7c72,26.5,256.2,32.6,256.2,32.6S5102.8,3937.9,5124,3912.2z"/>
94
+ <path class="st2" d="M5790.2,4349.5c0,0-4.5-47-79.6-42.4s-81.9,55.3-81.9,55.3s-0.8,59.1,76.5,50S5790.2,4349.5,5790.2,4349.5z"
95
+ />
96
+ <path class="st2" d="M5311.2,4354.8c0,0-0.8-64.4,88.7-67.5c89.4-3,78.8,47,78.8,47s-5.3,51.5-73.5,62.1
97
+ S5311.2,4354.8,5311.2,4354.8z"/>
98
+ <path class="st2" d="M4708.2,3347c0,0,14.7-14.1,48.5,9.1c33.9,23.2,87.9,80.8,87.9,80.8s12.1,24.3-10.6,29.3
99
+ c-22.7,5.1-42.9-12.1-42.9-12.1l-89.9-79.8C4701.1,3374.3,4696.6,3356.1,4708.2,3347z"/>
100
+ <path class="st2" d="M4684.8,3061.4c0,0,21.6-86.4,111.4-83s59.1,61.4,59.1,61.4s-2.3,34.1,64.8,1.1
101
+ c67.1-33,137.6-20.5,137.6-20.5s78.4,20.5,61.4,62.5c-17.1,42.1-52.3,51.2-52.3,51.2s-103.5,8-151.2-12.5c0,0-56.8-46.6-85.3-6.8
102
+ c-28.4,39.8-112.5-2.3-112.5-2.3S4678,3095.5,4684.8,3061.4z"/>
103
+ <path class="st2" d="M5503.5,3152c0,0,5.6-42.4,59.6-47.5c54.1-5.1,50,41.9,50,41.9s-12.1,41.9-52,46.5S5498.9,3169.7,5503.5,3152
104
+ z"/>
105
+ <path class="st2" d="M1218.6,3181.5c0,0,39.4-37.1-40.9-91.7c-80.3-54.6-158.4-89.4-158.4-89.4s-31.8-26.5-95.5,22
106
+ s59.9,122,59.9,122S1137.5,3208.1,1218.6,3181.5z"/>
107
+ </g>
108
+ <g id="hand_2">
109
+ <path class="st3" d="M7056,5132l-81,162l-108,198l-108,198l-27,36l-180-18l63-144c0,0,45-342,108-432l189-324l243,54L7056,5132z"
110
+ />
111
+ </g>
112
+ <g id="worker">
113
+ <path class="st3" d="M7677,4394c0,0,81-153,270-171s189,126,189,126s90,603-9,882s-288,522-288,522l-387,378
114
+ c0,0-283.5,416.1-229.5,533.1H5891c0,0,265-515.1,427-623.1s459-441,459-441s117-180,207-324C7058.5,5156.8,7677,4394,7677,4394z"
115
+ />
116
+ <path class="st4" d="M6786,4754c0,0-135,99-153,135s18,171,18,171l45,45c0,0,45,45,117,0s108-72,108-72l81-36l54-9
117
+ c0,0,36-36,27,36s0,135,0,135l9,9l63-9c0,0,18,0,9,18s-63,54-63,54s-9,9,0,18s36,45,36,45h27h63l108-54l117-63
118
+ c0,0,270-405,252-513s-54-126-54-126l-63-36l-738,207L6786,4754z"/>
119
+ <path class="st5" d="M7695,4088c0,0,18-135-117-198c-129-60.2-342,45-342,45s-117,90-189,270s-63,126-99,351c0,0-324,72-567,225
120
+ c0,0-54,45-45,108l18,9c0,0,18-9,36-27s81-54,81-54s216-108,423-63s225,81,225,81s270-270,513-297C7632,4538,7713,4286,7695,4088z
121
+ "/>
122
+ <g id="shadows_1_" class="st6">
123
+ <path d="M7470,3881c0,0,99,126,81,261s-36,189-36,189l-45,144l-117,54l-126,18l-135,9c0,0,171,18,261,72c0,0,207-99,279-90
124
+ l36-162l27-207l-9-171l-63-90l-117-36L7470,3881z"/>
125
+ <path d="M6966,4781c0,0,162,72,171,135c0,0,270-234,333-225c0,0,54,63,45,90l108-108l72-54l-27-63l-45-9l-126,27l-162,90
126
+ l-180,144l-36,27l-90-36L6966,4781z"/>
127
+ <path d="M7893,4241c0,0,144,90,144,369s0,441,0,441s-27,261-126,378s-234,342-234,342l-450,369l-153,180l-203.8,344.1h352.3
128
+ L7281,6374l198-279l342-333l261-423l72-216l18-252l-9-279l-36-234l-18-81l-63-45l-72-9L7893,4241z"/>
129
+ </g>
130
+ </g>
131
+ <g id="hand">
132
+ <path class="st3" d="M7911,4916c0,0-144,405-270,486c0,0-99-360-459-126c0,0,441-756,657-702"/>
133
+ <path class="st7" d="M7371,5348c0,0,252,171,270,54l-81-135L7371,5348z"/>
134
+ <path class="st8" d="M5562,5816l2484,72c0,0,126,99,9,207l-2529-72c0,0-63,333-27,495c0,0-486,36-783,0l95-692.9l31.8-241
135
+ c63-243,53.1-335.1,53.1-335.1s36-72,144-81s639-27,639-27S5517,5645,5562,5816z"/>
136
+ <path class="st4" d="M7236,5258c0,0-90,81-108,135c0,0-225,117-279,279l-27,27c0,0-27,27-36-9s0-45,0-45s0-63-63-36
137
+ s-108,54-108,54s-90,54-81,135v18h144c0,0,27,27,0,54s-81,81-81,81s-9,9-9,36s0,126,0,126v27c0,0,36,99,117,18c0,0,45-36,72-9
138
+ s63,9,63,9s72-18,81-108s18-117,18-117s-9-45,72-72s117-72,117-72s279-243,306-378l36-54l99-72l-36-36l-36-27l-63-18h-54l-72,18
139
+ l-45,18L7236,5258z"/>
140
+ <path class="st4" d="M6528,5735c0,0-45-81-153-9s0,108,0,108l36,9h63l27-9l36-45L6528,5735z"/>
141
+ <path class="st4" d="M6471,6023c0,0,27-81,9-117s-54-27-54-27s-90,54-90,135s18,117,18,117s54,54,117,18s81-72,81-72l9-27h-99
142
+ C6462,6050,6453,6032,6471,6023z"/>
143
+ <g id="shadows" class="st6">
144
+ <polygon points="7587,5258 7776,5051 7902,4934 7848,5051 7776,5213 7686,5357 7641,5393 7596,5294 7569,5267 "/>
145
+ <polygon points="7470,5222 7407,5330 7290,5519 7173,5654 7038,5744 6966,5789 6903,5789 6885,5816 6894,5879 6903,5942
146
+ 6921,5987 6948,5906 7002,5870 7092,5825 7272,5654 7425,5447 7461,5357 7560,5294 7533,5240 "/>
147
+ <polygon points="6777,6131 6768,6086 6759,6050 6732,6050 6714,6077 6705,6122 6687,6158 6732,6140 "/>
148
+ <polygon points="6804,5717 6750,5717 6732,5672 6714,5627 6750,5609 6768,5618 6786,5672 "/>
149
+ <polygon points="6453,5708 6480,5744 6471,5798 6417,5834 6489,5834 6525,5798 6525,5744 6507,5717 "/>
150
+ <polygon points="6444,5879 6462,5933 6444,5987 6444,6032 6480,5987 6480,5933 6480,5906 "/>
151
+ <polygon points="6498,6050 6471,6095 6426,6113 6354,6104 6372,6140 6435,6158 6498,6131 6552,6086 6561,6050 "/>
152
+ <polygon points="8091,6014 6930,6005 6930,6059 8055,6095 8091,6041 "/>
153
+ <polygon points="6588,5987 6480,5987 6462,6041 6588,6041 "/>
154
+ <polygon points="6327,5987 5517,5951 5427,5969 5364,6068 5265,6419 5058,6527 5472,6518 5499,6509 5490,6356 5508,6113
155
+ 5526,6023 5688,6032 6327,6041 "/>
156
+ <polygon points="5517,5159 5409,5627 5445,5753 5544,5807 5553,5627 5616,5330 5679,5141 "/>
157
+ <polygon points="5076,5177 4986,5276 4878,6518 4716,6518 4805.1,5868.4 4815,5780 4834.5,5661.4 4869,5402 4896,5249 4950,5195
158
+ 5022,5168 "/>
159
+ </g>
160
+ </g>
161
+ <g id="sparks">
162
+ <path class="st2" d="M5769,6455c0,0-10.5,36,18,36c9,0,225-207,657-54c0,0,45-18,18-54C6462,6383,6039,6221,5769,6455z"/>
163
+ <path class="st2" d="M5535,6491c0,0,18,63,45,36l189-378L5535,6491z"/>
164
+ <path class="st2" d="M4707,6041c0,0-36,45-63,0l-45-369c0,0-27-99-45-135C4554,5537,4707,5789,4707,6041z"/>
165
+ <path class="st2" d="M4355.5,6368.5c0,0,25.8-1.5-7.6-54.6c-33.3-53.1-272.8-257.7-272.8-257.7s-28.8-18.2-48.5-3
166
+ s16.7,53.1,16.7,53.1s191,113.7,260.7,244C4304,6350.3,4326.7,6385.2,4355.5,6368.5z"/>
167
+ <path class="st2" d="M5895,5717c0,0,225-315,504-432c0,0,36-54-27-45c0,0-324,180-504,441C5868,5681,5850,5744,5895,5717z"/>
168
+ <path class="st2" d="M6219,5573c0,0,45-54,108-126c51-58.3,54,36,54,36s-126,99-198,144L6219,5573z"/>
169
+ <path class="st2" d="M5706,5717c0,0,0,54,45,18c0,0,252-513,495-738C6246,4997,5841,5393,5706,5717z"/>
170
+ <path class="st2" d="M6129,4889l63-54c0,0,9-36-18-18L6129,4889z"/>
171
+ <path class="st2" d="M6237,4754c0,0,36,0,45-9s9-45,9-45s-18-9-36,9S6228,4754,6237,4754z"/>
172
+ <path class="st2" d="M6363,4619c0,0,36,18,54,0s0-45,0-45s-27-9-45,9S6363,4619,6363,4619z"/>
155
173
  </g>
156
- </g>
157
- <g id="sparks">
158
- <path class="st2" d="M5769,6455c0,0-10.5,36,18,36c9,0,225-207,657-54c0,0,45-18,18-54C6462,6383,6039,6221,5769,6455z"/>
159
- <path class="st2" d="M5535,6491c0,0,18,63,45,36l189-378L5535,6491z"/>
160
- <path class="st2" d="M4707,6041c0,0-36,45-63,0l-45-369c0,0-27-99-45-135C4554,5537,4707,5789,4707,6041z"/>
161
- <path class="st2" d="M4355.5,6368.5c0,0,25.8-1.5-7.6-54.6c-33.3-53.1-272.8-257.7-272.8-257.7s-28.8-18.2-48.5-3
162
- c-19.7,15.2,16.7,53.1,16.7,53.1s191,113.7,260.7,244C4304,6350.3,4326.7,6385.2,4355.5,6368.5z"/>
163
- <path class="st2" d="M5895,5717c0,0,225-315,504-432c0,0,36-54-27-45c0,0-324,180-504,441C5868,5681,5850,5744,5895,5717z"/>
164
- <path class="st2" d="M6219,5573c0,0,45-54,108-126c51-58.3,54,36,54,36s-126,99-198,144L6219,5573z"/>
165
- <path class="st2" d="M5706,5717c0,0,0,54,45,18c0,0,252-513,495-738C6246,4997,5841,5393,5706,5717z"/>
166
- <path class="st2" d="M6129,4889l63-54c0,0,9-36-18-18L6129,4889z"/>
167
- <path class="st2" d="M6237,4754c0,0,36,0,45-9s9-45,9-45s-18-9-36,9S6228,4754,6237,4754z"/>
168
- <path class="st2" d="M6363,4619c0,0,36,18,54,0s0-45,0-45s-27-9-45,9S6363,4619,6363,4619z"/>
169
174
  </g>
170
175
  </svg>