Added cover

This commit is contained in:
Boris Marinov 2021-01-25 10:21:14 +02:00
parent 3ab2a16c49
commit 27ca5a8f9e
4 changed files with 670 additions and 5 deletions

View File

@ -57,7 +57,7 @@ Mathematics is not all about numbers, however numbers do tend to pop up in most
![The monoid of numbers under addition](numbers_addition.svg)
(if you see a **1 + 1 = 2** in your texbook you know you are working on math foundations (or you are in kindergarden)).
(if you see a **1 + 1 = 2** in your textbook you know you are working on math foundations (or you are in kindergarten)).
The natural numbers also form a monoid under multiplication as well:
@ -67,10 +67,10 @@ The natural numbers also form a monoid under multiplication as well:
**Task:** Go through other mathematical operations and figure out why don't they are not monoidal.
Monoids from boolean operations
Monoids from boolean algebra
---
Thinking about other operations that we covered (operation being a function which takes a pair of element of a given type and returns one element of the same type), we may remember the boolean operations **AND** and **OR**. which operate on the set, consisting of just two values **{ True, False }**. Those operations form monoids too. Proving that they do is easy enough by just ennumerating all cases.
Thinking about other operations that we covered (operation being a function which takes a pair of element of a given type and returns one element of the same type), we may remember the boolean operations **AND** and **OR**. which operate on the set, consisting of just two values **{ True, False }**. Those operations form monoids too. Proving that they do is easy enough by just enumerating all cases.
We can prove that **AND** is associative by expanding the formula **(A AND B) AND C = A AND (B AND C)** in all possible ways:
@ -93,7 +93,7 @@ And we can prove that **TRUE** is the identity element by expanding the other fo
Intuitions
---
In order to form the correct intuition about monoids, try to avoid thinking of the elements in the set as objects, but instead think of them as *actions*. For example, when thinking about numbers don't think of them as *quantities* (as in two apples, two oranges etc.), but as *operations*, (e.g. as the action of addding one to a given quantity). In other words, don't think of the element by itself, but only think of it together with the operation (in this case addition).
In order to form the correct intuition about monoids, try to avoid thinking of the elements in the set as objects, but instead think of them as *actions*. For example, when thinking about numbers don't think of them as *quantities* (as in two apples, two oranges etc.), but as *operations*, (e.g. as the action of adding one to a given quantity). In other words, don't think of the element by itself, but only think of it together with the operation (in this case addition).
This touches a programming concept which is very popular in category-theory inspired languages - currying - that is based on the idea that a function that accepts two arguments together with one of those arguments already supplied can be viewed as a function which takes one argument. e.g. the function `add(number, number)` together with the element `2` is equivalent to the `addTwo(number)` function.

View File

@ -42,7 +42,7 @@
<div class="footer" style="background-color:#39bcedff">
<div class="container">
<h1>Written by Boris Marinov</h1>
<h1>Created by Boris Marinov</h1>
<p><a target="_blank" href="/">personal blog</a></p>
<p><a href="mailto:marinovboris@protonmail.com">email</a></p>
<p><a target="_blank" href="https://mastodon.social/@borko">mastodon</a></p>

BIN
cover_print.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

665
cover_print.svg Normal file
View File

