1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Merge branch 'thread/OP-1685_cc_oneshot_support' into abeck/test-oneshot

This commit is contained in:
abeck70 2015-02-23 18:56:54 +11:00
commit 51a9c7d468
13 changed files with 1346 additions and 309 deletions

View File

@ -162,15 +162,31 @@ void ConnectionDiagram::setupGraphicsScene()
}
QString prefix = "";
if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_NANO) {
QString suffix = "";
switch (m_configSource->getControllerType()) {
case VehicleConfigurationSource::CONTROLLER_CC:
case VehicleConfigurationSource::CONTROLLER_CC3D:
prefix = "cc-";
if (m_configSource->getEscType() == VehicleConfigurationSource::ESC_ONESHOT) {
suffix = "-oneshot";
}
break;
case VehicleConfigurationSource::CONTROLLER_REVO:
prefix = "revo-";
break;
case VehicleConfigurationSource::CONTROLLER_NANO:
prefix = "nano-";
break;
default:
break;
}
switch (m_configSource->getInputType()) {
case VehicleConfigurationSource::INPUT_PWM:
elementsToShow << QString("%1pwm").arg(prefix);
break;
case VehicleConfigurationSource::INPUT_PPM:
elementsToShow << QString("%1ppm").arg(prefix);
elementsToShow << QString("%1ppm%2").arg(prefix).arg(suffix);
break;
case VehicleConfigurationSource::INPUT_SBUS:
elementsToShow << QString("%1sbus").arg(prefix);

View File

@ -44,11 +44,47 @@ EscPage::~EscPage()
bool EscPage::validatePage()
{
if (ui->rapidESCButton->isChecked()) {
if (ui->oneshotESCButton->isChecked()) {
getWizard()->setEscType(SetupWizard::ESC_ONESHOT);
} else if (ui->rapidESCButton->isChecked()) {
getWizard()->setEscType(SetupWizard::ESC_RAPID);
} else {
} else if (ui->defaultESCButton->isChecked()) {
getWizard()->setEscType(SetupWizard::ESC_STANDARD);
}
return true;
}
void EscPage::initializePage()
{
bool enabled = true;
switch (getWizard()->getControllerType()) {
case SetupWizard::CONTROLLER_CC:
case SetupWizard::CONTROLLER_CC3D:
switch (getWizard()->getVehicleType()) {
case SetupWizard::VEHICLE_MULTI:
switch (getWizard()->getVehicleSubType()) {
case SetupWizard::MULTI_ROTOR_TRI_Y:
case SetupWizard::MULTI_ROTOR_QUAD_X:
case SetupWizard::MULTI_ROTOR_QUAD_H:
case SetupWizard::MULTI_ROTOR_QUAD_PLUS:
enabled = getWizard()->getInputType() != SetupWizard::INPUT_PWM;
break;
default:
enabled = false;
break;
}
break;
default: break;
}
break;
default: break;
}
ui->oneshotESCButton->setEnabled(enabled);
if (ui->oneshotESCButton->isChecked() && !enabled) {
ui->oneshotESCButton->setChecked(false);
ui->rapidESCButton->setChecked(true);
}
}

View File

@ -41,6 +41,7 @@ public:
explicit EscPage(SetupWizard *wizard, QWidget *parent = 0);
~EscPage();
bool validatePage();
void initializePage();
private:
Ui::EscPage *ui;

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<width>641</width>
<height>400</height>
</rect>
</property>
@ -139,6 +139,53 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="oneshotESCButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="toolTip">
<string>Turbo PWM ESC 400Hz</string>
</property>
<property name="styleSheet">
<string notr="true">QToolButton { border: none }</string>
</property>
<property name="text">
<string>OneShot ESC</string>
</property>
<property name="icon">
<iconset resource="../wizardResources.qrc">
<normaloff>:/setupwizard/resources/bttn-oneshot-up.png</normaloff>
<normalon>:/setupwizard/resources/bttn-oneshot-dwn.png</normalon>:/setupwizard/resources/bttn-oneshot-up.png</iconset>
</property>
<property name="iconSize">
<size>
<width>200</width>
<height>100</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>

View File

@ -74,6 +74,9 @@ void SavePage::writeToController()
disconnect(&helper, SIGNAL(saveProgress(int, int, QString)), this, SLOT(saveProgress(int, int, QString)));
ui->saveProgressLabel->setText(QString("<font color='%1'>%2</font>").arg(m_successfulWrite ? "green" : "red", ui->saveProgressLabel->text()));
if (m_successfulWrite) {
getWizard()->reboot();
}
enableButtons(true);
emit completeChanged();

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -30,13 +30,13 @@
inkscape:window-height="928"
id="namedview4616"
showgrid="false"
inkscape:zoom="1.4031929"
inkscape:cx="1002.5907"
inkscape:cy="640.46999"
inkscape:zoom="1.9844144"
inkscape:cx="236.10597"
inkscape:cy="505.93946"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="layer50"
inkscape:current-layer="layer12"
fit-margin-top="15"
fit-margin-left="15"
fit-margin-right="15"
@ -5780,7 +5780,7 @@
xlink:href="#linearGradient6595-2-8-7"
id="linearGradient13497"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4,0,0,0.4,-9.19248,-117.95964)"
gradientTransform="matrix(0.4,0,0,0.4,-9.19248,-106.95964)"
x1="401"
y1="1060"
x2="843"
@ -5790,7 +5790,7 @@
xlink:href="#linearGradient6595-2-8-7-7"
id="linearGradient13565"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4,0,0,0.4,-14.566438,-138.34458)"
gradientTransform="matrix(0.4,0,0,0.4,-14.566438,-107.34458)"
x1="401"
y1="1060"
x2="843"
@ -17669,6 +17669,87 @@
y1="2631.6711"
x2="-124.28316"
y2="2631.6711" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6595-2-8-7-7-8"
id="linearGradient13565-5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4,0,0,0.4,-14.566438,-107.34458)"
x1="401"
y1="1060"
x2="843"
y2="669" />
<linearGradient
x1="401"
y1="1060"
gradientTransform="translate(0,-4)"
x2="843"
gradientUnits="userSpaceOnUse"
y2="669"
id="linearGradient6595-2-8-7-7-8">
<stop
offset="0"
stop-color="#1f1f1f"
id="stop6583-3-5-3-6-2" />
<stop
offset="1"
stop-color="#535353"
id="stop6585-0-2-1-6-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6595-2-8-7-7-1"
id="linearGradient13565-9"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4,0,0,0.4,-14.566438,-107.34458)"
x1="401"
y1="1060"
x2="843"
y2="669" />
<linearGradient
x1="401"
y1="1060"
gradientTransform="translate(0,-4)"
x2="843"
gradientUnits="userSpaceOnUse"
y2="669"
id="linearGradient6595-2-8-7-7-1">
<stop
offset="0"
stop-color="#1f1f1f"
id="stop6583-3-5-3-6-17" />
<stop
offset="1"
stop-color="#535353"
id="stop6585-0-2-1-6-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6595-2-8-7-7-1-2"
id="linearGradient13565-9-6"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4,0,0,0.4,-14.566438,-107.34458)"
x1="401"
y1="1060"
x2="843"
y2="669" />
<linearGradient
x1="401"
y1="1060"
gradientTransform="translate(0,-4)"
x2="843"
gradientUnits="userSpaceOnUse"
y2="669"
id="linearGradient6595-2-8-7-7-1-2">
<stop
offset="0"
stop-color="#1f1f1f"
id="stop6583-3-5-3-6-17-1" />
<stop
offset="1"
stop-color="#535353"
id="stop6585-0-2-1-6-2-4" />
</linearGradient>
</defs>
<metadata
id="metadata12656">
@ -17708,296 +17789,360 @@
transform="translate(-32.46875,315.85439)">
<g
inkscape:groupmode="layer"
id="layer19"
inkscape:label="pwm"
id="layer54"
inkscape:label="revo-ppm"
style="display:none"
sodipodi:insensitive="true">
<g
id="pwm">
style="display:inline"
id="revo-ppm"
transform="translate(1.0000001,-19)">
<path
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
id="path8856-1-8-4-9-0"
d="M 309.08544,189.42619 L 430.46875,188.94219"
inkscape:connector-curvature="0"
d="M 303.36407,164.95113 L 400.16407,165.15673 L 400.71207,195.99673 L 430.31207,196.13273"
id="path8856-1-5" />
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter"
id="path8856-1-5-8-4-3-1"
d="M 309.08544,183.82619 L 430.46875,183.62059"
inkscape:connector-curvature="0"
d="M 303.36407,150.95113 L 414.56407,151.50713 L 415.19607,182.10713 L 429.99607,182.15113"
id="path8856" />
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
id="path8856-1-3-1-3-5-6"
d="M 309.08544,195.62619 L 369.77709,195.42019 L 370.12292,212.31719 L 430.46875,212.21419"
inkscape:connector-curvature="0"
d="M 303.36407,159.35113 L 405.36407,159.83513 L 405.90407,190.59513 L 430.10407,190.57043"
id="path8856-1" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="M 303.76407,187.75113 L 383.94,187.65633 L 383.94,203.58874 L 430.34,203.43994"
id="path8856-5" />
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cc"
style="fill:#cccccc;stroke:#fac204;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 303.76407,211.51434 L 430.56407,211.51434"
id="path8856-5-1" />
d="M 394.76407,219.75113 L 430.56375,219.65633"
id="path8856-5-7-0" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cc"
style="fill:none;stroke:#fac204;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 303.76407,238.55113 L 384.804,238.58223 L 384.80447,219.51734 L 430.40447,219.51134"
id="path8856-5-1-7" />
d="M 395.16407,226.51434 L 430.56375,226.51434"
id="path8856-5-1-81-9" />
<path
sodipodi:nodetypes="ccccc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
sodipodi:nodetypes="cc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 303.76407,260.95113 L 320.88407,261.27993 L 403.284,261.02753 L 403.284,227.51434 L 430.71887,227.51434"
id="path8856-5-1-7-1" />
d="M 395.80447,233.97173 L 430.40447,233.96573"
id="path8856-5-1-7-8-5" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter"
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 303.36407,154.15113 L 411.36407,154.56313 L 411.52367,184.96357 L 430.12367,185.35113"
id="path8856-1-3" />
d="M 396.284,241.51434 L 430.71887,241.51434"
id="path8856-5-1-7-1-5-2" />
<path
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 131.51628,249.89645 C 99.179438,245.41438 56.116118,262.77498 44.942858,314.61434"
id="path9857-3-9" />
d="M 131.51628,280.89645 C 99.179438,276.41438 56.116118,293.77498 44.942858,345.61434"
id="path9857-3-9-2-4" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 309.08544,198.82619 L 366.77709,198.68719 L 367.12292,215.61769 L 430.46875,215.54819"
id="path8856-4-4-3-0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 309.08544,191.82619 L 372.77709,191.68719 L 373.12292,208.61769 L 430.46875,208.54819"
id="path8856-4-4-3-4-5"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="sssccccssssss"
inkscape:connector-curvature="0"
id="rect8853-0-8"
d="M 136.31357,132.05542 L 323.35356,132.05542 C 326.94348,132.05542 329.83356,134.9455 329.83356,138.53542 L 329.83356,147.37557 L 323.83356,147.37557 L 323.83356,269.73558 L 329.834,269.73558 L 329.83356,279.97542 C 329.83341,283.56534 326.94348,286.45542 323.35356,286.45542 L 136.31357,286.45542 C 132.72364,286.45542 129.83356,283.56534 129.83356,279.97542 L 129.83356,138.53542 C 129.83356,134.9455 132.72364,132.05542 136.31357,132.05542 z"
style="color:#000000;fill:url(#linearGradient13565);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
id="rect8853-0-8-3-8"
d="M 136.31357,163.05542 L 323.35356,163.05542 C 326.94348,163.05542 329.83356,165.9455 329.83356,169.53542 L 329.83356,178.37557 L 323.83356,178.37557 L 323.83356,300.73558 L 329.834,300.73558 L 329.83356,310.97542 C 329.83341,314.56534 326.94348,317.45542 323.35356,317.45542 L 136.31357,317.45542 C 132.72364,317.45542 129.83356,314.56534 129.83356,310.97542 L 129.83356,169.53542 C 129.83356,165.9455 132.72364,163.05542 136.31357,163.05542 z"
style="color:#000000;fill:url(#linearGradient13565-9-6);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Sans"
id="text9734">
transform="translate(-93.48662,-127.74067)"
id="text9734-24-8-2-2"
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;display:inline;font-family:Sans">
<path
d="M 218.29909,148.86051 L 233.34909,148.86051 L 233.34909,152.04333 L 227.93502,152.04333 L 227.93502,165.1902 L 223.72409,165.1902 L 223.72409,152.04333 L 218.29909,152.04333 L 218.29909,148.86051"
id="path13625"
id="path13900-3-4"
d="M 268.82831,303.23718 L 275.81738,303.23718 C 277.89549,303.23719 279.48872,303.70021 280.59706,304.62624 C 281.71267,305.545 282.27049,306.8575 282.2705,308.56374 C 282.27049,310.27729 281.71267,311.59708 280.59706,312.52311 C 279.48872,313.44187 277.89549,313.90124 275.81738,313.90124 L 273.03925,313.90124 L 273.03925,319.56686 L 268.82831,319.56686 L 268.82831,303.23718 M 273.03925,306.28874 L 273.03925,310.84968 L 275.36894,310.84968 C 276.1856,310.84969 276.81632,310.65281 277.26113,310.25905 C 277.70591,309.85802 277.9283,309.29292 277.92831,308.56374 C 277.9283,307.83458 277.70591,307.27313 277.26113,306.87936 C 276.81632,306.48563 276.1856,306.28875 275.36894,306.28874 L 273.03925,306.28874"
inkscape:connector-curvature="0" />
<path
d="M 247.65534,157.73083 L 247.65534,165.1902 L 243.71784,165.1902 L 243.71784,163.97614 L 243.71784,159.5027 C 243.71783,158.43083 243.69234,157.69438 243.64124,157.29333 C 243.59744,156.89229 243.51727,156.59698 243.40061,156.40739 C 243.24748,156.15219 243.03966,155.95531 242.77717,155.81676 C 242.51466,155.67094 242.21571,155.59802 241.8803,155.59801 C 241.06362,155.59802 240.42196,155.91521 239.9553,156.54958 C 239.48862,157.17667 239.25529,158.04802 239.2553,159.16364 L 239.2553,165.1902 L 235.33967,165.1902 L 235.33967,148.17145 L 239.2553,148.17145 L 239.2553,154.73395 C 239.84592,154.01938 240.473,153.49438 241.13655,153.15895 C 241.80008,152.81626 242.53289,152.6449 243.33499,152.64489 C 244.74956,152.6449 245.82143,153.07875 246.55061,153.94645 C 247.28705,154.81417 247.65528,156.07563 247.6553,157.73083"
id="path13627"
id="path13902-9-6"
d="M 285.23456,303.23718 L 292.22363,303.23718 C 294.30174,303.23719 295.89497,303.70021 297.00331,304.62624 C 298.11892,305.545 298.67674,306.8575 298.67675,308.56374 C 298.67674,310.27729 298.11892,311.59708 297.00331,312.52311 C 295.89497,313.44187 294.30174,313.90124 292.22363,313.90124 L 289.4455,313.90124 L 289.4455,319.56686 L 285.23456,319.56686 L 285.23456,303.23718 M 289.4455,306.28874 L 289.4455,310.84968 L 291.77519,310.84968 C 292.59185,310.84969 293.22257,310.65281 293.66738,310.25905 C 294.11216,309.85802 294.33455,309.29292 294.33456,308.56374 C 294.33455,307.83458 294.11216,307.27313 293.66738,306.87936 C 293.22257,306.48563 292.59185,306.28875 291.77519,306.28874 L 289.4455,306.28874"
inkscape:connector-curvature="0" />
<path
d="M 260.40846,156.27614 C 260.06574,156.11573 259.72303,155.99906 259.38034,155.92614 C 259.04491,155.84594 258.70585,155.80584 258.36315,155.80583 C 257.35689,155.80584 256.58033,156.13031 256.03346,156.77926 C 255.49387,157.42094 255.22408,158.34333 255.22409,159.54645 L 255.22409,165.1902 L 251.30846,165.1902 L 251.30846,152.9402 L 255.22409,152.9402 L 255.22409,154.9527 C 255.72721,154.15063 256.30325,153.5673 256.95221,153.2027 C 257.60845,152.83084 258.39231,152.6449 259.30377,152.64489 C 259.43501,152.6449 259.5772,152.65189 259.73034,152.66679 C 259.88345,152.67379 260.10585,152.69599 260.39752,152.73239 L 260.40842,156.27614"
id="path13629"
id="path13904-1-3"
d="M 301.64081,303.23718 L 307.00019,303.23718 L 310.71894,311.97624 L 314.45956,303.23718 L 319.808,303.23718 L 319.808,319.56686 L 315.82675,319.56686 L 315.82675,307.62311 L 312.06425,316.4278 L 309.3955,316.4278 L 305.633,307.62311 L 305.633,319.56686 L 301.64081,319.56686 L 301.64081,303.23718"
inkscape:connector-curvature="0" />
<path
d="M 268.2069,155.44489 C 267.33919,155.4449 266.67565,155.75844 266.21628,156.38551 C 265.76419,157.00531 265.53815,157.90219 265.53815,159.07614 C 265.53815,160.2501 265.76419,161.15062 266.21628,161.7777 C 266.67565,162.3975 267.33919,162.70739 268.2069,162.70739 C 269.06002,162.70739 269.71262,162.3975 270.16471,161.7777 C 270.61679,161.15062 270.84283,160.2501 270.84284,159.07614 C 270.84283,157.90219 270.61679,157.00531 270.16471,156.38551 C 269.71262,155.75844 269.06002,155.4449 268.2069,155.44489 M 268.2069,152.64489 C 270.31418,152.6449 271.95845,153.21365 273.13971,154.35114 C 274.32824,155.48865 274.92251,157.06365 274.92253,159.07614 C 274.92251,161.08864 274.32824,162.66364 273.13971,163.80114 C 271.95845,164.93864 270.31418,165.50739 268.2069,165.50739 C 266.09231,165.50739 264.43711,164.93864 263.24128,163.80114 C 262.05273,162.66364 261.45846,161.08864 261.45846,159.07614 C 261.45846,157.06365 262.05273,155.48865 263.24128,154.35114 C 264.43711,153.21365 266.09231,152.6449 268.2069,152.64489"
id="path13631"
id="path13906-1-0"
d="M 343.10487,303.75124 L 343.10487,307.20749 C 342.20799,306.80646 341.33299,306.50386 340.47987,306.29968 C 339.62674,306.09552 338.82101,305.99344 338.06269,305.99343 C 337.05643,305.99344 336.31268,306.13198 335.83144,306.40905 C 335.35018,306.68615 335.10956,307.11636 335.10956,307.69968 C 335.10956,308.13719 335.26997,308.4799 335.59081,308.7278 C 335.91893,308.96844 336.50956,309.17625 337.36269,309.35124 L 339.15644,309.71218 C 340.97205,310.07677 342.26267,310.63094 343.02831,311.37468 C 343.79392,312.11843 344.17674,313.17572 344.17675,314.54655 C 344.17674,316.3476 343.6408,317.68926 342.56894,318.57155 C 341.50434,319.44655 339.87466,319.88405 337.67988,319.88405 C 336.64445,319.88405 335.60539,319.78565 334.56269,319.58874 C 333.51998,319.39186 332.47727,319.1002 331.43456,318.71374 L 331.43456,315.15905 C 332.47727,315.71322 333.48352,316.13249 334.45331,316.41686 C 335.43039,316.69395 336.37101,316.83249 337.27519,316.83249 C 338.19393,316.83249 338.89757,316.67937 339.38613,316.37311 C 339.87466,316.06687 340.11893,315.62937 340.11894,315.06061 C 340.11893,314.5502 339.95122,314.15645 339.61581,313.87936 C 339.28768,313.60229 338.62778,313.35437 337.63613,313.13561 L 336.00644,312.77468 C 334.3731,312.42468 333.17727,311.86687 332.41894,311.10124 C 331.66789,310.33562 331.29237,309.30385 331.29238,308.00593 C 331.29237,306.3799 331.81737,305.12938 332.86738,304.25436 C 333.91737,303.37938 335.42674,302.94188 337.3955,302.94186 C 338.29237,302.94188 339.21476,303.01116 340.16269,303.14968 C 341.11059,303.28094 342.09132,303.48146 343.10487,303.75124"
inkscape:connector-curvature="0" />
<path
d="M 282.05377,149.46208 L 282.05377,152.9402 L 286.08971,152.9402 L 286.08971,155.7402 L 282.05377,155.7402 L 282.05377,160.93551 C 282.05377,161.50427 282.16679,161.89072 282.39284,162.09489 C 282.61887,162.29177 283.06731,162.3902 283.73815,162.3902 L 285.75065,162.3902 L 285.75065,165.1902 L 282.39284,165.1902 C 280.847,165.1902 279.7496,164.86937 279.10065,164.2277 C 278.45898,163.57874 278.13815,162.48135 278.13815,160.93551 L 278.13815,155.7402 L 276.19127,155.7402 L 276.19127,152.9402 L 278.13815,152.9402 L 278.13815,149.46208 L 282.05377,149.46208"
id="path13633"
id="path13908-3-7"
d="M 347.70957,307.31686 L 351.62519,307.31686 L 351.62519,319.56686 L 347.70957,319.56686 L 347.70957,307.31686 M 347.70957,302.54811 L 351.62519,302.54811 L 351.62519,305.74186 L 347.70957,305.74186 L 347.70957,302.54811"
inkscape:connector-curvature="0" />
<path
d="M 292.77253,149.46208 L 292.77253,152.9402 L 296.80847,152.9402 L 296.80847,155.7402 L 292.77253,155.7402 L 292.77253,160.93551 C 292.77252,161.50427 292.88554,161.89072 293.11159,162.09489 C 293.33763,162.29177 293.78606,162.3902 294.4569,162.3902 L 296.4694,162.3902 L 296.4694,165.1902 L 293.11159,165.1902 C 291.56575,165.1902 290.46836,164.86937 289.8194,164.2277 C 289.17773,163.57874 288.8569,162.48135 288.8569,160.93551 L 288.8569,155.7402 L 286.91003,155.7402 L 286.91003,152.9402 L 288.8569,152.9402 L 288.8569,149.46208 L 292.77253,149.46208"
id="path13635"
id="path13910-5-7"
d="M 363.74394,317.48874 C 363.20434,318.20332 362.61007,318.72832 361.96113,319.06374 C 361.31216,319.39916 360.56112,319.56686 359.708,319.56686 C 358.2132,319.56686 356.97727,318.97989 356.00019,317.80593 C 355.0231,316.62468 354.53456,315.1226 354.53456,313.29968 C 354.53456,311.46948 355.0231,309.97104 356.00019,308.80436 C 356.97727,307.63042 358.2132,307.04344 359.708,307.04343 C 360.56112,307.04344 361.31216,307.21115 361.96113,307.54655 C 362.61007,307.88198 363.20434,308.41063 363.74394,309.13249 L 363.74394,307.31686 L 367.68144,307.31686 L 367.68144,318.33093 C 367.68142,320.29968 367.05799,321.80176 365.81112,322.83718 C 364.57153,323.87988 362.77049,324.40123 360.408,324.40124 C 359.64237,324.40123 358.90227,324.34294 358.18769,324.22624 C 357.4731,324.10957 356.75487,323.93092 356.033,323.6903 L 356.033,320.63874 C 356.71841,321.03249 357.38925,321.32415 358.0455,321.51374 C 358.70174,321.71061 359.36164,321.80905 360.02519,321.80905 C 361.30851,321.80905 362.24914,321.52832 362.84706,320.96686 C 363.44497,320.4054 363.74393,319.52676 363.74394,318.33093 L 363.74394,317.48874 M 361.16269,309.8653 C 360.35331,309.86531 359.72258,310.16427 359.2705,310.76218 C 358.81841,311.3601 358.59237,312.20593 358.59238,313.29968 C 358.59237,314.4226 358.81112,315.27572 359.24863,315.85905 C 359.68612,316.4351 360.32414,316.72312 361.16269,316.72311 C 361.97935,316.72312 362.61372,316.42416 363.06581,315.82624 C 363.51789,315.22833 363.74393,314.38614 363.74394,313.29968 C 363.74393,312.20593 363.51789,311.3601 363.06581,310.76218 C 362.61372,310.16427 361.97935,309.86531 361.16269,309.8653"
inkscape:connector-curvature="0" />
<path
d="M 299.21472,148.17145 L 303.13034,148.17145 L 303.13034,165.1902 L 299.21472,165.1902 L 299.21472,148.17145"
id="path13637"
id="path13912-3-0"
d="M 383.78144,312.10749 L 383.78144,319.56686 L 379.84394,319.56686 L 379.84394,318.3528 L 379.84394,313.85749 C 379.84393,312.8002 379.81844,312.07104 379.76734,311.66999 C 379.72354,311.26896 379.64337,310.97364 379.52671,310.78405 C 379.37358,310.52885 379.16576,310.33198 378.90327,310.19343 C 378.64076,310.0476 378.34181,309.97469 378.0064,309.97468 C 377.18972,309.97469 376.54806,310.29187 376.0814,310.92624 C 375.61473,311.55333 375.38139,312.42468 375.3814,313.5403 L 375.3814,319.56686 L 371.46577,319.56686 L 371.46577,307.31686 L 375.3814,307.31686 L 375.3814,309.11061 C 375.97202,308.39604 376.5991,307.87104 377.26265,307.53561 C 377.92618,307.19292 378.65899,307.02156 379.46109,307.02155 C 380.87566,307.02156 381.94753,307.45542 382.67671,308.32311 C 383.41316,309.19083 383.78138,310.45229 383.7814,312.10749"
inkscape:connector-curvature="0" />
<path
d="M 319.14284,159.03239 L 319.14284,160.14801 L 309.98815,160.14801 C 310.08295,161.06677 310.41471,161.75583 310.98346,162.2152 C 311.55221,162.67458 312.347,162.90427 313.36784,162.90426 C 314.19179,162.90427 315.03397,162.78395 315.8944,162.54333 C 316.7621,162.29541 317.65168,161.92354 318.56315,161.4277 L 318.56315,164.44645 C 317.6371,164.79645 316.71105,165.05895 315.78502,165.23395 C 314.85897,165.41624 313.93293,165.50739 313.0069,165.50739 C 310.79023,165.50739 309.06575,164.94593 307.83346,163.82301 C 306.60846,162.69281 305.99596,161.11052 305.99596,159.07614 C 305.99596,157.07823 306.59752,155.50688 307.80065,154.36208 C 309.01106,153.2173 310.67356,152.6449 312.78815,152.64489 C 314.71314,152.6449 316.25168,153.22459 317.40377,154.38395 C 318.56314,155.54334 319.14282,157.09281 319.14284,159.03239 M 315.11784,157.73083 C 315.11783,156.98708 314.89908,156.38917 314.46159,155.93708 C 314.03137,155.47771 313.46627,155.24802 312.76627,155.24801 C 312.00793,155.24802 311.39179,155.46313 310.91784,155.89333 C 310.44387,156.31625 310.14856,156.92875 310.0319,157.73083 L 315.11784,157.73083"
id="path13639"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#488eff;font-family:Sans"
id="text9734-2">
<path
d="M 276.62875,182.50113 C 277.51104,182.50114 278.14176,182.33708 278.52094,182.00894 C 278.90739,181.68083 279.10062,181.14125 279.10063,180.39019 C 279.10062,179.64646 278.90739,179.11417 278.52094,178.79332 C 278.14176,178.4725 277.51104,178.31208 276.62875,178.31207 L 274.85688,178.31207 L 274.85688,182.50113 L 276.62875,182.50113 M 274.85688,185.41051 L 274.85688,191.59019 L 270.64594,191.59019 L 270.64594,175.26051 L 277.07719,175.26051 C 279.22822,175.26052 280.80322,175.62146 281.80219,176.34332 C 282.80843,177.06521 283.31155,178.20635 283.31157,179.76676 C 283.31155,180.84593 283.04905,181.73187 282.52407,182.42457 C 282.00634,183.11729 281.22249,183.6277 280.1725,183.95582 C 280.74853,184.08708 281.26259,184.38604 281.71469,184.85269 C 282.17405,185.31208 282.63707,186.01208 283.10375,186.95269 L 285.38969,191.59019 L 280.90532,191.59019 L 278.91469,187.53238 C 278.51364,186.71572 278.10531,186.15791 277.68969,185.85894 C 277.28135,185.55999 276.73447,185.41051 276.04907,185.41051 L 274.85688,185.41051"
id="path13616"
inkscape:connector-curvature="0" />
<path
d="M 293.53813,181.84488 C 292.67041,181.84489 292.00687,182.15843 291.5475,182.78551 C 291.09541,183.40531 290.86937,184.30218 290.86938,185.47613 C 290.86937,186.6501 291.09541,187.55062 291.5475,188.17769 C 292.00687,188.79749 292.67041,189.10738 293.53813,189.10738 C 294.39124,189.10738 295.04385,188.79749 295.49594,188.17769 C 295.94801,187.55062 296.17405,186.6501 296.17407,185.47613 C 296.17405,184.30218 295.94801,183.40531 295.49594,182.78551 C 295.04385,182.15843 294.39124,181.84489 293.53813,181.84488 M 293.53813,179.04488 C 295.64541,179.04489 297.28968,179.61364 298.47094,180.75113 C 299.65947,181.88864 300.25374,183.46364 300.25375,185.47613 C 300.25374,187.48864 299.65947,189.06363 298.47094,190.20113 C 297.28968,191.33863 295.64541,191.90738 293.53813,191.90738 C 291.42354,191.90738 289.76833,191.33863 288.5725,190.20113 C 287.38396,189.06363 286.78969,187.48864 286.78969,185.47613 C 286.78969,183.46364 287.38396,181.88864 288.5725,180.75113 C 289.76833,179.61364 291.42354,179.04489 293.53813,179.04488"
id="path13618"
inkscape:connector-curvature="0" />
<path
d="M 303.10844,174.57144 L 307.02406,174.57144 L 307.02406,191.59019 L 303.10844,191.59019 L 303.10844,174.57144"
id="path13620"
inkscape:connector-curvature="0" />
<path
d="M 310.80844,174.57144 L 314.72406,174.57144 L 314.72406,191.59019 L 310.80844,191.59019 L 310.80844,174.57144"
id="path13622"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffdc00;font-family:Sans"
id="text9734-2-6">
<path
d="M 259.44596,202.46052 L 266.43502,202.46052 C 268.51314,202.46054 270.10636,202.92356 271.21471,203.84958 C 272.33032,204.76835 272.88813,206.08084 272.88815,207.78708 C 272.88813,209.50063 272.33032,210.82042 271.21471,211.74646 C 270.10636,212.66521 268.51314,213.12459 266.43502,213.12458 L 263.6569,213.12458 L 263.6569,218.79021 L 259.44596,218.79021 L 259.44596,202.46052 M 263.6569,205.51208 L 263.6569,210.07302 L 265.98658,210.07302 C 266.80324,210.07303 267.43397,209.87615 267.87877,209.48239 C 268.32355,209.08136 268.54595,208.51626 268.54596,207.78708 C 268.54595,207.05793 268.32355,206.49647 267.87877,206.10271 C 267.43397,205.70897 266.80324,205.5121 265.98658,205.51208 L 263.6569,205.51208"
id="path13605"
inkscape:connector-curvature="0" />
<path
d="M 275.67721,206.54021 L 279.59283,206.54021 L 279.59283,218.79021 L 275.67721,218.79021 L 275.67721,206.54021 M 275.67721,201.77146 L 279.59283,201.77146 L 279.59283,204.96521 L 275.67721,204.96521 L 275.67721,201.77146"
id="path13607"
inkscape:connector-curvature="0" />
<path
d="M 287.65377,203.06208 L 287.65377,206.54021 L 291.68971,206.54021 L 291.68971,209.34021 L 287.65377,209.34021 L 287.65377,214.53552 C 287.65377,215.10427 287.76679,215.49073 287.99284,215.69489 C 288.21887,215.89177 288.66731,215.99021 289.33815,215.99021 L 291.35065,215.99021 L 291.35065,218.79021 L 287.99284,218.79021 C 286.447,218.79021 285.3496,218.46937 284.70065,217.82771 C 284.05898,217.17875 283.73815,216.08136 283.73815,214.53552 L 283.73815,209.34021 L 281.79127,209.34021 L 281.79127,206.54021 L 283.73815,206.54021 L 283.73815,203.06208 L 287.65377,203.06208"
id="path13609"
inkscape:connector-curvature="0" />
<path
d="M 303.9944,206.92302 L 303.9944,210.11677 C 303.46209,209.7522 302.92616,209.4824 302.38659,209.30739 C 301.85428,209.1324 301.30012,209.0449 300.72409,209.04489 C 299.63033,209.0449 298.7772,209.36574 298.16471,210.00739 C 297.5595,210.64178 297.25689,211.53136 297.2569,212.67614 C 297.25689,213.82094 297.5595,214.71417 298.16471,215.35583 C 298.7772,215.99021 299.63033,216.3074 300.72409,216.30739 C 301.33658,216.3074 301.91626,216.21629 302.46315,216.03396 C 303.0173,215.85167 303.52772,215.58188 303.9944,215.22458 L 303.9944,218.42927 C 303.38189,218.65531 302.75845,218.82302 302.12409,218.93239 C 301.49699,219.04906 300.86626,219.10739 300.2319,219.10739 C 298.02252,219.10739 296.29439,218.54229 295.04752,217.41208 C 293.80065,216.27458 293.17721,214.69594 293.17721,212.67614 C 293.17721,210.65636 293.80065,209.08136 295.04752,207.95114 C 296.29439,206.81366 298.02252,206.24491 300.2319,206.24489 C 300.87356,206.24491 301.50428,206.30319 302.12409,206.41989 C 302.75116,206.52928 303.37459,206.69699 303.9944,206.92302"
id="path13611"
inkscape:connector-curvature="0" />
<path
d="M 319.71158,211.33083 L 319.71158,218.79021 L 315.77408,218.79021 L 315.77408,217.57614 L 315.77408,213.10271 C 315.77407,212.03084 315.74858,211.29438 315.69748,210.89333 C 315.65368,210.4923 315.57351,210.19699 315.45686,210.00739 C 315.30372,209.7522 315.09591,209.55532 314.83342,209.41677 C 314.57091,209.27095 314.27195,209.19803 313.93654,209.19802 C 313.11987,209.19803 312.4782,209.51522 312.01154,210.14958 C 311.54487,210.77667 311.31154,211.64803 311.31154,212.76364 L 311.31154,218.79021 L 307.39592,218.79021 L 307.39592,201.77146 L 311.31154,201.77146 L 311.31154,208.33396 C 311.90216,207.61938 312.52925,207.09439 313.19279,206.75896 C 313.85633,206.41626 314.58914,206.24491 315.39123,206.24489 C 316.8058,206.24491 317.87768,206.67876 318.60686,207.54646 C 319.3433,208.41418 319.71153,209.67563 319.71154,211.33083"
id="path13613"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#73ff00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans"
id="text9734-2-6-4">
<path
d="M 264.37094,228.86053 L 268.97563,228.86053 L 272.69438,234.67928 L 276.41313,228.86053 L 281.02875,228.86053 L 274.80532,238.31053 L 274.80532,245.19022 L 270.59438,245.19022 L 270.59438,238.31053 L 264.37094,228.86053"
id="path13598"
inkscape:connector-curvature="0" />
<path
d="M 286.13657,239.67772 C 285.31989,239.67772 284.70375,239.81626 284.28813,240.09334 C 283.87979,240.37043 283.67562,240.77876 283.67563,241.31834 C 283.67562,241.81418 283.83969,242.20428 284.16782,242.48865 C 284.50323,242.76574 284.96625,242.90428 285.55688,242.90428 C 286.29333,242.90428 286.91312,242.64178 287.41625,242.11678 C 287.91937,241.58449 288.17093,240.92095 288.17094,240.12615 L 288.17094,239.67772 L 286.13657,239.67772 M 292.11938,238.20115 L 292.11938,245.19022 L 288.17094,245.19022 L 288.17094,243.37459 C 287.64593,244.11834 287.05531,244.66157 286.39907,245.00428 C 285.74281,245.3397 284.94437,245.5074 284.00375,245.5074 C 282.735,245.5074 281.70323,245.13917 280.90844,244.40272 C 280.12094,243.65897 279.72719,242.69647 279.72719,241.51522 C 279.72719,240.07876 280.21938,239.02512 281.20375,238.35428 C 282.19542,237.68345 283.74854,237.34804 285.86313,237.34803 L 288.17094,237.34803 L 288.17094,237.04178 C 288.17093,236.422 287.92666,235.96991 287.43813,235.68553 C 286.94958,235.39387 286.1876,235.24804 285.15219,235.24803 C 284.31364,235.24804 283.53344,235.33193 282.81157,235.49959 C 282.08969,235.66731 281.41886,235.91887 280.79907,236.25428 L 280.79907,233.26834 C 281.63761,233.06419 282.47979,232.91106 283.32563,232.80897 C 284.17146,232.6996 285.01729,232.64492 285.86313,232.6449 C 288.07249,232.64492 289.66572,233.08242 290.64282,233.9574 C 291.62718,234.82512 292.11937,236.2397 292.11938,238.20115"
id="path13600"
inkscape:connector-curvature="0" />
<path
d="M 294.68969,232.94022 L 298.49594,232.94022 L 300.55219,241.38397 L 302.61938,232.94022 L 305.88969,232.94022 L 307.94594,241.29647 L 310.01313,232.94022 L 313.81938,232.94022 L 310.59282,245.19022 L 306.31625,245.19022 L 304.24907,236.76834 L 302.19282,245.19022 L 297.91625,245.19022 L 294.68969,232.94022"
id="path13602"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:end;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:end;baseline-shift:baseline;color:#000000;fill:#ff7e00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans"
id="text9734-2-6-4-2">
<path
d="M 162.89598,252.86053 L 174.26004,252.86053 L 174.26004,256.04334 L 167.10692,256.04334 L 167.10692,259.08397 L 173.83348,259.08397 L 173.83348,262.26678 L 167.10692,262.26678 L 167.10692,269.19022 L 162.89598,269.19022 L 162.89598,252.86053"
id="path13577"
inkscape:connector-curvature="0" />
<path
d="M 178.03348,252.17147 L 181.94911,252.17147 L 181.94911,269.19022 L 178.03348,269.19022 L 178.03348,252.17147"
id="path13579"
inkscape:connector-curvature="0" />
<path
d="M 185.73348,256.94022 L 189.64911,256.94022 L 189.64911,269.19022 L 185.73348,269.19022 L 185.73348,256.94022 M 185.73348,252.17147 L 189.64911,252.17147 L 189.64911,255.36522 L 185.73348,255.36522 L 185.73348,252.17147"
id="path13581"
inkscape:connector-curvature="0" />
<path
d="M 201.76785,267.11209 C 201.22826,267.82668 200.63399,268.35168 199.98504,268.68709 C 199.33608,269.02251 198.58504,269.19022 197.73192,269.19022 C 196.23712,269.19022 195.00118,268.60324 194.0241,267.42928 C 193.04702,266.24803 192.55848,264.74595 192.55848,262.92303 C 192.55848,261.09283 193.04702,259.59439 194.0241,258.42772 C 195.00118,257.25377 196.23712,256.66679 197.73192,256.66678 C 198.58504,256.66679 199.33608,256.8345 199.98504,257.1699 C 200.63399,257.50533 201.22826,258.03398 201.76785,258.75584 L 201.76785,256.94022 L 205.70535,256.94022 L 205.70535,267.95428 C 205.70534,269.92303 205.0819,271.42511 203.83504,272.46053 C 202.59545,273.50323 200.79441,274.02459 198.43192,274.02459 C 197.66629,274.02459 196.92618,273.96629 196.2116,273.84959 C 195.49702,273.73292 194.77879,273.55427 194.05692,273.31365 L 194.05692,270.26209 C 194.74233,270.65584 195.41316,270.94751 196.06942,271.13709 C 196.72566,271.33396 197.38556,271.4324 198.0491,271.4324 C 199.33243,271.4324 200.27305,271.15167 200.87098,270.59022 C 201.46889,270.02876 201.76784,269.15011 201.76785,267.95428 L 201.76785,267.11209 M 199.1866,259.48865 C 198.37722,259.48866 197.74649,259.78762 197.29442,260.38553 C 196.84233,260.98345 196.61629,261.82929 196.61629,262.92303 C 196.61629,264.04595 196.83504,264.89907 197.27254,265.4824 C 197.71004,266.05845 198.34806,266.34647 199.1866,266.34647 C 200.00326,266.34647 200.63764,266.04751 201.08973,265.44959 C 201.5418,264.85168 201.76784,264.00949 201.76785,262.92303 C 201.76784,261.82929 201.5418,260.98345 201.08973,260.38553 C 200.63764,259.78762 200.00326,259.48866 199.1866,259.48865"
id="path13583"
inkscape:connector-curvature="0" />
<path
d="M 221.80535,261.73084 L 221.80535,269.19022 L 217.86785,269.19022 L 217.86785,267.97615 L 217.86785,263.50272 C 217.86784,262.43085 217.84235,261.69439 217.79125,261.29334 C 217.74745,260.89231 217.66728,260.597 217.55063,260.4074 C 217.39749,260.1522 217.18968,259.95533 216.92719,259.81678 C 216.66468,259.67095 216.36572,259.59804 216.03031,259.59803 C 215.21364,259.59804 214.57197,259.91523 214.10531,260.54959 C 213.63864,261.17668 213.40531,262.04804 213.40531,263.16365 L 213.40531,269.19022 L 209.48969,269.19022 L 209.48969,252.17147 L 213.40531,252.17147 L 213.40531,258.73397 C 213.99593,258.01939 214.62302,257.49439 215.28656,257.15897 C 215.9501,256.81627 216.68291,256.64492 217.485,256.6449 C 218.89957,256.64492 219.97145,257.07877 220.70063,257.94647 C 221.43707,258.81418 221.8053,260.07564 221.80531,261.73084"
id="path13585"
inkscape:connector-curvature="0" />
<path
d="M 229.73504,253.46209 L 229.73504,256.94022 L 233.77098,256.94022 L 233.77098,259.74022 L 229.73504,259.74022 L 229.73504,264.93553 C 229.73504,265.50428 229.84806,265.89074 230.0741,266.0949 C 230.30014,266.29178 230.74858,266.39022 231.41942,266.39022 L 233.43192,266.39022 L 233.43192,269.19022 L 230.0741,269.19022 C 228.52827,269.19022 227.43087,268.86938 226.78192,268.22772 C 226.14025,267.57876 225.81941,266.48136 225.81942,264.93553 L 225.81942,259.74022 L 223.87254,259.74022 L 223.87254,256.94022 L 225.81942,256.94022 L 225.81942,253.46209 L 229.73504,253.46209"
id="path13587"
inkscape:connector-curvature="0" />
<path
d="M 244.13973,252.86053 L 249.49911,252.86053 L 253.21786,261.59959 L 256.95848,252.86053 L 262.30692,252.86053 L 262.30692,269.19022 L 258.32567,269.19022 L 258.32567,257.24647 L 254.56317,266.05115 L 251.89442,266.05115 L 248.13192,257.24647 L 248.13192,269.19022 L 244.13973,269.19022 L 244.13973,252.86053"
id="path13589"
inkscape:connector-curvature="0" />
<path
d="M 272.10692,259.4449 C 271.2392,259.44491 270.57566,259.75845 270.11629,260.38553 C 269.66421,261.00533 269.43816,261.9022 269.43817,263.07615 C 269.43816,264.25012 269.66421,265.15064 270.11629,265.77772 C 270.57566,266.39751 271.2392,266.70741 272.10692,266.7074 C 272.96004,266.70741 273.61264,266.39751 274.06473,265.77772 C 274.5168,265.15064 274.74285,264.25012 274.74286,263.07615 C 274.74285,261.9022 274.5168,261.00533 274.06473,260.38553 C 273.61264,259.75845 272.96004,259.44491 272.10692,259.4449 M 272.10692,256.6449 C 274.2142,256.64492 275.85847,257.21367 277.03973,258.35115 C 278.22826,259.48866 278.82253,261.06366 278.82254,263.07615 C 278.82253,265.08866 278.22826,266.66366 277.03973,267.80115 C 275.85847,268.93865 274.2142,269.5074 272.10692,269.5074 C 269.99233,269.5074 268.33712,268.93865 267.14129,267.80115 C 265.95275,266.66366 265.35848,265.08866 265.35848,263.07615 C 265.35848,261.06366 265.95275,259.48866 267.14129,258.35115 C 268.33712,257.21367 269.99233,256.64492 272.10692,256.6449"
id="path13591"
inkscape:connector-curvature="0" />
<path
d="M 290.0116,258.73397 L 290.0116,252.17147 L 293.9491,252.17147 L 293.9491,269.19022 L 290.0116,269.19022 L 290.0116,267.41834 C 289.47201,268.14022 288.87774,268.66886 288.22879,269.00428 C 287.57982,269.3397 286.82878,269.5074 285.97566,269.5074 C 284.46628,269.5074 283.2267,268.90949 282.25691,267.71365 C 281.28712,266.51053 280.80222,264.9647 280.80223,263.07615 C 280.80222,261.18762 281.28712,259.64543 282.25691,258.44959 C 283.2267,257.24648 284.46628,256.64492 285.97566,256.6449 C 286.82149,256.64492 287.56888,256.81627 288.21785,257.15897 C 288.87409,257.49439 289.47201,258.01939 290.0116,258.73397 M 287.43035,266.66365 C 288.26888,266.66366 288.9069,266.35741 289.34441,265.7449 C 289.78919,265.13241 290.01159,264.24283 290.0116,263.07615 C 290.01159,261.90949 289.78919,261.01991 289.34441,260.4074 C 288.9069,259.79491 288.26888,259.48866 287.43035,259.48865 C 286.59909,259.48866 285.96107,259.79491 285.51629,260.4074 C 285.07878,261.01991 284.86003,261.90949 284.86004,263.07615 C 284.86003,264.24283 285.07878,265.13241 285.51629,265.7449 C 285.96107,266.35741 286.59909,266.66366 287.43035,266.66365"
id="path13593"
inkscape:connector-curvature="0" />
<path
d="M 309.9616,263.0324 L 309.9616,264.14803 L 300.80691,264.14803 C 300.90171,265.06678 301.23347,265.75584 301.80223,266.21522 C 302.37097,266.67459 303.16576,266.90428 304.1866,266.90428 C 305.01055,266.90428 305.85274,266.78397 306.71316,266.54334 C 307.58086,266.29543 308.47044,265.92355 309.38191,265.42772 L 309.38191,268.44647 C 308.45586,268.79647 307.52982,269.05897 306.60379,269.23397 C 305.67774,269.41626 304.7517,269.5074 303.82566,269.5074 C 301.60899,269.5074 299.88451,268.94595 298.65223,267.82303 C 297.42723,266.69282 296.81473,265.11053 296.81473,263.07615 C 296.81473,261.07825 297.41629,259.50689 298.61941,258.36209 C 299.82983,257.21731 301.49233,256.64492 303.60691,256.6449 C 305.5319,256.64492 307.07045,257.2246 308.22254,258.38397 C 309.3819,259.54335 309.96159,261.09283 309.9616,263.0324 M 305.9366,261.73084 C 305.93659,260.9871 305.71784,260.38918 305.28035,259.93709 C 304.85013,259.47773 304.28503,259.24804 303.58504,259.24803 C 302.8267,259.24804 302.21055,259.46314 301.7366,259.89334 C 301.26264,260.31627 300.96733,260.92877 300.85066,261.73084 L 305.9366,261.73084"
id="path13595"
id="path13914-2-8"
d="M 392.92519,314.05436 C 392.10852,314.05437 391.49237,314.19291 391.07675,314.46999 C 390.66841,314.74708 390.46425,315.15541 390.46425,315.69499 C 390.46425,316.19083 390.62831,316.58093 390.95644,316.8653 C 391.29185,317.14239 391.75487,317.28093 392.3455,317.28093 C 393.08195,317.28093 393.70174,317.01843 394.20488,316.49343 C 394.70799,315.96114 394.95955,315.2976 394.95956,314.5028 L 394.95956,314.05436 L 392.92519,314.05436 M 398.908,312.5778 L 398.908,319.56686 L 394.95956,319.56686 L 394.95956,317.75124 C 394.43456,318.49499 393.84393,319.03822 393.18769,319.38093 C 392.53143,319.71634 391.733,319.88405 390.79238,319.88405 C 389.52362,319.88405 388.49185,319.51582 387.69706,318.77936 C 386.90956,318.03562 386.51581,317.07312 386.51581,315.89186 C 386.51581,314.45541 387.008,313.40177 387.99238,312.73093 C 388.98404,312.0601 390.53716,311.72468 392.65175,311.72468 L 394.95956,311.72468 L 394.95956,311.41843 C 394.95955,310.79864 394.71528,310.34656 394.22675,310.06218 C 393.7382,309.77052 392.97622,309.62469 391.94081,309.62468 C 391.10227,309.62469 390.32206,309.70858 389.60019,309.87624 C 388.87831,310.04396 388.20748,310.29552 387.58769,310.63093 L 387.58769,307.64499 C 388.42623,307.44083 389.26841,307.28771 390.11425,307.18561 C 390.96008,307.07625 391.80591,307.02156 392.65175,307.02155 C 394.86112,307.02156 396.45434,307.45906 397.43144,308.33405 C 398.4158,309.20177 398.90799,310.61635 398.908,312.5778"
inkscape:connector-curvature="0" />
<path
id="path13916-6-8"
d="M 402.57206,302.54811 L 406.48769,302.54811 L 406.48769,319.56686 L 402.57206,319.56686 L 402.57206,302.54811"
inkscape:connector-curvature="0" />
</g>
<path
id="path22050-3"
d="M 397.284,248.51434 L 430.71887,248.51434"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cc" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer20"
inkscape:label="ppm"
style="display:none"
sodipodi:insensitive="true">
id="layer53"
inkscape:label="revo-pwm"
style="display:inline">
<g
id="ppm">
style="display:inline"
id="revo-pwm"
transform="translate(1.0000001,-19)">
<path
id="path8856-1-8"
d="M 309.08544,177.84478 L 411.08544,178.32878 L 411.62544,209.08878 L 435.82544,209.06408"
id="path8856-1-8-4-9"
d="M 309.08544,189.42619 L 430.46875,188.94219"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter" />
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-5-8"
d="M 309.08544,183.44478 L 405.88544,183.65038 L 406.43344,214.49038 L 436.03344,214.62638"
id="path8856-1-5-8-4-3"
d="M 309.08544,183.82619 L 430.46875,183.62059"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter" />
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-3-1"
d="M 309.08544,172.64478 L 417.08544,173.05678 L 417.24504,202.45678 L 435.84504,203.84478"
id="path8856-1-3-1-3-5"
d="M 309.08544,195.62619 L 369.77709,195.42019 L 370.12292,212.31719 L 430.46875,212.21419"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter" />
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter"
sodipodi:nodetypes="cc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 309.08544,169.44478 L 420.28544,170.00078 L 420.91744,200.60078 L 435.71744,200.64478"
id="path8856-4" />
d="M 303.76407,219.75113 L 430.56375,219.65633"
id="path8856-5-7" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#fac204;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 303.76407,244.51434 L 387.46875,244.51434 L 387.46875,226.51434 L 430.56375,226.51434"
id="path8856-5-1-81" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 303.76407,271.55113 L 395.804,271.58223 L 395.80447,233.97173 L 430.40447,233.96573"
id="path8856-5-1-7-8" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 320.88407,294.27993 L 403.284,294.02753 L 403.284,241.51434 L 430.71887,241.51434"
id="path8856-5-1-7-1-5" />
<path
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 136.89023,270.28139 C 104.55339,265.79932 61.490076,283.15992 50.316816,334.99928"
id="path9857-3" />
d="M 131.51628,280.89645 C 99.179438,276.41438 56.116118,293.77498 44.942858,345.61434"
id="path9857-3-9-2" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 309.08544,198.82619 L 366.77709,198.68719 L 367.12292,215.61769 L 430.46875,215.54819"
id="path8856-4-4-3"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 309.08544,191.82619 L 372.77709,191.68719 L 373.12292,208.61769 L 430.46875,208.54819"
id="path8856-4-4-3-4"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="sssccccssssss"
inkscape:connector-curvature="0"
id="rect8853-0"
d="M 141.68752,152.44036 L 328.72752,152.44036 C 332.31744,152.44036 335.20752,155.33044 335.20752,158.92036 L 335.20752,167.76051 L 329.20752,167.76051 L 329.20752,290.12052 L 335.20796,290.12052 L 335.20752,300.36036 C 335.20736,303.95028 332.31744,306.84036 328.72752,306.84036 L 141.68752,306.84036 C 138.0976,306.84036 135.20752,303.95028 135.20752,300.36036 L 135.20752,158.92036 C 135.20752,155.33044 138.0976,152.44036 141.68752,152.44036 z"
style="color:#000000;fill:url(#linearGradient13497);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
id="rect8853-0-8-3"
d="M 136.31357,163.05542 L 323.35356,163.05542 C 326.94348,163.05542 329.83356,165.9455 329.83356,169.53542 L 329.83356,178.37557 L 323.83356,178.37557 L 323.83356,300.73558 L 329.834,300.73558 L 329.83356,310.97542 C 329.83341,314.56534 326.94348,317.45542 323.35356,317.45542 L 136.31357,317.45542 C 132.72364,317.45542 129.83356,314.56534 129.83356,310.97542 L 129.83356,169.53542 C 129.83356,165.9455 132.72364,163.05542 136.31357,163.05542 z"
style="color:#000000;fill:url(#linearGradient13565-9);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Sans"
id="text9734-24">
id="text9734-4"
transform="translate(0,31)">
<path
d="M 174.20226,166.62213 L 181.19132,166.62213 C 183.26944,166.62214 184.86267,167.08516 185.97101,168.01119 C 187.08662,168.92995 187.64443,170.24245 187.64445,171.94869 C 187.64443,173.66224 187.08662,174.98203 185.97101,175.90806 C 184.86267,176.82682 183.26944,177.28619 181.19132,177.28619 L 178.4132,177.28619 L 178.4132,182.95181 L 174.20226,182.95181 L 174.20226,166.62213 M 178.4132,169.67369 L 178.4132,174.23463 L 180.74289,174.23463 C 181.55954,174.23463 182.19027,174.03776 182.63507,173.644 C 183.07985,173.24297 183.30225,172.67786 183.30226,171.94869 C 183.30225,171.21953 183.07985,170.65808 182.63507,170.26431 C 182.19027,169.87058 181.55954,169.6737 180.74289,169.67369 L 178.4132,169.67369"
id="path13536"
d="M 218.29909,148.86051 L 233.34909,148.86051 L 233.34909,152.04333 L 227.93502,152.04333 L 227.93502,165.1902 L 223.72409,165.1902 L 223.72409,152.04333 L 218.29909,152.04333 L 218.29909,148.86051"
id="path13625-9"
inkscape:connector-curvature="0" />
<path
d="M 190.60851,166.62213 L 197.59757,166.62213 C 199.67569,166.62214 201.26892,167.08516 202.37726,168.01119 C 203.49287,168.92995 204.05068,170.24245 204.0507,171.94869 C 204.05068,173.66224 203.49287,174.98203 202.37726,175.90806 C 201.26892,176.82682 199.67569,177.28619 197.59757,177.28619 L 194.81945,177.28619 L 194.81945,182.95181 L 190.60851,182.95181 L 190.60851,166.62213 M 194.81945,169.67369 L 194.81945,174.23463 L 197.14914,174.23463 C 197.96579,174.23463 198.59652,174.03776 199.04132,173.644 C 199.4861,173.24297 199.7085,172.67786 199.70851,171.94869 C 199.7085,171.21953 199.4861,170.65808 199.04132,170.26431 C 198.59652,169.87058 197.96579,169.6737 197.14914,169.67369 L 194.81945,169.67369"
id="path13538"
d="M 247.65534,157.73083 L 247.65534,165.1902 L 243.71784,165.1902 L 243.71784,163.97614 L 243.71784,159.5027 C 243.71783,158.43083 243.69234,157.69438 243.64124,157.29333 C 243.59744,156.89229 243.51727,156.59698 243.40061,156.40739 C 243.24748,156.15219 243.03966,155.95531 242.77717,155.81676 C 242.51466,155.67094 242.21571,155.59802 241.8803,155.59801 C 241.06362,155.59802 240.42196,155.91521 239.9553,156.54958 C 239.48862,157.17667 239.25529,158.04802 239.2553,159.16364 L 239.2553,165.1902 L 235.33967,165.1902 L 235.33967,148.17145 L 239.2553,148.17145 L 239.2553,154.73395 C 239.84592,154.01938 240.473,153.49438 241.13655,153.15895 C 241.80008,152.81626 242.53289,152.6449 243.33499,152.64489 C 244.74956,152.6449 245.82143,153.07875 246.55061,153.94645 C 247.28705,154.81417 247.65528,156.07563 247.6553,157.73083"
id="path13627-0"
inkscape:connector-curvature="0" />
<path
d="M 207.01476,166.62213 L 212.37414,166.62213 L 216.09289,175.36119 L 219.83351,166.62213 L 225.18195,166.62213 L 225.18195,182.95181 L 221.2007,182.95181 L 221.2007,171.00806 L 217.4382,179.81275 L 214.76945,179.81275 L 211.00695,171.00806 L 211.00695,182.95181 L 207.01476,182.95181 L 207.01476,166.62213"
id="path13540"
d="M 260.40846,156.27614 C 260.06574,156.11573 259.72303,155.99906 259.38034,155.92614 C 259.04491,155.84594 258.70585,155.80584 258.36315,155.80583 C 257.35689,155.80584 256.58033,156.13031 256.03346,156.77926 C 255.49387,157.42094 255.22408,158.34333 255.22409,159.54645 L 255.22409,165.1902 L 251.30846,165.1902 L 251.30846,152.9402 L 255.22409,152.9402 L 255.22409,154.9527 C 255.72721,154.15063 256.30325,153.5673 256.95221,153.2027 C 257.60845,152.83084 258.39231,152.6449 259.30377,152.64489 C 259.43501,152.6449 259.5772,152.65189 259.73034,152.66679 C 259.88345,152.67379 260.10585,152.69599 260.39752,152.73239 L 260.40842,156.27614"
id="path13629-6"
inkscape:connector-curvature="0" />
<path
d="M 248.47882,167.13619 L 248.47882,170.59244 C 247.58193,170.19141 246.70694,169.88881 245.85382,169.68463 C 245.00069,169.48047 244.19496,169.37839 243.43663,169.37838 C 242.43038,169.37839 241.68663,169.51693 241.20538,169.794 C 240.72413,170.0711 240.4835,170.5013 240.48351,171.08463 C 240.4835,171.52214 240.64392,171.86484 240.96476,172.11275 C 241.29288,172.35339 241.8835,172.5612 242.73663,172.73619 L 244.53038,173.09713 C 246.346,173.46172 247.63662,174.01588 248.40226,174.75963 C 249.16787,175.50338 249.55068,176.56067 249.5507,177.9315 C 249.55068,179.73255 249.01475,181.07421 247.94288,181.9565 C 246.87829,182.8315 245.2486,183.269 243.05382,183.269 C 242.0184,183.269 240.97934,183.1706 239.93663,182.97369 C 238.89392,182.77681 237.85122,182.48515 236.80851,182.09869 L 236.80851,178.544 C 237.85122,179.09817 238.85746,179.51744 239.82726,179.80181 C 240.80434,180.0789 241.74496,180.21744 242.64913,180.21744 C 243.56788,180.21744 244.27152,180.06432 244.76007,179.75806 C 245.2486,179.45182 245.49287,179.01432 245.49288,178.44556 C 245.49287,177.93515 245.32517,177.5414 244.98976,177.26431 C 244.66163,176.98724 244.00173,176.73932 243.01007,176.52056 L 241.38038,176.15963 C 239.74705,175.80963 238.55121,175.25182 237.79288,174.48619 C 237.04184,173.72057 236.66632,172.6888 236.66632,171.39088 C 236.66632,169.76485 237.19132,168.51433 238.24132,167.63931 C 239.29132,166.76433 240.80069,166.32683 242.76945,166.32681 C 243.66631,166.32683 244.58871,166.39611 245.53663,166.53463 C 246.48454,166.66589 247.46527,166.86641 248.47882,167.13619"
id="path13542"
d="M 268.2069,155.44489 C 267.33919,155.4449 266.67565,155.75844 266.21628,156.38551 C 265.76419,157.00531 265.53815,157.90219 265.53815,159.07614 C 265.53815,160.2501 265.76419,161.15062 266.21628,161.7777 C 266.67565,162.3975 267.33919,162.70739 268.2069,162.70739 C 269.06002,162.70739 269.71262,162.3975 270.16471,161.7777 C 270.61679,161.15062 270.84283,160.2501 270.84284,159.07614 C 270.84283,157.90219 270.61679,157.00531 270.16471,156.38551 C 269.71262,155.75844 269.06002,155.4449 268.2069,155.44489 M 268.2069,152.64489 C 270.31418,152.6449 271.95845,153.21365 273.13971,154.35114 C 274.32824,155.48865 274.92251,157.06365 274.92253,159.07614 C 274.92251,161.08864 274.32824,162.66364 273.13971,163.80114 C 271.95845,164.93864 270.31418,165.50739 268.2069,165.50739 C 266.09231,165.50739 264.43711,164.93864 263.24128,163.80114 C 262.05273,162.66364 261.45846,161.08864 261.45846,159.07614 C 261.45846,157.06365 262.05273,155.48865 263.24128,154.35114 C 264.43711,153.21365 266.09231,152.6449 268.2069,152.64489"
id="path13631-0"
inkscape:connector-curvature="0" />
<path
d="M 253.08351,170.70181 L 256.99914,170.70181 L 256.99914,182.95181 L 253.08351,182.95181 L 253.08351,170.70181 M 253.08351,165.93306 L 256.99914,165.93306 L 256.99914,169.12681 L 253.08351,169.12681 L 253.08351,165.93306"
id="path13544"
d="M 282.05377,149.46208 L 282.05377,152.9402 L 286.08971,152.9402 L 286.08971,155.7402 L 282.05377,155.7402 L 282.05377,160.93551 C 282.05377,161.50427 282.16679,161.89072 282.39284,162.09489 C 282.61887,162.29177 283.06731,162.3902 283.73815,162.3902 L 285.75065,162.3902 L 285.75065,165.1902 L 282.39284,165.1902 C 280.847,165.1902 279.7496,164.86937 279.10065,164.2277 C 278.45898,163.57874 278.13815,162.48135 278.13815,160.93551 L 278.13815,155.7402 L 276.19127,155.7402 L 276.19127,152.9402 L 278.13815,152.9402 L 278.13815,149.46208 L 282.05377,149.46208"
id="path13633-7"
inkscape:connector-curvature="0" />
<path
d="M 269.11788,180.87369 C 268.57829,181.58827 267.98402,182.11327 267.33507,182.44869 C 266.68611,182.7841 265.93507,182.95181 265.08195,182.95181 C 263.58715,182.95181 262.35121,182.36483 261.37413,181.19088 C 260.39705,180.00963 259.90851,178.50755 259.90851,176.68463 C 259.90851,174.85443 260.39705,173.35599 261.37413,172.18931 C 262.35121,171.01537 263.58715,170.42839 265.08195,170.42838 C 265.93507,170.42839 266.68611,170.5961 267.33507,170.9315 C 267.98402,171.26693 268.57829,171.79557 269.11788,172.51744 L 269.11788,170.70181 L 273.05538,170.70181 L 273.05538,181.71588 C 273.05537,183.68462 272.43193,185.18671 271.18507,186.22213 C 269.94548,187.26483 268.14444,187.78618 265.78195,187.78619 C 265.01632,187.78618 264.27621,187.72789 263.56163,187.61119 C 262.84705,187.49452 262.12882,187.31587 261.40695,187.07525 L 261.40695,184.02369 C 262.09236,184.41744 262.76319,184.7091 263.41945,184.89869 C 264.07569,185.09556 264.73559,185.194 265.39913,185.194 C 266.68246,185.194 267.62308,184.91327 268.22101,184.35181 C 268.81892,183.79035 269.11787,182.91171 269.11788,181.71588 L 269.11788,180.87369 M 266.53663,173.25025 C 265.72725,173.25026 265.09652,173.54922 264.64445,174.14713 C 264.19236,174.74505 263.96632,175.59088 263.96632,176.68463 C 263.96632,177.80755 264.18507,178.66067 264.62257,179.244 C 265.06007,179.82005 265.69809,180.10807 266.53663,180.10806 C 267.35329,180.10807 267.98767,179.80911 268.43976,179.21119 C 268.89183,178.61328 269.11787,177.77109 269.11788,176.68463 C 269.11787,175.59088 268.89183,174.74505 268.43976,174.14713 C 267.98767,173.54922 267.35329,173.25026 266.53663,173.25025"
id="path13546"
d="M 292.77253,149.46208 L 292.77253,152.9402 L 296.80847,152.9402 L 296.80847,155.7402 L 292.77253,155.7402 L 292.77253,160.93551 C 292.77252,161.50427 292.88554,161.89072 293.11159,162.09489 C 293.33763,162.29177 293.78606,162.3902 294.4569,162.3902 L 296.4694,162.3902 L 296.4694,165.1902 L 293.11159,165.1902 C 291.56575,165.1902 290.46836,164.86937 289.8194,164.2277 C 289.17773,163.57874 288.8569,162.48135 288.8569,160.93551 L 288.8569,155.7402 L 286.91003,155.7402 L 286.91003,152.9402 L 288.8569,152.9402 L 288.8569,149.46208 L 292.77253,149.46208"
id="path13635-6"
inkscape:connector-curvature="0" />
<path
d="M 289.15539,175.49244 L 289.15539,182.95181 L 285.21789,182.95181 L 285.21789,181.73775 L 285.21789,177.24244 C 285.21788,176.18515 285.19239,175.45599 285.14129,175.05494 C 285.09749,174.6539 285.01733,174.35859 284.90067,174.169 C 284.74753,173.9138 284.53972,173.71693 284.27723,173.57838 C 284.01472,173.43255 283.71576,173.35963 283.38036,173.35963 C 282.56368,173.35963 281.92202,173.67682 281.45536,174.31119 C 280.98868,174.93828 280.75535,175.80963 280.75536,176.92525 L 280.75536,182.95181 L 276.83973,182.95181 L 276.83973,170.70181 L 280.75536,170.70181 L 280.75536,172.49556 C 281.34597,171.78099 281.97306,171.25599 282.63661,170.92056 C 283.30014,170.57787 284.03295,170.40651 284.83504,170.4065 C 286.24962,170.40651 287.32149,170.84037 288.05067,171.70806 C 288.78711,172.57578 289.15534,173.83724 289.15536,175.49244"
id="path13548"
d="M 299.21472,148.17145 L 303.13034,148.17145 L 303.13034,165.1902 L 299.21472,165.1902 L 299.21472,148.17145"
id="path13637-5"
inkscape:connector-curvature="0" />
<path
d="M 298.29914,177.43931 C 297.48246,177.43932 296.86632,177.57786 296.4507,177.85494 C 296.04236,178.13203 295.83819,178.54036 295.8382,179.07994 C 295.83819,179.57577 296.00226,179.96588 296.33039,180.25025 C 296.6658,180.52734 297.12882,180.66588 297.71945,180.66588 C 298.4559,180.66588 299.07569,180.40338 299.57882,179.87838 C 300.08194,179.34609 300.3335,178.68255 300.33351,177.88775 L 300.33351,177.43931 L 298.29914,177.43931 M 304.28195,175.96275 L 304.28195,182.95181 L 300.33351,182.95181 L 300.33351,181.13619 C 299.8085,181.87994 299.21788,182.42317 298.56164,182.76588 C 297.90538,183.10129 297.10694,183.269 296.16632,183.269 C 294.89757,183.269 293.8658,182.90077 293.07101,182.16431 C 292.28351,181.42056 291.88976,180.45807 291.88976,179.27681 C 291.88976,177.84036 292.38195,176.78671 293.36632,176.11588 C 294.35799,175.44505 295.91111,175.10963 298.0257,175.10963 L 300.33351,175.10963 L 300.33351,174.80338 C 300.3335,174.18359 300.08923,173.73151 299.6007,173.44713 C 299.11215,173.15547 298.35017,173.00964 297.31476,173.00963 C 296.47621,173.00964 295.69601,173.09353 294.97414,173.26119 C 294.25226,173.42891 293.58143,173.68047 292.96164,174.01588 L 292.96164,171.02994 C 293.80018,170.82578 294.64236,170.67266 295.4882,170.57056 C 296.33403,170.4612 297.17986,170.40651 298.0257,170.4065 C 300.23506,170.40651 301.82829,170.84401 302.80539,171.719 C 303.78975,172.58672 304.28194,174.0013 304.28195,175.96275"
id="path13550"
inkscape:connector-curvature="0" />
<path
d="M 307.94601,165.93306 L 311.86163,165.93306 L 311.86163,182.95181 L 307.94601,182.95181 L 307.94601,165.93306"
id="path13552"
d="M 319.14284,159.03239 L 319.14284,160.14801 L 309.98815,160.14801 C 310.08295,161.06677 310.41471,161.75583 310.98346,162.2152 C 311.55221,162.67458 312.347,162.90427 313.36784,162.90426 C 314.19179,162.90427 315.03397,162.78395 315.8944,162.54333 C 316.7621,162.29541 317.65168,161.92354 318.56315,161.4277 L 318.56315,164.44645 C 317.6371,164.79645 316.71105,165.05895 315.78502,165.23395 C 314.85897,165.41624 313.93293,165.50739 313.0069,165.50739 C 310.79023,165.50739 309.06575,164.94593 307.83346,163.82301 C 306.60846,162.69281 305.99596,161.11052 305.99596,159.07614 C 305.99596,157.07823 306.59752,155.50688 307.80065,154.36208 C 309.01106,153.2173 310.67356,152.6449 312.78815,152.64489 C 314.71314,152.6449 316.25168,153.22459 317.40377,154.38395 C 318.56314,155.54334 319.14282,157.09281 319.14284,159.03239 M 315.11784,157.73083 C 315.11783,156.98708 314.89908,156.38917 314.46159,155.93708 C 314.03137,155.47771 313.46627,155.24802 312.76627,155.24801 C 312.00793,155.24802 311.39179,155.46313 310.91784,155.89333 C 310.44387,156.31625 310.14856,156.92875 310.0319,157.73083 L 315.11784,157.73083"
id="path13639-6"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#488eff;font-family:Sans"
id="text9734-2-5"
transform="translate(0,31)">
<path
d="M 276.62875,182.50113 C 277.51104,182.50114 278.14176,182.33708 278.52094,182.00894 C 278.90739,181.68083 279.10062,181.14125 279.10063,180.39019 C 279.10062,179.64646 278.90739,179.11417 278.52094,178.79332 C 278.14176,178.4725 277.51104,178.31208 276.62875,178.31207 L 274.85688,178.31207 L 274.85688,182.50113 L 276.62875,182.50113 M 274.85688,185.41051 L 274.85688,191.59019 L 270.64594,191.59019 L 270.64594,175.26051 L 277.07719,175.26051 C 279.22822,175.26052 280.80322,175.62146 281.80219,176.34332 C 282.80843,177.06521 283.31155,178.20635 283.31157,179.76676 C 283.31155,180.84593 283.04905,181.73187 282.52407,182.42457 C 282.00634,183.11729 281.22249,183.6277 280.1725,183.95582 C 280.74853,184.08708 281.26259,184.38604 281.71469,184.85269 C 282.17405,185.31208 282.63707,186.01208 283.10375,186.95269 L 285.38969,191.59019 L 280.90532,191.59019 L 278.91469,187.53238 C 278.51364,186.71572 278.10531,186.15791 277.68969,185.85894 C 277.28135,185.55999 276.73447,185.41051 276.04907,185.41051 L 274.85688,185.41051"
id="path13616-9"
inkscape:connector-curvature="0" />
<path
d="M 293.53813,181.84488 C 292.67041,181.84489 292.00687,182.15843 291.5475,182.78551 C 291.09541,183.40531 290.86937,184.30218 290.86938,185.47613 C 290.86937,186.6501 291.09541,187.55062 291.5475,188.17769 C 292.00687,188.79749 292.67041,189.10738 293.53813,189.10738 C 294.39124,189.10738 295.04385,188.79749 295.49594,188.17769 C 295.94801,187.55062 296.17405,186.6501 296.17407,185.47613 C 296.17405,184.30218 295.94801,183.40531 295.49594,182.78551 C 295.04385,182.15843 294.39124,181.84489 293.53813,181.84488 M 293.53813,179.04488 C 295.64541,179.04489 297.28968,179.61364 298.47094,180.75113 C 299.65947,181.88864 300.25374,183.46364 300.25375,185.47613 C 300.25374,187.48864 299.65947,189.06363 298.47094,190.20113 C 297.28968,191.33863 295.64541,191.90738 293.53813,191.90738 C 291.42354,191.90738 289.76833,191.33863 288.5725,190.20113 C 287.38396,189.06363 286.78969,187.48864 286.78969,185.47613 C 286.78969,183.46364 287.38396,181.88864 288.5725,180.75113 C 289.76833,179.61364 291.42354,179.04489 293.53813,179.04488"
id="path13618-6"
inkscape:connector-curvature="0" />
<path
d="M 303.10844,174.57144 L 307.02406,174.57144 L 307.02406,191.59019 L 303.10844,191.59019 L 303.10844,174.57144"
id="path13620-7"
inkscape:connector-curvature="0" />
<path
d="M 310.80844,174.57144 L 314.72406,174.57144 L 314.72406,191.59019 L 310.80844,191.59019 L 310.80844,174.57144"
id="path13622-0"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffdc00;font-family:Sans"
id="text9734-2-6-6"
transform="translate(0,31)">
<path
d="M 259.44596,202.46052 L 266.43502,202.46052 C 268.51314,202.46054 270.10636,202.92356 271.21471,203.84958 C 272.33032,204.76835 272.88813,206.08084 272.88815,207.78708 C 272.88813,209.50063 272.33032,210.82042 271.21471,211.74646 C 270.10636,212.66521 268.51314,213.12459 266.43502,213.12458 L 263.6569,213.12458 L 263.6569,218.79021 L 259.44596,218.79021 L 259.44596,202.46052 M 263.6569,205.51208 L 263.6569,210.07302 L 265.98658,210.07302 C 266.80324,210.07303 267.43397,209.87615 267.87877,209.48239 C 268.32355,209.08136 268.54595,208.51626 268.54596,207.78708 C 268.54595,207.05793 268.32355,206.49647 267.87877,206.10271 C 267.43397,205.70897 266.80324,205.5121 265.98658,205.51208 L 263.6569,205.51208"
id="path13605-9"
inkscape:connector-curvature="0" />
<path
d="M 275.67721,206.54021 L 279.59283,206.54021 L 279.59283,218.79021 L 275.67721,218.79021 L 275.67721,206.54021 M 275.67721,201.77146 L 279.59283,201.77146 L 279.59283,204.96521 L 275.67721,204.96521 L 275.67721,201.77146"
id="path13607-1"
inkscape:connector-curvature="0" />
<path
d="M 287.65377,203.06208 L 287.65377,206.54021 L 291.68971,206.54021 L 291.68971,209.34021 L 287.65377,209.34021 L 287.65377,214.53552 C 287.65377,215.10427 287.76679,215.49073 287.99284,215.69489 C 288.21887,215.89177 288.66731,215.99021 289.33815,215.99021 L 291.35065,215.99021 L 291.35065,218.79021 L 287.99284,218.79021 C 286.447,218.79021 285.3496,218.46937 284.70065,217.82771 C 284.05898,217.17875 283.73815,216.08136 283.73815,214.53552 L 283.73815,209.34021 L 281.79127,209.34021 L 281.79127,206.54021 L 283.73815,206.54021 L 283.73815,203.06208 L 287.65377,203.06208"
id="path13609-5"
inkscape:connector-curvature="0" />
<path
d="M 303.9944,206.92302 L 303.9944,210.11677 C 303.46209,209.7522 302.92616,209.4824 302.38659,209.30739 C 301.85428,209.1324 301.30012,209.0449 300.72409,209.04489 C 299.63033,209.0449 298.7772,209.36574 298.16471,210.00739 C 297.5595,210.64178 297.25689,211.53136 297.2569,212.67614 C 297.25689,213.82094 297.5595,214.71417 298.16471,215.35583 C 298.7772,215.99021 299.63033,216.3074 300.72409,216.30739 C 301.33658,216.3074 301.91626,216.21629 302.46315,216.03396 C 303.0173,215.85167 303.52772,215.58188 303.9944,215.22458 L 303.9944,218.42927 C 303.38189,218.65531 302.75845,218.82302 302.12409,218.93239 C 301.49699,219.04906 300.86626,219.10739 300.2319,219.10739 C 298.02252,219.10739 296.29439,218.54229 295.04752,217.41208 C 293.80065,216.27458 293.17721,214.69594 293.17721,212.67614 C 293.17721,210.65636 293.80065,209.08136 295.04752,207.95114 C 296.29439,206.81366 298.02252,206.24491 300.2319,206.24489 C 300.87356,206.24491 301.50428,206.30319 302.12409,206.41989 C 302.75116,206.52928 303.37459,206.69699 303.9944,206.92302"
id="path13611-3"
inkscape:connector-curvature="0" />
<path
d="M 319.71158,211.33083 L 319.71158,218.79021 L 315.77408,218.79021 L 315.77408,217.57614 L 315.77408,213.10271 C 315.77407,212.03084 315.74858,211.29438 315.69748,210.89333 C 315.65368,210.4923 315.57351,210.19699 315.45686,210.00739 C 315.30372,209.7522 315.09591,209.55532 314.83342,209.41677 C 314.57091,209.27095 314.27195,209.19803 313.93654,209.19802 C 313.11987,209.19803 312.4782,209.51522 312.01154,210.14958 C 311.54487,210.77667 311.31154,211.64803 311.31154,212.76364 L 311.31154,218.79021 L 307.39592,218.79021 L 307.39592,201.77146 L 311.31154,201.77146 L 311.31154,208.33396 C 311.90216,207.61938 312.52925,207.09439 313.19279,206.75896 C 313.85633,206.41626 314.58914,206.24491 315.39123,206.24489 C 316.8058,206.24491 317.87768,206.67876 318.60686,207.54646 C 319.3433,208.41418 319.71153,209.67563 319.71154,211.33083"
id="path13613-3"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#73ff00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans"
id="text9734-2-6-4-4"
transform="translate(0,31)">
<path
d="M 264.37094,228.86053 L 268.97563,228.86053 L 272.69438,234.67928 L 276.41313,228.86053 L 281.02875,228.86053 L 274.80532,238.31053 L 274.80532,245.19022 L 270.59438,245.19022 L 270.59438,238.31053 L 264.37094,228.86053"
id="path13598-6"
inkscape:connector-curvature="0" />
<path
d="M 286.13657,239.67772 C 285.31989,239.67772 284.70375,239.81626 284.28813,240.09334 C 283.87979,240.37043 283.67562,240.77876 283.67563,241.31834 C 283.67562,241.81418 283.83969,242.20428 284.16782,242.48865 C 284.50323,242.76574 284.96625,242.90428 285.55688,242.90428 C 286.29333,242.90428 286.91312,242.64178 287.41625,242.11678 C 287.91937,241.58449 288.17093,240.92095 288.17094,240.12615 L 288.17094,239.67772 L 286.13657,239.67772 M 292.11938,238.20115 L 292.11938,245.19022 L 288.17094,245.19022 L 288.17094,243.37459 C 287.64593,244.11834 287.05531,244.66157 286.39907,245.00428 C 285.74281,245.3397 284.94437,245.5074 284.00375,245.5074 C 282.735,245.5074 281.70323,245.13917 280.90844,244.40272 C 280.12094,243.65897 279.72719,242.69647 279.72719,241.51522 C 279.72719,240.07876 280.21938,239.02512 281.20375,238.35428 C 282.19542,237.68345 283.74854,237.34804 285.86313,237.34803 L 288.17094,237.34803 L 288.17094,237.04178 C 288.17093,236.422 287.92666,235.96991 287.43813,235.68553 C 286.94958,235.39387 286.1876,235.24804 285.15219,235.24803 C 284.31364,235.24804 283.53344,235.33193 282.81157,235.49959 C 282.08969,235.66731 281.41886,235.91887 280.79907,236.25428 L 280.79907,233.26834 C 281.63761,233.06419 282.47979,232.91106 283.32563,232.80897 C 284.17146,232.6996 285.01729,232.64492 285.86313,232.6449 C 288.07249,232.64492 289.66572,233.08242 290.64282,233.9574 C 291.62718,234.82512 292.11937,236.2397 292.11938,238.20115"
id="path13600-8"
inkscape:connector-curvature="0" />
<path
d="M 294.68969,232.94022 L 298.49594,232.94022 L 300.55219,241.38397 L 302.61938,232.94022 L 305.88969,232.94022 L 307.94594,241.29647 L 310.01313,232.94022 L 313.81938,232.94022 L 310.59282,245.19022 L 306.31625,245.19022 L 304.24907,236.76834 L 302.19282,245.19022 L 297.91625,245.19022 L 294.68969,232.94022"
id="path13602-1"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:end;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:end;baseline-shift:baseline;color:#000000;fill:#ff7e00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans"
id="text9734-2-6-4-2-7"
transform="translate(0,31)">
<path
d="M 162.89598,252.86053 L 174.26004,252.86053 L 174.26004,256.04334 L 167.10692,256.04334 L 167.10692,259.08397 L 173.83348,259.08397 L 173.83348,262.26678 L 167.10692,262.26678 L 167.10692,269.19022 L 162.89598,269.19022 L 162.89598,252.86053"
id="path13577-9"
inkscape:connector-curvature="0" />
<path
d="M 178.03348,252.17147 L 181.94911,252.17147 L 181.94911,269.19022 L 178.03348,269.19022 L 178.03348,252.17147"
id="path13579-9"
inkscape:connector-curvature="0" />
<path
d="M 185.73348,256.94022 L 189.64911,256.94022 L 189.64911,269.19022 L 185.73348,269.19022 L 185.73348,256.94022 M 185.73348,252.17147 L 189.64911,252.17147 L 189.64911,255.36522 L 185.73348,255.36522 L 185.73348,252.17147"
id="path13581-4"
inkscape:connector-curvature="0" />
<path
d="M 201.76785,267.11209 C 201.22826,267.82668 200.63399,268.35168 199.98504,268.68709 C 199.33608,269.02251 198.58504,269.19022 197.73192,269.19022 C 196.23712,269.19022 195.00118,268.60324 194.0241,267.42928 C 193.04702,266.24803 192.55848,264.74595 192.55848,262.92303 C 192.55848,261.09283 193.04702,259.59439 194.0241,258.42772 C 195.00118,257.25377 196.23712,256.66679 197.73192,256.66678 C 198.58504,256.66679 199.33608,256.8345 199.98504,257.1699 C 200.63399,257.50533 201.22826,258.03398 201.76785,258.75584 L 201.76785,256.94022 L 205.70535,256.94022 L 205.70535,267.95428 C 205.70534,269.92303 205.0819,271.42511 203.83504,272.46053 C 202.59545,273.50323 200.79441,274.02459 198.43192,274.02459 C 197.66629,274.02459 196.92618,273.96629 196.2116,273.84959 C 195.49702,273.73292 194.77879,273.55427 194.05692,273.31365 L 194.05692,270.26209 C 194.74233,270.65584 195.41316,270.94751 196.06942,271.13709 C 196.72566,271.33396 197.38556,271.4324 198.0491,271.4324 C 199.33243,271.4324 200.27305,271.15167 200.87098,270.59022 C 201.46889,270.02876 201.76784,269.15011 201.76785,267.95428 L 201.76785,267.11209 M 199.1866,259.48865 C 198.37722,259.48866 197.74649,259.78762 197.29442,260.38553 C 196.84233,260.98345 196.61629,261.82929 196.61629,262.92303 C 196.61629,264.04595 196.83504,264.89907 197.27254,265.4824 C 197.71004,266.05845 198.34806,266.34647 199.1866,266.34647 C 200.00326,266.34647 200.63764,266.04751 201.08973,265.44959 C 201.5418,264.85168 201.76784,264.00949 201.76785,262.92303 C 201.76784,261.82929 201.5418,260.98345 201.08973,260.38553 C 200.63764,259.78762 200.00326,259.48866 199.1866,259.48865"
id="path13583-3"
inkscape:connector-curvature="0" />
<path
d="M 221.80535,261.73084 L 221.80535,269.19022 L 217.86785,269.19022 L 217.86785,267.97615 L 217.86785,263.50272 C 217.86784,262.43085 217.84235,261.69439 217.79125,261.29334 C 217.74745,260.89231 217.66728,260.597 217.55063,260.4074 C 217.39749,260.1522 217.18968,259.95533 216.92719,259.81678 C 216.66468,259.67095 216.36572,259.59804 216.03031,259.59803 C 215.21364,259.59804 214.57197,259.91523 214.10531,260.54959 C 213.63864,261.17668 213.40531,262.04804 213.40531,263.16365 L 213.40531,269.19022 L 209.48969,269.19022 L 209.48969,252.17147 L 213.40531,252.17147 L 213.40531,258.73397 C 213.99593,258.01939 214.62302,257.49439 215.28656,257.15897 C 215.9501,256.81627 216.68291,256.64492 217.485,256.6449 C 218.89957,256.64492 219.97145,257.07877 220.70063,257.94647 C 221.43707,258.81418 221.8053,260.07564 221.80531,261.73084"
id="path13585-2"
inkscape:connector-curvature="0" />
<path
d="M 229.73504,253.46209 L 229.73504,256.94022 L 233.77098,256.94022 L 233.77098,259.74022 L 229.73504,259.74022 L 229.73504,264.93553 C 229.73504,265.50428 229.84806,265.89074 230.0741,266.0949 C 230.30014,266.29178 230.74858,266.39022 231.41942,266.39022 L 233.43192,266.39022 L 233.43192,269.19022 L 230.0741,269.19022 C 228.52827,269.19022 227.43087,268.86938 226.78192,268.22772 C 226.14025,267.57876 225.81941,266.48136 225.81942,264.93553 L 225.81942,259.74022 L 223.87254,259.74022 L 223.87254,256.94022 L 225.81942,256.94022 L 225.81942,253.46209 L 229.73504,253.46209"
id="path13587-7"
inkscape:connector-curvature="0" />
<path
d="M 244.13973,252.86053 L 249.49911,252.86053 L 253.21786,261.59959 L 256.95848,252.86053 L 262.30692,252.86053 L 262.30692,269.19022 L 258.32567,269.19022 L 258.32567,257.24647 L 254.56317,266.05115 L 251.89442,266.05115 L 248.13192,257.24647 L 248.13192,269.19022 L 244.13973,269.19022 L 244.13973,252.86053"
id="path13589-0"
inkscape:connector-curvature="0" />
<path
d="M 272.10692,259.4449 C 271.2392,259.44491 270.57566,259.75845 270.11629,260.38553 C 269.66421,261.00533 269.43816,261.9022 269.43817,263.07615 C 269.43816,264.25012 269.66421,265.15064 270.11629,265.77772 C 270.57566,266.39751 271.2392,266.70741 272.10692,266.7074 C 272.96004,266.70741 273.61264,266.39751 274.06473,265.77772 C 274.5168,265.15064 274.74285,264.25012 274.74286,263.07615 C 274.74285,261.9022 274.5168,261.00533 274.06473,260.38553 C 273.61264,259.75845 272.96004,259.44491 272.10692,259.4449 M 272.10692,256.6449 C 274.2142,256.64492 275.85847,257.21367 277.03973,258.35115 C 278.22826,259.48866 278.82253,261.06366 278.82254,263.07615 C 278.82253,265.08866 278.22826,266.66366 277.03973,267.80115 C 275.85847,268.93865 274.2142,269.5074 272.10692,269.5074 C 269.99233,269.5074 268.33712,268.93865 267.14129,267.80115 C 265.95275,266.66366 265.35848,265.08866 265.35848,263.07615 C 265.35848,261.06366 265.95275,259.48866 267.14129,258.35115 C 268.33712,257.21367 269.99233,256.64492 272.10692,256.6449"
id="path13591-2"
inkscape:connector-curvature="0" />
<path
d="M 290.0116,258.73397 L 290.0116,252.17147 L 293.9491,252.17147 L 293.9491,269.19022 L 290.0116,269.19022 L 290.0116,267.41834 C 289.47201,268.14022 288.87774,268.66886 288.22879,269.00428 C 287.57982,269.3397 286.82878,269.5074 285.97566,269.5074 C 284.46628,269.5074 283.2267,268.90949 282.25691,267.71365 C 281.28712,266.51053 280.80222,264.9647 280.80223,263.07615 C 280.80222,261.18762 281.28712,259.64543 282.25691,258.44959 C 283.2267,257.24648 284.46628,256.64492 285.97566,256.6449 C 286.82149,256.64492 287.56888,256.81627 288.21785,257.15897 C 288.87409,257.49439 289.47201,258.01939 290.0116,258.73397 M 287.43035,266.66365 C 288.26888,266.66366 288.9069,266.35741 289.34441,265.7449 C 289.78919,265.13241 290.01159,264.24283 290.0116,263.07615 C 290.01159,261.90949 289.78919,261.01991 289.34441,260.4074 C 288.9069,259.79491 288.26888,259.48866 287.43035,259.48865 C 286.59909,259.48866 285.96107,259.79491 285.51629,260.4074 C 285.07878,261.01991 284.86003,261.90949 284.86004,263.07615 C 284.86003,264.24283 285.07878,265.13241 285.51629,265.7449 C 285.96107,266.35741 286.59909,266.66366 287.43035,266.66365"
id="path13593-7"
inkscape:connector-curvature="0" />
<path
d="M 309.9616,263.0324 L 309.9616,264.14803 L 300.80691,264.14803 C 300.90171,265.06678 301.23347,265.75584 301.80223,266.21522 C 302.37097,266.67459 303.16576,266.90428 304.1866,266.90428 C 305.01055,266.90428 305.85274,266.78397 306.71316,266.54334 C 307.58086,266.29543 308.47044,265.92355 309.38191,265.42772 L 309.38191,268.44647 C 308.45586,268.79647 307.52982,269.05897 306.60379,269.23397 C 305.67774,269.41626 304.7517,269.5074 303.82566,269.5074 C 301.60899,269.5074 299.88451,268.94595 298.65223,267.82303 C 297.42723,266.69282 296.81473,265.11053 296.81473,263.07615 C 296.81473,261.07825 297.41629,259.50689 298.61941,258.36209 C 299.82983,257.21731 301.49233,256.64492 303.60691,256.6449 C 305.5319,256.64492 307.07045,257.2246 308.22254,258.38397 C 309.3819,259.54335 309.96159,261.09283 309.9616,263.0324 M 305.9366,261.73084 C 305.93659,260.9871 305.71784,260.38918 305.28035,259.93709 C 304.85013,259.47773 304.28503,259.24804 303.58504,259.24803 C 302.8267,259.24804 302.21055,259.46314 301.7366,259.89334 C 301.26264,260.31627 300.96733,260.92877 300.85066,261.73084 L 305.9366,261.73084"
id="path13595-6"
inkscape:connector-curvature="0" />
</g>
<path
id="path22050-62"
d="M 378.03267,302.88475 L 411.14272,302.51434 L 411.00143,248.51434 L 430.71887,248.51434"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cccc" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer21"
inkscape:label="sbus"
style="display:inline"
inkscape:label="revo-sbus"
style="display:none"
sodipodi:insensitive="true">
<g
style="display:inline"
@ -18075,10 +18220,725 @@
x="1368.0533">S-Bus</tspan></text>
</g>
</g>
<g
sodipodi:insensitive="true"
style="display:none"
inkscape:label="revo-satellite"
id="g11310"
inkscape:groupmode="layer">
<g
transform="matrix(0.4,0,0,0.4,-131.04473,-97.93132)"
id="g11312">
<path
style="fill:none;stroke:#777777;stroke-width:14.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
stroke-miterlimit="4"
d="m 1250,1530 c -64.9,-5.97 -121,14.3 -171,40.7"
id="path11315" />
<path
style="fill:none;stroke:#777777;stroke-width:14.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
stroke-miterlimit="4"
d="m 1490,1530 c 50.3,-1.09 115,5.3 155,36.6"
id="path11317" />
<path
id="path11319"
d="m 1371.2889,1318.8556 0,-124.7594 225,0 0,-141.368"
inkscape:connector-curvature="0"
style="fill:none;stroke:#1f4697;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cccc" />
<path
id="path11321"
d="m 1356.2889,1318.8556 0,-139.7594 225,0 0,-126.368"
inkscape:connector-curvature="0"
style="fill:none;stroke:#d81900;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cccc" />
<path
id="path11323"
d="m 1386.2889,1318.8556 0,-109.7594 225.5,10e-5 0,-156.3681"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ec6004;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cccc" />
<path
id="path11325"
d="m 1342.571,1318.8556 0,-154.7594 223.7179,0 0,-111.368"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:15.30000019;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cccc" />
<rect
x="1250"
y="1320"
stroke-miterlimit="4"
width="237"
height="272"
ry="11.5"
style="color:#000000;fill:url(#linearGradient10168-9);fill-rule:nonzero;stroke:#000000;stroke-width:5.76999998;stroke-miterlimit:4;stroke-dasharray:none;enable-background:accumulate"
id="rect11327"
rx="11.5" />
<text
sodipodi:linespacing="125%"
xml:space="preserve"
x="1368.6637"
y="1415.5746"
font-style="normal"
line-height="125%"
font-size="40px"
font-weight="normal"
style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;font-family:Sans"
id="text11329"><tspan
x="1368.6637"
y="1415.5746"
id="tspan11331">Spectrum</tspan></text>
<text
sodipodi:linespacing="125%"
line-height="125%"
x="1291.984"
y="1500.4048"
font-style="normal"
font-size="100px"
xml:space="preserve"
font-weight="normal"
style="font-size:100px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;font-family:Sans"
id="text11333"><tspan
style="font-size:40px;fill:#ffffff"
x="1291.984"
y="1500.4048"
font-size="40px"
id="tspan11335">Satellite</tspan></text>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer19"
inkscape:label="cc-pwm"
style="display:none"
sodipodi:insensitive="true">
<g
id="cc-pwm"
transform="translate(1,-2)">
<path
id="path8856-1-8-4"
d="M 309.08544,189.42619 L 430.46875,188.94219"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-5-8-4"
d="M 309.08544,183.82619 L 430.46875,183.62059"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-3-1-3"
d="M 309.08544,195.62619 L 430.46875,195.21419"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 303.76407,219.75113 L 378.94,219.65633 L 378.94,203.58874 L 430.34,203.43994"
id="path8856-5" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#fac204;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 303.76407,244.51434 L 388.46407,244.51434 L 388.16407,211.51434 L 430.56407,211.51434"
id="path8856-5-1" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 303.76407,271.55113 L 395.804,271.58223 L 395.80447,219.51734 L 430.40447,219.51134"
id="path8856-5-1-7" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 320.88407,294.27993 L 403.284,294.02753 L 403.284,226.51434 L 430.71887,226.51434"
id="path8856-5-1-7-1" />
<path
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 131.51628,280.89645 C 99.179438,276.41438 56.116118,293.77498 44.942858,345.61434"
id="path9857-3-9" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 309.08544,198.82619 L 430.46875,198.54819"
id="path8856-4-4"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="sssccccssssss"
inkscape:connector-curvature="0"
id="rect8853-0-8"
d="M 136.31357,163.05542 L 323.35356,163.05542 C 326.94348,163.05542 329.83356,165.9455 329.83356,169.53542 L 329.83356,178.37557 L 323.83356,178.37557 L 323.83356,300.73558 L 329.834,300.73558 L 329.83356,310.97542 C 329.83341,314.56534 326.94348,317.45542 323.35356,317.45542 L 136.31357,317.45542 C 132.72364,317.45542 129.83356,314.56534 129.83356,310.97542 L 129.83356,169.53542 C 129.83356,165.9455 132.72364,163.05542 136.31357,163.05542 z"
style="color:#000000;fill:url(#linearGradient13565);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Sans"
id="text9734"
transform="translate(0,31)">
<path
d="M 218.29909,148.86051 L 233.34909,148.86051 L 233.34909,152.04333 L 227.93502,152.04333 L 227.93502,165.1902 L 223.72409,165.1902 L 223.72409,152.04333 L 218.29909,152.04333 L 218.29909,148.86051"
id="path13625"
inkscape:connector-curvature="0" />
<path
d="M 247.65534,157.73083 L 247.65534,165.1902 L 243.71784,165.1902 L 243.71784,163.97614 L 243.71784,159.5027 C 243.71783,158.43083 243.69234,157.69438 243.64124,157.29333 C 243.59744,156.89229 243.51727,156.59698 243.40061,156.40739 C 243.24748,156.15219 243.03966,155.95531 242.77717,155.81676 C 242.51466,155.67094 242.21571,155.59802 241.8803,155.59801 C 241.06362,155.59802 240.42196,155.91521 239.9553,156.54958 C 239.48862,157.17667 239.25529,158.04802 239.2553,159.16364 L 239.2553,165.1902 L 235.33967,165.1902 L 235.33967,148.17145 L 239.2553,148.17145 L 239.2553,154.73395 C 239.84592,154.01938 240.473,153.49438 241.13655,153.15895 C 241.80008,152.81626 242.53289,152.6449 243.33499,152.64489 C 244.74956,152.6449 245.82143,153.07875 246.55061,153.94645 C 247.28705,154.81417 247.65528,156.07563 247.6553,157.73083"
id="path13627"
inkscape:connector-curvature="0" />
<path
d="M 260.40846,156.27614 C 260.06574,156.11573 259.72303,155.99906 259.38034,155.92614 C 259.04491,155.84594 258.70585,155.80584 258.36315,155.80583 C 257.35689,155.80584 256.58033,156.13031 256.03346,156.77926 C 255.49387,157.42094 255.22408,158.34333 255.22409,159.54645 L 255.22409,165.1902 L 251.30846,165.1902 L 251.30846,152.9402 L 255.22409,152.9402 L 255.22409,154.9527 C 255.72721,154.15063 256.30325,153.5673 256.95221,153.2027 C 257.60845,152.83084 258.39231,152.6449 259.30377,152.64489 C 259.43501,152.6449 259.5772,152.65189 259.73034,152.66679 C 259.88345,152.67379 260.10585,152.69599 260.39752,152.73239 L 260.40842,156.27614"
id="path13629"
inkscape:connector-curvature="0" />
<path
d="M 268.2069,155.44489 C 267.33919,155.4449 266.67565,155.75844 266.21628,156.38551 C 265.76419,157.00531 265.53815,157.90219 265.53815,159.07614 C 265.53815,160.2501 265.76419,161.15062 266.21628,161.7777 C 266.67565,162.3975 267.33919,162.70739 268.2069,162.70739 C 269.06002,162.70739 269.71262,162.3975 270.16471,161.7777 C 270.61679,161.15062 270.84283,160.2501 270.84284,159.07614 C 270.84283,157.90219 270.61679,157.00531 270.16471,156.38551 C 269.71262,155.75844 269.06002,155.4449 268.2069,155.44489 M 268.2069,152.64489 C 270.31418,152.6449 271.95845,153.21365 273.13971,154.35114 C 274.32824,155.48865 274.92251,157.06365 274.92253,159.07614 C 274.92251,161.08864 274.32824,162.66364 273.13971,163.80114 C 271.95845,164.93864 270.31418,165.50739 268.2069,165.50739 C 266.09231,165.50739 264.43711,164.93864 263.24128,163.80114 C 262.05273,162.66364 261.45846,161.08864 261.45846,159.07614 C 261.45846,157.06365 262.05273,155.48865 263.24128,154.35114 C 264.43711,153.21365 266.09231,152.6449 268.2069,152.64489"
id="path13631"
inkscape:connector-curvature="0" />
<path
d="M 282.05377,149.46208 L 282.05377,152.9402 L 286.08971,152.9402 L 286.08971,155.7402 L 282.05377,155.7402 L 282.05377,160.93551 C 282.05377,161.50427 282.16679,161.89072 282.39284,162.09489 C 282.61887,162.29177 283.06731,162.3902 283.73815,162.3902 L 285.75065,162.3902 L 285.75065,165.1902 L 282.39284,165.1902 C 280.847,165.1902 279.7496,164.86937 279.10065,164.2277 C 278.45898,163.57874 278.13815,162.48135 278.13815,160.93551 L 278.13815,155.7402 L 276.19127,155.7402 L 276.19127,152.9402 L 278.13815,152.9402 L 278.13815,149.46208 L 282.05377,149.46208"
id="path13633"
inkscape:connector-curvature="0" />
<path
d="M 292.77253,149.46208 L 292.77253,152.9402 L 296.80847,152.9402 L 296.80847,155.7402 L 292.77253,155.7402 L 292.77253,160.93551 C 292.77252,161.50427 292.88554,161.89072 293.11159,162.09489 C 293.33763,162.29177 293.78606,162.3902 294.4569,162.3902 L 296.4694,162.3902 L 296.4694,165.1902 L 293.11159,165.1902 C 291.56575,165.1902 290.46836,164.86937 289.8194,164.2277 C 289.17773,163.57874 288.8569,162.48135 288.8569,160.93551 L 288.8569,155.7402 L 286.91003,155.7402 L 286.91003,152.9402 L 288.8569,152.9402 L 288.8569,149.46208 L 292.77253,149.46208"
id="path13635"
inkscape:connector-curvature="0" />
<path
d="M 299.21472,148.17145 L 303.13034,148.17145 L 303.13034,165.1902 L 299.21472,165.1902 L 299.21472,148.17145"
id="path13637"
inkscape:connector-curvature="0" />
<path
d="M 319.14284,159.03239 L 319.14284,160.14801 L 309.98815,160.14801 C 310.08295,161.06677 310.41471,161.75583 310.98346,162.2152 C 311.55221,162.67458 312.347,162.90427 313.36784,162.90426 C 314.19179,162.90427 315.03397,162.78395 315.8944,162.54333 C 316.7621,162.29541 317.65168,161.92354 318.56315,161.4277 L 318.56315,164.44645 C 317.6371,164.79645 316.71105,165.05895 315.78502,165.23395 C 314.85897,165.41624 313.93293,165.50739 313.0069,165.50739 C 310.79023,165.50739 309.06575,164.94593 307.83346,163.82301 C 306.60846,162.69281 305.99596,161.11052 305.99596,159.07614 C 305.99596,157.07823 306.59752,155.50688 307.80065,154.36208 C 309.01106,153.2173 310.67356,152.6449 312.78815,152.64489 C 314.71314,152.6449 316.25168,153.22459 317.40377,154.38395 C 318.56314,155.54334 319.14282,157.09281 319.14284,159.03239 M 315.11784,157.73083 C 315.11783,156.98708 314.89908,156.38917 314.46159,155.93708 C 314.03137,155.47771 313.46627,155.24802 312.76627,155.24801 C 312.00793,155.24802 311.39179,155.46313 310.91784,155.89333 C 310.44387,156.31625 310.14856,156.92875 310.0319,157.73083 L 315.11784,157.73083"
id="path13639"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#488eff;font-family:Sans"
id="text9734-2"
transform="translate(0,31)">
<path
d="M 276.62875,182.50113 C 277.51104,182.50114 278.14176,182.33708 278.52094,182.00894 C 278.90739,181.68083 279.10062,181.14125 279.10063,180.39019 C 279.10062,179.64646 278.90739,179.11417 278.52094,178.79332 C 278.14176,178.4725 277.51104,178.31208 276.62875,178.31207 L 274.85688,178.31207 L 274.85688,182.50113 L 276.62875,182.50113 M 274.85688,185.41051 L 274.85688,191.59019 L 270.64594,191.59019 L 270.64594,175.26051 L 277.07719,175.26051 C 279.22822,175.26052 280.80322,175.62146 281.80219,176.34332 C 282.80843,177.06521 283.31155,178.20635 283.31157,179.76676 C 283.31155,180.84593 283.04905,181.73187 282.52407,182.42457 C 282.00634,183.11729 281.22249,183.6277 280.1725,183.95582 C 280.74853,184.08708 281.26259,184.38604 281.71469,184.85269 C 282.17405,185.31208 282.63707,186.01208 283.10375,186.95269 L 285.38969,191.59019 L 280.90532,191.59019 L 278.91469,187.53238 C 278.51364,186.71572 278.10531,186.15791 277.68969,185.85894 C 277.28135,185.55999 276.73447,185.41051 276.04907,185.41051 L 274.85688,185.41051"
id="path13616"
inkscape:connector-curvature="0" />
<path
d="M 293.53813,181.84488 C 292.67041,181.84489 292.00687,182.15843 291.5475,182.78551 C 291.09541,183.40531 290.86937,184.30218 290.86938,185.47613 C 290.86937,186.6501 291.09541,187.55062 291.5475,188.17769 C 292.00687,188.79749 292.67041,189.10738 293.53813,189.10738 C 294.39124,189.10738 295.04385,188.79749 295.49594,188.17769 C 295.94801,187.55062 296.17405,186.6501 296.17407,185.47613 C 296.17405,184.30218 295.94801,183.40531 295.49594,182.78551 C 295.04385,182.15843 294.39124,181.84489 293.53813,181.84488 M 293.53813,179.04488 C 295.64541,179.04489 297.28968,179.61364 298.47094,180.75113 C 299.65947,181.88864 300.25374,183.46364 300.25375,185.47613 C 300.25374,187.48864 299.65947,189.06363 298.47094,190.20113 C 297.28968,191.33863 295.64541,191.90738 293.53813,191.90738 C 291.42354,191.90738 289.76833,191.33863 288.5725,190.20113 C 287.38396,189.06363 286.78969,187.48864 286.78969,185.47613 C 286.78969,183.46364 287.38396,181.88864 288.5725,180.75113 C 289.76833,179.61364 291.42354,179.04489 293.53813,179.04488"
id="path13618"
inkscape:connector-curvature="0" />
<path
d="M 303.10844,174.57144 L 307.02406,174.57144 L 307.02406,191.59019 L 303.10844,191.59019 L 303.10844,174.57144"
id="path13620"
inkscape:connector-curvature="0" />
<path
d="M 310.80844,174.57144 L 314.72406,174.57144 L 314.72406,191.59019 L 310.80844,191.59019 L 310.80844,174.57144"
id="path13622"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffdc00;font-family:Sans"
id="text9734-2-6"
transform="translate(0,31)">
<path
d="M 259.44596,202.46052 L 266.43502,202.46052 C 268.51314,202.46054 270.10636,202.92356 271.21471,203.84958 C 272.33032,204.76835 272.88813,206.08084 272.88815,207.78708 C 272.88813,209.50063 272.33032,210.82042 271.21471,211.74646 C 270.10636,212.66521 268.51314,213.12459 266.43502,213.12458 L 263.6569,213.12458 L 263.6569,218.79021 L 259.44596,218.79021 L 259.44596,202.46052 M 263.6569,205.51208 L 263.6569,210.07302 L 265.98658,210.07302 C 266.80324,210.07303 267.43397,209.87615 267.87877,209.48239 C 268.32355,209.08136 268.54595,208.51626 268.54596,207.78708 C 268.54595,207.05793 268.32355,206.49647 267.87877,206.10271 C 267.43397,205.70897 266.80324,205.5121 265.98658,205.51208 L 263.6569,205.51208"
id="path13605"
inkscape:connector-curvature="0" />
<path
d="M 275.67721,206.54021 L 279.59283,206.54021 L 279.59283,218.79021 L 275.67721,218.79021 L 275.67721,206.54021 M 275.67721,201.77146 L 279.59283,201.77146 L 279.59283,204.96521 L 275.67721,204.96521 L 275.67721,201.77146"
id="path13607"
inkscape:connector-curvature="0" />
<path
d="M 287.65377,203.06208 L 287.65377,206.54021 L 291.68971,206.54021 L 291.68971,209.34021 L 287.65377,209.34021 L 287.65377,214.53552 C 287.65377,215.10427 287.76679,215.49073 287.99284,215.69489 C 288.21887,215.89177 288.66731,215.99021 289.33815,215.99021 L 291.35065,215.99021 L 291.35065,218.79021 L 287.99284,218.79021 C 286.447,218.79021 285.3496,218.46937 284.70065,217.82771 C 284.05898,217.17875 283.73815,216.08136 283.73815,214.53552 L 283.73815,209.34021 L 281.79127,209.34021 L 281.79127,206.54021 L 283.73815,206.54021 L 283.73815,203.06208 L 287.65377,203.06208"
id="path13609"
inkscape:connector-curvature="0" />
<path
d="M 303.9944,206.92302 L 303.9944,210.11677 C 303.46209,209.7522 302.92616,209.4824 302.38659,209.30739 C 301.85428,209.1324 301.30012,209.0449 300.72409,209.04489 C 299.63033,209.0449 298.7772,209.36574 298.16471,210.00739 C 297.5595,210.64178 297.25689,211.53136 297.2569,212.67614 C 297.25689,213.82094 297.5595,214.71417 298.16471,215.35583 C 298.7772,215.99021 299.63033,216.3074 300.72409,216.30739 C 301.33658,216.3074 301.91626,216.21629 302.46315,216.03396 C 303.0173,215.85167 303.52772,215.58188 303.9944,215.22458 L 303.9944,218.42927 C 303.38189,218.65531 302.75845,218.82302 302.12409,218.93239 C 301.49699,219.04906 300.86626,219.10739 300.2319,219.10739 C 298.02252,219.10739 296.29439,218.54229 295.04752,217.41208 C 293.80065,216.27458 293.17721,214.69594 293.17721,212.67614 C 293.17721,210.65636 293.80065,209.08136 295.04752,207.95114 C 296.29439,206.81366 298.02252,206.24491 300.2319,206.24489 C 300.87356,206.24491 301.50428,206.30319 302.12409,206.41989 C 302.75116,206.52928 303.37459,206.69699 303.9944,206.92302"
id="path13611"
inkscape:connector-curvature="0" />
<path
d="M 319.71158,211.33083 L 319.71158,218.79021 L 315.77408,218.79021 L 315.77408,217.57614 L 315.77408,213.10271 C 315.77407,212.03084 315.74858,211.29438 315.69748,210.89333 C 315.65368,210.4923 315.57351,210.19699 315.45686,210.00739 C 315.30372,209.7522 315.09591,209.55532 314.83342,209.41677 C 314.57091,209.27095 314.27195,209.19803 313.93654,209.19802 C 313.11987,209.19803 312.4782,209.51522 312.01154,210.14958 C 311.54487,210.77667 311.31154,211.64803 311.31154,212.76364 L 311.31154,218.79021 L 307.39592,218.79021 L 307.39592,201.77146 L 311.31154,201.77146 L 311.31154,208.33396 C 311.90216,207.61938 312.52925,207.09439 313.19279,206.75896 C 313.85633,206.41626 314.58914,206.24491 315.39123,206.24489 C 316.8058,206.24491 317.87768,206.67876 318.60686,207.54646 C 319.3433,208.41418 319.71153,209.67563 319.71154,211.33083"
id="path13613"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#73ff00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans"
id="text9734-2-6-4"
transform="translate(0,31)">
<path
d="M 264.37094,228.86053 L 268.97563,228.86053 L 272.69438,234.67928 L 276.41313,228.86053 L 281.02875,228.86053 L 274.80532,238.31053 L 274.80532,245.19022 L 270.59438,245.19022 L 270.59438,238.31053 L 264.37094,228.86053"
id="path13598"
inkscape:connector-curvature="0" />
<path
d="M 286.13657,239.67772 C 285.31989,239.67772 284.70375,239.81626 284.28813,240.09334 C 283.87979,240.37043 283.67562,240.77876 283.67563,241.31834 C 283.67562,241.81418 283.83969,242.20428 284.16782,242.48865 C 284.50323,242.76574 284.96625,242.90428 285.55688,242.90428 C 286.29333,242.90428 286.91312,242.64178 287.41625,242.11678 C 287.91937,241.58449 288.17093,240.92095 288.17094,240.12615 L 288.17094,239.67772 L 286.13657,239.67772 M 292.11938,238.20115 L 292.11938,245.19022 L 288.17094,245.19022 L 288.17094,243.37459 C 287.64593,244.11834 287.05531,244.66157 286.39907,245.00428 C 285.74281,245.3397 284.94437,245.5074 284.00375,245.5074 C 282.735,245.5074 281.70323,245.13917 280.90844,244.40272 C 280.12094,243.65897 279.72719,242.69647 279.72719,241.51522 C 279.72719,240.07876 280.21938,239.02512 281.20375,238.35428 C 282.19542,237.68345 283.74854,237.34804 285.86313,237.34803 L 288.17094,237.34803 L 288.17094,237.04178 C 288.17093,236.422 287.92666,235.96991 287.43813,235.68553 C 286.94958,235.39387 286.1876,235.24804 285.15219,235.24803 C 284.31364,235.24804 283.53344,235.33193 282.81157,235.49959 C 282.08969,235.66731 281.41886,235.91887 280.79907,236.25428 L 280.79907,233.26834 C 281.63761,233.06419 282.47979,232.91106 283.32563,232.80897 C 284.17146,232.6996 285.01729,232.64492 285.86313,232.6449 C 288.07249,232.64492 289.66572,233.08242 290.64282,233.9574 C 291.62718,234.82512 292.11937,236.2397 292.11938,238.20115"
id="path13600"
inkscape:connector-curvature="0" />
<path
d="M 294.68969,232.94022 L 298.49594,232.94022 L 300.55219,241.38397 L 302.61938,232.94022 L 305.88969,232.94022 L 307.94594,241.29647 L 310.01313,232.94022 L 313.81938,232.94022 L 310.59282,245.19022 L 306.31625,245.19022 L 304.24907,236.76834 L 302.19282,245.19022 L 297.91625,245.19022 L 294.68969,232.94022"
id="path13602"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:end;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:end;baseline-shift:baseline;color:#000000;fill:#ff7e00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans"
id="text9734-2-6-4-2"
transform="translate(0,31)">
<path
d="M 162.89598,252.86053 L 174.26004,252.86053 L 174.26004,256.04334 L 167.10692,256.04334 L 167.10692,259.08397 L 173.83348,259.08397 L 173.83348,262.26678 L 167.10692,262.26678 L 167.10692,269.19022 L 162.89598,269.19022 L 162.89598,252.86053"
id="path13577"
inkscape:connector-curvature="0" />
<path
d="M 178.03348,252.17147 L 181.94911,252.17147 L 181.94911,269.19022 L 178.03348,269.19022 L 178.03348,252.17147"
id="path13579"
inkscape:connector-curvature="0" />
<path
d="M 185.73348,256.94022 L 189.64911,256.94022 L 189.64911,269.19022 L 185.73348,269.19022 L 185.73348,256.94022 M 185.73348,252.17147 L 189.64911,252.17147 L 189.64911,255.36522 L 185.73348,255.36522 L 185.73348,252.17147"
id="path13581"
inkscape:connector-curvature="0" />
<path
d="M 201.76785,267.11209 C 201.22826,267.82668 200.63399,268.35168 199.98504,268.68709 C 199.33608,269.02251 198.58504,269.19022 197.73192,269.19022 C 196.23712,269.19022 195.00118,268.60324 194.0241,267.42928 C 193.04702,266.24803 192.55848,264.74595 192.55848,262.92303 C 192.55848,261.09283 193.04702,259.59439 194.0241,258.42772 C 195.00118,257.25377 196.23712,256.66679 197.73192,256.66678 C 198.58504,256.66679 199.33608,256.8345 199.98504,257.1699 C 200.63399,257.50533 201.22826,258.03398 201.76785,258.75584 L 201.76785,256.94022 L 205.70535,256.94022 L 205.70535,267.95428 C 205.70534,269.92303 205.0819,271.42511 203.83504,272.46053 C 202.59545,273.50323 200.79441,274.02459 198.43192,274.02459 C 197.66629,274.02459 196.92618,273.96629 196.2116,273.84959 C 195.49702,273.73292 194.77879,273.55427 194.05692,273.31365 L 194.05692,270.26209 C 194.74233,270.65584 195.41316,270.94751 196.06942,271.13709 C 196.72566,271.33396 197.38556,271.4324 198.0491,271.4324 C 199.33243,271.4324 200.27305,271.15167 200.87098,270.59022 C 201.46889,270.02876 201.76784,269.15011 201.76785,267.95428 L 201.76785,267.11209 M 199.1866,259.48865 C 198.37722,259.48866 197.74649,259.78762 197.29442,260.38553 C 196.84233,260.98345 196.61629,261.82929 196.61629,262.92303 C 196.61629,264.04595 196.83504,264.89907 197.27254,265.4824 C 197.71004,266.05845 198.34806,266.34647 199.1866,266.34647 C 200.00326,266.34647 200.63764,266.04751 201.08973,265.44959 C 201.5418,264.85168 201.76784,264.00949 201.76785,262.92303 C 201.76784,261.82929 201.5418,260.98345 201.08973,260.38553 C 200.63764,259.78762 200.00326,259.48866 199.1866,259.48865"
id="path13583"
inkscape:connector-curvature="0" />
<path
d="M 221.80535,261.73084 L 221.80535,269.19022 L 217.86785,269.19022 L 217.86785,267.97615 L 217.86785,263.50272 C 217.86784,262.43085 217.84235,261.69439 217.79125,261.29334 C 217.74745,260.89231 217.66728,260.597 217.55063,260.4074 C 217.39749,260.1522 217.18968,259.95533 216.92719,259.81678 C 216.66468,259.67095 216.36572,259.59804 216.03031,259.59803 C 215.21364,259.59804 214.57197,259.91523 214.10531,260.54959 C 213.63864,261.17668 213.40531,262.04804 213.40531,263.16365 L 213.40531,269.19022 L 209.48969,269.19022 L 209.48969,252.17147 L 213.40531,252.17147 L 213.40531,258.73397 C 213.99593,258.01939 214.62302,257.49439 215.28656,257.15897 C 215.9501,256.81627 216.68291,256.64492 217.485,256.6449 C 218.89957,256.64492 219.97145,257.07877 220.70063,257.94647 C 221.43707,258.81418 221.8053,260.07564 221.80531,261.73084"
id="path13585"
inkscape:connector-curvature="0" />
<path
d="M 229.73504,253.46209 L 229.73504,256.94022 L 233.77098,256.94022 L 233.77098,259.74022 L 229.73504,259.74022 L 229.73504,264.93553 C 229.73504,265.50428 229.84806,265.89074 230.0741,266.0949 C 230.30014,266.29178 230.74858,266.39022 231.41942,266.39022 L 233.43192,266.39022 L 233.43192,269.19022 L 230.0741,269.19022 C 228.52827,269.19022 227.43087,268.86938 226.78192,268.22772 C 226.14025,267.57876 225.81941,266.48136 225.81942,264.93553 L 225.81942,259.74022 L 223.87254,259.74022 L 223.87254,256.94022 L 225.81942,256.94022 L 225.81942,253.46209 L 229.73504,253.46209"
id="path13587"
inkscape:connector-curvature="0" />
<path
d="M 244.13973,252.86053 L 249.49911,252.86053 L 253.21786,261.59959 L 256.95848,252.86053 L 262.30692,252.86053 L 262.30692,269.19022 L 258.32567,269.19022 L 258.32567,257.24647 L 254.56317,266.05115 L 251.89442,266.05115 L 248.13192,257.24647 L 248.13192,269.19022 L 244.13973,269.19022 L 244.13973,252.86053"
id="path13589"
inkscape:connector-curvature="0" />
<path
d="M 272.10692,259.4449 C 271.2392,259.44491 270.57566,259.75845 270.11629,260.38553 C 269.66421,261.00533 269.43816,261.9022 269.43817,263.07615 C 269.43816,264.25012 269.66421,265.15064 270.11629,265.77772 C 270.57566,266.39751 271.2392,266.70741 272.10692,266.7074 C 272.96004,266.70741 273.61264,266.39751 274.06473,265.77772 C 274.5168,265.15064 274.74285,264.25012 274.74286,263.07615 C 274.74285,261.9022 274.5168,261.00533 274.06473,260.38553 C 273.61264,259.75845 272.96004,259.44491 272.10692,259.4449 M 272.10692,256.6449 C 274.2142,256.64492 275.85847,257.21367 277.03973,258.35115 C 278.22826,259.48866 278.82253,261.06366 278.82254,263.07615 C 278.82253,265.08866 278.22826,266.66366 277.03973,267.80115 C 275.85847,268.93865 274.2142,269.5074 272.10692,269.5074 C 269.99233,269.5074 268.33712,268.93865 267.14129,267.80115 C 265.95275,266.66366 265.35848,265.08866 265.35848,263.07615 C 265.35848,261.06366 265.95275,259.48866 267.14129,258.35115 C 268.33712,257.21367 269.99233,256.64492 272.10692,256.6449"
id="path13591"
inkscape:connector-curvature="0" />
<path
d="M 290.0116,258.73397 L 290.0116,252.17147 L 293.9491,252.17147 L 293.9491,269.19022 L 290.0116,269.19022 L 290.0116,267.41834 C 289.47201,268.14022 288.87774,268.66886 288.22879,269.00428 C 287.57982,269.3397 286.82878,269.5074 285.97566,269.5074 C 284.46628,269.5074 283.2267,268.90949 282.25691,267.71365 C 281.28712,266.51053 280.80222,264.9647 280.80223,263.07615 C 280.80222,261.18762 281.28712,259.64543 282.25691,258.44959 C 283.2267,257.24648 284.46628,256.64492 285.97566,256.6449 C 286.82149,256.64492 287.56888,256.81627 288.21785,257.15897 C 288.87409,257.49439 289.47201,258.01939 290.0116,258.73397 M 287.43035,266.66365 C 288.26888,266.66366 288.9069,266.35741 289.34441,265.7449 C 289.78919,265.13241 290.01159,264.24283 290.0116,263.07615 C 290.01159,261.90949 289.78919,261.01991 289.34441,260.4074 C 288.9069,259.79491 288.26888,259.48866 287.43035,259.48865 C 286.59909,259.48866 285.96107,259.79491 285.51629,260.4074 C 285.07878,261.01991 284.86003,261.90949 284.86004,263.07615 C 284.86003,264.24283 285.07878,265.13241 285.51629,265.7449 C 285.96107,266.35741 286.59909,266.66366 287.43035,266.66365"
id="path13593"
inkscape:connector-curvature="0" />
<path
d="M 309.9616,263.0324 L 309.9616,264.14803 L 300.80691,264.14803 C 300.90171,265.06678 301.23347,265.75584 301.80223,266.21522 C 302.37097,266.67459 303.16576,266.90428 304.1866,266.90428 C 305.01055,266.90428 305.85274,266.78397 306.71316,266.54334 C 307.58086,266.29543 308.47044,265.92355 309.38191,265.42772 L 309.38191,268.44647 C 308.45586,268.79647 307.52982,269.05897 306.60379,269.23397 C 305.67774,269.41626 304.7517,269.5074 303.82566,269.5074 C 301.60899,269.5074 299.88451,268.94595 298.65223,267.82303 C 297.42723,266.69282 296.81473,265.11053 296.81473,263.07615 C 296.81473,261.07825 297.41629,259.50689 298.61941,258.36209 C 299.82983,257.21731 301.49233,256.64492 303.60691,256.6449 C 305.5319,256.64492 307.07045,257.2246 308.22254,258.38397 C 309.3819,259.54335 309.96159,261.09283 309.9616,263.0324 M 305.9366,261.73084 C 305.93659,260.9871 305.71784,260.38918 305.28035,259.93709 C 304.85013,259.47773 304.28503,259.24804 303.58504,259.24803 C 302.8267,259.24804 302.21055,259.46314 301.7366,259.89334 C 301.26264,260.31627 300.96733,260.92877 300.85066,261.73084 L 305.9366,261.73084"
id="path13595"
inkscape:connector-curvature="0" />
</g>
<path
id="path22050-6"
d="M 371.284,309.51434 L 410.64272,309.01434 L 411.00144,233.51434 L 430.71887,233.51434"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cccc" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer52"
inkscape:label="cc-ppm-oneshot"
style="display:none"
sodipodi:insensitive="true">
<g
style="display:inline"
id="cc-ppm-oneshot"
transform="translate(1.0000001,-1.9999999)">
<path
id="path8856-1-8-4-3"
d="M 309.08575,189.42619 L 430.46875,188.94219"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-5-8-4-6"
d="M 309.08544,183.82619 L 430.46875,183.62059"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-3-1-3-7"
d="M 389.08544,195.62619 L 430.46875,195.21419"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 387.93975,203.58874 L 430.34,203.43994"
id="path8856-5-47" />
<path
id="path22050"
d="M 309.08575,195.51434 L 361.46875,195.51434 L 361.46875,233.51434 L 400.31059,233.51434 L 430.71887,233.51434"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#fac204;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 387.93975,211.51434 L 430.56407,211.51434"
id="path8856-5-1-4" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 387.93975,218.51734 L 430.40447,218.51134"
id="path8856-5-1-7-5" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round"
inkscape:connector-curvature="0"
d="M 387.93975,226.51434 L 430.71887,226.51434"
id="path8856-5-1-7-1-7" />
<path
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 131.51628,280.89645 C 99.179438,276.41438 56.116118,293.77498 44.942858,345.61434"
id="path9857-3-9-8" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 388.78672,192.76858 L 388.77709,198.68719 L 430.46875,198.54819"
id="path8856-4-4-4"
sodipodi:nodetypes="ccc" />
<path
sodipodi:nodetypes="sssccccssssss"
inkscape:connector-curvature="0"
id="rect8853-0-8-5"
d="M 136.31357,163.05542 L 323.35356,163.05542 C 326.94348,163.05542 329.83356,165.9455 329.83356,169.53542 L 329.83356,178.37557 L 323.83356,178.37557 L 323.83356,300.73558 L 329.834,300.73558 L 329.83356,310.97542 C 329.83341,314.56534 326.94348,317.45542 323.35356,317.45542 L 136.31357,317.45542 C 132.72364,317.45542 129.83356,314.56534 129.83356,310.97542 L 129.83356,169.53542 C 129.83356,165.9455 132.72364,163.05542 136.31357,163.05542 z"
style="color:#000000;fill:url(#linearGradient13565-5);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
<g
transform="translate(-95.14393,-124.01573)"
id="text9734-24-8-2"
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;display:inline;font-family:Sans">
<path
id="path13900-3"
d="M 268.82831,303.23718 L 275.81738,303.23718 C 277.89549,303.23719 279.48872,303.70021 280.59706,304.62624 C 281.71267,305.545 282.27049,306.8575 282.2705,308.56374 C 282.27049,310.27729 281.71267,311.59708 280.59706,312.52311 C 279.48872,313.44187 277.89549,313.90124 275.81738,313.90124 L 273.03925,313.90124 L 273.03925,319.56686 L 268.82831,319.56686 L 268.82831,303.23718 M 273.03925,306.28874 L 273.03925,310.84968 L 275.36894,310.84968 C 276.1856,310.84969 276.81632,310.65281 277.26113,310.25905 C 277.70591,309.85802 277.9283,309.29292 277.92831,308.56374 C 277.9283,307.83458 277.70591,307.27313 277.26113,306.87936 C 276.81632,306.48563 276.1856,306.28875 275.36894,306.28874 L 273.03925,306.28874"
inkscape:connector-curvature="0" />
<path
id="path13902-9"
d="M 285.23456,303.23718 L 292.22363,303.23718 C 294.30174,303.23719 295.89497,303.70021 297.00331,304.62624 C 298.11892,305.545 298.67674,306.8575 298.67675,308.56374 C 298.67674,310.27729 298.11892,311.59708 297.00331,312.52311 C 295.89497,313.44187 294.30174,313.90124 292.22363,313.90124 L 289.4455,313.90124 L 289.4455,319.56686 L 285.23456,319.56686 L 285.23456,303.23718 M 289.4455,306.28874 L 289.4455,310.84968 L 291.77519,310.84968 C 292.59185,310.84969 293.22257,310.65281 293.66738,310.25905 C 294.11216,309.85802 294.33455,309.29292 294.33456,308.56374 C 294.33455,307.83458 294.11216,307.27313 293.66738,306.87936 C 293.22257,306.48563 292.59185,306.28875 291.77519,306.28874 L 289.4455,306.28874"
inkscape:connector-curvature="0" />
<path
id="path13904-1"
d="M 301.64081,303.23718 L 307.00019,303.23718 L 310.71894,311.97624 L 314.45956,303.23718 L 319.808,303.23718 L 319.808,319.56686 L 315.82675,319.56686 L 315.82675,307.62311 L 312.06425,316.4278 L 309.3955,316.4278 L 305.633,307.62311 L 305.633,319.56686 L 301.64081,319.56686 L 301.64081,303.23718"
inkscape:connector-curvature="0" />
<path
id="path13906-1"
d="M 343.10487,303.75124 L 343.10487,307.20749 C 342.20799,306.80646 341.33299,306.50386 340.47987,306.29968 C 339.62674,306.09552 338.82101,305.99344 338.06269,305.99343 C 337.05643,305.99344 336.31268,306.13198 335.83144,306.40905 C 335.35018,306.68615 335.10956,307.11636 335.10956,307.69968 C 335.10956,308.13719 335.26997,308.4799 335.59081,308.7278 C 335.91893,308.96844 336.50956,309.17625 337.36269,309.35124 L 339.15644,309.71218 C 340.97205,310.07677 342.26267,310.63094 343.02831,311.37468 C 343.79392,312.11843 344.17674,313.17572 344.17675,314.54655 C 344.17674,316.3476 343.6408,317.68926 342.56894,318.57155 C 341.50434,319.44655 339.87466,319.88405 337.67988,319.88405 C 336.64445,319.88405 335.60539,319.78565 334.56269,319.58874 C 333.51998,319.39186 332.47727,319.1002 331.43456,318.71374 L 331.43456,315.15905 C 332.47727,315.71322 333.48352,316.13249 334.45331,316.41686 C 335.43039,316.69395 336.37101,316.83249 337.27519,316.83249 C 338.19393,316.83249 338.89757,316.67937 339.38613,316.37311 C 339.87466,316.06687 340.11893,315.62937 340.11894,315.06061 C 340.11893,314.5502 339.95122,314.15645 339.61581,313.87936 C 339.28768,313.60229 338.62778,313.35437 337.63613,313.13561 L 336.00644,312.77468 C 334.3731,312.42468 333.17727,311.86687 332.41894,311.10124 C 331.66789,310.33562 331.29237,309.30385 331.29238,308.00593 C 331.29237,306.3799 331.81737,305.12938 332.86738,304.25436 C 333.91737,303.37938 335.42674,302.94188 337.3955,302.94186 C 338.29237,302.94188 339.21476,303.01116 340.16269,303.14968 C 341.11059,303.28094 342.09132,303.48146 343.10487,303.75124"
inkscape:connector-curvature="0" />
<path
id="path13908-3"
d="M 347.70957,307.31686 L 351.62519,307.31686 L 351.62519,319.56686 L 347.70957,319.56686 L 347.70957,307.31686 M 347.70957,302.54811 L 351.62519,302.54811 L 351.62519,305.74186 L 347.70957,305.74186 L 347.70957,302.54811"
inkscape:connector-curvature="0" />
<path
id="path13910-5"
d="M 363.74394,317.48874 C 363.20434,318.20332 362.61007,318.72832 361.96113,319.06374 C 361.31216,319.39916 360.56112,319.56686 359.708,319.56686 C 358.2132,319.56686 356.97727,318.97989 356.00019,317.80593 C 355.0231,316.62468 354.53456,315.1226 354.53456,313.29968 C 354.53456,311.46948 355.0231,309.97104 356.00019,308.80436 C 356.97727,307.63042 358.2132,307.04344 359.708,307.04343 C 360.56112,307.04344 361.31216,307.21115 361.96113,307.54655 C 362.61007,307.88198 363.20434,308.41063 363.74394,309.13249 L 363.74394,307.31686 L 367.68144,307.31686 L 367.68144,318.33093 C 367.68142,320.29968 367.05799,321.80176 365.81112,322.83718 C 364.57153,323.87988 362.77049,324.40123 360.408,324.40124 C 359.64237,324.40123 358.90227,324.34294 358.18769,324.22624 C 357.4731,324.10957 356.75487,323.93092 356.033,323.6903 L 356.033,320.63874 C 356.71841,321.03249 357.38925,321.32415 358.0455,321.51374 C 358.70174,321.71061 359.36164,321.80905 360.02519,321.80905 C 361.30851,321.80905 362.24914,321.52832 362.84706,320.96686 C 363.44497,320.4054 363.74393,319.52676 363.74394,318.33093 L 363.74394,317.48874 M 361.16269,309.8653 C 360.35331,309.86531 359.72258,310.16427 359.2705,310.76218 C 358.81841,311.3601 358.59237,312.20593 358.59238,313.29968 C 358.59237,314.4226 358.81112,315.27572 359.24863,315.85905 C 359.68612,316.4351 360.32414,316.72312 361.16269,316.72311 C 361.97935,316.72312 362.61372,316.42416 363.06581,315.82624 C 363.51789,315.22833 363.74393,314.38614 363.74394,313.29968 C 363.74393,312.20593 363.51789,311.3601 363.06581,310.76218 C 362.61372,310.16427 361.97935,309.86531 361.16269,309.8653"
inkscape:connector-curvature="0" />
<path
id="path13912-3"
d="M 383.78144,312.10749 L 383.78144,319.56686 L 379.84394,319.56686 L 379.84394,318.3528 L 379.84394,313.85749 C 379.84393,312.8002 379.81844,312.07104 379.76734,311.66999 C 379.72354,311.26896 379.64337,310.97364 379.52671,310.78405 C 379.37358,310.52885 379.16576,310.33198 378.90327,310.19343 C 378.64076,310.0476 378.34181,309.97469 378.0064,309.97468 C 377.18972,309.97469 376.54806,310.29187 376.0814,310.92624 C 375.61473,311.55333 375.38139,312.42468 375.3814,313.5403 L 375.3814,319.56686 L 371.46577,319.56686 L 371.46577,307.31686 L 375.3814,307.31686 L 375.3814,309.11061 C 375.97202,308.39604 376.5991,307.87104 377.26265,307.53561 C 377.92618,307.19292 378.65899,307.02156 379.46109,307.02155 C 380.87566,307.02156 381.94753,307.45542 382.67671,308.32311 C 383.41316,309.19083 383.78138,310.45229 383.7814,312.10749"
inkscape:connector-curvature="0" />
<path
id="path13914-2"
d="M 392.92519,314.05436 C 392.10852,314.05437 391.49237,314.19291 391.07675,314.46999 C 390.66841,314.74708 390.46425,315.15541 390.46425,315.69499 C 390.46425,316.19083 390.62831,316.58093 390.95644,316.8653 C 391.29185,317.14239 391.75487,317.28093 392.3455,317.28093 C 393.08195,317.28093 393.70174,317.01843 394.20488,316.49343 C 394.70799,315.96114 394.95955,315.2976 394.95956,314.5028 L 394.95956,314.05436 L 392.92519,314.05436 M 398.908,312.5778 L 398.908,319.56686 L 394.95956,319.56686 L 394.95956,317.75124 C 394.43456,318.49499 393.84393,319.03822 393.18769,319.38093 C 392.53143,319.71634 391.733,319.88405 390.79238,319.88405 C 389.52362,319.88405 388.49185,319.51582 387.69706,318.77936 C 386.90956,318.03562 386.51581,317.07312 386.51581,315.89186 C 386.51581,314.45541 387.008,313.40177 387.99238,312.73093 C 388.98404,312.0601 390.53716,311.72468 392.65175,311.72468 L 394.95956,311.72468 L 394.95956,311.41843 C 394.95955,310.79864 394.71528,310.34656 394.22675,310.06218 C 393.7382,309.77052 392.97622,309.62469 391.94081,309.62468 C 391.10227,309.62469 390.32206,309.70858 389.60019,309.87624 C 388.87831,310.04396 388.20748,310.29552 387.58769,310.63093 L 387.58769,307.64499 C 388.42623,307.44083 389.26841,307.28771 390.11425,307.18561 C 390.96008,307.07625 391.80591,307.02156 392.65175,307.02155 C 394.86112,307.02156 396.45434,307.45906 397.43144,308.33405 C 398.4158,309.20177 398.90799,310.61635 398.908,312.5778"
inkscape:connector-curvature="0" />
<path
id="path13916-6"
d="M 402.57206,302.54811 L 406.48769,302.54811 L 406.48769,319.56686 L 402.57206,319.56686 L 402.57206,302.54811"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:21.83368874px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#7a00ff;fill-opacity:1;stroke:none;font-family:Arial Narrow;-inkscape-font-specification:Arial Narrow Bold Condensed"
id="text12471">
<path
d="M 360.43582,244.43796 L 360.43582,241.66611 L 362.89851,241.66611 L 362.89851,244.43796 L 360.43582,244.43796 M 360.43582,257.2951 L 360.43582,245.97314 L 362.89851,245.97314 L 362.89851,257.2951 L 360.43582,257.2951"
style="fill:#7a00ff;fill-opacity:1"
id="path12476"
inkscape:connector-curvature="0" />
<path
d="M 373.86866,257.2951 L 371.40597,257.2951 L 371.40597,251.51685 C 371.40596,250.35837 371.35977,249.58722 371.26738,249.20342 C 371.17498,248.81963 371.00085,248.52468 370.74499,248.31856 C 370.49623,248.11246 370.21194,248.0094 369.89211,248.00939 C 369.47988,248.0094 369.10675,248.14444 368.77271,248.41451 C 368.43866,248.67749 368.20412,249.04351 368.06908,249.51259 C 367.93404,249.98168 367.86652,250.86654 367.86653,252.16717 L 367.86653,257.2951 L 365.40384,257.2951 L 365.40384,245.97314 L 367.68529,245.97314 L 367.68529,247.63626 C 368.0904,246.99661 368.54527,246.51686 369.04989,246.19702 C 369.56162,245.87721 370.12665,245.71729 370.74499,245.71728 C 371.46282,245.71729 372.06694,245.90564 372.55736,246.28231 C 373.05486,246.6519 373.39601,247.13165 373.58081,247.72154 C 373.7727,248.30435 373.86865,249.15012 373.86866,250.25886 L 373.86866,257.2951"
style="fill:#7a00ff;fill-opacity:1"
id="path12478"
inkscape:connector-curvature="0" />
<path
d="M 376.31002,245.97314 L 378.60213,245.97314 L 378.60213,247.63626 C 378.91485,247.03925 379.32708,246.57017 379.83881,246.22901 C 380.35053,245.88787 380.90135,245.71729 381.49126,245.71728 C 382.55024,245.71729 383.45998,246.22191 384.22047,247.23114 C 384.98805,248.24039 385.37185,249.67251 385.37186,251.52751 C 385.37185,253.47492 384.98805,254.96746 384.22047,256.00513 C 383.45287,257.03569 382.53958,257.55097 381.4806,257.55097 C 380.99019,257.55097 380.53177,257.4337 380.10533,257.19916 C 379.68599,256.95751 379.24179,256.52396 378.77271,255.89852 L 378.77271,261.60214 L 376.31002,261.60214 L 376.31002,245.97314 M 378.74073,251.44223 C 378.74072,252.72155 378.94683,253.66327 379.35906,254.26739 C 379.77839,254.87151 380.28301,255.17357 380.87292,255.17357 C 381.43439,255.17357 381.90703,254.89639 382.29083,254.34201 C 382.67462,253.78054 382.86652,252.86725 382.86653,251.60214 C 382.86652,250.40101 382.66751,249.51615 382.26951,248.94756 C 381.8786,248.37187 381.39886,248.08403 380.83028,248.08402 C 380.23326,248.08403 379.73575,248.36477 379.33774,248.92624 C 378.93973,249.48061 378.74072,250.31928 378.74073,251.44223"
style="fill:#7a00ff;fill-opacity:1"
id="path12480"
inkscape:connector-curvature="0" />
<path
d="M 393.44222,257.2951 L 393.44222,255.60001 C 393.10106,256.21124 392.6533,256.69098 392.09893,257.03924 C 391.54456,257.38039 390.96531,257.55097 390.36119,257.55097 C 389.74996,257.55097 389.2027,257.39105 388.7194,257.07122 C 388.2361,256.7514 387.87363,256.29653 387.63198,255.70662 C 387.39744,255.11671 387.28017,254.26028 387.28017,253.13732 L 387.28017,245.97314 L 389.74286,245.97314 L 389.74286,251.1757 C 389.74285,252.66114 389.77839,253.60641 389.84947,254.01152 C 389.92764,254.40954 390.09466,254.7187 390.35053,254.93903 C 390.60639,255.15936 390.91556,255.26952 391.27804,255.26952 C 391.69026,255.26952 392.0705,255.12737 392.41876,254.84308 C 392.76701,254.55168 392.99445,254.1821 393.10107,253.73434 C 393.21478,253.27947 393.27163,252.28445 393.27164,250.74926 L 393.27164,245.97314 L 395.72367,245.97314 L 395.72367,257.2951 L 393.44222,257.2951"
style="fill:#7a00ff;fill-opacity:1"
id="path12482"
inkscape:connector-curvature="0" />
<path
d="M 402.54669,245.97314 L 402.54669,248.3612 L 400.87292,248.3612 L 400.87292,252.9241 C 400.87292,253.91202 400.89779,254.48416 400.94755,254.64052 C 401.04705,254.92482 401.2496,255.06696 401.55522,255.06696 C 401.78265,255.06696 402.10959,254.97101 402.53603,254.77911 L 402.74925,257.10321 C 402.18066,257.40171 401.53745,257.55097 400.81962,257.55097 C 400.19417,257.55097 399.6931,257.40171 399.31642,257.10321 C 398.93973,256.8047 398.68742,256.37471 398.55949,255.81323 C 398.45998,255.40101 398.41023,254.56234 398.41023,253.29724 L 398.41023,248.3612 L 397.28017,248.3612 L 397.28017,245.97314 L 398.41023,245.97314 L 398.41023,243.72368 L 400.87292,241.97528 L 400.87292,245.97314 L 402.54669,245.97314"
style="fill:#7a00ff;fill-opacity:1"
id="path12484"
inkscape:connector-curvature="0" />
<path
d="M 412.06695,245.4934 L 409.68955,245.81323 C 409.57583,244.64764 409.1103,244.06484 408.29296,244.06483 C 407.75991,244.06484 407.3157,244.35624 406.96034,244.93903 C 406.61208,245.52184 406.39175,246.6981 406.29936,248.46781 C 406.60497,248.02717 406.94612,247.69668 407.32281,247.47634 C 407.6995,247.25602 408.11528,247.14586 408.57015,247.14585 C 409.57227,247.14586 410.44647,247.61494 411.19275,248.5531 C 411.93901,249.48417 412.31214,250.72439 412.31215,252.27378 C 412.31214,253.92268 411.91769,255.21622 411.12878,256.15438 C 410.33986,257.09255 409.36261,257.56163 408.19701,257.56163 C 406.91769,257.56163 405.85515,256.95395 405.00938,255.7386 C 404.17072,254.51615 403.75139,252.49411 403.75139,249.6725 C 403.75139,246.80826 404.18848,244.74714 405.06269,243.48913 C 405.93688,242.23115 407.05984,241.60216 408.43156,241.60214 C 409.37682,241.60216 410.17284,241.92554 410.81962,242.57229 C 411.47348,243.21196 411.88926,244.18567 412.06695,245.4934 M 406.51258,252.02858 C 406.51258,253.0165 406.69381,253.77343 407.05629,254.29937 C 407.42587,254.81821 407.8452,255.07762 408.31429,255.07762 C 408.76915,255.07762 409.14584,254.86085 409.44435,254.4273 C 409.74996,253.99376 409.90276,253.28303 409.90277,252.2951 C 409.90276,251.27166 409.7393,250.52539 409.41237,250.0563 C 409.08542,249.58722 408.68031,249.35268 408.19701,249.35267 C 407.72793,249.35268 407.32992,249.57656 407.00298,250.02432 C 406.67604,250.47208 406.51258,251.14017 406.51258,252.02858"
style="fill:#7a00ff;fill-opacity:1"
id="path12486"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:21.31113434px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#7a00ff;fill-opacity:1;stroke:none;font-family:Arial Narrow;-inkscape-font-specification:Arial Narrow Bold Condensed"
id="text11303"
transform="translate(-2,0)">
<path
d="M 368.60892,284.29186 L 366.9648,284.29186 C 366.10458,282.73098 365.44208,281.07992 364.97728,279.33868 C 364.51943,277.59051 364.2905,275.89783 364.2905,274.26064 C 364.2905,272.49166 364.5229,270.76776 364.98769,269.08894 C 365.45248,267.40321 366.12192,265.80418 366.99601,264.29186 L 368.62973,264.29186 C 367.83195,266.45628 367.29084,268.26689 367.00642,269.7237 C 366.72893,271.18052 366.59018,272.72058 366.59019,274.34389 C 366.59018,276.0227 366.78789,277.79862 367.18332,279.67167 C 367.4608,280.98974 367.936,282.5298 368.60892,284.29186"
style="fill:#7a00ff;fill-opacity:1"
id="path11308"
inkscape:connector-curvature="0" />
<path
d="M 370.39872,268.75596 L 372.63597,268.75596 L 372.63597,270.37927 C 372.94121,269.79655 373.34357,269.33869 373.84305,269.0057 C 374.34252,268.67272 374.88016,268.50623 375.45595,268.50622 C 376.48959,268.50623 377.37755,268.99877 378.11984,269.98384 C 378.86905,270.96894 379.24366,272.36679 379.24367,274.17739 C 379.24366,276.07819 378.86905,277.53501 378.11984,278.54784 C 377.37062,279.55374 376.47919,280.05669 375.44555,280.05669 C 374.96687,280.05669 374.51942,279.94222 374.1032,279.71329 C 373.69389,279.47743 373.26032,279.05426 372.80247,278.44378 L 372.80247,284.0109 L 370.39872,284.0109 L 370.39872,268.75596 M 372.77125,274.09415 C 372.77125,275.34285 372.97242,276.26203 373.37479,276.85169 C 373.78408,277.44136 374.27662,277.73619 374.85241,277.73619 C 375.40045,277.73619 375.86177,277.46564 376.23639,276.92453 C 376.61099,276.37649 376.7983,275.48506 376.7983,274.25023 C 376.7983,273.07785 376.60405,272.21417 376.21558,271.65918 C 375.83402,271.09728 375.36576,270.81632 374.81079,270.81631 C 374.22806,270.81632 373.74246,271.09034 373.35398,271.63837 C 372.96549,272.17948 372.77125,272.99807 372.77125,274.09415"
style="fill:#7a00ff;fill-opacity:1"
id="path11310"
inkscape:connector-curvature="0" />
<path
d="M 381.16875,267.25752 L 381.16875,264.552 L 383.5725,264.552 L 383.5725,267.25752 L 381.16875,267.25752 M 381.16875,279.80695 L 381.16875,268.75596 L 383.5725,268.75596 L 383.5725,279.80695 L 381.16875,279.80695"
style="fill:#7a00ff;fill-opacity:1"
id="path11312"
inkscape:connector-curvature="0" />
<path
d="M 394.28009,279.80695 L 391.87635,279.80695 L 391.87635,274.16699 C 391.87634,273.03623 391.83125,272.28354 391.74107,271.90892 C 391.65088,271.53432 391.48092,271.24643 391.23119,271.04524 C 390.98838,270.84407 390.71089,270.74348 390.39872,270.74347 C 389.99636,270.74348 389.63215,270.87529 389.30611,271.13889 C 388.98005,271.39558 388.75113,271.75284 388.61932,272.21069 C 388.48751,272.66856 388.42161,273.53224 388.42161,274.80174 L 388.42161,279.80695 L 386.01787,279.80695 L 386.01787,268.75596 L 388.24471,268.75596 L 388.24471,270.37927 C 388.64013,269.75493 389.08411,269.28666 389.57666,268.97448 C 390.07613,268.66232 390.62764,268.50623 391.23119,268.50622 C 391.93184,268.50623 392.5215,268.69006 393.00018,269.05773 C 393.48577,269.41847 393.81876,269.88673 393.99914,270.46251 C 394.18643,271.03137 394.28008,271.8569 394.28009,272.9391 L 394.28009,279.80695"
style="fill:#7a00ff;fill-opacity:1"
id="path11314"
inkscape:connector-curvature="0" />
<path
d="M 398.28634,271.57594 C 397.69667,271.27071 397.25269,270.85447 396.95439,270.32724 C 396.65609,269.80002 396.50694,269.16526 396.50694,268.42297 C 396.50694,267.22284 396.84686,266.26898 397.52671,265.56137 C 398.20656,264.84685 399.12227,264.48958 400.27385,264.48957 C 401.4948,264.48958 402.42438,264.87113 403.06261,265.63421 C 403.70083,266.39038 404.01994,267.31303 404.01995,268.40216 C 404.01994,269.14445 403.86385,269.78961 403.55169,270.33764 C 403.24644,270.87875 402.82674,271.29152 402.29258,271.57594 C 403.00711,271.92281 403.54127,272.41188 403.89508,273.04316 C 404.24887,273.66751 404.42577,274.43754 404.42578,275.35325 C 404.42577,276.29672 404.24887,277.12918 403.89508,277.85065 C 403.54821,278.57212 403.06607,279.12363 402.44867,279.50518 C 401.83125,279.88672 401.13753,280.0775 400.3675,280.0775 C 399.16042,280.0775 398.16147,279.66126 397.37063,278.8288 C 396.58672,277.9894 396.19477,276.8621 396.19477,275.4469 C 396.19477,274.5312 396.37513,273.74382 396.73587,273.08478 C 397.0966,272.42575 397.61343,271.92281 398.28634,271.57594 M 398.77541,268.63109 C 398.77541,269.2277 398.91415,269.68555 399.19165,270.00466 C 399.47607,270.32378 399.83333,270.48333 400.26345,270.48332 C 400.70048,270.48333 401.06122,270.32378 401.34565,270.00466 C 401.63007,269.68555 401.77228,269.2277 401.77229,268.63109 C 401.77228,268.05531 401.63007,267.60786 401.34565,267.28874 C 401.06816,266.96964 400.71783,266.81008 400.29466,266.81007 C 399.85068,266.81008 399.48647,266.9731 399.20205,267.29914 C 398.91762,267.61827 398.77541,268.06225 398.77541,268.63109 M 398.55689,275.16595 C 398.55689,275.98454 398.73032,276.61583 399.07718,277.05981 C 399.42404,277.50379 399.84027,277.72578 400.32588,277.72578 C 400.81148,277.72578 401.21731,277.5142 401.54336,277.09102 C 401.87634,276.66786 402.04284,276.0331 402.04284,275.18676 C 402.04284,274.45836 401.87287,273.88257 401.53296,273.45939 C 401.19996,273.03623 400.7872,272.82464 400.29466,272.82464 C 399.80905,272.82464 399.39629,273.0397 399.05637,273.4698 C 398.72338,273.89297 398.55689,274.45836 398.55689,275.16595"
style="fill:#7a00ff;fill-opacity:1"
id="path11316"
inkscape:connector-curvature="0" />
<path
d="M 405.80975,284.29186 C 406.48266,282.54368 406.95439,281.02096 407.22494,279.7237 C 407.6273,277.83678 407.82848,276.04351 407.82848,274.34389 C 407.82848,272.72058 407.68626,271.18052 407.40184,269.7237 C 407.12435,268.26689 406.58672,266.45628 405.78894,264.29186 L 407.42265,264.29186 C 408.31755,265.85968 408.99046,267.47605 409.44138,269.14097 C 409.89924,270.80591 410.12816,272.46738 410.12817,274.12536 C 410.12816,275.7903 409.9027,277.50379 409.45179,279.26584 C 409.00087,281.02096 408.33489,282.69629 407.45387,284.29186 L 405.80975,284.29186"
style="fill:#7a00ff;fill-opacity:1"
id="path11318"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer20"
inkscape:label="cc-ppm"
style="display:none"
sodipodi:insensitive="true">
<g
id="cc-ppm"
transform="translate(0,-2)">
<path
id="path8856-1-8"
d="M 309.08544,189.42619 L 430.46875,188.94219"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-5-8"
d="M 309.08544,183.82619 L 430.46875,183.62059"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
sodipodi:nodetypes="cc" />
<path
id="path8856-1-3-1"
d="M 309.08544,195.62619 L 430.46875,195.21419"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="M 309.08544,198.82619 L 430.46875,198.54819"
id="path8856-4"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 136.89023,281.28139 C 104.55339,276.79932 61.490076,294.15992 50.316816,345.99928"
id="path9857-3" />
<path
sodipodi:nodetypes="sssccccssssss"
inkscape:connector-curvature="0"
id="rect8853-0"
d="M 141.68752,163.44036 L 328.72752,163.44036 C 332.31744,163.44036 335.20752,166.33044 335.20752,169.92036 L 335.20752,178.76051 L 329.20752,178.76051 L 329.20752,301.12052 L 335.20796,301.12052 L 335.20752,311.36036 C 335.20736,314.95028 332.31744,317.84036 328.72752,317.84036 L 141.68752,317.84036 C 138.0976,317.84036 135.20752,314.95028 135.20752,311.36036 L 135.20752,169.92036 C 135.20752,166.33044 138.0976,163.44036 141.68752,163.44036 z"
style="color:#000000;fill:url(#linearGradient13497);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
<g
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Sans"
id="text9734-24"
transform="translate(0,11)">
<path
d="M 174.20226,166.62213 L 181.19132,166.62213 C 183.26944,166.62214 184.86267,167.08516 185.97101,168.01119 C 187.08662,168.92995 187.64443,170.24245 187.64445,171.94869 C 187.64443,173.66224 187.08662,174.98203 185.97101,175.90806 C 184.86267,176.82682 183.26944,177.28619 181.19132,177.28619 L 178.4132,177.28619 L 178.4132,182.95181 L 174.20226,182.95181 L 174.20226,166.62213 M 178.4132,169.67369 L 178.4132,174.23463 L 180.74289,174.23463 C 181.55954,174.23463 182.19027,174.03776 182.63507,173.644 C 183.07985,173.24297 183.30225,172.67786 183.30226,171.94869 C 183.30225,171.21953 183.07985,170.65808 182.63507,170.26431 C 182.19027,169.87058 181.55954,169.6737 180.74289,169.67369 L 178.4132,169.67369"
id="path13536"
inkscape:connector-curvature="0" />
<path
d="M 190.60851,166.62213 L 197.59757,166.62213 C 199.67569,166.62214 201.26892,167.08516 202.37726,168.01119 C 203.49287,168.92995 204.05068,170.24245 204.0507,171.94869 C 204.05068,173.66224 203.49287,174.98203 202.37726,175.90806 C 201.26892,176.82682 199.67569,177.28619 197.59757,177.28619 L 194.81945,177.28619 L 194.81945,182.95181 L 190.60851,182.95181 L 190.60851,166.62213 M 194.81945,169.67369 L 194.81945,174.23463 L 197.14914,174.23463 C 197.96579,174.23463 198.59652,174.03776 199.04132,173.644 C 199.4861,173.24297 199.7085,172.67786 199.70851,171.94869 C 199.7085,171.21953 199.4861,170.65808 199.04132,170.26431 C 198.59652,169.87058 197.96579,169.6737 197.14914,169.67369 L 194.81945,169.67369"
id="path13538"
inkscape:connector-curvature="0" />
<path
d="M 207.01476,166.62213 L 212.37414,166.62213 L 216.09289,175.36119 L 219.83351,166.62213 L 225.18195,166.62213 L 225.18195,182.95181 L 221.2007,182.95181 L 221.2007,171.00806 L 217.4382,179.81275 L 214.76945,179.81275 L 211.00695,171.00806 L 211.00695,182.95181 L 207.01476,182.95181 L 207.01476,166.62213"
id="path13540"
inkscape:connector-curvature="0" />
<path
d="M 248.47882,167.13619 L 248.47882,170.59244 C 247.58193,170.19141 246.70694,169.88881 245.85382,169.68463 C 245.00069,169.48047 244.19496,169.37839 243.43663,169.37838 C 242.43038,169.37839 241.68663,169.51693 241.20538,169.794 C 240.72413,170.0711 240.4835,170.5013 240.48351,171.08463 C 240.4835,171.52214 240.64392,171.86484 240.96476,172.11275 C 241.29288,172.35339 241.8835,172.5612 242.73663,172.73619 L 244.53038,173.09713 C 246.346,173.46172 247.63662,174.01588 248.40226,174.75963 C 249.16787,175.50338 249.55068,176.56067 249.5507,177.9315 C 249.55068,179.73255 249.01475,181.07421 247.94288,181.9565 C 246.87829,182.8315 245.2486,183.269 243.05382,183.269 C 242.0184,183.269 240.97934,183.1706 239.93663,182.97369 C 238.89392,182.77681 237.85122,182.48515 236.80851,182.09869 L 236.80851,178.544 C 237.85122,179.09817 238.85746,179.51744 239.82726,179.80181 C 240.80434,180.0789 241.74496,180.21744 242.64913,180.21744 C 243.56788,180.21744 244.27152,180.06432 244.76007,179.75806 C 245.2486,179.45182 245.49287,179.01432 245.49288,178.44556 C 245.49287,177.93515 245.32517,177.5414 244.98976,177.26431 C 244.66163,176.98724 244.00173,176.73932 243.01007,176.52056 L 241.38038,176.15963 C 239.74705,175.80963 238.55121,175.25182 237.79288,174.48619 C 237.04184,173.72057 236.66632,172.6888 236.66632,171.39088 C 236.66632,169.76485 237.19132,168.51433 238.24132,167.63931 C 239.29132,166.76433 240.80069,166.32683 242.76945,166.32681 C 243.66631,166.32683 244.58871,166.39611 245.53663,166.53463 C 246.48454,166.66589 247.46527,166.86641 248.47882,167.13619"
id="path13542"
inkscape:connector-curvature="0" />
<path
d="M 253.08351,170.70181 L 256.99914,170.70181 L 256.99914,182.95181 L 253.08351,182.95181 L 253.08351,170.70181 M 253.08351,165.93306 L 256.99914,165.93306 L 256.99914,169.12681 L 253.08351,169.12681 L 253.08351,165.93306"
id="path13544"
inkscape:connector-curvature="0" />
<path
d="M 269.11788,180.87369 C 268.57829,181.58827 267.98402,182.11327 267.33507,182.44869 C 266.68611,182.7841 265.93507,182.95181 265.08195,182.95181 C 263.58715,182.95181 262.35121,182.36483 261.37413,181.19088 C 260.39705,180.00963 259.90851,178.50755 259.90851,176.68463 C 259.90851,174.85443 260.39705,173.35599 261.37413,172.18931 C 262.35121,171.01537 263.58715,170.42839 265.08195,170.42838 C 265.93507,170.42839 266.68611,170.5961 267.33507,170.9315 C 267.98402,171.26693 268.57829,171.79557 269.11788,172.51744 L 269.11788,170.70181 L 273.05538,170.70181 L 273.05538,181.71588 C 273.05537,183.68462 272.43193,185.18671 271.18507,186.22213 C 269.94548,187.26483 268.14444,187.78618 265.78195,187.78619 C 265.01632,187.78618 264.27621,187.72789 263.56163,187.61119 C 262.84705,187.49452 262.12882,187.31587 261.40695,187.07525 L 261.40695,184.02369 C 262.09236,184.41744 262.76319,184.7091 263.41945,184.89869 C 264.07569,185.09556 264.73559,185.194 265.39913,185.194 C 266.68246,185.194 267.62308,184.91327 268.22101,184.35181 C 268.81892,183.79035 269.11787,182.91171 269.11788,181.71588 L 269.11788,180.87369 M 266.53663,173.25025 C 265.72725,173.25026 265.09652,173.54922 264.64445,174.14713 C 264.19236,174.74505 263.96632,175.59088 263.96632,176.68463 C 263.96632,177.80755 264.18507,178.66067 264.62257,179.244 C 265.06007,179.82005 265.69809,180.10807 266.53663,180.10806 C 267.35329,180.10807 267.98767,179.80911 268.43976,179.21119 C 268.89183,178.61328 269.11787,177.77109 269.11788,176.68463 C 269.11787,175.59088 268.89183,174.74505 268.43976,174.14713 C 267.98767,173.54922 267.35329,173.25026 266.53663,173.25025"
id="path13546"
inkscape:connector-curvature="0" />
<path
d="M 289.15539,175.49244 L 289.15539,182.95181 L 285.21789,182.95181 L 285.21789,181.73775 L 285.21789,177.24244 C 285.21788,176.18515 285.19239,175.45599 285.14129,175.05494 C 285.09749,174.6539 285.01733,174.35859 284.90067,174.169 C 284.74753,173.9138 284.53972,173.71693 284.27723,173.57838 C 284.01472,173.43255 283.71576,173.35963 283.38036,173.35963 C 282.56368,173.35963 281.92202,173.67682 281.45536,174.31119 C 280.98868,174.93828 280.75535,175.80963 280.75536,176.92525 L 280.75536,182.95181 L 276.83973,182.95181 L 276.83973,170.70181 L 280.75536,170.70181 L 280.75536,172.49556 C 281.34597,171.78099 281.97306,171.25599 282.63661,170.92056 C 283.30014,170.57787 284.03295,170.40651 284.83504,170.4065 C 286.24962,170.40651 287.32149,170.84037 288.05067,171.70806 C 288.78711,172.57578 289.15534,173.83724 289.15536,175.49244"
id="path13548"
inkscape:connector-curvature="0" />
<path
d="M 298.29914,177.43931 C 297.48246,177.43932 296.86632,177.57786 296.4507,177.85494 C 296.04236,178.13203 295.83819,178.54036 295.8382,179.07994 C 295.83819,179.57577 296.00226,179.96588 296.33039,180.25025 C 296.6658,180.52734 297.12882,180.66588 297.71945,180.66588 C 298.4559,180.66588 299.07569,180.40338 299.57882,179.87838 C 300.08194,179.34609 300.3335,178.68255 300.33351,177.88775 L 300.33351,177.43931 L 298.29914,177.43931 M 304.28195,175.96275 L 304.28195,182.95181 L 300.33351,182.95181 L 300.33351,181.13619 C 299.8085,181.87994 299.21788,182.42317 298.56164,182.76588 C 297.90538,183.10129 297.10694,183.269 296.16632,183.269 C 294.89757,183.269 293.8658,182.90077 293.07101,182.16431 C 292.28351,181.42056 291.88976,180.45807 291.88976,179.27681 C 291.88976,177.84036 292.38195,176.78671 293.36632,176.11588 C 294.35799,175.44505 295.91111,175.10963 298.0257,175.10963 L 300.33351,175.10963 L 300.33351,174.80338 C 300.3335,174.18359 300.08923,173.73151 299.6007,173.44713 C 299.11215,173.15547 298.35017,173.00964 297.31476,173.00963 C 296.47621,173.00964 295.69601,173.09353 294.97414,173.26119 C 294.25226,173.42891 293.58143,173.68047 292.96164,174.01588 L 292.96164,171.02994 C 293.80018,170.82578 294.64236,170.67266 295.4882,170.57056 C 296.33403,170.4612 297.17986,170.40651 298.0257,170.4065 C 300.23506,170.40651 301.82829,170.84401 302.80539,171.719 C 303.78975,172.58672 304.28194,174.0013 304.28195,175.96275"
id="path13550"
inkscape:connector-curvature="0" />
<path
d="M 307.94601,165.93306 L 311.86163,165.93306 L 311.86163,182.95181 L 307.94601,182.95181 L 307.94601,165.93306"
id="path13552"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:41px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#f4f6f8;fill-opacity:1;stroke:none;display:inline;font-family:Arial Narrow;-inkscape-font-specification:Arial Narrow Bold Condensed"
id="text21611"
transform="matrix(0.66455533,0,0,0.66455533,105.60136,63.655516)">
<path
d="M 248.91997,211.60818 L 253.22417,211.60818 L 253.22417,214.73123 C 253.8114,213.61016 254.58549,212.7293 255.54643,212.08865 C 256.50736,211.44805 257.5417,211.12774 258.64946,211.12772 C 260.63805,211.12774 262.34638,212.07533 263.77446,213.97049 C 265.21585,215.86569 265.93655,218.55498 265.93657,222.03836 C 265.93655,225.69527 265.21585,228.498 263.77446,230.44656 C 262.33304,232.38179 260.61803,233.3494 258.62944,233.3494 C 257.70853,233.3494 256.84769,233.12918 256.04692,232.68875 C 255.25948,232.23498 254.42533,231.42085 253.54448,230.24637 L 253.54448,240.95682 L 248.91997,240.95682 L 248.91997,211.60818 M 253.48442,221.8782 C 253.48441,224.28056 253.87146,226.04895 254.64555,227.18338 C 255.43298,228.31782 256.38057,228.88504 257.48833,228.88504 C 258.54268,228.88504 259.43021,228.36454 260.15092,227.32352 C 260.87161,226.26916 261.23196,224.55416 261.23198,222.1785 C 261.23196,219.92298 260.85827,218.26136 260.11089,217.19363 C 259.37682,216.1126 258.47595,215.57207 257.40825,215.57205 C 256.28715,215.57207 255.3529,216.09925 254.60551,217.15359 C 253.85811,218.19463 253.48441,219.76949 253.48442,221.8782"
id="path21616"
inkscape:connector-curvature="0" />
<path
d="M 269.64018,208.72537 L 269.64018,203.52029 L 274.26469,203.52029 L 274.26469,208.72537 L 269.64018,208.72537 M 269.64018,232.86893 L 269.64018,211.60818 L 274.26469,211.60818 L 274.26469,232.86893 L 269.64018,232.86893"
id="path21618"
inkscape:connector-curvature="0" />
<path
d="M 294.86479,232.86893 L 290.24028,232.86893 L 290.24028,222.01834 C 290.24027,219.8429 290.15352,218.39482 289.98003,217.6741 C 289.80651,216.95342 289.47953,216.39954 288.99907,216.01248 C 288.53193,215.62545 287.99808,215.43193 287.39751,215.43192 C 286.62341,215.43193 285.92273,215.68551 285.29546,216.19266 C 284.66817,216.68649 284.22774,217.37383 283.97417,218.25467 C 283.72058,219.13554 283.59379,220.79716 283.5938,223.23953 L 283.5938,232.86893 L 278.96928,232.86893 L 278.96928,211.60818 L 283.25346,211.60818 L 283.25346,214.73123 C 284.0142,213.53008 284.86836,212.6292 285.81596,212.02859 C 286.77689,211.42803 287.83793,211.12774 288.99907,211.12772 C 290.34704,211.12774 291.48148,211.48142 292.40239,212.18875 C 293.33662,212.88278 293.97724,213.78366 294.32426,214.89139 C 294.6846,215.98581 294.86477,217.57402 294.86479,219.65604 L 294.86479,232.86893"
id="path21620"
inkscape:connector-curvature="0" />
<path
d="M 298.42827,225.08133 L 302.89262,224.42068 C 303.01274,225.80871 303.39311,226.86975 304.03374,227.60379 C 304.67435,228.33784 305.42842,228.70487 306.29594,228.70486 C 307.24353,228.70487 308.04431,228.27111 308.69829,227.40359 C 309.35225,226.53609 309.67923,225.33492 309.67924,223.80008 C 309.67923,222.37203 309.36559,221.25094 308.73833,220.4368 C 308.11104,219.62268 307.3503,219.21562 306.4561,219.21561 C 305.86885,219.21562 305.16817,219.35576 304.35405,219.63602 L 304.85454,215.05154 C 306.04235,215.07825 306.98327,214.75794 307.67729,214.09061 C 308.35794,213.42331 308.69828,212.48239 308.69829,211.26785 C 308.69828,210.25355 308.45137,209.45945 307.95757,208.88553 C 307.46374,208.31166 306.82979,208.02471 306.05571,208.02469 C 305.28161,208.02471 304.60762,208.35837 304.03374,209.02567 C 303.47318,209.67966 303.13953,210.65394 303.03276,211.94852 L 298.7686,211.06766 C 299.20903,208.38506 300.06987,206.4365 301.35112,205.22195 C 302.63236,204.00746 304.24727,203.40021 306.19585,203.40018 C 308.38464,203.40021 310.11966,204.18097 311.40092,205.74246 C 312.69551,207.30401 313.3428,209.03236 313.34282,210.92752 C 313.3428,212.20879 313.04918,213.36325 312.46196,214.3909 C 311.88805,215.41859 311.02054,216.31946 309.85942,217.09354 C 311.20739,217.4539 312.30179,218.24801 313.14262,219.47586 C 313.99677,220.70374 314.42386,222.23857 314.42387,224.08035 C 314.42386,226.76298 313.62308,228.98514 312.02153,230.74686 C 310.4333,232.49523 308.53812,233.36941 306.33598,233.36942 C 304.22725,233.36941 302.43884,232.62869 300.97075,231.14725 C 299.51599,229.66581 298.6685,227.64383 298.42827,225.08133"
id="path21622"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;display:inline"
inkscape:connector-curvature="0"
d="M 388.93975,203.58874 L 431.34,203.43994"
id="path8856-5-47-7" />
<path
id="path22050-39"
d="M 388.93975,233.51434 L 431.71887,233.51434"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#fac204;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 388.93975,211.51434 L 431.56407,211.51434"
id="path8856-5-1-4-3" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 388.93975,218.51734 L 431.40447,218.51134"
id="path8856-5-1-7-5-2" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;display:inline"
inkscape:connector-curvature="0"
d="M 388.93975,226.51434 L 431.71887,226.51434"
id="path8856-5-1-7-1-7-2" />
</g>
</g>
<g
sodipodi:insensitive="true"
style="display:none"
inkscape:label="cc-sbus"
id="g11323"
inkscape:groupmode="layer">
<g
transform="matrix(0.4,0,0,0.4,53.475,-98.70912)"
id="g11325"
style="display:inline">
<path
style="fill:none;stroke:#777777;stroke-width:14.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
stroke-miterlimit="4"
d="M 1487.3483,1530 C 1537.6483,1528.91 1602.3483,1535.3 1642.3483,1566.6"
id="path11327" />
<path
style="fill:none;stroke:#777777;stroke-width:14.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
stroke-miterlimit="4"
d="M 1250,1530 C 1185.1,1524.03 1129,1544.3 1079,1570.7"
id="path11329" />
<path
id="path11331"
d="M 1359.9896,1320.8001 L 1359.9896,1054.6727"
inkscape:connector-curvature="0"
style="fill:none;stroke:#d81900;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path11333"
d="M 1389.9896,1320.8001 L 1389.9896,1054.6727"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ec6004;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
sodipodi:nodetypes="cc" />
<path
id="path11335"
d="M 1346.2717,1320.8001 L 1346.2721,1054.6727"
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
sodipodi:nodetypes="cc" />
<rect
x="1250"
y="1320"
stroke-miterlimit="4"
width="237"
height="272"
ry="11.5"
style="color:#000000;fill:url(#linearGradient10170-6-9);fill-rule:nonzero;stroke:#000000;stroke-width:5.76999998;stroke-miterlimit:4;stroke-dasharray:none;enable-background:accumulate"
id="rect11337"
rx="11.5" />
<text
sodipodi:linespacing="125%"
xml:space="preserve"
x="1367.399"
y="1415.5746"
font-style="normal"
line-height="125%"
font-size="40px"
font-weight="normal"
style="font-size:40px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;font-family:Sans"
id="text11339"><tspan
x="1367.399"
y="1415.5746"
id="tspan11341">Futaba</tspan></text>
<text
sodipodi:linespacing="125%"
font-style="normal"
x="1368.0533"
y="1500.4048"
line-height="125%"
font-size="100px"
xml:space="preserve"
font-weight="normal"
style="font-size:100px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;font-family:Sans"
id="text11343"><tspan
x="1368.0533"
y="1500.4048"
font-size="40px"
style="font-size:40px;text-align:center;text-anchor:middle;fill:#ffffff"
id="tspan11345">S-Bus</tspan></text>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer22"
inkscape:label="satellite"
inkscape:label="cc-satellite"
style="display:none"
sodipodi:insensitive="true">
<g
@ -18086,13 +18946,13 @@
transform="matrix(0.4,0,0,0.4,-131.04473,-97.93132)">
<path
id="path9857-8"
d="M 1250,1530 C 1185.1,1524.03 1129,1544.3 1079,1570.7"
d="m 1250,1530 c -64.9,-5.97 -121,14.3 -171,40.7"
stroke-miterlimit="4"
inkscape:connector-curvature="0"
style="fill:none;stroke:#777777;stroke-width:14.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<path
id="path9857-8-5"
d="M 1490,1530 C 1540.3,1528.91 1605,1535.3 1645,1566.6"
d="m 1490,1530 c 50.3,-1.09 115,5.3 155,36.6"
stroke-miterlimit="4"
inkscape:connector-curvature="0"
style="fill:none;stroke:#777777;stroke-width:14.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
@ -18100,25 +18960,25 @@
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#1f4697;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 1371.2889,1318.8556 L 1371.2889,1194.0962 L 1596.2889,1194.0962 L 1596.2889,1052.7282"
d="m 1371.2889,1318.8556 0,-124.7594 225,0 0,-141.368"
id="path8856-5-6" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#d81900;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 1356.2889,1318.8556 L 1356.2889,1179.0962 L 1581.2889,1179.0962 L 1581.2889,1052.7282"
d="m 1356.2889,1318.8556 0,-139.7594 225,0 0,-126.368"
id="path8856-1-2" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#ec6004;stroke-width:15.29999924;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 1386.2889,1318.8556 L 1386.2889,1209.0962 L 1611.7889,1209.0963 L 1611.7889,1052.7282"
d="m 1386.2889,1318.8556 0,-109.7594 225.5,10e-5 0,-156.3681"
id="path8856-5-1-7-1-9" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#000000;stroke-width:15.30000019;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="M 1342.571,1318.8556 L 1342.571,1164.0962 L 1566.2889,1164.0962 L 1566.2889,1052.7282"
d="m 1342.571,1318.8556 0,-154.7594 223.7179,0 0,-111.368"
id="path8856-1-5-7" />
<rect
rx="11.5"
@ -18169,100 +19029,101 @@
style="display:none"
sodipodi:insensitive="true">
<g
id="nano-pwm">
id="nano-pwm"
transform="translate(-4,0)">
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="m 423.36407,327.33254 105.19993,-0.556 0,-86.2622"
d="M 423.36407,327.33254 L 528.564,326.77654 L 528.564,240.51434"
id="path8856-0" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="m 423.36407,318.93254 96.23593,-0.484 0,-77.9342"
d="M 423.36407,318.93254 L 519.6,318.44854 L 519.6,240.51434"
id="path8856-1-20" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="M 423.76407,344.75113 533.94,344.65633 533.93967,240.51434"
d="M 423.76407,344.75113 L 533.94,344.65633 L 533.93967,240.51434"
id="path8856-5-4" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#fac204;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="m 423.76407,370.35113 117.23593,0 0,-129.83679"
d="M 423.76407,370.35113 L 541,370.35113 L 541,240.51434"
id="path8856-5-1-8" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 423.76407,395.55113 125.03993,0.0311 4.7e-4,-155.06789"
d="M 423.76407,395.55113 L 548.804,395.58223 L 548.80447,240.51434"
id="path8856-5-1-7-0" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="m 423.76407,417.95113 17.12,0.3288 114.91593,-0.2524 0,-177.51319"
d="M 423.76407,417.95113 L 440.88407,418.27993 L 555.8,418.02753 L 555.8,240.51473"
id="path8856-5-1-7-1-0" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="m 423.36407,324.13254 102,-0.412 0.1596,-83.2062"
d="M 423.36407,324.13254 L 525.36407,323.72054 L 525.52367,240.51434"
id="path8856-1-3-9" />
<path
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="m 231.51628,406.89645 c -32.33684,-4.48207 -75.40016,12.87853 -86.57342,64.71789"
d="M 231.51628,406.89645 C 199.17944,402.41438 156.11612,419.77498 144.94286,471.61434"
id="path9857-3-9-3" />
<path
sodipodi:nodetypes="sssccccssssss"
inkscape:connector-curvature="0"
id="rect8853-0-8-1"
d="m 236.31357,289.05542 187.03999,0 c 3.58992,0 6.48,2.89008 6.48,6.48 l 0,8.84015 -6,0 0,122.36001 6.00044,0 -4.4e-4,10.23984 c -1.5e-4,3.58992 -2.89008,6.48 -6.48,6.48 l -187.03999,0 c -3.58993,0 -6.48001,-2.89008 -6.48001,-6.48 l 0,-141.44 c 0,-3.58992 2.89008,-6.48 6.48001,-6.48 z"
d="M 236.31357,289.05542 L 423.35356,289.05542 C 426.94348,289.05542 429.83356,291.9455 429.83356,295.53542 L 429.83356,304.37557 L 423.83356,304.37557 L 423.83356,426.73558 L 429.834,426.73558 L 429.83356,436.97542 C 429.83341,440.56534 426.94348,443.45542 423.35356,443.45542 L 236.31357,443.45542 C 232.72364,443.45542 229.83356,440.56534 229.83356,436.97542 L 229.83356,295.53542 C 229.83356,291.9455 232.72364,289.05542 236.31357,289.05542 z"
style="color:#000000;fill:url(#linearGradient13971);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter"
inkscape:connector-curvature="0"
d="M 423.36407,313.33254 514,313.12694 l 0,-72.6126"
d="M 423.36407,313.33254 L 514,313.12694 L 514,240.51434"
id="path8856-1-5-6" />
<g
id="text9734-3"
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Sans">
<path
id="path13982"
d="m 318.29907,305.8605 15.05,0 0,3.18281 -5.41406,0 0,13.14688 -4.21094,0 0,-13.14688 -5.425,0 0,-3.18281"
d="M 318.29907,305.8605 L 333.34907,305.8605 L 333.34907,309.04331 L 327.93501,309.04331 L 327.93501,322.19019 L 323.72407,322.19019 L 323.72407,309.04331 L 318.29907,309.04331 L 318.29907,305.8605"
inkscape:connector-curvature="0" />
<path
id="path13984"
d="m 347.65532,314.73081 0,7.45938 -3.9375,0 0,-1.21407 0,-4.47343 c -1e-5,-1.07187 -0.0255,-1.80833 -0.0766,-2.20938 -0.0438,-0.40103 -0.12397,-0.69634 -0.24063,-0.88594 -0.15313,-0.2552 -0.36094,-0.45207 -0.62343,-0.59062 -0.26251,-0.14583 -0.56147,-0.21874 -0.89688,-0.21875 -0.81667,10e-6 -1.45834,0.31719 -1.925,0.95156 -0.46667,0.62709 -0.7,1.49845 -0.7,2.61406 l 0,6.02657 -3.91562,0 0,-17.01875 3.91562,0 0,6.5625 c 0.59062,-0.71458 1.2177,-1.23958 1.88125,-1.575 0.66354,-0.3427 1.39635,-0.51405 2.19844,-0.51407 1.41457,2e-5 2.48645,0.43387 3.21562,1.30157 0.73645,0.86771 1.10468,2.12917 1.10469,3.78437"
d="M 347.65532,314.73081 L 347.65532,322.19019 L 343.71782,322.19019 L 343.71782,320.97612 L 343.71782,316.50269 C 343.71781,315.43082 343.69232,314.69436 343.64122,314.29331 C 343.59742,313.89228 343.51725,313.59697 343.40059,313.40737 C 343.24746,313.15217 343.03965,312.9553 342.77716,312.81675 C 342.51465,312.67092 342.21569,312.59801 341.88028,312.598 C 341.06361,312.59801 340.42194,312.91519 339.95528,313.54956 C 339.48861,314.17665 339.25528,315.04801 339.25528,316.16362 L 339.25528,322.19019 L 335.33966,322.19019 L 335.33966,305.17144 L 339.25528,305.17144 L 339.25528,311.73394 C 339.8459,311.01936 340.47298,310.49436 341.13653,310.15894 C 341.80007,309.81624 342.53288,309.64489 343.33497,309.64487 C 344.74954,309.64489 345.82142,310.07874 346.55059,310.94644 C 347.28704,311.81415 347.65527,313.07561 347.65528,314.73081"
inkscape:connector-curvature="0" />
<path
id="path13986"
d="m 360.40845,313.27612 c -0.34272,-0.1604 -0.68543,-0.27707 -1.02813,-0.35 -0.33542,-0.0802 -0.67449,-0.1203 -1.01719,-0.12031 -1.00625,10e-6 -1.78282,0.32449 -2.32968,0.97344 -0.53959,0.64167 -0.80938,1.56407 -0.80938,2.76719 l 0,5.64375 -3.91562,0 0,-12.25 3.91562,0 0,2.0125 c 0.50312,-0.80208 1.07916,-1.38541 1.72813,-1.75 0.65624,-0.37187 1.44009,-0.5578 2.35156,-0.55782 0.13124,2e-5 0.27343,0.007 0.42656,0.0219 0.15312,0.007 0.37551,0.0292 0.66719,0.0656 l 0.0109,3.54375"
d="M 360.40845,313.27612 C 360.06573,313.11572 359.72302,312.99905 359.38032,312.92612 C 359.0449,312.84592 358.70583,312.80582 358.36313,312.80581 C 357.35688,312.80582 356.58031,313.1303 356.03345,313.77925 C 355.49386,314.42092 355.22407,315.34332 355.22407,316.54644 L 355.22407,322.19019 L 351.30845,322.19019 L 351.30845,309.94019 L 355.22407,309.94019 L 355.22407,311.95269 C 355.72719,311.15061 356.30323,310.56728 356.9522,310.20269 C 357.60844,309.83082 358.39229,309.64489 359.30376,309.64487 C 359.435,309.64489 359.57719,309.65187 359.73032,309.66677 C 359.88344,309.67377 360.10583,309.69597 360.39751,309.73237 L 360.40841,313.27612"
inkscape:connector-curvature="0" />
<path
id="path13988"
d="m 368.20689,312.44487 c -0.86772,1e-5 -1.53126,0.31355 -1.99063,0.94063 -0.45209,0.6198 -0.67813,1.51667 -0.67812,2.69062 -10e-6,1.17397 0.22603,2.07449 0.67812,2.70157 0.45937,0.61979 1.12291,0.92969 1.99063,0.92968 0.85311,10e-6 1.50572,-0.30989 1.95781,-0.92968 0.45207,-0.62708 0.67811,-1.5276 0.67812,-2.70157 -1e-5,-1.17395 -0.22605,-2.07082 -0.67812,-2.69062 -0.45209,-0.62708 -1.1047,-0.94062 -1.95781,-0.94063 m 0,-2.8 c 2.10728,2e-5 3.75155,0.56877 4.93281,1.70625 1.18853,1.13751 1.7828,2.71251 1.78281,4.725 -10e-6,2.01251 -0.59428,3.58751 -1.78281,4.725 -1.18126,1.1375 -2.82553,1.70625 -4.93281,1.70625 -2.11459,0 -3.7698,-0.56875 -4.96563,-1.70625 -1.18854,-1.13749 -1.78281,-2.71249 -1.78281,-4.725 0,-2.01249 0.59427,-3.58749 1.78281,-4.725 1.19583,-1.13748 2.85104,-1.70623 4.96563,-1.70625"
d="M 368.20689,312.44487 C 367.33917,312.44488 366.67563,312.75842 366.21626,313.3855 C 365.76417,314.0053 365.53813,314.90217 365.53814,316.07612 C 365.53813,317.25009 365.76417,318.15061 366.21626,318.77769 C 366.67563,319.39748 367.33917,319.70738 368.20689,319.70737 C 369.06,319.70738 369.71261,319.39748 370.1647,318.77769 C 370.61677,318.15061 370.84281,317.25009 370.84282,316.07612 C 370.84281,314.90217 370.61677,314.0053 370.1647,313.3855 C 369.71261,312.75842 369.06,312.44488 368.20689,312.44487 M 368.20689,309.64487 C 370.31417,309.64489 371.95844,310.21364 373.1397,311.35112 C 374.32823,312.48863 374.9225,314.06363 374.92251,316.07612 C 374.9225,318.08863 374.32823,319.66363 373.1397,320.80112 C 371.95844,321.93862 370.31417,322.50737 368.20689,322.50737 C 366.0923,322.50737 364.43709,321.93862 363.24126,320.80112 C 362.05272,319.66363 361.45845,318.08863 361.45845,316.07612 C 361.45845,314.06363 362.05272,312.48863 363.24126,311.35112 C 364.43709,310.21364 366.0923,309.64489 368.20689,309.64487"
inkscape:connector-curvature="0" />
<path
id="path13990"
d="m 382.05376,306.46206 0,3.47813 4.03594,0 0,2.8 -4.03594,0 0,5.19531 c -1e-5,0.56875 0.11301,0.95521 0.33906,1.15937 0.22604,0.19688 0.67447,0.29532 1.34531,0.29532 l 2.0125,0 0,2.8 -3.35781,0 c -1.54584,0 -2.64323,-0.32084 -3.29219,-0.9625 -0.64167,-0.64896 -0.9625,-1.74636 -0.9625,-3.29219 l 0,-5.19531 -1.94687,0 0,-2.8 1.94687,0 0,-3.47813 3.91563,0"
d="M 382.05376,306.46206 L 382.05376,309.94019 L 386.0897,309.94019 L 386.0897,312.74019 L 382.05376,312.74019 L 382.05376,317.9355 C 382.05375,318.50425 382.16677,318.89071 382.39282,319.09487 C 382.61886,319.29175 383.06729,319.39019 383.73813,319.39019 L 385.75063,319.39019 L 385.75063,322.19019 L 382.39282,322.19019 C 380.84698,322.19019 379.74959,321.86935 379.10063,321.22769 C 378.45896,320.57873 378.13813,319.48133 378.13813,317.9355 L 378.13813,312.74019 L 376.19126,312.74019 L 376.19126,309.94019 L 378.13813,309.94019 L 378.13813,306.46206 L 382.05376,306.46206"
inkscape:connector-curvature="0" />
<path
id="path13992"
d="m 392.77251,306.46206 0,3.47813 4.03594,0 0,2.8 -4.03594,0 0,5.19531 c 0,0.56875 0.11302,0.95521 0.33907,1.15937 0.22603,0.19688 0.67447,0.29532 1.34531,0.29532 l 2.0125,0 0,2.8 -3.35781,0 c -1.54584,0 -2.64324,-0.32084 -3.29219,-0.9625 -0.64167,-0.64896 -0.9625,-1.74636 -0.9625,-3.29219 l 0,-5.19531 -1.94688,0 0,-2.8 1.94688,0 0,-3.47813 3.91562,0"
d="M 392.77251,306.46206 L 392.77251,309.94019 L 396.80845,309.94019 L 396.80845,312.74019 L 392.77251,312.74019 L 392.77251,317.9355 C 392.77251,318.50425 392.88553,318.89071 393.11158,319.09487 C 393.33761,319.29175 393.78605,319.39019 394.45689,319.39019 L 396.46939,319.39019 L 396.46939,322.19019 L 393.11158,322.19019 C 391.56574,322.19019 390.46834,321.86935 389.81939,321.22769 C 389.17772,320.57873 388.85689,319.48133 388.85689,317.9355 L 388.85689,312.74019 L 386.91001,312.74019 L 386.91001,309.94019 L 388.85689,309.94019 L 388.85689,306.46206 L 392.77251,306.46206"
inkscape:connector-curvature="0" />
<path
id="path13994"
d="m 399.2147,305.17144 3.91563,0 0,17.01875 -3.91563,0 0,-17.01875"
d="M 399.2147,305.17144 L 403.13033,305.17144 L 403.13033,322.19019 L 399.2147,322.19019 L 399.2147,305.17144"
inkscape:connector-curvature="0" />
<path
id="path13996"
d="m 419.14282,316.03237 0,1.11563 -9.15469,0 c 0.0948,0.91875 0.42656,1.60781 0.99532,2.06719 0.56874,0.45937 1.36353,0.68906 2.38437,0.68906 0.82395,0 1.66614,-0.12031 2.52656,-0.36094 0.8677,-0.24791 1.75728,-0.61979 2.66875,-1.11562 l 0,3.01875 c -0.92605,0.35 -1.85209,0.6125 -2.77812,0.7875 -0.92605,0.18229 -1.85209,0.27343 -2.77813,0.27343 -2.21667,0 -3.94115,-0.56146 -5.17343,-1.68437 -1.225,-1.13021 -1.8375,-2.7125 -1.8375,-4.74688 0,-1.99791 0.60156,-3.56926 1.80468,-4.71406 1.21042,-1.14478 2.87292,-1.71717 4.9875,-1.71719 1.92499,2e-5 3.46354,0.5797 4.61563,1.73907 1.15936,1.15938 1.73905,2.70886 1.73906,4.64843 m -4.025,-1.30156 c -10e-6,-0.74374 -0.21876,-1.34166 -0.65625,-1.79375 -0.43022,-0.45936 -0.99532,-0.68905 -1.69531,-0.68906 -0.75834,1e-5 -1.37449,0.21511 -1.84844,0.64531 -0.47396,0.42293 -0.76927,1.03543 -0.88594,1.8375 l 5.08594,0"
d="M 419.14282,316.03237 L 419.14282,317.148 L 409.98813,317.148 C 410.08293,318.06675 410.41469,318.75581 410.98345,319.21519 C 411.55219,319.67456 412.34698,319.90425 413.36782,319.90425 C 414.19177,319.90425 415.03396,319.78394 415.89438,319.54331 C 416.76208,319.2954 417.65166,318.92352 418.56313,318.42769 L 418.56313,321.44644 C 417.63708,321.79644 416.71104,322.05894 415.78501,322.23394 C 414.85896,322.41623 413.93292,322.50737 413.00688,322.50737 C 410.79021,322.50737 409.06573,321.94591 407.83345,320.823 C 406.60845,319.69279 405.99595,318.1105 405.99595,316.07612 C 405.99595,314.07821 406.59751,312.50686 407.80063,311.36206 C 409.01105,310.21728 410.67355,309.64489 412.78813,309.64487 C 414.71312,309.64489 416.25167,310.22457 417.40376,311.38394 C 418.56312,312.54332 419.14281,314.0928 419.14282,316.03237 M 415.11782,314.73081 C 415.11781,313.98707 414.89906,313.38915 414.46157,312.93706 C 414.03135,312.4777 413.46625,312.24801 412.76626,312.248 C 412.00792,312.24801 411.39177,312.46311 410.91782,312.89331 C 410.44386,313.31624 410.14855,313.92874 410.03188,314.73081 L 415.11782,314.73081"
inkscape:connector-curvature="0" />
</g>
<g
@ -18270,19 +19131,19 @@
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#488eff;font-family:Sans">
<path
id="path13999"
d="m 376.62875,339.50112 c 0.88229,10e-6 1.51301,-0.16406 1.89219,-0.49219 0.38645,-0.32812 0.57968,-0.8677 0.57969,-1.61875 -1e-5,-0.74374 -0.19324,-1.27603 -0.57969,-1.59688 -0.37918,-0.32082 -1.0099,-0.48123 -1.89219,-0.48125 l -1.77187,0 0,4.18907 1.77187,0 m -1.77187,2.90937 0,6.17969 -4.21094,0 0,-16.32969 6.43125,0 c 2.15103,2e-5 3.72603,0.36096 4.725,1.08281 1.00624,0.72189 1.50936,1.86304 1.50938,3.42344 -2e-5,1.07918 -0.26252,1.96512 -0.7875,2.65781 -0.51773,0.69272 -1.30158,1.20314 -2.35157,1.53125 0.57603,0.13126 1.09009,0.43022 1.54219,0.89688 0.45936,0.45938 0.92238,1.15938 1.38906,2.1 l 2.28594,4.6375 -4.48437,0 -1.99063,-4.05781 c -0.40105,-0.81666 -0.80938,-1.37448 -1.225,-1.67344 -0.40834,-0.29895 -0.95522,-0.44843 -1.64062,-0.44844 l -1.19219,0"
d="M 376.62875,339.50112 C 377.51104,339.50113 378.14176,339.33706 378.52094,339.00893 C 378.90739,338.68081 379.10062,338.14123 379.10063,337.39018 C 379.10062,336.64644 378.90739,336.11415 378.52094,335.7933 C 378.14176,335.47248 377.51104,335.31207 376.62875,335.31205 L 374.85688,335.31205 L 374.85688,339.50112 L 376.62875,339.50112 M 374.85688,342.41049 L 374.85688,348.59018 L 370.64594,348.59018 L 370.64594,332.26049 L 377.07719,332.26049 C 379.22822,332.26051 380.80322,332.62145 381.80219,333.3433 C 382.80843,334.06519 383.31155,335.20634 383.31157,336.76674 C 383.31155,337.84592 383.04905,338.73186 382.52407,339.42455 C 382.00634,340.11727 381.22249,340.62769 380.1725,340.9558 C 380.74853,341.08706 381.26259,341.38602 381.71469,341.85268 C 382.17405,342.31206 382.63707,343.01206 383.10375,343.95268 L 385.38969,348.59018 L 380.90532,348.59018 L 378.91469,344.53237 C 378.51364,343.71571 378.10531,343.15789 377.68969,342.85893 C 377.28135,342.55998 376.73447,342.4105 376.04907,342.41049 L 374.85688,342.41049"
inkscape:connector-curvature="0" />
<path
id="path14001"
d="m 393.53813,338.84487 c -0.86772,10e-6 -1.53126,0.31355 -1.99063,0.94062 -0.45209,0.6198 -0.67813,1.51668 -0.67812,2.69063 -10e-6,1.17396 0.22603,2.07448 0.67812,2.70156 0.45937,0.61979 1.12291,0.92969 1.99063,0.92969 0.85311,0 1.50572,-0.3099 1.95781,-0.92969 0.45207,-0.62708 0.67811,-1.5276 0.67813,-2.70156 -2e-5,-1.17395 -0.22606,-2.07083 -0.67813,-2.69063 -0.45209,-0.62707 -1.1047,-0.94061 -1.95781,-0.94062 m 0,-2.8 c 2.10728,10e-6 3.75155,0.56876 4.93281,1.70625 1.18853,1.13751 1.7828,2.71251 1.78281,4.725 -1e-5,2.0125 -0.59428,3.5875 -1.78281,4.725 -1.18126,1.1375 -2.82553,1.70625 -4.93281,1.70625 -2.11459,0 -3.7698,-0.56875 -4.96563,-1.70625 -1.18854,-1.1375 -1.78281,-2.7125 -1.78281,-4.725 0,-2.01249 0.59427,-3.58749 1.78281,-4.725 1.19583,-1.13749 2.85104,-1.70624 4.96563,-1.70625"
d="M 393.53813,338.84487 C 392.67041,338.84488 392.00687,339.15842 391.5475,339.78549 C 391.09541,340.40529 390.86937,341.30217 390.86938,342.47612 C 390.86937,343.65008 391.09541,344.5506 391.5475,345.17768 C 392.00687,345.79747 392.67041,346.10737 393.53813,346.10737 C 394.39124,346.10737 395.04385,345.79747 395.49594,345.17768 C 395.94801,344.5506 396.17405,343.65008 396.17407,342.47612 C 396.17405,341.30217 395.94801,340.40529 395.49594,339.78549 C 395.04385,339.15842 394.39124,338.84488 393.53813,338.84487 M 393.53813,336.04487 C 395.64541,336.04488 397.28968,336.61363 398.47094,337.75112 C 399.65947,338.88863 400.25374,340.46363 400.25375,342.47612 C 400.25374,344.48862 399.65947,346.06362 398.47094,347.20112 C 397.28968,348.33862 395.64541,348.90737 393.53813,348.90737 C 391.42354,348.90737 389.76833,348.33862 388.5725,347.20112 C 387.38396,346.06362 386.78969,344.48862 386.78969,342.47612 C 386.78969,340.46363 387.38396,338.88863 388.5725,337.75112 C 389.76833,336.61363 391.42354,336.04488 393.53813,336.04487"
inkscape:connector-curvature="0" />
<path
id="path14003"
d="m 403.10844,331.57143 3.91562,0 0,17.01875 -3.91562,0 0,-17.01875"
d="M 403.10844,331.57143 L 407.02406,331.57143 L 407.02406,348.59018 L 403.10844,348.59018 L 403.10844,331.57143"
inkscape:connector-curvature="0" />
<path
id="path14005"
d="m 410.80844,331.57143 3.91562,0 0,17.01875 -3.91562,0 0,-17.01875"
d="M 410.80844,331.57143 L 414.72406,331.57143 L 414.72406,348.59018 L 410.80844,348.59018 L 410.80844,331.57143"
inkscape:connector-curvature="0" />
</g>
<g
@ -18290,23 +19151,23 @@
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffdc00;font-family:Sans">
<path
id="path14008"
d="m 359.44596,359.4605 6.98906,0 c 2.07812,2e-5 3.67134,0.46304 4.77969,1.38907 1.11561,0.91876 1.67342,2.23126 1.67344,3.9375 -2e-5,1.71355 -0.55783,3.03334 -1.67344,3.95937 -1.10835,0.91876 -2.70157,1.37813 -4.77969,1.37813 l -2.77812,0 0,5.66562 -4.21094,0 0,-16.32969 m 4.21094,3.05157 0,4.56093 2.32968,0 c 0.81666,1e-5 1.44739,-0.19686 1.89219,-0.59062 0.44478,-0.40103 0.66718,-0.96614 0.66719,-1.69531 -10e-6,-0.72916 -0.22241,-1.29062 -0.66719,-1.68438 -0.4448,-0.39374 -1.07553,-0.59061 -1.89219,-0.59062 l -2.32968,0"
d="M 359.44596,359.4605 L 366.43502,359.4605 C 368.51314,359.46052 370.10636,359.92354 371.21471,360.84957 C 372.33032,361.76833 372.88813,363.08083 372.88815,364.78707 C 372.88813,366.50062 372.33032,367.82041 371.21471,368.74644 C 370.10636,369.6652 368.51314,370.12457 366.43502,370.12457 L 363.6569,370.12457 L 363.6569,375.79019 L 359.44596,375.79019 L 359.44596,359.4605 M 363.6569,362.51207 L 363.6569,367.073 L 365.98658,367.073 C 366.80324,367.07301 367.43397,366.87614 367.87877,366.48238 C 368.32355,366.08135 368.54595,365.51624 368.54596,364.78707 C 368.54595,364.05791 368.32355,363.49645 367.87877,363.10269 C 367.43397,362.70895 366.80324,362.51208 365.98658,362.51207 L 363.6569,362.51207"
inkscape:connector-curvature="0" />
<path
id="path14010"
d="m 375.67721,363.54019 3.91562,0 0,12.25 -3.91562,0 0,-12.25 m 0,-4.76875 3.91562,0 0,3.19375 -3.91562,0 0,-3.19375"
d="M 375.67721,363.54019 L 379.59283,363.54019 L 379.59283,375.79019 L 375.67721,375.79019 L 375.67721,363.54019 M 375.67721,358.77144 L 379.59283,358.77144 L 379.59283,361.96519 L 375.67721,361.96519 L 375.67721,358.77144"
inkscape:connector-curvature="0" />
<path
id="path14012"
d="m 387.65377,360.06207 0,3.47812 4.03594,0 0,2.8 -4.03594,0 0,5.19531 c 0,0.56876 0.11302,0.95522 0.33907,1.15938 0.22603,0.19688 0.67447,0.29531 1.34531,0.29531 l 2.0125,0 0,2.8 -3.35781,0 c -1.54584,0 -2.64324,-0.32083 -3.29219,-0.9625 -0.64167,-0.64896 -0.9625,-1.74635 -0.9625,-3.29219 l 0,-5.19531 -1.94688,0 0,-2.8 1.94688,0 0,-3.47812 3.91562,0"
d="M 387.65377,360.06207 L 387.65377,363.54019 L 391.68971,363.54019 L 391.68971,366.34019 L 387.65377,366.34019 L 387.65377,371.5355 C 387.65377,372.10426 387.76679,372.49072 387.99284,372.69488 C 388.21887,372.89176 388.66731,372.99019 389.33815,372.99019 L 391.35065,372.99019 L 391.35065,375.79019 L 387.99284,375.79019 C 386.447,375.79019 385.3496,375.46936 384.70065,374.82769 C 384.05898,374.17873 383.73815,373.08134 383.73815,371.5355 L 383.73815,366.34019 L 381.79127,366.34019 L 381.79127,363.54019 L 383.73815,363.54019 L 383.73815,360.06207 L 387.65377,360.06207"
inkscape:connector-curvature="0" />
<path
id="path14014"
d="m 403.9944,363.923 0,3.19375 c -0.53231,-0.36457 -1.06824,-0.63436 -1.60781,-0.80937 -0.53231,-0.17499 -1.08647,-0.26249 -1.6625,-0.2625 -1.09376,1e-5 -1.94689,0.32084 -2.55938,0.9625 -0.60521,0.63438 -0.90782,1.52396 -0.90781,2.66875 -10e-6,1.1448 0.3026,2.03802 0.90781,2.67969 0.61249,0.63437 1.46562,0.95156 2.55938,0.95156 0.61249,0 1.19217,-0.0911 1.73906,-0.27344 0.55415,-0.18229 1.06457,-0.45208 1.53125,-0.80937 l 0,3.20468 c -0.61251,0.22605 -1.23595,0.39375 -1.87031,0.50313 -0.6271,0.11667 -1.25783,0.175 -1.89219,0.175 -2.20938,0 -3.93751,-0.5651 -5.18438,-1.69531 -1.24687,-1.1375 -1.87031,-2.71615 -1.87031,-4.73594 0,-2.01978 0.62344,-3.59478 1.87031,-4.725 1.24687,-1.13749 2.975,-1.70624 5.18438,-1.70625 0.64166,10e-6 1.27238,0.0583 1.89219,0.175 0.62707,0.10939 1.2505,0.27709 1.87031,0.50312"
d="M 403.9944,363.923 L 403.9944,367.11675 C 403.46209,366.75218 402.92616,366.48239 402.38659,366.30738 C 401.85428,366.13239 401.30012,366.04489 400.72409,366.04488 C 399.63033,366.04489 398.7772,366.36572 398.16471,367.00738 C 397.5595,367.64176 397.25689,368.53134 397.2569,369.67613 C 397.25689,370.82093 397.5595,371.71415 398.16471,372.35582 C 398.7772,372.99019 399.63033,373.30738 400.72409,373.30738 C 401.33658,373.30738 401.91626,373.21628 402.46315,373.03394 C 403.0173,372.85165 403.52772,372.58186 403.9944,372.22457 L 403.9944,375.42925 C 403.38189,375.6553 402.75845,375.823 402.12409,375.93238 C 401.49699,376.04905 400.86626,376.10738 400.2319,376.10738 C 398.02252,376.10738 396.29439,375.54228 395.04752,374.41207 C 393.80065,373.27457 393.17721,371.69592 393.17721,369.67613 C 393.17721,367.65635 393.80065,366.08135 395.04752,364.95113 C 396.29439,363.81364 398.02252,363.24489 400.2319,363.24488 C 400.87356,363.24489 401.50428,363.30318 402.12409,363.41988 C 402.75116,363.52927 403.37459,363.69697 403.9944,363.923"
inkscape:connector-curvature="0" />
<path
id="path14016"
d="m 419.71158,368.33082 0,7.45937 -3.9375,0 0,-1.21406 0,-4.47344 c -1e-5,-1.07187 -0.0255,-1.80832 -0.0766,-2.20937 -0.0438,-0.40104 -0.12397,-0.69635 -0.24062,-0.88594 -0.15314,-0.2552 -0.36095,-0.45207 -0.62344,-0.59063 -0.26251,-0.14582 -0.56147,-0.21874 -0.89688,-0.21875 -0.81667,1e-5 -1.45834,0.3172 -1.925,0.95157 -0.46667,0.62709 -0.7,1.49844 -0.7,2.61406 l 0,6.02656 -3.91562,0 0,-17.01875 3.91562,0 0,6.5625 c 0.59062,-0.71457 1.21771,-1.23957 1.88125,-1.575 0.66354,-0.34269 1.39635,-0.51405 2.19844,-0.51406 1.41457,10e-6 2.48645,0.43387 3.21563,1.30156 0.73644,0.86772 1.10467,2.12918 1.10468,3.78438"
d="M 419.71158,368.33082 L 419.71158,375.79019 L 415.77408,375.79019 L 415.77408,374.57613 L 415.77408,370.10269 C 415.77407,369.03082 415.74858,368.29437 415.69748,367.89332 C 415.65368,367.49228 415.57351,367.19697 415.45686,367.00738 C 415.30372,366.75218 415.09591,366.55531 414.83342,366.41675 C 414.57091,366.27093 414.27195,366.19801 413.93654,366.198 C 413.11987,366.19801 412.4782,366.5152 412.01154,367.14957 C 411.54487,367.77666 411.31154,368.64801 411.31154,369.76363 L 411.31154,375.79019 L 407.39592,375.79019 L 407.39592,358.77144 L 411.31154,358.77144 L 411.31154,365.33394 C 411.90216,364.61937 412.52925,364.09437 413.19279,363.75894 C 413.85633,363.41625 414.58914,363.24489 415.39123,363.24488 C 416.8058,363.24489 417.87768,363.67875 418.60686,364.54644 C 419.3433,365.41416 419.71153,366.67562 419.71154,368.33082"
inkscape:connector-curvature="0" />
</g>
<g
@ -18314,15 +19175,15 @@
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#73ff00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans">
<path
id="path14040"
d="m 364.37094,385.86053 4.60469,0 3.71875,5.81875 3.71875,-5.81875 4.61562,0 -6.22343,9.45 0,6.87969 -4.21094,0 0,-6.87969 -6.22344,-9.45"
d="M 364.37094,385.86053 L 368.97563,385.86053 L 372.69438,391.67928 L 376.41313,385.86053 L 381.02875,385.86053 L 374.80532,395.31053 L 374.80532,402.19022 L 370.59438,402.19022 L 370.59438,395.31053 L 364.37094,385.86053"
inkscape:connector-curvature="0" />
<path
id="path14042"
d="m 386.13657,396.67772 c -0.81668,0 -1.43282,0.13854 -1.84844,0.41562 -0.40834,0.27709 -0.61251,0.68542 -0.6125,1.225 -1e-5,0.49584 0.16406,0.88594 0.49219,1.17031 0.33541,0.27709 0.79843,0.41563 1.38906,0.41563 0.73645,0 1.35624,-0.2625 1.85937,-0.7875 0.50312,-0.53229 0.75468,-1.19583 0.75469,-1.99063 l 0,-0.44843 -2.03437,0 m 5.98281,-1.47657 0,6.98907 -3.94844,0 0,-1.81563 c -0.52501,0.74375 -1.11563,1.28698 -1.77187,1.62969 -0.65626,0.33542 -1.4547,0.50312 -2.39532,0.50312 -1.26875,0 -2.30052,-0.36823 -3.09531,-1.10468 -0.7875,-0.74375 -1.18125,-1.70625 -1.18125,-2.8875 0,-1.43646 0.49219,-2.4901 1.47656,-3.16094 0.99167,-0.67083 2.54479,-1.00624 4.65938,-1.00625 l 2.30781,0 0,-0.30625 c -10e-6,-0.61978 -0.24428,-1.07187 -0.73281,-1.35625 -0.48855,-0.29166 -1.25053,-0.43749 -2.28594,-0.4375 -0.83855,10e-6 -1.61875,0.0839 -2.34062,0.25156 -0.72188,0.16772 -1.39271,0.41928 -2.0125,0.75469 l 0,-2.98594 c 0.83854,-0.20415 1.68072,-0.35728 2.52656,-0.45937 0.84583,-0.10937 1.69166,-0.16405 2.5375,-0.16407 2.20936,2e-5 3.80259,0.43752 4.77969,1.3125 0.98436,0.86772 1.47655,2.2823 1.47656,4.24375"
d="M 386.13657,396.67772 C 385.31989,396.67772 384.70375,396.81626 384.28813,397.09334 C 383.87979,397.37043 383.67562,397.77876 383.67563,398.31834 C 383.67562,398.81418 383.83969,399.20428 384.16782,399.48865 C 384.50323,399.76574 384.96625,399.90428 385.55688,399.90428 C 386.29333,399.90428 386.91312,399.64178 387.41625,399.11678 C 387.91937,398.58449 388.17093,397.92095 388.17094,397.12615 L 388.17094,396.67772 L 386.13657,396.67772 M 392.11938,395.20115 L 392.11938,402.19022 L 388.17094,402.19022 L 388.17094,400.37459 C 387.64593,401.11834 387.05531,401.66157 386.39907,402.00428 C 385.74281,402.3397 384.94437,402.5074 384.00375,402.5074 C 382.735,402.5074 381.70323,402.13917 380.90844,401.40272 C 380.12094,400.65897 379.72719,399.69647 379.72719,398.51522 C 379.72719,397.07876 380.21938,396.02512 381.20375,395.35428 C 382.19542,394.68345 383.74854,394.34804 385.86313,394.34803 L 388.17094,394.34803 L 388.17094,394.04178 C 388.17093,393.422 387.92666,392.96991 387.43813,392.68553 C 386.94958,392.39387 386.1876,392.24804 385.15219,392.24803 C 384.31364,392.24804 383.53344,392.33193 382.81157,392.49959 C 382.08969,392.66731 381.41886,392.91887 380.79907,393.25428 L 380.79907,390.26834 C 381.63761,390.06419 382.47979,389.91106 383.32563,389.80897 C 384.17146,389.6996 385.01729,389.64492 385.86313,389.6449 C 388.07249,389.64492 389.66572,390.08242 390.64282,390.9574 C 391.62718,391.82512 392.11937,393.2397 392.11938,395.20115"
inkscape:connector-curvature="0" />
<path
id="path14044"
d="m 394.68969,389.94022 3.80625,0 2.05625,8.44375 2.06719,-8.44375 3.27031,0 2.05625,8.35625 2.06719,-8.35625 3.80625,0 -3.22656,12.25 -4.27657,0 -2.06718,-8.42188 -2.05625,8.42188 -4.27657,0 -3.22656,-12.25"
d="M 394.68969,389.94022 L 398.49594,389.94022 L 400.55219,398.38397 L 402.61938,389.94022 L 405.88969,389.94022 L 407.94594,398.29647 L 410.01313,389.94022 L 413.81938,389.94022 L 410.59282,402.19022 L 406.31625,402.19022 L 404.24907,393.76834 L 402.19282,402.19022 L 397.91625,402.19022 L 394.68969,389.94022"
inkscape:connector-curvature="0" />
</g>
<g
@ -18330,45 +19191,51 @@
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:end;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:end;baseline-shift:baseline;color:#000000;fill:#ff7e00;fill-rule:nonzero;enable-background:accumulate;font-family:Sans">
<path
id="path14019"
d="m 262.89598,409.86053 11.36406,0 0,3.18281 -7.15312,0 0,3.04063 6.72656,0 0,3.18281 -6.72656,0 0,6.92344 -4.21094,0 0,-16.32969"
d="M 262.89598,409.86053 L 274.26004,409.86053 L 274.26004,413.04334 L 267.10692,413.04334 L 267.10692,416.08397 L 273.83348,416.08397 L 273.83348,419.26678 L 267.10692,419.26678 L 267.10692,426.19022 L 262.89598,426.19022 L 262.89598,409.86053"
inkscape:connector-curvature="0" />
<path
id="path14021"
d="m 278.03348,409.17147 3.91563,0 0,17.01875 -3.91563,0 0,-17.01875"
d="M 278.03348,409.17147 L 281.94911,409.17147 L 281.94911,426.19022 L 278.03348,426.19022 L 278.03348,409.17147"
inkscape:connector-curvature="0" />
<path
id="path14023"
d="m 285.73348,413.94022 3.91563,0 0,12.25 -3.91563,0 0,-12.25 m 0,-4.76875 3.91563,0 0,3.19375 -3.91563,0 0,-3.19375"
d="M 285.73348,413.94022 L 289.64911,413.94022 L 289.64911,426.19022 L 285.73348,426.19022 L 285.73348,413.94022 M 285.73348,409.17147 L 289.64911,409.17147 L 289.64911,412.36522 L 285.73348,412.36522 L 285.73348,409.17147"
inkscape:connector-curvature="0" />
<path
id="path14025"
d="m 301.76785,424.11209 c -0.53959,0.71459 -1.13386,1.23959 -1.78281,1.575 -0.64896,0.33542 -1.4,0.50313 -2.25312,0.50313 -1.4948,0 -2.73074,-0.58698 -3.70782,-1.76094 -0.97708,-1.18125 -1.46562,-2.68333 -1.46562,-4.50625 0,-1.8302 0.48854,-3.32864 1.46562,-4.49531 0.97708,-1.17395 2.21302,-1.76093 3.70782,-1.76094 0.85312,10e-6 1.60416,0.16772 2.25312,0.50312 0.64895,0.33543 1.24322,0.86408 1.78281,1.58594 l 0,-1.81562 3.9375,0 0,11.01406 c -1e-5,1.96875 -0.62345,3.47083 -1.87031,4.50625 -1.23959,1.0427 -3.04063,1.56406 -5.40312,1.56406 -0.76563,0 -1.50574,-0.0583 -2.22032,-0.175 -0.71458,-0.11667 -1.43281,-0.29532 -2.15468,-0.53594 l 0,-3.05156 c 0.68541,0.39375 1.35624,0.68542 2.0125,0.875 0.65624,0.19687 1.31614,0.29531 1.97968,0.29531 1.28333,0 2.22395,-0.28073 2.82188,-0.84218 0.59791,-0.56146 0.89686,-1.44011 0.89687,-2.63594 l 0,-0.84219 m -2.58125,-7.62344 c -0.80938,10e-6 -1.44011,0.29897 -1.89218,0.89688 -0.45209,0.59792 -0.67813,1.44376 -0.67813,2.5375 0,1.12292 0.21875,1.97604 0.65625,2.55937 0.4375,0.57605 1.07552,0.86407 1.91406,0.86407 0.81666,0 1.45104,-0.29896 1.90313,-0.89688 0.45207,-0.59791 0.67811,-1.4401 0.67812,-2.52656 -1e-5,-1.09374 -0.22605,-1.93958 -0.67812,-2.5375 -0.45209,-0.59791 -1.08647,-0.89687 -1.90313,-0.89688"
d="M 301.76785,424.11209 C 301.22826,424.82668 300.63399,425.35168 299.98504,425.68709 C 299.33608,426.02251 298.58504,426.19022 297.73192,426.19022 C 296.23712,426.19022 295.00118,425.60324 294.0241,424.42928 C 293.04702,423.24803 292.55848,421.74595 292.55848,419.92303 C 292.55848,418.09283 293.04702,416.59439 294.0241,415.42772 C 295.00118,414.25377 296.23712,413.66679 297.73192,413.66678 C 298.58504,413.66679 299.33608,413.8345 299.98504,414.1699 C 300.63399,414.50533 301.22826,415.03398 301.76785,415.75584 L 301.76785,413.94022 L 305.70535,413.94022 L 305.70535,424.95428 C 305.70534,426.92303 305.0819,428.42511 303.83504,429.46053 C 302.59545,430.50323 300.79441,431.02459 298.43192,431.02459 C 297.66629,431.02459 296.92618,430.96629 296.2116,430.84959 C 295.49702,430.73292 294.77879,430.55427 294.05692,430.31365 L 294.05692,427.26209 C 294.74233,427.65584 295.41316,427.94751 296.06942,428.13709 C 296.72566,428.33396 297.38556,428.4324 298.0491,428.4324 C 299.33243,428.4324 300.27305,428.15167 300.87098,427.59022 C 301.46889,427.02876 301.76784,426.15011 301.76785,424.95428 L 301.76785,424.11209 M 299.1866,416.48865 C 298.37722,416.48866 297.74649,416.78762 297.29442,417.38553 C 296.84233,417.98345 296.61629,418.82929 296.61629,419.92303 C 296.61629,421.04595 296.83504,421.89907 297.27254,422.4824 C 297.71004,423.05845 298.34806,423.34647 299.1866,423.34647 C 300.00326,423.34647 300.63764,423.04751 301.08973,422.44959 C 301.5418,421.85168 301.76784,421.00949 301.76785,419.92303 C 301.76784,418.82929 301.5418,417.98345 301.08973,417.38553 C 300.63764,416.78762 300.00326,416.48866 299.1866,416.48865"
inkscape:connector-curvature="0" />
<path
id="path14027"
d="m 321.80535,418.73084 0,7.45938 -3.9375,0 0,-1.21407 0,-4.47343 c -10e-6,-1.07187 -0.0255,-1.80833 -0.0766,-2.20938 -0.0438,-0.40103 -0.12397,-0.69634 -0.24062,-0.88594 -0.15314,-0.2552 -0.36095,-0.45207 -0.62344,-0.59062 -0.26251,-0.14583 -0.56147,-0.21874 -0.89688,-0.21875 -0.81667,1e-5 -1.45834,0.3172 -1.925,0.95156 -0.46667,0.62709 -0.7,1.49845 -0.7,2.61406 l 0,6.02657 -3.91562,0 0,-17.01875 3.91562,0 0,6.5625 c 0.59062,-0.71458 1.21771,-1.23958 1.88125,-1.575 0.66354,-0.3427 1.39635,-0.51405 2.19844,-0.51407 1.41457,2e-5 2.48645,0.43387 3.21563,1.30157 0.73644,0.86771 1.10467,2.12917 1.10468,3.78437"
d="M 321.80535,418.73084 L 321.80535,426.19022 L 317.86785,426.19022 L 317.86785,424.97615 L 317.86785,420.50272 C 317.86784,419.43085 317.84235,418.69439 317.79125,418.29334 C 317.74745,417.89231 317.66728,417.597 317.55063,417.4074 C 317.39749,417.1522 317.18968,416.95533 316.92719,416.81678 C 316.66468,416.67095 316.36572,416.59804 316.03031,416.59803 C 315.21364,416.59804 314.57197,416.91523 314.10531,417.54959 C 313.63864,418.17668 313.40531,419.04804 313.40531,420.16365 L 313.40531,426.19022 L 309.48969,426.19022 L 309.48969,409.17147 L 313.40531,409.17147 L 313.40531,415.73397 C 313.99593,415.01939 314.62302,414.49439 315.28656,414.15897 C 315.9501,413.81627 316.68291,413.64492 317.485,413.6449 C 318.89957,413.64492 319.97145,414.07877 320.70063,414.94647 C 321.43707,415.81418 321.8053,417.07564 321.80531,418.73084"
inkscape:connector-curvature="0" />
<path
id="path14029"
d="m 329.73504,410.46209 0,3.47813 4.03594,0 0,2.8 -4.03594,0 0,5.19531 c 0,0.56875 0.11302,0.95521 0.33906,1.15937 0.22604,0.19688 0.67448,0.29532 1.34532,0.29532 l 2.0125,0 0,2.8 -3.35782,0 c -1.54583,0 -2.64323,-0.32084 -3.29218,-0.9625 -0.64167,-0.64896 -0.96251,-1.74636 -0.9625,-3.29219 l 0,-5.19531 -1.94688,0 0,-2.8 1.94688,0 0,-3.47813 3.91562,0"
d="M 329.73504,410.46209 L 329.73504,413.94022 L 333.77098,413.94022 L 333.77098,416.74022 L 329.73504,416.74022 L 329.73504,421.93553 C 329.73504,422.50428 329.84806,422.89074 330.0741,423.0949 C 330.30014,423.29178 330.74858,423.39022 331.41942,423.39022 L 333.43192,423.39022 L 333.43192,426.19022 L 330.0741,426.19022 C 328.52827,426.19022 327.43087,425.86938 326.78192,425.22772 C 326.14025,424.57876 325.81941,423.48136 325.81942,421.93553 L 325.81942,416.74022 L 323.87254,416.74022 L 323.87254,413.94022 L 325.81942,413.94022 L 325.81942,410.46209 L 329.73504,410.46209"
inkscape:connector-curvature="0" />
<path
id="path14031"
d="m 344.13973,409.86053 5.35938,0 3.71875,8.73906 3.74062,-8.73906 5.34844,0 0,16.32969 -3.98125,0 0,-11.94375 -3.7625,8.80468 -2.66875,0 -3.7625,-8.80468 0,11.94375 -3.99219,0 0,-16.32969"
d="M 344.13973,409.86053 L 349.49911,409.86053 L 353.21786,418.59959 L 356.95848,409.86053 L 362.30692,409.86053 L 362.30692,426.19022 L 358.32567,426.19022 L 358.32567,414.24647 L 354.56317,423.05115 L 351.89442,423.05115 L 348.13192,414.24647 L 348.13192,426.19022 L 344.13973,426.19022 L 344.13973,409.86053"
inkscape:connector-curvature="0" />
<path
id="path14033"
d="m 372.10692,416.4449 c -0.86772,10e-6 -1.53126,0.31355 -1.99063,0.94063 -0.45208,0.6198 -0.67813,1.51667 -0.67812,2.69062 -1e-5,1.17397 0.22604,2.07449 0.67812,2.70157 0.45937,0.61979 1.12291,0.92969 1.99063,0.92968 0.85312,10e-6 1.50572,-0.30989 1.95781,-0.92968 0.45207,-0.62708 0.67812,-1.5276 0.67813,-2.70157 -1e-5,-1.17395 -0.22606,-2.07082 -0.67813,-2.69062 -0.45209,-0.62708 -1.10469,-0.94062 -1.95781,-0.94063 m 0,-2.8 c 2.10728,2e-5 3.75155,0.56877 4.93281,1.70625 1.18853,1.13751 1.7828,2.71251 1.78281,4.725 -1e-5,2.01251 -0.59428,3.58751 -1.78281,4.725 -1.18126,1.1375 -2.82553,1.70625 -4.93281,1.70625 -2.11459,0 -3.7698,-0.56875 -4.96563,-1.70625 -1.18854,-1.13749 -1.78281,-2.71249 -1.78281,-4.725 0,-2.01249 0.59427,-3.58749 1.78281,-4.725 1.19583,-1.13748 2.85104,-1.70623 4.96563,-1.70625"
d="M 372.10692,416.4449 C 371.2392,416.44491 370.57566,416.75845 370.11629,417.38553 C 369.66421,418.00533 369.43816,418.9022 369.43817,420.07615 C 369.43816,421.25012 369.66421,422.15064 370.11629,422.77772 C 370.57566,423.39751 371.2392,423.70741 372.10692,423.7074 C 372.96004,423.70741 373.61264,423.39751 374.06473,422.77772 C 374.5168,422.15064 374.74285,421.25012 374.74286,420.07615 C 374.74285,418.9022 374.5168,418.00533 374.06473,417.38553 C 373.61264,416.75845 372.96004,416.44491 372.10692,416.4449 M 372.10692,413.6449 C 374.2142,413.64492 375.85847,414.21367 377.03973,415.35115 C 378.22826,416.48866 378.82253,418.06366 378.82254,420.07615 C 378.82253,422.08866 378.22826,423.66366 377.03973,424.80115 C 375.85847,425.93865 374.2142,426.5074 372.10692,426.5074 C 369.99233,426.5074 368.33712,425.93865 367.14129,424.80115 C 365.95275,423.66366 365.35848,422.08866 365.35848,420.07615 C 365.35848,418.06366 365.95275,416.48866 367.14129,415.35115 C 368.33712,414.21367 369.99233,413.64492 372.10692,413.6449"
inkscape:connector-curvature="0" />
<path
id="path14035"
d="m 390.0116,415.73397 0,-6.5625 3.9375,0 0,17.01875 -3.9375,0 0,-1.77188 c -0.53959,0.72188 -1.13386,1.25052 -1.78281,1.58594 -0.64897,0.33542 -1.40001,0.50312 -2.25313,0.50312 -1.50938,0 -2.74896,-0.59791 -3.71875,-1.79375 -0.96979,-1.20312 -1.45469,-2.74895 -1.45468,-4.6375 -1e-5,-1.88853 0.48489,-3.43072 1.45468,-4.62656 0.96979,-1.20311 2.20937,-1.80467 3.71875,-1.80469 0.84583,2e-5 1.59322,0.17137 2.24219,0.51407 0.65624,0.33542 1.25416,0.86042 1.79375,1.575 m -2.58125,7.92968 c 0.83853,10e-6 1.47655,-0.30624 1.91406,-0.91875 0.44478,-0.61249 0.66718,-1.50207 0.66719,-2.66875 -10e-6,-1.16666 -0.22241,-2.05624 -0.66719,-2.66875 -0.43751,-0.61249 -1.07553,-0.91874 -1.91406,-0.91875 -0.83126,10e-6 -1.46928,0.30626 -1.91406,0.91875 -0.43751,0.61251 -0.65626,1.50209 -0.65625,2.66875 -1e-5,1.16668 0.21874,2.05626 0.65625,2.66875 0.44478,0.61251 1.0828,0.91876 1.91406,0.91875"
d="M 390.0116,415.73397 L 390.0116,409.17147 L 393.9491,409.17147 L 393.9491,426.19022 L 390.0116,426.19022 L 390.0116,424.41834 C 389.47201,425.14022 388.87774,425.66886 388.22879,426.00428 C 387.57982,426.3397 386.82878,426.5074 385.97566,426.5074 C 384.46628,426.5074 383.2267,425.90949 382.25691,424.71365 C 381.28712,423.51053 380.80222,421.9647 380.80223,420.07615 C 380.80222,418.18762 381.28712,416.64543 382.25691,415.44959 C 383.2267,414.24648 384.46628,413.64492 385.97566,413.6449 C 386.82149,413.64492 387.56888,413.81627 388.21785,414.15897 C 388.87409,414.49439 389.47201,415.01939 390.0116,415.73397 M 387.43035,423.66365 C 388.26888,423.66366 388.9069,423.35741 389.34441,422.7449 C 389.78919,422.13241 390.01159,421.24283 390.0116,420.07615 C 390.01159,418.90949 389.78919,418.01991 389.34441,417.4074 C 388.9069,416.79491 388.26888,416.48866 387.43035,416.48865 C 386.59909,416.48866 385.96107,416.79491 385.51629,417.4074 C 385.07878,418.01991 384.86003,418.90949 384.86004,420.07615 C 384.86003,421.24283 385.07878,422.13241 385.51629,422.7449 C 385.96107,423.35741 386.59909,423.66366 387.43035,423.66365"
inkscape:connector-curvature="0" />
<path
id="path14037"
d="m 409.9616,420.0324 0,1.11563 -9.15469,0 c 0.0948,0.91875 0.42656,1.60781 0.99532,2.06719 0.56874,0.45937 1.36353,0.68906 2.38437,0.68906 0.82395,0 1.66614,-0.12031 2.52656,-0.36094 0.8677,-0.24791 1.75728,-0.61979 2.66875,-1.11562 l 0,3.01875 c -0.92605,0.35 -1.85209,0.6125 -2.77812,0.7875 -0.92605,0.18229 -1.85209,0.27343 -2.77813,0.27343 -2.21667,0 -3.94115,-0.56145 -5.17343,-1.68437 -1.225,-1.13021 -1.8375,-2.7125 -1.8375,-4.74688 0,-1.9979 0.60156,-3.56926 1.80468,-4.71406 1.21042,-1.14478 2.87292,-1.71717 4.9875,-1.71719 1.92499,2e-5 3.46354,0.5797 4.61563,1.73907 1.15936,1.15938 1.73905,2.70886 1.73906,4.64843 m -4.025,-1.30156 c -10e-6,-0.74374 -0.21876,-1.34166 -0.65625,-1.79375 -0.43022,-0.45936 -0.99532,-0.68905 -1.69531,-0.68906 -0.75834,10e-6 -1.37449,0.21511 -1.84844,0.64531 -0.47396,0.42293 -0.76927,1.03543 -0.88594,1.8375 l 5.08594,0"
d="M 409.9616,420.0324 L 409.9616,421.14803 L 400.80691,421.14803 C 400.90171,422.06678 401.23347,422.75584 401.80223,423.21522 C 402.37097,423.67459 403.16576,423.90428 404.1866,423.90428 C 405.01055,423.90428 405.85274,423.78397 406.71316,423.54334 C 407.58086,423.29543 408.47044,422.92355 409.38191,422.42772 L 409.38191,425.44647 C 408.45586,425.79647 407.52982,426.05897 406.60379,426.23397 C 405.67774,426.41626 404.7517,426.5074 403.82566,426.5074 C 401.60899,426.5074 399.88451,425.94595 398.65223,424.82303 C 397.42723,423.69282 396.81473,422.11053 396.81473,420.07615 C 396.81473,418.07825 397.41629,416.50689 398.61941,415.36209 C 399.82983,414.21731 401.49233,413.64492 403.60691,413.6449 C 405.5319,413.64492 407.07045,414.2246 408.22254,415.38397 C 409.3819,416.54335 409.96159,418.09283 409.9616,420.0324 M 405.9366,418.73084 C 405.93659,417.9871 405.71784,417.38918 405.28035,416.93709 C 404.85013,416.47773 404.28503,416.24804 403.58504,416.24803 C 402.8267,416.24804 402.21055,416.46314 401.7366,416.89334 C 401.26264,417.31627 400.96733,417.92877 400.85066,418.73084 L 405.9366,418.73084"
inkscape:connector-curvature="0" />
</g>
<path
id="path22050-6-0"
d="M 562.64272,307.01434 L 563.00144,240.51473"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cc" />
</g>
</g>
<g
@ -18378,39 +19245,40 @@
style="display:none"
sodipodi:insensitive="true">
<g
id="nano-ppm">
id="nano-ppm"
transform="translate(-4,0)">
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#6b6b6b;stroke-width:1.21428466;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="m 423.36407,327.33254 105.19993,-0.556 0,-86.2622"
d="M 423.36407,327.33254 L 528.564,326.77654 L 528.564,240.51434"
id="path8856-0-2" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#ec1d00;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="m 423.36407,318.93254 96.23593,-0.484 0,-77.9342"
d="M 423.36407,318.93254 L 519.6,318.44854 L 519.6,240.51434"
id="path8856-1-20-8" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#ffffff;stroke-width:5.17476749;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="m 423.36407,324.13254 102,-0.412 0.1596,-83.2062"
d="M 423.36407,324.13254 L 525.36407,323.72054 L 525.52367,240.51434"
id="path8856-1-3-9-1" />
<path
sodipodi:nodetypes="ccc"
style="fill:none;stroke:#000000;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 423.36407,313.33254 514,313.12694 l 0,-72.6126"
d="M 423.36407,313.33254 L 514,313.12694 L 514,240.51434"
id="path8856-1-5-6-5" />
<path
id="path9857-3-5"
d="m 231.51627,406.89645 c -32.33684,-4.48207 -75.40015,12.87853 -86.57341,64.71789"
d="M 231.51627,406.89645 C 199.17943,402.41438 156.11612,419.77498 144.94286,471.61434"
inkscape:connector-curvature="0"
style="fill:none;stroke:#777777;stroke-width:5.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
<path
style="color:#000000;fill:url(#linearGradient13896);fill-rule:nonzero;stroke:#000000;stroke-width:3.09599996;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:accumulate"
d="m 236.31356,289.05542 187.04,0 c 3.58992,0 6.48,2.89008 6.48,6.48 l 0,8.84015 -6,0 0,122.36001 6.00044,0 -4.4e-4,10.23984 c -1.6e-4,3.58992 -2.89008,6.48 -6.48,6.48 l -187.04,0 c -3.58992,0 -6.48,-2.89008 -6.48,-6.48 l 0,-141.44 c 0,-3.58992 2.89008,-6.48 6.48,-6.48 z"
d="M 236.31356,289.05542 L 423.35356,289.05542 C 426.94348,289.05542 429.83356,291.9455 429.83356,295.53542 L 429.83356,304.37557 L 423.83356,304.37557 L 423.83356,426.73558 L 429.834,426.73558 L 429.83356,436.97542 C 429.8334,440.56534 426.94348,443.45542 423.35356,443.45542 L 236.31356,443.45542 C 232.72364,443.45542 229.83356,440.56534 229.83356,436.97542 L 229.83356,295.53542 C 229.83356,291.9455 232.72364,289.05542 236.31356,289.05542 z"
id="rect8853-0-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssccccssssss" />
@ -18419,41 +19287,71 @@
style="font-size:22.39999962px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;font-family:Sans">
<path
id="path13900"
d="m 268.82831,303.23718 6.98907,0 c 2.07811,10e-6 3.67134,0.46303 4.77968,1.38906 1.11561,0.91876 1.67343,2.23126 1.67344,3.9375 -1e-5,1.71355 -0.55783,3.03334 -1.67344,3.95937 -1.10834,0.91876 -2.70157,1.37813 -4.77968,1.37813 l -2.77813,0 0,5.66562 -4.21094,0 0,-16.32968 m 4.21094,3.05156 0,4.56094 2.32969,0 c 0.81666,1e-5 1.44738,-0.19687 1.89219,-0.59063 0.44478,-0.40103 0.66717,-0.96613 0.66718,-1.69531 -1e-5,-0.72916 -0.2224,-1.29061 -0.66718,-1.68438 -0.44481,-0.39373 -1.07553,-0.59061 -1.89219,-0.59062 l -2.32969,0"
d="M 268.82831,303.23718 L 275.81738,303.23718 C 277.89549,303.23719 279.48872,303.70021 280.59706,304.62624 C 281.71267,305.545 282.27049,306.8575 282.2705,308.56374 C 282.27049,310.27729 281.71267,311.59708 280.59706,312.52311 C 279.48872,313.44187 277.89549,313.90124 275.81738,313.90124 L 273.03925,313.90124 L 273.03925,319.56686 L 268.82831,319.56686 L 268.82831,303.23718 M 273.03925,306.28874 L 273.03925,310.84968 L 275.36894,310.84968 C 276.1856,310.84969 276.81632,310.65281 277.26113,310.25905 C 277.70591,309.85802 277.9283,309.29292 277.92831,308.56374 C 277.9283,307.83458 277.70591,307.27313 277.26113,306.87936 C 276.81632,306.48563 276.1856,306.28875 275.36894,306.28874 L 273.03925,306.28874"
inkscape:connector-curvature="0" />
<path
id="path13902"
d="m 285.23456,303.23718 6.98907,0 c 2.07811,10e-6 3.67134,0.46303 4.77968,1.38906 1.11561,0.91876 1.67343,2.23126 1.67344,3.9375 -1e-5,1.71355 -0.55783,3.03334 -1.67344,3.95937 -1.10834,0.91876 -2.70157,1.37813 -4.77968,1.37813 l -2.77813,0 0,5.66562 -4.21094,0 0,-16.32968 m 4.21094,3.05156 0,4.56094 2.32969,0 c 0.81666,1e-5 1.44738,-0.19687 1.89219,-0.59063 0.44478,-0.40103 0.66717,-0.96613 0.66718,-1.69531 -1e-5,-0.72916 -0.2224,-1.29061 -0.66718,-1.68438 -0.44481,-0.39373 -1.07553,-0.59061 -1.89219,-0.59062 l -2.32969,0"
d="M 285.23456,303.23718 L 292.22363,303.23718 C 294.30174,303.23719 295.89497,303.70021 297.00331,304.62624 C 298.11892,305.545 298.67674,306.8575 298.67675,308.56374 C 298.67674,310.27729 298.11892,311.59708 297.00331,312.52311 C 295.89497,313.44187 294.30174,313.90124 292.22363,313.90124 L 289.4455,313.90124 L 289.4455,319.56686 L 285.23456,319.56686 L 285.23456,303.23718 M 289.4455,306.28874 L 289.4455,310.84968 L 291.77519,310.84968 C 292.59185,310.84969 293.22257,310.65281 293.66738,310.25905 C 294.11216,309.85802 294.33455,309.29292 294.33456,308.56374 C 294.33455,307.83458 294.11216,307.27313 293.66738,306.87936 C 293.22257,306.48563 292.59185,306.28875 291.77519,306.28874 L 289.4455,306.28874"
inkscape:connector-curvature="0" />
<path
id="path13904"
d="m 301.64081,303.23718 5.35938,0 3.71875,8.73906 3.74062,-8.73906 5.34844,0 0,16.32968 -3.98125,0 0,-11.94375 -3.7625,8.80469 -2.66875,0 -3.7625,-8.80469 0,11.94375 -3.99219,0 0,-16.32968"
d="M 301.64081,303.23718 L 307.00019,303.23718 L 310.71894,311.97624 L 314.45956,303.23718 L 319.808,303.23718 L 319.808,319.56686 L 315.82675,319.56686 L 315.82675,307.62311 L 312.06425,316.4278 L 309.3955,316.4278 L 305.633,307.62311 L 305.633,319.56686 L 301.64081,319.56686 L 301.64081,303.23718"
inkscape:connector-curvature="0" />
<path
id="path13906"
d="m 343.10487,303.75124 0,3.45625 c -0.89688,-0.40103 -1.77188,-0.70363 -2.625,-0.90781 -0.85313,-0.20416 -1.65886,-0.30624 -2.41718,-0.30625 -1.00626,1e-5 -1.75001,0.13855 -2.23125,0.41562 -0.48126,0.2771 -0.72188,0.70731 -0.72188,1.29063 0,0.43751 0.16041,0.78022 0.48125,1.02812 0.32812,0.24064 0.91875,0.44845 1.77188,0.62344 l 1.79375,0.36094 c 1.81561,0.36459 3.10623,0.91876 3.87187,1.6625 0.76561,0.74375 1.14843,1.80104 1.14844,3.17187 -1e-5,1.80105 -0.53595,3.14271 -1.60781,4.025 -1.0646,0.875 -2.69428,1.3125 -4.88906,1.3125 -1.03543,0 -2.07449,-0.0984 -3.11719,-0.29531 -1.04271,-0.19688 -2.08542,-0.48854 -3.12813,-0.875 l 0,-3.55469 c 1.04271,0.55417 2.04896,0.97344 3.01875,1.25781 0.97708,0.27709 1.9177,0.41563 2.82188,0.41563 0.91874,0 1.62238,-0.15312 2.11094,-0.45938 0.48853,-0.30624 0.7328,-0.74374 0.73281,-1.3125 -1e-5,-0.51041 -0.16772,-0.90416 -0.50313,-1.18125 -0.32813,-0.27707 -0.98803,-0.52499 -1.97968,-0.74375 l -1.62969,-0.36093 c -1.63334,-0.35 -2.82917,-0.90781 -3.5875,-1.67344 -0.75105,-0.76562 -1.12657,-1.79739 -1.12656,-3.09531 -10e-6,-1.62603 0.52499,-2.87655 1.575,-3.75157 1.04999,-0.87498 2.55936,-1.31248 4.52812,-1.3125 0.89687,2e-5 1.81926,0.0693 2.76719,0.20782 0.9479,0.13126 1.92863,0.33178 2.94218,0.60156"
d="M 343.10487,303.75124 L 343.10487,307.20749 C 342.20799,306.80646 341.33299,306.50386 340.47987,306.29968 C 339.62674,306.09552 338.82101,305.99344 338.06269,305.99343 C 337.05643,305.99344 336.31268,306.13198 335.83144,306.40905 C 335.35018,306.68615 335.10956,307.11636 335.10956,307.69968 C 335.10956,308.13719 335.26997,308.4799 335.59081,308.7278 C 335.91893,308.96844 336.50956,309.17625 337.36269,309.35124 L 339.15644,309.71218 C 340.97205,310.07677 342.26267,310.63094 343.02831,311.37468 C 343.79392,312.11843 344.17674,313.17572 344.17675,314.54655 C 344.17674,316.3476 343.6408,317.68926 342.56894,318.57155 C 341.50434,319.44655 339.87466,319.88405 337.67988,319.88405 C 336.64445,319.88405 335.60539,319.78565 334.56269,319.58874 C 333.51998,319.39186 332.47727,319.1002 331.43456,318.71374 L 331.43456,315.15905 C 332.47727,315.71322 333.48352,316.13249 334.45331,316.41686 C 335.43039,316.69395 336.37101,316.83249 337.27519,316.83249 C 338.19393,316.83249 338.89757,316.67937 339.38613,316.37311 C 339.87466,316.06687 340.11893,315.62937 340.11894,315.06061 C 340.11893,314.5502 339.95122,314.15645 339.61581,313.87936 C 339.28768,313.60229 338.62778,313.35437 337.63613,313.13561 L 336.00644,312.77468 C 334.3731,312.42468 333.17727,311.86687 332.41894,311.10124 C 331.66789,310.33562 331.29237,309.30385 331.29238,308.00593 C 331.29237,306.3799 331.81737,305.12938 332.86738,304.25436 C 333.91737,303.37938 335.42674,302.94188 337.3955,302.94186 C 338.29237,302.94188 339.21476,303.01116 340.16269,303.14968 C 341.11059,303.28094 342.09132,303.48146 343.10487,303.75124"
inkscape:connector-curvature="0" />
<path
id="path13908"
d="m 347.70957,307.31686 3.91562,0 0,12.25 -3.91562,0 0,-12.25 m 0,-4.76875 3.91562,0 0,3.19375 -3.91562,0 0,-3.19375"
d="M 347.70957,307.31686 L 351.62519,307.31686 L 351.62519,319.56686 L 347.70957,319.56686 L 347.70957,307.31686 M 347.70957,302.54811 L 351.62519,302.54811 L 351.62519,305.74186 L 347.70957,305.74186 L 347.70957,302.54811"
inkscape:connector-curvature="0" />
<path
id="path13910"
d="m 363.74394,317.48874 c -0.5396,0.71458 -1.13387,1.23958 -1.78281,1.575 -0.64897,0.33542 -1.40001,0.50312 -2.25313,0.50312 -1.4948,0 -2.73073,-0.58697 -3.70781,-1.76093 -0.97709,-1.18125 -1.46563,-2.68333 -1.46563,-4.50625 0,-1.8302 0.48854,-3.32864 1.46563,-4.49532 0.97708,-1.17394 2.21301,-1.76092 3.70781,-1.76093 0.85312,10e-6 1.60416,0.16772 2.25313,0.50312 0.64894,0.33543 1.24321,0.86408 1.78281,1.58594 l 0,-1.81563 3.9375,0 0,11.01407 c -2e-5,1.96875 -0.62345,3.47083 -1.87032,4.50625 -1.23959,1.0427 -3.04063,1.56405 -5.40312,1.56406 -0.76563,-10e-6 -1.50573,-0.0583 -2.22031,-0.175 -0.71459,-0.11667 -1.43282,-0.29532 -2.15469,-0.53594 l 0,-3.05156 c 0.68541,0.39375 1.35625,0.68541 2.0125,0.875 0.65624,0.19687 1.31614,0.29531 1.97969,0.29531 1.28332,0 2.22395,-0.28073 2.82187,-0.84219 0.59791,-0.56146 0.89687,-1.4401 0.89688,-2.63593 l 0,-0.84219 m -2.58125,-7.62344 c -0.80938,1e-5 -1.44011,0.29897 -1.89219,0.89688 -0.45209,0.59792 -0.67813,1.44375 -0.67812,2.5375 -10e-6,1.12292 0.21874,1.97604 0.65625,2.55937 0.43749,0.57605 1.07551,0.86407 1.91406,0.86406 0.81666,10e-6 1.45103,-0.29895 1.90312,-0.89687 0.45208,-0.59791 0.67812,-1.4401 0.67813,-2.52656 -1e-5,-1.09375 -0.22605,-1.93958 -0.67813,-2.5375 -0.45209,-0.59791 -1.08646,-0.89687 -1.90312,-0.89688"
d="M 363.74394,317.48874 C 363.20434,318.20332 362.61007,318.72832 361.96113,319.06374 C 361.31216,319.39916 360.56112,319.56686 359.708,319.56686 C 358.2132,319.56686 356.97727,318.97989 356.00019,317.80593 C 355.0231,316.62468 354.53456,315.1226 354.53456,313.29968 C 354.53456,311.46948 355.0231,309.97104 356.00019,308.80436 C 356.97727,307.63042 358.2132,307.04344 359.708,307.04343 C 360.56112,307.04344 361.31216,307.21115 361.96113,307.54655 C 362.61007,307.88198 363.20434,308.41063 363.74394,309.13249 L 363.74394,307.31686 L 367.68144,307.31686 L 367.68144,318.33093 C 367.68142,320.29968 367.05799,321.80176 365.81112,322.83718 C 364.57153,323.87988 362.77049,324.40123 360.408,324.40124 C 359.64237,324.40123 358.90227,324.34294 358.18769,324.22624 C 357.4731,324.10957 356.75487,323.93092 356.033,323.6903 L 356.033,320.63874 C 356.71841,321.03249 357.38925,321.32415 358.0455,321.51374 C 358.70174,321.71061 359.36164,321.80905 360.02519,321.80905 C 361.30851,321.80905 362.24914,321.52832 362.84706,320.96686 C 363.44497,320.4054 363.74393,319.52676 363.74394,318.33093 L 363.74394,317.48874 M 361.16269,309.8653 C 360.35331,309.86531 359.72258,310.16427 359.2705,310.76218 C 358.81841,311.3601 358.59237,312.20593 358.59238,313.29968 C 358.59237,314.4226 358.81112,315.27572 359.24863,315.85905 C 359.68612,316.4351 360.32414,316.72312 361.16269,316.72311 C 361.97935,316.72312 362.61372,316.42416 363.06581,315.82624 C 363.51789,315.22833 363.74393,314.38614 363.74394,313.29968 C 363.74393,312.20593 363.51789,311.3601 363.06581,310.76218 C 362.61372,310.16427 361.97935,309.86531 361.16269,309.8653"
inkscape:connector-curvature="0" />
<path
id="path13912"
d="m 383.78144,312.10749 0,7.45937 -3.9375,0 0,-1.21406 0,-4.49531 c -10e-6,-1.05729 -0.0255,-1.78645 -0.0766,-2.1875 -0.0438,-0.40103 -0.12397,-0.69635 -0.24063,-0.88594 -0.15313,-0.2552 -0.36095,-0.45207 -0.62344,-0.59062 -0.26251,-0.14583 -0.56146,-0.21874 -0.89687,-0.21875 -0.81668,1e-5 -1.45834,0.31719 -1.925,0.95156 -0.46667,0.62709 -0.70001,1.49844 -0.7,2.61406 l 0,6.02656 -3.91563,0 0,-12.25 3.91563,0 0,1.79375 c 0.59062,-0.71457 1.2177,-1.23957 1.88125,-1.575 0.66353,-0.34269 1.39634,-0.51405 2.19844,-0.51406 1.41457,1e-5 2.48644,0.43387 3.21562,1.30156 0.73645,0.86772 1.10467,2.12918 1.10469,3.78438"
d="M 383.78144,312.10749 L 383.78144,319.56686 L 379.84394,319.56686 L 379.84394,318.3528 L 379.84394,313.85749 C 379.84393,312.8002 379.81844,312.07104 379.76734,311.66999 C 379.72354,311.26896 379.64337,310.97364 379.52671,310.78405 C 379.37358,310.52885 379.16576,310.33198 378.90327,310.19343 C 378.64076,310.0476 378.34181,309.97469 378.0064,309.97468 C 377.18972,309.97469 376.54806,310.29187 376.0814,310.92624 C 375.61473,311.55333 375.38139,312.42468 375.3814,313.5403 L 375.3814,319.56686 L 371.46577,319.56686 L 371.46577,307.31686 L 375.3814,307.31686 L 375.3814,309.11061 C 375.97202,308.39604 376.5991,307.87104 377.26265,307.53561 C 377.92618,307.19292 378.65899,307.02156 379.46109,307.02155 C 380.87566,307.02156 381.94753,307.45542 382.67671,308.32311 C 383.41316,309.19083 383.78138,310.45229 383.7814,312.10749"
inkscape:connector-curvature="0" />
<path
id="path13914"
d="m 392.92519,314.05436 c -0.81667,1e-5 -1.43282,0.13855 -1.84844,0.41563 -0.40834,0.27709 -0.6125,0.68542 -0.6125,1.225 0,0.49584 0.16406,0.88594 0.49219,1.17031 0.33541,0.27709 0.79843,0.41563 1.38906,0.41563 0.73645,0 1.35624,-0.2625 1.85938,-0.7875 0.50311,-0.53229 0.75467,-1.19583 0.75468,-1.99063 l 0,-0.44844 -2.03437,0 m 5.98281,-1.47656 0,6.98906 -3.94844,0 0,-1.81562 c -0.525,0.74375 -1.11563,1.28698 -1.77187,1.62969 -0.65626,0.33541 -1.45469,0.50312 -2.39531,0.50312 -1.26876,0 -2.30053,-0.36823 -3.09532,-1.10469 -0.7875,-0.74374 -1.18125,-1.70624 -1.18125,-2.8875 0,-1.43645 0.49219,-2.49009 1.47657,-3.16093 0.99166,-0.67083 2.54478,-1.00625 4.65937,-1.00625 l 2.30781,0 0,-0.30625 c -1e-5,-0.61979 -0.24428,-1.07187 -0.73281,-1.35625 -0.48855,-0.29166 -1.25053,-0.43749 -2.28594,-0.4375 -0.83854,10e-6 -1.61875,0.0839 -2.34062,0.25156 -0.72188,0.16772 -1.39271,0.41928 -2.0125,0.75469 l 0,-2.98594 c 0.83854,-0.20416 1.68072,-0.35728 2.52656,-0.45938 0.84583,-0.10936 1.69166,-0.16405 2.5375,-0.16406 2.20937,1e-5 3.80259,0.43751 4.77969,1.3125 0.98436,0.86772 1.47655,2.2823 1.47656,4.24375"
d="M 392.92519,314.05436 C 392.10852,314.05437 391.49237,314.19291 391.07675,314.46999 C 390.66841,314.74708 390.46425,315.15541 390.46425,315.69499 C 390.46425,316.19083 390.62831,316.58093 390.95644,316.8653 C 391.29185,317.14239 391.75487,317.28093 392.3455,317.28093 C 393.08195,317.28093 393.70174,317.01843 394.20488,316.49343 C 394.70799,315.96114 394.95955,315.2976 394.95956,314.5028 L 394.95956,314.05436 L 392.92519,314.05436 M 398.908,312.5778 L 398.908,319.56686 L 394.95956,319.56686 L 394.95956,317.75124 C 394.43456,318.49499 393.84393,319.03822 393.18769,319.38093 C 392.53143,319.71634 391.733,319.88405 390.79238,319.88405 C 389.52362,319.88405 388.49185,319.51582 387.69706,318.77936 C 386.90956,318.03562 386.51581,317.07312 386.51581,315.89186 C 386.51581,314.45541 387.008,313.40177 387.99238,312.73093 C 388.98404,312.0601 390.53716,311.72468 392.65175,311.72468 L 394.95956,311.72468 L 394.95956,311.41843 C 394.95955,310.79864 394.71528,310.34656 394.22675,310.06218 C 393.7382,309.77052 392.97622,309.62469 391.94081,309.62468 C 391.10227,309.62469 390.32206,309.70858 389.60019,309.87624 C 388.87831,310.04396 388.20748,310.29552 387.58769,310.63093 L 387.58769,307.64499 C 388.42623,307.44083 389.26841,307.28771 390.11425,307.18561 C 390.96008,307.07625 391.80591,307.02156 392.65175,307.02155 C 394.86112,307.02156 396.45434,307.45906 397.43144,308.33405 C 398.4158,309.20177 398.90799,310.61635 398.908,312.5778"
inkscape:connector-curvature="0" />
<path
id="path13916"
d="m 402.57206,302.54811 3.91563,0 0,17.01875 -3.91563,0 0,-17.01875"
d="M 402.57206,302.54811 L 406.48769,302.54811 L 406.48769,319.56686 L 402.57206,319.56686 L 402.57206,302.54811"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#1f4697;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 533.94,342.71873 L 533.93967,240.51434"
id="path8856-5-4-4" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#fac204;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 541,342.71873 L 541,240.51434"
id="path8856-5-1-8-0" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#32a304;stroke-width:5.61399984;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
inkscape:connector-curvature="0"
d="M 548.804,342.71873 L 548.80447,240.51434"
id="path8856-5-1-7-0-5" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ec6004;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:miter;display:inline"
inkscape:connector-curvature="0"
d="M 555.8,342.71873 L 555.8,240.51473"
id="path8856-5-1-7-1-0-3" />
<path
id="path22050-6-0-8"
d="M 562.64272,342.71873 L 563.00144,240.51473"
inkscape:connector-curvature="0"
style="fill:none;stroke:#7a00ff;stroke-width:5.61390018;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline"
sodipodi:nodetypes="cc" />
</g>
</g>
<g
@ -26828,7 +27726,7 @@
<polygon
style="fill-rule:evenodd"
id="polygon13-5-7"
points="251.619,460.783 233.13,460.783 233.13,492.937 251.619,492.937 251.619,485.734 242.74,485.734 242.74,480.095 251.619,480.095 251.619,473.728 242.74,473.728 242.74,467.777 251.619,467.777 251.619,467.777 " />
points="251.619,485.734 242.74,485.734 242.74,480.095 251.619,480.095 251.619,473.728 242.74,473.728 242.74,467.777 251.619,467.777 251.619,467.777 251.619,460.783 233.13,460.783 233.13,492.937 251.619,492.937 " />
<path
style="fill-rule:evenodd"
id="path15-2-6"
@ -26842,7 +27740,7 @@
<polygon
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="polygon19-3-9"
points="220.283,454.937 220.283,364.946 220.283,364.946 253.082,364.946 253.082,454.937 " />
points="253.082,454.937 220.283,454.937 220.283,364.946 220.283,364.946 253.082,364.946 " />
<path
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="path21-6-0"
@ -26851,7 +27749,7 @@
<polygon
style="fill:#c8c9ca;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="polygon23-6-4"
points="247.754,370.688 225.505,370.688 225.505,370.688 225.505,449.298 247.754,449.298 " />
points="247.754,449.298 247.754,370.688 225.505,370.688 225.505,370.688 225.505,449.298 " />
<path
style="fill:#c8c9ca;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="path25-2-1"
@ -27281,7 +28179,7 @@
<polygon
style="fill-rule:evenodd"
id="polygon13"
points="233.13,492.937 251.619,492.937 251.619,485.734 242.74,485.734 242.74,480.095 251.619,480.095 251.619,473.728 242.74,473.728 242.74,467.777 251.619,467.777 251.619,467.777 251.619,460.783 233.13,460.783 " />
points="242.74,480.095 251.619,480.095 251.619,473.728 242.74,473.728 242.74,467.777 251.619,467.777 251.619,467.777 251.619,460.783 233.13,460.783 233.13,492.937 251.619,492.937 251.619,485.734 242.74,485.734 " />
<path
style="fill-rule:evenodd"
id="path15"
@ -27295,7 +28193,7 @@
<polygon
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="polygon19"
points="253.082,364.946 253.082,454.937 220.283,454.937 220.283,364.946 220.283,364.946 " />
points="220.283,364.946 253.082,364.946 253.082,454.937 220.283,454.937 220.283,364.946 " />
<path
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="path21"
@ -27304,7 +28202,7 @@
<polygon
style="fill:#c8c9ca;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="polygon23"
points="225.505,449.298 247.754,449.298 247.754,370.688 225.505,370.688 225.505,370.688 " />
points="225.505,370.688 225.505,449.298 247.754,449.298 247.754,370.688 225.505,370.688 " />
<path
style="fill:#c8c9ca;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="path25"
@ -28509,7 +29407,7 @@
<polygon
style="fill-rule:evenodd"
id="polygon13-5-7-1"
points="242.74,473.728 242.74,467.777 251.619,467.777 251.619,467.777 251.619,460.783 233.13,460.783 233.13,492.937 251.619,492.937 251.619,485.734 242.74,485.734 242.74,480.095 251.619,480.095 251.619,473.728 " />
points="251.619,460.783 233.13,460.783 233.13,492.937 251.619,492.937 251.619,485.734 242.74,485.734 242.74,480.095 251.619,480.095 251.619,473.728 242.74,473.728 242.74,467.777 251.619,467.777 251.619,467.777 " />
<path
style="fill-rule:evenodd"
id="path15-2-6-3"
@ -28523,7 +29421,7 @@
<polygon
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="polygon19-3-9-3"
points="220.283,454.937 220.283,364.946 220.283,364.946 253.082,364.946 253.082,454.937 " />
points="253.082,454.937 220.283,454.937 220.283,364.946 220.283,364.946 253.082,364.946 " />
<path
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="path21-6-0-1"
@ -28532,7 +29430,7 @@
<polygon
style="fill:#c8c9ca;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="polygon23-6-4-7"
points="247.754,370.688 225.505,370.688 225.505,370.688 225.505,449.298 247.754,449.298 " />
points="247.754,449.298 247.754,370.688 225.505,370.688 225.505,370.688 225.505,449.298 " />
<path
style="fill:#c8c9ca;fill-rule:evenodd;stroke:#000000;stroke-width:0.82230002;stroke-miterlimit:2.61310005"
id="path25-2-1-5"
@ -28558,8 +29456,7 @@
inkscape:groupmode="layer"
id="layer15"
inkscape:label="revo"
style="display:inline"
sodipodi:insensitive="true">
style="display:inline">
<g
style="display:inline"
transform="translate(-1.4348189,-1.0188297)"
@ -31860,10 +32757,10 @@
cx="151.73199" />
<polygon
id="polygon8706"
points="186.083,4.74 191.036,13.319 186.194,11.031 181.129,13.319 " />
points="186.194,11.031 181.129,13.319 186.083,4.74 191.036,13.319 " />
<polygon
id="polygon8708"
points="36.083,4.74 41.036,13.319 36.194,11.031 31.129,13.319 " />
points="36.194,11.031 31.129,13.319 36.083,4.74 41.036,13.319 " />
<g
id="g8710">
<circle
@ -34706,8 +35603,7 @@
inkscape:groupmode="layer"
id="layer18"
inkscape:label="nano"
style="display:none"
sodipodi:insensitive="true">
style="display:none">
<g
id="controller-nano"
transform="translate(-726.76021,-465.53821)">
@ -35383,7 +36279,7 @@
inkscape:transform-center-y="95.699765"
inkscape:transform-center-x="-66.090998"
transform="matrix(0,-1.0887723,1.065281,0,1247.1905,860.25683)"
points="186.194,11.031 181.129,13.319 186.083,4.74 191.036,13.319 "
points="186.083,4.74 191.036,13.319 186.194,11.031 181.129,13.319 "
id="polygon8706-0" />
<g
transform="translate(726.6625,-66.912713)"
@ -45392,7 +46288,7 @@
transform="translate(-1.0465068e-7,-4.4182544e-5)">
<path
transform="matrix(-1,0,0,1,681.77091,708.1928)"
d="M 191.31786,1225.9447 A 95.658928,20.138721 0 1 1 0,1225.9447 A 95.658928,20.138721 0 1 1 191.31786,1225.9447 z"
d="M 191.31786,1225.9447 C 191.31786,1237.067 148.48989,1246.0834 95.658928,1246.0834 C 42.827961,1246.0834 0,1237.067 0,1225.9447 C 0,1214.8224 42.827961,1205.806 95.658928,1205.806 C 148.48989,1205.806 191.31786,1214.8224 191.31786,1225.9447 z"
sodipodi:ry="20.138721"
sodipodi:rx="95.658928"
sodipodi:cy="1225.9447"
@ -45471,7 +46367,7 @@
y="1906.3666" />
<path
transform="translate(-0.00459003,-104.83732)"
d="M 314.66354,2090.5566 A 4.9847689,4.5971303 0 1 1 304.694,2090.5566 A 4.9847689,4.5971303 0 1 1 314.66354,2090.5566 z"
d="M 314.66354,2090.5566 C 314.66354,2093.0956 312.43178,2095.1538 309.67877,2095.1538 C 306.92576,2095.1538 304.694,2093.0956 304.694,2090.5566 C 304.694,2088.0177 306.92576,2085.9595 309.67877,2085.9595 C 312.43178,2085.9595 314.66354,2088.0177 314.66354,2090.5566 z"
sodipodi:ry="4.5971303"
sodipodi:rx="4.9847689"
sodipodi:cy="2090.5566"
@ -45498,7 +46394,7 @@
sodipodi:cy="-54.65202"
sodipodi:rx="7.9385705"
sodipodi:ry="7.9385705"
d="M 154.44129,-54.65202 A 7.9385705,7.9385705 0 1 1 138.56415,-54.65202 A 7.9385705,7.9385705 0 1 1 154.44129,-54.65202 z"
d="M 154.44129,-54.65202 C 154.44129,-50.267668 150.88707,-46.713449 146.50272,-46.713449 C 142.11836,-46.713449 138.56415,-50.267668 138.56415,-54.65202 C 138.56415,-59.036371 142.11836,-62.59059 146.50272,-62.59059 C 150.88707,-62.59059 154.44129,-59.036371 154.44129,-54.65202 z"
transform="matrix(-0.81878721,0,0,0.81878721,565.51334,1690.0415)" />
<g
style="display:inline"
@ -45615,7 +46511,7 @@
sodipodi:cy="1225.9447"
sodipodi:rx="95.658928"
sodipodi:ry="20.138721"
d="M 191.31786,1225.9447 A 95.658928,20.138721 0 1 1 0,1225.9447 A 95.658928,20.138721 0 1 1 191.31786,1225.9447 z"
d="M 191.31786,1225.9447 C 191.31786,1237.067 148.48989,1246.0834 95.658928,1246.0834 C 42.827961,1246.0834 0,1237.067 0,1225.9447 C 0,1214.8224 42.827961,1205.806 95.658928,1205.806 C 148.48989,1205.806 191.31786,1214.8224 191.31786,1225.9447 z"
transform="matrix(-1,0,0,1,243.77091,708.1928)" />
<g
style="display:inline"
@ -45637,7 +46533,7 @@
</g>
<path
transform="matrix(-2.5815325,0,0,2.5815325,1310.6966,-3004.1641)"
d="M 464.20661,1875.9762 A 12.461923,12.461923 0 1 1 439.28277,1875.9762 A 12.461923,12.461923 0 1 1 464.20661,1875.9762 z"
d="M 464.20661,1875.9762 C 464.20661,1882.8587 458.62722,1888.4381 451.74469,1888.4381 C 444.86216,1888.4381 439.28277,1882.8587 439.28277,1875.9762 C 439.28277,1869.0937 444.86216,1863.5143 451.74469,1863.5143 C 458.62722,1863.5143 464.20661,1869.0937 464.20661,1875.9762 z"
sodipodi:ry="12.461923"
sodipodi:rx="12.461923"
sodipodi:cy="1875.9762"
@ -45689,7 +46585,7 @@
id="motorbike-m1">
<path
transform="matrix(1.1648161,0,0,1.1648161,-71.612697,-316.94008)"
d="M 428.06704,1876.2877 A 27.727777,27.727777 0 1 1 372.61149,1876.2877 A 27.727777,27.727777 0 1 1 428.06704,1876.2877 z"
d="M 428.06704,1876.2877 C 428.06704,1891.6013 415.65289,1904.0155 400.33926,1904.0155 C 385.02564,1904.0155 372.61149,1891.6013 372.61149,1876.2877 C 372.61149,1860.9741 385.02564,1848.5599 400.33926,1848.5599 C 415.65289,1848.5599 428.06704,1860.9741 428.06704,1876.2877 z"
sodipodi:ry="27.727777"
sodipodi:rx="27.727777"
sodipodi:cy="1876.2877"
@ -45705,7 +46601,7 @@
sodipodi:cy="1876.2877"
sodipodi:rx="27.727777"
sodipodi:ry="27.727777"
d="M 428.06704,1876.2877 A 27.727777,27.727777 0 1 1 372.61149,1876.2877 A 27.727777,27.727777 0 1 1 428.06704,1876.2877 z"
d="M 428.06704,1876.2877 C 428.06704,1891.6013 415.65289,1904.0155 400.33926,1904.0155 C 385.02564,1904.0155 372.61149,1891.6013 372.61149,1876.2877 C 372.61149,1860.9741 385.02564,1848.5599 400.33926,1848.5599 C 415.65289,1848.5599 428.06704,1860.9741 428.06704,1876.2877 z"
transform="matrix(1.1409811,0,0,1.1409811,-62.070587,-272.21865)" />
<g
transform="matrix(-1,0,0,1,789.41785,0)"
@ -46241,7 +47137,8 @@
inkscape:groupmode="layer"
id="layer50"
inkscape:label="car"
style="display:inline">
style="display:inline"
sodipodi:insensitive="true">
<g
id="car">
<g
@ -46492,7 +47389,7 @@
id="circle9447-2" />
<polygon
style="fill:#ffffff"
points="408.685,717.953 409.938,719.207 410.22,718.926 408.966,717.672 410.22,716.418 409.938,716.137 408.685,717.391 407.431,716.137 407.149,716.418 408.403,717.672 407.149,718.926 407.431,719.207 "
points="410.22,718.926 408.966,717.672 410.22,716.418 409.938,716.137 408.685,717.391 407.431,716.137 407.149,716.418 408.403,717.672 407.149,718.926 407.431,719.207 408.685,717.953 409.938,719.207 "
id="polygon9449-8" />
</g>
</g>
@ -46544,7 +47441,7 @@
</g>
<path
transform="matrix(-3.6465408,0,0,3.6465408,671.05978,-4564.7251)"
d="M 48.904387,1901.3416 A 0.92891532,0.92891532 0 1 1 47.046556,1901.3416 A 0.92891532,0.92891532 0 1 1 48.904387,1901.3416 z"
d="M 48.904387,1901.3416 C 48.904387,1901.8546 48.488497,1902.2705 47.975471,1902.2705 C 47.462446,1902.2705 47.046556,1901.8546 47.046556,1901.3416 C 47.046556,1900.8285 47.462446,1900.4126 47.975471,1900.4126 C 48.488497,1900.4126 48.904387,1900.8285 48.904387,1901.3416 z"
sodipodi:ry="0.92891532"
sodipodi:rx="0.92891532"
sodipodi:cy="1901.3416"

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -385,6 +385,9 @@ QString SetupWizard::getSummaryText()
case ESC_RAPID:
summary.append(tr("Rapid ESC (%1 Hz)").arg(VehicleConfigurationHelper::RAPID_ESC_FREQUENCY));
break;
case ESC_ONESHOT:
summary.append(tr("Oneshot ESC"));
break;
default:
summary.append(tr("Unknown"));
}

