Browse Source

update LindenbergResearch modules to 0.6.5

pull/1639/head
bsp2 6 years ago
parent
commit
7c4d19a603
65 changed files with 8284 additions and 658 deletions
  1. +1
    -1
      plugins/community/repos/LindenbergResearch/CMakeLists.txt
  2. +1
    -1
      plugins/community/repos/LindenbergResearch/Makefile
  3. BIN
      plugins/community/repos/LindenbergResearch/design/AlternateBigLight.afdesign
  4. BIN
      plugins/community/repos/LindenbergResearch/design/AlternateMiddleLight.afdesign
  5. BIN
      plugins/community/repos/LindenbergResearch/design/AlternateSmallToggleLight.afdesign
  6. BIN
      plugins/community/repos/LindenbergResearch/design/BlankPanelLight.afdesign
  7. BIN
      plugins/community/repos/LindenbergResearch/design/IOPortBLight.afdesign
  8. BIN
      plugins/community/repos/LindenbergResearch/design/LCDFrameAged.afdesign
  9. BIN
      plugins/community/repos/LindenbergResearch/design/LCDFrameDark.afdesign
  10. BIN
      plugins/community/repos/LindenbergResearch/design/LCDFrameLight.afdesign
  11. BIN
      plugins/community/repos/LindenbergResearch/design/Type35VCF.afdesign
  12. BIN
      plugins/community/repos/LindenbergResearch/design/Type35VCFAged.afdesign
  13. BIN
      plugins/community/repos/LindenbergResearch/design/Type35VCFLight.afdesign
  14. +3
    -2
      plugins/community/repos/LindenbergResearch/make.objects
  15. +39
    -0
      plugins/community/repos/LindenbergResearch/res/elements/LCDFrameAged.svg
  16. +23
    -0
      plugins/community/repos/LindenbergResearch/res/elements/LCDFrameDark.svg
  17. +23
    -0
      plugins/community/repos/LindenbergResearch/res/elements/LCDFrameLight.svg
  18. +2
    -2
      plugins/community/repos/LindenbergResearch/res/knobs/AlternateBigLight.svg
  19. +2
    -2
      plugins/community/repos/LindenbergResearch/res/knobs/AlternateMiddleLight.svg
  20. +31
    -0
      plugins/community/repos/LindenbergResearch/res/knobs/AlternateSmallToggleLight.svg
  21. +44
    -47
      plugins/community/repos/LindenbergResearch/res/panels/BlankPanelLight.svg
  22. +0
    -147
      plugins/community/repos/LindenbergResearch/res/panels/Korg35VCF.svg
  23. +865
    -0
      plugins/community/repos/LindenbergResearch/res/panels/Type35VCF.svg
  24. +1151
    -0
      plugins/community/repos/LindenbergResearch/res/panels/Type35VCFAged.svg
  25. +1161
    -0
      plugins/community/repos/LindenbergResearch/res/panels/Type35VCFLight.svg
  26. +79
    -14
      plugins/community/repos/LindenbergResearch/src/LRComponents.hpp
  27. +1
    -1
      plugins/community/repos/LindenbergResearch/src/LRModel.hpp
  28. +3
    -3
      plugins/community/repos/LindenbergResearch/src/LindenbergResearch.cpp
  29. +9
    -9
      plugins/community/repos/LindenbergResearch/src/dsp/DSPEffect.hpp
  30. +3
    -2
      plugins/community/repos/LindenbergResearch/src/dsp/DSPMath.hpp
  31. +1
    -1
      plugins/community/repos/LindenbergResearch/src/dsp/LadderFilter.cpp
  32. +1
    -1
      plugins/community/repos/LindenbergResearch/src/dsp/Lockhart.cpp
  33. +2
    -2
      plugins/community/repos/LindenbergResearch/src/dsp/Oscillator.cpp
  34. +2
    -2
      plugins/community/repos/LindenbergResearch/src/dsp/Oscillator.hpp
  35. +1
    -1
      plugins/community/repos/LindenbergResearch/src/dsp/Overdrive.cpp
  36. +867
    -0
      plugins/community/repos/LindenbergResearch/src/dsp/RateConverter.cpp
  37. +142
    -0
      plugins/community/repos/LindenbergResearch/src/dsp/RateConverter.hpp
  38. +51
    -21
      plugins/community/repos/LindenbergResearch/src/dsp/Type35Filter.cpp
  39. +20
    -12
      plugins/community/repos/LindenbergResearch/src/dsp/Type35Filter.hpp
  40. +5
    -5
      plugins/community/repos/LindenbergResearch/src/modules/AlmaFilter.cpp
  41. +1
    -1
      plugins/community/repos/LindenbergResearch/src/modules/BlankPanelWood.cpp
  42. +5
    -9
      plugins/community/repos/LindenbergResearch/src/modules/DiodeVCF.cpp
  43. +0
    -141
      plugins/community/repos/LindenbergResearch/src/modules/Korg35.cpp
  44. +5
    -5
      plugins/community/repos/LindenbergResearch/src/modules/MS20Filter.cpp
  45. +3
    -0
      plugins/community/repos/LindenbergResearch/src/modules/ReShaper.cpp
  46. +4
    -1
      plugins/community/repos/LindenbergResearch/src/modules/SimpleFilter.cpp
  47. +1
    -0
      plugins/community/repos/LindenbergResearch/src/modules/Speck.cpp
  48. +264
    -0
      plugins/community/repos/LindenbergResearch/src/modules/Type35.cpp
  49. +7
    -5
      plugins/community/repos/LindenbergResearch/src/modules/VCO.cpp
  50. +4
    -4
      plugins/community/repos/LindenbergResearch/src/modules/Westcoast.cpp
  51. +17
    -4
      plugins/community/repos/LindenbergResearch/src/widgets/LRKnob.cpp
  52. +96
    -11
      plugins/community/repos/LindenbergResearch/src/widgets/LRLCDWidget.cpp
  53. +2
    -2
      plugins/community/repos/LindenbergResearch/src/widgets/LRPanel.cpp
  54. +1
    -1
      plugins/community/repos/LindenbergResearch/src/widgets/LRSVGRotator.cpp
  55. +39
    -0
      vst2_bin/plugins/LindenbergResearch/res/elements/LCDFrameAged.svg
  56. +23
    -0
      vst2_bin/plugins/LindenbergResearch/res/elements/LCDFrameDark.svg
  57. +23
    -0
      vst2_bin/plugins/LindenbergResearch/res/elements/LCDFrameLight.svg
  58. +2
    -2
      vst2_bin/plugins/LindenbergResearch/res/knobs/AlternateBigLight.svg
  59. +2
    -2
      vst2_bin/plugins/LindenbergResearch/res/knobs/AlternateMiddleLight.svg
  60. +31
    -0
      vst2_bin/plugins/LindenbergResearch/res/knobs/AlternateSmallToggleLight.svg
  61. +44
    -47
      vst2_bin/plugins/LindenbergResearch/res/panels/BlankPanelLight.svg
  62. +0
    -147
      vst2_bin/plugins/LindenbergResearch/res/panels/Korg35VCF.svg
  63. +865
    -0
      vst2_bin/plugins/LindenbergResearch/res/panels/Type35VCF.svg
  64. +1151
    -0
      vst2_bin/plugins/LindenbergResearch/res/panels/Type35VCFAged.svg
  65. +1161
    -0
      vst2_bin/plugins/LindenbergResearch/res/panels/Type35VCFLight.svg

+ 1
- 1
plugins/community/repos/LindenbergResearch/CMakeLists.txt View File

@@ -60,7 +60,7 @@ set(SOURCE_FILES
src/widgets/FontIconWidget.cpp
src/modules/BlankPanelSmall.cpp
src/modules/Speck.cpp
src/widgets/LRGradientWidget.cpp src/LRModule.cpp src/LRModuleWidget.cpp src/LRModel.hpp src/widgets/LRPatinaWidget.cpp src/LRGestalt.hpp src/modules/Korg35.cpp src/dsp/Korg35Filter.cpp src/dsp/Korg35Filter.hpp)
src/widgets/LRGradientWidget.cpp src/LRModule.cpp src/LRModuleWidget.cpp src/LRModel.hpp src/widgets/LRPatinaWidget.cpp src/LRGestalt.hpp src/modules/Type35.cpp src/dsp/Type35Filter.cpp src/dsp/Type35Filter.hpp src/dsp/RateConverter.cpp src/dsp/RateConverter.hpp)

include_directories(.)
include_directories(src)


+ 1
- 1
plugins/community/repos/LindenbergResearch/Makefile View File

@@ -1,5 +1,5 @@
SLUG = LindenbergResearch
VERSION = 0.6.4
VERSION = 0.6.5
SOURCES += $(wildcard src/*.cpp src/dsp/*.cpp src/dsp/kiss_fft/*.c src/widgets/*.cpp src/modules/*.cpp)
DISTRIBUTABLES += $(wildcard LICENSE*) res
RACK_DIR ?= ../..


BIN
plugins/community/repos/LindenbergResearch/design/AlternateBigLight.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/AlternateMiddleLight.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/AlternateSmallToggleLight.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/BlankPanelLight.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/IOPortBLight.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/LCDFrameAged.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/LCDFrameDark.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/LCDFrameLight.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/Type35VCF.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/Type35VCFAged.afdesign View File


BIN
plugins/community/repos/LindenbergResearch/design/Type35VCFLight.afdesign View File


+ 3
- 2
plugins/community/repos/LindenbergResearch/make.objects View File

@@ -4,16 +4,17 @@ ALL_OBJ= \
src/dsp/FastTanWF.o \
src/dsp/Hardclip.o \
src/dsp/kiss_fft/kiss_fft.o \
src/dsp/Korg35Filter.o \
src/dsp/LadderFilter.o \
src/dsp/LambertW.o \
src/dsp/Lockhart.o \
src/dsp/MS20zdf.o \
src/dsp/Oscillator.o \
src/dsp/Overdrive.o \
src/dsp/RateConverter.o \
src/dsp/RShaper.o \
src/dsp/Saturator.o \
src/dsp/Serge.o \
src/dsp/Type35Filter.o \
src/dsp/WaveShaper.o \
src/LRModule.o \
src/LRModuleWidget.o \
@@ -33,7 +34,7 @@ ALL_OBJ= \
src/modules/BlankPanelSmall.o \
src/modules/BlankPanelWood.o \
src/modules/DiodeVCF.o \
src/modules/Korg35.o \
src/modules/Type35.o \
src/modules/MS20Filter.o \
src/modules/QuickMix.o \
src/modules/ReShaper.o \


+ 39
- 0
plugins/community/repos/LindenbergResearch/res/elements/LCDFrameAged.svg View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="92px"
height="22px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;">
<g id="LCD"
transform="matrix(0.947368,0,0,1,-91.3127,-23.8647)">
<g id="frame"
transform="matrix(1.63874,0,0,1.49051,-64.4835,-125.907)">
<path d="M156.782,103.333c0,-1.202 -0.937,-2.179 -2.092,-2.179l-53.787,0c-1.155,0 -2.092,0.977 -2.092,2.179l0,9.061c0,1.202 0.937,2.179 2.092,2.179l53.787,0c1.155,0 2.092,-0.977 2.092,-2.179l0,-9.061Z"
style="fill:#181100;stroke:#494949;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1.1857,0,0,1.16125,-32.5281,-245.177)">
<path d="M188.835,234.121l0.456,0.5l0,13.171l-0.462,1.211l-1.558,0.332l-55.48,0l56.508,-15.516l0.536,0.302Z"
style="fill:#2b230d;"/>
</g>
</g>
<path d="M26.535,7.913c0.811,-0.254 1.884,-0.803 2.745,-0.72c1.027,0.098 2.007,0.553 2.988,0.842c0.966,0.285 2.089,0.367 3.083,0.241c1.77,-0.224 3.18,-1.606 4.918,-1.928c1.555,-0.287 3.156,-0.381 4.72,-0.634c1.45,-0.234 2.867,-0.672 4.316,-0.876c1.711,-0.241 3.468,-0.077 5.191,-0.17c1.635,-0.088 3.263,-0.272 4.896,-0.38c0.61,-0.04 1.195,0.08 1.8,0.096c0.315,0.009 0.584,-0.207 0.869,-0.207"
style="fill:#9a9a9a;fill-opacity:0.368627;"/>
<g transform="matrix(0.910585,0,0,1.33413,14.0798,-5.40056)">
<path d="M81.679,8.94c-0.774,-0.492 -1.805,-0.019 -2.28,0.662c-0.171,0.247 0.116,0.47 -0.054,0.667c-0.321,0.369 -1.163,0.262 -1.599,0.514c-0.254,0.146 -0.279,0.498 -0.401,0.741c-0.095,0.191 -0.296,0.297 -0.383,0.484c-0.126,0.27 -0.101,0.932 -0.059,1.235c0.03,0.224 0.123,0.333 0.331,0.41c0.031,0.012 0.337,0.059 0.362,0.117c0.153,0.362 -0.018,0.71 0.107,1.064c0.076,0.216 0.228,0.398 0.375,0.57c0.27,0.318 0.541,0.551 0.909,0.725c0.094,0.045 0.163,0.068 0.259,0.098c0.017,0.005 -0.035,0.19 -0.035,0.167"
style="fill:#fff;fill-opacity:0.0588235;"/>
</g>
<g transform="matrix(1.28593,0,0,1.26559,-16.2386,-4.98898)">
<path d="M56.792,18.784c1.018,0 2.384,-0.218 3.199,-0.882c0.346,-0.282 0.572,-0.563 0.697,-0.989c0.012,-0.042 0.078,-0.301 0.17,-0.285c0.366,0.067 0.786,0.429 1.175,0.535c1.027,0.28 1.9,-0.447 2.881,-0.616c0.608,-0.105 1.257,0.206 1.856,0.018c0.508,-0.159 0.375,-0.661 0.772,-0.858c0.249,-0.124 0.63,-0.072 0.88,-0.072c0.654,0 1.305,-0.135 1.933,-0.135"
style="fill:#ae9d76;fill-opacity:0.364706;"/>
</g>
<g transform="matrix(1.5243,0,0,0.752076,-2.96979,3.21997)">
<path d="M4.934,17.504c0.809,0 1.645,0.344 2.446,0.45c2.206,0.291 4.422,0.41 6.644,0.479c1.184,0.036 2.293,-0.339 3.44,-0.562c0.741,-0.145 1.487,-0.19 2.233,-0.286c0.65,-0.085 1.402,-0.308 2.019,-0.504c0.777,-0.248 1.656,-0.45 2.335,-0.933c0.297,-0.212 0.884,-0.652 1.061,-0.964c0.017,-0.03 0.344,-0.836 0.453,-0.612"
style="fill:#9a9a9a;fill-opacity:0.192157;"/>
</g>
<path d="M5.592,2.7c1.304,0.739 2.837,0.766 4.28,1.021c0.376,0.067 0.745,0.14 1.114,0.238c0.118,0.031 0.355,-0.04 0.355,0.081"
style="fill:#9a9a9a;fill-opacity:0.431373;"/>
</svg>

+ 23
- 0
plugins/community/repos/LindenbergResearch/res/elements/LCDFrameDark.svg View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="92px"
height="22px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;">
<g id="LCD"
transform="matrix(0.947368,0,0,1,-91.3127,-23.8647)">
<g id="frame"
transform="matrix(1.63874,0,0,1.49051,-64.4835,-125.907)">
<path d="M156.782,103.333c0,-1.202 -0.937,-2.179 -2.092,-2.179l-53.787,0c-1.155,0 -2.092,0.977 -2.092,2.179l0,9.061c0,1.202 0.937,2.179 2.092,2.179l53.787,0c1.155,0 2.092,-0.977 2.092,-2.179l0,-9.061Z"
style="fill:#020302;stroke:#141414;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1.1857,0,0,1.16125,-32.5281,-245.177)">
<path d="M188.835,234.121l0.456,0.5l0,13.171l-0.462,1.211l-1.558,0.332l-55.48,0l56.508,-15.516l0.536,0.302Z"
style="fill:#303030;"/>
</g>
</g>
</svg>

+ 23
- 0
plugins/community/repos/LindenbergResearch/res/elements/LCDFrameLight.svg View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="92px"
height="22px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;">
<g id="LCD"
transform="matrix(0.947368,0,0,1,-91.3127,-23.8647)">
<g id="frame"
transform="matrix(1.63874,0,0,1.49051,-64.4835,-125.907)">
<path d="M156.782,103.333c0,-1.202 -0.937,-2.179 -2.092,-2.179l-53.787,0c-1.155,0 -2.092,0.977 -2.092,2.179l0,9.061c0,1.202 0.937,2.179 2.092,2.179l53.787,0c1.155,0 2.092,-0.977 2.092,-2.179l0,-9.061Z"
style="fill:#1a1a1a;stroke:#636363;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1.1857,0,0,1.16125,-32.5281,-245.177)">
<path d="M188.835,234.121l0.456,0.5l0,13.171l-0.462,1.211l-1.558,0.332l-55.48,0l56.508,-15.516l0.536,0.302Z"
style="fill:#3b3b3b;"/>
</g>
</g>
</svg>

+ 2
- 2
plugins/community/repos/LindenbergResearch/res/knobs/AlternateBigLight.svg View File

@@ -4,7 +4,7 @@
<g id="BigKnob"
transform="matrix(1.12,0,0,1.12,-3.36006,-2.74064)">
<g>
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.86638)">
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.31338)">
<circle cx="28"
cy="28"
r="25.714"
@@ -15,7 +15,7 @@
<path d="M51.451,15.156c-1.568,-2.978 -3.672,-5.617 -6.176,-7.796c-4.828,0.69 -9.827,-1.756 -12.318,-6.016c-1.604,-0.31 -3.264,-0.477 -4.956,-0.477c-1.693,0 -3.348,0.167 -4.955,0.477c-2.495,4.26 -7.492,6.706 -12.32,6.016c-2.504,2.179 -4.609,4.818 -6.177,7.796c1.788,4.702 0.513,10.314 -3.127,13.742c0.119,3.41 0.851,6.66 2.095,9.64c4.841,1.476 8.444,6.098 8.761,11.235c2.564,1.916 5.48,3.369 8.627,4.254c4.168,-2.986 10.025,-2.986 14.191,0c3.146,-0.887 6.065,-2.34 8.631,-4.254c0.312,-5.137 3.914,-9.76 8.762,-11.235c1.244,-2.979 1.976,-6.228 2.09,-9.64c-3.636,-3.428 -4.911,-9.039 -3.128,-13.742"
style="fill:#1a1a1a;fill-rule:nonzero;stroke:#bababa;stroke-width:0.7px;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.715417,0,0,0.715417,7.96833,7.96833)">
<g transform="matrix(0.715417,0,0,0.715417,7.96833,7.41533)">
<circle cx="28"
cy="28"
r="25.714"


+ 2
- 2
plugins/community/repos/LindenbergResearch/res/knobs/AlternateMiddleLight.svg View File

@@ -3,7 +3,7 @@
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="42px" height="42px" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="BigKnob" transform="matrix(0.84,0,0,0.84,-2.52042,-2.05548)">
<g>
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.86638)">
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.31338)">
<circle cx="28"
cy="28"
r="25.714"
@@ -14,7 +14,7 @@
<path d="M51.451,15.156c-1.568,-2.978 -3.672,-5.617 -6.176,-7.796c-4.828,0.69 -9.827,-1.756 -12.318,-6.016c-1.604,-0.31 -3.264,-0.477 -4.956,-0.477c-1.693,0 -3.348,0.167 -4.955,0.477c-2.495,4.26 -7.492,6.706 -12.32,6.016c-2.504,2.179 -4.609,4.818 -6.177,7.796c1.788,4.702 0.513,10.314 -3.127,13.742c0.119,3.41 0.851,6.66 2.095,9.64c4.841,1.476 8.444,6.098 8.761,11.235c2.564,1.916 5.48,3.369 8.627,4.254c4.168,-2.986 10.025,-2.986 14.191,0c3.146,-0.887 6.065,-2.34 8.631,-4.254c0.312,-5.137 3.914,-9.76 8.762,-11.235c1.244,-2.979 1.976,-6.228 2.09,-9.64c-3.636,-3.428 -4.911,-9.039 -3.128,-13.742"
style="fill:#1a1a1a;fill-rule:nonzero;stroke:#999;stroke-width:0.89px;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.657687,0,0,0.657687,9.58476,9.58476)">
<g transform="matrix(0.657687,0,0,0.657687,9.58476,9.03176)">
<circle cx="28"
cy="28"
r="25.714"


+ 31
- 0
plugins/community/repos/LindenbergResearch/res/knobs/AlternateSmallToggleLight.svg View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="31px"
height="31px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="BigKnob"
transform="matrix(0.517335,0,0,0.517306,1.01459,1.03487)">
<circle cx="28"
cy="28"
r="25.714"
style="fill:#282828;stroke:#9f9f9f;stroke-width:1.16px;"/>
<g transform="matrix(1.02024,0,0,1.02024,-0.566743,-0.566763)">
<circle cx="27.999"
cy="28"
r="17.999"
style="fill:#585858;stroke:#b4acac;stroke-opacity:0.709804;stroke-width:0.65px;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(2.4154,0,0,1.15664,-39.9532,-3.1862)">
<rect x="26.732"
y="1.915"
width="2.801"
height="12.374"
style="fill:#9d9d9d;stroke:#4b4b4b;stroke-width:0.46px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
</g>
</svg>

+ 44
- 47
plugins/community/repos/LindenbergResearch/res/panels/BlankPanelLight.svg View File

@@ -29,41 +29,38 @@
style="fill:url(#_Linear1);fill-rule:nonzero;stroke:#322727;stroke-opacity:0.658824;stroke-width:1.16px;"/>
</g>
</g>
<g transform="matrix(1.24831,0.000988603,-0.000940372,1.18741,-1.85625,-37.6816)">
<path d="M41.394,217.21c0.168,0 0.376,0.011 0.625,0.032c0.248,0.021 0.49,0.082 0.726,0.183c0.236,0.101 0.436,0.261 0.6,0.48c0.165,0.219 0.247,0.531 0.247,0.935c0,0.404 -0.082,0.716 -0.247,0.935c-0.164,0.219 -0.364,0.381 -0.6,0.486c-0.236,0.105 -0.478,0.169 -0.726,0.19c-0.249,0.021 -0.457,0.031 -0.625,0.031l-2.59,0l0,-3.272l2.59,0Zm-2.59,8.78l0,-4.156l1.427,0c0.346,0 0.683,0.017 1.011,0.05c0.328,0.034 0.627,0.095 0.897,0.184c0.269,0.088 0.501,0.208 0.695,0.36c0.193,0.151 0.332,0.341 0.417,0.568c0.059,0.152 0.111,0.364 0.158,0.638c0.046,0.274 0.09,0.56 0.132,0.859c0.042,0.299 0.078,0.585 0.108,0.859c0.029,0.274 0.052,0.486 0.069,0.638l2.11,0c-0.017,-0.16 -0.036,-0.35 -0.057,-0.569c-0.021,-0.219 -0.049,-0.44 -0.082,-0.663c-0.034,-0.223 -0.066,-0.442 -0.095,-0.657c-0.03,-0.214 -0.057,-0.406 -0.082,-0.574c-0.059,-0.396 -0.15,-0.723 -0.272,-0.979c-0.122,-0.257 -0.278,-0.468 -0.467,-0.632c-0.19,-0.164 -0.415,-0.297 -0.676,-0.398c-0.261,-0.101 -0.56,-0.194 -0.897,-0.278c0.354,-0.093 0.682,-0.198 0.985,-0.316c0.304,-0.118 0.565,-0.276 0.784,-0.473c0.219,-0.198 0.389,-0.449 0.511,-0.752c0.122,-0.303 0.183,-0.682 0.183,-1.137c0,-0.438 -0.063,-0.808 -0.189,-1.112c-0.126,-0.303 -0.295,-0.553 -0.505,-0.751c-0.211,-0.198 -0.453,-0.354 -0.727,-0.468c-0.273,-0.113 -0.553,-0.198 -0.84,-0.252c-0.286,-0.055 -0.572,-0.089 -0.859,-0.101c-0.286,-0.013 -0.547,-0.019 -0.783,-0.019l-4.977,0l0,10.131l2.021,0Z"
<g transform="matrix(1.24831,0.000988603,-0.000940372,1.18741,-2.01707,-37.6817)">
<path d="M45.866,225.99l-1.983,-2.842c1.15,-0.493 1.819,-1.466 1.819,-2.792c0,-1.983 -1.478,-3.209 -3.84,-3.209l-3.828,0l0,8.843l2.047,0l0,-2.463l1.882,0l1.705,2.463l2.198,0Zm-2.236,-5.634c0,0.96 -0.631,1.541 -1.882,1.541l-1.667,0l0,-3.082l1.667,0c1.251,0 1.882,0.568 1.882,1.541Z"
style="fill-rule:nonzero;"/>
<path d="M48.443,221.025c0,-0.235 0.027,-0.44 0.082,-0.612c0.054,-0.173 0.151,-0.316 0.29,-0.43c0.139,-0.114 0.327,-0.198 0.562,-0.252c0.236,-0.055 0.539,-0.083 0.91,-0.083c0.261,0 0.49,0.015 0.688,0.045c0.198,0.029 0.365,0.086 0.499,0.17c0.135,0.084 0.236,0.202 0.304,0.354c0.067,0.151 0.101,0.345 0.101,0.581c0,0.118 -0.013,0.223 -0.038,0.316c-0.026,0.092 -0.095,0.172 -0.209,0.24c-0.113,0.067 -0.29,0.124 -0.53,0.17c-0.24,0.047 -0.579,0.082 -1.017,0.108c-0.497,0.033 -0.969,0.063 -1.415,0.088c-0.446,0.025 -0.838,0.103 -1.175,0.234c-0.337,0.13 -0.602,0.343 -0.796,0.638c-0.193,0.295 -0.29,0.724 -0.29,1.288c0,0.405 0.084,0.752 0.252,1.042c0.169,0.291 0.411,0.527 0.727,0.708c0.316,0.181 0.697,0.316 1.143,0.404c0.446,0.089 0.952,0.133 1.516,0.133c0.379,0 0.73,-0.023 1.055,-0.07c0.324,-0.046 0.619,-0.097 0.884,-0.151c0.265,-0.055 0.501,-0.112 0.707,-0.171c0.207,-0.059 0.386,-0.101 0.537,-0.126l0.506,-0.089l0,-5.141c0,-0.379 -0.11,-0.695 -0.329,-0.947c-0.219,-0.253 -0.497,-0.455 -0.834,-0.607c-0.336,-0.151 -0.707,-0.257 -1.111,-0.316c-0.405,-0.059 -0.796,-0.088 -1.175,-0.088c-0.581,0 -1.103,0.048 -1.567,0.145c-0.463,0.097 -0.856,0.249 -1.181,0.455c-0.324,0.206 -0.572,0.472 -0.745,0.796c-0.173,0.324 -0.259,0.714 -0.259,1.168l1.908,0Zm1.705,1.706c0.236,-0.009 0.438,-0.021 0.606,-0.038c0.169,-0.017 0.318,-0.034 0.449,-0.051c0.13,-0.017 0.248,-0.038 0.353,-0.063c0.106,-0.025 0.213,-0.055 0.323,-0.088l0,1.692c0,0.186 -0.064,0.331 -0.19,0.436c-0.126,0.106 -0.278,0.186 -0.455,0.24c-0.177,0.055 -0.362,0.089 -0.555,0.101c-0.194,0.013 -0.358,0.019 -0.493,0.019c-0.253,0 -0.491,-0.017 -0.714,-0.05c-0.223,-0.034 -0.417,-0.097 -0.581,-0.19c-0.164,-0.092 -0.293,-0.221 -0.385,-0.385c-0.093,-0.164 -0.139,-0.377 -0.139,-0.638c0,-0.202 0.031,-0.364 0.095,-0.486c0.063,-0.122 0.164,-0.217 0.303,-0.285c0.139,-0.067 0.322,-0.115 0.549,-0.145c0.228,-0.029 0.506,-0.052 0.834,-0.069Z"
<path d="M52.107,219.194l0,0.72c-0.493,-0.556 -1.2,-0.821 -2.034,-0.821c-1.92,0 -3.398,1.364 -3.398,3.499c0,2.135 1.478,3.499 3.398,3.499c0.91,0 1.63,-0.291 2.122,-0.884l0,0.783l1.883,0l0,-6.796l-1.971,0Zm-1.693,5.28c-0.985,0 -1.743,-0.707 -1.743,-1.882c0,-1.175 0.758,-1.882 1.743,-1.882c0.973,0 1.731,0.707 1.731,1.882c0,1.175 -0.758,1.882 -1.731,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M58.688,224.979c-0.422,0 -0.767,-0.044 -1.036,-0.132c-0.27,-0.089 -0.482,-0.236 -0.638,-0.442c-0.156,-0.207 -0.263,-0.48 -0.322,-0.822c-0.059,-0.341 -0.089,-0.764 -0.089,-1.269c0,-0.505 0.03,-0.929 0.089,-1.27c0.059,-0.341 0.166,-0.614 0.322,-0.821c0.156,-0.206 0.368,-0.354 0.638,-0.442c0.269,-0.088 0.614,-0.133 1.036,-0.133c0.606,0 1.052,0.104 1.339,0.31c0.286,0.206 0.429,0.558 0.429,1.055l0,0.252l2.034,0l0,-0.252c0,-0.826 -0.326,-1.457 -0.979,-1.895c-0.653,-0.438 -1.594,-0.657 -2.823,-0.657c-0.834,0 -1.516,0.078 -2.047,0.234c-0.53,0.155 -0.949,0.393 -1.257,0.713c-0.307,0.32 -0.518,0.723 -0.631,1.207c-0.114,0.484 -0.171,1.05 -0.171,1.699c0,0.648 0.057,1.215 0.171,1.699c0.113,0.484 0.324,0.886 0.631,1.206c0.308,0.32 0.727,0.558 1.257,0.714c0.531,0.156 1.213,0.234 2.047,0.234c0.741,0 1.355,-0.061 1.844,-0.183c0.488,-0.123 0.878,-0.295 1.168,-0.518c0.291,-0.223 0.495,-0.493 0.613,-0.809c0.118,-0.316 0.177,-0.667 0.177,-1.055l0,-0.252l-2.034,0l0,0.252c0,0.497 -0.143,0.851 -0.429,1.062c-0.287,0.21 -0.733,0.315 -1.339,0.315Z"
<path d="M59.181,226.091c1.428,0 2.552,-0.632 3.044,-1.718l-1.528,-0.834c-0.366,0.657 -0.91,0.935 -1.529,0.935c-0.998,0 -1.781,-0.695 -1.781,-1.882c0,-1.188 0.783,-1.882 1.781,-1.882c0.619,0 1.163,0.29 1.529,0.934l1.528,-0.821c-0.492,-1.111 -1.616,-1.73 -3.044,-1.73c-2.211,0 -3.79,1.452 -3.79,3.499c0,2.046 1.579,3.499 3.79,3.499Z"
style="fill-rule:nonzero;"/>
<path d="M65.358,222.743c0.328,0.017 0.637,0.04 0.928,0.07c0.291,0.029 0.56,0.078 0.808,0.145c0.249,0.067 0.472,0.158 0.67,0.272c0.198,0.113 0.36,0.259 0.486,0.436c0.068,0.092 0.127,0.219 0.177,0.379c0.051,0.16 0.091,0.343 0.12,0.549c0.03,0.206 0.053,0.43 0.07,0.67c0.017,0.24 0.025,0.482 0.025,0.726l2.021,0c0,-0.312 -0.01,-0.621 -0.031,-0.929c-0.021,-0.307 -0.053,-0.593 -0.095,-0.859c-0.042,-0.265 -0.093,-0.503 -0.152,-0.713c-0.059,-0.211 -0.13,-0.379 -0.214,-0.506c-0.102,-0.151 -0.257,-0.301 -0.468,-0.448c-0.21,-0.147 -0.474,-0.28 -0.789,-0.398c-0.316,-0.118 -0.685,-0.215 -1.106,-0.291c-0.421,-0.075 -0.888,-0.117 -1.402,-0.126l4.535,-2.842l-2.88,0l-2.703,1.996l0,-5.015l-2.022,0l0,10.131l2.022,0l0,-3.247Z"
<path d="M68.386,225.99l2.387,0l-3.082,-3.916l2.83,-2.88l-2.35,0l-2.88,2.728l0,-5.305l-1.971,0l0,9.373l1.971,0l0,-1.731l0.947,-0.935l2.148,2.666Z"
style="fill-rule:nonzero;"/>
<path d="M77.346,225.99l1.301,-3.613l3.575,0l1.415,3.613l2.349,0l-4.08,-10.131l-2.564,0l-4.03,10.131l2.034,0Zm3.082,-8.135l1.276,3.221l-2.602,0l1.162,-3.221l0.164,0Z"
<path d="M79.351,216.996c-2.426,0 -4.055,1.465 -4.055,4.156l0,4.838l2.021,0l0,-2.122l4.042,0l0,2.122l2.047,0l0,-4.838c0,-2.691 -1.63,-4.156 -4.055,-4.156Zm-2.034,5.229l0,-1.263c0,-1.503 0.796,-2.223 2.021,-2.223c1.213,0 2.021,0.72 2.021,2.223l0,1.263l-4.042,0Z"
style="fill-rule:nonzero;"/>
<path d="M89.928,226.167c0.463,0 0.886,-0.03 1.269,-0.089c0.384,-0.059 0.727,-0.126 1.03,-0.202c0.303,-0.076 0.566,-0.147 0.789,-0.215c0.224,-0.067 0.411,-0.109 0.563,-0.126l0.252,-0.025l0,-6.872l-2.021,0l0,5.078c0,0.126 -0.017,0.263 -0.051,0.411c-0.033,0.147 -0.107,0.284 -0.221,0.41c-0.113,0.127 -0.282,0.232 -0.505,0.316c-0.223,0.084 -0.524,0.126 -0.903,0.126c-0.379,0 -0.68,-0.042 -0.903,-0.126c-0.224,-0.084 -0.392,-0.189 -0.506,-0.316c-0.113,-0.126 -0.187,-0.263 -0.221,-0.41c-0.033,-0.148 -0.05,-0.285 -0.05,-0.411l0,-5.078l-2.021,0l0,5.571c0,0.345 0.084,0.64 0.252,0.884c0.169,0.244 0.407,0.446 0.714,0.606c0.307,0.16 0.676,0.278 1.105,0.354c0.43,0.076 0.906,0.114 1.428,0.114Z"
<path d="M90.164,219.194l0,3.36c0,1.25 -0.657,1.832 -1.566,1.832c-0.872,0 -1.377,-0.506 -1.377,-1.643l0,-3.549l-1.971,0l0,3.84c0,2.097 1.2,3.057 2.906,3.057c0.833,0 1.591,-0.316 2.109,-0.91l0,0.809l1.87,0l0,-6.796l-1.971,0Z"
style="fill-rule:nonzero;"/>
<path d="M98.669,219.737c0.531,0 0.963,0.103 1.295,0.309c0.333,0.207 0.516,0.512 0.55,0.916c0.025,0.32 0.044,0.577 0.057,0.771c0.012,0.193 0.019,0.387 0.019,0.581c0,0.194 -0.007,0.391 -0.019,0.594c-0.013,0.202 -0.032,0.454 -0.057,0.758c-0.017,0.202 -0.078,0.379 -0.183,0.53c-0.106,0.152 -0.24,0.278 -0.405,0.379c-0.164,0.101 -0.347,0.179 -0.549,0.234c-0.202,0.055 -0.409,0.082 -0.619,0.082c-0.455,0 -0.817,-0.051 -1.086,-0.152c-0.27,-0.101 -0.476,-0.257 -0.619,-0.467c-0.144,-0.211 -0.238,-0.478 -0.285,-0.802c-0.046,-0.324 -0.069,-0.71 -0.069,-1.156c0,-0.446 0.027,-0.832 0.082,-1.156c0.055,-0.324 0.154,-0.592 0.297,-0.802c0.143,-0.211 0.343,-0.367 0.6,-0.468c0.257,-0.101 0.587,-0.151 0.991,-0.151Zm3.942,5.887l0,-9.765l-2.021,0l0,3.044c-0.186,-0.076 -0.363,-0.141 -0.531,-0.196c-0.168,-0.054 -0.341,-0.101 -0.518,-0.139c-0.177,-0.038 -0.362,-0.065 -0.556,-0.082c-0.193,-0.017 -0.404,-0.025 -0.631,-0.025c-0.708,0 -1.295,0.069 -1.763,0.208c-0.467,0.139 -0.844,0.363 -1.13,0.67c-0.287,0.307 -0.489,0.705 -0.607,1.194c-0.117,0.488 -0.176,1.082 -0.176,1.781c0,0.699 0.08,1.29 0.24,1.775c0.16,0.484 0.408,0.882 0.745,1.194c0.337,0.311 0.76,0.536 1.27,0.675c0.509,0.139 1.117,0.209 1.825,0.209c0.429,0 0.84,-0.021 1.232,-0.063c0.391,-0.042 0.753,-0.091 1.086,-0.146c0.333,-0.054 0.63,-0.113 0.891,-0.177c0.261,-0.063 0.475,-0.115 0.644,-0.157Z"
<path d="M98.919,216.617l0,3.297c-0.493,-0.556 -1.201,-0.821 -2.034,-0.821c-1.92,0 -3.398,1.364 -3.398,3.499c0,2.135 1.478,3.499 3.398,3.499c0.909,0 1.629,-0.291 2.122,-0.884l0,0.783l1.882,0l0,-9.373l-1.97,0Zm-1.693,7.857c-0.986,0 -1.744,-0.707 -1.744,-1.882c0,-1.175 0.758,-1.882 1.744,-1.882c0.972,0 1.73,0.707 1.73,1.882c0,1.175 -0.758,1.882 -1.73,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M105.921,216.97c0,-0.311 -0.108,-0.574 -0.323,-0.789c-0.214,-0.215 -0.478,-0.322 -0.789,-0.322c-0.312,0 -0.575,0.107 -0.79,0.322c-0.214,0.215 -0.322,0.478 -0.322,0.789c0,0.312 0.108,0.575 0.322,0.79c0.215,0.215 0.478,0.322 0.79,0.322c0.311,0 0.575,-0.107 0.789,-0.322c0.215,-0.215 0.323,-0.478 0.323,-0.79Zm-0.102,1.668l-2.021,0l0,7.352l2.021,0l0,-7.352Z"
<path d="M103.694,218.246c0.732,0 1.225,-0.48 1.225,-1.137c0,-0.606 -0.493,-1.061 -1.225,-1.061c-0.733,0 -1.226,0.48 -1.226,1.099c0,0.619 0.493,1.099 1.226,1.099Zm-0.986,7.744l1.971,0l0,-6.796l-1.971,0l0,6.796Z"
style="fill-rule:nonzero;"/>
<path d="M106.666,222.314c0,0.758 0.082,1.385 0.246,1.882c0.164,0.497 0.417,0.891 0.758,1.181c0.341,0.291 0.769,0.495 1.282,0.613c0.514,0.118 1.125,0.177 1.832,0.177c0.707,0 1.318,-0.057 1.832,-0.171c0.514,-0.113 0.941,-0.316 1.282,-0.606c0.341,-0.291 0.594,-0.684 0.758,-1.181c0.164,-0.497 0.246,-1.125 0.246,-1.883c0,-0.766 -0.082,-1.398 -0.246,-1.894c-0.164,-0.497 -0.417,-0.891 -0.758,-1.182c-0.341,-0.29 -0.768,-0.494 -1.282,-0.612c-0.514,-0.118 -1.125,-0.177 -1.832,-0.177c-0.707,0 -1.318,0.059 -1.832,0.177c-0.513,0.118 -0.941,0.322 -1.282,0.612c-0.341,0.291 -0.594,0.685 -0.758,1.182c-0.164,0.496 -0.246,1.124 -0.246,1.882Zm6.215,0c0,0.631 -0.061,1.126 -0.183,1.484c-0.122,0.358 -0.284,0.625 -0.486,0.802c-0.203,0.177 -0.428,0.285 -0.676,0.322c-0.249,0.038 -0.499,0.057 -0.752,0.057c-0.253,0 -0.503,-0.019 -0.752,-0.057c-0.248,-0.037 -0.473,-0.145 -0.675,-0.322c-0.203,-0.177 -0.365,-0.444 -0.487,-0.802c-0.122,-0.358 -0.183,-0.853 -0.183,-1.484c0,-0.632 0.061,-1.127 0.183,-1.484c0.122,-0.358 0.284,-0.626 0.487,-0.803c0.202,-0.176 0.427,-0.284 0.675,-0.322c0.249,-0.038 0.499,-0.057 0.752,-0.057c0.253,0 0.503,0.019 0.752,0.057c0.248,0.038 0.473,0.146 0.676,0.322c0.202,0.177 0.364,0.445 0.486,0.803c0.122,0.357 0.183,0.852 0.183,1.484Z"
<path d="M109.745,226.091c2.16,0 3.726,-1.453 3.726,-3.499c0,-2.047 -1.566,-3.499 -3.726,-3.499c-2.161,0 -3.74,1.452 -3.74,3.499c0,2.046 1.579,3.499 3.74,3.499Zm0,-1.617c-0.986,0 -1.744,-0.707 -1.744,-1.882c0,-1.175 0.758,-1.882 1.744,-1.882c0.985,0 1.73,0.707 1.73,1.882c0,1.175 -0.745,1.882 -1.73,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M121.496,225.99l0,-7.908l0.165,0l2.817,7.908l2.236,0l2.779,-7.908l0.177,0l0,7.908l2.021,0l0,-10.131l-3.209,0l-2.64,7.718l-0.164,0l-2.691,-7.718l-3.284,0l0,10.131l1.793,0Z"
<path d="M128.592,216.996c-1.212,0 -2.248,0.454 -2.855,1.301c-0.492,-0.834 -1.414,-1.301 -2.64,-1.301c-1.175,0 -2.084,0.454 -2.615,1.238l0,-1.087l-1.983,0l0,8.843l2.046,0l0,-5.243c0,-1.402 0.809,-2.008 1.895,-2.008c1.011,0 1.693,0.594 1.693,1.882l0,5.369l2.047,0l0,-5.243c0,-1.402 0.795,-2.008 1.907,-2.008c1.011,0 1.769,0.594 1.769,1.882l0,5.369l2.046,0l0,-5.432c0,-2.337 -1.251,-3.562 -3.31,-3.562Z"
style="fill-rule:nonzero;"/>
<path d="M132.537,222.314c0,0.758 0.082,1.385 0.247,1.882c0.164,0.497 0.416,0.891 0.758,1.181c0.341,0.291 0.768,0.495 1.282,0.613c0.513,0.118 1.124,0.177 1.831,0.177c0.708,0 1.318,-0.057 1.832,-0.171c0.514,-0.113 0.941,-0.316 1.282,-0.606c0.341,-0.291 0.594,-0.684 0.758,-1.181c0.165,-0.497 0.247,-1.125 0.247,-1.883c0,-0.766 -0.082,-1.398 -0.247,-1.894c-0.164,-0.497 -0.417,-0.891 -0.758,-1.182c-0.341,-0.29 -0.768,-0.494 -1.282,-0.612c-0.514,-0.118 -1.124,-0.177 -1.832,-0.177c-0.707,0 -1.318,0.059 -1.831,0.177c-0.514,0.118 -0.941,0.322 -1.282,0.612c-0.342,0.291 -0.594,0.685 -0.758,1.182c-0.165,0.496 -0.247,1.124 -0.247,1.882Zm6.215,0c0,0.631 -0.061,1.126 -0.183,1.484c-0.122,0.358 -0.284,0.625 -0.486,0.802c-0.202,0.177 -0.427,0.285 -0.676,0.322c-0.248,0.038 -0.499,0.057 -0.752,0.057c-0.252,0 -0.503,-0.019 -0.751,-0.057c-0.249,-0.037 -0.474,-0.145 -0.676,-0.322c-0.202,-0.177 -0.364,-0.444 -0.486,-0.802c-0.122,-0.358 -0.184,-0.853 -0.184,-1.484c0,-0.632 0.062,-1.127 0.184,-1.484c0.122,-0.358 0.284,-0.626 0.486,-0.803c0.202,-0.176 0.427,-0.284 0.676,-0.322c0.248,-0.038 0.499,-0.057 0.751,-0.057c0.253,0 0.504,0.019 0.752,0.057c0.249,0.038 0.474,0.146 0.676,0.322c0.202,0.177 0.364,0.445 0.486,0.803c0.122,0.357 0.183,0.852 0.183,1.484Z"
<path d="M137.018,226.091c2.16,0 3.727,-1.453 3.727,-3.499c0,-2.047 -1.567,-3.499 -3.727,-3.499c-2.16,0 -3.739,1.452 -3.739,3.499c0,2.046 1.579,3.499 3.739,3.499Zm0,-1.617c-0.985,0 -1.743,-0.707 -1.743,-1.882c0,-1.175 0.758,-1.882 1.743,-1.882c0.986,0 1.731,0.707 1.731,1.882c0,1.175 -0.745,1.882 -1.731,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M145.271,219.737c0.53,0 0.962,0.103 1.295,0.309c0.332,0.207 0.516,0.512 0.549,0.916c0.025,0.32 0.044,0.577 0.057,0.771c0.013,0.193 0.019,0.387 0.019,0.581c0,0.194 -0.006,0.391 -0.019,0.594c-0.013,0.202 -0.032,0.454 -0.057,0.758c-0.017,0.202 -0.078,0.379 -0.183,0.53c-0.105,0.152 -0.24,0.278 -0.404,0.379c-0.164,0.101 -0.348,0.179 -0.55,0.234c-0.202,0.055 -0.408,0.082 -0.619,0.082c-0.454,0 -0.817,-0.051 -1.086,-0.152c-0.27,-0.101 -0.476,-0.257 -0.619,-0.467c-0.143,-0.211 -0.238,-0.478 -0.284,-0.802c-0.047,-0.324 -0.07,-0.71 -0.07,-1.156c0,-0.446 0.028,-0.832 0.082,-1.156c0.055,-0.324 0.154,-0.592 0.297,-0.802c0.143,-0.211 0.343,-0.367 0.6,-0.468c0.257,-0.101 0.588,-0.151 0.992,-0.151Zm3.941,5.887l0,-9.765l-2.021,0l0,3.044c-0.185,-0.076 -0.362,-0.141 -0.531,-0.196c-0.168,-0.054 -0.341,-0.101 -0.517,-0.139c-0.177,-0.038 -0.363,-0.065 -0.556,-0.082c-0.194,-0.017 -0.405,-0.025 -0.632,-0.025c-0.707,0 -1.295,0.069 -1.762,0.208c-0.468,0.139 -0.844,0.363 -1.131,0.67c-0.286,0.307 -0.488,0.705 -0.606,1.194c-0.118,0.488 -0.177,1.082 -0.177,1.781c0,0.699 0.08,1.29 0.24,1.775c0.16,0.484 0.408,0.882 0.745,1.194c0.337,0.311 0.76,0.536 1.27,0.675c0.509,0.139 1.118,0.209 1.825,0.209c0.43,0 0.84,-0.021 1.232,-0.063c0.392,-0.042 0.754,-0.091 1.086,-0.146c0.333,-0.054 0.63,-0.113 0.891,-0.177c0.261,-0.063 0.476,-0.115 0.644,-0.157Z"
<path d="M147.011,216.617l0,3.297c-0.493,-0.556 -1.201,-0.821 -2.034,-0.821c-1.92,0 -3.398,1.364 -3.398,3.499c0,2.135 1.478,3.499 3.398,3.499c0.909,0 1.629,-0.291 2.122,-0.884l0,0.783l1.882,0l0,-9.373l-1.97,0Zm-1.693,7.857c-0.986,0 -1.744,-0.707 -1.744,-1.882c0,-1.175 0.758,-1.882 1.744,-1.882c0.972,0 1.73,0.707 1.73,1.882c0,1.175 -0.758,1.882 -1.73,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M153.899,226.167c0.463,0 0.886,-0.03 1.269,-0.089c0.384,-0.059 0.727,-0.126 1.03,-0.202c0.303,-0.076 0.566,-0.147 0.79,-0.215c0.223,-0.067 0.41,-0.109 0.562,-0.126l0.252,-0.025l0,-6.872l-2.021,0l0,5.078c0,0.126 -0.017,0.263 -0.05,0.411c-0.034,0.147 -0.108,0.284 -0.221,0.41c-0.114,0.127 -0.283,0.232 -0.506,0.316c-0.223,0.084 -0.524,0.126 -0.903,0.126c-0.379,0 -0.68,-0.042 -0.903,-0.126c-0.223,-0.084 -0.392,-0.189 -0.506,-0.316c-0.113,-0.126 -0.187,-0.263 -0.221,-0.41c-0.033,-0.148 -0.05,-0.285 -0.05,-0.411l0,-5.078l-2.021,0l0,5.571c0,0.345 0.084,0.64 0.252,0.884c0.169,0.244 0.407,0.446 0.714,0.606c0.307,0.16 0.676,0.278 1.105,0.354c0.43,0.076 0.906,0.114 1.428,0.114Z"
<path d="M155.676,219.194l0,3.36c0,1.25 -0.656,1.832 -1.566,1.832c-0.872,0 -1.377,-0.506 -1.377,-1.643l0,-3.549l-1.971,0l0,3.84c0,2.097 1.2,3.057 2.906,3.057c0.834,0 1.592,-0.316 2.11,-0.91l0,0.809l1.869,0l0,-6.796l-1.971,0Z"
style="fill-rule:nonzero;"/>
<rect x="158.99"
y="215.859"
width="2.021"
height="10.131"
<path d="M161.917,226.091c0.341,0 0.682,-0.051 1.023,-0.164l-0.088,-1.529c-0.114,0.063 -0.341,0.127 -0.556,0.127c-0.543,0 -0.846,-0.316 -0.846,-0.897l0,-7.011l-1.971,0l0,7.124c0,1.516 0.909,2.35 2.438,2.35Z"
style="fill-rule:nonzero;"/>
<path d="M167.82,221.569l-3.941,0l0,-0.177c0,-0.228 0.027,-0.445 0.082,-0.651c0.054,-0.206 0.158,-0.391 0.309,-0.556c0.152,-0.164 0.36,-0.294 0.625,-0.391c0.266,-0.097 0.605,-0.146 1.017,-0.146c0.388,0 0.704,0.047 0.948,0.139c0.244,0.093 0.438,0.219 0.581,0.379c0.143,0.16 0.242,0.346 0.297,0.556c0.055,0.211 0.082,0.434 0.082,0.67l0,0.177Zm1.971,0.745c0,-0.64 -0.051,-1.2 -0.152,-1.68c-0.101,-0.48 -0.293,-0.88 -0.575,-1.2c-0.282,-0.32 -0.671,-0.563 -1.168,-0.727c-0.497,-0.164 -1.141,-0.246 -1.933,-0.246c-0.623,0 -1.188,0.053 -1.693,0.158c-0.505,0.105 -0.937,0.301 -1.295,0.587c-0.358,0.287 -0.633,0.678 -0.827,1.175c-0.194,0.497 -0.291,1.141 -0.291,1.933c0,0.791 0.095,1.438 0.285,1.939c0.189,0.501 0.461,0.893 0.814,1.175c0.354,0.282 0.786,0.476 1.295,0.581c0.51,0.105 1.08,0.158 1.712,0.158c0.741,0 1.354,-0.068 1.838,-0.202c0.484,-0.135 0.87,-0.308 1.156,-0.518c0.286,-0.211 0.488,-0.445 0.606,-0.701c0.118,-0.257 0.185,-0.504 0.202,-0.739l0.013,-0.228l-1.958,0l0,0.215c0,0.118 -0.032,0.234 -0.095,0.347c-0.063,0.114 -0.166,0.219 -0.309,0.316c-0.143,0.097 -0.331,0.175 -0.562,0.234c-0.232,0.059 -0.516,0.088 -0.853,0.088c-0.767,0 -1.312,-0.193 -1.636,-0.581c-0.324,-0.387 -0.486,-0.939 -0.486,-1.655l5.912,0l0,-0.429Z"
<path d="M167.23,224.512c-0.884,0 -1.516,-0.341 -1.806,-1.011l5.028,-0.972c-0.013,-2.173 -1.592,-3.436 -3.512,-3.436c-2.097,0 -3.638,1.465 -3.638,3.499c0,2.021 1.528,3.499 3.878,3.499c1.225,0 2.173,-0.379 2.804,-1.099l-1.048,-1.137c-0.468,0.442 -0.986,0.657 -1.706,0.657Zm-0.29,-3.929c0.821,0 1.415,0.468 1.604,1.162l-3.31,0.645c0.038,-1.15 0.72,-1.807 1.706,-1.807Z"
style="fill-rule:nonzero;"/>
<path d="M174.073,218.461c-0.421,0 -0.842,0.027 -1.263,0.082c-0.421,0.055 -0.8,0.166 -1.137,0.335c-0.337,0.168 -0.613,0.406 -0.828,0.714c-0.214,0.307 -0.322,0.713 -0.322,1.219c0,0.454 0.074,0.812 0.221,1.073c0.148,0.261 0.356,0.461 0.626,0.6c0.269,0.139 0.596,0.236 0.979,0.291c0.383,0.055 0.81,0.107 1.282,0.158c0.362,0.034 0.684,0.063 0.966,0.088c0.282,0.026 0.52,0.07 0.714,0.133c0.194,0.063 0.341,0.158 0.442,0.284c0.101,0.126 0.152,0.316 0.152,0.569c0,0.353 -0.154,0.623 -0.461,0.808c-0.308,0.185 -0.752,0.278 -1.333,0.278c-0.194,0 -0.396,-0.013 -0.606,-0.038c-0.211,-0.025 -0.405,-0.086 -0.582,-0.183c-0.176,-0.097 -0.322,-0.244 -0.435,-0.442c-0.114,-0.198 -0.171,-0.474 -0.171,-0.828l-2.021,0c0,0.523 0.109,0.948 0.328,1.276c0.219,0.329 0.508,0.59 0.866,0.783c0.358,0.194 0.77,0.327 1.238,0.398c0.467,0.072 0.949,0.108 1.446,0.108c0.354,0 0.745,-0.032 1.175,-0.095c0.429,-0.063 0.829,-0.183 1.2,-0.36c0.371,-0.177 0.682,-0.429 0.935,-0.758c0.252,-0.328 0.379,-0.758 0.379,-1.288c0,-0.506 -0.099,-0.893 -0.297,-1.163c-0.198,-0.269 -0.451,-0.467 -0.758,-0.593c-0.307,-0.127 -0.653,-0.207 -1.036,-0.24c-0.383,-0.034 -0.764,-0.068 -1.143,-0.101c-0.413,-0.034 -0.754,-0.076 -1.023,-0.127c-0.27,-0.05 -0.483,-0.113 -0.638,-0.189c-0.156,-0.076 -0.263,-0.169 -0.322,-0.278c-0.059,-0.11 -0.089,-0.24 -0.089,-0.392c0,-0.151 0.015,-0.29 0.044,-0.417c0.03,-0.126 0.097,-0.238 0.202,-0.334c0.106,-0.097 0.259,-0.171 0.462,-0.222c0.202,-0.05 0.471,-0.075 0.808,-0.075c0.379,0 0.684,0.046 0.916,0.139c0.231,0.092 0.406,0.208 0.524,0.347c0.118,0.139 0.196,0.293 0.234,0.461c0.038,0.169 0.057,0.329 0.057,0.48l1.932,0c0,-0.396 -0.067,-0.749 -0.202,-1.061c-0.134,-0.312 -0.349,-0.575 -0.644,-0.789c-0.295,-0.215 -0.674,-0.377 -1.137,-0.487c-0.463,-0.109 -1.023,-0.164 -1.68,-0.164Z"
<path d="M174.065,226.091c2.033,0 3.208,-0.897 3.208,-2.16c0,-2.678 -4.105,-1.554 -4.105,-2.716c0,-0.354 0.379,-0.632 1.263,-0.632c0.619,0 1.288,0.127 1.958,0.506l0.657,-1.403c-0.644,-0.379 -1.68,-0.593 -2.615,-0.593c-1.983,0 -3.146,0.909 -3.146,2.198c0,2.716 4.106,1.579 4.106,2.69c0,0.379 -0.341,0.619 -1.251,0.619c-0.833,0 -1.756,-0.265 -2.362,-0.657l-0.657,1.415c0.632,0.417 1.794,0.733 2.944,0.733Z"
style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(7.14363,0,0,0.197353,-720.455,212.069)">
@@ -81,48 +78,48 @@
style="fill-opacity:0.427451;"/>
</g>
<g transform="matrix(1,0,0,1,10.4439,-6.22244)">
<path d="M58.155,290.277c-1.752,0 -3.144,-1.2 -3.144,-3.384c0,-2.184 1.188,-3.612 3.108,-3.612c0.768,0 1.392,0.18 1.896,0.384l0.336,-0.876c-0.564,-0.24 -1.308,-0.432 -2.232,-0.432c-2.376,0 -4.164,1.596 -4.164,4.536c0,2.664 1.656,4.308 4.212,4.308c0.984,0 1.824,-0.252 2.364,-0.516l-0.3,-0.888c-0.468,0.228 -1.26,0.48 -2.076,0.48Z"
<path d="M58.281,290.277c-1.752,0 -3.144,-1.2 -3.144,-3.384c0,-2.184 1.188,-3.612 3.108,-3.612c0.768,0 1.392,0.18 1.896,0.384l0.336,-0.876c-0.564,-0.24 -1.308,-0.432 -2.232,-0.432c-2.376,0 -4.164,1.596 -4.164,4.536c0,2.664 1.656,4.308 4.212,4.308c0.984,0 1.824,-0.252 2.364,-0.516l-0.3,-0.888c-0.468,0.228 -1.26,0.48 -2.076,0.48Z"
style="fill-rule:nonzero;"/>
<path d="M64.443,290.397c-1.14,0 -1.968,-0.744 -1.968,-2.256c0,-1.524 0.72,-2.256 1.98,-2.256c1.14,0 1.956,0.732 1.956,2.256c0,1.5 -0.708,2.256 -1.968,2.256Zm0.012,-5.316c-1.584,0 -2.964,1.008 -2.964,3.06c0,2.04 1.284,3.06 2.952,3.06c1.572,0 2.952,-1.02 2.952,-3.06c0,-2.052 -1.284,-3.06 -2.94,-3.06Z"
<path d="M64.569,290.397c-1.14,0 -1.968,-0.744 -1.968,-2.256c0,-1.524 0.72,-2.256 1.98,-2.256c1.14,0 1.956,0.732 1.956,2.256c0,1.5 -0.708,2.256 -1.968,2.256Zm0.012,-5.316c-1.584,0 -2.964,1.008 -2.964,3.06c0,2.04 1.284,3.06 2.952,3.06c1.572,0 2.952,-1.02 2.952,-3.06c0,-2.052 -1.284,-3.06 -2.94,-3.06Z"
style="fill-rule:nonzero;"/>
<path d="M71.415,290.397c-0.66,0 -1.248,-0.24 -1.68,-0.768l0,-2.772c0.42,-0.612 1.08,-0.972 1.74,-0.972c1.188,0 1.74,0.696 1.74,2.052c0,1.548 -0.768,2.46 -1.8,2.46Zm0.06,-5.316c-0.78,0 -1.464,0.384 -1.836,0.9l-0.048,0l-0.108,-0.756l-0.708,0l0,9.036l0.96,0l0,-3.576l0.048,0c0.372,0.3 0.996,0.516 1.632,0.516c1.536,0 2.784,-1.224 2.784,-3.264c0,-1.944 -1.02,-2.856 -2.724,-2.856Z"
<path d="M71.541,290.397c-0.66,0 -1.248,-0.24 -1.68,-0.768l0,-2.772c0.42,-0.612 1.08,-0.972 1.74,-0.972c1.188,0 1.74,0.696 1.74,2.052c0,1.548 -0.768,2.46 -1.8,2.46Zm0.06,-5.316c-0.78,0 -1.464,0.384 -1.836,0.9l-0.048,0l-0.108,-0.756l-0.708,0l0,9.036l0.96,0l0,-3.576l0.048,0c0.372,0.3 0.996,0.516 1.632,0.516c1.536,0 2.784,-1.224 2.784,-3.264c0,-1.944 -1.02,-2.856 -2.724,-2.856Z"
style="fill-rule:nonzero;"/>
<path d="M77.715,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
<path d="M77.841,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
style="fill-rule:nonzero;"/>
<path d="M84.111,285.081c-0.588,0 -1.056,0.18 -1.752,1.224l-0.048,0l-0.156,-1.08l-0.708,0l0,5.832l0.96,0l0,-3.504c0.648,-1.14 1.02,-1.644 1.536,-1.644c0.276,0 0.528,0.18 0.66,0.264l0.444,-0.804c-0.204,-0.12 -0.468,-0.288 -0.936,-0.288Z"
<path d="M84.237,285.081c-0.588,0 -1.056,0.18 -1.752,1.224l-0.048,0l-0.156,-1.08l-0.708,0l0,5.832l0.96,0l0,-3.504c0.648,-1.14 1.02,-1.644 1.536,-1.644c0.276,0 0.528,0.18 0.66,0.264l0.444,-0.804c-0.204,-0.12 -0.468,-0.288 -0.936,-0.288Z"
style="fill-rule:nonzero;"/>
<path d="M86.547,284.265c0.36,0 0.648,-0.288 0.648,-0.648c0,-0.36 -0.288,-0.648 -0.648,-0.648c-0.36,0 -0.648,0.288 -0.648,0.648c0,0.36 0.288,0.648 0.648,0.648Zm0.48,6.792l0,-5.832l-0.96,0l0,5.832l0.96,0Z"
<path d="M86.673,284.265c0.36,0 0.648,-0.288 0.648,-0.648c0,-0.36 -0.288,-0.648 -0.648,-0.648c-0.36,0 -0.648,0.288 -0.648,0.648c0,0.36 0.288,0.648 0.648,0.648Zm0.48,6.792l0,-5.832l-0.96,0l0,5.832l0.96,0Z"
style="fill-rule:nonzero;"/>
<path d="M91.047,288.921c-0.6,0 -1.056,-0.24 -1.284,-0.588c-0.18,-0.264 -0.252,-0.6 -0.252,-0.96c0,-0.876 0.528,-1.512 1.536,-1.512c1.02,0 1.512,0.708 1.512,1.548c0,0.768 -0.576,1.512 -1.512,1.512Zm0.516,2.58c1.056,0.144 1.356,0.504 1.356,1.092c0,0.648 -0.528,1.032 -1.764,1.032c-1.344,0 -1.92,-0.552 -1.92,-1.116c0,-0.648 0.516,-1.02 1.008,-1.188l1.32,0.18Zm2.22,-5.868c0.156,0 0.288,0.012 0.384,0.036l0.156,-0.756c-0.132,-0.036 -0.3,-0.06 -0.504,-0.06c-0.492,0 -0.996,0.096 -1.5,0.528c-0.348,-0.192 -0.792,-0.3 -1.272,-0.3c-1.272,0 -2.46,0.78 -2.46,2.292c0,0.924 0.432,1.596 1.056,1.968c-0.06,0.396 -0.192,1.272 -0.252,1.584c-0.504,0.132 -1.092,0.768 -1.092,1.608c0,1.188 1.14,1.872 2.88,1.872c1.56,0 2.664,-0.624 2.664,-1.776c0,-1.104 -0.636,-1.68 -2.1,-1.872l-1.452,-0.192l0.144,-0.972c0.144,0.036 0.396,0.06 0.6,0.06c1.452,0 2.46,-0.924 2.46,-2.244c0,-0.576 -0.216,-1.116 -0.564,-1.524l0,-0.024c0.24,-0.168 0.66,-0.228 0.852,-0.228Z"
<path d="M91.173,288.921c-0.6,0 -1.056,-0.24 -1.284,-0.588c-0.18,-0.264 -0.252,-0.6 -0.252,-0.96c0,-0.876 0.528,-1.512 1.536,-1.512c1.02,0 1.512,0.708 1.512,1.548c0,0.768 -0.576,1.512 -1.512,1.512Zm0.516,2.58c1.056,0.144 1.356,0.504 1.356,1.092c0,0.648 -0.528,1.032 -1.764,1.032c-1.344,0 -1.92,-0.552 -1.92,-1.116c0,-0.648 0.516,-1.02 1.008,-1.188l1.32,0.18Zm2.22,-5.868c0.156,0 0.288,0.012 0.384,0.036l0.156,-0.756c-0.132,-0.036 -0.3,-0.06 -0.504,-0.06c-0.492,0 -0.996,0.096 -1.5,0.528c-0.348,-0.192 -0.792,-0.3 -1.272,-0.3c-1.272,0 -2.46,0.78 -2.46,2.292c0,0.924 0.432,1.596 1.056,1.968c-0.06,0.396 -0.192,1.272 -0.252,1.584c-0.504,0.132 -1.092,0.768 -1.092,1.608c0,1.188 1.14,1.872 2.88,1.872c1.56,0 2.664,-0.624 2.664,-1.776c0,-1.104 -0.636,-1.68 -2.1,-1.872l-1.452,-0.192l0.144,-0.972c0.144,0.036 0.396,0.06 0.6,0.06c1.452,0 2.46,-0.924 2.46,-2.244c0,-0.576 -0.216,-1.116 -0.564,-1.524l0,-0.024c0.24,-0.168 0.66,-0.228 0.852,-0.228Z"
style="fill-rule:nonzero;"/>
<path d="M98.535,285.081c-1.032,0 -1.824,0.516 -2.292,1.152l-0.048,0l0,-4.368l-0.96,0l0,9.192l0.96,0l0,-3.624c0.54,-0.792 1.2,-1.548 2.232,-1.548c0.288,0 0.516,0.108 0.636,0.324c0.072,0.132 0.096,0.432 0.096,0.6l0,4.248l0.96,0l0,-4.272c0,-1.14 -0.456,-1.704 -1.584,-1.704Z"
<path d="M98.661,285.081c-1.032,0 -1.824,0.516 -2.292,1.152l-0.048,0l0,-4.368l-0.96,0l0,9.192l0.96,0l0,-3.624c0.54,-0.792 1.2,-1.548 2.232,-1.548c0.288,0 0.516,0.108 0.636,0.324c0.072,0.132 0.096,0.432 0.096,0.6l0,4.248l0.96,0l0,-4.272c0,-1.14 -0.456,-1.704 -1.584,-1.704Z"
style="fill-rule:nonzero;"/>
<path d="M105.459,290.601l-0.348,-0.72c-0.36,0.24 -0.864,0.492 -1.32,0.492c-0.336,0 -0.444,-0.336 -0.444,-0.768l0,-3.576l1.812,0l0,-0.804l-1.812,0l0,-1.896l-0.96,0l0,1.884l-1.188,0.18l0,0.636l1.188,0l0,3.54c0,1.116 0.372,1.632 1.284,1.632c0.744,0 1.404,-0.336 1.788,-0.6Z"
<path d="M105.585,290.601l-0.348,-0.72c-0.36,0.24 -0.864,0.492 -1.32,0.492c-0.336,0 -0.444,-0.336 -0.444,-0.768l0,-3.576l1.812,0l0,-0.804l-1.812,0l0,-1.896l-0.96,0l0,1.884l-1.188,0.18l0,0.636l1.188,0l0,3.54c0,1.116 0.372,1.632 1.284,1.632c0.744,0 1.404,-0.336 1.788,-0.6Z"
style="fill-rule:nonzero;"/>
<path d="M110.775,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
<path d="M110.901,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
style="fill-rule:nonzero;"/>
<path d="M119.823,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
<path d="M119.949,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
style="fill-rule:nonzero;"/>
<path d="M126.819,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
<path d="M126.945,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
style="fill-rule:nonzero;"/>
<path d="M129.231,283.449l4.524,0l0,0.036c-2.316,2.796 -2.868,6.204 -2.868,7.572l1.044,0c0,-2.676 1.164,-5.364 3.036,-7.704l0,-0.852l-5.736,0l0,0.948Z"
<path d="M129.357,283.449l4.524,0l0,0.036c-2.316,2.796 -2.868,6.204 -2.868,7.572l1.044,0c0,-2.676 1.164,-5.364 3.036,-7.704l0,-0.852l-5.736,0l0,0.948Z"
style="fill-rule:nonzero;"/>
<rect x="139.179"
<rect x="139.305"
y="287.109"
width="3.024"
height="0.732"
style="fill-rule:nonzero;"/>
<path d="M147.879,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
<path d="M148.005,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
style="fill-rule:nonzero;"/>
<path d="M156.927,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
<path d="M157.053,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
style="fill-rule:nonzero;"/>
<path d="M163.923,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
<path d="M164.049,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
style="fill-rule:nonzero;"/>
<path d="M169.551,290.301c-1.008,0 -2.04,-0.456 -2.04,-1.632c0,-0.852 0.588,-1.5 1.248,-1.884c0.312,0.108 1.584,0.54 1.584,0.54c0.792,0.264 1.188,0.804 1.188,1.512c0,0.996 -0.708,1.464 -1.98,1.464Zm-0.024,-7.044c1.056,0 1.752,0.372 1.752,1.488c0,0.6 -0.336,1.164 -0.912,1.596c-0.24,-0.072 -1.2,-0.396 -1.368,-0.456c-0.84,-0.288 -1.08,-0.816 -1.08,-1.344c0,-0.936 0.696,-1.284 1.608,-1.284Zm1.776,3.504c0.672,-0.588 0.984,-1.452 0.984,-2.016c0,-1.572 -1.032,-2.388 -2.76,-2.388c-1.476,0 -2.604,0.78 -2.604,2.196c0,0.72 0.324,1.356 0.912,1.764c-0.792,0.504 -1.332,1.392 -1.332,2.352c0,1.62 1.344,2.532 3.036,2.532c1.824,0 3,-0.9 3,-2.364c0,-0.924 -0.42,-1.62 -1.236,-2.076Z"
<path d="M169.461,283.257c1.428,0 2.004,0.756 2.004,2.076c0,0.492 -0.204,0.852 -0.528,1.116c-0.42,0.348 -0.996,0.528 -1.596,0.528c-1.152,0 -1.764,-0.6 -1.764,-1.824c0,-1.356 0.828,-1.896 1.884,-1.896Zm-0.168,4.62c0.792,0 1.44,-0.18 2.1,-0.732l0.048,0c-0.036,0.408 -0.156,0.828 -0.3,1.128c-0.876,1.824 -2.232,2.028 -3.636,2.028l0,0.9c1.116,0 2.664,-0.18 3.684,-1.32c1.008,-1.104 1.284,-2.412 1.284,-4.14c0,-2.292 -1.008,-3.384 -3.012,-3.384c-1.692,0 -2.892,1.104 -2.892,2.856c0,1.476 0.96,2.664 2.724,2.664Z"
style="fill-rule:nonzero;"/>
<path d="M179.787,290.397c-0.348,0 -0.948,-0.132 -1.248,-0.288l0,-3.408c0.324,-0.552 1.056,-0.816 1.668,-0.816c1.176,0 1.764,0.756 1.764,2.136c0,1.5 -0.9,2.376 -2.184,2.376Zm0.42,-5.316c-0.552,0 -1.176,0.156 -1.62,0.552l-0.048,0l0,-3.768l-0.96,0l0,8.784c0.444,0.276 1.416,0.552 2.208,0.552c1.608,0 3.168,-1.092 3.168,-3.18c0,-2.004 -1.092,-2.94 -2.748,-2.94Z"
<path d="M179.661,290.397c-0.348,0 -0.948,-0.132 -1.248,-0.288l0,-3.408c0.324,-0.552 1.056,-0.816 1.668,-0.816c1.176,0 1.764,0.756 1.764,2.136c0,1.5 -0.9,2.376 -2.184,2.376Zm0.42,-5.316c-0.552,0 -1.176,0.156 -1.62,0.552l-0.048,0l0,-3.768l-0.96,0l0,8.784c0.444,0.276 1.416,0.552 2.208,0.552c1.608,0 3.168,-1.092 3.168,-3.18c0,-2.004 -1.092,-2.94 -2.748,-2.94Z"
style="fill-rule:nonzero;"/>
<path d="M186.471,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
<path d="M186.345,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
style="fill-rule:nonzero;"/>
<path d="M56.787,296.501l-1.02,0l0,8.556l4.848,0l0,-0.96l-3.828,0l0,-7.596Z"
style="fill-rule:nonzero;"/>
@@ -305,18 +302,18 @@
<path d="M233.777,317.081c-1.032,0 -1.824,0.516 -2.292,1.152l-0.048,0l0,-4.368l-0.96,0l0,9.192l0.96,0l0,-3.624c0.54,-0.792 1.2,-1.548 2.232,-1.548c0.288,0 0.516,0.108 0.636,0.324c0.072,0.132 0.096,0.432 0.096,0.6l0,4.248l0.96,0l0,-4.272c0,-1.14 -0.456,-1.704 -1.584,-1.704Z"
style="fill:#00030d;fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.00969,0,0,1,129.065,250.691)">
<path d="M-12.5,-6.323c-0.205,0.036 -0.4,0.11 -0.585,0.222c-0.184,0.112 -0.343,0.309 -0.475,0.591c-0.269,0.611 -0.547,1.248 -0.834,1.911c-0.287,0.663 -0.585,1.359 -0.895,2.088c-0.091,0.21 -0.188,0.458 -0.291,0.745c-0.102,0.287 -0.197,0.563 -0.283,0.828l-0.534,0c-0.433,-1.071 -0.831,-2.048 -1.196,-2.93c-0.364,-0.882 -0.743,-1.785 -1.135,-2.71c-0.091,-0.21 -0.238,-0.373 -0.441,-0.489c-0.202,-0.116 -0.406,-0.19 -0.611,-0.222l0,-0.451l3.117,0l0,0.478c-0.137,0.005 -0.308,0.033 -0.513,0.086c-0.205,0.052 -0.308,0.124 -0.308,0.215c0,0.014 0.012,0.049 0.035,0.106c0.022,0.057 0.045,0.122 0.068,0.195c0.187,0.465 0.451,1.114 0.793,1.948c0.342,0.834 0.62,1.506 0.834,2.017c0.164,-0.392 0.37,-0.88 0.619,-1.463c0.248,-0.584 0.516,-1.235 0.803,-1.955c0.045,-0.123 0.089,-0.238 0.13,-0.345c0.041,-0.108 0.061,-0.216 0.061,-0.325c0,-0.078 -0.037,-0.147 -0.113,-0.209c-0.075,-0.061 -0.165,-0.115 -0.27,-0.16c-0.104,-0.046 -0.207,-0.08 -0.307,-0.103c-0.1,-0.023 -0.182,-0.039 -0.246,-0.048l0,-0.437l2.577,0l0,0.417Z"
<g transform="matrix(1.00969,0,0,1,129.063,250.691)">
<path d="M-12.241,-6.323c-0.205,0.036 -0.4,0.11 -0.585,0.222c-0.184,0.112 -0.343,0.309 -0.475,0.591c-0.269,0.611 -0.547,1.248 -0.834,1.911c-0.287,0.663 -0.585,1.359 -0.895,2.088c-0.092,0.21 -0.188,0.458 -0.291,0.745c-0.102,0.287 -0.197,0.563 -0.284,0.828l-0.533,0c-0.433,-1.071 -0.832,-2.048 -1.196,-2.93c-0.365,-0.882 -0.743,-1.785 -1.135,-2.71c-0.091,-0.21 -0.238,-0.373 -0.441,-0.489c-0.203,-0.116 -0.407,-0.19 -0.612,-0.222l0,-0.451l3.118,0l0,0.478c-0.137,0.005 -0.308,0.033 -0.513,0.086c-0.205,0.052 -0.308,0.124 -0.308,0.215c0,0.014 0.012,0.049 0.034,0.106c0.023,0.057 0.046,0.122 0.069,0.195c0.187,0.465 0.451,1.114 0.793,1.948c0.342,0.834 0.62,1.506 0.834,2.017c0.164,-0.392 0.37,-0.88 0.618,-1.463c0.249,-0.584 0.517,-1.235 0.804,-1.955c0.045,-0.123 0.089,-0.238 0.13,-0.345c0.041,-0.108 0.061,-0.216 0.061,-0.325c0,-0.078 -0.038,-0.147 -0.113,-0.209c-0.075,-0.061 -0.165,-0.115 -0.27,-0.16c-0.105,-0.046 -0.207,-0.08 -0.307,-0.103c-0.101,-0.023 -0.183,-0.039 -0.246,-0.048l0,-0.437l2.577,0l0,0.417Z"
style="fill-rule:nonzero;"/>
<path d="M-5.678,-6.385c0.292,0.351 0.509,0.762 0.653,1.234c0.144,0.472 0.215,0.965 0.215,1.48c0,0.62 -0.089,1.175 -0.266,1.665c-0.178,0.49 -0.422,0.896 -0.732,1.22c-0.319,0.333 -0.697,0.583 -1.135,0.752c-0.437,0.168 -0.925,0.253 -1.462,0.253c-0.588,0 -1.112,-0.098 -1.573,-0.294c-0.46,-0.196 -0.834,-0.465 -1.121,-0.807c-0.301,-0.355 -0.525,-0.771 -0.673,-1.247c-0.148,-0.477 -0.222,-0.99 -0.222,-1.542c0,-0.542 0.071,-1.041 0.215,-1.497c0.144,-0.456 0.368,-0.868 0.673,-1.237c0.292,-0.356 0.668,-0.636 1.128,-0.841c0.461,-0.205 0.987,-0.308 1.579,-0.308c0.625,0 1.16,0.105 1.607,0.315c0.446,0.209 0.818,0.494 1.114,0.854Zm-0.642,2.714c0,-1.085 -0.186,-1.925 -0.558,-2.522c-0.371,-0.597 -0.876,-0.896 -1.514,-0.896c-0.647,0 -1.157,0.299 -1.531,0.896c-0.374,0.597 -0.561,1.437 -0.561,2.522c0,1.03 0.179,1.858 0.537,2.485c0.358,0.627 0.872,0.94 1.542,0.94c0.67,0 1.184,-0.313 1.545,-0.94c0.36,-0.627 0.54,-1.455 0.54,-2.485Z"
<path d="M-5.419,-6.385c0.292,0.351 0.509,0.762 0.653,1.234c0.143,0.472 0.215,0.965 0.215,1.48c0,0.62 -0.089,1.175 -0.266,1.665c-0.178,0.49 -0.422,0.896 -0.732,1.22c-0.319,0.333 -0.697,0.583 -1.135,0.752c-0.437,0.168 -0.925,0.253 -1.463,0.253c-0.587,0 -1.112,-0.098 -1.572,-0.294c-0.46,-0.196 -0.834,-0.465 -1.121,-0.807c-0.301,-0.355 -0.525,-0.771 -0.673,-1.247c-0.148,-0.477 -0.222,-0.99 -0.222,-1.542c0,-0.542 0.071,-1.041 0.215,-1.497c0.143,-0.456 0.368,-0.868 0.673,-1.237c0.292,-0.356 0.668,-0.636 1.128,-0.841c0.46,-0.205 0.987,-0.308 1.579,-0.308c0.625,0 1.16,0.105 1.607,0.315c0.446,0.209 0.818,0.494 1.114,0.854Zm-0.643,2.714c0,-1.085 -0.185,-1.925 -0.557,-2.522c-0.371,-0.597 -0.876,-0.896 -1.514,-0.896c-0.647,0 -1.157,0.299 -1.531,0.896c-0.374,0.597 -0.561,1.437 -0.561,2.522c0,1.03 0.179,1.858 0.537,2.485c0.358,0.627 0.871,0.94 1.541,0.94c0.67,0 1.185,-0.313 1.545,-0.94c0.36,-0.627 0.54,-1.455 0.54,-2.485Z"
style="fill-rule:nonzero;"/>
<path d="M-1.269,-0.786c0,0.255 -0.092,0.473 -0.277,0.653c-0.184,0.18 -0.404,0.27 -0.659,0.27c-0.255,0 -0.475,-0.09 -0.66,-0.27c-0.184,-0.18 -0.277,-0.398 -0.277,-0.653c0,-0.255 0.093,-0.475 0.277,-0.66c0.185,-0.184 0.405,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.659,0.277c0.185,0.185 0.277,0.405 0.277,0.66Z"
<path d="M-1.01,-0.786c0,0.255 -0.092,0.473 -0.277,0.653c-0.184,0.18 -0.404,0.27 -0.659,0.27c-0.256,0 -0.475,-0.09 -0.66,-0.27c-0.185,-0.18 -0.277,-0.398 -0.277,-0.653c0,-0.255 0.092,-0.475 0.277,-0.66c0.185,-0.184 0.404,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.659,0.277c0.185,0.185 0.277,0.405 0.277,0.66Z"
style="fill-rule:nonzero;"/>
<path d="M7.016,-3.151c0,0.474 -0.085,0.918 -0.256,1.333c-0.171,0.414 -0.4,0.768 -0.687,1.059c-0.333,0.333 -0.701,0.579 -1.104,0.738c-0.403,0.16 -0.824,0.24 -1.261,0.24c-0.506,0 -0.964,-0.094 -1.374,-0.281c-0.41,-0.186 -0.759,-0.451 -1.046,-0.792c-0.292,-0.347 -0.517,-0.771 -0.677,-1.272c-0.159,-0.501 -0.239,-1.064 -0.239,-1.688c0,-1.627 0.484,-2.999 1.453,-4.116c0.968,-1.116 2.266,-1.786 3.893,-2.009l0.123,0.615l-0.616,0.109c-0.988,0.319 -1.753,0.816 -2.293,1.49c-0.54,0.675 -0.89,1.493 -1.049,2.454c0.392,-0.341 0.779,-0.583 1.162,-0.724c0.383,-0.141 0.786,-0.212 1.21,-0.212c0.761,0 1.411,0.292 1.951,0.875c0.54,0.583 0.81,1.31 0.81,2.181Zm-1.483,0.184c0,-0.738 -0.17,-1.331 -0.509,-1.777c-0.34,-0.447 -0.794,-0.67 -1.364,-0.67c-0.342,0 -0.66,0.064 -0.954,0.191c-0.294,0.128 -0.577,0.342 -0.851,0.643c-0.004,0.055 -0.011,0.181 -0.02,0.379c-0.009,0.199 -0.014,0.355 -0.014,0.469c0,1.066 0.174,1.901 0.523,2.505c0.349,0.604 0.808,0.906 1.378,0.906c0.542,0 0.979,-0.236 1.312,-0.708c0.333,-0.471 0.499,-1.117 0.499,-1.938Z"
<path d="M7.275,-3.151c0,0.474 -0.085,0.918 -0.256,1.333c-0.171,0.414 -0.4,0.768 -0.687,1.059c-0.333,0.333 -0.701,0.579 -1.104,0.738c-0.403,0.16 -0.824,0.24 -1.261,0.24c-0.506,0 -0.964,-0.094 -1.374,-0.281c-0.41,-0.186 -0.759,-0.451 -1.046,-0.792c-0.292,-0.347 -0.517,-0.771 -0.677,-1.272c-0.159,-0.501 -0.239,-1.064 -0.239,-1.688c0,-1.627 0.484,-2.999 1.452,-4.116c0.969,-1.116 2.267,-1.786 3.893,-2.009l0.124,0.615l-0.616,0.109c-0.989,0.319 -1.753,0.816 -2.293,1.49c-0.54,0.675 -0.89,1.493 -1.049,2.454c0.391,-0.341 0.779,-0.583 1.162,-0.724c0.382,-0.141 0.786,-0.212 1.21,-0.212c0.761,0 1.411,0.292 1.951,0.875c0.54,0.583 0.81,1.31 0.81,2.181Zm-1.483,0.184c0,-0.738 -0.17,-1.331 -0.509,-1.777c-0.34,-0.447 -0.794,-0.67 -1.364,-0.67c-0.342,0 -0.66,0.064 -0.954,0.191c-0.294,0.128 -0.577,0.342 -0.851,0.643c-0.004,0.055 -0.011,0.181 -0.02,0.379c-0.009,0.199 -0.014,0.355 -0.014,0.469c0,1.066 0.174,1.901 0.523,2.505c0.349,0.604 0.808,0.906 1.377,0.906c0.543,0 0.98,-0.236 1.313,-0.708c0.333,-0.471 0.499,-1.117 0.499,-1.938Z"
style="fill-rule:nonzero;"/>
<path d="M10.428,-0.786c0,0.255 -0.093,0.473 -0.277,0.653c-0.185,0.18 -0.405,0.27 -0.66,0.27c-0.255,0 -0.475,-0.09 -0.66,-0.27c-0.184,-0.18 -0.276,-0.398 -0.276,-0.653c0,-0.255 0.092,-0.475 0.276,-0.66c0.185,-0.184 0.405,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.66,0.277c0.184,0.185 0.277,0.405 0.277,0.66Z"
<path d="M10.686,-0.786c0,0.255 -0.092,0.473 -0.276,0.653c-0.185,0.18 -0.405,0.27 -0.66,0.27c-0.255,0 -0.475,-0.09 -0.66,-0.27c-0.184,-0.18 -0.277,-0.398 -0.277,-0.653c0,-0.255 0.093,-0.475 0.277,-0.66c0.185,-0.184 0.405,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.66,0.277c0.184,0.185 0.276,0.405 0.276,0.66Z"
style="fill-rule:nonzero;"/>
<path d="M18.774,-0.615l-1.387,0l0,3.11l-1.313,0l0,-3.11l-4.375,0l0,-1.053l4.792,-5.845l0.896,0l0,6.002l1.387,0l0,0.896Zm-2.7,-0.896l0,-4.477l-3.691,4.477l3.691,0Z"
<path d="M17.386,-3.206c0.3,0.237 0.55,0.542 0.748,0.916c0.198,0.374 0.298,0.841 0.298,1.401c0,0.98 -0.335,1.789 -1.005,2.427c-0.67,0.638 -1.52,0.957 -2.55,0.957c-0.798,0 -1.472,-0.189 -2.024,-0.567c-0.551,-0.379 -0.827,-0.818 -0.827,-1.32c0,-0.232 0.057,-0.435 0.171,-0.608c0.114,-0.173 0.29,-0.26 0.527,-0.26c0.273,0 0.481,0.072 0.625,0.216c0.144,0.143 0.215,0.299 0.215,0.468c0,0.146 -0.025,0.328 -0.075,0.547c-0.05,0.218 -0.089,0.38 -0.116,0.485c0.036,0.032 0.096,0.075 0.178,0.13c0.082,0.055 0.18,0.107 0.294,0.157c0.118,0.05 0.263,0.095 0.434,0.133c0.171,0.039 0.37,0.059 0.598,0.059c0.292,0 0.567,-0.06 0.827,-0.178c0.26,-0.119 0.479,-0.294 0.656,-0.527c0.196,-0.255 0.343,-0.545 0.441,-0.871c0.098,-0.326 0.147,-0.74 0.147,-1.241c0,-0.642 -0.179,-1.174 -0.536,-1.596c-0.358,-0.422 -0.829,-0.632 -1.412,-0.632c-0.365,0 -0.705,0.068 -1.022,0.205c-0.317,0.136 -0.6,0.364 -0.851,0.683l-0.458,-0.177l0.581,-4.936l4.894,0l0,1.217l-4.34,0l-0.356,2.898c0.205,-0.146 0.475,-0.29 0.81,-0.434c0.335,-0.143 0.703,-0.215 1.104,-0.215c0.333,0 0.678,0.051 1.036,0.154c0.358,0.102 0.687,0.272 0.988,0.509Z"
style="fill-rule:nonzero;"/>
</g>



+ 0
- 147
plugins/community/repos/LindenbergResearch/res/panels/Korg35VCF.svg
File diff suppressed because it is too large
View File


+ 865
- 0
plugins/community/repos/LindenbergResearch/res/panels/Type35VCF.svg View File

@@ -0,0 +1,865 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="285px"
height="380px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<g id="Background"
transform="matrix(1.66667,0,0,1,-7.48333,-196.458)">
<rect x="-0.01"
y="196.458"
width="180"
height="380"
style="fill:#161616;"/>
</g>
<g id="Bat-"
serif:id="Bat!"
transform="matrix(0.535714,0,0,0.535714,-224.339,-39.3477)">
<path d="M764.9,414.5c7.7,74.9 -63.8,66 -63.8,66c1.3,-15.7 8.4,-35.2 8.4,-35.2l-13.5,6l-10.3,-0.7l-10.3,0.7l-13.5,-6c0,0 7.1,19.5 8.4,35.2c0,0 -71.6,9 -63.8,-66c0,0 -79.3,-61.5 -172.8,-17.2c0,0 61.2,0 69,70.4c0,0 64.5,-23.2 87,54.7c0,0 32.9,-11.2 48.3,30c0,0 -4.5,-39 27.7,-48.7c0,0 -9,30.7 20,60.7c29,-30 20,-60.7 20,-60.7c32.2,9.7 27.7,48.7 27.7,48.7c15.5,-41.2 48.3,-30 48.3,-30c22.6,-77.9 87,-54.7 87,-54.7c7.7,-70.4 69,-70.4 69,-70.4c-93.5,-44.2 -172.8,17.2 -172.8,17.2Z"
style="fill:#a0a0a0;fill-opacity:0.333333;fill-rule:nonzero;"/>
</g>
<g id="Bat-1"
serif:id="Bat!"
transform="matrix(0.128968,0,0,0.128968,54.5665,282.02)">
<path d="M764.9,414.5c7.7,74.9 -63.8,66 -63.8,66c1.3,-15.7 8.4,-35.2 8.4,-35.2l-13.5,6l-10.3,-0.7l-10.3,0.7l-13.5,-6c0,0 7.1,19.5 8.4,35.2c0,0 -71.6,9 -63.8,-66c0,0 -79.3,-61.5 -172.8,-17.2c0,0 61.2,0 69,70.4c0,0 64.5,-23.2 87,54.7c0,0 32.9,-11.2 48.3,30c0,0 -4.5,-39 27.7,-48.7c0,0 -9,30.7 20,60.7c29,-30 20,-60.7 20,-60.7c32.2,9.7 27.7,48.7 27.7,48.7c15.5,-41.2 48.3,-30 48.3,-30c22.6,-77.9 87,-54.7 87,-54.7c7.7,-70.4 69,-70.4 69,-70.4c-93.5,-44.2 -172.8,17.2 -172.8,17.2Z"
style="fill:#d17777;fill-opacity:0.458824;fill-rule:nonzero;"/>
</g>
<g id="Controls"
transform="matrix(1,0,0,1,22.5,-14)">
<g id="Scale_2_"
transform="matrix(1,0,0,1,31.0049,-171.742)">
<g id="Big_3_">
<path d="M90,309.824l0,-27.882"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M116,307.942l-52,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M67.483,320.942l45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M77,330.458l26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.517,320.942l-45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M103,330.458l-26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_3_">
<g id="smallScale_14_">
<path d="M92.872,326.901l-6.637,-41.935"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,304.335l-46,7.294"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M71.78,322.647l36.197,-29.33"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M83.019,325.865l15.205,-39.637"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.618,316.331l-43.48,-16.7"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M104.532,326.091l-29.307,-36.219"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
<g id="smallScale_12_">
<path d="M96.74,325.875l-15.208,-39.646"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.619,299.63l-43.48,16.702"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M75.224,326.093l29.31,-36.221"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M86.885,326.891l6.636,-41.924"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,311.626l-46,-7.29"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M107.975,322.646l-36.194,-29.329"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
</g>
<path id="OuterCircle_5_"
d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609"
style="fill:none;stroke:#f9f9f9;stroke-width:2.5px;"/>
</g>
<g id="Scale_2_1"
serif:id="Scale_2_"
transform="matrix(1,0,0,1,-51.65,-91.1325)">
<g id="Big_3_1"
serif:id="Big_3_">
<path d="M90,309.824l0,-27.882"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M116,307.942l-52,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M67.483,320.942l45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M77,330.458l26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.517,320.942l-45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M103,330.458l-26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_3_1"
serif:id="Small_3_">
<g id="smallScale_14_1"
serif:id="smallScale_14_">
<path d="M92.872,326.901l-6.637,-41.935"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,304.335l-46,7.294"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M71.78,322.647l36.197,-29.33"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M83.019,325.865l15.205,-39.637"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.618,316.331l-43.48,-16.7"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M104.532,326.091l-29.307,-36.219"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
<g id="smallScale_12_1"
serif:id="smallScale_12_">
<path d="M96.74,325.875l-15.208,-39.646"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.619,299.63l-43.48,16.702"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M75.224,326.093l29.31,-36.221"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M86.885,326.891l6.636,-41.924"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,311.626l-46,-7.29"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M107.975,322.646l-36.194,-29.329"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
</g>
<path id="OuterCircle_5_1"
serif:id="OuterCircle_5_"
d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609"
style="fill:none;stroke:#f9f9f9;stroke-width:2.5px;"/>
</g>
<g id="Scale_2_2"
serif:id="Scale_2_"
transform="matrix(1,0,0,1,111.632,-91.1444)">
<g id="Big_3_2"
serif:id="Big_3_">
<path d="M90,309.824l0,-27.882"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M116,307.942l-52,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M67.483,320.942l45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M77,330.458l26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.517,320.942l-45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M103,330.458l-26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_3_2"
serif:id="Small_3_">
<g id="smallScale_14_2"
serif:id="smallScale_14_">
<path d="M92.872,326.901l-6.637,-41.935"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,304.335l-46,7.294"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M71.78,322.647l36.197,-29.33"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M83.019,325.865l15.205,-39.637"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.618,316.331l-43.48,-16.7"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M104.532,326.091l-29.307,-36.219"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
<g id="smallScale_12_2"
serif:id="smallScale_12_">
<path d="M96.74,325.875l-15.208,-39.646"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.619,299.63l-43.48,16.702"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M75.224,326.093l29.31,-36.221"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M86.885,326.891l6.636,-41.924"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,311.626l-46,-7.29"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M107.975,322.646l-36.194,-29.329"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
</g>
<path id="OuterCircle_5_2"
serif:id="OuterCircle_5_"
d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609"
style="fill:none;stroke:#f9f9f9;stroke-width:2.5px;"/>
</g>
<g id="Scale_1_"
transform="matrix(1,0,0,1,-91.64,25.4818)">
<g id="Big_1_">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_1_">
<g id="smallScale_7_">
<path d="M132.77,119.705l-6.143,-58.479"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,89.881l-64,6.732"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M103.96,112.172l52.063,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M119.226,117.441l23.851,-53.609"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M159.385,106.343l-58.788,-26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M148.902,119.296l-37.823,-52.098"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_6_">
<path d="M135.489,119.136l-12.188,-57.383"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.463,86.554l-62.944,13.387"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M106.079,114.791l47.823,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M121.816,118.42l18.116,-55.795"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.592,103.195l-61.202,-19.897"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M151.521,117.176l-43.061,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_5_">
<path d="M138.166,118.427l-18.117,-55.801"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.59,83.298l-61.2,19.898"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M108.461,117.176l43.06,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M124.491,119.135l12.188,-57.382"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.464,99.94l-62.945,-13.386"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M153.901,114.791l-47.822,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_4_">
<g transform="matrix(1,0,0,0.998956,0,0.0666488)">
<path d="M140.753,117.44l-23.85,-53.607"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<path d="M159.384,80.15l-58.787,26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M111.079,119.296l37.824,-52.1"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M127.228,119.556l6.124,-58.329"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,96.612l-64,-6.731"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M156.021,112.172l-52.062,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
</g>
<path id="InnerCircle_1_"
d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:none;stroke:#f9f9f9;stroke-width:5px;"/>
</g>
<g id="Scale_1_1"
serif:id="Scale_1_"
transform="matrix(1,0,0,1,71.6416,25.4818)">
<g id="Big_1_1"
serif:id="Big_1_">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_1_1"
serif:id="Small_1_">
<g id="smallScale_7_1"
serif:id="smallScale_7_">
<path d="M132.77,119.705l-6.143,-58.479"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,89.881l-64,6.732"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M103.96,112.172l52.063,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M119.226,117.441l23.851,-53.609"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M159.385,106.343l-58.788,-26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M148.902,119.296l-37.823,-52.098"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_6_1"
serif:id="smallScale_6_">
<path d="M135.489,119.136l-12.188,-57.383"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.463,86.554l-62.944,13.387"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M106.079,114.791l47.823,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M121.816,118.42l18.116,-55.795"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.592,103.195l-61.202,-19.897"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M151.521,117.176l-43.061,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_5_1"
serif:id="smallScale_5_">
<path d="M138.166,118.427l-18.117,-55.801"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.59,83.298l-61.2,19.898"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M108.461,117.176l43.06,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M124.491,119.135l12.188,-57.382"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.464,99.94l-62.945,-13.386"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M153.901,114.791l-47.822,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_4_1"
serif:id="smallScale_4_">
<g transform="matrix(1,0,0,0.998956,0,0.0666488)">
<path d="M140.753,117.44l-23.85,-53.607"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<path d="M159.384,80.15l-58.787,26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M111.079,119.296l37.824,-52.1"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M127.228,119.556l6.124,-58.329"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,96.612l-64,-6.731"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M156.021,112.172l-52.062,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
</g>
<path id="InnerCircle_1_1"
serif:id="InnerCircle_1_"
d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:none;stroke:#f9f9f9;stroke-width:5px;"/>
</g>
<g id="CV_P_LP"
transform="matrix(1,0,0,1,-8.36401,11.1395)">
<g id="Arrow"
transform="matrix(1,0,0,1,36.4295,189.427)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g id="ScaleSmall"
transform="matrix(0.720434,0,0,0.720434,-28.8301,219.173)">
<g id="Big_1_2"
serif:id="Big_1_"
transform="matrix(0.410551,0,0,0.410551,76.6225,53.479)">
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
</g>
<g id="InnerCircle_1_2"
serif:id="InnerCircle_1_"
transform="matrix(0.745435,0,0,0.745435,38.7046,21.6828)">
<path d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:#f9f9f9;stroke:#000;stroke-width:2.08px;"/>
</g>
</g>
</g>
<g id="ScaleSmall_3_"
transform="matrix(1,0,0,1,-12.4955,113.91)">
<g id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_1"
serif:id="ScaleSmall_3_"
transform="matrix(1,0,0,1,106.505,113.91)">
<g id="OuterCircle_4_1"
serif:id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_1"
serif:id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_2"
serif:id="ScaleSmall_3_"
transform="matrix(1,0,0,1,148.505,113.91)">
<g id="OuterCircle_4_2"
serif:id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_2"
serif:id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g id="CV_F_LP"
transform="matrix(1,0,0,1,-4.36401,11.1395)">
<g id="Arrow1"
serif:id="Arrow"
transform="matrix(1,0,0,1,-9.57049,189.427)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g id="ScaleSmall1"
serif:id="ScaleSmall"
transform="matrix(0.720434,0,0,0.720434,-74.8301,219.173)">
<g id="Big_1_3"
serif:id="Big_1_"
transform="matrix(0.410551,0,0,0.410551,76.6225,53.479)">
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
</g>
<g id="InnerCircle_1_3"
serif:id="InnerCircle_1_"
transform="matrix(0.745435,0,0,0.745435,38.7046,21.6828)">
<path d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:#f9f9f9;stroke:#000;stroke-width:2.08px;"/>
</g>
</g>
</g>
<g id="ScaleSmall_3_3"
serif:id="ScaleSmall_3_"
transform="matrix(1,0,0,1,-54.3672,113.91)">
<g id="OuterCircle_4_3"
serif:id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_3"
serif:id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g transform="matrix(1,0,0,1,88.0655,103.567)">
<g id="CV_DRIVE">
<path id="Arrow2"
serif:id="Arrow"
d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#ffefef;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,1,189.065,200.567)">
<g id="CV_P_HP">
<path id="Arrow3"
serif:id="Arrow"
d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,1,147.066,200.567)">
<g id="CV_F_HP">
<path id="Arrow4"
serif:id="Arrow"
d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
</g>
<g id="Labels"
transform="matrix(1,0,0,1,22.5,-14)">
<g transform="matrix(0.863123,0,0,0.810985,23.7101,6.09269)">
<path d="M103.016,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.756,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.415,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.601,207.069c0.072,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.205,-0.255 0.332,-0.359c0.127,-0.104 0.271,-0.188 0.434,-0.251c0.163,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.369,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.414,0.251l-0.367,1.574c-0.235,-0.19 -0.538,-0.285 -0.908,-0.285c-0.245,0 -0.482,0.056 -0.713,0.169c-0.23,0.114 -0.409,0.292 -0.535,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M112.185,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.272,0.422 0.272,0.685c0,0.262 -0.091,0.49 -0.272,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.334,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.439,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.871,212.657l-2.333,-6.552l1.763,0l0.95,2.808l0.502,2.198l0.027,0l0.488,-2.198l0.963,-2.808l1.763,0l-2.333,6.552l-1.79,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M120.556,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.587,0 1.139,-0.135 1.654,-0.407l0.38,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.623,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.991,-0.732c0.402,-0.181 0.874,-0.271 1.417,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.42,0.545 0.542,0.889c0.123,0.343 0.184,0.714 0.184,1.112c0,0.208 -0.019,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.052,0.468c-0.266,0.312 -0.422,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,-57.2262,197.341)">
<path d="M75.097,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.215,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.168,-0.1 0.351,-0.181 0.55,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.362,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.357,0.61c0.307,0.407 0.461,0.99 0.461,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.085,-0.203 -0.273,-0.305 -0.562,-0.305c-0.299,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.611,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M85.121,209.374c0,0.651 0.126,1.167 0.379,1.547c0.253,0.379 0.642,0.569 1.167,0.569c0.524,0 0.913,-0.19 1.166,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.166,-0.563c-0.525,0 -0.914,0.188 -1.167,0.563c-0.253,0.375 -0.379,0.888 -0.379,1.539Zm-1.737,0c0,-0.47 0.068,-0.915 0.204,-1.336c0.135,-0.42 0.339,-0.784 0.61,-1.092c0.271,-0.307 0.613,-0.551 1.024,-0.732c0.412,-0.181 0.893,-0.271 1.445,-0.271c0.551,0 1.033,0.09 1.444,0.271c0.412,0.181 0.753,0.425 1.024,0.732c0.272,0.308 0.475,0.672 0.611,1.092c0.135,0.421 0.203,0.866 0.203,1.336c0,0.48 -0.068,0.927 -0.203,1.343c-0.136,0.416 -0.339,0.78 -0.611,1.092c-0.271,0.312 -0.612,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.444,0.272c-0.552,0 -1.033,-0.091 -1.445,-0.272c-0.411,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.61,-1.092c-0.136,-0.416 -0.204,-0.863 -0.204,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.859,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.116,0.963c0.076,0.262 0.183,0.475 0.318,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M101.845,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="104.72"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M111.054,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.734,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.275,0.183 0.502,0.183c0.298,0 0.596,-0.104 0.895,-0.312l0.352,1.262c-0.226,0.144 -0.463,0.253 -0.712,0.325c-0.248,0.072 -0.526,0.109 -0.834,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.482,-0.9 -0.482,-1.642l0,-3.323l-1.003,0l0,-1.221l1.031,0l0.406,-1.871l1.262,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M119.925,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.335,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.438,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M122.38,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.637,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.603,-0.244c0.222,-0.064 0.455,-0.095 0.699,-0.095c0.642,0 1.155,0.226 1.539,0.678c0.385,0.452 0.577,1.09 0.577,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.073,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M140.434,211.49c0.632,0 1.211,-0.144 1.736,-0.434l0.379,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.384,0.086 -0.762,0.129 -1.133,0.129c-0.551,0 -1.037,-0.091 -1.458,-0.272c-0.42,-0.181 -0.771,-0.427 -1.051,-0.739c-0.28,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.281,-0.307 0.631,-0.551 1.052,-0.732c0.42,-0.181 0.915,-0.271 1.485,-0.271c0.352,0 0.705,0.043 1.058,0.129c0.352,0.085 0.683,0.219 0.99,0.4l-0.366,1.207c-0.226,-0.127 -0.468,-0.226 -0.726,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.276,0.379 0.694,0.569 1.255,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M144.532,212.657l-2.333,-6.552l1.763,0l0.95,2.808l0.501,2.198l0.028,0l0.488,-2.198l0.963,-2.808l1.763,0l-2.333,6.552l-1.79,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,105.16,197.209)">
<path d="M75.097,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.215,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.168,-0.1 0.351,-0.181 0.55,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.362,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.357,0.61c0.307,0.407 0.461,0.99 0.461,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.085,-0.203 -0.273,-0.305 -0.562,-0.305c-0.299,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.611,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M85.121,209.374c0,0.651 0.126,1.167 0.379,1.547c0.253,0.379 0.642,0.569 1.167,0.569c0.524,0 0.913,-0.19 1.166,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.166,-0.563c-0.525,0 -0.914,0.188 -1.167,0.563c-0.253,0.375 -0.379,0.888 -0.379,1.539Zm-1.737,0c0,-0.47 0.068,-0.915 0.204,-1.336c0.135,-0.42 0.339,-0.784 0.61,-1.092c0.271,-0.307 0.613,-0.551 1.024,-0.732c0.412,-0.181 0.893,-0.271 1.445,-0.271c0.551,0 1.033,0.09 1.444,0.271c0.412,0.181 0.753,0.425 1.024,0.732c0.272,0.308 0.475,0.672 0.611,1.092c0.135,0.421 0.203,0.866 0.203,1.336c0,0.48 -0.068,0.927 -0.203,1.343c-0.136,0.416 -0.339,0.78 -0.611,1.092c-0.271,0.312 -0.612,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.444,0.272c-0.552,0 -1.033,-0.091 -1.445,-0.272c-0.411,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.61,-1.092c-0.136,-0.416 -0.204,-0.863 -0.204,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.859,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.116,0.963c0.076,0.262 0.183,0.475 0.318,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M101.845,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="104.72"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M111.054,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.734,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.275,0.183 0.502,0.183c0.298,0 0.596,-0.104 0.895,-0.312l0.352,1.262c-0.226,0.144 -0.463,0.253 -0.712,0.325c-0.248,0.072 -0.526,0.109 -0.834,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.482,-0.9 -0.482,-1.642l0,-3.323l-1.003,0l0,-1.221l1.031,0l0.406,-1.871l1.262,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M119.925,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.335,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.438,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M122.38,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.637,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.603,-0.244c0.222,-0.064 0.455,-0.095 0.699,-0.095c0.642,0 1.155,0.226 1.539,0.678c0.385,0.452 0.577,1.09 0.577,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.073,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M140.434,211.49c0.632,0 1.211,-0.144 1.736,-0.434l0.379,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.384,0.086 -0.762,0.129 -1.133,0.129c-0.551,0 -1.037,-0.091 -1.458,-0.272c-0.42,-0.181 -0.771,-0.427 -1.051,-0.739c-0.28,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.281,-0.307 0.631,-0.551 1.052,-0.732c0.42,-0.181 0.915,-0.271 1.485,-0.271c0.352,0 0.705,0.043 1.058,0.129c0.352,0.085 0.683,0.219 0.99,0.4l-0.366,1.207c-0.226,-0.127 -0.468,-0.226 -0.726,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.276,0.379 0.694,0.569 1.255,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M144.532,212.657l-2.333,-6.552l1.763,0l0.95,2.808l0.501,2.198l0.028,0l0.488,-2.198l0.963,-2.808l1.763,0l-2.333,6.552l-1.79,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,4.49539,153.341)">
<path d="M109.23,212.657l-1.737,0l0,-6.552l1.737,0l0,6.552Zm-0.868,-9.305c0.334,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.439,0.291 -0.773,0.291c-0.335,0 -0.593,-0.097 -0.774,-0.291c-0.18,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.091,-0.491 0.271,-0.685c0.181,-0.195 0.439,-0.292 0.774,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M112.105,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.1,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.156,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.732,-0.319c-0.317,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.518,0.379 -0.699,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,-56.443,-3.18667)">
<path d="M87.167,204.6c-0.38,0 -0.646,0.095 -0.8,0.285c-0.154,0.19 -0.231,0.461 -0.231,0.814l0,0.406l1.804,0l0,1.221l-1.804,0l0,5.331l-1.695,0l0,-5.331l-1.004,0l0,-1.221l1.004,0l0,-0.42c0,-0.741 0.178,-1.316 0.536,-1.723c0.357,-0.406 0.942,-0.61 1.756,-0.61c0.335,0 0.631,0.034 0.889,0.102c0.257,0.068 0.49,0.16 0.698,0.278l-0.353,1.044c-0.208,-0.117 -0.474,-0.176 -0.8,-0.176Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M90.083,207.069c0.073,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.206,-0.255 0.333,-0.359c0.126,-0.104 0.271,-0.188 0.434,-0.251c0.162,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.368,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.413,0.251l-0.366,1.574c-0.235,-0.19 -0.538,-0.285 -0.909,-0.285c-0.244,0 -0.481,0.056 -0.712,0.169c-0.23,0.114 -0.409,0.292 -0.536,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.076,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.464,-0.245c-0.416,-0.162 -0.765,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M103.231,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.115,0.963c0.077,0.262 0.184,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,7.053l-1.736,0l0,-3.445c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0.19,-0.855l1.546,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M110.217,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.354,209.971c0.099,0.534 0.318,0.92 0.657,1.16c0.34,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.376,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.136,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.189,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.444,0 0.837,0.07 1.18,0.21c0.344,0.14 0.636,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.082,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.284,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M121.027,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.155,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.284,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.382,211.49c0.633,0 1.212,-0.144 1.736,-0.434l0.38,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.385,0.086 -0.762,0.129 -1.133,0.129c-0.552,0 -1.038,-0.091 -1.458,-0.272c-0.421,-0.181 -0.771,-0.427 -1.051,-0.739c-0.281,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.28,-0.307 0.631,-0.551 1.051,-0.732c0.421,-0.181 0.916,-0.271 1.486,-0.271c0.352,0 0.705,0.043 1.057,0.129c0.353,0.085 0.683,0.219 0.991,0.4l-0.367,1.207c-0.226,-0.127 -0.468,-0.226 -0.725,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.275,0.379 0.694,0.569 1.254,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M136.151,211.64c-0.082,0.126 -0.188,0.248 -0.319,0.366c-0.131,0.117 -0.278,0.226 -0.441,0.325c-0.163,0.1 -0.341,0.179 -0.536,0.238c-0.194,0.058 -0.4,0.088 -0.617,0.088c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.257c0.236,-0.172 0.444,-0.376 0.624,-0.611l0,-4.3l1.737,0l0,6.023c0,0.588 -0.084,1.089 -0.251,1.505c-0.168,0.416 -0.396,0.755 -0.685,1.018c-0.29,0.262 -0.633,0.454 -1.031,0.576c-0.398,0.122 -0.828,0.183 -1.289,0.183c-0.515,0 -0.994,-0.059 -1.438,-0.176c-0.443,-0.118 -0.813,-0.276 -1.112,-0.475l0.434,-1.343c0.308,0.199 0.624,0.339 0.95,0.421c0.325,0.081 0.642,0.122 0.949,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.308,-0.257 0.462,-0.712 0.462,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,42.99,153.209)">
<path d="M104.547,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.379,-0.896 0.379,-1.547c0,-0.651 -0.126,-1.164 -0.379,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.339,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.033,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.412,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.272,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.204,206.105l1.737,0l0,6.552l-1.547,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.126,0.118 -0.271,0.227 -0.434,0.326c-0.162,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.258c0.236,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M118.965,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.276,0.183 0.502,0.183c0.298,0 0.597,-0.104 0.895,-0.312l0.353,1.262c-0.226,0.144 -0.464,0.253 -0.712,0.325c-0.249,0.072 -0.527,0.109 -0.835,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.481,-0.9 -0.481,-1.642l0,-3.323l-1.004,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,-57.7143,85.961)">
<path d="M100.971,209.578c0,0.569 0.131,1.022 0.393,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.475,-0.366c0.135,-0.168 0.242,-0.389 0.318,-0.665c0.077,-0.276 0.116,-0.613 0.116,-1.011c0,-0.614 -0.127,-1.094 -0.38,-1.437c-0.253,-0.344 -0.583,-0.516 -0.99,-0.516c-0.335,0 -0.624,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.737,-3.473l1.547,0l0.19,0.855c0.09,-0.118 0.205,-0.235 0.345,-0.353c0.141,-0.117 0.299,-0.226 0.475,-0.325c0.177,-0.1 0.369,-0.181 0.577,-0.244c0.208,-0.064 0.429,-0.095 0.664,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.588,0.432 0.8,0.739c0.213,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.072,1.074 -0.217,1.513c-0.145,0.438 -0.342,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.861,0.685c-0.326,0.158 -0.67,0.238 -1.031,0.238c-0.507,0 -0.907,-0.104 -1.201,-0.312c-0.294,-0.208 -0.535,-0.443 -0.725,-0.706l0,3.445l-1.737,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.59,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.415,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.92,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M125.008,212.657l-1.872,0c-0.334,-0.443 -0.651,-0.864 -0.949,-1.262c-0.262,-0.343 -0.522,-0.689 -0.78,-1.037c-0.258,-0.348 -0.459,-0.626 -0.604,-0.834l0,-0.977l2.198,-2.442l1.939,0l-2.658,2.93l2.726,3.622Zm-4.584,0l-1.737,0l0,-9.21l1.737,0l0,9.21Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,24.9964,98.389)">
<path d="M69.231,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.214,-0.224 0.345,-0.346c0.132,-0.122 0.281,-0.233 0.448,-0.332c0.167,-0.1 0.35,-0.181 0.549,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.778,0.104 1.058,0.312c0.281,0.208 0.475,0.502 0.584,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.361,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.356,0.61c0.308,0.407 0.461,0.99 0.461,1.75l0,4.354l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.273,-0.305 -0.563,-0.305c-0.298,0 -0.569,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.299,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M79.254,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.204,-1.336c0.135,-0.42 0.339,-0.784 0.61,-1.092c0.271,-0.307 0.613,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.411,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.61,-1.092c-0.136,-0.416 -0.204,-0.863 -0.204,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M88.993,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.835,-0.251c-0.407,0 -0.755,0.177 -1.044,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.37,0.115 0.569,0.115c0.416,0 0.755,-0.167 1.018,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.254,-0.299 -0.453,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.488,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M95.978,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.126,0.118 -0.271,0.227 -0.434,0.326c-0.162,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M100.726,211.477c0.379,0 0.653,-0.057 0.82,-0.17c0.168,-0.113 0.251,-0.269 0.251,-0.468c0,-0.262 -0.122,-0.461 -0.366,-0.597c-0.244,-0.135 -0.556,-0.262 -0.936,-0.379c-0.28,-0.082 -0.542,-0.174 -0.787,-0.278c-0.244,-0.104 -0.456,-0.236 -0.637,-0.394c-0.181,-0.158 -0.323,-0.346 -0.427,-0.563c-0.104,-0.217 -0.156,-0.479 -0.156,-0.786c0,-0.588 0.23,-1.052 0.691,-1.391c0.462,-0.339 1.09,-0.508 1.886,-0.508c0.38,0 0.764,0.034 1.153,0.101c0.388,0.068 0.755,0.193 1.098,0.373l-0.393,1.275c-0.262,-0.135 -0.547,-0.237 -0.855,-0.305c-0.307,-0.068 -0.61,-0.101 -0.908,-0.101c-0.344,0 -0.593,0.047 -0.746,0.142c-0.154,0.095 -0.231,0.233 -0.231,0.414c0,0.199 0.088,0.352 0.265,0.461c0.176,0.108 0.409,0.212 0.698,0.312c0.38,0.126 0.714,0.255 1.004,0.386c0.289,0.131 0.533,0.285 0.732,0.462c0.199,0.176 0.351,0.379 0.455,0.61c0.104,0.23 0.156,0.504 0.156,0.82c0,0.552 -0.231,1.011 -0.692,1.377c-0.461,0.366 -1.13,0.55 -2.008,0.55c-0.434,0 -0.859,-0.043 -1.275,-0.129c-0.415,-0.086 -0.782,-0.211 -1.098,-0.373l0.393,-1.302c0.253,0.126 0.549,0.235 0.889,0.325c0.339,0.091 0.68,0.136 1.024,0.136Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.955,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.033,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.412,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.212,209.578c0,0.569 0.131,1.022 0.393,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.475,-0.366c0.135,-0.168 0.242,-0.389 0.319,-0.665c0.076,-0.276 0.115,-0.613 0.115,-1.011c0,-0.614 -0.127,-1.094 -0.38,-1.437c-0.253,-0.344 -0.583,-0.516 -0.99,-0.516c-0.335,0 -0.624,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.736,-3.473l1.546,0l0.19,0.855c0.09,-0.118 0.205,-0.235 0.346,-0.353c0.14,-0.117 0.298,-0.226 0.474,-0.325c0.177,-0.1 0.369,-0.181 0.577,-0.244c0.208,-0.064 0.429,-0.095 0.664,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.588,0.432 0.8,0.739c0.213,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.072,1.074 -0.217,1.513c-0.145,0.438 -0.341,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.861,0.685c-0.326,0.158 -0.67,0.238 -1.031,0.238c-0.507,0 -0.907,-0.104 -1.201,-0.312c-0.293,-0.208 -0.535,-0.443 -0.725,-0.706l0,3.445l-1.736,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M121.831,209.971c0.099,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.289,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.228,0.136c-0.56,0 -1.048,-0.082 -1.464,-0.245c-0.416,-0.162 -0.764,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M128.504,207.069c0.073,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.206,-0.255 0.332,-0.359c0.127,-0.104 0.272,-0.188 0.434,-0.251c0.163,-0.064 0.349,-0.095 0.557,-0.095c0.189,0 0.368,0.034 0.535,0.101c0.168,0.068 0.306,0.152 0.414,0.251l-0.366,1.574c-0.235,-0.19 -0.538,-0.285 -0.909,-0.285c-0.244,0 -0.481,0.056 -0.712,0.169c-0.231,0.114 -0.409,0.292 -0.536,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M134.562,209.673l-0.936,0c-0.434,0 -0.768,0.095 -1.003,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.189,-0.086 0.352,-0.201 0.488,-0.346c0.135,-0.145 0.239,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.07,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.596,-0.705c0.258,-0.181 0.572,-0.312 0.943,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.398,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.913,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.285,0.373c-0.108,0.122 -0.239,0.231 -0.393,0.326c-0.154,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.543,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M139.065,212.657l-1.736,0l0,-6.552l1.547,0l0.189,0.855c0.1,-0.109 0.224,-0.224 0.373,-0.346c0.15,-0.122 0.315,-0.233 0.496,-0.332c0.18,-0.1 0.382,-0.181 0.603,-0.244c0.222,-0.064 0.455,-0.095 0.699,-0.095c0.642,0 1.155,0.226 1.539,0.678c0.384,0.452 0.577,1.09 0.577,1.912l0,4.124l-1.737,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.144,-0.213 -0.388,-0.319 -0.732,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.518,0.379 -0.699,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M148.655,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.835,-0.251c-0.406,0 -0.755,0.177 -1.044,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.37,0.115 0.569,0.115c0.416,0 0.755,-0.167 1.018,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.254,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.488,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M153.267,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.334,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.439,0.291 -0.773,0.291c-0.335,0 -0.593,-0.097 -0.773,-0.291c-0.181,-0.195 -0.272,-0.423 -0.272,-0.685c0,-0.263 0.091,-0.491 0.272,-0.685c0.18,-0.195 0.438,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,106.809,-3.21544)">
<path d="M87.167,204.6c-0.38,0 -0.646,0.095 -0.8,0.285c-0.154,0.19 -0.231,0.461 -0.231,0.814l0,0.406l1.804,0l0,1.221l-1.804,0l0,5.331l-1.695,0l0,-5.331l-1.004,0l0,-1.221l1.004,0l0,-0.42c0,-0.741 0.178,-1.316 0.536,-1.723c0.357,-0.406 0.942,-0.61 1.756,-0.61c0.335,0 0.631,0.034 0.889,0.102c0.257,0.068 0.49,0.16 0.698,0.278l-0.353,1.044c-0.208,-0.117 -0.474,-0.176 -0.8,-0.176Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M90.083,207.069c0.073,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.206,-0.255 0.333,-0.359c0.126,-0.104 0.271,-0.188 0.434,-0.251c0.162,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.368,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.413,0.251l-0.366,1.574c-0.235,-0.19 -0.538,-0.285 -0.909,-0.285c-0.244,0 -0.481,0.056 -0.712,0.169c-0.23,0.114 -0.409,0.292 -0.536,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.076,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.464,-0.245c-0.416,-0.162 -0.765,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M103.231,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.115,0.963c0.077,0.262 0.184,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,7.053l-1.736,0l0,-3.445c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0.19,-0.855l1.546,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M110.217,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.354,209.971c0.099,0.534 0.318,0.92 0.657,1.16c0.34,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.376,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.136,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.189,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.444,0 0.837,0.07 1.18,0.21c0.344,0.14 0.636,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.082,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.284,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M121.027,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.155,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.284,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.382,211.49c0.633,0 1.212,-0.144 1.736,-0.434l0.38,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.385,0.086 -0.762,0.129 -1.133,0.129c-0.552,0 -1.038,-0.091 -1.458,-0.272c-0.421,-0.181 -0.771,-0.427 -1.051,-0.739c-0.281,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.28,-0.307 0.631,-0.551 1.051,-0.732c0.421,-0.181 0.916,-0.271 1.486,-0.271c0.352,0 0.705,0.043 1.057,0.129c0.353,0.085 0.683,0.219 0.991,0.4l-0.367,1.207c-0.226,-0.127 -0.468,-0.226 -0.725,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.275,0.379 0.694,0.569 1.254,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M136.151,211.64c-0.082,0.126 -0.188,0.248 -0.319,0.366c-0.131,0.117 -0.278,0.226 -0.441,0.325c-0.163,0.1 -0.341,0.179 -0.536,0.238c-0.194,0.058 -0.4,0.088 -0.617,0.088c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.257c0.236,-0.172 0.444,-0.376 0.624,-0.611l0,-4.3l1.737,0l0,6.023c0,0.588 -0.084,1.089 -0.251,1.505c-0.168,0.416 -0.396,0.755 -0.685,1.018c-0.29,0.262 -0.633,0.454 -1.031,0.576c-0.398,0.122 -0.828,0.183 -1.289,0.183c-0.515,0 -0.994,-0.059 -1.438,-0.176c-0.443,-0.118 -0.813,-0.276 -1.112,-0.475l0.434,-1.343c0.308,0.199 0.624,0.339 0.95,0.421c0.325,0.081 0.642,0.122 0.949,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.308,-0.257 0.462,-0.712 0.462,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,105.537,85.9322)">
<path d="M100.971,209.578c0,0.569 0.131,1.022 0.393,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.475,-0.366c0.135,-0.168 0.242,-0.389 0.318,-0.665c0.077,-0.276 0.116,-0.613 0.116,-1.011c0,-0.614 -0.127,-1.094 -0.38,-1.437c-0.253,-0.344 -0.583,-0.516 -0.99,-0.516c-0.335,0 -0.624,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.737,-3.473l1.547,0l0.19,0.855c0.09,-0.118 0.205,-0.235 0.345,-0.353c0.141,-0.117 0.299,-0.226 0.475,-0.325c0.177,-0.1 0.369,-0.181 0.577,-0.244c0.208,-0.064 0.429,-0.095 0.664,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.588,0.432 0.8,0.739c0.213,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.072,1.074 -0.217,1.513c-0.145,0.438 -0.342,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.861,0.685c-0.326,0.158 -0.67,0.238 -1.031,0.238c-0.507,0 -0.907,-0.104 -1.201,-0.312c-0.294,-0.208 -0.535,-0.443 -0.725,-0.706l0,3.445l-1.737,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.59,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.415,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.92,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M125.008,212.657l-1.872,0c-0.334,-0.443 -0.651,-0.864 -0.949,-1.262c-0.262,-0.343 -0.522,-0.689 -0.78,-1.037c-0.258,-0.348 -0.459,-0.626 -0.604,-0.834l0,-0.977l2.198,-2.442l1.939,0l-2.658,2.93l2.726,3.622Zm-4.584,0l-1.737,0l0,-9.21l1.737,0l0,9.21Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</g>
<g id="Top"
transform="matrix(1,0,0,1,-7.5,2)">
<g id="Name"
transform="matrix(0.902344,0,0,1.22682,111.201,-77.4587)">
<g transform="matrix(1.98644,0.000278149,0,1.46089,-81.6427,-67.1563)">
<path d="M46.763,100.636l-1.397,-2.794l-1.397,2.794l2.794,0Zm-6.055,2.794l4.658,-9.314l4.657,9.314l-1.863,0l-0.465,-0.931l-4.658,0l-0.466,0.931l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M50.396,103.43l0,-9.314l1.863,0l3.726,3.726l3.726,-3.726l1.863,0l0,9.314l-1.863,0l0,-6.52l-3.726,3.726l-3.726,-3.726l0,6.52l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M69.398,97.842c0.253,0 0.471,-0.088 0.655,-0.262c0.185,-0.185 0.277,-0.408 0.277,-0.67c0,-0.252 -0.092,-0.471 -0.277,-0.655c-0.184,-0.184 -0.402,-0.276 -0.655,-0.276l-4.657,0l0,1.863l4.657,0Zm-6.52,5.588l0,-9.314l7.452,0c0.514,0 0.951,0.184 1.31,0.553c0.369,0.368 0.553,0.805 0.553,1.31l0,1.863c0,0.523 -0.184,0.965 -0.553,1.324c-0.369,0.359 -0.806,0.538 -1.31,0.538l-5.589,0l0,3.726l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M77.223,103.43l0,-4.657l-4.657,-4.657l2.794,0l2.794,2.794l2.795,-2.794l2.794,0l-4.657,4.657l0,4.657l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M84.116,103.43l0,-9.314l7.452,0c0.514,0 0.951,0.184 1.31,0.553c0.369,0.368 0.553,0.805 0.553,1.31l0,1.863c0,0.523 -0.184,0.965 -0.553,1.324c-0.369,0.359 -0.805,0.538 -1.31,0.538l3.726,3.726l-2.795,0l-5.588,-5.588l3.726,0c0.252,0 0.47,-0.088 0.654,-0.262c0.185,-0.185 0.277,-0.408 0.277,-0.67c0,-0.252 -0.092,-0.471 -0.277,-0.655c-0.184,-0.184 -0.402,-0.276 -0.654,-0.276l-4.658,0l0,7.451l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.57946,0.000316638,0,1.86234,-126.24,-104.94)">
<path d="M45.925,103.43l-4.658,-9.314l1.863,0l2.795,5.588l2.794,-5.588l1.863,0l-4.657,9.314Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</g>
<g transform="matrix(0.863123,0,0,0.810985,57.8885,-130.167)">
<path d="M-3.334,211.477c0.38,0 0.654,-0.057 0.821,-0.17c0.167,-0.113 0.251,-0.269 0.251,-0.468c0,-0.262 -0.122,-0.461 -0.366,-0.597c-0.244,-0.135 -0.556,-0.262 -0.936,-0.379c-0.28,-0.082 -0.543,-0.174 -0.787,-0.278c-0.244,-0.104 -0.456,-0.236 -0.637,-0.394c-0.181,-0.158 -0.324,-0.346 -0.428,-0.563c-0.104,-0.217 -0.156,-0.479 -0.156,-0.786c0,-0.588 0.231,-1.052 0.692,-1.391c0.461,-0.339 1.09,-0.508 1.886,-0.508c0.379,0 0.764,0.034 1.152,0.101c0.389,0.068 0.756,0.193 1.099,0.373l-0.393,1.275c-0.262,-0.135 -0.547,-0.237 -0.855,-0.305c-0.307,-0.068 -0.61,-0.101 -0.909,-0.101c-0.343,0 -0.592,0.047 -0.746,0.142c-0.153,0.095 -0.23,0.233 -0.23,0.414c0,0.199 0.088,0.352 0.264,0.461c0.177,0.108 0.41,0.212 0.699,0.312c0.38,0.126 0.714,0.255 1.004,0.386c0.289,0.131 0.533,0.285 0.732,0.462c0.199,0.176 0.35,0.379 0.454,0.61c0.104,0.23 0.156,0.504 0.156,0.82c0,0.552 -0.23,1.011 -0.691,1.377c-0.461,0.366 -1.131,0.55 -2.008,0.55c-0.434,0 -0.859,-0.043 -1.275,-0.129c-0.416,-0.086 -0.782,-0.211 -1.098,-0.373l0.393,-1.302c0.253,0.126 0.549,0.235 0.888,0.325c0.339,0.091 0.681,0.136 1.024,0.136Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M4.033,209.673l-0.936,0c-0.434,0 -0.768,0.095 -1.004,0.285c-0.235,0.189 -0.352,0.456 -0.352,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.325,0.224 0.542,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.353,-0.201 0.489,-0.346c0.135,-0.145 0.239,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.07,-0.768 0.21,-1.058c0.141,-0.289 0.34,-0.524 0.597,-0.705c0.258,-0.181 0.572,-0.312 0.943,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.398,-1.044 -1.194,-1.044c-0.37,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.612,0.229 -0.902,0.401l-0.379,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.913,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.285,0.373c-0.108,0.122 -0.239,0.231 -0.393,0.326c-0.154,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.281,0 -0.543,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.186,-0.177 -0.333,-0.387 -0.441,-0.631c-0.109,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="7.302"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="10.679"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M15.318,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.587,0 1.139,-0.135 1.654,-0.407l0.38,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.623,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.991,-0.732c0.402,-0.181 0.874,-0.271 1.417,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.42,0.545 0.542,0.889c0.123,0.343 0.184,0.714 0.184,1.112c0,0.208 -0.018,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.052,0.468c-0.266,0.312 -0.422,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M22.466,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.1,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.156,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.144,-0.213 -0.389,-0.319 -0.732,-0.319c-0.317,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.518,0.379 -0.699,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="27.688"
y="208.466"
width="3.933"
height="1.384"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M38.906,212.657l-1.872,0c-0.335,-0.443 -0.651,-0.864 -0.95,-1.262c-0.262,-0.343 -0.522,-0.689 -0.78,-1.037c-0.257,-0.348 -0.459,-0.626 -0.603,-0.834l0,-0.977l2.197,-2.442l1.94,0l-2.659,2.93l2.727,3.622Zm-4.585,0l-1.736,0l0,-9.21l1.736,0l0,9.21Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M40.528,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.379,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.281,-0.303 -0.489,-0.667 -0.624,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.064,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.257,-0.307 0.587,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.443,0 0.837,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M50.104,211.64c-0.081,0.126 -0.187,0.248 -0.318,0.366c-0.132,0.117 -0.279,0.226 -0.441,0.325c-0.163,0.1 -0.342,0.179 -0.536,0.238c-0.194,0.058 -0.4,0.088 -0.617,0.088c-0.724,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.167,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.257c0.235,-0.172 0.443,-0.376 0.624,-0.611l0,-4.3l1.736,0l0,6.023c0,0.588 -0.083,1.089 -0.251,1.505c-0.167,0.416 -0.395,0.755 -0.685,1.018c-0.289,0.262 -0.633,0.454 -1.03,0.576c-0.398,0.122 -0.828,0.183 -1.289,0.183c-0.515,0 -0.995,-0.059 -1.438,-0.176c-0.443,-0.118 -0.814,-0.276 -1.112,-0.475l0.434,-1.343c0.308,0.199 0.624,0.339 0.95,0.421c0.325,0.081 0.642,0.122 0.949,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.308,-0.257 0.461,-0.712 0.461,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M58.229,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.276,0.183 0.502,0.183c0.298,0 0.596,-0.104 0.895,-0.312l0.352,1.262c-0.226,0.144 -0.463,0.253 -0.712,0.325c-0.248,0.072 -0.526,0.109 -0.834,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.482,-0.9 -0.482,-1.642l0,-3.323l-1.003,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M65.178,211.64c-0.081,0.126 -0.187,0.248 -0.319,0.366c-0.131,0.117 -0.278,0.226 -0.44,0.325c-0.163,0.1 -0.342,0.179 -0.536,0.238c-0.195,0.058 -0.4,0.088 -0.617,0.088c-0.724,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.167,0.176 0.423,0.264 0.766,0.264c0.29,0 0.552,-0.086 0.787,-0.257c0.235,-0.172 0.443,-0.376 0.624,-0.611l0,-4.3l1.736,0l0,6.023c0,0.588 -0.083,1.089 -0.251,1.505c-0.167,0.416 -0.395,0.755 -0.685,1.018c-0.289,0.262 -0.633,0.454 -1.031,0.576c-0.397,0.122 -0.827,0.183 -1.288,0.183c-0.515,0 -0.995,-0.059 -1.438,-0.176c-0.443,-0.118 -0.814,-0.276 -1.112,-0.475l0.434,-1.343c0.307,0.199 0.624,0.339 0.949,0.421c0.326,0.081 0.642,0.122 0.95,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.307,-0.257 0.461,-0.712 0.461,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M70.21,209.578c0,0.569 0.131,1.022 0.394,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.474,-0.366c0.136,-0.168 0.242,-0.389 0.319,-0.665c0.077,-0.276 0.115,-0.613 0.115,-1.011c0,-0.614 -0.126,-1.094 -0.379,-1.437c-0.254,-0.344 -0.584,-0.516 -0.991,-0.516c-0.334,0 -0.623,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.736,-3.473l1.546,0l0.19,0.855c0.091,-0.118 0.206,-0.235 0.346,-0.353c0.14,-0.117 0.299,-0.226 0.475,-0.325c0.176,-0.1 0.368,-0.181 0.576,-0.244c0.208,-0.064 0.43,-0.095 0.665,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.587,0.432 0.8,0.739c0.212,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.073,1.074 -0.217,1.513c-0.145,0.438 -0.342,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.862,0.685c-0.325,0.158 -0.669,0.238 -1.031,0.238c-0.506,0 -0.906,-0.104 -1.2,-0.312c-0.294,-0.208 -0.536,-0.443 -0.726,-0.706l0,3.445l-1.736,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M77.304,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.587,0 1.139,-0.135 1.655,-0.407l0.379,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.281,-0.303 -0.489,-0.667 -0.624,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.257,-0.307 0.587,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.443,0 0.837,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.42,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.052,0.468c-0.266,0.312 -0.422,0.739 -0.467,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M85.402,211.382c0.542,0 0.985,-0.129 1.329,-0.387c0.344,-0.257 0.515,-0.585 0.515,-0.983c0,-0.19 -0.043,-0.36 -0.128,-0.509c-0.086,-0.149 -0.204,-0.273 -0.353,-0.373c-0.149,-0.099 -0.323,-0.176 -0.522,-0.23c-0.199,-0.055 -0.407,-0.082 -0.624,-0.082l-1.519,0l0,-1.383l1.519,0c0.172,0 0.341,-0.027 0.508,-0.082c0.168,-0.054 0.317,-0.133 0.448,-0.237c0.131,-0.104 0.235,-0.226 0.312,-0.366c0.077,-0.14 0.115,-0.301 0.115,-0.482c0,-0.343 -0.138,-0.621 -0.413,-0.834c-0.276,-0.212 -0.681,-0.319 -1.214,-0.319c-0.398,0 -0.805,0.046 -1.221,0.136c-0.416,0.09 -0.787,0.222 -1.112,0.393l-0.394,-1.302c0.29,-0.154 0.69,-0.303 1.201,-0.447c0.511,-0.145 1.064,-0.217 1.661,-0.217c0.525,0 0.988,0.065 1.391,0.196c0.402,0.131 0.739,0.308 1.01,0.529c0.271,0.222 0.477,0.484 0.617,0.787c0.14,0.303 0.21,0.622 0.21,0.956c0,0.479 -0.124,0.871 -0.373,1.173c-0.248,0.303 -0.576,0.541 -0.983,0.713c0.217,0.054 0.423,0.142 0.617,0.264c0.195,0.122 0.366,0.271 0.516,0.448c0.149,0.176 0.269,0.377 0.359,0.603c0.09,0.226 0.136,0.47 0.136,0.733c0,0.425 -0.088,0.807 -0.265,1.146c-0.176,0.339 -0.416,0.626 -0.719,0.861c-0.303,0.235 -0.664,0.416 -1.085,0.543c-0.42,0.126 -0.875,0.19 -1.363,0.19c-0.624,0 -1.205,-0.066 -1.743,-0.197c-0.538,-0.131 -0.956,-0.287 -1.255,-0.468l0.394,-1.302c0.325,0.172 0.707,0.303 1.146,0.393c0.439,0.091 0.866,0.136 1.282,0.136Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M93.147,211.382c0.298,0 0.556,-0.041 0.773,-0.122c0.217,-0.082 0.4,-0.195 0.549,-0.339c0.149,-0.145 0.26,-0.31 0.332,-0.495c0.073,-0.186 0.109,-0.382 0.109,-0.59c0,-0.462 -0.133,-0.817 -0.4,-1.065c-0.267,-0.249 -0.703,-0.373 -1.309,-0.373l-2.442,0l0,-1.045l0.353,-3.513l5.046,0l0,1.519l-3.581,0l-0.122,1.52l0.759,0c1.131,0 1.99,0.257 2.578,0.773c0.587,0.515 0.881,1.239 0.881,2.17c0,0.452 -0.081,0.864 -0.244,1.234c-0.163,0.371 -0.396,0.687 -0.698,0.95c-0.303,0.262 -0.672,0.463 -1.106,0.603c-0.434,0.14 -0.922,0.211 -1.465,0.211c-0.624,0 -1.175,-0.059 -1.655,-0.177c-0.479,-0.117 -0.881,-0.28 -1.207,-0.488l0.448,-1.37c0.307,0.172 0.662,0.314 1.065,0.427c0.402,0.113 0.847,0.17 1.336,0.17Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M105.449,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.835,-0.251c-0.407,0 -0.755,0.177 -1.044,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.37,0.115 0.569,0.115c0.416,0 0.755,-0.167 1.018,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.254,-0.299 -0.453,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.488,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M112.909,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.127,0.118 -0.271,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.724,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.167,0.176 0.423,0.264 0.766,0.264c0.29,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M119.691,209.673l-0.936,0c-0.434,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.352,0.456 -0.352,0.8c0,0.244 0.072,0.441 0.217,0.59c0.144,0.149 0.325,0.224 0.542,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.353,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.073,-0.19 0.109,-0.389 0.109,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.07,-0.768 0.21,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.258,-0.181 0.572,-0.312 0.943,-0.394c0.37,-0.081 0.786,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.398,-1.044 -1.194,-1.044c-0.37,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.612,0.229 -0.902,0.401l-0.38,-1.194c0.281,-0.19 0.642,-0.35 1.086,-0.482c0.443,-0.131 0.917,-0.196 1.424,-0.196c0.913,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.285,0.373c-0.108,0.122 -0.24,0.231 -0.393,0.326c-0.154,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.281,0 -0.543,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.186,-0.177 -0.333,-0.387 -0.441,-0.631c-0.109,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="122.96"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M130.922,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.214,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.167,-0.1 0.351,-0.181 0.55,-0.244c0.198,-0.064 0.415,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.361,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.356,0.61c0.308,0.407 0.462,0.99 0.462,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.273,-0.305 -0.563,-0.305c-0.298,0 -0.569,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M144.241,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.126,0.118 -0.271,0.227 -0.434,0.326c-0.162,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="147.592"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M152.854,210.663c0,0.271 0.055,0.468 0.163,0.59c0.109,0.122 0.276,0.183 0.502,0.183c0.298,0 0.597,-0.104 0.895,-0.312l0.353,1.262c-0.226,0.144 -0.464,0.253 -0.712,0.325c-0.249,0.072 -0.527,0.109 -0.834,0.109c-0.733,0 -1.26,-0.177 -1.581,-0.529c-0.321,-0.353 -0.481,-0.9 -0.481,-1.642l0,-3.323l-1.004,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.859,0l0,1.221l-1.859,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M157.52,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.272,0.422 0.272,0.685c0,0.262 -0.091,0.49 -0.272,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.334,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.439,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M160.83,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.215,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.168,-0.1 0.351,-0.181 0.55,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.361,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.356,0.61c0.308,0.407 0.462,0.99 0.462,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.273,-0.305 -0.563,-0.305c-0.298,0 -0.569,0.084 -0.813,0.251c-0.245,0.167 -0.448,0.373 -0.611,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M171.328,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M181.542,208.194c-0.163,-0.244 -0.355,-0.45 -0.577,-0.617c-0.221,-0.167 -0.499,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.044,0.529c-0.29,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.135,0.163 0.293,0.283 0.474,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.263,-0.334 0.394,-0.787 0.394,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.428,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.636,-0.38 -0.889,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.144,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.177,-1.302c0.117,-0.416 0.291,-0.78 0.522,-1.092c0.231,-0.312 0.515,-0.561 0.854,-0.746c0.34,-0.186 0.731,-0.278 1.174,-0.278c0.488,0 0.881,0.106 1.18,0.318c0.298,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M186.153,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.379,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.281,-0.303 -0.489,-0.667 -0.624,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.064,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.257,-0.307 0.587,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.443,0 0.837,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.037,0.226 -0.082,0.42 -0.136,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.474,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M200.639,212.657l-1.736,0l0,-5.331l-2.509,0l0,5.331l-1.696,0l0,-5.331l-1.003,0l0,-1.221l1.003,0c0,-0.452 0.073,-0.85 0.218,-1.193c0.144,-0.344 0.345,-0.631 0.603,-0.861c0.258,-0.231 0.561,-0.405 0.909,-0.523c0.348,-0.117 0.726,-0.176 1.132,-0.176c0.335,0 0.674,0.038 1.018,0.115c0.343,0.077 0.624,0.179 0.841,0.306l-0.353,1.044c-0.136,-0.063 -0.294,-0.115 -0.475,-0.156c-0.181,-0.041 -0.42,-0.061 -0.719,-0.061c-0.497,0 -0.868,0.111 -1.112,0.332c-0.244,0.222 -0.366,0.613 -0.366,1.173l4.245,0l0,6.552Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="202.281"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M207.543,210.663c0,0.271 0.055,0.468 0.163,0.59c0.109,0.122 0.276,0.183 0.502,0.183c0.298,0 0.597,-0.104 0.895,-0.312l0.353,1.262c-0.226,0.144 -0.464,0.253 -0.712,0.325c-0.249,0.072 -0.527,0.109 -0.834,0.109c-0.733,0 -1.26,-0.177 -1.581,-0.529c-0.321,-0.353 -0.481,-0.9 -0.481,-1.642l0,-3.323l-1.004,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.859,0l0,1.221l-1.859,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M211.735,209.971c0.099,0.534 0.318,0.92 0.657,1.16c0.34,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.376,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.136,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.189,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.444,0 0.837,0.07 1.18,0.21c0.344,0.14 0.636,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.082,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.284,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M218.883,207.069c0.072,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.205,-0.255 0.332,-0.359c0.126,-0.104 0.271,-0.188 0.434,-0.251c0.163,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.369,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.414,0.251l-0.367,1.574c-0.235,-0.19 -0.538,-0.285 -0.908,-0.285c-0.245,0 -0.482,0.056 -0.713,0.169c-0.23,0.114 -0.409,0.292 -0.535,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</g>
<g id="LOGO"
transform="matrix(0.921613,0,0,0.921613,84.6031,-181.459)">
<path d="M-5.616,596.497c0.132,0 0.198,0.066 0.198,0.198l0,3.591c0,0.24 0.02,0.44 0.059,0.599c0.039,0.159 0.103,0.285 0.193,0.378c0.09,0.093 0.212,0.159 0.365,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.645,0c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.132 -0.066,0.198 -0.198,0.198l-3.699,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-3.726c0,-0.132 0.069,-0.198 0.207,-0.198l0.972,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M1.611,596.497c0.132,0 0.198,0.066 0.198,0.198l0,5.904c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.904c0,-0.132 0.069,-0.198 0.207,-0.198l0.972,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M4.608,596.497c0.144,0 0.264,0.006 0.36,0.018c0.096,0.012 0.18,0.038 0.252,0.077c0.072,0.039 0.141,0.093 0.207,0.162c0.066,0.069 0.141,0.16 0.225,0.274l3.348,4.392c0.024,0.042 0.063,0.063 0.117,0.063l0.081,0c0.048,0 0.072,-0.03 0.072,-0.09l0,-4.698c0,-0.132 0.066,-0.198 0.198,-0.198l0.945,0c0.132,0 0.198,0.066 0.198,0.198l0,5.166c0,0.366 -0.066,0.614 -0.198,0.743c-0.132,0.129 -0.336,0.193 -0.612,0.193l-0.774,0c-0.138,0 -0.253,-0.006 -0.346,-0.018c-0.093,-0.012 -0.176,-0.036 -0.248,-0.072c-0.072,-0.036 -0.142,-0.088 -0.211,-0.157c-0.069,-0.069 -0.149,-0.164 -0.239,-0.284l-3.357,-4.392c-0.036,-0.042 -0.075,-0.063 -0.117,-0.063l-0.081,0c-0.048,0 -0.072,0.03 -0.072,0.09l0,4.698c0,0.132 -0.066,0.198 -0.198,0.198l-0.945,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.166c0,-0.366 0.066,-0.613 0.198,-0.742c0.132,-0.129 0.336,-0.194 0.612,-0.194l0.792,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M16.29,596.497c0.486,0 0.903,0.05 1.251,0.149c0.348,0.099 0.633,0.252 0.855,0.459c0.222,0.207 0.386,0.471 0.491,0.792c0.105,0.321 0.157,0.7 0.157,1.138l0,1.224c0,0.438 -0.052,0.818 -0.157,1.139c-0.105,0.321 -0.269,0.585 -0.491,0.792c-0.222,0.207 -0.507,0.36 -0.855,0.459c-0.348,0.099 -0.765,0.148 -1.251,0.148l-4.212,0c-0.18,0 -0.27,-0.09 -0.27,-0.27l0,-5.76c0,-0.18 0.09,-0.27 0.27,-0.27l4.212,0Zm-3.105,4.932c0,0.078 0.039,0.117 0.117,0.117l2.952,0c0.264,0 0.486,-0.024 0.666,-0.072c0.18,-0.048 0.326,-0.126 0.437,-0.234c0.111,-0.108 0.19,-0.252 0.238,-0.432c0.048,-0.18 0.072,-0.402 0.072,-0.666l0,-0.99c0,-0.264 -0.024,-0.486 -0.072,-0.666c-0.048,-0.18 -0.127,-0.324 -0.238,-0.432c-0.111,-0.108 -0.257,-0.186 -0.437,-0.234c-0.18,-0.048 -0.402,-0.072 -0.666,-0.072l-2.952,0c-0.078,0 -0.117,0.042 -0.117,0.126l0,3.555Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M26.577,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M29.421,596.497c0.144,0 0.264,0.006 0.36,0.018c0.096,0.012 0.18,0.038 0.252,0.077c0.072,0.039 0.141,0.093 0.207,0.162c0.066,0.069 0.141,0.16 0.225,0.274l3.348,4.392c0.024,0.042 0.063,0.063 0.117,0.063l0.081,0c0.048,0 0.072,-0.03 0.072,-0.09l0,-4.698c0,-0.132 0.066,-0.198 0.198,-0.198l0.945,0c0.132,0 0.198,0.066 0.198,0.198l0,5.166c0,0.366 -0.066,0.614 -0.198,0.743c-0.132,0.129 -0.336,0.193 -0.612,0.193l-0.774,0c-0.138,0 -0.253,-0.006 -0.346,-0.018c-0.093,-0.012 -0.176,-0.036 -0.248,-0.072c-0.072,-0.036 -0.142,-0.088 -0.211,-0.157c-0.069,-0.069 -0.149,-0.164 -0.239,-0.284l-3.357,-4.392c-0.036,-0.042 -0.075,-0.063 -0.117,-0.063l-0.081,0c-0.048,0 -0.072,0.03 -0.072,0.09l0,4.698c0,0.132 -0.066,0.198 -0.198,0.198l-0.945,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.166c0,-0.366 0.066,-0.613 0.198,-0.742c0.132,-0.129 0.336,-0.194 0.612,-0.194l0.792,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M42.075,596.497c0.618,0 1.058,0.123 1.319,0.369c0.261,0.246 0.391,0.618 0.391,1.116l0,0.432c0,0.504 -0.192,0.885 -0.576,1.143c0.414,0.24 0.621,0.627 0.621,1.161l0,0.522c0,0.24 -0.027,0.456 -0.081,0.648c-0.054,0.192 -0.142,0.356 -0.265,0.491c-0.123,0.135 -0.287,0.238 -0.491,0.31c-0.204,0.072 -0.456,0.108 -0.756,0.108l-5.346,0c-0.18,0 -0.27,-0.09 -0.27,-0.27l0,-5.76c0,-0.18 0.09,-0.27 0.27,-0.27l5.184,0Zm-4.077,3.6l0,1.341c0,0.078 0.039,0.117 0.117,0.117l3.69,0c0.24,0 0.411,-0.043 0.513,-0.13c0.102,-0.087 0.153,-0.227 0.153,-0.419l0,-0.342c0,-0.186 -0.055,-0.327 -0.166,-0.423c-0.111,-0.096 -0.317,-0.144 -0.617,-0.144l-3.69,0Zm0,-0.981l3.69,0c0.3,0 0.504,-0.045 0.612,-0.135c0.108,-0.09 0.162,-0.222 0.162,-0.396l0,-0.306c0,-0.186 -0.052,-0.322 -0.157,-0.409c-0.105,-0.087 -0.275,-0.131 -0.509,-0.131l-3.681,0c-0.078,0 -0.117,0.039 -0.117,0.117l0,1.26Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M51.3,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M57.645,596.497c0.69,0 1.185,0.156 1.485,0.468c0.3,0.312 0.45,0.774 0.45,1.386l0,0.513c0,0.516 -0.105,0.924 -0.315,1.224c-0.21,0.3 -0.552,0.492 -1.026,0.576l1.539,1.908c0.03,0.03 0.039,0.075 0.027,0.135c-0.012,0.06 -0.06,0.09 -0.144,0.09l-1.161,0c-0.078,0 -0.132,-0.009 -0.162,-0.027c-0.03,-0.018 -0.06,-0.048 -0.09,-0.09l-1.422,-1.872l-2.907,0l0,1.791c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.832c0,-0.18 0.09,-0.27 0.27,-0.27l4.833,0Zm-3.726,3.213l3.447,0c0.306,0 0.522,-0.066 0.648,-0.198c0.126,-0.132 0.189,-0.333 0.189,-0.603l0,-0.378c0,-0.27 -0.063,-0.471 -0.189,-0.603c-0.126,-0.132 -0.342,-0.198 -0.648,-0.198l-3.33,0c-0.078,0 -0.117,0.036 -0.117,0.108l0,1.872Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M67.536,596.497c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.138 -0.066,0.207 -0.198,0.207l-4.509,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.275,0.105 -0.365,0.198c-0.09,0.093 -0.154,0.217 -0.193,0.373c-0.039,0.156 -0.059,0.354 -0.059,0.594l0,1.296c0,0.24 0.02,0.44 0.059,0.599c0.039,0.159 0.103,0.285 0.193,0.378c0.09,0.093 0.212,0.159 0.365,0.198c0.153,0.039 0.346,0.058 0.58,0.058l2.97,0c0.156,0 0.27,-0.04 0.342,-0.121c0.072,-0.081 0.108,-0.224 0.108,-0.428l0,-0.729c0,-0.078 -0.036,-0.117 -0.108,-0.117l-2.637,0c-0.132,0 -0.198,-0.069 -0.198,-0.207l0,-0.675c0,-0.138 0.066,-0.207 0.198,-0.207l3.753,0c0.18,0 0.27,0.09 0.27,0.27l0,2.097c0,0.504 -0.096,0.86 -0.288,1.067c-0.192,0.207 -0.468,0.31 -0.828,0.31l-3.636,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l4.563,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M76.977,596.497c0.69,0 1.185,0.156 1.485,0.468c0.3,0.312 0.45,0.774 0.45,1.386l0,0.513c0,0.516 -0.105,0.924 -0.315,1.224c-0.21,0.3 -0.552,0.492 -1.026,0.576l1.539,1.908c0.03,0.03 0.039,0.075 0.027,0.135c-0.012,0.06 -0.06,0.09 -0.144,0.09l-1.161,0c-0.078,0 -0.132,-0.009 -0.162,-0.027c-0.03,-0.018 -0.06,-0.048 -0.09,-0.09l-1.422,-1.872l-2.907,0l0,1.791c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.832c0,-0.18 0.09,-0.27 0.27,-0.27l4.833,0Zm-3.726,3.213l3.447,0c0.306,0 0.522,-0.066 0.648,-0.198c0.126,-0.132 0.189,-0.333 0.189,-0.603l0,-0.378c0,-0.27 -0.063,-0.471 -0.189,-0.603c-0.126,-0.132 -0.342,-0.198 -0.648,-0.198l-3.33,0c-0.078,0 -0.117,0.036 -0.117,0.108l0,1.872Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M86.265,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M93.762,596.497c0.132,0 0.198,0.066 0.198,0.198l0,0.855c0,0.132 -0.066,0.198 -0.198,0.198l-4.509,0c-0.174,0 -0.297,0.045 -0.369,0.135c-0.072,0.09 -0.108,0.213 -0.108,0.369l0,0.306c0,0.336 0.156,0.504 0.468,0.504l3.375,0c0.522,0 0.915,0.134 1.179,0.401c0.264,0.267 0.396,0.649 0.396,1.147l0,0.72c0,0.438 -0.129,0.792 -0.387,1.062c-0.258,0.27 -0.66,0.405 -1.206,0.405l-4.986,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-0.855c0,-0.132 0.069,-0.198 0.207,-0.198l4.725,0c0.174,0 0.297,-0.045 0.369,-0.135c0.072,-0.09 0.108,-0.213 0.108,-0.369l0,-0.369c0,-0.336 -0.156,-0.504 -0.468,-0.504l-3.375,0c-0.522,0 -0.915,-0.133 -1.179,-0.4c-0.264,-0.267 -0.396,-0.65 -0.396,-1.148l0,-0.657c0,-0.438 0.129,-0.792 0.387,-1.062c0.258,-0.27 0.66,-0.405 1.206,-0.405l4.77,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M101.628,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M106.866,596.497c0.228,0 0.42,0.047 0.576,0.14c0.156,0.093 0.309,0.274 0.459,0.544l2.979,5.409c0.03,0.06 0.038,0.11 0.023,0.149c-0.015,0.039 -0.059,0.058 -0.131,0.058l-1.143,0c-0.102,0 -0.171,-0.039 -0.207,-0.117l-0.639,-1.161l-4.23,0l-0.621,1.161c-0.042,0.078 -0.111,0.117 -0.207,0.117l-1.17,0c-0.078,0 -0.124,-0.019 -0.139,-0.058c-0.015,-0.039 -0.008,-0.089 0.022,-0.149l2.952,-5.409c0.15,-0.27 0.297,-0.451 0.441,-0.544c0.144,-0.093 0.312,-0.14 0.504,-0.14l0.531,0Zm-1.746,3.978l3.096,0l-1.431,-2.637c-0.024,-0.042 -0.057,-0.063 -0.099,-0.063l-0.054,0c-0.042,0 -0.075,0.021 -0.099,0.063l-1.413,2.637Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M116.748,596.497c0.69,0 1.185,0.156 1.485,0.468c0.3,0.312 0.45,0.774 0.45,1.386l0,0.513c0,0.516 -0.105,0.924 -0.315,1.224c-0.21,0.3 -0.552,0.492 -1.026,0.576l1.539,1.908c0.03,0.03 0.039,0.075 0.027,0.135c-0.012,0.06 -0.06,0.09 -0.144,0.09l-1.161,0c-0.078,0 -0.132,-0.009 -0.162,-0.027c-0.03,-0.018 -0.06,-0.048 -0.09,-0.09l-1.422,-1.872l-2.907,0l0,1.791c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.832c0,-0.18 0.09,-0.27 0.27,-0.27l4.833,0Zm-3.726,3.213l3.447,0c0.306,0 0.522,-0.066 0.648,-0.198c0.126,-0.132 0.189,-0.333 0.189,-0.603l0,-0.378c0,-0.27 -0.063,-0.471 -0.189,-0.603c-0.126,-0.132 -0.342,-0.198 -0.648,-0.198l-3.33,0c-0.078,0 -0.117,0.036 -0.117,0.108l0,1.872Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M126.135,596.497c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.138 -0.066,0.207 -0.198,0.207l-4.005,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.275,0.105 -0.365,0.198c-0.09,0.093 -0.154,0.217 -0.193,0.373c-0.039,0.156 -0.059,0.354 -0.059,0.594l0,1.278c0,0.24 0.02,0.44 0.059,0.599c0.039,0.159 0.103,0.285 0.193,0.378c0.09,0.093 0.212,0.159 0.365,0.198c0.153,0.039 0.346,0.058 0.58,0.058l4.005,0c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.132 -0.066,0.198 -0.198,0.198l-4.059,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l4.059,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M128.475,596.497c0.132,0 0.198,0.066 0.198,0.198l0,2.34l4.212,0l0,-2.34c0,-0.132 0.066,-0.198 0.198,-0.198l0.972,0c0.138,0 0.207,0.066 0.207,0.198l0,5.904c0,0.132 -0.069,0.198 -0.207,0.198l-0.972,0c-0.132,0 -0.198,-0.066 -0.198,-0.198l0,-2.394l-4.212,0l0,2.394c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.904c0,-0.132 0.069,-0.198 0.207,-0.198l0.972,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</svg>

+ 1151
- 0
plugins/community/repos/LindenbergResearch/res/panels/Type35VCFAged.svg
File diff suppressed because it is too large
View File


+ 1161
- 0
plugins/community/repos/LindenbergResearch/res/panels/Type35VCFLight.svg
File diff suppressed because it is too large
View File


+ 79
- 14
plugins/community/repos/LindenbergResearch/src/LRComponents.hpp View File

@@ -9,10 +9,12 @@
#define LCD_FONT_DIG7 "res/digital-7.ttf"
#define LCD_FONTSIZE 11
#define LCD_LETTER_SPACING 0
#define LCD_MARGIN_VERTICAL 1.73
#define LCD_MARGIN_HORIZONTAL 1.07

#define LCD_DEFAULT_COLOR_DARK nvgRGBAf(0.23, 0.6, 0.82, 1.0)
#define LCD_DEFAULT_COLOR_LIGHT nvgRGBAf(0.0, 0.0, 0.0, 1.0)
#define LCD_DEFAULT_COLOR_AGED nvgRGBAf(0.0, 0.0, 0.12, 1.0)
#define LCD_DEFAULT_COLOR_LIGHT nvgRGBAf(0.23, 0.7, 1.0, 1.0)
#define LCD_DEFAULT_COLOR_AGED nvgRGBAf(0.63, 0.1, 0.0, 1.0)

#define LED_DEFAULT_COLOR_DARK nvgRGBAf(0.23, 0.5, 1.0, 1.0)
#define LED_DEFAULT_COLOR_LIGHT nvgRGBAf(1.0, 0.32, 0.12, 1.0)
@@ -45,7 +47,7 @@ typedef std::vector<std::string> StringVector;
/**
* @brief Emulation of a LCD monochrome display
*/
struct LRLCDWidget : Label, LRGestaltChangeAction {
struct LRLCDWidget : FramebufferWidget, LRGestaltVariant, LRGestaltChangeAction {

enum LCDType {
NUMERIC,
@@ -53,27 +55,32 @@ struct LRLCDWidget : Label, LRGestaltChangeAction {
LIST
};

TrueType ttfLCDDig7;
float fontsize;
TransformWidget *tw;
SVGWidget *sw;

LCDType type;
TrueType ttfLCDDIG7;


LCDType type;
NVGcolor fg;
NVGcolor bg;

bool active = true;
float value = 0.0;
unsigned char length = 0;
string format;
string format, text;
vector<string> items;

float fontsize;

string s1;
string s2;

/**
* @brief Constructor
*/
LRLCDWidget(unsigned char length, string format, LCDType type, float fontsize = LCD_FONTSIZE);
LRLCDWidget(unsigned char length, string format, LCDType type, float fontsize);

void step() override;

/**
* @brief Draw LCD display
@@ -87,8 +94,12 @@ struct LRLCDWidget : Label, LRGestaltChangeAction {
}


void doResize(Vec v);

void onGestaltChange(LREventGestaltChange &e) override;

virtual void onMouseDown(EventMouseDown &e) override;

};


@@ -332,7 +343,6 @@ public:
*/
void unsetSnap();


/**
* @brief Snapping mode for knobs
* @param e
@@ -444,8 +454,8 @@ struct LRBigKnob : LRKnob {
case LRGestalt::DARK:
setIndicatorDistance(15);
setIndicatorShape(4.8, 0.12);
shader->setShadowPosition(5, 6);
shader->setStrength(1.f);
shader->setShadowPosition(4, 5);
shader->setStrength(0.8f);
shader->setSize(.65f);
break;
case LRGestalt::LIGHT:
@@ -489,8 +499,8 @@ struct LRMiddleKnob : LRKnob {
case LRGestalt::DARK:
setIndicatorDistance(13);
setIndicatorShape(5, 0.13);
shader->setShadowPosition(4, 4);
shader->setStrength(1.f);
shader->setShadowPosition(2, 3);
shader->setStrength(0.8f);
shader->setSize(.65f);
break;
case LRGestalt::LIGHT:
@@ -560,6 +570,61 @@ struct LRSmallKnob : LRKnob {
};


/**
* @brief LR Small Knob
*/
struct LRSmallToggleKnob : LRKnob {
LRSmallToggleKnob(float length = 0.73) {
//TODO: parametrize start and end angle
minAngle = -length * (float) M_PI;
maxAngle = length * (float) M_PI;

setSVG(SVG::load(assetPlugin(plugin, "res/knobs/AlternateSmallToggleLight.svg")));

addSVGVariant(LRGestalt::DARK, SVG::load(assetPlugin(plugin, "res/knobs/AlternateSmallToggleLight.svg")));
addSVGVariant(LRGestalt::LIGHT, SVG::load(assetPlugin(plugin, "res/knobs/AlternateSmallToggleLight.svg")));
addSVGVariant(LRGestalt::AGED, SVG::load(assetPlugin(plugin, "res/knobs/AlternateSmallToggleLight.svg")));

speed = 3.0;
}


void onChange(EventChange &e) override {
value = round(value);
SVGKnob::onChange(e);
}


void onGestaltChange(LREventGestaltChange &e) override {
LRKnob::onGestaltChange(e);

switch (*gestalt) {
case LRGestalt::DARK:
setIndicatorDistance(13);
setIndicatorShape(5, 0.13);
shader->setShadowPosition(3, 3);
shader->setStrength(1.f);
shader->setSize(.65f);
break;
case LRGestalt::LIGHT:
shader->setShadowPosition(3, 3);
shader->setShadowPosition(2, 3);
shader->setStrength(0.3f);
shader->setSize(0.7f);
break;
case LRGestalt::AGED:
shader->setShadowPosition(3, 3);
shader->setShadowPosition(2, 3);
shader->setStrength(0.5f);
shader->setSize(0.7f);
break;
default:
break;
}
}
};


/**
* @brief LR Alternate Small Knob
*/


+ 1
- 1
plugins/community/repos/LindenbergResearch/src/LRModel.hpp View File

@@ -70,7 +70,7 @@ struct LRModuleWidget : ModuleWidget {


/* Gestalt ID and UI settings */
LRGestalt gestalt = DARK; // DARK == default
LRGestalt gestalt = LIGHT; // DARK == default
LRGestalt prevGestalt = NIL; // set to NIL to trigger change event on first start

bool gradient = true; // gradient used at panel


+ 3
- 3
plugins/community/repos/LindenbergResearch/src/LindenbergResearch.cpp View File

@@ -14,13 +14,13 @@ RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, SimpleFilter);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, VCO);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Westcoast);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, DiodeVCF);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Korg35);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Type35);
RACK_PLUGIN_MODEL_DECLARE(LindenbergResearch, Speck);

RACK_PLUGIN_INIT(LindenbergResearch) {
RACK_PLUGIN_INIT_ID();

RACK_PLUGIN_INIT_VERSION("0.6.4");
RACK_PLUGIN_INIT_VERSION("0.6.5");

RACK_PLUGIN_INIT_WEBSITE("https://github.com/lindenbergresearch/LRTRack");
RACK_PLUGIN_INIT_MANUAL("https://github.com/lindenbergresearch/LRTRack");
@@ -37,6 +37,6 @@ RACK_PLUGIN_INIT(LindenbergResearch) {
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, VCO);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Westcoast);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, DiodeVCF);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Korg35);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Type35);
RACK_PLUGIN_MODEL_ADD(LindenbergResearch, Speck);
}

+ 9
- 9
plugins/community/repos/LindenbergResearch/src/dsp/DSPEffect.hpp View File

@@ -91,7 +91,7 @@ struct Decimator {
double kernel[RS_BUFFER_SIZE];
int inIndex;
int oversample, quality;
double cutoff = 0.9;
double cutoff = 0.65;


Decimator(int oversample, int quality) {
@@ -134,7 +134,7 @@ struct Upsampler {
double kernel[RS_BUFFER_SIZE];
int inIndex;
int oversample, quality;
double cutoff = 0.9;
double cutoff = 0.65;


Upsampler(int oversample, int quality) {
@@ -161,7 +161,7 @@ struct Upsampler {
inIndex++;
inIndex %= quality;
// Naively convolve each sample
// TODO replace with polyphase filter hierarchy
// TODO replace with polyphase lpf hierarchy
for (int i = 0; i < oversample; i++) {
float y = 0.0;
for (int j = 0; j < quality; j++) {
@@ -228,13 +228,13 @@ struct Resampler {
* @brief Create up-sampled data out of two basic values
*/
void doUpsample(int channel, double in) {
// interpolator[channel]->process(in * UPSAMPLE_COMPENSATION, up[channel]);
y[channel].y0 = y[channel].y1;
y[channel].y1 = in;
interpolator[channel]->process(in * UPSAMPLE_COMPENSATION, up[channel]);
/* y[channel].y0 = y[channel].y1;
y[channel].y1 = in;

for (int i = 0; i < getFactor(); i++) {
up[channel][i] = interpolate(channel, i + 1);
}
for (int i = 0; i < getFactor(); i++) {
up[channel][i] = interpolate(channel, i + 1);
}*/
}




+ 3
- 2
plugins/community/repos/LindenbergResearch/src/dsp/DSPMath.hpp View File

@@ -8,7 +8,8 @@

using namespace rack;

const static float TWOPI = lroundf(M_PI * 2.);
const static float PI = 3.1415926535897932384626433832795;
const static float TWOPI = PI * 2.f;

namespace dsp {

@@ -557,7 +558,7 @@ inline float fastlog(float x) {
* @param b exponent
* @return
*/
inline double fastPow(double a, double b) {
inline float fastPow(float a, float b) {
union {
double d;
int x[2];


+ 1
- 1
plugins/community/repos/LindenbergResearch/src/dsp/LadderFilter.cpp View File

@@ -42,7 +42,7 @@ void LadderFilter::process() {

b5 = ((b4 + t2) * p - b5 * f);

// fade over filter poles from 3dB/oct (1P) => 48dB/oct (5P)
// fade over lpf poles from 3dB/oct (1P) => 48dB/oct (5P)
bx = fade5(b1, b2, b3, b4, b5, slope);

// saturate and add very low noise to have self oscillation with no input and high res


+ 1
- 1
plugins/community/repos/LindenbergResearch/src/dsp/Lockhart.cpp View File

@@ -87,7 +87,7 @@ double LockhartWavefolder::compute(double x) {
in = lh4.compute(in);

in = tanh1->next(in) * 2.f;
//if (blockDC) in = dc->filter(in);
//if (blockDC) in = dc->lpf(in);

out = in * 10;



+ 2
- 2
plugins/community/repos/LindenbergResearch/src/dsp/Oscillator.cpp View File

@@ -19,7 +19,7 @@ DSPBLOscillator::DSPBLOscillator(float sr) : DSPSystem(sr) {
*/
void DSPBLOscillator::invalidate() {
incr = getPhaseIncrement(param[FREQUENCY].value);
n = (int) floorf(BLIT_HARMONICS / param[FREQUENCY].value);
n = floorf(sr * 0.5 / param[FREQUENCY].value);
}


@@ -33,7 +33,7 @@ void DSPBLOscillator::process() {
phase = wrapTWOPI(incr + phase);

/* pulse width */
float w = param[PULSEWIDTH].value * (float) M_PI;
float w = param[PULSEWIDTH].value * PI;

/* get impulse train */
float blit1 = BLIT(n, phase);


+ 2
- 2
plugins/community/repos/LindenbergResearch/src/dsp/Oscillator.hpp View File

@@ -124,12 +124,12 @@ public:
};


struct DSPBLOscillator : DSPSystem<5, 5, 10> {
struct DSPBLOscillator : DSPSystem<5, 6, 10> {
/**
* Bandwidth-limited threshold in hz.
* Should be at least SR/2 !
* */
static constexpr float BLIT_HARMONICS = 18000.f;
//static constexpr float BLIT_HARMONICS = 22050.f;
static constexpr float NOTE_C4 = 261.626f;

enum Inputs {


+ 1
- 1
plugins/community/repos/LindenbergResearch/src/dsp/Overdrive.cpp View File

@@ -40,7 +40,7 @@ double Overdrive::compute(double x) {
in = (1 + k) * (in) / (1 + k * abs(in));

in *= 1 / OVERDRIVE_GAIN * 0.3;
// if (blockDC) in = dc->filter(in);
// if (blockDC) in = dc->lpf(in);

out = in;



+ 867
- 0
plugins/community/repos/LindenbergResearch/src/dsp/RateConverter.cpp View File

@@ -0,0 +1,867 @@
/* *\
** __ ___ ______ **
** / / / _ \/_ __/ **
** / /__/ , _/ / / Lindenberg **
** /____/_/|_| /_/ Research Tec. **
** **
** **
** https://github.com/lindenbergresearch/LRTRack **
** heapdump@icloud.com **
** **
** Sound Modules for VCV Rack **
** Copyright 2017/2018 by Patrick Lindenberg / LRT **
** **
** For Redistribution and use in source and binary forms, **
** with or without modification please see LICENSE. **
** **
\* */

#include <cstring>
#include <cmath>
#include "RateConverter.hpp"


namespace dsp {

RateConverter::RateConverter(void) {
irBuffer = nullptr;

inputBuffer = nullptr;

ratio = 1;
length = 0;

// reset all indices
delayPos = 0;
irBufferPos = 0;
inputPos = 0;
osPos = 0;
}


RateConverter::~RateConverter(void) {
delete[] inputBuffer;
delete[] irBuffer;
}


void RateConverter::init(int _ratio, int _length, float *pIRBuffer) {
length = _length;
ratio = _ratio;

delete[] irBuffer;

irBuffer = new float[_length];

memset(irBuffer, 0, _length * sizeof(float));

// memcpy(pIRBuffer, irBuffer, _length);

for (int i = 0; i < _length; i++) {
irBuffer[i] = pIRBuffer[i];
}

// dynamically allocate the input x buffers and save the pointers
delete[] inputBuffer;

// delete[] m_pRightInputBuffer;

inputBuffer = new float[_length];
// m_pRightInputBuffer = new float[_length];

// flush x buffers
memset(inputBuffer, 0, _length * sizeof(float));
//memset(m_pRightInputBuffer, 0, _length * sizeof(float));

// reset all indices
delayPos = 0;
irBufferPos = 0;
inputPos = 0;
osPos = 0;

}


void RateConverter::reset() {
// flush x buffers
if (inputBuffer)
memset(inputBuffer, 0, length * sizeof(float));
/* if (m_pRightInputBuffer)
memset(m_pRightInputBuffer, 0, length * sizeof(float));*/

// reset all indices
delayPos = 0;
irBufferPos = 0;
inputPos = 0;
osPos = 0;
}


Decimator::Decimator(void) {
}


Decimator::~Decimator(void) {
}


/* L-Point Decimator
Input: Left and Right Input Buffers with L samples per buffer
Output: Left and Right Input Samples ynL, ynR

This function loops L times, decimating the outputs and returning the LAST output calculated

CALLER SUPPLIES INPUT BUFFERS!
*/
void Decimator::decimateSamples(float *buffer, float &out) {
if (!buffer)
return;

// counter for decimator optimization
osPos = -1;

for (int i = 0; i < ratio; i++) {
float tmp = 0;

// decimate next sample
//
// out and ynR are valid (and returned) after the last call to decimateNextOutputSample()
decimateNextOutputSample(buffer[i], tmp);

if (i == 0) {
out = tmp;
}
}
}


bool Decimator::decimateNextOutputSample(float x, float &out) {
inputBuffer[inputPos] = x;

osPos++;

if (osPos != 0) {
inputPos++;
if (inputPos >= length)
inputPos = 0;

return true;
}

// reset: read index for Delay Line -> write index
delayPos = inputPos;

// reset: read index for IR - > top (0)
irBufferPos = 0;

// accumulator
float yn_accumL = 0;

// This can be optimized!! Don't have to convolve on the first L-1, only need one convolution at the end
for (int i = 0; i < length; i++) {
// do the sum of products
yn_accumL += inputBuffer[delayPos] * irBuffer[irBufferPos];

// advance the IR index
irBufferPos++;

// decrement the Delay Line index
delayPos--;

// check for wrap of delay line (no need to check IR out)
if (delayPos < 0)
delayPos = length - 1;
}

// write out
out = yn_accumL;

// incremnent the pointers and wrap if necessaryx
inputPos++;
if (inputPos >= length)
inputPos = 0;

return true;
}


Interpolator::Interpolator(void) {

}


Interpolator::~Interpolator(void) {

}


/**
* @brief
* @param x input
* @param buffer buffer for oversampled values (4x = 4) etc.
*/
void Interpolator::interpolateSamples(float x, float *buffer) {
if (!buffer)
return;

for (int i = 0; i < ratio; i++) {
interpolateNextOutputSample(x, buffer[i]);
}
}

/* interpolateNextOutputSample
This does the work:
- first time through the loop apply inputs xnL and xnR and convolve
- other L-1 times, insert a zero into the delay and convolve
*/
// sepcial kind of convolution!
void Interpolator::interpolateNextOutputSample(float x, float &out) {
// Read the Input
// if current L == 0 read xn
// else insert 0.0
inputBuffer[inputPos] = osPos == 0 ? x : 0.0;

// reset: read index for Delay Line -> write index
delayPos = inputPos;

// reset: read index for IR - > top (0)
irBufferPos = 0;

// accumulator
float sum = 0;

// convolve: OPTIMIZE THIS; can skip over delay elements with 0s in them, there are L-1 of them
for (int i = 0; i < length; i++) {
// do the sum of products
sum += inputBuffer[delayPos] * irBuffer[irBufferPos];

// advance the IR index
irBufferPos++;

// decrement the Delay Line index
delayPos--;

// check for wrap of delay line (no need to check IR buffer)
if (delayPos < 0)
delayPos = length - 1;
}

// out
out = sum * (float) ratio;

// incremnent the pointers and wrap if necessary
inputPos++;
if (inputPos >= length)
inputPos = 0;

osPos++;
if (osPos > ratio - 1)
osPos = 0;
}


NeoOversampler::NeoOversampler() {
enabled = true;

init();
}


/**
* @brief Initialize oversampler and fir filter
*/
void NeoOversampler::init() {
ratio = 4;
irSize = 19;


memset(&irBuffer, 0, 1024 * sizeof(float));

/*irBuffer[0] = 0.0000005445158422;
irBuffer[1] = 0.0000005707121318;
irBuffer[2] = -0.0000002019931742;
irBuffer[3] = -0.0000027811349810;
irBuffer[4] = -0.0000079230067058;
irBuffer[5] = -0.0000157045305968;
irBuffer[6] = -0.0000250798548223;
irBuffer[7] = -0.0000337998826581;
irBuffer[8] = -0.0000389039269066;
irBuffer[9] = -0.0000377439646400;
irBuffer[10] = -0.0000292139411613;
irBuffer[11] = -0.0000146474785652;
irBuffer[12] = 0.0000021514131276;
irBuffer[13] = 0.0000159797546075;
irBuffer[14] = 0.0000221549125854;
irBuffer[15] = 0.0000185557037184;
irBuffer[16] = 0.0000068430767897;
irBuffer[17] = -0.0000078581069829;
irBuffer[18] = -0.0000189057973330;
irBuffer[19] = -0.0000210210473597;
irBuffer[20] = -0.0000128407873490;
irBuffer[21] = 0.0000021356875095;
irBuffer[22] = 0.0000168605420185;
irBuffer[23] = 0.0000239175660681;
irBuffer[24] = 0.0000191849812836;
irBuffer[25] = 0.0000041909465835;
irBuffer[26] = -0.0000141687769428;
irBuffer[27] = -0.0000266804745479;
irBuffer[28] = -0.0000263464771706;
irBuffer[29] = -0.0000122119981825;
irBuffer[30] = 0.0000095742261692;
irBuffer[31] = 0.0000282986147795;
irBuffer[32] = 0.0000338566060236;
irBuffer[33] = 0.0000221132413571;
irBuffer[34] = -0.0000023518437047;
irBuffer[35] = -0.0000278249426628;
irBuffer[36] = -0.0000409598324040;
irBuffer[37] = -0.0000336766352120;
irBuffer[38] = -0.0000079384271885;
irBuffer[39] = 0.0000243380400207;
irBuffer[40] = 0.0000466642231913;
irBuffer[41] = 0.0000463036813017;
irBuffer[42] = 0.0000213879866351;
irBuffer[43] = -0.0000170829262061;
irBuffer[44] = -0.0000499074158142;
irBuffer[45] = -0.0000591524149058;
irBuffer[46] = -0.0000378185868612;
irBuffer[47] = 0.0000054448237279;
irBuffer[48] = 0.0000495497297379;
irBuffer[49] = 0.0000711093161954;
irBuffer[50] = 0.0000567109709664;
irBuffer[51] = 0.0000109462253022;
irBuffer[52] = -0.0000444776051154;
irBuffer[53] = -0.0000808542754385;
irBuffer[54] = -0.0000772124767536;
irBuffer[55] = -0.0000321749212162;
irBuffer[56] = 0.0000336578195856;
irBuffer[57] = 0.0000868840143085;
irBuffer[58] = 0.0000980972254183;
irBuffer[59] = 0.0000579376974201;
irBuffer[60] = -0.0000162688975252;
irBuffer[61] = -0.0000876213744050;
irBuffer[62] = -0.0001178134771180;
irBuffer[63] = -0.0000875171608641;
irBuffer[64] = -0.0000082237074821;
irBuffer[65] = 0.0000814914092189;
irBuffer[66] = 0.0001345096825389;
irBuffer[67] = 0.0001197328674607;
irBuffer[68] = 0.0000399582386308;
irBuffer[69] = -0.0000670430599712;
irBuffer[70] = -0.0001461128558731;
irBuffer[71] = -0.0001529414148536;
irBuffer[72] = -0.0000786032978795;
irBuffer[73] = 0.0000430524851254;
irBuffer[74] = 0.0001504003303126;
irBuffer[75] = 0.0001850285043474;
irBuffer[76] = 0.0001232606882695;
irBuffer[77] = -0.0000086719082901;
irBuffer[78] = -0.0001451331336284;
irBuffer[79] = -0.0002134631940862;
irBuffer[80] = -0.0001724150206428;
irBuffer[81] = -0.0000364416373486;
irBuffer[82] = 0.0001281958102481;
irBuffer[83] = 0.0002353741147090;
irBuffer[84] = 0.0002239009336336;
irBuffer[85] = 0.0000919931262615;
irBuffer[86] = -0.0000977704112302;
irBuffer[87] = -0.0002476811932866;
irBuffer[88] = -0.0002749281702563;
irBuffer[89] = -0.0001569569285493;
irBuffer[90] = 0.0000524965180375;
irBuffer[91] = 0.0002472368068993;
irBuffer[92] = 0.0003221260849386;
irBuffer[93] = 0.0002294945443282;
irBuffer[94] = 0.0000083545846792;
irBuffer[95] = -0.0002310073177796;
irBuffer[96] = -0.0003616396570578;
irBuffer[97] = -0.0003069138329010;
irBuffer[98] = -0.0000847206174512;
irBuffer[99] = 0.0001962697569979;
irBuffer[100] = 0.0003892597160302;
irBuffer[101] = 0.0003856586990878;
irBuffer[102] = 0.0001755936391419;
irBuffer[103] = -0.0001408394600730;
irBuffer[104] = -0.0004006113158539;
irBuffer[105] = -0.0004613618366420;
irBuffer[106] = -0.0002789076534100;
irBuffer[107] = 0.0000632931623841;
irBuffer[108] = 0.0003913739928976;
irBuffer[109] = 0.0005289468099363;
irBuffer[110] = 0.0003914636326954;
irBuffer[111] = 0.0000368107284885;
irBuffer[112] = -0.0003575389855541;
irBuffer[113] = -0.0005827903514728;
irBuffer[114] = -0.0005089115002193;
irBuffer[115] = -0.0001587389997439;
irBuffer[116] = 0.0002956803364214;
irBuffer[117] = 0.0006169307744130;
irBuffer[118] = 0.0006257825298235;
irBuffer[119] = 0.0003004157624673;
irBuffer[120] = -0.0002032436459558;
irBuffer[121] = -0.0006253321189433;
irBuffer[122] = -0.0007355912821367;
irBuffer[123] = -0.0004583036352415;
irBuffer[124] = 0.0000788305187598;
irBuffer[125] = 0.0006021905574016;
irBuffer[126] = 0.0008310037665069;
irBuffer[127] = 0.0006273413309827;
irBuffer[128] = 0.0000775332082412;
irBuffer[129] = -0.0005422755493782;
irBuffer[130] = -0.0009040769655257;
irBuffer[131] = -0.0008009540033527;
irBuffer[132] = -0.0002641671453603;
irBuffer[133] = 0.0004412865964696;
irBuffer[134] = 0.0009465577895753;
irBuffer[135] = 0.0009711356833577;
irBuffer[136] = 0.0004775526758749;
irBuffer[137] = -0.0002962144499179;
irBuffer[138] = -0.0009502378525212;
irBuffer[139] = -0.0011286106891930;
irBuffer[140] = -0.0007122103124857;
irBuffer[141] = 0.0001056927067111;
irBuffer[142] = 0.0009073557448573;
irBuffer[143] = 0.0012630778364837;
irBuffer[144] = 0.0009606519597583;
irBuffer[145] = 0.0001296803529840;
irBuffer[146] = -0.0008110329508781;
irBuffer[147] = -0.0013635336654261;
irBuffer[148] = -0.0012134213466197;
irBuffer[149] = -0.0004070691065863;
irBuffer[150] = 0.0006557236192748;
irBuffer[151] = 0.0014186699409038;
irBuffer[152] = 0.0014592278748751;
irBuffer[153] = 0.0007211973425001;
irBuffer[154] = -0.0004376557189971;
irBuffer[155] = -0.0014173235977069;
irBuffer[156] = -0.0016851695254445;
irBuffer[157] = -0.0010642196284607;
irBuffer[158] = 0.0001552503381390;
irBuffer[159] = 0.0013489727862179;
irBuffer[160] = 0.0018770446768031;
irBuffer[161] = 0.0014256818685681;
irBuffer[162] = 0.0001905011304189;
irBuffer[163] = -0.0012042585294694;
irBuffer[164] = -0.0020197455305606;
irBuffer[165] = -0.0017925744177774;
irBuffer[166] = -0.0005957146058790;
irBuffer[167] = 0.0009755205828696;
irBuffer[168] = 0.0020977298263460;
irBuffer[169] = 0.0021494934335351;
irBuffer[170] = 0.0010533761233091;
irBuffer[171] = -0.0006573111750185;
irBuffer[172] = -0.0020955423824489;
irBuffer[173] = -0.0024788931477815;
irBuffer[174] = -0.0015531908720732;
irBuffer[175] = 0.0002468732418492;
irBuffer[176] = 0.0019983709789813;
irBuffer[177] = 0.0027614291757345;
irBuffer[178] = 0.0020815343596041;
irBuffer[179] = 0.0002554488019086;
irBuffer[180] = -0.0017925972351804;
irBuffer[181] = -0.0029763551428914;
irBuffer[182] = -0.0026214842218906;
irBuffer[183] = -0.0008458612719551;
irBuffer[184] = 0.0014663392212242;
irBuffer[185] = 0.0031019740272313;
irBuffer[186] = 0.0031529506668448;
irBuffer[187] = 0.0015168727841228;
irBuffer[188] = -0.0010099314386025;
irBuffer[189] = -0.0031160889193416;
irBuffer[190] = -0.0036528608761728;
irBuffer[191] = -0.0022571331355721;
irBuffer[192] = 0.0004163304984104;
irBuffer[193] = 0.0029964295681566;
irBuffer[194] = 0.0040953969582915;
irBuffer[195] = 0.0030513887759298;
irBuffer[196] = 0.0003186264366377;
irBuffer[197] = -0.0027209594845772;
irBuffer[198] = -0.0044521889649332;
irBuffer[199] = -0.0038805003277957;
irBuffer[200] = -0.0011961093405262;
irBuffer[201] = 0.0022680191323161;
irBuffer[202] = 0.0046924264170229;
irBuffer[203] = 0.0047215311788023;
irBuffer[204] = 0.0022144161630422;
irBuffer[205] = -0.0016161559615284;
irBuffer[206] = -0.0047827241942286;
irBuffer[207] = -0.0055478112772107;
irBuffer[208] = -0.0033693523146212;
irBuffer[209] = 0.0007435118313879;
irBuffer[210] = 0.0046866005286574;
irBuffer[211] = 0.0063289487734437;
irBuffer[212] = 0.0046550347469747;
irBuffer[213] = 0.0003735880600289;
irBuffer[214] = -0.0043631680309772;
irBuffer[215] = -0.0070305466651917;
irBuffer[216] = -0.0060652270913124;
irBuffer[217] = -0.0017632801318541;
irBuffer[218] = 0.0037645003758371;
irBuffer[219] = 0.0076133953407407;
irBuffer[220] = 0.0075955823995173;
irBuffer[221] = 0.0034630466252565;
irBuffer[222] = -0.0028304771985859;
irBuffer[223] = -0.0080314734950662;
irBuffer[224] = -0.0092473234981298;
irBuffer[225] = -0.0055286134593189;
irBuffer[226] = 0.0014789294218645;
irBuffer[227] = 0.0082277162000537;
irBuffer[228] = 0.0110338740050793;
irBuffer[229] = 0.0080511523410678;
irBuffer[230] = 0.0004142033576500;
irBuffer[231] = -0.0081247519701719;
irBuffer[232] = -0.0129936235025525;
irBuffer[233] = -0.0111927380785346;
irBuffer[234] = -0.0030573662370443;
irBuffer[235] = 0.0076039703562856;
irBuffer[236] = 0.0152177270501852;
irBuffer[237] = 0.0152677698060870;
irBuffer[238] = 0.0068449787795544;
irBuffer[239] = -0.0064526787027717;
irBuffer[240] = -0.0179194156080484;
irBuffer[241] = -0.0209582298994064;
irBuffer[242] = -0.0126397209241986;
irBuffer[243] = 0.0042087305337191;
irBuffer[244] = 0.0216464996337891;
irBuffer[245] = 0.0300200320780277;
irBuffer[246] = 0.0227684658020735;
irBuffer[247] = 0.0004358185979072;
irBuffer[248] = -0.0281703099608421;
irBuffer[249] = -0.0485937669873238;
irBuffer[250] = -0.0463617891073227;
irBuffer[251] = -0.0134116141125560;
irBuffer[252] = 0.0474678650498390;
irBuffer[253] = 0.1222959980368614;
irBuffer[254] = 0.1901284903287888;
irBuffer[255] = 0.2303789854049683;
irBuffer[256] = 0.2303789854049683;
irBuffer[257] = 0.1901284903287888;
irBuffer[258] = 0.1222959980368614;
irBuffer[259] = 0.0474678650498390;
irBuffer[260] = -0.0134116141125560;
irBuffer[261] = -0.0463617891073227;
irBuffer[262] = -0.0485937669873238;
irBuffer[263] = -0.0281703099608421;
irBuffer[264] = 0.0004358185979072;
irBuffer[265] = 0.0227684658020735;
irBuffer[266] = 0.0300200320780277;
irBuffer[267] = 0.0216464996337891;
irBuffer[268] = 0.0042087305337191;
irBuffer[269] = -0.0126397209241986;
irBuffer[270] = -0.0209582298994064;
irBuffer[271] = -0.0179194156080484;
irBuffer[272] = -0.0064526787027717;
irBuffer[273] = 0.0068449787795544;
irBuffer[274] = 0.0152677698060870;
irBuffer[275] = 0.0152177270501852;
irBuffer[276] = 0.0076039703562856;
irBuffer[277] = -0.0030573662370443;
irBuffer[278] = -0.0111927380785346;
irBuffer[279] = -0.0129936235025525;
irBuffer[280] = -0.0081247519701719;
irBuffer[281] = 0.0004142033576500;
irBuffer[282] = 0.0080511523410678;
irBuffer[283] = 0.0110338740050793;
irBuffer[284] = 0.0082277162000537;
irBuffer[285] = 0.0014789294218645;
irBuffer[286] = -0.0055286134593189;
irBuffer[287] = -0.0092473234981298;
irBuffer[288] = -0.0080314734950662;
irBuffer[289] = -0.0028304771985859;
irBuffer[290] = 0.0034630466252565;
irBuffer[291] = 0.0075955823995173;
irBuffer[292] = 0.0076133953407407;
irBuffer[293] = 0.0037645003758371;
irBuffer[294] = -0.0017632801318541;
irBuffer[295] = -0.0060652270913124;
irBuffer[296] = -0.0070305466651917;
irBuffer[297] = -0.0043631680309772;
irBuffer[298] = 0.0003735880600289;
irBuffer[299] = 0.0046550347469747;
irBuffer[300] = 0.0063289487734437;
irBuffer[301] = 0.0046866005286574;
irBuffer[302] = 0.0007435118313879;
irBuffer[303] = -0.0033693523146212;
irBuffer[304] = -0.0055478112772107;
irBuffer[305] = -0.0047827241942286;
irBuffer[306] = -0.0016161559615284;
irBuffer[307] = 0.0022144161630422;
irBuffer[308] = 0.0047215311788023;
irBuffer[309] = 0.0046924264170229;
irBuffer[310] = 0.0022680191323161;
irBuffer[311] = -0.0011961093405262;
irBuffer[312] = -0.0038805003277957;
irBuffer[313] = -0.0044521889649332;
irBuffer[314] = -0.0027209594845772;
irBuffer[315] = 0.0003186264366377;
irBuffer[316] = 0.0030513887759298;
irBuffer[317] = 0.0040953969582915;
irBuffer[318] = 0.0029964295681566;
irBuffer[319] = 0.0004163304984104;
irBuffer[320] = -0.0022571331355721;
irBuffer[321] = -0.0036528608761728;
irBuffer[322] = -0.0031160889193416;
irBuffer[323] = -0.0010099314386025;
irBuffer[324] = 0.0015168727841228;
irBuffer[325] = 0.0031529506668448;
irBuffer[326] = 0.0031019740272313;
irBuffer[327] = 0.0014663392212242;
irBuffer[328] = -0.0008458612719551;
irBuffer[329] = -0.0026214842218906;
irBuffer[330] = -0.0029763551428914;
irBuffer[331] = -0.0017925972351804;
irBuffer[332] = 0.0002554488019086;
irBuffer[333] = 0.0020815343596041;
irBuffer[334] = 0.0027614291757345;
irBuffer[335] = 0.0019983709789813;
irBuffer[336] = 0.0002468732418492;
irBuffer[337] = -0.0015531908720732;
irBuffer[338] = -0.0024788931477815;
irBuffer[339] = -0.0020955423824489;
irBuffer[340] = -0.0006573111750185;
irBuffer[341] = 0.0010533761233091;
irBuffer[342] = 0.0021494934335351;
irBuffer[343] = 0.0020977298263460;
irBuffer[344] = 0.0009755205828696;
irBuffer[345] = -0.0005957146058790;
irBuffer[346] = -0.0017925744177774;
irBuffer[347] = -0.0020197455305606;
irBuffer[348] = -0.0012042585294694;
irBuffer[349] = 0.0001905011304189;
irBuffer[350] = 0.0014256818685681;
irBuffer[351] = 0.0018770446768031;
irBuffer[352] = 0.0013489727862179;
irBuffer[353] = 0.0001552503381390;
irBuffer[354] = -0.0010642196284607;
irBuffer[355] = -0.0016851695254445;
irBuffer[356] = -0.0014173235977069;
irBuffer[357] = -0.0004376557189971;
irBuffer[358] = 0.0007211973425001;
irBuffer[359] = 0.0014592278748751;
irBuffer[360] = 0.0014186699409038;
irBuffer[361] = 0.0006557236192748;
irBuffer[362] = -0.0004070691065863;
irBuffer[363] = -0.0012134213466197;
irBuffer[364] = -0.0013635336654261;
irBuffer[365] = -0.0008110329508781;
irBuffer[366] = 0.0001296803529840;
irBuffer[367] = 0.0009606519597583;
irBuffer[368] = 0.0012630778364837;
irBuffer[369] = 0.0009073557448573;
irBuffer[370] = 0.0001056927067111;
irBuffer[371] = -0.0007122103124857;
irBuffer[372] = -0.0011286106891930;
irBuffer[373] = -0.0009502378525212;
irBuffer[374] = -0.0002962144499179;
irBuffer[375] = 0.0004775526758749;
irBuffer[376] = 0.0009711356833577;
irBuffer[377] = 0.0009465577895753;
irBuffer[378] = 0.0004412865964696;
irBuffer[379] = -0.0002641671453603;
irBuffer[380] = -0.0008009540033527;
irBuffer[381] = -0.0009040769655257;
irBuffer[382] = -0.0005422755493782;
irBuffer[383] = 0.0000775332082412;
irBuffer[384] = 0.0006273413309827;
irBuffer[385] = 0.0008310037665069;
irBuffer[386] = 0.0006021905574016;
irBuffer[387] = 0.0000788305187598;
irBuffer[388] = -0.0004583036352415;
irBuffer[389] = -0.0007355912821367;
irBuffer[390] = -0.0006253321189433;
irBuffer[391] = -0.0002032436459558;
irBuffer[392] = 0.0003004157624673;
irBuffer[393] = 0.0006257825298235;
irBuffer[394] = 0.0006169307744130;
irBuffer[395] = 0.0002956803364214;
irBuffer[396] = -0.0001587389997439;
irBuffer[397] = -0.0005089115002193;
irBuffer[398] = -0.0005827903514728;
irBuffer[399] = -0.0003575389855541;
irBuffer[400] = 0.0000368107284885;
irBuffer[401] = 0.0003914636326954;
irBuffer[402] = 0.0005289468099363;
irBuffer[403] = 0.0003913739928976;
irBuffer[404] = 0.0000632931623841;
irBuffer[405] = -0.0002789076534100;
irBuffer[406] = -0.0004613618366420;
irBuffer[407] = -0.0004006113158539;
irBuffer[408] = -0.0001408394600730;
irBuffer[409] = 0.0001755936391419;
irBuffer[410] = 0.0003856586990878;
irBuffer[411] = 0.0003892597160302;
irBuffer[412] = 0.0001962697569979;
irBuffer[413] = -0.0000847206174512;
irBuffer[414] = -0.0003069138329010;
irBuffer[415] = -0.0003616396570578;
irBuffer[416] = -0.0002310073177796;
irBuffer[417] = 0.0000083545846792;
irBuffer[418] = 0.0002294945443282;
irBuffer[419] = 0.0003221260849386;
irBuffer[420] = 0.0002472368068993;
irBuffer[421] = 0.0000524965180375;
irBuffer[422] = -0.0001569569285493;
irBuffer[423] = -0.0002749281702563;
irBuffer[424] = -0.0002476811932866;
irBuffer[425] = -0.0000977704112302;
irBuffer[426] = 0.0000919931262615;
irBuffer[427] = 0.0002239009336336;
irBuffer[428] = 0.0002353741147090;
irBuffer[429] = 0.0001281958102481;
irBuffer[430] = -0.0000364416373486;
irBuffer[431] = -0.0001724150206428;
irBuffer[432] = -0.0002134631940862;
irBuffer[433] = -0.0001451331336284;
irBuffer[434] = -0.0000086719082901;
irBuffer[435] = 0.0001232606882695;
irBuffer[436] = 0.0001850285043474;
irBuffer[437] = 0.0001504003303126;
irBuffer[438] = 0.0000430524851254;
irBuffer[439] = -0.0000786032978795;
irBuffer[440] = -0.0001529414148536;
irBuffer[441] = -0.0001461128558731;
irBuffer[442] = -0.0000670430599712;
irBuffer[443] = 0.0000399582386308;
irBuffer[444] = 0.0001197328674607;
irBuffer[445] = 0.0001345096825389;
irBuffer[446] = 0.0000814914092189;
irBuffer[447] = -0.0000082237074821;
irBuffer[448] = -0.0000875171608641;
irBuffer[449] = -0.0001178134771180;
irBuffer[450] = -0.0000876213744050;
irBuffer[451] = -0.0000162688975252;
irBuffer[452] = 0.0000579376974201;
irBuffer[453] = 0.0000980972254183;
irBuffer[454] = 0.0000868840143085;
irBuffer[455] = 0.0000336578195856;
irBuffer[456] = -0.0000321749212162;
irBuffer[457] = -0.0000772124767536;
irBuffer[458] = -0.0000808542754385;
irBuffer[459] = -0.0000444776051154;
irBuffer[460] = 0.0000109462253022;
irBuffer[461] = 0.0000567109709664;
irBuffer[462] = 0.0000711093161954;
irBuffer[463] = 0.0000495497297379;
irBuffer[464] = 0.0000054448237279;
irBuffer[465] = -0.0000378185868612;
irBuffer[466] = -0.0000591524149058;
irBuffer[467] = -0.0000499074158142;
irBuffer[468] = -0.0000170829262061;
irBuffer[469] = 0.0000213879866351;
irBuffer[470] = 0.0000463036813017;
irBuffer[471] = 0.0000466642231913;
irBuffer[472] = 0.0000243380400207;
irBuffer[473] = -0.0000079384271885;
irBuffer[474] = -0.0000336766352120;
irBuffer[475] = -0.0000409598324040;
irBuffer[476] = -0.0000278249426628;
irBuffer[477] = -0.0000023518437047;
irBuffer[478] = 0.0000221132413571;
irBuffer[479] = 0.0000338566060236;
irBuffer[480] = 0.0000282986147795;
irBuffer[481] = 0.0000095742261692;
irBuffer[482] = -0.0000122119981825;
irBuffer[483] = -0.0000263464771706;
irBuffer[484] = -0.0000266804745479;
irBuffer[485] = -0.0000141687769428;
irBuffer[486] = 0.0000041909465835;
irBuffer[487] = 0.0000191849812836;
irBuffer[488] = 0.0000239175660681;
irBuffer[489] = 0.0000168605420185;
irBuffer[490] = 0.0000021356875095;
irBuffer[491] = -0.0000128407873490;
irBuffer[492] = -0.0000210210473597;
irBuffer[493] = -0.0000189057973330;
irBuffer[494] = -0.0000078581069829;
irBuffer[495] = 0.0000068430767897;
irBuffer[496] = 0.0000185557037184;
irBuffer[497] = 0.0000221549125854;
irBuffer[498] = 0.0000159797546075;
irBuffer[499] = 0.0000021514131276;
irBuffer[500] = -0.0000146474785652;
irBuffer[501] = -0.0000292139411613;
irBuffer[502] = -0.0000377439646400;
irBuffer[503] = -0.0000389039269066;
irBuffer[504] = -0.0000337998826581;
irBuffer[505] = -0.0000250798548223;
irBuffer[506] = -0.0000157045305968;
irBuffer[507] = -0.0000079230067058;
irBuffer[508] = -0.0000027811349810;
irBuffer[509] = -0.0000002019931742;
irBuffer[510] = 0.0000005707121318;
irBuffer[511] = 0.0000005445158422;*/

irBuffer[0] = 0.0000000000000001;
irBuffer[1] = 0.0076966499909759;
irBuffer[2] = 0.0251346025615931;
irBuffer[3] = 0.0478625856339931;
irBuffer[4] = 0.0784611627459526;
irBuffer[5] = 0.1136875599622726;
irBuffer[6] = 0.1501039862632751;
irBuffer[7] = 0.1820416748523712;
irBuffer[8] = 0.2040369659662247;
irBuffer[9] = 0.2117607295513153;
irBuffer[10] = 0.2040369659662247;
irBuffer[11] = 0.1820416748523712;
irBuffer[12] = 0.1501039862632751;
irBuffer[13] = 0.1136875599622726;
irBuffer[14] = 0.0784611627459526;
irBuffer[15] = 0.0478625856339931;
irBuffer[16] = 0.0251346025615931;
irBuffer[17] = 0.0076966499909759;
irBuffer[18] = 0.0000000000000001;

// now init the units
interpolator.init(ratio, irSize, &irBuffer[0]);
decimator.init(ratio, irSize, &irBuffer[0]);

// dynamically allocate the input x buffers and save the pointers
interpBuffer = new float[ratio];

// flush interp buffers
memset(interpBuffer, 0, ratio * sizeof(float));

// dynamically allocate the input x buffers and save the pointers
decimBuffer = new float[ratio];

// flush deci buffers
memset(decimBuffer, 0, ratio * sizeof(float));


// oversampling
interpolator.reset();
decimator.reset();
}


/**
* @brief
* @param x input
* @return output
*/
float NeoOversampler::compute(float x) {
float y;

/* just pass a single computation, if os is turned off */
if (!enabled) return process(x);

interpolator.interpolateSamples(x, interpBuffer);

for (int i = 0; i < ratio; ++i) {
// do computation n times out of the interpolated buffer and write back to decimator buffer
decimBuffer[i] = process(interpBuffer[i]);
}

decimator.decimateSamples(decimBuffer, y);

return y;
}


float TanhOS::process(float x) {
return erff(x * gain) * 5.f;
}


TanhOS::TanhOS() {}
}


+ 142
- 0
plugins/community/repos/LindenbergResearch/src/dsp/RateConverter.hpp View File

@@ -0,0 +1,142 @@
/* *\
** __ ___ ______ **
** / / / _ \/_ __/ **
** / /__/ , _/ / / Lindenberg **
** /____/_/|_| /_/ Research Tec. **
** **
** **
** https://github.com/lindenbergresearch/LRTRack **
** heapdump@icloud.com **
** **
** Sound Modules for VCV Rack **
** Copyright 2017/2018 by Patrick Lindenberg / LRT **
** **
** For Redistribution and use in source and binary forms, **
** with or without modification please see LICENSE. **
** **
\* */

#pragma once

namespace dsp {

class RateConverter {
public:
RateConverter(void);
virtual ~RateConverter(void);

// buffer for the impulse response h[n] of the FIR
float *irBuffer;

// buffers for the transversal delay lines, one for each input
float *inputBuffer;
// float *m_pRightInputBuffer;

// read index for delay lines (input x buffers)
int delayPos;

// read index for impulse response buffers
int irBufferPos;

// write index for input x buffer
int inputPos;

int ratio; // OS value, 4 = 4X Oversampling

// counters and index values for the convolutions
int osPos;
int length;

// initializer - creates the buffers and loads the FIR IR
void init(int _ratio, int _length, float *pIRBuffer);

// flush buffers
void reset();


// overrides for derived objects
//
// interpolateSamples: take one pair of L/R samples and produce L-length buffers of samples
virtual void interpolateSamples(float xnL, float *pLeftInterpBuffer) {};


// inner loop function that processes just one pair of inputs
virtual void interpolateNextOutputSample(float xnL, float &fLeftOutput) {};


// decimateSamples: take one pai rL-length buffers of samples and decimate down to just one pair of output samples
virtual void decimateSamples(float *pLeftDeciBuffer, float &ynL) {};


// inner loop function that processes just one pair of inputs
virtual bool decimateNextOutputSample(float xnL, float &fLeftOutput) { return true; };
};


class Decimator : public RateConverter {
public:
Decimator(void);
~Decimator(void);

bool decimateNextOutputSample(float x, float &out) override;
void decimateSamples(float *buffer, float &out) override;
};


class Interpolator : public RateConverter {
public:
Interpolator(void);
~Interpolator(void);

void interpolateNextOutputSample(float x, float &fLeftOutput) override;
void interpolateSamples(float x, float *buffer) override;

};


/**
* @brief New oversampling class that uses polyphase
*/
class NeoOversampler {
private:
int irSize;
float irBuffer[1024];
int ratio = 4;

void init();

Interpolator interpolator;
Decimator decimator;

float *interpBuffer;
float *decimBuffer;

public:
bool enabled;

NeoOversampler();


virtual float process(float x) { return x; };

float compute(float x);

};


/**
* @brief Just for test!
*/
struct TanhOS : NeoOversampler {

float gain = 0.f;

TanhOS();

virtual float process(float x) override;

};


}


plugins/community/repos/LindenbergResearch/src/dsp/Korg35Filter.cpp → plugins/community/repos/LindenbergResearch/src/dsp/Type35Filter.cpp View File

@@ -16,7 +16,7 @@
** **
\* */

#include "Korg35Filter.hpp"
#include "Type35Filter.hpp"
#include "DSPEffect.hpp"
#include "DSPMath.hpp"

@@ -26,7 +26,7 @@
* @param sr SampleRate
* @param type Lowpass / Highpass
*/
dsp::Korg35FilterStage::Korg35FilterStage(float sr, FilterType type) : DSPEffect(sr) {
dsp::Type35FilterStage::Type35FilterStage(float sr, FilterType type) : DSPEffect(sr) {
this->type = type;
}

@@ -34,7 +34,7 @@ dsp::Korg35FilterStage::Korg35FilterStage(float sr, FilterType type) : DSPEffect
/**
* @brief Init stage
*/
void dsp::Korg35FilterStage::init() {
void dsp::Type35FilterStage::init() {
type = LP_STAGE;
alpha = 1.f;
beta = 1.f;
@@ -46,7 +46,7 @@ void dsp::Korg35FilterStage::init() {
/**
* @brief Recompute filter parameter
*/
void dsp::Korg35FilterStage::invalidate() {
void dsp::Type35FilterStage::invalidate() {
// only process in dedicated mode
if (!dedicated) return;

@@ -62,7 +62,7 @@ void dsp::Korg35FilterStage::invalidate() {
/**
* @brief Update filter and compute next sample
*/
void dsp::Korg35FilterStage::process() {
void dsp::Type35FilterStage::process() {
// v(n)
float vn = (in - zn1) * alpha;

@@ -72,7 +72,7 @@ void dsp::Korg35FilterStage::process() {

float hpf = in - lpf;

// switch filter type
// switch lpf type
if (type == LP_STAGE) {
out = lpf;
} else {
@@ -85,10 +85,12 @@ void dsp::Korg35FilterStage::process() {
/**
* @brief Init main filter
*/
void dsp::Korg35Filter::init() {
void dsp::Type35Filter::init() {
fc = sr / 2.f;
peak = 0.f;



/* lowpass stages */
lpf1->init();
lpf2->init();
@@ -102,8 +104,18 @@ void dsp::Korg35Filter::init() {
/**
* @brief Recompute filter parameter
*/
void dsp::Korg35Filter::invalidate() {
float frqHz = MAX_FREQUENCY / 1000.f * powf(1000.f, fc);
void dsp::Type35Filter::invalidate() {
float frqHz;

fc = clamp(fc, 0.f, 1.1f);
peak = clamp(peak, 0.0001, 1.1f);

if (type == LPF)
frqHz = (MAX_FREQUENCY / 1000.f) * powf(950.f, fc) - 20.f;
else
frqHz = (MAX_FREQUENCY / 1000.f) * powf(1000.f, fc);

peak = cubicShape(peak) * 2.f + noise.nextFloat(10e-7);

float wd = TWOPI * frqHz;
float T = 1.f / sr;
@@ -138,7 +150,7 @@ void dsp::Korg35Filter::invalidate() {
/**
* @brief Compute next sample for output depending on filter type
*/
void dsp::Korg35Filter::process() {
void dsp::Type35Filter::process() {
type == LPF ? processLPF() : processHPF();
}

@@ -146,8 +158,8 @@ void dsp::Korg35Filter::process() {
/**
* @brief Do the lowpass filtering and oversampling
*/
void dsp::Korg35Filter::processLPF() {
lpf1->in = in;
void dsp::Type35Filter::processLPF() {
lpf1->in = in + noise.nextFloat(NOISE_GAIN);;
lpf1->process();
float y1 = lpf1->out;

@@ -156,7 +168,7 @@ void dsp::Korg35Filter::processLPF() {
float u = Ga * (y1 + s35h);
//float y = peak * fastatan(sat * u * 0.1) * 10.f;

u = tanhf(sat * u * 0.1) * 10.f;
u = fastatan(sat * u * 0.1) * 10.f;

lpf2->in = u;
lpf2->process();
@@ -179,8 +191,8 @@ void dsp::Korg35Filter::processLPF() {
/**
* @brief Do the highpass filtering and oversampling
*/
void dsp::Korg35Filter::processHPF() {
hpf1->in = in;
void dsp::Type35Filter::processHPF() {
hpf1->in = in + noise.nextFloat(NOISE_GAIN);
hpf1->process();
float y1 = hpf1->out;

@@ -207,14 +219,32 @@ void dsp::Korg35Filter::processHPF() {
* @brief Update samplerate
* @param sr SR
*/
void dsp::Korg35Filter::setSamplerate(float sr) {
DSPEffect::setSamplerate(sr);
void dsp::Type35Filter::setSamplerate(float sr) {
DSPEffect::setSamplerate(sr * OVERSAMPLE);

// derive samplerate change
lpf1->setSamplerate(sr);
lpf2->setSamplerate(sr);
hpf1->setSamplerate(sr);
hpf2->setSamplerate(sr);
lpf1->setSamplerate(sr * OVERSAMPLE);
lpf2->setSamplerate(sr * OVERSAMPLE);
hpf1->setSamplerate(sr * OVERSAMPLE);
hpf2->setSamplerate(sr * OVERSAMPLE);

invalidate();
}


/**
* @brief Top function which handles the oversampling
*/
void dsp::Type35Filter::process2() {
rs->doUpsample(IN, in);

for (int i = 0; i < rs->getFactor(); i++) {
in = (float) rs->getUpsampled(IN)[i];

process();

rs->data[IN][i] = out;
}

out = (float) rs->getDownsampled(IN);;
}

plugins/community/repos/LindenbergResearch/src/dsp/Korg35Filter.hpp → plugins/community/repos/LindenbergResearch/src/dsp/Type35Filter.hpp View File

@@ -28,7 +28,7 @@ namespace dsp {
/**
* @brief Represents one filter stage
*/
struct Korg35FilterStage : DSPEffect {
struct Type35FilterStage : DSPEffect {
enum FilterType {
LP_STAGE, // lowpass stage
HP_STAGE // highpass stage
@@ -44,7 +44,7 @@ struct Korg35FilterStage : DSPEffect {

float in, out;

Korg35FilterStage(float sr, FilterType type);
Type35FilterStage(float sr, FilterType type);


inline float getFeedback() {
@@ -61,17 +61,22 @@ struct Korg35FilterStage : DSPEffect {
/**
* @brief Actual Korg35 Filter Class
*/
struct Korg35Filter : DSPEffect {
struct Type35Filter : DSPEffect {
static constexpr float MAX_FREQUENCY = 20000.f;
static const int OVERSAMPLE = 4;
static constexpr float NOISE_GAIN = 10e-9f; // internal noise gain used for self-oscillation
static const int IN = 0;

enum FilterType {
LPF, // lowpass
HPF // highpass
LPF, // lowpass
HPF // highpass
};


Korg35FilterStage *lpf1, *lpf2, *hpf1, *hpf2;
Type35FilterStage *lpf1, *lpf2, *hpf1, *hpf2;
FilterType type;
Noise noise;
Resampler<1> *rs;

float Ga;

@@ -81,19 +86,22 @@ struct Korg35Filter : DSPEffect {
float fc, peak, sat;


Korg35Filter(float sr, FilterType type) : DSPEffect(sr) {
Korg35Filter::type = type;
Type35Filter(float sr, FilterType type) : DSPEffect(sr * OVERSAMPLE) {
Type35Filter::type = type;

lpf1 = new Korg35FilterStage(sr, Korg35FilterStage::LP_STAGE);
lpf2 = new Korg35FilterStage(sr, Korg35FilterStage::LP_STAGE);
hpf1 = new Korg35FilterStage(sr, Korg35FilterStage::HP_STAGE);
hpf2 = new Korg35FilterStage(sr, Korg35FilterStage::HP_STAGE);
rs = new Resampler<1>(OVERSAMPLE, 8);

lpf1 = new Type35FilterStage(sr * OVERSAMPLE, Type35FilterStage::LP_STAGE);
lpf2 = new Type35FilterStage(sr * OVERSAMPLE, Type35FilterStage::LP_STAGE);
hpf1 = new Type35FilterStage(sr * OVERSAMPLE, Type35FilterStage::HP_STAGE);
hpf2 = new Type35FilterStage(sr * OVERSAMPLE, Type35FilterStage::HP_STAGE);
}


void init() override;
void invalidate() override;
void process() override;
void process2();
void processLPF();
void processHPF();
void setSamplerate(float sr) override;

+ 5
- 5
plugins/community/repos/LindenbergResearch/src/modules/AlmaFilter.cpp View File

@@ -43,7 +43,11 @@ struct AlmaFilter : LRModule {
LRMiddleKnob *driveKnob = NULL;


AlmaFilter() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
AlmaFilter() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
frqKnob = LRKnob::create<LRBigKnob>(Vec(62, 150), this, AlmaFilter::CUTOFF_PARAM, 0.f, 1.f, 0.8f);
peakKnob = LRKnob::create<LRMiddleKnob>(Vec(23, 228), this, AlmaFilter::RESONANCE_PARAM, -0.f, 1.5, 0.0f);
driveKnob = LRKnob::create<LRMiddleKnob>(Vec(115, 227), this, AlmaFilter::DRIVE_PARAM, 0.0f, 1.f, 0.0f);
}


void step() override;
@@ -117,10 +121,6 @@ AlmaFilterWidget::AlmaFilterWidget(AlmaFilter *module) : LRModuleWidget(module)
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->frqKnob = LRKnob::create<LRBigKnob>(Vec(62, 150), module, AlmaFilter::CUTOFF_PARAM, 0.f, 1.f, 0.8f);
module->peakKnob = LRKnob::create<LRMiddleKnob>(Vec(23, 228), module, AlmaFilter::RESONANCE_PARAM, -0.f, 1.5, 0.0f);
module->driveKnob = LRKnob::create<LRMiddleKnob>(Vec(115, 227), module, AlmaFilter::DRIVE_PARAM, 0.0f, 1.f, 0.0f);

addParam(module->frqKnob);
addParam(module->peakKnob);
addParam(module->driveKnob);


+ 1
- 1
plugins/community/repos/LindenbergResearch/src/modules/BlankPanelWood.cpp View File

@@ -41,7 +41,7 @@ struct BlankPanelWood : LRModule {


json_t *toJson() override {
json_t *rootJ = LRModule::toJson();
json_t *rootJ = json_object();

json_object_set_new(rootJ, "AGED", json_boolean(aged));
json_object_set_new(rootJ, "screws", json_boolean(screws));


+ 5
- 9
plugins/community/repos/LindenbergResearch/src/modules/DiodeVCF.cpp View File

@@ -38,13 +38,16 @@ struct DiodeVCF : LRModule {
};


DiodeVCF() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
DiodeVCF() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
frqKnob = LRKnob::create<LRBigKnob>(Vec(32.5, 74.4), this, DiodeVCF::FREQUENCY_PARAM, 0.f, 1.f, 1.f);
resKnob = LRKnob::create<LRBigKnob>(Vec(151.5, 74.4), this, DiodeVCF::RES_PARAM, 0.0f, 1.0, 0.0f);
saturateKnob = LRKnob::create<LRMiddleKnob>(Vec(99.5, 164.4), this, DiodeVCF::SATURATE_PARAM, 0.f, 1.0, 0.0f);
}


void onRandomize() override;
void updateComponents();

LRLCDWidget *lcd = new LRLCDWidget(12, "%00004.3f Hz", LRLCDWidget::NUMERIC);
DiodeLadderFilter *lpf = new DiodeLadderFilter(engineGetSampleRate());

LRBigKnob *frqKnob = NULL;
@@ -122,8 +125,6 @@ void DiodeVCF::step() {

lpf->low = !hidef;

lcd->value = lpf->getFreqHz();

lpf->setIn(inputs[FILTER_INPUT].value / 10.f);
lpf->invalidate();
lpf->process();
@@ -183,11 +184,6 @@ DiodeVCFWidget::DiodeVCFWidget(DiodeVCF *module) : LRModuleWidget(module) {
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->frqKnob = LRKnob::create<LRBigKnob>(Vec(32.5, 74.4), module, DiodeVCF::FREQUENCY_PARAM, 0.f, 1.f, 1.f);
module->resKnob = LRKnob::create<LRBigKnob>(Vec(151.5, 74.4), module, DiodeVCF::RES_PARAM, 0.0f, 1.0, 0.0f);
module->saturateKnob = LRKnob::create<LRMiddleKnob>(Vec(99.5, 164.4), module, DiodeVCF::SATURATE_PARAM, 0.f, 1.0,
0.0f);

module->frqKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->resKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->saturateKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));


+ 0
- 141
plugins/community/repos/LindenbergResearch/src/modules/Korg35.cpp View File

@@ -1,141 +0,0 @@
/* *\
** __ ___ ______ **
** / / / _ \/_ __/ **
** / /__/ , _/ / / Lindenberg **
** /____/_/|_| /_/ Research Tec. **
** **
** **
** https://github.com/lindenbergresearch/LRTRack **
** heapdump@icloud.com **
** **
** Sound Modules for VCV Rack **
** Copyright 2017/2018 by Patrick Lindenberg / LRT **
** **
** For Redistribution and use in source and binary forms, **
** with or without modification please see LICENSE. **
** **
\* */

#include "../LindenbergResearch.hpp"
#include "../LRModel.hpp"
#include "../dsp/Korg35Filter.hpp"

namespace rack_plugin_LindenbergResearch {

using namespace rack;
using namespace lrt;

using dsp::Korg35Filter;

struct Korg35 : LRModule {
enum ParamIds {
FREQ_PARAM,
PEAK_PARAM,
SAT_PARAM,
NUM_PARAMS
};
enum InputIds {
FILTER_INPUT,
NUM_INPUTS
};
enum OutputIds {
LP_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
NUM_LIGHTS
};

LRKnob *frqKnob, *peakKnob, *saturateKnob;
Korg35Filter *filter = new Korg35Filter(engineGetSampleRate(), Korg35Filter::LPF);

Korg35() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}


void step() override {
filter->fc = params[FREQ_PARAM].value;
filter->peak = params[PEAK_PARAM].value;
filter->sat = quadraticBipolar(params[SAT_PARAM].value);

filter->in = inputs[FILTER_INPUT].value;
filter->invalidate();
filter->process();

outputs[LP_OUTPUT].value = filter->out;
}


void onSampleRateChange() override {
Module::onSampleRateChange();
filter->setSamplerate(engineGetSampleRate());
}
};


/**
* @brief Blank Panel with Logo
*/
struct Korg35Widget : LRModuleWidget {
Korg35Widget(Korg35 *module);
};


Korg35Widget::Korg35Widget(Korg35 *module) : LRModuleWidget(module) {
panel->addSVGVariant(LRGestalt::DARK, SVG::load(assetPlugin(plugin, "res/panels/Korg35VCF.svg")));
panel->addSVGVariant(LRGestalt::LIGHT, SVG::load(assetPlugin(plugin, "res/panels/Korg35VCF.svg")));
panel->addSVGVariant(LRGestalt::AGED, SVG::load(assetPlugin(plugin, "res/panels/Korg35VCF.svg")));

panel->init();
addChild(panel);

box.size = panel->box.size;

// ***** SCREWS **********
addChild(Widget::create<ScrewLight>(Vec(15, 1)));
addChild(Widget::create<ScrewLight>(Vec(box.size.x - 30, 1)));
addChild(Widget::create<ScrewLight>(Vec(15, 366)));
addChild(Widget::create<ScrewLight>(Vec(box.size.x - 30, 366)));
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->frqKnob = LRKnob::create<LRBigKnob>(Vec(32.5, 74.4), module, Korg35::FREQ_PARAM, 0.f, 1.f, 1.f);
module->peakKnob = LRKnob::create<LRBigKnob>(Vec(32.5, 144.4), module, Korg35::PEAK_PARAM, 0.001f, 2.0, 0.001f);
module->saturateKnob = LRKnob::create<LRMiddleKnob>(Vec(40, 244.4), module, Korg35::SAT_PARAM, 1.f, 2.5, 1.0f);

module->frqKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->peakKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->saturateKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));

addParam(module->frqKnob);
addParam(module->peakKnob);
addParam(module->saturateKnob);/*

addParam(ParamWidget::create<LRSmallKnob>(Vec(39.9, 251.4), module, DiodeVCF::FREQUENCY_CV_PARAM, -1.f, 1.0f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(177, 251.4), module, DiodeVCF::RESONANCE_CV_PARAM, -1.f, 1.0f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(108.5, 251.4), module, DiodeVCF::SATURATE_CV_PARAM, -1.f, 1.0f, 0.f));*/
// ***** MAIN KNOBS ******

// ***** CV INPUTS *******
/* addInput(Port::create<LRIOPortCV>(Vec(37.4, 284.4), Port::INPUT, module, DiodeVCF::FREQUCENCY_CV_INPUT));
addInput(Port::create<LRIOPortCV>(Vec(175.3, 284.4), Port::INPUT, module, DiodeVCF::RESONANCE_CV_INPUT));
addInput(Port::create<LRIOPortCV>(Vec(106.4, 284.4), Port::INPUT, module, DiodeVCF::SATURATE_CV_INPUT));*/
// ***** CV INPUTS *******


// ***** INPUTS **********
addInput(Port::create<LRIOPortAudio>(Vec(37.4, 318.5), Port::INPUT, module, Korg35::FILTER_INPUT));
// ***** INPUTS **********

// ***** OUTPUTS *********
addOutput(Port::create<LRIOPortAudio>(Vec(175.3, 318.5), Port::OUTPUT, module, Korg35::LP_OUTPUT));
// ***** OUTPUTS *********
}

} // namespace rack_plugin_LindenbergResearch

using namespace rack_plugin_LindenbergResearch;

RACK_PLUGIN_MODEL_INIT(LindenbergResearch, Korg35) {
Model *modelKorg35 = Model::create<Korg35, Korg35Widget>("Lindenberg Research", "KORG35 VCF", "Mrs. Sally Korg35 Type Filter", FILTER_TAG);
return modelKorg35;
}

+ 5
- 5
plugins/community/repos/LindenbergResearch/src/modules/MS20Filter.cpp View File

@@ -43,7 +43,11 @@ struct MS20Filter : LRModule {
LRMiddleKnob *driveKnob = NULL;


MS20Filter() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
MS20Filter() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
frqKnob = LRKnob::create<LRBigKnob>(Vec(102, 64.9), this, MS20Filter::FREQUENCY_PARAM, 0.f, 1.f, 1.f);
peakKnob = LRKnob::create<LRMiddleKnob>(Vec(109, 159.8), this, MS20Filter::PEAK_PARAM, 0.0f, 1.0, 0.0f);
driveKnob = LRKnob::create<LRMiddleKnob>(Vec(109, 229.6), this, MS20Filter::DRIVE_PARAM, 0.f, 1.0, 0.0f);
}


void step() override;
@@ -114,10 +118,6 @@ MS20FilterWidget::MS20FilterWidget(MS20Filter *module) : LRModuleWidget(module)
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->frqKnob = LRKnob::create<LRBigKnob>(Vec(102, 64.9), module, MS20Filter::FREQUENCY_PARAM, 0.f, 1.f, 1.f);
module->peakKnob = LRKnob::create<LRMiddleKnob>(Vec(109, 159.8), module, MS20Filter::PEAK_PARAM, 0.0f, 1.0, 0.0f);
module->driveKnob = LRKnob::create<LRMiddleKnob>(Vec(109, 229.6), module, MS20Filter::DRIVE_PARAM, 0.f, 1.0, 0.0f);

addParam(module->frqKnob);
addParam(module->peakKnob);
addParam(module->driveKnob);


+ 3
- 0
plugins/community/repos/LindenbergResearch/src/modules/ReShaper.cpp View File

@@ -61,8 +61,11 @@ ReShaperWidget::ReShaperWidget(ReShaper *module) : LRModuleWidget(module) {
// panel->addSVGVariant(SVG::load(assetPlugin(plugin, "res/panels/ReShaper.svg")));
// panel->addSVGVariant(SVG::load(assetPlugin(plugin, "res/panels/ReShaper.svg")));

auto newGestalt = DARK;

noVariants = true;
panel->init();
gestalt = newGestalt;
addChild(panel);
box.size = panel->box.size;



+ 4
- 1
plugins/community/repos/LindenbergResearch/src/modules/SimpleFilter.cpp View File

@@ -93,7 +93,7 @@ void SimpleFilter::step() {
resonance = clip(params[RESONANCE_PARAM].value + resonanceCVValue, 1.f);

// normalize signal input to [-1.0...+1.0]
// filter starts to be very unstable for input gain above 1.f and below 0.f
// lpf starts to be very unstable for input gain above 1.f and below 0.f
in = clip(inputs[FILTER_INPUT].value * 0.1f, 1.0f);

// Set coefficients given frequency & resonance [0.0...1.0]
@@ -142,8 +142,11 @@ SimpleFilterWidget::SimpleFilterWidget(SimpleFilter *module) : LRModuleWidget(mo
//panel->addSVGVariant(SVG::load(assetPlugin(plugin, "res/panels/SimpleFilter.svg")));
// panel->addSVGVariant(SVG::load(assetPlugin(plugin, "res/panels/SimpleFilter.svg")));

auto newGestalt = DARK;

noVariants = true;
panel->init();
gestalt = newGestalt;
addChild(panel);
box.size = panel->box.size;



+ 1
- 0
plugins/community/repos/LindenbergResearch/src/modules/Speck.cpp View File

@@ -24,6 +24,7 @@ namespace rack_plugin_LindenbergResearch {
using namespace rack;
using namespace lrt;


float cabsf_LG(kiss_fft_cpx v) {
return sqrtf((v.r * v.r + v.i * v.i));
}


+ 264
- 0
plugins/community/repos/LindenbergResearch/src/modules/Type35.cpp View File

@@ -0,0 +1,264 @@
/* *\
** __ ___ ______ **
** / / / _ \/_ __/ **
** / /__/ , _/ / / Lindenberg **
** /____/_/|_| /_/ Research Tec. **
** **
** **
** https://github.com/lindenbergresearch/LRTRack **
** heapdump@icloud.com **
** **
** Sound Modules for VCV Rack **
** Copyright 2017/2018 by Patrick Lindenberg / LRT **
** **
** For Redistribution and use in source and binary forms, **
** with or without modification please see LICENSE. **
** **
\* */

#include "../LindenbergResearch.hpp"
#include "../LRModel.hpp"
#include "../dsp/Type35Filter.hpp"

namespace rack_plugin_LindenbergResearch {

using namespace rack;
using namespace lrt;

using dsp::Type35Filter;

struct Type35 : LRModule {
enum ParamIds {
FREQ1_PARAM,
PEAK1_PARAM,
FREQ2_PARAM,
PEAK2_PARAM,
DRIVE_PARAM,
CUTOFF1_CV_PARAM,
PEAK1_CV_PARAM,
CUTOFF2_CV_PARAM,
PEAK2_CV_PARAM,
NUM_PARAMS
};
enum InputIds {
FILTER_INPUT,
CUTOFF1_CV_INPUT,
PEAK1_CV_INPUT,
CUTOFF2_CV_INPUT,
PEAK2_CV_INPUT,
DRIVE_CV_INPUT,
NUM_INPUTS
};
enum OutputIds {
OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
NUM_LIGHTS
};

LRKnob *frqKnobLP, *peakKnobLP, *frqKnobHP, *peakKnobHP, *driveKnob;
Type35Filter *lpf = new Type35Filter(engineGetSampleRate(), Type35Filter::LPF);
Type35Filter *hpf = new Type35Filter(engineGetSampleRate(), Type35Filter::HPF);

LRLCDWidget *lcd = new LRLCDWidget(10, "%s", LRLCDWidget::LIST, 10);


Type35() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
frqKnobLP = LRKnob::create<LRBigKnob>(Vec(32.9, 68.6 + 7), this, Type35::FREQ1_PARAM, 0.f, 1.f, 1.f);
peakKnobLP = LRKnob::create<LRMiddleKnob>(Vec(39.9, 174.1 + 7), this, Type35::PEAK1_PARAM, 0.f, 1.f, 0.f);
frqKnobHP = LRKnob::create<LRBigKnob>(Vec(196.2, 68.6 + 7), this, Type35::FREQ2_PARAM, 0.f, 1.f, 0.f);
peakKnobHP = LRKnob::create<LRMiddleKnob>(Vec(203.1, 174.1 + 7), this, Type35::PEAK2_PARAM, 0.f, 1.f, 0.f);
driveKnob = LRKnob::create<LRMiddleKnob>(Vec(122, 101.2), this, Type35::DRIVE_PARAM, 1.f, 2.5, 1.0f);
}


void step() override {
// compute all cv values
float frq1cv = inputs[CUTOFF1_CV_INPUT].value * 0.1f * quadraticBipolar(params[CUTOFF1_CV_PARAM].value);
float peak1cv = inputs[PEAK1_CV_INPUT].value * 0.1f * quadraticBipolar(params[PEAK1_CV_PARAM].value);

float frq2cv = inputs[CUTOFF2_CV_INPUT].value * 0.1f * quadraticBipolar(params[CUTOFF2_CV_PARAM].value);
float peak2cv = inputs[PEAK2_CV_INPUT].value * 0.1f * quadraticBipolar(params[PEAK2_CV_PARAM].value);

float drivecv = inputs[DRIVE_CV_INPUT].value;//* 0.1f * quadraticBipolar(params[DRIVE_CV_PARAM].value);

// set vc parameter and knob values
lpf->fc = params[FREQ1_PARAM].value + frq1cv;
lpf->peak = params[PEAK1_PARAM].value + peak1cv;
hpf->fc = params[FREQ2_PARAM].value + frq2cv;
hpf->peak = params[PEAK2_PARAM].value + peak2cv;

lpf->sat = params[DRIVE_PARAM].value + drivecv;
hpf->sat = params[DRIVE_PARAM].value + drivecv;


if (frqKnobLP != nullptr && frqKnobHP != nullptr && peakKnobLP != nullptr && peakKnobHP != nullptr && driveKnob != nullptr) {
frqKnobLP->setIndicatorActive(inputs[CUTOFF1_CV_INPUT].active);
peakKnobLP->setIndicatorActive(inputs[PEAK1_CV_INPUT].active);
frqKnobHP->setIndicatorActive(inputs[CUTOFF2_CV_INPUT].active);
peakKnobHP->setIndicatorActive(inputs[PEAK2_CV_INPUT].active);
driveKnob->setIndicatorActive(inputs[DRIVE_CV_INPUT].active);

frqKnobLP->setIndicatorValue(params[FREQ1_PARAM].value + frq1cv);
peakKnobLP->setIndicatorValue(params[PEAK1_PARAM].value + peak1cv);
frqKnobHP->setIndicatorValue(params[FREQ2_PARAM].value + frq2cv);
peakKnobHP->setIndicatorValue(params[PEAK2_PARAM].value + peak2cv);
driveKnob->setIndicatorValue(params[DRIVE_PARAM].value + drivecv);
}

if (lround(lcd->value) == 0) {
hpf->in = inputs[FILTER_INPUT].value;
hpf->invalidate();
hpf->process2();

lpf->in = hpf->out;
lpf->invalidate();
lpf->process2();

outputs[OUTPUT].value = lpf->out;
} else if (lround(lcd->value) == 1) {
lpf->in = inputs[FILTER_INPUT].value;
lpf->invalidate();
lpf->process2();

outputs[OUTPUT].value = lpf->out;
} else if (lround(lcd->value) == 2) {
lpf->in = inputs[FILTER_INPUT].value;
lpf->invalidate();
lpf->process2();

hpf->in = inputs[FILTER_INPUT].value;
hpf->invalidate();
hpf->process2();

outputs[OUTPUT].value = hpf->out + lpf->out;
} else if (lround(lcd->value) == 3) {
hpf->in = inputs[FILTER_INPUT].value;
hpf->invalidate();
hpf->process2();

outputs[OUTPUT].value = hpf->out;
} else if (lround(lcd->value) == 4) {
lpf->in = inputs[FILTER_INPUT].value;
lpf->invalidate();
lpf->process2();

hpf->in = lpf->out;
hpf->invalidate();
hpf->process2();

outputs[OUTPUT].value = hpf->out;
}


}


json_t *toJson() override {
json_t *rootJ = json_object();
json_object_set_new(rootJ, "filtermode", json_integer((int) lround(lcd->value)));

return rootJ;
}


void fromJson(json_t *rootJ) override {
LRModule::fromJson(rootJ);

json_t *mode = json_object_get(rootJ, "filtermode");

if (mode)
lcd->value = json_integer_value(mode);// json_real_value(mode);

lcd->dirty = true;
}


void onSampleRateChange() override {
LRModule::onSampleRateChange();
lpf->setSamplerate(engineGetSampleRate());
hpf->setSamplerate(engineGetSampleRate());
}
};


/**
* @brief Blank Panel with Logo
*/
struct Type35Widget : LRModuleWidget {
Type35Widget(Type35 *module);
};


Type35Widget::Type35Widget(Type35 *module) : LRModuleWidget(module) {
panel->addSVGVariant(LRGestalt::DARK, SVG::load(assetPlugin(plugin, "res/panels/Type35VCF.svg")));
panel->addSVGVariant(LRGestalt::LIGHT, SVG::load(assetPlugin(plugin, "res/panels/Type35VCFLight.svg")));
panel->addSVGVariant(LRGestalt::AGED, SVG::load(assetPlugin(plugin, "res/panels/Type35VCFAged.svg")));

panel->init();
addChild(panel);

box.size = panel->box.size;

// **** SETUP LCD ********
module->lcd->box.pos = Vec(100, 221);
module->lcd->items = {"1: LP->HP", "2: LP", "3: LP + HP", "4: HP", " 5: HP->LP"};
module->lcd->format = "%s";
addChild(module->lcd);
// **** SETUP LCD ********

// ***** SCREWS **********
addChild(Widget::create<ScrewLight>(Vec(15, 1)));
addChild(Widget::create<ScrewLight>(Vec(box.size.x - 30, 1)));
addChild(Widget::create<ScrewLight>(Vec(15, 366)));
addChild(Widget::create<ScrewLight>(Vec(box.size.x - 30, 366)));
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->frqKnobLP->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->peakKnobLP->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->frqKnobHP->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->peakKnobHP->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));
module->driveKnob->setIndicatorColors(nvgRGBAf(0.9f, 0.9f, 0.9f, 1.0f));

addParam(module->frqKnobLP);
addParam(module->peakKnobLP);
addParam(module->frqKnobHP);
addParam(module->peakKnobHP);
addParam(module->driveKnob);

addParam(ParamWidget::create<LRSmallKnob>(Vec(36.5 - 7.5, 269.4), module, Type35::CUTOFF1_CV_PARAM, -1.f, 1.0f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(78.5 - 7.5, 269.4), module, Type35::PEAK1_CV_PARAM, -1.f, 1.0f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(197.5 - 7.5, 269.4), module, Type35::CUTOFF2_CV_PARAM, -1.f, 1.0f, 0.f));
addParam(ParamWidget::create<LRSmallKnob>(Vec(239.5 - 7.5, 269.4), module, Type35::PEAK2_CV_PARAM, -1.f, 1.0f, 0.f));
// ***** MAIN KNOBS ******

// ***** CV INPUTS *******
addInput(Port::create<LRIOPortCV>(Vec(34.4 - 7.5, 312), Port::INPUT, module, Type35::CUTOFF1_CV_INPUT));
addInput(Port::create<LRIOPortCV>(Vec(76.4 - 7.5, 312), Port::INPUT, module, Type35::PEAK1_CV_INPUT));
addInput(Port::create<LRIOPortCV>(Vec(195.4 - 7.5, 312), Port::INPUT, module, Type35::CUTOFF2_CV_INPUT));
addInput(Port::create<LRIOPortCV>(Vec(237.4 - 7.5, 312), Port::INPUT, module, Type35::PEAK2_CV_INPUT));
addInput(Port::create<LRIOPortCV>(Vec(129.4, 172), Port::INPUT, module, Type35::DRIVE_CV_INPUT));
// ***** CV INPUTS *******

// ***** INPUTS **********
addInput(Port::create<LRIOPortAudio>(Vec(118 - 8, 269), Port::INPUT, module, Type35::FILTER_INPUT));
// ***** INPUTS **********

// ***** OUTPUTS *********
addOutput(Port::create<LRIOPortAudio>(Vec(156 - 8, 269), Port::OUTPUT, module, Type35::OUTPUT));
// ***** OUTPUTS *********

// addParam(ParamWidget::create<LRSwitch>(Vec(135, 55), module, Type35::MODE_SWITCH_PARAM, 0, 1, 0));
}

} // namespace rack_plugin_LindenbergResearch

using namespace rack_plugin_LindenbergResearch;

RACK_PLUGIN_MODEL_INIT(LindenbergResearch, Type35) {
Model *modelType35 = Model::create<Type35, Type35Widget>("Lindenberg Research", "TYPE35 VCF", "Vampyr type35 multimode VCF",
FILTER_TAG);
return modelType35;
}

+ 7
- 5
plugins/community/repos/LindenbergResearch/src/modules/VCO.cpp View File

@@ -8,6 +8,7 @@ using namespace lrt;

using dsp::DSPBLOscillator;


struct VCO : LRModule {
enum ParamIds {
FREQUENCY_PARAM,
@@ -42,11 +43,13 @@ struct VCO : LRModule {
};

dsp::DSPBLOscillator *osc = new dsp::DSPBLOscillator(engineGetSampleRate());
LRLCDWidget *lcd = new LRLCDWidget(10, "%00004.3f Hz", LRLCDWidget::NUMERIC);
LRLCDWidget *lcd = new LRLCDWidget(10, "%00004.3f Hz", LRLCDWidget::NUMERIC, LCD_FONTSIZE);
LRBigKnob *frqKnob = NULL;


VCO() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
VCO() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
frqKnob = LRKnob::create<LRBigKnob>(Vec(126.0, 64.7), this, VCO::FREQUENCY_PARAM, -1.f, 1.f, 0.f);
}


/*
@@ -69,6 +72,7 @@ struct VCO : LRModule {


void onRandomize() override;

void step() override;
void onSampleRateChange() override;
};
@@ -166,7 +170,7 @@ VCOWidget::VCOWidget(VCO *module) : LRModuleWidget(module) {


// **** SETUP LCD ********
module->lcd->box.pos = Vec(24, 242);
module->lcd->box.pos = Vec(22, 222);
module->lcd->format = "%00004.3f Hz";
addChild(module->lcd);
// **** SETUP LCD ********
@@ -181,8 +185,6 @@ VCOWidget::VCOWidget(VCO *module) : LRModuleWidget(module) {


// ***** MAIN KNOBS ******
module->frqKnob = LRKnob::create<LRBigKnob>(Vec(126.0, 64.7), module, VCO::FREQUENCY_PARAM, -1.f, 1.f, 0.f);

addParam(module->frqKnob);
addParam(LRKnob::create<LRToggleKnob>(Vec(133, 170.5), module, VCO::OCTAVE_PARAM, -4.f, 3.f, 0.f));



+ 4
- 4
plugins/community/repos/LindenbergResearch/src/modules/Westcoast.cpp View File

@@ -50,7 +50,10 @@ struct Westcoast : LRModule {
};


Westcoast() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
Westcoast() : LRModule(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
gainBtn = LRKnob::create<LRBigKnob>(Vec(128.7, 63.0), this, Westcoast::GAIN_PARAM, 0.0, 20.f, 1.f);
biasBtn = LRKnob::create<LRMiddleKnob>(Vec(135.4, 152.3), this, Westcoast::BIAS_PARAM, -6.f, 6.f, 0.f);
}


dsp::LockhartWavefolder *hs = new dsp::LockhartWavefolder(engineGetSampleRate());
@@ -213,9 +216,6 @@ WestcoastWidget::WestcoastWidget(Westcoast *module) : LRModuleWidget(module) {
// ***** SCREWS **********

// ***** MAIN KNOBS ******
module->gainBtn = LRKnob::create<LRBigKnob>(Vec(128.7, 63.0), module, Westcoast::GAIN_PARAM, 0.0, 20.f, 1.f);
module->biasBtn = LRKnob::create<LRMiddleKnob>(Vec(135.4, 152.3), module, Westcoast::BIAS_PARAM, -6.f, 6.f, 0.f);

addParam(module->gainBtn);
addParam(module->biasBtn);



+ 17
- 4
plugins/community/repos/LindenbergResearch/src/widgets/LRKnob.cpp View File

@@ -40,12 +40,25 @@ void LRKnob::draw(NVGcontext *vg) {

/** debug numerical values */
if (debug) {
auto text = stringf("%4.2f", value);
nvgFontSize(vg, 15);
auto text = stringf("%4.3f", value);
auto size = box.size.x / 2. > 15 ? 15 : box.size.x / 2.;
nvgFontSize(vg, size);

nvgFontFaceId(vg, font->handle);
nvgTextAlign(vg, NVG_ALIGN_LEFT | NVG_ALIGN_MIDDLE);

float bounds[4];

nvgTextBounds(vg, 0, 0, text.c_str(), nullptr, bounds);

nvgBeginPath(vg);
nvgFillColor(vg, nvgRGBAf(0., 0.1, 0.2, 0.8));
nvgRoundedRect(vg, bounds[0] - 4, bounds[1] - 2, (bounds[2] - bounds[0]) + 8, (bounds[3] - bounds[1]) + 4,
((bounds[3] - bounds[1]) + 4) / 2 - 1);
nvgFill(vg);

nvgFillColor(vg, nvgRGBAf(1.f, 1.f, 1.0f, 1.0f));
nvgText(vg, box.size.x - 5, box.size.y + 10, text.c_str(), NULL);
nvgFillColor(vg, nvgRGBAf(1.0f, 1.0f, 1.0f, .99f));
nvgText(vg, 0, 0, text.c_str(), NULL);
}
}



+ 96
- 11
plugins/community/repos/LindenbergResearch/src/widgets/LRLCDWidget.cpp View File

@@ -7,17 +7,23 @@ namespace lrt {
* @brief Constructor of LCD Widget
*/
LRLCDWidget::LRLCDWidget(unsigned char length, std::string format, LCDType type, float fontsize) {
tw = new TransformWidget();
addChild(tw);

sw = new SVGWidget();
tw->addChild(sw);

/** load LCD ttf font */
ttfLCDDig7 = Font::load(assetPlugin(plugin, LCD_FONT_DIG7));
ttfLCDDIG7 = Font::load(assetPlugin(plugin, LCD_FONT_DIG7));
LRLCDWidget::fontsize = fontsize;

LRLCDWidget::type = type;

LRLCDWidget::length = length;
LRLCDWidget::format = format;

LRLCDWidget::fg = LCD_DEFAULT_COLOR_DARK;
LRLCDWidget::bg = nvgRGBAf(fg.r, fg.g, fg.b, 0.15f);

addSVGVariant(LRGestalt::DARK, SVG::load(assetPlugin(plugin, "res/elements/LCDFrameDark.svg")));
addSVGVariant(LRGestalt::LIGHT, SVG::load(assetPlugin(plugin, "res/elements/LCDFrameLight.svg")));
addSVGVariant(LRGestalt::AGED, SVG::load(assetPlugin(plugin, "res/elements/LCDFrameAged.svg")));

for (int i = 0; i < LRLCDWidget::length; ++i) {
s1.append("O");
@@ -31,17 +37,50 @@ LRLCDWidget::LRLCDWidget(unsigned char length, std::string format, LCDType type,
* @param vg
*/
void LRLCDWidget::draw(NVGcontext *vg) {
FramebufferWidget::draw(vg);

nvgFontSize(vg, fontsize);
nvgFontFaceId(vg, ttfLCDDig7->handle);
nvgFontFaceId(vg, ttfLCDDIG7->handle);
nvgTextLetterSpacing(vg, LCD_LETTER_SPACING);
//nvgTextAlign(vg, NVG_ALIGN_B | NVG_ALIGN_LEFT);

float bounds[4];
nvgTextBoxBounds(vg, 0, 0, 120, s2.c_str(), nullptr, bounds);

auto digitsColor = nvgRGBAf(fg.r, fg.b, fg.b, 0.1);
auto mx = (bounds[2] - bounds[0]) * LCD_MARGIN_HORIZONTAL;
auto my = (bounds[3] - bounds[1]) * LCD_MARGIN_VERTICAL;

// size of frame not proper setup
if (!sw->box.size.isEqual(Vec(mx, my))) {
doResize(Vec(mx, my));
}

nvgFillColor(vg, digitsColor);
/**
* @brief Remark: Due to inconsistent baseline shift on changing the
* font size this is set rather manual and may do not work with other
* fonts or sizes.
*
*/
float xoffs = (mx - bounds[2] + 0.6f - bounds[0]) / 2.f;
float yoffs = (my - bounds[3] - 1.f - bounds[1]) / 2.f;


/*if (++foo % 100 == 0)
debug("bounds: (%f %f %f %f) box: %f x %f font: %f offs: (%f : %f)", bounds[0], bounds[1], bounds[2], bounds[3], box.size.x, box
.size.y,
fontsize, xoffs,
yoffs);*/

/*nvgFillPaint(vg, nvgBoxGradient(vg, 0 - 50, 0 - 50, mx + 50, my + 50, 10, 10,
nvgRGBAf(1, 0, 0, 0.25),
nvgRGBAf(0, 0, 0, .0)));
nvgFill(vg);*/

nvgFillColor(vg, nvgRGBAf(fg.r, fg.g, fg.b, 0.23));
std::string str;

nvgTextBox(vg, 0, 0, 220, s1.c_str(), nullptr);
nvgTextBox(vg, 0, 0, 220, s2.c_str(), nullptr);
nvgTextBox(vg, xoffs, yoffs, 120, s1.c_str(), nullptr);
nvgTextBox(vg, xoffs, yoffs, 120, s2.c_str(), nullptr);

/** if set to inactive just draw the background segments */
if (!active) return;
@@ -74,15 +113,28 @@ void LRLCDWidget::draw(NVGcontext *vg) {
index = (unsigned long) current;
}

value = index;
text = items[index];
str = stringf(format.c_str(), items[index].c_str());
}

nvgFillColor(vg, fg);
nvgTextBox(vg, 0, 0, 220, str.c_str(), nullptr);
nvgTextBox(vg, xoffs, yoffs, 120, str.c_str(), nullptr);
}


void LRLCDWidget::onGestaltChange(LREventGestaltChange &e) {
auto svg = getSVGVariant(*gestalt);

if (svg != nullptr) {
tw->identity();

sw->setSVG(svg);
sw->wrap();

dirty = true;
}

LRGestaltChangeAction::onGestaltChange(e);

switch (*gestalt) {
@@ -102,4 +154,37 @@ void LRLCDWidget::onGestaltChange(LREventGestaltChange &e) {
e.consumed = true;
}


void LRLCDWidget::doResize(Vec v) {
auto factor = Vec(v.x / sw->box.size.x, v.y / sw->box.size.y);

// tw->identity();
tw->scale(factor);

sw->box.size = v;
tw->box.size = sw->box.size;
box.size = sw->box.size;

dirty = true;
}


void LRLCDWidget::onMouseDown(EventMouseDown &e) {
Widget::onMouseDown(e);

if (type == LIST) {
if (value < items.size() - 1) value++;
else value = 0;

e.consumed = true;
}
}


void LRLCDWidget::step() {


FramebufferWidget::step();
}

}

+ 2
- 2
plugins/community/repos/LindenbergResearch/src/widgets/LRPanel.cpp View File

@@ -31,7 +31,7 @@ void LRPanel::init() {
addChild(patinaWidgetClassic);

/* setup gradient variants */
auto gradientDark = new LRGradientWidget(box.size, nvgRGBAf(.6f, .6f, .6f, 0.3f), nvgRGBAf(0.2f, 0.0f, 0.0f, 0.2f), Vec(50, 20));
auto gradientDark = new LRGradientWidget(box.size, nvgRGBAf(.6f, .6f, .6f, 0.25f), nvgRGBAf(0.0f, 0.0f, 0.0f, 0.2f), Vec(50, 20));
gradientDark->visible = false;
addChild(gradientDark);
gradients[LRGestalt::DARK] = gradientDark;
@@ -41,7 +41,7 @@ void LRPanel::init() {
addChild(gradientLight);
gradients[LRGestalt::LIGHT] = gradientLight;

auto gradientAged = new LRGradientWidget(box.size, nvgRGBAf(0.5, 0.5, 0.f, 0.1f), nvgRGBAf(0.f, 0.f, 0.f, 0.73f), Vec(100, -20));
auto gradientAged = new LRGradientWidget(box.size, nvgRGBAf(0.4, 0.6, 0.f, 0.1f), nvgRGBAf(0.f, 0.f, 0.f, 0.73f), Vec(100, -20));
gradientAged->visible = false;
addChild(gradientAged);
gradients[LRGestalt::AGED] = gradientAged;


+ 1
- 1
plugins/community/repos/LindenbergResearch/src/widgets/LRSVGRotator.cpp View File

@@ -28,7 +28,7 @@ void SVGRotator::setSVG(std::shared_ptr<SVG> svg) {
void SVGRotator::step() {
tw->identity();

angle = fmodf(angle + inc, 2 * (float) M_PI);;
angle = fmodf(angle + inc, 2 * (float) M_PI);

Vec center = sw->box.getCenter();
tw->translate(center);


+ 39
- 0
vst2_bin/plugins/LindenbergResearch/res/elements/LCDFrameAged.svg View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="92px"
height="22px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;">
<g id="LCD"
transform="matrix(0.947368,0,0,1,-91.3127,-23.8647)">
<g id="frame"
transform="matrix(1.63874,0,0,1.49051,-64.4835,-125.907)">
<path d="M156.782,103.333c0,-1.202 -0.937,-2.179 -2.092,-2.179l-53.787,0c-1.155,0 -2.092,0.977 -2.092,2.179l0,9.061c0,1.202 0.937,2.179 2.092,2.179l53.787,0c1.155,0 2.092,-0.977 2.092,-2.179l0,-9.061Z"
style="fill:#181100;stroke:#494949;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1.1857,0,0,1.16125,-32.5281,-245.177)">
<path d="M188.835,234.121l0.456,0.5l0,13.171l-0.462,1.211l-1.558,0.332l-55.48,0l56.508,-15.516l0.536,0.302Z"
style="fill:#2b230d;"/>
</g>
</g>
<path d="M26.535,7.913c0.811,-0.254 1.884,-0.803 2.745,-0.72c1.027,0.098 2.007,0.553 2.988,0.842c0.966,0.285 2.089,0.367 3.083,0.241c1.77,-0.224 3.18,-1.606 4.918,-1.928c1.555,-0.287 3.156,-0.381 4.72,-0.634c1.45,-0.234 2.867,-0.672 4.316,-0.876c1.711,-0.241 3.468,-0.077 5.191,-0.17c1.635,-0.088 3.263,-0.272 4.896,-0.38c0.61,-0.04 1.195,0.08 1.8,0.096c0.315,0.009 0.584,-0.207 0.869,-0.207"
style="fill:#9a9a9a;fill-opacity:0.368627;"/>
<g transform="matrix(0.910585,0,0,1.33413,14.0798,-5.40056)">
<path d="M81.679,8.94c-0.774,-0.492 -1.805,-0.019 -2.28,0.662c-0.171,0.247 0.116,0.47 -0.054,0.667c-0.321,0.369 -1.163,0.262 -1.599,0.514c-0.254,0.146 -0.279,0.498 -0.401,0.741c-0.095,0.191 -0.296,0.297 -0.383,0.484c-0.126,0.27 -0.101,0.932 -0.059,1.235c0.03,0.224 0.123,0.333 0.331,0.41c0.031,0.012 0.337,0.059 0.362,0.117c0.153,0.362 -0.018,0.71 0.107,1.064c0.076,0.216 0.228,0.398 0.375,0.57c0.27,0.318 0.541,0.551 0.909,0.725c0.094,0.045 0.163,0.068 0.259,0.098c0.017,0.005 -0.035,0.19 -0.035,0.167"
style="fill:#fff;fill-opacity:0.0588235;"/>
</g>
<g transform="matrix(1.28593,0,0,1.26559,-16.2386,-4.98898)">
<path d="M56.792,18.784c1.018,0 2.384,-0.218 3.199,-0.882c0.346,-0.282 0.572,-0.563 0.697,-0.989c0.012,-0.042 0.078,-0.301 0.17,-0.285c0.366,0.067 0.786,0.429 1.175,0.535c1.027,0.28 1.9,-0.447 2.881,-0.616c0.608,-0.105 1.257,0.206 1.856,0.018c0.508,-0.159 0.375,-0.661 0.772,-0.858c0.249,-0.124 0.63,-0.072 0.88,-0.072c0.654,0 1.305,-0.135 1.933,-0.135"
style="fill:#ae9d76;fill-opacity:0.364706;"/>
</g>
<g transform="matrix(1.5243,0,0,0.752076,-2.96979,3.21997)">
<path d="M4.934,17.504c0.809,0 1.645,0.344 2.446,0.45c2.206,0.291 4.422,0.41 6.644,0.479c1.184,0.036 2.293,-0.339 3.44,-0.562c0.741,-0.145 1.487,-0.19 2.233,-0.286c0.65,-0.085 1.402,-0.308 2.019,-0.504c0.777,-0.248 1.656,-0.45 2.335,-0.933c0.297,-0.212 0.884,-0.652 1.061,-0.964c0.017,-0.03 0.344,-0.836 0.453,-0.612"
style="fill:#9a9a9a;fill-opacity:0.192157;"/>
</g>
<path d="M5.592,2.7c1.304,0.739 2.837,0.766 4.28,1.021c0.376,0.067 0.745,0.14 1.114,0.238c0.118,0.031 0.355,-0.04 0.355,0.081"
style="fill:#9a9a9a;fill-opacity:0.431373;"/>
</svg>

+ 23
- 0
vst2_bin/plugins/LindenbergResearch/res/elements/LCDFrameDark.svg View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="92px"
height="22px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;">
<g id="LCD"
transform="matrix(0.947368,0,0,1,-91.3127,-23.8647)">
<g id="frame"
transform="matrix(1.63874,0,0,1.49051,-64.4835,-125.907)">
<path d="M156.782,103.333c0,-1.202 -0.937,-2.179 -2.092,-2.179l-53.787,0c-1.155,0 -2.092,0.977 -2.092,2.179l0,9.061c0,1.202 0.937,2.179 2.092,2.179l53.787,0c1.155,0 2.092,-0.977 2.092,-2.179l0,-9.061Z"
style="fill:#020302;stroke:#141414;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1.1857,0,0,1.16125,-32.5281,-245.177)">
<path d="M188.835,234.121l0.456,0.5l0,13.171l-0.462,1.211l-1.558,0.332l-55.48,0l56.508,-15.516l0.536,0.302Z"
style="fill:#303030;"/>
</g>
</g>
</svg>

+ 23
- 0
vst2_bin/plugins/LindenbergResearch/res/elements/LCDFrameLight.svg View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="92px"
height="22px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:1.5;">
<g id="LCD"
transform="matrix(0.947368,0,0,1,-91.3127,-23.8647)">
<g id="frame"
transform="matrix(1.63874,0,0,1.49051,-64.4835,-125.907)">
<path d="M156.782,103.333c0,-1.202 -0.937,-2.179 -2.092,-2.179l-53.787,0c-1.155,0 -2.092,0.977 -2.092,2.179l0,9.061c0,1.202 0.937,2.179 2.092,2.179l53.787,0c1.155,0 2.092,-0.977 2.092,-2.179l0,-9.061Z"
style="fill:#1a1a1a;stroke:#636363;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1.1857,0,0,1.16125,-32.5281,-245.177)">
<path d="M188.835,234.121l0.456,0.5l0,13.171l-0.462,1.211l-1.558,0.332l-55.48,0l56.508,-15.516l0.536,0.302Z"
style="fill:#3b3b3b;"/>
</g>
</g>
</svg>

+ 2
- 2
vst2_bin/plugins/LindenbergResearch/res/knobs/AlternateBigLight.svg View File

@@ -4,7 +4,7 @@
<g id="BigKnob"
transform="matrix(1.12,0,0,1.12,-3.36006,-2.74064)">
<g>
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.86638)">
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.31338)">
<circle cx="28"
cy="28"
r="25.714"
@@ -15,7 +15,7 @@
<path d="M51.451,15.156c-1.568,-2.978 -3.672,-5.617 -6.176,-7.796c-4.828,0.69 -9.827,-1.756 -12.318,-6.016c-1.604,-0.31 -3.264,-0.477 -4.956,-0.477c-1.693,0 -3.348,0.167 -4.955,0.477c-2.495,4.26 -7.492,6.706 -12.32,6.016c-2.504,2.179 -4.609,4.818 -6.177,7.796c1.788,4.702 0.513,10.314 -3.127,13.742c0.119,3.41 0.851,6.66 2.095,9.64c4.841,1.476 8.444,6.098 8.761,11.235c2.564,1.916 5.48,3.369 8.627,4.254c4.168,-2.986 10.025,-2.986 14.191,0c3.146,-0.887 6.065,-2.34 8.631,-4.254c0.312,-5.137 3.914,-9.76 8.762,-11.235c1.244,-2.979 1.976,-6.228 2.09,-9.64c-3.636,-3.428 -4.911,-9.039 -3.128,-13.742"
style="fill:#1a1a1a;fill-rule:nonzero;stroke:#bababa;stroke-width:0.7px;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.715417,0,0,0.715417,7.96833,7.96833)">
<g transform="matrix(0.715417,0,0,0.715417,7.96833,7.41533)">
<circle cx="28"
cy="28"
r="25.714"


+ 2
- 2
vst2_bin/plugins/LindenbergResearch/res/knobs/AlternateMiddleLight.svg View File

@@ -3,7 +3,7 @@
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="42px" height="42px" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="BigKnob" transform="matrix(0.84,0,0,0.84,-2.52042,-2.05548)">
<g>
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.86638)">
<g transform="matrix(0.933344,-4.93432e-17,4.93432e-17,0.933344,1.86638,1.31338)">
<circle cx="28"
cy="28"
r="25.714"
@@ -14,7 +14,7 @@
<path d="M51.451,15.156c-1.568,-2.978 -3.672,-5.617 -6.176,-7.796c-4.828,0.69 -9.827,-1.756 -12.318,-6.016c-1.604,-0.31 -3.264,-0.477 -4.956,-0.477c-1.693,0 -3.348,0.167 -4.955,0.477c-2.495,4.26 -7.492,6.706 -12.32,6.016c-2.504,2.179 -4.609,4.818 -6.177,7.796c1.788,4.702 0.513,10.314 -3.127,13.742c0.119,3.41 0.851,6.66 2.095,9.64c4.841,1.476 8.444,6.098 8.761,11.235c2.564,1.916 5.48,3.369 8.627,4.254c4.168,-2.986 10.025,-2.986 14.191,0c3.146,-0.887 6.065,-2.34 8.631,-4.254c0.312,-5.137 3.914,-9.76 8.762,-11.235c1.244,-2.979 1.976,-6.228 2.09,-9.64c-3.636,-3.428 -4.911,-9.039 -3.128,-13.742"
style="fill:#1a1a1a;fill-rule:nonzero;stroke:#999;stroke-width:0.89px;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(0.657687,0,0,0.657687,9.58476,9.58476)">
<g transform="matrix(0.657687,0,0,0.657687,9.58476,9.03176)">
<circle cx="28"
cy="28"
r="25.714"


+ 31
- 0
vst2_bin/plugins/LindenbergResearch/res/knobs/AlternateSmallToggleLight.svg View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="31px"
height="31px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="BigKnob"
transform="matrix(0.517335,0,0,0.517306,1.01459,1.03487)">
<circle cx="28"
cy="28"
r="25.714"
style="fill:#282828;stroke:#9f9f9f;stroke-width:1.16px;"/>
<g transform="matrix(1.02024,0,0,1.02024,-0.566743,-0.566763)">
<circle cx="27.999"
cy="28"
r="17.999"
style="fill:#585858;stroke:#b4acac;stroke-opacity:0.709804;stroke-width:0.65px;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
<g transform="matrix(2.4154,0,0,1.15664,-39.9532,-3.1862)">
<rect x="26.732"
y="1.915"
width="2.801"
height="12.374"
style="fill:#9d9d9d;stroke:#4b4b4b;stroke-width:0.46px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:1.414;"/>
</g>
</g>
</svg>

+ 44
- 47
vst2_bin/plugins/LindenbergResearch/res/panels/BlankPanelLight.svg View File

@@ -29,41 +29,38 @@
style="fill:url(#_Linear1);fill-rule:nonzero;stroke:#322727;stroke-opacity:0.658824;stroke-width:1.16px;"/>
</g>
</g>
<g transform="matrix(1.24831,0.000988603,-0.000940372,1.18741,-1.85625,-37.6816)">
<path d="M41.394,217.21c0.168,0 0.376,0.011 0.625,0.032c0.248,0.021 0.49,0.082 0.726,0.183c0.236,0.101 0.436,0.261 0.6,0.48c0.165,0.219 0.247,0.531 0.247,0.935c0,0.404 -0.082,0.716 -0.247,0.935c-0.164,0.219 -0.364,0.381 -0.6,0.486c-0.236,0.105 -0.478,0.169 -0.726,0.19c-0.249,0.021 -0.457,0.031 -0.625,0.031l-2.59,0l0,-3.272l2.59,0Zm-2.59,8.78l0,-4.156l1.427,0c0.346,0 0.683,0.017 1.011,0.05c0.328,0.034 0.627,0.095 0.897,0.184c0.269,0.088 0.501,0.208 0.695,0.36c0.193,0.151 0.332,0.341 0.417,0.568c0.059,0.152 0.111,0.364 0.158,0.638c0.046,0.274 0.09,0.56 0.132,0.859c0.042,0.299 0.078,0.585 0.108,0.859c0.029,0.274 0.052,0.486 0.069,0.638l2.11,0c-0.017,-0.16 -0.036,-0.35 -0.057,-0.569c-0.021,-0.219 -0.049,-0.44 -0.082,-0.663c-0.034,-0.223 -0.066,-0.442 -0.095,-0.657c-0.03,-0.214 -0.057,-0.406 -0.082,-0.574c-0.059,-0.396 -0.15,-0.723 -0.272,-0.979c-0.122,-0.257 -0.278,-0.468 -0.467,-0.632c-0.19,-0.164 -0.415,-0.297 -0.676,-0.398c-0.261,-0.101 -0.56,-0.194 -0.897,-0.278c0.354,-0.093 0.682,-0.198 0.985,-0.316c0.304,-0.118 0.565,-0.276 0.784,-0.473c0.219,-0.198 0.389,-0.449 0.511,-0.752c0.122,-0.303 0.183,-0.682 0.183,-1.137c0,-0.438 -0.063,-0.808 -0.189,-1.112c-0.126,-0.303 -0.295,-0.553 -0.505,-0.751c-0.211,-0.198 -0.453,-0.354 -0.727,-0.468c-0.273,-0.113 -0.553,-0.198 -0.84,-0.252c-0.286,-0.055 -0.572,-0.089 -0.859,-0.101c-0.286,-0.013 -0.547,-0.019 -0.783,-0.019l-4.977,0l0,10.131l2.021,0Z"
<g transform="matrix(1.24831,0.000988603,-0.000940372,1.18741,-2.01707,-37.6817)">
<path d="M45.866,225.99l-1.983,-2.842c1.15,-0.493 1.819,-1.466 1.819,-2.792c0,-1.983 -1.478,-3.209 -3.84,-3.209l-3.828,0l0,8.843l2.047,0l0,-2.463l1.882,0l1.705,2.463l2.198,0Zm-2.236,-5.634c0,0.96 -0.631,1.541 -1.882,1.541l-1.667,0l0,-3.082l1.667,0c1.251,0 1.882,0.568 1.882,1.541Z"
style="fill-rule:nonzero;"/>
<path d="M48.443,221.025c0,-0.235 0.027,-0.44 0.082,-0.612c0.054,-0.173 0.151,-0.316 0.29,-0.43c0.139,-0.114 0.327,-0.198 0.562,-0.252c0.236,-0.055 0.539,-0.083 0.91,-0.083c0.261,0 0.49,0.015 0.688,0.045c0.198,0.029 0.365,0.086 0.499,0.17c0.135,0.084 0.236,0.202 0.304,0.354c0.067,0.151 0.101,0.345 0.101,0.581c0,0.118 -0.013,0.223 -0.038,0.316c-0.026,0.092 -0.095,0.172 -0.209,0.24c-0.113,0.067 -0.29,0.124 -0.53,0.17c-0.24,0.047 -0.579,0.082 -1.017,0.108c-0.497,0.033 -0.969,0.063 -1.415,0.088c-0.446,0.025 -0.838,0.103 -1.175,0.234c-0.337,0.13 -0.602,0.343 -0.796,0.638c-0.193,0.295 -0.29,0.724 -0.29,1.288c0,0.405 0.084,0.752 0.252,1.042c0.169,0.291 0.411,0.527 0.727,0.708c0.316,0.181 0.697,0.316 1.143,0.404c0.446,0.089 0.952,0.133 1.516,0.133c0.379,0 0.73,-0.023 1.055,-0.07c0.324,-0.046 0.619,-0.097 0.884,-0.151c0.265,-0.055 0.501,-0.112 0.707,-0.171c0.207,-0.059 0.386,-0.101 0.537,-0.126l0.506,-0.089l0,-5.141c0,-0.379 -0.11,-0.695 -0.329,-0.947c-0.219,-0.253 -0.497,-0.455 -0.834,-0.607c-0.336,-0.151 -0.707,-0.257 -1.111,-0.316c-0.405,-0.059 -0.796,-0.088 -1.175,-0.088c-0.581,0 -1.103,0.048 -1.567,0.145c-0.463,0.097 -0.856,0.249 -1.181,0.455c-0.324,0.206 -0.572,0.472 -0.745,0.796c-0.173,0.324 -0.259,0.714 -0.259,1.168l1.908,0Zm1.705,1.706c0.236,-0.009 0.438,-0.021 0.606,-0.038c0.169,-0.017 0.318,-0.034 0.449,-0.051c0.13,-0.017 0.248,-0.038 0.353,-0.063c0.106,-0.025 0.213,-0.055 0.323,-0.088l0,1.692c0,0.186 -0.064,0.331 -0.19,0.436c-0.126,0.106 -0.278,0.186 -0.455,0.24c-0.177,0.055 -0.362,0.089 -0.555,0.101c-0.194,0.013 -0.358,0.019 -0.493,0.019c-0.253,0 -0.491,-0.017 -0.714,-0.05c-0.223,-0.034 -0.417,-0.097 -0.581,-0.19c-0.164,-0.092 -0.293,-0.221 -0.385,-0.385c-0.093,-0.164 -0.139,-0.377 -0.139,-0.638c0,-0.202 0.031,-0.364 0.095,-0.486c0.063,-0.122 0.164,-0.217 0.303,-0.285c0.139,-0.067 0.322,-0.115 0.549,-0.145c0.228,-0.029 0.506,-0.052 0.834,-0.069Z"
<path d="M52.107,219.194l0,0.72c-0.493,-0.556 -1.2,-0.821 -2.034,-0.821c-1.92,0 -3.398,1.364 -3.398,3.499c0,2.135 1.478,3.499 3.398,3.499c0.91,0 1.63,-0.291 2.122,-0.884l0,0.783l1.883,0l0,-6.796l-1.971,0Zm-1.693,5.28c-0.985,0 -1.743,-0.707 -1.743,-1.882c0,-1.175 0.758,-1.882 1.743,-1.882c0.973,0 1.731,0.707 1.731,1.882c0,1.175 -0.758,1.882 -1.731,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M58.688,224.979c-0.422,0 -0.767,-0.044 -1.036,-0.132c-0.27,-0.089 -0.482,-0.236 -0.638,-0.442c-0.156,-0.207 -0.263,-0.48 -0.322,-0.822c-0.059,-0.341 -0.089,-0.764 -0.089,-1.269c0,-0.505 0.03,-0.929 0.089,-1.27c0.059,-0.341 0.166,-0.614 0.322,-0.821c0.156,-0.206 0.368,-0.354 0.638,-0.442c0.269,-0.088 0.614,-0.133 1.036,-0.133c0.606,0 1.052,0.104 1.339,0.31c0.286,0.206 0.429,0.558 0.429,1.055l0,0.252l2.034,0l0,-0.252c0,-0.826 -0.326,-1.457 -0.979,-1.895c-0.653,-0.438 -1.594,-0.657 -2.823,-0.657c-0.834,0 -1.516,0.078 -2.047,0.234c-0.53,0.155 -0.949,0.393 -1.257,0.713c-0.307,0.32 -0.518,0.723 -0.631,1.207c-0.114,0.484 -0.171,1.05 -0.171,1.699c0,0.648 0.057,1.215 0.171,1.699c0.113,0.484 0.324,0.886 0.631,1.206c0.308,0.32 0.727,0.558 1.257,0.714c0.531,0.156 1.213,0.234 2.047,0.234c0.741,0 1.355,-0.061 1.844,-0.183c0.488,-0.123 0.878,-0.295 1.168,-0.518c0.291,-0.223 0.495,-0.493 0.613,-0.809c0.118,-0.316 0.177,-0.667 0.177,-1.055l0,-0.252l-2.034,0l0,0.252c0,0.497 -0.143,0.851 -0.429,1.062c-0.287,0.21 -0.733,0.315 -1.339,0.315Z"
<path d="M59.181,226.091c1.428,0 2.552,-0.632 3.044,-1.718l-1.528,-0.834c-0.366,0.657 -0.91,0.935 -1.529,0.935c-0.998,0 -1.781,-0.695 -1.781,-1.882c0,-1.188 0.783,-1.882 1.781,-1.882c0.619,0 1.163,0.29 1.529,0.934l1.528,-0.821c-0.492,-1.111 -1.616,-1.73 -3.044,-1.73c-2.211,0 -3.79,1.452 -3.79,3.499c0,2.046 1.579,3.499 3.79,3.499Z"
style="fill-rule:nonzero;"/>
<path d="M65.358,222.743c0.328,0.017 0.637,0.04 0.928,0.07c0.291,0.029 0.56,0.078 0.808,0.145c0.249,0.067 0.472,0.158 0.67,0.272c0.198,0.113 0.36,0.259 0.486,0.436c0.068,0.092 0.127,0.219 0.177,0.379c0.051,0.16 0.091,0.343 0.12,0.549c0.03,0.206 0.053,0.43 0.07,0.67c0.017,0.24 0.025,0.482 0.025,0.726l2.021,0c0,-0.312 -0.01,-0.621 -0.031,-0.929c-0.021,-0.307 -0.053,-0.593 -0.095,-0.859c-0.042,-0.265 -0.093,-0.503 -0.152,-0.713c-0.059,-0.211 -0.13,-0.379 -0.214,-0.506c-0.102,-0.151 -0.257,-0.301 -0.468,-0.448c-0.21,-0.147 -0.474,-0.28 -0.789,-0.398c-0.316,-0.118 -0.685,-0.215 -1.106,-0.291c-0.421,-0.075 -0.888,-0.117 -1.402,-0.126l4.535,-2.842l-2.88,0l-2.703,1.996l0,-5.015l-2.022,0l0,10.131l2.022,0l0,-3.247Z"
<path d="M68.386,225.99l2.387,0l-3.082,-3.916l2.83,-2.88l-2.35,0l-2.88,2.728l0,-5.305l-1.971,0l0,9.373l1.971,0l0,-1.731l0.947,-0.935l2.148,2.666Z"
style="fill-rule:nonzero;"/>
<path d="M77.346,225.99l1.301,-3.613l3.575,0l1.415,3.613l2.349,0l-4.08,-10.131l-2.564,0l-4.03,10.131l2.034,0Zm3.082,-8.135l1.276,3.221l-2.602,0l1.162,-3.221l0.164,0Z"
<path d="M79.351,216.996c-2.426,0 -4.055,1.465 -4.055,4.156l0,4.838l2.021,0l0,-2.122l4.042,0l0,2.122l2.047,0l0,-4.838c0,-2.691 -1.63,-4.156 -4.055,-4.156Zm-2.034,5.229l0,-1.263c0,-1.503 0.796,-2.223 2.021,-2.223c1.213,0 2.021,0.72 2.021,2.223l0,1.263l-4.042,0Z"
style="fill-rule:nonzero;"/>
<path d="M89.928,226.167c0.463,0 0.886,-0.03 1.269,-0.089c0.384,-0.059 0.727,-0.126 1.03,-0.202c0.303,-0.076 0.566,-0.147 0.789,-0.215c0.224,-0.067 0.411,-0.109 0.563,-0.126l0.252,-0.025l0,-6.872l-2.021,0l0,5.078c0,0.126 -0.017,0.263 -0.051,0.411c-0.033,0.147 -0.107,0.284 -0.221,0.41c-0.113,0.127 -0.282,0.232 -0.505,0.316c-0.223,0.084 -0.524,0.126 -0.903,0.126c-0.379,0 -0.68,-0.042 -0.903,-0.126c-0.224,-0.084 -0.392,-0.189 -0.506,-0.316c-0.113,-0.126 -0.187,-0.263 -0.221,-0.41c-0.033,-0.148 -0.05,-0.285 -0.05,-0.411l0,-5.078l-2.021,0l0,5.571c0,0.345 0.084,0.64 0.252,0.884c0.169,0.244 0.407,0.446 0.714,0.606c0.307,0.16 0.676,0.278 1.105,0.354c0.43,0.076 0.906,0.114 1.428,0.114Z"
<path d="M90.164,219.194l0,3.36c0,1.25 -0.657,1.832 -1.566,1.832c-0.872,0 -1.377,-0.506 -1.377,-1.643l0,-3.549l-1.971,0l0,3.84c0,2.097 1.2,3.057 2.906,3.057c0.833,0 1.591,-0.316 2.109,-0.91l0,0.809l1.87,0l0,-6.796l-1.971,0Z"
style="fill-rule:nonzero;"/>
<path d="M98.669,219.737c0.531,0 0.963,0.103 1.295,0.309c0.333,0.207 0.516,0.512 0.55,0.916c0.025,0.32 0.044,0.577 0.057,0.771c0.012,0.193 0.019,0.387 0.019,0.581c0,0.194 -0.007,0.391 -0.019,0.594c-0.013,0.202 -0.032,0.454 -0.057,0.758c-0.017,0.202 -0.078,0.379 -0.183,0.53c-0.106,0.152 -0.24,0.278 -0.405,0.379c-0.164,0.101 -0.347,0.179 -0.549,0.234c-0.202,0.055 -0.409,0.082 -0.619,0.082c-0.455,0 -0.817,-0.051 -1.086,-0.152c-0.27,-0.101 -0.476,-0.257 -0.619,-0.467c-0.144,-0.211 -0.238,-0.478 -0.285,-0.802c-0.046,-0.324 -0.069,-0.71 -0.069,-1.156c0,-0.446 0.027,-0.832 0.082,-1.156c0.055,-0.324 0.154,-0.592 0.297,-0.802c0.143,-0.211 0.343,-0.367 0.6,-0.468c0.257,-0.101 0.587,-0.151 0.991,-0.151Zm3.942,5.887l0,-9.765l-2.021,0l0,3.044c-0.186,-0.076 -0.363,-0.141 -0.531,-0.196c-0.168,-0.054 -0.341,-0.101 -0.518,-0.139c-0.177,-0.038 -0.362,-0.065 -0.556,-0.082c-0.193,-0.017 -0.404,-0.025 -0.631,-0.025c-0.708,0 -1.295,0.069 -1.763,0.208c-0.467,0.139 -0.844,0.363 -1.13,0.67c-0.287,0.307 -0.489,0.705 -0.607,1.194c-0.117,0.488 -0.176,1.082 -0.176,1.781c0,0.699 0.08,1.29 0.24,1.775c0.16,0.484 0.408,0.882 0.745,1.194c0.337,0.311 0.76,0.536 1.27,0.675c0.509,0.139 1.117,0.209 1.825,0.209c0.429,0 0.84,-0.021 1.232,-0.063c0.391,-0.042 0.753,-0.091 1.086,-0.146c0.333,-0.054 0.63,-0.113 0.891,-0.177c0.261,-0.063 0.475,-0.115 0.644,-0.157Z"
<path d="M98.919,216.617l0,3.297c-0.493,-0.556 -1.201,-0.821 -2.034,-0.821c-1.92,0 -3.398,1.364 -3.398,3.499c0,2.135 1.478,3.499 3.398,3.499c0.909,0 1.629,-0.291 2.122,-0.884l0,0.783l1.882,0l0,-9.373l-1.97,0Zm-1.693,7.857c-0.986,0 -1.744,-0.707 -1.744,-1.882c0,-1.175 0.758,-1.882 1.744,-1.882c0.972,0 1.73,0.707 1.73,1.882c0,1.175 -0.758,1.882 -1.73,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M105.921,216.97c0,-0.311 -0.108,-0.574 -0.323,-0.789c-0.214,-0.215 -0.478,-0.322 -0.789,-0.322c-0.312,0 -0.575,0.107 -0.79,0.322c-0.214,0.215 -0.322,0.478 -0.322,0.789c0,0.312 0.108,0.575 0.322,0.79c0.215,0.215 0.478,0.322 0.79,0.322c0.311,0 0.575,-0.107 0.789,-0.322c0.215,-0.215 0.323,-0.478 0.323,-0.79Zm-0.102,1.668l-2.021,0l0,7.352l2.021,0l0,-7.352Z"
<path d="M103.694,218.246c0.732,0 1.225,-0.48 1.225,-1.137c0,-0.606 -0.493,-1.061 -1.225,-1.061c-0.733,0 -1.226,0.48 -1.226,1.099c0,0.619 0.493,1.099 1.226,1.099Zm-0.986,7.744l1.971,0l0,-6.796l-1.971,0l0,6.796Z"
style="fill-rule:nonzero;"/>
<path d="M106.666,222.314c0,0.758 0.082,1.385 0.246,1.882c0.164,0.497 0.417,0.891 0.758,1.181c0.341,0.291 0.769,0.495 1.282,0.613c0.514,0.118 1.125,0.177 1.832,0.177c0.707,0 1.318,-0.057 1.832,-0.171c0.514,-0.113 0.941,-0.316 1.282,-0.606c0.341,-0.291 0.594,-0.684 0.758,-1.181c0.164,-0.497 0.246,-1.125 0.246,-1.883c0,-0.766 -0.082,-1.398 -0.246,-1.894c-0.164,-0.497 -0.417,-0.891 -0.758,-1.182c-0.341,-0.29 -0.768,-0.494 -1.282,-0.612c-0.514,-0.118 -1.125,-0.177 -1.832,-0.177c-0.707,0 -1.318,0.059 -1.832,0.177c-0.513,0.118 -0.941,0.322 -1.282,0.612c-0.341,0.291 -0.594,0.685 -0.758,1.182c-0.164,0.496 -0.246,1.124 -0.246,1.882Zm6.215,0c0,0.631 -0.061,1.126 -0.183,1.484c-0.122,0.358 -0.284,0.625 -0.486,0.802c-0.203,0.177 -0.428,0.285 -0.676,0.322c-0.249,0.038 -0.499,0.057 -0.752,0.057c-0.253,0 -0.503,-0.019 -0.752,-0.057c-0.248,-0.037 -0.473,-0.145 -0.675,-0.322c-0.203,-0.177 -0.365,-0.444 -0.487,-0.802c-0.122,-0.358 -0.183,-0.853 -0.183,-1.484c0,-0.632 0.061,-1.127 0.183,-1.484c0.122,-0.358 0.284,-0.626 0.487,-0.803c0.202,-0.176 0.427,-0.284 0.675,-0.322c0.249,-0.038 0.499,-0.057 0.752,-0.057c0.253,0 0.503,0.019 0.752,0.057c0.248,0.038 0.473,0.146 0.676,0.322c0.202,0.177 0.364,0.445 0.486,0.803c0.122,0.357 0.183,0.852 0.183,1.484Z"
<path d="M109.745,226.091c2.16,0 3.726,-1.453 3.726,-3.499c0,-2.047 -1.566,-3.499 -3.726,-3.499c-2.161,0 -3.74,1.452 -3.74,3.499c0,2.046 1.579,3.499 3.74,3.499Zm0,-1.617c-0.986,0 -1.744,-0.707 -1.744,-1.882c0,-1.175 0.758,-1.882 1.744,-1.882c0.985,0 1.73,0.707 1.73,1.882c0,1.175 -0.745,1.882 -1.73,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M121.496,225.99l0,-7.908l0.165,0l2.817,7.908l2.236,0l2.779,-7.908l0.177,0l0,7.908l2.021,0l0,-10.131l-3.209,0l-2.64,7.718l-0.164,0l-2.691,-7.718l-3.284,0l0,10.131l1.793,0Z"
<path d="M128.592,216.996c-1.212,0 -2.248,0.454 -2.855,1.301c-0.492,-0.834 -1.414,-1.301 -2.64,-1.301c-1.175,0 -2.084,0.454 -2.615,1.238l0,-1.087l-1.983,0l0,8.843l2.046,0l0,-5.243c0,-1.402 0.809,-2.008 1.895,-2.008c1.011,0 1.693,0.594 1.693,1.882l0,5.369l2.047,0l0,-5.243c0,-1.402 0.795,-2.008 1.907,-2.008c1.011,0 1.769,0.594 1.769,1.882l0,5.369l2.046,0l0,-5.432c0,-2.337 -1.251,-3.562 -3.31,-3.562Z"
style="fill-rule:nonzero;"/>
<path d="M132.537,222.314c0,0.758 0.082,1.385 0.247,1.882c0.164,0.497 0.416,0.891 0.758,1.181c0.341,0.291 0.768,0.495 1.282,0.613c0.513,0.118 1.124,0.177 1.831,0.177c0.708,0 1.318,-0.057 1.832,-0.171c0.514,-0.113 0.941,-0.316 1.282,-0.606c0.341,-0.291 0.594,-0.684 0.758,-1.181c0.165,-0.497 0.247,-1.125 0.247,-1.883c0,-0.766 -0.082,-1.398 -0.247,-1.894c-0.164,-0.497 -0.417,-0.891 -0.758,-1.182c-0.341,-0.29 -0.768,-0.494 -1.282,-0.612c-0.514,-0.118 -1.124,-0.177 -1.832,-0.177c-0.707,0 -1.318,0.059 -1.831,0.177c-0.514,0.118 -0.941,0.322 -1.282,0.612c-0.342,0.291 -0.594,0.685 -0.758,1.182c-0.165,0.496 -0.247,1.124 -0.247,1.882Zm6.215,0c0,0.631 -0.061,1.126 -0.183,1.484c-0.122,0.358 -0.284,0.625 -0.486,0.802c-0.202,0.177 -0.427,0.285 -0.676,0.322c-0.248,0.038 -0.499,0.057 -0.752,0.057c-0.252,0 -0.503,-0.019 -0.751,-0.057c-0.249,-0.037 -0.474,-0.145 -0.676,-0.322c-0.202,-0.177 -0.364,-0.444 -0.486,-0.802c-0.122,-0.358 -0.184,-0.853 -0.184,-1.484c0,-0.632 0.062,-1.127 0.184,-1.484c0.122,-0.358 0.284,-0.626 0.486,-0.803c0.202,-0.176 0.427,-0.284 0.676,-0.322c0.248,-0.038 0.499,-0.057 0.751,-0.057c0.253,0 0.504,0.019 0.752,0.057c0.249,0.038 0.474,0.146 0.676,0.322c0.202,0.177 0.364,0.445 0.486,0.803c0.122,0.357 0.183,0.852 0.183,1.484Z"
<path d="M137.018,226.091c2.16,0 3.727,-1.453 3.727,-3.499c0,-2.047 -1.567,-3.499 -3.727,-3.499c-2.16,0 -3.739,1.452 -3.739,3.499c0,2.046 1.579,3.499 3.739,3.499Zm0,-1.617c-0.985,0 -1.743,-0.707 -1.743,-1.882c0,-1.175 0.758,-1.882 1.743,-1.882c0.986,0 1.731,0.707 1.731,1.882c0,1.175 -0.745,1.882 -1.731,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M145.271,219.737c0.53,0 0.962,0.103 1.295,0.309c0.332,0.207 0.516,0.512 0.549,0.916c0.025,0.32 0.044,0.577 0.057,0.771c0.013,0.193 0.019,0.387 0.019,0.581c0,0.194 -0.006,0.391 -0.019,0.594c-0.013,0.202 -0.032,0.454 -0.057,0.758c-0.017,0.202 -0.078,0.379 -0.183,0.53c-0.105,0.152 -0.24,0.278 -0.404,0.379c-0.164,0.101 -0.348,0.179 -0.55,0.234c-0.202,0.055 -0.408,0.082 -0.619,0.082c-0.454,0 -0.817,-0.051 -1.086,-0.152c-0.27,-0.101 -0.476,-0.257 -0.619,-0.467c-0.143,-0.211 -0.238,-0.478 -0.284,-0.802c-0.047,-0.324 -0.07,-0.71 -0.07,-1.156c0,-0.446 0.028,-0.832 0.082,-1.156c0.055,-0.324 0.154,-0.592 0.297,-0.802c0.143,-0.211 0.343,-0.367 0.6,-0.468c0.257,-0.101 0.588,-0.151 0.992,-0.151Zm3.941,5.887l0,-9.765l-2.021,0l0,3.044c-0.185,-0.076 -0.362,-0.141 -0.531,-0.196c-0.168,-0.054 -0.341,-0.101 -0.517,-0.139c-0.177,-0.038 -0.363,-0.065 -0.556,-0.082c-0.194,-0.017 -0.405,-0.025 -0.632,-0.025c-0.707,0 -1.295,0.069 -1.762,0.208c-0.468,0.139 -0.844,0.363 -1.131,0.67c-0.286,0.307 -0.488,0.705 -0.606,1.194c-0.118,0.488 -0.177,1.082 -0.177,1.781c0,0.699 0.08,1.29 0.24,1.775c0.16,0.484 0.408,0.882 0.745,1.194c0.337,0.311 0.76,0.536 1.27,0.675c0.509,0.139 1.118,0.209 1.825,0.209c0.43,0 0.84,-0.021 1.232,-0.063c0.392,-0.042 0.754,-0.091 1.086,-0.146c0.333,-0.054 0.63,-0.113 0.891,-0.177c0.261,-0.063 0.476,-0.115 0.644,-0.157Z"
<path d="M147.011,216.617l0,3.297c-0.493,-0.556 -1.201,-0.821 -2.034,-0.821c-1.92,0 -3.398,1.364 -3.398,3.499c0,2.135 1.478,3.499 3.398,3.499c0.909,0 1.629,-0.291 2.122,-0.884l0,0.783l1.882,0l0,-9.373l-1.97,0Zm-1.693,7.857c-0.986,0 -1.744,-0.707 -1.744,-1.882c0,-1.175 0.758,-1.882 1.744,-1.882c0.972,0 1.73,0.707 1.73,1.882c0,1.175 -0.758,1.882 -1.73,1.882Z"
style="fill-rule:nonzero;"/>
<path d="M153.899,226.167c0.463,0 0.886,-0.03 1.269,-0.089c0.384,-0.059 0.727,-0.126 1.03,-0.202c0.303,-0.076 0.566,-0.147 0.79,-0.215c0.223,-0.067 0.41,-0.109 0.562,-0.126l0.252,-0.025l0,-6.872l-2.021,0l0,5.078c0,0.126 -0.017,0.263 -0.05,0.411c-0.034,0.147 -0.108,0.284 -0.221,0.41c-0.114,0.127 -0.283,0.232 -0.506,0.316c-0.223,0.084 -0.524,0.126 -0.903,0.126c-0.379,0 -0.68,-0.042 -0.903,-0.126c-0.223,-0.084 -0.392,-0.189 -0.506,-0.316c-0.113,-0.126 -0.187,-0.263 -0.221,-0.41c-0.033,-0.148 -0.05,-0.285 -0.05,-0.411l0,-5.078l-2.021,0l0,5.571c0,0.345 0.084,0.64 0.252,0.884c0.169,0.244 0.407,0.446 0.714,0.606c0.307,0.16 0.676,0.278 1.105,0.354c0.43,0.076 0.906,0.114 1.428,0.114Z"
<path d="M155.676,219.194l0,3.36c0,1.25 -0.656,1.832 -1.566,1.832c-0.872,0 -1.377,-0.506 -1.377,-1.643l0,-3.549l-1.971,0l0,3.84c0,2.097 1.2,3.057 2.906,3.057c0.834,0 1.592,-0.316 2.11,-0.91l0,0.809l1.869,0l0,-6.796l-1.971,0Z"
style="fill-rule:nonzero;"/>
<rect x="158.99"
y="215.859"
width="2.021"
height="10.131"
<path d="M161.917,226.091c0.341,0 0.682,-0.051 1.023,-0.164l-0.088,-1.529c-0.114,0.063 -0.341,0.127 -0.556,0.127c-0.543,0 -0.846,-0.316 -0.846,-0.897l0,-7.011l-1.971,0l0,7.124c0,1.516 0.909,2.35 2.438,2.35Z"
style="fill-rule:nonzero;"/>
<path d="M167.82,221.569l-3.941,0l0,-0.177c0,-0.228 0.027,-0.445 0.082,-0.651c0.054,-0.206 0.158,-0.391 0.309,-0.556c0.152,-0.164 0.36,-0.294 0.625,-0.391c0.266,-0.097 0.605,-0.146 1.017,-0.146c0.388,0 0.704,0.047 0.948,0.139c0.244,0.093 0.438,0.219 0.581,0.379c0.143,0.16 0.242,0.346 0.297,0.556c0.055,0.211 0.082,0.434 0.082,0.67l0,0.177Zm1.971,0.745c0,-0.64 -0.051,-1.2 -0.152,-1.68c-0.101,-0.48 -0.293,-0.88 -0.575,-1.2c-0.282,-0.32 -0.671,-0.563 -1.168,-0.727c-0.497,-0.164 -1.141,-0.246 -1.933,-0.246c-0.623,0 -1.188,0.053 -1.693,0.158c-0.505,0.105 -0.937,0.301 -1.295,0.587c-0.358,0.287 -0.633,0.678 -0.827,1.175c-0.194,0.497 -0.291,1.141 -0.291,1.933c0,0.791 0.095,1.438 0.285,1.939c0.189,0.501 0.461,0.893 0.814,1.175c0.354,0.282 0.786,0.476 1.295,0.581c0.51,0.105 1.08,0.158 1.712,0.158c0.741,0 1.354,-0.068 1.838,-0.202c0.484,-0.135 0.87,-0.308 1.156,-0.518c0.286,-0.211 0.488,-0.445 0.606,-0.701c0.118,-0.257 0.185,-0.504 0.202,-0.739l0.013,-0.228l-1.958,0l0,0.215c0,0.118 -0.032,0.234 -0.095,0.347c-0.063,0.114 -0.166,0.219 -0.309,0.316c-0.143,0.097 -0.331,0.175 -0.562,0.234c-0.232,0.059 -0.516,0.088 -0.853,0.088c-0.767,0 -1.312,-0.193 -1.636,-0.581c-0.324,-0.387 -0.486,-0.939 -0.486,-1.655l5.912,0l0,-0.429Z"
<path d="M167.23,224.512c-0.884,0 -1.516,-0.341 -1.806,-1.011l5.028,-0.972c-0.013,-2.173 -1.592,-3.436 -3.512,-3.436c-2.097,0 -3.638,1.465 -3.638,3.499c0,2.021 1.528,3.499 3.878,3.499c1.225,0 2.173,-0.379 2.804,-1.099l-1.048,-1.137c-0.468,0.442 -0.986,0.657 -1.706,0.657Zm-0.29,-3.929c0.821,0 1.415,0.468 1.604,1.162l-3.31,0.645c0.038,-1.15 0.72,-1.807 1.706,-1.807Z"
style="fill-rule:nonzero;"/>
<path d="M174.073,218.461c-0.421,0 -0.842,0.027 -1.263,0.082c-0.421,0.055 -0.8,0.166 -1.137,0.335c-0.337,0.168 -0.613,0.406 -0.828,0.714c-0.214,0.307 -0.322,0.713 -0.322,1.219c0,0.454 0.074,0.812 0.221,1.073c0.148,0.261 0.356,0.461 0.626,0.6c0.269,0.139 0.596,0.236 0.979,0.291c0.383,0.055 0.81,0.107 1.282,0.158c0.362,0.034 0.684,0.063 0.966,0.088c0.282,0.026 0.52,0.07 0.714,0.133c0.194,0.063 0.341,0.158 0.442,0.284c0.101,0.126 0.152,0.316 0.152,0.569c0,0.353 -0.154,0.623 -0.461,0.808c-0.308,0.185 -0.752,0.278 -1.333,0.278c-0.194,0 -0.396,-0.013 -0.606,-0.038c-0.211,-0.025 -0.405,-0.086 -0.582,-0.183c-0.176,-0.097 -0.322,-0.244 -0.435,-0.442c-0.114,-0.198 -0.171,-0.474 -0.171,-0.828l-2.021,0c0,0.523 0.109,0.948 0.328,1.276c0.219,0.329 0.508,0.59 0.866,0.783c0.358,0.194 0.77,0.327 1.238,0.398c0.467,0.072 0.949,0.108 1.446,0.108c0.354,0 0.745,-0.032 1.175,-0.095c0.429,-0.063 0.829,-0.183 1.2,-0.36c0.371,-0.177 0.682,-0.429 0.935,-0.758c0.252,-0.328 0.379,-0.758 0.379,-1.288c0,-0.506 -0.099,-0.893 -0.297,-1.163c-0.198,-0.269 -0.451,-0.467 -0.758,-0.593c-0.307,-0.127 -0.653,-0.207 -1.036,-0.24c-0.383,-0.034 -0.764,-0.068 -1.143,-0.101c-0.413,-0.034 -0.754,-0.076 -1.023,-0.127c-0.27,-0.05 -0.483,-0.113 -0.638,-0.189c-0.156,-0.076 -0.263,-0.169 -0.322,-0.278c-0.059,-0.11 -0.089,-0.24 -0.089,-0.392c0,-0.151 0.015,-0.29 0.044,-0.417c0.03,-0.126 0.097,-0.238 0.202,-0.334c0.106,-0.097 0.259,-0.171 0.462,-0.222c0.202,-0.05 0.471,-0.075 0.808,-0.075c0.379,0 0.684,0.046 0.916,0.139c0.231,0.092 0.406,0.208 0.524,0.347c0.118,0.139 0.196,0.293 0.234,0.461c0.038,0.169 0.057,0.329 0.057,0.48l1.932,0c0,-0.396 -0.067,-0.749 -0.202,-1.061c-0.134,-0.312 -0.349,-0.575 -0.644,-0.789c-0.295,-0.215 -0.674,-0.377 -1.137,-0.487c-0.463,-0.109 -1.023,-0.164 -1.68,-0.164Z"
<path d="M174.065,226.091c2.033,0 3.208,-0.897 3.208,-2.16c0,-2.678 -4.105,-1.554 -4.105,-2.716c0,-0.354 0.379,-0.632 1.263,-0.632c0.619,0 1.288,0.127 1.958,0.506l0.657,-1.403c-0.644,-0.379 -1.68,-0.593 -2.615,-0.593c-1.983,0 -3.146,0.909 -3.146,2.198c0,2.716 4.106,1.579 4.106,2.69c0,0.379 -0.341,0.619 -1.251,0.619c-0.833,0 -1.756,-0.265 -2.362,-0.657l-0.657,1.415c0.632,0.417 1.794,0.733 2.944,0.733Z"
style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(7.14363,0,0,0.197353,-720.455,212.069)">
@@ -81,48 +78,48 @@
style="fill-opacity:0.427451;"/>
</g>
<g transform="matrix(1,0,0,1,10.4439,-6.22244)">
<path d="M58.155,290.277c-1.752,0 -3.144,-1.2 -3.144,-3.384c0,-2.184 1.188,-3.612 3.108,-3.612c0.768,0 1.392,0.18 1.896,0.384l0.336,-0.876c-0.564,-0.24 -1.308,-0.432 -2.232,-0.432c-2.376,0 -4.164,1.596 -4.164,4.536c0,2.664 1.656,4.308 4.212,4.308c0.984,0 1.824,-0.252 2.364,-0.516l-0.3,-0.888c-0.468,0.228 -1.26,0.48 -2.076,0.48Z"
<path d="M58.281,290.277c-1.752,0 -3.144,-1.2 -3.144,-3.384c0,-2.184 1.188,-3.612 3.108,-3.612c0.768,0 1.392,0.18 1.896,0.384l0.336,-0.876c-0.564,-0.24 -1.308,-0.432 -2.232,-0.432c-2.376,0 -4.164,1.596 -4.164,4.536c0,2.664 1.656,4.308 4.212,4.308c0.984,0 1.824,-0.252 2.364,-0.516l-0.3,-0.888c-0.468,0.228 -1.26,0.48 -2.076,0.48Z"
style="fill-rule:nonzero;"/>
<path d="M64.443,290.397c-1.14,0 -1.968,-0.744 -1.968,-2.256c0,-1.524 0.72,-2.256 1.98,-2.256c1.14,0 1.956,0.732 1.956,2.256c0,1.5 -0.708,2.256 -1.968,2.256Zm0.012,-5.316c-1.584,0 -2.964,1.008 -2.964,3.06c0,2.04 1.284,3.06 2.952,3.06c1.572,0 2.952,-1.02 2.952,-3.06c0,-2.052 -1.284,-3.06 -2.94,-3.06Z"
<path d="M64.569,290.397c-1.14,0 -1.968,-0.744 -1.968,-2.256c0,-1.524 0.72,-2.256 1.98,-2.256c1.14,0 1.956,0.732 1.956,2.256c0,1.5 -0.708,2.256 -1.968,2.256Zm0.012,-5.316c-1.584,0 -2.964,1.008 -2.964,3.06c0,2.04 1.284,3.06 2.952,3.06c1.572,0 2.952,-1.02 2.952,-3.06c0,-2.052 -1.284,-3.06 -2.94,-3.06Z"
style="fill-rule:nonzero;"/>
<path d="M71.415,290.397c-0.66,0 -1.248,-0.24 -1.68,-0.768l0,-2.772c0.42,-0.612 1.08,-0.972 1.74,-0.972c1.188,0 1.74,0.696 1.74,2.052c0,1.548 -0.768,2.46 -1.8,2.46Zm0.06,-5.316c-0.78,0 -1.464,0.384 -1.836,0.9l-0.048,0l-0.108,-0.756l-0.708,0l0,9.036l0.96,0l0,-3.576l0.048,0c0.372,0.3 0.996,0.516 1.632,0.516c1.536,0 2.784,-1.224 2.784,-3.264c0,-1.944 -1.02,-2.856 -2.724,-2.856Z"
<path d="M71.541,290.397c-0.66,0 -1.248,-0.24 -1.68,-0.768l0,-2.772c0.42,-0.612 1.08,-0.972 1.74,-0.972c1.188,0 1.74,0.696 1.74,2.052c0,1.548 -0.768,2.46 -1.8,2.46Zm0.06,-5.316c-0.78,0 -1.464,0.384 -1.836,0.9l-0.048,0l-0.108,-0.756l-0.708,0l0,9.036l0.96,0l0,-3.576l0.048,0c0.372,0.3 0.996,0.516 1.632,0.516c1.536,0 2.784,-1.224 2.784,-3.264c0,-1.944 -1.02,-2.856 -2.724,-2.856Z"
style="fill-rule:nonzero;"/>
<path d="M77.715,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
<path d="M77.841,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
style="fill-rule:nonzero;"/>
<path d="M84.111,285.081c-0.588,0 -1.056,0.18 -1.752,1.224l-0.048,0l-0.156,-1.08l-0.708,0l0,5.832l0.96,0l0,-3.504c0.648,-1.14 1.02,-1.644 1.536,-1.644c0.276,0 0.528,0.18 0.66,0.264l0.444,-0.804c-0.204,-0.12 -0.468,-0.288 -0.936,-0.288Z"
<path d="M84.237,285.081c-0.588,0 -1.056,0.18 -1.752,1.224l-0.048,0l-0.156,-1.08l-0.708,0l0,5.832l0.96,0l0,-3.504c0.648,-1.14 1.02,-1.644 1.536,-1.644c0.276,0 0.528,0.18 0.66,0.264l0.444,-0.804c-0.204,-0.12 -0.468,-0.288 -0.936,-0.288Z"
style="fill-rule:nonzero;"/>
<path d="M86.547,284.265c0.36,0 0.648,-0.288 0.648,-0.648c0,-0.36 -0.288,-0.648 -0.648,-0.648c-0.36,0 -0.648,0.288 -0.648,0.648c0,0.36 0.288,0.648 0.648,0.648Zm0.48,6.792l0,-5.832l-0.96,0l0,5.832l0.96,0Z"
<path d="M86.673,284.265c0.36,0 0.648,-0.288 0.648,-0.648c0,-0.36 -0.288,-0.648 -0.648,-0.648c-0.36,0 -0.648,0.288 -0.648,0.648c0,0.36 0.288,0.648 0.648,0.648Zm0.48,6.792l0,-5.832l-0.96,0l0,5.832l0.96,0Z"
style="fill-rule:nonzero;"/>
<path d="M91.047,288.921c-0.6,0 -1.056,-0.24 -1.284,-0.588c-0.18,-0.264 -0.252,-0.6 -0.252,-0.96c0,-0.876 0.528,-1.512 1.536,-1.512c1.02,0 1.512,0.708 1.512,1.548c0,0.768 -0.576,1.512 -1.512,1.512Zm0.516,2.58c1.056,0.144 1.356,0.504 1.356,1.092c0,0.648 -0.528,1.032 -1.764,1.032c-1.344,0 -1.92,-0.552 -1.92,-1.116c0,-0.648 0.516,-1.02 1.008,-1.188l1.32,0.18Zm2.22,-5.868c0.156,0 0.288,0.012 0.384,0.036l0.156,-0.756c-0.132,-0.036 -0.3,-0.06 -0.504,-0.06c-0.492,0 -0.996,0.096 -1.5,0.528c-0.348,-0.192 -0.792,-0.3 -1.272,-0.3c-1.272,0 -2.46,0.78 -2.46,2.292c0,0.924 0.432,1.596 1.056,1.968c-0.06,0.396 -0.192,1.272 -0.252,1.584c-0.504,0.132 -1.092,0.768 -1.092,1.608c0,1.188 1.14,1.872 2.88,1.872c1.56,0 2.664,-0.624 2.664,-1.776c0,-1.104 -0.636,-1.68 -2.1,-1.872l-1.452,-0.192l0.144,-0.972c0.144,0.036 0.396,0.06 0.6,0.06c1.452,0 2.46,-0.924 2.46,-2.244c0,-0.576 -0.216,-1.116 -0.564,-1.524l0,-0.024c0.24,-0.168 0.66,-0.228 0.852,-0.228Z"
<path d="M91.173,288.921c-0.6,0 -1.056,-0.24 -1.284,-0.588c-0.18,-0.264 -0.252,-0.6 -0.252,-0.96c0,-0.876 0.528,-1.512 1.536,-1.512c1.02,0 1.512,0.708 1.512,1.548c0,0.768 -0.576,1.512 -1.512,1.512Zm0.516,2.58c1.056,0.144 1.356,0.504 1.356,1.092c0,0.648 -0.528,1.032 -1.764,1.032c-1.344,0 -1.92,-0.552 -1.92,-1.116c0,-0.648 0.516,-1.02 1.008,-1.188l1.32,0.18Zm2.22,-5.868c0.156,0 0.288,0.012 0.384,0.036l0.156,-0.756c-0.132,-0.036 -0.3,-0.06 -0.504,-0.06c-0.492,0 -0.996,0.096 -1.5,0.528c-0.348,-0.192 -0.792,-0.3 -1.272,-0.3c-1.272,0 -2.46,0.78 -2.46,2.292c0,0.924 0.432,1.596 1.056,1.968c-0.06,0.396 -0.192,1.272 -0.252,1.584c-0.504,0.132 -1.092,0.768 -1.092,1.608c0,1.188 1.14,1.872 2.88,1.872c1.56,0 2.664,-0.624 2.664,-1.776c0,-1.104 -0.636,-1.68 -2.1,-1.872l-1.452,-0.192l0.144,-0.972c0.144,0.036 0.396,0.06 0.6,0.06c1.452,0 2.46,-0.924 2.46,-2.244c0,-0.576 -0.216,-1.116 -0.564,-1.524l0,-0.024c0.24,-0.168 0.66,-0.228 0.852,-0.228Z"
style="fill-rule:nonzero;"/>
<path d="M98.535,285.081c-1.032,0 -1.824,0.516 -2.292,1.152l-0.048,0l0,-4.368l-0.96,0l0,9.192l0.96,0l0,-3.624c0.54,-0.792 1.2,-1.548 2.232,-1.548c0.288,0 0.516,0.108 0.636,0.324c0.072,0.132 0.096,0.432 0.096,0.6l0,4.248l0.96,0l0,-4.272c0,-1.14 -0.456,-1.704 -1.584,-1.704Z"
<path d="M98.661,285.081c-1.032,0 -1.824,0.516 -2.292,1.152l-0.048,0l0,-4.368l-0.96,0l0,9.192l0.96,0l0,-3.624c0.54,-0.792 1.2,-1.548 2.232,-1.548c0.288,0 0.516,0.108 0.636,0.324c0.072,0.132 0.096,0.432 0.096,0.6l0,4.248l0.96,0l0,-4.272c0,-1.14 -0.456,-1.704 -1.584,-1.704Z"
style="fill-rule:nonzero;"/>
<path d="M105.459,290.601l-0.348,-0.72c-0.36,0.24 -0.864,0.492 -1.32,0.492c-0.336,0 -0.444,-0.336 -0.444,-0.768l0,-3.576l1.812,0l0,-0.804l-1.812,0l0,-1.896l-0.96,0l0,1.884l-1.188,0.18l0,0.636l1.188,0l0,3.54c0,1.116 0.372,1.632 1.284,1.632c0.744,0 1.404,-0.336 1.788,-0.6Z"
<path d="M105.585,290.601l-0.348,-0.72c-0.36,0.24 -0.864,0.492 -1.32,0.492c-0.336,0 -0.444,-0.336 -0.444,-0.768l0,-3.576l1.812,0l0,-0.804l-1.812,0l0,-1.896l-0.96,0l0,1.884l-1.188,0.18l0,0.636l1.188,0l0,3.54c0,1.116 0.372,1.632 1.284,1.632c0.744,0 1.404,-0.336 1.788,-0.6Z"
style="fill-rule:nonzero;"/>
<path d="M110.775,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
<path d="M110.901,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
style="fill-rule:nonzero;"/>
<path d="M119.823,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
<path d="M119.949,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
style="fill-rule:nonzero;"/>
<path d="M126.819,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
<path d="M126.945,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
style="fill-rule:nonzero;"/>
<path d="M129.231,283.449l4.524,0l0,0.036c-2.316,2.796 -2.868,6.204 -2.868,7.572l1.044,0c0,-2.676 1.164,-5.364 3.036,-7.704l0,-0.852l-5.736,0l0,0.948Z"
<path d="M129.357,283.449l4.524,0l0,0.036c-2.316,2.796 -2.868,6.204 -2.868,7.572l1.044,0c0,-2.676 1.164,-5.364 3.036,-7.704l0,-0.852l-5.736,0l0,0.948Z"
style="fill-rule:nonzero;"/>
<rect x="139.179"
<rect x="139.305"
y="287.109"
width="3.024"
height="0.732"
style="fill-rule:nonzero;"/>
<path d="M147.879,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
<path d="M148.005,290.109c0,-0.984 1.02,-1.728 1.836,-2.268c1.164,-0.768 2.592,-1.524 2.592,-2.94c0,-1.608 -1.032,-2.544 -2.856,-2.544c-0.972,0 -1.728,0.276 -2.496,0.78l0.396,0.84c0.564,-0.396 1.344,-0.696 1.992,-0.696c1.344,0 1.944,0.576 1.944,1.608c0,0.96 -1.128,1.476 -2.268,2.256c-1.056,0.732 -2.196,1.62 -2.196,3.192l0,0.72l5.616,0l0,-0.948l-4.56,0Z"
style="fill-rule:nonzero;"/>
<path d="M156.927,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
<path d="M157.053,290.301c-1.332,0 -2.304,-1.32 -2.304,-3.492c0,-2.184 0.888,-3.552 2.388,-3.552c1.332,0 2.28,1.32 2.28,3.492c0,2.172 -0.852,3.552 -2.364,3.552Zm0.084,-7.944c-1.932,0 -3.432,1.536 -3.432,4.452c0,2.568 1.296,4.392 3.336,4.392c1.992,0 3.42,-1.584 3.42,-4.452c0,-2.556 -1.248,-4.392 -3.324,-4.392Z"
style="fill-rule:nonzero;"/>
<path d="M163.923,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
<path d="M164.049,282.501c-0.624,0.816 -1.428,1.176 -2.316,1.356l0.24,0.912c0.636,-0.144 1.344,-0.384 1.8,-0.732l0.048,0c0,2.448 0,4.572 0,7.02l1.02,0l0,-8.556l-0.792,0Z"
style="fill-rule:nonzero;"/>
<path d="M169.551,290.301c-1.008,0 -2.04,-0.456 -2.04,-1.632c0,-0.852 0.588,-1.5 1.248,-1.884c0.312,0.108 1.584,0.54 1.584,0.54c0.792,0.264 1.188,0.804 1.188,1.512c0,0.996 -0.708,1.464 -1.98,1.464Zm-0.024,-7.044c1.056,0 1.752,0.372 1.752,1.488c0,0.6 -0.336,1.164 -0.912,1.596c-0.24,-0.072 -1.2,-0.396 -1.368,-0.456c-0.84,-0.288 -1.08,-0.816 -1.08,-1.344c0,-0.936 0.696,-1.284 1.608,-1.284Zm1.776,3.504c0.672,-0.588 0.984,-1.452 0.984,-2.016c0,-1.572 -1.032,-2.388 -2.76,-2.388c-1.476,0 -2.604,0.78 -2.604,2.196c0,0.72 0.324,1.356 0.912,1.764c-0.792,0.504 -1.332,1.392 -1.332,2.352c0,1.62 1.344,2.532 3.036,2.532c1.824,0 3,-0.9 3,-2.364c0,-0.924 -0.42,-1.62 -1.236,-2.076Z"
<path d="M169.461,283.257c1.428,0 2.004,0.756 2.004,2.076c0,0.492 -0.204,0.852 -0.528,1.116c-0.42,0.348 -0.996,0.528 -1.596,0.528c-1.152,0 -1.764,-0.6 -1.764,-1.824c0,-1.356 0.828,-1.896 1.884,-1.896Zm-0.168,4.62c0.792,0 1.44,-0.18 2.1,-0.732l0.048,0c-0.036,0.408 -0.156,0.828 -0.3,1.128c-0.876,1.824 -2.232,2.028 -3.636,2.028l0,0.9c1.116,0 2.664,-0.18 3.684,-1.32c1.008,-1.104 1.284,-2.412 1.284,-4.14c0,-2.292 -1.008,-3.384 -3.012,-3.384c-1.692,0 -2.892,1.104 -2.892,2.856c0,1.476 0.96,2.664 2.724,2.664Z"
style="fill-rule:nonzero;"/>
<path d="M179.787,290.397c-0.348,0 -0.948,-0.132 -1.248,-0.288l0,-3.408c0.324,-0.552 1.056,-0.816 1.668,-0.816c1.176,0 1.764,0.756 1.764,2.136c0,1.5 -0.9,2.376 -2.184,2.376Zm0.42,-5.316c-0.552,0 -1.176,0.156 -1.62,0.552l-0.048,0l0,-3.768l-0.96,0l0,8.784c0.444,0.276 1.416,0.552 2.208,0.552c1.608,0 3.168,-1.092 3.168,-3.18c0,-2.004 -1.092,-2.94 -2.748,-2.94Z"
<path d="M179.661,290.397c-0.348,0 -0.948,-0.132 -1.248,-0.288l0,-3.408c0.324,-0.552 1.056,-0.816 1.668,-0.816c1.176,0 1.764,0.756 1.764,2.136c0,1.5 -0.9,2.376 -2.184,2.376Zm0.42,-5.316c-0.552,0 -1.176,0.156 -1.62,0.552l-0.048,0l0,-3.768l-0.96,0l0,8.784c0.444,0.276 1.416,0.552 2.208,0.552c1.608,0 3.168,-1.092 3.168,-3.18c0,-2.004 -1.092,-2.94 -2.748,-2.94Z"
style="fill-rule:nonzero;"/>
<path d="M186.471,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
<path d="M186.345,290.001l-0.048,0l-1.752,-4.776l-1.044,0l2.328,5.832c-0.348,0.768 -0.588,1.248 -0.924,1.644c-0.36,0.408 -0.84,0.744 -1.02,0.84l0.132,0.864c0.48,-0.216 1.152,-0.744 1.476,-1.116c0.48,-0.564 0.888,-1.176 1.284,-2.232l2.22,-5.832l-0.996,0l-1.656,4.776Z"
style="fill-rule:nonzero;"/>
<path d="M56.787,296.501l-1.02,0l0,8.556l4.848,0l0,-0.96l-3.828,0l0,-7.596Z"
style="fill-rule:nonzero;"/>
@@ -305,18 +302,18 @@
<path d="M233.777,317.081c-1.032,0 -1.824,0.516 -2.292,1.152l-0.048,0l0,-4.368l-0.96,0l0,9.192l0.96,0l0,-3.624c0.54,-0.792 1.2,-1.548 2.232,-1.548c0.288,0 0.516,0.108 0.636,0.324c0.072,0.132 0.096,0.432 0.096,0.6l0,4.248l0.96,0l0,-4.272c0,-1.14 -0.456,-1.704 -1.584,-1.704Z"
style="fill:#00030d;fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.00969,0,0,1,129.065,250.691)">
<path d="M-12.5,-6.323c-0.205,0.036 -0.4,0.11 -0.585,0.222c-0.184,0.112 -0.343,0.309 -0.475,0.591c-0.269,0.611 -0.547,1.248 -0.834,1.911c-0.287,0.663 -0.585,1.359 -0.895,2.088c-0.091,0.21 -0.188,0.458 -0.291,0.745c-0.102,0.287 -0.197,0.563 -0.283,0.828l-0.534,0c-0.433,-1.071 -0.831,-2.048 -1.196,-2.93c-0.364,-0.882 -0.743,-1.785 -1.135,-2.71c-0.091,-0.21 -0.238,-0.373 -0.441,-0.489c-0.202,-0.116 -0.406,-0.19 -0.611,-0.222l0,-0.451l3.117,0l0,0.478c-0.137,0.005 -0.308,0.033 -0.513,0.086c-0.205,0.052 -0.308,0.124 -0.308,0.215c0,0.014 0.012,0.049 0.035,0.106c0.022,0.057 0.045,0.122 0.068,0.195c0.187,0.465 0.451,1.114 0.793,1.948c0.342,0.834 0.62,1.506 0.834,2.017c0.164,-0.392 0.37,-0.88 0.619,-1.463c0.248,-0.584 0.516,-1.235 0.803,-1.955c0.045,-0.123 0.089,-0.238 0.13,-0.345c0.041,-0.108 0.061,-0.216 0.061,-0.325c0,-0.078 -0.037,-0.147 -0.113,-0.209c-0.075,-0.061 -0.165,-0.115 -0.27,-0.16c-0.104,-0.046 -0.207,-0.08 -0.307,-0.103c-0.1,-0.023 -0.182,-0.039 -0.246,-0.048l0,-0.437l2.577,0l0,0.417Z"
<g transform="matrix(1.00969,0,0,1,129.063,250.691)">
<path d="M-12.241,-6.323c-0.205,0.036 -0.4,0.11 -0.585,0.222c-0.184,0.112 -0.343,0.309 -0.475,0.591c-0.269,0.611 -0.547,1.248 -0.834,1.911c-0.287,0.663 -0.585,1.359 -0.895,2.088c-0.092,0.21 -0.188,0.458 -0.291,0.745c-0.102,0.287 -0.197,0.563 -0.284,0.828l-0.533,0c-0.433,-1.071 -0.832,-2.048 -1.196,-2.93c-0.365,-0.882 -0.743,-1.785 -1.135,-2.71c-0.091,-0.21 -0.238,-0.373 -0.441,-0.489c-0.203,-0.116 -0.407,-0.19 -0.612,-0.222l0,-0.451l3.118,0l0,0.478c-0.137,0.005 -0.308,0.033 -0.513,0.086c-0.205,0.052 -0.308,0.124 -0.308,0.215c0,0.014 0.012,0.049 0.034,0.106c0.023,0.057 0.046,0.122 0.069,0.195c0.187,0.465 0.451,1.114 0.793,1.948c0.342,0.834 0.62,1.506 0.834,2.017c0.164,-0.392 0.37,-0.88 0.618,-1.463c0.249,-0.584 0.517,-1.235 0.804,-1.955c0.045,-0.123 0.089,-0.238 0.13,-0.345c0.041,-0.108 0.061,-0.216 0.061,-0.325c0,-0.078 -0.038,-0.147 -0.113,-0.209c-0.075,-0.061 -0.165,-0.115 -0.27,-0.16c-0.105,-0.046 -0.207,-0.08 -0.307,-0.103c-0.101,-0.023 -0.183,-0.039 -0.246,-0.048l0,-0.437l2.577,0l0,0.417Z"
style="fill-rule:nonzero;"/>
<path d="M-5.678,-6.385c0.292,0.351 0.509,0.762 0.653,1.234c0.144,0.472 0.215,0.965 0.215,1.48c0,0.62 -0.089,1.175 -0.266,1.665c-0.178,0.49 -0.422,0.896 -0.732,1.22c-0.319,0.333 -0.697,0.583 -1.135,0.752c-0.437,0.168 -0.925,0.253 -1.462,0.253c-0.588,0 -1.112,-0.098 -1.573,-0.294c-0.46,-0.196 -0.834,-0.465 -1.121,-0.807c-0.301,-0.355 -0.525,-0.771 -0.673,-1.247c-0.148,-0.477 -0.222,-0.99 -0.222,-1.542c0,-0.542 0.071,-1.041 0.215,-1.497c0.144,-0.456 0.368,-0.868 0.673,-1.237c0.292,-0.356 0.668,-0.636 1.128,-0.841c0.461,-0.205 0.987,-0.308 1.579,-0.308c0.625,0 1.16,0.105 1.607,0.315c0.446,0.209 0.818,0.494 1.114,0.854Zm-0.642,2.714c0,-1.085 -0.186,-1.925 -0.558,-2.522c-0.371,-0.597 -0.876,-0.896 -1.514,-0.896c-0.647,0 -1.157,0.299 -1.531,0.896c-0.374,0.597 -0.561,1.437 -0.561,2.522c0,1.03 0.179,1.858 0.537,2.485c0.358,0.627 0.872,0.94 1.542,0.94c0.67,0 1.184,-0.313 1.545,-0.94c0.36,-0.627 0.54,-1.455 0.54,-2.485Z"
<path d="M-5.419,-6.385c0.292,0.351 0.509,0.762 0.653,1.234c0.143,0.472 0.215,0.965 0.215,1.48c0,0.62 -0.089,1.175 -0.266,1.665c-0.178,0.49 -0.422,0.896 -0.732,1.22c-0.319,0.333 -0.697,0.583 -1.135,0.752c-0.437,0.168 -0.925,0.253 -1.463,0.253c-0.587,0 -1.112,-0.098 -1.572,-0.294c-0.46,-0.196 -0.834,-0.465 -1.121,-0.807c-0.301,-0.355 -0.525,-0.771 -0.673,-1.247c-0.148,-0.477 -0.222,-0.99 -0.222,-1.542c0,-0.542 0.071,-1.041 0.215,-1.497c0.143,-0.456 0.368,-0.868 0.673,-1.237c0.292,-0.356 0.668,-0.636 1.128,-0.841c0.46,-0.205 0.987,-0.308 1.579,-0.308c0.625,0 1.16,0.105 1.607,0.315c0.446,0.209 0.818,0.494 1.114,0.854Zm-0.643,2.714c0,-1.085 -0.185,-1.925 -0.557,-2.522c-0.371,-0.597 -0.876,-0.896 -1.514,-0.896c-0.647,0 -1.157,0.299 -1.531,0.896c-0.374,0.597 -0.561,1.437 -0.561,2.522c0,1.03 0.179,1.858 0.537,2.485c0.358,0.627 0.871,0.94 1.541,0.94c0.67,0 1.185,-0.313 1.545,-0.94c0.36,-0.627 0.54,-1.455 0.54,-2.485Z"
style="fill-rule:nonzero;"/>
<path d="M-1.269,-0.786c0,0.255 -0.092,0.473 -0.277,0.653c-0.184,0.18 -0.404,0.27 -0.659,0.27c-0.255,0 -0.475,-0.09 -0.66,-0.27c-0.184,-0.18 -0.277,-0.398 -0.277,-0.653c0,-0.255 0.093,-0.475 0.277,-0.66c0.185,-0.184 0.405,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.659,0.277c0.185,0.185 0.277,0.405 0.277,0.66Z"
<path d="M-1.01,-0.786c0,0.255 -0.092,0.473 -0.277,0.653c-0.184,0.18 -0.404,0.27 -0.659,0.27c-0.256,0 -0.475,-0.09 -0.66,-0.27c-0.185,-0.18 -0.277,-0.398 -0.277,-0.653c0,-0.255 0.092,-0.475 0.277,-0.66c0.185,-0.184 0.404,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.659,0.277c0.185,0.185 0.277,0.405 0.277,0.66Z"
style="fill-rule:nonzero;"/>
<path d="M7.016,-3.151c0,0.474 -0.085,0.918 -0.256,1.333c-0.171,0.414 -0.4,0.768 -0.687,1.059c-0.333,0.333 -0.701,0.579 -1.104,0.738c-0.403,0.16 -0.824,0.24 -1.261,0.24c-0.506,0 -0.964,-0.094 -1.374,-0.281c-0.41,-0.186 -0.759,-0.451 -1.046,-0.792c-0.292,-0.347 -0.517,-0.771 -0.677,-1.272c-0.159,-0.501 -0.239,-1.064 -0.239,-1.688c0,-1.627 0.484,-2.999 1.453,-4.116c0.968,-1.116 2.266,-1.786 3.893,-2.009l0.123,0.615l-0.616,0.109c-0.988,0.319 -1.753,0.816 -2.293,1.49c-0.54,0.675 -0.89,1.493 -1.049,2.454c0.392,-0.341 0.779,-0.583 1.162,-0.724c0.383,-0.141 0.786,-0.212 1.21,-0.212c0.761,0 1.411,0.292 1.951,0.875c0.54,0.583 0.81,1.31 0.81,2.181Zm-1.483,0.184c0,-0.738 -0.17,-1.331 -0.509,-1.777c-0.34,-0.447 -0.794,-0.67 -1.364,-0.67c-0.342,0 -0.66,0.064 -0.954,0.191c-0.294,0.128 -0.577,0.342 -0.851,0.643c-0.004,0.055 -0.011,0.181 -0.02,0.379c-0.009,0.199 -0.014,0.355 -0.014,0.469c0,1.066 0.174,1.901 0.523,2.505c0.349,0.604 0.808,0.906 1.378,0.906c0.542,0 0.979,-0.236 1.312,-0.708c0.333,-0.471 0.499,-1.117 0.499,-1.938Z"
<path d="M7.275,-3.151c0,0.474 -0.085,0.918 -0.256,1.333c-0.171,0.414 -0.4,0.768 -0.687,1.059c-0.333,0.333 -0.701,0.579 -1.104,0.738c-0.403,0.16 -0.824,0.24 -1.261,0.24c-0.506,0 -0.964,-0.094 -1.374,-0.281c-0.41,-0.186 -0.759,-0.451 -1.046,-0.792c-0.292,-0.347 -0.517,-0.771 -0.677,-1.272c-0.159,-0.501 -0.239,-1.064 -0.239,-1.688c0,-1.627 0.484,-2.999 1.452,-4.116c0.969,-1.116 2.267,-1.786 3.893,-2.009l0.124,0.615l-0.616,0.109c-0.989,0.319 -1.753,0.816 -2.293,1.49c-0.54,0.675 -0.89,1.493 -1.049,2.454c0.391,-0.341 0.779,-0.583 1.162,-0.724c0.382,-0.141 0.786,-0.212 1.21,-0.212c0.761,0 1.411,0.292 1.951,0.875c0.54,0.583 0.81,1.31 0.81,2.181Zm-1.483,0.184c0,-0.738 -0.17,-1.331 -0.509,-1.777c-0.34,-0.447 -0.794,-0.67 -1.364,-0.67c-0.342,0 -0.66,0.064 -0.954,0.191c-0.294,0.128 -0.577,0.342 -0.851,0.643c-0.004,0.055 -0.011,0.181 -0.02,0.379c-0.009,0.199 -0.014,0.355 -0.014,0.469c0,1.066 0.174,1.901 0.523,2.505c0.349,0.604 0.808,0.906 1.377,0.906c0.543,0 0.98,-0.236 1.313,-0.708c0.333,-0.471 0.499,-1.117 0.499,-1.938Z"
style="fill-rule:nonzero;"/>
<path d="M10.428,-0.786c0,0.255 -0.093,0.473 -0.277,0.653c-0.185,0.18 -0.405,0.27 -0.66,0.27c-0.255,0 -0.475,-0.09 -0.66,-0.27c-0.184,-0.18 -0.276,-0.398 -0.276,-0.653c0,-0.255 0.092,-0.475 0.276,-0.66c0.185,-0.184 0.405,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.66,0.277c0.184,0.185 0.277,0.405 0.277,0.66Z"
<path d="M10.686,-0.786c0,0.255 -0.092,0.473 -0.276,0.653c-0.185,0.18 -0.405,0.27 -0.66,0.27c-0.255,0 -0.475,-0.09 -0.66,-0.27c-0.184,-0.18 -0.277,-0.398 -0.277,-0.653c0,-0.255 0.093,-0.475 0.277,-0.66c0.185,-0.184 0.405,-0.277 0.66,-0.277c0.255,0 0.475,0.093 0.66,0.277c0.184,0.185 0.276,0.405 0.276,0.66Z"
style="fill-rule:nonzero;"/>
<path d="M18.774,-0.615l-1.387,0l0,3.11l-1.313,0l0,-3.11l-4.375,0l0,-1.053l4.792,-5.845l0.896,0l0,6.002l1.387,0l0,0.896Zm-2.7,-0.896l0,-4.477l-3.691,4.477l3.691,0Z"
<path d="M17.386,-3.206c0.3,0.237 0.55,0.542 0.748,0.916c0.198,0.374 0.298,0.841 0.298,1.401c0,0.98 -0.335,1.789 -1.005,2.427c-0.67,0.638 -1.52,0.957 -2.55,0.957c-0.798,0 -1.472,-0.189 -2.024,-0.567c-0.551,-0.379 -0.827,-0.818 -0.827,-1.32c0,-0.232 0.057,-0.435 0.171,-0.608c0.114,-0.173 0.29,-0.26 0.527,-0.26c0.273,0 0.481,0.072 0.625,0.216c0.144,0.143 0.215,0.299 0.215,0.468c0,0.146 -0.025,0.328 -0.075,0.547c-0.05,0.218 -0.089,0.38 -0.116,0.485c0.036,0.032 0.096,0.075 0.178,0.13c0.082,0.055 0.18,0.107 0.294,0.157c0.118,0.05 0.263,0.095 0.434,0.133c0.171,0.039 0.37,0.059 0.598,0.059c0.292,0 0.567,-0.06 0.827,-0.178c0.26,-0.119 0.479,-0.294 0.656,-0.527c0.196,-0.255 0.343,-0.545 0.441,-0.871c0.098,-0.326 0.147,-0.74 0.147,-1.241c0,-0.642 -0.179,-1.174 -0.536,-1.596c-0.358,-0.422 -0.829,-0.632 -1.412,-0.632c-0.365,0 -0.705,0.068 -1.022,0.205c-0.317,0.136 -0.6,0.364 -0.851,0.683l-0.458,-0.177l0.581,-4.936l4.894,0l0,1.217l-4.34,0l-0.356,2.898c0.205,-0.146 0.475,-0.29 0.81,-0.434c0.335,-0.143 0.703,-0.215 1.104,-0.215c0.333,0 0.678,0.051 1.036,0.154c0.358,0.102 0.687,0.272 0.988,0.509Z"
style="fill-rule:nonzero;"/>
</g>



+ 0
- 147
vst2_bin/plugins/LindenbergResearch/res/panels/Korg35VCF.svg
File diff suppressed because it is too large
View File


+ 865
- 0
vst2_bin/plugins/LindenbergResearch/res/panels/Type35VCF.svg View File

@@ -0,0 +1,865 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:serif="http://www.serif.com/"
width="285px"
height="380px"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
<g id="Background"
transform="matrix(1.66667,0,0,1,-7.48333,-196.458)">
<rect x="-0.01"
y="196.458"
width="180"
height="380"
style="fill:#161616;"/>
</g>
<g id="Bat-"
serif:id="Bat!"
transform="matrix(0.535714,0,0,0.535714,-224.339,-39.3477)">
<path d="M764.9,414.5c7.7,74.9 -63.8,66 -63.8,66c1.3,-15.7 8.4,-35.2 8.4,-35.2l-13.5,6l-10.3,-0.7l-10.3,0.7l-13.5,-6c0,0 7.1,19.5 8.4,35.2c0,0 -71.6,9 -63.8,-66c0,0 -79.3,-61.5 -172.8,-17.2c0,0 61.2,0 69,70.4c0,0 64.5,-23.2 87,54.7c0,0 32.9,-11.2 48.3,30c0,0 -4.5,-39 27.7,-48.7c0,0 -9,30.7 20,60.7c29,-30 20,-60.7 20,-60.7c32.2,9.7 27.7,48.7 27.7,48.7c15.5,-41.2 48.3,-30 48.3,-30c22.6,-77.9 87,-54.7 87,-54.7c7.7,-70.4 69,-70.4 69,-70.4c-93.5,-44.2 -172.8,17.2 -172.8,17.2Z"
style="fill:#a0a0a0;fill-opacity:0.333333;fill-rule:nonzero;"/>
</g>
<g id="Bat-1"
serif:id="Bat!"
transform="matrix(0.128968,0,0,0.128968,54.5665,282.02)">
<path d="M764.9,414.5c7.7,74.9 -63.8,66 -63.8,66c1.3,-15.7 8.4,-35.2 8.4,-35.2l-13.5,6l-10.3,-0.7l-10.3,0.7l-13.5,-6c0,0 7.1,19.5 8.4,35.2c0,0 -71.6,9 -63.8,-66c0,0 -79.3,-61.5 -172.8,-17.2c0,0 61.2,0 69,70.4c0,0 64.5,-23.2 87,54.7c0,0 32.9,-11.2 48.3,30c0,0 -4.5,-39 27.7,-48.7c0,0 -9,30.7 20,60.7c29,-30 20,-60.7 20,-60.7c32.2,9.7 27.7,48.7 27.7,48.7c15.5,-41.2 48.3,-30 48.3,-30c22.6,-77.9 87,-54.7 87,-54.7c7.7,-70.4 69,-70.4 69,-70.4c-93.5,-44.2 -172.8,17.2 -172.8,17.2Z"
style="fill:#d17777;fill-opacity:0.458824;fill-rule:nonzero;"/>
</g>
<g id="Controls"
transform="matrix(1,0,0,1,22.5,-14)">
<g id="Scale_2_"
transform="matrix(1,0,0,1,31.0049,-171.742)">
<g id="Big_3_">
<path d="M90,309.824l0,-27.882"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M116,307.942l-52,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M67.483,320.942l45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M77,330.458l26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.517,320.942l-45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M103,330.458l-26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_3_">
<g id="smallScale_14_">
<path d="M92.872,326.901l-6.637,-41.935"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,304.335l-46,7.294"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M71.78,322.647l36.197,-29.33"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M83.019,325.865l15.205,-39.637"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.618,316.331l-43.48,-16.7"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M104.532,326.091l-29.307,-36.219"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
<g id="smallScale_12_">
<path d="M96.74,325.875l-15.208,-39.646"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.619,299.63l-43.48,16.702"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M75.224,326.093l29.31,-36.221"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M86.885,326.891l6.636,-41.924"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,311.626l-46,-7.29"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M107.975,322.646l-36.194,-29.329"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
</g>
<path id="OuterCircle_5_"
d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609"
style="fill:none;stroke:#f9f9f9;stroke-width:2.5px;"/>
</g>
<g id="Scale_2_1"
serif:id="Scale_2_"
transform="matrix(1,0,0,1,-51.65,-91.1325)">
<g id="Big_3_1"
serif:id="Big_3_">
<path d="M90,309.824l0,-27.882"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M116,307.942l-52,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M67.483,320.942l45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M77,330.458l26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.517,320.942l-45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M103,330.458l-26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_3_1"
serif:id="Small_3_">
<g id="smallScale_14_1"
serif:id="smallScale_14_">
<path d="M92.872,326.901l-6.637,-41.935"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,304.335l-46,7.294"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M71.78,322.647l36.197,-29.33"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M83.019,325.865l15.205,-39.637"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.618,316.331l-43.48,-16.7"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M104.532,326.091l-29.307,-36.219"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
<g id="smallScale_12_1"
serif:id="smallScale_12_">
<path d="M96.74,325.875l-15.208,-39.646"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.619,299.63l-43.48,16.702"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M75.224,326.093l29.31,-36.221"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M86.885,326.891l6.636,-41.924"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,311.626l-46,-7.29"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M107.975,322.646l-36.194,-29.329"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
</g>
<path id="OuterCircle_5_1"
serif:id="OuterCircle_5_"
d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609"
style="fill:none;stroke:#f9f9f9;stroke-width:2.5px;"/>
</g>
<g id="Scale_2_2"
serif:id="Scale_2_"
transform="matrix(1,0,0,1,111.632,-91.1444)">
<g id="Big_3_2"
serif:id="Big_3_">
<path d="M90,309.824l0,-27.882"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M116,307.942l-52,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M67.483,320.942l45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M77,330.458l26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.517,320.942l-45.034,-26"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M103,330.458l-26,-45.032"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_3_2"
serif:id="Small_3_">
<g id="smallScale_14_2"
serif:id="smallScale_14_">
<path d="M92.872,326.901l-6.637,-41.935"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,304.335l-46,7.294"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M71.78,322.647l36.197,-29.33"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M83.019,325.865l15.205,-39.637"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.618,316.331l-43.48,-16.7"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M104.532,326.091l-29.307,-36.219"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
<g id="smallScale_12_2"
serif:id="smallScale_12_">
<path d="M96.74,325.875l-15.208,-39.646"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M111.619,299.63l-43.48,16.702"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M75.224,326.093l29.31,-36.221"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M86.885,326.891l6.636,-41.924"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M112.878,311.626l-46,-7.29"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
<path d="M107.975,322.646l-36.194,-29.329"
style="fill:none;stroke:#fff;stroke-width:1px;"/>
</g>
</g>
<path id="OuterCircle_5_2"
serif:id="OuterCircle_5_"
d="M80.647,325.45c-6.339,-3.354 -10.657,-10.016 -10.657,-17.687c0,-11.045 8.955,-19.999 20,-19.999c11.046,0 20,8.954 20,19.999c0,7.612 -4.253,14.231 -10.514,17.609"
style="fill:none;stroke:#f9f9f9;stroke-width:2.5px;"/>
</g>
<g id="Scale_1_"
transform="matrix(1,0,0,1,-91.64,25.4818)">
<g id="Big_1_">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_1_">
<g id="smallScale_7_">
<path d="M132.77,119.705l-6.143,-58.479"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,89.881l-64,6.732"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M103.96,112.172l52.063,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M119.226,117.441l23.851,-53.609"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M159.385,106.343l-58.788,-26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M148.902,119.296l-37.823,-52.098"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_6_">
<path d="M135.489,119.136l-12.188,-57.383"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.463,86.554l-62.944,13.387"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M106.079,114.791l47.823,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M121.816,118.42l18.116,-55.795"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.592,103.195l-61.202,-19.897"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M151.521,117.176l-43.061,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_5_">
<path d="M138.166,118.427l-18.117,-55.801"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.59,83.298l-61.2,19.898"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M108.461,117.176l43.06,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M124.491,119.135l12.188,-57.382"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.464,99.94l-62.945,-13.386"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M153.901,114.791l-47.822,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_4_">
<g transform="matrix(1,0,0,0.998956,0,0.0666488)">
<path d="M140.753,117.44l-23.85,-53.607"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<path d="M159.384,80.15l-58.787,26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M111.079,119.296l37.824,-52.1"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M127.228,119.556l6.124,-58.329"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,96.612l-64,-6.731"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M156.021,112.172l-52.062,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
</g>
<path id="InnerCircle_1_"
d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:none;stroke:#f9f9f9;stroke-width:5px;"/>
</g>
<g id="Scale_1_1"
serif:id="Scale_1_"
transform="matrix(1,0,0,1,71.6416,25.4818)">
<g id="Big_1_1"
serif:id="Big_1_">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#f9f9f9;stroke-width:1.5px;"/>
</g>
<g id="Small_1_1"
serif:id="Small_1_">
<g id="smallScale_7_1"
serif:id="smallScale_7_">
<path d="M132.77,119.705l-6.143,-58.479"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,89.881l-64,6.732"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M103.96,112.172l52.063,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M119.226,117.441l23.851,-53.609"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M159.385,106.343l-58.788,-26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M148.902,119.296l-37.823,-52.098"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_6_1"
serif:id="smallScale_6_">
<path d="M135.489,119.136l-12.188,-57.383"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.463,86.554l-62.944,13.387"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M106.079,114.791l47.823,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M121.816,118.42l18.116,-55.795"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.592,103.195l-61.202,-19.897"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M151.521,117.176l-43.061,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_5_1"
serif:id="smallScale_5_">
<path d="M138.166,118.427l-18.117,-55.801"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M160.59,83.298l-61.2,19.898"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M108.461,117.176l43.06,-47.859"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M124.491,119.135l12.188,-57.382"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.464,99.94l-62.945,-13.386"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M153.901,114.791l-47.822,-43.088"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<g id="smallScale_4_1"
serif:id="smallScale_4_">
<g transform="matrix(1,0,0,0.998956,0,0.0666488)">
<path d="M140.753,117.44l-23.85,-53.607"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
<path d="M159.384,80.15l-58.787,26.193"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M111.079,119.296l37.824,-52.1"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M127.228,119.556l6.124,-58.329"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M161.99,96.612l-64,-6.731"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
<path d="M156.021,112.172l-52.062,-37.851"
style="fill:none;stroke:#f9f9f9;stroke-width:1px;"/>
</g>
</g>
<path id="InnerCircle_1_1"
serif:id="InnerCircle_1_"
d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:none;stroke:#f9f9f9;stroke-width:5px;"/>
</g>
<g id="CV_P_LP"
transform="matrix(1,0,0,1,-8.36401,11.1395)">
<g id="Arrow"
transform="matrix(1,0,0,1,36.4295,189.427)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g id="ScaleSmall"
transform="matrix(0.720434,0,0,0.720434,-28.8301,219.173)">
<g id="Big_1_2"
serif:id="Big_1_"
transform="matrix(0.410551,0,0,0.410551,76.6225,53.479)">
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
</g>
<g id="InnerCircle_1_2"
serif:id="InnerCircle_1_"
transform="matrix(0.745435,0,0,0.745435,38.7046,21.6828)">
<path d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:#f9f9f9;stroke:#000;stroke-width:2.08px;"/>
</g>
</g>
</g>
<g id="ScaleSmall_3_"
transform="matrix(1,0,0,1,-12.4955,113.91)">
<g id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_1"
serif:id="ScaleSmall_3_"
transform="matrix(1,0,0,1,106.505,113.91)">
<g id="OuterCircle_4_1"
serif:id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_1"
serif:id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g id="ScaleSmall_3_2"
serif:id="ScaleSmall_3_"
transform="matrix(1,0,0,1,148.505,113.91)">
<g id="OuterCircle_4_2"
serif:id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_2"
serif:id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g id="CV_F_LP"
transform="matrix(1,0,0,1,-4.36401,11.1395)">
<g id="Arrow1"
serif:id="Arrow"
transform="matrix(1,0,0,1,-9.57049,189.427)">
<path d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
<g id="ScaleSmall1"
serif:id="ScaleSmall"
transform="matrix(0.720434,0,0,0.720434,-74.8301,219.173)">
<g id="Big_1_3"
serif:id="Big_1_"
transform="matrix(0.410551,0,0,0.410551,76.6225,53.479)">
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M129.99,118.265l0,-60.683"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M165.49,93.105l-71,0"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M99.247,110.867l61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M112.24,123.872l35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M160.735,110.867l-61.488,-35.523"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
<g transform="matrix(1,0,0,1,13.5238,0)">
<path d="M147.74,123.872l-35.5,-61.53"
style="fill:none;stroke:#000;stroke-width:1.5px;"/>
</g>
</g>
<g id="InnerCircle_1_3"
serif:id="InnerCircle_1_"
transform="matrix(0.745435,0,0,0.745435,38.7046,21.6828)">
<path d="M117.435,116.771c-8.587,-4.523 -14.444,-13.541 -14.444,-23.928c0,-14.922 12.089,-27.018 27,-27.018c14.91,0 27,12.096 27,27.018c0,10.35 -5.814,19.338 -14.349,23.876"
style="fill:#f9f9f9;stroke:#000;stroke-width:2.08px;"/>
</g>
</g>
</g>
<g id="ScaleSmall_3_3"
serif:id="ScaleSmall_3_"
transform="matrix(1,0,0,1,-54.3672,113.91)">
<g id="OuterCircle_4_3"
serif:id="OuterCircle_4_"
transform="matrix(0.871536,0,0,0.871536,9.37732,23.2294)">
<path d="M66.295,194.337c-4.545,-2.404 -7.642,-7.182 -7.642,-12.684c0,-7.92 6.422,-14.343 14.342,-14.343c7.921,0 14.343,6.423 14.343,14.343c0,5.459 -3.05,10.206 -7.538,12.628"
style="fill:none;stroke:#f9f9f9;stroke-width:4.93px;"/>
</g>
<circle id="Circle_4_3"
serif:id="Circle_4_"
cx="72.995"
cy="181.659"
r="11.474"
style="fill:#323232;"/>
</g>
<g transform="matrix(1,0,0,1,88.0655,103.567)">
<g id="CV_DRIVE">
<path id="Arrow2"
serif:id="Arrow"
d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#ffefef;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,1,189.065,200.567)">
<g id="CV_P_HP">
<path id="Arrow3"
serif:id="Arrow"
d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
<g transform="matrix(1,0,0,1,147.066,200.567)">
<g id="CV_F_HP">
<path id="Arrow4"
serif:id="Arrow"
d="M26.442,119.338l5.493,-4.254l5.492,4.254l-10.985,0Z"
style="fill:#fff;fill-rule:nonzero;stroke:#fff;stroke-width:1px;stroke-linejoin:round;stroke-miterlimit:1.41421;"/>
</g>
</g>
</g>
<g id="Labels"
transform="matrix(1,0,0,1,22.5,-14)">
<g transform="matrix(0.863123,0,0,0.810985,23.7101,6.09269)">
<path d="M103.016,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.756,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.415,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.601,207.069c0.072,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.205,-0.255 0.332,-0.359c0.127,-0.104 0.271,-0.188 0.434,-0.251c0.163,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.369,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.414,0.251l-0.367,1.574c-0.235,-0.19 -0.538,-0.285 -0.908,-0.285c-0.245,0 -0.482,0.056 -0.713,0.169c-0.23,0.114 -0.409,0.292 -0.535,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M112.185,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.272,0.422 0.272,0.685c0,0.262 -0.091,0.49 -0.272,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.334,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.439,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.871,212.657l-2.333,-6.552l1.763,0l0.95,2.808l0.502,2.198l0.027,0l0.488,-2.198l0.963,-2.808l1.763,0l-2.333,6.552l-1.79,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M120.556,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.587,0 1.139,-0.135 1.654,-0.407l0.38,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.623,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.991,-0.732c0.402,-0.181 0.874,-0.271 1.417,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.42,0.545 0.542,0.889c0.123,0.343 0.184,0.714 0.184,1.112c0,0.208 -0.019,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.052,0.468c-0.266,0.312 -0.422,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,-57.2262,197.341)">
<path d="M75.097,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.215,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.168,-0.1 0.351,-0.181 0.55,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.362,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.357,0.61c0.307,0.407 0.461,0.99 0.461,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.085,-0.203 -0.273,-0.305 -0.562,-0.305c-0.299,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.611,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M85.121,209.374c0,0.651 0.126,1.167 0.379,1.547c0.253,0.379 0.642,0.569 1.167,0.569c0.524,0 0.913,-0.19 1.166,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.166,-0.563c-0.525,0 -0.914,0.188 -1.167,0.563c-0.253,0.375 -0.379,0.888 -0.379,1.539Zm-1.737,0c0,-0.47 0.068,-0.915 0.204,-1.336c0.135,-0.42 0.339,-0.784 0.61,-1.092c0.271,-0.307 0.613,-0.551 1.024,-0.732c0.412,-0.181 0.893,-0.271 1.445,-0.271c0.551,0 1.033,0.09 1.444,0.271c0.412,0.181 0.753,0.425 1.024,0.732c0.272,0.308 0.475,0.672 0.611,1.092c0.135,0.421 0.203,0.866 0.203,1.336c0,0.48 -0.068,0.927 -0.203,1.343c-0.136,0.416 -0.339,0.78 -0.611,1.092c-0.271,0.312 -0.612,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.444,0.272c-0.552,0 -1.033,-0.091 -1.445,-0.272c-0.411,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.61,-1.092c-0.136,-0.416 -0.204,-0.863 -0.204,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.859,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.116,0.963c0.076,0.262 0.183,0.475 0.318,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M101.845,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="104.72"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M111.054,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.734,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.275,0.183 0.502,0.183c0.298,0 0.596,-0.104 0.895,-0.312l0.352,1.262c-0.226,0.144 -0.463,0.253 -0.712,0.325c-0.248,0.072 -0.526,0.109 -0.834,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.482,-0.9 -0.482,-1.642l0,-3.323l-1.003,0l0,-1.221l1.031,0l0.406,-1.871l1.262,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M119.925,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.335,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.438,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M122.38,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.637,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.603,-0.244c0.222,-0.064 0.455,-0.095 0.699,-0.095c0.642,0 1.155,0.226 1.539,0.678c0.385,0.452 0.577,1.09 0.577,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.073,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M140.434,211.49c0.632,0 1.211,-0.144 1.736,-0.434l0.379,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.384,0.086 -0.762,0.129 -1.133,0.129c-0.551,0 -1.037,-0.091 -1.458,-0.272c-0.42,-0.181 -0.771,-0.427 -1.051,-0.739c-0.28,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.281,-0.307 0.631,-0.551 1.052,-0.732c0.42,-0.181 0.915,-0.271 1.485,-0.271c0.352,0 0.705,0.043 1.058,0.129c0.352,0.085 0.683,0.219 0.99,0.4l-0.366,1.207c-0.226,-0.127 -0.468,-0.226 -0.726,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.276,0.379 0.694,0.569 1.255,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M144.532,212.657l-2.333,-6.552l1.763,0l0.95,2.808l0.501,2.198l0.028,0l0.488,-2.198l0.963,-2.808l1.763,0l-2.333,6.552l-1.79,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,105.16,197.209)">
<path d="M75.097,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.215,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.168,-0.1 0.351,-0.181 0.55,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.362,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.357,0.61c0.307,0.407 0.461,0.99 0.461,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.085,-0.203 -0.273,-0.305 -0.562,-0.305c-0.299,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.611,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M85.121,209.374c0,0.651 0.126,1.167 0.379,1.547c0.253,0.379 0.642,0.569 1.167,0.569c0.524,0 0.913,-0.19 1.166,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.166,-0.563c-0.525,0 -0.914,0.188 -1.167,0.563c-0.253,0.375 -0.379,0.888 -0.379,1.539Zm-1.737,0c0,-0.47 0.068,-0.915 0.204,-1.336c0.135,-0.42 0.339,-0.784 0.61,-1.092c0.271,-0.307 0.613,-0.551 1.024,-0.732c0.412,-0.181 0.893,-0.271 1.445,-0.271c0.551,0 1.033,0.09 1.444,0.271c0.412,0.181 0.753,0.425 1.024,0.732c0.272,0.308 0.475,0.672 0.611,1.092c0.135,0.421 0.203,0.866 0.203,1.336c0,0.48 -0.068,0.927 -0.203,1.343c-0.136,0.416 -0.339,0.78 -0.611,1.092c-0.271,0.312 -0.612,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.444,0.272c-0.552,0 -1.033,-0.091 -1.445,-0.272c-0.411,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.61,-1.092c-0.136,-0.416 -0.204,-0.863 -0.204,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.859,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.116,0.963c0.076,0.262 0.183,0.475 0.318,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M101.845,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="104.72"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M111.054,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.734,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.275,0.183 0.502,0.183c0.298,0 0.596,-0.104 0.895,-0.312l0.352,1.262c-0.226,0.144 -0.463,0.253 -0.712,0.325c-0.248,0.072 -0.526,0.109 -0.834,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.482,-0.9 -0.482,-1.642l0,-3.323l-1.003,0l0,-1.221l1.031,0l0.406,-1.871l1.262,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M119.925,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.335,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.438,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M122.38,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.637,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.603,-0.244c0.222,-0.064 0.455,-0.095 0.699,-0.095c0.642,0 1.155,0.226 1.539,0.678c0.385,0.452 0.577,1.09 0.577,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.073,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M140.434,211.49c0.632,0 1.211,-0.144 1.736,-0.434l0.379,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.384,0.086 -0.762,0.129 -1.133,0.129c-0.551,0 -1.037,-0.091 -1.458,-0.272c-0.42,-0.181 -0.771,-0.427 -1.051,-0.739c-0.28,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.281,-0.307 0.631,-0.551 1.052,-0.732c0.42,-0.181 0.915,-0.271 1.485,-0.271c0.352,0 0.705,0.043 1.058,0.129c0.352,0.085 0.683,0.219 0.99,0.4l-0.366,1.207c-0.226,-0.127 -0.468,-0.226 -0.726,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.276,0.379 0.694,0.569 1.255,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M144.532,212.657l-2.333,-6.552l1.763,0l0.95,2.808l0.501,2.198l0.028,0l0.488,-2.198l0.963,-2.808l1.763,0l-2.333,6.552l-1.79,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,4.49539,153.341)">
<path d="M109.23,212.657l-1.737,0l0,-6.552l1.737,0l0,6.552Zm-0.868,-9.305c0.334,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.439,0.291 -0.773,0.291c-0.335,0 -0.593,-0.097 -0.774,-0.291c-0.18,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.091,-0.491 0.271,-0.685c0.181,-0.195 0.439,-0.292 0.774,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M112.105,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.1,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.156,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.732,-0.319c-0.317,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.518,0.379 -0.699,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,-56.443,-3.18667)">
<path d="M87.167,204.6c-0.38,0 -0.646,0.095 -0.8,0.285c-0.154,0.19 -0.231,0.461 -0.231,0.814l0,0.406l1.804,0l0,1.221l-1.804,0l0,5.331l-1.695,0l0,-5.331l-1.004,0l0,-1.221l1.004,0l0,-0.42c0,-0.741 0.178,-1.316 0.536,-1.723c0.357,-0.406 0.942,-0.61 1.756,-0.61c0.335,0 0.631,0.034 0.889,0.102c0.257,0.068 0.49,0.16 0.698,0.278l-0.353,1.044c-0.208,-0.117 -0.474,-0.176 -0.8,-0.176Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M90.083,207.069c0.073,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.206,-0.255 0.333,-0.359c0.126,-0.104 0.271,-0.188 0.434,-0.251c0.162,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.368,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.413,0.251l-0.366,1.574c-0.235,-0.19 -0.538,-0.285 -0.909,-0.285c-0.244,0 -0.481,0.056 -0.712,0.169c-0.23,0.114 -0.409,0.292 -0.536,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.076,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.464,-0.245c-0.416,-0.162 -0.765,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M103.231,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.115,0.963c0.077,0.262 0.184,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,7.053l-1.736,0l0,-3.445c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0.19,-0.855l1.546,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M110.217,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.354,209.971c0.099,0.534 0.318,0.92 0.657,1.16c0.34,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.376,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.136,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.189,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.444,0 0.837,0.07 1.18,0.21c0.344,0.14 0.636,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.082,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.284,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M121.027,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.155,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.284,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.382,211.49c0.633,0 1.212,-0.144 1.736,-0.434l0.38,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.385,0.086 -0.762,0.129 -1.133,0.129c-0.552,0 -1.038,-0.091 -1.458,-0.272c-0.421,-0.181 -0.771,-0.427 -1.051,-0.739c-0.281,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.28,-0.307 0.631,-0.551 1.051,-0.732c0.421,-0.181 0.916,-0.271 1.486,-0.271c0.352,0 0.705,0.043 1.057,0.129c0.353,0.085 0.683,0.219 0.991,0.4l-0.367,1.207c-0.226,-0.127 -0.468,-0.226 -0.725,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.275,0.379 0.694,0.569 1.254,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M136.151,211.64c-0.082,0.126 -0.188,0.248 -0.319,0.366c-0.131,0.117 -0.278,0.226 -0.441,0.325c-0.163,0.1 -0.341,0.179 -0.536,0.238c-0.194,0.058 -0.4,0.088 -0.617,0.088c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.257c0.236,-0.172 0.444,-0.376 0.624,-0.611l0,-4.3l1.737,0l0,6.023c0,0.588 -0.084,1.089 -0.251,1.505c-0.168,0.416 -0.396,0.755 -0.685,1.018c-0.29,0.262 -0.633,0.454 -1.031,0.576c-0.398,0.122 -0.828,0.183 -1.289,0.183c-0.515,0 -0.994,-0.059 -1.438,-0.176c-0.443,-0.118 -0.813,-0.276 -1.112,-0.475l0.434,-1.343c0.308,0.199 0.624,0.339 0.95,0.421c0.325,0.081 0.642,0.122 0.949,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.308,-0.257 0.462,-0.712 0.462,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,42.99,153.209)">
<path d="M104.547,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.379,-0.896 0.379,-1.547c0,-0.651 -0.126,-1.164 -0.379,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.339,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.033,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.412,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.272,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.204,206.105l1.737,0l0,6.552l-1.547,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.126,0.118 -0.271,0.227 -0.434,0.326c-0.162,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.258c0.236,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M118.965,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.276,0.183 0.502,0.183c0.298,0 0.597,-0.104 0.895,-0.312l0.353,1.262c-0.226,0.144 -0.464,0.253 -0.712,0.325c-0.249,0.072 -0.527,0.109 -0.835,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.481,-0.9 -0.481,-1.642l0,-3.323l-1.004,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,-57.7143,85.961)">
<path d="M100.971,209.578c0,0.569 0.131,1.022 0.393,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.475,-0.366c0.135,-0.168 0.242,-0.389 0.318,-0.665c0.077,-0.276 0.116,-0.613 0.116,-1.011c0,-0.614 -0.127,-1.094 -0.38,-1.437c-0.253,-0.344 -0.583,-0.516 -0.99,-0.516c-0.335,0 -0.624,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.737,-3.473l1.547,0l0.19,0.855c0.09,-0.118 0.205,-0.235 0.345,-0.353c0.141,-0.117 0.299,-0.226 0.475,-0.325c0.177,-0.1 0.369,-0.181 0.577,-0.244c0.208,-0.064 0.429,-0.095 0.664,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.588,0.432 0.8,0.739c0.213,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.072,1.074 -0.217,1.513c-0.145,0.438 -0.342,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.861,0.685c-0.326,0.158 -0.67,0.238 -1.031,0.238c-0.507,0 -0.907,-0.104 -1.201,-0.312c-0.294,-0.208 -0.535,-0.443 -0.725,-0.706l0,3.445l-1.737,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.59,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.415,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.92,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M125.008,212.657l-1.872,0c-0.334,-0.443 -0.651,-0.864 -0.949,-1.262c-0.262,-0.343 -0.522,-0.689 -0.78,-1.037c-0.258,-0.348 -0.459,-0.626 -0.604,-0.834l0,-0.977l2.198,-2.442l1.939,0l-2.658,2.93l2.726,3.622Zm-4.584,0l-1.737,0l0,-9.21l1.737,0l0,9.21Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,24.9964,98.389)">
<path d="M69.231,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.214,-0.224 0.345,-0.346c0.132,-0.122 0.281,-0.233 0.448,-0.332c0.167,-0.1 0.35,-0.181 0.549,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.778,0.104 1.058,0.312c0.281,0.208 0.475,0.502 0.584,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.361,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.356,0.61c0.308,0.407 0.461,0.99 0.461,1.75l0,4.354l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.273,-0.305 -0.563,-0.305c-0.298,0 -0.569,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.299,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M79.254,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.204,-1.336c0.135,-0.42 0.339,-0.784 0.61,-1.092c0.271,-0.307 0.613,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.411,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.61,-1.092c-0.136,-0.416 -0.204,-0.863 -0.204,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M88.993,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.835,-0.251c-0.407,0 -0.755,0.177 -1.044,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.37,0.115 0.569,0.115c0.416,0 0.755,-0.167 1.018,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.254,-0.299 -0.453,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.488,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M95.978,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.126,0.118 -0.271,0.227 -0.434,0.326c-0.162,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M100.726,211.477c0.379,0 0.653,-0.057 0.82,-0.17c0.168,-0.113 0.251,-0.269 0.251,-0.468c0,-0.262 -0.122,-0.461 -0.366,-0.597c-0.244,-0.135 -0.556,-0.262 -0.936,-0.379c-0.28,-0.082 -0.542,-0.174 -0.787,-0.278c-0.244,-0.104 -0.456,-0.236 -0.637,-0.394c-0.181,-0.158 -0.323,-0.346 -0.427,-0.563c-0.104,-0.217 -0.156,-0.479 -0.156,-0.786c0,-0.588 0.23,-1.052 0.691,-1.391c0.462,-0.339 1.09,-0.508 1.886,-0.508c0.38,0 0.764,0.034 1.153,0.101c0.388,0.068 0.755,0.193 1.098,0.373l-0.393,1.275c-0.262,-0.135 -0.547,-0.237 -0.855,-0.305c-0.307,-0.068 -0.61,-0.101 -0.908,-0.101c-0.344,0 -0.593,0.047 -0.746,0.142c-0.154,0.095 -0.231,0.233 -0.231,0.414c0,0.199 0.088,0.352 0.265,0.461c0.176,0.108 0.409,0.212 0.698,0.312c0.38,0.126 0.714,0.255 1.004,0.386c0.289,0.131 0.533,0.285 0.732,0.462c0.199,0.176 0.351,0.379 0.455,0.61c0.104,0.23 0.156,0.504 0.156,0.82c0,0.552 -0.231,1.011 -0.692,1.377c-0.461,0.366 -1.13,0.55 -2.008,0.55c-0.434,0 -0.859,-0.043 -1.275,-0.129c-0.415,-0.086 -0.782,-0.211 -1.098,-0.373l0.393,-1.302c0.253,0.126 0.549,0.235 0.889,0.325c0.339,0.091 0.68,0.136 1.024,0.136Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.955,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.033,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.412,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.212,209.578c0,0.569 0.131,1.022 0.393,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.475,-0.366c0.135,-0.168 0.242,-0.389 0.319,-0.665c0.076,-0.276 0.115,-0.613 0.115,-1.011c0,-0.614 -0.127,-1.094 -0.38,-1.437c-0.253,-0.344 -0.583,-0.516 -0.99,-0.516c-0.335,0 -0.624,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.736,-3.473l1.546,0l0.19,0.855c0.09,-0.118 0.205,-0.235 0.346,-0.353c0.14,-0.117 0.298,-0.226 0.474,-0.325c0.177,-0.1 0.369,-0.181 0.577,-0.244c0.208,-0.064 0.429,-0.095 0.664,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.588,0.432 0.8,0.739c0.213,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.072,1.074 -0.217,1.513c-0.145,0.438 -0.341,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.861,0.685c-0.326,0.158 -0.67,0.238 -1.031,0.238c-0.507,0 -0.907,-0.104 -1.201,-0.312c-0.293,-0.208 -0.535,-0.443 -0.725,-0.706l0,3.445l-1.736,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M121.831,209.971c0.099,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.289,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.228,0.136c-0.56,0 -1.048,-0.082 -1.464,-0.245c-0.416,-0.162 -0.764,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M128.504,207.069c0.073,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.206,-0.255 0.332,-0.359c0.127,-0.104 0.272,-0.188 0.434,-0.251c0.163,-0.064 0.349,-0.095 0.557,-0.095c0.189,0 0.368,0.034 0.535,0.101c0.168,0.068 0.306,0.152 0.414,0.251l-0.366,1.574c-0.235,-0.19 -0.538,-0.285 -0.909,-0.285c-0.244,0 -0.481,0.056 -0.712,0.169c-0.231,0.114 -0.409,0.292 -0.536,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M134.562,209.673l-0.936,0c-0.434,0 -0.768,0.095 -1.003,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.189,-0.086 0.352,-0.201 0.488,-0.346c0.135,-0.145 0.239,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.07,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.596,-0.705c0.258,-0.181 0.572,-0.312 0.943,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.398,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.913,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.285,0.373c-0.108,0.122 -0.239,0.231 -0.393,0.326c-0.154,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.543,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M139.065,212.657l-1.736,0l0,-6.552l1.547,0l0.189,0.855c0.1,-0.109 0.224,-0.224 0.373,-0.346c0.15,-0.122 0.315,-0.233 0.496,-0.332c0.18,-0.1 0.382,-0.181 0.603,-0.244c0.222,-0.064 0.455,-0.095 0.699,-0.095c0.642,0 1.155,0.226 1.539,0.678c0.384,0.452 0.577,1.09 0.577,1.912l0,4.124l-1.737,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.144,-0.213 -0.388,-0.319 -0.732,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.518,0.379 -0.699,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M148.655,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.835,-0.251c-0.406,0 -0.755,0.177 -1.044,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.37,0.115 0.569,0.115c0.416,0 0.755,-0.167 1.018,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.254,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.488,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M153.267,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.334,0 0.592,0.097 0.773,0.292c0.181,0.194 0.271,0.422 0.271,0.685c0,0.262 -0.09,0.49 -0.271,0.685c-0.181,0.194 -0.439,0.291 -0.773,0.291c-0.335,0 -0.593,-0.097 -0.773,-0.291c-0.181,-0.195 -0.272,-0.423 -0.272,-0.685c0,-0.263 0.091,-0.491 0.272,-0.685c0.18,-0.195 0.438,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,106.809,-3.21544)">
<path d="M87.167,204.6c-0.38,0 -0.646,0.095 -0.8,0.285c-0.154,0.19 -0.231,0.461 -0.231,0.814l0,0.406l1.804,0l0,1.221l-1.804,0l0,5.331l-1.695,0l0,-5.331l-1.004,0l0,-1.221l1.004,0l0,-0.42c0,-0.741 0.178,-1.316 0.536,-1.723c0.357,-0.406 0.942,-0.61 1.756,-0.61c0.335,0 0.631,0.034 0.889,0.102c0.257,0.068 0.49,0.16 0.698,0.278l-0.353,1.044c-0.208,-0.117 -0.474,-0.176 -0.8,-0.176Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M90.083,207.069c0.073,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.206,-0.255 0.333,-0.359c0.126,-0.104 0.271,-0.188 0.434,-0.251c0.162,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.368,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.413,0.251l-0.366,1.574c-0.235,-0.19 -0.538,-0.285 -0.909,-0.285c-0.244,0 -0.481,0.056 -0.712,0.169c-0.23,0.114 -0.409,0.292 -0.536,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M94.076,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.464,-0.245c-0.416,-0.162 -0.765,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M103.231,208.194c-0.162,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.045,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.039,0.701 0.115,0.963c0.077,0.262 0.184,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,7.053l-1.736,0l0,-3.445c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.523,-1.092c0.23,-0.312 0.515,-0.561 0.854,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.489,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0.19,-0.855l1.546,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M110.217,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.082,0.127 -0.186,0.249 -0.312,0.366c-0.127,0.118 -0.272,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.394,0.089 -0.611,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.596,-1.036 -0.596,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.083,0.712 0.251,0.889c0.167,0.176 0.422,0.264 0.766,0.264c0.289,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M114.354,209.971c0.099,0.534 0.318,0.92 0.657,1.16c0.34,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.376,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.136,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.189,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.444,0 0.837,0.07 1.18,0.21c0.344,0.14 0.636,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.082,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.284,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M121.027,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.099,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.155,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.145,-0.213 -0.389,-0.319 -0.733,-0.319c-0.316,0 -0.617,0.091 -0.902,0.272c-0.284,0.18 -0.517,0.379 -0.698,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M129.382,211.49c0.633,0 1.212,-0.144 1.736,-0.434l0.38,1.235c-0.307,0.18 -0.653,0.314 -1.037,0.4c-0.385,0.086 -0.762,0.129 -1.133,0.129c-0.552,0 -1.038,-0.091 -1.458,-0.272c-0.421,-0.181 -0.771,-0.427 -1.051,-0.739c-0.281,-0.312 -0.491,-0.676 -0.631,-1.092c-0.14,-0.416 -0.21,-0.863 -0.21,-1.343c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.344,-0.784 0.624,-1.092c0.28,-0.307 0.631,-0.551 1.051,-0.732c0.421,-0.181 0.916,-0.271 1.486,-0.271c0.352,0 0.705,0.043 1.057,0.129c0.353,0.085 0.683,0.219 0.991,0.4l-0.367,1.207c-0.226,-0.127 -0.468,-0.226 -0.725,-0.299c-0.258,-0.072 -0.536,-0.108 -0.834,-0.108c-0.624,0 -1.072,0.188 -1.343,0.563c-0.271,0.375 -0.407,0.888 -0.407,1.539c0,0.651 0.138,1.167 0.414,1.547c0.275,0.379 0.694,0.569 1.254,0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M136.151,211.64c-0.082,0.126 -0.188,0.248 -0.319,0.366c-0.131,0.117 -0.278,0.226 -0.441,0.325c-0.163,0.1 -0.341,0.179 -0.536,0.238c-0.194,0.058 -0.4,0.088 -0.617,0.088c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.257c0.236,-0.172 0.444,-0.376 0.624,-0.611l0,-4.3l1.737,0l0,6.023c0,0.588 -0.084,1.089 -0.251,1.505c-0.168,0.416 -0.396,0.755 -0.685,1.018c-0.29,0.262 -0.633,0.454 -1.031,0.576c-0.398,0.122 -0.828,0.183 -1.289,0.183c-0.515,0 -0.994,-0.059 -1.438,-0.176c-0.443,-0.118 -0.813,-0.276 -1.112,-0.475l0.434,-1.343c0.308,0.199 0.624,0.339 0.95,0.421c0.325,0.081 0.642,0.122 0.949,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.308,-0.257 0.462,-0.712 0.462,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.863123,0,0,0.810985,105.537,85.9322)">
<path d="M100.971,209.578c0,0.569 0.131,1.022 0.393,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.475,-0.366c0.135,-0.168 0.242,-0.389 0.318,-0.665c0.077,-0.276 0.116,-0.613 0.116,-1.011c0,-0.614 -0.127,-1.094 -0.38,-1.437c-0.253,-0.344 -0.583,-0.516 -0.99,-0.516c-0.335,0 -0.624,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.737,-3.473l1.547,0l0.19,0.855c0.09,-0.118 0.205,-0.235 0.345,-0.353c0.141,-0.117 0.299,-0.226 0.475,-0.325c0.177,-0.1 0.369,-0.181 0.577,-0.244c0.208,-0.064 0.429,-0.095 0.664,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.588,0.432 0.8,0.739c0.213,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.072,1.074 -0.217,1.513c-0.145,0.438 -0.342,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.861,0.685c-0.326,0.158 -0.67,0.238 -1.031,0.238c-0.507,0 -0.907,-0.104 -1.201,-0.312c-0.294,-0.208 -0.535,-0.443 -0.725,-0.706l0,3.445l-1.737,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M107.59,209.971c0.099,0.534 0.318,0.92 0.658,1.16c0.339,0.239 0.725,0.359 1.159,0.359c0.588,0 1.14,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.375,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.415,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.135,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.126,-0.416 0.318,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.403,-0.181 0.875,-0.271 1.418,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.343,0.14 0.635,0.335 0.875,0.583c0.239,0.249 0.42,0.545 0.542,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.081,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M115.92,209.673l-0.935,0c-0.435,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.353,0.456 -0.353,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.326,0.224 0.543,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.352,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.071,-0.768 0.211,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.257,-0.181 0.571,-0.312 0.942,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.397,-1.044 -1.193,-1.044c-0.371,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.613,0.229 -0.902,0.401l-0.38,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.914,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.284,0.373c-0.109,0.122 -0.24,0.231 -0.394,0.326c-0.153,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.28,0 -0.542,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.185,-0.177 -0.332,-0.387 -0.441,-0.631c-0.108,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M125.008,212.657l-1.872,0c-0.334,-0.443 -0.651,-0.864 -0.949,-1.262c-0.262,-0.343 -0.522,-0.689 -0.78,-1.037c-0.258,-0.348 -0.459,-0.626 -0.604,-0.834l0,-0.977l2.198,-2.442l1.939,0l-2.658,2.93l2.726,3.622Zm-4.584,0l-1.737,0l0,-9.21l1.737,0l0,9.21Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</g>
<g id="Top"
transform="matrix(1,0,0,1,-7.5,2)">
<g id="Name"
transform="matrix(0.902344,0,0,1.22682,111.201,-77.4587)">
<g transform="matrix(1.98644,0.000278149,0,1.46089,-81.6427,-67.1563)">
<path d="M46.763,100.636l-1.397,-2.794l-1.397,2.794l2.794,0Zm-6.055,2.794l4.658,-9.314l4.657,9.314l-1.863,0l-0.465,-0.931l-4.658,0l-0.466,0.931l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M50.396,103.43l0,-9.314l1.863,0l3.726,3.726l3.726,-3.726l1.863,0l0,9.314l-1.863,0l0,-6.52l-3.726,3.726l-3.726,-3.726l0,6.52l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M69.398,97.842c0.253,0 0.471,-0.088 0.655,-0.262c0.185,-0.185 0.277,-0.408 0.277,-0.67c0,-0.252 -0.092,-0.471 -0.277,-0.655c-0.184,-0.184 -0.402,-0.276 -0.655,-0.276l-4.657,0l0,1.863l4.657,0Zm-6.52,5.588l0,-9.314l7.452,0c0.514,0 0.951,0.184 1.31,0.553c0.369,0.368 0.553,0.805 0.553,1.31l0,1.863c0,0.523 -0.184,0.965 -0.553,1.324c-0.369,0.359 -0.806,0.538 -1.31,0.538l-5.589,0l0,3.726l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M77.223,103.43l0,-4.657l-4.657,-4.657l2.794,0l2.794,2.794l2.795,-2.794l2.794,0l-4.657,4.657l0,4.657l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M84.116,103.43l0,-9.314l7.452,0c0.514,0 0.951,0.184 1.31,0.553c0.369,0.368 0.553,0.805 0.553,1.31l0,1.863c0,0.523 -0.184,0.965 -0.553,1.324c-0.369,0.359 -0.805,0.538 -1.31,0.538l3.726,3.726l-2.795,0l-5.588,-5.588l3.726,0c0.252,0 0.47,-0.088 0.654,-0.262c0.185,-0.185 0.277,-0.408 0.277,-0.67c0,-0.252 -0.092,-0.471 -0.277,-0.655c-0.184,-0.184 -0.402,-0.276 -0.654,-0.276l-4.658,0l0,7.451l-1.863,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.57946,0.000316638,0,1.86234,-126.24,-104.94)">
<path d="M45.925,103.43l-4.658,-9.314l1.863,0l2.795,5.588l2.794,-5.588l1.863,0l-4.657,9.314Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</g>
<g transform="matrix(0.863123,0,0,0.810985,57.8885,-130.167)">
<path d="M-3.334,211.477c0.38,0 0.654,-0.057 0.821,-0.17c0.167,-0.113 0.251,-0.269 0.251,-0.468c0,-0.262 -0.122,-0.461 -0.366,-0.597c-0.244,-0.135 -0.556,-0.262 -0.936,-0.379c-0.28,-0.082 -0.543,-0.174 -0.787,-0.278c-0.244,-0.104 -0.456,-0.236 -0.637,-0.394c-0.181,-0.158 -0.324,-0.346 -0.428,-0.563c-0.104,-0.217 -0.156,-0.479 -0.156,-0.786c0,-0.588 0.231,-1.052 0.692,-1.391c0.461,-0.339 1.09,-0.508 1.886,-0.508c0.379,0 0.764,0.034 1.152,0.101c0.389,0.068 0.756,0.193 1.099,0.373l-0.393,1.275c-0.262,-0.135 -0.547,-0.237 -0.855,-0.305c-0.307,-0.068 -0.61,-0.101 -0.909,-0.101c-0.343,0 -0.592,0.047 -0.746,0.142c-0.153,0.095 -0.23,0.233 -0.23,0.414c0,0.199 0.088,0.352 0.264,0.461c0.177,0.108 0.41,0.212 0.699,0.312c0.38,0.126 0.714,0.255 1.004,0.386c0.289,0.131 0.533,0.285 0.732,0.462c0.199,0.176 0.35,0.379 0.454,0.61c0.104,0.23 0.156,0.504 0.156,0.82c0,0.552 -0.23,1.011 -0.691,1.377c-0.461,0.366 -1.131,0.55 -2.008,0.55c-0.434,0 -0.859,-0.043 -1.275,-0.129c-0.416,-0.086 -0.782,-0.211 -1.098,-0.373l0.393,-1.302c0.253,0.126 0.549,0.235 0.888,0.325c0.339,0.091 0.681,0.136 1.024,0.136Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M4.033,209.673l-0.936,0c-0.434,0 -0.768,0.095 -1.004,0.285c-0.235,0.189 -0.352,0.456 -0.352,0.8c0,0.244 0.072,0.441 0.217,0.59c0.145,0.149 0.325,0.224 0.542,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.353,-0.201 0.489,-0.346c0.135,-0.145 0.239,-0.312 0.312,-0.502c0.072,-0.19 0.108,-0.389 0.108,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.07,-0.768 0.21,-1.058c0.141,-0.289 0.34,-0.524 0.597,-0.705c0.258,-0.181 0.572,-0.312 0.943,-0.394c0.371,-0.081 0.787,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.398,-1.044 -1.194,-1.044c-0.37,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.612,0.229 -0.902,0.401l-0.379,-1.194c0.28,-0.19 0.642,-0.35 1.085,-0.482c0.443,-0.131 0.918,-0.196 1.424,-0.196c0.913,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.285,0.373c-0.108,0.122 -0.239,0.231 -0.393,0.326c-0.154,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.281,0 -0.543,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.186,-0.177 -0.333,-0.387 -0.441,-0.631c-0.109,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="7.302"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="10.679"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M15.318,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.587,0 1.139,-0.135 1.654,-0.407l0.38,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.045,-0.698c-0.28,-0.303 -0.488,-0.667 -0.623,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.576,-1.086c0.258,-0.307 0.588,-0.551 0.991,-0.732c0.402,-0.181 0.874,-0.271 1.417,-0.271c0.443,0 0.836,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.42,0.545 0.542,0.889c0.123,0.343 0.184,0.714 0.184,1.112c0,0.208 -0.018,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.052,0.468c-0.266,0.312 -0.422,0.739 -0.468,1.282l2.659,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M22.466,212.657l-1.736,0l0,-6.552l1.546,0l0.19,0.855c0.1,-0.109 0.224,-0.224 0.373,-0.346c0.149,-0.122 0.314,-0.233 0.495,-0.332c0.181,-0.1 0.382,-0.181 0.604,-0.244c0.221,-0.064 0.454,-0.095 0.698,-0.095c0.642,0 1.156,0.226 1.54,0.678c0.384,0.452 0.576,1.09 0.576,1.912l0,4.124l-1.736,0l0,-4.069c0,-0.416 -0.072,-0.731 -0.217,-0.943c-0.144,-0.213 -0.389,-0.319 -0.732,-0.319c-0.317,0 -0.617,0.091 -0.902,0.272c-0.285,0.18 -0.518,0.379 -0.699,0.596l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="27.688"
y="208.466"
width="3.933"
height="1.384"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M38.906,212.657l-1.872,0c-0.335,-0.443 -0.651,-0.864 -0.95,-1.262c-0.262,-0.343 -0.522,-0.689 -0.78,-1.037c-0.257,-0.348 -0.459,-0.626 -0.603,-0.834l0,-0.977l2.197,-2.442l1.94,0l-2.659,2.93l2.727,3.622Zm-4.585,0l-1.736,0l0,-9.21l1.736,0l0,9.21Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M40.528,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.379,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.281,-0.303 -0.489,-0.667 -0.624,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.064,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.257,-0.307 0.587,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.443,0 0.837,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M50.104,211.64c-0.081,0.126 -0.187,0.248 -0.318,0.366c-0.132,0.117 -0.279,0.226 -0.441,0.325c-0.163,0.1 -0.342,0.179 -0.536,0.238c-0.194,0.058 -0.4,0.088 -0.617,0.088c-0.724,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.167,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.257c0.235,-0.172 0.443,-0.376 0.624,-0.611l0,-4.3l1.736,0l0,6.023c0,0.588 -0.083,1.089 -0.251,1.505c-0.167,0.416 -0.395,0.755 -0.685,1.018c-0.289,0.262 -0.633,0.454 -1.03,0.576c-0.398,0.122 -0.828,0.183 -1.289,0.183c-0.515,0 -0.995,-0.059 -1.438,-0.176c-0.443,-0.118 -0.814,-0.276 -1.112,-0.475l0.434,-1.343c0.308,0.199 0.624,0.339 0.95,0.421c0.325,0.081 0.642,0.122 0.949,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.308,-0.257 0.461,-0.712 0.461,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M58.229,210.663c0,0.271 0.054,0.468 0.163,0.59c0.108,0.122 0.276,0.183 0.502,0.183c0.298,0 0.596,-0.104 0.895,-0.312l0.352,1.262c-0.226,0.144 -0.463,0.253 -0.712,0.325c-0.248,0.072 -0.526,0.109 -0.834,0.109c-0.732,0 -1.259,-0.177 -1.58,-0.529c-0.321,-0.353 -0.482,-0.9 -0.482,-1.642l0,-3.323l-1.003,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.858,0l0,1.221l-1.858,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M65.178,211.64c-0.081,0.126 -0.187,0.248 -0.319,0.366c-0.131,0.117 -0.278,0.226 -0.44,0.325c-0.163,0.1 -0.342,0.179 -0.536,0.238c-0.195,0.058 -0.4,0.088 -0.617,0.088c-0.724,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.858l0,-4.07l1.736,0l0,4.015c0,0.416 0.084,0.712 0.251,0.889c0.167,0.176 0.423,0.264 0.766,0.264c0.29,0 0.552,-0.086 0.787,-0.257c0.235,-0.172 0.443,-0.376 0.624,-0.611l0,-4.3l1.736,0l0,6.023c0,0.588 -0.083,1.089 -0.251,1.505c-0.167,0.416 -0.395,0.755 -0.685,1.018c-0.289,0.262 -0.633,0.454 -1.031,0.576c-0.397,0.122 -0.827,0.183 -1.288,0.183c-0.515,0 -0.995,-0.059 -1.438,-0.176c-0.443,-0.118 -0.814,-0.276 -1.112,-0.475l0.434,-1.343c0.307,0.199 0.624,0.339 0.949,0.421c0.326,0.081 0.642,0.122 0.95,0.122c0.561,0 0.995,-0.129 1.302,-0.387c0.307,-0.257 0.461,-0.712 0.461,-1.363l0,-0.569Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M70.21,209.578c0,0.569 0.131,1.022 0.394,1.356c0.262,0.335 0.601,0.502 1.017,0.502c0.199,0 0.389,-0.038 0.57,-0.115c0.181,-0.077 0.339,-0.199 0.474,-0.366c0.136,-0.168 0.242,-0.389 0.319,-0.665c0.077,-0.276 0.115,-0.613 0.115,-1.011c0,-0.614 -0.126,-1.094 -0.379,-1.437c-0.254,-0.344 -0.584,-0.516 -0.991,-0.516c-0.334,0 -0.623,0.086 -0.868,0.258c-0.244,0.172 -0.461,0.375 -0.651,0.61l0,1.384Zm-1.736,-3.473l1.546,0l0.19,0.855c0.091,-0.118 0.206,-0.235 0.346,-0.353c0.14,-0.117 0.299,-0.226 0.475,-0.325c0.176,-0.1 0.368,-0.181 0.576,-0.244c0.208,-0.064 0.43,-0.095 0.665,-0.095c0.434,0 0.812,0.092 1.133,0.278c0.321,0.185 0.587,0.432 0.8,0.739c0.212,0.307 0.371,0.662 0.475,1.065c0.104,0.402 0.156,0.82 0.156,1.254c0,0.57 -0.073,1.074 -0.217,1.513c-0.145,0.438 -0.342,0.807 -0.59,1.105c-0.249,0.299 -0.536,0.527 -0.862,0.685c-0.325,0.158 -0.669,0.238 -1.031,0.238c-0.506,0 -0.906,-0.104 -1.2,-0.312c-0.294,-0.208 -0.536,-0.443 -0.726,-0.706l0,3.445l-1.736,0l0,-9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M77.304,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.587,0 1.139,-0.135 1.655,-0.407l0.379,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.281,-0.303 -0.489,-0.667 -0.624,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.063,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.257,-0.307 0.587,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.443,0 0.837,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.42,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.055,0.651c-0.036,0.226 -0.081,0.42 -0.135,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.052,0.468c-0.266,0.312 -0.422,0.739 -0.467,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.475,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M85.402,211.382c0.542,0 0.985,-0.129 1.329,-0.387c0.344,-0.257 0.515,-0.585 0.515,-0.983c0,-0.19 -0.043,-0.36 -0.128,-0.509c-0.086,-0.149 -0.204,-0.273 -0.353,-0.373c-0.149,-0.099 -0.323,-0.176 -0.522,-0.23c-0.199,-0.055 -0.407,-0.082 -0.624,-0.082l-1.519,0l0,-1.383l1.519,0c0.172,0 0.341,-0.027 0.508,-0.082c0.168,-0.054 0.317,-0.133 0.448,-0.237c0.131,-0.104 0.235,-0.226 0.312,-0.366c0.077,-0.14 0.115,-0.301 0.115,-0.482c0,-0.343 -0.138,-0.621 -0.413,-0.834c-0.276,-0.212 -0.681,-0.319 -1.214,-0.319c-0.398,0 -0.805,0.046 -1.221,0.136c-0.416,0.09 -0.787,0.222 -1.112,0.393l-0.394,-1.302c0.29,-0.154 0.69,-0.303 1.201,-0.447c0.511,-0.145 1.064,-0.217 1.661,-0.217c0.525,0 0.988,0.065 1.391,0.196c0.402,0.131 0.739,0.308 1.01,0.529c0.271,0.222 0.477,0.484 0.617,0.787c0.14,0.303 0.21,0.622 0.21,0.956c0,0.479 -0.124,0.871 -0.373,1.173c-0.248,0.303 -0.576,0.541 -0.983,0.713c0.217,0.054 0.423,0.142 0.617,0.264c0.195,0.122 0.366,0.271 0.516,0.448c0.149,0.176 0.269,0.377 0.359,0.603c0.09,0.226 0.136,0.47 0.136,0.733c0,0.425 -0.088,0.807 -0.265,1.146c-0.176,0.339 -0.416,0.626 -0.719,0.861c-0.303,0.235 -0.664,0.416 -1.085,0.543c-0.42,0.126 -0.875,0.19 -1.363,0.19c-0.624,0 -1.205,-0.066 -1.743,-0.197c-0.538,-0.131 -0.956,-0.287 -1.255,-0.468l0.394,-1.302c0.325,0.172 0.707,0.303 1.146,0.393c0.439,0.091 0.866,0.136 1.282,0.136Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M93.147,211.382c0.298,0 0.556,-0.041 0.773,-0.122c0.217,-0.082 0.4,-0.195 0.549,-0.339c0.149,-0.145 0.26,-0.31 0.332,-0.495c0.073,-0.186 0.109,-0.382 0.109,-0.59c0,-0.462 -0.133,-0.817 -0.4,-1.065c-0.267,-0.249 -0.703,-0.373 -1.309,-0.373l-2.442,0l0,-1.045l0.353,-3.513l5.046,0l0,1.519l-3.581,0l-0.122,1.52l0.759,0c1.131,0 1.99,0.257 2.578,0.773c0.587,0.515 0.881,1.239 0.881,2.17c0,0.452 -0.081,0.864 -0.244,1.234c-0.163,0.371 -0.396,0.687 -0.698,0.95c-0.303,0.262 -0.672,0.463 -1.106,0.603c-0.434,0.14 -0.922,0.211 -1.465,0.211c-0.624,0 -1.175,-0.059 -1.655,-0.177c-0.479,-0.117 -0.881,-0.28 -1.207,-0.488l0.448,-1.37c0.307,0.172 0.662,0.314 1.065,0.427c0.402,0.113 0.847,0.17 1.336,0.17Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M105.449,208.194c-0.163,-0.244 -0.355,-0.45 -0.576,-0.617c-0.222,-0.167 -0.5,-0.251 -0.835,-0.251c-0.407,0 -0.755,0.177 -1.044,0.529c-0.289,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.136,0.163 0.294,0.283 0.475,0.36c0.181,0.077 0.37,0.115 0.569,0.115c0.416,0 0.755,-0.167 1.018,-0.502c0.262,-0.334 0.393,-0.787 0.393,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.427,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.635,-0.38 -0.888,-0.678c-0.254,-0.299 -0.453,-0.663 -0.597,-1.092c-0.145,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.176,-1.302c0.118,-0.416 0.292,-0.78 0.522,-1.092c0.231,-0.312 0.516,-0.561 0.855,-0.746c0.339,-0.186 0.73,-0.278 1.173,-0.278c0.488,0 0.882,0.106 1.18,0.318c0.299,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M112.909,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.127,0.118 -0.271,0.227 -0.434,0.326c-0.163,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.724,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.167,0.176 0.423,0.264 0.766,0.264c0.29,0 0.552,-0.086 0.787,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M119.691,209.673l-0.936,0c-0.434,0 -0.769,0.095 -1.004,0.285c-0.235,0.189 -0.352,0.456 -0.352,0.8c0,0.244 0.072,0.441 0.217,0.59c0.144,0.149 0.325,0.224 0.542,0.224c0.226,0 0.434,-0.043 0.624,-0.129c0.19,-0.086 0.353,-0.201 0.488,-0.346c0.136,-0.145 0.24,-0.312 0.312,-0.502c0.073,-0.19 0.109,-0.389 0.109,-0.597l0,-0.325Zm-3.92,1.139c0,-0.416 0.07,-0.768 0.21,-1.058c0.14,-0.289 0.339,-0.524 0.597,-0.705c0.258,-0.181 0.572,-0.312 0.943,-0.394c0.37,-0.081 0.786,-0.122 1.248,-0.122l0.922,0l0,-0.217c0,-0.696 -0.398,-1.044 -1.194,-1.044c-0.37,0 -0.712,0.047 -1.024,0.142c-0.312,0.095 -0.612,0.229 -0.902,0.401l-0.38,-1.194c0.281,-0.19 0.642,-0.35 1.086,-0.482c0.443,-0.131 0.917,-0.196 1.424,-0.196c0.913,0 1.587,0.217 2.021,0.651c0.434,0.434 0.651,1.04 0.651,1.817l0,4.246l-1.492,0l-0.19,-0.855c-0.081,0.127 -0.176,0.251 -0.285,0.373c-0.108,0.122 -0.24,0.231 -0.393,0.326c-0.154,0.095 -0.33,0.172 -0.529,0.23c-0.199,0.059 -0.425,0.089 -0.678,0.089c-0.281,0 -0.543,-0.046 -0.787,-0.136c-0.244,-0.091 -0.459,-0.224 -0.644,-0.4c-0.186,-0.177 -0.333,-0.387 -0.441,-0.631c-0.109,-0.244 -0.163,-0.524 -0.163,-0.841Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="122.96"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M130.922,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.214,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.167,-0.1 0.351,-0.181 0.55,-0.244c0.198,-0.064 0.415,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.361,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.356,0.61c0.308,0.407 0.462,0.99 0.462,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.273,-0.305 -0.563,-0.305c-0.298,0 -0.569,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.448,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M144.241,206.105l1.736,0l0,6.552l-1.546,0l-0.19,-0.855c-0.081,0.127 -0.185,0.249 -0.312,0.366c-0.126,0.118 -0.271,0.227 -0.434,0.326c-0.162,0.099 -0.339,0.179 -0.529,0.237c-0.19,0.059 -0.393,0.089 -0.61,0.089c-0.723,0 -1.284,-0.208 -1.682,-0.624c-0.398,-0.416 -0.597,-1.036 -0.597,-1.859l0,-4.232l1.736,0l0,4.178c0,0.416 0.084,0.712 0.251,0.889c0.168,0.176 0.423,0.264 0.767,0.264c0.289,0 0.551,-0.086 0.786,-0.258c0.235,-0.171 0.443,-0.375 0.624,-0.61l0,-4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="147.592"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M152.854,210.663c0,0.271 0.055,0.468 0.163,0.59c0.109,0.122 0.276,0.183 0.502,0.183c0.298,0 0.597,-0.104 0.895,-0.312l0.353,1.262c-0.226,0.144 -0.464,0.253 -0.712,0.325c-0.249,0.072 -0.527,0.109 -0.834,0.109c-0.733,0 -1.26,-0.177 -1.581,-0.529c-0.321,-0.353 -0.481,-0.9 -0.481,-1.642l0,-3.323l-1.004,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.859,0l0,1.221l-1.859,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M157.52,212.657l-1.736,0l0,-6.552l1.736,0l0,6.552Zm-0.868,-9.305c0.335,0 0.592,0.097 0.773,0.292c0.181,0.194 0.272,0.422 0.272,0.685c0,0.262 -0.091,0.49 -0.272,0.685c-0.181,0.194 -0.438,0.291 -0.773,0.291c-0.334,0 -0.592,-0.097 -0.773,-0.291c-0.181,-0.195 -0.271,-0.423 -0.271,-0.685c0,-0.263 0.09,-0.491 0.271,-0.685c0.181,-0.195 0.439,-0.292 0.773,-0.292Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M160.83,212.657l-1.696,0l0,-6.552l1.506,0l0.19,0.855c0.099,-0.109 0.215,-0.224 0.346,-0.346c0.131,-0.122 0.28,-0.233 0.447,-0.332c0.168,-0.1 0.351,-0.181 0.55,-0.244c0.199,-0.064 0.416,-0.095 0.651,-0.095c0.425,0 0.777,0.104 1.058,0.312c0.28,0.208 0.474,0.502 0.583,0.881c0.262,-0.298 0.574,-0.572 0.936,-0.82c0.361,-0.249 0.773,-0.373 1.234,-0.373c0.597,0 1.049,0.203 1.356,0.61c0.308,0.407 0.462,0.99 0.462,1.75l0,4.354l-1.696,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.273,-0.305 -0.563,-0.305c-0.298,0 -0.569,0.084 -0.813,0.251c-0.245,0.167 -0.448,0.373 -0.611,0.617l0,4.463l-1.695,0l0,-4.205c0,-0.344 -0.043,-0.617 -0.129,-0.821c-0.086,-0.203 -0.274,-0.305 -0.563,-0.305c-0.298,0 -0.57,0.084 -0.814,0.251c-0.244,0.167 -0.447,0.373 -0.61,0.617l0,4.463Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M171.328,209.374c0,0.651 0.127,1.167 0.38,1.547c0.253,0.379 0.642,0.569 1.166,0.569c0.525,0 0.914,-0.19 1.167,-0.569c0.253,-0.38 0.38,-0.896 0.38,-1.547c0,-0.651 -0.127,-1.164 -0.38,-1.539c-0.253,-0.375 -0.642,-0.563 -1.167,-0.563c-0.524,0 -0.913,0.188 -1.166,0.563c-0.253,0.375 -0.38,0.888 -0.38,1.539Zm-1.736,0c0,-0.47 0.068,-0.915 0.203,-1.336c0.136,-0.42 0.34,-0.784 0.611,-1.092c0.271,-0.307 0.612,-0.551 1.024,-0.732c0.411,-0.181 0.893,-0.271 1.444,-0.271c0.552,0 1.034,0.09 1.445,0.271c0.411,0.181 0.753,0.425 1.024,0.732c0.271,0.308 0.475,0.672 0.61,1.092c0.136,0.421 0.204,0.866 0.204,1.336c0,0.48 -0.068,0.927 -0.204,1.343c-0.135,0.416 -0.339,0.78 -0.61,1.092c-0.271,0.312 -0.613,0.558 -1.024,0.739c-0.411,0.181 -0.893,0.272 -1.445,0.272c-0.551,0 -1.033,-0.091 -1.444,-0.272c-0.412,-0.181 -0.753,-0.427 -1.024,-0.739c-0.271,-0.312 -0.475,-0.676 -0.611,-1.092c-0.135,-0.416 -0.203,-0.863 -0.203,-1.343Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M181.542,208.194c-0.163,-0.244 -0.355,-0.45 -0.577,-0.617c-0.221,-0.167 -0.499,-0.251 -0.834,-0.251c-0.407,0 -0.755,0.177 -1.044,0.529c-0.29,0.353 -0.434,0.855 -0.434,1.506c0,0.38 0.038,0.701 0.115,0.963c0.077,0.262 0.183,0.475 0.319,0.637c0.135,0.163 0.293,0.283 0.474,0.36c0.181,0.077 0.371,0.115 0.57,0.115c0.416,0 0.755,-0.167 1.017,-0.502c0.263,-0.334 0.394,-0.787 0.394,-1.356l0,-1.384Zm1.736,4.463l-1.546,0l-0.19,-0.855c-0.19,0.263 -0.428,0.498 -0.712,0.706c-0.285,0.208 -0.658,0.312 -1.119,0.312c-0.389,0 -0.753,-0.077 -1.092,-0.231c-0.339,-0.154 -0.636,-0.38 -0.889,-0.678c-0.253,-0.299 -0.452,-0.663 -0.597,-1.092c-0.144,-0.43 -0.217,-0.916 -0.217,-1.458c0,-0.452 0.059,-0.886 0.177,-1.302c0.117,-0.416 0.291,-0.78 0.522,-1.092c0.231,-0.312 0.515,-0.561 0.854,-0.746c0.34,-0.186 0.731,-0.278 1.174,-0.278c0.488,0 0.881,0.106 1.18,0.318c0.298,0.213 0.538,0.446 0.719,0.699l0,-3.445l1.736,0l0,9.142Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M186.153,209.971c0.1,0.534 0.319,0.92 0.658,1.16c0.339,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.379,1.208c-0.289,0.171 -0.621,0.302 -0.997,0.393c-0.375,0.09 -0.784,0.136 -1.227,0.136c-0.561,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.281,-0.303 -0.489,-0.667 -0.624,-1.092c-0.136,-0.425 -0.204,-0.9 -0.204,-1.424c0,-0.47 0.064,-0.913 0.19,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.257,-0.307 0.587,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.443,0 0.837,0.07 1.18,0.21c0.344,0.14 0.635,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.037,0.226 -0.082,0.42 -0.136,0.583l-4.056,0Zm1.479,-2.767c-0.434,0 -0.785,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.285,-1.174c-0.19,-0.266 -0.474,-0.4 -0.854,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M200.639,212.657l-1.736,0l0,-5.331l-2.509,0l0,5.331l-1.696,0l0,-5.331l-1.003,0l0,-1.221l1.003,0c0,-0.452 0.073,-0.85 0.218,-1.193c0.144,-0.344 0.345,-0.631 0.603,-0.861c0.258,-0.231 0.561,-0.405 0.909,-0.523c0.348,-0.117 0.726,-0.176 1.132,-0.176c0.335,0 0.674,0.038 1.018,0.115c0.343,0.077 0.624,0.179 0.841,0.306l-0.353,1.044c-0.136,-0.063 -0.294,-0.115 -0.475,-0.156c-0.181,-0.041 -0.42,-0.061 -0.719,-0.061c-0.497,0 -0.868,0.111 -1.112,0.332c-0.244,0.222 -0.366,0.613 -0.366,1.173l4.245,0l0,6.552Z"
style="fill:#fff;fill-rule:nonzero;"/>
<rect x="202.281"
y="203.515"
width="1.736"
height="9.142"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M207.543,210.663c0,0.271 0.055,0.468 0.163,0.59c0.109,0.122 0.276,0.183 0.502,0.183c0.298,0 0.597,-0.104 0.895,-0.312l0.353,1.262c-0.226,0.144 -0.464,0.253 -0.712,0.325c-0.249,0.072 -0.527,0.109 -0.834,0.109c-0.733,0 -1.26,-0.177 -1.581,-0.529c-0.321,-0.353 -0.481,-0.9 -0.481,-1.642l0,-3.323l-1.004,0l0,-1.221l1.031,0l0.407,-1.871l1.261,0l0,1.871l1.859,0l0,1.221l-1.859,0l0,3.337Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M211.735,209.971c0.099,0.534 0.318,0.92 0.657,1.16c0.34,0.239 0.726,0.359 1.16,0.359c0.588,0 1.139,-0.135 1.655,-0.407l0.38,1.208c-0.29,0.171 -0.622,0.302 -0.997,0.393c-0.376,0.09 -0.785,0.136 -1.228,0.136c-0.56,0 -1.049,-0.082 -1.465,-0.245c-0.416,-0.162 -0.764,-0.395 -1.044,-0.698c-0.28,-0.303 -0.488,-0.667 -0.624,-1.092c-0.136,-0.425 -0.203,-0.9 -0.203,-1.424c0,-0.47 0.063,-0.913 0.189,-1.329c0.127,-0.416 0.319,-0.778 0.577,-1.086c0.258,-0.307 0.588,-0.551 0.99,-0.732c0.402,-0.181 0.875,-0.271 1.417,-0.271c0.444,0 0.837,0.07 1.18,0.21c0.344,0.14 0.636,0.335 0.875,0.583c0.24,0.249 0.421,0.545 0.543,0.889c0.122,0.343 0.183,0.714 0.183,1.112c0,0.208 -0.018,0.425 -0.054,0.651c-0.036,0.226 -0.082,0.42 -0.136,0.583l-4.055,0Zm1.478,-2.767c-0.434,0 -0.784,0.156 -1.051,0.468c-0.267,0.312 -0.423,0.739 -0.468,1.282l2.658,0l0,-0.176c0,-0.516 -0.095,-0.907 -0.284,-1.174c-0.19,-0.266 -0.475,-0.4 -0.855,-0.4Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M218.883,207.069c0.072,-0.145 0.156,-0.285 0.251,-0.421c0.095,-0.136 0.205,-0.255 0.332,-0.359c0.126,-0.104 0.271,-0.188 0.434,-0.251c0.163,-0.064 0.348,-0.095 0.556,-0.095c0.19,0 0.369,0.034 0.536,0.101c0.167,0.068 0.305,0.152 0.414,0.251l-0.367,1.574c-0.235,-0.19 -0.538,-0.285 -0.908,-0.285c-0.245,0 -0.482,0.056 -0.713,0.169c-0.23,0.114 -0.409,0.292 -0.535,0.536l0,4.368l-1.736,0l0,-6.552l1.519,0l0.217,0.964Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</g>
<g id="LOGO"
transform="matrix(0.921613,0,0,0.921613,84.6031,-181.459)">
<path d="M-5.616,596.497c0.132,0 0.198,0.066 0.198,0.198l0,3.591c0,0.24 0.02,0.44 0.059,0.599c0.039,0.159 0.103,0.285 0.193,0.378c0.09,0.093 0.212,0.159 0.365,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.645,0c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.132 -0.066,0.198 -0.198,0.198l-3.699,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-3.726c0,-0.132 0.069,-0.198 0.207,-0.198l0.972,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M1.611,596.497c0.132,0 0.198,0.066 0.198,0.198l0,5.904c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.904c0,-0.132 0.069,-0.198 0.207,-0.198l0.972,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M4.608,596.497c0.144,0 0.264,0.006 0.36,0.018c0.096,0.012 0.18,0.038 0.252,0.077c0.072,0.039 0.141,0.093 0.207,0.162c0.066,0.069 0.141,0.16 0.225,0.274l3.348,4.392c0.024,0.042 0.063,0.063 0.117,0.063l0.081,0c0.048,0 0.072,-0.03 0.072,-0.09l0,-4.698c0,-0.132 0.066,-0.198 0.198,-0.198l0.945,0c0.132,0 0.198,0.066 0.198,0.198l0,5.166c0,0.366 -0.066,0.614 -0.198,0.743c-0.132,0.129 -0.336,0.193 -0.612,0.193l-0.774,0c-0.138,0 -0.253,-0.006 -0.346,-0.018c-0.093,-0.012 -0.176,-0.036 -0.248,-0.072c-0.072,-0.036 -0.142,-0.088 -0.211,-0.157c-0.069,-0.069 -0.149,-0.164 -0.239,-0.284l-3.357,-4.392c-0.036,-0.042 -0.075,-0.063 -0.117,-0.063l-0.081,0c-0.048,0 -0.072,0.03 -0.072,0.09l0,4.698c0,0.132 -0.066,0.198 -0.198,0.198l-0.945,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.166c0,-0.366 0.066,-0.613 0.198,-0.742c0.132,-0.129 0.336,-0.194 0.612,-0.194l0.792,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M16.29,596.497c0.486,0 0.903,0.05 1.251,0.149c0.348,0.099 0.633,0.252 0.855,0.459c0.222,0.207 0.386,0.471 0.491,0.792c0.105,0.321 0.157,0.7 0.157,1.138l0,1.224c0,0.438 -0.052,0.818 -0.157,1.139c-0.105,0.321 -0.269,0.585 -0.491,0.792c-0.222,0.207 -0.507,0.36 -0.855,0.459c-0.348,0.099 -0.765,0.148 -1.251,0.148l-4.212,0c-0.18,0 -0.27,-0.09 -0.27,-0.27l0,-5.76c0,-0.18 0.09,-0.27 0.27,-0.27l4.212,0Zm-3.105,4.932c0,0.078 0.039,0.117 0.117,0.117l2.952,0c0.264,0 0.486,-0.024 0.666,-0.072c0.18,-0.048 0.326,-0.126 0.437,-0.234c0.111,-0.108 0.19,-0.252 0.238,-0.432c0.048,-0.18 0.072,-0.402 0.072,-0.666l0,-0.99c0,-0.264 -0.024,-0.486 -0.072,-0.666c-0.048,-0.18 -0.127,-0.324 -0.238,-0.432c-0.111,-0.108 -0.257,-0.186 -0.437,-0.234c-0.18,-0.048 -0.402,-0.072 -0.666,-0.072l-2.952,0c-0.078,0 -0.117,0.042 -0.117,0.126l0,3.555Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M26.577,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M29.421,596.497c0.144,0 0.264,0.006 0.36,0.018c0.096,0.012 0.18,0.038 0.252,0.077c0.072,0.039 0.141,0.093 0.207,0.162c0.066,0.069 0.141,0.16 0.225,0.274l3.348,4.392c0.024,0.042 0.063,0.063 0.117,0.063l0.081,0c0.048,0 0.072,-0.03 0.072,-0.09l0,-4.698c0,-0.132 0.066,-0.198 0.198,-0.198l0.945,0c0.132,0 0.198,0.066 0.198,0.198l0,5.166c0,0.366 -0.066,0.614 -0.198,0.743c-0.132,0.129 -0.336,0.193 -0.612,0.193l-0.774,0c-0.138,0 -0.253,-0.006 -0.346,-0.018c-0.093,-0.012 -0.176,-0.036 -0.248,-0.072c-0.072,-0.036 -0.142,-0.088 -0.211,-0.157c-0.069,-0.069 -0.149,-0.164 -0.239,-0.284l-3.357,-4.392c-0.036,-0.042 -0.075,-0.063 -0.117,-0.063l-0.081,0c-0.048,0 -0.072,0.03 -0.072,0.09l0,4.698c0,0.132 -0.066,0.198 -0.198,0.198l-0.945,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.166c0,-0.366 0.066,-0.613 0.198,-0.742c0.132,-0.129 0.336,-0.194 0.612,-0.194l0.792,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M42.075,596.497c0.618,0 1.058,0.123 1.319,0.369c0.261,0.246 0.391,0.618 0.391,1.116l0,0.432c0,0.504 -0.192,0.885 -0.576,1.143c0.414,0.24 0.621,0.627 0.621,1.161l0,0.522c0,0.24 -0.027,0.456 -0.081,0.648c-0.054,0.192 -0.142,0.356 -0.265,0.491c-0.123,0.135 -0.287,0.238 -0.491,0.31c-0.204,0.072 -0.456,0.108 -0.756,0.108l-5.346,0c-0.18,0 -0.27,-0.09 -0.27,-0.27l0,-5.76c0,-0.18 0.09,-0.27 0.27,-0.27l5.184,0Zm-4.077,3.6l0,1.341c0,0.078 0.039,0.117 0.117,0.117l3.69,0c0.24,0 0.411,-0.043 0.513,-0.13c0.102,-0.087 0.153,-0.227 0.153,-0.419l0,-0.342c0,-0.186 -0.055,-0.327 -0.166,-0.423c-0.111,-0.096 -0.317,-0.144 -0.617,-0.144l-3.69,0Zm0,-0.981l3.69,0c0.3,0 0.504,-0.045 0.612,-0.135c0.108,-0.09 0.162,-0.222 0.162,-0.396l0,-0.306c0,-0.186 -0.052,-0.322 -0.157,-0.409c-0.105,-0.087 -0.275,-0.131 -0.509,-0.131l-3.681,0c-0.078,0 -0.117,0.039 -0.117,0.117l0,1.26Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M51.3,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M57.645,596.497c0.69,0 1.185,0.156 1.485,0.468c0.3,0.312 0.45,0.774 0.45,1.386l0,0.513c0,0.516 -0.105,0.924 -0.315,1.224c-0.21,0.3 -0.552,0.492 -1.026,0.576l1.539,1.908c0.03,0.03 0.039,0.075 0.027,0.135c-0.012,0.06 -0.06,0.09 -0.144,0.09l-1.161,0c-0.078,0 -0.132,-0.009 -0.162,-0.027c-0.03,-0.018 -0.06,-0.048 -0.09,-0.09l-1.422,-1.872l-2.907,0l0,1.791c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.832c0,-0.18 0.09,-0.27 0.27,-0.27l4.833,0Zm-3.726,3.213l3.447,0c0.306,0 0.522,-0.066 0.648,-0.198c0.126,-0.132 0.189,-0.333 0.189,-0.603l0,-0.378c0,-0.27 -0.063,-0.471 -0.189,-0.603c-0.126,-0.132 -0.342,-0.198 -0.648,-0.198l-3.33,0c-0.078,0 -0.117,0.036 -0.117,0.108l0,1.872Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M67.536,596.497c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.138 -0.066,0.207 -0.198,0.207l-4.509,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.275,0.105 -0.365,0.198c-0.09,0.093 -0.154,0.217 -0.193,0.373c-0.039,0.156 -0.059,0.354 -0.059,0.594l0,1.296c0,0.24 0.02,0.44 0.059,0.599c0.039,0.159 0.103,0.285 0.193,0.378c0.09,0.093 0.212,0.159 0.365,0.198c0.153,0.039 0.346,0.058 0.58,0.058l2.97,0c0.156,0 0.27,-0.04 0.342,-0.121c0.072,-0.081 0.108,-0.224 0.108,-0.428l0,-0.729c0,-0.078 -0.036,-0.117 -0.108,-0.117l-2.637,0c-0.132,0 -0.198,-0.069 -0.198,-0.207l0,-0.675c0,-0.138 0.066,-0.207 0.198,-0.207l3.753,0c0.18,0 0.27,0.09 0.27,0.27l0,2.097c0,0.504 -0.096,0.86 -0.288,1.067c-0.192,0.207 -0.468,0.31 -0.828,0.31l-3.636,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l4.563,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M76.977,596.497c0.69,0 1.185,0.156 1.485,0.468c0.3,0.312 0.45,0.774 0.45,1.386l0,0.513c0,0.516 -0.105,0.924 -0.315,1.224c-0.21,0.3 -0.552,0.492 -1.026,0.576l1.539,1.908c0.03,0.03 0.039,0.075 0.027,0.135c-0.012,0.06 -0.06,0.09 -0.144,0.09l-1.161,0c-0.078,0 -0.132,-0.009 -0.162,-0.027c-0.03,-0.018 -0.06,-0.048 -0.09,-0.09l-1.422,-1.872l-2.907,0l0,1.791c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.832c0,-0.18 0.09,-0.27 0.27,-0.27l4.833,0Zm-3.726,3.213l3.447,0c0.306,0 0.522,-0.066 0.648,-0.198c0.126,-0.132 0.189,-0.333 0.189,-0.603l0,-0.378c0,-0.27 -0.063,-0.471 -0.189,-0.603c-0.126,-0.132 -0.342,-0.198 -0.648,-0.198l-3.33,0c-0.078,0 -0.117,0.036 -0.117,0.108l0,1.872Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M86.265,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M93.762,596.497c0.132,0 0.198,0.066 0.198,0.198l0,0.855c0,0.132 -0.066,0.198 -0.198,0.198l-4.509,0c-0.174,0 -0.297,0.045 -0.369,0.135c-0.072,0.09 -0.108,0.213 -0.108,0.369l0,0.306c0,0.336 0.156,0.504 0.468,0.504l3.375,0c0.522,0 0.915,0.134 1.179,0.401c0.264,0.267 0.396,0.649 0.396,1.147l0,0.72c0,0.438 -0.129,0.792 -0.387,1.062c-0.258,0.27 -0.66,0.405 -1.206,0.405l-4.986,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-0.855c0,-0.132 0.069,-0.198 0.207,-0.198l4.725,0c0.174,0 0.297,-0.045 0.369,-0.135c0.072,-0.09 0.108,-0.213 0.108,-0.369l0,-0.369c0,-0.336 -0.156,-0.504 -0.468,-0.504l-3.375,0c-0.522,0 -0.915,-0.133 -1.179,-0.4c-0.264,-0.267 -0.396,-0.65 -0.396,-1.148l0,-0.657c0,-0.438 0.129,-0.792 0.387,-1.062c0.258,-0.27 0.66,-0.405 1.206,-0.405l4.77,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M101.628,596.497c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.933,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.276,0.105 -0.369,0.198c-0.093,0.093 -0.158,0.219 -0.194,0.378c-0.036,0.159 -0.054,0.355 -0.054,0.589l0,0.09l5.085,0c0.132,0 0.198,0.066 0.198,0.198l0,0.711c0,0.132 -0.066,0.198 -0.198,0.198l-5.085,0l0,0.153c0,0.234 0.018,0.431 0.054,0.59c0.036,0.159 0.101,0.285 0.194,0.378c0.093,0.093 0.216,0.159 0.369,0.198c0.153,0.039 0.346,0.058 0.58,0.058l3.933,0c0.138,0 0.207,0.066 0.207,0.198l0,0.855c0,0.132 -0.069,0.198 -0.207,0.198l-3.96,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l3.96,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M106.866,596.497c0.228,0 0.42,0.047 0.576,0.14c0.156,0.093 0.309,0.274 0.459,0.544l2.979,5.409c0.03,0.06 0.038,0.11 0.023,0.149c-0.015,0.039 -0.059,0.058 -0.131,0.058l-1.143,0c-0.102,0 -0.171,-0.039 -0.207,-0.117l-0.639,-1.161l-4.23,0l-0.621,1.161c-0.042,0.078 -0.111,0.117 -0.207,0.117l-1.17,0c-0.078,0 -0.124,-0.019 -0.139,-0.058c-0.015,-0.039 -0.008,-0.089 0.022,-0.149l2.952,-5.409c0.15,-0.27 0.297,-0.451 0.441,-0.544c0.144,-0.093 0.312,-0.14 0.504,-0.14l0.531,0Zm-1.746,3.978l3.096,0l-1.431,-2.637c-0.024,-0.042 -0.057,-0.063 -0.099,-0.063l-0.054,0c-0.042,0 -0.075,0.021 -0.099,0.063l-1.413,2.637Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M116.748,596.497c0.69,0 1.185,0.156 1.485,0.468c0.3,0.312 0.45,0.774 0.45,1.386l0,0.513c0,0.516 -0.105,0.924 -0.315,1.224c-0.21,0.3 -0.552,0.492 -1.026,0.576l1.539,1.908c0.03,0.03 0.039,0.075 0.027,0.135c-0.012,0.06 -0.06,0.09 -0.144,0.09l-1.161,0c-0.078,0 -0.132,-0.009 -0.162,-0.027c-0.03,-0.018 -0.06,-0.048 -0.09,-0.09l-1.422,-1.872l-2.907,0l0,1.791c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.832c0,-0.18 0.09,-0.27 0.27,-0.27l4.833,0Zm-3.726,3.213l3.447,0c0.306,0 0.522,-0.066 0.648,-0.198c0.126,-0.132 0.189,-0.333 0.189,-0.603l0,-0.378c0,-0.27 -0.063,-0.471 -0.189,-0.603c-0.126,-0.132 -0.342,-0.198 -0.648,-0.198l-3.33,0c-0.078,0 -0.117,0.036 -0.117,0.108l0,1.872Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M126.135,596.497c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.138 -0.066,0.207 -0.198,0.207l-4.005,0c-0.234,0 -0.427,0.02 -0.58,0.059c-0.153,0.039 -0.275,0.105 -0.365,0.198c-0.09,0.093 -0.154,0.217 -0.193,0.373c-0.039,0.156 -0.059,0.354 -0.059,0.594l0,1.278c0,0.24 0.02,0.44 0.059,0.599c0.039,0.159 0.103,0.285 0.193,0.378c0.09,0.093 0.212,0.159 0.365,0.198c0.153,0.039 0.346,0.058 0.58,0.058l4.005,0c0.132,0 0.198,0.066 0.198,0.198l0,0.882c0,0.132 -0.066,0.198 -0.198,0.198l-4.059,0c-0.456,0 -0.843,-0.042 -1.161,-0.126c-0.318,-0.084 -0.577,-0.22 -0.778,-0.409c-0.201,-0.189 -0.348,-0.435 -0.441,-0.738c-0.093,-0.303 -0.14,-0.671 -0.14,-1.103l0,-1.548c0,-0.432 0.047,-0.798 0.14,-1.098c0.093,-0.3 0.24,-0.544 0.441,-0.733c0.201,-0.189 0.46,-0.327 0.778,-0.414c0.318,-0.087 0.705,-0.131 1.161,-0.131l4.059,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
<path d="M128.475,596.497c0.132,0 0.198,0.066 0.198,0.198l0,2.34l4.212,0l0,-2.34c0,-0.132 0.066,-0.198 0.198,-0.198l0.972,0c0.138,0 0.207,0.066 0.207,0.198l0,5.904c0,0.132 -0.069,0.198 -0.207,0.198l-0.972,0c-0.132,0 -0.198,-0.066 -0.198,-0.198l0,-2.394l-4.212,0l0,2.394c0,0.132 -0.066,0.198 -0.198,0.198l-0.972,0c-0.138,0 -0.207,-0.066 -0.207,-0.198l0,-5.904c0,-0.132 0.069,-0.198 0.207,-0.198l0.972,0Z"
style="fill:#fff;fill-rule:nonzero;"/>
</g>
</svg>

+ 1151
- 0
vst2_bin/plugins/LindenbergResearch/res/panels/Type35VCFAged.svg
File diff suppressed because it is too large
View File


+ 1161
- 0
vst2_bin/plugins/LindenbergResearch/res/panels/Type35VCFLight.svg
File diff suppressed because it is too large
View File


Loading…
Cancel
Save