@ -0,0 +1,665 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ns0="a"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
viewBox="0 0 210 297"
version="1.1"
id="svg8"
sodipodi:docname="cover_print.svg"
inkscape:version="1.0.1 (0767f8302a, 2020-10-17)"
inkscape:export-filename="/home/boris/pr/category-theory-illustrated/cover_print.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient3404">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3400" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3402" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3404"
id="linearGradient3406"
x1="7.7026524"
y1="15.092913"
x2="202.96812"
y2="15.092913"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3404"
id="linearGradient3408"
x1="8.1748814"
y1="31.998969"
x2="201.40654"
y2="31.998969"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.0358326"
inkscape:cx="239.92814"
inkscape:cy="425.19445"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
inkscape:window-width="2560"
inkscape:window-height="1376"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
id="rect476"
width="209.79816"
height="297.45178"
x="-0.17330819"
y="0.28777048" />
<switch
transform="matrix(0.62163417,0,0,0.61648495,-65.968527,31.235513)"
id="switch1502">
<g
ns0:extraneous="self"
id="g1500">
<circle
stroke-miterlimit="10"
cx="150.39999"
cy="114.7"
r="66.599998"
opacity="0.14"
stroke="#000000"
stroke-width="6"
id="circle1452" />
<circle
stroke-miterlimit="10"
cx="143.8"
cy="110.5"
r="66.599998"
fill="#f8f6c1"
stroke="#808285"
stroke-width="6"
id="circle1454" />
<circle
stroke-miterlimit="10"
cx="403.39999"
cy="121.5"
r="62.700001"
opacity="0.14"
stroke="#000000"
stroke-width="6"
id="circle1456" />
<circle
stroke-miterlimit="10"
cx="397.29999"
cy="117.6"
r="62.700001"
fill="#d6d5eb"
stroke="#808285"
stroke-width="6"
id="circle1458" />
<path
d="m 178.5,83.6 c 0,0 0.1,-0.1 0.4,-0.3 0.3,-0.2 0.7,-0.6 1.3,-0.9 1.2,-0.8 3.1,-1.8 5.5,-2.9 5,-2.2 12.5,-4.4 21.8,-6.2 9.3,-1.8 20.3,-3.1 32.1,-3.8 11.8,-0.7 24.5,-0.9 37.1,-0.5 12.6,0.4 25.2,1.4 37,2.8 11.7,1.5 22.6,3.6 31.7,6.1 9.1,2.5 16.5,5.3 21.3,7.9 0.7,0.4 1.1,0.6 1.1,0.6 l -4,7.4 c 2.8,-0.3 5.7,-0.4 8.6,-0.2 2.9,0.2 5.8,0.8 8.8,2 -0.4,-3.2 -1.5,-6.5 -2.9,-9.6 -1.4,-3.1 -3.4,-6.2 -5.4,-9.1 l -4,7.4 c 0,0 -0.4,-0.2 -1.1,-0.6 -5,-2.6 -12.5,-5.5 -21.7,-8 -9.2,-2.5 -20.2,-4.6 -32,-6.1 -11.8,-1.5 -24.5,-2.5 -37.3,-2.9 -25.4,-0.8 -50.9,0.8 -69.7,4.4 -9.4,1.8 -17.1,4 -22.3,6.3 -2.6,1.2 -4.6,2.3 -5.8,3.1 -0.7,0.4 -1.1,0.8 -1.5,1 -0.3,0.2 -0.5,0.4 -0.5,0.4 z"
fill="#6d6e71"
id="path1460" />
<path
d="m 127.3,69 c 0,0 13.3,-8.9 13.7,-9.2 0.4,-0.3 0.9,-0.8 1.7,-1.2 1.5,-1.1 3.9,-2.5 7.1,-3.9 6.4,-2.8 16.2,-5.6 28.2,-7.6 24,-4 56.7,-5.2 89.2,-2.9 16.3,1.1 32.4,3.1 47.4,5.8 15,2.8 28.7,6.3 40.2,10.6 11.4,4.2 20.3,9 25.9,13.3 0.2,0.1 0.4,0.3 0.6,0.4 l 0.1,0.1 c 0.1,0 0.1,0.1 0.1,0.1 l 0.1,0.1 0.1,0.1 -5.3,6.6 2.1,0.1 c 0.7,0.1 1.4,0.1 2.1,0.3 1.5,0.2 2.8,0.5 4.2,0.9 2.8,0.8 5.5,1.9 8.3,3.6 0.1,-3.2 -0.2,-6.6 -1.1,-10 -0.4,-1.7 -0.9,-3.4 -1.6,-5 -0.3,-0.8 -0.7,-1.7 -1,-2.5 l -1.1,-2.5 -5.3,6.6 -0.1,-0.1 -0.1,-0.1 -0.1,-0.1 -0.1,-0.1 C 382.4,72.3 382.2,72.1 381.9,72 376.1,67.6 367,62.6 355.4,58.4 343.9,54.2 329.9,50.5 314.8,47.8 299.7,45 283.4,43.1 267.2,41.9 c -32.6,-2.3 -65.4,-1.1 -89.7,2.9 -12.1,2 -22.1,4.8 -28.7,7.8 -3.4,1.5 -5.8,2.9 -7.4,4.1 -0.8,0.5 -1.4,1.1 -1.8,1.4 -0.4,0.3 -13.7,9.3 -13.7,9.3 z m -0.9,79.5 c 0,0 0.8,0.8 2.3,2.4 0.8,0.7 1.8,1.6 3,2.6 1.2,0.9 2.6,2.1 4.3,3.2 3.3,2.3 7.5,4.7 12.5,7.1 5,2.3 10.9,4.5 17.4,6.5 13.1,3.9 28.7,6.8 45.5,8.4 16.8,1.7 34.9,2.2 53,1.8 18.1,-0.4 36.1,-1.8 52.9,-3.9 16.8,-2.1 32.4,-4.9 45.6,-8.1 13.2,-3.2 23.9,-6.9 31.2,-10.2 0.5,-0.2 0.9,-0.4 1.2,-0.6 l 0.1,-0.1 3.6,7.6 c 2.1,-2.8 4.1,-5.7 5.8,-8.8 1.7,-3.1 3.1,-6.3 3.4,-9.6 -0.8,0.3 -1.5,0.6 -2.2,0.8 -0.8,0.1 -1.5,0.4 -2.2,0.4 -0.7,0.1 -1.5,0.2 -2.2,0.3 -0.7,0.1 -1.5,0.1 -2.2,0.1 -2.9,0 -5.8,-0.2 -8.7,-0.6 l 3.6,7.6 c 0,0 -0.1,0 -0.1,0.1 -0.3,0.1 -0.7,0.3 -1.2,0.5 -7.1,3.3 -17.7,6.9 -30.8,10.1 -13.1,3.2 -28.6,6 -45.3,8 -16.7,2 -34.6,3.4 -52.7,3.9 -17.9,0.4 -36,-0.1 -52.7,-1.8 -16.8,-1.6 -32.2,-4.4 -45.1,-8.3 -6.4,-1.9 -12.2,-4.1 -17.1,-6.3 -5,-2.3 -9,-4.7 -12.2,-6.9 -1.6,-1.1 -2.9,-2.2 -4.2,-3.1 -1.2,-0.9 -2.1,-1.8 -2.8,-2.6 -1.5,-1.5 -2.2,-2.3 -2.2,-2.3 z"
fill="#6d6e71"
id="path1462" />
<circle
stroke-miterlimit="10"
cx="406.39999"
cy="359.39999"
r="59.799999"
opacity="0.14"
stroke="#000000"
stroke-width="6"
id="circle1464" />
<circle
stroke-miterlimit="10"
cx="400.5"
cy="355.60001"
r="59.799999"
fill="#d9ecd5"
stroke="#808285"
stroke-width="6"
id="circle1466" />
<circle
stroke-miterlimit="10"
cx="371.20001"
cy="376.29999"
r="9.6000004"
fill="#d71920"
stroke="#be1e2d"
stroke-width="6"
id="circle1468" />
<circle
stroke-miterlimit="10"
cx="436.60001"
cy="381.89999"
r="9.6000004"
fill="#f58235"
stroke="#e76524"
stroke-width="6"
id="circle1470-3" />
<circle
stroke-miterlimit="10"
cx="393.29999"
cy="355.39999"
r="9.6000004"
fill="#8967ac"
stroke="#651c5f"
stroke-width="6"
id="circle1472" />
<circle
stroke-miterlimit="10"
cx="423.89999"
cy="326"
r="9.6000004"
fill="#54b948"
stroke="#00873a"
stroke-width="6"
id="circle1474" />
<path
d="m 119.9,124.9 c 0,0 0.9,0.7 2.8,1.8 1.8,1.1 4.5,2.7 8.1,4.4 7.1,3.4 17.7,7.4 30.8,10.9 13.1,3.5 28.4,6.6 45.1,9.1 16.7,2.5 34.5,4.3 52.4,5.4 35.8,2.3 71.8,1.5 98.6,-1.9 13.3,-1.7 24.4,-4.2 31.9,-6.7 0.5,-0.2 0.9,-0.3 1.2,-0.4 l 0.1,-0.1 2.8,7.9 c 2.4,-2.6 4.7,-5.3 6.6,-8.2 1.9,-2.9 3.6,-6.1 4.2,-9.2 -0.8,0.2 -1.5,0.4 -2.3,0.6 -0.8,0.1 -1.5,0.2 -2.3,0.3 -0.7,0 -1.5,0.1 -2.2,0.1 -0.7,0 -1.5,-0.1 -2.2,-0.1 -2.9,-0.2 -5.8,-0.8 -8.5,-1.5 l 2.8,7.9 c 0,0 -0.1,0 -0.1,0.1 -0.3,0.1 -0.7,0.2 -1.2,0.4 -7.3,2.6 -18.2,5 -31.5,6.6 -26.5,3.4 -62.4,4.2 -98.2,1.9 -17.9,-1.1 -35.7,-2.9 -52.2,-5.3 -16.5,-2.4 -31.9,-5.5 -44.9,-9 -12.9,-3.4 -23.3,-7.4 -30.3,-10.8 -3.5,-1.7 -6.1,-3.2 -7.9,-4.2 -1.8,-1.1 -2.6,-1.8 -2.6,-1.8 z m 303.3,24.2 c 0,0 0.3,0.7 0.9,2 0.3,0.7 0.7,1.4 1.1,2.3 0.4,0.9 0.8,2 1.3,3.3 2,4.9 4.3,12.1 5.8,21.1 0.2,1.1 0.4,2.3 0.6,3.4 0.2,1.1 0.3,2.3 0.4,3.6 0.1,1.2 0.4,2.5 0.4,3.7 0.1,1.2 0.2,2.6 0.3,3.9 0.1,1.3 0.2,2.6 0.2,3.9 0.1,1.3 0.1,2.7 0.2,4.1 0,1.4 0.1,2.8 0.1,4.2 0,1.4 0.1,2.8 0,4.2 0,1.4 -0.1,2.8 -0.1,4.3 -0.1,1.5 -0.1,2.9 -0.2,4.4 -0.1,2.9 -0.4,5.9 -0.6,8.9 -0.6,6 -1.2,12 -2.2,18 -3.6,24.1 -10.3,47.6 -16.4,64.7 -3.1,8.6 -6,15.6 -8.1,20.5 -0.1,0.3 -0.2,0.5 -0.3,0.7 -0.1,0.1 -0.1,0.1 -0.1,0.2 l -0.1,0.1 -7.7,-3.4 c 0.7,6.2 1.3,12.5 1.5,18.9 5.4,-3.4 10.7,-7.1 16,-11.1 l -7.7,-3.4 c 0,0 0,-0.1 0.1,-0.1 0,-0.1 0.1,-0.1 0.1,-0.2 0.1,-0.2 0.2,-0.4 0.3,-0.7 2.1,-4.9 5.1,-12 8.2,-20.6 6.2,-17.3 12.9,-40.9 16.6,-65.1 0.9,-6.1 1.6,-12.2 2.2,-18.2 0.2,-3 0.5,-6 0.6,-9 0.1,-1.5 0.1,-2.9 0.2,-4.4 0,-1.5 0.1,-2.9 0.1,-4.4 0.1,-1.5 0,-2.8 0,-4.3 0,-1.4 -0.1,-2.8 -0.1,-4.2 -0.1,-1.4 -0.1,-2.8 -0.2,-4.1 -0.1,-1.4 -0.1,-2.7 -0.3,-4 -0.2,-1.3 -0.2,-2.6 -0.4,-3.9 -0.1,-1.3 -0.3,-2.6 -0.4,-3.8 -0.1,-1.2 -0.3,-2.5 -0.5,-3.6 -0.2,-1.2 -0.4,-2.3 -0.6,-3.5 -1.6,-9.1 -3.9,-16.5 -6,-21.5 -0.5,-1.2 -0.9,-2.4 -1.4,-3.4 -0.4,-0.9 -0.8,-1.8 -1.2,-2.4 -0.7,-1.3 -0.9,-2 -0.9,-2 z"
fill="#6d6e71"
id="path1476" />
<path
d="m 404.9,105 c 0,0 0.9,0.4 2.6,1.3 1.7,0.9 4.1,2.2 7.2,3.9 3.1,1.8 6.8,3.8 10.9,6.4 2.1,1.3 4.2,2.8 6.5,4.3 1.1,0.8 2.3,1.6 3.4,2.5 1.2,0.9 2.3,1.8 3.5,2.7 4.7,3.7 9.6,8.2 14.1,13.3 4.5,5.2 8.8,11.1 12.5,17.6 7.4,13.1 12.9,28.4 15.4,44.3 2.6,15.8 2,32.2 -0.9,46.9 -3,14.7 -8.4,27.9 -14.4,38.4 -3,5.3 -6,9.8 -8.9,13.8 -1.4,2 -2.9,3.7 -4.2,5.4 -0.7,0.9 -1.3,1.6 -2,2.3 -0.7,0.7 -1.2,1.5 -1.8,2.1 -0.2,0.2 -0.4,0.4 -0.6,0.7 0,0.1 -0.1,0.1 -0.1,0.1 l -0.1,0.1 -0.1,0.1 -6.2,-5.7 c -1.1,6 -2.8,12 -4.9,18 6.3,-1.2 12.7,-2.8 19,-5 l -6.2,-5.7 0.1,-0.1 0.1,-0.1 0.1,-0.1 c 0.1,-0.2 0.4,-0.4 0.6,-0.7 l 1.8,-2.1 c 0.7,-0.7 1.3,-1.5 2,-2.3 1.3,-1.7 2.8,-3.5 4.3,-5.5 3,-3.9 6.1,-8.7 9,-14 6.1,-10.6 11.5,-24 14.6,-39 3.1,-15 3.6,-31.6 1,-47.7 -2.5,-16.1 -8.1,-31.7 -15.6,-45.1 -3.8,-6.6 -8.1,-12.7 -12.8,-18 -4.7,-5.3 -9.6,-9.8 -14.4,-13.6 -1.2,-0.9 -2.4,-1.9 -3.6,-2.8 -1.2,-0.9 -2.3,-1.7 -3.5,-2.5 -2.3,-1.5 -4.5,-3.1 -6.6,-4.4 -4.2,-2.6 -7.9,-4.7 -11.1,-6.5 -3.1,-1.7 -5.5,-3.1 -7.3,-3.9 -1.7,-0.9 -2.6,-1.4 -2.6,-1.4 z"
fill="#6d6e71"
id="path1478-6" />
<path
d="m 175.8,89.6 c 0,0 2.8,4.4 7.9,12.1 5,7.7 12.2,18.7 20.9,31.7 8.8,13.1 19.3,28.2 31,43.9 5.9,7.9 12.1,15.9 18.6,23.9 6.6,8 13.3,16 20.4,23.8 14.1,15.5 29.2,30.2 44.4,42.7 0.9,0.8 1.9,1.6 2.8,2.3 0.9,0.8 1.9,1.5 2.8,2.3 1.9,1.5 3.8,3 5.6,4.4 1.9,1.4 3.8,2.8 5.6,4.2 0.9,0.7 1.8,1.4 2.8,2 0.9,0.7 1.9,1.3 2.8,2 1.8,1.3 3.6,2.6 5.5,3.8 l 5.4,3.6 c 1.8,1.2 3.5,2.3 5.3,3.4 1.8,1.1 3.5,2.1 5.2,3.1 13.6,8.1 25.5,13.7 33.9,17.4 0.9,0.4 1.5,0.7 1.5,0.7 l -3.3,7.8 4.9,-0.6 2.4,-0.3 2.4,-0.4 c 3.2,-0.5 6.4,-1 9.5,-1.5 -2,-2.5 -4.1,-5 -6.1,-7.4 l -1.5,-1.8 c -0.5,-0.6 -0.9,-1.2 -1.5,-1.9 l -2.8,-3.8 -3.3,7.8 c 0,0 -0.5,-0.2 -1.5,-0.7 -8.4,-3.6 -20.2,-9.2 -33.6,-17.2 -1.7,-1 -3.4,-2 -5.1,-3.1 -1.8,-1 -3.4,-2.3 -5.3,-3.4 -1.8,-1.2 -3.6,-2.3 -5.4,-3.5 -1.8,-1.2 -3.6,-2.5 -5.5,-3.8 -0.9,-0.7 -1.8,-1.3 -2.8,-2 -0.9,-0.7 -1.8,-1.4 -2.8,-2 -1.8,-1.4 -3.7,-2.8 -5.6,-4.2 -1.8,-1.5 -3.7,-2.9 -5.6,-4.4 -0.9,-0.7 -1.9,-1.5 -2.8,-2.3 -0.9,-0.8 -1.9,-1.5 -2.8,-2.3 -15.1,-12.5 -30.1,-27.1 -44.2,-42.5 -7.1,-7.7 -13.8,-15.7 -20.3,-23.7 -6.5,-7.9 -12.7,-16 -18.6,-23.8 -11.7,-15.8 -22.1,-30.9 -30.9,-43.8 -8.8,-13.1 -15.9,-24 -20.9,-31.7 -5,-7.7 -7.9,-12.1 -7.9,-12.1 z"
fill="#6d6e71"
opacity="0.56"
id="path1480-7" />
<path
d="m 131.7,76.7 c 0,0 3,5.3 8.2,14.7 5.3,9.3 12.6,22.7 21.8,38.5 9.2,15.8 20.2,34.2 33,53.2 6.5,9.5 13.4,19 20.9,28.5 7.5,9.4 15.5,18.7 24.1,27.5 8.6,8.8 17.6,17.1 26.9,24.7 2.3,1.9 4.7,3.7 7.1,5.6 1.2,0.9 2.3,1.8 3.5,2.8 1.2,0.9 2.4,1.8 3.6,2.6 2.4,1.8 4.7,3.5 7.1,5.1 l 7.2,4.8 c 2.3,1.6 4.8,3.1 7.2,4.5 1.2,0.7 2.4,1.5 3.6,2.2 0.6,0.4 1.2,0.7 1.8,1.1 0.6,0.4 1.2,0.7 1.8,1 4.8,2.7 9.5,5.4 14.3,7.7 2.3,1.2 4.7,2.4 7,3.4 2.3,1 4.6,2.1 6.9,3.1 1.1,0.5 2.3,1 3.4,1.5 1.1,0.4 2.3,0.9 3.4,1.3 2.2,0.9 4.4,1.8 6.6,2.6 0.5,0.2 1.1,0.4 1.6,0.7 0.5,0.2 1.1,0.4 1.6,0.6 1.1,0.4 2.1,0.7 3.1,1.1 2.1,0.7 4.1,1.4 6.1,2.1 0.9,0.4 2,0.6 3,0.9 0.9,0.3 2,0.6 2.9,0.8 1.9,0.6 3.8,1.1 5.5,1.6 7.2,1.8 13.6,3.4 18.9,4.2 1.1,0.2 1.8,0.3 1.8,0.3 l -1.5,8.3 4.6,-1.6 c 1.5,-0.6 3.1,-1.2 4.6,-1.8 3,-1.2 6,-2.5 8.9,-3.7 -2.6,-1.9 -5.1,-3.9 -7.6,-5.8 -1.2,-0.9 -2.5,-1.9 -3.6,-2.9 l -3.6,-3.1 -1.5,8.3 c 0,0 -0.7,-0.1 -1.8,-0.3 -5.3,-0.8 -11.5,-2.3 -18.7,-4.2 -1.8,-0.5 -3.6,-1 -5.5,-1.6 -0.9,-0.3 -1.9,-0.6 -2.8,-0.8 -0.9,-0.3 -2,-0.5 -2.9,-0.9 -2,-0.7 -4,-1.4 -6.1,-2 -1,-0.4 -2,-0.7 -3.1,-1.1 -0.5,-0.2 -1.1,-0.4 -1.6,-0.6 -0.5,-0.2 -1,-0.4 -1.6,-0.7 -2.1,-0.8 -4.3,-1.7 -6.5,-2.6 -1.1,-0.4 -2.2,-0.9 -3.4,-1.3 -1.1,-0.5 -2.2,-1 -3.4,-1.5 -2.3,-1 -4.5,-2 -6.9,-3.1 -2.3,-1.1 -4.6,-2.3 -6.9,-3.4 -4.7,-2.3 -9.3,-5 -14.1,-7.6 -0.6,-0.4 -1.2,-0.7 -1.8,-1 -0.6,-0.4 -1.2,-0.7 -1.8,-1.1 -1.2,-0.7 -2.4,-1.5 -3.6,-2.2 -2.4,-1.5 -4.8,-2.9 -7.1,-4.5 -2.3,-1.6 -4.7,-3.2 -7.1,-4.8 -2.4,-1.6 -4.7,-3.4 -7.1,-5.1 -1.2,-0.9 -2.4,-1.8 -3.6,-2.6 -1.2,-0.9 -2.3,-1.8 -3.5,-2.7 -2.3,-1.8 -4.7,-3.6 -7,-5.5 -9.3,-7.6 -18.2,-15.9 -26.7,-24.6 -8.5,-8.8 -16.4,-17.9 -23.8,-27.3 -7.4,-9.4 -14.4,-19 -20.8,-28.4 -12.8,-18.9 -23.8,-37.2 -33,-53 -9.1,-15.8 -16.6,-29.2 -21.8,-38.5 -5.3,-9.3 -8.2,-14.7 -8.2,-14.7 z"
fill="#6d6e71"
opacity="0.56"
id="path1482" />
<path
d="m 129.9,160.3 c 0,0 0.4,1.2 1.2,3.5 0.4,1.2 0.8,2.6 1.5,4.2 0.3,0.8 0.7,1.7 0.9,2.6 0.4,0.9 0.7,1.9 1.2,3 0.9,2 1.8,4.4 2.9,6.9 0.6,1.2 1.2,2.5 1.8,3.9 0.7,1.3 1.3,2.6 2,4.1 2.8,5.5 6.2,11.7 10.2,18.2 8.2,13 19.1,27.2 32.6,40.8 13.5,13.6 29.8,26 47,37 8.5,5.5 17.4,10.7 26.1,15.6 4.4,2.5 8.8,4.7 13.1,7.1 4.4,2.3 8.7,4.4 13,6.5 2.1,1 4.3,2.1 6.4,3.1 2.1,1 4.2,2 6.3,2.9 4.2,1.9 8.3,3.7 12.3,5.4 8,3.4 15.8,6.4 22.9,9.2 14.3,5.3 26.4,9.2 34.9,11.8 0.9,0.3 1.5,0.4 1.5,0.4 l -2.4,8.1 c 3.1,-0.7 6.3,-1.5 9.4,-2.3 l 9.3,-2.4 -6.7,-6.9 -6.6,-6.9 -2.4,8.1 c 0,0 -0.6,-0.1 -1.5,-0.4 -8.5,-2.6 -20.6,-6.4 -34.8,-11.7 -7.1,-2.7 -14.8,-5.7 -22.8,-9.1 -4,-1.7 -8.1,-3.5 -12.3,-5.4 -2,-0.9 -4.2,-2 -6.3,-2.9 -2.1,-0.9 -4.2,-2 -6.3,-3.1 -4.3,-2 -8.6,-4.2 -12.9,-6.5 -4.3,-2.3 -8.7,-4.6 -13.1,-7.1 -8.7,-4.9 -17.4,-10 -26,-15.5 -17.1,-10.9 -33.2,-23.3 -46.6,-36.8 -13.4,-13.4 -24.2,-27.6 -32.3,-40.4 -4,-6.4 -7.4,-12.5 -10.1,-18 -0.7,-1.4 -1.3,-2.7 -2,-4 -0.6,-1.3 -1.2,-2.6 -1.7,-3.8 -1.1,-2.4 -2,-4.7 -2.8,-6.7 -0.4,-1 -0.8,-2 -1.1,-2.9 -0.4,-0.9 -0.7,-1.8 -0.9,-2.6 -0.6,-1.6 -1,-3 -1.5,-4.1 -0.7,-2.3 -1.2,-3.4 -1.2,-3.4 z"
fill="#6d6e71"
opacity="0.56"
id="path1484-5" />
<path
d="m 110.4,128.1 c 0,0 -0.3,1.6 -0.8,4.6 -0.3,1.5 -0.5,3.4 -0.8,5.5 -0.1,1.1 -0.3,2.3 -0.4,3.5 -0.1,1.2 -0.2,2.6 -0.4,4 -0.4,5.6 -0.7,12.5 -0.1,20.3 0.4,7.9 1.5,16.7 3.4,26.2 1.9,9.5 4.7,19.6 8.7,30 0.9,2.6 2,5.2 3.1,7.8 0.5,1.3 1.2,2.6 1.8,3.9 l 1.8,3.9 c 0.3,0.7 0.7,1.3 0.9,2 0.4,0.7 0.7,1.3 1,2 l 2.1,3.9 c 1.4,2.6 3,5.2 4.6,7.7 6.4,10.2 14.1,20.1 22.9,29.3 8.8,9.2 18.5,17.7 28.9,25.4 10.4,7.7 21.4,14.4 32.7,20.1 11.3,5.8 22.8,10.6 34.4,14.3 11.5,3.6 22.9,6.3 33.8,8.1 10.9,1.8 21.3,2.9 30.9,3.7 19.3,1.5 35.3,1.8 46.5,2 1.2,0 1.8,0.1 1.8,0.1 l -0.2,8.5 16.8,-9.3 -16.4,-9.9 -0.2,8.5 c 0,0 -0.7,0 -1.8,-0.1 -11.2,-0.3 -27.2,-0.6 -46.4,-2 -9.6,-0.8 -19.9,-1.9 -30.7,-3.7 -10.8,-1.8 -22.1,-4.4 -33.5,-8 -11.4,-3.6 -22.8,-8.5 -34,-14.1 -11.2,-5.8 -22.1,-12.4 -32.4,-20 -10.3,-7.6 -19.9,-16 -28.5,-25.1 -8.6,-9.1 -16.3,-18.9 -22.6,-29 -1.5,-2.6 -3.2,-5 -4.5,-7.7 l -2.1,-3.9 c -0.4,-0.7 -0.7,-1.2 -1,-1.9 -0.3,-0.7 -0.6,-1.3 -0.9,-2 l -1.8,-3.9 -1.8,-3.9 c -1.1,-2.6 -2.2,-5.1 -3.1,-7.7 -3.9,-10.2 -6.7,-20.2 -8.6,-29.6 -1.9,-9.3 -2.9,-18.1 -3.4,-25.8 -0.5,-7.7 -0.2,-14.5 0.1,-20.1 0.1,-1.4 0.2,-2.7 0.3,-3.9 0.1,-1.2 0.3,-2.4 0.4,-3.4 0.3,-2.1 0.5,-3.9 0.8,-5.4 0.5,-2.9 0.8,-4.5 0.8,-4.5 z"
fill="#6d6e71"
opacity="0.56"
id="path1486-3" />
<circle
stroke-miterlimit="10"
cx="127.6"
cy="149.89999"
r="10.6"
fill="#fce600"
stroke="#ffdd00"
stroke-width="6"
id="circle1488" />
<circle
stroke-miterlimit="10"
cx="131.2"
cy="71"
r="10.6"
fill="#39bced"
stroke="#008dd2"
stroke-width="6"
id="circle1490" />
<circle
stroke-miterlimit="10"
cx="172.5"
cy="83.400002"
r="10.6"
fill="#54b948"
stroke="#00873a"
stroke-width="6"
id="circle1492" />
<circle
stroke-miterlimit="10"
cx="114.5"
cy="118.1"
r="10.6"
fill="#d71920"
stroke="#be1e2d"
stroke-width="6"
id="circle1494" />
<circle
stroke-miterlimit="10"
cx="394"
cy="98.5"
r="10.6"
fill="#8967ac"
stroke="#651c5f"
stroke-width="6"
id="circle1496" />
<circle
stroke-miterlimit="10"
cx="418"
cy="137.89999"
r="10.6"
fill="#f58235"
stroke="#e76524"
stroke-width="6"
id="circle1498" />
</g>
</switch>
<switch
transform="matrix(0.24223753,0,0,0.24046935,22.71073,162.82215)"
id="switch1526">
<g
ns0:extraneous="self"
id="g1524"
transform="matrix(0.77695339,0,0,0.77695339,100.28219,-79.231332)">
<circle
stroke-miterlimit="10"
cx="304.46133"
cy="170.50661"
r="268.95599"
fill="#f5f5f5"
stroke="#808285"
stroke-width="5.561"
id="circle1504"
style="stroke-width:11.2082;stroke-miterlimit:10;stroke-dasharray:none" />
<circle
stroke-miterlimit="10"
cx="160.2"
cy="88.400002"
r="61.799999"
opacity="0.14"
stroke="#000000"
stroke-width="6"
id="circle1506" />
<circle
stroke-miterlimit="10"
cx="411.39999"
cy="91.900002"
r="61.299999"
opacity="0.14"
stroke="#000000"
stroke-width="6"
id="circle1508" />
<circle
stroke-miterlimit="10"
cx="398.86899"
cy="324.60001"
r="58.5"
opacity="0.14"
stroke="#000000"
stroke-width="6"
id="circle1510" />
<circle
stroke-miterlimit="10"
cx="393.069"
cy="320.79999"
r="58.5"
fill="#d9ecd5"
stroke="#808285"
stroke-width="6"
id="circle1512"
style="stroke-width:11.2082;stroke-miterlimit:10;stroke-dasharray:none" />
<path
d="m 221.844,72.65 c 0,0 1.6,-0.2 4.4,-0.6 2.8,-0.4 6.8,-0.9 11.6,-1.5 9.6,-1.1 22.5,-1.8 35.4,-1.7 12.9,0.1 25.8,1.2 35.3,2.5 4.8,0.6 8.8,1.3 11.6,1.7 0.4,0.1 0.7,0.1 0.9,0.1 h 0.3 l -2,11.4 c 7.9,-3.1 16.1,-5.8 24.5,-8.3 -6.3,-6.1 -13,-12 -20.1,-17.7 l -2,11.4 h -0.3 c -0.2,0 -0.5,-0.1 -1,-0.2 -2.8,-0.4 -6.8,-1.1 -11.7,-1.7 -9.7,-1.2 -22.7,-2.4 -35.7,-2.5 -13,-0.2 -26,0.6 -35.8,1.7 -4.9,0.6 -8.9,1 -11.7,1.5 -2.8,0.4 -4.4,0.7 -4.4,0.7 z"
fill="#808082"
stroke-width="4.259"
stroke-miterlimit="10"
stroke="#818485"
id="path1514"
style="stroke-width:11.2082;stroke-miterlimit:10;stroke-dasharray:none" />
<path
d="m 404.4,146.7 c 0,0 0.4,1.4 1.2,3.8 0.8,2.4 1.7,6 2.9,10.2 2.2,8.5 4.2,20 5.2,31.7 0.3,2.9 0.4,5.8 0.5,8.7 0.1,2.9 0.1,5.7 0.2,8.5 -0.1,2.7 -0.1,5.4 -0.2,7.9 -0.2,2.5 -0.2,4.9 -0.4,7.1 -0.2,2.2 -0.4,4.2 -0.5,6 -0.2,1.8 -0.4,3.3 -0.6,4.6 -0.1,0.7 -0.1,1.2 -0.1,1.2 l -11.5,-1.6 c 3.3,7.6 6.2,15.7 8.6,24.2 6.1,-6.3 12,-13.1 17.5,-20.5 l -11.5,-1.6 c 0,0 0.1,-0.4 0.2,-1.2 0.2,-1.3 0.4,-2.9 0.6,-4.7 0.2,-1.8 0.4,-3.8 0.6,-6.1 0.2,-2.2 0.3,-4.6 0.4,-7.2 0.1,-2.5 0.1,-5.2 0.2,-8 0,-2.8 0,-5.7 -0.2,-8.6 -0.2,-2.9 -0.2,-5.9 -0.5,-8.8 -0.9,-11.8 -3.1,-23.6 -5.2,-32.2 -1.1,-4.3 -2.1,-7.9 -2.9,-10.4 -0.8,-2.5 -1.2,-3.9 -1.2,-3.9 z"
fill="#808082"
transform="matrix(0.99236,0.12426,-0.12245,0.99236,32.285,-49.934)"
stroke="#818485"
stroke-width="4.259"
stroke-miterlimit="10"
id="path1516"
style="stroke-width:11.2083;stroke-miterlimit:10;stroke-dasharray:none" />
<circle
stroke-miterlimit="10"
cx="409.64401"
cy="88"
r="61.299999"
fill="#d6d5eb"
stroke="#808285"
stroke-width="6"
id="circle1518"
style="stroke-width:11.2082;stroke-miterlimit:10;stroke-dasharray:none" />
<path
d="m 184.7,138.4 c 0,0 0.6,0.6 1.6,1.8 1,1.2 2.6,2.8 4.6,4.9 2,2.1 4.4,4.6 7,7.5 2.6,3 5.6,6.4 8.8,10.1 12.9,14.9 30.3,34.7 49.2,53 9.5,9.2 19.4,17.9 29,25.6 9.7,7.7 19.2,14.3 27.4,19.8 8.2,5.5 15.2,9.8 20.1,12.9 0.8,0.5 1.3,0.8 1.3,0.8 l -6.1,9.8 c 8.8,0.3 17.6,0.5 26.4,0.7 -4.2,-7.7 -8.5,-15.4 -12.6,-23 l -6.1,9.8 c 0,0 -0.5,-0.3 -1.3,-0.8 -4.9,-3 -11.8,-7.4 -20,-12.8 -8.2,-5.4 -17.6,-12 -27.2,-19.6 -9.6,-7.6 -19.4,-16.3 -28.8,-25.4 -18.8,-18.2 -36.1,-38 -49,-52.8 -3.2,-3.7 -6.2,-7.1 -8.8,-10.2 -2.7,-3 -5.1,-5.5 -7.1,-7.6 -2,-2.1 -3.5,-3.7 -4.5,-4.8 -1,-1.1 -1.5,-1.7 -1.5,-1.7 z"
fill="#808082"
transform="matrix(0.9965,0.0841,-0.08288,0.9965,9.9,-30.488)"
stroke="#818485"
stroke-width="3.833"
stroke-miterlimit="10"
id="path1520"
style="stroke-width:11.2083;stroke-miterlimit:10;stroke-dasharray:none" />
<circle
stroke-miterlimit="10"
cx="154.10001"
cy="84.5"
r="61.799999"
fill="#f8f6c1"
stroke="#808285"
stroke-width="6"
id="circle1522"
style="stroke-width:11.2082;stroke-miterlimit:10;stroke-dasharray:none" />
</g>
<rect
style="fill:#39bced;fill-opacity:1;stroke:#c50000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
id="rect3398"
width="864.49615"
height="215.72096"
x="-93.325478"
y="-676.04431" />
<g
aria-label="category theory "
id="text835"
style="font-style:normal;font-weight:normal;font-size:15.3981px;line-height:1.25;font-family:sans-serif;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.384954"
transform="matrix(4.1283199,0,0,4.1586755,-94.177217,-675.33474)">
<path
d="m 11.860139,13.861065 v 2.463696 q 0,0.631322 0.415749,0.970081 0.431147,0.338758 1.108663,0.338758 0.692915,0 1.000877,-0.215574 0.307962,-0.215573 0.508137,-0.631322 0.215573,-0.415748 0.554332,-0.415748 h 3.325989 q 0.138583,0 0.230972,0.107786 0.107786,0.09239 0.107786,0.230972 0,1.432023 -1.355032,2.617677 -0.677517,0.585128 -1.801578,0.954682 -1.124061,0.354156 -2.648473,0.354156 -1.524412,0 -2.787056,-0.461943 Q 9.2732586,19.696945 8.4879555,18.634476 7.7026524,17.556609 7.7026524,16.001401 v -1.816976 q 0,-1.555208 0.7853031,-2.633075 1.4782176,-2.0017526 4.9427905,-2.0017526 1.401227,0 2.525288,0.3695544 1.124061,0.3541562 1.801578,0.9392842 1.355032,1.185654 1.355032,2.617677 0,0.138583 -0.107786,0.246369 -0.09239,0.09239 -0.230972,0.09239 h -3.325989 q -0.338759,0 -0.554332,-0.415749 -0.200175,-0.415748 -0.508137,-0.631322 -0.307962,-0.215573 -1.000877,-0.215573 -0.677516,0 -1.108663,0.338758 -0.415749,0.338758 -0.415749,0.97008 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5226" />
<path
d="m 23.448893,20.482248 h -2.91024 q -0.138583,0 -0.24637,-0.09239 -0.09239,-0.107787 -0.09239,-0.200176 0,-0.09239 0.0154,-0.138582 l 3.356786,-9.839386 q 0.138583,-0.5081376 0.692915,-0.5081376 h 4.280672 q 0.554331,0 0.692914,0.5081376 l 3.356786,9.839386 q 0.0154,0.04619 0.0154,0.138582 0,0.09239 -0.107787,0.200176 -0.09239,0.09239 -0.230971,0.09239 h -2.910241 q -0.492739,0 -0.692915,-0.523535 L 28.283897,18.880846 H 24.52676 l -0.384952,1.077867 q -0.200175,0.523535 -0.692915,0.523535 z m 4.049701,-4.604032 -1.093265,-3.202804 -1.093265,3.202804 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5228" />
<path
d="m 34.12916,9.7035784 h 10.624689 q 0.169379,0 0.292564,0.1231848 0.123184,0.1231848 0.123184,0.2925638 v 2.479094 q 0,0.169379 -0.123184,0.292564 -0.123185,0.123185 -0.292564,0.123185 h -3.310592 v 7.05233 q 0,0.169379 -0.123185,0.292564 -0.123184,0.123184 -0.292564,0.123184 H 37.8555 q -0.169379,0 -0.292564,-0.123184 Q 37.439751,20.235879 37.439751,20.0665 V 13.01417 H 34.12916 q -0.169379,0 -0.292564,-0.123185 -0.123185,-0.123185 -0.123185,-0.292564 v -2.479094 q 0,-0.169379 0.123185,-0.2925638 0.123185,-0.1231848 0.292564,-0.1231848 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5230" />
<path
d="m 51.369016,17.479619 h 6.143841 q 0.169379,0 0.292564,0.123185 0.123185,0.123184 0.123185,0.292564 V 20.0665 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123184 -0.292564,0.123184 h -9.731599 q -0.169379,0 -0.292564,-0.123184 Q 47.36551,20.235879 47.36551,20.0665 v -9.947173 q 0,-0.169379 0.123184,-0.2925638 0.123185,-0.1231848 0.292564,-0.1231848 h 9.577618 q 0.169379,0 0.292564,0.1231848 0.123185,0.1231848 0.123185,0.2925638 v 2.171132 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123185 -0.292564,0.123185 h -5.98986 v 0.97008 h 5.142965 q 0.169379,0 0.292564,0.123185 0.123185,0.123185 0.123185,0.292564 v 2.001753 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123185 -0.292564,0.123185 h -5.142965 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5232" />
<path
d="m 66.684111,13.98425 h 4.465449 q 0.169379,0 0.292564,0.123185 0.123184,0.123185 0.123184,0.292564 v 1.632198 q 0,2.340512 -1.601402,3.479971 -1.586004,1.124061 -4.203681,1.124061 -2.617677,0 -4.21908,-1.124061 -1.586004,-1.139459 -1.586004,-3.510767 v -1.816976 q 0,-1.185653 0.446545,-2.094141 0.461943,-0.908488 1.278042,-1.46282 1.601403,-1.0778666 4.080497,-1.0778666 1.231848,0 2.248122,0.2925639 1.031673,0.2771657 1.632199,0.7083127 0.615924,0.415749 1.047071,0.908488 0.754507,0.862293 0.754507,1.524412 0,0.138583 -0.107787,0.246369 -0.09239,0.09239 -0.230972,0.09239 h -3.47997 q -0.307962,0 -0.446545,-0.169379 -0.477341,-0.600526 -1.308839,-0.600526 -0.816099,0 -1.29344,0.32336 -0.461943,0.32336 -0.461943,0.831497 v 2.617677 q 0,0.615924 0.461943,0.970081 0.461943,0.338758 1.29344,0.338758 0.846896,0 1.293441,-0.32336 0.461943,-0.338758 0.477341,-0.785303 h -0.954682 q -0.169379,0 -0.292564,-0.123185 -0.123185,-0.123185 -0.123185,-0.292564 V 14.4 q 0,-0.169379 0.123185,-0.292564 0.123185,-0.123185 0.292564,-0.123186 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5234" />
<path
d="m 84.416708,14.153629 v 1.878568 q 0,1.586005 -0.769905,2.648474 -0.769905,1.062469 -2.017151,1.509013 -1.247246,0.446545 -2.941037,0.446545 -1.693791,0 -2.941038,-0.446545 -1.247246,-0.446544 -2.017151,-1.509013 -0.769905,-1.062469 -0.769905,-2.67927 v -1.816976 q 0,-2.325113 1.586005,-3.47997 1.601402,-1.1548576 4.142089,-1.1548576 2.540686,0 4.12669,1.1548576 1.601403,1.154857 1.601403,3.449174 z m -7.2987,-0.292564 v 2.463696 q 0,0.631322 0.415749,0.970081 0.431147,0.338758 1.154858,0.338758 0.72371,0 1.139459,-0.338758 0.431147,-0.354157 0.431147,-0.985479 v -2.4329 q 0,-0.631322 -0.431147,-0.97008 -0.415749,-0.354156 -1.139459,-0.354156 -0.723711,0 -1.154858,0.338758 -0.415749,0.338758 -0.415749,0.97008 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5236" />
<path
d="m 97.884027,20.004907 q 0.0308,0.06159 0.0308,0.169379 0,0.107787 -0.107786,0.215574 -0.09239,0.09239 -0.230972,0.09239 H 94.0807 q -0.461943,0 -0.64672,-0.384952 l -1.355033,-3.048824 h -1.29344 V 20.0665 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123184 -0.292564,0.123184 h -3.325989 q -0.169379,0 -0.292564,-0.123184 Q 86.62802,20.235879 86.62802,20.0665 v -9.947173 q 0,-0.169379 0.123185,-0.2925638 0.123185,-0.1231848 0.292564,-0.1231848 h 5.989861 q 2.109539,0 3.341387,1.0008766 1.231848,1.000876 1.231848,2.725464 0,2.094141 -1.6168,3.033425 z m -7.098524,-7.437282 v 1.632199 h 1.924763 q 0.338758,0 0.523535,-0.215574 0.184777,-0.230971 0.184777,-0.56973 0,-0.338758 -0.184777,-0.585127 -0.169379,-0.261768 -0.523535,-0.261768 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5238" />
<path
d="m 107.27086,9.7035784 h 3.2182 q 0.13858,0 0.23097,0.1077867 0.10779,0.092389 0.10779,0.2001749 0,0.107787 -0.0462,0.200176 l -3.88032,6.421007 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29257,0.123184 h -3.27979 q -0.16938,0 -0.29256,-0.123184 -0.12319,-0.123185 -0.12319,-0.292564 v -3.433777 l -3.864922,-6.421007 q -0.04619,-0.09239 -0.04619,-0.200176 0,-0.1077863 0.09239,-0.2001749 0.107787,-0.1077867 0.246369,-0.1077867 h 3.249003 q 0.43115,0 0.63132,0.3541566 l 1.73999,3.048823 1.78618,-3.018027 q 0.23097,-0.3849526 0.64672,-0.3849526 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5240" />
<path
d="m 125.70575,9.7035784 h 10.62468 q 0.16938,0 0.29257,0.1231848 0.12318,0.1231848 0.12318,0.2925638 v 2.479094 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123185 -0.29257,0.123185 h -3.31059 v 7.05233 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29257,0.123184 h -3.172 q -0.16938,0 -0.29257,-0.123184 -0.12318,-0.123185 -0.12318,-0.292564 v -7.05233 h -3.31059 q -0.16938,0 -0.29257,-0.123185 Q 125.29,12.7678 125.29,12.598421 v -2.479094 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5242" />
<path
d="m 146.05602,9.7035784 h 3.17201 q 0.16938,0 0.29257,0.1231848 0.12318,0.1231848 0.12318,0.2925638 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29257,0.123184 h -3.17201 q -0.16938,0 -0.29256,-0.123184 -0.12319,-0.123185 -0.12319,-0.292564 v -3.279796 h -3.07962 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29256,0.123184 h -3.17201 q -0.16938,0 -0.29257,-0.107786 -0.12318,-0.123185 -0.12318,-0.307962 v -9.947173 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 h 3.17201 q 0.16937,0 0.29256,0.1231848 0.12318,0.1231848 0.12318,0.2925638 v 3.156611 h 3.07962 v -3.156611 q 0,-0.169379 0.12319,-0.2925638 0.12318,-0.1231848 0.29256,-0.1231848 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5244" />
<path
d="m 156.02797,17.479619 h 6.14385 q 0.16937,0 0.29256,0.123185 0.12318,0.123184 0.12318,0.292564 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29256,0.123184 h -9.7316 q -0.16938,0 -0.29257,-0.123184 -0.12318,-0.123185 -0.12318,-0.292564 v -9.947173 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 h 9.57761 q 0.16938,0 0.29257,0.1231848 0.12318,0.1231848 0.12318,0.2925638 v 2.171132 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123185 -0.29257,0.123185 h -5.98986 v 0.97008 h 5.14297 q 0.16938,0 0.29256,0.123185 0.12319,0.123185 0.12319,0.292564 v 2.001753 q 0,0.169379 -0.12319,0.292564 -0.12318,0.123185 -0.29256,0.123185 h -5.14297 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5246" />
<path
d="m 175.99329,14.153629 v 1.878568 q 0,1.586005 -0.7699,2.648474 -0.76991,1.062469 -2.01715,1.509013 -1.24725,0.446545 -2.94104,0.446545 -1.69379,0 -2.94104,-0.446545 -1.24724,-0.446544 -2.01715,-1.509013 -0.7699,-1.062469 -0.7699,-2.67927 v -1.816976 q 0,-2.325113 1.586,-3.47997 1.6014,-1.1548576 4.14209,-1.1548576 2.54068,0 4.12669,1.1548576 1.6014,1.154857 1.6014,3.449174 z m -7.2987,-0.292564 v 2.463696 q 0,0.631322 0.41575,0.970081 0.43115,0.338758 1.15486,0.338758 0.72371,0 1.13946,-0.338758 0.43114,-0.354157 0.43114,-0.985479 v -2.4329 q 0,-0.631322 -0.43114,-0.97008 -0.41575,-0.354156 -1.13946,-0.354156 -0.72371,0 -1.15486,0.338758 -0.41575,0.338758 -0.41575,0.97008 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5248" />
<path
d="m 189.46061,20.004907 q 0.0308,0.06159 0.0308,0.169379 0,0.107787 -0.10779,0.215574 -0.0924,0.09239 -0.23097,0.09239 h -3.49537 q -0.46194,0 -0.64672,-0.384952 l -1.35503,-3.048824 h -1.29344 V 20.0665 q 0,0.169379 -0.12319,0.292564 -0.12318,0.123184 -0.29256,0.123184 h -3.32599 q -0.16938,0 -0.29257,-0.123184 -0.12318,-0.123185 -0.12318,-0.292564 v -9.947173 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 h 5.98986 q 2.10954,0 3.34139,1.0008766 1.23185,1.000876 1.23185,2.725464 0,2.094141 -1.61681,3.033425 z m -7.09852,-7.437282 v 1.632199 h 1.92476 q 0.33876,0 0.52353,-0.215574 0.18478,-0.230971 0.18478,-0.56973 0,-0.338758 -0.18478,-0.585127 -0.16937,-0.261768 -0.52353,-0.261768 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5250" />
<path
d="m 198.84745,9.7035784 h 3.2182 q 0.13858,0 0.23097,0.1077867 0.10779,0.092389 0.10779,0.2001749 0,0.107787 -0.0462,0.200176 l -3.88033,6.421007 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12318,0.123184 -0.29256,0.123184 h -3.2798 q -0.16938,0 -0.29256,-0.123184 -0.12319,-0.123185 -0.12319,-0.292564 v -3.433777 l -3.86492,-6.421007 q -0.0462,-0.09239 -0.0462,-0.200176 0,-0.1077863 0.0924,-0.2001749 0.10779,-0.1077867 0.24637,-0.1077867 h 3.249 q 0.43115,0 0.63132,0.3541566 l 1.73999,3.048823 1.78618,-3.018027 q 0.23097,-0.3849526 0.64672,-0.3849526 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5252" />
</g>
<rect
style="fill:#ff7f2a;stroke:#ff7f2a;stroke-width:43.0587;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="rect867"
width="785.46924"
height="38.58448"
x="-56.131153"
y="-560.25458" />
<g
aria-label="illustrated"
id="text847"
style="font-style:normal;font-weight:normal;font-size:20.9827px;line-height:1.25;font-family:sans-serif;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.52457"
transform="matrix(4.1283199,0,0,4.1586755,-94.177217,-675.33474)">
<path
d="m 22.044446,28.956478 h -3.797868 v 6.084983 h 3.797868 q 0.23081,0 0.398672,0.167862 0.167861,0.167861 0.167861,0.398671 v 3.168388 q 0,0.230809 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 H 8.7414143 q -0.2308097,0 -0.3986713,-0.167862 -0.1678616,-0.167862 -0.1678616,-0.398671 v -3.168388 q 0,-0.23081 0.1678616,-0.398671 0.1678616,-0.167862 0.3986713,-0.167862 H 12.581248 V 28.956478 H 8.7414143 q -0.2308097,0 -0.3986713,-0.167862 -0.1678616,-0.167861 -0.1678616,-0.398671 v -3.168388 q 0,-0.230809 0.1678616,-0.398671 0.1678616,-0.167862 0.3986713,-0.167862 H 22.044446 q 0.23081,0 0.398672,0.167862 0.167861,0.167862 0.167861,0.398671 v 3.168388 q 0,0.23081 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5203" />
<path
d="m 32.905289,35.041461 h 7.1551 q 0.23081,0 0.398672,0.167862 0.167861,0.167861 0.167861,0.398671 v 3.168388 q 0,0.230809 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 H 27.806492 q -0.230809,0 -0.398671,-0.167862 Q 27.23996,39.007191 27.23996,38.776382 V 25.221557 q 0,-0.230809 0.167861,-0.398671 0.167862,-0.167862 0.398671,-0.167862 h 4.532264 q 0.230809,0 0.398671,0.167862 0.167862,0.167862 0.167862,0.398671 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5205" />
<path
d="m 50.732388,35.041461 h 7.1551 q 0.23081,0 0.398672,0.167862 0.167861,0.167861 0.167861,0.398671 v 3.168388 q 0,0.230809 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 H 45.633591 q -0.230809,0 -0.398671,-0.167862 -0.167862,-0.167862 -0.167862,-0.398671 V 25.221557 q 0,-0.230809 0.167862,-0.398671 0.167862,-0.167862 0.398671,-0.167862 h 4.532264 q 0.230809,0 0.398671,0.167862 0.167862,0.167862 0.167862,0.398671 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5207" />
<path
d="m 74.455625,38.021004 q -2.056304,1.531738 -5.581398,1.531738 -3.525094,0 -5.602381,-1.531738 -2.056305,-1.531737 -2.056305,-4.784055 v -8.015392 q 0,-0.230809 0.167862,-0.398671 0.167861,-0.167862 0.398671,-0.167862 h 4.385385 q 0.230809,0 0.398671,0.167862 0.167861,0.167862 0.167861,0.398671 v 8.351115 q 0,0.860291 0.566533,1.32191 0.587516,0.46162 1.573703,0.46162 0.986187,0 1.55272,-0.46162 0.587515,-0.461619 0.587515,-1.32191 v -8.351115 q 0,-0.230809 0.167862,-0.398671 0.167861,-0.167862 0.398671,-0.167862 h 4.385385 q 0.230809,0 0.398671,0.167862 0.167861,0.167862 0.167861,0.398671 v 8.015392 q 0,3.252318 -2.077287,4.784055 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5209" />
<path
d="m 87.855374,29.98463 q 3.441163,0.398672 4.888969,1.489772 1.468789,1.070118 1.468789,3.231336 0,2.161218 -2.119252,3.504111 -2.119253,1.342893 -5.623364,1.342893 -3.504111,0 -5.455502,-1.279945 -1.930409,-1.300928 -1.930409,-3.189371 0,-0.461619 0.482603,-0.461619 h 4.301453 q 0.440637,0 0.713412,0.272775 0.587516,0.566533 2.035322,0.566533 1.993356,0 1.993356,-0.608498 0,-0.377689 -0.629481,-0.587516 -0.629481,-0.23081 -2.496941,-0.440637 -5.938104,-0.713411 -5.938104,-4.553246 0,-2.161218 1.909426,-3.483128 1.909425,-1.342893 5.098796,-1.342893 3.210353,0 5.182727,1.405841 1.972374,1.384858 1.972374,2.937578 0,0.209827 -0.146879,0.335724 -0.125896,0.125896 -0.356706,0.125896 h -4.511281 q -0.377688,0 -0.650463,-0.251793 -0.503585,-0.461619 -1.510755,-0.461619 -1.405841,0 -1.405841,0.587516 0,0.31474 0.54555,0.503584 0.545551,0.167862 2.182201,0.356706 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5211" />
<path
d="m 97.289397,24.655024 h 14.478063 q 0.23081,0 0.39867,0.167862 0.16786,0.167862 0.16786,0.398671 v 3.378215 q 0,0.23081 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.51128 v 9.610077 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.32244 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 v -9.610077 h -4.511283 q -0.23081,0 -0.398672,-0.167862 -0.167861,-0.167861 -0.167861,-0.398671 v -3.378215 q 0,-0.230809 0.167861,-0.398671 0.167862,-0.167862 0.398672,-0.167862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5213" />
<path
d="m 130.68566,38.692451 q 0.042,0.08393 0.042,0.23081 0,0.146878 -0.14688,0.293757 -0.12589,0.125897 -0.31474,0.125897 h -4.76307 q -0.62948,0 -0.88127,-0.524568 l -1.84648,-4.154575 h -1.76255 v 4.11261 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.53227 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 V 25.221557 q 0,-0.230809 0.16786,-0.398671 0.16786,-0.167862 0.39867,-0.167862 h 8.16227 q 2.87463,0 4.55325,1.363876 1.67862,1.363875 1.67862,3.713938 0,2.853647 -2.20319,4.133592 z m -9.67303,-10.134644 v 2.224166 h 2.62284 q 0.46162,0 0.71341,-0.293758 0.25179,-0.31474 0.25179,-0.77636 0,-0.461619 -0.25179,-0.797342 -0.23081,-0.356706 -0.71341,-0.356706 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5215" />
<path
d="m 136.21689,39.342915 h -3.96573 q -0.18885,0 -0.33573,-0.125897 -0.12589,-0.146879 -0.12589,-0.272775 0,-0.125896 0.021,-0.188844 l 4.57423,-13.407946 q 0.18884,-0.692429 0.94422,-0.692429 h 5.83319 q 0.75538,0 0.94422,0.692429 l 4.57423,13.407946 q 0.021,0.06295 0.021,0.188844 0,0.125896 -0.14687,0.272775 -0.1259,0.125897 -0.31474,0.125897 h -3.96574 q -0.67144,0 -0.94422,-0.713412 l -0.52456,-1.468789 h -5.11978 l -0.52457,1.468789 q -0.27278,0.713412 -0.94422,0.713412 z m 5.51845,-6.273828 -1.48977,-4.364401 -1.48978,4.364401 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5217" />
<path
d="m 150.77069,24.655024 h 14.47806 q 0.23081,0 0.39867,0.167862 0.16787,0.167862 0.16787,0.398671 v 3.378215 q 0,0.23081 -0.16787,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.51128 v 9.610077 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.32244 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 v -9.610077 h -4.51128 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167861 -0.16786,-0.398671 v -3.378215 q 0,-0.230809 0.16786,-0.398671 0.16786,-0.167862 0.39867,-0.167862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5219" />
<path
d="m 174.26312,35.251288 h 8.3721 q 0.23081,0 0.39867,0.167862 0.16786,0.167861 0.16786,0.398671 v 2.958561 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -13.26107 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 V 25.221557 q 0,-0.230809 0.16786,-0.398671 0.16786,-0.167862 0.39867,-0.167862 h 13.05124 q 0.23081,0 0.39867,0.167862 0.16786,0.167862 0.16786,0.398671 v 2.958561 q 0,0.23081 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -8.16227 v 1.32191 h 7.00822 q 0.23081,0 0.39867,0.167862 0.16787,0.167861 0.16787,0.398671 v 2.727751 q 0,0.23081 -0.16787,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -7.00822 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5221" />
<path
d="m 186.9075,24.655024 h 6.69348 q 2.3081,0 4.00769,0.608499 1.6996,0.608498 2.74874,2.056304 1.04913,1.447807 1.04913,3.609025 v 2.140235 q 0,3.357232 -2.26613,4.888969 -2.07729,1.384859 -5.53943,1.384859 h -6.69348 q -0.23081,0 -0.39867,-0.167862 -0.16787,-0.167862 -0.16787,-0.398671 V 25.221557 q 0,-0.230809 0.16787,-0.398671 0.16786,-0.167862 0.39867,-0.167862 z m 4.88897,4.091627 v 6.504637 h 1.90942 q 0.98619,0 1.55272,-0.461619 0.58752,-0.482603 0.58752,-1.342893 v -2.895613 q 0,-0.860291 -0.58752,-1.32191 -0.56653,-0.482602 -1.55272,-0.482602 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5223" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.8502px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.09626"
x="258.55856"
y="505.86603"
id="text747"
transform="scale(0.99634365,1.0036698)"><tspan
sodipodi:role="line"
id="tspan745"
x="258.55856"
y="505.86603"
style="stroke-width:1.09626">BORIS MARINO</tspan></text>
</switch>
<rect
style="fill:#39bced;fill-opacity:1;stroke:#c50000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
id="rect3398-3"
width="219.14351"
height="59.761421"
x="-4.0848384"
y="-7.5040708" />
<g
aria-label="category theory "
id="text835-0"
style="font-style:normal;font-weight:normal;font-size:15.3981px;line-height:1.25;font-family:sans-serif;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.384954"
transform="matrix(1.0018713,0,0,1.0018713,-0.38000565,0.45871693)">
<path
d="m 11.860139,13.861065 v 2.463696 q 0,0.631322 0.415749,0.970081 0.431147,0.338758 1.108663,0.338758 0.692915,0 1.000877,-0.215574 0.307962,-0.215573 0.508137,-0.631322 0.215573,-0.415748 0.554332,-0.415748 h 3.325989 q 0.138583,0 0.230972,0.107786 0.107786,0.09239 0.107786,0.230972 0,1.432023 -1.355032,2.617677 -0.677517,0.585128 -1.801578,0.954682 -1.124061,0.354156 -2.648473,0.354156 -1.524412,0 -2.787056,-0.461943 Q 9.2732586,19.696945 8.4879555,18.634476 7.7026524,17.556609 7.7026524,16.001401 v -1.816976 q 0,-1.555208 0.7853031,-2.633075 1.4782176,-2.0017526 4.9427905,-2.0017526 1.401227,0 2.525288,0.3695544 1.124061,0.3541562 1.801578,0.9392842 1.355032,1.185654 1.355032,2.617677 0,0.138583 -0.107786,0.246369 -0.09239,0.09239 -0.230972,0.09239 h -3.325989 q -0.338759,0 -0.554332,-0.415749 -0.200175,-0.415748 -0.508137,-0.631322 -0.307962,-0.215573 -1.000877,-0.215573 -0.677516,0 -1.108663,0.338758 -0.415749,0.338758 -0.415749,0.97008 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5226-3" />
<path
d="m 23.448893,20.482248 h -2.91024 q -0.138583,0 -0.24637,-0.09239 -0.09239,-0.107787 -0.09239,-0.200176 0,-0.09239 0.0154,-0.138582 l 3.356786,-9.839386 q 0.138583,-0.5081376 0.692915,-0.5081376 h 4.280672 q 0.554331,0 0.692914,0.5081376 l 3.356786,9.839386 q 0.0154,0.04619 0.0154,0.138582 0,0.09239 -0.107787,0.200176 -0.09239,0.09239 -0.230971,0.09239 h -2.910241 q -0.492739,0 -0.692915,-0.523535 L 28.283897,18.880846 H 24.52676 l -0.384952,1.077867 q -0.200175,0.523535 -0.692915,0.523535 z m 4.049701,-4.604032 -1.093265,-3.202804 -1.093265,3.202804 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5228-0" />
<path
d="m 34.12916,9.7035784 h 10.624689 q 0.169379,0 0.292564,0.1231848 0.123184,0.1231848 0.123184,0.2925638 v 2.479094 q 0,0.169379 -0.123184,0.292564 -0.123185,0.123185 -0.292564,0.123185 h -3.310592 v 7.05233 q 0,0.169379 -0.123185,0.292564 -0.123184,0.123184 -0.292564,0.123184 H 37.8555 q -0.169379,0 -0.292564,-0.123184 Q 37.439751,20.235879 37.439751,20.0665 V 13.01417 H 34.12916 q -0.169379,0 -0.292564,-0.123185 -0.123185,-0.123185 -0.123185,-0.292564 v -2.479094 q 0,-0.169379 0.123185,-0.2925638 0.123185,-0.1231848 0.292564,-0.1231848 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5230-9" />
<path
d="m 51.369016,17.479619 h 6.143841 q 0.169379,0 0.292564,0.123185 0.123185,0.123184 0.123185,0.292564 V 20.0665 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123184 -0.292564,0.123184 h -9.731599 q -0.169379,0 -0.292564,-0.123184 Q 47.36551,20.235879 47.36551,20.0665 v -9.947173 q 0,-0.169379 0.123184,-0.2925638 0.123185,-0.1231848 0.292564,-0.1231848 h 9.577618 q 0.169379,0 0.292564,0.1231848 0.123185,0.1231848 0.123185,0.2925638 v 2.171132 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123185 -0.292564,0.123185 h -5.98986 v 0.97008 h 5.142965 q 0.169379,0 0.292564,0.123185 0.123185,0.123185 0.123185,0.292564 v 2.001753 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123185 -0.292564,0.123185 h -5.142965 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5232-2" />
<path
d="m 66.684111,13.98425 h 4.465449 q 0.169379,0 0.292564,0.123185 0.123184,0.123185 0.123184,0.292564 v 1.632198 q 0,2.340512 -1.601402,3.479971 -1.586004,1.124061 -4.203681,1.124061 -2.617677,0 -4.21908,-1.124061 -1.586004,-1.139459 -1.586004,-3.510767 v -1.816976 q 0,-1.185653 0.446545,-2.094141 0.461943,-0.908488 1.278042,-1.46282 1.601403,-1.0778666 4.080497,-1.0778666 1.231848,0 2.248122,0.2925639 1.031673,0.2771657 1.632199,0.7083127 0.615924,0.415749 1.047071,0.908488 0.754507,0.862293 0.754507,1.524412 0,0.138583 -0.107787,0.246369 -0.09239,0.09239 -0.230972,0.09239 h -3.47997 q -0.307962,0 -0.446545,-0.169379 -0.477341,-0.600526 -1.308839,-0.600526 -0.816099,0 -1.29344,0.32336 -0.461943,0.32336 -0.461943,0.831497 v 2.617677 q 0,0.615924 0.461943,0.970081 0.461943,0.338758 1.29344,0.338758 0.846896,0 1.293441,-0.32336 0.461943,-0.338758 0.477341,-0.785303 h -0.954682 q -0.169379,0 -0.292564,-0.123185 -0.123185,-0.123185 -0.123185,-0.292564 V 14.4 q 0,-0.169379 0.123185,-0.292564 0.123185,-0.123185 0.292564,-0.123186 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5234-5" />
<path
d="m 84.416708,14.153629 v 1.878568 q 0,1.586005 -0.769905,2.648474 -0.769905,1.062469 -2.017151,1.509013 -1.247246,0.446545 -2.941037,0.446545 -1.693791,0 -2.941038,-0.446545 -1.247246,-0.446544 -2.017151,-1.509013 -0.769905,-1.062469 -0.769905,-2.67927 v -1.816976 q 0,-2.325113 1.586005,-3.47997 1.601402,-1.1548576 4.142089,-1.1548576 2.540686,0 4.12669,1.1548576 1.601403,1.154857 1.601403,3.449174 z m -7.2987,-0.292564 v 2.463696 q 0,0.631322 0.415749,0.970081 0.431147,0.338758 1.154858,0.338758 0.72371,0 1.139459,-0.338758 0.431147,-0.354157 0.431147,-0.985479 v -2.4329 q 0,-0.631322 -0.431147,-0.97008 -0.415749,-0.354156 -1.139459,-0.354156 -0.723711,0 -1.154858,0.338758 -0.415749,0.338758 -0.415749,0.97008 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5236-4" />
<path
d="m 97.884027,20.004907 q 0.0308,0.06159 0.0308,0.169379 0,0.107787 -0.107786,0.215574 -0.09239,0.09239 -0.230972,0.09239 H 94.0807 q -0.461943,0 -0.64672,-0.384952 l -1.355033,-3.048824 h -1.29344 V 20.0665 q 0,0.169379 -0.123185,0.292564 -0.123185,0.123184 -0.292564,0.123184 h -3.325989 q -0.169379,0 -0.292564,-0.123184 Q 86.62802,20.235879 86.62802,20.0665 v -9.947173 q 0,-0.169379 0.123185,-0.2925638 0.123185,-0.1231848 0.292564,-0.1231848 h 5.989861 q 2.109539,0 3.341387,1.0008766 1.231848,1.000876 1.231848,2.725464 0,2.094141 -1.6168,3.033425 z m -7.098524,-7.437282 v 1.632199 h 1.924763 q 0.338758,0 0.523535,-0.215574 0.184777,-0.230971 0.184777,-0.56973 0,-0.338758 -0.184777,-0.585127 -0.169379,-0.261768 -0.523535,-0.261768 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5238-0" />
<path
d="m 107.27086,9.7035784 h 3.2182 q 0.13858,0 0.23097,0.1077867 0.10779,0.092389 0.10779,0.2001749 0,0.107787 -0.0462,0.200176 l -3.88032,6.421007 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29257,0.123184 h -3.27979 q -0.16938,0 -0.29256,-0.123184 -0.12319,-0.123185 -0.12319,-0.292564 v -3.433777 l -3.864922,-6.421007 q -0.04619,-0.09239 -0.04619,-0.200176 0,-0.1077863 0.09239,-0.2001749 0.107787,-0.1077867 0.246369,-0.1077867 h 3.249003 q 0.43115,0 0.63132,0.3541566 l 1.73999,3.048823 1.78618,-3.018027 q 0.23097,-0.3849526 0.64672,-0.3849526 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5240-5" />
<path
d="m 125.70575,9.7035784 h 10.62468 q 0.16938,0 0.29257,0.1231848 0.12318,0.1231848 0.12318,0.2925638 v 2.479094 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123185 -0.29257,0.123185 h -3.31059 v 7.05233 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29257,0.123184 h -3.172 q -0.16938,0 -0.29257,-0.123184 -0.12318,-0.123185 -0.12318,-0.292564 v -7.05233 h -3.31059 q -0.16938,0 -0.29257,-0.123185 Q 125.29,12.7678 125.29,12.598421 v -2.479094 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5242-9" />
<path
d="m 146.05602,9.7035784 h 3.17201 q 0.16938,0 0.29257,0.1231848 0.12318,0.1231848 0.12318,0.2925638 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29257,0.123184 h -3.17201 q -0.16938,0 -0.29256,-0.123184 -0.12319,-0.123185 -0.12319,-0.292564 v -3.279796 h -3.07962 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29256,0.123184 h -3.17201 q -0.16938,0 -0.29257,-0.107786 -0.12318,-0.123185 -0.12318,-0.307962 v -9.947173 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 h 3.17201 q 0.16937,0 0.29256,0.1231848 0.12318,0.1231848 0.12318,0.2925638 v 3.156611 h 3.07962 v -3.156611 q 0,-0.169379 0.12319,-0.2925638 0.12318,-0.1231848 0.29256,-0.1231848 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5244-4" />
<path
d="m 156.02797,17.479619 h 6.14385 q 0.16937,0 0.29256,0.123185 0.12318,0.123184 0.12318,0.292564 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123184 -0.29256,0.123184 h -9.7316 q -0.16938,0 -0.29257,-0.123184 -0.12318,-0.123185 -0.12318,-0.292564 v -9.947173 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 h 9.57761 q 0.16938,0 0.29257,0.1231848 0.12318,0.1231848 0.12318,0.2925638 v 2.171132 q 0,0.169379 -0.12318,0.292564 -0.12319,0.123185 -0.29257,0.123185 h -5.98986 v 0.97008 h 5.14297 q 0.16938,0 0.29256,0.123185 0.12319,0.123185 0.12319,0.292564 v 2.001753 q 0,0.169379 -0.12319,0.292564 -0.12318,0.123185 -0.29256,0.123185 h -5.14297 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5246-6" />
<path
d="m 175.99329,14.153629 v 1.878568 q 0,1.586005 -0.7699,2.648474 -0.76991,1.062469 -2.01715,1.509013 -1.24725,0.446545 -2.94104,0.446545 -1.69379,0 -2.94104,-0.446545 -1.24724,-0.446544 -2.01715,-1.509013 -0.7699,-1.062469 -0.7699,-2.67927 v -1.816976 q 0,-2.325113 1.586,-3.47997 1.6014,-1.1548576 4.14209,-1.1548576 2.54068,0 4.12669,1.1548576 1.6014,1.154857 1.6014,3.449174 z m -7.2987,-0.292564 v 2.463696 q 0,0.631322 0.41575,0.970081 0.43115,0.338758 1.15486,0.338758 0.72371,0 1.13946,-0.338758 0.43114,-0.354157 0.43114,-0.985479 v -2.4329 q 0,-0.631322 -0.43114,-0.97008 -0.41575,-0.354156 -1.13946,-0.354156 -0.72371,0 -1.15486,0.338758 -0.41575,0.338758 -0.41575,0.97008 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5248-9" />
<path
d="m 189.46061,20.004907 q 0.0308,0.06159 0.0308,0.169379 0,0.107787 -0.10779,0.215574 -0.0924,0.09239 -0.23097,0.09239 h -3.49537 q -0.46194,0 -0.64672,-0.384952 l -1.35503,-3.048824 h -1.29344 V 20.0665 q 0,0.169379 -0.12319,0.292564 -0.12318,0.123184 -0.29256,0.123184 h -3.32599 q -0.16938,0 -0.29257,-0.123184 -0.12318,-0.123185 -0.12318,-0.292564 v -9.947173 q 0,-0.169379 0.12318,-0.2925638 0.12319,-0.1231848 0.29257,-0.1231848 h 5.98986 q 2.10954,0 3.34139,1.0008766 1.23185,1.000876 1.23185,2.725464 0,2.094141 -1.61681,3.033425 z m -7.09852,-7.437282 v 1.632199 h 1.92476 q 0.33876,0 0.52353,-0.215574 0.18478,-0.230971 0.18478,-0.56973 0,-0.338758 -0.18478,-0.585127 -0.16937,-0.261768 -0.52353,-0.261768 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5250-2" />
<path
d="m 198.84745,9.7035784 h 3.2182 q 0.13858,0 0.23097,0.1077867 0.10779,0.092389 0.10779,0.2001749 0,0.107787 -0.0462,0.200176 l -3.88033,6.421007 V 20.0665 q 0,0.169379 -0.12318,0.292564 -0.12318,0.123184 -0.29256,0.123184 h -3.2798 q -0.16938,0 -0.29256,-0.123184 -0.12319,-0.123185 -0.12319,-0.292564 v -3.433777 l -3.86492,-6.421007 q -0.0462,-0.09239 -0.0462,-0.200176 0,-0.1077863 0.0924,-0.2001749 0.10779,-0.1077867 0.24637,-0.1077867 h 3.249 q 0.43115,0 0.63132,0.3541566 l 1.73999,3.048823 1.78618,-3.018027 q 0.23097,-0.3849526 0.64672,-0.3849526 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.384954"
id="path5252-2" />
</g>
<rect
style="fill:#ff7f2a;stroke:#ff7f2a;stroke-width:10.4114;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="rect867-4"
width="190.61971"
height="9.2954321"
x="8.8531084"
y="28.182817" />
<g
aria-label="illustrated"
id="text847-7"
style="font-style:normal;font-weight:normal;font-size:20.9827px;line-height:1.25;font-family:sans-serif;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.52457"
transform="matrix(1.0018713,0,0,1.0018713,-0.38000565,0.45871693)">
<path
d="m 22.044446,28.956478 h -3.797868 v 6.084983 h 3.797868 q 0.23081,0 0.398672,0.167862 0.167861,0.167861 0.167861,0.398671 v 3.168388 q 0,0.230809 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 H 8.7414143 q -0.2308097,0 -0.3986713,-0.167862 -0.1678616,-0.167862 -0.1678616,-0.398671 v -3.168388 q 0,-0.23081 0.1678616,-0.398671 0.1678616,-0.167862 0.3986713,-0.167862 H 12.581248 V 28.956478 H 8.7414143 q -0.2308097,0 -0.3986713,-0.167862 -0.1678616,-0.167861 -0.1678616,-0.398671 v -3.168388 q 0,-0.230809 0.1678616,-0.398671 0.1678616,-0.167862 0.3986713,-0.167862 H 22.044446 q 0.23081,0 0.398672,0.167862 0.167861,0.167862 0.167861,0.398671 v 3.168388 q 0,0.23081 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5203-7" />
<path
d="m 32.905289,35.041461 h 7.1551 q 0.23081,0 0.398672,0.167862 0.167861,0.167861 0.167861,0.398671 v 3.168388 q 0,0.230809 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 H 27.806492 q -0.230809,0 -0.398671,-0.167862 Q 27.23996,39.007191 27.23996,38.776382 V 25.221557 q 0,-0.230809 0.167861,-0.398671 0.167862,-0.167862 0.398671,-0.167862 h 4.532264 q 0.230809,0 0.398671,0.167862 0.167862,0.167862 0.167862,0.398671 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5205-5" />
<path
d="m 50.732388,35.041461 h 7.1551 q 0.23081,0 0.398672,0.167862 0.167861,0.167861 0.167861,0.398671 v 3.168388 q 0,0.230809 -0.167861,0.398671 -0.167862,0.167862 -0.398672,0.167862 H 45.633591 q -0.230809,0 -0.398671,-0.167862 -0.167862,-0.167862 -0.167862,-0.398671 V 25.221557 q 0,-0.230809 0.167862,-0.398671 0.167862,-0.167862 0.398671,-0.167862 h 4.532264 q 0.230809,0 0.398671,0.167862 0.167862,0.167862 0.167862,0.398671 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5207-4" />
<path
d="m 74.455625,38.021004 q -2.056304,1.531738 -5.581398,1.531738 -3.525094,0 -5.602381,-1.531738 -2.056305,-1.531737 -2.056305,-4.784055 v -8.015392 q 0,-0.230809 0.167862,-0.398671 0.167861,-0.167862 0.398671,-0.167862 h 4.385385 q 0.230809,0 0.398671,0.167862 0.167861,0.167862 0.167861,0.398671 v 8.351115 q 0,0.860291 0.566533,1.32191 0.587516,0.46162 1.573703,0.46162 0.986187,0 1.55272,-0.46162 0.587515,-0.461619 0.587515,-1.32191 v -8.351115 q 0,-0.230809 0.167862,-0.398671 0.167861,-0.167862 0.398671,-0.167862 h 4.385385 q 0.230809,0 0.398671,0.167862 0.167861,0.167862 0.167861,0.398671 v 8.015392 q 0,3.252318 -2.077287,4.784055 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5209-8" />
<path
d="m 87.855374,29.98463 q 3.441163,0.398672 4.888969,1.489772 1.468789,1.070118 1.468789,3.231336 0,2.161218 -2.119252,3.504111 -2.119253,1.342893 -5.623364,1.342893 -3.504111,0 -5.455502,-1.279945 -1.930409,-1.300928 -1.930409,-3.189371 0,-0.461619 0.482603,-0.461619 h 4.301453 q 0.440637,0 0.713412,0.272775 0.587516,0.566533 2.035322,0.566533 1.993356,0 1.993356,-0.608498 0,-0.377689 -0.629481,-0.587516 -0.629481,-0.23081 -2.496941,-0.440637 -5.938104,-0.713411 -5.938104,-4.553246 0,-2.161218 1.909426,-3.483128 1.909425,-1.342893 5.098796,-1.342893 3.210353,0 5.182727,1.405841 1.972374,1.384858 1.972374,2.937578 0,0.209827 -0.146879,0.335724 -0.125896,0.125896 -0.356706,0.125896 h -4.511281 q -0.377688,0 -0.650463,-0.251793 -0.503585,-0.461619 -1.510755,-0.461619 -1.405841,0 -1.405841,0.587516 0,0.31474 0.54555,0.503584 0.545551,0.167862 2.182201,0.356706 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5211-1" />
<path
d="m 97.289397,24.655024 h 14.478063 q 0.23081,0 0.39867,0.167862 0.16786,0.167862 0.16786,0.398671 v 3.378215 q 0,0.23081 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.51128 v 9.610077 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.32244 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 v -9.610077 h -4.511283 q -0.23081,0 -0.398672,-0.167862 -0.167861,-0.167861 -0.167861,-0.398671 v -3.378215 q 0,-0.230809 0.167861,-0.398671 0.167862,-0.167862 0.398672,-0.167862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5213-2" />
<path
d="m 130.68566,38.692451 q 0.042,0.08393 0.042,0.23081 0,0.146878 -0.14688,0.293757 -0.12589,0.125897 -0.31474,0.125897 h -4.76307 q -0.62948,0 -0.88127,-0.524568 l -1.84648,-4.154575 h -1.76255 v 4.11261 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.53227 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 V 25.221557 q 0,-0.230809 0.16786,-0.398671 0.16786,-0.167862 0.39867,-0.167862 h 8.16227 q 2.87463,0 4.55325,1.363876 1.67862,1.363875 1.67862,3.713938 0,2.853647 -2.20319,4.133592 z m -9.67303,-10.134644 v 2.224166 h 2.62284 q 0.46162,0 0.71341,-0.293758 0.25179,-0.31474 0.25179,-0.77636 0,-0.461619 -0.25179,-0.797342 -0.23081,-0.356706 -0.71341,-0.356706 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5215-8" />
<path
d="m 136.21689,39.342915 h -3.96573 q -0.18885,0 -0.33573,-0.125897 -0.12589,-0.146879 -0.12589,-0.272775 0,-0.125896 0.021,-0.188844 l 4.57423,-13.407946 q 0.18884,-0.692429 0.94422,-0.692429 h 5.83319 q 0.75538,0 0.94422,0.692429 l 4.57423,13.407946 q 0.021,0.06295 0.021,0.188844 0,0.125896 -0.14687,0.272775 -0.1259,0.125897 -0.31474,0.125897 h -3.96574 q -0.67144,0 -0.94422,-0.713412 l -0.52456,-1.468789 h -5.11978 l -0.52457,1.468789 q -0.27278,0.713412 -0.94422,0.713412 z m 5.51845,-6.273828 -1.48977,-4.364401 -1.48978,4.364401 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5217-9" />
<path
d="m 150.77069,24.655024 h 14.47806 q 0.23081,0 0.39867,0.167862 0.16787,0.167862 0.16787,0.398671 v 3.378215 q 0,0.23081 -0.16787,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.51128 v 9.610077 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -4.32244 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 v -9.610077 h -4.51128 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167861 -0.16786,-0.398671 v -3.378215 q 0,-0.230809 0.16786,-0.398671 0.16786,-0.167862 0.39867,-0.167862 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5219-3" />
<path
d="m 174.26312,35.251288 h 8.3721 q 0.23081,0 0.39867,0.167862 0.16786,0.167861 0.16786,0.398671 v 2.958561 q 0,0.230809 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -13.26107 q -0.23081,0 -0.39867,-0.167862 -0.16786,-0.167862 -0.16786,-0.398671 V 25.221557 q 0,-0.230809 0.16786,-0.398671 0.16786,-0.167862 0.39867,-0.167862 h 13.05124 q 0.23081,0 0.39867,0.167862 0.16786,0.167862 0.16786,0.398671 v 2.958561 q 0,0.23081 -0.16786,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -8.16227 v 1.32191 h 7.00822 q 0.23081,0 0.39867,0.167862 0.16787,0.167861 0.16787,0.398671 v 2.727751 q 0,0.23081 -0.16787,0.398671 -0.16786,0.167862 -0.39867,0.167862 h -7.00822 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5221-6" />
<path
d="m 186.9075,24.655024 h 6.69348 q 2.3081,0 4.00769,0.608499 1.6996,0.608498 2.74874,2.056304 1.04913,1.447807 1.04913,3.609025 v 2.140235 q 0,3.357232 -2.26613,4.888969 -2.07729,1.384859 -5.53943,1.384859 h -6.69348 q -0.23081,0 -0.39867,-0.167862 -0.16787,-0.167862 -0.16787,-0.398671 V 25.221557 q 0,-0.230809 0.16787,-0.398671 0.16786,-0.167862 0.39867,-0.167862 z m 4.88897,4.091627 v 6.504637 h 1.90942 q 0.98619,0 1.55272,-0.461619 0.58752,-0.482603 0.58752,-1.342893 v -2.895613 q 0,-0.860291 -0.58752,-1.32191 -0.56653,-0.482602 -1.55272,-0.482602 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Rubik Mono One';-inkscape-font-specification:'Rubik Mono One';fill:#ffffff;fill-opacity:1;stroke-width:0.52457"
id="path5223-8" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
x="63.927883"
y="291.93933"
id="text216"><tspan
sodipodi:role="line"
id="tspan214"
x="63.927883"
y="291.93933"
style="stroke-width:0.264583">BORIS MARINOV</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 71 KiB