View File

@ -179,6 +179,7 @@ public:
}
return m_connectionManager;
}
void reboot() const;
private slots:
void customBackClicked();
@ -192,7 +193,6 @@ private:
void createPages();
bool saveHardwareSettings() const;
bool canAutoUpdate() const;
void reboot() const;
CONTROLLER_TYPE m_controllerType;
VEHICLE_TYPE m_vehicleType;

View File

@ -150,7 +150,11 @@ void VehicleConfigurationHelper::applyHardwareConfiguration()
data.CC_RcvrPort = HwSettings::CC_RCVRPORT_PWMNOONESHOT;
break;
case VehicleConfigurationSource::INPUT_PPM:
data.CC_RcvrPort = HwSettings::CC_RCVRPORT_PPMNOONESHOT;
if (m_configSource->getEscType() == VehicleConfigurationSource::ESC_ONESHOT) {
data.CC_RcvrPort = HwSettings::CC_RCVRPORT_PPM_PIN6ONESHOT;
} else {
data.CC_RcvrPort = HwSettings::CC_RCVRPORT_PPMNOONESHOT;
}
break;
case VehicleConfigurationSource::INPUT_SBUS:
// We have to set teletry on flexport since s.bus needs the mainport.
@ -364,13 +368,26 @@ void VehicleConfigurationHelper::applyActuatorConfiguration()
ActuatorSettings *actSettings = ActuatorSettings::GetInstance(m_uavoManager);
qint16 escFrequence = LEGACY_ESC_FREQUENCY;
ActuatorSettings::BankModeOptions bankMode = ActuatorSettings::BANKMODE_PWM;
switch (m_configSource->getEscType()) {
case VehicleConfigurationSource::ESC_STANDARD:
escFrequence = LEGACY_ESC_FREQUENCY;
bankMode = ActuatorSettings::BANKMODE_PWM;
break;
case VehicleConfigurationSource::ESC_RAPID:
escFrequence = RAPID_ESC_FREQUENCY;
if ((m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_CC ||
m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_CC3D) &&
m_configSource->getInputType() == VehicleConfigurationSource::INPUT_PWM) {
bankMode = ActuatorSettings::BANKMODE_PWM;
} else {
bankMode = ActuatorSettings::BANKMODE_PWMSYNC;
}
break;
case VehicleConfigurationSource::ESC_ONESHOT:
escFrequence = RAPID_ESC_FREQUENCY;
bankMode = ActuatorSettings::BANKMODE_ONESHOT125;
break;
default:
break;
@ -406,30 +423,39 @@ void VehicleConfigurationHelper::applyActuatorConfiguration()
for (quint16 i = 0; i < ActuatorSettings::BANKUPDATEFREQ_NUMELEM; i++) {
data.BankUpdateFreq[i] = LEGACY_ESC_FREQUENCY;
data.BankMode[i] = ActuatorSettings::BANKMODE_PWM;
}
switch (m_configSource->getVehicleSubType()) {
case VehicleConfigurationSource::MULTI_ROTOR_TRI_Y:
// Servo always on channel 4
data.BankUpdateFreq[0] = escFrequence;
data.BankMode[0] = bankMode;
if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_CC ||
m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_CC3D) {
data.BankUpdateFreq[1] = servoFrequence;
data.BankMode[1] = bankMode;
} else if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_REVO) {
data.BankUpdateFreq[1] = escFrequence;
data.BankMode[1] = bankMode;
data.BankUpdateFreq[2] = servoFrequence;
} else if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_NANO) {
data.BankUpdateFreq[1] = escFrequence;
data.BankMode[1] = bankMode;
data.BankUpdateFreq[2] = escFrequence;
data.BankMode[2] = bankMode;
data.BankUpdateFreq[3] = servoFrequence;
}
break;
case VehicleConfigurationSource::MULTI_ROTOR_QUAD_X:
case VehicleConfigurationSource::MULTI_ROTOR_QUAD_PLUS:
data.BankUpdateFreq[0] = escFrequence;
data.BankMode[0] = bankMode;
data.BankUpdateFreq[1] = escFrequence;
data.BankMode[1] = bankMode;
if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_REVO) {
data.BankUpdateFreq[2] = escFrequence;
data.BankMode[2] = bankMode;
}
break;
case VehicleConfigurationSource::MULTI_ROTOR_HEXA:
@ -442,9 +468,13 @@ void VehicleConfigurationHelper::applyActuatorConfiguration()
case VehicleConfigurationSource::MULTI_ROTOR_OCTO_COAX_PLUS:
case VehicleConfigurationSource::MULTI_ROTOR_OCTO_V:
data.BankUpdateFreq[0] = escFrequence;
data.BankMode[0] = bankMode;
data.BankUpdateFreq[1] = escFrequence;
data.BankMode[1] = bankMode;
data.BankUpdateFreq[2] = escFrequence;
data.BankMode[2] = bankMode;
data.BankUpdateFreq[3] = escFrequence;
data.BankMode[3] = bankMode;
break;
default:
break;
@ -469,6 +499,7 @@ void VehicleConfigurationHelper::applyActuatorConfiguration()
for (quint16 i = 0; i < ActuatorSettings::BANKUPDATEFREQ_NUMELEM; i++) {
data.BankUpdateFreq[i] = servoFrequence;
data.BankMode[i] = ActuatorSettings::BANKMODE_PWM;
if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_REVO) {
if (i == 1) {
data.BankUpdateFreq[i] = escFrequence;
@ -505,6 +536,7 @@ void VehicleConfigurationHelper::applyActuatorConfiguration()
for (quint16 i = 0; i < ActuatorSettings::BANKUPDATEFREQ_NUMELEM; i++) {
data.BankUpdateFreq[i] = servoFrequence;
data.BankMode[i] = ActuatorSettings::BANKMODE_PWM;
if (m_configSource->getControllerType() == VehicleConfigurationSource::CONTROLLER_REVO) {
if (i == 1) {
data.BankUpdateFreq[i] = escFrequence;

View File

@ -64,7 +64,7 @@ public:
MULTI_ROTOR_OCTO_X, MULTI_ROTOR_OCTO_V, MULTI_ROTOR_OCTO_COAX_X, MULTI_ROTOR_OCTO_COAX_PLUS,
FIXED_WING_DUAL_AILERON, FIXED_WING_AILERON, FIXED_WING_ELEVON, FIXED_WING_VTAIL, HELI_CCPM,
GROUNDVEHICLE_MOTORCYCLE, GROUNDVEHICLE_CAR, GROUNDVEHICLE_DIFFERENTIAL };
enum ESC_TYPE { ESC_RAPID, ESC_STANDARD, ESC_UNKNOWN };
enum ESC_TYPE { ESC_ONESHOT, ESC_RAPID, ESC_STANDARD, ESC_UNKNOWN };
enum SERVO_TYPE { SERVO_ANALOG, SERVO_DIGITAL, SERVO_UNKNOWN };
enum INPUT_TYPE { INPUT_PWM, INPUT_PPM, INPUT_SBUS, INPUT_DSM, INPUT_UNKNOWN };
enum AIRSPEED_TYPE { AIRSPEED_ESTIMATE, AIRSPEED_EAGLETREE, AIRSPEED_MS4525, AIRSPEED_DISABLED };

View File

@ -52,5 +52,7 @@
<file>resources/bttn-upgrade-up.png</file>
<file>resources/not-connected.png</file>
<file>resources/connected.png</file>
<file>resources/bttn-oneshot-dwn.png</file>
<file>resources/bttn-oneshot-up.png</file>
</qresource>
</RCC>