Skip to content

Instantly share code, notes, and snippets.

@borgar
Last active June 27, 2022 21:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borgar/cb5a3e4188e928800556 to your computer and use it in GitHub Desktop.
Save borgar/cb5a3e4188e928800556 to your computer and use it in GitHub Desktop.
Octopus
license: MIT
height: 578
border: no

Octopus is an experiment at building a game fully contained in a single SVG image. The game simulates Nintendo’s 1981 Game & Watch game Octopus.

The image was traced using a vector drawing program, sanitised and references added to each shape to simulate the LCD. The JavaScript program logic then runs the game. This is fully contained, even down to the simple sound generation.

Excluding the time and alarm set, clicking buttons on the image works and keyboard keys are bound as follows:

← = Left
→ = Right
1 = A
2 = B
⎋ = Time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8 />
<style>
html, body {
font-family: sans-serif;
margin : 0;
padding : 0;
height: 100%;
}
iframe {
border : 0;
}
</style>
</head>
<body>
<iframe id="octopus" src="octopus.svg"
width="100%" height="100%"
marginwidth="0" marginheight="0" border="0"
scrolling="no"></iframe>
<script>
// This hack transfers key events into the svg driver so
// that user doesn't have to focus in to start playing.
window.addEventListener( 'load', function () {
var xdoc = document.querySelector( '#octopus' ).contentDocument;
window.addEventListener( 'keyup', function ( e ) {
var ev = new CustomEvent( 'Input', { 'detail': { 'key': e.keyCode } });
xdoc.dispatchEvent( ev );
}, false);
}, false);
</script>
Display the source blob
Display the rendered blob
Raw
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1000 602">
<rect ry="6.02" rx="6.02" y="2.51" x="2.51" height="596.8" width="994.98" fill="#bf1a21" stroke="#fe0000" stroke-width="5.02"/>
<rect width="961.65" height="531.28" x="18.83" y="35.38" rx="6.2" ry="6.2" fill="#90824f" stroke="#000" stroke-width="5.42"/>
<path d="m213.53,68.15 c-15.33,0 -1.85,14.87 11.92,14.87 l554.66,0 c9.68,0 26.69,-14.87 13.99,-14.87 l-580.57,0 z M 803.38,77.06 C 799.19,76.87 791.78,87.17 791.78,92.93 l0,410.93 c0,11.58 14.43,23.71 14.43,12.61 l0,-433.45 c0,-4.18 -1.18,-5.89 -2.82,-5.96 z m-576.93,8.47 c-5.47,0.55 -9.66,5.17 -9.66,10.79 l0,405.97 c0,5.99 4.8,10.79 10.79,10.79 l550.58,0 c5.99,0 10.79,-4.8 10.79,-10.79 l0,-405.97 c0,-5.99 -4.8,-10.79 -10.79,-10.79 l-550.58,0 c-0.37,0 -0.76,-0.04 -1.13,0 z m0.06,430.94 c-18.86,0 -24.99,14.18 -15.56,14.18 l580.82,0 c12.45,0 2.37,-14.18 -15.12,-14.18 l-550.14,0 z m-17.82,-450.74 587.2,0 c7.88,0 14.23,6.34 14.23,14.23 l0,439.15 c0,7.88 -6.34,14.23 -14.23,14.23 l-587.2,0 c-7.88,0 -14.23,-6.34 -14.23,-14.23 l0,-439.15 c0,-7.88 6.34,-14.23 14.23,-14.23 z" fill="#fff"/>
<path d="m570.29,106.65 186.98,0 c8.65,0 15.62,6.97 15.62,15.62 l0,355.44 c0,8.65 -6.97,15.62 -15.62,15.62 l-160.85,0 m-191.8,0 -160.73,0 c-8.65,0 -15.62,-6.97 -15.62,-15.62 l0,-355.44 c0,-8.65 6.97,-15.62 15.62,-15.62 l189.23,0" fill="none" stroke="#000" stroke-width="5.02" style="stroke-linecap:round;"/>
<path d="m259.31,125.72 c-9.68,0 -17.47,7.82 -17.47,17.5 l0,313.09 c0,9.68 7.79,17.47 17.47,17.47 l485.06,0 c9.68,0 17.47,-7.79 17.47,-17.47 l0,-313.09 c0,-9.68 -7.79,-17.5 -17.47,-17.5 z" fill="#c01923" stroke="#000" stroke-width="4.02"/>
<rect width="471.95" height="299.67" x="265.41" y="149.55" rx="0" ry="0" fill="#cccec7"/>
<text xml:space="preserve" x="454.8" y="112.23" transform="scale(0.969,1.032)" style="font-size:25.3px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan x="454.8" y="112.23" style="font-size:25.3px;line-height:125%;font-family:Arial Rounded MT Bold;">OCTOPUS</tspan></text>
<text transform="scale(0.992,1.008)" y="498.16" x="411.75" xml:space="preserve" style="font-size:25.9px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan y="498.16" x="411.75" style="font-size:25.9px;line-height:125%;font-family:Arial Rounded MT Bold;">WIDE SCREEN</tspan></text>
<g id="button_right" transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<path d="m524.85,236.61 c0,12.78 -10.36,23.14 -23.14,23.14 -12.78,0 -23.14,-10.36 -23.14,-23.14 0,-12.78 10.36,-23.14 23.14,-23.14 12.78,0 23.14,10.36 23.14,23.14 z" fill="#c01923" stroke="#000" stroke-width="2"/>
<path transform="matrix(0.756,0,0,0.756,122.265,57.662)" d="m524.85,236.61 c0,12.78 -10.36,23.14 -23.14,23.14 -12.78,0 -23.14,-10.36 -23.14,-23.14 0,-12.78 10.36,-23.14 23.14,-23.14 12.78,0 23.14,10.36 23.14,23.14 z" fill="none" stroke="#000" stroke-width="3.31"/>
<path d="m493.38,229.7 c-1.15,1.07 -3.1,0.33 -2.7,-1.37 0.39,-1.7 2.23,-3.59 4.13,-3.94 1.91,-0.35 2.57,1.52 1.59,2.58 -0.98,1.06 -1.87,1.66 -3.02,2.74 z" fill="#fff"/>
</g>
<g id="button_left" transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<path transform="translate(-383.111,0)" d="m524.85,236.61 c0,12.78 -10.36,23.14 -23.14,23.14 -12.78,0 -23.14,-10.36 -23.14,-23.14 0,-12.78 10.36,-23.14 23.14,-23.14 12.78,0 23.14,10.36 23.14,23.14 z" fill="#c01923" stroke="#000" stroke-width="2"/>
<path d="m524.85,236.61 c0,12.78 -10.36,23.14 -23.14,23.14 -12.78,0 -23.14,-10.36 -23.14,-23.14 0,-12.78 10.36,-23.14 23.14,-23.14 12.78,0 23.14,10.36 23.14,23.14 z" transform="matrix(0.756,0,0,0.756,-260.846,57.662)" fill="none" stroke="#000" stroke-width="3.31"/>
<path d="m110.27,229.7 c-1.15,1.07 -3.1,0.33 -2.7,-1.37 0.39,-1.7 2.23,-3.59 4.13,-3.94 1.91,-0.35 2.57,1.52 1.59,2.58 -0.98,1.06 -1.87,1.66 -3.02,2.74 z" fill="#fff"/>
</g>
<g id="button_a" transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<rect ry="10.45" rx="10.45" y="56.45" x="476.61" height="22.04" width="33.97" fill="#c01923" stroke="#000" stroke-width="1.6"/>
<rect ry="6.47" rx="6.47" y="60.5" x="481.55" height="13.59" width="24.46" fill="#ccc" stroke="#000" stroke-width="1.6"/>
</g>
<g id="button_b" transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<rect width="33.97" height="22.04" x="476.61" y="90.32" rx="10.45" ry="10.45" fill="#c01923" stroke="#000" stroke-width="1.6"/>
<rect width="24.46" height="13.59" x="481.55" y="94.37" rx="6.47" ry="6.47" fill="#ccc" stroke="#000" stroke-width="1.6"/>
</g>
<g id="button_time" transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<rect ry="10.45" rx="10.45" y="124.49" x="476.61" height="22.04" width="33.97" fill="#c01923" stroke="#000" stroke-width="1.6"/>
<rect ry="6.47" rx="6.47" y="128.55" x="481.55" height="13.59" width="24.46" fill="#ccc" stroke="#000" stroke-width="1.6"/>
</g>
<path id="button_alarm" d="m532.5,84.91 a5.39,5.48 0 1 1 -10.77,0 5.39,5.48 0 1 1 10.77,0 z" transform="matrix(2.008,0,0,2.008,-122.553,-50.924)" fill="#ccc" stroke="#000" stroke-width="1.6" style="stroke-linecap:round;"/>
<path d="m532.5,84.91 a5.39,5.48 0 1 1 -10.77,0 5.39,5.48 0 1 1 10.77,0 z" id="button_acl" transform="matrix(2.008,0,0,2.008,-122.553,16.91)" fill="#ccc" stroke="#000" stroke-width="1.6" style="stroke-linecap:round;"/>
<text transform="scale(0.992,1.008)" y="220.01" x="928.9" xml:space="preserve" style="font-size:14.1px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan y="220.01" x="928.9" style="font-size:14.1px;line-height:125%;font-family:Arial Rounded MT Bold;">ACL</tspan></text>
<g transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<text transform="scale(0.992,1.008)" y="276.76" x="110.48" xml:space="preserve" style="font-size:11.9px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan y="276.76" x="110.48" style="font-size:11.9px;line-height:125%;font-family:Arial Rounded MT Bold;">LEFT</tspan></text>
<path d="m102.89,278.77 0,-8.24 -11.42,4 z"/>
</g>
<g transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<text xml:space="preserve" x="482.44" y="275.95" transform="scale(0.992,1.008)" style="font-size:10.5px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan x="482.44" y="275.95" style="font-size:10.5px;line-height:125%;font-family:Arial Rounded MT Bold;">RIGHT</tspan></text>
<path d="m515.25,278.66 0,-8.24 11.42,4 z"/>
</g>
<text xml:space="preserve" x="994.18" y="136.34" transform="scale(0.92,1.087)" style="font-size:13px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan x="994.18" y="136.34">ALARM</tspan></text>
<text xml:space="preserve" x="856.73" y="258.47" transform="scale(0.992,1.008)" style="font-size:17.1px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan x="856.73" y="258.47">TIME</tspan></text>
<text transform="scale(0.992,1.008)" y="190.74" x="843.64" xml:space="preserve" style="font-size:17.1px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan x="843.64" y="190.74">GAME B</tspan></text>
<text xml:space="preserve" x="843.64" y="123.94" transform="scale(0.992,1.008)" style="font-size:17.1px;line-height:125%;font-family:Arial Rounded MT Bold;"><tspan x="843.64" y="123.94">GAME A</tspan></text>
<g transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<path d="m86.69,123.51 2.35,0 3.25,5.26 0,-5.26 2.33,0 0,7.55 -2.33,0 -3.27,-5.26 0,5.26 -2.34,0 0,-7.55" class="ps02"/>
<path d="m107.32,124.29 2.27,0 0,1.02 1.23,0 0,0.75 -1.23,0 0.01,5.01 -2.28,0 0.01,-5.01 -1.23,0 0,-0.75 1.24,0 -0.01,-1.02" class="ps02"/>
<path d="m95.93,126.04 2.27,0 0,5.02 -2.27,0 0,-5.02" class="ps02"/>
<path d="m95.92,123.51 2.27,0 0,1.54 -2.27,0 0,-1.54 z" class="ps02"/>
<path d="m136.62,128.51 c0,0 -0.01,0.76 -0.01,1.06 0,0.8 -0.47,1.13 -0.93,1.13 -0.45,0 -0.93,-0.33 -0.93,-1.13 0,-0.3 0,-1.08 0,-1.08 0,0 0.01,-0.74 0.01,-1.05 0,-0.8 0.47,-1.12 0.93,-1.12 0.45,0 0.93,0.33 0.93,1.12 0,0.3 0,0.87 0.01,1.07 l0,-0.01 z m-0.91,-2.81 c-1.83,0 -3.32,1.26 -3.32,2.82 0,1.56 1.49,2.82 3.32,2.82 1.83,0 3.32,-1.26 3.32,-2.82 0,-1.56 -1.48,-2.82 -3.32,-2.82" class="ps02"/>
<path d="m129.41,123.51 2.24,0 0,7.55 -2.24,0 c0,0 -0.01,-0.25 -0.01,-0.29 -0.87,0.54 -1.85,0.54 -2.61,0.19 -0.2,-0.1 -1.55,-0.74 -1.55,-2.49 0,-1.32 1.25,-2.77 2.89,-2.63 0.54,0.05 0.92,0.24 1.28,0.45 0,-1.16 0,-2.78 0,-2.78 z m0.02,5.01 c0,0 0,-0.63 0,-0.9 0,-0.78 -0.54,-0.98 -0.89,-0.98 -0.36,0 -0.89,0.2 -0.89,0.98 0,0.26 0.01,0.89 0.01,0.89 0,0 -0.01,0.63 -0.01,0.89 0,0.77 0.53,0.98 0.89,0.98 0.35,0 0.89,-0.2 0.89,-0.98 0,-0.32 0,-0.89 0,-0.89" class="ps02"/>
<path d="m103.51,125.81 c0.85,-0.02 2.57,0.53 2.56,2.52 -0.01,0.35 -0.01,2.73 -0.01,2.73 l-2.26,0 c0,0 0,-2.98 0,-3.3 0,-0.44 -0.42,-0.92 -1.04,-0.92 -0.62,0 -1.08,0.49 -1.08,0.92 0,0.21 0.01,3.3 0.01,3.3 l-2.25,0 -0.01,-5.02 2.26,-0.01 c0,0 -0.01,0.4 0,0.53 0.43,-0.41 1.06,-0.74 1.81,-0.76" class="ps02"/>
<path d="m121.96,125.81 c0.85,-0.02 2.57,0.53 2.56,2.52 -0.01,0.35 0,2.73 0,2.73 l-2.25,0 c0,0 0,-2.98 0,-3.3 0,-0.44 -0.42,-0.92 -1.04,-0.92 -0.62,0 -1.08,0.49 -1.08,0.92 0,0.21 0.01,3.3 0.01,3.3 l-2.25,0 0.01,-5.02 2.25,-0.01 c0,0 -0.01,0.4 0,0.53 0.43,-0.41 1.06,-0.74 1.81,-0.76" class="ps02"/>
<path d="m112.93,127.79 c-0.01,-0.44 0.01,-0.73 0.15,-0.98 0.18,-0.31 0.5,-0.46 0.8,-0.46 l-0.01,0 c0.3,0 0.62,0.15 0.8,0.46 0.14,0.25 0.15,0.54 0.15,0.98 l-1.89,0 z m1.89,1.51 c0,0 0.01,0.02 0.01,0.3 0,0.92 -0.6,1.12 -0.94,1.12 -0.34,0 -0.95,-0.2 -0.95,-1.12 0,-0.27 0.01,-1.04 0.01,-1.04 0,0 4.27,0.01 4.27,0 0,-1.56 -1.5,-2.85 -3.35,-2.85 -1.85,0 -3.34,1.26 -3.34,2.82 0,1.56 1.5,2.82 3.34,2.82 1.53,0 2.82,-0.87 3.22,-2.06 l-2.26,0.01" class="ps02"/>
</g>
<g transform="matrix(2.008,0,0,2.008,-122.553,-50.924)">
<rect ry="3.45" rx="3.45" y="66.8" x="83.25" height="50.17" width="58.4" fill="#81888f" stroke="#000" stroke-width="1"/>
<g transform="matrix(0.412,0,0,0.412,-111.904,-76.982)" id="layer1">
<path d="m508.87,368.86 c-2.01,-2.85 -5.32,-4.7 -9.06,-4.7 -6.13,0 -11.1,4.97 -11.1,11.1 0,6.13 4.97,11.09 11.1,11.09 4.45,0 8.29,-2.62 10.06,-6.4 l-9.79,0 0,-5.04 15.64,0 c0.01,0.12 0.01,0.24 0.01,0.35 0,1.63 -0.24,3.21 -0.7,4.69 -2,6.5 -8.05,11.23 -15.21,11.23 -8.79,0 -15.92,-7.13 -15.92,-15.92 0,-8.79 7.13,-15.92 15.92,-15.92 6.52,0 12.11,3.92 14.58,9.53 l-5.51,0 z"/>
<path d="m532.6,359.65 0,0 -20.11,30.29 6.23,0 4.3,-6.47 9.59,0 0,6.48 5.19,0 0,-30.3 -5.19,0 z m-6.15,18.63 6.15,-9.25 0,9.25 -6.15,0 z"/>
<path d="m578.41,359.65 0,0 -13.87,20.88 0,-20.88 -5.19,0 0,10e-4 -20.11,30.29 6.23,0 13.88,-20.91 0,20.92 5.19,0 0,-0.04 13.87,-20.89 0,20.92 5.19,0 0,-30.3 -5.19,0 z"/>
<path d="m603.55,364.84 0,-5.19 -15.76,0 0,30.31 5.19,-0.02 10.57,0 0,-5.19 -10.57,0 0,-7.06 10.57,0 0,-5.19 -10.57,0 0,-7.66 10.57,0 z"/>
<path d="m552.9,414.89 c1.66,-3.74 4.16,-9.37 4.16,-9.37 l-5.09,0 -2.68,6.04 -3.99,-3.68 c1.83,-1.47 3.43,-3.32 3.43,-6.42 0,-1.66 -0.66,-3.23 -1.84,-4.42 -1.35,-1.35 -3.26,-2.13 -5.24,-2.13 -3.42,0 -6.97,2.45 -6.97,6.55 0,2.86 1.57,4.7 3.13,6.07 -2.89,2.05 -5.41,4.23 -5.41,8.72 0,2.55 0.92,4.87 2.6,6.55 1.69,1.69 4.05,2.62 6.65,2.62 4.92,0 7.36,-2.38 9.23,-6.06 l6.03,5.58 3.16,-3.41 -7.17,-6.63 z m-13.07,-14.62 c0.44,-0.44 1.14,-0.71 1.83,-0.71 0.73,0 1.48,0.29 1.95,0.76 0.33,0.33 0.49,0.69 0.49,1.13 0,1.31 -0.63,2.02 -2.34,3.28 -1.5,-1.2 -2.41,-2.03 -2.41,-3.28 0,-0.46 0.16,-0.85 0.49,-1.18 m7.38,15.99 c-1.6,3.58 -2.74,4.5 -5.55,4.5 -1.38,0 -2.53,-0.44 -3.36,-1.25 -0.81,-0.81 -1.23,-1.94 -1.23,-3.26 0,-2.44 1.26,-3.41 4.35,-5.56 0.02,-0.01 0.03,-0.02 0.05,-0.03 l5.84,5.39 -0.09,0.21 z"/>
<path d="m531.83,429.14 0,0 -20.11,30.29 6.23,0 4.3,-6.47 9.59,0 0,6.48 5.19,0 0,-30.3 -5.19,0 z m-6.15,18.64 6.15,-9.25 0,9.25 -6.15,0 z"/>
<path d="m489.39,459.44 0,-10e-4 13.86,-20.88 0,20.89 5.19,0 0,-10e-4 0,0 20.11,-30.29 -6.23,0 -13.88,20.91 0,-20.92 -5.19,0 0,0.04 -13.86,20.88 0,-20.92 -5.19,0 0,30.3 5.19,0 z"/>
<path d="m600.56,429.14 0,12.2 -9.37,0 0,-12.2 -5.19,0 0,30.3 5.19,0 0,-12.91 9.37,0 0,12.91 5.19,0 0,-30.3 -5.19,0 z"/>
<path d="m555.98,429.14 -16.93,0 0,5.19 5.87,0 0,25.11 5.19,0 0,-25.11 5.87,0 0,-5.19 z"/>
<path d="m578.68,451.27 c-1.99,2.21 -4.87,3.6 -8.09,3.6 -6.01,0 -10.88,-4.87 -10.88,-10.88 0,-6.01 4.87,-10.88 10.89,-10.88 3.16,0 6.01,1.42 8,3.61 l6.08,0 c-2.66,-5.05 -7.96,-8.62 -14.07,-8.62 -8.78,0 -15.9,7.12 -15.9,15.9 0,8.78 7.12,15.9 15.9,15.9 6.15,0 11.49,-3.51 14.13,-8.62 l-6.04,0 z"/>
</g>
</g>
<rect width="994.98" height="18.62" x="2.51" y="2.51" rx="4.2" ry="4.2" fill="#9a1c22"/>
<rect ry="4.2" rx="4.2" y="578.39" x="2.51" height="20.92" width="994.98" fill="#9a1c22"/>
<rect width="994.98" height="596.8" x="2.51" y="2.51" rx="6.02" ry="6.02" fill="none" stroke="#000" stroke-width="5.02"/>
<g transform="scale(0.738,0.738)">
<path d="m897.49,523.82 -14.41,36.84 -31.25,19.56 5.81,9.13 0.03,0 c6.72,-0.57 8.2,0.34 11.29,1.05 6.39,-4.36 17.93,-8.77 24.28,-6.59 1.15,0.33 2.94,0.94 4.08,1.51 1.24,0.46 1.82,1.58 4.19,0.88 5.48,-3.73 13.05,-5.68 22.59,0.3 6.62,-2.5 10.53,-3.53 16.74,-2.74 L 935.7,573.7 c21.69,-1.96 22.24,-25.16 8.69,-34.37 -12.71,-4.29 -46.91,-15.5 -46.91,-15.5 z" fill="#a73824"/>
<path d="m600.67,274.7 c-17.63,7.3 -40.9,6.19 -55.31,6.72 -42.13,0.3 -84.27,0.13 -126.41,-0.06 -0.24,5.11 2.1,14.02 4.28,18.72 -1.51,4.37 -2.59,8.08 -3.78,12.19 -1.58,5.44 -3.1,10.85 -4.37,16.38 -0.99,4.28 -1.8,8.65 -2.41,13 -0.55,3.92 -1.15,7.85 -1.31,11.81 -0.33,8.07 -0.22,16.21 0.53,24.25 0.58,6.17 1.59,12.32 3.19,18.31 2.49,9.36 6.39,18.28 9.88,27.31 1.69,4.4 3.44,8.66 5.03,13.09 0.82,2.28 1.83,4.61 2.5,6.94 0.78,2.71 1.35,5.4 1.81,8.19 0.34,2.03 0.72,4.07 0.78,6.13 0.12,3.87 -0.03,7.76 -0.28,11.63 -0.23,3.54 -0.58,7.08 -1.25,10.56 -0.36,1.85 -0.84,3.64 -1.31,5.47 -0.47,1.82 -2.12,4.37 -1.65,5.47 0.51,1.32 1.27,0.99 2,0.13 1.32,-2.29 2.22,-5.81 2.72,-8.41 0.53,-2.79 0.84,-6.27 1.19,-9.09 0.39,-3.17 0.53,-5.02 0.63,-8.22 0.1,-3.37 -0.05,-6.75 -0.22,-10.12 -0.1,-1.9 -0.46,-3.81 -0.78,-5.69 -0.45,-2.63 -1.1,-5.2 -1.87,-7.75 -0.99,-3.26 -2.63,-6.46 -3.81,-9.66 -1.74,-4.71 -3.5,-9.29 -5.25,-14 -1.74,-4.7 -3.6,-9.47 -5.22,-14.22 -0.92,-2.69 -1.8,-5.35 -2.56,-8.09 -1.23,-4.45 -2.17,-8.98 -2.97,-13.53 -0.5,-2.83 -0.57,-5.67 -0.78,-8.53 -0.46,-6.36 -0.75,-12.76 -0.41,-19.12 0.27,-5.11 0.99,-10.2 1.81,-15.25 0.66,-4.05 1.49,-8.08 2.5,-12.06 1,-3.95 2.05,-7.81 3.22,-11.72 1.48,-4.92 2.62,-8.89 4.38,-14.62 4.83,-3.06 15.55,-7.05 24.81,-3.44 6.08,2.37 13.03,1.47 18.81,-1.72 7.78,-4.52 17.52,-5.55 25.94,-2.16 6.36,3.51 13.22,5.73 20.41,7.09 10.69,2.03 20.58,-2.77 30.53,-5.44 12.31,-4.23 25.78,1.32 37.78,4.53 8.65,-2.63 15.19,-15.97 17.25,-25 z" fill="#a73824"/>
<path d="m974.17,288.7 c-0.78,0.14 -1.5,0.8 -1.41,2 l0.38,9.09 c-5.81,0.49 -11.4,1.68 -15.03,3.91 5.31,5.3 7.94,11.41 8.88,19.09 3.33,-0.32 5.41,0.19 7.22,0.91 l0.91,20.16 -29.62,6.78 c-1.9,0.53 -1.12,3.14 0.72,2.5 l29.03,-6.34 0.28,6.28 0.06,0.06 2.16,0.63 2.09,0.25 -0.5,-8.12 19.06,-4.19 0,-3.19 -19.25,4.41 -1.19,-19.47 c1.55,-0.84 3.08,-1.25 5.97,-1.22 0.45,-8.06 2.79,-14.78 7.72,-21.75 -3.89,-0.74 -9.46,-1.12 -15.12,-0.91 l-0.62,-9.81 c-0.09,-0.81 -0.94,-1.2 -1.72,-1.06 z m6.31,14.06 c1.88,0 3.75,0.06 5.63,0.19 -2.2,3.72 -4.82,10.44 -4.62,16.13 -2.86,-0.28 -8.03,-0.32 -12.16,0.97 -0.42,-5.88 -2.75,-11.34 -6.03,-15.28 5.87,-1.39 11.55,-1.99 17.19,-2 z m-4.09,70.16 1,23.16 -33.12,5.94 c-2.33,0.42 -1.44,2.79 0.63,2.19 l32.63,-5.34 0.22,5.06 4.97,-3.03 -0.19,-2.84 15.88,-2.59 0,-3.12 -16.06,2.88 -1.25,-20.59 -4.69,-1.69 z m5.56,42.69 c-1.35,0.05 -2.49,0.8 -3.59,2.09 l0.66,15.25 -53.75,9.5 c-2.49,0.15 -2.14,3.03 0.31,2.5 l53.59,-8.03 0.28,6.03 5.72,-1 -0.34,-5.87 13.56,-2.03 0,-4.5 -13.81,2.44 -0.97,-16.12 c-0.59,-0.18 -1.14,-0.27 -1.66,-0.25 z m-2.16,35.69 1.44,32.31 6.63,2.31 -1.59,-26.06 -6.47,-8.56 z" fill="#a73824"/>
<path d="m882.95,465.01 c-3,0.06 -5.01,2.8 -1.97,5.5 7.06,4.43 16.29,8.33 21.56,13.22 13.31,12.34 20.36,26.24 24.63,40.47 l7.81,1.88 c-4.19,-21.21 -12.25,-29.21 -8.03,-36.09 2.93,-4.78 46.19,2.08 71.44,12.34 l0,-5.03 c-26.76,-13.28 -49.65,-13.77 -73.41,-16.75 -13.45,-1.61 -27.61,-7.43 -38.84,-14.59 -1.06,-0.68 -2.19,-0.96 -3.19,-0.94 z" fill="#a73824"/>
<path d="m904.08,493.92 4.99,5.62 c-4.72,2.53 -7.18,8.56 -7.18,13.74 l0,2.5 -6.56,0 c-0.7,-8.39 2.22,-16.52 8.74,-21.85 z" fill="#a73824"/>
<path d="m913.75,507.34 4.68,8.12 c-2.92,0.95 -3.61,2.45 -4.99,4.99 -2.12,0.3 -2.82,-0.27 -4.37,-1.56 -0.97,-4.69 1.84,-8.15 4.68,-11.55 z" fill="#a73824"/>
<path d="m941.08,499.51 c-1.87,-0.01 -3.79,0 -5.78,0.03 l1.56,7.5 c25.94,-2.45 43.19,2.72 61.53,11.63 l0,-5.94 c-18.87,-9.18 -33.12,-13.08 -57.31,-13.22 z" fill="#a73824"/>
<path d="m958.02,516.04 c-5.68,0.06 -11.55,0.67 -17.62,1.84 l1.78,8.19 c19.05,-7.13 38.24,-1.72 56.22,6.03 l0,-6.5 c-13.03,-6.44 -26.16,-9.72 -40.37,-9.56 z" fill="#a73824"/>
<path d="m967.8,533.01 c-4.47,-0.05 -9.04,0.36 -13.78,1.19 l5.63,6.53 c13.27,-1.11 26.2,0.29 38.75,4.31 l0,-5.06 c-10.48,-4.43 -20.29,-6.86 -30.59,-6.97 z" fill="#a73824"/>
<path d="m980.2,550.39 c-5.37,-0.05 -10.74,0.63 -15.87,2.03 l0,6.75 c11.15,-3.48 22.89,-3.39 34.06,-0.56 l0,-5.19 c-5.87,-1.96 -12.03,-2.97 -18.19,-3.03 z" fill="#a73824"/>
<path d="m962.14,567.6 -3.44,4.97 c7.77,6.64 15.55,14.87 26,17.28 6,1.39 4.76,16.35 1,16.44 -17.2,0.41 -26.32,-0.38 -37.44,4.5 l50.13,0 0,-29.69 c-13.96,-3.78 -22.08,-3 -36.25,-13.5 z" fill="#a73824"/>
<path d="m972.75,446.78 c-5.71,8.35 -4.85,18.59 -3.12,28.1 -2.88,-3.05 -6.33,-9.44 -8.43,-9.37 -1.85,0.07 -4.15,9.62 -6.56,9.68 -2.84,0.07 -8.11,-12.8 -11.55,-12.8 -1.82,0 -6.56,6.01 -9.37,9.68 -8.41,-2.61 -11.77,-11.56 -11.24,-19.67 2.84,2.39 5.03,4.53 8.12,4.06 11.75,-1.81 12.26,-8.83 19.04,-8.74 5.65,0.07 7.12,12.2 23.1,-0.94 z" fill="#a73824"/>
<path d="m984.61,447.45 c5.66,9.22 8.65,12.37 13.78,15.16 l0,-14.03 c-4.57,0.17 -9.12,-0.11 -13.78,-1.12 z" fill="#a73824"/>
<path d="m946.86,358.56 c-2.85,3.51 -5.19,7.88 -4.28,12.05 0.84,3.87 5.85,5.76 4.02,17.94 10,-7.9 21.2,-12.69 20.88,-31.32 -6.52,4.04 -9.34,9.86 -15.19,8.4 -2.88,-0.72 -4.72,-2.39 -5.42,-7.06 z" fill="#a73824"/>
<path d="m998.39,351.01 c-9.75,10.3 -15.67,11.36 -27.34,4.66 5.62,9.6 17.54,16.96 27.34,15.72 l0,-20.37 z" fill="#a73824"/>
<path d="m992.02,403.04 c-10.1,0.24 -19.83,11 -24.44,10.41 -3.98,-0.68 -7.13,-0.57 -8.56,-8.59 -1.61,10.13 -7.82,9.69 -15.34,2.41 5.03,11.32 -1.06,21.97 -1.06,21.97 0,0 9.85,-3.87 13.22,-12.62 1.5,-3.91 3.99,6.77 10.41,7.06 2.77,0.13 13.69,-22.11 27.06,-10.97 1.43,-0.78 3.49,-1.36 5.09,-2.19 l0,-6.44 c-1.53,-0.69 -3.53,-0.9 -5.37,-1 -0.33,-0.01 -0.67,-0.04 -1,-0.03 z" fill="#a73824"/>
<path d="m375.55,518.76 c-0.84,0.01 -1.73,0.1 -2.66,0.28 -4.93,0.98 -8.29,2.99 -13.53,3.44 l0,23.5 106.78,0 c3.95,0 7.13,3.17 7.13,7.13 l0,57.69 400.56,0 c-8.06,-6.79 -18.28,-12.38 -26.44,-13.75 -12.55,-2.1 -24.27,-0.5 -37,-0.5 -6.13,10e-4 -10.7,-1.6 -17,-2.5 -11.34,-1.62 -21.89,0.01 -32.5,3.5 -6.25,2.06 -11.78,3.61 -17.5,3 -10.71,-1.14 -20.12,5.61 -30,2 -4.84,-1.77 -7.68,-4.2 -12.5,-5.5 -4.26,-1.15 -6.96,2.35 -10,2.5 -4.5,-2.68 -9.41,-2.64 -13,-2.5 -4.42,0.17 -14.73,0.6 -20,1.5 -12.7,2.16 -23.18,-4.3 -34.5,-5 -8.04,-0.5 -14.29,6.83 -22,5.5 -7.79,-1.34 -16.78,-8.48 -26,-9 -8.32,-0.47 -27.35,-2.18 -34.5,1.5 -5.42,2.79 -9.31,3.26 -15,3 -14.53,-0.66 -11.54,-17.6 -20.5,-23 -13.01,-7.85 -12.09,-6.08 -16,-19 -3.14,-10.39 -5.42,-7.91 -13.5,-10 -7.4,-1.92 -11.36,-10.53 -19,-11 -6.43,-0.4 -14.22,3.61 -19.5,3.5 -7.03,-0.15 -10.66,-5.1 -15.5,-9 -4.15,-3.34 -7.81,-3.53 -12.5,-3.5 -5.87,0.04 -13.24,4.56 -18,2.5 -5.84,-2.53 -9.95,-6.35 -15.84,-6.28 z" fill="#a73824"/>
<g transform="translate(350.892,197.042)" fill="#0f789f">
<path d="m131.41,118.77 c9.39,9.72 17.48,9.95 25.59,9.87 8.11,-0.08 22.71,-5.21 30.06,-5.14 7.36,0.07 5.11,-0.31 13.72,0.52 -7.86,-4.7 -15.4,-6.26 -24.35,-6.08 -8.96,0.18 -17.82,2.9 -26.42,2.75 -8.59,-0.15 -15.52,-1.27 -18.61,-1.92 z" fill="#0f789f"/>
<path d="m163.92,137.67 c9.39,8.89 18.04,8.84 26.15,8.76 8.11,-0.08 15.76,-5.49 23.12,-5.42 7.36,0.07 2.89,-0.03 11.5,0.8 -7.86,-4.7 -12.06,-6.26 -21.02,-6.08 -8.96,0.18 -15.88,4.01 -24.47,3.86 -8.59,-0.15 -12.19,-1.27 -15.27,-1.92 z" fill="#0f789f"/>
<path d="m221.15,129.89 c0,0.67 10.67,11.02 18.89,11.11 13.34,0.15 21.68,-6.93 31.67,-7.78 5.01,-0.43 15,1.67 15,1.67 0,0 -11.21,-7.35 -18.34,-7.78 -9.71,-0.58 -19.78,6.45 -29.45,7.5 -6.13,0.66 -17.78,-4.67 -17.78,-4.72 z" fill="#0f789f"/>
<path d="m147.34,227.8 c9.39,8.89 15.97,10.81 24.07,10.73 8.11,-0.08 17.42,-4.24 24.77,-4.17 7.36,0.07 10.87,1.32 20,4.53 -9.21,-10.19 -15.27,-11.75 -24.23,-11.58 -8.96,0.18 -18.68,4.43 -24.99,4.28 -6.32,-0.15 -12.91,-1.48 -19.62,-3.79 z" fill="#0f789f"/>
<path d="m98.45,241.22 c9.39,8.89 22.38,12.51 30.39,11.25 9.51,-1.49 23.22,-2.95 37.31,1.91 -8.28,-7.81 -17.94,-11.43 -30.76,-9.5 -13.58,2.05 -23.22,2.1 -36.95,-3.66 z" fill="#0f789f"/>
<path d="m212.06,217.45 c6.7,9.82 16.17,11.01 25.63,10.73 9.45,-0.28 17,-4.04 23.01,-5.11 6.01,-1.07 9.21,-0.76 17.82,0.08 -7.86,-4.7 -12.17,-6.26 -21.12,-6.08 -8.96,0.18 -18.99,4.53 -27.58,4.38 -8.59,-0.15 -11.57,-1.17 -17.76,-4 z" fill="#0f789f"/>
<path d="m435.5,253.92 c6.7,9.72 17.31,11.49 25.42,11.35 11.1,-0.19 12.88,-5.11 34.62,-0.47 -7.86,-4.7 -17.35,-9.28 -26.3,-9.09 -10.77,0.23 -13.98,4.36 -33.74,-1.79 z" fill="#0f789f"/>
<path d="m379.23,291.84 c9.91,9.82 17.12,9.84 22.62,9.49 10.41,-0.67 15.22,-8.24 34.72,-3.37 -7.76,-5.43 -13.77,-8.71 -22.67,-7.74 -14.41,1.56 -19.11,5.9 -34.67,1.63 z" fill="#0f789f"/>
<path d="m444.29,300.87 c7.43,9.92 17.1,10.41 21.9,10.73 9.77,0.65 16.62,-7.47 42.91,-2.54 -7.86,-4.7 -16.52,-8.75 -25.47,-8.57 -8.96,0.18 -14.74,4.32 -23.33,4.17 -8.59,-0.15 -11.36,-1.99 -16,-3.79 z" fill="#0f789f"/>
<path d="m562.53,90.58 c14.18,11.09 23.81,7.37 28.84,5.94 9.39,-2.67 13.64,-4.36 24.8,-3.63 -8.23,-4.34 -19.09,-4.69 -25.56,-3.14 -8.2,1.97 -13.42,4.17 -28.09,0.83 z" fill="#0f789f"/>
<path d="m578.93,130.68 c11.48,-7.91 23.75,-5.71 31.3,-2.75 6.79,2.66 11.45,3.63 27.87,1.3 -7.86,4.7 -14.19,7.56 -23.1,6.7 -16.26,-1.58 -18.2,-7.72 -36.07,-5.25 z" fill="#0f789f"/>
<path d="m484.71,249.79 c9.39,-8.89 19.27,-5.73 23.56,-4.51 4.28,1.21 14.3,7.08 34.93,3.27 -6.72,5.22 -11.76,8.15 -24.33,7.02 -12.57,-1.14 -12.74,-6.02 -34.15,-5.77 z" fill="#0f789f"/>
<path d="m21.97,229.19 c10.12,-3.71 28.3,-5.11 37.65,-2.75 9.35,2.36 11.51,3.52 15.86,4.59 4.35,1.07 8.12,2.24 16.74,1.41 -6.62,4.7 -21.9,5.6 -32.26,3.25 -11.11,-2.52 -26.03,-8.38 -37.99,-6.5 z" fill="#0f789f"/>
<path d="m24.78,191.92 c12.55,-9.99 22.13,-9.26 30.39,-7.92 8.26,1.34 14.25,5.7 21.6,5.63 7.36,-0.07 8.59,-0.45 17.2,-1.28 -6.1,4.99 -13.27,9.74 -21.29,9.15 -8.02,-0.59 -21.67,-7.49 -29.31,-7.65 -7.65,-0.16 -15.51,1.43 -18.59,2.08 z" fill="#0f789f"/>
<path d="M 33.72,88.5 C 26.21,88.37 19.17,89.14 8.5,94.5 l0,0.78 c4.2,-0.84 11.64,-2.03 20.06,-1.25 10.33,0.95 17.41,6.06 26.84,6.88 9.43,0.81 15.51,-2.51 23.53,-7.84 -8.61,0.83 -11.24,1.68 -17.97,1.59 -6.72,-0.09 -14.22,-5.64 -23.75,-6.03 -1.19,-0.05 -2.35,-0.11 -3.5,-0.12 z" fill="#0f789f"/>
<path d="m20.25,104.44 c-3.75,0.06 -7.6,0.76 -11.75,2.84 l0,2.5 c2.46,-0.3 5.42,-0.35 8.94,0.47 6.86,1.59 10.14,5.76 19.09,5.94 8.96,0.18 13.32,-2.83 21.19,-7.53 -8.61,0.83 -5.89,0.9 -13.25,0.97 -7.36,0.07 -11.68,-4.23 -18.84,-4.94 -1.79,-0.18 -3.57,-0.28 -5.37,-0.25 z" fill="#0f789f"/>
<path d="m51.78,154.78 c-8.61,4.62 -9.52,4.21 -16.87,4.28 -7.36,0.07 -11.22,-2.2 -17.59,-2.59 -2.24,-0.14 -5.34,-0.37 -8.81,-0.25 l0,9.5 c5.02,0.61 9.19,1.81 15.63,1.94 8.96,0.18 21.53,-3.12 27.66,-12.87 z" fill="#0f789f"/>
<path d="m60.69,262.24 c9.81,5.26 14.41,6.77 22.52,6.69 7.67,0.2 14.23,-4.7 30.16,-1.71 -3.31,-2.84 -11.65,-5.54 -17.39,-5.57 -5.74,-0.03 -10.28,2.46 -18.88,2.31 -8.59,-0.15 -13.33,-1.06 -16.41,-1.72 z" fill="#0f789f"/>
<path d="m39.81,124.28 c-2.3,0.07 -4.67,0.52 -7.12,1.31 -7.85,2.55 -14.81,5.09 -23.41,4.94 C 9.02,130.53 8.76,130.51 8.5,130.5 l0,7.63 c2.62,0.24 5.18,0.24 7.63,0.22 8.11,-0.08 15.89,-5.24 20.56,-7.06 4.67,-1.83 9.86,-3.14 18.47,-2.31 -5.41,-3.23 -10.27,-4.83 -15.34,-4.69 z" fill="#0f789f"/>
<path d="m642.84,87.41 c-9.77,0.39 -11.51,6.63 -26.72,8.56 16.84,2.65 21.75,-2.54 31.38,-1.66 l0,-6.66 c-1.73,-0.2 -3.3,-0.3 -4.66,-0.25 z" fill="#0f789f"/>
<path d="m554.68,93 c-16.33,-3.71 -30.25,-5.86 -46.89,-3.8 -54.16,7.65 -52.64,-0.44 -73.74,-0.07 -19.38,0.34 -13.76,3.83 -81.97,4.23 -8.14,0.05 -25.05,-1.81 -26.04,-0.71 -1.5,1.68 5.63,3.25 7.8,3.21 10.66,-0.19 12.83,6.72 5.84,7.12 -4.66,-0.26 -15.2,0.9 -4.98,4.29 15.85,4.26 38.57,5.63 49.16,2.62 3.41,-0.97 0.55,-3.44 -2.17,-3.86 -4.04,-0.62 -6.32,-1.42 -10.24,-2.13 -3.05,-0.55 -6.43,-3.87 -3.28,-5.88 2.89,-1.37 9.16,-1.14 12.32,-0.07 10.24,1.89 17.56,5.2 28.13,4.79 15.27,0.94 28.74,-8.46 42.56,-7.63 4.11,-0.25 8.43,0.58 12.07,2.34 9.55,5.96 -17.52,5.31 -17.61,9.27 -0.15,6.76 37.91,4.13 42.16,3.57 2.89,-0.96 8.09,-0.64 8.49,-4.49 -0.93,-3.62 -5.52,-3.17 -8.52,-3.91 -2.13,-0.62 -6.76,0.19 -6.31,-2.91 2.54,-3.68 7.68,-3.7 11.66,-3.51 15,0.69 27.78,7.49 41.03,2.84 6.84,-2.7 11.79,-5.25 20.52,-5.3 z" fill="#0f789f"/>
<path d="m314.92,95 c-9.3,-0.51 -9.66,9.12 -1.47,7.47 8.79,-1.77 11.77,3.38 2.05,3.78 -7.82,0.32 -21.07,3.04 -20.97,-1.14 0.08,-3.43 6.84,-0.24 7.69,-3.77 0.63,-2.62 -8.55,-1.95 -15.71,-1.9 -7.16,0.05 -12.31,-0.51 -12.87,1.32 -0.95,3.14 11.31,4.52 7.66,6.61 -3.08,1.76 -14.58,-3.47 -31.78,-2.88 -7.19,0.25 -27.82,5.78 -26.97,-0.55 0.49,-3.69 17.45,0.19 21.65,-5.2 4.33,-5.55 -13.85,-4.68 -18.96,-3.58 -10.47,2.23 -26.55,12.21 -31.55,6.76 -3.67,-4.01 -18.93,-7 -15.96,-2.29 5.43,8.61 -1.47,5.43 -6.75,1.25 -7.25,-5.73 -18.09,4.34 -26.3,0.61 -5.87,-2.67 -25.19,-6.98 -19.44,3.36 1.89,3.4 19.57,1.41 12.17,4.16 -12.6,4.67 -47.14,-0.84 -50.23,-1.61 -5.46,-1.36 4.3,-3.02 10.69,-4.26 10.53,-2.05 3.13,-9.18 -4.06,-7.28 -6.58,1.73 -10.42,-3.85 -4.95,-3.68 8.4,0.26 16.96,2.68 25.31,0.54 9.56,-2.45 20.34,-3.33 29.92,-0.87 9.15,2.35 17,-0.6 25.98,-1.59 9.68,-1.07 19.34,1.54 28.73,4.2 9.95,2.81 19.77,-2.11 29.81,-4.08 13.94,-2.72 38.33,5.09 57.9,4.33 9.2,-0.36 18.1,-2.66 27.14,-3.14 5.57,-0.3 7,3.74 1.27,3.43 z" fill="#0f789f"/>
</g>
<path d="m724.49,605.47 c-1.38,-2.35 0.21,-4.57 0.63,-7.76 0.73,-5.52 4.24,-7.13 2.65,-9.37 -3.33,-4.67 -16.31,7.59 -15.91,-1.06 0.46,-9.76 13.44,0.95 15.2,-7.42 1.47,-6.98 -20.05,-5 -12.2,-14.5 5.79,-7 9.74,8.6 15.91,6.36 7.59,-2.74 -4.25,-24.04 9.37,-19.09 13.51,4.91 -6.17,15.64 -2.12,19.98 6.68,7.14 11.47,-11.19 19.09,-0.35 4.46,6.33 -9.13,6.26 -12.9,5.66 -3.99,-0.64 -12.36,0.52 -11.14,4.77 2.05,7.14 21.16,-6.02 19.09,4.95 -1.96,10.41 -14.31,-2.17 -19.09,1.77 -2.11,1.74 -1.94,7.95 -1.94,7.95 0,0 0.81,4.4 0,6.36 -1.81,2.26 -5.7,3.46 -6.64,1.75 z" fill="#0a7038"/>
<path d="m638.68,604.26 c5.12,-10.07 11.18,-23.81 8.66,-32.7 -4.89,-9.74 -1.33,-20.79 2.3,-28.81 -3.45,4.88 -7.25,10.41 -9.9,15.2 -3.71,5.91 -5.05,13.08 -3.18,19.62 4.59,8.48 2.71,17.3 2.12,26.69 z" fill="#0a7038"/>
<path d="m628.25,599.66 c0,0 0.02,-11.11 -0.18,-15.73 -0.2,-4.63 -0.68,-8.36 -0.88,-12.02 -0.44,-7.7 2.57,-12.82 6.36,-18.56 4.62,-6.99 4.48,-12.63 2.12,-19.62 -1.57,-4.65 0.33,-9.68 0.18,-13.79 0,0 -3.8,5.51 -5.13,7.6 -2.03,3.21 -3.09,6.04 -2.47,9.55 0.45,2.55 1.56,5.12 0.53,7.42 -1.43,3.22 -4.63,4.85 -7.07,7.07 -4.43,4.02 -6.85,9.4 -5.3,15.03 1.77,6.45 5.9,12.23 7.78,18.56 0.8,2.71 1.43,6.25 2.12,8.66 0.7,2.41 1.94,5.83 1.94,5.83 z" fill="#0a7038"/>
<path d="m510.2,582.05 c-1.87,-3.54 1.55,-6.42 3.36,-9.32 3.92,-9.46 1.28,-16.5 -7.87,-18.08 -5.45,-1.56 -4.44,-4.97 -3.02,-6.3 3.18,-2.98 5.49,1.68 9.47,1.8 3.81,0.11 7.17,-1.52 6.23,-5.44 -2.33,-9.72 -9.91,-6.33 -15.2,-7.46 -4.32,-0.92 -5.05,-5.6 -1.9,-7.61 2.51,-1.6 4.85,-1.32 7.82,0.06 2.88,1.34 8.93,4.29 10.04,0.34 1.01,-11.31 -7.18,-12.91 -13.84,-14.91 -3.55,-1.08 -5.15,-6.1 -3.09,-8.73 4.68,-5.98 10.54,-0.1 14.95,6.33 3,4.38 7.98,-1.9 8,-4.75 0.03,-4.04 -2.08,-8.09 -1.43,-12.2 0.63,-3.94 5.23,-5.44 8.84,-4.68 3.47,0.73 5.1,3.61 4.97,7.14 -0.29,8.38 -6.65,14.88 -12.69,19.24 -2.16,1.56 -2.33,8.16 0,8.19 8.74,0.11 5.85,-10.14 15.23,-8.24 5.24,1.06 4.95,11.23 -3.11,13.02 -3.78,0.72 -7.22,1.07 -10.95,2.3 -3.59,1.18 -5.51,3.01 -4.87,6.76 0.65,3.81 4.97,5.49 8.17,4.07 3.27,-1.46 6.21,-3.29 10.28,-3.27 3.8,0.01 4.35,5.66 2.66,8.1 -2.13,3.08 -5.42,3.61 -9.2,2.83 -3.38,-0.69 -8.02,-0.76 -11.11,2.23 -5.08,2.64 1.51,12.66 -5.62,28.88 -4.18,5.44 -4.94,1.99 -6.15,-0.29 z" fill="#0a7038"/>
<path d="m451.38,519.23 c1.82,-0.31 2.87,-3.08 2.27,-4.82 -0.53,-1.55 -1.75,-2.4 -3.01,-3.63 -3.21,-3.15 -2.44,-7.65 0.94,-8.05 2.2,-0.26 4.2,0.63 4.66,3.1 0.41,2.19 0.59,3.83 0.52,6.05 -0.07,2.25 1.72,3.93 3.61,3.45 2.54,-0.64 3.75,-2.21 5.76,-8.27 1.33,-4.02 7.62,-4.19 8.52,-0.76 1.44,5.52 -3.81,9.21 -7.9,9.9 -4.09,0.69 -4.55,4.92 -0.92,5.37 2.75,0.34 7.87,-1.07 9.04,1.28 2.33,4.67 -2.89,5.4 -5.88,3.7 -1.89,-1.07 -3.58,-2.16 -5.61,-1.97 -3.6,0.34 -6.37,1.62 -7.87,5.26 -0.65,1.59 -0.74,4.12 -2.76,4.31 -1.54,0.37 -4.12,0.15 -3.31,-1.69 0.79,-1.82 2.65,-3.54 2.26,-5.62 -0.93,-4.86 -4.94,-4.09 -7.37,-5.68 -1.2,-0.79 -3.23,-1.4 -2.14,-3.51 0.82,-1.58 3.63,-1.2 5.05,-0.27 1.77,1.15 2.54,2.09 4.14,1.81 z" fill="#0a7038"/>
<path d="m359.77,460.76 c-0.14,0 -0.27,0.03 -0.41,0.03 l0,64.63 c4.44,-2.14 9.46,-3.13 10.22,-4.62 1.41,-2.76 0.91,-3.97 1.03,-6.41 0.41,-8.08 6.37,-8.83 12.53,-6.47 2.5,0.96 6.28,2.34 8.22,0.06 4.36,-5.12 2.18,-10.73 -4.75,-6.69 -5.26,3.07 -8.43,1.75 -8.66,-2.72 0.71,-6.98 8.63,-5.37 13.28,-9.5 1.91,-1.77 3.47,-4.69 2.22,-6.84 -1.26,-2.17 -6.1,-3.46 -8.12,-0.91 -2.84,3.58 -4.97,11.99 -10.47,9.5 -4.22,-1.91 -2.03,-8.58 1.31,-10.41 2.03,-1.08 4.88,-2.49 6.09,-4.34 2,-3.04 -1.79,-7.93 -5.09,-7.59 -9.7,1 -5,13.14 -9.41,15.72 -3.22,1.88 -4.05,-1.84 -4.56,-3.62 -1.42,-5.93 6.44,-10.21 2.41,-16.56 -1.55,-2.43 -3.72,-3.22 -5.84,-3.25 z" fill="#0a7038"/>
<g transform="translate(350.124,197.536)" fill="#c49e1b">
<path d="m491.09,362.18 8.79,4.29 c2.18,1.07 -1.33,6.3 -3.6,3.06 z" fill="#c49e1b"/>
<path d="m500.5,351.96 7.15,5.67 c2.56,2.03 -2.32,5.58 -3.47,2.91 z" fill="#c49e1b"/>
<path d="m513.74,345.98 4.91,6.96 c1.3,1.84 -2.96,4.42 -3.44,1.47 z" fill="#c49e1b"/>
<path d="m525.23,343.09 3.52,6.63 c1.34,2.53 -3.8,4 -3.72,1.23 z" fill="#c49e1b"/>
<path d="m483.89,375.15 10.74,0.6 c2.82,0.16 1.62,5.95 -1.54,4.11 z" fill="#c49e1b"/>
<path d="m493.13,389.76 c3.2,-1.61 4.91,3.74 1.76,3.78 l-9.53,0.13 z" fill="#c49e1b"/>
<path d="m621.88,397.02 c-4.59,-2.02 -4.56,5.52 -0.05,4.78 4.19,1.73 6.03,-5.41 0.84,-4.61 -0.26,-0.05 -0.53,-0.11 -0.79,-0.16 z" fill="#c49e1b"/>
<path d="m610.27,402.82 c-3.73,-2.17 -7.58,3.94 -1.66,3.63 3.91,0.7 6.81,-1.53 1.66,-3.63 z" fill="#c49e1b"/>
<path d="m603.36,391.59 c-5.53,-2.86 -5.48,5.74 0.39,3.37 3.23,-0.75 3.45,-3.5 -0.39,-3.37 z" fill="#c49e1b"/>
<path d="m607.44,385.91 c-3.59,-2.75 -10.75,3.85 -4.01,4.74 3,2.54 10.95,-2.09 5.35,-4.43 -0.45,-0.1 -0.89,-0.2 -1.34,-0.31 z" fill="#c49e1b"/>
<path d="m598.67,378.51 c-2.52,-0.89 -10.3,-0.9 -5.93,3.15 1.95,2.15 11.84,-0.3 5.93,-3.15 z" fill="#c49e1b"/>
<path d="m593,407.63 c-2.04,-0.76 -9.28,-0.07 -4.59,2.54 1.47,1.22 9.35,-0.57 4.59,-2.54 z" fill="#c49e1b"/>
<path d="m532.89,389.62 c-4.09,-2.56 -10.42,3.26 -3.83,5.01 2.88,1.72 11.34,-1.16 6.52,-4.52 -0.85,-0.33 -1.77,-0.47 -2.69,-0.48 z" fill="#c49e1b"/>
<path d="m532.03,397.39 c-3.88,-2.74 -9.84,3.92 -3.18,4.42 3.76,2.46 11.93,-1.71 5.37,-4.38 -0.71,-0.2 -1.48,-0.24 -2.19,-0.03 z" fill="#c49e1b"/>
<path d="m555.85,395.91 c-1.42,-4.01 -10.29,-4.13 -6.03,1.02 1.5,1.7 7.57,3.18 6.03,-1.02 z" fill="#c49e1b"/>
<path d="m563.38,389.99 c-4.17,-2.91 -10.36,4.37 -3.34,4.64 1.6,0.13 8.14,-4.76 3.34,-4.64 z" fill="#c49e1b"/>
<path d="m558.56,388.38 c-3.36,-2.14 -7.61,3.78 -2.22,4.21 3.69,2.12 8.86,-4.46 3.14,-5.14 -0.46,-0.1 -1.63,0.33 -0.93,0.93 z" fill="#c49e1b"/>
<path d="m534.55,404.71 c-3.95,-1.81 -5.29,3.43 -0.06,3.35 2.8,0.27 4.7,-4.45 0.06,-3.35 z" fill="#c49e1b"/>
<path d="m541.04,403.93 c-5.32,-1.5 -5.51,5.77 0.12,3.38 2.76,-0.81 4.46,-4.61 -0.12,-3.38 z" id="path3780-7" fill="#c49e1b"/>
<path d="m516.85,401.83 c-2.62,-0.69 -11.11,-0.11 -6.38,3.71 2.68,1.73 11.11,0.81 8.72,-3.12 -0.76,-0.27 -1.57,-0.34 -2.34,-0.59 z" fill="#c49e1b"/>
<path d="m513.4,392.08 c-5.06,-0.9 -4.95,7.17 0.31,5.79 4.59,0.68 4.53,-7.19 -0.31,-5.79 z" fill="#c49e1b"/>
<path d="m553.26,403.07 c-3.09,-2.14 -8.36,3.2 -2.8,3.93 3.13,2.76 10.93,-1.97 4.93,-4.17 -0.71,-0.16 -1.49,-0.14 -2.13,0.24 z" fill="#c49e1b"/>
<path d="m572.51,406.28 c-2.55,-1.38 -10.59,1.85 -4.73,3.68 2.44,1.93 10.63,0.04 6.05,-3.15 l-0.66,-0.27 -0.66,-0.27 z" fill="#c49e1b"/>
<path d="m588.55,397.64 c-3.07,-2.93 -11.2,1.62 -5.4,4.44 2.97,3.83 13.15,-0.37 6.27,-3.72 l-0.46,-0.33 -0.41,-0.39 z" fill="#c49e1b"/>
<path d="m583.37,390.36 c-2.76,-1.53 -10.96,1.49 -5.58,4.24 2.85,2.27 12.56,0.84 7.86,-3.52 -0.69,-0.42 -1.48,-0.67 -2.28,-0.71 z" fill="#c49e1b"/>
<path d="m573.5,393.93 c5.18,-3.56 8.16,5.05 1.28,3.43 -1.58,-0.28 -2.97,-2.22 -1.28,-3.43 z" fill="#c49e1b"/>
<path d="m570.29,396.4 c-4.99,1.74 2.42,6.4 4.75,3.3 1.36,-2.43 -2.92,-6.17 -4.75,-3.3 z" fill="#c49e1b"/>
<path d="m191.66,394.64 c-0.04,-1.29 0.43,-3.46 0.73,-5.43 0.57,-3.72 6.01,-3.56 7.84,-5.5 1.59,-1.68 0.48,-5.42 -4.31,-2.4 -3.58,2.26 -3.82,1.2 -2.9,-1 3.48,-8.25 -4.7,-6.37 -3.76,-2.25 0.44,1.93 -1.48,3.68 -2.88,2.38 -1.33,-1.24 0.35,-3.14 -0.11,-4.77 -0.52,-1.83 -1.55,-4.12 -4.09,-2.35 -2.46,1.71 0.51,5.4 -0.08,8.1 -0.2,0.92 -3.11,-0.79 -4.31,-3.73 -1.23,-3 -4.11,-2.86 -5.01,-0.66 -1.02,2.51 2.66,3.07 3.84,5.49 0.64,1.32 0.98,2.95 -0.82,2.05 -1.26,-0.63 -2.7,-2.3 -4.27,-1.61 -1.21,0.53 -1.16,2.58 0,3.32 1.95,1.39 4.44,2.33 5.19,4.61 0.4,1.28 0.48,2.45 0.32,4.04 -0.45,4.47 4.41,2.6 7.93,2.52 2.96,-0.07 6.4,0.22 6.69,-2.82 0,-2e-5 -6e-5,0 -6e-5,0 z" fill="#c49e1b"/>
<path d="m127.92,342.29 c0.4,-2.24 -4.32,-3.33 -3.47,-5.49 1.28,-3.27 3.55,0.54 4.85,1.46 1.24,0.89 3.26,1.54 3.11,-0.35 -0.13,-1.71 -0.22,-3.44 0,-5.13 0.34,-2.72 2.91,-1.43 3.11,0.19 0.24,1.88 -0.41,4.78 -0.28,6.43 0.04,0.49 0.7,1.46 1.19,1.7 0.98,0.48 1.8,-0.11 1.92,-0.71 0.33,-1.65 0.74,-4.37 1.51,-4.97 0.44,-0.35 1.34,-0.43 1.69,0.01 0.94,1.17 0.06,3.11 -0.18,4.39 -0.08,0.43 -0.23,0.94 -0.09,1.37 0.44,1.39 1.6,0.78 2.77,0.82 1.42,0.05 3.23,0.7 3.18,1.59 -0.11,1.62 -1.3,1 -2.56,0.97 -2.52,-0.06 -4.12,-0.1 -5.67,-0.18 -0.76,-0.04 -1.54,0.8 -1.1,0.91 2.14,0.57 4.31,0.46 5.21,2.65 0.54,1.32 0.7,2.9 0.46,4.02 -0.1,0.48 -1.07,0.34 -1.65,0.27 -1.45,-0.16 -0.6,-1.31 -1.23,-2.15 -1.38,-1.84 -4.14,-2.76 -5.29,-0.62 -1.2,2.24 -4.57,-1.89 -7.29,-3.18 -2.78,-1.31 -0.79,-0.64 -0.18,-4.02 z" fill="#c49e1b"/>
<path d="m72.78,329.49 c0.17,-4.32 0.35,-7.5 2.29,-10.75 1.92,-2.37 5.25,-1 5.58,1.33 0.17,2.14 -1.27,4.16 -1.65,5.67 0.22,3.23 2.64,2.72 4.67,1.39 1.26,-1.39 0.84,-6.82 1.27,-9.89 0.3,-3.17 1.71,-2.35 4.11,-3.75 0.79,-0.47 1.36,-1.03 1.65,-2.01 0.77,-3.09 -1.11,-5.63 1.19,-8.59 1.41,-1.89 2.98,-3.4 0.27,-4.39 -2.19,-1.3 -7.31,-0.4 -6.03,2.47 0.92,2.43 0.99,5.24 0.18,7.5 -0.59,1.21 -1.53,3.31 -3.02,3.47 -2.14,0.35 -2.81,-2.15 -4.57,-2.38 -2.25,-0.02 -6.98,0.12 -5.76,-1.92 1.9,-3.36 5.77,-1 8.23,-1.92 1.2,-0.68 -1.37,-3.79 -4.26,-4.93 -0.87,-0.33 -1.23,-1.37 -0.86,-2.38 0.34,-0.92 1.93,-1.34 2.36,-1.8 4.14,-3.52 4.2,-8.36 0.47,-5.42 -0.61,0.54 -1.79,1.44 -2.1,1.01 -0.88,-1.23 -1.63,-0.87 -1.83,0.64 -0.8,1.34 -1.89,4.94 -2.91,4.35 -0.65,-0.42 -3.17,-1.79 -3.32,-1.94 -0.69,-0.66 0.65,-1.42 1.29,-2.04 1.03,-1 2.37,-2.28 2.1,-3.93 -0.14,-0.89 -0.72,-1.17 -1.65,-1.55 -1.18,-0.48 -1.16,1.34 -1.45,1.84 -1.96,2.15 -7.89,7.62 -4.4,8.13 5.72,0.83 6.15,5.44 3.75,6.95 -2.1,0.84 -6.46,-2.36 -6.86,-3.2 -1.61,-2.53 -4.18,-4.93 -2.47,-7.77 1.48,-2.45 1.6,-5.67 3.02,-10.79 -2.86,1.92 -3.9,1.82 -5.07,1.83 -0.69,0.01 -1.63,-0.2 -2.16,0.18 -0.72,0.51 -0.48,1.65 -0.46,2.47 0.06,1.9 0.49,3.88 0.09,5.76 -0.35,1.62 -1.28,0.47 -2.42,-0.46 -2.16,-1.76 -2.98,1.14 -2.52,2.65 0.49,1.6 3.22,1.5 4.48,2.1 1.86,1.61 3.54,3.65 4.39,5.76 1.98,3.41 -1.95,4.95 -3.93,3.29 -2.42,-2.28 -4.99,-3.79 -7.68,-5.03 -1.12,-0.23 -2.15,0.21 -2.19,1.19 -0.05,1.04 1.49,1.18 2.01,1.74 0.79,0.84 -0.95,1.64 -0.73,2.56 1.64,2.78 6.41,1.94 8.23,3.84 0.74,0.83 0.9,2.55 0.37,3.66 -2.56,0.89 -5.43,-1.56 -5.85,1.01 -0.23,1.68 1.13,2.59 1.92,3.11 4.67,1.94 7.97,-1.12 10.24,-4.94 1.36,-2.13 6.05,-3.56 7.68,-1.83 0.6,0.69 1.61,2.69 0.09,3.2 -2.06,0.25 -5.31,0.51 -5.3,3.11 0.07,3.57 4.74,-3 2.1,7.04 -0.91,3.05 7.28,6.83 7.41,4.39 z" fill="#c49e1b"/>
</g>
<path d="m874.45,575.54 -3.97,2.22 3.25,5.06 -8.22,4.97 1.81,2.5 c0.14,0.07 0.29,0.12 0.44,0.19 5,-2.88 12.67,-7.4 20.91,-7.25 l-4.69,-6.44 -6.34,3.69 z m34.78,-3.56 3.47,7.31 -12.5,-1.28 3.78,6.84 c4.95,-2.8 11.73,-3.65 17.81,0.66 2.18,1.51 4.32,0.23 6.75,-0.62 l-2.06,-3.87 -8.69,-1.16 -2.97,-6.62 z m-11.75,-48.16 -14.41,36.84 -31.25,19.56 5.81,9.13 0.03,0 c1.92,-0.31 3.84,-0.42 5.69,-0.19 l-5.37,-7.75 25.94,-15.62 9.97,18.19 c1.15,0.33 2.29,0.77 3.44,1.34 1.24,0.46 1.82,1.58 4.19,0.88 l-13.19,-22.34 41.34,9.59 5.28,9.69 c1.81,-0.27 3.64,-0.32 5.41,-0.19 l-4.66,-9.25 c21.69,-1.96 22.24,-25.16 8.69,-34.37 -12.71,-4.29 -46.91,-15.5 -46.91,-15.5 z m2.03,6.22 c16.71,11.95 6.63,31.5 -11.66,29.47 l5.47,-13.37 10.31,3.22 1.19,-3.87 -10.12,-3 z m7.31,0 35.19,11.88 c13.5,11.2 8.54,26.59 -8.69,29.25 l-36.09,-8 c16.87,-3.6 21.62,-19.9 9.59,-33.12 z m20.41,9.16 c-0.64,2.35 1.33,5.37 1.41,7.94 -0.05,1.26 -0.71,2.57 1,2.88 0.95,0.29 0.48,1.2 0.44,1.88 l-0.28,1.75 -4.69,-1.94 c-0.17,-1.22 0.59,-3.2 -0.19,-3.91 -3.21,-0.11 -5.54,-0.85 -8.03,-2.37 -0.86,3.34 -0.76,6 -1.62,9.34 2.96,0.43 4.94,1.54 7.91,1.97 l1.31,-2.75 4.69,1.75 -1.31,4.06 -2.59,0 c-1.29,1.83 -2.08,3.33 -3.37,5.16 1.83,1.35 4.85,2.86 6.66,0.91 0.96,-0.84 1.26,-1.85 2.22,-2.69 -0.31,-1.26 -0.64,-2.57 -0.22,-3.84 0.13,-0.81 0.43,-2.12 0.56,-2.94 l5.31,0.97 c-0.22,0.75 -0.6,2 -0.81,2.75 3.46,1.51 5.71,2.12 9.38,1.78 1.2,-1.64 2.47,-6.56 1.16,-7.28 l-7.62,-2.91 c-0.74,0.9 -1.04,2.58 -1.53,3.19 l-5.25,-0.75 0.97,-4.22 c1.82,0.29 1.7,-1.84 2.06,-3.03 -0.08,-2.3 -1.03,-4.48 -1.72,-6.66 -2.15,-0.65 -3.89,-1.14 -5.81,-1.03 z" stroke="#000" stroke-width="0.2"/>
</g>
<g transform="matrix(0.738,0,0,0.738,261.769,-326.797)" id="layer1-3">
<path id="diver_5" d="m459.32,965.79 c-1.82,1.88 -4.55,4.27 -5.47,5.04 -0.92,0.77 -1.43,3.37 -1.43,3.37 -0.81,3.21 -1.76,7.07 -0.66,9.66 0.4,0.97 1.57,2.11 1.85,3.14 1.08,3.78 3.11,6.79 5.88,9 l0.53,2.47 c-6.89,-0.6 -12.76,-6.13 -17.03,-10.59 2.12,-7.9 -4.21,-11.26 -8.12,-11.93 -4.6,-0.7 -8.28,3.38 -7.22,7.59 0.62,2.48 3.04,2.77 6,2.41 -1.01,4.87 3.33,4.25 5.87,3.64 4.42,6.12 9.35,10.3 16.63,13.89 0.91,5.39 -0.86,9.33 -4.18,13.11 -5.28,0.2 -7.95,3.31 -10.19,7.48 -2.36,-4.67 -9.91,-10.25 -12.86,-3.5 -2.12,5.13 3.74,6.84 5.58,8.18 1.84,1.33 4.94,5.78 7.71,5.75 2.77,-0.03 2.47,-4.32 4.2,-7.11 2.84,-4.55 5.81,-7.41 11.55,-4.7 5.74,2.71 4.66,9.41 2.06,14.07 -0.16,1.57 -0.09,2.37 1.2,3.09 4.32,0.49 8.58,-0.18 12.85,-0.44 6.26,0.56 6.85,-9 0.33,-8.67 -1.03,-0.01 -2.52,0.21 -3.65,0.56 -1.13,0.35 -3.06,1.48 -3.06,1.48 0.29,-2.96 0.27,-6.77 -2.04,-9.79 6.02,-6.66 7.08,-10.99 7.22,-19.53 -0.07,-1.18 -0.21,-2.02 -0.21,-2.02 1.44,-0.65 3.18,-1.85 6.36,-1.25 4.57,-0.36 7.98,-3.39 11,-9.03 1.63,-3.44 1.86,-6.26 1.51,-9.89 l-1.07,-4.1 c0,0 -0.91,-3.83 -1.75,-6.62 -2.81,-8.65 -19.74,-13.03 -29.39,-4.75 z m-1.7,6.81 c-0.25,-2.58 3.43,-2.19 3.88,1.31 0.25,4.53 0.06,8.09 -2.65,11.15 -1.43,1.23 -3.56,-0.21 -2.75,-2.37 0.19,-0.89 0.9,-1.68 1.22,-3.86 0.32,-2.18 0.41,-4.04 0.31,-6.23 z m25.7,4.11 c-1.16,2.68 -4.14,8.7 -4.14,8.7 0,0 -6.2,-2.54 -9.66,-4.06 2.29,-5.39 8.49,-6.88 13.79,-4.64 z m1.67,0.95 c3.24,1.6 5.02,7.12 3.07,11.49 -2.35,-0.96 -7.38,-3.11 -7.38,-3.11 0,0 2.97,-6.1 4.31,-8.38 z m-16.14,5.84 c2.96,1.37 9.14,3.76 9.14,3.76 0,0 -3.01,6.4 -4.29,8.47 -5.17,-1.79 -6.77,-7.39 -4.85,-12.22 z m11.14,4.46 c0,0 4.77,2.14 6.82,3.08 -1.54,3.09 -4.29,7.45 -11.2,5.69 z"/>
<path id="diver_4" d="m300.94,970.18 c-2.52,4.23 -1.36,7.65 0.31,11.84 1.73,4.9 6.08,6.27 9.09,7.93 l5.44,3.06 c-0.01,1.62 -0.63,2.82 -1.34,4.22 l-3.72,0.81 c-2.19,0.49 -9.11,1.5 -11.3,2.04 -4.33,1.06 -9.5,2.09 -12.52,5.49 -5.41,5.99 1.79,11.29 8.44,8.41 2.45,-1.12 3.7,-2.89 2.47,-5.31 -0.51,-0.98 -2.62,-2.31 -2.62,-2.31 5.03,-2.04 11.11,-2.49 15.69,-2.41 -4.18,7.72 -2.56,11.6 0.59,15.51 -2.05,2.67 -2.26,7.37 -1.56,10.58 -4.14,-1.53 -10.21,-1.55 -12.25,1.95 -2.92,5.89 3.62,6.78 8,6.88 1.93,0.03 5.18,-0.4 7.22,-0.97 3.37,-0.84 4.95,-1.65 3.94,-4.16 -1.01,-2.51 -2.75,-5.46 -2.09,-8.39 1.03,-3.15 4.3,-4.15 7,-4.56 4.36,-0.67 8.44,-0.35 11.53,2.71 3.05,5.15 6.61,3.29 7.97,-2.06 1.95,-4.04 6.07,-13.54 -1.5,-13.53 -6.56,-0.27 -5.34,6.53 -6.59,10.36 -3.11,-1.76 -5.27,-2.64 -8.97,-2.81 -0.76,-5.47 0.07,-8.58 3,-12.99 5.9,-1.4 11.85,-3.71 15.88,-6.34 -0.16,5.46 4.16,5.66 4.78,1.94 6.94,6.16 10.93,-2.37 5.63,-7.25 -3.66,-3.4 -7.6,-1.02 -9.94,0.22 -4.38,2.66 -9,6.09 -14.59,5.94 -2.34,-0.07 -2.94,-0.73 -2.62,-3.16 l4.72,-4.03 c5.66,-3.64 7.5,-9.67 8.26,-15.59 0.13,-2.75 -0.4,-4.96 -0.48,-6.47 -1,-5 -5.62,-10.92 -7.66,-11.69 -1.35,-0.29 -2.66,-0.51 -4.37,-1.53 -13.91,-5.08 -24.99,2.23 -25.81,15.7 z m32.43,-8.48 c-1.64,1.49 -5.72,5.15 -5.72,5.15 0,0 -4.18,-5.38 -6.12,-8.12 3.38,-2.29 10.15,-1.13 11.84,2.98 z m-13.3,-1.97 c2.75,3.12 6.24,8.07 6.24,8.07 0,0 -5.37,3.81 -7.93,5.14 -2.84,-3.69 -2.62,-10.23 1.69,-13.22 z m14.62,3.75 c2.75,3.5 3.93,8.39 -0.25,11.87 -2.3,-2.58 -5.78,-7.28 -5.78,-7.28 0,0 3.74,-3.51 6.03,-4.59 z m-7.55,5.71 5.68,7.29 c-4.64,2.9 -9.97,1.62 -13.16,-2.08 4.16,-2.69 7.48,-5.21 7.48,-5.21 z m-20.69,3.75 c4.29,1.12 5.48,4.83 5.65,8.56 -0.12,5.43 -3.9,7.13 -4.44,1.84 -0.42,-1.7 -0.89,-3.75 -1.71,-5.03 -4.14,-2.47 -3.11,-6.34 0.5,-5.38 z"/>
<path id="bag_4" d="m352.88,1035.31 c-1.02,-2.78 -2.09,-5.71 -1.65,-8.72 0.32,-2.98 0.75,-5.95 0.89,-8.94 -0.04,-2.47 -0.1,-4.99 -0.75,-7.39 -0.23,-1.06 -1.08,-2.47 -0.06,-3.47 1.02,-1 2.44,-1.18 3.46,-0.34 1.6,1.61 2.54,3.75 3.49,5.79 1.55,3.05 3.68,5.77 5.78,8.45 1.43,1.83 3.65,3.02 4.51,5.29 1.65,5.11 0.82,11.48 -5,12.99 -4.5,1.03 -9.43,-0.07 -10.66,-3.66 z"/>
<path id="bag_3" d="m253.07,1031.92 c-4.84,0.1 -11.11,-4.04 -13.24,-6.71 -2.12,-2.67 -4.77,-7.31 -4.67,-11.47 0.13,-1.55 -0.86,-2.96 -0.7,-4.5 0.62,-1.29 1.96,-1.15 3.23,-0.47 1.27,1.04 2.25,2.03 3.33,3.04 1.02,1.21 1.89,2.75 3.51,3.21 3.73,1.42 9.6,1.18 12.57,3.33 2.97,2.15 3.46,2.95 3.54,6.67 0.08,3.72 -2.74,6.8 -7.58,6.9 z"/>
<path d="m205.52,961.34 c0,0 1.49,-5.6 2.28,-8.72 -5.2,-0.36 -9.33,4.97 -9.57,7.38 2.62,0.48 7.29,1.34 7.29,1.34 z m12.26,1.84 c1.03,-5.1 -2.44,-9.93 -7.88,-10.36 -0.66,3.03 -2.44,8.92 -2.44,8.92 0,0 5.77,0.94 10.32,1.43 z m-15.7,9.6 c1.14,-3.42 2.77,-9.85 2.77,-9.85 0,0 -4.68,-0.62 -7.03,-0.87 -0.33,2.02 -1.87,8.94 4.25,10.73 z m15.16,-7.22 c-4.22,-0.73 -10.35,-1.8 -10.35,-1.8 0,0 -1.86,6.55 -2.66,9.64 5.81,1.66 11.66,-2.68 13.01,-7.84 z m11.68,12.57 c0.13,-1.89 0.8,-3.66 1.94,-4.95 1.63,-1.48 2.04,-3.33 0.91,-5 -1.28,-1 -2.37,-0.46 -3.48,0.25 -2.5,2.36 -3.83,5.01 -4.23,8.3 -0.23,2.35 -0.42,4.33 1.82,5.11 1.73,0.56 2.87,-1.39 3.05,-3.71 z m-28.66,49.74 c-0.15,-1.55 0.94,-3.22 0.98,-4.65 0.05,-1.43 -1.29,-5.84 -2.45,-8.01 -1.16,-2.17 -6.1,-5.62 -8.04,-6.43 -1.94,-0.81 -8.73,-1.34 -12.35,-1.2 -2.87,4.31 -7.23,4.27 -8.74,0.2 -0.38,-1.04 -0.21,-4.37 -0.18,-5.59 -0.01,-5.12 -1.11,-9.38 4.27,-9.26 3.33,0.07 4.49,5.53 4.81,9.32 3.93,-0.14 9.81,0.73 11.51,0.93 2.96,-4.15 6.64,-6.54 8.11,-11.11 -3.41,-4.27 -9.12,-6.62 -15.37,-8.39 0,0 -5.58,2.44 -6.86,0.83 -1.43,-1.79 0.09,-3.19 2.48,-3.71 0,0 -0.84,-2.4 -1.01,-3.66 -0.42,-2.74 -0.68,-7.31 2.29,-8.2 5.4,-1.46 7.59,2.41 7.03,8.1 -0.32,1.43 -0.39,1.97 -0.85,3.43 5.37,0.75 10.55,3.52 15.74,5.69 l0,-1.48 0,-1.48 c-2.87,-2.99 -3.97,-5.09 -5.1,-8.69 0,0 -1.82,-5.07 -1.92,-8.53 -0.19,-6.4 2.61,-13.67 10.19,-15.62 2.51,-0.48 4.79,-0.46 7.56,-0.98 2.77,-0.51 5.38,-0.21 7.7,0.15 10.66,2.07 13.49,11.81 14.09,18.56 0.83,5.89 -3.03,14.71 -7.45,16.45 -1.85,0.72 -4.03,3.3 -8.01,3.41 0,0 -1.92,0.44 -2.13,1.69 -0.22,1.25 -0.2,2.06 -0.2,2.06 5.02,-0.63 9.19,1.83 13.41,4.37 1.47,-2.17 4.09,-2.71 6.33,-2.18 3.85,0.54 6.71,6.01 3.08,8.23 -2.64,0.97 -4.94,-0.08 -7.41,-1.26 -0.04,1.87 -1.5,3.29 -3.07,2.65 -1.26,-0.74 -1.3,-2.34 -0.65,-4.18 -3.14,-2.06 -7.92,-3.84 -12.4,-3.28 l-1.88,1.8 -5.02,6.63 -5.33,6.88 c2.08,2.68 3.51,7.54 3.79,10.85 4.68,-2.85 12.49,-2.24 13.76,1.91 1.62,5.28 -3.92,5.4 -7.78,5.16 -3.11,-0.22 -8.82,1.53 -10.13,1.17 -1.31,-0.36 -2.66,-1.01 -2.81,-2.56 z" id="diver_3"/>
<path id="diver_arm_2" d="m487.01,1028.93 c-3.08,-0.44 -4.38,-2.78 -6.29,-5.76 -1.57,0.26 -3.53,0.65 -4.86,0.88 -1.12,-0.45 -1.3,-1.11 -1.21,-2.07 1.54,-2.68 4.32,-1.53 6.11,-3.71 -0.45,-2.96 -3.2,-6.25 -3.47,-8.31 -0.28,-2.12 2.47,-2.97 3.86,-0.24 1.52,2.76 2.78,5.28 4.33,8.12 3.01,1.58 5.69,4.31 5.84,6.99 -0.35,4.42 -2.6,4.03 -4.31,4.11 z"/>
<path id="bag_5" d="m409.07,1024.93 c-2.01,-5e-4 -4.07,-0.53 -5.58,-1.92 -1.51,-1.16 -3.21,-2.71 -3.4,-5.47 -0.2,-2.76 -0.73,-6.33 0.73,-9.61 1.98,-4.76 6.37,-7.81 10.34,-10.8 3.66,-2.6 8.07,-5.44 10.77,-6.78 2.7,-1.34 4.37,-0.21 3.5,1.52 -1.23,1.97 -2.62,3.91 -3.1,6.23 -1.08,4.11 -1.56,8.34 -2,12.56 -0.31,2.93 -1.2,6.16 -2.55,8.41 -1.35,2.25 -2.3,4.05 -4.45,4.99 -1.31,0.7 -2.78,1.02 -4.27,0.86 z"/>
<path id="diver_arm_3" d="m515.92,1018.42 c-1.52,-0.9 -3.78,-3.72 -3.78,-3.72 -0.32,3.7 -2.07,3.61 -3.94,3.24 -1.65,-0.82 -0.78,-4.45 0.04,-7.06 -7.06,-4.81 -16.45,-5.87 -23.48,-5.39 -1.27,0.06 -1.03,-2.91 0.22,-3.18 10.53,-1.86 19.77,1.41 26.44,5.17 1.43,-0.39 3.9,-0.41 5.79,-0.03 4.26,1.31 6.81,3.99 7.43,7.98 -0.19,5.63 -5.18,5.41 -8.73,2.99 z"/>
<path id="diver_arm_1" d="m431.15,1003.18 c0.34,-2.82 1.42,-3.93 3.32,-4.6 1.4,-0.41 2.92,-0.13 4.26,0.36 1.79,0.81 3.53,1.72 5.29,2.6 2.13,1.07 4.19,2.27 6.26,3.44 0.74,0.36 1.57,0.83 1.71,1.72 0.24,0.75 -0.48,1.62 -1.27,1.39 -1.48,-0.01 -7.54,-3.38 -8.61,-3.16 -1.37,0.49 -1.98,2.32 -3.1,2.84 -5.87,3.41 -9.04,-1.42 -7.86,-4.59 z"/>
<path id="tentacle_5_2" d="m503.45,989.93 c-1.59,0.83 -2.79,-0.73 -2.2,-2.22 0.77,-5.5 2.68,-10.77 3.39,-16.28 -0.19,-2.7 -1.01,-6.94 -2.61,-9.17 -1.74,-2.73 -3.34,-4.44 -3.39,-7.75 -0.32,-2.09 1.7,-1.84 2.94,-1.42 1.8,0.23 3.41,1.23 5.11,1.81 2.29,0.89 4.72,1.68 7.2,1.36 1.4,0.08 2.74,-0.61 4.12,-0.42 1.47,0.63 0.86,2.62 0.92,3.87 -0.45,3.86 -1.25,7.67 -2.08,11.46 -0.95,3.84 -2.17,7.7 -4.62,10.88 -1.82,2.5 -3.88,4.87 -6.25,6.88 -0.74,0.55 -1.62,0.89 -2.54,1 z"/>
<path id="bag_2" d="m125.15,980.38 c-2.25,-2.1 -2.55,-5.6 -2.38,-7.23 0.38,-3.21 1.03,-5.52 2.7,-10.18 1.38,-4.12 2.48,-8.32 3.75,-12.47 0.36,-1.25 0.77,-3.28 2.54,-2.34 0.62,0.21 1.22,0.46 1.83,0.69 0.59,2.51 1.01,5.07 1.73,7.55 1.67,4.82 3.33,9.64 5.03,14.45 0.52,1.93 1.36,4.12 1.33,5.85 -0.03,1.73 -0.57,2.99 -1.53,4.09 -0.96,1.1 -1.77,1.97 -3.85,2.14 -2.08,0.18 -3.71,2.62 -11.15,-2.56 z"/>
<path id="tentacle_4_3" d="m350.02,980.93 c-1.33,0.62 -1.83,-0.53 -1.21,-1.62 0.99,-3.22 2.58,-6.21 3.5,-9.45 1,-2.92 1.69,-5.93 2.32,-8.94 0.56,-1.88 0.84,-3.92 1.96,-5.56 1.09,-1.23 2.63,-1.96 4,-2.83 2.3,-1.26 4.5,-2.83 5.97,-5.04 0.94,-0.92 0.96,-3 2.67,-2.76 1.32,0.71 0.17,2.52 0.35,3.71 -0.48,4.82 -1.98,9.46 -3.88,13.89 -2.81,5.47 -6.13,10.74 -10.32,15.26 -1.43,1.57 -3.33,2.74 -5.36,3.35 z"/>
<path id="tentacle_2_4" d="m246.15,973.7 c1.9,-4.38 4.27,-9.01 5.38,-13.39 1.96,-6.31 1.33,-13.65 2.09,-19.5 0.33,-2.4 0.65,-5.51 1.57,-6.62 2.55,-3.18 3.66,3.3 4.74,5.75 1.72,3.84 3.68,7.53 4.01,11.88 -0.09,4.31 -1.26,8.47 -3.41,12.09 -2.56,3.35 -5.23,6.51 -8.65,8.88 -1.8,1.28 -5.13,3.12 -5.73,0.92 z"/>
<path id="diver_2" d="m105.75,879.86 c-4.09,2.53 -7.45,5.33 -9.34,9.66 -1.11,2.53 -2.09,3.51 -2,4.94 -0.42,6.06 1.39,11.47 3.06,13.06 0,0 2.58,2.62 4.97,5.13 1.41,1.47 3.91,2.39 5.09,3.13 1.19,0.74 0.95,0.84 0.5,1.84 -0.45,1 -1.75,0.97 -1.75,0.97 -6.99,-0.32 -13.44,-3.2 -19.69,-8.37 2.37,-4.72 0.67,-9.03 -3,-5.03 -2.87,-3.67 -8.36,-4.47 -10.66,-0.31 -2.11,7.9 4.98,8.94 10.44,8.97 6.94,4.76 14,8.02 20.78,8.84 -2.32,4.77 -2.31,8.53 -1,13.44 -4.3,-1.39 -9.23,-1.19 -13.16,-1.03 -0.06,-2.47 0.23,-5.56 -0.84,-7.63 -1.56,-2.76 -6.08,-4.16 -8.03,-1.34 -1.02,2.53 -0.54,5.29 -0.47,7.91 0.04,1.65 -0.26,3.76 0.13,4.94 1.03,2.95 3.94,2.74 6.38,2.25 1.05,-0.21 1.32,-0.77 3.44,-1.06 2.12,-0.29 8.64,-0.16 12.84,0.5 1.39,0.24 1.76,-0.17 2.5,0.75 0.74,0.92 -0.37,1.25 -0.37,1.25 -3.26,3.8 -4.99,7.92 -3.75,12.28 -5.41,-1 -13.87,0.44 -13.53,4.81 0.68,4.75 2.89,4.08 5.13,4.34 2.24,0.26 6.94,-1.85 9.22,-2.34 2.27,-0.5 4.82,-1.63 3.91,-3.59 -0.89,-2.85 -0.85,-4.82 0.22,-7.5 2.7,-6.77 8.01,-4.82 11,-7.78 0.73,-1.1 0.81,-2.59 0.78,-3.54 -0.36,-4.58 -2.77,-8.81 -1.87,-13.3 0.25,-1.21 1.22,-3.06 1.22,-3.06 1.18,-1.02 1.94,-1.07 3.31,0 3.74,3.31 6.16,6.02 8.72,10 -2.66,3.98 -3.35,7.57 1.75,7.63 l1.88,-1.12 c4.29,5.44 9.35,2.8 9.13,-1.78 0.33,-4.65 -3.67,-6.18 -7.19,-6.66 -4.1,-5.45 -8.31,-10.01 -14.22,-13.97 l2.47,-0.94 c1.35,-0.52 3.42,-2.02 4.63,-3.31 1.2,-1.3 3.1,-4.37 4.22,-6.84 1.12,-2.47 1.97,-4.13 2.06,-4.94 l0.69,-1.97 0.25,-4.44 -0.35,-2.28 -0.56,-2.37 c-1.44,-1.86 -2.27,-3.77 -3.91,-5.41 -0.63,-0.76 -3.49,-2.4 -6.34,-3.63 -5.41,-2.9 -13.57,-3.6 -18.66,-1.06 z m26.52,9.32 c-2.71,1 -7.89,3.46 -7.89,3.46 0,0 -3.98,-6.27 -5.75,-9.66 7.51,-1.87 11.68,2.42 13.64,6.19 z m-15.05,-5.66 c2.19,3.56 5.44,9.84 5.44,9.84 -3.87,1.56 -6.65,2.68 -9.94,4.16 -1.1,-5.85 -1.14,-11.27 4.5,-14 z m15.59,7.22 c1.73,4.13 0.9,10 -2.13,12.22 -2.01,-2.88 -5.59,-8.88 -5.59,-8.88 2.61,-1.18 5.61,-2.53 7.72,-3.34 z m-28.94,6.78 c0.65,2.45 0.84,7.35 -0.03,8.22 -1.32,1.3 -2.66,1.58 -3.81,0.56 -1.01,-0.89 -0.56,-2.42 -0.53,-3.59 0.02,-0.77 0.16,-2.94 -0.22,-3.69 -0.88,-1.73 -1.81,-1.93 -2.38,-3.84 0.5,-5.62 6.05,-0.82 6.97,2.34 z m19.66,-2.88 c0,0 2.54,4.73 5.31,9.63 -5.93,2.43 -12.19,0.43 -15.16,-5.12 3.18,-1.3 7.49,-3.51 9.84,-4.5 z"/>
<path d="m505.43,943.81 c0.59,-3.8 -2.87,-7.31 -5.98,-8.77 -2.29,-0.78 -5.56,-1.28 -6.18,0.47 -0.33,3.52 2.76,2.54 4.39,4.74 0.71,0.99 1.46,3.24 2.63,4.41 1.05,1.41 4.66,0.77 5.15,-0.85 z m2.1,8.16 c-4.38,-1.24 -8.15,-4.12 -10.92,-6.78 -4.89,-5.05 -9.43,-9.74 -12.96,-16.12 -1.35,-2.48 -1.74,-4 0,-4.16 1.8,-0.16 5.84,3.15 8.25,4.26 8.15,3.73 14.2,3.15 19.5,4.51 2.34,0.47 4.06,5.91 5.17,9.75 0.66,2.64 0.62,4.17 -0.17,6.48 -1.68,3.68 -4.33,3.43 -8.87,2.06 z" id="tentacle_5_1"/>
<path d="m361.76,935.04 c2.7,0.91 3.68,-5.39 3.73,-8.83 -0.16,-4.77 -4.18,-6.46 -5.89,-2.15 -1.09,4.57 -2.55,9.45 2.16,10.98 z m-5.3,13.9 c-0.47,0 -1.98,-0.92 -2.49,-2.26 -0.06,-5.68 -1.9,-11.73 -1.56,-17.34 0.79,-4.36 3.76,-9.03 7.21,-12.33 1.84,-1.82 3.81,-4.21 5.94,-5.12 1.65,0.5 1.76,2.53 2.01,3.99 0.29,3.94 0.69,7.97 0.47,11.93 0.06,4.59 -1.3,8.48 -3.38,12.09 -2.43,3.16 -4.84,6.97 -8.18,9.05 z" id="tentacle_4_2"/>
<path d="m268.53,936.31 c3.06,-0.69 3.68,-4.85 2.09,-10.44 -0.67,-2.98 -4.31,-3.44 -5.36,-0.35 -0.84,3.22 0.06,5.9 0.8,8.86 0.7,1.6 0.83,1.93 2.46,1.93 z m-2.91,6.55 c-3.77,-8.28 -6.63,-18.25 -6.53,-26.69 -0.23,-6.31 -0.44,-12.36 1.61,-13.06 2.32,-0.78 2.22,1.09 2.97,3.01 2.18,5.83 4.19,11.57 7.62,15.79 1.88,2.29 2.35,5.08 2.32,8.5 0.51,3.6 0.07,3.63 -1.5,8.47 -1.57,4.83 -5.04,7.5 -6.5,3.98 z" id="tentacle_2_3"/>
<path id="diver_death_1" d="m415.34,861.2 c-4.2,0.11 -9.45,4.13 -10.53,10.44 -3.75,-0.09 -7.41,-0.14 -11.13,0.63 -2.73,0.68 -5.34,0.69 -5.16,3.81 0.33,3.58 4.15,2.36 9.34,1.38 2.74,-0.49 6.54,0.33 10,0.22 3.46,-0.11 8.31,-6 8.31,-6 2.23,-3.1 4.11,-9.63 -0.03,-10.44 -0.27,-0.03 -0.53,-0.04 -0.81,-0.03 z M 374.03,900.01 c-0.76,-0.02 -1.57,0.2 -2.22,0.78 -0.55,0.75 -0.3,1.86 -0.19,3.28 0.41,4.81 2.45,9.25 5.22,13.22 0,0 -1.85,2.63 -2.44,4.13 -1.16,3.02 -2.72,9.33 1.31,10.53 7.57,1.48 9.11,-9.49 9.13,-13.88 -0.04,-1.18 -0.36,-2.37 -2.69,-4.16 -6.7,-7.34 -4.39,-11.45 -6.25,-13.19 -0.43,-0.44 -1.12,-0.7 -1.87,-0.72 z m-38.19,6.38 c-1.32,-0.01 -2.57,1.13 -2.22,3.31 0.26,3.05 1.08,6.38 1.91,9.34 -2.96,-0.22 -5.38,-0.84 -8.59,0.47 -2.78,1.29 -2.3,5.31 1.22,6.47 2.34,0.77 5.74,-0.61 9.19,-0.91 1.77,-0.14 4.1,-0.53 3.66,-2.16 -0.63,-4.58 -2.11,-8.35 -2.44,-12.94 -0.01,-2.4 -1.4,-3.58 -2.72,-3.59 z"/>
<path d="m481.25,915.93 c1.93,0.37 2.65,-1.76 3.4,-3.39 0.92,-3.45 -0.95,-8.39 -3.4,-9.8 -1.7,-0.64 -4.18,-0.86 -5.4,0.56 -1.94,2.22 -0.06,5.09 2.31,7.28 1.61,1.66 -1,4.48 3.1,5.36 z m25.68,13.26 c-1.66,1.12 -3.71,0.4 -5.17,-0.04 -5.18,-1.72 -9.29,-4.38 -14.13,-7.19 -4.52,-2.89 -10.17,-4.72 -13.98,-8.4 -1.54,-1.5 -2.62,-8.97 -4.2,-13.27 -0.38,-2.34 0.17,-3.08 1.49,-2.99 1.34,0.08 3.23,0.61 5.1,1.11 3.2,0.54 10.92,4.36 20.24,4.44 1.45,0.29 1.9,0.73 2.44,2.08 0.22,0.41 4.53,10.63 5.89,13.32 1.36,2.69 2.82,5.17 3.21,6.69 0.47,1.67 -0.03,2.84 -0.9,4.25 z" id="tentacle_5_0"/>
<path d="m357.18,907.23 c2.04,0.42 4.71,-2.18 4.8,-4.51 0.02,-0.87 0.89,-2.92 2.21,-4.22 1.31,-1.3 1.83,-5.31 0.1,-5.38 -2.5,-0.18 -3.94,2.61 -5.5,4.3 -3.22,2.6 -6.22,8.56 -1.6,9.82 z m-10.88,10.98 c-1.5,-4.76 -1.62,-8.31 -2.18,-13.16 -0.01,-4.29 0.23,-5.59 3.8,-6.8 4.03,-0.76 8.2,-3.69 11.12,-6.34 2.4,-1.5 5.32,-5.39 8.03,-5.49 4.25,-0.12 2.11,9.67 0.23,15.54 -3.69,8 -10.05,7.85 -13.25,15.58 -2.56,4.9 -6.71,7.61 -7.75,0.66 z" id="tentacle_4_1"/>
<path id="diver_death_2" d="m389.28,881.45 c-0.26,-0.01 -0.54,0.03 -0.81,0.06 -0.92,0.11 -2.31,0.34 -2.84,1.09 -2.28,4.21 3.8,4.35 8.56,6.44 6.42,2.59 7.1,4.23 10.31,4.94 4.25,0.15 11.15,-2.54 11.69,-6.12 0.28,-3.23 -1.7,-5.34 -5.78,-5.59 -3.01,-0.05 -5.02,1.25 -8.06,4.59 0,0 -5.32,-2.86 -8,-3.78 -1.81,-0.63 -3.27,-1.57 -5.06,-1.62 z m-8.41,11.94 c-0.45,0.03 -0.92,0.25 -1.22,0.56 -1.38,2.22 -0.65,3.63 1.22,6.63 2.96,3.8 5.95,5.56 11.28,6.69 0,0 -1.53,2.93 -1.81,4.53 -0.98,3.7 0.7,7.12 5.31,6.88 5.76,-0.51 5.56,-9.56 5.13,-13.34 -0.18,-1.32 -0.44,-2.67 -1.81,-3.37 -2.04,-0.66 -4.23,0.44 -7.66,-0.72 -7.12,-2.98 -6.63,-7.6 -10,-7.81 -0.14,-0.03 -0.29,-0.04 -0.44,-0.03 z m-50.5,2.84 c-5.39,-0.01 -11.03,2.28 -13.19,8.53 -3.2,1.65 -6.24,2.27 -8.72,5.22 -2.48,3.73 -1.75,6.51 3.03,6.97 4.61,0.3 6.71,-2.6 9.09,-6.25 2.7,0.41 4.31,3.69 5.5,3.5 1.24,-0.2 1.65,-0.64 1.56,-2.06 -0.51,-2.18 -3.09,-4.21 -5.19,-5.53 2.24,-5.07 6.88,-6.03 11.5,-5.28 1.8,0.29 3.78,-3.26 1.56,-4.37 -1.6,-0.46 -3.36,-0.72 -5.16,-0.72 z"/>
<path id="tentacle_1_3" d="m139.94,916.93 c-2.05,-0.45 -1.29,-0.8 -0.79,-1.87 6.53,-7.47 11.86,-15.4 16.46,-23.94 1.85,-3.42 2.46,-7.11 4.13,-8.19 2.73,-1.54 6.57,-0.68 8.72,-2.01 5.15,-3.33 8.51,-8.86 13.84,-11.81 1.99,-1.04 2.61,-2.32 3.8,-1.05 1.19,1.27 -1.08,3.72 -2.11,6.14 -1.03,2.42 -3.14,6.78 -4.25,8.24 -2.13,2.89 -4.06,0.02 -6.35,3.77 -5.9,9.18 -10.31,15.5 -17.51,22.21 -3.61,3.5 -6.97,5.45 -11.48,7.38 -1.96,0.81 -3.51,1.17 -4.47,1.14 z"/>
<path d="m277.87,904.81 c3.25,-3.59 4.45,-7.29 2.59,-10.68 -1.09,-1.88 -2.37,-2.14 -3.77,-2.2 -2.68,0.4 -2.72,2.6 -2.02,4.64 0.5,1.33 -0.15,2.02 -1.02,2.86 -1.01,1.26 -1.23,2.28 -0.97,3.74 0.54,2.66 3.21,3.35 5.18,1.64 z m-5.68,8.75 c-3.75,-6.41 -5.78,-14.55 -7.26,-20 -1.74,-8.12 -1.18,-14.44 -0.23,-20.5 0.23,-2.78 4.03,-4.95 4.98,-0.38 0.99,5.61 4.03,10.29 7.8,13.85 3.17,2.58 6.19,5.55 6.56,9.59 0.37,4.04 -2.25,8.56 -3.38,11.16 -1.11,2.62 -2.41,5.22 -3,8 -1.19,4.36 -3.26,1.96 -5.47,-1.72 z" id="tentacle_2_2"/>
<path id="tentacle_3_2" d="m297.1,897.2 c-3.27,-2.17 -6.35,-4.19 -8.08,-7.06 -1.83,-2.44 0.13,-13.64 3.65,-17.51 1.21,-1.22 0.9,-1.13 1.94,-0.69 1.04,0.43 1.37,1.91 1.97,4.25 1.23,4.79 3.56,9.92 6.19,13.36 2.46,3.62 5.78,4.16 7.62,6.88 1.69,2.2 1.83,3.21 -0.39,3.52 -4.73,0.75 -9.5,-0.76 -12.91,-2.73 z"/>
<path d="m405.13,768.93 c1.6,-1.03 2.06,-2.34 1.84,-4.56 -0.22,-2.23 -2.33,-3.98 -4.64,-4.87 -0.83,-0.31 -1.72,-0.5 -2.6,-0.56 -2.76,-0.55 -5.3,0.96 -4.75,4.43 0.63,2.27 2.46,3.96 4.35,4.94 1.77,0.44 4.22,1.2 5.82,0.63 z m8.29,13.54 c2.19,0.01 3.21,-1.21 3.24,-3.22 -0.27,-3.2 -1.89,-4.99 -4.08,-6.7 -1.62,-0.94 -3.41,-0.55 -4.72,0.58 -1.67,1.84 -1.49,4.34 -0.23,6.27 1.52,1.77 3.66,2.71 5.79,3.06 z m61.11,3.9 -0.25,-2.58 c0.06,-1.96 -0.75,-4.53 -1.64,-5.53 -7.32,-5.81 -14.5,-1.35 -18.87,5.23 -1.5,2.26 -2.12,5.57 -2.12,6.12 l0,1 c6.6,-2.69 15.4,-4.71 22.88,-4.23 z m-163.08,6.31 c1.56,0.08 1.98,-1.59 3.31,-2.46 0,0 1.17,-0.4 2.35,-0.46 1.51,-0.13 4.78,4.07 7.83,0.76 2.22,-2.77 -1.37,-6.07 -7.42,-5.97 -3.35,-0.01 -8.79,1.14 -8.87,4.8 0.11,1.45 0.93,3.21 2.8,3.33 z m-17.54,4.64 c1.14,-0.67 1.85,-0.79 2.94,-0.29 1.09,1.36 1.75,1.88 3.45,1.9 1.16,0.01 1.8,-0.39 2.5,-1.15 0.81,-1.23 0.65,-2.49 0.38,-3.76 -0.6,-1.63 -1.97,-2.76 -3.45,-3.34 -2.98,-0.99 -5.93,-0.9 -8.66,0.11 -1.93,0.63 -2.91,1.68 -3.57,3.42 -0.51,2.06 -0.57,3.34 1.16,4.43 2.43,1.04 3.63,0.02 5.25,-1.33 z m207.55,1.32 c-0.1,-3.42 -0.36,-6.02 -1.13,-8.89 -1.33,-4.96 -6.55,-8.24 -10.8,-7.81 -4.24,0.43 -7.16,2.84 -8.25,7.65 0.74,0.97 1.26,0.5 2.38,0.85 6.2,3.25 9.51,6.3 17.5,14.25 z m-93.97,3.41 c0.53,-3.98 -7.36,-9.07 -10.41,-10.14 -3.53,-1.08 -12.63,-1.58 -16.44,-0.38 -4.89,1.6 -3.24,7.04 -0.11,7.4 3.13,0.37 4.92,0.03 4.92,0.03 0,0 6.78,0.17 8.9,0.82 2.12,0.65 3.82,2.11 3.82,2.11 3.44,1.49 8.58,4.06 9.33,0.15 z m51.77,5.81 c3.57,-0.28 6.48,-1.32 9.42,-3.96 0.54,-1.01 0.6,-1.55 0.85,-2.7 -4.97,0.44 -7.6,-0.62 -7.37,-7.22 l-2.28,-0.02 c-1.26,-0.01 -3.84,0.63 -5.75,1.43 l-3.47,1.45 0,1.09 c0.65,4.37 2.61,8.21 5.22,9.34 0.7,0.28 2.22,0.55 3.38,0.59 z m39.34,2.13 -0.81,-0.99 c-2.59,-2.92 -5.19,-5.75 -7.78,-8.34 -3.47,3.92 -7.74,4 -12.35,2.19 l0,2.48 c-0.29,11.67 12.22,15.55 20.94,4.66 z m-59.53,15.25 c-3.49,-0.36 -4.75,-3.62 -5.51,-6.59 -0.76,-2.97 -1.82,-5.3 -1.65,-8.11 0.16,-2.8 2.19,-5.63 4.94,-5.02 2.75,0.61 4.52,2.71 5.62,5.29 1.11,2.58 2.16,5.71 2.25,8.92 0.09,3.21 -2.17,5.86 -5.65,5.51 z m5.28,9.08 c2.84,-2.12 4.89,-4.83 5.64,-7.83 0.89,-3.78 0.48,-8.06 -0.27,-10.85 -1.78,-4.6 -3.77,-10.98 -6.87,-13.94 -4.11,-3.74 -8.82,-4.93 -13.63,-1.76 -2.19,1.7 -3.16,4.49 -3.36,6.72 -0.15,1.72 0.3,4.53 0.6,6.47 1.18,6.45 3.89,14.01 7.92,18.82 1.05,1.2 1.51,1.72 2.59,2.25 2.35,0.85 5.27,1.12 7.39,0.13 z m145.82,1.63 c0.57,0.1 1.21,0.26 1.73,0 0.37,-0.19 0.81,-0.59 0.75,-1 -1.06,-0.88 -2.29,-1.35 -2.31,-2.69 0.31,-1.61 1.31,-2.16 2.69,-2.44 0.84,0 1.55,1.06 2.38,0.88 2.48,-1.37 0.02,-3.26 -1.69,-3.99 -1.89,-0.63 -2.91,-0.62 -4.57,0.08 -2.18,0.81 -2.44,2 -2.66,4.31 -0.23,2.31 0.69,4.41 3.7,4.86 z m-199.37,0 c1.54,0.27 3.89,-2.48 7.39,-4.44 5.44,-3.18 9.28,-5.09 16.61,-6.75 1.76,-0.43 1.46,-4.87 -1.74,-5.54 -2.49,-0.41 -5.15,-0.36 -7.52,0.22 -3.48,0.79 -9.61,3.54 -13.05,6.89 -2.13,1.83 -3.06,4.14 -3.67,6.8 0.05,1.64 0.67,2.3 1.99,2.83 z m181.49,12 c0.5,-0.04 1.03,-0.41 1.23,-0.87 0.36,-0.81 -0.45,-1.76 -0.31,-2.63 0.12,-0.73 0.34,-1.57 0.94,-2 0.61,-0.44 1.5,-0.32 2.25,-0.27 1.1,0.08 2.09,0.78 3.19,0.88 1.88,0.21 1.99,-1.47 1.98,-2.69 -4e-4,-1.22 -0.97,-2.08 -1.87,-2.74 -5.1,-3.24 -9.59,0.25 -10.93,3.36 -0.4,2.03 -0.13,4.29 1.08,5.77 0.67,0.61 1.53,1.27 2.43,1.2 z m-83.27,6.12 c1.9,-7.89 -1.66,-17.83 -6.43,-21.89 -3.17,-2.62 -6.84,-3.84 -10.63,-4.06 -3.81,0.01 -8.26,0.33 -10.93,3.15 -1.89,1.95 -3.03,5.25 0.31,5.8 2.42,0.29 6.97,-0.42 10.4,0.07 2.43,0.45 4.77,1.33 6.6,2.74 5.68,4.59 6.54,12.11 7.78,14.26 0.55,0.84 2.51,1.18 2.89,-0.06 z m65.45,1.86 c1.97,-0.49 2.22,-0.34 3.52,-2.04 0.83,-1.09 4.03,1.59 5.71,0.3 0.86,-1.17 0.7,-3.08 -0.14,-3.83 -3.38,-2.68 -6.66,-2.48 -9.77,-0.5 -2.13,1.45 -2.92,5.73 0.69,6.07 l0,4e-5 z m28.26,17.86 c0.83,-4.58 -4.03,-5.32 -4.63,-3.23 -0.41,0.73 -0.24,1.7 -0.69,2.41 -1.13,1.95 -3.73,0.64 -4.94,1.33 -1.45,0.91 -2.24,3.6 -0.15,5 4.97,2.44 9.51,-0.66 10.41,-5.5 z m-60.44,8.17 c1.95,-0.36 2.88,-2.27 3.04,-3.7 0.16,-1.43 -0.36,-3.28 -1.79,-5 -1.43,-1.71 -3.58,-2.82 -6.49,-2.73 -1.9,0.14 -3.33,1.22 -4.18,2.84 -0.58,1.58 -0.13,2.83 0.41,4.2 2.38,2.41 3.06,-0.88 4.96,-1.43 1.6,-0.18 1.48,1.1 1.42,2.12 0.2,2.17 0.41,3.46 2.63,3.69 z m-50.17,-1.58 c0.49,-0.67 0.7,-1.76 0.78,-2.58 0.03,-2.55 -0.66,-4.78 -2.07,-6.68 -1.42,-1.65 -3.42,-3.19 -5.44,-3.45 -1.88,-0.04 -3.32,0.24 -4.29,1.68 -0.39,1.63 0,2.62 1.13,3.61 1.21,0.77 3.02,1.2 3.77,2.24 0.74,1.75 -0.07,4.43 1.22,5.51 1.17,0.97 3.49,0.88 4.91,-0.33 z m81.31,4.67 c1.92,-2.38 3.02,-0.94 3.54,0.99 0.77,2.32 2.4,1.55 4.2,0.77 1.34,-1.45 2.95,-5.99 -2.56,-8.42 -2.55,-0.96 -5.76,-0.34 -8.01,1 -2.05,1.76 -2.58,5.07 -0.85,6.97 0.78,0.82 2.28,0.68 3.69,-1.32 z m-9.48,1.81 c0.6,-1.34 0.54,-2.7 0.38,-4.02 -0.52,-1.75 -1.69,-3.16 -3.12,-4.21 -1.85,-1.31 -3.86,-1.66 -5.98,-1.55 -1.99,0.07 -3.84,0.74 -4.81,2.32 -0.95,1.93 -1.16,4.57 0.6,5.89 0.75,0.54 1.78,0.54 2.61,0.44 1.45,-0.65 2.29,-1.12 3.66,-0.57 0.82,0.88 1.16,2.26 1.5,3.11 2.25,0.8 4.25,0.68 5.17,-1.42 z m-52.61,12.2 -3.19,-0.15 -5.18,-1.57 c-2.13,-0.64 -4.79,-2.47 -7.08,-4.04 -5.69,-3.95 -16.19,-11 -18.81,-19.04 0,0 -1.47,-3.62 -1.85,-8.25 -0.38,-2.87 -5.49,-8.02 -8.7,-10.86 -5.36,-4.01 -10.52,-4.75 -16.88,-5.66 -5,-0.44 -7.85,1.49 -11.71,3.28 -6.26,3.44 -12.27,4.4 -18.6,6.07 -8.33,1.32 -23.21,2.15 -33.11,2.07 -6.75,0.24 -8.28,-3.36 -5.58,-7.8 l4.57,-5.33 c2.51,-2.93 6.32,-8.03 8.46,-11.33 2.14,-3.3 3.94,-7.92 6.67,-11.36 1.01,-1.27 2.24,-2.36 3.52,-3.36 1.44,-1.12 3,-2.09 4.64,-2.9 1.82,-0.9 4.84,-1.27 5.7,-2.15 1,-1.09 0.33,-1.81 -0.25,-2.13 -0.8,-0.28 -3,0.19 -4.99,0.75 -2,0.56 -4.33,1.45 -6.81,2.87 -2.48,1.42 -5.91,4.92 -7.82,5.86 -1.91,0.94 -1.38,0.86 -2.88,0.79 -1.51,-0.07 -3.68,-1.61 -5.67,-2.14 -1.99,-0.53 -3.06,-0.83 -6.23,-1.01 -3.17,-0.18 -8.63,0.22 -12.71,0.58 -4.07,0.36 -8.21,0.92 -12.33,1.14 -3.62,0.2 -7.25,0.18 -10.88,0.18 -3.83,0 -7.68,0.19 -11.5,-0.19 -6.11,-0.35 -9.91,-3.74 -5.17,-8.55 1.59,-1.62 3.43,-3 5.31,-4.27 12.73,-6.84 23.77,-13.32 35.86,-18.43 8.36,-3.32 9.94,-4.59 22.06,-5.44 1.31,-0.04 1.28,-1.6 0.19,-2.1 -6.22,-2.01 -10.1,-3.06 -16.51,-3.04 -3.06,0.05 -5.84,2.21 -7.49,4.79 -1.97,2.58 -4.5,3.97 -7.25,4.42 -4.28,0.44 -7.38,-0.17 -7.38,-0.17 -2.78,4.81 -8.84,8.14 -12.66,8.17 -2.44,0.03 -7.05,-0.46 -8.85,-2.88 -1.79,2.22 -3.82,4.45 -6.3,5.96 -2.46,1.34 -5.19,1.96 -7.79,1.91 -9.92,-0.34 -12.58,-6.12 -21.03,-7.95 -7.85,-2.04 -16.93,-0.32 -23,-5.36 -1.22,-1.02 -1.25,-2.23 -0.5,-2.95 3.24,-2.27 11.13,-3.97 19.91,-5.54 5.74,-1.02 11.43,-2.4 16.97,-4.23 3.02,-1 5.96,-2.27 8.82,-3.68 2.82,-1.4 5.56,-2.98 8.18,-4.72 8.67,-6.54 14.78,-13.19 26.99,-17.69 7.92,-2.9 16.26,-3.24 24.04,-2.73 8.84,0.36 17.15,3.27 23.61,9.04 4.84,4.18 8.38,10.19 11.71,14.97 2.77,3.63 4.58,7.7 8.07,10.17 1.68,1.07 3.85,1.31 3.85,-0.71 0.07,-1.74 -1.42,-2.21 -1.25,-5.3 0.17,-3.1 1.5,-4.62 1.5,-4.62 l-2.2,0 c-2.88,-0.62 -6.11,-1.46 -7.75,-3.62 -1.88,-2.57 -3.33,-4.93 -3.4,-8.71 -2.46,-1.14 -5.71,-2.59 -6.31,-4.58 -0.6,-1.99 0.65,-3.87 1.98,-5.04 4.97,-3.43 10.48,-5.12 15.94,-5.7 4.69,-0.34 9.87,-0.26 13.57,1.03 7.12,2.57 12.39,6.62 15.49,13.65 3.35,7.64 2.87,12.9 3.03,18.19 -0.03,5.39 1.11,14.83 8.06,15.27 0.06,-5.1 0.96,-11.92 2.82,-16.53 3.44,-6.85 5.54,-9.9 11.42,-13.82 5.26,-3.22 10.88,-2.03 16.67,-0.54 9.83,-8.59 17.83,-15.71 29.58,-18.72 12.61,-3.33 21.59,-3.79 33.73,-2.52 10.69,1.24 20.53,6.57 23.92,8.74 5.44,3.35 9.73,7.53 13.71,12.89 4.66,6.37 5.99,13.61 7.04,21.88 1.52,13.68 -12.17,28.74 -23.35,35.07 -6.25,3.41 -11.74,4.56 -20.85,4.6 l-21.36,-3.85 c0,0 -3.77,-0.81 -5.61,-0.47 -3.23,0.67 -5.15,3.63 -4.4,6 0.23,0.71 1.38,0.76 2.13,0.71 10.2,-0.66 20,6.55 30.64,6.35 10.64,-0.2 19.38,-4.47 28.86,-11 10.96,-8.11 20.37,-14.42 32.68,-13.25 9.55,1.64 16.2,6.2 19.96,15.04 0.84,4.34 1.08,7.72 1.36,10.95 l0.86,7.45 2.41,5.71 3.29,4.33 3.92,2.63 c2.43,1.86 5.43,3.38 5.9,3.38 1.79,0.43 2.14,2.55 -0.39,2.55 -3,-0.05 -6.27,-0.23 -8.73,-0.78 -3.02,-0.63 -5.43,-2.05 -7.99,-3.65 -2.04,-1.28 -4.63,-3.92 -6.02,-5.51 -1.38,-1.59 -4.11,-4.36 -5.6,-6.63 -1.71,-2.9 -3.39,-4.97 -5.24,-8.49 -3.86,5.75 -10.06,7.52 -16.48,6 l-1.22,0.88 c-1.75,8.61 -7.71,11.63 -15.93,11.63 l-2.03,0.88 c-2.89,7.3 -8.57,7.78 -13.66,7.13 -7.87,-1.02 -12.76,-12.61 -17.6,-16.02 -1.13,-0.8 -1.78,-1.33 -3.17,-1.33 -0.59,0 -1.44,0.06 -1.67,0.61 -0.9,2.17 1.06,3.16 2.97,6.41 2.4,4.21 4.56,9.08 8.74,11.24 9.42,4.34 19.49,3.72 29.13,2.55 5.62,-1.23 10.64,-3.85 15.86,-5.24 5.68,-1.73 11.1,-2.44 16.46,-1.22 3.51,0.8 7.87,4.15 9.36,5.38 1.49,1.22 2.63,2.88 3.69,4.51 1.77,2.74 4.02,5.58 4.38,8.75 0.36,3.17 -4.45,2.72 -5.69,1.36 -1.24,-1.36 -1.9,-2.1 -1.9,-2.1 -1.05,-1.16 -3.3,-3.13 -4.97,-4.24 -1.67,-1.1 -3.61,-2 -4.94,-2.51 -2.62,-0.7 -5.53,-1.29 -7.9,-1.14 -1.59,0.12 -3.83,0.51 -5.39,1.24 -3.32,1.58 -4.76,3.96 -6.18,7.34 -2.96,5.58 -7.85,7.26 -13.81,6.37 -1.05,-0.56 -2.21,-0.96 -3.59,-0.96 -2.12,0.46 -2.22,1.73 -2.98,3.61 -4.28,6.7 -11.97,6.47 -18.48,2.42 -3.57,4.02 -7.4,3.66 -11.25,2.97 -4.17,-1.24 -7.27,-2.62 -8.86,-7 -4.4,0.97 -6.83,1 -9.87,-0.24 -3.15,-1.29 -6.03,-4.08 -7.46,-6.96 -1.84,-3.55 -0.91,-9.04 -2.19,-10.95 -1.16,-1.54 -2.65,-2.4 -4.4,-2.5 -2.22,-0.12 -4.03,0.49 -5.54,1.87 -2.56,3.19 -3.87,6.86 -4.34,10.58 -0.52,6.21 1.27,11.94 1.43,17.2 0.02,1.28 0.43,2.91 -0.44,3.81 -0.87,0.9 -2.56,1.29 -2.56,1.29 z" id="octopus"/>
<path d="m371.17,878.18 c1.34,0.04 3.86,-2.07 4.99,-3.44 1.75,-1.77 2.8,-4.04 1.43,-5.51 -1.18,-1.21 -2.85,-0.7 -5.32,0.1 -3.62,1.29 -6.67,5.52 -4.76,7.94 1.28,1.61 2.83,1.17 3.66,0.91 0.82,-0.26 -1.34,-0.04 0,0 z m-24.82,14.58 c-3.06,0.04 -2.89,-1.11 -2.84,-3.87 -0.13,-2.06 1.1,-4.63 1.94,-7.29 2.26,-7.63 5.35,-12.99 10.73,-14.89 3.85,-1.29 8.98,-1.08 12.48,-0.9 3.5,0.19 19.42,-2.84 20,-0.57 0.67,2.63 -8.17,9.9 -12.32,13.6 -5.43,4.64 -14.41,4.01 -19.88,8.92 -3.11,3.03 -5.98,4.6 -10.1,5 z" id="tentacle_4_0"/>
<path id="diver_death_0" d="m350.94,826.36 c-1.49,0.06 -3.07,0.66 -4.53,2.03 -1.64,1.76 -2.44,4.3 -2.47,7.75 -2.01,-0.15 -5.43,-0.56 -5.72,1.66 -0.34,2.3 1.63,3.41 4,3.16 1.62,0.29 3.24,0.86 4.47,2.22 2.57,3.53 1.8,8.3 1.75,12.63 0.09,1.6 -0.25,3.6 1.13,4.91 0.77,0.03 2.01,0.37 2.81,-0.16 1.42,-0.96 1.12,-2.35 1.41,-4.13 0.33,-2.54 0.44,-5.23 0.22,-7.97 -0.37,-3.12 -0.88,-6.99 -3.31,-9.69 4.84,-2.64 8,-7.91 5.03,-10.63 -1.11,-1.06 -2.87,-1.86 -4.78,-1.78 z m-21.63,23.16 c-0.33,0 -0.65,0.03 -0.97,0.06 -2.52,0.27 -5.66,0.78 -5.66,0.78 -2.21,1.73 -4.45,1.39 -5.97,2.13 l-4.62,2.13 -3.78,3.72 c-3.06,3.06 -3.76,8.4 -3.5,13.47 0.27,4.19 2.31,6.46 2.84,8.84 0.39,1.78 1.18,3.68 2.75,4.72 2.97,2.38 7.35,4.16 12,5.28 2.18,0.58 5.53,0.73 7.06,-0.69 1,-1.2 4.02,-0.37 7.72,-3.16 1.13,-2.61 6.28,-15.63 7.88,-21.75 l-1.91,-3.34 -1.78,-4.5 c0,0 -1.23,-2.3 -2.06,-3.25 -0.83,-0.95 -2.17,-2.14 -3.75,-2.91 -1.38,-0.67 -3.94,-1.51 -6.25,-1.53 z m0.16,2.69 c0.95,-0.01 1.92,0.06 2.91,0.25 -0.68,3.12 -3.06,9.44 -3.06,9.44 0,0 -6.01,-2.57 -8.91,-3.91 1.35,-3.9 4.94,-5.76 9.06,-5.78 z m5.06,1 c4.71,1.94 6.38,7.63 4.94,12.94 l-8.5,-3.75 c0,0 2.93,-7.51 3.56,-9.19 z m-14.94,6.69 c3.86,1.45 8.84,3.66 8.84,3.66 0,0 -2.76,6.34 -4.19,9.41 -6.04,-1.77 -6.42,-9.44 -4.66,-13.06 z m10.66,4.22 c0,0 5.68,2.54 8.41,3.88 -1.41,4.58 -9.25,6.71 -12.44,5.72 1.96,-4.87 4.03,-9.59 4.03,-9.59 z m-15.69,14.66 c1.71,-0.04 3.8,0.08 5.84,0.53 2,0.65 4.71,1.88 6.28,3.5 1.08,1.1 2.18,2.23 1.84,4 -0.86,1.3 -2.45,2.09 -4.78,1.28 -2.13,-0.73 -3.3,-3.82 -9.41,-4.03 -1.84,-0.23 -3.66,-0.78 -3.75,-2.28 -0.02,-1.64 0.68,-2.37 2.41,-2.91 0.47,-0.04 0.99,-0.08 1.56,-0.09 z"/>
<path d="m286.04,869.06 c-0.05,-3.55 -1.09,-6.34 2.62,-7.26 2.52,-0.73 3.02,-5.34 0.35,-5.62 -1.75,-0.28 -3.9,-0.08 -5.33,0.63 -4.58,1.77 -4.2,7.7 -3.17,10.93 1.12,3.46 5.37,3.76 5.53,1.32 z m-8.05,10.32 c-4.94,-5.65 -9.18,-20.45 -5.21,-24.79 1.35,-1.21 1.46,-0.35 3.1,-0.65 13.23,-1.31 23.19,-6.62 22.53,-3.58 -1.89,8.96 -5.04,11.02 -7.8,15.08 -4.17,6.16 -3.11,12.29 -6.21,16.5 -2.16,2.44 -4.01,0.6 -6.41,-2.56 z" id="tentacle_2_1"/>
<path d="m193.58,851.43 c0.52,-0.78 1.91,-1.45 2.27,-2.26 0.56,-1.54 -0.08,-2.77 -0.9,-3.74 -2.99,-0.59 -5.8,-0.16 -7.68,1.95 -1.73,2.37 -2.51,5.91 0.03,7.36 3.71,1.3 4.74,-0.72 6.29,-3.32 z m-27.92,24.5 c-0.29,0 -1.28,-0.32 -1.81,-0.75 -0.53,-0.43 -0.98,-1.01 -1.2,-1.75 -0.22,-0.74 -0.03,-1.5 0.05,-2.5 0.08,-1 0.35,-2.6 0.48,-3.5 0.12,-0.9 2.77,-9.45 3.96,-11.59 1.19,-2.14 2.37,-5.96 3.49,-7.22 1.11,-1.26 0.13,-0.54 1.73,-1.13 1.6,-0.58 5.67,-1.14 8.11,-1.75 2.44,-0.61 4.26,-1.15 6.08,-2.01 1.81,-0.86 3.44,-1.59 4.83,-2.26 1.39,-0.66 2.26,-1.09 3.83,-1.53 1.57,-0.43 4.48,-1.38 5.58,-0.9 1.1,0.47 0.45,0.66 0.88,1.28 0.42,0.62 -0.67,2.28 -1.5,4.25 -0.82,1.97 -1.5,5.19 -1.5,5.79 0,0.61 -0.12,3.07 -0.5,3.83 -0.38,0.76 -1.24,1.4 -1.81,2.05 -0.58,0.65 -2.87,2.17 -3.54,2.17 -0.67,0 -4.3,1.49 -5.31,2.02 -1.01,0.54 -4.02,1.96 -5.59,3.27 -5.79,4.28 -13.81,11.5 -16.24,12.2 z" id="tentacle_1_2"/>
<path id="bag_1" d="m136.25,848.93 c-5.19,-0.18 -7.89,-2.28 -9.32,-6.67 -0.64,-7.28 0.08,-14.25 -2.7,-20.58 -0.92,-2.16 -1.54,-4.45 -1.78,-6.78 0.43,-1.84 2.74,-1.37 3.91,-0.54 8.04,4.57 15.86,16.24 17.26,20.51 1.4,4.27 1.57,7.39 -0.23,11.05 -1.61,2.44 -4.6,3.02 -7.14,3.01 z"/>
<path d="m306.32,837.97 c1.45,-1.64 2.78,-2.28 6.62,-2.28 2.55,-0.31 3.83,-5.68 -3.58,-5.48 -4.66,0.13 -8.23,1.26 -8.7,5.68 -0.07,3.38 3.41,4.14 5.67,2.08 z m-28.18,9.71 c-3.04,0.12 -1.83,-2.92 -0.35,-5.15 2.41,-4.46 5.84,-7.85 9.39,-11.38 3.32,-3.39 7.04,-4.9 11.4,-6.22 1.79,-0.75 3.53,-0.92 6.75,1.75 2.66,1.5 21.58,1.16 9.91,1.25 -2.84,0.02 6.61,0.29 8.38,0.64 4.92,0.22 7,2.82 0.68,5.45 -10.7,3.77 -17.86,7.3 -27.27,10.38 -6.83,1.94 -13.44,3.39 -18.89,3.27 z" id="tentacle_2_0"/>
<path d="m97.48,772.93 c0.21,-4.64 -5.45,-7.56 -9.82,-7.56 0,2.67 0,7.56 0,7.56 0,0 6.49,0 9.82,0 z m-11.82,0 c0,0 -0.09,-5.3 -0.09,-7.59 -4.19,0.15 -9.85,2.95 -9.91,7.59 3.33,0 10,0 10,0 z m11.82,2 c-3.33,0 -9.82,0 -9.82,0 0,0 0,6.67 0,10 6.85,0.58 9.79,-4.31 9.82,-10 z M 85.4,785.06 c0,-3.27 0.09,-10.13 0.09,-10.13 0,0 -6.43,0 -9.84,0 -0.17,6.37 4.03,10.17 9.75,10.13 z m12.12,55.2 c-0.45,-0.12 -1.6,-0.49 -2.13,-1.55 -0.53,-1.06 0.03,-5.74 0.03,-5.74 -0.24,-6.15 -2.29,-7.53 -5.41,-7.47 -5.62,0.61 -11.35,-0.21 -13.72,-0.27 -3.58,0.11 -6.13,3.25 -8.13,5.78 -1.55,1.97 -1.45,3.03 -1.9,3.67 -1.73,1.23 -4.33,1.12 -5.89,0.03 -2.76,-4.59 -8.59,-13.45 -6.47,-18.2 1.87,-3.5 6.8,-3.76 9.06,-1.31 1.24,1.65 2.21,3.56 2.67,5.41 0.24,0.97 0.35,2.98 0.35,2.98 0,0 2.48,-1.38 3.05,-1.69 0.57,-0.32 3.46,-1.53 4.35,-1.67 0.89,-0.14 3.25,-0.51 3.25,-0.51 -0.03,-3.47 0.59,-6.81 1.47,-10.13 -4.61,-1.33 -9.02,-3.2 -13.48,-4.97 0,0 -2.81,1.63 -6.07,1.61 -3.26,-0.02 -7.05,-1.47 -8.44,-4.45 -1.39,-2.99 -1.24,-4.48 -0.1,-5.86 1.13,-1.38 3.28,-1.58 4.67,-1.68 1.31,-0.08 5.31,0.49 5.31,0.49 0,0 -0.29,-2.19 0.17,-2.74 0.96,-0.87 1.89,-0.81 2.68,-0.35 1.18,1.44 1.35,3.77 1.61,5.41 0.26,0.77 1.06,1.98 1.06,1.98 1.75,2.69 10.2,5.33 14.42,7 l0.61,-1.94 c-1.25,-3.53 -3.36,-5.21 -4.82,-6.8 -2.54,-2.74 -6.14,-3.82 -7.23,-6.04 -1.09,-2.22 -1.22,-5.81 -1.22,-5.81 l-0.2,-4.62 c0,0 -0.23,-2.89 0.37,-4 0.59,-1.11 2.76,-2.24 2.76,-2.24 3.72,-8.84 10.57,-11.49 16.85,-11.39 6.28,0.1 13.98,3.41 18.81,11.85 0,0 1.21,0.13 1.99,1.38 0.78,1.24 1,6.3 1,6.3 -0.01,3.56 -0.67,9.47 -2.4,9.97 -2.39,0.69 -6.23,5.12 -9.43,7.09 -3.2,1.97 -4.11,3.46 -4.39,7.96 1.82,0.8 3.89,1.2 5.72,1.21 1.4,0 4.32,-0.53 6.48,-1.18 l3.93,-1.18 c1.07,-4.97 4.69,-6.84 9.13,-6.88 4.29,-0.22 8.42,3.05 7.56,6.54 -0.85,3.49 -2.73,3.15 -5.02,3.17 -1.32,-0.01 -3.65,-1.14 -3.65,-1.14 0,0 -0.16,1.82 -0.48,2.36 -0.32,0.53 -0.13,0.66 -1.01,0.86 -0.88,0.2 -3.94,-1.03 -3.94,-1.03 -1.25,-0.33 -4.16,1.79 -8.97,2.11 -3.11,0.59 -6.05,0.28 -8.93,-0.3 0.43,3.07 -0.35,5.73 -0.66,8.68 6.68,0.68 7.93,4.14 8.57,10.38 4.79,-1.31 10.02,-2.89 12.86,1.05 2.84,3.94 -1.68,7.18 -3.59,7.39 -2.42,0.1 -8.29,1.04 -13.13,0.51 z" id="diver_1"/>
<path d="m207.9,831.31 c2.42,-0.74 2.76,-1.08 3.08,-2.56 0.62,-1.51 1.46,-2.62 3.25,-3.23 2.06,-0.66 2.75,-2.87 0.51,-4.61 -3.14,-2.36 -8.22,-0.32 -10.32,2.31 -4.61,5.77 0.03,8.97 3.47,8.09 z m-27.17,9.63 c-2.04,0.44 -2.79,-0.87 -2.93,-2.76 1.91,-4.84 5.35,-9.17 8.85,-12.98 2.73,-2.86 5.64,-4.99 8.87,-6.49 4.23,-2.28 9.27,-1.57 13,-1.5 1.38,0 7.56,0.21 9,0.38 1.69,0.29 4.94,-0.27 4.11,1.74 0,0.31 -2.16,4.53 -2.98,5.82 -0.81,1.3 -1.96,3.7 -2.96,4.71 -1.4,1.88 -3.36,2.67 -4.97,3.26 -1.46,0.54 -4.19,0.53 -6.28,0.8 -5.25,-0.03 -9.6,2.09 -14.06,3.91 -2.14,0.86 -9.13,3.11 -9.64,3.11 z" id="tentacle_1_1"/>
<path d="m232.99,808.93 c1.9,0.03 2.85,-0.8 3.79,-2.15 1.3,-1.53 2.78,-1.07 4.45,-1.14 2.27,0.03 3.66,-0.13 4.23,-2.35 0.23,-1.89 -0.69,-2.6 -2.16,-3.01 -2.45,-0.39 -4.96,-0.08 -7.18,0.47 -2.93,1.01 -8.19,2.87 -6.4,6.31 0.63,1.62 1.7,1.83 3.27,1.87 z m-28.15,2.93 c-2.05,-0.42 -1.37,-0.53 -2.24,-0.87 -2.09,-0.73 -0.07,-3.14 3.92,-5.76 9.95,-6.24 19.82,-13.62 31.51,-15.31 0.61,10e-4 3.6,0.56 6.26,2.43 2.66,1.87 3.74,3.42 6.65,4.68 2.91,1.27 6.45,1.35 10.69,2.23 4.24,0.89 8.1,2 8.37,2.51 0.27,0.51 0.69,0.86 0.68,1.28 -0.01,0.42 -0.32,0.51 -0.57,0.92 -0.25,0.41 -6.66,5.06 -8.54,5.74 -3.69,1.37 -7.95,0.98 -11.79,0.9 -4.38,-0.08 -13.78,0.27 -17.11,0.81 -10.07,1.07 -18.95,2.09 -27.85,0.43 z" id="tentacle_0_0"/>
<path d="m174.03,809.21 c0.41,-0.16 2.24,-0.62 3.44,-0.39 1.2,0.23 1.89,0.78 3.06,0.8 1.18,0.02 3.35,-0.74 3.81,-0.84 0.46,-0.1 0.92,-0.86 0.56,-2.8 -0.36,-1.95 -5.04,-2.57 -7.75,-2.76 -3.88,-0.11 -8.41,0 -11.35,2.14 -1.19,1.97 -0.22,3.2 1.25,4.08 0.76,0.33 2.45,0.44 3.05,0.54 0.6,0.11 3.51,-0.62 3.93,-0.77 0.41,-0.16 -0.41,0.16 0,-3e-5 z m-2.12,3.1 c-5.14,-0.28 -10.77,-2.22 -13.58,-3.3 -2.82,-1.07 -2.28,-0.54 -2.83,-1.09 -0.56,-0.55 -0.79,-1.03 -0.61,-1.54 0.18,-0.51 -1.05,-0.85 1.39,-1.67 2.44,-0.82 13.6,-5.13 20.88,-7.03 2.44,-0.6 -0.78,-0.07 3.88,-0.48 4.66,-0.4 19.64,-1.25 24.13,-1.23 2.83,0.1 3.23,0.38 3.5,1.79 0.27,1.41 -3.04,2.56 -6.75,4.82 -5.11,2.88 -13.02,8.54 -17,9.32 -2.61,0.52 -10.19,0.48 -13,0.39 z" id="tentacle_0_1"/>
<path id="tentacle_0_2" d="m145.15,801.78 c-5.97,-1.51 -11.13,-4.2 -14.88,-8.32 -2.46,-2.75 -4.77,-7.66 -7.35,-9.74 -2.59,-2.08 -6.09,-3.56 -5.86,-5.48 0.23,-1.92 3.69,-1.63 5.93,-1.17 1.06,0.25 5.03,1.94 8.67,4.19 3.64,2.25 7.73,5.23 13.86,9.14 2.57,1.67 7.4,2.95 11.25,3.35 2.38,0.25 10.11,0.09 10.96,0.3 0.86,0.21 2.22,1.22 1.38,1.83 -0.84,0.61 -6.27,2.04 -8.63,3.5 -4.73,2.47 -10.44,3.18 -15.32,2.41 z"/>
<path id="clock_alarm" d="m524.37,662.04 0.13,8.63 -15.63,-8.31 19.44,16.94 0.13,-8.03 17.03,9.88 -21.09,-19.09 z m73.06,6.78 c-1.24,0.03 -2.54,0.13 -3.91,0.31 -3.11,0.4 -6.05,0.78 -8.91,2.22 -4.04,1.46 -7.17,5.15 -9.88,8.53 -1.2,3.23 -2.27,5.85 -2.5,9.34 0.27,2.35 0.54,4.68 1.16,6.97 0.45,2.09 2.25,3.89 2.25,4.19 0,0.29 -1.14,0.83 -2.31,0.56 -1.17,-0.26 -2.26,-0.4 -3.31,-0.75 -1.05,-0.35 -1.97,-0.65 -2.97,-1.31 -2.06,-1.4 -3.34,-3.24 -4.41,-5.47 -1.26,-2.23 -2.67,-4.18 -4.37,-5.94 -1.33,-0.6 -2.94,-0.92 -4.59,-0.53 -1.76,0.56 -3.13,1.41 -4.03,3.22 -0.35,0.65 -0.59,1.1 -0.56,1.59 0.26,0.84 0.45,1.44 1.5,1.19 1.19,-0.51 1.1,-1.28 2.25,-2.28 1.15,-1 2.92,-0.86 4.47,0.34 3.69,3.75 4.6,15.49 -1.59,17.19 -3.73,0.93 -5.23,0.35 -8.03,-4.66 -0.46,-0.43 -0.59,-0.7 -1,-0.47 -0.41,0.23 -0.28,0.75 -0.22,1.69 0.22,2.74 1.42,5.19 3.38,7.09 1.58,1.14 4.07,1.06 6.19,0.38 5,-1.97 9.75,-6.08 15.91,-5.59 9.46,0.5 17.48,2.85 17.69,11.81 -0.04,2.01 -0.97,3.75 -2.41,5.03 -2.58,2.23 -9.99,0.78 -11.84,-3.06 -0.65,-2.43 0.41,-4.87 3.28,-7.12 0.97,-1.16 -0.83,-2.55 -2.59,-1.47 -3.12,1.63 -5.53,4.09 -5.5,8 0,2.33 1.17,4.5 2.56,6.06 1.4,1.56 3.86,1.78 5.53,3.09 0.9,0.94 -1.62,3.97 -2.16,5.53 -1.82,5.92 1.52,10.68 6.09,13.38 2.08,1.14 5.94,1.34 7.56,0.56 1.62,-0.78 0.91,-2.48 0,-3 -0.91,-0.52 -3.15,-0.36 -4.78,-0.78 -1.74,-0.6 -4.51,-3.92 -4.72,-7.09 -0.21,-3.17 2.82,-5.71 5.13,-7.44 1.07,-0.29 2.56,-1.07 3.47,-0.75 0.91,0.32 1.12,0.92 1.41,1.75 0.25,2.03 -0.17,4.96 0.41,6.88 0.57,1.91 1.5,4.01 2.66,5.13 1.16,1.12 2.59,0.98 3.75,-0.19 0.32,-0.43 0.46,-0.7 0.31,-1.5 -0.15,-0.8 -1.93,-6.33 -1.72,-8.47 0.23,-2.38 -0.3,-5.86 2.84,-7.03 0.88,-0.29 1.84,-0.6 2.84,0 0.76,0.5 1.76,2 2.28,3.13 0.88,1.96 0.98,4.41 0.91,6.72 -0.11,1.57 -0.24,3.4 -1.28,4.66 -0.52,0.32 -1.14,1.46 -1,2.03 0.62,1.99 2.76,1.48 4.38,0.22 0.67,-0.69 2.03,-2.89 2.38,-4.25 0.42,-1.62 1.01,-4.05 0.66,-6.34 -0.27,-2.25 -1.8,-4.91 -2.78,-6.72 1.57,0.05 2.88,-0.67 5.38,0.56 2.5,1.23 4.48,6.53 4,9.5 -0.48,2.97 -3.03,3.37 -3.34,5.38 -0.31,2 2.07,2.33 3.5,2 2.88,-0.87 4.18,-5.72 4.56,-8.41 0.21,-4.96 -1.7,-8.7 -6.03,-12.63 l-2.19,-1.88 c0,0 2.36,-0.8 4.22,-0.91 3.24,-0.13 5.44,1.49 6.22,4.69 0.63,1.44 0.84,3.25 1.78,3.25 0.94,0 1.88,-1.49 1.72,-2.69 -0.2,-1.57 -0.3,-3.89 -1.22,-5.25 -0.92,-1.36 -1.99,-3.25 -5,-4.28 -3.01,-1.03 -5.84,-0.74 -8.5,0.09 -2.66,0.83 -6.42,1.12 -7.84,0.22 -0.63,-0.4 -0.8,-0.46 -0.84,-0.47 0.01,-0.02 0.01,-0.08 -0.06,-0.22 -0.3,-0.54 -0.32,-1.44 -0.22,-2.53 0.1,-1.09 0.5,-2.65 1.06,-3.91 0.56,-1.25 1.22,-2.14 2.28,-3.5 1.06,-1.36 2.33,-2.54 4.19,-4.53 1.86,-1.99 4.28,-4.63 4.84,-5.91 l1.66,-3.78 c0.93,-4.21 0.44,-9.9 -2.31,-13.13 -3.34,-5.11 -9,-8.48 -17.69,-8.25 z m-10.91,8.97 c2.24,0 2.83,0.02 4.09,2.06 1.51,2.98 0.66,8.11 -1.31,13.44 -3.44,-3.32 -5.93,-0.6 -6.16,2.63 0.48,1.78 1.14,3.44 2.47,4.78 -1.11,0.04 -2.07,0.08 -3.12,-0.37 -1.54,-1.33 -2.57,-2.77 -3.41,-4.69 -0.4,-2.59 -0.9,-5.14 -0.59,-7.78 0.82,-2.64 1.46,-5.15 3.25,-7.34 1.49,-1.29 2.78,-2.29 4.78,-2.72 z m13.94,4.06 c0.23,0.01 0.45,0.05 0.69,0.09 1.62,0.29 2.74,0.92 3.34,2.53 0.87,2.34 1.37,4.57 1.16,7.13 -0.26,3.07 -0.37,5.74 -2.16,8.38 -1.18,1.73 -2.31,3.47 -4.25,4.38 -0.85,0.4 -2.27,0.84 -3.69,0.25 -1.36,-0.57 -2.15,-1.16 -2.81,-2.56 1.36,-0.77 2.97,-1.26 3.69,-2.69 0.81,-1.6 1.39,-3.34 0.22,-4.81 -1,-1.26 -2.27,-1.06 -3.91,-0.59 0.85,-3.15 0.97,-7.18 3.75,-10.03 0.92,-1.36 2.34,-2.13 3.97,-2.06 z m-64.56,1 -17.47,2.91 c0,0 -1.24,0.28 -1.56,0.66 -0.33,0.37 -0.34,1.22 -0.34,1.22 -0.42,4.16 -1.18,9.64 -2,14.59 -1.15,-0.46 -2.85,-0.73 -4.03,-0.75 -1.87,0.02 -4.22,0.57 -4.84,2.5 -0.62,1.93 0.41,4.16 2.44,5.09 2.02,0.93 4.23,0.73 6.53,-0.09 3.6,-1.66 3.3,-11.27 4.59,-15.47 3.84,-0.84 8.79,-1.72 13.44,-1.56 -0.26,1.94 -0.91,6.07 -1,8.03 -2.36,0.04 -4.45,-0.69 -6.72,0.25 -1.97,1.04 -2.54,1.28 -2.62,3.66 0.22,1.86 0.36,2.22 2.22,2.97 l1.75,0.53 3.03,-0.34 c1.02,-0.32 1.9,-0.82 2.94,-2.12 l1.78,-2.25 c1.1,-6.46 1.38,-11.8 3,-18.69 0,0 -0.1,-0.64 -0.31,-0.84 -0.21,-0.2 -0.81,-0.28 -0.81,-0.28 z m6.38,26.78 -19.69,7.66 0.16,-5.94 -29.34,16.03 22.56,-6.75 -0.16,8.72 26.47,-19.72 z"/>
<path id="diver_0" d="m80.84,658.36 c-1.72,0.03 -3.51,0.21 -5.41,0.53 -4.7,1.47 -8.35,4.05 -11.31,8.09 -1.38,2 -2.06,4.3 -2.06,4.88 0,0.57 -0.95,1.9 -2.09,2.94 -2.13,0.91 -1.99,3.46 -1.41,6.38 0.58,2.91 1.14,7.13 2.28,8.44 l1.56,1.81 2.06,0.38 c1.21,0.54 3.4,3.34 5.72,4.78 2.52,1.57 6.1,2.29 7.88,2.66 l0,2.44 c-0.13,0 -0.26,-10e-4 -0.41,0 -8.51,-0.2 -15.56,-0.71 -21.25,4.97 -1.86,1.27 -2.51,0.76 -3.44,1.25 -2.45,1.28 -4.57,3.49 -4.69,7 0.29,2.76 1.79,5.34 5.22,5.31 3.11,-0.02 5.63,-2.73 5.16,-6.25 3.34,3.13 6.73,-0.88 1.88,-4.12 2.9,-3.95 7.04,-3.85 11.94,-3.06 -0.6,1.68 -0.82,3.78 -0.88,5.97 l0.13,4.28 0,3.22 9.34,-0.09 9,-0.12 0,-3.37 0,-4.19 c-0.54,-3.64 -0.98,-6.57 -3.97,-9 0,-1.59 -0.03,-2.6 -0.03,-4.19 l3.38,-1.31 c2.06,-1.06 4.09,-2.59 5.44,-4 l3.53,-3.72 1.38,0 c2.15,0 1.88,-1.3 2.72,-3.22 0.53,-3.54 1.33,-7.72 0.81,-11.44 -0.46,-1.08 -1.92,-1.54 -3.25,-2.37 l-0.66,-2.56 -1.25,-3.06 c-4.11,-6.73 -9.86,-9.37 -17.31,-9.22 z m2.06,9.25 c6.13,0.26 11.48,5.75 11.06,12.5 -4.08,0 -7.26,0.13 -11.34,0.13 -0.03,-4.04 -0.01,-8.19 0.28,-12.63 z m-3.19,0.06 c0.3,0 0.34,0.93 0.34,2.63 0.03,1.77 0,4.14 0,7.47 l0,2.47 -11.31,0 -0.06,-2.28 c1.4,-6.01 4.09,-8.52 11.03,-10.28 z m-11,14.56 c3.5,0 8,0.09 11.5,0.09 -0.08,3.3 -0.15,6.61 -0.34,9.91 l-2,0 c-4.26,-0.71 -8.57,-4.69 -9.16,-10 z m13.81,0 10.41,0 1.13,0.13 c0.09,1.38 -0.58,3.21 -1.16,4.31 l-1.75,2.59 -2.41,1.75 c-1.38,0.85 -3.9,1.4 -5.97,1.28 0.05,-3.36 -0.09,-6.7 -0.25,-10.06 z"/>
<path id="diver_arm_0" d="m97.69,720.02 c-0.49,-4.08 -0.73,-5.12 -1.43,-7.09 -0.78,-2.18 -2.63,-4.65 -1.75,-5.1 1.79,-0.91 6.17,3.46 7.84,6.23 1.31,2.13 1.62,3.92 1.89,5.95 -1.56,0 -4.05,0 -6.55,0 z"/>
<path id="bag_0" d="m116.8,712.93 c-3.4,-1.32 -4.97,-6.28 -5.03,-9.46 0.2,-3.44 1.92,-6.15 3.71,-9.01 2.29,-2.84 3.62,-5.57 4.18,-9.35 0.21,-1.53 0,-3.4 0,-3.4 -1.3,0.51 -2.87,0.34 -4.07,0.43 -0.85,6.45 -3.52,10.05 -5.52,12.14 -4.52,4.73 -9.44,8.88 -14.18,9.42 -1.51,0.17 -3.24,-1.95 -2.35,-3.67 0.87,-1.67 5.23,-1.91 9.74,-6.54 3.7,-3.8 6.05,-5.52 7.58,-13.67 -3.45,-0.93 -2.84,-6.72 1.62,-6.05 0,0 1.8,-2.47 2.88,-2.94 2.93,-1.27 5.11,-0.78 7,-0.06 3.17,1.2 4.57,5.78 0.9,9.07 1.73,4.81 4.23,9.8 5.27,14.59 0.58,3.25 0.68,6.47 0.13,9.51 -0.6,3.31 -1.52,5.62 -4.25,7.78 -2.19,1.73 -5.24,2.13 -7.6,1.21 z"/>
<path d="M 548.66 170.16 L 548.03 174.59 L 551.78 174.59 L 552.47 170.16 L 548.66 170.16 z M 546.63 186.75 L 546 191.19 L 549.75 191.19 L 550.44 186.75 L 546.63 186.75 z " transform="matrix(1.354,0,0,1.354,-354.474,442.533)" id="clock_sec"/>
<path id="life_2" d="m211.94,656.07 c-1.72,0.03 -3.51,0.21 -5.41,0.53 -4.7,1.47 -8.35,4.05 -11.31,8.09 -1.38,2 -2.06,4.3 -2.06,4.88 0,0.57 -0.95,1.9 -2.09,2.94 -2.13,0.91 -1.99,3.46 -1.41,6.38 0.58,2.91 1.14,7.13 2.28,8.44 l1.56,1.81 2.06,0.38 c1.21,0.54 3.4,3.34 5.72,4.78 2.52,1.57 6.1,2.29 7.88,2.66 l0,4.09 c-3.95,0.21 -8.02,2.28 -11.41,5.41 -1.97,1.73 -3.73,4.8 -4.53,6.34 -0.8,1.54 -2.29,5.06 -1.72,5.09 l0.66,0.06 c1.32,0 2.62,10e-6 3.94,0 l1.03,-2.75 2.09,-3.25 1.81,-1.28 1.66,-0.22 0.13,4.28 0,3.22 9.34,-0.09 9,-0.12 0,-3.37 0,-4.19 c2.92,0.17 5.92,3.04 6.03,7.69 1.7,0.06 3.02,0.06 4.72,0.03 l-0.31,-2.19 c-0.38,-1.24 -1,-3.55 -2.22,-5.41 -2.7,-4.06 -6.82,-7.97 -12.19,-9.13 0,-1.59 -0.03,-2.6 -0.03,-4.19 l3.38,-1.31 c2.06,-1.06 4.09,-2.59 5.44,-4 l3.53,-3.72 1.38,0 c2.15,0 1.88,-1.3 2.72,-3.22 0.53,-3.54 1.33,-7.72 0.81,-11.44 -0.46,-1.08 -1.92,-1.54 -3.25,-2.37 l-0.66,-2.56 -1.25,-3.06 c-4.11,-6.73 -9.86,-9.37 -17.31,-9.22 z m2.07,9.22 c6.33,-0.33 11.47,5.77 11.05,12.53 -4.08,0 -7.25,0.13 -11.34,0.13 -0.03,-4.04 0,-8.21 0.28,-12.65 z m-3.2,0.09 c0.3,0 0.34,0.93 0.34,2.63 0.03,1.77 0,4.14 0,7.47 l0,2.47 -11.31,0 -0.06,-2.28 c1.4,-6.01 4.09,-8.52 11.03,-10.28 z m-11,14.56 c3.5,0 8,0.09 11.5,0.09 -0.08,3.3 -0.15,6.61 -0.34,9.91 l-2,0 c-4.26,-0.71 -8.57,-4.69 -9.16,-10 z m13.81,0 10.41,0 1.13,0.13 c0.09,1.38 -0.58,3.21 -1.16,4.31 l-1.75,2.59 -2.41,1.75 c-1.38,0.85 -3.9,1.4 -5.97,1.28 0.05,-3.36 -0.09,-6.7 -0.25,-10.06 z"/>
<path d="m157.44,657.07 c-1.72,0.03 -3.51,0.21 -5.41,0.53 -4.7,1.47 -8.35,4.05 -11.31,8.09 -1.38,2 -2.06,4.3 -2.06,4.88 0,0.57 -0.95,1.9 -2.09,2.94 -2.13,0.91 -1.99,3.46 -1.41,6.38 0.58,2.91 1.14,7.13 2.28,8.44 l1.56,1.81 2.06,0.38 c1.21,0.54 3.4,3.34 5.72,4.78 2.52,1.57 6.1,2.29 7.88,2.66 l0,4.09 c-3.95,0.21 -8.02,2.28 -11.41,5.41 -1.97,1.73 -3.73,4.8 -4.53,6.34 -0.8,1.54 -2.29,5.06 -1.72,5.09 l0.66,0.06 c1.32,0 2.62,10e-6 3.94,0 l1.03,-2.75 2.09,-3.25 1.81,-1.28 1.66,-0.22 0.13,4.28 0,3.22 9.34,-0.09 9,-0.12 0,-3.37 0,-4.19 c2.92,0.17 5.92,3.04 6.03,7.69 1.7,0.06 3.02,0.06 4.72,0.03 l-0.31,-2.19 c-0.38,-1.24 -1,-3.55 -2.22,-5.41 -2.7,-4.06 -6.83,-7.97 -12.19,-9.13 0,-1.59 -0.03,-2.6 -0.03,-4.19 l3.38,-1.31 c2.06,-1.06 4.09,-2.59 5.44,-4 l3.53,-3.72 1.38,0 c2.15,0 1.88,-1.3 2.72,-3.22 0.53,-3.54 1.33,-7.72 0.81,-11.44 -0.46,-1.08 -1.92,-1.54 -3.25,-2.37 l-0.66,-2.56 -1.25,-3.06 c-4.11,-6.73 -9.86,-9.37 -17.31,-9.22 z m2.07,9.22 c5.93,0.07 11.47,5.77 11.05,12.53 -4.08,0 -7.25,0.13 -11.34,0.13 -0.03,-4.04 0,-8.21 0.28,-12.65 z m-3.2,0.09 c0.3,0 0.34,0.93 0.34,2.63 0.03,1.77 0,4.14 0,7.47 l0,2.47 -11.31,0 -0.06,-2.28 c1.4,-6.01 4.09,-8.52 11.03,-10.28 z m-11,14.56 c3.5,0 8,0.09 11.5,0.09 -0.08,3.3 -0.15,6.61 -0.34,9.91 l-2,0 c-4.26,-0.71 -8.57,-4.69 -9.16,-10 z m13.81,0 10.41,0 1.13,0.13 c0.09,1.38 -0.58,3.21 -1.16,4.31 l-1.75,2.59 -2.41,1.75 c-1.38,0.85 -3.9,1.4 -5.97,1.28 0.05,-3.36 -0.09,-6.7 -0.25,-10.06 z" id="life_1"/>
<path id="game_a" d="m21.87,998.36 c-0.83,0.04 -1.66,0.15 -2.44,0.44 -1.56,0.5 -2.51,2.09 -2.66,3.66 -0.27,2.19 -0.28,4.39 -0.22,6.59 0.11,1.47 0.27,3.11 1.31,4.25 1.14,1.21 2.92,1.29 4.47,1.31 1.59,-0.03 3.27,0.05 4.75,-0.66 1.17,-0.53 1.58,-1.85 1.72,-3.03 0.19,-1.64 0.06,-3.29 0.06,-4.94 l-6.25,0 0,2.69 3.22,0 c-0.01,0.3 0,0.6 0,0.91 -0.04,0.92 -0.09,1.62 -1,2.13 -0.88,0.43 -1.9,0.28 -2.84,0.28 -0.88,0.01 -1.85,-0.44 -2.09,-1.34 -0.4,-1.36 -0.22,-2.79 -0.28,-4.19 0.04,-1.4 -0.12,-2.83 0.31,-4.19 0.27,-0.9 1.22,-1.29 2.09,-1.28 0.93,0 1.92,-0.13 2.81,0.19 0.83,0.33 0.92,1.31 0.97,2.09 l3.06,0 c-0.02,-1.23 -0.08,-2.56 -0.81,-3.59 -0.9,-1.08 -2.41,-1.2 -3.72,-1.28 -0.82,-0.01 -1.64,-0.07 -2.47,-0.03 z m12.28,0.13 -2.25,16 3.22,0 0.28,-3.06 4.09,0 0.31,0 0.28,3.06 3.16,0 -2.31,-16 -6.78,0 z m12.81,0 0,16 3.06,0 -0.19,-12.59 3.16,9.81 2.75,0 3.13,-9.91 -0.19,12.69 3.03,0 0,-16 -5.06,0 -2.38,9.06 -2.34,-9.06 -4.97,0 z m19.63,0 0,16 11.41,0 0,-2.56 -8.38,0 0,-4.06 7.5,0 0,-2.69 -7.5,0 0,-4.12 8.31,0 0,-2.56 -11.34,0 z m22.94,0 -2.28,16 3.22,0 0.28,-3.06 5.63,0 0.31,0 0.31,3.06 3.16,0 -2.34,-16 -8.28,0 z m-52.75,2.47 1.63,0 1,7.75 -3.59,0 0.97,-7.75 z m55.34,0 3.19,0 1,7.75 -5.16,0 0.97,-7.75 z"/>
<path id="game_b" d="m22.93,1026.36 c-2.17,0 -2.94,0.17 -3.84,0.56 -0.91,0.39 -1.59,1.16 -2.03,2.28 -0.36,0.92 -0.53,3.13 -0.53,6.63 0,2.74 0.45,4.58 1.34,5.47 0.9,0.89 1.95,1.31 4.72,1.31 3.02,0 4.16,-0.3 5.03,-0.97 0.87,-0.67 1.31,-2.19 1.31,-4.5 l-0.06,-3.16 -6.25,0 0,2.69 3.22,0 0,0.66 c0,1.37 -0.23,1.79 -0.69,2.16 -0.45,0.37 -0.69,0.53 -2.34,0.53 -1.7,0 -2,-0.2 -2.47,-0.62 -0.47,-0.44 -0.72,-1.48 -0.72,-3.06 l0,-2.03 0,-1.62 c-4e-6,-1.62 0.25,-2.62 0.72,-3.06 0.48,-0.44 0.77,-0.66 2.53,-0.66 1.62,0 1.85,0.12 2.25,0.38 0.41,0.25 0.63,0.89 0.69,1.94 l3.06,0 c0,-2.08 -0.42,-3.4 -1.25,-4 -0.83,-0.61 -1.84,-0.91 -4.69,-0.91 z m11.22,0.13 -2.25,16 3.22,0 0.28,-3.06 4.09,0 0.31,0 0.28,3.06 3.16,0 -2.31,-16 -6.78,0 z m12.81,0 0,16 3.06,0 -0.19,-12.59 3.16,9.81 2.75,0 3.13,-9.91 -0.19,12.69 3.03,0 0,-16 -5.06,0 -2.38,9.06 -2.34,-9.06 -4.97,0 z m19.63,0 0,16 11.41,0 0,-2.56 -8.38,0 0,-4.06 7.5,0 0,-2.69 -7.5,0 0,-4.12 8.31,0 0,-2.56 -11.34,0 z m20.5,0.03 0,16 8.28,0 c1.75,0 2.98,-0.31 3.69,-0.97 0.7,-0.66 1.06,-1.8 1.06,-3.44 -1e-5,-2.26 -0.92,-3.53 -2.75,-3.81 l0,-0.06 c1.57,-0.35 2.34,-1.52 2.34,-3.5 -2e-5,-1.63 -0.33,-2.73 -1,-3.31 -0.66,-0.59 -1.91,-0.91 -3.75,-0.91 l-7.88,0 z m-50.31,2.44 1.63,0 1,7.75 -3.59,0 0.97,-7.75 z m53.34,0.13 4.34,0 c1.45,0 2.19,0.63 2.19,1.91 -1e-5,0.96 -0.16,1.42 -0.5,1.69 -0.33,0.27 -1.11,0.41 -2.31,0.41 l-3.72,0 0,-4 z m0,6.72 3.88,0 c1.34,0 2.2,0.13 2.53,0.38 0.34,0.25 0.5,0.53 0.5,1.5 -1e-5,0.93 -0.17,1.55 -0.5,1.84 -0.32,0.29 -0.98,0.44 -2,0.44 l-1.06,0 -3.34,0 0,-4.16 z"/>
<path id="clock_am" d="m266.4,661.7 -2.59,18.31 3.69,0 0.31,-3.53 4.69,0 0.34,0 0.38,3.53 3.59,0 -2.69,-18.31 -7.72,0 z m14.66,0 0,18.31 3.5,0 -0.22,-14.41 3.59,11.22 3.19,0 3.53,-11.31 -0.19,14.5 3.47,0 0,-18.31 -5.78,0 -2.72,10.38 -2.69,-10.38 -5.69,0 z m-11.69,2.81 1.91,0 1.13,8.88 -4.13,0 1.09,-8.88 z"/>
</g>
<path d="m261.09,134.91 c-5.95,0 -10.75,4.77 -10.75,10.72 l0,307.63 c0,5.95 4.8,10.75 10.75,10.75 l480.97,0 c5.95,0 10.75,-4.8 10.75,-10.75 l0,-307.62 c0,-5.95 -4.8,-10.72 -10.75,-10.72 l-480.97,0 z m12.03,14.63 456.5,0 c4.28,0 7.72,3.44 7.72,7.72 l0,284.25 c0,4.28 -3.44,7.72 -7.72,7.72 l-456.5,0 c-4.28,0 -7.72,-3.44 -7.72,-7.72 l0,-284.25 c0,-4.28 3.44,-7.72 7.72,-7.72 z"/>
<g id="digit_0800" transform="translate(512.184,160.766)">
<path class="digit_b1" d="m10.5,1.16 -1.81,1.63 2.69,2.41 6.78,0 2.81,-2.53 -1.66,-1.5 -8.31,0 -0.5,0 z"/>
<path class="digit_b3" d="m22.56,4.09 -3.37,3 -1.19,8.38 2.03,1.84 2.63,-2.34 1.38,-9.56 -1.47,-1.31 z"/>
<path class="digit_b2" d="M 7.09,4.19 5.88,5.28 4.47,16.56 5.69,17.63 9.38,14.31 10.28,7.03 7.09,4.19 z"/>
<path class="digit_b4" d="m9.91,16.69 -2.66,2.38 1.88,1.66 7.09,0 2.25,-2 -2.28,-2.03 -6.28,0 z"/>
<path class="digit_b6" d="m20.06,20.13 -3.16,2.81 -1.28,8.81 2.13,4.41 2.09,-1.87 1.84,-12.69 -1.62,-1.47 z"/>
<path class="digit_b5" d="m5.69,20.47 -1.91,1.69 -1.37,11.09 1.28,1.13 3.59,-3.22 1.06,-8.31 -2.66,-2.37 z"/>
<path class="digit_b7" d="m7.81,33.53 -2.53,2.25 1.97,1.78 8.94,0 0.06,-0.06 -1.91,-3.97 -6.53,0 z"/>
</g>
<g transform="translate(560.184,160.766)" id="digit_0080">
<path class="digit_b1" d="m10.5,1.16 -1.81,1.63 2.69,2.41 6.78,0 2.81,-2.53 -1.66,-1.5 -8.31,0 -0.5,0 z"/>
<path class="digit_b3" d="m22.56,4.09 -3.37,3 -1.19,8.38 2.03,1.84 2.63,-2.34 1.38,-9.56 -1.47,-1.31 z"/>
<path class="digit_b2" d="M 7.09,4.19 5.88,5.28 4.47,16.56 5.69,17.63 9.38,14.31 10.28,7.03 7.09,4.19 z"/>
<path class="digit_b4" d="m9.91,16.69 -2.66,2.38 1.88,1.66 7.09,0 2.25,-2 -2.28,-2.03 -6.28,0 z"/>
<path class="digit_b6" d="m20.06,20.13 -3.16,2.81 -1.28,8.81 2.13,4.41 2.09,-1.87 1.84,-12.69 -1.62,-1.47 z"/>
<path class="digit_b5" d="m5.69,20.47 -1.91,1.69 -1.37,11.09 1.28,1.13 3.59,-3.22 1.06,-8.31 -2.66,-2.37 z"/>
<path class="digit_b7" d="m7.81,33.53 -2.53,2.25 1.97,1.78 8.94,0 0.06,-0.06 -1.91,-3.97 -6.53,0 z"/>
</g>
<g id="digit_0008" transform="translate(594.184,160.766)">
<path class="digit_b1" d="m10.5,1.16 -1.81,1.63 2.69,2.41 6.78,0 2.81,-2.53 -1.66,-1.5 -8.31,0 -0.5,0 z"/>
<path class="digit_b3" d="m22.56,4.09 -3.37,3 -1.19,8.38 2.03,1.84 2.63,-2.34 1.38,-9.56 -1.47,-1.31 z"/>
<path class="digit_b2" d="M 7.09,4.19 5.88,5.28 4.47,16.56 5.69,17.63 9.38,14.31 10.28,7.03 7.09,4.19 z"/>
<path class="digit_b4" d="m9.91,16.69 -2.66,2.38 1.88,1.66 7.09,0 2.25,-2 -2.28,-2.03 -6.28,0 z"/>
<path class="digit_b6" d="m20.06,20.13 -3.16,2.81 -1.28,8.81 2.13,4.41 2.09,-1.87 1.84,-12.69 -1.62,-1.47 z"/>
<path class="digit_b5" d="m5.69,20.47 -1.91,1.69 -1.37,11.09 1.28,1.13 3.59,-3.22 1.06,-8.31 -2.66,-2.37 z"/>
<path class="digit_b7" d="m7.81,33.53 -2.53,2.25 1.97,1.78 8.94,0 0.06,-0.06 -1.91,-3.97 -6.53,0 z"/>
</g>
<g transform="translate(478.184,160.766)" id="digit_1000">
<path d="m22.56,4.09 -3.37,3 -1.19,8.38 2.03,1.84 2.63,-2.34 1.38,-9.56 -1.47,-1.31 z" class="digit_b3"/>
<path d="m20.06,20.13 -3.16,2.81 -1.28,8.81 2.13,4.41 2.09,-1.87 1.84,-12.69 -1.62,-1.47 z" class="digit_b6"/>
</g>
<script type="text/javascript">
// <![CDATA[
!function(){"use strict";function t(e,n){var i,r=[],n=n||m;
/,/.test(e)?e.split(/,/).forEach(function(e){r=r.concat(t(e.trim(),n))
}):e.nodeName?r=[e]:/^#/.test(e)?(i=n.getElementById(e.slice(1)),i&&r.push(i)):/^\./.test(e)?(i=n.getElementsByClassName(e.slice(1)),r=b.call(i)):(i=n.getElementsByTagName(e),r=b.call(i));
for(var o in E)r[o]=E[o];return r}function n(t){t.addEventListener=function(t,e){if("string"!=typeof t)throw new TypeError("Event type is not a string");
if("function"!=typeof e)throw new TypeError("Event handler is not a function");
var n=this.$events||(this.$events={});t in n||(n[t]=[]),n[t].push(e)
},t.removeEventListener=function(t,e){if("string"!=typeof t)throw new TypeError("Event type is not a string");
if("function"!=typeof e)throw new TypeError("Event handler is not a function");
var n=this.$events||(this.$events={});t in n&&(n[t]=n[t].filter(function(t){return t!==e
}))},t.dispatchEvent=function(t){var e="on"+t.type,n=this;
"function"==typeof n[e]&&n[e](t);var i=this.$events||(this.$events={});
t.type in i&&i[t.type].forEach(function(e){e.call(n,t)
})}}function i(t,e){if(!t||0>t||isNaN(t))throw new Error("Invalid delay for timer ("+t+")");
return this instanceof i?(this.delay=t,this.repeatCount=Math.max(0,~~e)||1/0,this.currentCount=0,this.running=!1,void 0):new i(t,e)
}function r(t,e){return t+Math.round(Math.random()*(e-t))
}function o(){t("*",t("#layer1-3")[0]).forEach(function(e){t(e).attr("style",null),t(e).fill(j)
}),t(".digit_b1, .digit_b2, .digit_b3, .digit_b4,.digit_b5, .digit_b6, .digit_b7").forEach(function(e){t(e).attr("style",null),t(e).fill(j)
}),t("#octopus").attr("fill",N)}function a(){var e=3==ne&&Z&&Z.currentCount%2,n=2==ne&&Z&&Z.currentCount%2;
t("#life_2").attr("fill",3!=ne||e?j:N),t("#life_1").attr("fill",ne>=2&&!n?N:j)
}function l(){var e=ee.pos,n=ee.has_bag;t("#diver_0").fill(0==e?N:j);
var i=n&&Q&&!(Q.currentCount%2);t("#diver_arm_0").fill(0!=e||i?j:N),t("#bag_0").fill(0==e&&i?N:j),t("#diver_1").fill(1==e?N:j),t("#bag_1").fill(1==e&&n?N:j),t("#diver_2").fill(2==e?N:j),t("#bag_2").fill(2==e&&n?N:j),t("#diver_3").fill(3==e?N:j),t("#bag_3").fill(3==e&&n?N:j),t("#diver_4").fill(4==e?N:j),t("#bag_4").fill(4==e&&n?N:j),t("#diver_5").fill(5==e?N:j),t("#bag_5").fill(5==e&&n?N:j);
var r=X&&X.currentCount;t("#diver_arm_2").fill(5!=e||null!=r&&2!==r?j:N),t("#diver_arm_3").fill(5==e&&1===r?N:j),t("#diver_arm_1").fill(5==e&&3===r?N:j);
var o=-1===e,a=Y&&Y.currentCount%2;t("#diver_death_0").fill(o?N:j),t("#diver_death_1").fill(o&&a?N:j),t("#diver_death_2").fill(o&&!a?N:j)
}function c(){t("#game_a").fill(re===G?N:j),t("#game_b").fill(re===J?N:j)
}function u(){x.forEach(function(e,n){var i=W[e.track],r=e.length+1;
t(i.join(",")).fill(j),-1===ee.pos&&1===n?(i=R,r=R.length):-1===ee.pos&&2===n?r=Math.max(e.length+1,2):-1!==ee.pos&&t("#tentacle_3_2").fill(j),t(i.slice(0,r).join(",")).fill(N)
})}function s(e,n){for(var i=t(e)[0],r=n===!1?0:S[Math.floor(n)%10],o=0;8>o;o++){var a=(r>>o)%2,l=".digit_b"+(o+1);
t(l,i).fill(a?N:j)}}function f(){s("#digit_1000",!1),s("#digit_0800",ie>99?ie/100:!1),s("#digit_0080",ie>9?ie/10:!1),s("#digit_0008",ie)
}function d(){if(re===q){var e=new Date,n=e.getSeconds(),i=e.getMinutes(),r=e.getHours(),o=~~(r%12)||12;
t("#clock_sec").fill(n%2?N:j),t("#clock_am").fill(r>=12?j:N),s("#digit_1000",o>=10?1:!1),s("#digit_0800",o%12||2),s("#digit_0080",i/10),s("#digit_0008",i)
}else t("#clock_sec").fill(j),t("#clock_am").fill(j)
}function _(t){ne=3,ie=0,re=arguments.length?t:q,ee={boat_counter:te,has_bag:!1,locked:!1,pos:0},U.reset(),Q&&Q.reset(),Q=null,X&&X.reset(),X=null,Y&&Y.reset(),Y=null,re===q?D.off():D.on(),o();
for(var e=0;4>e;e++)x[e]={length:-1,delay:re==J?0:r(0,2),track:e>0?e+1:r(0,1),contracting:!1};
c(),h(),U.start(),f(),a(),l()}function h(){if(re===q)U.delay=1e3;
else{var t=Math.ceil((ie+1)/100),e=Math.round(.88*(ie%100)),n=re===G?235:190;
U.delay=Math.max(95,n-10*t-e)}}function v(t){ie+=t||1,D.play("buzz",.1,.3),re!==q&&(200===ie&&3>ne||500===ie&&3>ne)&&(ee.locked=!0,U.stop(),ne++,a(),Z=new i(200,8),Z.addEventListener("timer",function(){this.currentCount!==this.repeatCount?(D.play("buzz",.25,.3),a()):(ee.pos=0,ee.locked=!1,ee.boat_counter=te,ee.has_bag=!1,l(),U.start(),Z=!1,a())
}),Z.start()),re!==q&&f()}function g(){ee.pos>0&&!Y&&x.forEach(function(t){ee.pos-1===t.track&&t.length===W[t.track].length-1&&(l(),u(),X&&X.reset(),U&&U.stop(),ee.has_bag=!1,ee.pos=-1,ee.locked=!0,D.play("buzz",.65,.3),Y=new i(800),Y.addEventListener("timer",function(){9==this.currentCount?(re!==q&&(ne--,a()),1>ne?(U.reset(),this.delay=1e3,D.off()):(Y.reset(),Y=null,ee.pos=0,ee.locked=!1,ee.boat_counter=te,U.start())):(this.currentCount<9&&(D.play("buzz",.6,.3),this.delay=350),u()),l()
}),Y.start())}),!Q&&ee.has_bag&&0===ee.pos&&(ee.boat_counter=te,Q=new i(200,3),Q.addEventListener("timer",function(){this.currentCount===this.repeatCount&&(Q=null,ee.has_bag=!1),v(1),l()
}),Q.start())}function p(){re!==q&&h(),re===q&&t(document).trigger("Input",{key:ee.has_bag?k:w,AI:!0});
var e=B[U.currentCount%4],n=x[e];if(n)if(n.length>-1)if(n.contracting)n.length=n.length-1,n.length<0?(n.contracting=!1,n.delay=G?r(0,1):0,(0==n.track||1==n.track)&&(n.track=r(0,1))):re==J&&0==n.length&&r(0,9)>6&&(n.contracting=!1);
else{n.length=n.length+1;var i=W[n.track].length;
n.length>=i&&(n.length=i-2,n.contracting=!0)
}else 0==n.delay?n.length=n.length+1:n.delay>0&&(n.delay=n.delay-1);
0===ee.pos&&(ee.boat_counter--,ee.boat_counter<=0&&(ee.boat_counter=-1,ee.pos=1)),l(),u(),g(),-1!=ee.pos&&D.play("beep",.01,.3)
}function y(){oe||(oe=!0,o(),t(document).addEventListener("Input",function(t){var e=t.detail&&t.detail.key;
if(e)if(e===M)_(G);else if(e===z)_(J);else if(e===T&&re!==q)_(q);
else if((!ee.locked&&re!==q||t.detail.AI&&re===q)&&((e===w||e===L)&&(ee.pos<5?(ee.pos++,l(),g()):5===ee.pos&&(ee.locked=!0,X=new i(200,4),X.addEventListener("timer",function(){3==this.currentCount&&(ee.has_bag=!0,v(1)),l(),3==this.currentCount&&(X=null,ee.locked=!1)
}),X.start())),e===k||e===C)){var n=ee.has_bag?0:1;
ee.pos>n&&(ee.pos--,l(),g())}}),K=new i(200),K.addEventListener("timer",d),K.start(),U=new i(235),U.addEventListener("timer",p),_(q),[["#button_right",w,!1],["#button_left",k,!1],["#button_a",M,!0],["#button_b",z,!0],["#button_time",T,!0],["#button_alarm",A,!0],["#button_acl",I,!0]].forEach(function(e){t(e[0]).addEventListener("touchstart",function(n){n.preventDefault(),t(document).trigger("Input",{key:e[1]})
}).addEventListener("mousedown",function(n){n.preventDefault(),t(document).trigger("Input",{key:e[1]})
})}))}var m=document,b=Array.prototype.slice,E={$:function(e){var n=[];
this.forEach(function(i){n=n.concat(t(e,i))
});for(var i in E)n[i]=E[i];return n},addEventListener:function(t,e){return this.forEach(function(n){n.addEventListener(t,e,!1)
}),this},attr:function(t,n){return 1===arguments.length?e.getAttribute(t):(this.forEach(function(e){null==n?e.removeAttribute(t):e.setAttribute(t,n)
}),this)},trigger:function(t,e){return this.forEach(function(n){var i=new CustomEvent(t,{detail:e||null});
n.dispatchEvent(i)}),this},fill:function(t){return this.attr("fill",t)
}},C=38,k=37,w=39,L=40,M=49,z=50,A=56,I=57,T=27,$={};
t(document).addEventListener("keydown",function(t){$[t.keyCode]=!0
}),t(document).addEventListener("keyup",function(e){t(this).trigger("Input",{key:e.keyCode}),delete $[e.keyCode]
}),n(i.prototype),i.prototype.reset=function(){this.stop(),this.currentCount=0
},i.prototype.start=function(){var t=this,e=function(){t.currentCount++;
var n=new CustomEvent("timer");if(t.dispatchEvent(n),t.currentCount<t.repeatCount&&t.running)t._=setTimeout(e,t.delay);
else{var n=new CustomEvent("timerComplete");
t.dispatchEvent(n)}};t.stop(),t.running=!0,t._=setTimeout(e,t.delay)
},i.prototype.stop=function(){clearTimeout(this._),this.running=!1
};var D={_on:!1,_cache:{},_wave:{beep:[182,232,248,220,159,90,43,43,82,123,132,113,85,70,77,114,172,225,241,215,161,100,44,10,11,49,114,181,219,210,173,145,143,158,172,172,150,103,51,22,36,84],buzz:[120,114,109,113,126,146,168,184,192,190,179,161,136,106,68,35,19,25,51,83,118,155,194,225,233,214,184,158,138,111,72,38,35,66,111,140,153,165,188,207,198,157,111,86,84,83,70,60,78,124,164,173,157,147,159,173,162,126,95,98,124,136,120,97,102,137,166,158,121,96,108,135,144,126,107,119,154,175,157,119,98,108,125,120,96,84,109,154,182,175,155,148,157,157,128,85,58,66,88,97,92,98,131,182,214,208,180,158,153,147,121,79,49,54,83,108,112,111,127,165,202,209,181,143,122,120,120,109,89,81]},_int:function(t,e){for(var n="";e>0;)n+=String.fromCharCode(255&t),t>>=8,e--;
return n},on:function(){this._on=!0},off:function(){this._on=!1
},supported:function(t){var e=!1;return btoa&&Audio&&(t=new Audio)&&t.canPlayType&&t.canPlayType('audio/wav; codecs="1"').replace(/no/,"")&&(e=!0),D.supported=function(){return e
},e},play:function(t,e,n){if(D._on&&D.supported()){var i,r=[e,n,t].join("|");
if(r in D._cache)i=D._cache[r];else{for(var o=D._wave[t],a=Math.floor(44100*e),l=0,c=D._int,u="RIFF"+c(36+a,4)+"WAVE"+"fmt "+c(16,4)+c(1,2)+c(1,2)+c(44100,4)+c(44100,4)+c(1,2)+c(8,2)+"data"+c(a,4);a>l;)u+=String.fromCharCode(o[l++%o.length]);
i=D._cache[r]=new Audio("data:audio/wav;base64,"+btoa(u))
}i.volume=n,i.play()}}},N="rgba(0,0,0,.8)",j="none",x=[],B=[0,2,1,3],S=[119,36,93,109,46,107,123,37,127,111],F=["#tentacle_0_0","#tentacle_0_1","#tentacle_0_2"],O=["#tentacle_0_0","#tentacle_1_1","#tentacle_1_2","#tentacle_1_3"],P=["#tentacle_2_0","#tentacle_2_1","#tentacle_2_2","#tentacle_2_3","#tentacle_2_4"],R=["#tentacle_2_0","#tentacle_2_1","#tentacle_3_2"],H=["#tentacle_4_0","#tentacle_4_1","#tentacle_4_2","#tentacle_4_3"],V=["#tentacle_5_0","#tentacle_5_1","#tentacle_5_2"],W=[F,O,P,H,V],q="clock",G="a",J="b",K=null,Q=null,U=null,X=null,Y=null,Z=null,te=20,ee=null,ne=0,ie=0,re=q,oe=!1;
document.addEventListener("load",y),document.addEventListener("DOMReady",y),document.addEventListener("DOMContentLoaded",y)
}();
// ]]>
</script></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment