diff options
author | 2018-12-02 04:19:24 +0100 | |
---|---|---|
committer | 2018-12-03 02:46:39 +0100 | |
commit | 8c35bef60c7da9c6cb762b7ae147ea3d6c7615d8 (patch) | |
tree | 752d3fe2dab007e18723ce9df196046ea2a0e97e /tools | |
parent | ea3d90015d20928b340e242e63a2f348741ab560 (diff) | |
download | flat-remix-8c35bef60c7da9c6cb762b7ae147ea3d6c7615d8.tar.gz flat-remix-8c35bef60c7da9c6cb762b7ae147ea3d6c7615d8.zip |
Add Flat-Remix palette
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/_colorFixer.sh | 53 | ||||
-rw-r--r-- | tools/flat-remix-palette.svg | 2818 | ||||
-rw-r--r-- | tools/paletteColors | 45 |
3 files changed, 2874 insertions, 42 deletions
diff --git a/tools/_colorFixer.sh b/tools/_colorFixer.sh index 467f57d34..932b7ca90 100755 --- a/tools/_colorFixer.sh +++ b/tools/_colorFixer.sh @@ -1,8 +1,19 @@ #!/bin/bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +PALETTE_FILE="${DIR}/paletteColors" -paletteColors=($(cat "$DIR/paletteColors")) +function hexToRgb { + color=$1 + if [ $(echo $color | wc -c) = 5 ] + then + color="#${color:1:1}${color:1:1}${color:2:1}${color:2:1}${color:3:1}${color:3:1}" + fi + printf "rgb(%s%%,%s%%,%s%%)" \ + $(echo "scale=3;$((0x${color:1:2}))*100/255" | bc) \ + $(echo "scale=3;$((0x${color:3:2}))*100/255" | bc) \ + $(echo "scale=3;$((0x${color:5:2}))*100/255" | bc) +} function findNearestColor { rgb1=($(grep -o -P '(\d+(.\d+)?)(?=%)' <<< $1)) @@ -10,39 +21,49 @@ function findNearestColor { g1=${rgb1[1]} b1=${rgb1[2]} - smallerDistance=173 + smallestDistance=173 bestColor='' - for paletteColor in ${paletteColors[@]} + while read -r paletteColor do rgb2=($(grep -o -P '(\d+(.\d+)?)(?=%)' <<< $paletteColor)) r2=${rgb2[0]} g2=${rgb2[1]} b2=${rgb2[2]} distance=$(echo "scale=3;sqrt(($r2-$r1)^2 + ($g2-$g1)^2 + ($b2-$b1)^2)" | bc) - if (( $(echo $distance'<'$smallerDistance | bc) )) + if (( $(echo $distance'<'$smallestDistance | bc) )) then - smallerDistance=$distance + smallestDistance=$distance bestColor=$paletteColor fi - done + done <<< $paletteColors echo $bestColor } + +paletteColors=$(for color in $(cat "$PALETTE_FILE") + do + echo $(hexToRgb $color) + done) + for file in $(find -name "$1" -maxdepth 1 -type f -printf "%f\n") do echo =================================================== echo $file - svg=$(cat $file) - file_colors=$(grep -o -P 'rgb\((\d+(.\d+)?%,?){3}\)' $file | sort -u) - for file_color in $file_colors - do - new_color=$(findNearestColor $file_color) - echo $file_color '->' $new_color - - svg=$(sed "s/$file_color/$new_color/g" <<< $svg) - done - echo $svg > $file + svg=$(cat $file) + file_colors=$(grep -o -P -i 'rgb\((\d+(.\d+)?%,?){3}\)|#((\d|[abcdef]){3}){1,2}' $file | sort -u) + for file_color in $file_colors + do + if [ ${file_color:0:1} = '#' ] + then + file_color_rgb=$(hexToRgb $file_color) + fi + new_color=$(findNearestColor $file_color_rgb) + echo $file_color '->' $new_color + + svg=$(sed "s/$file_color/$new_color/g" <<< $svg) + done + echo $svg > $file done diff --git a/tools/flat-remix-palette.svg b/tools/flat-remix-palette.svg new file mode 100644 index 000000000..8b67948e0 --- /dev/null +++ b/tools/flat-remix-palette.svg @@ -0,0 +1,2818 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="210mm" + height="210mm" + viewBox="0 0 210 210" + version="1.1" + id="svg8" + inkscape:version="0.92.2 2405546, 2018-03-11" + sodipodi:docname="flat-remix-palette.svg" + inkscape:export-filename="/home/daniruiz/Imágenes/flat-remix-palette.svg.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <defs + id="defs2"> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha"> + <feColorMatrix + id="feColorMatrix862" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask1"> + <g + id="g867" + style="filter:url(#alpha)"> + <rect + id="rect865" + y="0" + x="0" + height="384" + width="384" + style="fill:#000000;fill-opacity:0.2" /> + </g> + </mask> + <clipPath + id="clip2"> + <rect + id="rect870" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2)" + id="surface8"> + <path + id="path873" + style="fill:#ffffff" + d="M 191.98828,24 C 99.210938,24.007812 24,99.222656 24,192 c 0.03516,0.8125 0.07813,1.625 0.128906,2.4375 C 26.066406,103.10156 100.63281,30.054688 191.98828,30 H 192 c 91.76562,0.06641 166.50391,73.75781 167.85937,165.51562 0.0547,-1.17187 0.0977,-2.34375 0.12891,-3.51562 C 359.98828,99.222656 284.77734,24.007812 192,24 Z m 0,0" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2"> + <g + id="g878" + style="filter:url(#alpha)"> + <rect + id="rect876" + y="0" + x="0" + height="384" + width="384" + style="fill:#000000;fill-opacity:0.2" /> + </g> + </mask> + <clipPath + id="clip3"> + <rect + id="rect881" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3)" + id="surface11"> + <path + id="path884" + style="fill:#000000" + d="M 204,66.605469 V 185.99609 H 323.34375 C 317.53516,122.64063 267.35937,72.441406 204.00391,66.605469 Z m -24,0.04687 C 116.64063,72.464844 66.441406,122.64453 60.609375,186 H 180 Z M 60.65625,210.00781 C 66.46875,273.36328 116.64453,323.55859 180,329.39453 V 210.00391 H 60.65625 Z m 143.33984,0 v 119.33985 c 63.35938,-5.8086 113.55469,-55.98438 119.39063,-119.33985 z m 0,0" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-3"> + <feColorMatrix + id="feColorMatrix967" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0"> + <g + style="filter:url(#alpha-3)" + id="g972"> + <rect + id="rect970" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1"> + <rect + id="rect975" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1)" + id="surface5"> + <path + id="path978" + d="M 24.304688,192.00391 C 24.234375,194.00781 24,195.97656 24,198.00391 24,291.07422 98.925781,366 191.99609,366 c 93.07032,0 167.9961,-74.92578 167.9961,-167.99609 0,-2.02344 -0.23438,-3.99219 -0.30469,-6 C 356.51953,282.25391 283.03125,354 191.99219,354 100.94531,354 27.464844,282.25391 24.296875,192.00391 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-5"> + <g + style="filter:url(#alpha-3)" + id="g983"> + <rect + id="rect981" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-6"> + <rect + id="rect986" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-6)" + id="surface8-2"> + <path + id="path989" + d="m 84,126.00391 v 36 h 23.99609 V 270 h 36 V 126.00391 Z m 155.99219,0 c -39.76172,0 -71.9961,32.23437 -71.9961,72 0,39.76171 32.23438,71.99609 71.9961,71.99609 h 97.47656 c 6.48828,-11.25 11.77344,-23.28125 15.53516,-36 H 239.99219 c -19.88282,0 -36,-16.11719 -36,-35.99609 0,-19.88282 16.11718,-36 36,-36 10.22265,0.0195 19.94922,4.3789 26.76562,12 h 41.01563 c -10.15235,-28.72657 -37.29688,-47.95313 -67.77344,-48 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-9"> + <g + style="filter:url(#alpha-3)" + id="g994"> + <rect + id="rect992" + style="fill:#000000;fill-opacity:0.10196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-1"> + <rect + id="rect997" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-1)" + id="surface11-2"> + <path + id="path1000" + d="M 192,24.011719 C 98.929688,24.011719 24,98.929688 24,192 c 0,0.67969 0.06641,1.34375 0.105469,2.01562 C 26.214844,102.80859 100.26563,30 192,30 283.73437,30 357.78516,102.80859 359.89453,194.01562 359.93359,193.34375 360,192.67969 360,192 360,98.929688 285.07031,24.011719 192,24.011719 Z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-0"> + <feColorMatrix + id="feColorMatrix1067" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-9"> + <g + style="filter:url(#alpha-0)" + id="g1072"> + <rect + id="rect1070" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-3"> + <rect + id="rect1075" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-3)" + id="surface5-6"> + <path + id="path1078" + d="m 202.65625,125.33594 c -0.78906,-0.30078 -96.42187,16.5625 -97.09375,17.125 -0.44141,0.36328 -0.51172,9.27343 -0.51172,63.0625 0,49.67578 0.0937,62.71484 0.44531,63.01172 0.54688,0.44921 94.9961,17.24609 96.51172,17.16015 l 1.07422,-0.0625 0.0898,-80.03125 c 0.0859,-75.0039 0.0547,-80.04687 -0.51562,-80.26562 z m 40.39062,16.70703 c -17.01171,0 -34.02734,0.15625 -34.33593,0.46875 -0.61328,0.60937 -0.61328,16.44922 0,17.05859 0.32422,0.32813 6.54687,0.4336 25.80468,0.4336 h 25.37891 v 5.01562 h -25.37891 c -19.25781,0 -25.48046,0.10547 -25.80468,0.42969 -0.29688,0.29687 -0.42969,2.07031 -0.42969,5.66406 0,3.59375 0.13281,5.36719 0.42969,5.66406 0.32422,0.32422 6.54687,0.42969 25.80468,0.42969 h 25.37891 v 5.01953 h -25.37891 c -19.25781,0 -25.48046,0.10156 -25.80468,0.42578 -0.29688,0.29688 -0.42969,2.07422 -0.42969,5.66407 0,3.59375 0.13281,5.37109 0.42969,5.66406 0.32422,0.32812 6.54687,0.42969 25.80468,0.42969 h 25.37891 v 5.01953 h -25.37891 c -19.25781,0 -25.48046,0.10547 -25.80468,0.42968 -0.60157,0.60157 -0.60157,10.72657 0,11.32813 0.32422,0.32422 6.54687,0.42969 25.80468,0.42969 h 25.37891 v 5.01562 h -25.37891 c -19.25781,0 -25.48046,0.10547 -25.80468,0.4336 -0.29688,0.29296 -0.42969,2.07031 -0.42969,5.66015 0,3.59375 0.13281,5.3711 0.42969,5.66406 0.32422,0.32813 6.54687,0.42969 25.80468,0.42969 h 25.37891 v 5.01953 h -25.37891 c -19.25781,0 -25.48046,0.10157 -25.80468,0.42969 -0.60157,0.60156 -0.60157,10.72656 0,11.32813 0.32422,0.32421 6.54687,0.42968 25.80468,0.42968 h 25.37891 v 5.01563 h -25.37891 c -19.25781,0 -25.48046,0.10547 -25.80468,0.42969 -0.3125,0.3125 -0.42969,2.71093 -0.42969,8.53125 0,5.82421 0.11719,8.22265 0.42969,8.53125 0.62109,0.625 68.05078,0.625 68.67578,0 0.625,-0.625 0.625,-125.39844 0,-126.02344 -0.3125,-0.3125 -17.32422,-0.46875 -34.33985,-0.46875 z m -64.85937,34.46875 c 2.75,-0.0469 6.41797,0.17578 6.82812,0.58594 0.32813,0.32812 -0.23046,3.44921 -2.47656,13.79687 -1.59375,7.35547 -4.37109,20.30469 -6.17187,28.77344 -1.79688,8.46875 -3.34375,15.52734 -3.44141,15.68359 -0.0937,0.15235 -2.66797,0.28125 -5.71875,0.28125 -4.11719,0 -5.58594,-0.11719 -5.69922,-0.44922 -0.082,-0.24609 -1.29687,-5.92968 -2.69531,-12.63281 -2.83594,-13.58594 -4.80859,-22.06641 -5.37891,-23.13281 -0.50781,-0.94531 -1.30468,-0.89453 -1.52343,0.10156 -0.10157,0.44141 -1.73438,8.45703 -3.62891,17.80469 -1.89844,9.34765 -3.51172,17.05859 -3.58203,17.13281 -0.30469,0.30078 -9.59375,-0.39844 -10.05078,-0.76172 -0.32032,-0.25 -1.73828,-6.94531 -3.92578,-18.49609 -1.88282,-9.95313 -4.10938,-21.60938 -4.94532,-25.89844 -1.7539,-9.02344 -1.82421,-8.66406 1.83985,-9.25391 6.0039,-0.96484 5.91406,-1.21093 10.5039,28.51954 0.94532,6.1289 1.26953,7.54296 1.75391,7.63671 0.44531,0.0859 0.6875,-0.3125 0.97656,-1.60937 0.21094,-0.94922 1.58594,-7.25 3.05469,-14.00391 3.15625,-14.5 4.69922,-20.27343 5.73047,-21.46875 0.86719,-1.0039 3.67187,-1.46093 6.4375,-1.04297 3.00781,0.44922 2.7539,-0.26171 6.3125,17.58985 1.76562,8.87109 3.53906,17.25 3.9375,18.62109 1.17187,4.02344 2.52734,4.60156 2.52734,1.08203 0,-2.27343 0.69531,-7.51562 2.1836,-16.48047 1.16015,-6.98437 3.80859,-21.20312 4.09375,-21.98828 0.0898,-0.23828 1.41015,-0.36328 3.05859,-0.39062 z m 0,0" + style="fill:#000000;fill-rule:evenodd" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-6"> + <feColorMatrix + id="feColorMatrix1160" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-1"> + <g + style="filter:url(#alpha-6)" + id="g1165"> + <rect + id="rect1163" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-8"> + <rect + id="rect1168" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-8)" + id="surface5-7"> + <path + id="path1171" + d="M 132.03516,60 C 86.375,60 48.074219,98.308594 48.074219,143.98047 c 0,17.99219 6.09375,34.72265 16.09375,48.53515 l -31.519531,52.47657 c -23.988282,39.96484 4.769531,90.82812 51.375,90.86718 L 299.92187,336 c 44.58204,0.0156 73.59766,-46.89453 53.6836,-86.78906 L 305.62891,153.16406 C 288.60547,119.18359 244.67969,109.39844 214.84766,132.94141 209.24219,92.347656 173.92578,60 132.03516,60 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-9"> + <g + style="filter:url(#alpha-6)" + id="g1176"> + <rect + id="rect1174" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-2"> + <rect + id="rect1179" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-2)" + id="surface8-0"> + <path + id="path1182" + d="m 132,119.92969 c -13.25391,0 -24,10.74609 -24,24 0,13.2539 10.74609,24 24,24 13.25391,0 24,-10.7461 24,-24 0,-13.25391 -10.74609,-24 -24,-24 z m 120,60 -36,54 -36,-30 -36,48 -24,-36 L 84,275.85937 300,276 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-2"> + <g + style="filter:url(#alpha-6)" + id="g1187"> + <rect + id="rect1185" + style="fill:#000000;fill-opacity:0.10196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-3"> + <rect + id="rect1190" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-3)" + id="surface11-7"> + <path + id="path1193" + d="M 132.03516,54 C 86.375,54 48.070312,92.308594 48.070312,137.97656 c 0,1.11719 0.09375,2.21875 0.140626,3.32813 C 49.679688,96.832031 87.273438,60 132.03516,60 c 41.89062,0 77.21093,32.34375 82.8164,72.9375 29.83203,-23.54297 73.75,-13.75391 90.77344,20.22656 l 47.97656,96.04688 c 4.01563,8.03906 5.95703,16.35937 6.26953,24.52734 0.64453,-10.05078 -1.26562,-20.50781 -6.26953,-30.52734 L 305.625,147.16406 C 288.60156,113.18359 244.68359,103.39453 214.85156,126.9375 209.24609,86.34375 173.92578,54 132.03516,54 Z m -69.761722,135.67969 -29.625,49.3125 c -6.542969,10.90234 -9.046876,22.59765 -8.449219,33.86718 0.460937,-9.375 3.0625,-18.89453 8.449219,-27.86718 l 31.523437,-52.47657 c -0.667969,-0.92187 -1.265625,-1.88671 -1.898437,-2.83593 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-9"> + <feColorMatrix + id="feColorMatrix1301" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-2"> + <g + style="filter:url(#alpha-9)" + id="g1306"> + <rect + id="rect1304" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-2"> + <rect + id="rect1309" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-2)" + id="surface5-8"> + <path + id="path1312" + d="m 291.87109,88.699219 c -12.07812,-0.08984 -19.52734,1.207031 -29.35937,5.109375 -26.95313,10.703126 -46.26953,36.832026 -48.00781,64.937496 -0.20313,3.28125 -0.33985,5.08594 -0.8125,6.70313 0.008,-0.004 0.0156,-0.0195 0.0195,-0.0273 0.33203,-0.0312 0.83593,4.21485 1.10156,7.10157 1.17578,12.77734 8.12891,29.3125 17.06641,40.59375 12.15234,15.34375 32.4375,26.97656 50.88671,29.1875 2.25782,0.26953 4.41797,0.21484 4.6875,0.5 1.50391,-0.53516 3.79297,-0.76563 8.65235,-1.01953 18.33984,-0.94532 35.53125,-8.6875 48.99609,-22.06641 23.02344,-22.87109 29.1875,-57.57813 15.4375,-86.9375 -9.80469,-20.92969 -27.99219,-36.015625 -50.66797,-42.019531 -6.29297,-1.667969 -9.1914,-2 -18,-2.0625 z M 66.210938,141.65234 c -9.484376,-0.0273 -17.292969,2.95703 -23.71875,9.06641 -12.859376,12.23047 -15.132813,31.12891 -5.515626,45.85937 2.859376,4.375 7.542969,8.89063 11.304688,10.89063 5.207031,2.77344 39.03125,23.05859 39.089844,23.96484 0.0039,0.0352 -0.01563,0.0703 -0.02344,0.10157 l 0.304688,-0.10938 9.484375,6.18359 c 5.214841,3.39844 16.441411,10.8125 24.941411,16.47266 l 15.46093,10.29297 0.0391,0.34766 c 0.0312,-0.11329 0.0664,-0.21094 0.11719,-0.26172 0.26563,-0.26953 6.50391,5.625 10.00781,8.01172 3.50391,2.38281 6.625,4.64453 6.625,4.64453 0.4375,0.33984 5.72657,4.1289 12.8086,9.35547 15.04687,11.11328 19.30859,12.30078 28.30078,12.375 12.29687,0.0976 22.52344,-5.26954 29.08594,-15.25782 5.83593,-8.88672 7.60156,-20.27734 4.63672,-29.96093 -3.19141,-10.41797 -7.78907,-15.40235 -23.40235,-25.36719 -5.88672,-3.75391 -11.95703,-7.25781 -13.46094,-8.09375 -1.33593,-0.74219 -9.99609,-4.8711 -13.28125,-7.13672 -1.89843,-1.30859 -4.41796,-2.94141 -4.2539,-3.14844 -2.5,-0.92187 -9.99219,-5.65625 -26.14063,-16.45703 l -25.5,-17.05469 -0.0156,-0.13281 c -0.0117,0.0195 -0.0195,0.0508 -0.0352,0.0625 -0.21484,0.22266 -5.46484,-5.92969 -8.60547,-8.37109 -2.92968,-2.28516 -5.83984,-4.8125 -6.35937,-5.11719 -0.44922,-0.26563 -6.1875,-4.61719 -13.089845,-9.39063 -14.628906,-10.11718 -20.09375,-11.74609 -28.804687,-11.77343 z m 54.527342,20.77344 c 0.49219,1.80469 0.92969,3.62891 1.29297,5.34766 -0.33203,-1.80469 -0.75781,-3.58985 -1.29297,-5.34766 z m 83.44922,19.35547 c -0.85547,1.37891 -1.4375,2.31641 -2.36328,3.80859 0.84765,-1.35156 1.64062,-2.6289 2.36328,-3.80859 z m -65.80078,89.58203 c 0.73047,4.70313 2.00781,9.22266 3.78906,13.49609 -1.48437,-4.22265 -2.91016,-9.39843 -3.78906,-13.49609 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-97"> + <g + style="filter:url(#alpha-9)" + id="g1317"> + <rect + id="rect1315" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-3"> + <rect + id="rect1320" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-3)" + id="surface8-6"> + <path + id="path1323" + d="m 280.51562,215.04297 c -11.30468,-2.53516 -23.1289,-10.13672 -29.875,-19.19922 -7.97265,-10.71484 -11.40234,-21.85547 -10.8164,-35.13672 0.96094,-21.73047 14.76172,-40.41797 35.08984,-47.51172 5.85156,-2.03906 7.23047,-2.21484 17.06641,-2.17968 10.08984,0.0391 11.0625,0.18359 17.02344,2.48046 13.19531,5.08204 22.92968,13.91407 28.91406,26.23047 4.45703,9.17188 5.92578,16.34766 5.40625,26.42188 -1.14063,22.20312 -15.19531,40.71875 -36.0586,47.5 -7.83984,2.54687 -19.01562,3.13281 -26.75,1.39453 z m 0,0" + style="fill:#000000;fill-opacity:0.99607801" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-93"> + <feColorMatrix + id="feColorMatrix1401" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-19"> + <g + style="filter:url(#alpha-93)" + id="g1406"> + <rect + id="rect1404" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-4"> + <rect + id="rect1409" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-4)" + id="surface5-78"> + <path + id="path1412" + d="m 66.796875,48.5625 c -10.101563,0 -18.234375,8.132812 -18.234375,18.234375 v 7.5 C 48.5625,64.195312 56.695312,56.0625 66.796875,56.0625 H 317.19531 c 10.10156,0 18.23828,8.132812 18.23828,18.234375 v -7.5 c 0,-10.101563 -8.13672,-18.234375 -18.23828,-18.234375 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-4"> + <g + style="filter:url(#alpha-93)" + id="g1417"> + <rect + id="rect1415" + style="fill:#000000;fill-opacity:0.50196096" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-5"> + <rect + id="rect1420" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-5)" + id="surface8-03"> + <path + id="path1423" + d="m 48.5625,287.19531 v 30 c 0,10.10156 8.132812,18.23828 18.234375,18.23828 H 317.19531 c 10.10156,0 18.23828,-8.13672 18.23828,-18.23828 v -30 c 0,10.10547 -8.13672,18.23828 -18.23828,18.23828 H 66.796875 c -10.101563,0 -18.234375,-8.13281 -18.234375,-18.23828 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-6"> + <g + style="filter:url(#alpha-93)" + id="g1428"> + <rect + id="rect1426" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-10"> + <rect + id="rect1431" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-10)" + id="surface11-6"> + <path + id="path1434" + d="M 42.800781,23.25 C 31.96875,23.25 23.25,31.96875 23.25,42.800781 v 7.5 C 23.25,39.46875 31.96875,30.75 42.800781,30.75 H 341.19531 c 10.83203,0 19.55078,8.71875 19.55078,19.550781 v -7.5 C 360.74609,31.96875 352.02734,23.25 341.19531,23.25 Z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask3"> + <g + style="filter:url(#alpha-93)" + id="g1439"> + <rect + id="rect1437" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip4"> + <rect + id="rect1442" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip4)" + id="surface14"> + <path + id="path1445" + d="m 23.25,333.69531 v 7.5 c 0,10.83203 8.71875,22.55078 19.550781,22.55078 H 341.19531 c 10.83203,0 19.55078,-11.71875 19.55078,-22.55078 v -7.5 c 0,10.83203 -8.71875,19.55078 -19.55078,19.55078 H 42.800781 C 31.96875,353.24609 23.25,344.52734 23.25,333.69531 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-1"> + <feColorMatrix + id="feColorMatrix1611" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-5"> + <g + style="filter:url(#alpha-1)" + id="g1616"> + <rect + id="rect1614" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-5"> + <rect + id="rect1619" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-5)" + id="surface5-4"> + <path + id="path1622" + d="m 24,337.19922 v 12 C 24,358.5 31.496094,366 40.804688,366 H 343.19922 C 352.5,366 360,358.5 360,349.19922 v -12 C 360,346.5 352.5,354 343.19922,354 H 40.804688 c -9.300782,0 -16.800782,-7.5 -16.800782,-16.80078 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-7"> + <g + style="filter:url(#alpha-1)" + id="g1627"> + <rect + id="rect1625" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-65"> + <rect + id="rect1630" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-65)" + id="surface8-69"> + <path + id="path1633" + d="m 227.99609,90.003906 36,-24 V 306 l -36,24 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + <path + id="path1635" + d="M 110.78125,246 72,226.82422 279.84766,106.82813 l 38.78515,19.17578 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + <path + id="path1637" + d="M 315.84766,262.82422 318.63281,306 110.78125,186.00391 108,142.82812 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-3"> + <g + style="filter:url(#alpha-1)" + id="g1642"> + <rect + id="rect1640" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-7"> + <rect + id="rect1645" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-7)" + id="surface11-4"> + <path + id="path1648" + d="M 40.804688,24 C 31.496094,24 24,31.496094 24,40.804688 v 6.011718 C 24,37.507812 31.496094,30.011719 40.804688,30.011719 H 343.19531 c 9.30078,0 16.80469,7.496093 16.80469,16.804687 V 40.804688 C 360,31.496094 352.49609,24 343.19531,24 Z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-2"> + <feColorMatrix + id="feColorMatrix1723" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-54"> + <g + style="filter:url(#alpha-2)" + id="g1728"> + <rect + id="rect1726" + style="fill:#000000;fill-opacity:0.6" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <image + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYAAAAGACAYAAACkx7W/AAAABmJLR0QA/wD/AP+gvaeTAAAgAElEQVR4nO3dy28cyZE/8IjIrKruZpOUqOEaA88as2PDC3iAgYE9LbAHAv4b9FfOfU8+zGEBHwzvbXX4HQYyMIAAt0iKj+6uR2bE71CZxeomOZY0evDx/QCFbj0s0ZpmRGZkZCYRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBdxJ/7CwCAO2k7Nox/zM+fP9/4xcVisfH7Dw8Pbfzj77//noho/HMbv37Dj+ETQAIAeLx4+/3z58+ZqA/oFxcXXNc1ExE1TcMhBP7666+paRomImrbdiN+dF3HRERFUWwE87IsjYioqip7+fIlee+tqiojIppMJra7u2s5YXz//ff5f/tzyQI+ECQAgMfhxmA/DvRN0/Dh4aG0bctd13GMkefzuYQQOMbIMUZWVSYi2tnZ4RgjExHln9smIkZE5Jyz5XJp+eecc+acM++9XV5eqnPOiqKwsizt1atXtrOzo+PEMJo9ICl8YEgAAA9X/v7m7WC/XC7lyy+/5OVyKU3TyHw+lxgjd10nk8lEuq4TVeWqqiSEIGbGRVGIqrKZcX6dTCY/mwDquiZmNhGx/Np1nTKzee+1rmtzzmlRFFrXtRZFoc45u7y81KqqdGdnR29JCkgIHwASAMDDwePX58+f848//ig54D979kzqupb5fC5N00hZlq7rOmnb1pVlKV3XOe+9izFKURQSQnDee4kxiqqK915S8BfvPZvZ8Nz4xTBbfkIIJiKa3quIqHNOQwjqvY9d1+UfR+eclmUZm6bRyWQS1+u1zmazeHl5qZPJRHd3d3WxWAwJ4YcffsjJ4KbyEfwMJACA+20c9Pno6IgvLi747OxMDg8PZblcynQ6davVyk2nU6nr2jnnfA72IuJDCM4555jZxxidiLj8qqr5VZxzkl9T4Jcc/M2MvfdERBRCIGY2oiEJKDNbjFFFRPOrqkYRiaoanXPDa4wxmlnw3scQQlTVUBRF7LouVlUV27aNs9ksrtfruLOzo4vFQvf39/WW2QGSwc9AAgC4fzZG+kdHRzIO+ufn524ymbi6rl1Zlk5EfNM0XkSGh4iKEIJn5vwURORVNf/YpfeOmZ2ZOTMTZhYzExHJwZ+J6NosICUAIyJjZlNVTYlAzUyZOZpZNLMoIiG9DyISiCiYWVDVQESd9z6YWTCzTlVDVVVBVUPXdTHGGCaTSazrOk4mEz07O4s5GWBm8M8hAQDcHxs1/R9//FFuCvrOOe+c80RU5GBPRIWZlfk99QmgJKIiBf+CmfPv9czsRwnAm5lLwd+lBDCeAbCIjL8+U1WiFPyZWVU1zwTiVgIIKQEMgZ+IOudcR0RdCGF4z8wtEXXjJyeFGGOYzWYhxhjquo57e3sxzwy++eYbxazgZkgAAHcf02ghd7FYSK7pe+/9arVyvq+/5EBemFmZHyIqzaz03uefq/LP5d9Lo0RARJ76hOFSUnDpvSOiYRZAaeSfksG1GUAK+nkWoGamRKRmFplZqQ/4kZkDEQXqA3qgPrjnYN+mwN/m98zcxBiHH5vZkBzMrDOzLsYY5vN5WK/X8eDgIC4WCz08PFSUiDYhAQDcTdc6eBaLhezt7bk82qfRCF9VSzMrVbUys9I5V5lZZWYVM0/yexGpcgKgPglU1Af9nASGWUB6HF0lAKGtBECj8k+aBVAa/W+XgcYJQJk5ElF+Nkb/RNSJSKeqQ5AnooaZW1VtmLlh5kZV6/w+xtgwcysiTU4KItISURdjDF3XBcwKrkMCALhbbizz7O/vu8vLS1eWpWfmIj+qWnnvK1WtVHXinKtUdSIiE1WdpOA/vI4TwCgRDGWhlAB8LvtQSgBEdGPwJyJm5hvjiJmNa/A5CRgRKfWBX4ko5HIQ9UmgI6KQg/coCTRE1JpZzcxNeq3za04IIlKn10ZEmq7rGkozCTPr9vb2Ql3XMa8VPPZEgAQAcDfcGvi99/7y8jIv1JZVVZUp4FciMokxTkVkwsxTVZ0y83T0fiMBMHMO+hsjf0ojfjPzuexDtwf+cQIYf+3bxkE1B/6N2QBdJYON2QBt1vpzCahJwX87AayJaJ1+vDaztYiszayOMdYiUjvnmrZtm5Rg2vl8HkII4bEnAiQAgM9vqPHfFPiJqJxMJmWMsVLVyjk3iTEOgZ6ZZ0Q0SwF/RkTjBDAdBf6h9i8iparmun8e9bvRqF9GZR9OHUDDqJ+uB//tWLK9SWt4zMzSGoClctCQBMazAUplofFsIJeDzKzJAT+/EtFaRFZmtiKidXpdpWSwjjHWzrmamVvvfXNxcdHt7+93jzkRIAEAfD4bi7s//fST29/fd5PJxL1586agUeB3zk1CCFMRmRLRbPTsqOqMiHaIaMbM+denRDRJT0VEVV70pauSz611froa5W+Ue+ifB/5ttyYCGs0K0uut6wPMHFS1E5HWzIYZQZ4JUB/w1yKyIqKcBFZEtEyvKzNbmdnKe79OM4PGe98wc8fMP5cIHmwSQAIA+PSG4Hl0dCR5cffk5MSXZenNrKyqqooxVjnoM/OMmWdmtkN9sN9+ZqPR/7jsc63On8o8jvrgLzQq9dAo4DNzXuD92cDPzHRTF1Bf7h/cmAjS79tOCNfKQ8w8tIrSZmlomA1QXwZa01YCYOYlEV2q6pKIlvnXnHNrVV3nRLBardoQQndwcBDOz8/j4eGh/vDDD0oPeDaABADwaW2Ue3Z3d91isfBFUXhVLYmo9N5Puq7Lo/0hyIvInIh2zGxORPOcDHIJiK5G/UO5h7Zq/HRV2x+C/qi8Mw7+NAr+21//L3HtGOhRshiSQPq5m5JBSK9der+9PjAkgjTiXxLRJfWJ4JKILpl5GWO8pDQ78N6vVHVdFEXdNE2T9hZ0h4eH4eLiIj7kshASAMCnkb/X5OjoaCj3eO99CKFU1TKEMNka7c/NbC4iczPbHb2f0+bIf2pmU2bOHT55gfemwH9tQfeWYP+pY8NNB7vdtnA8LhFdSwTjGQFdlYCW1Af/C1W9ZObhffq1pZmtiqJYhxBqEWlFpO26LqxWq7C/v69/+9vf8mzgwZSF3Of+AgAegTzql+l0KlVV+aZpihBC5b2fhBBmzrkd59wuM+8T0RMze2pmB8z8zMyeMfMzZn5GRM/M7BkRPWXmJ0S0T0R7RLSbnh26mg2MZwLjhDCeBfxcnf9T2v778zN0IdHm150TWzF6LYmoZOaSmUvq1z0qEcn/DnlfRMXMparm31cwcz4iQ0REYozinOPpdEpN0/B8Pqf9/X369ttv6eXLl5/wn+XjQgIA+HiGQHZ0dCT/7//9Pz+ZTHzbtqWITIhoamY7zLyrqvtmts/MT83sIAX9L8ZBPyWBp9QH/3Hg30l/zrgEdFPQv21x9666MRnQ5rrFOBkMiSC3zDJzmYM+EeXX/HPj3dAFp+MviMgxs6jq0PkUY2RmpuPjY/ruu+/o5cuXb7sIfqchAQB8HONRvxuP+suynHRdt+OcmxPRnpnti8jTNLJ/xsxfEFF+njHzAREdENGTNOq/NtofBbgc9MeLvPcp6N/m1tkBbc4MtmcHRR7l09X+hzLPAqj/N8u7ovPO6twSKzFGMTMpioK6riMi4rIseX9/n46OjujFixef8J/gw0MCAPjwhlH/3//+d+e9L1S1oH50Poz6iWhPRJ6Y2QERPRORZ8z8RU4EZvZMRA7MbDziz/X/cZknL/be15H++9juTMr/X29KBuMOqFz2GcpF2+2xaTbgiMg55xwRDRfhpAtwyHtPL1++5DQbGH9N9woSAMCHs1Hy+emnn1xVVUWMsWrbdiIis9TJs6eqT/LIPgX6L1Q1j/ifEdFBKvc8oeuBf0JXff15xDoujzzUoH+Tny0T2dUhdsMRFzSaGdjmgXlFWj8YFs/TfQiSXllVuSgKapqGnHO0WCzot7/9Lb169YqoXxi+V//mSAAAH0a+hWso+SyXy3I+n1dENCmKYoeZd81sL5V7DlKg/yKXfHK9n1K5h65q/HO6CvyTPGLNo1S6Ptp/rMZJT6hvZ91eRL62eMxXx2GXlGYA+ddSSWg4CVXyiXepFHRwcGAiQr/61a/sv/7rv+5dSQgJAOCXG+r9L168cLPZzHddV4rIRESmXdfNnXO7adT/lPrRfa71H5rZuNb/lPrAv8fMOfBPaTTivyHwP5bR/tu6rTy03U00LB6PFoKHE1bz7Co9+T4EYWaJMbJzjtq2HU4/ffXq1b3rEkICAPhlNur9qcunappm4pybquqc+oA+Lvl8QUSHlBZ6mfkgPU+YeY+Ids0sb+4aOnoQ+N/ZTYmAabM0dK08NFoP8Hk2kH8vb96FQEREXdcRM9NWl9Cn/P/53pAAAN7fjfX+qqomMcYdVd1l5n0ReUp9aedZCv5f5FdmHhZ5mTlv8pox84RuXtxF4H93N5WGblo09tvPVleQ4/6GtDyTYOccee9ZRKjrOvLe0+npqd2XJIAEAPB+huD/8uVLP51OCzOriqIYunzM7In3/ildjfq/MLMvROSL1NefN3ONF3nHffwI/B/WraUhGiWD8aIxbSaDaxfjUL9HgMyMchLIM4G0OGyjv+/OQQIAeHdMRPwf//Ef7tWrV76qqsLMqrIsp2Y2V9VdInoiIk9VdejrN7NDEckLvU/NLPf0jzdxjQP/dvCHD+PGzqFc36etWYGN7kjg0f3I1C8Ks4gwEbGqEjPTbDYzVbVnz57Zs2fP7nSHEBIAwLsZgv/u7q5br9fFfD6vzGzGzDvOuT0RyfX+Z2m0f2hmhzQ6xoGI9rcXeenqQvYchDDq/7g2ZgO3lIWGWUFeBxjPBJiZVXX4b1QUBTEzee/JzMh7T7/61a/sriYBJACAt8dEJDn4v3r1qkhtnjPn3NzM9qg/x+dgtJv3kFKLZ17opeutnXnUv71z904Fiwdquyw0/vffLgm5PBPYujuBmZlFhEII+S5kijGaiFhOAqlN9E4lASQAgLeTg7/k4D+bzSbMPFPVeYxxj5mfisgBpd5+MztMiSCP+p+kHcBzSqP+vOko95kTAv/nMiSBfiKwuT4wGvGPO4hyyUiY+7sT8jYBVTVmtrZtyXtv3nt6/fr1OAncCUgAAP/cRtknB38RmarqnJn3cqePmeWNXYd8dZhb3tGbz+/JC73jo5oR/D+/dzmNdGgLHf065dZQZiZVJeecbieBVA66E5AAAH7eEPyPj4/der3eCP7UH8f8NJ/emUb9ucf/pnr/TSUfBP675aZOoWF9YNQGOpy7lDuCiGiYBTCzqSqJiHVdZzkJpDWBOzELQAIAuN3Q6pm7febzeZXLPtQH/ye504eZD3PZJyWEcYvn1Mwm1B9AhlH/3bd93DPnLqG0GWwoAfHo6OitUpClJGDOOc1rAovFwrZaRD8bJACAm21s8iqKopzP51XTNFPn3DzGuD9q83xGfclnWPCl0SFuucVTRLbP5s9/D9xNG+WgtDhw01HUORHk3zfsC6DRvcfOOQ0hmJnZxcWF/fGPf7TPvVkMCQDgums7fHd3d6u2badFUeyGEPaov5RlOM+HmfNpngfbI38atXgSNnXdRzcdJ7F98urGa0oCJiJGRCYiln9clqWJiN6FHcNIAACbhlM9//73v7u8ycvMptRfxJ67fYayDzMfquoXqff/tuCPks/9tt0qOl4g5nFLaP69qZvIzMyY2UREzcxCCJo3i52entqf/vQn+1yniCIBAGxi6r+p3WQy8THGqiiKKRHtiMjQ509pZ2/a4PWFiIxH/rnTJ99EheD/MPDW+2E2MCoB5YPicjtp3hegqmr5YvsYo6qqVVVl//jHP+zo6Mg+R3uo/9R/IcAdljt+pCxL17ZtMZlMqhjjLMa4S303z9PRcQ75GOen1CeGcfDPbZ7Y0fuwjP8bDgNoM8sj/v43pbo/9eUfVVVNM4DhdTKZaIxRi6KwH3/8MQd/pX7H8CeBGQBAb6PjZ2dnp2yaZhJjnFF/Nv9+GuXnM31yv//4DP8d6ss+45E/gv/Dc9OawLX9A1d3x/QLwdQHd9X+AgHtuk5VVb33VpalfY72UCQAgK1F3+l0WohIxcwzM5ub2X6q7+cjnIcL2+l6zR/B/3G4LQnI1q/luwLyjECZWUVEvfeRmZWItCxLPT4+1k+9KIwEAED9bV7bi77OuTn3l7Hn8/y/EJHhYLdU+tmnmxd8EfwfvtvWBG76b2/MPAR/IopmFs1Mi6KI2rPVaqWfcj0ACQAeOyYink6nbjab+RhjWZblJI/80/29z6gP+OOD3fIO33yUM7p9HqefTQKjtQFLj46eaGYxUSLSqqrs9PT0k5WCkADgMRtKP1VV+a7ryqZpJmVZzmKMu/lYZ1X9QkTyyZ7D8Q7Un+2Tj3dA8H+8tv9bDxvHxt1Ao30BkVICYObonIsiEkMI6r3X3d1d/frrrz/JJjEkAHjMhtLParUqRKQSkRn1gX1fVQ9Sr/+45n9AV8F/h4gm+URPQvB/zG5aE8ij/5wEchnIzCwyc2TmaGaRiKKIRCLS09NTOzs7y/sDPupMAAkAHquh9OO9L1S1NLOpiMzNbC/GeJCOdPhi9IzP99khosrMSro6HRLB/3HbSAJbR0f0v5AWg1Owj9TPAkJOCDHGyMw6n8/11atXtFgskAAAPrCN0o+qFs65KRHtmNmeqj7NXT9bo//tds+KmfMNXuPuD3i8rh0iR1ufC2ZWM9PxLEBEgpkFZo5lWSoR6Ww2s9/97ncftRSEBACP0bXSTwhhxswbLZ+p7r99rPMO9XX/ktJFLmaG4A9j4/JP/nH+gVEqBY0TgKoOCSDNAuL5+bl+7FIQEgA8NjeWfpxzc1XdT909z2hz9D+u+48XfXPdP/+5ANlt7aDX9gQwcyCikEpBwTkXxqWgj9kVJP/8twA8LM+fP+ezszPx3nszK51zUzPbMbNdVd2jfnPXEzN7wsx5k9dQ9jGz8REPRAj+cLt8VpA3s4r6eyF2mHmePlv7ZvaE+utC90Rk18x2RGRKRKX33h8fH7ujo6OPEqsxA4DHZBj9O+cK730lItOu6+YiMoz+t0b+B6ksNBzwxlcXumDRF37OtR3BiVHfFaq5BET9YnCnqh0RBedclxeKi6KIl5eXtlgsPvgXiAQAjwkfHR25V69e+fl8XprZpOu6PBJ7amYH6XjnjZZP7q9znNLN/f4AP2c7+A8bw/L5QGktIORSkIh0RNTFGEP6eZ3P5/q73/1O04LwBysHIQHAY8FEJDs7O64sy0JEJiGEmYjMReQJ9cE+j/6fja503O73x2YveFe3rQUo9esAkYiCmQUR6cysI6KOiIKqBiKKdV3H0TERH+wLQwKAx0KOjo7Ee+/zwq/3fsfMNi51T73/2+f83Ha8M8C72vjcpMtihv0A6elEpFPVTkTyAnHc3d3V169f5wXhDzILQAKAx2AY/TdNUzDzpKqqWer5f0L9NY657PMslYLGXT8VERXMjNIPvK9rpSDaOiY6dQF1zNyZWSciHTO3uStouVzG9XqtH/IGMSQAeAyG0X/XdRUzT1V1rqp7zrmh7TPNAg7S6H+PUsunmZWj4I/OOXhfN+4Mpn40n3cG5xF/Z2YtM3cxxi6Vh+JWW+gvngUgAcBDN4z+l8tl6b2viqKYEdGuc+5JCvq55v+M+svec+lnRmm3L6H0Ax/HeBYQaRT801pAS0Sdcy6YWZjP5/H4+FhPTk5QAgJ4C5xH/zHGkpmnZjac85/v903BP1/q/nOnfAL8Ejd9hoYEMC4DEVGbZgFtngXUdR3n87n++7//+wfpCMKdwPCQMRHxYrGQEIKvqqooiqJS1Xzuz5yZd5l518x2KV3swsz5kLftDV8AH0KeSTrqP2Ml9YONGRHtpM/jkogu0uGESxFZOefqEEIzmUy6xWIh1Ad/pl+QBDADgIeMj46O3M+M/nPZJ5/1Mx7954VfHPQGH8X2xjAazQKIqGPmNpWCmjwLmE6n3XK5DLu7u3lfAGYAADcYRv9E5Mqy9F3XVUVRTGOMMxGZp+34u2a2cdQDjc75MTPU/eFj4HSIoJmZT3tMNo6KSLPSC+pnppfOuWWMsWLm5vz8vKOri2WI3nMWgI4GeLCeP3/Oy+VSiqLwqloWRVHFGKfUB/sdIpqbWX6fa/7jS90x8oePTVKH2VAK4v6K0R3qy0FzEcnvpzHGiojKoij83t7eLz4jCCUgeKhkOp26oigK730VY5yZ2S4z7zvnDkb3/D6jvvSTD33LSWB8wxfAxzAcEZ3uDr5pMbg1s4aIGlVtvPdtURSdmYXVahVVNf6SllDMAOAh4nzi53Q6dURUmFklIhNmnlEa/dPVyD+f87M9+gf4FCStNeVZQGVmU2aepRnqnPoZwCzGmGcBxWQycWdnZ/L8+fP3LlNiBgAPEf/Lv/yLMHOxWq1KEck1/33qF3vzyP+AmXPff14DwOgfPqWrleB+FqDUzwIC9ecBdUTUpKdm5kZVWyLqiqIIZVnGtDFMb/rD/xksAsNDlFs/XVEUhZmVqjph5mk61nknzQRmZpavdixH5/xj9A+f2ngWMCwIU2oNzWtV6TM8UdVyuVwWIYTWex9o88axt4YZADw0/Pz5cyEiH2Msqf8m2nHO7ZlZvuv3gPrWzycY/cMdsP1ZG2YBeUMYM9d0NQMYZgHe+7C7u6v/+Z//qe9zbSRGOvDgLBYLvri4EOecp1T/zzMAIpql2uqUrto+sekLPjvuNwYMs4C0ITF/TneYeaaqUxGZeO8rZi689365XMqPP/74XoMWJAB4aHixWMhkMnF1XXsiKp1zVZo6z3LpJyWD8cLveOSPJACfGqc9J0MCSIcQVumzOgxeVHVqZlVZlqWI+Ol06s7Ozt4rlqMEBA/JUP558+ZNRUTTsix3Yox7IvKUiJ6qat71+9TM9qgfWeUTP1H+gc9u+3A46ncF54XgNTPXzFybWds0Tdu2bTg4OIi/+93v7F13BmMRGB6UxWLBJycnrixL17ZtYWaliExGi8BD6Sct/BZE5NMCHAI/fE5MVzuEHfUz0zKXgsxsKiL5iPJ8P3VRFIVbLpfSti1KQPCo8WKxkKZpREQ8MxeqOq7/T6nfap9v+Bpf8I7yD9wFuQzk0mezNLOK0g5hVZ2q6jTNWitmLrbKQO/0+UUCgIeCiYiXy6VMp1O3Xq8LMyvTBrC8sWZqZhNmzgkAo3+4c9JisEttyQWlzWHUJ4FJ/hybWVUURVnXdbFardxXX33F77opDCUgeDCOjo5y949TVU9EhXMuzwAm28E/HcLl0pQbo3+4C8aLwcMZQWm0n2eyEyKapIFNKSK+LEt3cnLiqF8zeGtIAPBgXFxccF3XwszeOZc3gFUp6E+or53mts/ihvIPwF2wfV9AISL5iIj8Wa7yZzmXgZqmkXT6rdJbbghDCQgeCj47O5PJZOJy/79zrjSzKk2X81Ol0lBB/TRbeOumboDPbbQnwBGRz+XM8edZRIbBTNM0fjqduqZpsAYAjw4/f/6cv/rqK27bVrz3TkQ8EZVpmjw8zLwx+mdmnPkPd81GGSh9VoeOoPzkwUyeAdR17Q4PD/PhcG8FCQAehLz7N7V/DhtpKCUBZs6jpdz5g4ve4S7Ln0sxs6EURFenhQ6dbNSXiPx0OpXlcimLxQKLwPC4jOr/QwmIrlroKur7/ofOHzNzo+seAe4cZmZVdaMBy/gzXZpZ6ZwrVbXous6XZelns1leB3grSADwEHBd1zyZTJyqDqOlND0ux6Uf2mz9RPcP3FVsZrx9PhD1M9r8ma7SLLdgZt91nSMieZd1AIx+4CHgtBMybwDbGC2lb5iSUusn9Yu/OPYZ7roc/DfKQLm0mV8plYCccy6vA7ztX4BvALj3nj9/Tl9++SVPp1NJo6AiXbJdpva5Mv14Y/GXMPqHu49p897gPIsdJ4GCmX0IwU0mk3c6EgIlILjveLFY8HK5FCJy3nsXQvDe+/yNMn7ywi96/+E+GBaC6epz65m5SG3MZX7PzD7tBcgbG98KEgDcexcXF9w0jXjvhYhyC+gQ+PMoia4SgIzqq0gCcJcNZSBmdqrq8+yWrta5ihijd845771MJhPMAODxqOuanzx5wm3bDhtnYozDVJmZfar9DwkA5//APbHRDpqOLhl3BQ1PCMExs9R1jRkAPBrcNA0XRSEhBFeWZa7xeyIq8plAKQkM5R/s/oV75FoZiFLQzy2iIuKon/26NBB6K0gAcO8dHh7K+fm5lGUpMcZcJ/XpNff9+7SQNm7/BLgPrq0FmJnPpU5V9aPuNplOp+gCgsfh+fPn3LYt7+zscIxRRMQx87gVNCeC7Tp2dJwAACAASURBVMVf1P/hPhivVQ0lTmb2qurTmoBPi8DOOedijNgHAI/DYrHgruu46zrx3jtVFRHJi2X5IC03Gv0zDWdtAdx9o7OqhgVhSmXO0eNExMUYpes6lIDg8YgxsqqKcy4H//FiWX4/lH9w+BvcN8zM6eRaMTOXBzW5M4iInKo6VZWqqlACgkeBLy4uOITA0+mUVVXSN0leBHZ0lQCG2j+G/3DP5NNB833BeWPYMNNNMwDx3ouqog0UHofcAhpC4KIo2MzyDEDMzIlIPvN/u/aPJAD3yW1lIDdKBuOBzltBAoB7L4TAIYQ8MhIRGXdL5G8IdP/AfTUE/9EMIJczh8/2aAaMGQA8DmkPAJvZUCNNCSB/c2xc+jLqqEAigPtmfDpo3vUu6QRc55wT7s9DRwKAR2H4oKsql2XJZsapE2go+9xQAgK4bzbKl3mknz/b6T2/6wwAi8Bwr3311VccY+SqqoZvABERMxseul73RxKA+2o8kx0+36PPO7/LIjASANx7qsqqmhPA+D7V7bIPEYI/3F/jzzAnw0DHOTf+/L8VJAC415qm4b29Pcof/FT/HG5TylPj9NsR/OG+2gj+NGoNFREWETYz9t5jBgCPw/Pnzzc+6KNeaRaR7ZbP8e9FIoD7biMRbM1+3xoSANx7+eyToiiIiCgFf7rlGwLBHx6KG2e2KAHBo5Onvbd8+BH04SG57fP8zp9zJAAAgEcKCQAeBBExIiJmtht++aafA7ivbvs8v/PnHAkA7j3nnBERdV1HRESqOiSDWxICwENgW69EdOsg6EZIAHBvff/99zd98I2ZLSWB7Ye23gPcV8PnOg903mfAgwQA91pVVXZ+fj6M9mOMwzdFNvqmQOCH+2p7AJM/16aqpqrGzBZCsFwOfRtIAHDviYiJyPYoSCl9o5jZ9gwA4D7aSAKJMrMys8YY33kWgAQA99pPP/1kzjlrmiZ/+FVVh28KZh4SASEJwP03HtRongVQPyNQZn6nGQBOA4X7bPigi4h1XWfpG0DNTM1MKX1jjN4j+MN9tLGeNRrY5M+2plmwIgHAo1FVlTnncq1/POrPTxytA2w/2CAG94lZf9xtDvrRzCIzRyLSGKOamYUQkADg8fDe50UwNbNcAopmFkVEiSjSVULADADum42Rfx7xU18CygOeOEoMWAOAx2EymdibN2/Me69d11kK+jF9Y+QR0vgbA22gcB+NP7vj2e3wiEh0zqn3Xt/2D0UCgPvMdnd3zXtv6/XaRERTsI9mFqgf+Q9JgNIMYKsrCOCuG5oX8ufYzCL1o/6Qg7+qagjhndYAkADg3nPOWVEU6r2PqhpFJAf9QFt1UkqdE1gMhvskd/3k8k/6POeRf8ifexHRpmkwA4DH4fDw0IqisNQFpP0d2TqMjIgo5FIQbe4N+LxfOMBbyu3NdFX+ycE/pCeaWVTV6JzToiiQAOBx+P77760sS6vrWp1zqqrDNwYRdUQUiCgng40kQCgDwd03LlluBH8RCWmgE5xzQVVjjDHms7HeBhIA3HuLxUKLotCu69Q5F0Uk0lXg78wsMHMeKb1zpwTAZ7adAPLnORBRJyJdSgLROafr9fqtZwBoA4X7zvJegFTqyYE/f3MEIspJYHsWAHAfbIz+qR/cdHT1uQ5p5htVNZZliRIQPB6TycQuLy/Ve68xxphGQx2NvkkozQgoJQDMAuCe2Gj9ZObc3DAkAUqfce999N7rZDLBDAAej93dXeu6TpumUe99DCGE9E3SEVFLV0lg6Aba2hmMHcFwV233/QdmHgI/M7d5DSD2tK5r7ASGR8MODw/t4uLCnHOxruvovQ9mtvFNwsxd+jmUgeC+GA9SNta1qB/YtOPPuaqGqqryZ/utoAQE9973339Px8fHul6vtSiKOOoAalW1pfTNQldrAxElILgncv//Ru2f0mc6zQCGElBd11qWJbqA4FGxnZ0dLctSVTWo6rj806pqa2b5G2ajFERIAnB3DYu/6fMaKM1oKQX//KqqIcYYJ5NJXCwWmAHAo2J5Ibjrukh9zT+XfxpmbiitBaQnzwDGewIA7pLhVjsatX9SX+ppmblR1SYlgc7MQlEUcTKZaFVVWAOAxyUvBBdFEUUkdF03jJTSs5EEMAOAuy4dYz5s/EqLvzn4t8zcxhhbIuqKogiqGi4uLvTw8BAzAHhcDg8PbWdnR+u61hBCpFQCSjOAmpkbM2voqgw0tIQSkgDcPUP7JzMPwZ/6gUzDzDWNBjWqGtbrte7s7Ojh4eFbf57dx/jKAT61Fy9e8GQykfl87mKMnohKEalUdUJEMyKaMfOMmadENDGzkpkLZvbMLNS3gqIdFO6CfFhhpD7A10S0IqILZj4zszcicsrMb4jozMwuzWxVFEXz5s2b7n/+538iveWgBjMAeChsf39f67qOMcZhEXg0A6iJqMkLwqOTQhUnw8FdM7rzNx/90OZZLDPXZlar6jADqKoqrNfr+C71fyKsAcADsru7OyyYdV3XhRDaoiiaGGOeMudEMCycjdYC8iwA4HMbev9zS3Ne+M2fY7oqBbVm1oUQYlVVenBwgBvB4HH64Ycf7Pj4WGOMuRW0jTE2IlKPEkBDqXY6aglFNxDcFbn8M+78yS2ftZkNT+4C6u+BCeHg4CC+S/2fCDMAeDiM0n6AnZ2d2LZt1zRN7piomXlNRGszWzNznUZUHfWbw7AQDHdGKv/EdOJnXvytqU8AayJap0FNQ0RdWZahLMv4008/2Q8//PBOAxnMAOAhscPDQ724uFBVDWbWiUgjInnUlJNA/uZpR1dHYhYAd8Fw9k8u/6TPas3MaxFZ5zWAVBJqiai7vLzU/f39dx7IYAYAD0qaAsfj4+NoZl3qla5FZE1EayJapxlBbWZtPkvdzIo09cY6AHwuRune39FxJrl9eRjAENF6vJbVtm3c29t75wVgIrSBwgPz4sUL3tnZ4f39fanr2plZISIlEVXMPDGzaW4FZeaKiEoiKpjZ09VCMJIAfA7j2n9DfaBfMvM5Eb0holMiOjGzUyI6c85dENFqMpk0r1+/Dv/7v//71u2fGUpA8NAMZaDJZBKIqBWRRlXzCGpFRKv0fhhFEcpA8Hnlz5zS1aFv7ah0uTKzlZnlMlDTtm2bNoDFVP55ZygBwYOTy0Bv3rwJRNSFEBrn3FpVV8y8JKIVM6/oqp0unxHkCbNi+Hzy+VRD+YeZ1ynwr4hoJSIrVa1VtUntn2E+n+fzf1ACAshloLZtRUScc86rakF9Gagiokl6KjOrmLlk5oKuEkCeGaMUBJ/C9pn/NfW1/gsiOqNU+knPGxE5I6ILVV13Xdd0Xdf99a9/je/zF2MGAA9RLgPFuq47Zm6dczX1HUArIloS0dLMVsy8Tq2iXdoXkNcCMDiCT0nNTEc32eUksCKiJTMv8ywgNTG0Ozs7XYxxXPd/5xkA1gDgQTo8PLSzs7M4n8+DiLQhhMbM1inoL3MpiDbbQrEWAJ/axqFvNGr7pLReRaMBi5mtnXN16m4Lx8fH+s0337z3PhaMcuBBevHiBf/bv/0bN00jzjlRVWdmPpV7ynRIXDXqBCqJqKD+eyKXgXA8BHwKZmYx7/alfsR/ng59y6WfExF5w8zn3vtLVV03TdPu7e11f/7zn99rAZgIMwB4uOybb77R8/PzGGMMuQw0KgFdpllAnglgFgCf2nj0n48wz+f95IaFJTNfUvqcxhjrpmnaEELY29uL6fyr9/6cYgYADxW/ePGCfv3rX7OqMjM7771L/f55xF+mGcD2LCCvA2AWAB+bbo/+ieg8HfV8YmYnzHxMRG/M7Mx7f6Gqq7Zt21+y+JthBgAPlVFaDN7b24tm1nVd16jqeGHtUlUviegyzQzWdHXJRqR+ZIZzguBjuFb7p9HoX1XzLPUivV+q6jqf/nlwcBDSzV+/aJaKBAAP2g8//KDn5+exbdtARK1zrsllIFW9ZOYLZr5M0+y8N2DYHJYO5kIpCD60ayd+Un/cwyp9Hi/MbPhsquraOVc3TdPs7e2FxWLxTjd/3QYlIHjwvv32Wy7Lktu2lRijIyInIp6ICjPLpZ/hWAi6KgNtLwajFAQfwjD6p6u+/xX1I/4zMztNZZ/jVAI6VdXzoiiWIYSaiLrJZBLT4u8vSgJIAPDQ8cuXL3kymbCZcVEU7L3PHUGe+mBfpisi87lAOQGMk0AO/kgC8EtsB/9c+78konMze8PMJ9QH/2NmPjWzMxG57LpuNZ/P29PT0+7//u//3vncn5tgIxg8dEZE9tVXX8WmacLl5WXXtm3jnMv7AS7MbIeZd5h5x8xmZjalfpdwyczezISZmbAgDB/GdgLI61KX6eC38/R6wcyXMcZ1uv6xCyGE9zn2+TZYA4DHwH744QfLawEi0njva2Ye1gGoH32d57or9W14NV3dHKbpuGisBcD7stRUkOv+4x2/y1Hdf/gcpsve18zchBC6s7OzONr4hTUAgLfE3377LeW1ADNjZnZm5s3Mi0hBffln3A46XgtwtLkOgJkAvItxM8F40Tcf93xKRKci8jqVfk5ijKdEdJ66gOrpdDqu/X8QSADwaLx8+ZL39/fJzNh7LzFGYWYnIjkRFMw8PNQH/7w7OJ8PhCQA7ysf+NZR3268EpHhwDczywu/x/nMfzO7ZOZ127bter0Of/jDH+KLFy8+2EwUJSB4LIyI9PDwUM/OzqKIDC2hqc3uIp2yeEb9N945Xe0PqKn/pg10tUMY4G3l0s9w1HO65WuVAvw5EZ3lz5+InOfyj/e+FpH24OAgfPXVV/H777//oGVIzADgMeGXL1/Sv/7rv7KZcVVVnBZ4c4nHm1luD80lIT/qGBp3BGEWAG/jpq6fdTrm4YL6m75OiOiYmY/N7MQ5d0r9QvDSObdu27Ztmib89a9//eCDD8wA4DEZdgevVqvAzF3XdfnclUszO0+jsDdE9GbUibGkq13CnZnhrCB4Gxtn/aR7flvqz53KCSBf9/gmtXuexxgvzWzVdV3tvW+Xy+UH2fV7E8wA4LHhly9f0r/927+xqrKqspmJcy63eeb+//E+AT96HDPnWQD2B8A/k0f/XTrvZ526fc6Z+ZSIhrp/mgG8IaKLGOOSiGoRaWezWfjLX/7yUUqPmAHAY2OUTgqt6zqoalcURZ3OWVmm2v+breec+o06S7o6KiIQUUy1XYBt1+r+lI56MLNLGo38mflURM5Uddz6WX+Mts9tmAHAY8QvXrygb7/9lnZ2dqhtW/bec4xRRITNLB8X4WizDXT8/qYjIjALAKLrdf+ORr3+o5M+j5n5dTr24YT6hHBRFMWKmev5fN4dHByE//7v//5oZUYkAHi0Xr58Sc+ePSMioqZpiIg4l4LMTFICcGlh2BORzz+XHhntEkYSAKJbzvinq52+b/JZP2Y2Dv6nInIeQljOZrN1XdddXdchHff80daaUAKCx2ooBZ2dncVcCjKzlXPuwjl3Tml6nh/qF+ouqC8Frak/vjffJYxFYRiP/MeLvrnr59zMztLhbuPP1Pm49CMi3Wq1Cn/4wx8+avAnwgwAHjd+8eIFfffdd7Szs0OqSnVds/eeQwgsIkJEkhZ93ahddLsMNC4FYSbwOI13+kZKd/ua2TodLXJuZqcicqyqx8z8mvrF31Pn3BtmvmjbdlUURSMiH730kyEBwKOXS0Hp5jCiFLzNjEWEVVVSMhjvCM6vbuuguPGsGkngcdgO/uNTPvNRD29S2WcI/tSvA7yJMeZZZe2ca2OM4S9/+csnuYcCJSB47K51BbVtW8cY1yJyqarnZvZGVU/SVv1TIjpl5jPq+7iXZlZTX+cN1AcAXCLzeNjo9abgPxz1QEQnzHySjnt+Q0RnzHxRluWqqqpaVbu6rkPq+vkkO84xAwAYdQUdHx8TEfFkMiEiohgjExGLCKdSkJhZLvtsl4FuuzwGM4GHKQfoazd7Ub+58Dxt7jrJi77Oubzwe5o2HV7GGNfT6bQ5Pj4Ov/71r+OnKP1kSAAAycuXL+m7776j4+Nj2t/fp7qumZnJOTeUg5Ih2Kduoe3gjyTw8N0Y/M2sZuYV9TvI31A/8j8motfM/FpVT0TkRFXPnHOXXdetyrJsRKSrqiqONnx9kiSABAAw8vLlS/rtb39L3ntSVaqqyogoJwFSVSGifIYQM7Pkh35+UZgISeChuDH4p/sj8hEPZ6nck3v9xy2fZ0R0ISJLZq5FpIsxhr/97W+fvJMMCQBgy6tXr2h/f5/KsrSmaUhEKMZIlAJ4mglQGv1zSgo3BX7MBB6eGxd8mblOJ8de0lXN/5iIXhPRgtL9vkT0RlXPiWjZtm3NzG3XdeH3v/+9vnjx4pOfNIsEALCJiciOjo7o1atXJCIUQiBmJlUlZrbULTR0DDEzpwtmtruBbmsNRRK4n24N/tSP/C9pdLonEb02s9cicszMxyLyJm/2mk6n667r2rquw5dffqmfsu4/hgQAcN3GorD3nmazmXVdR0VRkKqSiJCZ0VYS2L47+KZEgCRwP403eSn1O3yHBV9KZR9KwT8F/tf5iOe06etcRJbe+/XFxUXbdV331VdfxR9++OGzbSJEAgC4RV4UXiwWFEKg2WxmzEzc3w1MRESpFETp5ynPBEbHQ9z2ECEJ3BcbO3zp+mXu41bPYzN7TUSLvOjLzKdpt+/SzNbT6bQ5PT3tfvOb33zW4E+EBADws16+fEl//OMf7fj4mFTVvPckIhZjJBEx6xcCiNI3cHqfk8K1YJ8SBI1/jpAI7qrxYm8+22cj+Oc+/3y0c9orshCRIfir6rlz7pKIVmVZNlVVdc65T97xcxMkAIB/IncGXVxc2P7+PoUQLK0FWE4C1kd26itBQ2mIKJWHxgsGdHPgRxK4W8b1fiWiYGaBmRtKJ3tSf7zDm7SxKy/4vt4K/mdpQ+F6Mpk0ItKt1+v4OTp+boIEAPAWXr16NbSHphnARhJIZSEbJ4D8EPUj//RH/VwpCEngbtiu9wfqz/apqQ/+w3n+zHxiZscisqAU/HPNX1XPU/BfTafTWkS6tm3DN99881k6fm6CBADwll69ekW/+tWvbDsJUF8esBijiYim2UBOBsM3+fbMYPw6PoOIkAg+FyMi4v4il41On9EGr3yw28bIP53v85rSuf5mduacu1TV9Xbw//777+/MJUJIAADvICeBnZ0dMzNKQd+ISFV1GDWKiKrqxsyArk/5twM9SkKfz7WSD6UTPenqDt888j8djfxf5wPeRCQH/3MRuSSiVS773BD8P/vonwgJAOBdMBHZq1ev6NmzZ7Szs2POOQsh5FcVER3NAvJIUtOMQEezgNsCADaOfVrjw9zGXT4dETVmNtzkRX2Pfz7Ubej0MbNjMztR1Tcicu6cuzSzdT7i4a4GfyIkAIB3lZOAPXv2jKbTqZ2cnNhkMtEYo1Ea/ccYlYiiiOQ6chzNBpSuZgU/9/fc9B4+nI1Rv5lF7i/3aejqQLdL6rt8co//SQr6r6kv/RynUtCZqp7HGC+99+vlctk8ffp0WPBNNf/8d94ZSAAA7+nVq1f29ddfWzpB1EIIVpalprq/ikikq/ZBNbNI/Qhz6AAZJQOifx4ckAg+DNt6IhEFZm6pv+Utd/lcpsA/7O5Nvf3jM/1PVXU4Gnw6na4vLi7apmk651zu9rmTwZ8ICQDgF8n7BE5PT60oCjMzLYpCQwjROZeDfp4BRGaO+edEJKZkkcsP4zUCo9tnAUgE72e73DO+tH28q/eS0mmeZnZKffDPp3nmBd+TdMPXmXPukpmXIYR113Xter0OX3/9dbgLff7/DBIAwC+Udwyfnp5aWZZ5QVhTzT+XFmKeCYzej5ODjtcM0h9tW69ESATvY/zvOC73dLR5afvQ5UOpxTMv9lLq8ac06heRN+myoMuiKFZt29Yi0tZ1He7CDt+3hQQA8AG8fPmS/vSnP9k//vEPK8vSvPdGRFoURQwhqPc+j/wjM4dUa85JIM8M8iLkOHgMQWSrjXQMieBm1wJ/+ncPKfhv1/ov8qXtNDrQjdNRzmZ2Mr7DN7d5ikjtnGu7rgtffvml3pfgT4QEAPDBvHjxgo6OjizPBM7Pz3Uymaj2lwrnYB+YOcYYo3MuqOo4GYQ8S6CrRDBcD7jVUnoTJILetcBP6aJ2uhrxjzd1XdD1jV3H1Nf8jzmd429mb9ItXhcxxqVzbl1VVeO975bLZfzDH/6Qb/O6F8GfCAkA4IN68eKF5b0C6/V62BtQlqXGGCMzR1UdWg3zbICZuzRDCOmJZhbzQvLoGQJM3nCW/mqUhm6o8ecRP/U1/lznX5vZUkQuiOic+5u7ho1dKeAfp/bO47Sr9w31G8AuvPerruvqEEJzenraVVUVf//739/JNs9/BgkA4CN49eqVfffdd7RarbSqKkvlHe26TkUkikgwsyAiQVVzMuiYOZhZNypVbJSKaJQMbtlctu0xJIPtTVxx1NKZR/wN9aWe3N1zTv0Jnm+o39iVD3I7TjOAEyI6EZE3McZh1C8ia+dc7b1vl8tl+M1vfhP/8pe/6IsXL25ar7nzkAAAPpKXL19eKwmJSCzLMubZgJnlQ8aCmXWUZgU5CYyC2E0J4dqsYPTX/1wX0UNwW5knUkqmNKrxm9ky1flz4D+lq01dw2g/lX7yWT5vzGwY9bdtu37y5EkjIt1yuYzffffdvSv5bHtoHwqAuyR/f8nR0RH/9NNPbjab+aIovKqWXddNvPcTZp6Z2Y6ZzUVk18x2mXlPVfeYeZeI8jMnoll6pumpmLkkosLMCiLy1A/sHN18R/H213af3BT0cx//9i7ezszafJQDXZ3dvySiSzO7ZOYLZj43s+FVVS+Y+ZKZL81s5b2vu66rRaRV1W61WoX9/X296/39bwszAIBPYNwlNJvNhtnAZDKJMcYoIkFENoKXiLTUH0TWpk1KbSoTdeOZQZoxbLSV0ubMYGOWcEMn0V1NBtsBfwj2WyWe7YXdFV0d35Ava8mlnlznz+2d+f0JM5+KyBkzn6vqZVEUK+dcvVwum729vS5f33gf+vvf1l39Dw/w0FybDezv7zsiKoioCCFUMcaJc27CzDMiyjOCuZnNzWw3v6d+JrCTnhkRTc1syswVEVVEVKbHpz/fjR/ujym9aWbwuU8j3a6jbyewcXIbL5jnJNDSVb0/t3euVXVJfUK4pH70f5FG/5fMfBlCWBLR0sxWRVGsQwi1c64RkbbrurA16r/XJZ9tmAEAfGJ5NnB6emq7u7t6fn6uzrlIRFFVo4gE51wXY+yonwF0zrnGzIYAl2YIDTMPswO6qn3nZ+goousLycMawmgD2nZw2w5yHyoxbK9VjHfmjrt3Il1dxJL/P+ZOntzNMyzsUmrnHB3f8Ib6ev6JiOSOnmMROWHm0xjjm3RR+1na0LVs23ZFRHUIoXn69Gl3eXkZv/vuu/jnP/95fH7/gwj+RJgBAHwOw0j76OhIFouF7O3tuZOTE++9L5i5qKqqCiFMnHOTEMKMmad0NerfEZHhvZntpFnDzMym1M8IJlszgiI/zOzM7La1AiGi8QX32xfZjL/+7fc32Q7226+5nXU8yt+u6w97KGjz6IZcIquZuTGzdTrHJ5/lk2v+wwyA+3t5867fVYyxTl09zWq1akMI3cHBQTg/P4+Hh4fjTV3b/18eBCQAgM+HiYifP3/Oi8ViKAt57/3l5aWfzWZlCKFS1SolgqmITIlolheOc+Cnq3LQdhKYUEoCZlaJSEH9gvFQHmJmnwK+G5WGtktEMv6aR++JiMY3nvW/sLlZbbukQ7cEfc07okdnJuV22bw20jFza2YN9Qe3NWZWm9laRNbj4J6eIeCnRd2Vma1z4BeR1jnXMnMXQghnZ2dxf39f0/HND6rccxMkAIDPb0gEP/74o5ydnUlOBGdnZ8Xu7m6hqmWMcbxOMFXVaZoZzCglBSKaquqMmafMPEnJICeBKicBMyupnw0Uo9nAxqyAmSUnhNG6wW2zgttsl5TyvQg54GveI0Fbo/1xayz15a084m+IqDazhtM1jSkBrKw/v394dc6tzGytqmvnXB1jrEWkGQf+9Xodc51/K/ATPeDgT4QEAHBXDEH1pkRweXnpmbkgorIsyyrGWHnvqxjjhJnzaD+P/KdENM0/T6lddFQWKs2sSsE/JwJPfQLITy4NXWsnTcngpruNt20H0vGIf1h/GHUw5bp/Z2Ybi7t8dVRzo6oNM9ep9DNOAPm1TkG/ds6tQwiNiDR5YTd3Uq3X63h+fh6fPXsWH1vgz5AAAO6WWxPBZDJx5+fnnpnzyL00s6ooijLNDCpVnYjIJMY4FZFJLgOZ2TgBVGZWikg1ngnQVWnIE5E3M8fM7udKQ6NkMP7ajfpftDTSH5/CadyfhppbOTUF+5hLPenHeVG7VdXcAjuUfHICoHRrl4jUqlqLSB1jbNIov+m6rkl/Rmdm3Xw+Dz9T6iF6JIE/QwIAuJtuTASHh4dyfn7uiqLwzrlcx8/JoDSzMq0Z5HJPDv75x5WZjdcE8iayMicBVfV5RvDPkoCZsYj0t9mM1gGY2cZ3ItMNwT8lgHGdP1Cq89MNwT+/qmojIjUzNznY5/fp9+QZQ0dEXQghtG0b5vN5RODfhAQAcPdtLBYvFgs5PDyUk5MTN51O3eXlpXfODTMDGgV0Va2IqHTOlZSCfhr1l0RU5gRAfeAfdwrdlADceF3ghk6hbRsdPluj/pjaO4cEQETDYi+lGUBOAHRVBmpTsN/4OUoJw8y6GGMws24ymcSu68LBwUFcLBZ6eHioh4eHhsB/BQkA4P742VnBZDJxzjm/Wq28c86LSF43GJ5c8knPRnuoqnpKwZ+Zffqx3wr+TkTEzGQ0+h+XgfovMI388yyAmceX5Aw3o6VD8XIS6Ma7oW94hlF9mh0MM4YYY5jNZiHGGOq6jpPJRPNof3d31x56O+f7QgIAuH82unCOHY6RtQAAAgRJREFUjo744uKC81pBXdcymUxcXdfOOTckg7ZtvYjkxOCp34HsRWQj8McYPTO7VApyIuJUdQj8KSEw9bMAJiIWkfHXZUREoxKQppKQikgcvcZ0LWY0s+CcC5YOx8uP935YEFbVoKqhLMugqiHGGNJRGuHy8lLn83k8Pj7WnZ0djPbfEhIAwP22MStYLBZDMsgzg/l8LqvVypVl6ZqmcUVROBHxXdc5771jZh9CcCLiY4xORIagnxLBeNQv6T3nWYBz7sY4EmPMo/+NGUB+n4N/XghW1eici6oavPcxxhhVNaRb1WKMMVRVFdu2jbPZLF5eXure3l5cLBZaVZUh6L87JACAh+PGZFDXNR8eHsrFxYXk2UHbtjKdTqWua1dVlbRt67z3LsYozjkXYxRVHd5770VVc8DPCWB4bvxiroK/MbPFGJWZTUQ0hKDOufwanXOabknTEEL03mvXdbEoCm3bNpZlqbm0s7u7qz/99JPl8g6C/vtDAgB4mDaOa9ieHYQQ+NmzZ9J1HTdNI/P5XHJSiDFy13USY5SyLEVVOcYoVVVxSgxsZlyW5bXun40vIO0GbtvWUuA355w2TWPOORUR895r0zTqnLOiKHS9XmtZljqZTPTi4kKLorC3CPhECPoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHC//X9x0iOPn1oFmgAAAABJRU5ErkJggg==" + height="384" + width="384" + id="image6" /> + <mask + id="mask1-74"> + <g + style="filter:url(#alpha-2)" + id="g1734"> + <rect + id="rect1732" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-43"> + <rect + id="rect1737" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-43)" + id="surface9"> + <path + id="path1740" + d="m 120.31641,77.554688 v 29.453122 h 29.34375 v 13.26563 h -29.34375 v 29.45703 h -13.375 V 120.27344 H 77.597656 V 107.00781 H 106.94141 V 77.554688 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-0"> + <g + style="filter:url(#alpha-2)" + id="g1745"> + <rect + id="rect1743" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-7"> + <rect + id="rect1748" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-7)" + id="surface12"> + <path + id="path1751" + d="m 256.48828,110.92969 h 70.375 v 14.5 h -70.375 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask3-8"> + <g + style="filter:url(#alpha-2)" + id="g1756"> + <rect + id="rect1754" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-6"> + <rect + id="rect1759" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-6)" + id="surface15"> + <path + id="path1762" + d="m 147.48437,258.02734 -24.39843,24.39453 24.39843,24.28125 -9.44531,9.44532 L 113.64453,291.86328 89.25,316.14844 79.804688,306.70312 104.19922,282.42187 79.804688,258.02734 89.25,248.58203 l 24.39453,24.39453 24.39453,-24.39453 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask4"> + <g + style="filter:url(#alpha-2)" + id="g1767"> + <rect + id="rect1765" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip4-8"> + <rect + id="rect1770" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip4-8)" + id="surface18"> + <path + id="path1773" + d="m 246.01562,261.57812 h 72.0625 v 13.20704 h -72.0625 z m 0,25.57422 h 72.0625 v 13.32422 h -72.0625 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask5"> + <g + style="filter:url(#alpha-2)" + id="g1778"> + <rect + id="rect1776" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip5"> + <rect + id="rect1781" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip5)" + id="surface21"> + <path + id="path1784" + d="m 192.02344,23.25 v 9 h 141.83593 c 14.92969,0.5 26.80469,12.652344 26.80469,27.707031 v -9 C 360.66406,35.902344 348.78906,23.75 333.85937,23.25 Z M 50.578125,23.265625 C 36.519531,23.34375 25.03125,33.765625 23.25,47.339844 v 9 C 25.03125,42.765625 36.519531,32.34375 50.578125,32.265625 H 192.00781 v -9 z M 192.00781,191.99609 v 9 h 0.0156 v -9 z m 168.65625,0 v 9 h 0.0859 v -9 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-4"> + <feColorMatrix + id="feColorMatrix1902" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-3"> + <g + style="filter:url(#alpha-4)" + id="g1907"> + <rect + id="rect1905" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-1"> + <rect + id="rect1910" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-1)" + id="surface5-49"> + <path + id="path1913" + d="m 353.73828,199.07422 c 0,89.32812 -72.41406,161.74219 -161.74219,161.74219 -89.33203,0 -161.74609,-72.41407 -161.74609,-161.74219 0,-89.32813 72.41406,-161.742189 161.74609,-161.742189 89.32813,0 161.74219,72.414059 161.74219,161.742189 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-2"> + <g + style="filter:url(#alpha-4)" + id="g1918"> + <rect + id="rect1916" + style="fill:#000000;fill-opacity:0.50196096" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-0"> + <rect + id="rect1921" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-0)" + id="surface8-68"> + <path + id="path1924" + d="m 191.99609,54.949219 c -29.71875,0.01172 -58.54297,10.152343 -81.72265,28.746093 l 25.82812,31.226568 c 15.91406,-12.58204 35.60547,-19.429692 55.89453,-19.433599 49.77735,0 90.13282,40.355469 90.13282,90.132809 -0.043,26.14453 -11.4336,50.98047 -31.21875,68.07032 l 25.82031,31.21093 c 29.09375,-24.78515 45.8789,-61.0625 45.9375,-99.28125 0,-72.16796 -58.50391,-130.671871 -130.67188,-130.671871 z m 0,0" + style="fill:#2b2b2b" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-92"> + <g + style="filter:url(#alpha-4)" + id="g1929"> + <rect + id="rect1927" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <linearGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.385472,-2.420058,-2.420058,-2.385472,191.02156,67.379695)" + y2="-24" + y1="-24" + x2="-24" + x1="-44" + id="linear0"> + <stop + id="stop1932" + style="stop-color:rgb(0%,0%,0%);stop-opacity:0" + offset="0" /> + <stop + id="stop1934" + style="stop-color:rgb(0%,0%,0%)" + offset="1" /> + </linearGradient> + <clipPath + id="clip3-66"> + <rect + id="rect1937" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-66)" + id="surface11-49"> + <path + id="path1940" + d="m 152.85156,144.26953 c -11.74219,10.88281 -18.42578,26.16406 -18.44531,42.17188 0,31.80468 25.78516,57.58984 57.58984,57.58984 16.29688,-0.0234 31.82032,-6.95313 42.72266,-19.06641 z m 0,0" + style="fill:url(#linear0)" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask3-5"> + <g + style="filter:url(#alpha-4)" + id="g1945"> + <rect + id="rect1943" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <linearGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.420058,-2.385472,2.385472,-2.420058,191.02156,67.379695)" + y2="-24" + y1="-24" + x2="-24" + x1="-44" + id="linear1"> + <stop + id="stop1948" + style="stop-color:rgb(0%,0%,0%);stop-opacity:0" + offset="0" /> + <stop + id="stop1950" + style="stop-color:rgb(0%,0%,0%)" + offset="1" /> + </linearGradient> + <clipPath + id="clip4-0"> + <rect + id="rect1953" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip4-0)" + id="surface14-4"> + <path + id="path1956" + d="m 230.39844,143.60937 -80.6836,81.85157 c 10.88672,11.8164 26.21485,18.55078 42.28125,18.57031 31.80469,0 57.58594,-25.78516 57.58985,-57.58984 -0.0234,-16.35547 -7,-31.92579 -19.1875,-42.83204 z m 0,0" + style="fill:url(#linear1)" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask4-8"> + <g + style="filter:url(#alpha-4)" + id="g1961"> + <rect + id="rect1959" + style="fill:#000000;fill-opacity:0.4" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip5-7"> + <rect + id="rect1964" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip5-7)" + id="surface17"> + <path + id="path1967" + d="m 271.51562,120.03516 c -11.53906,0 -20.89453,9.35546 -20.89453,20.89453 0,11.54297 9.35547,20.89453 20.89453,20.89453 11.54297,0 20.89454,-9.35547 20.89454,-20.89453 0.004,-11.53907 -9.35157,-20.89453 -20.89454,-20.89453 z m -38.02343,34.14062 c -6.16797,0 -11.17188,5 -11.17188,11.17188 0,6.17187 5.00391,11.17187 11.17188,11.17187 6.17187,0 11.17578,-5 11.17578,-11.17187 0,-6.17188 -5.00391,-11.17188 -11.17578,-11.17188 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <image + xlink:href="data:image/png;base64,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" + height="384" + width="384" + id="image6-9" /> + <image + xlink:href="data:image/png;base64,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" + height="384" + width="384" + id="image10" /> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-49"> + <feColorMatrix + id="feColorMatrix2175" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-0"> + <g + style="filter:url(#alpha-49)" + id="g2180"> + <rect + id="rect2178" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-9"> + <rect + id="rect2183" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-9)" + id="surface13"> + <path + id="path2186" + d="m 15.75,304.66797 v 7.5 c 0,13.3164 10.71875,24.03906 24.035156,24.03906 H 344.21484 c 13.31641,0 24.03516,-10.72266 24.03516,-24.03906 v -7.5 c 0,13.3164 -10.71875,24.03906 -24.03516,24.03906 H 39.785156 C 26.46875,328.70703 15.75,317.98437 15.75,304.66797 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-5"> + <feColorMatrix + id="feColorMatrix2313" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-3-9"> + <feColorMatrix + id="feColorMatrix2316" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask2-2-7"> + <g + id="g2321" + style="filter:url(#alpha-3-9)"> + <rect + id="rect2319" + y="0" + x="0" + height="384" + width="384" + style="fill:#000000;fill-opacity:0.2" /> + </g> + </mask> + <clipPath + id="clip3-9"> + <rect + id="rect2324" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-9)" + id="surface11-1"> + <path + id="path2327" + style="fill:#000000" + d="M 72.570312,252 H 311.42969 C 318.37109,252 324,258.68359 324,266.92969 v 6.14062 C 324,281.31641 318.37109,288 311.42969,288 H 72.570312 C 65.628906,288 60,281.31641 60,273.07031 v -6.14062 C 60,258.68359 65.628906,252 72.570312,252 Z m 0,0" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-2-2"> + <g + id="g2332" + style="filter:url(#alpha-3-06)"> + <rect + id="rect2330" + y="0" + x="0" + height="384" + width="384" + style="fill-opacity:0.2" /> + </g> + </mask> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-3-06"> + <feColorMatrix + id="feColorMatrix2335" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask2-2-2-1"> + <g + id="g2340" + style="filter:url(#alpha-3-06-1)"> + <rect + id="rect2338" + y="0" + x="0" + height="384" + width="384" + style="fill-opacity:0.2" /> + </g> + </mask> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-3-06-1"> + <feColorMatrix + id="feColorMatrix2343" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-7"> + <feColorMatrix + id="feColorMatrix2419" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-6"> + <g + style="filter:url(#alpha-7)" + id="g2424"> + <rect + id="rect2422" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-7"> + <rect + id="rect2427" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-7)" + id="surface5-3"> + <path + id="path2430" + d="m 149.0625,65.144531 c -12.83984,-0.222656 -23.92187,12.546875 -21.20703,25.304688 1.82812,19.496091 14.39844,35.320311 24.20703,51.417971 1.10547,5.99609 -2.05859,11.83203 -2.26953,17.78125 -6.39453,34.94531 -16.15235,69.69922 -31.16406,101.76172 -18.57813,8.55078 -39.613285,16.99609 -50.476566,35.42578 -6.894532,12.78906 2.816406,30.04687 17.066406,31.39453 13.222656,1.80859 23.03516,-9.51953 30.26563,-19.01563 7.54687,-10.21093 12.51171,-22.37109 18.78906,-33.34375 38,-15.30468 77.98047,-26 118.78906,-30.0625 16.5,11.8125 33.98047,25.74219 55.14062,26.58594 12.30079,-0.18359 22.25,-12.12109 20.90235,-24.25 -0.78906,-11.03906 -10.59766,-18.78125 -20.76172,-20.85156 -16.38672,-4.9375 -33.94141,-2.23438 -50.60938,-2.11328 -32.08203,-25.63282 -61.69531,-55.125 -85.02343,-88.8711 1.73437,-20.51562 5.21093,-43.207028 -5.47266,-61.87109 -4.05859,-5.886719 -10.93359,-9.921875 -18.17578,-9.289062 m 0.60937,18.632812 c 3.61329,0.695312 3.85157,6.078125 4.86329,8.953125 0.95312,5.863281 0.84765,11.847655 0.78125,17.769535 -4.30469,-8.03907 -9.89063,-16.44141 -8.89454,-25.968754 1.13282,-0.04687 2.13672,-0.621094 3.25,-0.75 m 19.90625,80.003904 c 19.11719,23.77344 40.35547,45.66797 63.53125,65.51172 -30.55859,4.66016 -60.92187,12.46875 -89.99609,23 11.15234,-29.14453 19.64063,-59.25391 25.23438,-89.98437 0.41015,0.48828 0.8164,0.98046 1.22656,1.47265 m 119.25781,79.91797 c 7.41406,0.71484 15.96875,0.28516 21.90625,5.39453 0.55469,4.60938 -5.08594,5.28125 -8.08984,3.61328 -6.26563,-2.09375 -12.46485,-4.72265 -17.78516,-8.73047 1.32422,-0.082 2.64453,-0.2539 3.97656,-0.27734 m -185.25,48.49219 c -3.52343,6.55859 -8.656246,12.73828 -14.007809,17.38281 -1.78125,2.88281 -6.667969,-2.44922 -4.417969,-4.69922 4.640626,-7.26953 12.75,-11.12109 19.925778,-15.46094 -0.5039,0.92579 -1,1.85157 -1.5039,2.78125" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-56"> + <feColorMatrix + id="feColorMatrix2485" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask2-39"> + <g + style="filter:url(#alpha-56)" + id="g2490"> + <rect + id="rect2488" + y="0" + x="0" + height="384" + width="384" + style="fill:#000000;fill-opacity:0.2" /> + </g> + </mask> + <clipPath + id="clip3-4"> + <rect + id="rect2493" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-4)" + id="surface11-8"> + <path + id="path2496" + style="fill:#000000" + d="M 383.74609,275.08984 C 381.04687,326.01172 338.99609,365.9375 288,366 237.66406,366 195.875,327.11719 192.25391,276.91016 192.12109,278.60547 192.03906,280.30078 192,282 c 0,53.01953 42.98047,96 96,96 53.01953,0 96,-42.98047 96,-96 -0.004,-2.30859 -0.0898,-4.61328 -0.25781,-6.91406 z m 0,0" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-29"> + <feColorMatrix + id="feColorMatrix2554" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-39"> + <g + style="filter:url(#alpha-29)" + id="g2559"> + <rect + id="rect2557" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-0"> + <rect + id="rect2562" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-0)" + id="surface5-88"> + <path + id="path2565" + d="m 54.246094,315.98828 v 34.37109 c 0,4.38672 2.789062,8.08985 6.695312,9.47266 0.0039,0 0.0078,0.004 0.01172,0.004 0.242187,0.0859 0.488281,0.16015 0.738281,0.22656 0.05078,0.0156 0.101563,0.0273 0.148438,0.0391 0.222656,0.0586 0.445312,0.10547 0.671875,0.14844 0.121093,0.0234 0.242187,0.0391 0.367187,0.0547 0.164063,0.0234 0.328125,0.0508 0.496094,0.0664 0.3125,0.0312 0.628906,0.0508 0.949219,0.0508 H 319.67187 c 2.79297,0 5.3125,-1.12109 7.13672,-2.9414 1.82032,-1.81641 2.94532,-4.33203 2.94532,-7.1211 v -6.87109 c 0,5.57031 -4.4961,10.05859 -10.08204,10.05859 H 64.324219 c -1.1875,0 -2.324219,-0.21484 -3.382813,-0.58984 v -13.74609 c 1.058594,0.375 2.195313,0.58593 3.382813,0.58593 H 319.67578 c 5.58203,0 10.07813,-4.48437 10.07813,-10.05859 v -13.75 c 0,5.57422 -4.4961,10.0625 -10.07813,10.0625 H 64.324219 c -5.582031,0 -10.078125,-4.48828 -10.078125,-10.0625 z m 10.011718,16.92969 c 2.074219,0.004 4.164063,0.004 6.242188,0.004 h -6.175781 c -0.02344,0 -0.04297,-0.004 -0.06641,-0.004 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-50"> + <g + style="filter:url(#alpha-29)" + id="g2570"> + <rect + id="rect2568" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-9"> + <rect + id="rect2573" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-9)" + id="surface8-63"> + <path + id="path2576" + d="m 64.324219,23.578125 c -5.582031,0 -10.078125,4.488281 -10.078125,10.0625 v 6.871094 c 0,-5.570313 4.496094,-10.058594 10.078125,-10.058594 H 319.67578 c 5.58203,0 10.07813,4.488281 10.07813,10.058594 v -6.871094 c 0,-5.574219 -4.4961,-10.0625 -10.07813,-10.0625 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-59"> + <feColorMatrix + id="feColorMatrix2706" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-8"> + <g + style="filter:url(#alpha-59)" + id="g2711"> + <rect + id="rect2709" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-48"> + <rect + id="rect2714" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-48)" + id="surface5-1"> + <path + id="path2717" + d="M 256.10547,254.50781 C 229.19922,302.33984 208.57031,307.17578 192,297.35937 c -16.57031,-9.82031 -22.80469,-30.57421 4.10156,-78.41015 26.90235,-47.83594 81.32422,-101.92969 99.82031,-106.36328 5.50782,18.66015 -12.91796,94.08984 -39.82031,141.92187 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-0"> + <g + style="filter:url(#alpha-59)" + id="g2722"> + <rect + id="rect2720" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-30"> + <rect + id="rect2725" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-30)" + id="surface8-4"> + <path + id="path2728" + d="m 150.25391,231.5625 c 46.60546,27.61328 51.30859,48.79297 41.74609,65.79687 -9.5625,17.00391 -29.78516,23.41407 -76.38281,-4.21093 C 69.019531,265.53516 16.320312,209.66406 12,190.67969 c 18.175781,-5.65235 91.66016,13.26172 138.25391,40.88281 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-4"> + <g + style="filter:url(#alpha-59)" + id="g2733"> + <rect + id="rect2731" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-44"> + <rect + id="rect2736" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-44)" + id="surface11-76"> + <path + id="path2739" + d="m 187.89453,218.95312 c 26.90625,47.83204 20.67578,68.58985 4.10547,78.40625 -16.57031,9.81641 -37.19922,4.98047 -64.10547,-42.85156 -26.89844,-47.83203 -45.324218,-123.26172 -39.816405,-141.92187 18.492185,4.43359 72.917965,58.52734 99.820315,106.36328 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask3-3"> + <g + style="filter:url(#alpha-59)" + id="g2744"> + <rect + id="rect2742" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip4-1"> + <rect + id="rect2747" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip4-1)" + id="surface14-7"> + <path + id="path2750" + d="m 226.64453,233.35156 c 0,55.23828 -15.50781,70.00781 -34.64062,70.00781 -19.13282,0 -34.64454,-14.76953 -34.64454,-70.00781 0,-55.23437 20.78516,-130.01953 34.64454,-143.35156 13.85546,13.33594 34.64062,88.11328 34.64062,143.35156 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask4-5"> + <g + style="filter:url(#alpha-59)" + id="g2755"> + <rect + id="rect2753" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip5-9"> + <rect + id="rect2758" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip5-9)" + id="surface17-6"> + <path + id="path2761" + d="M 268.37891,293.14844 C 221.78516,320.77344 201.5625,314.36328 192,297.35937 182.4375,280.35547 187.14062,259.17578 233.74609,231.5625 280.34375,203.94141 353.82031,185.02734 372,190.67969 c -4.32031,18.98437 -57.01563,74.85547 -103.61719,102.47265 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-8"> + <feColorMatrix + id="feColorMatrix2904" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-57"> + <g + style="filter:url(#alpha-8)" + id="g2909"> + <rect + id="rect2907" + y="0" + x="0" + height="384" + width="384" + style="fill:#000000;fill-opacity:0.2" /> + </g> + </mask> + <clipPath + id="clip1-41"> + <rect + id="rect2912" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-41)" + id="surface5-85"> + <path + id="path2915" + style="fill:#000000" + d="M 21.5625,200.13672 C 21.386719,200.4375 21.171875,200.69922 21,201 c 0,94.44141 76.558594,171 171,171 94.44141,0 171,-76.55859 171,-171 -0.18359,-0.0703 -0.42578,-0.14063 -0.60938,-0.21094 -6.08593,88.92188 -79.93359,159.21485 -170.38671,159.21485 -90.6836,0 -164.675785,-70.64454 -170.437504,-159.86329 z m 0,0" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-89"> + <feColorMatrix + id="feColorMatrix3077" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-64"> + <g + style="filter:url(#alpha-89)" + id="g3082"> + <rect + id="rect3080" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-33"> + <rect + id="rect3085" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-33)" + id="surface5-38"> + <path + id="path3088" + d="m 144.02734,174.03516 h 96.01953 v 142.9375 l -48.00781,49.09765 -48.01172,-49.09765 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + <path + id="path3090" + d="m 144.02734,174.03516 h 48.01172 v 192.03515 l -48.01172,-49.09765 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-6"> + <g + style="filter:url(#alpha-89)" + id="g3095"> + <rect + id="rect3093" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-04"> + <rect + id="rect3098" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-04)" + id="surface8-8"> + <path + id="path3101" + d="m 305.97656,155.96875 c 0,16.57031 -14.58203,30.00781 -32.57031,30.00781 H 110.50391 c -17.988285,0 -32.570316,-13.4375 -32.570316,-30.00781 0,-16.57422 14.582031,-30.00781 32.570316,-30.00781 h 162.90234 c 17.98828,0 32.57031,13.43359 32.57031,30.00781 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-8"> + <g + style="filter:url(#alpha-89)" + id="g3106"> + <rect + id="rect3104" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-8"> + <rect + id="rect3109" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-8)" + id="surface11-9"> + <path + id="path3112" + d="m 152.01172,30.015625 h 80.01953 c 11.05078,0 20.00781,8.058594 20.00781,17.996094 0,9.941406 -8.95703,18 -20.00781,18 h -80.01953 c -11.04688,0 -20.00391,-8.058594 -20.00391,-18 0,-9.9375 8.95703,-17.996094 20.00391,-17.996094 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask3-7"> + <g + style="filter:url(#alpha-89)" + id="g3117"> + <rect + id="rect3115" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip4-7"> + <rect + id="rect3120" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip4-7)" + id="surface14-6"> + <path + id="path3123" + d="m 152.02344,24.003906 c -11.08203,0 -19.9961,8.03125 -19.9961,18.003906 0,1.058594 0.11328,2.082032 0.32813,3.082032 1.54687,-8.566406 9.69531,-15.082032 19.66797,-15.082032 h 80.03125 c 9.96875,0 18.11718,6.515626 19.66797,15.082032 0.21093,-1 0.32812,-2.023438 0.32812,-3.082032 0,-9.972656 -8.91406,-18.003906 -19.99609,-18.003906 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask4-4"> + <g + style="filter:url(#alpha-89)" + id="g3128"> + <rect + id="rect3126" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip5-3"> + <rect + id="rect3131" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip5-3)" + id="surface17-0"> + <path + id="path3134" + d="m 110.58984,120.02344 c -18.050778,0 -32.574215,13.38281 -32.574215,30.00781 0,1.01172 0.05859,2.01172 0.164063,3 1.628906,-15.20313 15.460937,-27.00781 32.410152,-27.00781 h 162.89844 c 16.94531,0 30.78125,11.80468 32.40625,27.00781 0.10938,-0.98828 0.16406,-1.98828 0.16406,-3 0,-16.625 -14.52343,-30.00781 -32.57031,-30.00781 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + y="0" + x="0" + height="1" + width="1" + id="alpha-30"> + <feColorMatrix + id="feColorMatrix3216" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-92"> + <g + style="filter:url(#alpha-30)" + id="g3221"> + <rect + id="rect3219" + style="fill:#000000;fill-opacity:0.2" + height="384" + width="384" + x="0" + y="0" /> + </g> + </mask> + <clipPath + id="clip1-54"> + <rect + id="rect3224" + height="384" + width="384" + x="0" + y="0" /> + </clipPath> + <g + clip-path="url(#clip1-54)" + id="surface5-0"> + <path + id="path3227" + style="fill:#000000" + d="m 342.67969,33.59375 c -0.58594,1.945312 -1.40625,3.773438 -2.36719,5.460938 -3.8789,6.84375 -34.09765,65.007812 -30.77344,70.710942 0.41407,0.70312 1.14844,1.28906 2.10938,1.78125 6.53516,-18.417974 25.62109,-55.117192 28.66406,-60.492192 2.75781,-4.863282 4.24219,-10.902344 2.36719,-17.460938 z m 28.73437,95.01562 c -1.02343,2.52344 -3.82421,4.76172 -11.27343,6.23438 -14.40625,2.85156 -55.57422,30.23047 -69.98047,53.03906 -14.41016,22.8086 -18.29688,108.91016 -19.40625,119.17578 -1.69922,16.16406 1.67969,46.58985 -7.5,49.23828 -23.14063,6.67578 -84.45313,22.45313 -142.49609,-10.3125 -55.937502,-31.57422 -73.113283,-58.99609 -77.273439,-73.58984 -0.777344,1.60547 -1.292969,3.17187 -1.3125,4.66406 -0.140625,10.8125 11.441406,43.02735 78.582029,80.92578 58.04688,32.76563 119.35938,16.98438 142.5,10.3125 9.17969,-2.64843 5.79688,-33.07422 7.4961,-49.24218 1.10937,-10.26172 5,-96.36719 19.40625,-119.17578 14.41015,-22.80469 55.57422,-50.1836 69.98437,-53.03516 14.40625,-2.85156 11.64844,-8.55859 11.64844,-13.6875 0,-1.22656 -0.12891,-2.82422 -0.375,-4.54688 z M 16.847654,195.32812 c -0.953125,0.49219 -3.902344,1.83594 -4.382812,2.13282 -4.757813,2.9375 28.289062,38.47265 42,49.26562 4.535156,-4.62109 8.101562,-8.24609 5.0625,-8.76562 -4.953125,-0.84766 -31.621094,-27.58985 -42.679688,-42.63282 z" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-59"> + <g + style="filter:url(#alpha-30)" + id="g3232"> + <rect + id="rect3230" + style="fill:#000000;fill-opacity:0.2" + height="384" + width="384" + x="0" + y="0" /> + </g> + </mask> + <clipPath + id="clip2-4"> + <rect + id="rect3235" + height="384" + width="384" + x="0" + y="0" /> + </clipPath> + <g + clip-path="url(#clip2-4)" + id="surface8-692"> + <path + id="path3238" + style="fill:#000000" + d="m 203.71094,126.33203 c 0,0 -18.22656,-2.70703 -28.74219,7.4375 -10.51562,10.14844 -19.63281,32.46875 -18.92969,39.23437 0.69922,6.76563 21.73438,-23 30.84766,-25.02734 9.11328,-2.03125 18.92969,-16.91406 16.82422,-21.64453 z" + inkscape:connector-curvature="0" /> + </g> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="-392.77899" + y1="219.207" + x2="593.91602" + x1="213.77299" + id="linearGradient55"> + <stop + id="stop3241" + offset="0" + style="stop-color:#213554" /> + <stop + id="stop3243" + offset="1" + style="stop-color:#213554;stop-opacity:0" /> + </linearGradient> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-24"> + <feColorMatrix + id="feColorMatrix3293" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-7"> + <g + style="filter:url(#alpha-24)" + id="g3298"> + <rect + id="rect3296" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-75"> + <rect + id="rect3301" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-75)" + id="surface5-48"> + <path + id="path3304" + d="M 360,349.19922 V 46.800781 C 360,37.523438 352.47656,30 343.19922,30 H 40.800781 C 31.523438,30 24,37.523438 24,46.800781 V 349.19922 C 24,358.47656 31.523438,366 40.800781,366 H 343.19922 C 352.47656,366 360,358.47656 360,349.19922 Z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-1"> + <g + style="filter:url(#alpha-24)" + id="g3309"> + <rect + id="rect3307" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-28"> + <rect + id="rect3312" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-28)" + id="surface8-9"> + <path + id="path3315" + d="m 160.37891,88.839844 -10.37891,6 14.36328,24.890626 C 138.10937,132.41797 138,162.01172 138,162.01172 h 108 c 0,0 -0.12109,-29.59766 -26.36328,-42.28125 L 234,94.839844 l -10.38281,-6 -15.53907,26.906246 c -4.76562,-1.0664 -10.01953,-1.73437 -16.05468,-1.73437 -6.05078,0 -11.32813,0.66797 -16.10547,1.73437 z m 7.64453,49.171876 c 3.32422,0 5.97656,2.67578 5.97656,5.97656 0,3.30078 -2.6875,6.02344 -5.97656,6.02344 -3.32422,0 -6.02344,-2.6875 -6.02344,-6.02344 0,-3.30078 2.69922,-5.97656 6.02344,-5.97656 z m 48,0 c 3.32422,0 5.97656,2.67578 5.97656,5.97656 0,3.30078 -2.6875,6.02344 -5.97656,6.02344 -3.32422,0 -6.02344,-2.6875 -6.02344,-6.02344 0,-3.30078 2.69922,-5.97656 6.02344,-5.97656 z m 48.5039,29.98437 c -6.89843,0 -12.52734,6.35938 -12.52734,14.19532 v 55.5664 c 0,7.83594 5.62891,14.23438 12.52734,14.23438 6.90235,0 11.47266,-6.39844 11.47266,-14.23438 v -55.5664 c 0,-7.84766 -4.55859,-14.20704 -11.47266,-14.20704 M 138,167.99609 l -0.004,102 c 0,2.82813 3.17188,6 6.00391,6 h 18 v 22.5 c 0,7.46485 4.75,13.5 12,13.5 7.19922,0 12.23828,-6.04297 12,-13.49609 V 276 h 12 v 22.5 c 0,7.46484 4.75,13.5 12,13.5 7.19922,0 12,-6.14063 12,-13.5 V 276 h 18 c 2.83203,0 6,-3.16797 6,-6 V 168 Z m -17.47266,0 C 113.625,167.99609 108,174.35547 108,182.19141 v 55.5664 c 0,7.83594 5.625,14.23438 12.52734,14.23438 6.90235,0 11.47266,-6.39844 11.47266,-14.23438 v -55.5664 c 0,-7.84766 -4.55859,-14.20704 -11.47266,-14.20704 m -5.51953,-5.51953" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-36"> + <g + style="filter:url(#alpha-24)" + id="g3320"> + <rect + id="rect3318" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-80"> + <rect + id="rect3323" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-80)" + id="surface11-21"> + <path + id="path3326" + d="M 40.804688,24 C 31.496094,24 24,31.496094 24,40.804688 v 6 C 24,37.496094 31.496094,30 40.804688,30 H 343.19531 C 352.50391,30 360,37.496094 360,46.804688 v -6 C 360,31.496094 352.50391,24 343.19531,24 Z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-05"> + <feColorMatrix + id="feColorMatrix3378" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-11"> + <g + style="filter:url(#alpha-05)" + id="g3383"> + <rect + id="rect3381" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-08"> + <path + id="path3386" + d="m 111,119 h 177 v 23 H 111 Z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip3-5"> + <path + id="path3389" + d="m 368.63672,199.875 c 0,-93.23437 -75.60156,-168.75 -168.75,-168.75 -93.15234,0 -168.750001,75.51563 -168.750001,168.75 0,93.23437 75.597661,168.75 168.750001,168.75 93.14844,0 168.75,-75.51563 168.75,-168.75 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip4-06"> + <path + id="path3392" + d="m 177,130 h 45 v 89 h -45 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip5-4"> + <path + id="path3395" + d="m 368.63672,199.875 c 0,-93.23437 -75.60156,-168.75 -168.75,-168.75 -93.15234,0 -168.750001,75.51563 -168.750001,168.75 0,93.23437 75.597661,168.75 168.750001,168.75 93.14844,0 168.75,-75.51563 168.75,-168.75 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip6"> + <path + id="path3398" + d="m 111,207 h 177 v 89 H 111 Z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip7"> + <path + id="path3401" + d="m 368.63672,199.875 c 0,-93.23437 -75.60156,-168.75 -168.75,-168.75 -93.15234,0 -168.750001,75.51563 -168.750001,168.75 0,93.23437 75.597661,168.75 168.750001,168.75 93.14844,0 168.75,-75.51563 168.75,-168.75 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip1-6"> + <rect + id="rect3404" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-6)" + id="surface5-2"> + <g + id="g3411" + clip-path="url(#clip2-08)"> + <g + id="g3409" + clip-path="url(#clip3-5)"> + <path + id="path3407" + d="M 111.84375,141.21094 H 287.92969 V 119.19922 H 111.84375 m 0,22.01172" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="g3417" + clip-path="url(#clip4-06)"> + <g + id="g3415" + clip-path="url(#clip5-4)"> + <path + id="path3413" + d="m 177.875,130.17578 v 88.04297 h 44.02344 v -88.04297 m -44.02344,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="g3423" + clip-path="url(#clip6)"> + <g + id="g3421" + clip-path="url(#clip7)"> + <path + id="path3419" + d="m 177.875,207.21094 h -66.03125 l 88.04297,88.04687 88.04297,-88.04687 m -110.05469,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <clipPath + id="clip8"> + <path + id="path3426" + d="m 103,111 h 178 v 23 H 103 Z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip9"> + <path + id="path3429" + d="M 360.75,192 C 360.75,98.765625 285.14844,23.25 192,23.25 98.851562,23.25 23.25,98.765625 23.25,192 c 0,93.23437 75.601562,168.75 168.75,168.75 93.14844,0 168.75,-75.51563 168.75,-168.75 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip10"> + <path + id="path3432" + d="m 169,122 h 46 v 89 h -46 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip11"> + <path + id="path3435" + d="M 360.75,192 C 360.75,98.765625 285.14844,23.25 192,23.25 98.851562,23.25 23.25,98.765625 23.25,192 c 0,93.23437 75.601562,168.75 168.75,168.75 93.14844,0 168.75,-75.51563 168.75,-168.75 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip12"> + <path + id="path3438" + d="m 103,199 h 178 v 89 H 103 Z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <clipPath + id="clip13"> + <path + id="path3441" + d="M 360.75,192 C 360.75,98.765625 285.14844,23.25 192,23.25 98.851562,23.25 23.25,98.765625 23.25,192 c 0,93.23437 75.601562,168.75 168.75,168.75 93.14844,0 168.75,-75.51563 168.75,-168.75 z m 0,0" + inkscape:connector-curvature="0" /> + </clipPath> + <mask + id="mask1-58"> + <g + style="filter:url(#alpha-05)" + id="g3446"> + <rect + id="rect3444" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip14"> + <rect + id="rect3449" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip14)" + id="surface8-62"> + <path + id="path3452" + d="m 23.296875,188.25 c -0.02734,1.24609 -0.04687,2.49609 -0.04687,3.75 0,93.20312 75.546875,168.75 168.75,168.75 93.20312,0 168.75,-75.54688 168.75,-168.75 0,-1.25391 -0.0195,-2.50391 -0.0469,-3.75 -1.99609,91.46875 -76.7539,165 -168.70312,165 -91.94922,0 -166.707031,-73.53125 -168.703125,-165 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-84"> + <g + style="filter:url(#alpha-05)" + id="g3457"> + <rect + id="rect3455" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip15"> + <rect + id="rect3460" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip15)" + id="surface11-72"> + <path + id="path3463" + d="M 192,23.25 C 98.796875,23.25 23.25,98.796875 23.25,192 c 0,0.75391 0.01953,1.5 0.02734,2.25 C 24.484375,102.08594 99.550781,27.75 192,27.75 c 92.44922,0 167.51562,74.33594 168.72266,166.5 0.008,-0.75 0.0273,-1.49609 0.0273,-2.25 C 360.75,98.796875 285.20312,23.25 192,23.25 Z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-06"> + <feColorMatrix + id="feColorMatrix3586" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-29"> + <g + style="filter:url(#alpha-06)" + id="g3591"> + <rect + id="rect3589" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-90"> + <rect + id="rect3594" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-90)" + id="surface5-81"> + <path + id="path3597" + d="m 189.97266,23.25 c -13.89063,0.05469 -27.19141,1.265625 -38.88672,3.289062 -34.42969,6.046876 -40.69922,18.621094 -40.69922,41.867188 v 7.5 c 0,-23.246094 6.26953,-35.820312 40.69922,-41.867188 11.69531,-2.023437 24.99609,-3.234374 38.88672,-3.289062 l -0.0273,0.167969 c 13.875,-0.05469 28.3711,0.984375 42.31641,3.292969 22.1289,3.628906 44.04687,20.050781 44.04687,41.863281 v -7.5 c 0,-21.8125 -21.91797,-38.234375 -44.04687,-41.863281 -13.94531,-2.308594 -28.44141,-3.347657 -42.31641,-3.292969 z m 97.92187,86.06641 v 7.5 l 25.9375,0.0703 c 23.67578,0 34.82422,17.46484 40.70313,40.80859 3.70703,14.83594 5.79687,27.97656 6.15625,40.30078 0.43359,-14.49218 -1.6875,-29.91797 -6.15625,-47.80078 -5.87891,-23.34375 -17.02735,-40.80859 -40.70313,-40.80859 z m -208.046874,0.0273 c -23.675781,0 -44.367187,14.0625 -50.851562,40.80859 -4.152344,17.05469 -6.109375,30.55469 -5.683594,44.67578 0.34375,-11.53515 2.269531,-23.15234 5.683594,-37.17578 6.484375,-26.74609 27.175781,-40.80859 50.851562,-40.80859 H 191.77344 v -7.5 z m 208.046874,35.73437 c 0,27.6875 -23.77344,47.74219 -50.85156,47.74219 h -89.30469 c -22.23828,0 -40.69922,22.19141 -40.69922,44.22656 v 7.5 c 0,-22.03515 18.46094,-44.22656 40.69922,-44.22656 h 89.30469 c 27.07812,0 50.85156,-20.05469 50.85156,-47.74219 z m -96.09375,137.94141 v 7.5 h 81.27344 v -7.5 z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-3"> + <g + style="filter:url(#alpha-06)" + id="g3602"> + <rect + id="rect3600" + style="fill:#000000;fill-opacity:0.30196102" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-1"> + <rect + id="rect3605" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-1)" + id="surface8-1"> + <path + id="path3608" + d="m 110.38672,91.617188 v 7.5 h 81.38672 v -7.5 z m 165.92187,42.136722 c 0,22.45703 -21.42578,40.92187 -44.04687,40.92187 h -85.19531 c -27.62891,0 -50.91016,23.28516 -50.91016,49.82422 v 7.5 c 0,-26.53906 23.28125,-49.82422 50.91016,-49.82422 h 85.19531 c 22.62109,0 44.04687,-18.46484 44.04687,-40.92187 z M 23.3125,187.32812 c -0.40625,13.69141 1.421875,27.26954 5.683594,44.61329 5.765625,23.83984 19.558594,40.8125 43.21875,40.8125 H 96.15625 v -7.5 H 72.214844 c -23.660156,0 -37.453125,-16.97266 -43.21875,-40.8125 -3.484375,-14.1836 -5.34375,-25.84766 -5.683594,-37.11329 z m 337.37891,3.16797 c -0.35157,11.67188 -2.36329,22.73828 -6.15625,33.98828 -8.24219,24.44141 -17.08204,40.8125 -40.70313,40.8125 H 191.80078 v 7.5 h 122.03125 c 23.62109,0 32.46094,-16.37109 40.70313,-40.8125 4.59765,-13.6289 6.57812,-26.99218 6.15625,-41.48828 z M 107.03906,306.23437 v 7.5 c 0,21.8086 19.16407,34.60547 40.69922,40.86329 25.75781,7.46875 53.82031,8.90234 84.63672,0 20.48437,-5.875 40.69922,-17.6875 40.69922,-40.86329 v -7.5 c 0,23.17579 -20.21485,34.98829 -40.69922,40.86329 -30.81641,8.90234 -58.87891,7.46875 -84.63672,0 -21.53515,-6.25782 -40.69922,-19.05469 -40.69922,-40.86329 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <filter + filterUnits="objectBoundingBox" + y="0" + x="0" + height="1" + width="1" + id="alpha-03"> + <feColorMatrix + id="feColorMatrix3656" + values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" + type="matrix" + in="SourceGraphic" /> + </filter> + <mask + id="mask0-4"> + <g + style="filter:url(#alpha-03)" + id="g3661"> + <rect + id="rect3659" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip1-03"> + <rect + id="rect3664" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip1-03)" + id="surface5-9"> + <path + id="path3667" + d="m 352,248 c 0,61.85547 -50.14453,112 -112,112 -61.85547,0 -112,-50.14453 -112,-112 0,-61.85547 50.14453,-112 112,-112 61.85547,0 112,50.14453 112,112 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask1-19"> + <g + style="filter:url(#alpha-03)" + id="g3672"> + <rect + id="rect3670" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip2-69"> + <rect + id="rect3675" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip2-69)" + id="surface8-3"> + <path + id="path3678" + d="m 312,248 c 0,39.76562 -32.23438,72 -72,72 -39.76563,0 -72,-32.23438 -72,-72 0,-39.76563 32.23437,-72 72,-72 39.76562,0 72,32.23437 72,72 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask2-38"> + <g + style="filter:url(#alpha-03)" + id="g3683"> + <rect + id="rect3681" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip3-0"> + <rect + id="rect3686" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip3-0)" + id="surface11-5"> + <path + id="path3689" + d="M 256,152 C 256,213.85547 205.85547,264 144,264 82.144531,264 32,213.85547 32,152 32,90.144531 82.144531,40 144,40 c 61.85547,0 112,50.144531 112,112 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask3-6"> + <g + style="filter:url(#alpha-03)" + id="g3694"> + <rect + id="rect3692" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip4-6"> + <rect + id="rect3697" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip4-6)" + id="surface14-40"> + <path + id="path3700" + d="m 216,152 c 0,39.76562 -32.23438,72 -72,72 -39.76562,0 -72,-32.23438 -72,-72 0,-39.76562 32.23438,-72 72,-72 39.76562,0 72,32.23438 72,72 z m 0,0" + style="fill:#000000" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask4-0"> + <g + style="filter:url(#alpha-03)" + id="g3705"> + <rect + id="rect3703" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip5-46"> + <rect + id="rect3708" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip5-46)" + id="surface17-2"> + <path + id="path3711" + transform="scale(8)" + d="M 30,34 C 30,34 28.890625,27.271484 25.538574,23.98584 22.186035,20.700684 16,19 16,19" + style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask5-6"> + <g + style="filter:url(#alpha-03)" + id="g3716"> + <rect + id="rect3714" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip6-7"> + <rect + id="rect3719" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip6-7)" + id="surface20"> + <path + id="path3722" + d="M 144,32 C 82.144531,32 32,82.144531 32,144 c 0.02344,1.5625 0.08203,3.125 0.171875,4.6875 C 33.960938,88.195312 83.480469,40.066406 144,40 204.00391,40.039062 253.31641,87.359375 255.82812,147.3125 255.90234,146.21094 255.96094,145.10547 256,144 256,82.144531 205.85547,32 144,32 Z m 0,0" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + </g> + <mask + id="mask6"> + <g + style="filter:url(#alpha-03)" + id="g3727"> + <rect + id="rect3725" + style="fill:#000000;fill-opacity:0.2" + y="0" + x="0" + height="384" + width="384" /> + </g> + </mask> + <clipPath + id="clip7-5"> + <rect + id="rect3730" + y="0" + x="0" + height="384" + width="384" /> + </clipPath> + <g + clip-path="url(#clip7-5)" + id="surface23"> + <path + id="path3733" + transform="scale(8)" + d="m 19.002441,15.996094 c 0,0 1.109375,6.728515 4.461426,10.013672 3.352539,3.285644 9.538574,4.986328 9.538574,4.986328" + style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round" + inkscape:connector-curvature="0" /> + </g> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.70710678" + inkscape:cx="396.75322" + inkscape:cy="376.56784" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1720" + inkscape:window-height="1378" + inkscape:window-x="1080" + inkscape:window-y="141" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Capa 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-87)"> + <g + id="g3923" + transform="matrix(0.9983985,0,0,1.0532458,0.16815639,-27.421207)"> + <rect + style="opacity:1;fill:#0ca15e;fill-opacity:1;stroke:none;stroke-width:0.68995011;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-2" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="115.25658" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#4aaee6;fill-opacity:1;stroke:none;stroke-width:0.68995011;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-61" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="83.843849" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#367bf0;fill-opacity:1;stroke:none;stroke-width:0.69472486;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-0-6" + width="209.99997" + height="10.616343" + x="2.6932243e-05" + y="129.86945" /> + <rect + style="opacity:1;fill:#265ab1;fill-opacity:1;stroke:none;stroke-width:0.69472486;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-1-2" + width="209.99997" + height="10.616343" + x="2.6932243e-05" + y="119.2531" /> + <rect + style="opacity:1;fill:#153873;fill-opacity:1;stroke:none;stroke-width:0.69472486;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-0-6-1" + width="209.99997" + height="10.616343" + x="2.6932243e-05" + y="108.63676" /> + <rect + style="opacity:1;fill:#684c35;fill-opacity:1;stroke:none;stroke-width:0.68995035;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-7-6-5" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="125.72749" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#8c42ab;fill-opacity:1;stroke:none;stroke-width:0.68995023;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-7-1" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="146.66933" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#d41919;fill-opacity:1;stroke:none;stroke-width:0.68995035;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-7-8-6" + width="209.99997" + height="10.470914" + x="3.0517578e-05" + y="167.61116" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#23bac2;fill-opacity:1;stroke:none;stroke-width:0.68995017;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-2-1-1" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="94.314758" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#19a187;fill-opacity:1;stroke:none;stroke-width:0.68995011;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="104.78567" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:0.68995017;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6" + width="209.99997" + height="10.470914" + x="3.3503031e-05" + y="219.96568" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#f8de68;fill-opacity:1;stroke:none;stroke-width:0.68995017;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-5" + width="209.99997" + height="10.470914" + x="3.3503031e-05" + y="209.49481" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#ffc730;fill-opacity:1;stroke:none;stroke-width:0.68995023;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7" + width="209.99997" + height="10.470914" + x="2.4608975e-05" + y="199.0239" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#fd3535;fill-opacity:1;stroke:none;stroke-width:0.68995023;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-7" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="178.08208" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.68995017;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-2" + width="209.99997" + height="10.470914" + x="3.3503031e-05" + y="230.43665" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#fd7d00;fill-opacity:1;stroke:none;stroke-width:0.68995035;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-2" + width="209.99997" + height="10.470914" + x="3.461479e-05" + y="188.55298" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#a16b3d;fill-opacity:1;stroke:none;stroke-width:0.68995035;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-7-6" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="136.19841" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#b8174c;fill-opacity:1;stroke:none;stroke-width:0.68995035;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-7-7-8" + width="209.99997" + height="10.470914" + x="2.7944247e-05" + y="157.14026" + transform="translate(-1.8800125e-5,56.641933)" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.68995017;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect815-3-6-2-6" + width="209.99997" + height="10.470914" + x="2.5749207e-05" + y="297.5495" /> + </g> + <g + id="g3867" + transform="matrix(1.4285714,0,0,1,-2.8870361e-5,56.375363)" /> + <g + id="g3846" + transform="matrix(1.4285714,0,0,0.70706992,7.3760814e-7,87.534745)"> + <rect + transform="scale(-1,1)" + y="-0.75595236" + x="-147" + height="297" + width="20.999996" + id="rect2069-7-7" + style="opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.16409528;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + transform="scale(-1,1)" + y="-0.75595236" + x="-125.99999" + height="297" + width="20.999996" + id="rect2069-22" + style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.1640954;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + transform="scale(-1,1)" + y="-0.75595236" + x="-105" + height="297" + width="20.999996" + id="rect2069-7-6" + style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.1640954;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + transform="scale(-1,1)" + y="-0.75626814" + x="-20.999998" + height="281.40265" + width="20.999996" + id="rect2069-9" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.13311601;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + transform="scale(-1,1)" + y="-0.75628263" + x="-42.000011" + height="281.40265" + width="20.999996" + id="rect2069-9-8" + style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.13311601;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + transform="scale(-1,1)" + y="-0.75628263" + x="-63.000004" + height="281.40265" + width="20.999996" + id="rect2069-2-1-1" + style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.13311613;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/tools/paletteColors b/tools/paletteColors index ed824a696..a77d03cfa 100644 --- a/tools/paletteColors +++ b/tools/paletteColors @@ -1,26 +1,19 @@ -rgb(0%,0%,0%) -rgb(100%,100%,100%) -rgb(90.196078%,90.196078%,90.196078%) -rgb(71.764706%,76.470588%,80.392157%) -rgb(64.705882%,64.705882%,64.705882%) -rgb(29.803922%,29.803922%,29.803922%) -rgb(97.647059%,87.058824%,41.176471%) -rgb(100%,78.431373%,19.215686%) -rgb(99.215686%,49.411765%,0%) -rgb(96.470588%,27.843137%,27.843137%) -rgb(83.137255%,10.196078%,10.196078%) -rgb(72.941176%,9.019608%,30.588235%) -rgb(55.686275%,26.666667%,67.843137%) -rgb(80.392157%,61.176471%,42.745098%) -rgb(41.568627%,30.196078%,21.960784%) -rgb(10.588235%,63.921569%,53.72549%) -rgb(5.882353%,63.137255%,37.254902%) -rgb(13.333333%,21.176471%,33.72549%) -rgb(24.313725%,80.392157%,96.470588%) -rgb(29.019608%,68.235294%,90.980392%) -rgb(0%,41.568627%,72.54902%) -rgb(16.078431%,50.196078%,72.54902%) -rgb(21.176471%,48.235294%,94.117647%) -rgb(14.117647%,36.470588%,76.862745%) -rgb(32.156863%,70.196078%,85.098039%) -rgb(31.764706%,72.54902%,76.470588%) + #0f2751 #112d5c #133368 #153873 #2c4c81 #44608f #5b739d + #1b3f7c #1e488e #2251a0 #265ab1 #3b6ab9 #517bc1 #678bc8 + #2656a8 #2b62c0 #316fd8 #367bf0 #4a88f1 #5e95f3 #72a2f4 + #347aa1 #3b8bb8 #439dcf #4aaee6 #5cb6e8 #6ebeeb #80c6ed + #198388 #1c959b #20a8af #23bac2 #39c1c8 #4fc8ce #65cfd4 + #12715f #14816c #17917a #19a187 #30aa93 #47b49f #5ebdab + #087142 #0a814b #0b9155 #0ca15e #24aa6e #3db47e #54bd8e + #493525 #533d2a #5e4530 #684c35 #775e49 #86705d #958171 + #714b2b #815631 #916137 #a16b3d #aa7a50 #b48964 #bd9777 + #622e78 #703589 #7e3c9a #8c42ab #9755b3 #a368bc #ae7ac4 + #811035 #93123d #a61545 #b8174c #bf2e5e #c64570 #cd5c81 + #951212 #aa1414 #bf1717 #d41919 #d83030 #dd4747 #e15e5e + #b22525 #ca2a2a #e43030 #fd3535 #fd4949 #fd5d5d #fe7171 + #b25800 #ca6400 #e47100 #fd7d00 #fd8a19 #fd9733 #fea44c + #b38c22 #cc9f26 #e6b32b #ffc730 #ffcc44 #ffd259 #ffd86e + #ae9c49 #c6b253 #e0c85e #f8de68 #f9e177 #f9e586 #fae895 + #272a34 #2d303b #333643 #383c4a #4c4f5c #60636e #737680 + #000000 #191919 #333333 #4c4c4c + #ffffff |