Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Flashwalker/56d5690706c9651254e14cf5ae60cfe7 to your computer and use it in GitHub Desktop.
Save Flashwalker/56d5690706c9651254e14cf5ae60cfe7 to your computer and use it in GitHub Desktop.
Lo-Fi Music Radio Fullscreen 🎵️ (Chilled Cow) (YouTube Music) (Chromium) (Linux)
#!/bin/sh
mkdir -p ~/Documents
src=$(readlink -m "$0")
cd "${src%/*}"
install --mode u+rw,go+r lofi.html ~/Documents/ && \
ls ~/Documents/lofi.html >/dev/null && \
echo ~/Documents/lofi.html "\e[0;32minstalled\e[0m"
install --mode u+rw,go+r lofi.svg ${XDG_DATA_HOME:-~/.local/share}/icons/ && \
ls ${XDG_DATA_HOME:-~/.local/share}/icons/lofi.svg >/dev/null && \
echo ${XDG_DATA_HOME:-~/.local/share}/icons/lofi.svg "\e[0;32minstalled\e[0m"
install --mode u+rwx,go+r lofi.desktop ${XDG_DATA_HOME:-~/.local/share}/applications/ && \
ls ${XDG_DATA_HOME:-~/.local/share}/applications/lofi.desktop >/dev/null && \
echo ${XDG_DATA_HOME:-~/.local/share}/applications/lofi.desktop "\e[0;32minstalled\e[0m"
## Listen Lo-Fi redio from YouTube Music in Chromium fullscreen popup window on Linux
--------------------------------------------------------------------------------------
Run install.sh in terminal to install
[Desktop Entry]
Version=1.0
Name=Lo🎵Fi
Exec=sh -c "exec chromium --new-window --chrome --kiosk --allow-file-access-from-files --disable-popup-blocking --noerrdialogs --disable-translate --no-first-run --fast --fast-start --disable-infobars --disable-features=TranslateUI --disk-cache-dir=/dev/null --password-store=basic --temp-profile --incognito file://${HOME}/Documents/lofi.html"
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=lofi
Categories=Network;WebBrowser;AudioVideo;Audio;Player;
MimeType=text/html;text/xml;application/xhtml_xml;application/x-mimearchive;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=chromium
StartupNotify=true
Keywords=browser
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script type="text/javascript">
function closeParent() {
window.close();
}
var popUpObj;
function openPopUp() {
popUpObj=window.open("https://music.youtube.com/playlist?list=PLofht4PTcKYnaH8w5olJCI-wUVxuoMHqM",
// Lofi Records https://music.youtube.com/channel/UCuw1VDsmOWOldKGLYq6AkVg https://www.youtube.com/c/LofiRecords
// playlist 1 relax/study: https://music.youtube.com/playlist?list=PLofht4PTcKYnaH8w5olJCI-wUVxuoMHqM
// playlist 2 sleep/chill: https://music.youtube.com/playlist?list=PLofht4PTcKYkwt9NTxtpfw8VPllgfe-sm
// playlist 3 focus/work: https://music.youtube.com/playlist?list=PLofht4PTcKYki_6M4TCWftA2SIcdD0x7h
//
// Lofi girl https://music.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow https://www.youtube.com/c/LofiGirl
// playlist albums: https://music.youtube.com/playlist?list=PL6NdkXsPL07IOu1AZ2Y2lGNYfjDStyT6O
// playlist long compilations: https://music.youtube.com/playlist?list=PL6NdkXsPL07KN01gH2vucrHCEyyNmVEx4
// long 1 relax/study: https://music.youtube.com/watch?v=5qap5aO4i9A
// long 2 sleep/chill: https://music.youtube.com/watch?v=DWcJFNfaw9c
// livestream 1 relax/study: https://youtu.be/jfKfPfyJRdk
// livestream 2 sleep/chill: https://youtu.be/rUxyKA_-grg
// livestreams playlist: https://www.youtube.com/playlist?list=PL6NdkXsPL07LFpk9MhvWlgEAzS2siKz8O
//
// LO:FI (inyourchill) https://music.youtube.com/channel/UCncxHd8o_VhhHAJ7QqB5azg https://www.youtube.com/c/InYourChill
// livestream 1 LO:FI: https://youtu.be/3WBPGAzCcng
// livestream 2 Chill VHS Radio: https://youtu.be/e97w-GHsRMY
"ModalPopUp",
"toolbar=no," +
"scrollbars=no," +
"location=no," +
"statusbar=no," +
"menubar=no," +
"resizable=1," +
// "width="+screen.availWidth+"," +
"width="+screen.width+"," +
// "height="+screen.availHeight+"," +
"height="+screen.height+"," +
"left = 0," +
"top=0"
);
if(!popUpObj || popUpObj.closed || typeof popUpObj.closed=='undefined')
{
function createItem(h) {
let div = document.createElement('div');
div.innerHTML = h;
return div;
}
const body = document.querySelector('body');
body.appendChild(createItem('<h1 style="text-align: center; color: red;">Your browser is blocking popups. <br/><br/> Allow popups for <pre style="color: green;">file:///*</pre> here: <br/> <strong><pre style="color: green;">chrome://settings/content/popups</pre></strong></h1>'));
}else{
popUpObj.moveTo(0, 0);
//popUpObj.resizeTo(screen.width, screen.height);
popUpObj.focus();
closeParent();
}
}
document.addEventListener('DOMContentLoaded', openPopUp());
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="382.53717mm"
height="382.53717mm"
viewBox="0 0 382.53717 382.53717"
version="1.1"
id="svg5"
xml:space="preserve"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs2"><linearGradient
id="linearGradient40261"><stop
style="stop-color:#e7cd95;stop-opacity:1;"
offset="0"
id="stop40257" /><stop
style="stop-color:#c8a869;stop-opacity:1;"
offset="1"
id="stop40259" /></linearGradient><radialGradient
xlink:href="#linearGradient40261"
id="radialGradient40631"
cx="378.75082"
cy="307.54205"
fx="378.75082"
fy="307.54205"
r="83.844711"
gradientTransform="matrix(1,0,0,0.8210918,10.583333,50.100187)"
gradientUnits="userSpaceOnUse" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath6122"><circle
style="font-variation-settings:normal;opacity:0.567992;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="circle6124"
cx="458.53998"
cy="249.17798"
r="175.74127" /></clipPath></defs><g
id="layer1"
transform="translate(-288.43808,-57.909393)"><g
id="lofi"
style="opacity:1"
transform="translate(21.166667)"><g
id="g47002"
transform="translate(10.583333)"><circle
style="font-variation-settings:normal;opacity:1;fill:#d9bd83;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
id="path15469"
cx="447.95667"
cy="249.17798"
r="191.26859" /><circle
style="font-variation-settings:normal;opacity:1;fill:#181917;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
id="circle15968"
cx="447.95667"
cy="249.17798"
r="175.74127" /></g><g
id="g6120"
clip-path="url(#clipPath6122)"><path
id="path5270"
style="fill:#49261c;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 500.63422,166.02072 c 6.47606,7.18869 11.29861,13.87051 14.82402,19.29189 0.15585,-0.0694 0.38213,-0.17284 0.54261,-0.24442 12.21791,18.80995 18.9065,40.31006 12.2592,61.14097 -0.15464,0.47696 -0.31109,0.9326 -0.46974,1.34875 -0.57014,1.09616 -1.13558,2.14113 -1.69809,3.15691 -0.10747,0.19453 -0.21579,0.39427 -0.32298,0.58601 -0.46486,0.82959 -0.9258,1.62527 -1.38544,2.40503 -0.2091,0.35521 -0.41838,0.71293 -0.62632,1.05781 l 0.19689,0.38241 c -0.2709,0.55522 6.63499,-10.36485 6.78149,-17.6351 0.32787,0.0108 4.86224,0.78393 4.86224,0.78393 0.87411,-13.4189 1.84464,-26.78524 0.12564,-42.34576 0.35968,-0.21665 2.21416,34.50527 1.45065,35.24912 -0.20339,0.19815 4.19597,-0.59333 4.19597,-0.59333 l 0.0724,-4.6734 c -0.29462,-7.61384 -0.90274,-15.11237 -1.38683,-22.65651 0.53994,7.54287 1.27668,15.08574 1.51287,22.62862 l 3.06483,-0.84509 c 0.31329,-7.85789 -0.47479,-15.77394 -1.17544,-23.62819 0.85945,7.98324 1.86576,15.68836 1.47315,23.53254 l 7.06055,-2.79518 0.39429,-6.05906 -0.13384,-4.8333 2.23035,-0.12092 0.0507,-0.92708 2.83238,-0.45372 -0.19999,3.82613 1.42576,0.0677 0.9679,-3.71347 0.53433,-6.00118 2.40244,-0.75499 -0.0372,5.21002 c 0,0 7.93642,-4.42473 9.45317,-6.72621 0.58187,-0.24078 1.26521,-45.90288 -25.43152,-85.17464 -0.16869,-0.23645 -0.75497,-1.12761 -1.63401,-2.39727 -2.88209,-4.73127 -6.5151,-9.02167 -10.00404,-12.58115 -5.74413,-6.221202 -13.02021,-12.404398 -20.46025,-14.198615 -0.39304,-0.07373 -1.02243,-0.125384 -1.73478,-0.166398 -1.88363,-0.344586 -3.2456,-0.36932 -3.76204,-0.353984 -1.54835,-0.149307 -3.07837,-0.216474 -4.5589,-0.222725 l -8e-5,-10e-6 c -6.41561,-0.02709 -11.90971,1.088376 -14.01516,1.607654 -9.18482,2.842592 -15.27092,8.15392 -17.44338,9.532751 -2.93421,2.217117 -8.77473,9.612637 -9.87175,11.093897 -4.64902,5.93013 -4.6858,15.59274 -4.88652,17.93689 -0.20072,2.34416 1.26297,4.64468 1.26297,4.64468 l 0.31316,0.35605" /><path
style="fill:#d9bd83;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 380.11065,329.21662 -13.74035,15.85529 20.58533,20.08354 22.45274,-13.30624 -7.96319,-27.77194 z"
id="path43606" /><path
style="fill:#c9ad97;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 379.19329,329.50142 1.95376,3.55541 c 0.19418,0.42929 7.38592,5.10469 8.67709,7.40381 1.29114,2.29913 -1.70302,13.61887 -1.70302,13.61887 0,0 6.32629,-3.44146 6.44919,-3.67763 0.1229,-0.23614 7.70663,-3.47157 8.14015,-3.47157 0.43349,0 -2.44938,-2.52386 -2.54233,-3.04649 -0.093,-0.52263 -9.09193,-7.80539 -10.03438,-7.89895 -0.94244,-0.0935 -2.12688,-2.32042 -2.12688,-2.32042 l 0.52854,-1.03947 -3.70801,-0.41841 -5.69941,-4.28998 z"
id="path44697" /><path
style="font-variation-settings:normal;mix-blend-mode:normal;fill:#005f4f;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 413.96502,369.64335 c 3.26802,0.52694 16.07519,-2.00163 16.14898,5.36256 0.38257,4.1152 -0.59803,31.88679 -6.64421,35.06719 -0.30626,0.16293 9.64671,-0.57071 12.89092,5.57943 1.76884,3.47514 4.17294,13.22599 4.17294,13.22599 0,0 20.55096,-0.15992 22.03263,-1.23838 7.10051,4.15861 16.25991,8.29301 26.36585,6.49158 70.81754,-21.68299 104.28183,-51.52421 124.15113,-92.4516 -6.35156,-11.59139 -14.11739,-16.86139 -27.66992,-26.16992 l -19.09535,-17.99197 c 0,0 3.02763,-8.5996 -4.11746,-14.34039 -7.14513,-5.74079 -18.14764,-9.14279 -26.79274,-6.14841 -4.05918,1.33941 -2.56834,0.85723 -2.56834,0.85723 l 0.007,-8.1965 c 0,0 -2.70361,-10.03413 -8.89273,-14.54384 -0.27091,0.55522 6.63485,-10.36525 6.78135,-17.63555 -149.06091,-54.59003 -79.54868,72.70365 -104.55378,102.10149 0,0 -1.43677,4.90053 -5.41502,7.40828 16.76112,6.3869 -3.14992,15.10971 -6.80125,22.62281 z"
id="path13068" /><circle
style="font-variation-settings:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="path44541"
cx="425.6535"
cy="344.39981"
r="12.2907" /><path
style="fill:#a4352a;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 436.46763,330.6922 c 0,0 -7.34509,12.82896 -8.31013,17.66369 -0.96506,4.83473 0.44973,12.81054 0.84717,13.98061 0.39745,1.17006 18.7569,5.50685 18.7569,5.50685 0,0 23.83424,-26.02288 25.18276,-28.69721 1.34851,-2.6743 2.119,-19.84735 1.566,-22.24787 -0.55299,-2.40052 -23.54643,-4.76597 -23.54643,-4.76597 z"
id="path43815" /><path
style="font-variation-settings:normal;fill:url(#radialGradient40631);fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 348.13113,270.00276 c 5.27191,4.86834 9.24181,5.89176 17.09066,15.00452 6.41795,7.45144 4.74557,13.47667 3.23785,16.98441 -1.06426,1.98215 -2.06219,4.19292 -3.00624,6.09807 -1.7407,3.56294 -0.70921,6.62842 2.91035,9.7077 0.76678,0.65232 2.71229,2.01326 7.07028,2.95381 -0.17555,0.77706 -0.49153,5.89806 9.6887,11.22354 0.86726,0.25104 3.48977,0.18279 3.48977,0.18279 0,0 -1.23075,1.87512 1.4814,3.75001 0.36682,0.35543 8.34968,4.8382 11.1966,8.88336 0.26554,0.34459 1.01478,1.39605 2.40973,2.24764 0.54186,0.3308 1.18115,0.63144 1.92737,0.84877 2.66725,0.77683 11.65216,0.88328 11.65216,0.88328 0,0 2.37615,1.43195 12.95665,-6.20662 2.61774,-2.03053 18.93573,-18.40695 18.93573,-18.40695 0,0 7.88302,-2.04713 11.92947,3.38281 4.04646,5.42992 42.92399,-26.67791 42.92399,-26.67791 l 3.42123,-24.0758 -10.46575,-7.0854 -98.31264,-53.87549 -42.34091,-4.63657 -16.57012,16.5078 1.73129,27.70199 c 0,0 1.23619,9.61184 6.64243,14.60424 z"
id="path940" /><path
style="mix-blend-mode:multiply;fill:#c46a4f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 336.02738,237.57914 c 0.83858,-2.76051 3.7936,20.69791 8.00655,27.95246 7.53124,-1.53699 8.41246,-1.56421 8.41246,-1.56421 0,0 -9.13704,-15.99704 -8.06551,-25.79906 1.07152,-9.80202 3.15712,4.49111 3.15712,4.49111 0,0 1.74876,12.57049 8.28006,20.9942 2.49487,0.0154 19.27283,-1.37596 31.2478,-8.83125 -6.18889,-3.88229 -12.59853,-46.77357 -11.87736,-47.81801 z"
id="path34657" /><g
id="g27847"
transform="translate(10.583333)"><path
style="font-variation-settings:normal;fill:#aa5714;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 357.40167,317.40149 c 0,0 10.11107,-3.64987 14.17258,-1.08267 0.77696,0.66945 0.47947,3.34941 -6.47145,5.79768 -0.40673,-0.33616 -0.23769,-0.88855 -0.20519,-1.34324 -3.97147,-0.66337 -7.49005,-3.37622 -7.49594,-3.37177 z"
id="path1431" /><path
style="font-variation-settings:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 349.96732,270.05714 c 0,0 0.30739,2.02951 1.06277,1.59339 0.81259,-0.58788 5.17697,-9.43409 22.45016,-8.4608 1.20066,0.0937 -0.16474,-0.5721 -0.16474,-0.5721 0,0 -16.86126,-3.28089 -23.34819,7.43951 z"
id="path856" /><path
style="font-variation-settings:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 367.89245,278.49062 -0.25839,0.85795 0.76246,0.14256 c 0,0 2.78228,-0.60975 3.47501,-1.64905 -0.0752,0.0302 -0.11201,-0.29013 -0.11201,-0.29013 0,0 -2.35032,1.16384 -3.86707,0.93867 z"
id="path979" /><path
style="font-variation-settings:normal;fill:#dadec9;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 373.88496,286.96446 c 0.66106,0.50869 9.94332,11.23146 13.58328,5.45588 0.68379,-1.37982 2.19161,-9.46007 -1.48314,-13.96407 -4.05074,4.4712 -12.11762,8.92557 -12.10014,8.50819 z"
id="path1123" /><path
id="path1221"
style="fill:#000000;stroke:#000000;stroke-width:1.065;stroke-linejoin:round;stroke-dasharray:none;stop-color:#000000"
d="m 383.91281,292.95643 c -2.7576,1.83991 -12.84967,-7.19261 -10.31544,-9.23607 4.66056,-3.40829 12.27746,7.14322 10.31544,9.23607 z" /><path
style="font-variation-settings:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 371.06945,282.36821 -0.21015,1.25108 c -0.97224,1.11594 -1.74519,3.46817 -3.97102,5.07814 -0.14618,0.65085 0.46942,0.41438 0.46942,0.41438 0,0 15.27274,-3.59176 18.91856,-10.60731 0.38981,-1.89617 -0.72196,-0.52282 -1.28051,-0.0378 0,0 -5.73245,5.53371 -13.9263,3.90151 z"
id="path1003" /><path
id="path3574"
style="stroke-width:0.264583px;stroke-linejoin:round;stop-color:#000000"
d="m 367.51367,315.81445 c -0.7311,-0.0639 -1.38011,0.38236 -1.8457,0.83008 -0.46559,0.44772 -0.75586,0.91211 -0.75586,0.91211 a 0.11172944,0.11172944 0 0 0 0.14062,0.16016 c 1.24836,-0.57048 2.27333,-0.69869 2.95508,-0.71875 0.34088,-0.01 0.59344,0.006 0.75391,0.01 0.0802,0.002 0.12666,0.0132 0.20117,-0.0195 0.0186,-0.008 0.0437,-0.0209 0.0625,-0.0508 0.0188,-0.0299 0.0222,-0.0725 0.0156,-0.0996 -0.0126,-0.0522 -0.0362,-0.0687 -0.0586,-0.0898 -0.47868,-0.61673 -0.98398,-0.89122 -1.46875,-0.9336 z" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 364.70329,320.73123 2.77666,0.25976"
id="path3661" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 377.37468,332.50982 c 2.51087,-0.0159 4.55204,-0.40835 6.66466,-0.61429"
id="path3685" /><path
style="font-variation-settings:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 385.51747,293.72805 -0.0198,0.58698 0.43635,-0.0348 c 0,0 1.43261,-0.84411 1.66388,-1.61755 -0.0368,0.0315 -0.10213,-0.16574 -0.10213,-0.16574 0,0 -1.11852,1.12482 -1.97828,1.2311 z"
id="path37283" /></g><path
style="fill:#181917;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 425.65126,349.04886 c 0,0 7.22612,13.44845 7.22612,13.34103 0,-0.10742 1.57627,-12.41787 1.57627,-12.41787 l -6.90234,-1.27667 z"
id="path41189" /><g
id="g18521"
transform="translate(10.583333)"><g
id="g18513"><path
style="font-variation-settings:normal;fill:#d9bd83;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 356.94542,328.51952 c 0,0 -1.66647,-2.69557 -6.94274,-3.66882 -1.45109,-0.0284 -4.70572,-1.18824 -7.11291,4.22521 -2.40719,5.41348 -5.13092,14.31675 -5.19316,16.97675 -0.0258,1.1021 -0.52601,3.3269 2.07721,5.15237 3.35925,2.35563 12.68451,10.536 12.68451,10.536 z"
id="path4944" /><path
style="font-variation-settings:normal;fill:#d9bd83;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 370.88327,334.38712 c 0,0 -0.30998,-3.0673 -2.21533,-4.81708 -2.0619,-1.89353 -5.81555,-3.34414 -8.32978,-3.73785 -1.39171,-0.41188 -4.22268,-2.39264 -7.97822,2.18949 -3.75555,4.58216 -8.74102,12.4455 -9.50585,14.99393 -0.31689,1.05588 -1.38873,3.06861 0.63775,5.51861 1.9551,2.36369 9.00045,14.23023 12.84066,19.7094 1.29623,1.84945 2.94494,2.33991 2.94494,2.33991 z"
id="path4968" /><path
id="path5057"
style="font-variation-settings:normal;fill:#d9bd83;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 372.53115,355.25387 c 4.237,-0.18328 5.95249,-1.81563 9.22157,-3.45885 1.34998,-0.66998 10.42242,-7.66514 28.16861,-4.81536 3.52976,0.72408 9.16841,2.27287 11.8002,12.15144 0.36984,1.21983 0.41551,3.41654 -10.06866,9.17117 -2.56744,0.94488 -18.41423,3.28443 -27.97838,2.45625 l -9.90665,1.20655 c -1.81141,-0.22276 -6.89217,2.14763 -10.49335,0.65459 0,0 -6.0493,-2.09254 -6.68311,-4.26025 -1.87772,-6.42205 -4.59642,-18.80376 -5.68911,-21.67002 -1.13258,-2.97092 0.52873,-4.53296 1.16785,-5.4312 1.54255,-2.16794 4.99263,-5.19332 10.02052,-8.32711 2.99173,-1.9784 6.58944,-0.49039 8.2588,0.48796 2.25472,1.1801 7.97263,4.79648 9.3174,7.25177 0.96865,1.76857 -1.1323,9.08751 -2.10598,12.22937 -0.35314,1.13752 -0.86634,1.67147 -2.38318,2.01859 -2.10345,0.59324 -5.34505,-0.25384 -5.43642,-1.16549 -0.13549,-1.35165 -1.58149,-2.35763 -1.29473,-3.06249 0.45614,-1.1212 3.08526,-6.61199 2.35356,-7.42947" /></g></g><path
id="path16076-1"
style="font-variation-settings:normal;mix-blend-mode:normal;fill:#f4503f;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 524.10575,255.26907 c -0.32031,0.32742 -0.61031,0.62588 -0.64802,0.68213 -2.29752,3.67858 -13.52915,14.83037 -14.17329,14.91537 -1.02079,17.25945 -47.74466,57.31443 -51.85575,60.45109 -8.00035,5.67202 -11.49646,12.03544 -11.49646,12.03544 l -7.10448,10.43709 -9.17205,36.50888 -0.17104,0.005 c -0.86795,8.66619 -2.6591,18.00375 -6.01462,19.76882 -0.30626,0.16293 9.64648,-0.57063 12.89068,5.5795 1.76884,3.47514 4.17287,13.22607 4.17287,13.22607 0,0 20.5511,-0.16023 22.03277,-1.23869 1.48166,-1.0785 5.41155,-7.34012 5.41155,-7.34012 l 5.43843,-12.46487 1.43602,-7.0113 6.74953,-15.75889 5.06791,-15.04766 c 0,0 11.03597,-26.2981 18.79988,-36.64737 -0.0344,-1.24023 20.52701,-34.06674 59.00622,-36.76158 3.42058,-0.0316 2.7787,2.1611 2.7787,2.1611 6.17373,-4.64978 -2.07184,-13.06561 -5.02023,-15.55418 -7.14513,-5.74079 -18.18137,-9.17995 -26.82646,-6.18557 -4.05918,1.33941 -2.56832,0.85731 -2.56832,0.85731 l 0.007,-8.1964 c 0,0 -2.66246,-9.8581 -8.74056,-14.42134 z" /><path
style="fill:#49261c;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 367.10945,146.31299 c 0,0 -14.23638,-2.62151 -22.76802,6.17091 -8.53163,8.79241 -16.01356,18.85398 -16.01356,18.85398 0,0 -8.51251,10.95219 -5.57021,26.57183 0.26492,0.18742 -17.63997,13.23387 -17.89944,44.5551 -0.11457,1.03389 -1.67083,12.00663 -1.39491,16.08102 0.0376,0.2279 1.64237,2.24406 5.48628,1.69403 0.31982,0.083 -0.85614,-2.48046 -0.87748,-7.87411 -0.008,-0.24902 1.10862,15.84622 5.34239,13.38166 0.2658,-0.0203 -2.77749,-7.6663 -2.15002,-13.72031 0.002,-0.0697 2.75284,12.80052 6.51747,15.77797 -0.21605,-0.60708 17.03247,0.30987 18.67351,-0.0261 0.0723,0.10118 -5.22008,-18.87246 -3.73075,-21.88545 0.0807,0.38267 -0.90623,4.6253 4.2259,21.5933 -0.0653,-0.0144 2.53913,0.11422 3.50262,-0.66605 0.15502,0.26174 -7.096,-19.04455 -3.59508,-26.41385 -0.0604,0.0232 0.43729,-0.7849 0.43729,-0.7849 0,0 0.046,12.83847 4.0417,23.00492 0.4426,0.24352 3.7314,0.44165 5.31786,-0.93477 0.3115,-0.22647 -5.77352,-18.39278 -4.09662,-25.12606 -0.0431,0.0749 3.35477,17.92033 6.89259,22.68886 0.36217,0.20077 19.94058,2.43273 30.98922,-7.18519 0.17503,-0.95595 0.55122,0.24737 -0.006,-0.85308 -1.42771,-2.83165 -6.82563,-15.7378 -5.87386,-25.76306 0.21114,0.20448 1.96845,31.37318 34.73576,42.21634 0.31687,0.24007 3.56843,-4.87292 3.56843,-4.87292 l 77.31251,7.92725 1.09248,4.77442 c 0,0 15.98285,11.54566 36.52071,-27.94072 3.16903,-8.31247 6.16468,-27.95909 -4.76622,-49.6903 -3.30439,-4.99354 -16.67343,-33.94805 -53.19368,-58.43691 -1.74389,-1.15516 -25.73554,-14.68713 -43.61925,-16.80679 -3.44497,-0.92278 -18.08936,-0.16677 -16.89383,10.76038 0.10299,0.32315 -42.20807,12.92834 -42.20807,12.92834 z"
id="path1583" /><path
id="path5119"
style="font-variation-settings:normal;mix-blend-mode:overlay;fill:#000000;fill-opacity:0.804758;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 505.95131,87.048845 3.94136,0.429948 1.6707,1.800924 c 0,0 0.40808,-0.850004 2.05827,0.350883 1.65018,1.200883 6.79319,9.772359 1.7539,21.46381 -1.67042,3.73109 -5.07773,10.81691 -5.07773,10.81691 0,0 4.12957,9.34773 -1.08159,19.95227 -0.35013,0.16322 -1.27952,1.99515 -0.35501,3.40134 0.61348,0.43972 3.0951,6.67277 3.32382,10.65465 0.22872,3.98188 1.2773,14.52431 -8.51679,4.09742 -1.76792,-2.37698 -14.68862,-20.97035 -17.84904,-21.97902 -0.61671,-0.16487 -0.66779,6.14483 -4.932,7.25796 -1.22325,-0.0682 -5.69577,-3.64578 -5.69577,-3.64578 l -2.12029,-0.19792 5.82394,4.49895 0.42064,1.44074 9.02477,7.97213 v 0.56378 c 0,0 -17.59529,-11.28163 -22.13146,-13.01832 -0.96941,-0.53254 -20.54821,-12.79357 -35.02422,-12.71757 -2.60162,-0.0232 -10.11434,0.62436 -9.12606,5.63221 0.14629,0.78037 -0.92144,3.08696 -3.2799,1.68414 -0.51119,-0.48434 -7.30365,-3.21612 -7.52254,-6.50193 -0.20646,-0.18468 -0.51846,-2.38827 0.154,-4.13618 -1.24244,1.68017 -2.8336,4.30211 -2.15129,6.40839 0.33687,0.55217 -23.97167,21.07468 -23.97167,21.07468 0,0 20.73311,28.56311 1.59991,46.5646 -1.2483,1.11585 4.45751,-0.36001 6.00325,-0.91157 1.54575,-0.55155 0.076,2.55282 0.076,2.55282 0,0 -3.92586,9.48358 -4.81262,17.98185 -0.37193,1.79117 -1.65861,17.4195 4.60282,28.05771 6.26143,10.63822 6.5135,14.63881 16.0016,19.17971 0.95829,0.24441 3.87522,-4.78989 3.87522,-4.78989 l 11.55175,-3.95221 24.35975,27.5146 c -4.57647,5.1174 -32.81291,11.47874 -11.63176,16.50747 1.67779,7.61949 -10.02777,34.7541 -10.73173,36.55389 -1.09223,2.16599 -2.36258,4.59574 -6.34083,7.10348 -0.35644,0.0693 -4.34583,-1.90763 -15.48626,0.25055 -0.99284,0.37336 -5.48915,-5.60621 -10.80141,-8.78396 -0.4158,-0.32336 -3.47019,-1.19719 -4.97491,-2.60544 -0.92676,-0.86735 -0.64425,-2.5799 -0.64425,-2.5799 -0.36209,0.65808 -7.87891,-2.72877 -9.5723,-5.03384 0,0 -3.25695,0.77501 0.28456,5.30285 3.16553,2.92951 7.97488,7.94432 2.63116,9.43905 -0.31659,0.0639 -2.80034,3.96824 -2.80034,3.96824 0,0 -2.82354,-3.22967 -6.39651,-2.23397 -0.439,0.26162 5.15366,3.6977 7.22178,14.01826 0.54485,3.54911 -0.46911,3.18261 2.35283,1.88826 1.70835,-0.78357 3.87241,-0.49214 4.87877,0.7028 1.00636,1.19491 -0.28405,0.3217 2.5492,0.67593 2.83324,0.35422 24.15183,8.27546 24.76334,8.27546 0.61152,0 4.35891,0.22686 4.35891,0.22686 0,0 4.79729,-0.25603 7.70134,-1.55494 1.30483,-1.03269 4.02917,-1.11325 4.20749,6.33398 0.38257,4.11519 -0.59786,31.88671 -6.64403,35.06711 -0.30626,0.16293 9.64648,-0.57063 12.89068,5.5795 1.76884,3.47514 4.17287,13.22607 4.17287,13.22607 0,0 20.5511,-0.16023 22.03277,-1.23869 1.48166,-1.0785 5.41155,-7.34012 5.41155,-7.34012 l 5.43843,-12.46487 1.25238,-7.05344 6.93317,-15.71675 5.06791,-15.04766 c 0,0 11.03597,-26.2981 18.79988,-36.64737 -0.0344,-1.24023 20.52701,-34.06674 59.00622,-36.76158 3.08507,0.29031 2.88667,1.87464 2.88667,1.87464 6.08767,-4.58259 -2.66986,-13.22351 -5.16198,-15.30483 -7.14513,-5.74079 -18.14759,-9.14284 -26.79268,-6.14846 -4.05918,1.33941 -2.56832,0.85731 -2.56832,0.85731 l 0.007,-8.1964 c 0,0 -2.70337,-10.03463 -8.89249,-14.54433 -0.2709,0.55522 6.635,-10.36481 6.7815,-17.6351 0.32787,0.0108 4.86224,0.78393 4.86224,0.78393 l 1.26866,-12.96975 c 0,0 0.90433,5.7565 0.90433,6.04046 0,0.28395 3.59927,-0.76068 3.59927,-0.76068 l -0.36381,-4.59197 2.92747,-0.71882 0.31316,-4.39973 0.6842,4.06849 7.06055,-2.79518 0.39429,-6.05906 -0.13384,-4.8333 2.23035,-0.12092 0.0507,-0.92708 2.83238,-0.45372 -0.19999,3.82613 1.42576,0.0677 0.9679,-3.71347 0.53433,-6.00118 2.40244,-0.75499 -0.0372,5.21002 c 0,0 7.93642,-4.42473 9.45317,-6.72621 0.58187,-0.24078 1.26533,-45.90272 -25.43152,-85.17464 -1.02206,-1.43254 -16.18733,-25.339999 -32.0983,-29.177035 -1.84833,-0.346718 -8.43049,-0.28112 -8.43049,-0.28112 z m -94.541,39.821345 c 0.82255,-1.11235 1.49465,-1.82208 1.24385,-1.66037 -0.60383,0.39484 -0.98871,0.99717 -1.24385,1.66037 z m 98.28134,146.63807 c 3.22991,0.6125 -1.70862,8.85091 -3.26285,11.69955 -8.66916,13.67134 -11.00391,22.3822 -11.48664,24.27294 -0.48273,1.89073 -1.45408,7.4784 1.45934,7.20679 2.91341,-0.2716 7.5625,-10.85227 8.15403,-11.14092 3.50326,-4.16205 3.4027,0.0113 3.27473,0.98237 -0.19412,5.59903 -12.14558,24.2785 -14.00535,26.30537 -13.31652,15.52729 -13.00023,24.12242 -13.07723,25.4062 0.31367,23.88903 -20.08172,19.52773 -24.61039,16.37575 -17.08177,-11.88908 -10.35906,-31.2751 -10.35906,-31.2751 1.93334,-4.05605 32.36246,-30.55769 36.09031,-33.08067 18.20248,-19.07084 27.09534,-36.86923 27.82311,-36.75228 z" /><path
id="path6476"
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 374.56036,225.45383 c -0.95177,10.02525 4.44635,22.93113 5.87406,25.76277 0.55722,1.10045 0.18072,-0.10277 0.006,0.85318 -11.04863,9.61791 -30.62716,7.38586 -30.98933,7.18509 -3.53781,-4.76852 -6.9357,-22.61364 -6.8926,-22.68854 -1.6769,6.73328 4.40841,24.89913 4.09691,25.1256 -0.87112,0.75579 -2.2464,1.02883 -3.39101,1.08831 1.01789,2.53561 2.49644,5.22086 4.63021,7.19129 5.28843,4.8836 9.27072,5.90996 17.14417,15.05128 4.00019,4.64433 5.05981,8.9142 4.9258,12.32586 -0.81563,4.12031 -2.62177,6.79293 -4.56335,10.74353 -1.25204,2.96086 -0.78257,6.71007 2.87735,9.82369 0.76917,0.65437 2.63289,2.01964 7.00454,2.96313 -0.16354,0.72389 -0.42831,5.24633 7.71347,10.16637 1.90289,1.16993 3.39695,1.38604 5.53017,1.43964 0,0 -1.25821,1.71694 1.46244,3.59771 0.36797,0.35654 8.37602,4.85324 11.23187,8.91108 0.26541,0.34441 0.96585,1.27131 2.35541,2.12391 8.03372,-1.34139 13.91637,-0.93582 19.17144,0.37723 1.86318,-0.94492 4.31335,-2.42757 7.50962,-4.73511 2.62595,-2.03689 18.99522,-18.4645 18.99522,-18.4645 0,0 7.90757,-2.05336 11.96672,3.39359 0.0774,0.10387 0.16745,0.19381 0.26975,0.27078 26.92941,-23.63799 41.41177,-40.80566 46.22095,-51.18395 l -2.64842,-1.79318 c -8.45682,4.34722 -13.79192,0.51625 -13.79192,0.51625 l -1.09244,-4.77438 -77.3126,-7.92717 c 0,0 -3.25138,5.11264 -3.56825,4.87257 -32.76728,-10.84315 -34.52473,-42.01155 -34.73587,-42.21603 z" /><path
id="path16076"
style="font-variation-settings:normal;opacity:0.361813;mix-blend-mode:normal;fill:#8d0000;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 505.95131,87.048845 3.94136,0.429948 1.6707,1.800924 c 0,0 0.40808,-0.850004 2.05827,0.350883 1.65018,1.200883 6.79319,9.772359 1.7539,21.46381 -1.67042,3.73109 -5.07773,10.81691 -5.07773,10.81691 0,0 4.12957,9.34773 -1.08159,19.95227 -0.35013,0.16322 -1.27952,1.99515 -0.35501,3.40134 0.61348,0.43972 3.0951,6.67277 3.32382,10.65465 0.22872,3.98188 1.2773,14.52431 -8.51679,4.09742 -1.76792,-2.37698 -14.68862,-20.97035 -17.84904,-21.97902 -0.61671,-0.16487 -0.66779,6.14483 -4.932,7.25796 -1.22325,-0.0682 -5.69577,-3.64578 -5.69577,-3.64578 l -2.12029,-0.19792 5.82394,4.49895 0.42064,1.44074 9.02477,7.97213 v 0.56378 c 0,0 -17.59529,-11.28163 -22.13146,-13.01832 -0.96941,-0.53254 -20.54821,-12.79357 -35.02422,-12.71757 -2.60162,-0.0232 -10.11434,0.62436 -9.12606,5.63221 0.14629,0.78037 -0.92144,3.08696 -3.2799,1.68414 -0.51119,-0.48434 -7.30365,-3.21612 -7.52254,-6.50193 -0.20646,-0.18468 -0.51846,-2.38827 0.154,-4.13618 -1.24244,1.68017 -2.8336,4.30211 -2.15129,6.40839 0.33687,0.55217 -23.97167,21.07468 -23.97167,21.07468 0,0 20.73311,28.56311 1.59991,46.5646 -1.2483,1.11585 4.45751,-0.36001 6.00325,-0.91157 1.54575,-0.55155 0.076,2.55282 0.076,2.55282 0,0 -3.92586,9.48358 -4.81262,17.98185 -0.37193,1.79117 -1.65861,17.4195 4.60282,28.05771 6.26143,10.63822 6.5135,14.63881 16.0016,19.17971 0.95829,0.24441 3.87522,-4.78989 3.87522,-4.78989 l 11.55175,-3.95221 24.35975,27.5146 c -4.51788,4.98218 -32.40219,11.41461 -11.63176,16.50747 1.66078,7.54332 -10.00812,34.80747 -10.73173,36.55389 -1.14033,2.18116 -2.36258,4.59574 -6.34083,7.10348 -0.35644,0.0693 -4.34583,-1.90763 -15.48626,0.25055 -0.99284,0.37336 -5.48915,-4.85986 -10.80141,-8.03761 -0.38606,-0.30023 -3.38602,-1.9041 -4.90331,-3.29384 -1.1234,-1.02895 -0.92142,-2.72904 -0.92142,-2.72904 -0.16345,0.73748 -7.72219,-2.22103 -9.27533,-5.0526 0,0 -3.34835,0.88496 0.19316,5.4128 3.16553,2.92951 7.97488,7.94432 2.63116,9.43905 -0.31659,0.0639 -2.80034,3.96824 -2.80034,3.96824 0,0 -2.82354,-3.22967 -6.39651,-2.23397 -0.439,0.26162 5.15366,3.6977 7.22178,14.01826 0.77689,3.15735 -1.11192,3.59713 2.35283,1.88826 1.68561,-0.83137 3.87241,-0.49214 4.87877,0.7028 1.00636,1.19491 -0.28405,0.3217 2.5492,0.67593 2.83324,0.35422 24.15183,8.27546 24.76334,8.27546 0.61152,0 4.35891,0.22686 4.35891,0.22686 0,0 4.79729,-0.25603 7.70134,-1.55494 1.30483,-1.03269 4.02917,-1.11325 4.20749,6.33398 0.38257,4.11519 -0.59786,31.88671 -6.64403,35.06711 -0.30626,0.16293 9.64648,-0.57063 12.89068,5.5795 1.76884,3.47514 4.17287,13.22607 4.17287,13.22607 0,0 20.5511,-0.16023 22.03277,-1.23869 1.48166,-1.0785 5.41155,-7.34012 5.41155,-7.34012 l 5.43843,-12.46487 1.23752,-6.81469 6.94803,-15.9555 5.06791,-15.04766 c 0,0 11.03597,-26.2981 18.79988,-36.64737 -0.0344,-1.24023 20.52701,-34.06674 59.00622,-36.76158 3.42273,0.50921 3.21595,1.73387 3.21595,1.73387 5.58052,-4.62197 -3.15681,-13.21458 -5.49126,-15.16406 -7.14513,-5.74079 -18.14759,-9.14284 -26.79268,-6.14846 -4.05918,1.33941 -2.56832,0.85731 -2.56832,0.85731 l 0.007,-8.1964 c 0,0 -2.70337,-10.03463 -8.89249,-14.54433 -0.2709,0.55522 6.635,-10.36481 6.7815,-17.6351 0.32787,0.0108 4.86224,0.78393 4.86224,0.78393 1.89698,-13.50569 0.50871,-28.10368 -0.11904,-42.4488 0.1087,0 2.76601,35.23555 2.29203,35.51951 -0.24358,0.14593 3.59927,-0.76068 3.59927,-0.76068 l -0.0891,-4.65125 -1.162,-22.7918 1.30105,22.58484 2.51369,-0.45258 -0.7487,-24.58072 1.74606,24.24948 7.06055,-2.79518 0.39429,-6.05906 -0.13384,-4.8333 2.23035,-0.12092 0.0507,-0.92708 2.83238,-0.45372 -0.19999,3.82613 1.42576,0.0677 0.9679,-3.71347 0.53433,-6.00118 2.40244,-0.75499 -0.0372,5.21002 c 0,0 7.93642,-4.42473 9.45317,-6.72621 0.58187,-0.24078 1.26533,-45.90272 -25.43152,-85.17464 -1.02206,-1.43254 -16.18733,-25.339999 -32.0983,-29.177035 -1.84833,-0.346718 -8.43049,-0.28112 -8.43049,-0.28112 z m -94.541,39.821345 c 0.82255,-1.11235 1.49465,-1.82208 1.24385,-1.66037 -0.60383,0.39484 -0.98871,0.99717 -1.24385,1.66037 z m 98.28134,146.63807 c 3.22991,0.6125 -1.70862,8.85091 -3.26285,11.69955 -8.66916,13.67134 -11.00391,22.3822 -11.48664,24.27294 -0.48273,1.89073 -1.45408,7.4784 1.45934,7.20679 2.91341,-0.2716 7.5625,-10.85227 8.15403,-11.14092 3.50326,-4.16205 3.4027,0.0113 3.27473,0.98237 -0.19412,5.59903 -12.14558,24.2785 -14.00535,26.30537 -13.31652,15.52729 -13.00023,24.12242 -13.07723,25.4062 0.31367,23.88903 -20.08172,19.52773 -24.61039,16.37575 -17.08177,-11.88908 -10.35906,-31.2751 -10.35906,-31.2751 1.93334,-4.05605 32.36246,-30.55769 36.09031,-33.08067 18.32963,-19.07084 27.29148,-36.86923 27.82311,-36.75228 z" /><path
id="path46842"
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 383.11448,355.25387 c 4.237,-0.18328 5.95249,-1.81563 9.22157,-3.45885 1.34998,-0.66998 10.42242,-7.66514 28.16861,-4.81536 3.52976,0.72408 9.16841,2.27287 11.8002,12.15144 0.36984,1.21983 0.41551,3.41654 -10.06866,9.17117 -2.56744,0.94488 -18.41423,3.28443 -27.97838,2.45625 l -9.90665,1.20655 c -1.81141,-0.22276 -6.42265,1.57098 -11.01454,0.596 0,0 -4.97549,-1.23861 -6.16192,-4.20166 -2.48714,-6.2115 -4.59642,-18.80376 -5.68911,-21.67002 -1.13258,-2.97092 0.52873,-4.53296 1.16785,-5.4312 1.54255,-2.16794 4.99263,-5.19332 10.02052,-8.32711 2.99173,-1.9784 6.58944,-0.49039 8.2588,0.48796 2.25472,1.1801 7.97263,4.79648 9.3174,7.25177 0.96865,1.76857 -1.1323,9.08751 -2.10598,12.22937 -0.35314,1.13752 -0.86634,1.67147 -2.38318,2.01859 -2.10345,0.59324 -5.34505,-0.25384 -5.43642,-1.16549 -0.13549,-1.35165 -1.58149,-2.35763 -1.29473,-3.06249 0.45614,-1.1212 3.08526,-6.61199 2.35356,-7.42947" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 376.68085,348.5207 c 4.63034,3.82385 3.97873,7.24633 3.68217,10.6958"
id="path5007" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 382.67331,354.88149 c 0,0 7.55363,4.894 8.70076,9.7772"
id="path5031" /><path
id="path2104"
style="fill:#9f5f44;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-dasharray:none;stop-color:#000000"
d="m 455.86104,198.28591 c -5.01613,-28.39641 -21.58122,-50.4748 -44.9201,-64.11578 -3.70571,-2.17472 -4.66176,-3.07519 -8.52972,-2.71765 -7.32127,0.68619 -23.17875,3.53625 -28.9393,7.62142 -1.24616,1.20683 -2.73467,2.59042 -3.29909,3.52712 -0.79545,0.92684 -1.48986,2.10205 -0.52353,3.10629 7.01995,-4.06811 14.08883,7.45843 23.19706,14.46437 l 13.70892,13.75923 c 5.49529,11.21025 9.64771,21.0237 11.8962,28.85677 l 1.59161,-0.7805 -0.0446,-2.97286 7.06325,9.40972 9.14654,-2.49937 7.24241,9.13589 5.67858,-0.90117 -0.14355,-12.18396 5.70303,-1.66274 c 0.91229,-0.3139 1.34995,-0.96303 1.17229,-2.04678 z" /><path
style="fill:none;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 377.64036,145.75286 c 1.38861,0.721 14.69987,6.88561 25.93157,21.98376 0.67591,1.12172 8.42919,11.01311 18.23479,32.15792 0.20697,0.0908 5.25401,3.8953 5.25401,3.8953 l -2.27457,2.9467 -5.88498,-2.36733 -0.79652,-1.39098 c 0,0 -7.64504,-21.90898 -20.61675,-37.33502 -1.58996,-2.22362 -13.14103,-14.54893 -23.78254,-18.37798 -8.17713,-2.17458 -3.60853,-5.69702 3.93499,-1.51237 z"
id="path2398" /><path
style="font-variation-settings:normal;fill:#1f1f27;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 450.02153,186.95987 5.38913,10.66967 c 0,0 1.15125,1.92472 -0.30371,2.5089 -1.7707,0.61912 -6.38932,1.86225 -6.38932,1.86225 l 1.74495,4.78171 7.09333,-2.63841 c 0,0 4.25249,-1.14663 3.30266,-3.92401 -0.94983,-2.77742 -6.84249,-15.53508 -6.84249,-15.53508 0,0 -0.99337,-3.16938 -4.0426,-4.24245 -1.13232,-0.55927 0.0481,6.51742 0.0481,6.51742 z"
id="path2500" /><path
id="ellipse2042"
style="fill:#d4deab;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linejoin:round;stroke-dasharray:none;stop-color:#000000"
d="m 369.61739,145.60067 c 1.06209,0.92157 1.1348,0.17681 3.21478,1.31435 4.68755,2.67624 8.94115,5.13241 13.05178,8.56425 14.03657,11.71871 26.55941,29.35441 32.47194,49.0106 l 4.39386,-2.35563 c -6.59671,-23.01004 -21.64889,-42.75914 -41.25416,-55.31832 -3.27109,-1.42577 -10.17997,-4.00975 -11.74724,-3.24555 -0.85453,0.93 -0.69502,1.33207 -0.13096,2.0303 z" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 423.80415,198.17771 3.00109,-3.50714 22.99212,-3.49851 3.23415,1.42615"
id="path39095" /><path
id="rect2202"
style="fill:#6e080a;fill-opacity:1;stroke:#000000;stroke-width:0.765;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stop-color:#000000"
d="m 419.32107,182.97829 28.74396,-3.24372 c 2.36728,0.71883 2.8759,5.95599 1.28341,7.22941 l -25.65077,2.96207 c 0.4658,-0.75364 0.60963,-2.76261 -0.42923,-4.34103 -0.90287,-1.37179 -2.8894,-2.36395 -3.94737,-2.60673 z" /><path
style="mix-blend-mode:overlay;fill:#000000;fill-opacity:0.207939;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 418.80408,203.9759 7.6843,-9.19825 23.02629,-3.29267 3.11991,0.8145 3.01056,6.12156 0.0439,1.23524 -2.04007,1.02473 -2.85255,0.52562 c 0,0 -19.35298,3.95361 -19.66246,3.95361 -0.30951,0 -2.46626,0.107 -2.46626,0.107 l -4.88087,1.49614 -5.24661,-1.98627 z"
id="path39165" /><path
style="font-variation-settings:normal;fill:#8b4b36;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 422.42231,199.57531 c -1.66749,1.55809 -4.52054,2.84194 -4.13273,4.87544 2.13038,1.07105 4.14172,1.62781 6.19113,2.34903 l 3.07867,-2.75122 z"
id="path2496" /><path
style="fill:#1f1f27;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 416.65168,189.80812 c -0.0539,0.14895 7.33706,16.30696 7.33706,16.30696 0,0 0.73109,3.84685 3.71277,3.50042 0.25619,-0.0838 6.23796,-0.70906 6.23796,-0.70906 l 1.44768,-0.70797 c 0,0 1.33397,-0.45828 0.46977,-2.73545 -0.3293,-0.49564 -1.34589,-1.29676 -2.97143,-0.56173 -0.38773,0.0906 -3.36982,0.31832 -3.36982,0.31832 0,0 -1.0348,0.50227 -1.52741,-0.945 -0.0652,-0.12785 -5.82443,-12.4377 -5.82443,-12.4377 0,0 -0.56086,-0.93093 -0.64504,-2.01739 -0.0842,-1.08648 0.53534,-0.95317 0.53534,-0.95317 1.30483,-0.56656 0.61067,-2.79598 -0.47299,-3.8726 -0.58736,-0.5835 -1.34005,-0.5022 -1.83467,-0.3785 0,0 -4.79048,1.7398 -3.09479,5.19287 z"
id="path2498" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 532.45152,278.02154 c 0,0 -10.253,2.85543 -14.5846,9.52254"
id="path19692" /><path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 368.78646,145.65424 c -1.14129,0.34068 -1.79279,0.53477 -1.79279,0.53477 v 2.6e-4 c 0,0 -14.26937,-2.62758 -22.82078,6.18521 -8.5514,8.81279 -16.05067,18.89767 -16.05067,18.89767 0,0 -8.53223,10.97757 -5.58311,26.63341 0.26553,0.18785 -17.68085,13.26454 -17.94092,44.65835 -0.11484,1.03628 -1.6747,12.03445 -1.39815,16.11828 0.0377,0.22843 1.64618,2.24926 5.499,1.69796 0.32056,0.0832 -0.85813,-2.48621 -0.87952,-7.89236 -0.008,-0.2496 1.11119,15.88294 5.35477,13.41267 0.26642,-0.0204 -2.78392,-7.68407 -2.155,-13.75211 0.002,-0.0699 2.75922,12.83019 6.53258,15.81454 -0.21656,-0.60849 17.07193,0.31058 18.71678,-0.0262 0.0725,0.10141 -5.23218,-18.9162 -3.7394,-21.93617 0.0809,0.38356 -0.90833,4.63602 4.2357,21.64334 -0.0655,-0.0144 2.54501,0.11448 3.51073,-0.66759 0.15538,0.26234 -7.11244,-19.08869 -3.60341,-26.47506 -0.0605,0.0232 0.4383,-0.78672 0.4383,-0.78672 0,0 0.0461,12.86822 4.05107,23.05823 0.44363,0.24408 3.74005,0.44267 5.33018,-0.93694 0.31222,-0.22699 -5.7869,-18.4354 -4.10611,-25.18428 -0.0432,0.0751 3.36254,17.96185 6.90856,22.74143 0.36071,0.19996 19.73797,2.41001 30.84871,-7.01934 0.73738,-0.49265 0.31541,-0.80554 0.0393,-1.37812 -1.6405,-3.41415 -6.6402,-15.79108 -5.72015,-25.48219 0.21163,0.20495 1.97301,31.44588 34.81625,42.31416 0.31761,0.24063 3.5767,-4.88421 3.5767,-4.88421 m 78.58668,12.73111 c 0,0 16.01989,11.57241 36.60534,-28.00547 3.17637,-8.33173 6.17896,-28.02388 -4.77727,-49.80545 -3.31204,-5.00511 -16.71206,-34.02672 -53.31694,-58.57232 -1.74793,-1.15784 -25.79518,-14.72117 -43.72033,-16.84574 -3.45295,-0.92492 -18.13128,-0.16716 -16.93298,10.78531"
id="path34443" /><path
id="path34549"
style="fill:#dadec9;fill-opacity:1;stroke-width:1.065;stop-color:#000000"
d="m 390.64254,285.72446 c 0,0.4046 0.007,0.70798 -0.38638,0.70798 -0.39288,0 -1.38819,-0.66786 -1.3882,-1.07246 0,-0.4046 0.41938,-0.7549 0.81227,-0.7549 0.39288,0 0.96231,0.71478 0.96231,1.11938 z" /><path
id="path40475"
style="font-variation-settings:normal;mix-blend-mode:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.56500011;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 524.10575,255.26907 c -0.32031,0.32742 -0.61031,0.62588 -0.64802,0.68213 -1.33348,2.13505 -3.58932,5.82384 -6.01244,8.77298 -1.75181,2.13208 -3.5357,4.01744 -4.75612,5.08521 -2.13854,1.87103 -3.56604,2.51563 -3.75653,3.29856 -4.44072,18.25081 -47.56196,55.20207 -51.50395,58.20971 -8.00035,5.67202 -11.49646,12.03544 -11.49646,12.03544 l -7.10448,10.43709 -9.17205,36.50888 -0.17104,0.005 c -0.86795,8.66619 -2.6591,18.00375 -6.01462,19.76882 -0.30626,0.16293 9.64648,-0.57063 12.89068,5.5795 1.76884,3.47514 4.17287,13.22607 4.17287,13.22607 0,0 20.5511,-0.16023 22.03277,-1.23869 1.48166,-1.0785 5.41155,-7.34012 5.41155,-7.34012 l 5.43843,-12.46487 1.4475,-7.07378 6.73805,-15.69641 5.06791,-15.04766 c 0,0 11.03597,-26.2981 18.79988,-36.64737 -0.0344,-1.24023 20.52701,-34.06674 59.00622,-36.76158 3.42058,-0.0316 2.95507,2.03204 2.95507,2.03204 6.10689,-4.72451 -2.40888,-13.07207 -5.1966,-15.42512 -7.14513,-5.74079 -18.18137,-9.17995 -26.82646,-6.18557 -4.05918,1.33941 -2.56832,0.85731 -2.56832,0.85731 0.8154,-1.75062 0.65578,-4.43771 0.007,-8.1964 0,0 -2.66246,-9.8581 -8.74056,-14.42134 z" /><g
id="g49169"
transform="translate(10.583333)"><path
id="circle49552"
style="opacity:1;fill:#971618;stroke-width:1.065;stop-color:#000000"
d="m 477.61685,250.50806 c 0,21.39113 -16.51936,38.73207 -37.91049,38.73207 -21.39113,0 -38.73207,-17.34094 -38.73207,-38.73207 0,-9.21255 3.21636,-17.67388 8.58742,-24.32233 13.68994,-10.57587 30.01859,-12.79631 44.68079,-11.58963 14.18833,5.74867 23.37435,19.66162 23.37435,35.91196 z" /><path
id="path2038"
style="fill:#b12e30;stroke:none;stroke-width:1.065;stop-color:#000000"
d="m 477.38008,248.92058 c 0,21.39113 -17.34094,38.73207 -38.73207,38.73207 -16.03188,0 -30.5335,-9.74035 -36.42041,-23.62601 -1.96791,-4.64179 -3.2007,-10.28808 -2.84083,-15.63523 0.617,-9.16785 2.71338,-15.01171 7.57358,-21.48428 5.21098,-6.46589 9.56379,-6.86362 13.00093,-8.69291 14.83951,-3.15335 28.41615,-8.71901 39.44651,-1.99816 10.8041,6.87244 17.97229,18.95137 17.97229,32.70452 z" /><path
id="path11621"
style="fill:#6e080a;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 440.92688,213.0036 0.90804,7.54134 c 0.29815,-0.0167 0.59652,-0.0291 0.89503,-0.0372 17.22423,10e-6 31.18723,13.96301 31.18725,31.18724 -0.003,4.22668 -0.86562,8.4086 -2.53473,12.29176 h 4.64313 c 1.55866,-4.19789 1.47649,-8.73825 1.47649,-13.47877 0,-16.25028 -8.27622,-30.33795 -22.46452,-36.08662 -4.56421,-1.17968 -9.33329,-1.69208 -14.11069,-1.41775 z m -20.91595,10.56597 c -0.61088,0.86132 -6.90233,4.98495 -10.98796,13.25603 -3.07847,6.23216 -5.1237,15.14606 -1.31568,24.96179 7.84711,20.22707 7.69823,-2.44843 7.69823,-2.44843 l 10.758,-33.64084 z" /><path
id="path13360"
style="fill:none;stroke:#000000;stroke-width:1.065;stop-color:#000000"
d="m 477.38008,248.92058 c 0,21.39113 -17.34094,38.73207 -38.73207,38.73207 -16.10677,0 -30.54515,-9.83174 -36.38556,-23.82105 -1.91614,-4.58965 -3.06264,-10.15914 -2.87568,-15.44019 0.30378,-8.58089 2.44652,-14.94496 7.30672,-21.41753 5.76671,-6.84901 9.90866,-6.75268 13.26779,-8.75966 14.83951,-3.15335 28.41615,-8.71901 39.44651,-1.99816 10.8041,6.87244 17.97229,18.95137 17.97229,32.70452 z" /><path
style="font-variation-settings:normal;opacity:1;fill:#1f1f27;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
d="m 412.72785,260.03431 c -4.01177,1.27365 -7.2261,2.55743 -10.18134,3.53813 -7.10036,2.35629 -8.09729,10.13336 -1.15586,15.64944 0,0 1.9878,1.43074 1.21381,2.9688 0,0 -0.80857,4.8357 8.71107,11.00628 1.68856,1.02248 3.01637,-0.19449 4.18189,1.68442 0.61035,1.10903 1.9929,4.06537 4.77725,3.61415 0.23094,-0.11692 3.06502,2.87711 7.66123,1.26805 1.24163,-0.33775 3.21621,-0.63031 4.09984,-0.41042 0.43617,0.28228 1.95021,1.68323 3.68133,2.0469 0.6391,0.33059 9.11209,0.8422 17.00871,-4.81798 1.35547,0.007 8.55519,4.20503 17.22752,-7.49496 l 0.44535,-0.68155 c 0,0 8.99157,-5.32161 7.76396,-10.7318 -0.30215,-0.81993 6.82819,-4.52084 5.56003,-15.30944 -0.13143,-0.56456 5.1189,-7.02812 -1.24714,-12.84313 -0.42302,-1.53934 -8.13731,-1.12066 -8.72287,1.49518 -0.50314,2.24763 -61.02478,9.01793 -61.02478,9.01793 z"
id="path27941" /><path
id="path33840"
style="font-variation-settings:normal;opacity:1;fill:#180d0e;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
d="m 479.68418,248.62813 c -2.24906,-0.0216 -5.1322,0.65176 -5.8136,2.06499 a 31.187273,31.187273 0 0 1 0.0465,1.00201 31.187273,31.187273 0 0 1 -31.18724,31.18724 31.187273,31.187273 0 0 1 -22.24723,-9.36015 c 1.34648,2.26005 6.4334,7.71971 16.16904,11.8277 1.26978,1.06021 -0.90537,1.82676 -0.90537,1.82676 0,0 -5.39856,3.74751 -19.73884,8.07289 -0.15258,-0.0345 -0.087,0.27784 0.13797,0.78393 0.78058,1.2678 2.07142,2.79539 4.12947,2.46187 0.23094,-0.11692 3.06482,2.8772 7.66103,1.26814 1.24163,-0.33775 3.21638,-0.6302 4.1,-0.41031 0.43617,0.28228 1.9498,1.68323 3.68092,2.0469 0.6391,0.33059 9.11217,0.84238 17.00878,-4.81779 1.35547,0.007 8.55557,4.20483 17.22789,-7.49515 l 0.44493,-0.68161 c 0,0 8.99199,-5.32146 7.76438,-10.73165 -0.30214,-0.81993 6.82803,-4.52107 5.55987,-15.30966 -0.13143,-0.56456 5.11908,-7.02814 -1.24695,-12.84314 -0.15863,-0.57725 -1.34269,-0.87902 -2.79156,-0.89297 z" /><path
style="font-variation-settings:normal;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
d="m 412.72785,260.03431 c -4.01177,1.27365 -7.2261,2.55743 -10.18134,3.53813 -7.10036,2.35629 -8.09729,10.13336 -1.15586,15.64944 0,0 1.9878,1.43074 1.21381,2.9688 0,0 -0.80857,4.8357 8.71107,11.00628 1.68856,1.02248 3.01637,-0.19449 4.18189,1.68442 0.61035,1.10903 1.9929,4.06537 4.77725,3.61415 0.23094,-0.11692 3.06502,2.87711 7.66123,1.26805 1.24163,-0.33775 3.21621,-0.63031 4.09984,-0.41042 0.43617,0.28228 1.95021,1.68323 3.68133,2.0469 0.6391,0.33059 9.11209,0.8422 17.00871,-4.81798 1.35547,0.007 8.55519,4.20503 17.22752,-7.49496 l 0.44535,-0.68155 c 0,0 8.99157,-5.32161 7.76396,-10.7318 -0.30215,-0.81993 6.82819,-4.52084 5.56003,-15.30944 -0.13143,-0.56456 5.1189,-7.02812 -1.24714,-12.84313 -0.42302,-1.53934 -8.13731,-1.12066 -8.72287,1.49518 -0.50314,2.24763 -61.02478,9.01793 -61.02478,9.01793 z"
id="path34288" /><g
id="g10155"
transform="translate(338.41902,-0.22703856)"><path
style="fill:#d4deab;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 77.430965,220.11575 c 0,0 1.514517,0.78333 2.804443,1.97616 0.622001,0.49538 2.881592,4.23373 2.7981,4.94679 -0.08349,0.71307 0.402228,0.80959 0.402228,0.80959 l 28.559694,-7.09053 -0.79973,-3.56352 c 0,0 -0.38366,-2.36993 -0.21226,-2.96327 0.1714,-0.59334 0.42172,-0.92025 0.42172,-0.92025 0,0 -3.84249,-0.59266 -6.01868,-0.7273 -1.72396,-0.13464 -17.296574,2.23454 -17.296574,2.23454 0,0 -6.89087,1.65166 -10.658941,5.29779 z"
id="path6326" /><path
style="fill:#9f5f44;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 88.52193,216.76929 c 1.406497,-0.22848 -2.271896,1.72017 -6.707147,6.85816 0.13933,1.3664 1.389356,4.02294 1.389356,4.02294 l 17.511601,-2.09996 z"
id="path10448" /><path
style="fill:none;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 79.767342,219.60472 c 0,0 2.818307,1.16513 4.39544,5.30021"
id="path10148" /><path
style="fill:#9f5f44;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 102.10611,222.94175 9.88932,-2.18399 -0.79973,-3.56352 c 0,0 -0.38366,-2.36993 -0.21226,-2.96327 0.1714,-0.59334 0.42172,-0.92025 0.42172,-0.92025 0,0 -3.93402,-0.37328 -6.11021,-0.50792 z"
id="path10308" /><path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 77.760523,220.41088 c 0,0 1.184959,0.4882 2.474885,1.68103 0.622001,0.49538 2.881592,4.23373 2.7981,4.94679 -0.08349,0.71307 0.402228,0.80959 0.402228,0.80959 l 29.202404,-6.61539 -0.79973,-3.56352 c 0,0 -1.02637,-2.84507 -0.85497,-3.43841 0.1714,-0.59334 1.06443,-0.44511 1.06443,-0.44511 0,0 -4.5991,-1.31408 -6.77529,-1.44872 -1.72396,-0.13464 -17.277151,1.83558 -17.277151,1.83558 0,0 -6.151538,2.04405 -10.234906,6.23816 z"
id="path11619" /><path
style="fill:none;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 108.39239,213.38117 c 0,0 2.19336,2.19979 1.61688,6.12812"
id="path10150" /></g><path
style="font-variation-settings:normal;opacity:1;fill:#9f5f44;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
d="m 421.47422,199.62333 3.3615,-2.35572 4.02241,-1.43391 5.14681,0.0329 3.73193,1.49347 1.2247,1.29816 4.08898,11.71547 0.28193,2.18455 0.0692,3.1747 -1.11396,4.69891 c -2.54871,-0.10429 -5.30847,0.49707 -8.30211,1.33115 l -4.38681,-2.7025 -2.43838,-2.52508 -1.19354,-2.35052 -2.37551,-8.98667 z"
id="path37896" /><circle
style="fill:#d4deab;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-dasharray:none;stop-color:#000000"
id="path2036-5"
cx="442.72989"
cy="251.6951"
r="31.187273" /><path
id="path37342"
style="fill:#d4deab;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 427.1154 202.4892 L 424.08768 205.00429 L 424.09957 205.0353 L 426.46686 213.99444 L 427.55879 216.14263 C 427.58849 216.12998 431.61049 214.41618 431.08777 213.90349 C 429.43128 211.69551 427.1154 202.4892 427.1154 202.4892 z " /><path
id="path31837-3"
style="font-variation-settings:normal;fill:#9f5f44;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 473.89332,251.30549 c -0.93043,-12.11547 -8.67578,-27.46734 -24.30066,-29.98715 4.88517,2.64372 5.53931,5.3345 5.16907,6.75959 l 16.01343,24.1505 c -0.35547,13.47136 -11.37359,24.20995 -24.84964,24.21919 -8.19114,-0.007 -15.8538,-4.04614 -20.48868,-10.79986 l -0.26923,0.0801 c 1.33685,2.92007 3.55777,6.70958 6.47816,7.89048 -0.81461,0.68782 -10.32027,-1.63124 -11.49904,-1.12035 -0.10006,0.0931 -0.0158,0.4114 0.25838,0.8971 5.85646,6.0454 13.90782,9.46697 22.32474,9.48728 17.22423,-2e-5 31.18722,-13.96301 31.18724,-31.18724 -0.007,-0.12993 -0.015,-0.25981 -0.0238,-0.38964 z" /><circle
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-dasharray:none;stop-color:#000000"
id="circle34286"
cx="442.72989"
cy="251.6951"
r="31.187273" /><circle
style="fill:#955139;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-dasharray:none;stop-color:#000000"
id="path2034"
cx="445.92566"
cy="251.57251"
r="24.875355" /><g
id="g40403"><path
id="path4866"
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 450.31559,240.61605 c 0,0 -0.55175,-1.14881 -0.11878,-1.10204 0.65411,0.43747 0.69849,0.57705 0.11878,1.10204 z m -7.53563,3.03347 c 0,0 1.14407,2.94167 2.56075,0.5126 0.68811,-1.45164 2.34798,-5.16646 2.53317,-5.78325 0.18519,-0.61678 0.0315,-2.74514 -1.02976,-0.12727 -0.43306,1.06827 -2.66792,8.78799 -1.29129,11.21079 1.7453,2.17563 2.56758,-8.13416 -0.18013,-5.28134 m 1.11592,-0.33186 c 0,0 0.71746,3.03648 2.40796,0.21474 0.22671,-0.55782 1.13551,-2.48706 1.13551,-2.48706 0,0 -1.46164,6.04267 1.44371,1.68999 l 1.09774,-1.64459 m -19.01553,2.05793 c 0,0 3.31301,3.97629 7.97755,-3.06474 2.3671,-3.35985 -0.68018,-4.15268 -1.50347,-0.95552 -0.69698,3.271 -4.5107,14.32328 -5.78046,12.82327 -0.45854,-0.57334 0.15082,-4.82646 2.30562,-3.99462 0.22714,0.0877 0.45608,0.18045 0.68581,0.27412 1.96239,0.80013 3.98311,1.66663 5.43976,0.002 m 0.38484,-5.77066 c 0,0 -1.8062,4.12764 -0.41304,3.92916 1.39316,-0.19848 1.92395,-2.57673 1.38651,-3.58803 -0.53743,-1.0113 -0.97347,-0.34113 -0.97347,-0.34113 z" /><path
style="fill:none;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 408.90337,261.22479 c 0,0 -3.79135,-15.7837 2.51906,-25.0988"
id="path40327" /><g
id="g40387"
transform="translate(386.29185)"><circle
style="font-variation-settings:normal;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.565;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
id="path40381"
cx="56.967583"
cy="263.01328"
r="5.6662765" /><circle
style="font-variation-settings:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.565;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
id="circle40383"
cx="56.985508"
cy="265.45041"
r="3.1360261" /></g><g
id="g40393"
transform="rotate(-44.556726,251.53053,-226.15846)"><circle
style="font-variation-settings:normal;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.565;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
id="circle40389"
cx="56.967583"
cy="263.01328"
r="5.6662765" /><circle
style="font-variation-settings:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.565;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1"
id="circle40391"
cx="56.985508"
cy="265.45041"
r="3.1360261" /></g></g></g><path
style="font-variation-settings:normal;fill:#005f4f;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 398.60285,388.13776 c 0,0 1.33123,2.59041 -4.10045,6.03975 -1.31713,0.84783 -3.22037,2.44833 -3.72623,4.04345 -0.50586,1.59512 -4.1384,11.56247 -4.1384,11.56247 l 37.10251,18.92033 c 11.12063,1.3573 21.47066,2.43487 28.86873,-0.40131 l 1.86783,-2.88874 c 0,0 -0.53981,-13.5416 -2.69897,-24.31869 -0.66057,-3.10258 -2.07547,-8.88455 -4.48085,-11.29239 -0.2463,0.0958 -48.69417,-1.66487 -48.69417,-1.66487 z"
id="path40635" /><path
style="font-variation-settings:normal;fill:#005f4f;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 385.86185,371.64933 c 0,0 12.21676,7.98119 13.82518,20.18134 0.42216,3.43077 -0.63596,6.61297 1.18536,9.15312 2.14059,2.71481 9.0315,9.0928 17.98164,9.01073 2.86961,0.47446 11.17074,0.41482 12.67721,-0.3532 2.12011,-1.08086 11.98082,-3.17044 14.93762,-10.3501 0.60624,-2.11936 1.0571,-5.41221 0.19035,-11.49659 -0.26058,-2.1218 -6.11757,-29.4576 -7.91369,-33.09059 -1.79612,-3.63302 -4.53464,-8.24818 -12.80414,-6.18559 l -0.51813,0.33517 1.8974,1.33827 c 0,0 5.58926,-1.98464 6.16841,2.991 -0.0911,0.0953 0.42798,1.39457 -1.13262,5.67839 -0.13718,0.33099 -1.83953,5.44115 -10.65903,9.84281 -1.11065,0.12285 -10.42539,2.2469 -19.64816,1.95998 -1.38202,0.0453 -13.54608,-0.59822 -16.1874,0.98526 z"
id="path40633" /><path
style="font-variation-settings:normal;fill:#042a22;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 446.0504,384.95758 c 2.62555,0.87372 7.1546,3.52661 9.91076,6.18115 1.25283,1.40936 2.6172,4.74825 2.75105,6.51269 0.46102,3.41866 0.99337,7.84214 0.99337,7.84214 0,0 1.27956,8.16419 2.99767,10.32807 1.78128,2.24344 1.96215,1.95611 5.08916,4.18691 0.40652,0.12004 -2.97643,7.55547 -3.65333,7.40781 -0.67689,-0.14769 -16.20508,2.79421 -16.391,1.98329 -0.18593,-0.81092 -7.85968,-43.16111 -7.41378,-43.16111 0.4459,0 5.7161,-1.28095 5.7161,-1.28095 z"
id="path47775" /><path
id="path47306"
style="font-variation-settings:normal;mix-blend-mode:normal;fill:#042a22;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 433.74383,348.87214 c -0.40408,0.55293 -0.96344,1.31275 -1.35393,1.84743 0.55006,0.51665 0.96337,1.29678 1.09916,2.46342 -0.0911,0.0953 0.42784,1.3944 -1.13274,5.6782 -0.13718,0.33099 -1.83929,5.44117 -10.65879,9.84281 -0.31152,0.0345 -1.31786,0.23221 -2.7373,0.48421 -0.0318,0.0441 -0.75499,1.0387 -0.75499,1.0387 0,0 4.79729,-0.25604 7.70134,-1.55494 1.30483,-1.03269 4.02917,-1.11325 4.20749,6.33398 0.38257,4.11518 -0.59787,31.88671 -6.64403,35.06711 -0.30626,0.16293 9.64649,-0.57062 12.89068,5.5795 1.76884,3.47514 4.17287,13.22607 4.17287,13.22607 7.1e-4,0.16474 0.005,0.95826 0.006,1.12234 4.23831,-0.30315 8.97804,-0.2766 12.34091,-1.56581 l 0.96887,-2.65828 c 0,0 0.0879,-13.90502 -2.07119,-24.68209 -0.66057,-3.10256 -2.0755,-8.88449 -4.48086,-11.29233 -0.0102,0.004 -0.22053,5.8e-4 -0.38861,-0.002 -0.0669,-0.63399 -0.1484,-1.29929 -0.24908,-2.00608 -0.26058,-2.1218 -6.11761,-29.45803 -7.91373,-33.091 -1.04572,-2.11518 -2.41152,-4.5625 -5.00176,-5.83169 z" /><path
style="fill:none;stroke:#000000;stroke-width:0.965;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 389.85163,339.93857 c 1.11567,-0.66619 1.53563,-1.82706 3.09518,-2.00753"
id="path46838" /><path
style="fill:none;stroke:#000000;stroke-width:0.965;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 390.49586,342.86303 c 1.86687,-0.99869 3.44218,-2.73091 4.24707,-3.84568"
id="path46840" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 398.83071,388.05508 c 0,0 1.10337,2.67309 -4.32831,6.12243 -1.31713,0.84783 -3.22037,2.44833 -3.72623,4.04345 -0.50586,1.59512 -4.1384,11.56247 -4.1384,11.56247 l 37.10251,18.92033 c 11.12063,1.3573 21.61102,2.64363 29.00909,-0.19255 l 1.45383,-2.65588 c 0,0 -0.26617,-13.98322 -2.42533,-24.76031 -0.66057,-3.10258 -2.07547,-8.88455 -4.48085,-11.29239"
id="path47686" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 385.86185,371.64933 c 0,0 12.21676,7.98119 13.82518,20.18134 0.11177,1.39315 -0.70579,6.15459 1.18536,9.15312 2.14059,2.71481 9.0315,9.0928 17.98164,9.01073 2.86961,0.47446 11.17074,0.41482 12.67721,-0.3532 2.12011,-1.08086 11.98082,-3.17044 14.93762,-10.3501 0.60624,-2.11936 1.0571,-5.41221 0.19035,-11.49659 -0.26058,-2.1218 -6.11757,-29.4576 -7.91369,-33.09059 -1.79612,-3.63302 -4.53464,-8.24818 -12.80414,-6.18559 l -0.51813,0.33517 1.8974,1.33827 c 0,0 5.58926,-1.98464 6.16841,2.991 -0.0911,0.0953 0.42798,1.39457 -1.13262,5.67839 -0.13718,0.33099 -1.83953,5.44115 -10.65903,9.84281 -1.11065,0.12285 -10.42539,2.2469 -19.64816,1.95998 -1.38202,0.0453 -13.54608,-0.59822 -16.1874,0.98526 z"
id="path47688" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.16500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 458.07875,393.72693 c 0,0 9.08614,1.42661 11.86925,-4.77301"
id="path48868" /><path
style="font-variation-settings:normal;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
d="m 474.85319,401.29361 2.52796,-3.49715 c 0,0 8.53328,-7.93671 12.40291,-9.2891 0.67812,-0.49731 5.26183,-2.21803 8.94866,-2.1712 3.68683,0.0469 4.91668,0.12489 7.15638,0.15904 2.23969,0.0341 3.68131,0.3228 7.47268,3.61474 3.79138,3.29197 11.5146,10.45999 16.99351,20.41552"
id="path49642" /><path
style="color:#000000;fill:#000000;stroke-linecap:round;stroke-linejoin:round"
d="m 516.9537,333.04323 c -1.64906,0.26644 -12.27409,5.37114 -20.91933,15.40596 -0.20973,0.24344 -0.19994,0.60532 0.0371,0.82226 0.23766,0.21787 0.38742,0.80531 0.60455,0.56697 7.69515,-9.44836 16.48947,-14.72503 20.31225,-16.20091 0.28934,-0.13936 0.40967,-0.64464 0.40967,-0.64464 0,0 -0.0921,-0.025 -0.44424,0.0504 z"
id="path49757" /><path
style="fill:#042a22;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 543.35456,301.54278 c 0,0 2.33908,1.10374 0.76285,4.3683 -1.16499,2.86908 -9.86219,20.04865 -9.86219,20.04865 0,0 -8.72908,11.98779 -8.88967,25.62323 -0.0524,10.66728 -1.96872,6.65694 0.72795,26.71342 2.69667,20.0175 2.37028,33.68865 2.37028,33.68865 l 51.97872,-23.83658 32.81903,-46.51417 -5.66521,-8.88921 -7.28027,-6.87339 -12.34178,-8.61435 -8.15282,-7.13979 -13.97424,-13.05903 -8.48577,-0.19301 z"
id="path49877" /><path
id="path430"
style="fill:#2b504d;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 466.36044,129.29381 c -5.48191,-0.0935 -7.86928,3.8499 -7.86928,3.8499 0.0722,0.13925 0.14861,0.27557 0.22376,0.41289 6.06918,2.92705 10.41312,5.40873 11.1156,5.87406 8.09367,5.42726 15.04506,11.07349 21.00698,16.62999 3.11737,2.9189 9.13092,9.36175 9.13092,9.36175 0,0 0.0154,-2.27369 -4.48578,-11.48745 -7.55276,-12.71964 -13.78999,-16.6431 -15.76022,-18.38932 -5.66985,-4.68624 -10.07283,-6.1957 -13.36198,-6.25182 z" /><path
id="path3972"
style="fill:#042a22;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 485.04871,140.16653 c -0.55406,1.89282 -1.58293,4.45629 -4.1615,5.12941 -1.22325,-0.0682 -5.69578,-2.99207 -5.69578,-2.99207 l -2.12028,-0.85163 5.82393,4.49895 5.2e-4,0.002 c 5.60535,4.31256 10.55659,8.6805 14.92467,12.9651 2.62459,2.31358 4.99405,4.81047 6.92309,7.00887 -3.43797,-9.76392 -11.68184,-21.79824 -15.69465,-25.7607 z" /><path
id="path5078"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 500.63422,166.02072 c 6.47606,7.18869 11.29861,13.87051 14.82402,19.29189 0.15585,-0.0694 0.38213,-0.17284 0.54261,-0.24442 12.21791,18.80995 18.9065,40.31006 12.2592,61.14097 -0.15464,0.47696 -0.31109,0.9326 -0.46974,1.34875 -0.57014,1.09616 -1.13558,2.14113 -1.69809,3.15691 -0.10747,0.19453 -0.21579,0.39427 -0.32298,0.58601 -0.46486,0.82959 -0.9258,1.62527 -1.38544,2.40503 -0.2091,0.35521 -0.41838,0.71293 -0.62632,1.05781 l 0.19689,0.38241 c -0.2709,0.55522 6.63499,-10.36485 6.78149,-17.6351 0.32787,0.0108 4.86224,0.78393 4.86224,0.78393 0.87411,-13.4189 1.84464,-26.78524 0.12564,-42.34576 0.35968,-0.21665 2.21416,34.50527 1.45065,35.24912 -0.20339,0.19815 4.19597,-0.59333 4.19597,-0.59333 l 0.0724,-4.6734 c -0.29462,-7.61384 -0.90274,-15.11237 -1.38683,-22.65651 0.53994,7.54287 1.27668,15.08574 1.51287,22.62862 l 3.06483,-0.84509 c 0.31329,-7.85789 -0.47479,-15.77394 -1.17544,-23.62819 0.85945,7.98324 1.86576,15.68836 1.47315,23.53254 l 7.06055,-2.79518 0.39429,-6.05906 -0.13384,-4.8333 2.23035,-0.12092 0.0507,-0.92708 2.83238,-0.45372 -0.19999,3.82613 1.42576,0.0677 0.9679,-3.71347 0.53433,-6.00118 2.40244,-0.75499 -0.0372,5.21002 c 0,0 7.93642,-4.42473 9.45317,-6.72621 0.58187,-0.24078 1.26521,-45.90288 -25.43152,-85.17464 -0.16869,-0.23645 -0.75497,-1.12761 -1.63401,-2.39727 -2.88209,-4.73127 -6.5151,-9.02167 -10.00404,-12.58115 -5.74413,-6.221202 -13.02021,-12.404398 -20.46025,-14.198615 -0.39304,-0.07373 -1.02243,-0.125384 -1.73478,-0.166398 -1.88363,-0.344586 -3.2456,-0.36932 -3.76204,-0.353984 -1.54835,-0.149307 -3.07837,-0.216474 -4.5589,-0.222725 l -8e-5,-10e-6 c -6.41561,-0.02709 -11.90971,1.088376 -14.01516,1.607654 -9.18482,2.842592 -15.27092,8.15392 -17.44338,9.532751 -2.93421,2.217117 -8.77473,9.612637 -9.87175,11.093897 -4.64902,5.93013 -4.6858,15.59274 -4.88652,17.93689 -0.20072,2.34416 1.26297,4.64468 1.26297,4.64468 l 0.31316,0.35605" /><path
id="path5087"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.065;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 466.36044,129.29381 c -5.48191,-0.0935 -7.86928,3.8499 -7.86928,3.8499 0.0722,0.13925 0.14861,0.27557 0.22376,0.41289 6.06918,2.92705 10.41312,5.40873 11.1156,5.87406 8.09367,5.42726 15.04506,11.07349 21.00698,16.62999 3.11737,2.9189 9.13092,9.36175 9.13092,9.36175 0,0 0.0154,-2.27369 -4.48578,-11.48745 -7.55276,-12.71964 -13.78999,-16.6431 -15.76022,-18.38932 -5.66985,-4.68624 -10.07283,-6.1957 -13.36198,-6.25182 z" /><path
style="color:#000000;fill:#000000;stroke-linecap:round;stroke-linejoin:round"
d="m 557.28543,182.375 c -0.28853,0.0567 -0.0347,0.58626 0.0219,0.8748 1.52119,7.73263 1.70074,14.23949 2.31212,21.00801 0.0265,0.29284 0.28528,0.50881 0.57813,0.48242 0.29284,-0.0265 0.5088,-0.28527 0.48242,-0.57812 -0.61148,-6.76955 -1.41062,-13.16817 -2.94389,-20.96227 -0.0567,-0.28852 -0.1621,-0.88143 -0.45064,-0.82484 z m 3.49414,0.99805 c -0.28907,0.0539 -0.11881,0.41811 -0.0649,0.70719 1.28212,6.85912 1.08759,13.13273 1.227,19.51351 0.006,0.29468 0.25026,0.52842 0.54492,0.52148 0.29468,-0.006 0.52842,-0.25026 0.52148,-0.54492 -0.13947,-6.38377 -0.62824,-12.60304 -1.92913,-19.56257 -0.0549,-0.28828 -0.0109,-0.68869 -0.29938,-0.63469 z m -5.06055,3.42773 c -0.28954,0.0503 -0.0315,0.48671 0.0185,0.7763 1.26275,7.31529 1.15545,14.74399 1.04983,22.18854 -0.004,0.29389 0.2315,0.53517 0.52539,0.53907 0.2939,0.005 0.53606,-0.22954 0.54102,-0.52344 0.10623,-7.48769 -0.52988,-14.99229 -1.80809,-22.3971 -0.0494,-0.29033 -0.0365,-0.63329 -0.32668,-0.58337 z m -4.12305,3.82227 c -0.28919,0.0548 -0.026,0.30636 0.0292,0.59549 1.90304,10.10484 1.69294,13.70366 2.40246,19.13107 0.0381,0.29102 0.30458,0.49631 0.59571,0.45898 0.29188,-0.0381 0.49747,-0.30582 0.45898,-0.59765 -0.70577,-5.39872 -1.24399,-9.02852 -3.15244,-19.16211 -0.0539,-0.28999 -0.0441,-0.48091 -0.33389,-0.42578 z m -1.21679,4.57812 c -0.29102,0.0381 -0.0454,0.41554 -0.008,0.70667 0.61928,4.83796 0.83875,9.38853 1.23857,14.82653 0.0215,0.29345 0.27688,0.51387 0.57032,0.49219 0.29345,-0.0215 0.51386,-0.27688 0.49218,-0.57031 -0.40295,-5.48053 -1.32371,-10.04614 -1.94161,-14.87335 -0.0371,-0.29268 -0.0588,-0.62017 -0.35135,-0.58173 z"
id="path5263" /></g></g></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment