Skip to content

Instantly share code, notes, and snippets.

@TonyWhite
Created March 1, 2018 09:27
Show Gist options
  • Select an option

  • Save TonyWhite/3fc2ea416304a5eef35b2995bb8cc24c to your computer and use it in GitHub Desktop.

Select an option

Save TonyWhite/3fc2ea416304a5eef35b2995bb8cc24c to your computer and use it in GitHub Desktop.
HomeJar - Execute a jar file in Linux Home directory
[Desktop Entry]
Name=HomeJar
Comment=Jar executor in Home directory
Exec=homejar %f
Icon=homejar.svg
Terminal=false
Type=Application
Categories=Settings;System;
StartupNotify=false
MimeType=x-java-archive;
#!/bin/bash
# Execute a jar file in Home directory
file_name=${1}
if [ ${file_name} ]; then
if [ -s ${file_name} ]; then
# Navigate to home
cd ~
# Execute file
java -jar ${file_name}
else
echo "ERROR 404 \"${file_name}\" NOT FOUND"
fi
else
echo "Need for Jar file"
fi
exit
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
height="160px"
id="icon"
style="enable-background:new 0 0 160 160;"
version="1.0"
viewBox="0 0 160 160"
width="160px"
xml:space="preserve"
inkscape:version="0.48.5 r10040"
sodipodi:docname="home.svg"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs6"><linearGradient
id="linearGradient5902"><stop
style="stop-color:#b2b2b2;stop-opacity:1;"
offset="0"
id="stop5904" /><stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="1"
id="stop5906" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5902"
id="linearGradient5908"
x1="79.322037"
y1="158.32855"
x2="79.322037"
y2="1.0036098"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1014"
id="namedview4"
showgrid="false"
inkscape:zoom="2.95"
inkscape:cx="72.505315"
inkscape:cy="64.647587"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="icon" /><rect
style="fill:url(#linearGradient5908);fill-opacity:1;stroke:none"
id="rect5038"
width="160"
height="160"
x="0"
y="0"
ry="28.813559" /><path
inkscape:connector-curvature="0"
d="m 7.671,88.329 c -1.562,-1.563 -1.562,-4.095 0,-5.657 l 70,-70 c 1.563,-1.562 4.095,-1.562 5.657,0 l 70,70 c 1.563,1.563 1.563,4.096 0,5.657 -0.781,0.78 -1.805,1.171 -2.828,1.171 -1.023,0 -2.047,-0.391 -2.829,-1.171 L 80.5,21.157 13.329,88.329 c -1.563,1.562 -4.095,1.562 -5.658,0 z M 25.5,91.5 c -2.209,0 -4,1.791 -4,4 l 0,50 c 0,2.209 1.791,4 4,4 l 110,0 c 2.209,0 4,-1.791 4,-4 l 0,-50 c 0,-2.209 -1.791,-4 -4,-4 -2.209,0 -4,1.791 -4,4 l 0,46 -102,0 0,-46 c 0,-2.209 -1.791,-4 -4,-4 z"
id="home"
sodipodi:nodetypes="cscssssccccsssssssssccss" /><g
id="g4017"
transform="matrix(0.19073062,0,0,0.19073062,28.419486,39.445026)"><symbol
viewBox="-14.006 -13.196 28.013 26.392"
transform="translate(0,228.53602)"
id="Caution"><g
id="g4"><linearGradient
y2="12.4121"
y1="-12.3398"
x2="0.032699998"
x1="0.032699998"
id="SVGID_1_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop7" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop9" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop11" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop13" /></linearGradient><path
style="fill:url(#SVGID_1_)"
id="path15"
d="m 13.895,-8.388 c 0.075,-0.29 0.112,-0.574 0.112,-0.854 0,-0.858 -0.334,-1.59 -1.004,-2.193 -0.669,-0.604 -1.507,-0.904 -2.514,-0.904 h -20.838 c -1.057,0.016 -1.924,0.291 -2.602,0.824 -0.678,0.536 -1.008,1.222 -0.99,2.061 0,0.296 0.045,0.608 0.135,0.936 0.09,0.328 0.244,0.666 0.459,1.011 L -2.37,10.875 c 0.313,0.512 0.685,0.897 1.114,1.153 0.429,0.256 0.876,0.384 1.339,0.384 0.461,0 0.908,-0.128 1.336,-0.384 C 1.85,11.772 2.213,11.386 2.51,10.875 L 13.511,-7.532 c 0.181,-0.282 0.31,-0.567 0.384,-0.856 z m -2.738,-0.854 c 0,0.031 0,0.063 0,0.086 0,0.026 -0.008,0.045 -0.025,0.062 0,0.017 -0.004,0.037 -0.012,0.063 -0.009,0.024 -0.021,0.046 -0.037,0.063 l -11,18.382 V 9.44 9.465 L 0.056,9.438 V 9.412 L -10.919,-8.995 c -0.051,-0.066 -0.09,-0.135 -0.124,-0.21 -0.032,-0.076 -0.049,-0.145 -0.049,-0.212 0.065,-0.032 0.161,-0.053 0.284,-0.062 0.125,-0.009 0.277,-0.013 0.459,-0.013 h 20.838 c 0.131,0 0.242,0.009 0.334,0.025 0.091,0.017 0.168,0.042 0.234,0.074 0.017,0.018 0.029,0.029 0.037,0.037 0.009,0.01 0.021,0.021 0.037,0.037 0,0.018 0.009,0.035 0.025,0.05 0,0.018 0,0.034 0,0.051 V -9.242 z M 2.336,3.208 c 0,-0.026 0,-0.055 0,-0.089 C 2.304,2.756 2.188,2.386 1.989,2.006 1.79,1.625 1.584,1.196 1.372,0.717 1.122,0.204 0.896,-0.395 0.69,-1.079 0.481,-1.766 0.38,-2.578 0.38,-3.52 h -0.719 c 0,0.941 -0.104,1.754 -0.311,2.44 -0.205,0.685 -0.424,1.283 -0.656,1.796 -0.23,0.479 -0.445,0.908 -0.643,1.289 -0.199,0.38 -0.314,0.75 -0.348,1.113 0,0.034 0,0.063 0,0.089 0,0.024 0,0.045 0,0.063 0,0.644 0.227,1.19 0.682,1.646 0.453,0.452 1.002,0.681 1.646,0.681 C 0.66,5.597 1.2,5.368 1.654,4.916 2.107,4.46 2.335,3.913 2.335,3.27 2.336,3.253 2.336,3.232 2.336,3.208 z M 1.519,-7.719 C 1.106,-8.124 0.61,-8.325 0.032,-8.325 c -0.578,0 -1.073,0.201 -1.486,0.606 -0.414,0.404 -0.619,0.895 -0.619,1.474 0,0.578 0.205,1.07 0.619,1.475 0.413,0.404 0.908,0.607 1.486,0.607 0.578,0 1.074,-0.203 1.486,-0.607 0.414,-0.404 0.619,-0.896 0.619,-1.475 10e-4,-0.579 -0.204,-1.069 -0.618,-1.474 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.4121"
y1="-12.3398"
x2="0.032699998"
x1="0.032699998"
id="SVGID_2_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop18" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop20" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop22" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop24" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop26" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop28" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop30" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop32" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop34" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop36" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop38" /></linearGradient><path
style="fill:url(#SVGID_2_)"
id="path40"
d="m 13.895,-8.388 c 0.075,-0.29 0.112,-0.574 0.112,-0.854 0,-0.858 -0.334,-1.59 -1.004,-2.193 -0.669,-0.604 -1.507,-0.904 -2.514,-0.904 h -20.838 c -1.057,0.016 -1.924,0.291 -2.602,0.824 -0.678,0.536 -1.008,1.222 -0.99,2.061 0,0.296 0.045,0.608 0.135,0.936 0.09,0.328 0.244,0.666 0.459,1.011 L -2.37,10.875 c 0.313,0.512 0.685,0.897 1.114,1.153 0.429,0.256 0.876,0.384 1.339,0.384 0.461,0 0.908,-0.128 1.336,-0.384 C 1.85,11.772 2.213,11.386 2.51,10.875 L 13.511,-7.532 c 0.181,-0.282 0.31,-0.567 0.384,-0.856 z m -2.738,-0.854 c 0,0.031 0,0.063 0,0.086 0,0.026 -0.008,0.045 -0.025,0.062 0,0.017 -0.004,0.037 -0.012,0.063 -0.009,0.024 -0.021,0.046 -0.037,0.063 l -11,18.382 V 9.44 9.465 L 0.056,9.438 V 9.412 L -10.919,-8.995 c -0.051,-0.066 -0.09,-0.135 -0.124,-0.21 -0.032,-0.076 -0.049,-0.145 -0.049,-0.212 0.065,-0.032 0.161,-0.053 0.284,-0.062 0.125,-0.009 0.277,-0.013 0.459,-0.013 h 20.838 c 0.131,0 0.242,0.009 0.334,0.025 0.091,0.017 0.168,0.042 0.234,0.074 0.017,0.018 0.029,0.029 0.037,0.037 0.009,0.01 0.021,0.021 0.037,0.037 0,0.018 0.009,0.035 0.025,0.05 0,0.018 0,0.034 0,0.051 V -9.242 z M 2.336,3.208 c 0,-0.026 0,-0.055 0,-0.089 C 2.304,2.756 2.188,2.386 1.989,2.006 1.79,1.625 1.584,1.196 1.372,0.717 1.122,0.204 0.896,-0.395 0.69,-1.079 0.481,-1.766 0.38,-2.578 0.38,-3.52 h -0.719 c 0,0.941 -0.104,1.754 -0.311,2.44 -0.205,0.685 -0.424,1.283 -0.656,1.796 -0.23,0.479 -0.445,0.908 -0.643,1.289 -0.199,0.38 -0.314,0.75 -0.348,1.113 0,0.034 0,0.063 0,0.089 0,0.024 0,0.045 0,0.063 0,0.644 0.227,1.19 0.682,1.646 0.453,0.452 1.002,0.681 1.646,0.681 C 0.66,5.597 1.2,5.368 1.654,4.916 2.107,4.46 2.335,3.913 2.335,3.27 2.336,3.253 2.336,3.232 2.336,3.208 z M 1.519,-7.719 C 1.106,-8.124 0.61,-8.325 0.032,-8.325 c -0.578,0 -1.073,0.201 -1.486,0.606 -0.414,0.404 -0.619,0.895 -0.619,1.474 0,0.578 0.205,1.07 0.619,1.475 0.413,0.404 0.908,0.607 1.486,0.607 0.578,0 1.074,-0.203 1.486,-0.607 0.414,-0.404 0.619,-0.896 0.619,-1.475 10e-4,-0.579 -0.204,-1.069 -0.618,-1.474 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g42"><radialGradient
r="21.6469"
id="SVGID_3_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1157,4.1406)"
cy="8.3563995"
cx="-1.4146"><stop
style="stop-color:#638A98"
offset="0"
id="stop45" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop47" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop49" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop51" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop53" /></radialGradient><path
style="fill:url(#SVGID_3_)"
id="path55"
d="m 13.895,-8.388 c 0.075,-0.29 0.112,-0.574 0.112,-0.854 0,-0.858 -0.334,-1.59 -1.004,-2.193 -0.669,-0.604 -1.507,-0.904 -2.514,-0.904 h -20.838 c -1.057,0.016 -1.924,0.291 -2.602,0.824 -0.678,0.536 -1.008,1.222 -0.99,2.061 0,0.296 0.045,0.608 0.135,0.936 0.09,0.328 0.244,0.666 0.459,1.011 L -2.37,10.875 c 0.313,0.512 0.685,0.897 1.114,1.153 0.429,0.256 0.876,0.384 1.339,0.384 0.461,0 0.908,-0.128 1.336,-0.384 C 1.85,11.772 2.213,11.386 2.51,10.875 L 13.511,-7.532 c 0.181,-0.282 0.31,-0.567 0.384,-0.856 z m -2.738,-0.854 c 0,0.031 0,0.063 0,0.086 0,0.026 -0.008,0.045 -0.025,0.062 0,0.017 -0.004,0.037 -0.012,0.063 -0.009,0.024 -0.021,0.046 -0.037,0.063 l -11,18.382 V 9.44 9.465 L 0.056,9.438 V 9.412 L -10.919,-8.995 c -0.051,-0.066 -0.09,-0.135 -0.124,-0.21 -0.032,-0.076 -0.049,-0.145 -0.049,-0.212 0.065,-0.032 0.161,-0.053 0.284,-0.062 0.125,-0.009 0.277,-0.013 0.459,-0.013 h 20.838 c 0.131,0 0.242,0.009 0.334,0.025 0.091,0.017 0.168,0.042 0.234,0.074 0.017,0.018 0.029,0.029 0.037,0.037 0.009,0.01 0.021,0.021 0.037,0.037 0,0.018 0.009,0.035 0.025,0.05 0,0.018 0,0.034 0,0.051 V -9.242 z M 2.336,3.208 c 0,-0.026 0,-0.055 0,-0.089 C 2.304,2.756 2.188,2.386 1.989,2.006 1.79,1.625 1.584,1.196 1.372,0.717 1.122,0.204 0.896,-0.395 0.69,-1.079 0.481,-1.766 0.38,-2.578 0.38,-3.52 h -0.719 c 0,0.941 -0.104,1.754 -0.311,2.44 -0.205,0.685 -0.424,1.283 -0.656,1.796 -0.23,0.479 -0.445,0.908 -0.643,1.289 -0.199,0.38 -0.314,0.75 -0.348,1.113 0,0.034 0,0.063 0,0.089 0,0.024 0,0.045 0,0.063 0,0.644 0.227,1.19 0.682,1.646 0.453,0.452 1.002,0.681 1.646,0.681 C 0.66,5.597 1.2,5.368 1.654,4.916 2.107,4.46 2.335,3.913 2.335,3.27 2.336,3.253 2.336,3.232 2.336,3.208 z M 1.519,-7.719 C 1.106,-8.124 0.61,-8.325 0.032,-8.325 c -0.578,0 -1.073,0.201 -1.486,0.606 -0.414,0.404 -0.619,0.895 -0.619,1.474 0,0.578 0.205,1.07 0.619,1.475 0.413,0.404 0.908,0.607 1.486,0.607 0.578,0 1.074,-0.203 1.486,-0.607 0.414,-0.404 0.619,-0.896 0.619,-1.475 10e-4,-0.579 -0.204,-1.069 -0.618,-1.474 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g57"><linearGradient
y2="-12.3398"
y1="12.4121"
x2="0.032699998"
x1="0.032699998"
id="SVGID_4_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop60" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop62" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop64" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop66" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop68" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop70" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop72" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop74" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop76" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop78" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop80" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop82" /></linearGradient><path
style="fill:url(#SVGID_4_)"
id="path84"
d="m 13.895,-8.388 c 0.075,-0.29 0.112,-0.574 0.112,-0.854 0,-0.858 -0.334,-1.59 -1.004,-2.193 -0.669,-0.604 -1.507,-0.904 -2.514,-0.904 h -20.838 c -1.057,0.016 -1.924,0.291 -2.602,0.824 -0.678,0.536 -1.008,1.222 -0.99,2.061 0,0.296 0.045,0.608 0.135,0.936 0.09,0.328 0.244,0.666 0.459,1.011 L -2.37,10.875 c 0.313,0.512 0.685,0.897 1.114,1.153 0.429,0.256 0.876,0.384 1.339,0.384 0.461,0 0.908,-0.128 1.336,-0.384 C 1.85,11.772 2.213,11.386 2.51,10.875 L 13.511,-7.532 c 0.181,-0.282 0.31,-0.567 0.384,-0.856 z m -2.738,-0.854 c 0,0.031 0,0.063 0,0.086 0,0.026 -0.008,0.045 -0.025,0.062 0,0.017 -0.004,0.037 -0.012,0.063 -0.009,0.024 -0.021,0.046 -0.037,0.063 l -11,18.382 V 9.44 9.465 L 0.056,9.438 V 9.412 L -10.919,-8.995 c -0.051,-0.066 -0.09,-0.135 -0.124,-0.21 -0.032,-0.076 -0.049,-0.145 -0.049,-0.212 0.065,-0.032 0.161,-0.053 0.284,-0.062 0.125,-0.009 0.277,-0.013 0.459,-0.013 h 20.838 c 0.131,0 0.242,0.009 0.334,0.025 0.091,0.017 0.168,0.042 0.234,0.074 0.017,0.018 0.029,0.029 0.037,0.037 0.009,0.01 0.021,0.021 0.037,0.037 0,0.018 0.009,0.035 0.025,0.05 0,0.018 0,0.034 0,0.051 V -9.242 z M 2.336,3.208 c 0,-0.026 0,-0.055 0,-0.089 C 2.304,2.756 2.188,2.386 1.989,2.006 1.79,1.625 1.584,1.196 1.372,0.717 1.122,0.204 0.896,-0.395 0.69,-1.079 0.481,-1.766 0.38,-2.578 0.38,-3.52 h -0.719 c 0,0.941 -0.104,1.754 -0.311,2.44 -0.205,0.685 -0.424,1.283 -0.656,1.796 -0.23,0.479 -0.445,0.908 -0.643,1.289 -0.199,0.38 -0.314,0.75 -0.348,1.113 0,0.034 0,0.063 0,0.089 0,0.024 0,0.045 0,0.063 0,0.644 0.227,1.19 0.682,1.646 0.453,0.452 1.002,0.681 1.646,0.681 C 0.66,5.597 1.2,5.368 1.654,4.916 2.107,4.46 2.335,3.913 2.335,3.27 2.336,3.253 2.336,3.232 2.336,3.208 z M 1.519,-7.719 C 1.106,-8.124 0.61,-8.325 0.032,-8.325 c -0.578,0 -1.073,0.201 -1.486,0.606 -0.414,0.404 -0.619,0.895 -0.619,1.474 0,0.578 0.205,1.07 0.619,1.475 0.413,0.404 0.908,0.607 1.486,0.607 0.578,0 1.074,-0.203 1.486,-0.607 0.414,-0.404 0.619,-0.896 0.619,-1.475 10e-4,-0.579 -0.204,-1.069 -0.618,-1.474 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g86"><path
style="fill:#ffffff"
id="path88"
d="m -10.349,-11.235 c -3.476,0.505 -2.593,2.489 -1.315,4.628 1.761,2.949 3.521,5.897 5.282,8.846 1.434,2.401 2.867,4.802 4.301,7.202 0.561,0.94 1.024,1.533 2.165,1.866 C 1.415,11.696 -0.79,10.302 -0.798,10.052 -0.819,9.505 -1.479,8.757 -1.8,8.217 c -1.813,-3.04 -3.625,-6.08 -5.438,-9.12 -1.498,-2.512 -4.71,-5.952 -4.71,-9.045 0,-0.021 -0.017,-0.24 0.002,-0.25 3.106,-1.534 8.696,-0.397 12.017,-0.397 2.832,0 5.664,0 8.496,0 1.043,0 2.508,-0.272 3.291,0.556 0.528,0.559 0.138,1.46 -0.192,2.012 -2.88,4.809 -5.758,9.62 -8.637,14.43 -0.851,1.423 -2.089,2.794 -2.089,4.484 0,0.074 2.216,-3.009 2.458,-3.413 2.978,-4.983 5.956,-9.966 8.934,-14.949 2.798,-4.682 -4.988,-3.761 -7.536,-3.761 -5.049,0.001 -10.097,0.001 -15.145,0.001 -0.004,0 -0.004,-0.5 0,-0.5 5.048,0 10.096,0 15.144,0 2.222,0 8.359,-1.054 8.359,2.493 0,2.563 -2.926,5.786 -4.156,7.844 C 7.259,1.513 5.52,4.423 3.78,7.334 3.08,8.506 2.206,10.821 0.938,11.57 0.955,11.56 0.936,11.341 0.936,11.32 c 0,-2.094 0.21,-2.269 1.333,-4.145 2.475,-4.137 4.95,-8.274 7.426,-12.411 0.431,-0.721 3.215,-3.956 1.736,-4.674 -2.559,-1.244 -7.66,-0.186 -10.385,-0.186 -3.778,0 -7.557,0 -11.335,0 -3.33,0 0.302,4.083 1.154,5.51 3.037,5.095 5.646,11.754 10.037,15.676 0.026,0.023 0.005,0.499 0,0.5 -2.541,0.675 -3.896,-3.175 -4.954,-4.947 -2.188,-3.665 -4.376,-7.33 -6.565,-10.994 -1.495,-2.504 -4.783,-6.65 0.268,-7.384 -0.02,0.003 0.028,0.496 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path90"
d="m 0.032,-7.221 c -0.585,0.028 -1.063,0.368 -1.223,0.943 -0.059,0.214 0.207,0.509 0.334,0.646 0.235,0.253 0.556,0.348 0.89,0.364 0.58,0.028 1.071,-0.41 1.222,-0.946 0.06,-0.214 -0.206,-0.506 -0.333,-0.644 -0.236,-0.253 -0.555,-0.347 -0.89,-0.363 -0.012,0 0.004,-0.5 0,-0.5 1.7,0.082 1.698,2.871 0,2.953 -0.866,0.042 -1.253,-0.741 -1.253,-1.478 0,-0.792 0.389,-1.434 1.253,-1.476 -0.004,0.001 0.012,0.501 0,0.501 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path92"
d="m 0.021,-0.111 c -0.399,1.182 -1.259,2.34 -1.466,3.558 0,-0.164 0,-0.327 0,-0.491 0.129,1.924 2.756,2.014 2.926,0.065 0,0.167 0,0.333 0,0.5 C 1.318,2.277 0.433,1.08 0.021,-0.111 c -0.052,-0.15 0.051,-0.353 0,-0.5 0.422,1.221 3.076,5.326 0.011,5.604 -1.134,0.103 -1.484,-1.042 -1.479,-1.922 0.002,-0.422 0.191,-0.792 0.38,-1.161 0.422,-0.821 0.792,-1.646 1.088,-2.521 -0.05,0.148 0.051,0.349 0,0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g94"><path
style="fill:#26286a"
id="path96"
d="m 13.895,-9.013 c 0.038,-0.285 0.075,-0.57 0.112,-0.854 0,0.417 0,0.833 0,1.25 -1.021,-4.854 -10.28,-3.098 -13.937,-3.098 -3.406,0 -13.073,-1.693 -14.011,2.885 0,-0.417 0,-0.833 0,-1.25 0.532,3.692 3.975,7.608 5.833,10.721 1.95,3.265 3.813,8.332 6.852,10.763 3.203,2.562 7.558,-7.499 8.518,-9.105 2.212,-3.702 4.865,-7.372 6.633,-11.312 -0.154,0.343 0.157,0.9 0,1.25 -1.508,3.361 -3.748,6.485 -5.634,9.641 -2.04,3.413 -3.886,7.089 -6.246,10.295 -2.898,3.937 -6.758,-4.647 -7.684,-6.198 -2.474,-4.144 -4.948,-8.287 -7.422,-12.431 -0.596,-0.999 -1.101,-2.401 -0.85,-3.625 0.887,-4.329 8.793,-2.885 12.067,-2.885 4.101,0 8.202,0 12.303,0 3.305,0 3.789,2.734 3.465,5.202 0.054,-0.407 -0.054,-0.838 10e-4,-1.249 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path98"
d="m 11.164,-9.242 c 0,2.32 -2.484,4.914 -3.613,6.801 C 5.842,0.415 4.132,3.272 2.423,6.129 1.825,7.126 1.228,8.124 0.631,9.121 0.356,9.58 0.089,10.487 0.089,9.464 0.089,9.541 0.026,10.036 0.083,10.089 0.014,10.025 0.051,9.839 0.05,9.754 0.047,9.182 0.28,10.413 -0.301,9.438 c -1.342,-2.25 -2.683,-4.5 -4.025,-6.75 -1.541,-2.583 -3.081,-5.167 -4.621,-7.75 -0.655,-1.098 -1.852,-2.457 -2.145,-3.729 -0.027,-0.118 -0.04,-1.242 0,-1.25 4.726,-1.023 10.577,-0.074 15.392,-0.074 1.278,0 6.864,-1.013 6.864,0.899 0,0.707 -0.013,0.707 -0.013,0 0,-0.008 0,-0.017 0,-0.025 0,-0.708 0.013,-0.708 0.013,-0.001 0,0.008 0,0.017 0,0.025 0,0.707 -0.013,0.707 -0.013,0 0,0.755 -0.976,0.351 -1.756,0.351 -2.532,0 -5.063,0 -7.595,0 -4.036,0 -8.924,-0.785 -12.892,0.074 0,-0.417 0,-0.833 0,-1.25 0.25,1.083 1.248,2.225 1.805,3.159 1.653,2.773 3.307,5.547 4.96,8.32 1.232,2.067 4.403,5.489 4.403,8.001 0,-2.524 3.156,-5.915 4.398,-7.991 1.657,-2.77 3.314,-5.539 4.972,-8.309 0.286,-0.479 1.704,-3.445 1.704,-2.381 10e-4,-0.706 0.014,-0.706 0.014,10e-4 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path100"
d="m 2.33,3.208 c 0,-0.03 0,-0.059 0,-0.089 C 2.332,3.327 2.334,3.536 2.336,3.744 2.127,2.705 1.562,1.765 1.13,0.8 1.009,0.53 0.259,-2.895 0.193,-2.895 c -0.729,0 -0.844,2.445 -1.052,3.096 -0.391,1.224 -1.182,2.283 -1.437,3.543 0.002,-0.208 0.004,-0.417 0.006,-0.625 0,0.05 0,0.101 0,0.151 -0.002,-0.208 -0.004,-0.417 -0.006,-0.625 0.274,2.998 4.356,2.999 4.632,0 -0.002,0.209 -0.004,0.417 -0.006,0.626 0,-0.021 0,-0.042 0,-0.063 0,-0.707 0.013,-0.707 0.013,0 0,1.073 -0.155,1.891 -1.044,2.631 -1.503,1.252 -3.536,-0.327 -3.596,-1.966 -0.104,-2.85 1.874,-5.081 1.957,-7.995 0,-0.008 0.001,-0.015 0.001,-0.022 0.24,0 0.479,0 0.719,0 0,0.007 0.001,0.015 0.001,0.022 0.057,2.024 0.703,3.719 1.608,5.503 0.32,0.629 0.353,1.163 0.353,1.827 0,0.707 -0.012,0.707 -0.012,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path102"
d="M 1.519,-7.094 C 0.768,-7.76 -0.196,-7.878 -1.08,-7.391 c -0.417,0.23 -0.701,0.648 -0.88,1.075 -0.227,0.54 -0.159,-0.416 0,0.142 0.086,0.304 0.297,0.553 0.506,0.779 0.671,0.729 1.78,0.749 2.599,0.297 0.417,-0.231 0.7,-0.649 0.879,-1.076 0.227,-0.541 0.159,0.415 0,-0.142 -0.086,-0.303 -0.297,-0.552 -0.505,-0.778 -0.212,-0.229 0.203,-1.03 0,-1.25 0.691,0.75 0.767,1.98 0.606,2.966 -0.284,1.745 -2.282,2.379 -3.579,1.232 -0.735,-0.65 -0.755,-2.053 -0.606,-2.967 0.283,-1.742 2.285,-2.379 3.579,-1.231 0.211,0.188 -0.202,1.072 0,1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-9.085 -13 18.17 26"
transform="translate(0,228.53602)"
id="Document_Icon"><g
id="g105"><linearGradient
y2="12.375"
y1="-12.375"
x2="0.0229"
x1="0.0229"
id="SVGID_5_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop108" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop110" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop112" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop114" /></linearGradient><polygon
style="fill:url(#SVGID_5_)"
points="9.069,-12.375 -0.092,-12.375 -0.092,-12.375 -0.092,-12.375 -4.753,-12.375 -9.023,-7.64 -9.023,0.008 -9.023,12.375 -0.092,12.375 9.069,12.375 9.069,0.235 "
id="polygon116" /><linearGradient
y2="12.375"
y1="-12.375"
x2="0.0229"
x1="0.0229"
id="SVGID_6_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop119" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop121" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop123" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop125" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop127" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop129" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop131" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop133" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop135" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop137" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop139" /></linearGradient><polygon
style="fill:url(#SVGID_6_)"
points="9.069,-12.375 -0.092,-12.375 -0.092,-12.375 -0.092,-12.375 -4.753,-12.375 -9.023,-7.64 -9.023,0.008 -9.023,12.375 -0.092,12.375 9.069,12.375 9.069,0.235 "
id="polygon141" /><radialGradient
r="19.2707"
id="SVGID_7_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1362)"
cy="8.3192997"
cx="-0.91409999"><stop
style="stop-color:#638A98"
offset="0"
id="stop144" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop146" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop148" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop150" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop152" /></radialGradient><polygon
style="opacity:0.81000001;fill:url(#SVGID_7_)"
points="9.069,-12.375 -0.092,-12.375 -0.092,-12.375 -0.092,-12.375 -4.753,-12.375 -9.023,-7.64 -9.023,0.008 -9.023,12.375 -0.092,12.375 9.069,12.375 9.069,0.235 "
id="polygon154" /><linearGradient
y2="-12.375"
y1="12.375"
x2="0.0229"
x1="0.0229"
id="SVGID_8_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop157" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop159" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop161" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop163" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop165" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop167" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop169" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop171" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop173" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop175" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop177" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop179" /></linearGradient><polygon
style="opacity:0.7;fill:url(#SVGID_8_)"
points="9.069,-12.375 -0.092,-12.375 -0.092,-12.375 -0.092,-12.375 -4.753,-12.375 -9.023,-7.64 -9.023,0.008 -9.023,12.375 -0.092,12.375 9.069,12.375 9.069,0.235 "
id="polygon181" /><g
style="opacity:0.48999999"
id="g183"><path
style="fill:#ffffff"
id="path185"
d="m -4.374,-11.271 c -1.821,2.02 -3.792,3.211 -3.792,5.802 0,4.125 0,8.25 0,12.374 0,1.374 0,2.747 0,4.12 0,0.569 1.195,0.245 2.065,0.245 4.279,0 8.559,0 12.838,0 0.741,0 1.475,0.274 1.475,-0.158 0,-1.422 0,-2.844 0,-4.266 0,-4.564 0,-9.128 0,-13.692 0,-1.321 0,-2.642 0,-3.962 0,-0.949 -0.67,-0.462 -1.798,-0.462 -3.596,-0.001 -7.192,-0.001 -10.788,-0.001 -0.004,0 -0.004,-0.5 0,-0.5 4.196,0 8.392,0 12.588,0 0.003,0 0.002,0.237 0.002,0.25 0,7.68 0,15.361 0,23.041 0,0.013 0,0.25 -0.002,0.25 -5.461,0 -10.922,0 -16.383,0 -0.003,0 -0.002,-0.237 -0.002,-0.25 0,-5.239 0,-10.478 0,-15.717 0,-4.098 0.817,-4.269 3.797,-7.574 -0.081,0.09 0.085,0.407 0,0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g187"><path
style="fill:#26286a"
id="path189"
d="m -0.092,-11.75 c -1.487,0 -2.974,0 -4.461,0 -0.959,0 -2.91,3.005 -3.547,3.712 -1.168,1.295 -0.916,1.69 -0.916,4.222 0,1.402 0,2.804 0,4.206 0,3.962 0,7.924 0,11.886 0,-1.045 7.973,-0.526 9.432,-0.526 1.995,0 3.989,0 5.983,0 2.101,0 2.665,0.945 2.665,-0.763 0,-3.614 0,-7.229 0,-10.843 0,-3.918 0,-7.835 0,-11.753 0,-1.145 0.186,-0.141 -0.501,-0.141 -1.033,0 -2.065,0 -3.098,0 -1.854,0 -3.705,0 -5.557,0 -0.009,0 -0.009,-1.25 0,-1.25 3.054,0 6.107,0 9.161,0 0.007,0 0.006,0.592 0.006,0.625 0,8.25 0,16.5 0,24.75 0,0.033 0.001,0.625 -0.006,0.625 -6.031,0 -12.061,0 -18.092,0 -0.007,0 -0.006,-0.592 -0.006,-0.625 0,-6.011 0,-12.021 0,-18.032 0,-2.433 -0.148,-2.437 1.509,-4.275 0.54,-0.598 2.128,-3.068 2.967,-3.068 1.487,0 2.974,0 4.461,0 0.009,0 0.009,1.25 0,1.25 z"
inkscape:connector-curvature="0" /></g></g><g
id="g191"><linearGradient
y2="-7.6395998"
y1="-12.375"
x2="-6.8881998"
x1="-6.8881998"
id="SVGID_9_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop194" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop196" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop198" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop200" /></linearGradient><polygon
style="fill:url(#SVGID_9_)"
points="-9.023,-7.64 -9.023,-7.64 -4.753,-7.64 -4.753,-12.375 -9.023,-7.64 "
id="polygon202" /><linearGradient
y2="-7.6395998"
y1="-12.375"
x2="-6.8881998"
x1="-6.8881998"
id="SVGID_10_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop205" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop207" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop209" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop211" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop213" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop215" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop217" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop219" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop221" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop223" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop225" /></linearGradient><polygon
style="fill:url(#SVGID_10_)"
points="-9.023,-7.64 -9.023,-7.64 -4.753,-7.64 -4.753,-12.375 -9.023,-7.64 "
id="polygon227" /><radialGradient
r="3.8642001"
id="SVGID_11_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,0.1133,-4.4053)"
cy="-8.4154997"
cx="-7.1093998"><stop
style="stop-color:#638A98"
offset="0"
id="stop230" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop232" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop234" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop236" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop238" /></radialGradient><polygon
style="opacity:0.81000001;fill:url(#SVGID_11_)"
points="-9.023,-7.64 -9.023,-7.64 -4.753,-7.64 -4.753,-12.375 -9.023,-7.64 "
id="polygon240" /><linearGradient
y2="-12.375"
y1="-7.6395998"
x2="-6.8881998"
x1="-6.8881998"
id="SVGID_12_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop243" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop245" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop247" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop249" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop251" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop253" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop255" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop257" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop259" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop261" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop263" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop265" /></linearGradient><polygon
style="opacity:0.7;fill:url(#SVGID_12_)"
points="-9.023,-7.64 -9.023,-7.64 -4.753,-7.64 -4.753,-12.375 -9.023,-7.64 "
id="polygon267" /><g
style="opacity:0.48999999"
id="g269"><path
style="fill:#ffffff"
id="path271"
d="m -7.102,-8.744 c 0.498,0 0.996,0 1.494,0 -0.001,0.083 -0.001,0.167 -0.002,0.25 0,-0.552 0,-1.105 0,-1.657 0.001,0.083 0.001,0.167 0.002,0.25 -0.498,0.552 -0.996,1.105 -1.494,1.657 0.081,-0.09 -0.085,-0.406 0,-0.5 0.498,-0.552 0.996,-1.105 1.494,-1.657 -0.025,0.027 0.002,0.214 0.002,0.25 0,0.552 0,1.105 0,1.657 0,0.013 0,0.25 -0.002,0.25 -0.498,0 -0.996,0 -1.494,0 -0.004,0 -0.004,-0.5 0,-0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g273"><path
style="fill:#26286a"
id="path275"
d="m -9.023,-8.265 c 1.423,0 2.846,0 4.27,0 -0.002,0.209 -0.005,0.417 -0.007,0.625 0,-1.579 0,-3.157 0,-4.735 0.002,0.208 0.004,0.417 0.006,0.625 -1.423,1.579 -2.846,3.157 -4.27,4.735 0.204,-0.225 -0.21,-1.015 10e-4,-1.25 1.423,-1.578 2.846,-3.156 4.27,-4.735 -0.062,0.069 0.006,0.534 0.006,0.625 0,1.579 0,3.157 0,4.735 0,0.033 10e-4,0.625 -0.006,0.625 -1.423,0 -2.846,0 -4.27,0 -0.009,0 -0.009,-1.25 0,-1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-18.023 -13.082 36.047 26.164"
transform="translate(0,228.53602)"
id="Folder"><g
id="g278"><linearGradient
y2="12.293"
y1="-12.457"
x2="-0.1201"
x1="-0.1201"
id="SVGID_13_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop281" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop283" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop285" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop287" /></linearGradient><path
style="fill:url(#SVGID_13_)"
id="path289"
d="m 14.427,8.58 c -16.194,0 -15.562,0 -15.785,0.179 0,0.176 -0.22,0.354 -0.22,0.707 0,0.353 -0.223,0.706 -0.445,1.237 -0.221,0.353 -0.665,0.707 -1.108,1.06 -0.665,0.354 -1.331,0.53 -1.331,0.53 0,0 -9.317,0 -9.763,-0.176 -0.665,-0.178 -1.108,-0.354 -1.331,-0.707 -0.22,-0.354 -0.443,-0.707 -0.665,-1.06 -0.22,-0.532 -0.442,-0.709 -0.442,-0.885 -0.223,-0.178 -0.223,-0.354 -0.443,-0.531 0,-0.176 -0.223,-0.354 -0.445,-0.354 L -17.993,8.404 V 8.051 -0.082 -12.457 H 2.192 17.755 V -0.082 6.281 6.812 C 17.532,7.343 17.312,7.699 16.867,8.05 16.424,8.226 15.759,8.404 15.093,8.579 h -0.666 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.293"
y1="-12.457"
x2="-0.1201"
x1="-0.1201"
id="SVGID_14_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop292" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop294" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop296" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop298" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop300" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop302" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop304" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop306" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop308" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop310" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop312" /></linearGradient><path
style="fill:url(#SVGID_14_)"
id="path314"
d="m 14.427,8.58 c -16.194,0 -15.562,0 -15.785,0.179 0,0.176 -0.22,0.354 -0.22,0.707 0,0.353 -0.223,0.706 -0.445,1.237 -0.221,0.353 -0.665,0.707 -1.108,1.06 -0.665,0.354 -1.331,0.53 -1.331,0.53 0,0 -9.317,0 -9.763,-0.176 -0.665,-0.178 -1.108,-0.354 -1.331,-0.707 -0.22,-0.354 -0.443,-0.707 -0.665,-1.06 -0.22,-0.532 -0.442,-0.709 -0.442,-0.885 -0.223,-0.178 -0.223,-0.354 -0.443,-0.531 0,-0.176 -0.223,-0.354 -0.445,-0.354 L -17.993,8.404 V 8.051 -0.082 -12.457 H 2.192 17.755 V -0.082 6.281 6.812 C 17.532,7.343 17.312,7.699 16.867,8.05 16.424,8.226 15.759,8.404 15.093,8.579 h -0.666 z"
inkscape:connector-curvature="0" /><radialGradient
r="23.9788"
id="SVGID_15_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1143,4.0659)"
cy="8.2372999"
cx="-1.9712"><stop
style="stop-color:#638A98"
offset="0"
id="stop317" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop319" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop321" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop323" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop325" /></radialGradient><path
style="opacity:0.81000001;fill:url(#SVGID_15_)"
id="path327"
d="m 14.427,8.58 c -16.194,0 -15.562,0 -15.785,0.179 0,0.176 -0.22,0.354 -0.22,0.707 0,0.353 -0.223,0.706 -0.445,1.237 -0.221,0.353 -0.665,0.707 -1.108,1.06 -0.665,0.354 -1.331,0.53 -1.331,0.53 0,0 -9.317,0 -9.763,-0.176 -0.665,-0.178 -1.108,-0.354 -1.331,-0.707 -0.22,-0.354 -0.443,-0.707 -0.665,-1.06 -0.22,-0.532 -0.442,-0.709 -0.442,-0.885 -0.223,-0.178 -0.223,-0.354 -0.443,-0.531 0,-0.176 -0.223,-0.354 -0.445,-0.354 L -17.993,8.404 V 8.051 -0.082 -12.457 H 2.192 17.755 V -0.082 6.281 6.812 C 17.532,7.343 17.312,7.699 16.867,8.05 16.424,8.226 15.759,8.404 15.093,8.579 h -0.666 z"
inkscape:connector-curvature="0" /><linearGradient
y2="-12.457"
y1="12.293"
x2="-0.1201"
x1="-0.1201"
id="SVGID_16_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop330" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop332" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop334" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop336" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop338" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop340" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop342" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop344" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop346" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop348" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop350" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop352" /></linearGradient><path
style="opacity:0.7;fill:url(#SVGID_16_)"
id="path354"
d="m 14.427,8.58 c -16.194,0 -15.562,0 -15.785,0.179 0,0.176 -0.22,0.354 -0.22,0.707 0,0.353 -0.223,0.706 -0.445,1.237 -0.221,0.353 -0.665,0.707 -1.108,1.06 -0.665,0.354 -1.331,0.53 -1.331,0.53 0,0 -9.317,0 -9.763,-0.176 -0.665,-0.178 -1.108,-0.354 -1.331,-0.707 -0.22,-0.354 -0.443,-0.707 -0.665,-1.06 -0.22,-0.532 -0.442,-0.709 -0.442,-0.885 -0.223,-0.178 -0.223,-0.354 -0.443,-0.531 0,-0.176 -0.223,-0.354 -0.445,-0.354 L -17.993,8.404 V 8.051 -0.082 -12.457 H 2.192 17.755 V -0.082 6.281 6.812 C 17.532,7.343 17.312,7.699 16.867,8.05 16.424,8.226 15.759,8.404 15.093,8.579 h -0.666 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.48999999"
id="g356"><path
style="fill:#ffffff"
id="path358"
d="m -17.138,-11.603 c 0,4.789 0,9.577 0,14.365 0,2.421 0.032,8.012 3.519,8.313 2.566,0.221 9.748,1.399 10.996,-1.374 0.366,-0.813 0.18,-1.374 0.782,-1.904 0.412,-0.362 1.339,-0.246 1.824,-0.264 3.591,-0.131 7.196,-0.057 10.789,-0.058 2.507,0 6.127,0.875 6.127,-2.378 0,-3.174 0,-6.348 0,-9.522 0,-2.304 0,-4.608 0,-6.912 0,-0.059 -2.671,-0.016 -3.29,-0.016 -10.25,0 -20.499,0 -30.749,0 -0.004,0 -0.004,-0.5 0,-0.5 11.347,0 22.694,0 34.041,0 0.003,0 0.002,0.237 0.002,0.25 0,6.148 0.104,12.305 -10e-4,18.453 -0.057,3.333 -19.106,-0.716 -19.112,1.841 -0.013,4.64 -7.781,2.986 -10.688,2.914 -1.137,-0.028 -4.229,-2.248 -4.244,-3.637 -0.065,-6.522 0,-13.047 0,-19.57 -0.001,-0.283 0.004,-0.283 0.004,-10e-4 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g360"><path
style="fill:#26286a"
id="path362"
d="m 14.427,9.205 c -4.699,0 -9.4,-0.03 -14.1,0.025 -1.156,0.014 -1.559,-0.255 -1.905,0.861 -1.261,4.059 -6.324,2.827 -9.604,2.78 -1.519,-0.021 -3.147,0.194 -4.375,-0.836 -1.119,-0.938 -0.93,-2.407 -2.438,-3.006 -0.042,-0.017 -0.006,-0.579 -0.006,-0.625 0,-6.954 0,-13.908 0,-20.861 0,-0.033 -10e-4,-0.625 0.006,-0.625 11.917,0 23.833,0 35.75,0 0.007,0 0.006,0.592 0.006,0.625 0,4.346 0,8.691 0,13.037 0,3.266 1.476,8.625 -3.334,8.625 -0.009,0 -0.009,-1.25 0,-1.25 5.016,0 3.322,-5.94 3.322,-9.452 0,-3.182 0,-6.364 0,-9.546 0,-1.571 0.197,-0.79 -0.3,-0.79 -1.243,0 -2.486,0 -3.729,0 -10.395,0 -20.79,0 -31.185,0 -0.761,0 -0.524,-0.967 -0.524,0.203 0,1.624 0,3.248 0,4.872 0,2.271 0,4.542 0,6.813 0,2.62 0,5.239 0,7.858 0,-0.254 2.926,3.289 3.763,3.579 2.412,0.835 6.124,0.166 8.658,0.174 1.04,0.003 1.432,-0.092 2.436,-0.528 1.541,-0.67 0.859,-2.443 1.848,-3.061 0.566,-0.354 1.996,-0.101 2.601,-0.106 4.37,-0.037 8.74,-0.015 13.11,-0.015 0.009,-0.001 0.009,1.249 0,1.249 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-12.408 -12.557 24.817 25.114"
transform="translate(0,228.53602)"
id="Globe"><g
id="g365"><linearGradient
y2="12.375"
y1="-12.375"
x2="0.025900001"
x1="0.025900001"
id="SVGID_17_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop368" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop370" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop372" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop374" /></linearGradient><path
style="fill:url(#SVGID_17_)"
id="path376"
d="m 12.401,0 c 0,-6.834 -5.539,-12.375 -12.375,-12.375 -6.834,0 -12.375,5.541 -12.375,12.375 0,6.837 5.541,12.375 12.375,12.375 6.836,0 12.375,-5.538 12.375,-12.375 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.375"
y1="-12.375"
x2="0.025900001"
x1="0.025900001"
id="SVGID_18_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop379" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop381" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop383" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop385" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop387" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop389" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop391" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop393" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop395" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop397" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop399" /></linearGradient><path
style="fill:url(#SVGID_18_)"
id="path401"
d="m 12.401,0 c 0,-6.834 -5.539,-12.375 -12.375,-12.375 -6.834,0 -12.375,5.541 -12.375,12.375 0,6.837 5.541,12.375 12.375,12.375 6.836,0 12.375,-5.538 12.375,-12.375 z"
inkscape:connector-curvature="0" /><radialGradient
r="20.795401"
id="SVGID_19_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1265)"
cy="8.3192997"
cx="-1.2559"><stop
style="stop-color:#638A98"
offset="0"
id="stop404" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop406" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop408" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop410" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop412" /></radialGradient><path
style="opacity:0.81000001;fill:url(#SVGID_19_)"
id="path414"
d="m 12.401,0 c 0,-6.834 -5.539,-12.375 -12.375,-12.375 -6.834,0 -12.375,5.541 -12.375,12.375 0,6.837 5.541,12.375 12.375,12.375 6.836,0 12.375,-5.538 12.375,-12.375 z"
inkscape:connector-curvature="0" /><linearGradient
y2="-12.375"
y1="12.375"
x2="0.025900001"
x1="0.025900001"
id="SVGID_20_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop417" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop419" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop421" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop423" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop425" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop427" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop429" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop431" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop433" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop435" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop437" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop439" /></linearGradient><path
style="opacity:0.7;fill:url(#SVGID_20_)"
id="path441"
d="m 12.401,0 c 0,-6.834 -5.539,-12.375 -12.375,-12.375 -6.834,0 -12.375,5.541 -12.375,12.375 0,6.837 5.541,12.375 12.375,12.375 6.836,0 12.375,-5.538 12.375,-12.375 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.48999999"
id="g443"><path
style="fill:#ffffff"
id="path445"
d="m 0.026,-11.271 c -5.587,0.302 -9.767,3.654 -11.254,9.052 -1.997,7.247 4.732,13.136 11.254,13.489 5.505,0.297 9.887,-4.087 11.254,-9.052 1.997,-7.247 -4.732,-13.136 -11.254,-13.489 -0.013,0 0.005,-0.5 0,-0.5 15.121,0.817 15.121,22.724 0,23.541 -15.12,0.817 -15.047,-22.728 0,-23.541 -0.005,0.001 0.013,0.5 0,0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g447"><path
style="fill:#26286a"
id="path449"
d="M 12.399,0.603 C 11.621,-13.85 -8.24,-15.937 -12.063,-2.03 -14.126,5.475 -6.528,11.397 0.026,11.75 7.009,12.126 12.052,5.844 12.4,-0.603 12.384,-0.31 12.423,0.226 12.403,0.602 11.523,16.934 -12.355,16.34 -12.355,0 c 0,-16.339 23.879,-16.933 24.758,-0.603 0.02,0.376 -0.02,0.912 -0.004,1.206 z"
inkscape:connector-curvature="0" /></g></g><g
id="g451"><linearGradient
y2="10.4617"
y1="-9.9609003"
x2="0.025900001"
x1="0.025900001"
id="SVGID_21_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop454" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop456" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop458" /></linearGradient><path
style="fill:url(#SVGID_21_)"
id="path460"
d="m -11.587,0.611 c 1.104,0.903 1.275,2.055 1.771,3.322 0.543,1.392 1.559,1.778 1.164,3.482 m -2.77,-9.616 c 1.08,0.967 1.083,-0.67 2.11,-0.592 0.794,0.063 2.504,0.756 2.592,-0.583 0.046,-0.708 -0.619,-2.194 -1.139,-2.48 -0.862,-0.478 -1.752,0.072 -2.672,0.303 M 6.862,-9.109 c -0.053,1.792 1.81,1.034 1.81,2.826 0,2.403 0.347,2.658 2.673,3.17 m 0.294,2.029 C 10.89,-0.093 9.141,-1.004 8.901,0.238 8.628,1.65 11.02,1.761 11.145,2.948 M -4.294,10.462 C -3.869,10.424 -3.555,9.644 -2.898,9.574 -1.924,9.473 -0.706,9.639 0.193,9.178 0.824,8.853 2.187,5.063 1.84,5.012 2.239,5.07 2.367,7.167 2.765,7.519 3.605,8.257 4.88,7.753 4.613,6.629 4.375,5.636 4.262,4.574 3.226,4.267 2.666,4.053 0.997,3.515 0.674,2.916 0.241,2.116 1.561,1.5 1.61,2.02 1.618,2.116 0.192,2.757 1.28,3.049 1.8,2.94 2.182,1.628 2.336,1.863 2.518,2.144 2.191,2.643 2.369,2.948 2.531,3.223 2.949,2.669 3.004,3.116 3.035,3.386 2.133,3.399 2.071,3.352 3.235,4.024 5.875,3.915 3.951,2.336 3.623,1.65 2.86,1.065 2.237,0.645 1.709,-0.618 2.524,-0.25 2.489,-1.209 c -0.016,-0.42 -1.84,1.108 -2.43,1.108 -0.465,-0.306 -0.373,-1.233 -0.195,-1.653 0.43,-1.019 1.803,-0.622 2.672,-0.85 2.107,-0.548 2.393,-1.61 0.707,-3.102 C 2.512,-6.35 1.647,-6.743 1.189,-7.651 0.948,-8.133 0.84,-9.776 0.309,-9.938 c -1.408,-0.427 -1.523,5.153 -1.444,5.851 0.044,0.536 0.211,1.03 0.501,1.48 -0.475,0.458 -0.886,0.964 -1.239,1.519 -0.038,0.062 -0.707,1.507 -0.939,1.291 0.106,-0.316 0.11,-0.622 0.012,-0.924 -0.288,-0.063 -0.863,6.153 -1.111,6.853 -0.691,1.949 -0.783,2.2 -2.627,3.113"
inkscape:connector-curvature="0" /><g
style="opacity:0.48999999"
id="g462"><path
style="fill:#ffffff"
id="path464"
d="m 0.18,-6.742 c -0.059,0.534 -0.101,1.068 -0.127,1.604 -0.015,0.308 -0.003,0.611 0.037,0.917 0.07,0.518 0.199,0.415 0.633,0.331 0.817,-0.156 1.612,-0.007 2.363,-0.454 0,0.167 0,0.333 0,0.5 C 2.75,-4.384 2.207,-4.759 1.705,-5.131 1.093,-5.583 0.568,-6.082 0.18,-6.742 c -0.074,-0.125 0.072,-0.378 0,-0.5 0.357,0.607 0.824,1.072 1.377,1.5 0.543,0.42 1.157,0.801 1.528,1.397 0.023,0.038 0.025,0.485 0,0.5 C 2.493,-3.491 1.857,-3.479 1.188,-3.441 1.032,-3.431 0.877,-3.414 0.723,-3.39 0.404,-3.347 0.28,-3.138 0.147,-3.491 0.059,-3.727 0.046,-4.001 0.041,-4.253 0.018,-5.252 0.07,-6.249 0.18,-7.242 c -0.018,0.164 0.019,0.335 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path466"
d="m -8.508,-4.6 c -0.053,0.036 -0.274,0.023 -0.344,0.036 -0.235,0.042 -0.465,0.136 -0.69,0.212 -0.066,0.022 -0.146,0.546 -0.168,0.632 0,-0.167 0,-0.333 0,-0.5 0.589,-0.071 1.149,0.096 1.727,0.187 0,0.167 0,0.333 0,0.5 -0.12,-0.373 -0.269,-0.765 -0.525,-1.067 -0.084,-0.099 0.081,-0.405 0,-0.5 0.256,0.302 0.405,0.694 0.525,1.066 0.017,0.051 -0.018,0.497 0,0.5 -0.579,-0.09 -1.139,-0.257 -1.727,-0.186 0.013,-10e-4 -0.013,-0.45 0,-0.5 0.054,-0.205 0.109,-0.41 0.163,-0.614 0.023,-0.086 0.462,-0.166 0.552,-0.193 0.114,-0.035 0.401,-0.015 0.487,-0.073 -0.075,0.05 0.079,0.447 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path468"
d="m -1.209,0.475 c -0.14,0.255 -0.306,0.491 -0.499,0.707 -0.362,0.454 -0.353,0.735 -0.434,1.342 -0.13,0.982 -0.249,1.965 -0.385,2.947 -0.164,1.181 -0.52,2.294 -1.129,3.329 0,-0.167 0,-0.333 0,-0.5 C -2.64,7.938 -1.53,8.164 -0.484,7.917 -0.086,7.823 0.376,6.009 0.496,5.66 0.584,5.404 0.651,5.146 0.696,4.879 0.627,5.292 1.012,5.62 1.295,5.83 1.88,6.265 1.786,5.135 1.838,4.777 c 0,0.167 0,0.333 0,0.5 C 0.64,4.772 -0.608,4.165 -0.616,2.686 -0.62,1.958 -0.417,1.375 0.128,0.848 c 0,0.167 0,0.333 0,0.5 -0.647,0.004 -0.964,-0.331 -1.337,-0.873 -0.079,-0.115 0.077,-0.389 0,-0.5 0.373,0.542 0.691,0.876 1.337,0.873 -0.018,0 0.034,0.467 0,0.5 -0.455,0.44 -0.647,0.832 -0.742,1.462 0,-0.167 0,-0.333 0,-0.5 0.164,1.421 1.24,1.957 2.453,2.467 0.032,0.013 0.008,0.446 0,0.5 C 1.758,5.827 1.931,6.534 1.295,6.33 0.985,6.23 0.828,5.874 0.72,5.606 0.563,5.215 0.594,5.845 0.497,6.159 0.258,6.934 -0.057,7.725 -0.483,8.416 -0.76,8.864 -3.07,8.591 -3.656,8.799 c 0.046,-0.017 -0.037,-0.438 0,-0.5 0.612,-1.04 0.955,-2.146 1.129,-3.329 0.118,-0.798 0.212,-1.601 0.314,-2.401 0.07,-0.546 0.143,-1.091 0.219,-1.636 0.017,-0.119 0.69,-0.809 0.784,-0.958 -0.073,0.118 0.077,0.379 10e-4,0.5 z"
inkscape:connector-curvature="0" /></g><path
style="fill:none;stroke:#2d2c82;stroke-width:0.25;stroke-miterlimit:1"
stroke-miterlimit="1"
id="path470"
d="m -11.587,0.611 c 1.104,0.903 1.275,2.055 1.771,3.322 0.543,1.392 1.559,1.778 1.164,3.482 m -2.77,-9.616 c 1.08,0.967 1.083,-0.67 2.11,-0.592 0.794,0.063 2.504,0.756 2.592,-0.583 0.046,-0.708 -0.619,-2.194 -1.139,-2.48 -0.862,-0.478 -1.752,0.072 -2.672,0.303 M 6.862,-9.109 c -0.053,1.792 1.81,1.034 1.81,2.826 0,2.403 0.347,2.658 2.673,3.17 m 0.294,2.029 C 10.89,-0.093 9.141,-1.004 8.901,0.238 8.628,1.65 11.02,1.761 11.145,2.948 M -4.294,10.462 C -3.869,10.424 -3.555,9.644 -2.898,9.574 -1.924,9.473 -0.706,9.639 0.193,9.178 0.824,8.853 2.187,5.063 1.84,5.012 2.239,5.07 2.367,7.167 2.765,7.519 3.605,8.257 4.88,7.753 4.613,6.629 4.375,5.636 4.262,4.574 3.226,4.267 2.666,4.053 0.997,3.515 0.674,2.916 0.241,2.116 1.561,1.5 1.61,2.02 1.618,2.116 0.192,2.757 1.28,3.049 1.8,2.94 2.182,1.628 2.336,1.863 2.518,2.144 2.191,2.643 2.369,2.948 2.531,3.223 2.949,2.669 3.004,3.116 3.035,3.386 2.133,3.399 2.071,3.352 3.235,4.024 5.875,3.915 3.951,2.336 3.623,1.65 2.86,1.065 2.237,0.645 1.709,-0.618 2.524,-0.25 2.489,-1.209 c -0.016,-0.42 -1.84,1.108 -2.43,1.108 -0.465,-0.306 -0.373,-1.233 -0.195,-1.653 0.43,-1.019 1.803,-0.622 2.672,-0.85 2.107,-0.548 2.393,-1.61 0.707,-3.102 C 2.512,-6.35 1.647,-6.743 1.189,-7.651 0.948,-8.133 0.84,-9.776 0.309,-9.938 c -1.408,-0.427 -1.523,5.153 -1.444,5.851 0.044,0.536 0.211,1.03 0.501,1.48 -0.475,0.458 -0.886,0.964 -1.239,1.519 -0.038,0.062 -0.707,1.507 -0.939,1.291 0.106,-0.316 0.11,-0.622 0.012,-0.924 -0.288,-0.063 -0.863,6.153 -1.111,6.853 -0.691,1.949 -0.783,2.2 -2.627,3.113"
inkscape:connector-curvature="0" /><g
style="opacity:0.57999998"
id="g472"><path
style="fill:#150e39"
id="path474"
d="m -11.587,-0.014 c 0.794,0.726 1.158,1.577 1.503,2.577 0.318,0.924 0.801,1.661 1.273,2.503 0.442,0.788 0.305,2.122 0.159,2.975 0.069,-0.403 -0.069,-0.844 0,-1.25 0.028,-0.264 0.057,-0.527 0.085,-0.791 0,0.409 10e-4,0.818 10e-4,1.228 -0.123,-1.021 -0.843,-1.753 -1.25,-2.669 -0.544,-1.224 -0.739,-2.378 -1.771,-3.322 -0.213,-0.195 0.202,-1.066 0,-1.251 l 0,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#150e39"
id="path476"
d="m -11.422,-2.826 c 1.02,0.813 1.212,-0.693 2.25,-0.576 0.849,0.096 2.271,0.669 2.452,-0.599 -0.002,0.355 -0.003,0.711 -0.005,1.067 -0.007,-0.722 -0.446,-1.541 -0.887,-2.087 -0.698,-0.865 -2.1,-0.14 -2.919,0.093 0.101,-0.029 -0.118,-1.216 0,-1.25 0.798,-0.227 1.54,-0.594 2.383,-0.426 0.665,0.133 0.997,1.009 1.213,1.554 0.265,0.667 0.315,1.59 0.214,2.3 -0.177,1.24 -1.608,0.734 -2.452,0.599 -1.054,-0.168 -1.206,1.41 -2.25,0.576 -0.208,-0.168 0.198,-1.094 10e-4,-1.251 l 0,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#150e39"
id="path478"
d="m 6.863,-9.712 c 0.029,0.865 0.448,1.131 1.125,1.531 0.556,0.329 0.682,0.851 0.688,1.456 0.007,0.749 -0.007,1.578 0.516,2.171 0.486,0.551 1.486,0.666 2.153,0.816 0.098,0.022 -0.08,1.232 0,1.25 C 9.678,-2.862 8.78,-3.235 8.681,-5.05 8.639,-5.81 8.682,-6.461 7.988,-6.931 7.312,-7.388 6.89,-7.616 6.86,-8.507 6.848,-8.883 6.874,-9.417 6.863,-9.712 l 0,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#150e39"
id="path480"
d="M 11.639,-0.459 C 10.888,0.389 9.054,-0.339 8.881,1.02 8.882,0.632 8.883,0.244 8.884,-0.145 c 0.017,1.275 2.04,1.26 2.261,2.467 0.074,0.405 -0.073,0.849 0,1.25 C 11.017,2.873 10.29,2.56 9.741,2.221 9.109,1.83 8.88,1.433 8.875,0.711 8.872,0.125 8.743,-0.625 9.325,-0.978 c 0.743,-0.45 1.661,0.006 2.314,-0.731 -0.202,0.229 0.211,1.012 0,1.25 l 0,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#150e39"
id="path482"
d="m -4.294,9.837 c 1.43,-1.011 3.63,-0.414 4.753,-1.554 0.819,-0.832 1.244,-2.601 1.437,-3.716 0,0.417 0,0.833 0,1.25 -0.018,-0.06 -0.037,-0.12 -0.055,-0.18 -0.096,-0.318 0.18,-0.993 0,-1.25 0.52,0.743 0.531,1.69 0.925,2.507 0.621,1.288 1.795,-0.24 1.848,-0.89 0,0.417 0,0.833 0,1.25 C 4.171,5.399 3.536,5.039 1.861,4.36 1.316,4.14 0.673,3.865 0.669,3.231 0.665,2.527 0.418,0.813 1.61,1.395 c 0.041,0.02 0.058,1.204 0,1.25 -0.312,0.248 -0.548,0.398 -0.736,0.758 0,-0.417 0,-0.833 0,-1.25 0.846,0.564 0.873,-0.45 1.462,-0.915 0,0.007 0.001,0.015 0.001,0.022 0.02,0.588 0.119,0.937 0.667,1.23 0.045,0.024 0.046,1.225 0,1.25 -0.27,0.238 -0.581,0.317 -0.933,0.236 0,-0.417 0,-0.833 0,-1.25 0.863,0.341 1.662,0.59 2.506,0.098 0,0.41 -0.001,0.819 -0.002,1.228 -0.066,-1.772 -2.5,-2.214 -2.506,-4.07 -0.002,-0.764 0.214,-1.044 0.42,-1.816 0,0.417 0,0.833 0,1.25 -1.346,-0.306 -2.781,2.131 -2.775,-0.467 0.009,-3.275 3.972,-1.001 4.615,-3.701 0,0.417 0,0.833 0,1.25 C 3.794,-4.77 2.798,-5.415 1.763,-6.261 0.783,-7.062 1.119,-8.429 0.309,-9.312 c -0.493,-0.538 -1.047,1.299 -1.076,1.394 -0.463,1.517 -0.561,3.253 0.133,4.687 0.066,0.137 0.095,1.147 0,1.25 -0.73,0.793 -1.308,2.23 -2.178,2.81 0.085,-0.057 -0.006,-0.939 -0.004,-1.067 0.004,-0.308 0.008,-0.616 0.012,-0.924 10e-4,0.355 0.002,0.711 0.004,1.066 -0.765,1.067 -0.615,3.488 -0.777,4.751 -0.302,2.358 -0.741,4.033 -2.962,5.215 0.166,-0.088 -0.18,-1.154 0,-1.25 1.938,-1.032 2.559,-2.368 2.865,-4.488 0.21,-1.46 -0.005,-4.251 0.874,-5.478 -0.119,0.166 0.007,0.856 0.004,1.067 -0.004,0.308 -0.008,0.616 -0.012,0.924 -0.001,-0.355 -0.003,-0.711 -0.004,-1.067 0.87,-0.579 1.448,-2.016 2.178,-2.81 0,0.417 0,0.833 0,1.25 -0.556,-1.149 -0.535,-2.115 -0.523,-3.346 0.011,-1.087 0.926,-7.488 2.015,-4.211 0.705,2.123 3.477,3.189 3.477,5.412 0,3.104 -4.165,1.141 -4.615,3.868 0,-0.417 0,-0.833 0,-1.25 0.811,1.878 1.464,-0.622 2.768,-0.325 0.039,0.009 0.031,1.134 0,1.25 -0.037,0.385 -0.175,0.726 -0.412,1.025 0,-0.417 0,-0.833 0,-1.25 C 2.37,0.705 4.52,1.269 4.58,2.848 4.586,3.006 4.687,4.013 4.579,4.076 3.733,4.567 2.935,4.319 2.072,3.978 c -0.081,-0.032 0.041,-1.25 0,-1.25 0.352,0.081 0.663,0.002 0.933,-0.236 0,0.417 0,0.833 0,1.25 C 2.819,3.592 2.607,3.536 2.37,3.573 2.37,3.566 2.369,3.558 2.369,3.551 2.317,1.703 1.821,4.034 0.874,3.403 0.799,3.353 0.818,2.26 0.874,2.153 1.062,1.793 1.298,1.642 1.61,1.394 c 0,0.417 0,0.833 0,1.25 C 1.075,2.234 0.764,2.525 0.676,3.518 0.676,3.109 0.675,2.7 0.675,2.29 2.38,3.91 4.62,3.722 4.62,6.628 4.62,7.086 4.593,7.508 4.556,7.97 4.48,8.9 3.072,8.292 2.765,8.144 2.228,7.883 2.208,6.163 1.84,5.637 c 0,-0.417 0,-0.833 0,-1.25 0.132,0.436 0.073,0.956 0.056,1.408 -0.039,1.093 -0.672,2.265 -1.131,3.227 -0.804,1.687 -3.574,1.014 -5.059,2.065 0.19,-0.134 -0.203,-1.107 0,-1.25 l 0,0 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-8.71 -13.216 17.421 26.431"
transform="translate(0,228.53602)"
id="Hand"><g
id="g485"><linearGradient
y2="12.1602"
y1="-12.5908"
x2="0.049800001"
x1="0.049800001"
id="SVGID_22_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop488" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop490" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop492" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop494" /></linearGradient><path
style="fill:url(#SVGID_22_)"
id="path496"
d="M 8.648,2.993 C 8.648,2.663 8.466,1.622 8.105,-0.129 7.697,-2.077 7.369,-3.241 7.125,-3.621 6.631,-4.332 5.602,-5.611 4.029,-7.462 3.732,-7.808 3.537,-8.085 3.439,-8.291 3.339,-8.498 3.244,-8.691 3.144,-8.874 2.963,-9.22 2.873,-9.444 2.873,-9.542 v -3.049 H -6.07 v 2.95 c 0,0.196 -0.189,0.496 -0.57,0.891 -0.346,0.347 -0.734,0.867 -1.164,1.561 -0.494,0.811 -0.744,1.387 -0.744,1.733 V 7.008 c 0,0.114 0.102,0.268 0.299,0.459 0.199,0.188 0.33,0.293 0.396,0.31 0.148,0.032 0.246,0.05 0.297,0.05 0.131,0 0.33,-0.084 0.596,-0.249 0.264,-0.165 0.395,-0.339 0.395,-0.521 V 1.533 c 0,-0.233 0.166,-0.349 0.496,-0.349 0.348,0 0.521,0.107 0.521,0.323 v 8.694 c 0,0.216 0.117,0.423 0.359,0.621 0.238,0.198 0.459,0.297 0.656,0.297 0.229,0 0.453,-0.107 0.67,-0.323 0.213,-0.214 0.32,-0.437 0.32,-0.668 V 1.78 c 0,-0.23 0.184,-0.347 0.547,-0.347 0.08,0 0.189,0.044 0.32,0.137 0.133,0.089 0.199,0.193 0.199,0.309 v 9.514 c 0,0.214 0.139,0.396 0.422,0.545 0.279,0.149 0.527,0.223 0.742,0.223 0.248,0 0.498,-0.096 0.756,-0.284 0.256,-0.191 0.383,-0.395 0.383,-0.608 V 2.026 c 0,-0.181 0.174,-0.279 0.52,-0.296 0.365,0 0.547,0.115 0.547,0.347 v 8.003 c 0,0.199 0.111,0.379 0.334,0.545 0.223,0.164 0.443,0.247 0.656,0.247 0.148,0 0.352,-0.078 0.607,-0.236 0.256,-0.155 0.383,-0.342 0.383,-0.556 V 0.863 c 0,-0.463 0.133,-0.983 0.396,-1.562 0.316,-0.676 0.678,-1.015 1.092,-1.015 0.098,0 0.189,0.073 0.271,0.223 0.23,0.445 0.547,1.163 0.943,2.155 0.395,0.99 0.719,1.718 0.965,2.178 0.116,0.218 0.472,0.423 1.067,0.622 0.18,0.083 0.346,0.125 0.496,0.125 0.362,0 0.545,-0.199 0.545,-0.596 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.1602"
y1="-12.5908"
x2="0.049800001"
x1="0.049800001"
id="SVGID_23_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop499" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop501" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop503" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop505" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop507" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop509" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop511" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop513" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop515" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop517" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop519" /></linearGradient><path
style="fill:url(#SVGID_23_)"
id="path521"
d="M 8.648,2.993 C 8.648,2.663 8.466,1.622 8.105,-0.129 7.697,-2.077 7.369,-3.241 7.125,-3.621 6.631,-4.332 5.602,-5.611 4.029,-7.462 3.732,-7.808 3.537,-8.085 3.439,-8.291 3.339,-8.498 3.244,-8.691 3.144,-8.874 2.963,-9.22 2.873,-9.444 2.873,-9.542 v -3.049 H -6.07 v 2.95 c 0,0.196 -0.189,0.496 -0.57,0.891 -0.346,0.347 -0.734,0.867 -1.164,1.561 -0.494,0.811 -0.744,1.387 -0.744,1.733 V 7.008 c 0,0.114 0.102,0.268 0.299,0.459 0.199,0.188 0.33,0.293 0.396,0.31 0.148,0.032 0.246,0.05 0.297,0.05 0.131,0 0.33,-0.084 0.596,-0.249 0.264,-0.165 0.395,-0.339 0.395,-0.521 V 1.533 c 0,-0.233 0.166,-0.349 0.496,-0.349 0.348,0 0.521,0.107 0.521,0.323 v 8.694 c 0,0.216 0.117,0.423 0.359,0.621 0.238,0.198 0.459,0.297 0.656,0.297 0.229,0 0.453,-0.107 0.67,-0.323 0.213,-0.214 0.32,-0.437 0.32,-0.668 V 1.78 c 0,-0.23 0.184,-0.347 0.547,-0.347 0.08,0 0.189,0.044 0.32,0.137 0.133,0.089 0.199,0.193 0.199,0.309 v 9.514 c 0,0.214 0.139,0.396 0.422,0.545 0.279,0.149 0.527,0.223 0.742,0.223 0.248,0 0.498,-0.096 0.756,-0.284 0.256,-0.191 0.383,-0.395 0.383,-0.608 V 2.026 c 0,-0.181 0.174,-0.279 0.52,-0.296 0.365,0 0.547,0.115 0.547,0.347 v 8.003 c 0,0.199 0.111,0.379 0.334,0.545 0.223,0.164 0.443,0.247 0.656,0.247 0.148,0 0.352,-0.078 0.607,-0.236 0.256,-0.155 0.383,-0.342 0.383,-0.556 V 0.863 c 0,-0.463 0.133,-0.983 0.396,-1.562 0.316,-0.676 0.678,-1.015 1.092,-1.015 0.098,0 0.189,0.073 0.271,0.223 0.23,0.445 0.547,1.163 0.943,2.155 0.395,0.99 0.719,1.718 0.965,2.178 0.116,0.218 0.472,0.423 1.067,0.622 0.18,0.083 0.346,0.125 0.496,0.125 0.362,0 0.545,-0.199 0.545,-0.596 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g523"><radialGradient
r="19.0951"
id="SVGID_24_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1118,4.0308)"
cy="8.1044998"
cx="-0.84079999"><stop
style="stop-color:#638A98"
offset="0"
id="stop526" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop528" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop530" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop532" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop534" /></radialGradient><path
style="fill:url(#SVGID_24_)"
id="path536"
d="M 8.648,2.993 C 8.648,2.663 8.466,1.622 8.105,-0.129 7.697,-2.077 7.369,-3.241 7.125,-3.621 6.631,-4.332 5.602,-5.611 4.029,-7.462 3.732,-7.808 3.537,-8.085 3.439,-8.291 3.339,-8.498 3.244,-8.691 3.144,-8.874 2.963,-9.22 2.873,-9.444 2.873,-9.542 v -3.049 H -6.07 v 2.95 c 0,0.196 -0.189,0.496 -0.57,0.891 -0.346,0.347 -0.734,0.867 -1.164,1.561 -0.494,0.811 -0.744,1.387 -0.744,1.733 V 7.008 c 0,0.114 0.102,0.268 0.299,0.459 0.199,0.188 0.33,0.293 0.396,0.31 0.148,0.032 0.246,0.05 0.297,0.05 0.131,0 0.33,-0.084 0.596,-0.249 0.264,-0.165 0.395,-0.339 0.395,-0.521 V 1.533 c 0,-0.233 0.166,-0.349 0.496,-0.349 0.348,0 0.521,0.107 0.521,0.323 v 8.694 c 0,0.216 0.117,0.423 0.359,0.621 0.238,0.198 0.459,0.297 0.656,0.297 0.229,0 0.453,-0.107 0.67,-0.323 0.213,-0.214 0.32,-0.437 0.32,-0.668 V 1.78 c 0,-0.23 0.184,-0.347 0.547,-0.347 0.08,0 0.189,0.044 0.32,0.137 0.133,0.089 0.199,0.193 0.199,0.309 v 9.514 c 0,0.214 0.139,0.396 0.422,0.545 0.279,0.149 0.527,0.223 0.742,0.223 0.248,0 0.498,-0.096 0.756,-0.284 0.256,-0.191 0.383,-0.395 0.383,-0.608 V 2.026 c 0,-0.181 0.174,-0.279 0.52,-0.296 0.365,0 0.547,0.115 0.547,0.347 v 8.003 c 0,0.199 0.111,0.379 0.334,0.545 0.223,0.164 0.443,0.247 0.656,0.247 0.148,0 0.352,-0.078 0.607,-0.236 0.256,-0.155 0.383,-0.342 0.383,-0.556 V 0.863 c 0,-0.463 0.133,-0.983 0.396,-1.562 0.316,-0.676 0.678,-1.015 1.092,-1.015 0.098,0 0.189,0.073 0.271,0.223 0.23,0.445 0.547,1.163 0.943,2.155 0.395,0.99 0.719,1.718 0.965,2.178 0.116,0.218 0.472,0.423 1.067,0.622 0.18,0.083 0.346,0.125 0.496,0.125 0.362,0 0.545,-0.199 0.545,-0.596 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g538"><linearGradient
y2="-12.5908"
y1="12.1602"
x2="0.049800001"
x1="0.049800001"
id="SVGID_25_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop541" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop543" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop545" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop547" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop549" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop551" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop553" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop555" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop557" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop559" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop561" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop563" /></linearGradient><path
style="fill:url(#SVGID_25_)"
id="path565"
d="M 8.648,2.993 C 8.648,2.663 8.466,1.622 8.105,-0.129 7.697,-2.077 7.369,-3.241 7.125,-3.621 6.631,-4.332 5.602,-5.611 4.029,-7.462 3.732,-7.808 3.537,-8.085 3.439,-8.291 3.339,-8.498 3.244,-8.691 3.144,-8.874 2.963,-9.22 2.873,-9.444 2.873,-9.542 v -3.049 H -6.07 v 2.95 c 0,0.196 -0.189,0.496 -0.57,0.891 -0.346,0.347 -0.734,0.867 -1.164,1.561 -0.494,0.811 -0.744,1.387 -0.744,1.733 V 7.008 c 0,0.114 0.102,0.268 0.299,0.459 0.199,0.188 0.33,0.293 0.396,0.31 0.148,0.032 0.246,0.05 0.297,0.05 0.131,0 0.33,-0.084 0.596,-0.249 0.264,-0.165 0.395,-0.339 0.395,-0.521 V 1.533 c 0,-0.233 0.166,-0.349 0.496,-0.349 0.348,0 0.521,0.107 0.521,0.323 v 8.694 c 0,0.216 0.117,0.423 0.359,0.621 0.238,0.198 0.459,0.297 0.656,0.297 0.229,0 0.453,-0.107 0.67,-0.323 0.213,-0.214 0.32,-0.437 0.32,-0.668 V 1.78 c 0,-0.23 0.184,-0.347 0.547,-0.347 0.08,0 0.189,0.044 0.32,0.137 0.133,0.089 0.199,0.193 0.199,0.309 v 9.514 c 0,0.214 0.139,0.396 0.422,0.545 0.279,0.149 0.527,0.223 0.742,0.223 0.248,0 0.498,-0.096 0.756,-0.284 0.256,-0.191 0.383,-0.395 0.383,-0.608 V 2.026 c 0,-0.181 0.174,-0.279 0.52,-0.296 0.365,0 0.547,0.115 0.547,0.347 v 8.003 c 0,0.199 0.111,0.379 0.334,0.545 0.223,0.164 0.443,0.247 0.656,0.247 0.148,0 0.352,-0.078 0.607,-0.236 0.256,-0.155 0.383,-0.342 0.383,-0.556 V 0.863 c 0,-0.463 0.133,-0.983 0.396,-1.562 0.316,-0.676 0.678,-1.015 1.092,-1.015 0.098,0 0.189,0.073 0.271,0.223 0.23,0.445 0.547,1.163 0.943,2.155 0.395,0.99 0.719,1.718 0.965,2.178 0.116,0.218 0.472,0.423 1.067,0.622 0.18,0.083 0.346,0.125 0.496,0.125 0.362,0 0.545,-0.199 0.545,-0.596 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g567"><path
style="fill:#ffffff"
id="path569"
d="m -5.213,-11.736 c 0,1.692 0.24,2.474 -0.813,3.83 -2.169,2.794 -1.666,5.138 -1.666,8.588 0,1.619 0,3.238 0,4.857 0,0.477 0.269,1.948 0.269,0.647 0,-1.34 -0.492,-3.647 0.002,-4.902 0.813,-2.063 2.729,-1.071 2.729,0.643 0,1.439 -0.703,7.311 0.043,7.986 0,0 0.25,-5.538 0.25,-6.483 -0.001,-1.545 -0.275,-3.707 2.217,-2.807 0.927,0.335 0.562,2.976 0.562,3.417 0,1.665 0,3.33 0,4.995 0,0.587 0,1.173 0,1.76 0,0.723 0.589,-0.065 0.589,0.25 0,-2.243 -1.828,-11.501 2.436,-10.041 0.725,0.247 0.345,3.568 0.345,3.669 0,1.589 0,3.179 0,4.769 0,1.217 0.267,-1.49 0.267,-1.868 0,-2.279 -0.013,-4.558 0,-6.836 C 2.021,-0.02 2.24,-0.594 2.492,-1.303 3.735,-4.8 5.729,-1.44 6.37,0.098 8.384,4.934 7.169,-0.533 6.572,-2.507 5.814,-5.01 2.12,-6.491 2.018,-9.301 c -0.028,-0.78 0.472,-2.186 -0.535,-2.186 -2.233,0 -4.466,0 -6.699,0 -0.004,0 -0.004,-0.5 0,-0.5 2.412,0 4.823,0 7.234,0 0.003,0 0.002,0.237 0.002,0.25 0,3.436 1.867,5.1 3.931,7.712 1.337,1.691 1.466,4.33 1.798,6.383 0.01,0.061 -0.033,0.486 0,0.5 -1.333,-0.546 -1.78,-3.262 -2.367,-4.509 -1.15,-2.441 -3.361,1.441 -3.361,2.63 0,2.981 0,5.962 0,8.944 0,0.023 0.019,0.238 -0.002,0.25 -0.136,0.077 1.345,-10.046 -2.636,-8.745 -1.595,0.521 0.772,10.653 -1.005,10.017 -0.016,-0.005 -0.002,-0.232 -0.002,-0.25 0,-2.373 1.423,-11.355 -2.435,-9.989 -1.132,0.401 -0.287,7.879 -0.333,9.133 0,0.023 -0.305,-3.289 -0.305,-4.095 0,-1.984 0.794,-4.898 -1.374,-5.664 -1.976,-0.698 -1.348,5.415 -1.348,6.277 0,0.023 0.019,0.238 -0.002,0.25 -0.067,0.039 -0.276,-8.158 -0.276,-9.103 0,-1.224 -0.02,-2.449 0.001,-3.672 0.013,-0.727 0.792,-1.582 1.175,-2.151 1.02,-1.518 1.302,-2.065 1.302,-3.917 0.001,-0.283 0.006,-0.283 0.006,0 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g571"><path
style="fill:#26286a"
id="path573"
d="M 8.648,3.618 C 8.25,-0.113 7.443,-2.707 5.107,-5.556 3.961,-6.953 2.867,-8.052 2.867,-9.859 c 0,-1.383 0.436,-2.107 -0.489,-2.107 -1.643,0 -3.285,0 -4.928,0 -1.13,0 -2.26,0 -3.39,0 -0.245,0 -0.122,1.5 -0.125,2.491 -0.004,1.611 -2.478,2.606 -2.478,4.119 0,2.845 0,5.69 0,8.535 0,1.147 0,2.295 0,3.443 0,0.633 1.97,0.638 1.97,0.244 0,-1.925 -0.017,-3.85 0.002,-5.775 0.008,-0.851 1.026,-0.466 1.028,0.25 0.007,2.379 0,4.758 0,7.137 0,1.351 -0.215,1.463 1.009,2.017 1.366,0.618 0.984,-2.791 0.984,-3.121 0,-2.012 -0.018,-4.024 0.002,-6.036 0.01,-0.957 1.075,-0.364 1.077,0.375 0.007,2.404 0,4.809 0,7.213 0,1.149 -0.05,1.785 0.416,2.386 1.297,1.675 1.875,-1.068 1.875,-1.666 0,-2.54 0,-5.08 0,-7.62 0,-0.058 -0.046,-0.595 0.006,-0.625 1.704,-0.97 1.073,2.549 1.073,3.317 0,1.742 0,3.485 0,5.227 0,0.354 1.407,0.137 1.591,0.065 C 3.134,9.76 2.866,8.982 2.866,8.252 2.866,5.642 2.842,3.03 2.868,0.42 2.875,-0.157 3.494,-3.05 4.633,-2.115 5.6,-1.322 6.419,4.805 8.648,2.368 8.445,2.59 8.86,3.387 8.648,3.618 6.811,5.627 5.542,1.208 5.042,0.007 4.149,-2.138 2.879,-0.114 2.879,1.374 c 0,2.957 0.008,5.915 0,8.872 C 2.876,11.518 0.903,12.011 0.888,10.522 0.864,8.068 0.886,5.613 0.886,3.159 c 0,-1.175 -1.054,-1.413 -1.054,-0.172 0,1.676 0,3.352 0,5.027 0,1.422 0.397,3.237 -0.389,4.486 -1.443,2.294 -1.926,-1.627 -1.926,-2.097 0,-1.876 0.693,-7.83 -0.513,-8.345 -0.77,-0.329 -0.541,6.658 -0.541,7.93 0,1.321 -1.983,2.658 -2.015,0.753 -0.033,-1.936 -0.003,-3.875 -0.003,-5.811 0,-0.798 0,-1.597 0,-2.396 0,-1.261 0.083,-0.354 -0.515,-0.725 -0.74,-0.458 -0.49,3.842 -0.49,4.55 0,0.974 -0.17,2.919 -1.69,1.733 -0.81,-0.632 -0.305,-3.324 -0.305,-4.028 0,-3.14 0,-6.28 0,-9.42 0,-2.172 2.479,-3.488 2.479,-5.323 0,-0.637 0,-1.274 0,-1.912 0,-0.033 -0.001,-0.625 0.006,-0.625 2.981,0 5.962,0 8.943,0 0.007,0 0.006,0.592 0.006,0.625 0,3.266 0.971,4.252 3.102,6.852 1.874,2.286 2.357,5.202 2.667,8.107 0.044,0.413 -0.044,0.84 0,1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-13.473 -13.109 26.945 26.218"
transform="translate(0,228.53602)"
id="Hand2"><g
id="g576"><linearGradient
y2="12.5908"
y1="-12.1602"
x2="-0.0298"
x1="-0.0298"
id="SVGID_26_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop579" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop581" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop583" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop585" /></linearGradient><path
style="fill:url(#SVGID_26_)"
id="path587"
d="m 13.189,-8.282 c -0.073,-0.29 -0.178,-0.582 -0.31,-0.881 -0.298,-0.659 -0.711,-1.28 -1.239,-1.858 -0.527,-0.576 -1.073,-0.941 -1.634,-1.089 C 9.921,-12.127 9.844,-12.138 9.77,-12.147 9.695,-12.156 9.624,-12.16 9.558,-12.16 H -5.925 c -0.381,0.066 -0.734,0.211 -1.067,0.434 -0.329,0.224 -0.586,0.524 -0.766,0.904 l -5.378,11.149 c -0.065,0.166 -0.12,0.335 -0.162,0.509 -0.041,0.172 -0.062,0.342 -0.062,0.508 0,0.429 0.115,0.837 0.348,1.226 0.23,0.388 0.553,0.682 0.967,0.88 0.114,0.065 0.23,0.116 0.346,0.149 0.116,0.033 0.232,0.058 0.347,0.073 0.05,0 0.108,0.005 0.174,0.013 0.065,0.007 0.126,0.011 0.174,0.011 0.43,-0.015 0.838,-0.135 1.227,-0.359 0.389,-0.222 0.681,-0.549 0.88,-0.977 l 2.08,-4.336 v 12.213 c 0,0.646 0.229,1.199 0.683,1.662 0.453,0.462 1.004,0.692 1.647,0.692 0.645,0 1.197,-0.23 1.659,-0.692 0.462,-0.463 0.694,-1.017 0.694,-1.662 V -0.887 h 0.444 v 3.469 c 0,0.643 0.232,1.192 0.694,1.646 0.463,0.456 1.018,0.683 1.661,0.683 0.645,0 1.197,-0.227 1.659,-0.683 C 2.788,3.774 3.018,3.224 3.018,2.582 v -3.469 h 0.446 v 3.469 c 0,0.643 0.23,1.192 0.694,1.646 C 4.62,4.684 5.172,4.911 5.817,4.911 6.461,4.911 7.01,4.684 7.464,4.228 7.92,3.774 8.146,3.225 8.146,2.582 v -3.469 h 0.472 v 1.71 c 0,0.645 0.227,1.192 0.681,1.647 0.455,0.453 1.004,0.681 1.647,0.681 0.646,0 1.197,-0.228 1.659,-0.681 C 13.069,2.016 13.3,1.468 13.3,0.823 v -8.325 c 0,-0.232 -0.037,-0.491 -0.111,-0.78 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.5908"
y1="-12.1602"
x2="-0.0298"
x1="-0.0298"
id="SVGID_27_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop590" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop592" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop594" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop596" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop598" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop600" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop602" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop604" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop606" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop608" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop610" /></linearGradient><path
style="fill:url(#SVGID_27_)"
id="path612"
d="m 13.189,-8.282 c -0.073,-0.29 -0.178,-0.582 -0.31,-0.881 -0.298,-0.659 -0.711,-1.28 -1.239,-1.858 -0.527,-0.576 -1.073,-0.941 -1.634,-1.089 C 9.921,-12.127 9.844,-12.138 9.77,-12.147 9.695,-12.156 9.624,-12.16 9.558,-12.16 H -5.925 c -0.381,0.066 -0.734,0.211 -1.067,0.434 -0.329,0.224 -0.586,0.524 -0.766,0.904 l -5.378,11.149 c -0.065,0.166 -0.12,0.335 -0.162,0.509 -0.041,0.172 -0.062,0.342 -0.062,0.508 0,0.429 0.115,0.837 0.348,1.226 0.23,0.388 0.553,0.682 0.967,0.88 0.114,0.065 0.23,0.116 0.346,0.149 0.116,0.033 0.232,0.058 0.347,0.073 0.05,0 0.108,0.005 0.174,0.013 0.065,0.007 0.126,0.011 0.174,0.011 0.43,-0.015 0.838,-0.135 1.227,-0.359 0.389,-0.222 0.681,-0.549 0.88,-0.977 l 2.08,-4.336 v 12.213 c 0,0.646 0.229,1.199 0.683,1.662 0.453,0.462 1.004,0.692 1.647,0.692 0.645,0 1.197,-0.23 1.659,-0.692 0.462,-0.463 0.694,-1.017 0.694,-1.662 V -0.887 h 0.444 v 3.469 c 0,0.643 0.232,1.192 0.694,1.646 0.463,0.456 1.018,0.683 1.661,0.683 0.645,0 1.197,-0.227 1.659,-0.683 C 2.788,3.774 3.018,3.224 3.018,2.582 v -3.469 h 0.446 v 3.469 c 0,0.643 0.23,1.192 0.694,1.646 C 4.62,4.684 5.172,4.911 5.817,4.911 6.461,4.911 7.01,4.684 7.464,4.228 7.92,3.774 8.146,3.225 8.146,2.582 v -3.469 h 0.472 v 1.71 c 0,0.645 0.227,1.192 0.681,1.647 0.455,0.453 1.004,0.681 1.647,0.681 0.646,0 1.197,-0.228 1.659,-0.681 C 13.069,2.016 13.3,1.468 13.3,0.823 v -8.325 c 0,-0.232 -0.037,-0.491 -0.111,-0.78 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g614"><radialGradient
r="21.295401"
id="SVGID_28_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1182,4.2305)"
cy="8.5352001"
cx="-1.4102"><stop
style="stop-color:#638A98"
offset="0"
id="stop617" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop619" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop621" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop623" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop625" /></radialGradient><path
style="fill:url(#SVGID_28_)"
id="path627"
d="m 13.189,-8.282 c -0.073,-0.29 -0.178,-0.582 -0.31,-0.881 -0.298,-0.659 -0.711,-1.28 -1.239,-1.858 -0.527,-0.576 -1.073,-0.941 -1.634,-1.089 C 9.921,-12.127 9.844,-12.138 9.77,-12.147 9.695,-12.156 9.624,-12.16 9.558,-12.16 H -5.925 c -0.381,0.066 -0.734,0.211 -1.067,0.434 -0.329,0.224 -0.586,0.524 -0.766,0.904 l -5.378,11.149 c -0.065,0.166 -0.12,0.335 -0.162,0.509 -0.041,0.172 -0.062,0.342 -0.062,0.508 0,0.429 0.115,0.837 0.348,1.226 0.23,0.388 0.553,0.682 0.967,0.88 0.114,0.065 0.23,0.116 0.346,0.149 0.116,0.033 0.232,0.058 0.347,0.073 0.05,0 0.108,0.005 0.174,0.013 0.065,0.007 0.126,0.011 0.174,0.011 0.43,-0.015 0.838,-0.135 1.227,-0.359 0.389,-0.222 0.681,-0.549 0.88,-0.977 l 2.08,-4.336 v 12.213 c 0,0.646 0.229,1.199 0.683,1.662 0.453,0.462 1.004,0.692 1.647,0.692 0.645,0 1.197,-0.23 1.659,-0.692 0.462,-0.463 0.694,-1.017 0.694,-1.662 V -0.887 h 0.444 v 3.469 c 0,0.643 0.232,1.192 0.694,1.646 0.463,0.456 1.018,0.683 1.661,0.683 0.645,0 1.197,-0.227 1.659,-0.683 C 2.788,3.774 3.018,3.224 3.018,2.582 v -3.469 h 0.446 v 3.469 c 0,0.643 0.23,1.192 0.694,1.646 C 4.62,4.684 5.172,4.911 5.817,4.911 6.461,4.911 7.01,4.684 7.464,4.228 7.92,3.774 8.146,3.225 8.146,2.582 v -3.469 h 0.472 v 1.71 c 0,0.645 0.227,1.192 0.681,1.647 0.455,0.453 1.004,0.681 1.647,0.681 0.646,0 1.197,-0.228 1.659,-0.681 C 13.069,2.016 13.3,1.468 13.3,0.823 v -8.325 c 0,-0.232 -0.037,-0.491 -0.111,-0.78 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g629"><linearGradient
y2="-12.1602"
y1="12.5908"
x2="-0.0298"
x1="-0.0298"
id="SVGID_29_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop632" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop634" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop636" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop638" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop640" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop642" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop644" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop646" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop648" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop650" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop652" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop654" /></linearGradient><path
style="fill:url(#SVGID_29_)"
id="path656"
d="m 13.189,-8.282 c -0.073,-0.29 -0.178,-0.582 -0.31,-0.881 -0.298,-0.659 -0.711,-1.28 -1.239,-1.858 -0.527,-0.576 -1.073,-0.941 -1.634,-1.089 C 9.921,-12.127 9.844,-12.138 9.77,-12.147 9.695,-12.156 9.624,-12.16 9.558,-12.16 H -5.925 c -0.381,0.066 -0.734,0.211 -1.067,0.434 -0.329,0.224 -0.586,0.524 -0.766,0.904 l -5.378,11.149 c -0.065,0.166 -0.12,0.335 -0.162,0.509 -0.041,0.172 -0.062,0.342 -0.062,0.508 0,0.429 0.115,0.837 0.348,1.226 0.23,0.388 0.553,0.682 0.967,0.88 0.114,0.065 0.23,0.116 0.346,0.149 0.116,0.033 0.232,0.058 0.347,0.073 0.05,0 0.108,0.005 0.174,0.013 0.065,0.007 0.126,0.011 0.174,0.011 0.43,-0.015 0.838,-0.135 1.227,-0.359 0.389,-0.222 0.681,-0.549 0.88,-0.977 l 2.08,-4.336 v 12.213 c 0,0.646 0.229,1.199 0.683,1.662 0.453,0.462 1.004,0.692 1.647,0.692 0.645,0 1.197,-0.23 1.659,-0.692 0.462,-0.463 0.694,-1.017 0.694,-1.662 V -0.887 h 0.444 v 3.469 c 0,0.643 0.232,1.192 0.694,1.646 0.463,0.456 1.018,0.683 1.661,0.683 0.645,0 1.197,-0.227 1.659,-0.683 C 2.788,3.774 3.018,3.224 3.018,2.582 v -3.469 h 0.446 v 3.469 c 0,0.643 0.23,1.192 0.694,1.646 C 4.62,4.684 5.172,4.911 5.817,4.911 6.461,4.911 7.01,4.684 7.464,4.228 7.92,3.774 8.146,3.225 8.146,2.582 v -3.469 h 0.472 v 1.71 c 0,0.645 0.227,1.192 0.681,1.647 0.455,0.453 1.004,0.681 1.647,0.681 0.646,0 1.197,-0.228 1.659,-0.681 C 13.069,2.016 13.3,1.468 13.3,0.823 v -8.325 c 0,-0.232 -0.037,-0.491 -0.111,-0.78 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g658"><path
style="fill:#ffffff"
id="path660"
d="m -5.844,-11.056 c -1.75,0.752 -2.432,3.523 -3.2,5.116 -1.093,2.266 -2.186,4.532 -3.279,6.798 -0.8,1.659 1.963,2.323 2.74,0.703 1.055,-2.199 1.071,-4.368 3.62,-3.789 0.011,0.002 0.002,0.235 0.002,0.25 0,3.004 -1.6,12.172 1.473,13.463 2.007,0.845 1.496,-11.862 1.496,-13.226 0,-0.013 0,-0.25 0.002,-0.25 0.718,0 1.436,0 2.153,0 0.003,0 0.002,0.237 0.002,0.25 0,2.046 -0.691,4.646 1.499,5.548 2,0.823 1.498,-4.791 1.498,-5.548 0,-0.013 0,-0.25 0.002,-0.25 0.718,0 1.437,0 2.155,0 0.003,0 0.002,0.237 0.002,0.25 0,2.045 -0.69,4.645 1.497,5.548 1.967,0.812 1.472,-4.801 1.472,-5.548 0,-0.013 0,-0.25 0.002,-0.25 0.727,0 1.454,0 2.181,0 0.003,0 0.002,0.237 0.002,0.25 0,1.944 -0.159,4.458 2.532,3.352 0.891,-0.366 0.436,-3.826 0.436,-4.471 0,-2.199 0.69,-7.765 -2.773,-8.189 -5.02,-0.615 -10.452,-0.007 -15.514,-0.007 -0.004,0 -0.004,-0.5 0,-0.5 5.144,0 10.381,-0.308 15.514,0.007 4.261,0.262 2.778,10.474 2.778,12.372 0,1.931 -2.939,2.411 -2.977,0.216 C 9.463,0.54 9.47,0.04 9.47,-0.459 c 0,-1.144 -0.005,-1.032 -1.088,-1.032 -1.361,0 -1.088,0.096 -1.088,1.452 0,1.901 0.532,3.515 -1.476,4.346 -2.102,0.87 -1.501,-5.055 -1.501,-5.191 0,-1.027 -2.15,-1.027 -2.15,0 0,1.178 0.003,2.355 0,3.533 -0.006,2.045 -2.992,2.186 -3.004,0.06 -0.005,-0.916 0,-1.832 0,-2.748 0,-0.517 0.303,-1.452 -0.334,-1.452 -0.15,0 -1.814,0.144 -1.814,-0.154 0,3.276 0,6.553 0,9.83 0,1.46 0.093,2.074 -0.446,3.36 -0.613,1.462 -2.523,-0.207 -2.533,-1.131 -0.005,-0.524 0,-1.048 0,-1.573 0,-3.333 0,-6.667 0,-10 0,-0.751 -1.41,-1.379 -1.712,-0.75 -0.665,1.386 -1.33,2.772 -1.995,4.158 -1.123,2.341 -3.185,-0.155 -2.693,-1.8 0.611,-2.047 1.977,-4.097 2.903,-6.018 0.844,-1.751 1.685,-5.155 3.62,-5.986 -0.06,0.024 0.061,0.472 -0.003,0.499 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g662"><path
style="fill:#26286a"
id="path664"
d="m 13.189,-7.657 c -1.202,-3.42 -2.958,-3.878 -6.05,-3.878 -3.972,0 -7.945,0 -11.917,0 -2.921,0 -3.524,2.467 -4.632,4.763 -1.266,2.624 -3.593,5.8 -3.95,8.741 0,-0.417 0,-0.833 0,-1.25 1.739,6.132 5.471,-1.091 6.541,-3.32 -0.063,0.132 0.006,0.48 0.006,0.625 0,3.431 -1.691,11.615 1.429,13.77 4.31,2.976 3.242,-11.266 3.242,-12.68 0,-0.033 -10e-4,-0.625 0.006,-0.625 0.148,0 0.296,0 0.444,0 0.007,0 0.006,0.592 0.006,0.625 0,2.275 -0.481,4.636 2.349,5.173 2.82,0.533 2.349,-3.707 2.349,-5.174 0,-0.033 -10e-4,-0.625 0.006,-0.625 0.149,0 0.297,0 0.446,0 0.007,0 0.006,0.592 0.006,0.625 0,2.274 -0.481,4.637 2.347,5.173 2.801,0.531 2.323,-3.721 2.323,-5.173 0,-0.033 -0.001,-0.625 0.006,-0.625 0.157,0 0.314,0 0.472,0 0.007,0 0.006,0.592 0.006,0.625 0,3.375 4.669,4.821 4.669,1.18 0,-2.608 0.259,-5.385 -0.104,-7.95 -0.058,-0.41 0.058,-0.843 0,-1.25 0.474,3.351 0.235,6.959 0.112,10.333 C 13.187,4.577 8.645,4.38 8.614,1.265 8.607,0.61 8.849,-0.262 8.382,-0.262 7.939,-0.262 8.155,1.542 8.152,2.748 8.145,5.547 5.24,6.415 3.638,4.101 2.776,2.856 4.234,-0.262 3.242,-0.262 c -0.597,0 0.019,2.219 -0.223,3.469 -0.637,3.286 -4.707,2.761 -4.715,-0.459 -0.003,-1.126 0,-2.252 0,-3.378 0,1.271 -0.432,-0.932 -0.432,0.169 0,0.631 0,1.263 0,1.895 0,2.989 0.008,5.979 0,8.968 -0.007,2.799 -2.935,3.719 -4.519,1.358 -0.607,-0.906 -0.177,-3.564 -0.177,-4.409 0,-3.077 0,-6.154 0,-9.23 0,2.157 -2.402,6.625 -4.875,6.102 -4.034,-0.852 -0.013,-7.473 0.621,-8.787 1.106,-2.295 2.213,-4.589 3.32,-6.884 1.026,-2.127 4.911,-1.338 6.732,-1.338 4.964,0 12.155,-1.985 14.215,3.878 0.132,0.374 -0.129,0.883 0,1.251 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-11.468 -13 22.936 26"
transform="translate(0,228.53602)"
id="Home_Icon"><g
id="g667"><linearGradient
y2="12.375"
y1="-12.375"
x2="0.0024000001"
x1="0.0024000001"
id="SVGID_30_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop670" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop672" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop674" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop676" /></linearGradient><polygon
style="fill:url(#SVGID_30_)"
points="8.313,12.375 4.933,12.375 4.933,7.019 0.586,12.291 -11.408,-0.423 -10.645,-1.826 -10.645,-1.826 -10.645,-1.826 -10.645,-12.375 10.287,-12.375 10.287,-1.699 11.413,-0.423 8.313,3.02 "
id="polygon678" /><linearGradient
y2="12.375"
y1="-12.375"
x2="0.0024000001"
x1="0.0024000001"
id="SVGID_31_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop681" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop683" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop685" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop687" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop689" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop691" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop693" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop695" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop697" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop699" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop701" /></linearGradient><polygon
style="fill:url(#SVGID_31_)"
points="8.313,12.375 4.933,12.375 4.933,7.019 0.586,12.291 -11.408,-0.423 -10.645,-1.826 -10.645,-1.826 -10.645,-1.826 -10.645,-12.375 10.287,-12.375 10.287,-1.699 11.413,-0.423 8.313,3.02 "
id="polygon703" /><radialGradient
r="20.317499"
id="SVGID_32_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1289)"
cy="8.3192997"
cx="-1.1792001"><stop
style="stop-color:#638A98"
offset="0"
id="stop706" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop708" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop710" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop712" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop714" /></radialGradient><polygon
style="opacity:0.81000001;fill:url(#SVGID_32_)"
points="8.313,12.375 4.933,12.375 4.933,7.019 0.586,12.291 -11.408,-0.423 -10.645,-1.826 -10.645,-1.826 -10.645,-1.826 -10.645,-12.375 10.287,-12.375 10.287,-1.699 11.413,-0.423 8.313,3.02 "
id="polygon716" /><linearGradient
y2="-12.375"
y1="12.375"
x2="0.0024000001"
x1="0.0024000001"
id="SVGID_33_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop719" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop721" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop723" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop725" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop727" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop729" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop731" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop733" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop735" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop737" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop739" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop741" /></linearGradient><polygon
style="opacity:0.7;fill:url(#SVGID_33_)"
points="8.313,12.375 4.933,12.375 4.933,7.019 0.586,12.291 -11.408,-0.423 -10.645,-1.826 -10.645,-1.826 -10.645,-1.826 -10.645,-12.375 10.287,-12.375 10.287,-1.699 11.413,-0.423 8.313,3.02 "
id="polygon743" /><g
style="opacity:0.48999999"
id="g745"><path
style="fill:#ffffff"
id="path747"
d="m -9.788,-11.521 c 0,3.271 0,6.542 0,9.813 0,0.434 -0.011,0.365 -0.289,0.874 -0.245,0.45 1.634,2.06 2.176,2.634 2.753,2.918 5.506,5.836 8.259,8.754 0.3,0.318 4.753,-5.348 5.428,-6.166 C 5.762,4.42 5.79,4.6 5.79,4.639 c 0,1.253 -0.425,6.631 0.431,6.631 1.707,0 1.235,-0.283 1.235,-2.039 0,-1.664 0,-3.328 0,-4.991 0,-1.265 -0.22,-1.552 0.56,-2.417 C 8.86,0.885 10.423,-0.004 9.649,-0.88 9.421,-1.139 9.431,-1.062 9.43,-1.31 c -0.007,-2.437 0,-4.875 0,-7.312 0,-2.892 0.41,-2.649 -2.354,-2.649 -5.622,0 -11.244,0 -16.866,0 -0.004,0 -0.004,-0.5 0,-0.5 6.408,0 12.815,0 19.223,0 0.003,0 0.002,0.237 0.002,0.25 0,3.041 -1.153,8.59 0.833,10.842 0.029,0.033 0.029,0.467 0,0.5 C 8.895,1.346 7.46,2.227 7.46,4.24 c 0,2.427 0,4.854 0,7.28 0,0.013 0,0.25 -0.002,0.25 -0.557,0 -1.114,0 -1.671,0 -0.003,0 -0.002,-0.237 -0.002,-0.25 0,-1.396 -0.412,-6.128 -0.074,-6.539 -1.723,2.09 -3.445,4.18 -5.168,6.269 0.205,-0.249 -9.86,-10.451 -10.905,-11.559 -0.036,-0.038 -0.027,-0.45 0,-0.5 1.516,-2.785 0.569,-7.526 0.569,-10.712 10e-4,-0.282 0.005,-0.282 0.005,0 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g749"><path
style="fill:#26286a"
id="path751"
d="m -10.651,-1.826 c 0,-3.516 0,-7.033 0,-10.549 0,-0.033 -10e-4,-0.625 0.006,-0.625 6.977,0 13.955,0 20.932,0 0.007,0 0.006,0.592 0.006,0.625 0,1.936 0,3.872 0,5.808 0,1.33 0,2.659 0,3.988 0,0.976 0.357,0.667 1.12,1.531 0.073,0.083 0.073,1.168 0,1.25 -1.697,1.884 -3.094,2.577 -3.094,4.459 0,2.571 0,5.143 0,7.714 C 8.319,12.408 8.32,13 8.313,13 7.187,13 6.06,13 4.933,13 4.926,13 4.927,12.408 4.927,12.375 c 0,-1.041 0,-2.082 0,-3.123 0,-2.069 0.418,-2.108 -0.787,-0.646 -1.061,1.287 -2.803,5.105 -4.265,3.556 -3.762,-3.987 -7.522,-7.974 -11.283,-11.96 -0.09,-0.095 -0.068,-1.125 0,-1.25 0.254,-0.468 0.509,-0.936 0.764,-1.403 -0.173,0.317 0.177,0.925 0,1.25 -0.254,0.468 -0.509,0.936 -0.764,1.403 0,-0.417 0,-0.833 0,-1.25 3.153,3.342 6.306,6.685 9.459,10.027 0.267,0.283 2.444,2.798 2.636,2.564 1.416,-1.717 2.831,-3.433 4.246,-5.15 -0.064,0.078 0.006,0.528 0.006,0.626 0,1.041 0,2.082 0,3.123 0,1.945 -0.444,1.609 0.87,1.609 0.961,0 2.497,0.143 2.497,0.17 0,-1.563 0,-3.127 0,-4.69 0,-4.711 -0.099,-4.719 3.107,-8.278 0,0.417 0,0.833 0,1.25 -1.908,-2.163 -1.132,-4.835 -1.132,-7.709 0,-1.125 0,-2.249 0,-3.373 0,-1.56 0.163,-0.87 -0.229,-0.87 -1.829,0 -3.657,0 -5.485,0 -4.898,0 -9.796,0 -14.694,0 -0.633,0 -0.511,-0.731 -0.511,-0.172 0,1.279 0,2.559 0,3.837 0,2.086 0,4.172 0,6.258 0,0.707 -0.013,0.707 -0.013,0 z"
inkscape:connector-curvature="0" /></g></g><polygon
style="opacity:0.68999999"
points="-2.798,-3.571 1.793,-3.571 1.793,-12.375 -2.798,-12.375 -2.798,-12.375 -2.798,-12.375 "
id="polygon753" /></symbol><symbol
viewBox="-12.423 -12.58 24.846 25.16"
transform="translate(0,228.53602)"
id="Information_Icon"><g
id="g756"><linearGradient
y2="12.376"
y1="-12.374"
x2="0.0337"
x1="0.0337"
id="SVGID_34_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop759" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop761" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop763" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop765" /></linearGradient><path
style="fill:url(#SVGID_34_)"
id="path767"
d="m 12.416,-0.007 c 0,-3.415 -1.21,-6.332 -3.627,-8.746 -2.421,-2.414 -5.337,-3.621 -8.754,-3.621 -3.419,0 -6.337,1.207 -8.756,3.621 -2.419,2.414 -3.628,5.331 -3.628,8.746 0,3.419 1.209,6.336 3.628,8.757 2.419,2.418 5.337,3.626 8.756,3.626 3.417,0 6.333,-1.208 8.754,-3.626 2.417,-2.421 3.627,-5.338 3.627,-8.757 z m -2.024,0 c 0,2.864 -1.011,5.309 -3.031,7.335 -2.021,2.025 -4.464,3.039 -7.325,3.039 -2.864,0 -5.308,-1.014 -7.335,-3.039 -2.026,-2.026 -3.037,-4.471 -3.037,-7.335 0,-2.861 1.011,-5.305 3.037,-7.325 2.027,-2.021 4.471,-3.031 7.335,-3.031 2.861,0 5.304,1.011 7.325,3.031 2.02,2.02 3.031,4.464 3.031,7.325 z M 2.574,6.375 C 2.574,5.72 2.324,5.159 1.825,4.696 1.327,4.233 0.729,4.001 0.035,4.001 c -0.708,0 -1.308,0.232 -1.801,0.695 -0.493,0.463 -0.74,1.023 -0.74,1.679 0,0.654 0.247,1.213 0.74,1.677 0.494,0.465 1.093,0.698 1.801,0.698 0.694,0 1.292,-0.233 1.79,-0.698 C 2.324,7.588 2.574,7.029 2.574,6.375 z M 2.106,-9.258 h -4.16 V 2.534 h 4.16 V -9.258 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.376"
y1="-12.374"
x2="0.0337"
x1="0.0337"
id="SVGID_35_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop770" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop772" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop774" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop776" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop778" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop780" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop782" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop784" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop786" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop788" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop790" /></linearGradient><path
style="fill:url(#SVGID_35_)"
id="path792"
d="m 12.416,-0.007 c 0,-3.415 -1.21,-6.332 -3.627,-8.746 -2.421,-2.414 -5.337,-3.621 -8.754,-3.621 -3.419,0 -6.337,1.207 -8.756,3.621 -2.419,2.414 -3.628,5.331 -3.628,8.746 0,3.419 1.209,6.336 3.628,8.757 2.419,2.418 5.337,3.626 8.756,3.626 3.417,0 6.333,-1.208 8.754,-3.626 2.417,-2.421 3.627,-5.338 3.627,-8.757 z m -2.024,0 c 0,2.864 -1.011,5.309 -3.031,7.335 -2.021,2.025 -4.464,3.039 -7.325,3.039 -2.864,0 -5.308,-1.014 -7.335,-3.039 -2.026,-2.026 -3.037,-4.471 -3.037,-7.335 0,-2.861 1.011,-5.305 3.037,-7.325 2.027,-2.021 4.471,-3.031 7.335,-3.031 2.861,0 5.304,1.011 7.325,3.031 2.02,2.02 3.031,4.464 3.031,7.325 z M 2.574,6.375 C 2.574,5.72 2.324,5.159 1.825,4.696 1.327,4.233 0.729,4.001 0.035,4.001 c -0.708,0 -1.308,0.232 -1.801,0.695 -0.493,0.463 -0.74,1.023 -0.74,1.679 0,0.654 0.247,1.213 0.74,1.677 0.494,0.465 1.093,0.698 1.801,0.698 0.694,0 1.292,-0.233 1.79,-0.698 C 2.324,7.588 2.574,7.029 2.574,6.375 z M 2.106,-9.258 h -4.16 V 2.534 h 4.16 V -9.258 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g794"><radialGradient
r="20.7992"
id="SVGID_36_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1274)"
cy="8.3203001"
cx="-1.2485"><stop
style="stop-color:#638A98"
offset="0"
id="stop797" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop799" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop801" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop803" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop805" /></radialGradient><path
style="fill:url(#SVGID_36_)"
id="path807"
d="m 12.416,-0.007 c 0,-3.415 -1.21,-6.332 -3.627,-8.746 -2.421,-2.414 -5.337,-3.621 -8.754,-3.621 -3.419,0 -6.337,1.207 -8.756,3.621 -2.419,2.414 -3.628,5.331 -3.628,8.746 0,3.419 1.209,6.336 3.628,8.757 2.419,2.418 5.337,3.626 8.756,3.626 3.417,0 6.333,-1.208 8.754,-3.626 2.417,-2.421 3.627,-5.338 3.627,-8.757 z m -2.024,0 c 0,2.864 -1.011,5.309 -3.031,7.335 -2.021,2.025 -4.464,3.039 -7.325,3.039 -2.864,0 -5.308,-1.014 -7.335,-3.039 -2.026,-2.026 -3.037,-4.471 -3.037,-7.335 0,-2.861 1.011,-5.305 3.037,-7.325 2.027,-2.021 4.471,-3.031 7.335,-3.031 2.861,0 5.304,1.011 7.325,3.031 2.02,2.02 3.031,4.464 3.031,7.325 z M 2.574,6.375 C 2.574,5.72 2.324,5.159 1.825,4.696 1.327,4.233 0.729,4.001 0.035,4.001 c -0.708,0 -1.308,0.232 -1.801,0.695 -0.493,0.463 -0.74,1.023 -0.74,1.679 0,0.654 0.247,1.213 0.74,1.677 0.494,0.465 1.093,0.698 1.801,0.698 0.694,0 1.292,-0.233 1.79,-0.698 C 2.324,7.588 2.574,7.029 2.574,6.375 z M 2.106,-9.258 h -4.16 V 2.534 h 4.16 V -9.258 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g809"><linearGradient
y2="-12.374"
y1="12.376"
x2="0.0337"
x1="0.0337"
id="SVGID_37_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop812" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop814" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop816" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop818" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop820" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop822" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop824" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop826" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop828" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop830" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop832" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop834" /></linearGradient><path
style="fill:url(#SVGID_37_)"
id="path836"
d="m 12.416,-0.007 c 0,-3.415 -1.21,-6.332 -3.627,-8.746 -2.421,-2.414 -5.337,-3.621 -8.754,-3.621 -3.419,0 -6.337,1.207 -8.756,3.621 -2.419,2.414 -3.628,5.331 -3.628,8.746 0,3.419 1.209,6.336 3.628,8.757 2.419,2.418 5.337,3.626 8.756,3.626 3.417,0 6.333,-1.208 8.754,-3.626 2.417,-2.421 3.627,-5.338 3.627,-8.757 z m -2.024,0 c 0,2.864 -1.011,5.309 -3.031,7.335 -2.021,2.025 -4.464,3.039 -7.325,3.039 -2.864,0 -5.308,-1.014 -7.335,-3.039 -2.026,-2.026 -3.037,-4.471 -3.037,-7.335 0,-2.861 1.011,-5.305 3.037,-7.325 2.027,-2.021 4.471,-3.031 7.335,-3.031 2.861,0 5.304,1.011 7.325,3.031 2.02,2.02 3.031,4.464 3.031,7.325 z M 2.574,6.375 C 2.574,5.72 2.324,5.159 1.825,4.696 1.327,4.233 0.729,4.001 0.035,4.001 c -0.708,0 -1.308,0.232 -1.801,0.695 -0.493,0.463 -0.74,1.023 -0.74,1.679 0,0.654 0.247,1.213 0.74,1.677 0.494,0.465 1.093,0.698 1.801,0.698 0.694,0 1.292,-0.233 1.79,-0.698 C 2.324,7.588 2.574,7.029 2.574,6.375 z M 2.106,-9.258 h -4.16 V 2.534 h 4.16 V -9.258 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g838"><path
style="fill:#ffffff"
id="path840"
d="m 0.035,-11.27 c -5.504,0.277 -9.755,3.541 -11.257,8.892 -2.062,7.342 4.619,13.314 11.257,13.649 C 5.473,11.546 9.9,7.319 11.29,2.365 13.349,-4.976 6.671,-10.935 0.035,-11.27 c -0.012,0 0.004,-0.5 0,-0.5 15.159,0.765 15.155,22.776 0,23.541 -15.162,0.766 -15.095,-22.781 0,-23.541 -0.004,0 0.012,0.5 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path842"
d="m 0.035,11.472 c -14.757,-0.771 -14.762,-22.17 0,-22.939 14.749,-0.769 14.665,22.173 0,22.939 0.005,0 -0.012,-0.5 0,-0.5 5.381,-0.281 9.47,-3.475 10.941,-8.688 2.013,-7.131 -4.51,-12.917 -10.941,-13.251 -5.301,-0.276 -9.595,3.859 -10.957,8.669 -2.02,7.136 4.523,12.934 10.957,13.27 0.012,0 -0.005,0.499 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path844"
d="m -1.197,-8.403 c 0,2.203 0,4.407 0,6.61 0,1.054 0,2.108 0,3.162 0,0.439 0.035,0.062 0.527,0.062 0.618,0 1.235,0 1.853,0 0.098,0 0.066,0.355 0.066,-0.228 0,-0.523 0,-1.045 0,-1.568 0,-1.521 0,-3.043 0,-4.564 0,-1.098 0,-2.196 0,-3.294 0,0.084 -1.85,0.071 -2.449,0.071 -0.004,0 -0.004,-0.5 0,-0.5 0.817,0 1.634,0 2.451,0 0.003,0 0.002,0.237 0.002,0.25 0,3.361 0,6.722 0,10.083 0,0.013 0,0.25 -0.002,0.25 -0.817,0 -1.634,0 -2.451,0 -0.003,0 -0.002,-0.237 -0.002,-0.25 0,-3.361 0,-6.722 0,-10.083 0,-0.284 0.005,-0.284 0.005,-0.001 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path846"
d="M 0.035,5.105 C -0.714,5.139 -1.34,5.504 -1.601,6.232 -1.903,7.075 -0.552,7.619 0.035,7.646 0.766,7.679 1.424,7.184 1.668,6.515 1.973,5.683 0.612,5.133 0.035,5.105 c -0.012,0 0.004,-0.5 0,-0.5 2.252,0.106 2.251,3.434 0,3.54 -1.051,0.05 -1.689,-0.811 -1.689,-1.771 0,-1.027 0.639,-1.723 1.689,-1.77 -0.003,0.001 0.011,0.501 0,0.501 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g848"><path
style="fill:#26286a"
id="path850"
d="m 12.415,0.596 c -0.743,-14.354 -20.557,-16.633 -24.468,-2.783 -2.143,7.591 5.434,13.595 12.088,13.938 7.004,0.361 12.044,-5.869 12.379,-12.36 -0.015,0.294 0.022,0.829 0.003,1.205 -0.846,16.379 -24.772,15.768 -24.772,-0.603 0,-16.354 23.927,-16.964 24.772,-0.603 0.02,0.377 -0.018,0.912 -0.002,1.206 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path852"
d="m 10.393,0.596 c -0.711,13.808 -20.736,13.15 -20.736,-0.603 0,-13.734 20.026,-14.391 20.736,-0.603 0.02,0.376 -0.018,0.911 -0.003,1.205 C 9.771,-11.422 -6.819,-13.329 -10.089,-1.732 -11.858,4.542 -5.409,9.461 0.035,9.742 5.9,10.045 10.11,4.822 10.39,-0.609 c -0.015,0.294 0.023,0.829 0.003,1.205 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path854"
d="M 2.573,6.978 C 2.417,4.169 -1.657,3.835 -2.445,6.461 c 0.104,-0.344 0.092,0.114 0.181,0.317 0.111,0.251 0.312,0.454 0.499,0.648 0.474,0.494 1.143,0.667 1.801,0.698 C 1.384,8.19 2.5,7.075 2.573,5.772 2.556,6.066 2.597,6.602 2.576,6.978 2.484,8.636 1.032,9.557 -0.545,9.318 -2.062,9.089 -2.512,7.678 -2.512,6.375 -2.512,5.064 -2.15,4.02 -0.815,3.504 0.794,2.882 2.486,4.146 2.576,5.773 2.597,6.148 2.556,6.684 2.573,6.978 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path856"
d="m 2.106,-8.633 c -1.387,0 -2.773,0 -4.16,0 0.002,-0.208 0.004,-0.417 0.006,-0.625 0,3.931 0,7.861 0,11.792 -0.002,-0.208 -0.004,-0.417 -0.006,-0.625 1.387,0 2.773,0 4.16,0 C 2.104,2.118 2.102,2.326 2.1,2.534 c 0,-3.931 0,-7.861 0,-11.792 0,-0.707 0.013,-0.707 0.013,0 0,3.931 0,7.861 0,11.792 0,0.033 10e-4,0.625 -0.006,0.625 -1.387,0 -2.773,0 -4.16,0 -0.007,0 -0.006,-0.592 -0.006,-0.625 0,-3.931 0,-7.861 0,-11.792 0,-0.033 -10e-4,-0.625 0.006,-0.625 1.387,0 2.773,0 4.16,0 0.009,0 0.009,1.25 -0.001,1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-4.515 -12.992 9.029 25.984"
transform="translate(0,228.53602)"
id="Man"><g
id="g859"><linearGradient
y2="12.3838"
y1="-12.3672"
x2="-0.0098000001"
x1="-0.0098000001"
id="SVGID_38_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop862" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop864" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop866" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop868" /></linearGradient><path
style="fill:url(#SVGID_38_)"
id="path870"
d="M 4.239,-3.868 H 2.654 v -8.499 H 0.548 v 8.499 h -1.14 v -8.499 h -2.057 v 8.499 h -1.61 v 8.522 c 0,0.562 0.265,1.153 0.792,1.771 0.529,0.62 1.123,1.012 1.784,1.178 0.843,0.213 1.404,0.321 1.685,0.321 0.793,0 1.545,-0.19 2.254,-0.57 C 3.116,6.908 3.709,6.281 4.04,5.47 4.173,5.157 4.239,4.903 4.239,4.703 V -3.868 z M 1.861,10.525 C 1.861,9.996 1.673,9.558 1.303,9.212 0.933,8.866 0.497,8.691 0.002,8.691 c -0.529,0 -0.971,0.184 -1.324,0.546 -0.356,0.365 -0.533,0.784 -0.533,1.264 0,0.495 0.189,0.933 0.568,1.314 0.381,0.379 0.811,0.568 1.289,0.568 0.512,0 0.95,-0.193 1.314,-0.583 0.364,-0.388 0.545,-0.812 0.545,-1.275 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.3838"
y1="-12.3672"
x2="-0.0098000001"
x1="-0.0098000001"
id="SVGID_39_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop873" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop875" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop877" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop879" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop881" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop883" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop885" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop887" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop889" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop891" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop893" /></linearGradient><path
style="fill:url(#SVGID_39_)"
id="path895"
d="M 4.239,-3.868 H 2.654 v -8.499 H 0.548 v 8.499 h -1.14 v -8.499 h -2.057 v 8.499 h -1.61 v 8.522 c 0,0.562 0.265,1.153 0.792,1.771 0.529,0.62 1.123,1.012 1.784,1.178 0.843,0.213 1.404,0.321 1.685,0.321 0.793,0 1.545,-0.19 2.254,-0.57 C 3.116,6.908 3.709,6.281 4.04,5.47 4.173,5.157 4.239,4.903 4.239,4.703 V -3.868 z M 1.861,10.525 C 1.861,9.996 1.673,9.558 1.303,9.212 0.933,8.866 0.497,8.691 0.002,8.691 c -0.529,0 -0.971,0.184 -1.324,0.546 -0.356,0.365 -0.533,0.784 -0.533,1.264 0,0.495 0.189,0.933 0.568,1.314 0.381,0.379 0.811,0.568 1.289,0.568 0.512,0 0.95,-0.193 1.314,-0.583 0.364,-0.388 0.545,-0.812 0.545,-1.275 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g897"><radialGradient
r="17.7974"
id="SVGID_40_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1147,4.1533)"
cy="8.3281002"
cx="-0.4497"><stop
style="stop-color:#638A98"
offset="0"
id="stop900" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop902" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop904" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop906" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop908" /></radialGradient><path
style="fill:url(#SVGID_40_)"
id="path910"
d="M 4.239,-3.868 H 2.654 v -8.499 H 0.548 v 8.499 h -1.14 v -8.499 h -2.057 v 8.499 h -1.61 v 8.522 c 0,0.562 0.265,1.153 0.792,1.771 0.529,0.62 1.123,1.012 1.784,1.178 0.843,0.213 1.404,0.321 1.685,0.321 0.793,0 1.545,-0.19 2.254,-0.57 C 3.116,6.908 3.709,6.281 4.04,5.47 4.173,5.157 4.239,4.903 4.239,4.703 V -3.868 z M 1.861,10.525 C 1.861,9.996 1.673,9.558 1.303,9.212 0.933,8.866 0.497,8.691 0.002,8.691 c -0.529,0 -0.971,0.184 -1.324,0.546 -0.356,0.365 -0.533,0.784 -0.533,1.264 0,0.495 0.189,0.933 0.568,1.314 0.381,0.379 0.811,0.568 1.289,0.568 0.512,0 0.95,-0.193 1.314,-0.583 0.364,-0.388 0.545,-0.812 0.545,-1.275 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g912"><linearGradient
y2="-12.3672"
y1="12.3838"
x2="-0.0098000001"
x1="-0.0098000001"
id="SVGID_41_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop915" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop917" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop919" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop921" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop923" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop925" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop927" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop929" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop931" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop933" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop935" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop937" /></linearGradient><path
style="fill:url(#SVGID_41_)"
id="path939"
d="M 4.239,-3.868 H 2.654 v -8.499 H 0.548 v 8.499 h -1.14 v -8.499 h -2.057 v 8.499 h -1.61 v 8.522 c 0,0.562 0.265,1.153 0.792,1.771 0.529,0.62 1.123,1.012 1.784,1.178 0.843,0.213 1.404,0.321 1.685,0.321 0.793,0 1.545,-0.19 2.254,-0.57 C 3.116,6.908 3.709,6.281 4.04,5.47 4.173,5.157 4.239,4.903 4.239,4.703 V -3.868 z M 1.861,10.525 C 1.861,9.996 1.673,9.558 1.303,9.212 0.933,8.866 0.497,8.691 0.002,8.691 c -0.529,0 -0.971,0.184 -1.324,0.546 -0.356,0.365 -0.533,0.784 -0.533,1.264 0,0.495 0.189,0.933 0.568,1.314 0.381,0.379 0.811,0.568 1.289,0.568 0.512,0 0.95,-0.193 1.314,-0.583 0.364,-0.388 0.545,-0.812 0.545,-1.275 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g941"><path
style="fill:#26286a"
id="path943"
d="m 4.239,-3.243 c -0.528,0 -1.057,0 -1.585,0 -0.007,0 -0.006,-0.592 -0.006,-0.625 0,-1.417 0,-2.833 0,-4.25 0,-0.974 0,-1.948 0,-2.921 0,-1.669 0.214,-0.703 -1.047,-0.703 -1.012,0 -1.047,-0.952 -1.047,0.159 0,0.891 0,1.782 0,2.673 0,1.681 0,3.361 0,5.042 0,0.033 0.001,0.625 -0.006,0.625 -0.38,0 -0.76,0 -1.14,0 -0.007,0 -0.006,-0.592 -0.006,-0.625 0,-1.417 0,-2.833 0,-4.25 0,-0.974 0,-1.948 0,-2.921 0,-1.665 0.22,-0.703 -1.022,-0.703 -1,0 -1.022,-0.954 -1.022,0.159 0,0.891 0,1.782 0,2.673 0,1.681 0,3.361 0,5.042 0,0.033 10e-4,0.625 -0.006,0.625 -1.126,0 -1.604,-0.888 -1.604,0.162 0,1.423 0,2.846 0,4.27 0,3.099 -0.056,5.191 3.623,6.031 6.43,1.467 4.862,-7.67 4.862,-11.088 0,-0.707 0.013,-0.707 0.013,0 0,4.428 1.868,11.665 -4.244,12.418 -6.067,0.747 -4.267,-9.328 -4.267,-12.418 0,-0.033 -0.001,-0.625 0.006,-0.625 0.721,0 1.604,0.32 1.604,0.26 0,-1.031 0,-2.061 0,-3.092 0,-1.681 0,-3.361 0,-5.042 0,-0.033 -0.001,-0.625 0.006,-0.625 0.686,0 1.371,0 2.057,0 0.007,0 0.006,0.592 0.006,0.625 0,1.417 0,2.833 0,4.25 0,0.974 0,1.948 0,2.921 0,1.458 -0.147,0.703 0.289,0.703 0.885,0 0.838,0.98 0.838,-0.159 0,-0.891 0,-1.782 0,-2.673 0,-1.681 0,-3.361 0,-5.042 0,-0.033 -0.001,-0.625 0.006,-0.625 0.702,0 1.404,0 2.106,0 0.007,0 0.006,0.592 0.006,0.625 0,1.681 0,3.361 0,5.042 0,0.891 0,1.782 0,2.673 0,1.048 0.458,0.159 1.579,0.159 0.011,0 0.011,1.25 10e-4,1.25 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path945"
d="M 1.86,11.128 C 1.749,8.997 -1.224,8.701 -1.812,10.73 -1.65,10.171 -1.86,10.229 -1.67,10.669 c 0.086,0.199 0.24,0.364 0.383,0.522 0.285,0.316 0.677,0.484 1.087,0.557 1.079,0.191 1.994,-0.826 2.06,-1.824 -0.02,0.293 0.028,0.83 0.003,1.205 -0.083,1.259 -1.212,2.154 -2.449,1.776 -1.094,-0.334 -1.275,-1.438 -1.275,-2.403 0,-1.018 0.177,-1.898 1.231,-2.334 1.238,-0.511 2.431,0.556 2.493,1.756 0.019,0.375 -0.019,0.91 -0.003,1.204 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-5.005 -12.966 10.01 25.934"
transform="translate(0,228.53602)"
id="Milestone"><g
id="g948"><linearGradient
y2="12.4922"
y1="-12.2598"
x2="-0.021500001"
x1="-0.021500001"
id="SVGID_42_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop951" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop953" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop955" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop957" /></linearGradient><path
style="fill:url(#SVGID_42_)"
id="path959"
d="m 4.36,-10.3 c 0,-0.691 -0.639,-1.215 -1.911,-1.57 -0.908,-0.262 -1.831,-0.39 -2.772,-0.39 -0.938,0 -1.86,0.128 -2.769,0.39 -1.264,0.355 -1.896,0.879 -1.896,1.57 0,0.526 0.4,0.988 1.201,1.376 0.667,0.313 1.305,0.472 1.91,0.472 0.085,0 0.239,-0.351 0.46,-1.046 0.221,-0.696 0.538,-1.046 0.947,-1.046 0.25,0 0.412,0.361 0.487,1.079 0.076,0.717 0.19,1.076 0.341,1.076 0.657,0 1.442,-0.168 2.348,-0.502 C 3.811,-9.3 4.36,-9.773 4.36,-10.3 z m 0.584,20.33 -7.29,-5.265 2.121,-14.417 c -0.15,-0.218 -0.319,-0.325 -0.501,-0.325 -0.174,0 -0.282,0.15 -0.325,0.453 l -2.916,21.383 c -0.054,0.423 0.055,0.633 0.325,0.633 0.14,0 0.313,-0.821 0.517,-2.462 1.945,-0.033 4.635,-0.033 8.069,0 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.4922"
y1="-12.2598"
x2="-0.021500001"
x1="-0.021500001"
id="SVGID_43_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop962" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop964" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop966" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop968" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop970" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop972" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop974" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop976" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop978" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop980" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop982" /></linearGradient><path
style="fill:url(#SVGID_43_)"
id="path984"
d="m 4.36,-10.3 c 0,-0.691 -0.639,-1.215 -1.911,-1.57 -0.908,-0.262 -1.831,-0.39 -2.772,-0.39 -0.938,0 -1.86,0.128 -2.769,0.39 -1.264,0.355 -1.896,0.879 -1.896,1.57 0,0.526 0.4,0.988 1.201,1.376 0.667,0.313 1.305,0.472 1.91,0.472 0.085,0 0.239,-0.351 0.46,-1.046 0.221,-0.696 0.538,-1.046 0.947,-1.046 0.25,0 0.412,0.361 0.487,1.079 0.076,0.717 0.19,1.076 0.341,1.076 0.657,0 1.442,-0.168 2.348,-0.502 C 3.811,-9.3 4.36,-9.773 4.36,-10.3 z m 0.584,20.33 -7.29,-5.265 2.121,-14.417 c -0.15,-0.218 -0.319,-0.325 -0.501,-0.325 -0.174,0 -0.282,0.15 -0.325,0.453 l -2.916,21.383 c -0.054,0.423 0.055,0.633 0.325,0.633 0.14,0 0.313,-0.821 0.517,-2.462 1.945,-0.033 4.635,-0.033 8.069,0 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g986"><radialGradient
r="17.9564"
id="SVGID_44_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1167,4.2051)"
cy="8.4364996"
cx="-0.53560001"><stop
style="stop-color:#638A98"
offset="0"
id="stop989" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop991" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop993" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop995" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop997" /></radialGradient><path
style="fill:url(#SVGID_44_)"
id="path999"
d="m 4.36,-10.3 c 0,-0.691 -0.639,-1.215 -1.911,-1.57 -0.908,-0.262 -1.831,-0.39 -2.772,-0.39 -0.938,0 -1.86,0.128 -2.769,0.39 -1.264,0.355 -1.896,0.879 -1.896,1.57 0,0.526 0.4,0.988 1.201,1.376 0.667,0.313 1.305,0.472 1.91,0.472 0.085,0 0.239,-0.351 0.46,-1.046 0.221,-0.696 0.538,-1.046 0.947,-1.046 0.25,0 0.412,0.361 0.487,1.079 0.076,0.717 0.19,1.076 0.341,1.076 0.657,0 1.442,-0.168 2.348,-0.502 C 3.811,-9.3 4.36,-9.773 4.36,-10.3 z m 0.584,20.33 -7.29,-5.265 2.121,-14.417 c -0.15,-0.218 -0.319,-0.325 -0.501,-0.325 -0.174,0 -0.282,0.15 -0.325,0.453 l -2.916,21.383 c -0.054,0.423 0.055,0.633 0.325,0.633 0.14,0 0.313,-0.821 0.517,-2.462 1.945,-0.033 4.635,-0.033 8.069,0 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1001"><linearGradient
y2="-12.2598"
y1="12.4922"
x2="-0.021500001"
x1="-0.021500001"
id="SVGID_45_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1004" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1006" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1008" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1010" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1012" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1014" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1016" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1018" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1020" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1022" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1024" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1026" /></linearGradient><path
style="fill:url(#SVGID_45_)"
id="path1028"
d="m 4.36,-10.3 c 0,-0.691 -0.639,-1.215 -1.911,-1.57 -0.908,-0.262 -1.831,-0.39 -2.772,-0.39 -0.938,0 -1.86,0.128 -2.769,0.39 -1.264,0.355 -1.896,0.879 -1.896,1.57 0,0.526 0.4,0.988 1.201,1.376 0.667,0.313 1.305,0.472 1.91,0.472 0.085,0 0.239,-0.351 0.46,-1.046 0.221,-0.696 0.538,-1.046 0.947,-1.046 0.25,0 0.412,0.361 0.487,1.079 0.076,0.717 0.19,1.076 0.341,1.076 0.657,0 1.442,-0.168 2.348,-0.502 C 3.811,-9.3 4.36,-9.773 4.36,-10.3 z m 0.584,20.33 -7.29,-5.265 2.121,-14.417 c -0.15,-0.218 -0.319,-0.325 -0.501,-0.325 -0.174,0 -0.282,0.15 -0.325,0.453 l -2.916,21.383 c -0.054,0.423 0.055,0.633 0.325,0.633 0.14,0 0.313,-0.821 0.517,-2.462 1.945,-0.033 4.635,-0.033 8.069,0 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1030"><path
style="fill:#ffffff"
id="path1032"
d="m -0.323,-11.155 c -0.899,0.025 -3.413,0.045 -3.81,1.105 0,-0.167 0,-0.333 0,-0.5 0.225,0.477 0.8,0.639 1.253,0.82 0.786,0.313 0.71,-0.527 1.026,-1.106 0.376,-0.69 1.187,-0.953 1.896,-0.697 0.372,0.134 0.542,0.596 0.669,0.924 0.241,0.622 -0.148,1.138 0.653,0.986 0.602,-0.115 1.771,-0.384 2.146,-0.959 0,0.167 0,0.333 0,0.5 -0.467,-1.028 -2.91,-1.047 -3.833,-1.073 -0.008,0 0.001,-0.5 0,-0.5 1.045,0.029 3.851,0.01 3.836,1.5 -0.004,0.376 -0.864,0.614 -1.102,0.713 -0.342,0.128 -0.691,0.234 -1.046,0.319 -0.66,0.178 -0.479,-0.06 -0.56,-0.612 -0.079,-0.537 -0.317,-0.993 -0.763,-1.298 -0.843,-0.577 -1.754,0.437 -2.097,1.066 -0.116,0.285 -0.22,0.573 -0.311,0.867 -0.051,0.152 -1.341,-0.512 -1.455,-0.578 -0.165,-0.096 -0.312,-0.25 -0.313,-0.445 -0.015,-1.521 2.735,-1.502 3.812,-1.532 -0.002,0 0.007,0.5 -0.001,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1034"
d="m -2.737,8.92 c 1.67,-0.022 3.341,-0.021 5.012,-0.014 0,0.167 0,0.333 0,0.5 C 0.927,8.432 -0.422,7.459 -1.77,6.486 -2.421,6.015 -2.287,6.124 -2.395,6.913 -2.509,7.748 -2.623,8.584 -2.737,9.42 c 0.022,-0.163 -0.023,-0.336 0,-0.5 0.114,-0.836 0.228,-1.672 0.342,-2.508 0.107,-0.789 -0.027,-0.897 0.625,-0.427 1.348,0.973 2.697,1.947 4.045,2.92 0.037,0.026 -0.02,0.5 0,0.5 -1.671,-0.006 -3.342,-0.007 -5.012,0.015 -0.002,0 -0.006,-0.5 0,-0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1036"><path
style="fill:#26286a"
id="path1038"
d="m 4.36,-9.675 c -0.45,-2.807 -8.901,-2.814 -9.348,0 0,-0.417 0,-0.833 0,-1.25 0.268,1.367 1.912,1.745 3.111,1.848 0.57,0.049 0.359,-2.506 1.578,-2.024 0.946,0.374 -0.327,2.147 1.174,2.056 1.119,-0.068 3.213,-0.608 3.484,-1.88 -0.083,0.397 0.087,0.85 0.001,1.25 -0.257,1.207 -1.905,1.525 -2.92,1.785 -1.874,0.482 -0.99,-0.865 -1.738,-1.961 -0.528,-0.775 -1.484,1.922 -1.578,2.024 -0.365,0.395 -2.111,-0.588 -2.436,-0.776 -0.388,-0.226 -0.661,-0.647 -0.677,-1.094 -0.037,-1.009 -0.093,-1.756 0.844,-2.386 1.662,-1.117 8.064,-1.593 8.505,1.159 0.066,0.407 -0.065,0.845 0,1.249 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1040"
d="M 4.944,10.655 C 2.514,8.9 0.084,7.145 -2.346,5.39 c -0.112,-0.081 -0.024,-1.084 0,-1.25 0.707,-4.806 1.414,-9.611 2.121,-14.417 0,0.417 0,0.833 0,1.25 -1.103,-0.716 -0.995,1.364 -1.1,2.134 -0.335,2.463 -0.671,4.926 -1.007,7.389 -0.545,3.996 -1.09,7.993 -1.635,11.989 0,-0.417 0,-0.833 0,-1.25 0.7,1.362 0.219,-1.821 1.876,-1.843 C 0.254,9.36 2.6,9.386 4.944,9.405 c 0.013,0 0.006,1.25 0,1.25 -1.531,-0.013 -3.062,-0.022 -4.593,-0.025 -1.913,-0.004 -3.37,-0.729 -3.669,1.393 -0.225,1.593 -0.652,0.874 -0.654,0.002 -0.004,-1.132 0.202,-2.235 0.355,-3.357 0.543,-3.983 1.087,-7.966 1.63,-11.949 0.136,-0.994 0.522,-7.8 1.763,-6.995 0.106,0.069 0.023,1.092 0,1.25 -0.708,4.805 -1.415,9.611 -2.122,14.417 0,-0.417 0,-0.833 0,-1.25 2.43,1.755 4.86,3.51 7.29,5.265 0.204,0.147 -0.191,1.111 0,1.249 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-7.674 -13 15.346 26"
transform="translate(0,228.53602)"
id="Mouse_Arrow"><g
id="g1043"><g
id="g1045"><linearGradient
y2="12.375"
y1="-12.375"
x2="-0.022"
x1="-0.022"
id="SVGID_46_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1048" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1050" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1052" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1054" /></linearGradient><path
style="fill:url(#SVGID_46_)"
id="path1056"
d="M 4.581,-12.375 -1.188,-2.351 -5.196,-6.335 -7.672,12.375 7.304,0.891 1.858,-0.593 7.627,-10.618 4.581,-12.375 z"
inkscape:connector-curvature="0" /></g><g
id="g1058"><linearGradient
y2="12.375"
y1="-12.375"
x2="-0.022"
x1="-0.022"
id="SVGID_47_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1061" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1063" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1065" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1067" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1069" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1071" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1073" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1075" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1077" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1079" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1081" /></linearGradient><path
style="fill:url(#SVGID_47_)"
id="path1083"
d="M 4.581,-12.375 -1.188,-2.351 -5.196,-6.335 -7.672,12.375 7.304,0.891 1.858,-0.593 7.627,-10.618 4.581,-12.375 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.81000001"
id="g1085"><radialGradient
r="18.7451"
id="SVGID_48_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1387)"
cy="8.3192997"
cx="-0.81400001"><stop
style="stop-color:#638A98"
offset="0"
id="stop1088" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1090" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1092" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1094" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1096" /></radialGradient><path
style="fill:url(#SVGID_48_)"
id="path1098"
d="M 4.581,-12.375 -1.188,-2.351 -5.196,-6.335 -7.672,12.375 7.304,0.891 1.858,-0.593 7.627,-10.618 4.581,-12.375 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1100"><linearGradient
y2="-12.375"
y1="12.375"
x2="-0.022"
x1="-0.022"
id="SVGID_49_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1103" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1105" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1107" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1109" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1111" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1113" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1115" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1117" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1119" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1121" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1123" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1125" /></linearGradient><path
style="fill:url(#SVGID_49_)"
id="path1127"
d="M 4.581,-12.375 -1.188,-2.351 -5.196,-6.335 -7.672,12.375 7.304,0.891 1.858,-0.593 7.627,-10.618 4.581,-12.375 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1129"><g
id="g1131"><path
style="fill:#ffffff"
id="path1133"
d="m -1.001,-0.711 c -1.15,-1.144 -2.3,-2.287 -3.451,-3.431 -0.131,-0.13 -0.484,2.612 -0.541,3.039 C -5.51,2.809 -6.028,6.72 -6.545,10.631 -6.41,9.612 -4.813,8.857 -4.023,8.251 -2.113,6.786 -0.203,5.321 1.706,3.856 2.927,2.92 4.147,1.984 5.368,1.048 4.502,1.712 1.938,0.564 0.566,0.19 c -0.011,-0.003 -0.021,-0.462 0,-0.5 1.053,-1.83 2.105,-3.659 3.158,-5.488 0.631,-1.097 1.263,-2.194 1.894,-3.291 0.797,-1.386 0.945,-0.907 0.06,-1.417 -1.507,-0.869 -2.377,2.319 -3.104,3.581 -1.192,2.071 -2.384,4.143 -3.575,6.214 0.071,-0.124 -0.073,-0.373 0,-0.5 1.191,-2.071 2.383,-4.143 3.575,-6.214 0.665,-1.155 1.33,-2.31 1.994,-3.465 0.545,-0.946 1.029,-0.163 1.893,0.335 0.026,0.015 0.022,0.461 0,0.5 -1.456,2.53 -2.911,5.059 -4.367,7.589 -0.323,0.561 -0.645,1.122 -0.968,1.683 -0.561,0.975 -0.352,0.53 -0.394,0.519 1.561,0.425 3.122,0.851 4.683,1.276 0.005,10e-4 0.026,0.48 0,0.5 -3.99,3.06 -7.979,6.12 -11.969,9.179 0.052,-0.04 -0.011,-0.419 0,-0.5 0.488,-3.692 0.977,-7.385 1.465,-11.077 0.171,-1.292 0.342,-2.584 0.513,-3.877 -0.08,0.603 3.05,3.032 3.573,3.552 0.086,0.085 -0.08,0.419 0.002,0.5 z"
inkscape:connector-curvature="0" /></g></g><g
style="opacity:0.57999998"
id="g1135"><g
id="g1137"><path
style="fill:#26286a"
id="path1139"
d="m 4.581,-11.75 c -1.68,2.92 -3.36,5.839 -5.041,8.759 -0.801,1.393 -0.589,1.404 -1.767,0.232 C -2.623,-3.152 -5.242,-5.361 -5.205,-5.645 -6.026,0.57 -6.849,6.785 -7.671,13 c 0,-0.417 0,-0.833 0,-1.25 4.992,-3.828 9.983,-7.656 14.975,-11.484 0,0.417 0,0.833 0,1.25 C 5.489,1.021 3.674,0.527 1.859,0.033 c -0.027,-0.007 -0.054,-1.157 0,-1.25 1.922,-3.343 3.845,-6.684 5.768,-10.026 0,0.417 0,0.833 0,1.25 -1.015,-0.586 -2.031,-1.172 -3.046,-1.757 -0.188,-0.108 0.173,-1.15 0,-1.25 1.015,0.585 2.031,1.171 3.046,1.757 0.064,0.037 0.056,1.152 0,1.25 -1.923,3.342 -3.846,6.683 -5.769,10.025 0,-0.417 0,-0.833 0,-1.25 1.815,0.495 3.63,0.989 5.445,1.483 0.012,0.003 0.064,1.201 0,1.25 C 2.312,5.344 -2.679,9.172 -7.671,13 c 0.129,-0.099 -0.027,-1.048 0,-1.25 0.822,-6.215 1.645,-12.43 2.467,-18.645 -0.038,0.284 2.582,2.493 2.978,2.886 1.178,1.172 0.966,1.161 1.767,-0.232 1.68,-2.92 3.36,-5.839 5.041,-8.759 -0.179,0.309 0.182,0.933 -10e-4,1.25 z"
inkscape:connector-curvature="0" /></g></g></g></symbol><symbol
viewBox="-13.234 -12.959 26.468 25.918"
transform="translate(0,228.53602)"
id="Recycle"><g
id="g1142"><linearGradient
y2="12.4142"
y1="-12.3359"
x2="-1.081861e-06"
x1="0"
id="SVGID_50_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1145" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1147" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1149" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1151" /></linearGradient><path
style="fill:url(#SVGID_50_)"
id="path1153"
d="m 4.721,-5.92 1.935,-4.188 c -2.087,-1.438 -4.336,-2.181 -6.742,-2.225 -2.316,-0.059 -4.407,0.529 -6.278,1.762 -1.434,0.947 -2.552,2.2 -3.352,3.759 -0.83,1.625 -1.213,3.382 -1.148,5.263 l -2.354,-1.009 2.522,6.582 4.392,-3.662 -2.12,-0.912 c 0.125,-2.47 1.272,-4.418 3.445,-5.854 2.789,-1.84 6.022,-1.676 9.7,0.484 z M 6.379,10.633 C 7.813,9.688 8.934,8.44 9.738,6.891 10.571,5.265 10.951,3.504 10.879,1.612 L 13.22,2.63 10.711,-3.96 6.319,-0.3 8.435,0.614 C 8.313,3.083 7.165,5.032 4.99,6.467 2.203,8.307 -1.03,8.144 -4.706,5.982 l -1.936,4.188 c 2.095,1.451 4.346,2.199 6.752,2.242 2.31,0.05 4.398,-0.544 6.269,-1.779 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.4142"
y1="-12.3359"
x2="-1.081861e-06"
x1="0"
id="SVGID_51_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1156" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1158" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1160" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1162" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1164" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1166" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1168" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1170" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1172" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1174" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1176" /></linearGradient><path
style="fill:url(#SVGID_51_)"
id="path1178"
d="m 4.721,-5.92 1.935,-4.188 c -2.087,-1.438 -4.336,-2.181 -6.742,-2.225 -2.316,-0.059 -4.407,0.529 -6.278,1.762 -1.434,0.947 -2.552,2.2 -3.352,3.759 -0.83,1.625 -1.213,3.382 -1.148,5.263 l -2.354,-1.009 2.522,6.582 4.392,-3.662 -2.12,-0.912 c 0.125,-2.47 1.272,-4.418 3.445,-5.854 2.789,-1.84 6.022,-1.676 9.7,0.484 z M 6.379,10.633 C 7.813,9.688 8.934,8.44 9.738,6.891 10.571,5.265 10.951,3.504 10.879,1.612 L 13.22,2.63 10.711,-3.96 6.319,-0.3 8.435,0.614 C 8.313,3.083 7.165,5.032 4.99,6.467 2.203,8.307 -1.03,8.144 -4.706,5.982 l -1.936,4.188 c 2.095,1.451 4.346,2.199 6.752,2.242 2.31,0.05 4.398,-0.544 6.269,-1.779 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g1180"><radialGradient
r="21.236099"
id="SVGID_52_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1157,4.1431)"
cy="8.3584003"
cx="-1.3691"><stop
style="stop-color:#638A98"
offset="0"
id="stop1183" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1185" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1187" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1189" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1191" /></radialGradient><path
style="fill:url(#SVGID_52_)"
id="path1193"
d="m 4.721,-5.92 1.935,-4.188 c -2.087,-1.438 -4.336,-2.181 -6.742,-2.225 -2.316,-0.059 -4.407,0.529 -6.278,1.762 -1.434,0.947 -2.552,2.2 -3.352,3.759 -0.83,1.625 -1.213,3.382 -1.148,5.263 l -2.354,-1.009 2.522,6.582 4.392,-3.662 -2.12,-0.912 c 0.125,-2.47 1.272,-4.418 3.445,-5.854 2.789,-1.84 6.022,-1.676 9.7,0.484 z M 6.379,10.633 C 7.813,9.688 8.934,8.44 9.738,6.891 10.571,5.265 10.951,3.504 10.879,1.612 L 13.22,2.63 10.711,-3.96 6.319,-0.3 8.435,0.614 C 8.313,3.083 7.165,5.032 4.99,6.467 2.203,8.307 -1.03,8.144 -4.706,5.982 l -1.936,4.188 c 2.095,1.451 4.346,2.199 6.752,2.242 2.31,0.05 4.398,-0.544 6.269,-1.779 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1195"><linearGradient
y2="-12.336"
y1="12.4141"
x2="-1.081861e-06"
x1="0"
id="SVGID_53_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1198" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1200" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1202" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1204" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1206" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1208" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1210" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1212" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1214" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1216" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1218" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1220" /></linearGradient><path
style="fill:url(#SVGID_53_)"
id="path1222"
d="m 4.721,-5.92 1.935,-4.188 c -2.087,-1.438 -4.336,-2.181 -6.742,-2.225 -2.316,-0.059 -4.407,0.529 -6.278,1.762 -1.434,0.947 -2.552,2.2 -3.352,3.759 -0.83,1.625 -1.213,3.382 -1.148,5.263 l -2.354,-1.009 2.522,6.582 4.392,-3.662 -2.12,-0.912 c 0.125,-2.47 1.272,-4.418 3.445,-5.854 2.789,-1.84 6.022,-1.676 9.7,0.484 z M 6.379,10.633 C 7.813,9.688 8.934,8.44 9.738,6.891 10.571,5.265 10.951,3.504 10.879,1.612 L 13.22,2.63 10.711,-3.96 6.319,-0.3 8.435,0.614 C 8.313,3.083 7.165,5.032 4.99,6.467 2.203,8.307 -1.03,8.144 -4.706,5.982 l -1.936,4.188 c 2.095,1.451 4.346,2.199 6.752,2.242 2.31,0.05 4.398,-0.544 6.269,-1.779 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1224"><path
style="fill:#ffffff"
id="path1226"
d="m -0.4,-11.231 c -6.162,0.34 -9.771,4.709 -9.564,10.756 0.002,0.056 -0.028,0.479 0,0.491 -0.71,-0.305 -1.409,-0.397 -1.687,-1.12 0.384,1.002 0.768,2.003 1.152,3.005 0.338,0.883 1.091,-0.314 1.632,-0.765 1.085,-0.905 0.831,-0.339 -0.439,-0.886 -0.035,-0.015 -0.003,-0.436 0,-0.491 0.26,-5.183 4.234,-8.778 9.445,-8.478 1.471,0.084 2.882,0.742 4.191,1.357 -0.001,-0.001 0.714,-1.546 0.752,-1.627 0.653,-1.413 -0.394,-1.061 -1.698,-1.604 -1.175,-0.49 -2.527,-0.622 -3.784,-0.638 -0.006,0 -0.001,-0.5 0,-0.5 2.192,0.029 4.061,0.648 5.97,1.687 0.027,0.015 0.02,0.457 0,0.5 -0.414,0.894 -0.827,1.788 -1.24,2.682 0.44,-0.952 -6.462,-1.302 -7.098,-1.188 -2.289,0.412 -4.195,2.16 -5.444,4.012 -0.77,1.143 -1.012,2.642 -1.08,3.983 0.014,-0.287 1.226,0.339 1.371,0.402 0.014,0.006 0.024,0.48 0,0.5 -0.342,0.285 -2.396,2.034 -2.453,1.884 -0.442,-1.152 -0.883,-2.305 -1.325,-3.457 -0.025,-0.067 0.044,-0.481 0,-0.5 1.227,0.525 1.711,1.349 1.686,-0.136 -0.002,-0.144 -0.002,-0.288 0,-0.432 0.079,-5.693 3.906,-9.623 9.612,-9.938 -0.005,10e-4 0.013,0.5 0.001,0.501 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1228"
d="m 7.934,-0.783 c 0.461,0.199 0.923,0.399 1.385,0.598 0.035,0.015 0.003,0.435 0,0.491 C 9.147,3.77 7.586,6.188 4.596,7.936 2.85,8.956 0.78,8.934 -1.139,8.611 -2.254,8.423 -3.305,7.899 -4.316,7.423 c 10e-4,0.001 -0.715,1.547 -0.752,1.628 -0.547,1.183 -0.549,0.523 0.593,1.149 1.056,0.579 2.247,0.807 3.414,1.021 1.632,0.299 3.34,-0.043 4.894,-0.504 4.507,-1.337 6.303,-5.913 6.14,-10.19 -0.002,-0.056 0.029,-0.479 0,-0.491 0.709,0.308 1.404,0.404 1.679,1.127 -0.32,-0.842 -0.641,-1.683 -0.961,-2.525 -0.641,-1.684 -1.679,0.179 -2.757,1.079 0.079,-0.067 -0.084,-0.43 0,-0.5 0.342,-0.285 2.395,-2.031 2.452,-1.882 0.438,1.15 0.876,2.301 1.314,3.452 0.025,0.067 -0.045,0.48 0,0.5 -1.328,-0.577 -1.681,-1.325 -1.672,0.232 0.005,0.824 -0.033,1.59 -0.123,2.408 -0.84,7.647 -9.779,9.295 -15.461,6.182 -0.027,-0.015 -0.02,-0.456 0,-0.5 0.414,-0.895 0.827,-1.79 1.241,-2.685 -0.44,0.953 6.461,1.303 7.097,1.189 C 5.07,7.702 6.978,5.954 8.227,4.102 8.996,2.959 9.237,1.46 9.303,0.12 9.288,0.408 8.078,-0.22 7.933,-0.283 7.87,-0.311 7.991,-0.758 7.934,-0.783 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1230"><path
style="fill:#26286a"
id="path1232"
d="m 4.721,-6.545 c 0.645,-1.396 1.29,-2.792 1.935,-4.188 0,0.417 0,0.833 0,1.25 -7.584,-4.744 -17.274,-1 -17.519,8.536 0,0.008 -0.001,0.015 -0.001,0.022 -0.785,-0.336 -1.57,-0.672 -2.354,-1.009 0,-0.417 0,-0.833 0,-1.25 0.794,2.072 1.588,4.145 2.383,6.217 0.247,0.644 3.809,-2.695 4.531,-3.297 0,0.417 0,0.833 0,1.25 -0.706,-0.304 -1.412,-0.608 -2.118,-0.912 -0.084,-0.036 -0.016,-1.11 0,-1.25 0.795,-7.037 7.722,-8.265 13.143,-5.369 0.181,0.096 -0.166,1.162 0,1.25 -5.421,-2.896 -12.348,-1.668 -13.145,5.37 0,-0.417 0,-0.833 0,-1.25 0.706,0.304 1.412,0.608 2.118,0.912 0.035,0.015 0.06,1.2 0,1.25 -0.536,0.447 -4.451,3.507 -4.428,3.566 -0.829,-2.162 -1.657,-4.324 -2.486,-6.486 -0.064,-0.167 0.111,-1.202 0,-1.25 1.372,0.587 2.089,1.604 2.39,-0.378 0.422,-2.785 1.437,-4.889 3.448,-6.867 3.822,-3.758 9.925,-2.876 14.037,-0.305 0.075,0.047 0.052,1.137 0,1.25 -0.645,1.397 -1.289,2.792 -1.934,4.188 0.156,-0.339 -0.16,-0.903 0,-1.25 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1234"
d="m 6.379,10.008 c 3.024,-2.277 4.413,-5.125 4.497,-8.936 0,-0.029 0,-0.057 0.003,-0.085 0.78,0.339 1.561,0.678 2.341,1.018 0,0.417 0,0.833 0,1.25 -0.79,-2.075 -1.58,-4.15 -2.37,-6.225 -0.245,-0.644 -3.808,2.693 -4.531,3.296 0,-0.417 0,-0.833 0,-1.25 0.706,0.304 1.411,0.609 2.117,0.913 0.084,0.037 0.016,1.11 0,1.25 C 7.933,5.715 4.401,8.528 -0.067,8.304 -1.34,8.241 -4.518,6.198 -4.95,7.135 c -0.564,1.22 -1.127,2.439 -1.691,3.659 0,-0.417 0,-0.833 0,-1.25 4.169,2.623 8.695,2.965 13.02,0.464 -0.173,0.1 0.188,1.142 0,1.25 -4.325,2.501 -8.851,2.159 -13.021,-0.464 -0.076,-0.048 -0.052,-1.137 0,-1.25 0.478,-1.034 0.956,-2.068 1.434,-3.102 0.879,-1.901 2.274,-0.128 4.031,0.41 4.728,1.449 9.103,-2.32 9.613,-6.863 0,0.417 0,0.833 0,1.25 C 7.73,0.935 7.025,0.63 6.319,0.325 c -0.035,-0.015 -0.06,-1.2 0,-1.25 0.537,-0.448 4.452,-3.504 4.428,-3.565 0.824,2.165 1.648,4.329 2.472,6.494 0.064,0.168 -0.112,1.201 0,1.25 -1.375,-0.598 -2.077,-1.601 -2.372,0.377 -0.485,3.26 -1.832,5.642 -4.469,7.627 0.195,-0.146 -0.205,-1.095 10e-4,-1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-11.989 -12.933 23.978 25.865"
transform="translate(0,228.53602)"
id="Security_2"><g
id="g1237"><linearGradient
y2="12.3418"
y1="-12.4102"
x2="0.0024000001"
x1="0.0024000001"
id="SVGID_54_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1240" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1242" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1244" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1246" /></linearGradient><path
style="fill:url(#SVGID_54_)"
id="path1248"
d="m 11.979,4.782 c 0,-4.531 -1.119,-8.348 -3.364,-11.449 -2.148,-2.979 -5.022,-4.894 -8.613,-5.743 -3.589,0.85 -6.458,2.765 -8.612,5.743 -2.239,3.102 -3.362,6.918 -3.362,11.449 0,1.653 0.352,3.233 1.054,4.74 0.543,1.178 1.189,2.118 1.936,2.819 1.665,-1.031 3.313,-1.546 4.944,-1.546 1.63,0 2.978,0.503 4.041,1.512 1.065,-1.009 2.414,-1.512 4.046,-1.512 1.632,0 3.277,0.515 4.942,1.546 0.746,-0.701 1.393,-1.642 1.938,-2.819 0.698,-1.506 1.05,-3.086 1.05,-4.74 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.3418"
y1="-12.4102"
x2="0.0024000001"
x1="0.0024000001"
id="SVGID_55_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1251" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1253" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1255" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1257" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1259" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1261" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1263" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1265" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1267" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1269" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1271" /></linearGradient><path
style="fill:url(#SVGID_55_)"
id="path1273"
d="m 11.979,4.782 c 0,-4.531 -1.119,-8.348 -3.364,-11.449 -2.148,-2.979 -5.022,-4.894 -8.613,-5.743 -3.589,0.85 -6.458,2.765 -8.612,5.743 -2.239,3.102 -3.362,6.918 -3.362,11.449 0,1.653 0.352,3.233 1.054,4.74 0.543,1.178 1.189,2.118 1.936,2.819 1.665,-1.031 3.313,-1.546 4.944,-1.546 1.63,0 2.978,0.503 4.041,1.512 1.065,-1.009 2.414,-1.512 4.046,-1.512 1.632,0 3.277,0.515 4.942,1.546 0.746,-0.701 1.393,-1.642 1.938,-2.819 0.698,-1.506 1.05,-3.086 1.05,-4.74 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g1275"><radialGradient
r="20.595501"
id="SVGID_56_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1147,4.1104)"
cy="8.2861004"
cx="-1.2378"><stop
style="stop-color:#638A98"
offset="0"
id="stop1278" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1280" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1282" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1284" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1286" /></radialGradient><path
style="fill:url(#SVGID_56_)"
id="path1288"
d="m 11.979,4.782 c 0,-4.531 -1.119,-8.348 -3.364,-11.449 -2.148,-2.979 -5.022,-4.894 -8.613,-5.743 -3.589,0.85 -6.458,2.765 -8.612,5.743 -2.239,3.102 -3.362,6.918 -3.362,11.449 0,1.653 0.352,3.233 1.054,4.74 0.543,1.178 1.189,2.118 1.936,2.819 1.665,-1.031 3.313,-1.546 4.944,-1.546 1.63,0 2.978,0.503 4.041,1.512 1.065,-1.009 2.414,-1.512 4.046,-1.512 1.632,0 3.277,0.515 4.942,1.546 0.746,-0.701 1.393,-1.642 1.938,-2.819 0.698,-1.506 1.05,-3.086 1.05,-4.74 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1290"><linearGradient
y2="-12.4102"
y1="12.3418"
x2="0.0024000001"
x1="0.0024000001"
id="SVGID_57_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1293" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1295" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1297" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1299" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1301" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1303" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1305" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1307" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1309" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1311" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1313" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1315" /></linearGradient><path
style="fill:url(#SVGID_57_)"
id="path1317"
d="m 11.979,4.782 c 0,-4.531 -1.119,-8.348 -3.364,-11.449 -2.148,-2.979 -5.022,-4.894 -8.613,-5.743 -3.589,0.85 -6.458,2.765 -8.612,5.743 -2.239,3.102 -3.362,6.918 -3.362,11.449 0,1.653 0.352,3.233 1.054,4.74 0.543,1.178 1.189,2.118 1.936,2.819 1.665,-1.031 3.313,-1.546 4.944,-1.546 1.63,0 2.978,0.503 4.041,1.512 1.065,-1.009 2.414,-1.512 4.046,-1.512 1.632,0 3.277,0.515 4.942,1.546 0.746,-0.701 1.393,-1.642 1.938,-2.819 0.698,-1.506 1.05,-3.086 1.05,-4.74 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1319"><path
style="fill:#ffffff"
id="path1321"
d="m 0.001,-11.281 c -5.269,1.554 -8.58,5.161 -10.316,10.321 -1.357,4.034 -1.029,8.537 1.481,11.975 -0.15,-0.205 3.364,-1.191 3.6,-1.24 1.895,-0.393 3.634,0.241 5.235,1.169 C -0.23,10.81 3.82,9.713 4.047,9.691 5.263,9.577 6.52,10.051 7.639,10.437 9.48,11.071 9.229,10.63 10.151,8.913 11.523,6.357 11.145,3.206 10.671,0.439 9.685,-5.32 5.483,-9.666 0.001,-11.281 c -0.049,-0.014 0.042,-0.488 0,-0.5 7.497,2.209 11.081,8.898 11.125,16.437 C 11.133,5.812 10.94,6.871 10.69,7.997 10.415,8.903 10.029,9.759 9.533,10.564 8.665,12.18 7.801,10.993 6.438,10.523 4.207,9.754 1.959,10.31 0.001,11.443 -0.764,10.881 -1.613,10.51 -2.546,10.331 -3.781,9.948 -5.217,10.27 -6.434,10.523 c -0.839,0.237 -1.639,0.567 -2.401,0.991 -0.421,0.203 -1.784,-3.341 -1.851,-3.517 -0.396,-1.036 -0.443,-2.243 -0.436,-3.341 0.045,-7.537 3.629,-14.226 11.123,-16.437 -0.042,0.012 0.049,0.486 0,0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1323"><path
style="fill:#26286a"
id="path1325"
d="M 11.977,5.385 C 11.771,-1.142 9.496,-6.917 3.738,-10.38 c -5.692,-3.424 -11.196,1.943 -13.819,6.798 -2.004,3.709 -2.315,8.614 -0.838,12.479 0.415,1.086 1.166,1.977 1.936,2.819 -0.528,-0.578 5.943,-1.437 6.48,-1.378 2.177,0.238 1.608,1.994 3.665,0.503 1.266,-0.917 3.111,-0.648 4.523,-0.5 1.798,0.189 2.638,2.106 4.019,0.594 1.614,-1.768 2.113,-4.503 2.275,-6.756 -0.021,0.293 0.03,0.83 0.003,1.205 -0.125,1.75 -0.417,3.096 -1.053,4.763 -0.841,2.207 -1.475,3.059 -3.596,1.96 -1.986,-1.029 -4.186,-0.757 -6.17,-0.016 -0.773,1.121 -1.545,1.121 -2.318,0 -1.265,-0.917 -3.109,-0.647 -4.52,-0.5 -2.715,0.285 -2.848,2.301 -4.666,-0.346 -1.197,-1.743 -1.486,-3.821 -1.632,-5.861 -0.027,-0.377 -0.008,-0.765 -10e-4,-1.142 0.125,-7.485 3.391,-14.172 10.663,-16.909 3.613,-1.36 7.904,2.806 9.925,5.375 2.554,3.246 3.24,7.47 3.366,11.472 0.012,0.376 -0.012,0.91 -0.003,1.205 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-9.887 -13.095 19.774 26.191"
transform="translate(0,228.53602)"
id="Security_Icon"><g
id="g1328"><linearGradient
y2="12.3344"
y1="-12.417"
x2="-0.0195"
x1="-0.0195"
id="SVGID_58_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1331" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1333" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1335" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1337" /></linearGradient><path
style="fill:url(#SVGID_58_)"
id="path1339"
d="m 9.806,0.011 c 0,1.799 -0.125,1.447 -1.974,1.447 -0.247,0 -0.128,3.181 -0.13,3.572 -0.01,2.108 -0.768,3.914 -2.368,5.351 -2.458,2.204 -6.337,2.471 -9.293,1.164 -1.816,-0.804 -3.59,-2.496 -3.957,-4.543 -0.236,-1.321 0,-2.895 0,-4.234 0,-1.623 -0.119,-1.31 -1.771,-1.31 0,-4.026 -1.228,-9.409 2.647,-12.066 3.194,-2.189 8.525,-2.18 12.109,-1.089 5.418,1.649 4.737,7.213 4.737,11.708 z m -5.76,1.464 h -8.292 v 4.952 l 0.086,0.354 0.105,0.304 0.189,0.305 0.147,0.32 0.189,0.238 0.381,0.404 0.485,0.272 0.507,0.302 0.568,0.203 0.57,0.151 0.758,0.085 L 0.309,9.332 1.09,9.18 1.576,9.062 2.018,8.909 2.269,8.723 2.65,8.52 2.799,8.368 2.967,8.219 3.182,8.05 3.31,7.863 3.478,7.693 3.667,7.457 3.752,7.204 3.856,6.933 3.981,6.645 4.045,6.426 V 1.475 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.3344"
y1="-12.417"
x2="-0.0195"
x1="-0.0195"
id="SVGID_59_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1342" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1344" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1346" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1348" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1350" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1352" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1354" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1356" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1358" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1360" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1362" /></linearGradient><path
style="fill:url(#SVGID_59_)"
id="path1364"
d="m 9.806,0.011 c 0,1.799 -0.125,1.447 -1.974,1.447 -0.247,0 -0.128,3.181 -0.13,3.572 -0.01,2.108 -0.768,3.914 -2.368,5.351 -2.458,2.204 -6.337,2.471 -9.293,1.164 -1.816,-0.804 -3.59,-2.496 -3.957,-4.543 -0.236,-1.321 0,-2.895 0,-4.234 0,-1.623 -0.119,-1.31 -1.771,-1.31 0,-4.026 -1.228,-9.409 2.647,-12.066 3.194,-2.189 8.525,-2.18 12.109,-1.089 5.418,1.649 4.737,7.213 4.737,11.708 z m -5.76,1.464 h -8.292 v 4.952 l 0.086,0.354 0.105,0.304 0.189,0.305 0.147,0.32 0.189,0.238 0.381,0.404 0.485,0.272 0.507,0.302 0.568,0.203 0.57,0.151 0.758,0.085 L 0.309,9.332 1.09,9.18 1.576,9.062 2.018,8.909 2.269,8.723 2.65,8.52 2.799,8.368 2.967,8.219 3.182,8.05 3.31,7.863 3.478,7.693 3.667,7.457 3.752,7.204 3.856,6.933 3.981,6.645 4.045,6.426 V 1.475 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g1366"><radialGradient
r="19.6075"
id="SVGID_60_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1147,4.1123)"
cy="8.2788"
cx="-1.04"><stop
style="stop-color:#638A98"
offset="0"
id="stop1369" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1371" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1373" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1375" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1377" /></radialGradient><path
style="fill:url(#SVGID_60_)"
id="path1379"
d="m 9.806,0.011 c 0,1.799 -0.125,1.447 -1.974,1.447 -0.247,0 -0.128,3.181 -0.13,3.572 -0.01,2.108 -0.768,3.914 -2.368,5.351 -2.458,2.204 -6.337,2.471 -9.293,1.164 -1.816,-0.804 -3.59,-2.496 -3.957,-4.543 -0.236,-1.321 0,-2.895 0,-4.234 0,-1.623 -0.119,-1.31 -1.771,-1.31 0,-4.026 -1.228,-9.409 2.647,-12.066 3.194,-2.189 8.525,-2.18 12.109,-1.089 5.418,1.649 4.737,7.213 4.737,11.708 z m -5.76,1.464 h -8.292 v 4.952 l 0.086,0.354 0.105,0.304 0.189,0.305 0.147,0.32 0.189,0.238 0.381,0.404 0.485,0.272 0.507,0.302 0.568,0.203 0.57,0.151 0.758,0.085 L 0.309,9.332 1.09,9.18 1.576,9.062 2.018,8.909 2.269,8.723 2.65,8.52 2.799,8.368 2.967,8.219 3.182,8.05 3.31,7.863 3.478,7.693 3.667,7.457 3.752,7.204 3.856,6.933 3.981,6.645 4.045,6.426 V 1.475 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1381"><linearGradient
y2="-12.4169"
y1="12.3345"
x2="-0.0195"
x1="-0.0195"
id="SVGID_61_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1384" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1386" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1388" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1390" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1392" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1394" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1396" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1398" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1400" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1402" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1404" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1406" /></linearGradient><path
style="fill:url(#SVGID_61_)"
id="path1408"
d="m 9.806,0.011 c 0,1.799 -0.125,1.447 -1.974,1.447 -0.247,0 -0.128,3.181 -0.13,3.572 -0.01,2.108 -0.768,3.914 -2.368,5.351 -2.458,2.204 -6.337,2.471 -9.293,1.164 -1.816,-0.804 -3.59,-2.496 -3.957,-4.543 -0.236,-1.321 0,-2.895 0,-4.234 0,-1.623 -0.119,-1.31 -1.771,-1.31 0,-4.026 -1.228,-9.409 2.647,-12.066 3.194,-2.189 8.525,-2.18 12.109,-1.089 5.418,1.649 4.737,7.213 4.737,11.708 z m -5.76,1.464 h -8.292 v 4.952 l 0.086,0.354 0.105,0.304 0.189,0.305 0.147,0.32 0.189,0.238 0.381,0.404 0.485,0.272 0.507,0.302 0.568,0.203 0.57,0.151 0.758,0.085 L 0.309,9.332 1.09,9.18 1.576,9.062 2.018,8.909 2.269,8.723 2.65,8.52 2.799,8.368 2.967,8.219 3.182,8.05 3.31,7.863 3.478,7.693 3.667,7.457 3.752,7.204 3.856,6.933 3.981,6.645 4.045,6.426 V 1.475 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1410"><path
style="fill:#ffffff"
id="path1412"
d="m -0.022,-11.313 c -4.104,0.185 -7.744,1.159 -8.818,5.527 -0.171,1.519 -0.199,3.038 -0.082,4.557 0.116,2.317 0.576,1.064 1.665,2.287 0.226,0.254 0.195,1.263 0.198,1.533 0.006,0.614 -0.031,1.223 -0.054,1.839 -0.229,6.194 6.08,8.008 10.854,5.808 C 7.648,8.437 6.368,4.339 6.947,1.063 6.998,0.77 7.251,0.566 7.447,0.366 7.575,0.362 7.704,0.358 7.832,0.353 c 2.099,-0.069 1.032,-5.454 0.929,-6.27 -0.555,-4.405 -4.999,-5.396 -8.783,-5.396 -0.004,0 -0.004,-0.5 0,-0.5 5.605,0 8.688,2.138 8.99,7.717 0.088,1.638 0.004,3.308 -0.027,4.942 0,0.011 0,0.023 -0.001,0.034 C 6.241,0.795 6.842,1.957 6.85,4.96 6.858,8.017 5.262,10.036 2.559,11.282 -1.48,13.143 -7.124,10.285 -7.169,5.745 -7.187,3.929 -6.219,0.785 -8.85,0.832 c 0,-0.003 0,-0.006 0,-0.009 -0.072,-1.535 -0.196,-3.076 -0.17,-4.615 0.098,-5.728 3.534,-7.775 8.998,-8.022 -0.004,10e-4 0.011,0.501 0,0.501 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1414"
d="M -4.831,7.705 C -5.583,5.541 -5.103,2.872 -5.103,0.62 c 0,-0.013 0,-0.25 0.002,-0.25 3.333,0 6.667,0 10.001,0 0.003,0 0.002,0.237 0.002,0.25 0,2.554 0.935,6.646 -1.398,8.516 -2.743,2.198 -6.507,1.511 -8.335,-1.431 -0.076,-0.122 0.074,-0.381 0,-0.5 1.496,2.408 4.099,3.312 6.836,2.364 C 3.033,9.213 3.762,8.452 4.428,7.623 5.265,6.581 4.897,4.651 4.897,3.392 c 0,-0.881 0,-1.763 0,-2.645 0,0.185 -0.696,0.123 -1.141,0.123 -2.276,0 -4.553,0 -6.829,0 -0.649,0 -1.299,0 -1.949,0 -0.134,0 -0.078,-0.417 -0.078,0.025 0,0.457 0,0.915 0,1.372 0,1.678 -0.212,3.557 0.268,4.938 0.054,0.15 -0.05,0.353 10e-4,0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1416"><path
style="fill:#26286a"
id="path1418"
d="M 9.807,0.613 C 9.756,2.175 9.395,2.121 7.832,2.083 7.545,2.076 7.708,4.326 7.708,5.03 7.708,8.368 6.249,10.767 3.26,12.301 -1.371,14.677 -7.833,11.451 -8.024,6.217 -8.092,4.327 -7.144,2.021 -9.689,2.083 -9.69,2.055 -9.691,2.026 -9.69,1.998 -9.744,-0.354 -9.888,-2.68 -9.857,-5.03 c 0.071,-5.33 3.886,-7.489 8.726,-7.978 5.364,-0.542 10.055,1.398 10.853,7.016 0.296,2.081 0.106,4.356 0.088,6.444 C 9.806,0.925 9.8,-0.281 9.801,-0.431 9.84,-4.977 9.813,-9.217 5.069,-11.072 c -4.325,-1.691 -10.8,-0.983 -13.755,2.784 -1.676,2.136 -1.148,5.528 -1.026,8.015 0.069,1.402 1.715,0.792 1.797,2.438 0.068,1.345 -0.056,2.713 -0.105,4.052 0,-0.409 -0.001,-0.818 -0.001,-1.228 0.707,9.335 15.009,8.51 15.723,-0.584 C 7.701,4.793 7.7,5.182 7.699,5.57 7.682,4.599 7.661,3.627 7.671,2.655 7.676,2.106 7.694,1.612 7.737,1.07 7.815,0.084 9.724,1.839 9.804,-0.592 9.794,-0.297 9.82,0.237 9.807,0.613 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1420"
d="m 4.046,2.1 c -2.764,0 -5.528,0 -8.292,0 0.002,-0.208 0.004,-0.417 0.006,-0.625 0,1.651 0,3.301 0,4.952 -0.002,-0.209 -0.004,-0.417 -0.006,-0.625 0.969,3.997 7.187,3.75 8.292,0 C 4.044,6.01 4.042,6.218 4.04,6.427 c 0,-1.651 0,-3.301 0,-4.952 0,-0.707 0.013,-0.707 0.013,0 0,1.19 0,2.381 0,3.572 0,0.69 0.127,1.551 -0.071,2.224 C 3.489,8.941 2.025,9.624 0.434,9.934 -1.421,10.296 -3.543,9.184 -4.16,7.406 -4.376,6.785 -4.252,5.972 -4.252,5.33 c 0,-1.285 0,-2.57 0,-3.855 0,-0.033 -0.001,-0.625 0.006,-0.625 2.764,0 5.528,0 8.292,0 0.009,0 0.009,1.25 0,1.25 z"
inkscape:connector-curvature="0" /></g></g><polyline
style="fill:#000101"
points="0.635,-5.747 1.163,-8.248 -1.2,-8.248 -0.632,-5.764 -0.885,-5.595 -1.074,-5.31 -1.117,-4.952 -1.054,-4.684 -0.885,-4.497 -0.757,-4.345 -0.546,-4.244 -0.294,-4.143 0.024,-4.125 0.275,-4.177 0.571,-4.244 0.824,-4.431 0.952,-4.581 1.077,-4.751 1.099,-4.952 1.014,-5.31 0.909,-5.461 0.782,-5.595 0.635,-5.747 "
id="polyline1422" /></symbol><symbol
viewBox="-17.032 -13.004 34.064 26.008"
transform="translate(0,228.53602)"
id="Shipping"><g
id="g1425"><linearGradient
y2="12.3789"
y1="-12.373"
x2="0.0601"
x1="0.0601"
id="SVGID_62_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1428" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1430" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1432" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1434" /></linearGradient><path
style="fill:url(#SVGID_62_)"
id="path1436"
d="m -11.939,7.452 -2.048,-4.965 h -0.789 c -1.419,0 -2.129,-0.557 -2.129,-1.663 V -9.88 h 2.026 v 1.743 c 0,1.339 0.449,2.483 1.348,3.437 0.899,0.952 1.984,1.43 3.255,1.43 1.675,0 2.945,-0.812 3.81,-2.434 v 14.17 h -3.951 c -0.731,0 -1.236,-0.337 -1.522,-1.014 z m 1.663,-11.797 c -1.054,0 -1.953,-0.392 -2.695,-1.176 -0.745,-0.784 -1.116,-1.731 -1.116,-2.838 0,-1.107 0.371,-2.055 1.116,-2.841 0.742,-0.78 1.642,-1.174 2.695,-1.174 1.053,0 1.951,0.394 2.695,1.174 0.742,0.786 1.114,1.733 1.114,2.841 0,1.106 -0.372,2.054 -1.114,2.838 -0.744,0.785 -1.642,1.176 -2.695,1.176 z m 4.518,16.724 V -9.88 H 6.831 l 0.021,1.743 c 0,1.339 0.449,2.483 1.349,3.437 0.896,0.952 1.983,1.43 3.254,1.43 1.269,0 2.355,-0.478 3.262,-1.43 0.907,-0.953 1.359,-2.098 1.359,-3.437 V -9.88 h 0.95 V 12.379 H -5.758 z M 11.514,-4.345 c -1.056,0 -1.954,-0.392 -2.697,-1.176 -0.743,-0.784 -1.114,-1.731 -1.114,-2.837 0,-1.107 0.371,-2.055 1.113,-2.841 0.743,-0.78 1.642,-1.174 2.697,-1.174 1.039,0 1.935,0.394 2.687,1.174 0.75,0.786 1.125,1.733 1.125,2.841 0,1.106 -0.375,2.054 -1.125,2.838 -0.752,0.784 -1.647,1.175 -2.686,1.175 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.3789"
y1="-12.373"
x2="0.0601"
x1="0.0601"
id="SVGID_63_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1439" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1441" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1443" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1445" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1447" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1449" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1451" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1453" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1455" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1457" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1459" /></linearGradient><path
style="fill:url(#SVGID_63_)"
id="path1461"
d="m -11.939,7.452 -2.048,-4.965 h -0.789 c -1.419,0 -2.129,-0.557 -2.129,-1.663 V -9.88 h 2.026 v 1.743 c 0,1.339 0.449,2.483 1.348,3.437 0.899,0.952 1.984,1.43 3.255,1.43 1.675,0 2.945,-0.812 3.81,-2.434 v 14.17 h -3.951 c -0.731,0 -1.236,-0.337 -1.522,-1.014 z m 1.663,-11.797 c -1.054,0 -1.953,-0.392 -2.695,-1.176 -0.745,-0.784 -1.116,-1.731 -1.116,-2.838 0,-1.107 0.371,-2.055 1.116,-2.841 0.742,-0.78 1.642,-1.174 2.695,-1.174 1.053,0 1.951,0.394 2.695,1.174 0.742,0.786 1.114,1.733 1.114,2.841 0,1.106 -0.372,2.054 -1.114,2.838 -0.744,0.785 -1.642,1.176 -2.695,1.176 z m 4.518,16.724 V -9.88 H 6.831 l 0.021,1.743 c 0,1.339 0.449,2.483 1.349,3.437 0.896,0.952 1.983,1.43 3.254,1.43 1.269,0 2.355,-0.478 3.262,-1.43 0.907,-0.953 1.359,-2.098 1.359,-3.437 V -9.88 h 0.95 V 12.379 H -5.758 z M 11.514,-4.345 c -1.056,0 -1.954,-0.392 -2.697,-1.176 -0.743,-0.784 -1.114,-1.731 -1.114,-2.837 0,-1.107 0.371,-2.055 1.113,-2.841 0.743,-0.78 1.642,-1.174 2.697,-1.174 1.039,0 1.935,0.394 2.687,1.174 0.75,0.786 1.125,1.733 1.125,2.841 0,1.106 -0.375,2.054 -1.125,2.838 -0.752,0.784 -1.647,1.175 -2.686,1.175 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g1463"><radialGradient
r="23.406799"
id="SVGID_64_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1167)"
cy="8.3232002"
cx="-1.6968"><stop
style="stop-color:#638A98"
offset="0"
id="stop1466" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1468" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1470" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1472" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1474" /></radialGradient><path
style="fill:url(#SVGID_64_)"
id="path1476"
d="m -11.939,7.452 -2.048,-4.965 h -0.789 c -1.419,0 -2.129,-0.557 -2.129,-1.663 V -9.88 h 2.026 v 1.743 c 0,1.339 0.449,2.483 1.348,3.437 0.899,0.952 1.984,1.43 3.255,1.43 1.675,0 2.945,-0.812 3.81,-2.434 v 14.17 h -3.951 c -0.731,0 -1.236,-0.337 -1.522,-1.014 z m 1.663,-11.797 c -1.054,0 -1.953,-0.392 -2.695,-1.176 -0.745,-0.784 -1.116,-1.731 -1.116,-2.838 0,-1.107 0.371,-2.055 1.116,-2.841 0.742,-0.78 1.642,-1.174 2.695,-1.174 1.053,0 1.951,0.394 2.695,1.174 0.742,0.786 1.114,1.733 1.114,2.841 0,1.106 -0.372,2.054 -1.114,2.838 -0.744,0.785 -1.642,1.176 -2.695,1.176 z m 4.518,16.724 V -9.88 H 6.831 l 0.021,1.743 c 0,1.339 0.449,2.483 1.349,3.437 0.896,0.952 1.983,1.43 3.254,1.43 1.269,0 2.355,-0.478 3.262,-1.43 0.907,-0.953 1.359,-2.098 1.359,-3.437 V -9.88 h 0.95 V 12.379 H -5.758 z M 11.514,-4.345 c -1.056,0 -1.954,-0.392 -2.697,-1.176 -0.743,-0.784 -1.114,-1.731 -1.114,-2.837 0,-1.107 0.371,-2.055 1.113,-2.841 0.743,-0.78 1.642,-1.174 2.697,-1.174 1.039,0 1.935,0.394 2.687,1.174 0.75,0.786 1.125,1.733 1.125,2.841 0,1.106 -0.375,2.054 -1.125,2.838 -0.752,0.784 -1.647,1.175 -2.686,1.175 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1478"><linearGradient
y2="-12.373"
y1="12.3789"
x2="0.0601"
x1="0.0601"
id="SVGID_65_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1481" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1483" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1485" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1487" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1489" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1491" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1493" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1495" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1497" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1499" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1501" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1503" /></linearGradient><path
style="fill:url(#SVGID_65_)"
id="path1505"
d="m -11.939,7.452 -2.048,-4.965 h -0.789 c -1.419,0 -2.129,-0.557 -2.129,-1.663 V -9.88 h 2.026 v 1.743 c 0,1.339 0.449,2.483 1.348,3.437 0.899,0.952 1.984,1.43 3.255,1.43 1.675,0 2.945,-0.812 3.81,-2.434 v 14.17 h -3.951 c -0.731,0 -1.236,-0.337 -1.522,-1.014 z m 1.663,-11.797 c -1.054,0 -1.953,-0.392 -2.695,-1.176 -0.745,-0.784 -1.116,-1.731 -1.116,-2.838 0,-1.107 0.371,-2.055 1.116,-2.841 0.742,-0.78 1.642,-1.174 2.695,-1.174 1.053,0 1.951,0.394 2.695,1.174 0.742,0.786 1.114,1.733 1.114,2.841 0,1.106 -0.372,2.054 -1.114,2.838 -0.744,0.785 -1.642,1.176 -2.695,1.176 z m 4.518,16.724 V -9.88 H 6.831 l 0.021,1.743 c 0,1.339 0.449,2.483 1.349,3.437 0.896,0.952 1.983,1.43 3.254,1.43 1.269,0 2.355,-0.478 3.262,-1.43 0.907,-0.953 1.359,-2.098 1.359,-3.437 V -9.88 h 0.95 V 12.379 H -5.758 z M 11.514,-4.345 c -1.056,0 -1.954,-0.392 -2.697,-1.176 -0.743,-0.784 -1.114,-1.731 -1.114,-2.837 0,-1.107 0.371,-2.055 1.113,-2.841 0.743,-0.78 1.642,-1.174 2.697,-1.174 1.039,0 1.935,0.394 2.687,1.174 0.75,0.786 1.125,1.733 1.125,2.841 0,1.106 -0.375,2.054 -1.125,2.838 -0.752,0.784 -1.647,1.175 -2.686,1.175 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1507"><path
style="fill:#ffffff"
id="path1509"
d="m 11.514,-11.269 c -1.469,0.079 -2.514,1.026 -2.886,2.435 -0.428,1.623 1.083,3.12 2.543,3.367 1.434,0.242 2.646,-0.834 3.138,-2.081 0.738,-1.869 -1.077,-3.611 -2.795,-3.721 -0.014,-10e-4 0.007,-0.5 0,-0.5 3.944,0.251 3.949,6.604 0,6.819 -3.938,0.214 -3.936,-6.609 0,-6.819 -0.005,10e-4 0.012,0.5 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1511"
d="m -10.276,-11.269 c -1.467,0.078 -2.514,1.027 -2.886,2.434 -0.471,1.779 1.294,3.301 2.886,3.386 1.447,0.077 2.542,-1.142 2.884,-2.434 0.471,-1.779 -1.291,-3.3 -2.884,-3.386 -0.013,0 0.005,-0.5 0,-0.5 3.946,0.211 3.946,6.608 0,6.819 -3.94,0.211 -3.936,-6.609 0,-6.819 -0.005,10e-4 0.012,0.5 0,0.5 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1513"
d="m -4.901,-9.025 c 0,6.722 0,13.444 0,20.167 0,0.312 6.199,0.133 7.256,0.133 4.272,0 8.544,0 12.817,0 0.99,0 0.996,0.387 0.996,-0.563 0,-1.965 0,-3.929 0,-5.894 0,-2.366 0,-4.733 0,-7.099 0,-0.708 0,-1.416 0,-2.124 0,-1.767 -0.998,0.687 -1.68,1.284 -2.492,2.177 -5.896,0.549 -7.6,-1.622 -0.303,-0.386 -0.856,-4.032 -1.206,-4.032 -3.529,0 -7.057,0 -10.585,0 -0.004,0 -0.004,-0.5 0,-0.5 3.63,0 7.26,0 10.89,0 0.001,0 0.002,0.079 0.002,0.073 0.07,6.055 6.346,8.814 10.182,3.733 -0.026,0.035 0.002,0.208 0.002,0.25 0,5.581 0,11.163 0,16.744 0,0.013 0,0.25 -0.002,0.25 -7.025,0 -14.049,0 -21.074,0 -0.003,0 -0.002,-0.237 -0.002,-0.25 0,-6.85 0,-13.7 0,-20.55 -10e-4,-0.283 0.004,-0.283 0.004,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1515"
d="m -16.048,-9.025 c 0,1.749 0,3.497 0,5.246 0,1.113 -0.619,4.48 0.535,5.084 0.328,0.171 2.012,-0.129 2.131,0.158 0.367,0.889 0.733,1.778 1.1,2.667 0.366,0.889 0.733,1.778 1.1,2.667 0.371,0.898 1.877,0.565 2.643,0.565 1.016,0 1.216,0.472 1.216,-0.503 0,-1.037 0,-2.074 0,-3.11 0,-2.225 0,-4.45 0,-6.676 0,-0.771 0.135,-0.264 -0.885,0.337 -0.868,0.512 -1.997,0.43 -2.948,0.356 -1.811,-0.141 -3.155,-1.63 -4.006,-3.078 -0.261,-0.444 -0.489,-3.463 -0.889,-3.463 -0.004,0 -0.004,-0.5 0,-0.5 0.106,0 0.211,0 0.317,0 0.003,0 0.002,0.237 0.002,0.25 0,4.637 4.087,7.962 8.41,5.412 -0.017,0.01 0.002,0.229 0.002,0.25 0,3.658 0,7.317 0,10.975 0,0.013 0,0.25 -0.002,0.25 -1.032,0 -2.064,0 -3.097,0 -0.938,0 -1.358,-2.003 -1.624,-2.647 -0.447,-1.084 -0.894,-2.167 -1.341,-3.251 -0.198,-0.48 -2.185,0.253 -2.648,-0.618 -0.398,-0.748 -0.022,-2.51 -0.022,-3.267 0,-2.368 0,-4.736 0,-7.104 10e-4,-0.283 0.006,-0.283 0.006,0 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1517"><path
style="fill:#26286a"
id="path1519"
d="m -11.939,8.077 c -0.683,-1.655 -1.365,-3.31 -2.048,-4.965 -0.042,-0.102 -2.303,-0.309 -2.785,-0.937 -0.17,-0.221 -0.139,-0.861 -0.139,-1.186 -0.01,-3.623 0,-7.247 0,-10.87 0,-0.033 -10e-4,-0.625 0.006,-0.625 0.675,0 1.351,0 2.026,0 0.007,0 0.006,0.592 0.006,0.625 0,2.168 0.348,3.68 2.051,5.18 2.19,1.931 5.053,0.382 6.355,-1.629 -0.066,0.103 0.007,0.507 0.007,0.626 0,4.723 0,9.447 0,14.17 0,0.033 0.001,0.625 -0.006,0.625 -1.707,0 -4.432,0.62 -5.473,-1.014 -0.191,-0.3 0.186,-0.958 0,-1.25 0.931,1.461 5.466,0.533 5.466,1.589 0,-2.223 0,-4.446 0,-6.669 0,-2.419 0,-4.839 0,-7.258 0,1.638 -2.097,2.692 -3.803,2.866 -2.34,0.238 -3.964,-1.937 -4.519,-3.898 -0.108,-0.384 -0.089,-0.982 -0.09,-1.427 -0.005,-1.76 0.272,-1.284 -1.307,-1.284 -0.983,0 -0.707,-0.929 -0.707,0.782 0,1.558 0,3.115 0,4.673 0,2.364 -0.928,5.321 2.123,5.662 1.66,0.186 2.203,3.427 2.837,4.965 0.147,0.359 -0.146,0.897 0,1.249 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1521"
d="m -10.276,-3.72 c -5.156,-0.28 -5.156,-8.998 0,-9.278 5.14,-0.28 5.139,8.999 0,9.278 0.013,0 -0.032,-1.248 0,-1.25 1.882,-0.102 3.235,-1.296 3.718,-3.104 0.537,-2.007 -2.121,-3.587 -3.718,-3.674 -1.857,-0.101 -3.277,1.444 -3.721,3.104 -0.536,2.006 2.125,3.587 3.721,3.674 0.031,0.002 -0.014,1.25 0,1.25 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1523"
d="m -5.764,12.379 c 0,-7.419 0,-14.839 0,-22.259 0,-0.033 -10e-4,-0.625 0.006,-0.625 4.196,0 8.393,0 12.589,0 0.003,0 0.004,0.196 0.004,0.183 0.04,3.354 0.95,5.943 4.619,6.426 3.404,0.448 4.615,-3.428 4.615,-5.984 0,-0.033 -10e-4,-0.625 0.006,-0.625 0.317,0 0.633,0 0.95,0 0.007,0 0.006,0.592 0.006,0.625 0,7.419 0,14.839 0,22.259 0,0.033 0.001,0.625 -0.006,0.625 -7.594,0 -15.189,0 -22.783,0 -0.009,0 -0.009,-1.25 0,-1.25 3.797,0 7.594,0 11.392,0 1.548,0 11.385,-0.462 11.385,0.437 0,-4.395 0,-8.789 0,-13.184 0,-2.44 0,-4.881 0,-7.321 0,-2.225 -0.934,-1.259 -0.938,0.343 -0.018,6.477 -9.119,7.026 -9.232,0.374 -0.041,-2.364 -1.123,-1.658 -3.282,-1.658 -2.71,0 -5.419,0 -8.129,0 -0.814,0 -1.19,0.04 -1.19,-0.437 0,0.634 0,1.267 0,1.901 0,2.563 0,5.126 0,7.69 0,4.16 0,8.32 0,12.48 10e-4,0.707 -0.012,0.707 -0.012,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1525"
d="m 11.514,-3.72 c -5.155,-0.279 -5.155,-8.998 0,-9.278 5.141,-0.279 5.139,8.996 0,9.278 0.013,-10e-4 -0.032,-1.248 0,-1.25 1.875,-0.103 3.234,-1.307 3.72,-3.104 0.539,-1.996 -2.132,-3.586 -3.72,-3.674 -1.858,-0.103 -3.276,1.444 -3.72,3.104 -0.536,2.008 2.122,3.587 3.72,3.674 0.031,0.002 -0.014,1.25 0,1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-4.418 -12.984 8.836 25.968"
transform="translate(0,228.53602)"
id="User"><g
id="g1528"><linearGradient
y2="12.3921"
y1="-12.3589"
x2="-1.081901e-06"
x1="0"
id="SVGID_66_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1531" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1533" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1535" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1537" /></linearGradient><path
style="fill:url(#SVGID_66_)"
id="path1539"
d="m 2.363,-1.698 v -10.661 h -4.727 v 10.661 h -2.029 v 3.646 c 0,1.221 0.429,2.259 1.287,3.118 0.857,0.857 1.889,1.286 3.094,1.286 1.221,0 2.26,-0.429 3.119,-1.286 C 3.964,4.207 4.392,3.169 4.392,1.948 V -1.698 H 2.363 z M 1.932,7.715 C 1.396,7.187 0.748,6.923 -0.012,6.923 c -0.758,0 -1.402,0.264 -1.931,0.792 -0.528,0.526 -0.792,1.171 -0.792,1.93 0,0.759 0.264,1.407 0.792,1.943 0.528,0.536 1.173,0.804 1.931,0.804 0.76,0 1.407,-0.268 1.943,-0.804 0.536,-0.536 0.804,-1.185 0.804,-1.943 0,-0.758 -0.267,-1.403 -0.803,-1.93 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.3921"
y1="-12.3589"
x2="-1.081901e-06"
x1="0"
id="SVGID_67_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1542" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1544" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1546" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1548" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1550" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1552" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1554" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1556" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1558" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1560" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1562" /></linearGradient><path
style="fill:url(#SVGID_67_)"
id="path1564"
d="m 2.363,-1.698 v -10.661 h -4.727 v 10.661 h -2.029 v 3.646 c 0,1.221 0.429,2.259 1.287,3.118 0.857,0.857 1.889,1.286 3.094,1.286 1.221,0 2.26,-0.429 3.119,-1.286 C 3.964,4.207 4.392,3.169 4.392,1.948 V -1.698 H 2.363 z M 1.932,7.715 C 1.396,7.187 0.748,6.923 -0.012,6.923 c -0.758,0 -1.402,0.264 -1.931,0.792 -0.528,0.526 -0.792,1.171 -0.792,1.93 0,0.759 0.264,1.407 0.792,1.943 0.528,0.536 1.173,0.804 1.931,0.804 0.76,0 1.407,-0.268 1.943,-0.804 0.536,-0.536 0.804,-1.185 0.804,-1.943 0,-0.758 -0.267,-1.403 -0.803,-1.93 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g1566"><radialGradient
r="17.8272"
id="SVGID_68_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1152,4.1572)"
cy="8.3364"
cx="-0.4551"><stop
style="stop-color:#638A98"
offset="0"
id="stop1569" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1571" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1573" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1575" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1577" /></radialGradient><path
style="fill:url(#SVGID_68_)"
id="path1579"
d="m 2.363,-1.698 v -10.661 h -4.727 v 10.661 h -2.029 v 3.646 c 0,1.221 0.429,2.259 1.287,3.118 0.857,0.857 1.889,1.286 3.094,1.286 1.221,0 2.26,-0.429 3.119,-1.286 C 3.964,4.207 4.392,3.169 4.392,1.948 V -1.698 H 2.363 z M 1.932,7.715 C 1.396,7.187 0.748,6.923 -0.012,6.923 c -0.758,0 -1.402,0.264 -1.931,0.792 -0.528,0.526 -0.792,1.171 -0.792,1.93 0,0.759 0.264,1.407 0.792,1.943 0.528,0.536 1.173,0.804 1.931,0.804 0.76,0 1.407,-0.268 1.943,-0.804 0.536,-0.536 0.804,-1.185 0.804,-1.943 0,-0.758 -0.267,-1.403 -0.803,-1.93 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1581"><linearGradient
y2="-12.3589"
y1="12.3921"
x2="-1.081901e-06"
x1="0"
id="SVGID_69_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1584" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1586" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1588" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1590" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1592" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1594" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1596" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1598" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1600" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1602" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1604" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1606" /></linearGradient><path
style="fill:url(#SVGID_69_)"
id="path1608"
d="m 2.363,-1.698 v -10.661 h -4.727 v 10.661 h -2.029 v 3.646 c 0,1.221 0.429,2.259 1.287,3.118 0.857,0.857 1.889,1.286 3.094,1.286 1.221,0 2.26,-0.429 3.119,-1.286 C 3.964,4.207 4.392,3.169 4.392,1.948 V -1.698 H 2.363 z M 1.932,7.715 C 1.396,7.187 0.748,6.923 -0.012,6.923 c -0.758,0 -1.402,0.264 -1.931,0.792 -0.528,0.526 -0.792,1.171 -0.792,1.93 0,0.759 0.264,1.407 0.792,1.943 0.528,0.536 1.173,0.804 1.931,0.804 0.76,0 1.407,-0.268 1.943,-0.804 0.536,-0.536 0.804,-1.185 0.804,-1.943 0,-0.758 -0.267,-1.403 -0.803,-1.93 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1610"><path
style="fill:#ffffff"
id="path1612"
d="m -1.506,-11.504 c 0,3.554 0,7.107 0,10.661 0,0.013 0,0.25 -0.002,0.25 -1.821,0 -2.027,-0.433 -2.027,1.443 0,2.414 0.977,4.086 3.524,4.399 2.572,0.315 3.547,-2.403 3.547,-4.399 0,-1.876 -0.206,-1.443 -2.027,-1.443 -0.003,0 -0.002,-0.237 -0.002,-0.25 0,-2.429 0,-4.858 0,-7.288 0,-1.054 0,-2.109 0,-3.163 0,0.035 -2.46,0.04 -3.015,0.04 -0.004,0 -0.004,-0.5 0,-0.5 1.006,0 2.012,0 3.018,0 0.003,0 0.002,0.237 0.002,0.25 0,2.217 0,4.434 0,6.651 0,1.184 0,2.368 0,3.552 0,0.577 1.284,0.208 2.027,0.208 0.003,0 0.002,0.237 0.002,0.25 0,2.911 0.322,6.123 -3.552,6.592 -3.857,0.467 -3.529,-4.235 -3.529,-6.592 0,-0.013 0,-0.25 0.002,-0.25 0.743,0 2.027,0.369 2.027,-0.208 0,-1.184 0,-2.368 0,-3.552 0,-2.217 0,-4.434 0,-6.651 0,-0.283 0.005,-0.283 0.005,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
id="path1614"
d="m -0.012,8.028 c -0.894,0.042 -1.587,0.56 -1.826,1.435 -0.279,1.023 1.003,1.785 1.826,1.825 C 0.88,11.331 1.611,10.646 1.837,9.83 2.122,8.802 0.799,8.066 -0.012,8.028 c -0.012,0 0.004,-0.5 0,-0.5 2.544,0.122 2.535,4.137 0,4.26 -1.228,0.06 -1.871,-1.068 -1.871,-2.143 0,-1.156 0.649,-2.059 1.871,-2.117 -0.004,0 0.012,0.499 0,0.5 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1616"><path
style="fill:#26286a"
id="path1618"
d="m 2.357,-1.698 c 0,-2.256 0,-4.512 0,-6.769 0,-1.117 0,-2.234 0,-3.352 0,-0.967 0.031,0.084 -0.126,0.084 -0.744,0 -1.487,0 -2.231,0 -0.934,0 -2.357,0.149 -2.357,-0.376 0,1.215 0,2.429 0,3.644 0,2.256 0,4.512 0,6.769 0,0.033 0.001,0.625 -0.006,0.625 -1.998,0 -2.023,-0.901 -2.023,1.198 0,3.005 1.092,5.194 4.375,5.603 2.825,0.352 4.397,-2.584 4.397,-4.933 0,-0.779 0,-1.557 0,-2.336 0,0.809 -1.493,0.468 -2.023,0.468 -0.009,0 -0.009,-1.25 0,-1.25 0.676,0 1.353,0 2.029,0 0.007,0 0.006,0.592 0.006,0.625 0,3.716 0.559,8.063 -4.411,8.676 -4.946,0.609 -4.386,-5.698 -4.386,-8.676 0,-0.033 -0.001,-0.625 0.006,-0.625 0.826,0 2.023,-0.073 2.023,0.376 0,-1.215 0,-2.429 0,-3.644 0,-2.256 0,-4.512 0,-6.769 0,-0.033 -10e-4,-0.625 0.006,-0.625 1.576,0 3.151,0 4.727,0 0.007,0 0.006,0.592 0.006,0.625 0,3.554 0,7.107 0,10.661 10e-4,0.708 -0.012,0.708 -0.012,0.001 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1620"
d="M 1.932,8.34 C 0.954,7.472 -0.31,7.313 -1.461,7.952 c -0.542,0.301 -0.9,0.851 -1.128,1.406 -0.234,0.571 0.282,1.195 0.646,1.605 0.861,0.969 2.324,0.988 3.387,0.394 C 1.99,11.052 2.355,10.496 2.587,9.935 2.824,9.362 2.303,8.745 1.932,8.34 1.72,8.109 2.135,7.312 1.932,7.09 2.761,7.995 2.912,9.392 2.719,10.588 2.353,12.857 -0.249,13.759 -1.942,12.213 -2.814,11.416 -2.896,9.82 -2.718,8.701 -2.356,6.426 0.236,5.583 1.932,7.09 c 0.212,0.189 -0.202,1.071 0,1.25 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-9.623 -12.902 19.247 25.805"
transform="translate(0,228.53602)"
id="User2"><g
id="g1623"><linearGradient
y2="12.4736"
y1="-12.2773"
x2="-0.00097764435"
x1="-0.0009765625"
id="SVGID_70_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1626" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1628" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1630" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1632" /></linearGradient><path
style="fill:url(#SVGID_70_)"
id="path1634"
d="M 9.577,-1.609 7.573,2.723 V 3.886 4.159 C 7.507,6.468 6.636,8.43 4.963,10.048 3.287,11.664 1.295,12.474 -1.016,12.474 -3.375,12.474 -5.392,11.632 -7.068,9.95 -8.742,8.266 -9.58,6.245 -9.58,3.887 c 0,-1.535 0.371,-2.942 1.114,-4.221 0.742,-1.278 1.724,-2.297 2.945,-3.058 v -8.885 h 9.084 v 5.199 h 3.291 l 0.718,0.715 v 1.314 l 0.792,0.792 -0.593,0.618 0.594,0.595 -0.322,0.791 h 1.534 v 0.644 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.4736"
y1="-12.2773"
x2="-0.00097764435"
x1="-0.0009765625"
id="SVGID_71_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1637" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1639" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1641" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1643" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1645" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1647" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1649" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1651" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1653" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1655" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1657" /></linearGradient><path
style="fill:url(#SVGID_71_)"
id="path1659"
d="M 9.577,-1.609 7.573,2.723 V 3.886 4.159 C 7.507,6.468 6.636,8.43 4.963,10.048 3.287,11.664 1.295,12.474 -1.016,12.474 -3.375,12.474 -5.392,11.632 -7.068,9.95 -8.742,8.266 -9.58,6.245 -9.58,3.887 c 0,-1.535 0.371,-2.942 1.114,-4.221 0.742,-1.278 1.724,-2.297 2.945,-3.058 v -8.885 h 9.084 v 5.199 h 3.291 l 0.718,0.715 v 1.314 l 0.792,0.792 -0.593,0.618 0.594,0.595 -0.322,0.791 h 1.534 v 0.644 z"
inkscape:connector-curvature="0" /><radialGradient
r="19.490299"
id="SVGID_72_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1162,4.1831)"
cy="8.4180002"
cx="-0.9932"><stop
style="stop-color:#638A98"
offset="0"
id="stop1662" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1664" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1666" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1668" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1670" /></radialGradient><path
style="opacity:0.81000001;fill:url(#SVGID_72_)"
id="path1672"
d="M 9.577,-1.609 7.573,2.723 V 3.886 4.159 C 7.507,6.468 6.636,8.43 4.963,10.048 3.287,11.664 1.295,12.474 -1.016,12.474 -3.375,12.474 -5.392,11.632 -7.068,9.95 -8.742,8.266 -9.58,6.245 -9.58,3.887 c 0,-1.535 0.371,-2.942 1.114,-4.221 0.742,-1.278 1.724,-2.297 2.945,-3.058 v -8.885 h 9.084 v 5.199 h 3.291 l 0.718,0.715 v 1.314 l 0.792,0.792 -0.593,0.618 0.594,0.595 -0.322,0.791 h 1.534 v 0.644 z"
inkscape:connector-curvature="0" /><linearGradient
y2="-12.2773"
y1="12.4736"
x2="-0.00097764435"
x1="-0.0009765625"
id="SVGID_73_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1675" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1677" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1679" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1681" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1683" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1685" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1687" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1689" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1691" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1693" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1695" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1697" /></linearGradient><path
style="opacity:0.7;fill:url(#SVGID_73_)"
id="path1699"
d="M 9.577,-1.609 7.573,2.723 V 3.886 4.159 C 7.507,6.468 6.636,8.43 4.963,10.048 3.287,11.664 1.295,12.474 -1.016,12.474 -3.375,12.474 -5.392,11.632 -7.068,9.95 -8.742,8.266 -9.58,6.245 -9.58,3.887 c 0,-1.535 0.371,-2.942 1.114,-4.221 0.742,-1.278 1.724,-2.297 2.945,-3.058 v -8.885 h 9.084 v 5.199 h 3.291 l 0.718,0.715 v 1.314 l 0.792,0.792 -0.593,0.618 0.594,0.595 -0.322,0.791 h 1.534 v 0.644 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.48999999"
id="g1701"><path
style="fill:#ffffff"
id="path1703"
d="m -4.663,-11.423 c 0,2.877 0.017,5.754 0,8.631 -0.002,0.479 -1.962,1.688 -2.321,2.061 C -10.143,2.551 -8.518,7.306 -5.516,9.92 0.172,14.874 6.718,8.353 6.716,2.535 6.716,2.186 6.838,2.027 7.003,1.67 7.42,0.769 7.837,-0.132 8.254,-1.034 8.567,-1.711 7.636,-1.149 6.773,-1.149 c 0.007,0 -0.019,-0.455 0,-0.5 0.387,-0.951 0.525,-1.004 -0.197,-1.728 -0.028,-0.028 -0.028,-0.471 0,-0.5 0.502,-0.522 0.141,-0.301 0.141,-0.818 0,-2.107 -2.307,-1.279 -4.006,-1.279 -0.003,0 -0.002,-0.237 -0.002,-0.25 0,-1.097 0.492,-4.949 -0.467,-4.949 -2.302,0 -4.604,0 -6.905,0 -0.004,0 -0.004,-0.5 0,-0.5 2.458,0 4.917,0 7.375,0 0.003,0 0.002,0.237 0.002,0.25 0,1.284 0,2.567 0,3.851 0,1.808 1.342,1.098 3.038,1.098 1.739,0 0.384,0.944 1.418,1.979 0.028,0.028 0.028,0.471 0,0.5 -0.445,0.462 -0.262,0.451 0.19,0.904 0.04,0.04 0.023,0.442 0,0.5 -0.582,1.428 -0.26,0.943 1.178,0.943 -0.008,0 0.021,0.456 0,0.5 C 7.423,1.262 6.853,3.05 6.598,5.6 5.755,14.011 -5.66,13.073 -8.367,6.542 -9.215,4.496 -8.573,1.655 -7.726,-0.156 c 0.566,-1.21 1.755,-2.2 2.86,-2.887 0.42,-0.261 0.199,-1.753 0.199,-2.354 0,-2.008 0,-4.017 0,-6.025 0,-0.284 0.004,-0.284 0.004,-10e-4 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1705"><path
style="fill:#26286a"
id="path1707"
d="M 9.577,-0.984 C 8.648,1.023 7.791,2.642 7.573,4.784 c -0.9,8.875 -11.615,11.064 -16.248,3.607 -1.36,-2.188 -1.033,-5.668 -0.409,-8.03 0.238,-0.902 3.558,-4.127 3.558,-3.883 0,-0.82 0,-1.641 0,-2.461 0,-2.098 0,-4.196 0,-6.294 0,-0.033 -0.001,-0.625 0.006,-0.625 3.028,0 6.056,0 9.084,0 0.007,0 0.006,0.592 0.006,0.625 0,1.185 0,2.37 0,3.554 0,1.962 0.88,1.02 2.942,1.02 1.291,0 1.191,2.16 1.852,2.821 0.069,0.069 0.069,1.178 0,1.25 -0.197,0.206 -0.395,0.412 -0.593,0.618 0,-0.417 0,-0.833 0,-1.25 0.198,0.198 0.396,0.396 0.594,0.595 0.099,0.099 0.059,1.105 0,1.25 -0.107,0.264 -0.215,0.527 -0.322,0.791 0,-0.417 0,-0.833 0,-1.25 0.511,0 1.023,0 1.534,0 0.007,0 0.006,0.592 0.006,0.625 0,0.214 0,0.429 0,0.644 0,0.707 -0.013,0.707 -0.013,0 0,-0.374 -0.903,-0.019 -1.528,-0.019 0.017,0 -0.046,-1.137 0,-1.25 0.108,-0.264 0.216,-0.527 0.323,-0.791 0,0.417 0,0.833 0,1.25 -0.198,-0.198 -0.396,-0.396 -0.594,-0.595 -0.07,-0.07 -0.069,-1.178 0,-1.25 0.198,-0.206 0.396,-0.412 0.594,-0.618 0,0.417 0,0.833 0,1.25 -0.601,-0.601 -0.798,-0.658 -0.798,-1.417 0,-2.069 -2.557,-1.404 -4.002,-1.404 -0.007,0 -0.006,-0.592 -0.006,-0.625 0,-1.185 0,-2.37 0,-3.554 0,-1.785 0.003,-1.02 -1.794,-1.02 -1.828,0 -3.655,0 -5.482,0 -1.514,0 -1.794,-0.76 -1.794,0.424 0,2.612 0,5.224 0,7.835 0,0.071 0.055,0.58 -0.006,0.625 -2.574,1.909 -3.795,4.083 -4.06,7.278 0,-0.409 10e-4,-0.818 10e-4,-1.228 0.698,9.543 12.854,11.5 16.686,2.855 C 7.677,4.856 7.525,3.467 7.574,2.118 7.62,0.838 9.033,-1.057 9.579,-2.236 9.42,-1.895 9.737,-1.331 9.577,-0.984 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-11.915 -12.868 23.829 25.735"
transform="translate(0,228.53602)"
id="Voice"><g
id="g1710"><linearGradient
y2="12.416"
y1="-12.335"
x2="0.0044"
x1="0.0044"
id="SVGID_74_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1713" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1715" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1717" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1719" /></linearGradient><path
style="fill:url(#SVGID_74_)"
id="path1721"
d="M 1.367,-0.479 V -0.501 C 1.367,-0.964 1.2,-1.212 0.87,-1.243 0.673,-1.28 0.491,-1.296 0.326,-1.296 c -0.199,0 -0.454,0.033 -0.768,0.1 -0.313,0 -0.47,-0.297 -0.47,-0.893 0,-0.063 0.033,-0.368 0.099,-0.914 H -2.05 c -0.677,0 -1.016,-0.116 -1.016,-0.348 0,-0.13 0.059,-0.226 0.174,-0.284 0.116,-0.058 0.223,-0.111 0.321,-0.161 1.04,-0.693 1.559,-1.146 1.559,-1.36 0,-0.183 -0.062,-0.309 -0.184,-0.383 -0.124,-0.075 -0.261,-0.154 -0.408,-0.236 -0.315,-0.215 -0.471,-0.429 -0.471,-0.643 0,-0.101 0.008,-0.238 0.025,-0.421 0,-0.184 0,-0.321 0,-0.421 0,-0.216 -0.018,-0.404 -0.051,-0.57 -0.032,-0.163 -0.139,-0.3 -0.32,-0.408 -0.182,-0.105 -0.331,-0.16 -0.445,-0.16 -0.018,0 -0.032,0 -0.05,0 l -3.243,0.842 v -3.12 H -11.9 V 11.97 c 0.445,0.103 0.89,0.199 1.335,0.299 0.446,0.098 0.926,0.147 1.437,0.147 2.358,0 4.447,-0.717 6.263,-2.152 1.882,-1.5 2.821,-3.3 2.821,-5.395 0,-0.396 -0.025,-0.743 -0.075,-1.041 0,-0.1 -0.037,-0.263 -0.112,-0.495 -0.073,-0.23 -0.11,-0.363 -0.11,-0.396 0,-0.181 0.286,-0.692 0.854,-1.534 0.568,-0.841 0.854,-1.467 0.854,-1.882 z m 3.935,-0.519 c 0,-2.708 -0.849,-5.074 -2.551,-7.104 L 1.86,-7.359 c 1.52,1.765 2.278,3.879 2.278,6.336 0,1.551 -0.389,3.102 -1.164,4.654 0.348,0.23 0.702,0.421 1.065,0.57 C 4.88,2.352 5.302,0.619 5.302,-0.998 z m 3.316,-0.074 c 0,-3.333 -1.114,-6.378 -3.342,-9.134 -0.065,0.05 -0.38,0.306 -0.939,0.768 2.077,2.458 3.117,5.273 3.117,8.44 0,2.243 -0.536,4.324 -1.609,6.237 C 6.093,5.389 6.44,5.553 6.886,5.733 7.431,4.893 7.861,3.819 8.172,2.516 8.47,1.295 8.618,0.099 8.618,-1.072 z m 3.291,0.174 c 0,-4.291 -1.361,-8.103 -4.084,-11.437 -0.23,0.183 -0.551,0.446 -0.965,0.792 2.559,3.087 3.836,6.592 3.836,10.52 0,2.706 -0.661,5.313 -1.981,7.822 0.464,0.263 0.811,0.445 1.042,0.545 1.434,-2.411 2.152,-5.158 2.152,-8.242 z"
inkscape:connector-curvature="0" /><linearGradient
y2="12.416"
y1="-12.335"
x2="0.0044"
x1="0.0044"
id="SVGID_75_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1724" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1726" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1728" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1730" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1732" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1734" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1736" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1738" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1740" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1742" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1744" /></linearGradient><path
style="fill:url(#SVGID_75_)"
id="path1746"
d="M 1.367,-0.479 V -0.501 C 1.367,-0.964 1.2,-1.212 0.87,-1.243 0.673,-1.28 0.491,-1.296 0.326,-1.296 c -0.199,0 -0.454,0.033 -0.768,0.1 -0.313,0 -0.47,-0.297 -0.47,-0.893 0,-0.063 0.033,-0.368 0.099,-0.914 H -2.05 c -0.677,0 -1.016,-0.116 -1.016,-0.348 0,-0.13 0.059,-0.226 0.174,-0.284 0.116,-0.058 0.223,-0.111 0.321,-0.161 1.04,-0.693 1.559,-1.146 1.559,-1.36 0,-0.183 -0.062,-0.309 -0.184,-0.383 -0.124,-0.075 -0.261,-0.154 -0.408,-0.236 -0.315,-0.215 -0.471,-0.429 -0.471,-0.643 0,-0.101 0.008,-0.238 0.025,-0.421 0,-0.184 0,-0.321 0,-0.421 0,-0.216 -0.018,-0.404 -0.051,-0.57 -0.032,-0.163 -0.139,-0.3 -0.32,-0.408 -0.182,-0.105 -0.331,-0.16 -0.445,-0.16 -0.018,0 -0.032,0 -0.05,0 l -3.243,0.842 v -3.12 H -11.9 V 11.97 c 0.445,0.103 0.89,0.199 1.335,0.299 0.446,0.098 0.926,0.147 1.437,0.147 2.358,0 4.447,-0.717 6.263,-2.152 1.882,-1.5 2.821,-3.3 2.821,-5.395 0,-0.396 -0.025,-0.743 -0.075,-1.041 0,-0.1 -0.037,-0.263 -0.112,-0.495 -0.073,-0.23 -0.11,-0.363 -0.11,-0.396 0,-0.181 0.286,-0.692 0.854,-1.534 0.568,-0.841 0.854,-1.467 0.854,-1.882 z m 3.935,-0.519 c 0,-2.708 -0.849,-5.074 -2.551,-7.104 L 1.86,-7.359 c 1.52,1.765 2.278,3.879 2.278,6.336 0,1.551 -0.389,3.102 -1.164,4.654 0.348,0.23 0.702,0.421 1.065,0.57 C 4.88,2.352 5.302,0.619 5.302,-0.998 z m 3.316,-0.074 c 0,-3.333 -1.114,-6.378 -3.342,-9.134 -0.065,0.05 -0.38,0.306 -0.939,0.768 2.077,2.458 3.117,5.273 3.117,8.44 0,2.243 -0.536,4.324 -1.609,6.237 C 6.093,5.389 6.44,5.553 6.886,5.733 7.431,4.893 7.861,3.819 8.172,2.516 8.47,1.295 8.618,0.099 8.618,-1.072 z m 3.291,0.174 c 0,-4.291 -1.361,-8.103 -4.084,-11.437 -0.23,0.183 -0.551,0.446 -0.965,0.792 2.559,3.087 3.836,6.592 3.836,10.52 0,2.706 -0.661,5.313 -1.981,7.822 0.464,0.263 0.811,0.445 1.042,0.545 1.434,-2.411 2.152,-5.158 2.152,-8.242 z"
inkscape:connector-curvature="0" /><g
style="opacity:0.81000001"
id="g1748"><radialGradient
r="20.5595"
id="SVGID_76_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1157,4.1479)"
cy="8.3604002"
cx="-1.2285"><stop
style="stop-color:#638A98"
offset="0"
id="stop1751" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1753" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1755" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1757" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1759" /></radialGradient><path
style="fill:url(#SVGID_76_)"
id="path1761"
d="M 1.367,-0.479 V -0.501 C 1.367,-0.964 1.2,-1.212 0.87,-1.243 0.673,-1.28 0.491,-1.296 0.326,-1.296 c -0.199,0 -0.454,0.033 -0.768,0.1 -0.313,0 -0.47,-0.297 -0.47,-0.893 0,-0.063 0.033,-0.368 0.099,-0.914 H -2.05 c -0.677,0 -1.016,-0.116 -1.016,-0.348 0,-0.13 0.059,-0.226 0.174,-0.284 0.116,-0.058 0.223,-0.111 0.321,-0.161 1.04,-0.693 1.559,-1.146 1.559,-1.36 0,-0.183 -0.062,-0.309 -0.184,-0.383 -0.124,-0.075 -0.261,-0.154 -0.408,-0.236 -0.315,-0.215 -0.471,-0.429 -0.471,-0.643 0,-0.101 0.008,-0.238 0.025,-0.421 0,-0.184 0,-0.321 0,-0.421 0,-0.216 -0.018,-0.404 -0.051,-0.57 -0.032,-0.163 -0.139,-0.3 -0.32,-0.408 -0.182,-0.105 -0.331,-0.16 -0.445,-0.16 -0.018,0 -0.032,0 -0.05,0 l -3.243,0.842 v -3.12 H -11.9 V 11.97 c 0.445,0.103 0.89,0.199 1.335,0.299 0.446,0.098 0.926,0.147 1.437,0.147 2.358,0 4.447,-0.717 6.263,-2.152 1.882,-1.5 2.821,-3.3 2.821,-5.395 0,-0.396 -0.025,-0.743 -0.075,-1.041 0,-0.1 -0.037,-0.263 -0.112,-0.495 -0.073,-0.23 -0.11,-0.363 -0.11,-0.396 0,-0.181 0.286,-0.692 0.854,-1.534 0.568,-0.841 0.854,-1.467 0.854,-1.882 z m 3.935,-0.519 c 0,-2.708 -0.849,-5.074 -2.551,-7.104 L 1.86,-7.359 c 1.52,1.765 2.278,3.879 2.278,6.336 0,1.551 -0.389,3.102 -1.164,4.654 0.348,0.23 0.702,0.421 1.065,0.57 C 4.88,2.352 5.302,0.619 5.302,-0.998 z m 3.316,-0.074 c 0,-3.333 -1.114,-6.378 -3.342,-9.134 -0.065,0.05 -0.38,0.306 -0.939,0.768 2.077,2.458 3.117,5.273 3.117,8.44 0,2.243 -0.536,4.324 -1.609,6.237 C 6.093,5.389 6.44,5.553 6.886,5.733 7.431,4.893 7.861,3.819 8.172,2.516 8.47,1.295 8.618,0.099 8.618,-1.072 z m 3.291,0.174 c 0,-4.291 -1.361,-8.103 -4.084,-11.437 -0.23,0.183 -0.551,0.446 -0.965,0.792 2.559,3.087 3.836,6.592 3.836,10.52 0,2.706 -0.661,5.313 -1.981,7.822 0.464,0.263 0.811,0.445 1.042,0.545 1.434,-2.411 2.152,-5.158 2.152,-8.242 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1763"><linearGradient
y2="-12.335"
y1="12.416"
x2="0.0044"
x1="0.0044"
id="SVGID_77_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1766" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1768" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1770" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1772" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1774" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1776" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1778" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1780" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1782" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1784" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1786" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1788" /></linearGradient><path
style="fill:url(#SVGID_77_)"
id="path1790"
d="M 1.367,-0.479 V -0.501 C 1.367,-0.964 1.2,-1.212 0.87,-1.243 0.673,-1.28 0.491,-1.296 0.326,-1.296 c -0.199,0 -0.454,0.033 -0.768,0.1 -0.313,0 -0.47,-0.297 -0.47,-0.893 0,-0.063 0.033,-0.368 0.099,-0.914 H -2.05 c -0.677,0 -1.016,-0.116 -1.016,-0.348 0,-0.13 0.059,-0.226 0.174,-0.284 0.116,-0.058 0.223,-0.111 0.321,-0.161 1.04,-0.693 1.559,-1.146 1.559,-1.36 0,-0.183 -0.062,-0.309 -0.184,-0.383 -0.124,-0.075 -0.261,-0.154 -0.408,-0.236 -0.315,-0.215 -0.471,-0.429 -0.471,-0.643 0,-0.101 0.008,-0.238 0.025,-0.421 0,-0.184 0,-0.321 0,-0.421 0,-0.216 -0.018,-0.404 -0.051,-0.57 -0.032,-0.163 -0.139,-0.3 -0.32,-0.408 -0.182,-0.105 -0.331,-0.16 -0.445,-0.16 -0.018,0 -0.032,0 -0.05,0 l -3.243,0.842 v -3.12 H -11.9 V 11.97 c 0.445,0.103 0.89,0.199 1.335,0.299 0.446,0.098 0.926,0.147 1.437,0.147 2.358,0 4.447,-0.717 6.263,-2.152 1.882,-1.5 2.821,-3.3 2.821,-5.395 0,-0.396 -0.025,-0.743 -0.075,-1.041 0,-0.1 -0.037,-0.263 -0.112,-0.495 -0.073,-0.23 -0.11,-0.363 -0.11,-0.396 0,-0.181 0.286,-0.692 0.854,-1.534 0.568,-0.841 0.854,-1.467 0.854,-1.882 z m 3.935,-0.519 c 0,-2.708 -0.849,-5.074 -2.551,-7.104 L 1.86,-7.359 c 1.52,1.765 2.278,3.879 2.278,6.336 0,1.551 -0.389,3.102 -1.164,4.654 0.348,0.23 0.702,0.421 1.065,0.57 C 4.88,2.352 5.302,0.619 5.302,-0.998 z m 3.316,-0.074 c 0,-3.333 -1.114,-6.378 -3.342,-9.134 -0.065,0.05 -0.38,0.306 -0.939,0.768 2.077,2.458 3.117,5.273 3.117,8.44 0,2.243 -0.536,4.324 -1.609,6.237 C 6.093,5.389 6.44,5.553 6.886,5.733 7.431,4.893 7.861,3.819 8.172,2.516 8.47,1.295 8.618,0.099 8.618,-1.072 z m 3.291,0.174 c 0,-4.291 -1.361,-8.103 -4.084,-11.437 -0.23,0.183 -0.551,0.446 -0.965,0.792 2.559,3.087 3.836,6.592 3.836,10.52 0,2.706 -0.661,5.313 -1.981,7.822 0.464,0.263 0.811,0.445 1.042,0.545 1.434,-2.411 2.152,-5.158 2.152,-8.242 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.48999999"
id="g1792"><path
style="fill:#ffffff"
id="path1794"
d="m -11.043,-9.822 c 0,6.819 0,13.637 0,20.456 0,1.343 3.324,0.574 4.393,0.366 3.279,-0.636 5.794,-3.572 5.675,-6.86 -0.018,-0.476 -0.232,-0.913 -0.224,-1.419 0.02,-1.138 2.522,-3.049 0.935,-2.831 -1.073,0.147 -1.494,-0.881 -1.503,-1.802 -0.002,-0.139 -0.006,-0.279 10e-4,-0.418 -0.061,1.227 -2.15,0.092 -2.156,-0.895 -0.008,-1.278 1.004,-1.624 0.99,-3.017 -0.018,-1.83 -2.788,-0.296 -4.082,0.04 0.006,-0.001 -0.002,-0.235 -0.002,-0.25 0,-0.493 0.167,-3.12 -0.171,-3.12 -1.286,0 -2.573,0 -3.859,0 -0.004,0 -0.004,-0.5 0,-0.5 1.344,0 2.688,0 4.032,0 0.003,0 0.002,0.237 0.002,0.25 0,0.5 -0.095,3.144 0.174,3.074 1.307,-0.339 2.614,-0.678 3.921,-1.018 0,0.003 0,0.006 0,0.009 0.048,1.011 -0.058,1.518 0.75,2.374 0.025,0.027 0.024,0.482 0,0.5 -1.446,1.034 -2.576,2.484 0.403,2.484 0.004,0 0.003,0.445 0,0.491 -0.075,1.524 1.418,1.184 2.27,1.225 -0.001,0 0.016,0.455 0,0.5 -0.538,1.516 -1.497,2.246 -1.48,3.834 0.001,0.135 0.074,0.669 0.076,1.151 0.014,5.119 -5.673,7.733 -10.149,6.733 -0.011,-0.002 -0.002,-0.235 -0.002,-0.25 0,-7.036 0,-14.072 0,-21.108 10e-4,-0.282 0.006,-0.282 0.006,0.001 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1796"><path
style="fill:#26286a"
id="path1798"
d="m 1.361,-0.479 c 0,-0.312 -2.268,0.279 -2.277,-1.294 -0.004,-0.641 0.034,-1.209 0.103,-1.855 0,0.417 0,0.833 0,1.25 -0.714,0 -1.728,0.191 -2.253,-0.348 -0.084,-0.087 -0.069,-1.137 0,-1.25 0.47,-0.769 1.564,-0.975 2.054,-1.806 0,0.417 0,0.833 0,1.25 -0.536,-1.117 -1.08,-1.06 -1.068,-2.328 0.018,-1.816 -3.292,-0.276 -4.08,-0.072 0.017,-0.004 -0.006,-0.589 -0.006,-0.625 0,-0.52 0,-1.04 0,-1.56 0,-1.507 0.308,-0.935 -0.591,-0.935 -0.932,0 -5.138,0.535 -5.138,-0.576 0,3.3 0,6.6 0,9.9 0,3.856 0,7.712 0,11.568 0,2.069 3.789,0.935 5.466,0.606 3.533,-0.692 6.065,-3.754 6.383,-7.203 0,0.409 -0.001,0.818 -0.001,1.228 -0.07,-0.971 -0.305,-1.761 -0.302,-2.7 0.004,-1.437 1.338,-2.498 1.716,-3.875 -0.105,0.385 0.107,0.86 0,1.25 -0.35,1.275 -1.213,2.211 -1.71,3.416 0,-0.417 0,-0.833 0,-1.25 1.941,6.973 -4.894,11.774 -11.557,10.283 -0.028,-0.006 -0.006,-0.587 -0.006,-0.625 0,-7.549 0,-15.098 0,-22.646 0,-0.033 -10e-4,-0.625 0.006,-0.625 1.914,0 3.828,0 5.741,0 0.007,0 0.006,0.592 0.006,0.625 0,0.52 0,1.04 0,1.56 0,1.603 -0.305,1.013 0.834,0.717 1.109,-0.288 2.392,-1.107 3.218,-0.055 0.356,0.454 0.061,2.086 0.027,2.64 0,-0.409 -0.001,-0.818 -0.001,-1.228 2.013,2.743 0.583,1.745 -0.99,4.317 0,-0.417 0,-0.833 0,-1.25 0.525,0.539 1.539,0.348 2.253,0.348 0.007,0 0.013,1.129 0,1.25 -0.033,0.305 -0.066,0.609 -0.099,0.914 0,-0.417 0,-0.833 0,-1.25 0.261,1.492 2.285,0.336 2.285,2.234 0,0.707 -0.013,0.707 -0.013,0 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1800"
d="M 5.3,-0.396 C 5.24,-2.269 4.87,-3.882 4.052,-5.56 3.712,-6.257 3.225,-6.872 2.75,-7.477 c 0.003,0.004 -0.805,0.67 -0.891,0.742 0,-0.417 0,-0.833 0,-1.25 2.767,3.479 2.921,8.292 1.113,12.24 0,-0.417 0,-0.833 0,-1.25 C 4.27,3.782 4.171,3.341 4.657,2.02 5.084,0.857 5.255,-0.37 5.3,-1.601 5.289,-1.306 5.317,-0.772 5.303,-0.396 5.267,0.602 5.125,1.54 4.889,2.513 4.745,3.031 4.573,3.541 4.374,4.041 3.952,5.19 3.81,4.756 2.974,4.256 2.901,4.212 2.923,3.118 2.974,3.006 4.56,-0.457 4.228,-3.758 1.86,-6.734 c -0.066,-0.083 -0.07,-1.191 0,-1.25 0.25,-0.209 0.501,-0.417 0.751,-0.626 0.349,-0.291 1.254,1.478 1.442,1.801 0.916,1.579 1.194,3.416 1.25,5.208 0.012,0.377 -0.012,0.911 -0.003,1.205 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1802"
d="M 8.617,-0.47 C 8.548,-2.505 8.177,-4.262 7.415,-6.136 7.036,-7.069 6.466,-7.913 5.911,-8.746 5.131,-9.917 5.246,-9.562 4.337,-8.814 c 0,-0.417 0,-0.833 0,-1.25 3.586,4.566 4.123,10.768 1.508,15.928 0,-0.417 0,-0.833 0,-1.25 1.245,0.656 1.216,0.29 1.771,-0.94 0.738,-1.635 0.927,-3.597 1,-5.349 -0.012,0.294 0.02,0.829 0.004,1.205 C 8.554,1.095 8.332,2.559 7.916,4.076 7.527,5.497 7.298,6.63 5.845,5.864 5.782,5.83 5.793,4.718 5.845,4.614 8.22,-0.072 7.516,-4.766 4.337,-8.813 c -0.066,-0.084 -0.07,-1.192 0,-1.25 0.965,-0.793 0.729,-1.044 1.574,0.068 0.611,0.804 1.063,1.708 1.504,2.61 0.871,1.778 1.139,3.758 1.205,5.71 0.012,0.377 -0.014,0.911 -0.003,1.205 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1804"
d="M 11.908,-0.296 C 11.825,-2.87 11.385,-5.103 10.439,-7.48 9.981,-8.631 9.283,-9.671 8.601,-10.695 7.677,-12.083 7.833,-11.724 6.86,-10.918 c 0,-0.417 0,-0.833 0,-1.25 4.46,5.784 4.969,13.095 1.854,19.592 0,-0.417 0,-0.833 0,-1.25 1.523,0.836 1.459,-0.161 2.096,-1.604 0.833,-1.889 1.028,-4.042 1.097,-6.071 -0.01,0.294 0.016,0.829 0.003,1.205 -0.058,1.714 -0.269,3.313 -0.705,4.979 -0.41,1.569 -0.775,3.682 -2.491,2.74 -0.067,-0.037 -0.051,-1.143 0,-1.25 2.869,-5.985 2.143,-11.908 -1.854,-17.092 -0.066,-0.085 -0.071,-1.191 0,-1.25 1.027,-0.852 0.738,-1.088 1.741,0.223 0.754,0.986 1.302,2.104 1.838,3.215 1.086,2.251 1.393,4.765 1.472,7.229 0.012,0.377 -0.013,0.912 -0.003,1.206 z"
inkscape:connector-curvature="0" /></g></g></symbol><symbol
viewBox="-6.073 -13.074 12.14 26.145"
transform="translate(0,228.53602)"
id="Woman"><g
id="g1807"><g
id="g1809"><linearGradient
y2="13.0708"
y1="-13.0737"
x2="-0.0034"
x1="-0.0034"
id="SVGID_78_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#2D3F99"
offset="0"
id="stop1812" /><stop
style="stop-color:#2A3182"
offset="0.618"
id="stop1814" /><stop
style="stop-color:#2A3491"
offset="0.6292"
id="stop1816" /><stop
style="stop-color:#00629F"
offset="0.9831"
id="stop1818" /></linearGradient><path
style="fill:url(#SVGID_78_)"
id="path1820"
d="m 5.35,-2.246 c 0.313,0.131 0.553,0.247 0.717,0.347 L 2.351,6.969 h -4.755 l -3.669,-8.868 0.793,-0.271 3.27,6.316 0.495,-2.849 -3.368,-6.071 h 3.368 l 1.142,-8.3 h 0.991 l 0.917,8.3 H 4.83 L 1.507,1.297 2.004,4.146 5.35,-2.246 z M -0.127,8.981 c 0.511,0 0.975,0.195 1.389,0.583 0.412,0.388 0.618,0.871 0.618,1.45 0,0.546 -0.189,1.024 -0.57,1.437 -0.379,0.413 -0.858,0.62 -1.437,0.62 -0.596,0 -1.083,-0.207 -1.462,-0.62 -0.379,-0.412 -0.57,-0.891 -0.57,-1.437 0,-0.529 0.191,-1 0.57,-1.413 0.379,-0.412 0.866,-0.62 1.462,-0.62 z"
inkscape:connector-curvature="0" /></g><g
id="g1822"><linearGradient
y2="13.0708"
y1="-13.0737"
x2="-0.0034"
x1="-0.0034"
id="SVGID_79_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#292E78;stop-opacity:0.22"
offset="0"
id="stop1825" /><stop
style="stop-color:#20215B"
offset="0.5"
id="stop1827" /><stop
style="stop-color:#243864;stop-opacity:0.9455"
offset="0.5313"
id="stop1829" /><stop
style="stop-color:#2C5371;stop-opacity:0.8655"
offset="0.5773"
id="stop1831" /><stop
style="stop-color:#366B7C;stop-opacity:0.7809"
offset="0.6259"
id="stop1833" /><stop
style="stop-color:#3E8286;stop-opacity:0.6934"
offset="0.6762"
id="stop1835" /><stop
style="stop-color:#47968E;stop-opacity:0.6021"
offset="0.7287"
id="stop1837" /><stop
style="stop-color:#4DA694;stop-opacity:0.5056"
offset="0.7841"
id="stop1839" /><stop
style="stop-color:#53B298;stop-opacity:0.4018"
offset="0.8438"
id="stop1841" /><stop
style="stop-color:#56BC9C;stop-opacity:0.2854"
offset="0.9107"
id="stop1843" /><stop
style="stop-color:#56C09D;stop-opacity:0.13"
offset="1"
id="stop1845" /></linearGradient><path
style="fill:url(#SVGID_79_)"
id="path1847"
d="m 5.35,-2.246 c 0.313,0.131 0.553,0.247 0.717,0.347 L 2.351,6.969 h -4.755 l -3.669,-8.868 0.793,-0.271 3.27,6.316 0.495,-2.849 -3.368,-6.071 h 3.368 l 1.142,-8.3 h 0.991 l 0.917,8.3 H 4.83 L 1.507,1.297 2.004,4.146 5.35,-2.246 z M -0.127,8.981 c 0.511,0 0.975,0.195 1.389,0.583 0.412,0.388 0.618,0.871 0.618,1.45 0,0.546 -0.189,1.024 -0.57,1.437 -0.379,0.413 -0.858,0.62 -1.437,0.62 -0.596,0 -1.083,-0.207 -1.462,-0.62 -0.379,-0.412 -0.57,-0.891 -0.57,-1.437 0,-0.529 0.191,-1 0.57,-1.413 0.379,-0.412 0.866,-0.62 1.462,-0.62 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.81000001"
id="g1849"><radialGradient
r="19.1761"
id="SVGID_80_"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9996,-0.0276,0.0138,0.4998,-0.1216,4.3774)"
cy="8.7866001"
cx="-0.6318"><stop
style="stop-color:#638A98"
offset="0"
id="stop1852" /><stop
style="stop-color:#5D899F;stop-opacity:0.933"
offset="0.1862"
id="stop1854" /><stop
style="stop-color:#4B88B1;stop-opacity:0.8109"
offset="0.5254"
id="stop1856" /><stop
style="stop-color:#3887BF;stop-opacity:0.732"
offset="0.7444"
id="stop1858" /><stop
style="stop-color:#406EB5;stop-opacity:0.64"
offset="1"
id="stop1860" /></radialGradient><path
style="fill:url(#SVGID_80_)"
id="path1862"
d="m 5.35,-2.246 c 0.313,0.131 0.553,0.247 0.717,0.347 L 2.351,6.969 h -4.755 l -3.669,-8.868 0.793,-0.271 3.27,6.316 0.495,-2.849 -3.368,-6.071 h 3.368 l 1.142,-8.3 h 0.991 l 0.917,8.3 H 4.83 L 1.507,1.297 2.004,4.146 5.35,-2.246 z M -0.127,8.981 c 0.511,0 0.975,0.195 1.389,0.583 0.412,0.388 0.618,0.871 0.618,1.45 0,0.546 -0.189,1.024 -0.57,1.437 -0.379,0.413 -0.858,0.62 -1.437,0.62 -0.596,0 -1.083,-0.207 -1.462,-0.62 -0.379,-0.412 -0.57,-0.891 -0.57,-1.437 0,-0.529 0.191,-1 0.57,-1.413 0.379,-0.412 0.866,-0.62 1.462,-0.62 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.7"
id="g1864"><linearGradient
y2="-13.0737"
y1="13.0708"
x2="-0.0034"
x1="-0.0034"
id="SVGID_81_"
gradientUnits="userSpaceOnUse"><stop
style="stop-color:#FFFFFF;stop-opacity:0.77"
offset="0"
id="stop1867" /><stop
style="stop-color:#FFFFFF;stop-opacity:0"
offset="0.45"
id="stop1869" /><stop
style="stop-color:#DEDEE5;stop-opacity:0.0049"
offset="0.4668"
id="stop1871" /><stop
style="stop-color:#B5B5C5;stop-opacity:0.012"
offset="0.4912"
id="stop1873" /><stop
style="stop-color:#908FA8;stop-opacity:0.02"
offset="0.5186"
id="stop1875" /><stop
style="stop-color:#6F6F8F;stop-opacity:0.0286"
offset="0.5484"
id="stop1877" /><stop
style="stop-color:#54537A;stop-opacity:0.0382"
offset="0.5813"
id="stop1879" /><stop
style="stop-color:#3E3D69;stop-opacity:0.049"
offset="0.6185"
id="stop1881" /><stop
style="stop-color:#2D2C5C;stop-opacity:0.0617"
offset="0.6619"
id="stop1883" /><stop
style="stop-color:#222153;stop-opacity:0.0773"
offset="0.7156"
id="stop1885" /><stop
style="stop-color:#1B1A4D;stop-opacity:0.0992"
offset="0.7909"
id="stop1887" /><stop
style="stop-color:#19184C;stop-opacity:0.16"
offset="1"
id="stop1889" /></linearGradient><path
style="fill:url(#SVGID_81_)"
id="path1891"
d="m 5.35,-2.246 c 0.313,0.131 0.553,0.247 0.717,0.347 L 2.351,6.969 h -4.755 l -3.669,-8.868 0.793,-0.271 3.27,6.316 0.495,-2.849 -3.368,-6.071 h 3.368 l 1.142,-8.3 h 0.991 l 0.917,8.3 H 4.83 L 1.507,1.297 2.004,4.146 5.35,-2.246 z M -0.127,8.981 c 0.511,0 0.975,0.195 1.389,0.583 0.412,0.388 0.618,0.871 0.618,1.45 0,0.546 -0.189,1.024 -0.57,1.437 -0.379,0.413 -0.858,0.62 -1.437,0.62 -0.596,0 -1.083,-0.207 -1.462,-0.62 -0.379,-0.412 -0.57,-0.891 -0.57,-1.437 0,-0.529 0.191,-1 0.57,-1.413 0.379,-0.412 0.866,-0.62 1.462,-0.62 z"
inkscape:connector-curvature="0" /></g><g
style="opacity:0.57999998"
id="g1893"><g
id="g1895"><path
style="fill:#26286a"
id="path1897"
d="m 5.35,-2.871 c 0.238,0.116 0.478,0.231 0.716,0.347 0.064,0.031 0.046,1.139 0,1.25 C 5.244,0.688 4.422,2.651 3.6,4.614 2.601,6.997 2.933,7.594 0.368,7.594 c -2.807,0 -2.679,0.226 -3.723,-2.299 -0.906,-2.189 -1.812,-4.379 -2.718,-6.569 -0.044,-0.107 -0.047,-1.234 0,-1.25 1.552,-0.531 2.448,2.926 3.109,4.204 1.359,2.625 1.037,1.359 1.448,-1.007 0,0.417 0,0.833 0,1.25 -1.123,-2.024 -2.246,-4.047 -3.368,-6.071 -0.06,-0.107 0.026,-1.25 0,-1.25 2.618,0 3.274,0.687 3.633,-1.925 0.15,-1.092 0.264,-6.375 1.373,-6.375 1.094,0 1.08,5.289 1.2,6.375 0.288,2.602 0.914,1.925 3.508,1.925 -0.025,0 0.059,1.143 0,1.25 -1.108,2.023 -2.216,4.046 -3.323,6.07 0,-0.417 0,-0.833 0,-1.25 0.279,1.602 -0.017,3.831 1.16,1.582 0.895,-1.708 1.789,-3.417 2.683,-5.125 -0.169,0.323 0.173,0.919 0,1.25 C 4.366,0.258 3.382,2.137 2.399,4.016 1.541,5.655 1.519,2.725 1.504,1.837 1.46,-0.753 3.621,-3.191 4.829,-5.399 c 0,0.417 0,0.833 0,1.25 -2.594,0 -3.22,0.677 -3.508,-1.925 -0.12,-1.086 -0.106,-6.375 -1.2,-6.375 -1.108,0 -1.222,5.283 -1.373,6.375 -0.358,2.612 -1.014,1.925 -3.632,1.925 0,-0.417 0,-0.833 0,-1.25 1.222,2.203 3.416,4.641 3.371,7.236 -0.027,1.579 -0.001,3.893 -1.146,1.682 -0.687,-1.326 -1.825,-5.336 -3.415,-4.792 0,-0.417 0,-0.833 0,-1.25 0.812,1.962 1.624,3.925 2.436,5.888 0.987,2.387 0.651,2.98 3.216,2.98 2.808,0 2.679,0.222 3.735,-2.299 0.917,-2.189 1.835,-4.379 2.752,-6.569 0,0.417 0,0.833 0,1.25 C 5.828,-1.39 5.588,-1.505 5.35,-1.621 c -0.171,-0.082 0.155,-1.174 0,-1.25 z"
inkscape:connector-curvature="0" /><path
style="fill:#26286a"
id="path1899"
d="m -0.127,8.356 c 1.549,0.1 2.013,1.323 2.013,2.658 0,1.342 -0.458,2.6 -2.013,2.682 -1.462,0.077 -2.035,-1.302 -2.038,-2.516 -10e-4,-0.529 -0.019,-1.032 0.149,-1.541 0.271,-0.82 1.084,-1.242 1.889,-1.283 -0.012,0 0.031,1.249 0,1.25 -0.501,0.026 -0.892,0.15 -1.293,0.456 -0.205,0.156 -0.348,0.384 -0.485,0.596 -0.153,0.238 -0.115,0.762 -0.207,0.183 0.154,0.976 1.068,1.558 1.985,1.605 0.975,0.05 1.721,-0.725 1.96,-1.605 C 1.697,11.341 1.828,11.093 1.678,10.74 1.587,10.526 1.419,10.354 1.261,10.189 0.893,9.802 0.39,9.639 -0.127,9.606 c -0.036,-0.002 0.018,-1.249 0,-1.25 z"
inkscape:connector-curvature="0" /></g></g></g></symbol><path
id="path1901"
d="m 200.21534,395.95513 c 0,0 -19.56715,11.37815 13.92246,15.22849 40.57116,4.62836 61.30883,3.96483 106.01771,-4.49752 0,0 11.75431,7.37127 28.17202,13.75424 -100.22818,42.95894 -226.83871,-2.4859 -148.11219,-24.48521"
inkscape:connector-curvature="0" /><path
id="path1903"
d="m 187.96806,339.9008 c 0,0 -21.94558,16.24482 11.56973,19.70967 43.33976,4.47182 77.56767,4.83863 136.79245,-6.56755 0,0 8.19134,8.30581 21.07411,12.84773 -121.18547,35.4358 -256.16256,2.7943 -169.43629,-25.98985"
inkscape:connector-curvature="0" /><path
id="path1905"
d="m 291.21717,244.81265 c 24.69549,28.43369 -6.48812,54.02168 -6.48812,54.02168 0,0 62.70832,-32.37282 33.91016,-72.91127 -26.8987,-37.80256 -47.52422,-56.58702 64.14052,-121.34668 0,-0.002 -175.27724,43.77433 -91.56256,140.23627"
inkscape:connector-curvature="0" /><path
id="path1907"
d="m 423.77845,437.42112 c 0,0 14.47852,11.92954 -15.9481,21.15822 -57.851,17.52515 -240.79388,22.81938 -291.61239,0.69624 -18.26812,-7.94601 15.99016,-18.97371 26.76786,-21.28906 11.23796,-2.43684 17.66066,-1.98358 17.66066,-1.98358 -20.31712,-14.3103 -131.315988,28.10193 -56.38375,40.25108 204.3581,33.13915 372.52341,-14.92477 319.51572,-38.8329"
inkscape:connector-curvature="0" /><path
id="path1909"
d="m 209.62392,281.82084 c 0,0 -93.0555,22.09978 -32.95224,30.12757 25.37538,3.39709 75.96492,2.62842 123.08728,-1.31772 38.51047,-3.2499 77.17749,-10.15623 77.17749,-10.15623 0,0 -13.57901,5.81524 -23.40347,12.52298 -94.49472,24.85436 -277.045086,13.2893 -224.49065,-12.13046 44.44487,-21.48298 80.58159,-19.04614 80.58159,-19.04614"
inkscape:connector-curvature="0" /><path
id="path1911"
d="m 376.55329,375.12867 c 96.05774,-49.91666 51.64324,-97.88479 20.64187,-91.42237 -7.59789,1.58172 -10.98563,2.95084 -10.98563,2.95084 0,0 2.82234,-4.41809 8.21002,-6.32924 61.32752,-21.56241 108.49427,63.59147 -19.79845,97.31705 0,0 1.48827,-1.32706 1.93219,-2.51628"
inkscape:connector-curvature="0" /><path
id="path1913"
d="m 318.63921,2.1314874e-4 c 0,0 53.19693,53.21561985126 -50.45871,135.04951685126 -83.12123,65.6428 -18.95501,103.07154 -0.035,145.83423 C 219.62595,237.10729 184.01958,198.57111 207.90669,162.7054 242.97101,110.05752 340.10115,84.532613 318.63921,2.1314874e-4"
inkscape:connector-curvature="0" /><path
id="path1915"
d="m 219.06288,510.3908 c 92.20506,5.90169 233.7941,-3.27559 237.14913,-46.90507 0,0 -6.44606,16.5392 -76.20323,29.6743 -78.69847,14.81029 -175.76319,13.08137 -233.33149,3.58868 0.002,0 11.78468,9.75437 72.38559,13.64209"
inkscape:connector-curvature="0" /></g></svg>
# Need root access
if (( $EUID != 0 )); then
echo "Please run as root"
exit
fi
# Install script
cp homejar.sh /usr/bin/homejar
# Add desktop entries
cp homejar.desktop /usr/share/applications/homejar.desktop
# Install icon
cp homejar.svg /usr/share/pixmaps/homejar.svg
# Need root access
if (( $EUID != 0 )); then
echo "Please run as root"
exit
fi
# uninstall script
rm /usr/bin/homejar
# Remove desktop entries
rm /usr/share/applications/homejar.desktop
# Uninstall icon
rm /usr/share/pixmaps/homejar.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment