@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +31 -2
  3. package/dist/index.js +127 -46
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/site/examples/example51.page.tsx +4 -0
  11. package/tests/assets/example51.json +5102 -0
  12. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  13. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  14. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  15. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  16. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  17. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  19. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  20. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  21. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  22. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  23. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  24. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  25. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  26. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  27. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  28. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  29. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  30. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  31. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  32. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  33. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  34. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  35. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  36. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  37. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  38. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  39. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  40. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  41. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  42. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  43. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  44. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  45. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  46. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  47. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  49. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  51. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  52. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  53. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  54. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  55. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  56. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  57. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  58. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  59. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  60. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  61. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  62. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  63. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  64. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  65. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  67. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  69. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  71. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  72. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  73. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  74. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  75. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  76. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  77. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  78. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  79. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  80. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  81. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  82. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  83. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  84. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  85. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  86. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  87. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  88. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  89. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  90. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  91. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  92. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  93. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  94. package/tests/examples/__snapshots__/example51.snap.svg +952 -0
  95. package/tests/examples/example51.test.ts +12 -0
  96. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  98. package/tests/fixtures/matcher.ts +45 -8
  99. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  100. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  101. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  102. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  104. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  105. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  107. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  108. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  109. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  110. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  111. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  112. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  113. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
  115. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  116. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  117. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  118. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  119. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  121. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  129. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  131. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  132. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  135. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  136. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  137. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  139. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  140. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  141. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  142. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  143. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  144. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  145. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  146. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  147. package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
  148. package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
  156. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  157. package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
  158. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  159. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  160. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  162. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-22.924374999999998,-6.520000000000001 -21.854374999999997,-6.6400000000000015" data-type="line" data-label="" points="89.3847157544262,242.7733909248386 100.16872511304581,243.98281253515108" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-7.320000000000002 -16.954375,-7.920000000000002" data-type="line" data-label="" points="149.55344086747203,250.83620166025514 149.55344086747203,256.8833097118175" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-8.075 -7.019375000000002,-8.274999999999999" data-type="line" data-label="" points="259.66119997300393,258.4454792918044 249.683471687926,260.4611819756586" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-6.975 -2.7006250000000014,-7.574999999999999" data-type="line" data-label="" points="293.21005151740115,247.35911453060675 293.21005151740115,253.4062225821691" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-8.175 -3.929375000000002,-8.375" data-type="line" data-label="" points="293.21005151740115,259.4533306337315 280.8260781534723,261.4690333175856" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-7.174999999999999 0.2343749999999991,-7.774999999999999" data-type="line" data-label="" points="322.79048840296053,249.37481721446085 322.79048840296053,255.42192526602327" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-8.375 -3.929375000000002,-8.575" data-type="line" data-label="" points="322.79048840296053,261.4690333175856 280.8260781534723,263.4847360014398" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.625 12.934375,-4.624999999999999" data-type="line" data-label="" points="443.73264943420844,223.67460799532068 450.7876088276979,223.67460799532068" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.825 13.224374999999998,-5.614999999999998" data-type="line" data-label="" points="443.73264943420844,225.69031067917481 453.7103777192864,233.65233628039863" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.934375,-4.925 7.564375,-3.545" data-type="line" data-label="" points="420.55206856988593,226.6981620211019 396.66599176621446,212.78981350250837" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-5.25 8.944374999999999,-4.530000000000001" data-type="line" data-label="" points="410.57434028480793,229.97367888236485 410.57434028480793,222.71714922049" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-5.25 9.934375,-5.325" data-type="line" data-label="" points="410.57434028480793,229.97367888236485 420.55206856988593,230.72956738881015" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.664375,-4.925000000000001 9.934375,-4.925" data-type="line" data-label="" points="397.6738431081415,226.6981620211019 420.55206856988593,226.6981620211019" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.664375,-5.525 9.934375,-5.525" data-type="line" data-label="" points="397.6738431081415,232.74527007266428 420.55206856988593,232.74527007266428" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-13.455249999999998,-23.2575 -14.525249999999996,-23.3775" data-type="line" data-label="" points="184.81941913567746,411.46250927988126 174.03540977705788,412.6719308901937" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-11.355249999999996,-22.557499999999997 -10.285249999999998,-22.6775" data-type="line" data-label="" points="205.98429731614587,404.40754988639173 216.76830667476545,405.6169714967042" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-14.445249999999998,-21.8875 -13.455249999999998,-23.057499999999997" data-type="line" data-label="" points="174.84169085059952,397.6549458954804 184.81941913567746,409.44680659602705" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.3647499999999977,-24.255000000000003 0.7477500000000021,-24.135" data-type="line" data-label="" points="316.75219905064,421.5158264156037 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="11.13025,-20.12 11.13025,-20.720000000000002" data-type="line" data-label="" points="432.60471080515623,379.84117342691957 432.60471080515623,385.888281478482" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.510250000000001,-20.12 13.510250000000001,-20.720000000000002" data-type="line" data-label="" points="456.5915727430204,379.84117342691957 456.5915727430204,385.888281478482" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="15.890250000000002,-20.120000000000005 15.890250000000002,-20.720000000000002" data-type="line" data-label="" points="480.5784346808846,379.84117342691957 480.5784346808846,385.888281478482" fill="none" stroke="hsl(176, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -25.324374999999996,-4.614999999999999" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 65.19628354817664,223.57382286112798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.949374999999996,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 48.81869924186179,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.749374999999997,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 50.83440192571595,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.549374999999998,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.349374999999995,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -16.954375,-9.05" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.949374999999996,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 48.81869924186179,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.749374999999997,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 50.83440192571595,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.549374999999998,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.349374999999995,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -16.954375,-9.05" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.749374999999997,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 50.83440192571595,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.549374999999998,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.349374999999995,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -26.549374999999998,-5.215" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -26.349374999999995,-5.215" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -26.349374999999995,-5.215" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -16.954375,-9.05" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -16.954375,-9.05" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -16.954375,-9.05" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -16.954375,-9.05" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-7.410000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="115.99199118130073,251.74326786798946 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-7.410000000000001 -16.954375,-9.05" data-type="line" data-label="" points="115.99199118130073,251.74326786798946 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-18.914374999999996,-7.400000000000001 -16.954375,-9.05" data-type="line" data-label="" points="129.79955456570156,251.64248273379678 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -6.029375000000002,-8.275" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 259.66119997300393,260.4611819756586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -3.929375000000002,-7.975" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 280.8260781534723,257.43762794987737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -7.019375000000002,-8.875" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 249.683471687926,266.508290027221" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -7.654375000000002,-5.155" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -6.029375000000002,-4.38" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -3.929375000000002,-7.975" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 280.8260781534723,257.43762794987737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -7.019375000000002,-8.875" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 249.683471687926,266.508290027221" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -7.654375000000002,-5.155" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -6.029375000000002,-4.38" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -7.019375000000002,-8.875" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 249.683471687926,266.508290027221" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -7.654375000000002,-5.155" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -6.029375000000002,-4.38" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.019375000000002,-8.875 -7.654375000000002,-5.155" data-type="line" data-label="" points="249.683471687926,266.508290027221 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.019375000000002,-8.875 -6.029375000000002,-4.38" data-type="line" data-label="" points="249.683471687926,266.508290027221 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.019375000000002,-8.875 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="249.683471687926,266.508290027221 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-5.155 -6.029375000000002,-4.38" data-type="line" data-label="" points="243.28361566668912,229.01622010753414 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-5.155 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="243.28361566668912,229.01622010753414 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-4.38 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="259.66119997300393,221.20537220759937 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 12.234375,-4.025" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 443.73264943420844,217.6274999437583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 4.8843749999999995,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 369.6555758025691,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 6.124375,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 382.1529324424647,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 7.564375,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 8.944374999999999,-5.85" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 4.8843749999999995,-4.3050000000000015" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 369.6555758025691,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 6.124375,-4.3050000000000015" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 382.1529324424647,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 7.564375,-4.3050000000000015" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 8.944374999999999,-5.85" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 6.124375,-4.3050000000000015" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 382.1529324424647,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 7.564375,-4.3050000000000015" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 8.944374999999999,-5.85" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.124375,-4.3050000000000015 7.564375,-4.3050000000000015" data-type="line" data-label="" points="382.1529324424647,220.4494837011541 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.124375,-4.3050000000000015 8.944374999999999,-5.85" data-type="line" data-label="" points="382.1529324424647,220.4494837011541 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.564375,-4.3050000000000015 8.944374999999999,-5.85" data-type="line" data-label="" points="396.66599176621446,220.4494837011541 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 23.154374999999998,-7.079999999999999" data-type="line" data-label="" points="553.790015972644,220.1975208656723 553.790015972644,248.41735843963016" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 25.554374999999997,-4.579999999999999" data-type="line" data-label="" points="553.790015972644,220.1975208656723 577.9784481788936,223.2210748914535" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 25.554374999999997,-4.379999999999999" data-type="line" data-label="" points="553.790015972644,220.1975208656723 577.9784481788936,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,220.1975208656723 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,220.1975208656723 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="553.790015972644,220.1975208656723 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 25.554374999999997,-4.579999999999999" data-type="line" data-label="" points="553.790015972644,248.41735843963016 577.9784481788936,223.2210748914535" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 25.554374999999997,-4.379999999999999" data-type="line" data-label="" points="553.790015972644,248.41735843963016 577.9784481788936,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,248.41735843963016 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,248.41735843963016 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="553.790015972644,248.41735843963016 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 25.554374999999997,-4.379999999999999" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 577.9784481788936,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-5.3599999999999985 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="541.4942296011338,231.0823153584846 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-5.3599999999999985 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="541.4942296011338,231.0823153584846 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="20.694374999999997,-5.3599999999999985 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="528.9968729612382,231.0823153584846 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -13.455249999999998,-23.4575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 184.81941913567746,413.47821196373536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -11.355249999999996,-22.9575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 205.98429731614587,408.43895525410005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -14.525249999999996,-24.1375" data-type="line" data-label="" points="184.81941913567746,393.321185125194 174.03540977705788,420.3316010888394" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="184.81941913567746,393.321185125194 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="184.81941913567746,393.321185125194 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -14.445249999999998,-22.4875" data-type="line" data-label="" points="184.81941913567746,393.321185125194 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -11.355249999999996,-22.9575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 205.98429731614587,408.43895525410005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -14.525249999999996,-24.1375" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 174.03540977705788,420.3316010888394" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -14.445249999999998,-22.4875" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -14.525249999999996,-24.1375" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 174.03540977705788,420.3316010888394" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -14.445249999999998,-22.4875" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -14.445249999999998,-22.4875" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -13.405249999999997,-18.6575" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -16.615249999999996,-18.6575" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -14.445249999999998,-22.4875" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -13.405249999999997,-18.6575" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -16.615249999999996,-18.6575" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -14.445249999999998,-22.4875" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -13.405249999999997,-18.6575" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -16.615249999999996,-18.6575" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.445249999999998,-22.4875 -13.405249999999997,-18.6575" data-type="line" data-label="" points="174.84169085059952,403.7020539470428 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.445249999999998,-22.4875 -16.615249999999996,-18.6575" data-type="line" data-label="" points="174.84169085059952,403.7020539470428 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.405249999999997,-18.6575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="185.32334480664102,365.1013475512362 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -5.392249999999997,-22.385" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 266.0824728352568,402.6690063215676" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -2.549749999999997,-18.595" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 294.73064722953364,364.47144046253175" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -4.094749999999996,-19.19" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 279.15934399676047,370.46815594699785" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -4.007249999999997,-17.185" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -5.577249999999998,-24.195" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -2.549749999999997,-18.595" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 294.73064722953364,364.47144046253175" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -4.094749999999996,-19.19" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 279.15934399676047,370.46815594699785" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -4.007249999999997,-17.185" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -5.577249999999998,-24.195" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -4.094749999999996,-19.19" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 279.15934399676047,370.46815594699785" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -4.007249999999997,-17.185" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -5.577249999999998,-24.195" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -4.007249999999997,-17.185" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -5.577249999999998,-24.195" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -4.007249999999997,-17.185" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -5.577249999999998,-24.195" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.007249999999997,-17.185 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="280.0412139209467,350.26073654136013 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.007249999999997,-17.185 -5.577249999999998,-24.195" data-type="line" data-label="" points="280.0412139209467,350.26073654136013 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.032249999999998,-23.794999999999998 -5.577249999999998,-24.195" data-type="line" data-label="" points="279.7892510854649,416.8797102427392 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.13025,-21.320000000000004 13.510250000000001,-21.320000000000004" data-type="line" data-label="" points="432.60471080515623,391.9353895300444 456.5915727430204,391.9353895300444" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.13025,-21.320000000000004 15.890250000000002,-21.320000000000004" data-type="line" data-label="" points="432.60471080515623,391.9353895300444 480.5784346808846,391.9353895300444" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.510250000000001,-21.320000000000004 15.890250000000002,-21.320000000000004" data-type="line" data-label="" points="456.5915727430204,391.9353895300444 480.5784346808846,391.9353895300444" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -25.324374999999996,-2.0149999999999997" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 65.19628354817664,197.36968797102426" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -24.114374999999995,-1.7700000000000007" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 77.39128478549415,194.90045218330297" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 77.3912847854941,217.02278913860206" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -24.114374999999995,-1.7700000000000007" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 77.39128478549415,194.90045218330297" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 77.3912847854941,217.02278913860206" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.114374999999995,-1.7700000000000007 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="77.39128478549415,194.90045218330297 77.3912847854941,217.02278913860206" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.114374999999995,-1.7700000000000007 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="77.39128478549415,194.90045218330297 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.114375,-3.9650000000000007 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="77.3912847854941,217.02278913860206 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-3.5149999999999997 -25.324374999999996,-3.3149999999999995" data-type="line" data-label="" points="65.19628354817664,212.48745809993025 65.19628354817664,210.47175541607612" fill="none" stroke="hsl(25, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.9149999999999996 -25.324374999999996,-3.1149999999999993" data-type="line" data-label="" points="65.19628354817664,206.44035004836786 65.19628354817664,208.456052732222" fill="none" stroke="hsl(28, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.074374999999996,-1.7700000000000007 -23.384374999999995,-4.415000000000001" data-type="line" data-label="" points="87.87293874153562,194.90045218330297 84.74859958156173,221.55812017727385" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.074374999999996,-1.7700000000000007 -24.924374999999998,-6.220000000000001" data-type="line" data-label="" points="87.87293874153562,194.90045218330297 69.2276889158849,239.74983689905739" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.074374999999996,-1.7700000000000007 -21.449374999999996,-1.4250000000000007" data-type="line" data-label="" points="87.87293874153562,194.90045218330297 104.25052304785044,191.42336505365458" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.384374999999995,-4.415000000000001 -24.924374999999998,-6.220000000000001" data-type="line" data-label="" points="84.74859958156173,221.55812017727385 69.2276889158849,239.74983689905739" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.384374999999995,-4.415000000000001 -21.449374999999996,-1.4250000000000007" data-type="line" data-label="" points="84.74859958156173,221.55812017727385 104.25052304785044,191.42336505365458" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.220000000000001 -21.449374999999996,-1.4250000000000007" data-type="line" data-label="" points="69.2276889158849,239.74983689905739 104.25052304785044,191.42336505365458" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.475 -3.929375000000002,-8.175" data-type="line" data-label="" points="259.66119997300393,262.47688465951273 280.8260781534723,259.4533306337315" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.475 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="259.66119997300393,262.47688465951273 293.21005151740115,235.97039436683087" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.475 0.2343749999999991,-6.045" data-type="line" data-label="" points="259.66119997300393,262.47688465951273 322.79048840296053,237.98609705068503" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-8.175 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="280.8260781534723,259.4533306337315 293.21005151740115,235.97039436683087" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-8.175 0.2343749999999991,-6.045" data-type="line" data-label="" points="280.8260781534723,259.4533306337315 322.79048840296053,237.98609705068503" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7006250000000014,-5.844999999999999 0.2343749999999991,-6.045" data-type="line" data-label="" points="293.21005151740115,235.97039436683087 322.79048840296053,237.98609705068503" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-5.125 4.8843749999999995,-3.545" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 369.6555758025691,212.78981350250837" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-5.125 6.124375,-3.545" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 382.1529324424647,212.78981350250837" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-5.125 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 410.57434028480793,216.67004116892758" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-3.545 6.124375,-3.545" data-type="line" data-label="" points="369.6555758025691,212.78981350250837 382.1529324424647,212.78981350250837" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-3.545 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="369.6555758025691,212.78981350250837 410.57434028480793,216.67004116892758" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.124375,-3.545 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="382.1529324424647,212.78981350250837 410.57434028480793,216.67004116892758" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.675 -7.654375000000002,-4.3950000000000005" data-type="line" data-label="" points="259.66119997300393,264.49258734336684 243.28361566668912,221.35654990888844" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.675 -6.029375000000002,-4.180000000000001" data-type="line" data-label="" points="259.66119997300393,264.49258734336684 259.66119997300393,219.18966952374524" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.675 -7.839375000000001,-2.9300000000000006" data-type="line" data-label="" points="259.66119997300393,264.49258734336684 241.41909068412406,206.59152774965693" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-4.3950000000000005 -6.029375000000002,-4.180000000000001" data-type="line" data-label="" points="243.28361566668912,221.35654990888844 259.66119997300393,219.18966952374524" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-4.3950000000000005 -7.839375000000001,-2.9300000000000006" data-type="line" data-label="" points="243.28361566668912,221.35654990888844 241.41909068412406,206.59152774965693" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-4.180000000000001 -7.839375000000001,-2.9300000000000006" data-type="line" data-label="" points="259.66119997300393,219.18966952374524 241.41909068412406,206.59152774965693" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 4.415250000000003,-20.088333333333335" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 364.92749319475377,379.522020501976" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 363.99523070347124,356.89575787571334" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 -1.3247499999999963,-13.235" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.747750000000003,-16.095" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 1.4711590909090932,-26.22" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7477500000000021,-24.135" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,391.6834266945625" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="364.92749319475377,379.522020501976 363.99523070347124,356.89575787571334" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="364.92749319475377,379.522020501976 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 -1.3247499999999963,-13.235" data-type="line" data-label="" points="364.92749319475377,379.522020501976 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.747750000000003,-16.095" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 1.4711590909090932,-26.22" data-type="line" data-label="" points="364.92749319475377,379.522020501976 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="364.92749319475377,379.522020501976 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.7477500000000021,-24.135" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 363.99523070347124,356.89575787571334" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 -1.3247499999999963,-13.235" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.747750000000003,-16.095" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 -1.3247499999999963,-13.235" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.747750000000003,-16.095" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 1.4711590909090932,-26.22" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.7477500000000021,-24.135" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 -1.3247499999999963,-13.235" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.747750000000003,-16.095" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 1.4711590909090932,-26.22" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.7477500000000021,-24.135" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 -1.3247499999999963,-13.235" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.747750000000003,-16.095" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 -1.3247499999999963,-13.235" data-type="line" data-label="" points="327.5614046928078,308.586083552676 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 0.747750000000003,-16.095" data-type="line" data-label="" points="327.5614046928078,308.586083552676 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.5614046928078,308.586083552676 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.5614046928078,308.586083552676 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.5614046928078,308.586083552676 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 0.747750000000003,-16.095" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 1.4711590909090932,-26.22" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 0.7477500000000021,-24.135" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-16.095 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-16.095 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-16.095 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-26.22 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="335.25543345992827,441.3201052844705 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-26.22 0.7477500000000021,-24.135" data-type="line" data-label="" points="335.25543345992827,441.3201052844705 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3647499999999977,-24.255000000000003 0.7477500000000021,-24.135" data-type="line" data-label="" points="316.75219905064,421.5158264156037 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-22.924374999999998,-6.32 -20.284374999999997,-6.630000000000002" data-type="line" data-label="" points="89.3847157544262,240.75768824098446 115.99199118130073,243.88202740095838" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-22.924374999999998,-6.32 -18.914374999999996,-6.6400000000000015" data-type="line" data-label="" points="89.3847157544262,240.75768824098446 129.79955456570156,243.98281253515108" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-22.924374999999998,-6.32 -16.954375,-6.720000000000001" data-type="line" data-label="" points="89.3847157544262,240.75768824098446 149.55344086747203,244.78909360869272" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-6.630000000000002 -18.914374999999996,-6.6400000000000015" data-type="line" data-label="" points="115.99199118130073,243.88202740095838 129.79955456570156,243.98281253515108" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-6.630000000000002 -16.954375,-6.720000000000001" data-type="line" data-label="" points="115.99199118130073,243.88202740095838 149.55344086747203,244.78909360869272" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-18.914374999999996,-6.6400000000000015 -16.954375,-6.720000000000001" data-type="line" data-label="" points="129.79955456570156,243.98281253515108 149.55344086747203,244.78909360869272" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 21.934374999999996,-4.599999999999999" data-type="line" data-label="" points="553.790015972644,222.21322354952642 541.4942296011338,223.4226451598389" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 20.694374999999997,-4.599999999999999" data-type="line" data-label="" points="553.790015972644,222.21322354952642 528.9968729612382,223.4226451598389" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 22.014374999999998,-2.2699999999999996" data-type="line" data-label="" points="553.790015972644,222.21322354952642 542.3005106746755,199.93970889293828" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 27.099375,-4.352500000000002" data-type="line" data-label="" points="553.790015972644,222.21322354952642 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 20.694374999999997,-4.599999999999999" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 528.9968729612382,223.4226451598389" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 22.014374999999998,-2.2699999999999996" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 542.3005106746755,199.93970889293828" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 27.099375,-4.352500000000002" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="20.694374999999997,-4.599999999999999 22.014374999999998,-2.2699999999999996" data-type="line" data-label="" points="528.9968729612382,223.4226451598389 542.3005106746755,199.93970889293828" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="20.694374999999997,-4.599999999999999 27.099375,-4.352500000000002" data-type="line" data-label="" points="528.9968729612382,223.4226451598389 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="22.014374999999998,-2.2699999999999996 27.099375,-4.352500000000002" data-type="line" data-label="" points="542.3005106746755,199.93970889293828 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -13.455249999999998,-23.857499999999998" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 184.81941913567746,417.50961733144356" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -14.067249999999996,-16.1725" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 178.65136892308385,340.0562417043486" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 198.40525522485433,340.86252277789026" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -10.227249999999996,-16.8475" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -14.067249999999996,-16.1725" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 178.65136892308385,340.0562417043486" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 198.40525522485433,340.86252277789026" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -10.227249999999996,-16.8475" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 198.40525522485433,340.86252277789026" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -10.227249999999996,-16.8475" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.107249999999997,-16.252499999999998 -10.227249999999996,-16.8475" data-type="line" data-label="" points="198.40525522485433,340.86252277789026 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.107249999999997,-16.252499999999998 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="198.40525522485433,340.86252277789026 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.227249999999996,-16.8475 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="217.35286045308317,346.8592382623563 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.239375000000002,-2.9300000000000006 -5.694375000000002,-1.6750000000000007" data-type="line" data-label="" points="247.46619873568642,206.59152774965693 263.0375019684596,193.94299340847226" fill="none" stroke="hsl(270, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-5.025 14.769374999999998,-4.524999999999999" data-type="line" data-label="" points="443.73264943420844,227.70601336302894 469.28168095205956,222.6667566533936" fill="none" stroke="hsl(129, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-5.025 16.769374999999997,-4.724999999999999" data-type="line" data-label="" points="443.73264943420844,227.70601336302894 489.4387077906008,224.68245933724774" fill="none" stroke="hsl(129, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.769374999999998,-4.524999999999999 16.769374999999997,-4.724999999999999" data-type="line" data-label="" points="469.28168095205956,222.6667566533936 489.4387077906008,224.68245933724774" fill="none" stroke="hsl(129, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.2250000000000005 14.769374999999998,-4.724999999999999" data-type="line" data-label="" points="443.73264943420844,219.64320262761242 469.28168095205956,224.68245933724774" fill="none" stroke="hsl(354, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.2250000000000005 16.769374999999997,-4.924999999999999" data-type="line" data-label="" points="443.73264943420844,219.64320262761242 489.4387077906008,226.69816202110187" fill="none" stroke="hsl(354, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.769374999999998,-4.724999999999999 16.769374999999997,-4.924999999999999" data-type="line" data-label="" points="469.28168095205956,224.68245933724774 489.4387077906008,226.69816202110187" fill="none" stroke="hsl(354, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-7.18 27.099375,-4.9525000000000015" data-type="line" data-label="" points="577.9784481788936,249.42520978155721 593.5497514116668,226.97532114013183" fill="none" stroke="hsl(290, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.68 21.529374999999998,-5.809999999999998" data-type="line" data-label="" points="553.790015972644,224.22892623338058 537.4124316663292,235.6176463971564" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.68 22.014374999999998,-2.869999999999999" data-type="line" data-label="" points="553.790015972644,224.22892623338058 542.3005106746755,205.98681694450067" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.529374999999998,-5.809999999999998 22.014374999999998,-2.869999999999999" data-type="line" data-label="" points="537.4124316663292,235.6176463971564 542.3005106746755,205.98681694450067" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.794999999999998 -4.007249999999997,-16.584999999999997" data-type="line" data-label="" points="295.6125171537198,336.2516028885739 280.0412139209467,344.21362848979777" fill="none" stroke="hsl(326, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.395 -4.094749999999996,-18.59" data-type="line" data-label="" points="294.73064722953364,362.45573777867764 279.15934399676047,364.42104789543544" fill="none" stroke="hsl(325, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.032249999999998,-23.595 -5.577249999999998,-23.595" data-type="line" data-label="" points="279.7892510854649,414.8640075588851 264.21794785269174,414.8640075588851" fill="none" stroke="hsl(327, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.6575 -14.615249999999996,-19.057499999999997" data-type="line" data-label="" points="184.81941913567746,415.49391464758946 173.12834356932353,369.13275291894445" fill="none" stroke="hsl(186, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-20.994999999999997 -5.392249999999997,-21.785" data-type="line" data-label="" points="281.65377606802997,388.6598726687813 266.0824728352568,396.6218982700052" fill="none" stroke="hsl(324, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.7575 -12.107249999999997,-16.8525" data-type="line" data-label="" points="205.98429731614587,396.3447391509752 198.40525522485433,346.9096308294527" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.7575 -11.405249999999997,-18.857499999999998" data-type="line" data-label="" points="205.98429731614587,396.3447391509752 205.48037164518234,367.11705023509035" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.107249999999997,-16.8525 -11.405249999999997,-18.857499999999998" data-type="line" data-label="" points="198.40525522485433,346.9096308294527 205.48037164518234,367.11705023509035" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.9575 -10.227249999999996,-17.4475" data-type="line" data-label="" points="205.98429731614587,398.3604418348294 217.35286045308317,352.9063463139187" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.9575 -11.405249999999997,-18.6575" data-type="line" data-label="" points="205.98429731614587,398.3604418348294 205.48037164518234,365.1013475512362" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.227249999999996,-17.4475 -11.405249999999997,-18.6575" data-type="line" data-label="" points="217.35286045308317,352.9063463139187 205.48037164518234,365.1013475512362" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.8472499999999967,-21.095 -0.27224999999999655,-22.335" data-type="line" data-label="" points="301.81080290657127,389.6677240107084 317.6844615419226,402.16508065060407" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.8472499999999967,-21.095 4.415250000000003,-20.848333333333333" data-type="line" data-label="" points="301.81080290657127,389.6677240107084 364.92749319475377,387.18169070062163" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.8472499999999967,-21.095 0.7477500000000035,-21.095" data-type="line" data-label="" points="301.81080290657127,389.6677240107084 327.9645452295786,389.6677240107084" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-22.335 4.415250000000003,-20.848333333333333" data-type="line" data-label="" points="317.6844615419226,402.16508065060407 364.92749319475377,387.18169070062163" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-22.335 0.7477500000000035,-21.095" data-type="line" data-label="" points="317.6844615419226,402.16508065060407 327.9645452295786,389.6677240107084" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.848333333333333 0.7477500000000035,-21.095" data-type="line" data-label="" points="364.92749319475377,387.18169070062163 327.9645452295786,389.6677240107084" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5497499999999969,-18.494999999999997 4.322750000000003,-18.883333333333333" data-type="line" data-label="" points="314.88767406807494,363.4635891206047 363.99523070347124,367.3774118317548" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5497499999999969,-18.494999999999997 6.355250000000003,-18.888333333333332" data-type="line" data-label="" points="314.88767406807494,363.4635891206047 384.47980922813883,367.42780439885115" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5497499999999969,-18.494999999999997 0.747750000000003,-18.695" data-type="line" data-label="" points="314.88767406807494,363.4635891206047 327.9645452295786,365.47929180445885" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-18.883333333333333 6.355250000000003,-18.888333333333332" data-type="line" data-label="" points="363.99523070347124,367.3774118317548 384.47980922813883,367.42780439885115" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-18.883333333333333 0.747750000000003,-18.695" data-type="line" data-label="" points="363.99523070347124,367.3774118317548 327.9645452295786,365.47929180445885" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.888333333333332 0.747750000000003,-18.695" data-type="line" data-label="" points="384.47980922813883,367.42780439885115 327.9645452295786,365.47929180445885" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.46224999999999694,-15.895 0.7077500000000031,-14.089999999999998" data-type="line" data-label="" points="315.76954399226116,337.259454230501 327.5614046928078,319.0677375087174" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.46224999999999694,-15.895 -1.3247499999999963,-13.994999999999997" data-type="line" data-label="" points="315.76954399226116,337.259454230501 307.0768261681402,318.11027873388673" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.46224999999999694,-15.895 0.747750000000003,-15.895" data-type="line" data-label="" points="315.76954399226116,337.259454230501 327.9645452295786,337.259454230501" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-14.089999999999998 -1.3247499999999963,-13.994999999999997" data-type="line" data-label="" points="327.5614046928078,319.0677375087174 307.0768261681402,318.11027873388673" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-14.089999999999998 0.747750000000003,-15.895" data-type="line" data-label="" points="327.5614046928078,319.0677375087174 327.9645452295786,337.259454230501" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.994999999999997 0.747750000000003,-15.895" data-type="line" data-label="" points="307.0768261681402,318.11027873388673 327.9645452295786,337.259454230501" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.032249999999997,-23.695 1.4711590909090932,-27.259999999999998" data-type="line" data-label="" points="299.9462779240062,415.87185890081213 335.25543345992827,451.801759240512" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.032249999999997,-23.695 -0.3647499999999977,-25.015" data-type="line" data-label="" points="299.9462779240062,415.87185890081213 316.75219905064,429.1754966142494" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.032249999999997,-23.695 0.7477500000000021,-24.335" data-type="line" data-label="" points="299.9462779240062,415.87185890081213 327.9645452295786,422.32210748914537" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-27.259999999999998 -0.3647499999999977,-25.015" data-type="line" data-label="" points="335.25543345992827,451.801759240512 316.75219905064,429.1754966142494" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-27.259999999999998 0.7477500000000021,-24.335" data-type="line" data-label="" points="335.25543345992827,451.801759240512 327.9645452295786,422.32210748914537" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3647499999999977,-25.015 0.7477500000000021,-24.335" data-type="line" data-label="" points="316.75219905064,429.1754966142494 327.9645452295786,422.32210748914537" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-3.3149999999999995 -25.124374999999997,-3.3149999999999995 -25.124374999999997,-3.5149999999999997 -25.324374999999996,-3.5149999999999997" data-type="line" data-label="" points="65.19628354817664,210.47175541607612 67.21198623203077,210.47175541607612 67.21198623203077,212.48745809993025 65.19628354817664,212.48745809993025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-22.924374999999998,-6.520000000000001 -21.854374999999997,-6.520000000000001 -21.854374999999997,-6.6400000000000015" data-type="line" data-label="" points="89.3847157544262,242.7733909248386 100.16872511304581,242.7733909248386 100.16872511304581,243.98281253515108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-7.32 -16.954375,-7.920000000000002" data-type="line" data-label="" points="149.55344086747203,250.8362016602551 149.55344086747203,256.8833097118175" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-8.075 -7.019375000000002,-8.075 -7.019375000000002,-8.274999999999999" data-type="line" data-label="" points="259.66119997300393,258.4454792918044 249.683471687926,258.4454792918044 249.683471687926,260.4611819756586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-6.975 -2.7006250000000014,-7.574999999999999" data-type="line" data-label="" points="293.21005151740115,247.35911453060675 293.21005151740115,253.4062225821691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-8.175 -2.7006250000000014,-8.375 -3.929375000000002,-8.375" data-type="line" data-label="" points="293.21005151740115,259.4533306337315 293.21005151740115,261.4690333175856 280.8260781534723,261.4690333175856" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-7.174999999999999 0.2343749999999991,-7.774999999999999" data-type="line" data-label="" points="322.79048840296053,249.37481721446085 322.79048840296053,255.42192526602327" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-8.375 0.2343749999999991,-8.575 -3.929375000000002,-8.575" data-type="line" data-label="" points="322.79048840296053,261.4690333175856 322.79048840296053,263.4847360014398 280.8260781534723,263.4847360014398" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.625 12.934375,-4.624999999999999" data-type="line" data-label="" points="443.73264943420844,223.67460799532068 450.7876088276979,223.67460799532068" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.825 12.584375,-4.825 12.584375,-5.164999999999999 13.224374999999998,-5.164999999999999 13.224374999999998,-5.614999999999998" data-type="line" data-label="" points="443.73264943420844,225.69031067917481 447.26012913095315,225.69031067917481 447.26012913095315,229.11700524172684 453.7103777192864,229.11700524172684 453.7103777192864,233.65233628039863" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-4.530000000000001 8.944374999999999,-5.25" data-type="line" data-label="" points="410.57434028480793,222.71714922049 410.57434028480793,229.97367888236485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-5.325000000000001 9.924375,-5.325000000000001 9.924375,-5.050000000000001 8.944374999999999,-5.050000000000001 8.944374999999999,-5.25" data-type="line" data-label="" points="420.55206856988593,230.72956738881015 420.4512834356932,230.72956738881015 420.4512834356932,227.95797619851072 410.57434028480793,227.95797619851072 410.57434028480793,229.97367888236485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.664375,-5.525 7.664375,-6.1499999999999995 9.879375,-6.1499999999999995 9.879375,-5.525 9.934375,-5.525" data-type="line" data-label="" points="397.6738431081415,232.74527007266428 397.6738431081415,239.04434095970845 419.997750331826,239.04434095970845 419.997750331826,232.74527007266428 420.55206856988593,232.74527007266428" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.45525,-23.2575 -14.525249999999996,-23.2575 -14.525249999999996,-23.3775" data-type="line" data-label="" points="184.81941913567746,411.46250927988126 174.03540977705788,411.46250927988126 174.03540977705788,412.6719308901937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.355249999999996,-22.557499999999997 -10.285249999999998,-22.557499999999997 -10.285249999999998,-22.6775" data-type="line" data-label="" points="205.98429731614587,404.40754988639173 216.76830667476545,404.40754988639173 216.76830667476545,405.6169714967042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.445249999999998,-21.8875 -14.445249999999998,-21.6875 -13.570249999999998,-21.6875 -13.570249999999998,-23.057499999999997 -13.45525,-23.057499999999997" data-type="line" data-label="" points="174.84169085059952,397.6549458954804 174.84169085059952,395.6392432116263 183.66039009246134,395.6392432116263 183.66039009246134,409.44680659602705 184.81941913567746,409.44680659602705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-21.294999999999998 -0.27224999999999655,-21.294999999999998" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 317.6844615419226,391.6834266945625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.6790000000000034,-18.494999999999997 0.6790000000000034,-21.294999999999998 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.27164743200376,363.4635891206047 327.27164743200376,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-16.095 0.7227500000000031,-16.095 0.7227500000000031,-18.494999999999997 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 327.7125823940969,339.27515691435514 327.7125823940969,363.4635891206047 327.9645452295786,363.4635891206047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7477500000000021,-24.135 0.34775000000000317,-24.135 0.34775000000000317,-21.294999999999998 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="327.9645452295786,420.3064048052912 323.93313986187036,420.3064048052912 323.93313986187036,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3647499999999977,-24.255000000000003 -0.3647499999999977,-24.135 0.747750000000003,-24.135" data-type="line" data-label="" points="316.75219905064,421.5158264156037 316.75219905064,420.3064048052912 327.9645452295786,420.3064048052912" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4711590909090932,-26.22 1.4711590909090932,-25.177500000000002 0.3477500000000023,-25.177500000000002 0.3477500000000023,-24.135 0.7477500000000021,-24.135" data-type="line" data-label="" points="335.25543345992827,441.3201052844705 335.25543345992827,430.8132550448809 323.93313986187036,430.8132550448809 323.93313986187036,420.3064048052912 327.9645452295786,420.3064048052912" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 0.7077500000000031,-12.85 0.23775000000000301,-12.85 0.23775000000000301,-16.095 0.7477500000000022,-16.095" data-type="line" data-label="" points="327.5614046928078,308.586083552676 327.5614046928078,306.57038086882187 322.82450338575063,306.57038086882187 322.82450338575063,339.27515691435514 327.9645452295786,339.27515691435514" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3247499999999963,-13.235 -1.3247499999999963,-12.85 0.7077500000000025,-12.85 0.7077500000000025,-13.049999999999999" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 307.0768261681402,306.57038086882187 327.5614046928078,306.57038086882187 327.5614046928078,308.586083552676" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 4.322750000000003,-17.643333333333334 0.6790000000000034,-17.643333333333334 0.6790000000000034,-18.494999999999997 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 363.99523070347124,354.88005519185924 327.27164743200376,354.88005519185924 327.27164743200376,363.4635891206047 327.9645452295786,363.4635891206047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.355250000000002,-18.128333333333334 6.355250000000002,-17.643333333333334 4.322750000000003,-17.643333333333334 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 384.47980922813883,354.88005519185924 363.99523070347124,354.88005519185924 363.99523070347124,356.89575787571334" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-4.180000000000001 -8.179375000000002,-4.180000000000001 -8.179375000000002,-7.785000000000002 -5.994375000000003,-7.785000000000002 -5.994375000000003,-8.675 -6.029375000000002,-8.675" data-type="line" data-label="" points="259.66119997300393,219.18966952374524 237.99239612157203,219.18966952374524 237.99239612157203,255.522710400216 260.0139479426784,255.522710400216 260.0139479426784,264.49258734336684 259.66119997300393,264.49258734336684" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.654375000000002,-4.3950000000000005 -7.654375000000002,-4.180000000000001 -6.029375000000002,-4.180000000000001" data-type="line" data-label="" points="243.28361566668912,221.35654990888844 243.28361566668912,219.18966952374524 259.66119997300393,219.18966952374524" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.839375000000001,-2.9300000000000006 -8.039375000000001,-2.9300000000000006 -8.039375000000001,-3.6625000000000005 -7.654375000000002,-3.6625000000000005 -7.654375000000002,-4.3950000000000005" data-type="line" data-label="" points="241.41909068412406,206.59152774965693 239.4033880002699,206.59152774965693 239.4033880002699,213.97403882927267 243.28361566668912,213.97403882927267 243.28361566668912,221.35654990888844" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.13025,-20.12 11.13025,-20.720000000000002" data-type="line" data-label="" points="432.60471080515623,379.84117342691957 432.60471080515623,385.888281478482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.510250000000001,-20.12 13.510250000000001,-20.720000000000002" data-type="line" data-label="" points="456.5915727430204,379.84117342691957 456.5915727430204,385.888281478482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.890250000000002,-20.120000000000005 15.890250000000002,-20.720000000000002" data-type="line" data-label="" points="480.5784346808846,379.84117342691957 480.5784346808846,385.888281478482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -25.124374999999997,-4.614999999999999 -25.124374999999997,-4.414999999999999 -25.324374999999996,-4.414999999999999" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 67.21198623203077,223.57382286112798 67.21198623203077,221.55812017727385 65.19628354817664,221.55812017727385" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.349374999999995,-5.215 -26.349374999999995,-5.414999999999999 -25.124374999999997,-5.414999999999999 -25.124374999999997,-4.614999999999998 -25.324374999999996,-4.614999999999998" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 54.86580729342421,231.6366335965445 67.21198623203077,231.6366335965445 67.21198623203077,223.57382286112795 65.19628354817664,223.57382286112795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.549374999999998,-5.215 -26.549374999999998,-5.414999999999999 -26.349374999999995,-5.414999999999999 -26.349374999999995,-5.215" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 52.85010460957005,231.6366335965445 54.86580729342421,231.6366335965445 54.86580729342421,229.62093091269037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.749374999999997,-5.215 -26.749374999999997,-5.414999999999999 -26.549374999999998,-5.414999999999999 -26.549374999999998,-5.215" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 50.83440192571595,231.6366335965445 52.85010460957005,231.6366335965445 52.85010460957005,229.62093091269037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.949374999999996,-5.414999999999999 -26.749374999999997,-5.414999999999999 -26.749374999999997,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 48.81869924186179,231.6366335965445 50.83440192571595,231.6366335965445 50.83440192571595,229.62093091269037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -25.079374999999995,-6.420000000000001 -25.079374999999995,-4.614999999999999 -25.324374999999996,-4.614999999999999" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 67.66551933589795,241.76553958291152 67.66551933589795,223.57382286112798 65.19628354817664,223.57382286112798" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-20.284374999999997,-7.409999999999999 -20.284374999999997,-7.6099999999999985 -21.854374999999997,-7.6099999999999985 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="115.99199118130073,251.74326786798946 115.99199118130073,253.7589705518436 100.16872511304581,253.7589705518436 100.16872511304581,251.64248273379678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-18.914374999999996,-7.400000000000003 -18.914374999999996,-7.61 -20.284374999999997,-7.61 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="129.79955456570156,251.64248273379678 129.79955456570156,253.75897055184362 115.99199118130073,253.75897055184362 115.99199118130073,251.74326786798946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-9.05 -16.954375,-9.25 -18.914374999999996,-9.25 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="149.55344086747203,268.2720298755934 149.55344086747203,270.2877325594475 129.79955456570156,270.2877325594475 129.79955456570156,251.64248273379678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.124375,-4.3050000000000015 6.124375,-4.505000000000002 7.564375,-4.505000000000002 7.564375,-4.3050000000000015" data-type="line" data-label="" points="382.1529324424647,220.4494837011541 382.1529324424647,222.46518638500822 396.66599176621446,222.46518638500822 396.66599176621446,220.4494837011541" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 4.8843749999999995,-4.505000000000002 6.124375,-4.505000000000002 6.124375,-4.3050000000000015" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 369.6555758025691,222.46518638500822 382.1529324424647,222.46518638500822 382.1529324424647,220.4494837011541" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="20.694374999999997,-5.3599999999999985 20.694374999999997,-5.559999999999998 21.934374999999996,-5.559999999999998 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="528.9968729612382,231.0823153584846 528.9968729612382,233.09801804233874 541.4942296011338,233.09801804233874 541.4942296011338,231.0823153584846" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 21.529374999999998,-7.079999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="553.790015972644,248.41735843963016 537.4124316663292,248.41735843963016 537.4124316663292,243.2773165958021" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 25.754374999999996,-4.379999999999999 25.754374999999996,-4.579999999999999 25.554374999999997,-4.579999999999999" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 579.9941508627477,221.20537220759937 579.9941508627477,223.2210748914535 577.9784481788936,223.2210748914535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -13.655249999999997,-23.4575 -13.655249999999997,-21.4575 -13.455249999999998,-21.4575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 182.80371645182336,413.47821196373536 182.80371645182336,393.321185125194 184.81941913567746,393.321185125194" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -10.820249999999998,-22.9575 -10.820249999999998,-23.637499999999996 -10.285249999999998,-23.637499999999996 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 211.37630199545566,408.43895525410005 211.37630199545566,415.292344379204 216.76830667476545,415.292344379204 216.76830667476545,413.2766416953499" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.094749999999996,-19.19 -4.094749999999996,-21.195 -3.847249999999997,-21.195" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 279.15934399676047,390.6755753526355 281.65377606802997,390.6755753526355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.5497499999999977,-18.595 -3.3222499999999986,-18.595 -3.3222499999999986,-19.39 -4.094749999999996,-19.39 -4.094749999999996,-19.19" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 286.94499561314706,364.47144046253175 286.94499561314706,372.48385863085196 279.15934399676047,372.48385863085196 279.15934399676047,370.46815594699785" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -2.749749999999997,-15.994999999999997 -2.749749999999997,-18.595 -2.549749999999997,-18.595" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 292.7149445456795,338.2673055724281 292.7149445456795,364.47144046253175 294.73064722953364,364.47144046253175" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.392249999999997,-22.385 -5.392249999999997,-22.585 -4.619749999999996,-22.585 -4.619749999999996,-21.195 -3.8472499999999954,-21.195" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 266.0824728352568,404.6847090054217 273.8681244516434,404.6847090054217 273.8681244516434,390.6755753526355 281.65377606802997,390.6755753526355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.032249999999996,-23.794999999999998 -4.804749999999997,-23.794999999999998 -4.804749999999997,-24.395 -5.577249999999998,-24.395 -5.577249999999998,-24.195" data-type="line" data-label="" points="279.7892510854649,416.8797102427392 272.0035994690783,416.8797102427392 272.0035994690783,422.9268182943016 264.21794785269174,422.9268182943016 264.21794785269174,420.9111156104475" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.51025,-21.320000000000004 13.51025,-21.520000000000003 11.13025,-21.520000000000003 11.13025,-21.320000000000004" data-type="line" data-label="" points="456.5915727430204,391.9353895300444 456.5915727430204,393.9510922138985 432.60471080515623,393.9510922138985 432.60471080515623,391.9353895300444" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.89025,-21.320000000000004 15.89025,-21.520000000000003 13.510250000000001,-21.520000000000003 13.510250000000001,-21.320000000000004" data-type="line" data-label="" points="480.5784346808846,391.9353895300444 480.5784346808846,393.9510922138985 456.5915727430204,393.9510922138985 456.5915727430204,391.9353895300444" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-8.275 -6.129375000000001,-8.275 -6.129375000000001,-7.875 -6.029375000000002,-7.875" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 258.6533486310769,260.4611819756586 258.6533486310769,256.4297766079503 259.66119997300393,256.4297766079503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.019375000000002,-8.875 -7.019375000000002,-9.294999999999998 -6.129375000000001,-9.294999999999998 -6.129375000000001,-8.275 -6.029375000000002,-8.275" data-type="line" data-label="" points="249.683471687926,266.508290027221 249.683471687926,270.7412656633146 258.6533486310769,270.7412656633146 258.6533486310769,260.4611819756586 259.66119997300393,260.4611819756586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-4.38 -6.229375000000002,-4.38 -6.229375000000002,-7.875 -6.029375000000002,-7.875" data-type="line" data-label="" points="259.66119997300393,221.20537220759937 257.64549728914983,221.20537220759937 257.64549728914983,256.4297766079503 259.66119997300393,256.4297766079503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.654375000000002,-5.155 -7.654375000000002,-5.355 -6.229375000000002,-5.355 -6.229375000000002,-4.38 -6.029375000000002,-4.38" data-type="line" data-label="" points="243.28361566668912,229.01622010753414 243.28361566668912,231.03192279138827 257.64549728914983,231.03192279138827 257.64549728914983,221.20537220759937 259.66119997300393,221.20537220759937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.694375000000002,-2.2750000000000004 -5.694375000000002,-3.3275 -6.229375000000002,-3.3275 -6.229375000000002,-4.38 -6.029375000000002,-4.38" data-type="line" data-label="" points="263.0375019684596,199.99010146003465 263.0375019684596,210.597736833817 257.64549728914983,210.597736833817 257.64549728914983,221.20537220759937 259.66119997300393,221.20537220759937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.929375000000002,-7.975 -3.7293750000000028,-7.975 -3.7293750000000028,-9.294999999999998 -7.019375000000002,-9.294999999999998 -7.019375000000002,-8.875" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 282.84178083732644,257.43762794987737 282.84178083732644,270.7412656633146 249.683471687926,270.7412656633146 249.683471687926,266.508290027221" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -25.124374999999997,-2.0149999999999997 -25.124374999999997,-1.8149999999999993 -25.324374999999996,-1.8149999999999993" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 67.21198623203077,197.36968797102426 67.21198623203077,195.35398528717013 65.19628354817664,195.35398528717013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.114374999999995,-1.7700000000000007 -25.124374999999997,-1.7700000000000007 -25.124374999999997,-1.8149999999999993 -25.324374999999996,-1.8149999999999993" data-type="line" data-label="" points="77.39128478549415,194.90045218330297 67.21198623203077,194.90045218330297 67.21198623203077,195.35398528717013 65.19628354817664,195.35398528717013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.114375,-3.9650000000000007 -24.314375,-3.9650000000000007 -24.314375,-1.7700000000000007 -24.114374999999995,-1.7700000000000007" data-type="line" data-label="" points="77.3912847854941,217.02278913860206 75.37558210163999,217.02278913860206 75.37558210163999,194.90045218330297 77.39128478549415,194.90045218330297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-3.1149999999999993 -25.124374999999997,-3.1149999999999993 -25.124374999999997,-2.9149999999999996 -25.324374999999996,-2.9149999999999996" data-type="line" data-label="" points="65.19628354817664,208.456052732222 67.21198623203077,208.456052732222 67.21198623203077,206.44035004836786 65.19628354817664,206.44035004836786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.124375,-3.545 6.124375,-2.9939999999999998 4.8843749999999995,-2.9939999999999998 4.8843749999999995,-3.545" data-type="line" data-label="" points="382.1529324424647,212.78981350250837 382.1529324424647,207.23655260849023 369.6555758025691,207.23655260849023 369.6555758025691,212.78981350250837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-21.449374999999996,-1.4250000000000007 -21.449374999999996,-1.2250000000000008 -22.874374999999997,-1.2250000000000008 -22.874374999999997,-1.7700000000000007 -23.074374999999996,-1.7700000000000007" data-type="line" data-label="" points="104.25052304785044,191.42336505365458 104.25052304785044,189.40766236980045 89.88864142538975,189.40766236980045 89.88864142538975,194.90045218330297 87.87293874153562,194.90045218330297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-23.384374999999995,-4.415000000000001 -23.384374999999995,-4.615 -22.874374999999997,-4.615 -22.874374999999997,-1.7700000000000014 -23.074374999999996,-1.7700000000000014" data-type="line" data-label="" points="84.74859958156173,221.55812017727385 84.74859958156173,223.57382286112798 89.88864142538975,223.57382286112798 89.88864142538975,194.90045218330297 87.87293874153562,194.90045218330297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.924374999999998,-6.220000000000001 -25.169375,-6.220000000000001 -25.169375,-5.317500000000001 -23.384374999999995,-5.317500000000001 -23.384374999999995,-4.415000000000001" data-type="line" data-label="" points="69.2276889158849,239.74983689905739 66.75845312816355,239.74983689905739 66.75845312816355,230.65397853816563 84.74859958156173,230.65397853816563 84.74859958156173,221.55812017727385" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000023,-5.844999999999999 -2.7006250000000023,-5.644999999999999 -6.084375000000001,-5.644999999999999 -6.084375000000001,-8.475 -6.029375000000002,-8.475" data-type="line" data-label="" points="293.21005151740115,235.97039436683087 293.21005151740115,233.95469168297674 259.10688173494407,233.95469168297674 259.10688173494407,262.47688465951273 259.66119997300393,262.47688465951273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-6.045 0.2343749999999991,-5.644999999999999 -2.7006250000000014,-5.644999999999999 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="322.79048840296053,237.98609705068503 322.79048840296053,233.95469168297674 293.21005151740115,233.95469168297674 293.21005151740115,235.97039436683087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.929375000000002,-8.175 -3.3150000000000017,-8.175 -3.3150000000000017,-5.644999999999999 -2.7006250000000014,-5.644999999999999 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="280.8260781534723,259.4533306337315 287.01806483543675,259.4533306337315 287.01806483543675,233.95469168297674 293.21005151740115,233.95469168297674 293.21005151740115,235.97039436683087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 21.934374999999996,-4.479999999999998 23.154374999999998,-4.479999999999998" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 541.4942296011338,222.21322354952642 553.790015972644,222.21322354952642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="20.694374999999997,-4.599999999999999 20.694374999999997,-4.479999999999998 21.934374999999996,-4.479999999999998 21.934374999999996,-4.599999999999999" data-type="line" data-label="" points="528.9968729612382,223.4226451598389 528.9968729612382,222.21322354952642 541.4942296011338,222.21322354952642 541.4942296011338,223.4226451598389" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="27.099375,-4.352500000000002 27.099375,-3.639999999999999 22.954375,-3.639999999999999 22.954375,-4.479999999999999 23.154374999999998,-4.479999999999999" data-type="line" data-label="" points="593.5497514116668,220.92821308856946 593.5497514116668,213.74727227733908 551.7743132887899,213.74727227733908 551.7743132887899,222.21322354952642 553.790015972644,222.21322354952642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -14.067249999999996,-15.9725 -13.438749999999995,-15.9725 -13.438749999999995,-18.8575 -13.405249999999997,-18.8575" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 178.65136892308385,338.0405390204945 184.98571460709547,338.0405390204945 184.98571460709547,367.11705023509035 185.32334480664102,367.11705023509035" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.107249999999997,-16.252499999999998 -12.107249999999997,-16.0525 -14.067249999999996,-16.0525 -14.067249999999996,-16.1725" data-type="line" data-label="" points="198.40525522485433,340.86252277789026 198.40525522485433,338.8468200940361 178.65136892308385,338.8468200940361 178.65136892308385,340.0562417043486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.227249999999994,-16.8475 -10.227249999999994,-16.0525 -12.107249999999997,-16.0525 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="217.3528604530832,346.8592382623563 217.3528604530832,338.8468200940361 198.40525522485433,338.8468200940361 198.40525522485433,340.86252277789026" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-20.284374999999997,-6.630000000000002 -20.284374999999997,-6.32 -22.924374999999998,-6.32" data-type="line" data-label="" points="115.99199118130073,243.88202740095838 115.99199118130073,240.75768824098446 89.3847157544262,240.75768824098446" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-18.914374999999996,-6.6400000000000015 -18.914374999999996,-6.32 -20.284374999999997,-6.32 -20.284374999999997,-6.630000000000002" data-type="line" data-label="" points="129.79955456570156,243.98281253515108 129.79955456570156,240.75768824098446 115.99199118130073,240.75768824098446 115.99199118130073,243.88202740095838" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-6.720000000000001 -16.954375,-6.32 -18.914374999999996,-6.32 -18.914374999999996,-6.6400000000000015" data-type="line" data-label="" points="149.55344086747203,244.78909360869272 149.55344086747203,240.75768824098446 129.79955456570156,240.75768824098446 129.79955456570156,243.98281253515108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.694375000000002,-1.6750000000000007 -5.694375000000002,-1.4750000000000008 -6.466875000000002,-1.4750000000000008 -6.466875000000002,-2.9300000000000006 -7.239375000000002,-2.9300000000000006" data-type="line" data-label="" points="263.0375019684596,193.94299340847226 263.0375019684596,191.92729072461813 255.251850352073,191.92729072461813 255.251850352073,206.59152774965693 247.46619873568642,206.59152774965693" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-5.025 14.211875000000001,-5.025 14.211875000000001,-4.524999999999999 14.769374999999998,-4.524999999999999" data-type="line" data-label="" points="443.73264943420844,227.70601336302894 463.6629097208162,227.70601336302894 463.6629097208162,222.6667566533936 469.28168095205956,222.6667566533936" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.769374999999998,-4.724999999999999 14.151875,-4.724999999999999 14.151875,-4.2250000000000005 12.234375,-4.2250000000000005" data-type="line" data-label="" points="469.28168095205956,224.68245933724774 463.0581989156599,224.68245933724774 463.0581989156599,219.64320262761242 443.73264943420844,219.64320262761242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="27.099375,-4.9525000000000015 27.099375,-7.18 25.554374999999997,-7.18" data-type="line" data-label="" points="593.5497514116668,226.97532114013183 593.5497514116668,249.42520978155721 577.9784481788936,249.42520978155721" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="22.014374999999998,-2.869999999999999 22.014374999999998,-3.734999999999999 22.729374999999994,-3.734999999999999 22.729374999999994,-4.679999999999998 23.154374999999998,-4.679999999999998" data-type="line" data-label="" points="542.3005106746755,205.98681694450067 542.3005106746755,214.7047310521698 549.5066477694539,214.7047310521698 549.5066477694539,224.22892623338055 553.790015972644,224.22892623338055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.007249999999997,-16.584999999999997 -4.007249999999997,-15.794999999999998 -2.4622499999999956,-15.794999999999998" data-type="line" data-label="" points="280.0412139209467,344.21362848979777 280.0412139209467,336.2516028885739 295.61251715371986,336.2516028885739" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.094749999999996,-18.59 -4.094749999999996,-18.395 -2.5497499999999977,-18.395" data-type="line" data-label="" points="279.15934399676047,364.42104789543544 279.15934399676047,362.45573777867764 294.73064722953364,362.45573777867764" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.577249999999998,-23.595 -5.577249999999998,-23.55 -4.232249999999995,-23.55 -4.232249999999995,-23.595 -4.032249999999996,-23.595" data-type="line" data-label="" points="264.21794785269174,414.8640075588851 264.21794785269174,414.4104744550179 277.7735484016108,414.4104744550179 277.7735484016108,414.8640075588851 279.7892510854649,414.8640075588851" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.392249999999997,-21.785 -5.392249999999997,-20.994999999999997 -3.8472499999999954,-20.994999999999997" data-type="line" data-label="" points="266.0824728352568,396.6218982700052 266.0824728352568,388.6598726687813 281.65377606802997,388.6598726687813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.107249999999997,-16.8525 -12.107249999999997,-17.854999999999997 -11.20525,-17.854999999999997 -11.20525,-18.857499999999998 -11.405249999999999,-18.857499999999998" data-type="line" data-label="" points="198.40525522485433,346.9096308294527 198.40525522485433,357.01334053227146 207.49607432903645,357.01334053227146 207.49607432903645,367.11705023509035 205.48037164518232,367.11705023509035" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.227249999999996,-17.4475 -10.227249999999996,-18.6575 -11.405249999999997,-18.6575" data-type="line" data-label="" points="217.35286045308317,352.9063463139187 217.35286045308317,365.1013475512362 205.48037164518234,365.1013475512362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7477500000000035,-21.095 -1.8472499999999967,-21.095" data-type="line" data-label="" points="327.9645452295786,389.6677240107084 301.81080290657127,389.6677240107084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.27224999999999655,-22.335 -0.27224999999999655,-22.535 0.23775000000000146,-22.535 0.23775000000000146,-21.095 0.747750000000003,-21.095" data-type="line" data-label="" points="317.6844615419226,402.16508065060407 317.6844615419226,404.18078333445817 322.8245033857506,404.18078333445817 322.8245033857506,389.6677240107084 327.9645452295786,389.6677240107084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.415250000000003,-20.848333333333333 4.415250000000003,-22.015 0.23775000000000146,-22.015 0.23775000000000146,-21.095 0.7477500000000035,-21.095" data-type="line" data-label="" points="364.92749319475377,387.18169070062163 364.92749319475377,398.93995635643745 322.8245033857506,398.93995635643745 322.8245033857506,389.6677240107084 327.9645452295786,389.6677240107084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-18.695 -0.34974999999999684,-18.695 -0.34974999999999684,-18.494999999999997 -0.5497499999999969,-18.494999999999997" data-type="line" data-label="" points="327.9645452295786,365.47929180445885 316.9033767519291,365.47929180445885 316.9033767519291,363.4635891206047 314.88767406807494,363.4635891206047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.355250000000002,-18.888333333333332 6.355250000000002,-19.415 4.322750000000003,-19.415 4.322750000000003,-18.883333333333333" data-type="line" data-label="" points="384.47980922813883,367.42780439885115 384.47980922813883,372.73582146633373 363.99523070347124,372.73582146633373 363.99523070347124,367.3774118317548" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-15.895 -0.46224999999999694,-15.895" data-type="line" data-label="" points="327.9645452295786,337.259454230501 315.76954399226116,337.259454230501" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7077500000000031,-14.089999999999998 0.7077500000000031,-15.895 0.7477500000000022,-15.895" data-type="line" data-label="" points="327.5614046928078,319.0677375087174 327.5614046928078,337.259454230501 327.9645452295786,337.259454230501" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3247499999999963,-13.994999999999997 -1.3247499999999963,-14.289999999999997 0.7077500000000025,-14.289999999999997 0.7077500000000025,-14.089999999999998" data-type="line" data-label="" points="307.0768261681402,318.11027873388673 307.0768261681402,321.0834401925716 327.5614046928078,321.0834401925716 327.5614046928078,319.0677375087174" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3647499999999977,-25.015 -0.3647499999999977,-25.215 -1.1984999999999972,-25.215 -1.1984999999999972,-23.695 -2.032249999999997,-23.695" data-type="line" data-label="" points="316.75219905064,429.1754966142494 316.75219905064,431.1911992981035 308.34923848732313,431.1911992981035 308.34923848732313,415.87185890081213 299.9462779240062,415.87185890081213" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-24.335 0.5477500000000022,-24.335 0.5477500000000022,-25.215 -0.3647499999999977,-25.215 -0.3647499999999977,-25.015" data-type="line" data-label="" points="327.9645452295786,422.32210748914537 325.9488425457245,422.32210748914537 325.9488425457245,431.1911992981035 316.75219905064,431.1911992981035 316.75219905064,429.1754966142494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4711590909090932,-27.259999999999998 1.4711590909090932,-27.459999999999997 0.5477500000000022,-27.459999999999997 0.5477500000000022,-24.335 0.7477500000000021,-24.335" data-type="line" data-label="" points="335.25543345992827,451.801759240512 335.25543345992827,453.8174619243661 325.9488425457245,453.8174619243661 325.9488425457245,422.32210748914537 327.9645452295786,422.32210748914537" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 4.415250000000003,-19.474999999999998 0.6790000000000034,-19.474999999999998" data-type="line" data-label="" points="364.92749319475377,379.522020501976 364.92749319475377,373.3405322714899 327.27164743200376,373.3405322714899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="22.014374999999998,-2.2699999999999996 22.014374999999998,-2.0699999999999994 22.954375,-2.0699999999999994 22.954375,-3.639999999999999" data-type="line" data-label="" points="542.3005106746755,199.93970889293828 542.3005106746755,197.92400620908415 551.7743132887899,197.92400620908415 551.7743132887899,213.74727227733908" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-4.925 9.473375,-4.924999999999999 9.473375,-4.7250000000000005 7.664375,-4.7250000000000005 7.664375,-4.925000000000001" data-type="line" data-label="" points="420.55206856988593,226.6981620211019 415.90587388360217,226.69816202110187 415.90587388360217,224.68245933724776 397.6738431081415,224.68245933724776 397.6738431081415,226.6981620211019" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -21.854374999999997,-7.600000000000001 -25.865375000000004,-7.600000000000001 -25.865375000000004,-6.420000000000002 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 100.16872511304581,253.6581854176509 59.74380778835115,253.6581854176509 59.74380778835115,241.76553958291152 69.2276889158849,241.76553958291152" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-4.325 9.924375,-4.325 9.924375,-4.730000000000001 7.564375,-4.730000000000001 7.564375,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 420.4512834356932,220.65105396953948 420.4512834356932,224.7328519043441 396.66599176621446,224.7328519043441 396.66599176621446,220.4494837011541" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-5.85 8.944374999999999,-5.949999999999999 9.834375,-5.949999999999999 9.834375,-4.325 9.934375,-4.325" data-type="line" data-label="" points="410.57434028480793,236.02078693392724 410.57434028480793,237.0286382758543 419.5442172279588,237.0286382758543 419.5442172279588,220.65105396953948 420.55206856988593,220.65105396953948" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="21.934374999999996,-5.3599999999999985 21.934374999999996,-5.559999999999998 22.544374999999995,-5.559999999999998 22.544374999999995,-4.28 23.154374999999998,-4.28" data-type="line" data-label="" points="541.4942296011338,231.0823153584846 541.4942296011338,233.09801804233874 547.6421227868889,233.09801804233874 547.6421227868889,220.19752086567232 553.790015972644,220.19752086567232" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -14.525249999999996,-24.3375 -13.610249999999997,-24.3375 -13.610249999999997,-23.4575 -13.45525,-23.4575" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 174.03540977705788,422.3473037726935 183.25724955569052,422.3473037726935 183.25724955569052,413.47821196373536 184.81941913567746,413.47821196373536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.405249999999997,-18.6575 -13.655249999999997,-18.6575 -13.655249999999997,-21.4575 -13.455249999999998,-21.4575" data-type="line" data-label="" points="185.32334480664102,365.1013475512362 182.80371645182336,365.1013475512362 182.80371645182336,393.321185125194 184.81941913567746,393.321185125194" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -14.067249999999996,-18.6575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 178.65136892308385,365.1013475512362 185.32334480664102,365.1013475512362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -10.285249999999998,-24.4775 -13.655249999999997,-24.4775 -13.655249999999997,-23.4575 -13.455249999999998,-23.4575" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 216.76830667476545,423.75829565139145 182.80371645182336,423.75829565139145 182.80371645182336,413.47821196373536 184.81941913567746,413.47821196373536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.615249999999996,-18.6575 -17.436249999999998,-18.65749999999999 -17.436249999999998,-19.457499999999996 -13.605249999999995,-19.457499999999996 -13.605249999999995,-18.6575 -13.405249999999995,-18.6575" data-type="line" data-label="" points="152.9713167307822,365.1013475512362 144.69685721356097,365.10134755123613 144.69685721356097,373.16415828665265 183.30764212278692,373.16415828665265 183.30764212278692,365.1013475512362 185.32334480664105,365.1013475512362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-21.734374999999996,-3.315000000000001 -21.734374999999996,-3.1150000000000007 -23.194374999999994,-3.1150000000000007 -23.194374999999994,-2.6140000000000008 -24.314375,-2.6140000000000008 -24.314375,-3.9650000000000007 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="101.3781467233583,210.47175541607612 101.3781467233583,208.456052732222 86.66351713122316,208.456052732222 86.66351713122316,203.4067175091674 75.37558210163999,203.4067175091674 75.37558210163999,217.02278913860206 77.3912847854941,217.02278913860206" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-3.9299999999999997 8.944374999999999,-2.9939999999999998 6.124375,-2.9939999999999998 6.124375,-3.545" data-type="line" data-label="" points="410.57434028480793,216.67004116892758 410.57434028480793,207.23655260849023 382.1529324424647,207.23655260849023 382.1529324424647,212.78981350250837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-5.125 9.924375,-5.125 9.924375,-3.7300000000000004 8.944374999999999,-3.7300000000000004 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 420.4512834356932,228.71386470495602 420.4512834356932,214.65433848507345 410.57434028480793,214.65433848507345 410.57434028480793,216.67004116892758" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -13.655249999999997,-23.857499999999998 -13.655249999999997,-22.857499999999998 -13.455249999999998,-22.857499999999998" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 182.80371645182336,417.50961733144356 182.80371645182336,407.43110391217294 184.81941913567746,407.43110391217294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.405249999999997,-18.857499999999998 -13.655249999999997,-18.857499999999998 -13.655249999999997,-22.857499999999998 -13.455249999999998,-22.857499999999998" data-type="line" data-label="" points="185.32334480664102,367.11705023509035 182.80371645182336,367.11705023509035 182.80371645182336,407.43110391217294 184.81941913567746,407.43110391217294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.769374999999997,-4.724999999999999 16.869374999999994,-4.724999999999999 16.869374999999994,-5.5299999999999985 14.211875000000001,-5.5299999999999985 14.211875000000001,-5.025 12.234375,-5.025" data-type="line" data-label="" points="489.4387077906008,224.68245933724774 490.4465591325279,224.68245933724774 490.4465591325279,232.79566263976062 463.6629097208162,232.79566263976062 463.6629097208162,227.70601336302894 443.73264943420844,227.70601336302894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.769374999999997,-4.924999999999999 16.969374999999996,-4.924999999999999 16.969374999999996,-4.2250000000000005 12.234375,-4.2250000000000005" data-type="line" data-label="" points="489.4387077906008,226.69816202110187 491.45441047445496,226.69816202110187 491.45441047445496,219.64320262761242 443.73264943420844,219.64320262761242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="21.529374999999998,-5.809999999999998 21.529374999999998,-5.459999999999998 22.841874999999995,-5.459999999999998 22.841874999999995,-4.679999999999999 23.154374999999998,-4.679999999999999" data-type="line" data-label="" points="537.4124316663292,235.6176463971564 537.4124316663292,232.09016670041166 550.6404805291219,232.09016670041166 550.6404805291219,224.22892623338055 553.790015972644,224.22892623338055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.405249999999997,-18.857499999999998 -10.704249999999996,-18.857499999999995 -10.704249999999996,-19.2575 -11.055249999999997,-19.2575 -11.055249999999997,-21.7575 -11.355249999999996,-21.7575" data-type="line" data-label="" points="205.48037164518234,367.11705023509035 212.5454095520911,367.1170502350903 212.5454095520911,371.1484556027986 209.00785134192705,371.1484556027986 209.00785134192705,396.3447391509752 205.98429731614587,396.3447391509752" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.405249999999997,-18.6575 -11.255249999999997,-18.6575 -11.255249999999997,-21.9575 -11.355249999999996,-21.9575" data-type="line" data-label="" points="205.48037164518234,365.1013475512362 206.99214865807295,365.1013475512362 206.99214865807295,398.3604418348294 205.98429731614587,398.3604418348294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.025 17.37537499999999,-4.025 17.37537499999999,-4.0760000000000005" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 495.5462869226788,217.6274999437583 495.5462869226788,218.1415041281411" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="25.754374999999996,-4.379999999999999 26.294374999999995,-4.379999999999999 26.294374999999995,-4.880999999999999" data-type="line" data-label="" points="579.9941508627477,221.20537220759937 585.4365481091538,221.20537220759937 585.4365481091538,226.25470743065398" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-23.394374999999997,-3.3150000000000004 -23.394374999999997,-3.1640000000000006 -23.445375,-3.1640000000000006" data-type="line" data-label="" points="84.647814447369,210.47175541607612 84.647814447369,208.94989988976627 84.13381026298617,208.94989988976627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.304375,-3.99 -12.304375,-3.8890000000000002 -12.555375,-3.8890000000000002" data-type="line" data-label="" points="196.41852826708055,217.2747519740838 196.41852826708055,216.2568221187375 193.88882139884362,216.2568221187375" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.304375,-6.5600000000000005 -12.304375,-6.6610000000000005 -12.655375,-6.6610000000000005" data-type="line" data-label="" points="196.41852826708055,243.17653146160941 196.41852826708055,244.19446131695577 192.88097005691657,244.19446131695577" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.224374999999998,-6.214999999999998 13.224374999999998,-6.315999999999998 12.873375,-6.315999999999998" data-type="line" data-label="" points="453.7103777192864,239.69944433196102 453.7103777192864,240.71737418730734 450.1728195091224,240.71737418730734" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.577249999999998,-23.55 -5.577249999999998,-23.4 -5.578249999999998,-23.4" data-type="line" data-label="" points="264.21794785269174,414.4104744550179 264.21794785269174,412.8986974421273 264.20786933927246,412.8986974421273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.510250000000001,-18.99 13.510250000000001,-18.888999999999996 13.159250000000002,-18.888999999999996" data-type="line" data-label="" points="456.5915727430204,368.45245326314364 456.5915727430204,367.4345234077973 453.0540145328564,367.4345234077973" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.890250000000002,-18.990000000000002 15.890250000000002,-18.889 15.539250000000003,-18.889" data-type="line" data-label="" points="480.5784346808846,368.45245326314375 480.5784346808846,367.4345234077973 477.0408764707206,367.4345234077973" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.13025,-18.99 11.13025,-18.888999999999996 10.779250000000001,-18.888999999999996" data-type="line" data-label="" points="432.60471080515623,368.45245326314364 432.60471080515623,367.4345234077973 429.0671525949922,367.4345234077973" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-26.574374999999996" data-y="-3.2149999999999994" x="40.000000000000014" y="189.30687723560771" width="25.196283548176638" height="40.314053677082626" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-23.594374999999996" data-y="-1.7000000000000008" x="77.39128478549414" y="190.768261681402" width="10.48165395604147" height="6.85338912510403" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-23.694374999999997" data-y="-3.8650000000000007" x="77.3912847854941" y="210.47175541607612" width="8.465951272187397" height="11.086364761197729" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-21.516874999999995" data-y="-3.6150000000000007" x="98.10262986209534" y="210.47175541607612" width="10.935187059908685" height="6.047108051562418" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-23.924374999999998" data-y="-6.420000000000001" x="69.2276889158849" y="237.73413421520326" width="20.1570268385413" height="8.06281073541652" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-21.314375" data-y="-1.8050000000000008" x="100.97500618658746" y="191.42336505365455" width="9.272232345729009" height="7.659670198645728" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-21.659374999999997" data-y="-7.020000000000001" x="96.89320825178287" y="243.98281253515108" width="10.48165395604147" height="7.659670198645699" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-20.109374999999996" data-y="-7.020000000000001" x="110.44880880070187" y="243.8820274009584" width="14.613844457942491" height="7.861240467031081" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-18.779374999999995" data-y="-7.020000000000001" x="126.5240377044386" y="243.98281253515108" width="9.272232345729037" height="7.659670198645699" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-16.776874999999997" data-y="-8.485000000000001" x="146.2779240062091" y="256.88330971181756" width="10.12890598636696" height="11.388720163775872" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-16.796875" data-y="-7.020000000000001" x="146.27792400620902" y="244.78909360869272" width="9.725765449596224" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-12.304375" data-y="-4.37" x="193.8988999122629" y="217.2747519740838" width="5.039256709635339" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-12.086875" data-y="-6.26" x="193.14301140581762" y="237.129423410047" width="10.935187059908685" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.979375000000002" data-y="-8.275" x="259.66119997300393" y="254.4140739240962" width="21.16487818046835" height="12.09421610312478" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-6.741875000000002" data-y="-8.575" x="246.407954826663" y="260.4611819756586" width="12.144608670221146" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-2.483125000000001" data-y="-7.875" x="289.93453465613817" y="253.4062225821691" width="10.935187059908685" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="0.45187499999999914" data-y="-8.075" x="319.51497154169755" y="255.42192526602324" width="10.935187059908685" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-2.2181250000000015" data-y="-6.409999999999999" x="289.9345346561381" y="235.97039436683087" width="16.27679917212214" height="11.388720163775872" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="0.836874999999999" data-y="-6.609999999999999" x="319.5149715416976" y="237.98609705068503" width="18.69564239274706" height="11.388720163775815" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-7.519375000000002" data-y="-4.775" x="240.00809880542613" y="221.35654990888844" width="9.272232345729037" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5.029375000000002" data-y="-4.28" x="259.66119997300393" y="216.16611549796403" width="20.1570268385413" height="8.062810735416548" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-7.5393750000000015" data-y="-2.9300000000000006" x="241.41909068412406" y="203.1648331871049" width="6.047108051562361" height="6.853389125104059" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5.4768750000000015" data-y="-1.9750000000000005" x="259.76198510719667" y="193.94299340847226" width="10.935187059908628" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="11.084375" data-y="-5.325" x="420.55206856988593" y="214.60394591797711" width="23.180580864322508" height="32.251242941666106" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="5.079374999999999" data-y="-3.9250000000000007" x="366.38005894130606" y="212.78981350250837" width="10.481653956041498" height="7.659670198645728" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="6.2593749999999995" data-y="-3.9250000000000007" x="378.8774155812017" y="212.78981350250837" width="9.272232345729037" height="7.659670198645728" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="7.629375" data-y="-3.9250000000000007" x="393.3904749049515" y="212.78981350250837" width="7.861240467031166" height="7.659670198645728" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="9.221875" data-y="-5.55" x="407.298823423545" y="229.97367888236482" width="12.144608670221146" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="9.221875" data-y="-4.23" x="407.298823423545" y="216.67004116892758" width="12.144608670221146" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="7.821875" data-y="-5.2250000000000005" x="394.3983262468786" y="226.6981620211019" width="9.725765449596167" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="13.234375" data-y="-4.624999999999999" x="450.7876088276979" y="220.24791343276866" width="6.047108051562418" height="6.853389125104059" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="13.321874999999999" data-y="-5.914999999999998" x="450.4348608580234" y="233.65233628039863" width="8.516343839283707" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="15.769374999999998" data-y="-4.724999999999999" x="469.28168095205956" y="220.65105396953948" width="20.157026838541242" height="8.06281073541652" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="24.354374999999997" data-y="-6.18" x="553.7900159726439" y="218.1818181818182" width="24.18843220624956" height="42.329756360936784" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="22.069374999999994" data-y="-4.979999999999999" x="538.2187127398707" y="223.4226451598389" width="9.27223234572898" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="20.769374999999997" data-y="-4.979999999999999" x="525.7213560999753" y="223.4226451598389" width="8.06281073541652" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="21.724375" data-y="-6.189999999999998" x="534.1369148050662" y="235.6176463971564" width="10.481653956041441" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="22.171875" data-y="-2.5699999999999994" x="539.0249938134125" y="199.93970889293826" width="9.725765449596224" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="27.256875" data-y="-4.652500000000002" x="590.2742345504039" y="220.92821308856946" width="9.725765449596224" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_39" data-x="-12.405249999999997" data-y="-22.6575" x="184.81941913567746" y="391.3054824413399" width="21.164878180468406" height="28.219837573957818" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_40" data-x="-14.330249999999996" data-y="-23.7575" x="170.75989291579492" y="412.6719308901937" width="10.48165395604147" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_41" data-x="-10.090249999999997" data-y="-23.057499999999997" x="213.4927898135025" y="405.6169714967042" width="10.481653956041498" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_42" data-x="-13.932249999999996" data-y="-16.5525" x="175.37585206182086" y="340.0562417043486" width="9.272232345729037" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_43" data-x="-11.949749999999996" data-y="-16.5525" x="195.12973836359134" y="340.86252277789026" width="9.725765449596196" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_44" data-x="-14.227749999999997" data-y="-22.1875" x="171.56617398933656" y="397.6549458954804" width="10.935187059908685" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_45" data-x="-10.069749999999996" data-y="-17.1475" x="214.0773435918202" y="346.85923826235637" width="9.725765449596167" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_46" data-x="-12.405249999999997" data-y="-18.857499999999998" x="185.323344806641" y="363.0856448673821" width="20.157026838541327" height="8.06281073541652" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_47" data-x="-15.615249999999996" data-y="-18.857499999999998" x="152.97131673078218" y="363.0856448673821" width="20.157026838541327" height="8.06281073541652" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_48" data-x="-2.8472499999999967" data-y="-21.095" x="281.65377606802997" y="386.6441699849272" width="20.1570268385413" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_49" data-x="-5.2347499999999965" data-y="-22.085" x="262.8069559739938" y="396.6218982700052" width="9.725765449596167" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_50" data-x="-0.17224999999999657" data-y="-21.814999999999998" x="314.9632629187195" y="391.6834266945625" width="7.458099930260232" height="10.481653956041555" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_51" data-x="4.427750000000003" data-y="-20.468333333333334" x="360.392162156082" y="379.52202050197593" width="9.322624912825347" height="7.659670198645642" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_52" data-x="1.7477500000000035" data-y="-21.195" x="327.9645452295786" y="387.6520213268543" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_53" data-x="-1.5497499999999969" data-y="-18.494999999999997" x="294.7306472295337" y="360.4400350948235" width="20.1570268385413" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_54" data-x="-3.937249999999996" data-y="-18.89" x="275.88382713549754" y="364.42104789543544" width="9.725765449596167" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_55" data-x="4.422750000000003" data-y="-18.363333333333333" x="361.27403208026817" y="356.8957578757134" width="7.458099930260289" height="10.481653956041441" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_56" data-x="6.367750000000004" data-y="-18.508333333333333" x="379.9444781894671" y="359.7681342002055" width="9.322624912825347" height="7.659670198645642" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_57" data-x="1.747750000000003" data-y="-18.595" x="327.9645452295786" y="361.44788643675054" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_58" data-x="-1.462249999999997" data-y="-15.895" x="295.6125171537198" y="334.23590020471977" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_59" data-x="-3.8497499999999976" data-y="-16.884999999999998" x="276.7656970596837" y="344.21362848979777" width="9.725765449596167" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_60" data-x="0.8077500000000031" data-y="-13.569999999999999" x="324.84020606960473" y="308.58608355267603" width="7.458099930260289" height="10.481653956041441" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_61" data-x="-1.3122499999999964" data-y="-13.614999999999998" x="302.5414951294684" y="310.45060853524103" width="9.322624912825404" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_62" data-x="1.747750000000003" data-y="-15.994999999999997" x="327.9645452295786" y="335.2437515466469" width="20.157026838541356" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_63" data-x="-3.0322499999999972" data-y="-23.695" x="279.7892510854649" y="412.848304875031" width="20.1570268385413" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_64" data-x="-5.419749999999997" data-y="-23.895" x="260.94243099142875" y="414.8640075588851" width="9.725765449596224" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_65" data-x="1.5711590909090933" data-y="-26.74" x="332.5342348367252" y="441.3201052844705" width="7.458099930260289" height="10.481653956041498" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_66" data-x="-0.3522499999999977" data-y="-24.635" x="312.21686801196824" y="421.5158264156037" width="9.322624912825347" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_67" data-x="1.7477500000000021" data-y="-24.235" x="327.9645452295786" y="418.2907021214371" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_68" data-x="11.312750000000001" data-y="-19.555" x="429.3291939438933" y="368.45245326314364" width="10.229691120559721" height="11.388720163775929" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_69" data-x="13.692750000000002" data-y="-19.555" x="453.3160558817575" y="368.45245326314364" width="10.229691120559721" height="11.388720163775929" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_70" data-x="16.13275" data-y="-19.555000000000003" x="477.3029178196216" y="368.45245326314375" width="11.439112730872239" height="11.388720163775815" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_71" data-x="11.22775" data-y="-21.020000000000003" x="429.3291939438933" y="385.888281478482" width="8.516343839283707" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_72" data-x="13.607750000000001" data-y="-21.020000000000003" x="453.3160558817574" y="385.888281478482" width="8.516343839283707" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_73" data-x="15.987750000000002" data-y="-21.020000000000003" x="477.3029178196216" y="385.888281478482" width="8.516343839283707" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J1" data-x="-27.304375" data-y="-1.4999999999999991" x="43.426694562552" y="190.91943938269105" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="MIC5219_3_3YM5_TR" data-x="-23.504374999999996" data-y="-6.950000000000001" x="73.25909428359317" y="246.2000854873906" width="20.560167375312147" height="1.8141324154687197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U3" data-x="-24.404374999999995" data-y="-5.905000000000001" x="72.65438347843694" y="235.31529099457828" width="3.628264830937411" height="2.5196283548176837" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="TP4056_42_ESOP8" data-x="-4.729375000000001" data-y="-9.004999999999999" x="263.69260534071225" y="266.91143056399176" width="18.141324154687197" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="IC1" data-x="-5.449375000000002" data-y="-7.5600000000000005" x="263.08789453555596" y="251.99523070347124" width="4.8376864412499" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="B2B_PH_SM4_TBT_LF__SN_" data-x="-4.309375000000001" data-y="-4.8100000000000005" x="263.69260534071225" y="224.63206677015143" width="26.607275426874537" height="1.8141324154687197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J3" data-x="-5.509375000000001" data-y="-3.7650000000000006" x="263.08789453555596" y="213.7472722773391" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="CP2102N_A02_GQFN28R" data-x="11.474374999999998" data-y="-7.055" x="424.58347393759414" y="247.258329396414" width="22.979010595937154" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U6" data-x="10.454374999999999" data-y="-3.6100000000000003" x="423.97876313243796" y="212.18510269735214" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="DDC114TU_7_F" data-x="15.889375" data-y="-5.254999999999999" x="473.31308631976776" y="229.11700524172682" width="14.513059323749815" height="1.8141324154687197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U7" data-x="15.289375" data-y="-4.209999999999999" x="472.7083755146116" y="218.23221074891453" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="ESP32_WROOM_32_N4" data-x="24.574374999999996" data-y="-8.41" x="557.8214213403522" y="260.91471507952576" width="20.560167375312176" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U8" data-x="23.674374999999998" data-y="-3.964999999999999" x="557.216710535196" y="215.7629749611932" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="MPU_6050" data-x="-12.575249999999997" data-y="-24.1875" x="188.85082450338575" y="419.9284605520686" width="9.675372882499829" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U9" data-x="-12.935249999999996" data-y="-21.142500000000002" x="188.24611369822952" y="388.886639220715" width="3.628264830937411" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J8" data-x="-12.885249999999996" data-y="-18.3425" x="188.75003936919305" y="360.66680164675716" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J9" data-x="-16.095249999999997" data-y="-18.3425" x="156.39801129333424" y="360.66680164675716" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-2.367249999999997" data-y="-21.525" x="285.68518143573823" y="393.09441857326044" width="21.769588985624637" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T1" data-x="-3.3272499999999976" data-y="-20.68" x="285.080470630582" y="384.2253267643023" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.347750000000003" data-y="-21.625" x="331.9959505972869" y="394.10226991518755" width="24.188432206249615" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J2" data-x="1.2677500000000035" data-y="-20.78" x="331.3912397921307" y="385.23317810622933" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-1.0697499999999969" data-y="-18.925" x="298.7620525972419" y="366.8902836831568" width="21.769588985624637" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T2" data-x="-2.029749999999997" data-y="-18.08" x="298.1573417920856" y="358.0211918741985" width="3.6282648309374395" height="2.519628354817712" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.347750000000003" data-y="-19.025" x="331.9959505972869" y="367.8981350250838" width="24.188432206249615" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J5" data-x="1.267750000000003" data-y="-18.18" x="331.3912397921307" y="359.0290432161256" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-0.982249999999997" data-y="-16.325" x="299.64392252142807" y="340.686148793053" width="21.769588985624637" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T3" data-x="-1.942249999999997" data-y="-15.479999999999999" x="299.0392117162719" y="331.81705698409485" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.347750000000003" data-y="-16.424999999999997" x="331.9959505972869" y="341.6940001349801" width="24.188432206249615" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J6" data-x="1.267750000000003" data-y="-15.579999999999997" x="331.3912397921307" y="332.82490832602184" width="3.6282648309374395" height="2.519628354817712" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-2.5522499999999977" data-y="-24.125" x="283.8206564531732" y="419.2985534633642" width="21.76958898562458" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T4" data-x="-3.512249999999998" data-y="-23.28" x="283.21594564801694" y="410.429461654406" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.3477500000000022" data-y="-24.665" x="331.9959505972869" y="424.74095070977035" width="24.188432206249615" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J4" data-x="1.2677500000000022" data-y="-23.82" x="331.3912397921307" y="415.8718589008121" width="3.6282648309374395" height="2.519628354817712" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="netId: GND
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-22.924374999999998,-6.520000000000001 -21.854374999999997,-6.6400000000000015" data-type="line" data-label="" points="89.3847157544262,242.7733909248386 100.16872511304581,243.98281253515108" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-7.320000000000002 -16.954375,-7.920000000000002" data-type="line" data-label="" points="149.55344086747203,250.83620166025514 149.55344086747203,256.8833097118175" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-8.075 -7.019375000000002,-8.274999999999999" data-type="line" data-label="" points="259.66119997300393,258.4454792918044 249.683471687926,260.4611819756586" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-6.975 -2.7006250000000014,-7.574999999999999" data-type="line" data-label="" points="293.21005151740115,247.35911453060675 293.21005151740115,253.4062225821691" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-8.175 -3.929375000000002,-8.375" data-type="line" data-label="" points="293.21005151740115,259.4533306337315 280.8260781534723,261.4690333175856" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-7.174999999999999 0.2343749999999991,-7.774999999999999" data-type="line" data-label="" points="322.79048840296053,249.37481721446085 322.79048840296053,255.42192526602327" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-8.375 -3.929375000000002,-8.575" data-type="line" data-label="" points="322.79048840296053,261.4690333175856 280.8260781534723,263.4847360014398" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.625 12.934375,-4.624999999999999" data-type="line" data-label="" points="443.73264943420844,223.67460799532068 450.7876088276979,223.67460799532068" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.825 13.224374999999998,-5.614999999999998" data-type="line" data-label="" points="443.73264943420844,225.69031067917481 453.7103777192864,233.65233628039863" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.934375,-4.925 7.564375,-3.545" data-type="line" data-label="" points="420.55206856988593,226.6981620211019 396.66599176621446,212.78981350250837" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-5.25 8.944374999999999,-4.530000000000001" data-type="line" data-label="" points="410.57434028480793,229.97367888236485 410.57434028480793,222.71714922049" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-5.25 9.934375,-5.325" data-type="line" data-label="" points="410.57434028480793,229.97367888236485 420.55206856988593,230.72956738881015" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.664375,-4.925000000000001 9.934375,-4.925" data-type="line" data-label="" points="397.6738431081415,226.6981620211019 420.55206856988593,226.6981620211019" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.664375,-5.525 9.934375,-5.525" data-type="line" data-label="" points="397.6738431081415,232.74527007266428 420.55206856988593,232.74527007266428" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-13.455249999999998,-23.2575 -14.525249999999996,-23.3775" data-type="line" data-label="" points="184.81941913567746,411.46250927988126 174.03540977705788,412.6719308901937" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-11.355249999999996,-22.557499999999997 -10.285249999999998,-22.6775" data-type="line" data-label="" points="205.98429731614587,404.40754988639173 216.76830667476545,405.6169714967042" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-14.445249999999998,-21.8875 -13.455249999999998,-23.057499999999997" data-type="line" data-label="" points="174.84169085059952,397.6549458954804 184.81941913567746,409.44680659602705" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.3647499999999977,-24.255000000000003 0.7477500000000021,-24.135" data-type="line" data-label="" points="316.75219905064,421.5158264156037 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="11.13025,-20.12 11.13025,-20.720000000000002" data-type="line" data-label="" points="432.60471080515623,379.84117342691957 432.60471080515623,385.888281478482" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.510250000000001,-20.12 13.510250000000001,-20.720000000000002" data-type="line" data-label="" points="456.5915727430204,379.84117342691957 456.5915727430204,385.888281478482" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="15.890250000000002,-20.120000000000005 15.890250000000002,-20.720000000000002" data-type="line" data-label="" points="480.5784346808846,379.84117342691957 480.5784346808846,385.888281478482" fill="none" stroke="hsl(176, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -25.324374999999996,-4.614999999999999" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 65.19628354817664,223.57382286112798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.949374999999996,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 48.81869924186179,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.749374999999997,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 50.83440192571595,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.549374999999998,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -26.349374999999995,-5.215" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.414999999999999 -16.954375,-9.05" data-type="line" data-label="" points="65.19628354817664,221.55812017727385 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.949374999999996,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 48.81869924186179,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.749374999999997,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 50.83440192571595,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.549374999999998,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -26.349374999999995,-5.215" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -16.954375,-9.05" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.749374999999997,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 50.83440192571595,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.549374999999998,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.349374999999995,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.949374999999996,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -26.549374999999998,-5.215" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 52.85010460957005,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -26.349374999999995,-5.215" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.749374999999997,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -26.349374999999995,-5.215" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 54.86580729342421,229.62093091269037" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.549374999999998,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -21.734374999999996,-3.9150000000000005" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 101.3781467233583,216.51886346763854" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-26.349374999999995,-5.215 -16.954375,-9.05" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 69.2276889158849,241.76553958291152" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.734374999999996,-3.9150000000000005 -16.954375,-9.05" data-type="line" data-label="" points="101.3781467233583,216.51886346763854 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -21.449374999999996,-2.185000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 104.25052304785044,199.0830352523003" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -16.954375,-9.05" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 100.16872511304581,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.449374999999996,-2.185000000000001 -16.954375,-9.05" data-type="line" data-label="" points="104.25052304785044,199.0830352523003 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 115.99199118130073,251.74326786798946" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -16.954375,-9.05" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-7.410000000000001 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="115.99199118130073,251.74326786798946 129.79955456570156,251.64248273379678" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-7.410000000000001 -16.954375,-9.05" data-type="line" data-label="" points="115.99199118130073,251.74326786798946 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-18.914374999999996,-7.400000000000001 -16.954375,-9.05" data-type="line" data-label="" points="129.79955456570156,251.64248273379678 149.55344086747203,268.2720298755934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -6.029375000000002,-8.275" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 259.66119997300393,260.4611819756586" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -3.929375000000002,-7.975" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 280.8260781534723,257.43762794987737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -7.019375000000002,-8.875" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 249.683471687926,266.508290027221" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -7.654375000000002,-5.155" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -6.029375000000002,-4.38" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-7.875 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="259.66119997300393,256.4297766079503 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -3.929375000000002,-7.975" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 280.8260781534723,257.43762794987737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -7.019375000000002,-8.875" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 249.683471687926,266.508290027221" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -7.654375000000002,-5.155" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -6.029375000000002,-4.38" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.275 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -7.019375000000002,-8.875" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 249.683471687926,266.508290027221" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -7.654375000000002,-5.155" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -6.029375000000002,-4.38" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-7.975 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.019375000000002,-8.875 -7.654375000000002,-5.155" data-type="line" data-label="" points="249.683471687926,266.508290027221 243.28361566668912,229.01622010753414" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.019375000000002,-8.875 -6.029375000000002,-4.38" data-type="line" data-label="" points="249.683471687926,266.508290027221 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.019375000000002,-8.875 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="249.683471687926,266.508290027221 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-5.155 -6.029375000000002,-4.38" data-type="line" data-label="" points="243.28361566668912,229.01622010753414 259.66119997300393,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-5.155 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="243.28361566668912,229.01622010753414 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-4.38 -5.694375000000002,-2.2750000000000004" data-type="line" data-label="" points="259.66119997300393,221.20537220759937 263.0375019684596,199.99010146003465" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 12.234375,-4.025" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 443.73264943420844,217.6274999437583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 4.8843749999999995,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 369.6555758025691,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 6.124375,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 382.1529324424647,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 7.564375,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-4.325 8.944374999999999,-5.85" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 4.8843749999999995,-4.3050000000000015" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 369.6555758025691,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 6.124375,-4.3050000000000015" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 382.1529324424647,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 7.564375,-4.3050000000000015" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.025 8.944374999999999,-5.85" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 6.124375,-4.3050000000000015" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 382.1529324424647,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 7.564375,-4.3050000000000015" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 8.944374999999999,-5.85" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.124375,-4.3050000000000015 7.564375,-4.3050000000000015" data-type="line" data-label="" points="382.1529324424647,220.4494837011541 396.66599176621446,220.4494837011541" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.124375,-4.3050000000000015 8.944374999999999,-5.85" data-type="line" data-label="" points="382.1529324424647,220.4494837011541 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.564375,-4.3050000000000015 8.944374999999999,-5.85" data-type="line" data-label="" points="396.66599176621446,220.4494837011541 410.57434028480793,236.02078693392724" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 23.154374999999998,-7.079999999999999" data-type="line" data-label="" points="553.790015972644,220.1975208656723 553.790015972644,248.41735843963016" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 25.554374999999997,-4.579999999999999" data-type="line" data-label="" points="553.790015972644,220.1975208656723 577.9784481788936,223.2210748914535" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 25.554374999999997,-4.379999999999999" data-type="line" data-label="" points="553.790015972644,220.1975208656723 577.9784481788936,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,220.1975208656723 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,220.1975208656723 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.279999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="553.790015972644,220.1975208656723 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 25.554374999999997,-4.579999999999999" data-type="line" data-label="" points="553.790015972644,248.41735843963016 577.9784481788936,223.2210748914535" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 25.554374999999997,-4.379999999999999" data-type="line" data-label="" points="553.790015972644,248.41735843963016 577.9784481788936,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,248.41735843963016 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="553.790015972644,248.41735843963016 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="553.790015972644,248.41735843963016 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 25.554374999999997,-4.379999999999999" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 577.9784481788936,221.20537220759937" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.579999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="577.9784481788936,223.2210748914535 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 541.4942296011338,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-5.3599999999999985 20.694374999999997,-5.3599999999999985" data-type="line" data-label="" points="541.4942296011338,231.0823153584846 528.9968729612382,231.0823153584846" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-5.3599999999999985 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="541.4942296011338,231.0823153584846 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="20.694374999999997,-5.3599999999999985 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="528.9968729612382,231.0823153584846 537.4124316663292,243.2773165958021" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -13.455249999999998,-23.4575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 184.81941913567746,413.47821196373536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -11.355249999999996,-22.9575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 205.98429731614587,408.43895525410005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -14.525249999999996,-24.1375" data-type="line" data-label="" points="184.81941913567746,393.321185125194 174.03540977705788,420.3316010888394" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="184.81941913567746,393.321185125194 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="184.81941913567746,393.321185125194 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -14.445249999999998,-22.4875" data-type="line" data-label="" points="184.81941913567746,393.321185125194 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-21.4575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="184.81941913567746,393.321185125194 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -11.355249999999996,-22.9575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 205.98429731614587,408.43895525410005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -14.525249999999996,-24.1375" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 174.03540977705788,420.3316010888394" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -14.445249999999998,-22.4875" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -14.525249999999996,-24.1375" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 174.03540977705788,420.3316010888394" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -14.445249999999998,-22.4875" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 216.76830667476545,413.2766416953499" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -14.445249999999998,-22.4875" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -13.405249999999997,-18.6575" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -16.615249999999996,-18.6575" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -14.067249999999996,-16.932499999999997" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 178.65136892308385,347.7159119029943" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -14.445249999999998,-22.4875" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -13.405249999999997,-18.6575" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -16.615249999999996,-18.6575" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -14.445249999999998,-22.4875" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 174.84169085059952,403.7020539470428" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -13.405249999999997,-18.6575" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -16.615249999999996,-18.6575" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.445249999999998,-22.4875 -13.405249999999997,-18.6575" data-type="line" data-label="" points="174.84169085059952,403.7020539470428 185.32334480664102,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.445249999999998,-22.4875 -16.615249999999996,-18.6575" data-type="line" data-label="" points="174.84169085059952,403.7020539470428 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.405249999999997,-18.6575 -16.615249999999996,-18.6575" data-type="line" data-label="" points="185.32334480664102,365.1013475512362 152.9713167307822,365.1013475512362" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -5.392249999999997,-22.385" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 266.0824728352568,402.6690063215676" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -2.549749999999997,-18.595" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 294.73064722953364,364.47144046253175" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -4.094749999999996,-19.19" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 279.15934399676047,370.46815594699785" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -4.007249999999997,-17.185" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-21.195 -5.577249999999998,-24.195" data-type="line" data-label="" points="281.65377606802997,390.6755753526355 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -2.549749999999997,-18.595" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 294.73064722953364,364.47144046253175" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -4.094749999999996,-19.19" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 279.15934399676047,370.46815594699785" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -4.007249999999997,-17.185" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.392249999999997,-22.385 -5.577249999999998,-24.195" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -4.094749999999996,-19.19" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 279.15934399676047,370.46815594699785" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -4.007249999999997,-17.185" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.595 -5.577249999999998,-24.195" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -2.462249999999997,-15.994999999999997" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 295.6125171537198,338.2673055724281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -4.007249999999997,-17.185" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.094749999999996,-19.19 -5.577249999999998,-24.195" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -4.007249999999997,-17.185" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 280.0412139209467,350.26073654136013" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -5.577249999999998,-24.195" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.007249999999997,-17.185 -4.032249999999998,-23.794999999999998" data-type="line" data-label="" points="280.0412139209467,350.26073654136013 279.7892510854649,416.8797102427392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.007249999999997,-17.185 -5.577249999999998,-24.195" data-type="line" data-label="" points="280.0412139209467,350.26073654136013 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.032249999999998,-23.794999999999998 -5.577249999999998,-24.195" data-type="line" data-label="" points="279.7892510854649,416.8797102427392 264.21794785269174,420.9111156104475" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.13025,-21.320000000000004 13.510250000000001,-21.320000000000004" data-type="line" data-label="" points="432.60471080515623,391.9353895300444 456.5915727430204,391.9353895300444" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.13025,-21.320000000000004 15.890250000000002,-21.320000000000004" data-type="line" data-label="" points="432.60471080515623,391.9353895300444 480.5784346808846,391.9353895300444" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.510250000000001,-21.320000000000004 15.890250000000002,-21.320000000000004" data-type="line" data-label="" points="456.5915727430204,391.9353895300444 480.5784346808846,391.9353895300444" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -25.324374999999996,-2.0149999999999997" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 65.19628354817664,197.36968797102426" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -24.114374999999995,-1.7700000000000007" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 77.39128478549415,194.90045218330297" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 77.3912847854941,217.02278913860206" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-1.8149999999999993 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="65.19628354817664,195.35398528717013 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -24.114374999999995,-1.7700000000000007" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 77.39128478549415,194.90045218330297" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 77.3912847854941,217.02278913860206" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.114374999999995,-1.7700000000000007 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="77.39128478549415,194.90045218330297 77.3912847854941,217.02278913860206" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.114374999999995,-1.7700000000000007 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="77.39128478549415,194.90045218330297 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.114375,-3.9650000000000007 -21.734374999999996,-3.315000000000001" data-type="line" data-label="" points="77.3912847854941,217.02278913860206 101.3781467233583,210.47175541607612" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-3.5149999999999997 -25.324374999999996,-3.3149999999999995" data-type="line" data-label="" points="65.19628354817664,212.48745809993025 65.19628354817664,210.47175541607612" fill="none" stroke="hsl(25, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-2.9149999999999996 -25.324374999999996,-3.1149999999999993" data-type="line" data-label="" points="65.19628354817664,206.44035004836786 65.19628354817664,208.456052732222" fill="none" stroke="hsl(28, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.074374999999996,-1.7700000000000007 -23.384374999999995,-4.415000000000001" data-type="line" data-label="" points="87.87293874153562,194.90045218330297 84.74859958156173,221.55812017727385" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.074374999999996,-1.7700000000000007 -24.924374999999998,-6.220000000000001" data-type="line" data-label="" points="87.87293874153562,194.90045218330297 69.2276889158849,239.74983689905739" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.074374999999996,-1.7700000000000007 -21.449374999999996,-1.4250000000000007" data-type="line" data-label="" points="87.87293874153562,194.90045218330297 104.25052304785044,191.42336505365458" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.384374999999995,-4.415000000000001 -24.924374999999998,-6.220000000000001" data-type="line" data-label="" points="84.74859958156173,221.55812017727385 69.2276889158849,239.74983689905739" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-23.384374999999995,-4.415000000000001 -21.449374999999996,-1.4250000000000007" data-type="line" data-label="" points="84.74859958156173,221.55812017727385 104.25052304785044,191.42336505365458" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-24.924374999999998,-6.220000000000001 -21.449374999999996,-1.4250000000000007" data-type="line" data-label="" points="69.2276889158849,239.74983689905739 104.25052304785044,191.42336505365458" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.475 -3.929375000000002,-8.175" data-type="line" data-label="" points="259.66119997300393,262.47688465951273 280.8260781534723,259.4533306337315" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.475 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="259.66119997300393,262.47688465951273 293.21005151740115,235.97039436683087" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.475 0.2343749999999991,-6.045" data-type="line" data-label="" points="259.66119997300393,262.47688465951273 322.79048840296053,237.98609705068503" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-8.175 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="280.8260781534723,259.4533306337315 293.21005151740115,235.97039436683087" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.929375000000002,-8.175 0.2343749999999991,-6.045" data-type="line" data-label="" points="280.8260781534723,259.4533306337315 322.79048840296053,237.98609705068503" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7006250000000014,-5.844999999999999 0.2343749999999991,-6.045" data-type="line" data-label="" points="293.21005151740115,235.97039436683087 322.79048840296053,237.98609705068503" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-5.125 4.8843749999999995,-3.545" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 369.6555758025691,212.78981350250837" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-5.125 6.124375,-3.545" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 382.1529324424647,212.78981350250837" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.934375,-5.125 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 410.57434028480793,216.67004116892758" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-3.545 6.124375,-3.545" data-type="line" data-label="" points="369.6555758025691,212.78981350250837 382.1529324424647,212.78981350250837" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.8843749999999995,-3.545 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="369.6555758025691,212.78981350250837 410.57434028480793,216.67004116892758" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.124375,-3.545 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="382.1529324424647,212.78981350250837 410.57434028480793,216.67004116892758" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.675 -7.654375000000002,-4.3950000000000005" data-type="line" data-label="" points="259.66119997300393,264.49258734336684 243.28361566668912,221.35654990888844" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.675 -6.029375000000002,-4.180000000000001" data-type="line" data-label="" points="259.66119997300393,264.49258734336684 259.66119997300393,219.18966952374524" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-8.675 -7.839375000000001,-2.9300000000000006" data-type="line" data-label="" points="259.66119997300393,264.49258734336684 241.41909068412406,206.59152774965693" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-4.3950000000000005 -6.029375000000002,-4.180000000000001" data-type="line" data-label="" points="243.28361566668912,221.35654990888844 259.66119997300393,219.18966952374524" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.654375000000002,-4.3950000000000005 -7.839375000000001,-2.9300000000000006" data-type="line" data-label="" points="243.28361566668912,221.35654990888844 241.41909068412406,206.59152774965693" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.029375000000002,-4.180000000000001 -7.839375000000001,-2.9300000000000006" data-type="line" data-label="" points="259.66119997300393,219.18966952374524 241.41909068412406,206.59152774965693" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 4.415250000000003,-20.088333333333335" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 364.92749319475377,379.522020501976" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 363.99523070347124,356.89575787571334" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 -1.3247499999999963,-13.235" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.747750000000003,-16.095" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 1.4711590909090932,-26.22" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-21.294999999999995 0.7477500000000021,-24.135" data-type="line" data-label="" points="317.6844615419226,391.6834266945625 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,391.6834266945625" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="364.92749319475377,379.522020501976 363.99523070347124,356.89575787571334" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="364.92749319475377,379.522020501976 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 -1.3247499999999963,-13.235" data-type="line" data-label="" points="364.92749319475377,379.522020501976 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.747750000000003,-16.095" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 1.4711590909090932,-26.22" data-type="line" data-label="" points="364.92749319475377,379.522020501976 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="364.92749319475377,379.522020501976 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 0.7477500000000021,-24.135" data-type="line" data-label="" points="364.92749319475377,379.522020501976 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 363.99523070347124,356.89575787571334" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 -1.3247499999999963,-13.235" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.747750000000003,-16.095" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7477500000000035,-21.294999999999998 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 6.355250000000003,-18.128333333333334" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 384.47980922813883,359.7681342002055" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 -1.3247499999999963,-13.235" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.747750000000003,-16.095" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 1.4711590909090932,-26.22" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 0.7477500000000021,-24.135" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.9645452295786,363.4635891206047" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 -1.3247499999999963,-13.235" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.747750000000003,-16.095" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 1.4711590909090932,-26.22" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.128333333333334 0.7477500000000021,-24.135" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.7077500000000031,-13.049999999999999" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.5614046928078,308.586083552676" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 -1.3247499999999963,-13.235" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.747750000000003,-16.095" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 -1.3247499999999963,-13.235" data-type="line" data-label="" points="327.5614046928078,308.586083552676 307.0768261681402,310.45060853524103" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 0.747750000000003,-16.095" data-type="line" data-label="" points="327.5614046928078,308.586083552676 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.5614046928078,308.586083552676 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.5614046928078,308.586083552676 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.5614046928078,308.586083552676 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 0.747750000000003,-16.095" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 327.9645452295786,339.27515691435514" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 1.4711590909090932,-26.22" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.235 0.7477500000000021,-24.135" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-16.095 1.4711590909090932,-26.22" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 335.25543345992827,441.3201052844705" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-16.095 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.747750000000003,-16.095 0.7477500000000021,-24.135" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-26.22 -0.3647499999999977,-24.255000000000003" data-type="line" data-label="" points="335.25543345992827,441.3201052844705 316.75219905064,421.5158264156037" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-26.22 0.7477500000000021,-24.135" data-type="line" data-label="" points="335.25543345992827,441.3201052844705 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3647499999999977,-24.255000000000003 0.7477500000000021,-24.135" data-type="line" data-label="" points="316.75219905064,421.5158264156037 327.9645452295786,420.3064048052912" fill="none" stroke="hsl(239, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-22.924374999999998,-6.32 -20.284374999999997,-6.630000000000002" data-type="line" data-label="" points="89.3847157544262,240.75768824098446 115.99199118130073,243.88202740095838" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-22.924374999999998,-6.32 -18.914374999999996,-6.6400000000000015" data-type="line" data-label="" points="89.3847157544262,240.75768824098446 129.79955456570156,243.98281253515108" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-22.924374999999998,-6.32 -16.954375,-6.720000000000001" data-type="line" data-label="" points="89.3847157544262,240.75768824098446 149.55344086747203,244.78909360869272" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-6.630000000000002 -18.914374999999996,-6.6400000000000015" data-type="line" data-label="" points="115.99199118130073,243.88202740095838 129.79955456570156,243.98281253515108" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-20.284374999999997,-6.630000000000002 -16.954375,-6.720000000000001" data-type="line" data-label="" points="115.99199118130073,243.88202740095838 149.55344086747203,244.78909360869272" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-18.914374999999996,-6.6400000000000015 -16.954375,-6.720000000000001" data-type="line" data-label="" points="129.79955456570156,243.98281253515108 149.55344086747203,244.78909360869272" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 21.934374999999996,-4.599999999999999" data-type="line" data-label="" points="553.790015972644,222.21322354952642 541.4942296011338,223.4226451598389" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 20.694374999999997,-4.599999999999999" data-type="line" data-label="" points="553.790015972644,222.21322354952642 528.9968729612382,223.4226451598389" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 22.014374999999998,-2.2699999999999996" data-type="line" data-label="" points="553.790015972644,222.21322354952642 542.3005106746755,199.93970889293828" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.479999999999999 27.099375,-4.352500000000002" data-type="line" data-label="" points="553.790015972644,222.21322354952642 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 20.694374999999997,-4.599999999999999" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 528.9968729612382,223.4226451598389" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 22.014374999999998,-2.2699999999999996" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 542.3005106746755,199.93970889293828" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 27.099375,-4.352500000000002" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="20.694374999999997,-4.599999999999999 22.014374999999998,-2.2699999999999996" data-type="line" data-label="" points="528.9968729612382,223.4226451598389 542.3005106746755,199.93970889293828" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="20.694374999999997,-4.599999999999999 27.099375,-4.352500000000002" data-type="line" data-label="" points="528.9968729612382,223.4226451598389 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="22.014374999999998,-2.2699999999999996 27.099375,-4.352500000000002" data-type="line" data-label="" points="542.3005106746755,199.93970889293828 593.5497514116668,220.92821308856946" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -13.455249999999998,-23.857499999999998" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 184.81941913567746,417.50961733144356" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -14.067249999999996,-16.1725" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 178.65136892308385,340.0562417043486" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 198.40525522485433,340.86252277789026" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -10.227249999999996,-16.8475" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-22.857499999999998 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="184.81941913567746,407.43110391217294 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -14.067249999999996,-16.1725" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 178.65136892308385,340.0562417043486" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 198.40525522485433,340.86252277789026" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -10.227249999999996,-16.8475" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 198.40525522485433,340.86252277789026" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -10.227249999999996,-16.8475" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.107249999999997,-16.252499999999998 -10.227249999999996,-16.8475" data-type="line" data-label="" points="198.40525522485433,340.86252277789026 217.35286045308317,346.8592382623563" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.107249999999997,-16.252499999999998 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="198.40525522485433,340.86252277789026 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.227249999999996,-16.8475 -13.405249999999997,-18.857499999999998" data-type="line" data-label="" points="217.35286045308317,346.8592382623563 185.32334480664102,367.11705023509035" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.239375000000002,-2.9300000000000006 -5.694375000000002,-1.6750000000000007" data-type="line" data-label="" points="247.46619873568642,206.59152774965693 263.0375019684596,193.94299340847226" fill="none" stroke="hsl(270, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-5.025 14.769374999999998,-4.524999999999999" data-type="line" data-label="" points="443.73264943420844,227.70601336302894 469.28168095205956,222.6667566533936" fill="none" stroke="hsl(129, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-5.025 16.769374999999997,-4.724999999999999" data-type="line" data-label="" points="443.73264943420844,227.70601336302894 489.4387077906008,224.68245933724774" fill="none" stroke="hsl(129, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.769374999999998,-4.524999999999999 16.769374999999997,-4.724999999999999" data-type="line" data-label="" points="469.28168095205956,222.6667566533936 489.4387077906008,224.68245933724774" fill="none" stroke="hsl(129, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.2250000000000005 14.769374999999998,-4.724999999999999" data-type="line" data-label="" points="443.73264943420844,219.64320262761242 469.28168095205956,224.68245933724774" fill="none" stroke="hsl(354, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.234375,-4.2250000000000005 16.769374999999997,-4.924999999999999" data-type="line" data-label="" points="443.73264943420844,219.64320262761242 489.4387077906008,226.69816202110187" fill="none" stroke="hsl(354, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.769374999999998,-4.724999999999999 16.769374999999997,-4.924999999999999" data-type="line" data-label="" points="469.28168095205956,224.68245933724774 489.4387077906008,226.69816202110187" fill="none" stroke="hsl(354, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="25.554374999999997,-7.18 27.099375,-4.9525000000000015" data-type="line" data-label="" points="577.9784481788936,249.42520978155721 593.5497514116668,226.97532114013183" fill="none" stroke="hsl(290, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.68 21.529374999999998,-5.809999999999998" data-type="line" data-label="" points="553.790015972644,224.22892623338058 537.4124316663292,235.6176463971564" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="23.154374999999998,-4.68 22.014374999999998,-2.869999999999999" data-type="line" data-label="" points="553.790015972644,224.22892623338058 542.3005106746755,205.98681694450067" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="21.529374999999998,-5.809999999999998 22.014374999999998,-2.869999999999999" data-type="line" data-label="" points="537.4124316663292,235.6176463971564 542.3005106746755,205.98681694450067" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.462249999999997,-15.794999999999998 -4.007249999999997,-16.584999999999997" data-type="line" data-label="" points="295.6125171537198,336.2516028885739 280.0412139209467,344.21362848979777" fill="none" stroke="hsl(326, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.549749999999997,-18.395 -4.094749999999996,-18.59" data-type="line" data-label="" points="294.73064722953364,362.45573777867764 279.15934399676047,364.42104789543544" fill="none" stroke="hsl(325, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.032249999999998,-23.595 -5.577249999999998,-23.595" data-type="line" data-label="" points="279.7892510854649,414.8640075588851 264.21794785269174,414.8640075588851" fill="none" stroke="hsl(327, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.455249999999998,-23.6575 -14.615249999999996,-19.057499999999997" data-type="line" data-label="" points="184.81941913567746,415.49391464758946 173.12834356932353,369.13275291894445" fill="none" stroke="hsl(186, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8472499999999967,-20.994999999999997 -5.392249999999997,-21.785" data-type="line" data-label="" points="281.65377606802997,388.6598726687813 266.0824728352568,396.6218982700052" fill="none" stroke="hsl(324, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.7575 -12.107249999999997,-16.8525" data-type="line" data-label="" points="205.98429731614587,396.3447391509752 198.40525522485433,346.9096308294527" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.7575 -11.405249999999997,-18.857499999999998" data-type="line" data-label="" points="205.98429731614587,396.3447391509752 205.48037164518234,367.11705023509035" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.107249999999997,-16.8525 -11.405249999999997,-18.857499999999998" data-type="line" data-label="" points="198.40525522485433,346.9096308294527 205.48037164518234,367.11705023509035" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.9575 -10.227249999999996,-17.4475" data-type="line" data-label="" points="205.98429731614587,398.3604418348294 217.35286045308317,352.9063463139187" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.355249999999996,-21.9575 -11.405249999999997,-18.6575" data-type="line" data-label="" points="205.98429731614587,398.3604418348294 205.48037164518234,365.1013475512362" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.227249999999996,-17.4475 -11.405249999999997,-18.6575" data-type="line" data-label="" points="217.35286045308317,352.9063463139187 205.48037164518234,365.1013475512362" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.8472499999999967,-21.095 -0.27224999999999655,-22.335" data-type="line" data-label="" points="301.81080290657127,389.6677240107084 317.6844615419226,402.16508065060407" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.8472499999999967,-21.095 4.415250000000003,-20.848333333333333" data-type="line" data-label="" points="301.81080290657127,389.6677240107084 364.92749319475377,387.18169070062163" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.8472499999999967,-21.095 0.7477500000000035,-21.095" data-type="line" data-label="" points="301.81080290657127,389.6677240107084 327.9645452295786,389.6677240107084" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-22.335 4.415250000000003,-20.848333333333333" data-type="line" data-label="" points="317.6844615419226,402.16508065060407 364.92749319475377,387.18169070062163" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.27224999999999655,-22.335 0.7477500000000035,-21.095" data-type="line" data-label="" points="317.6844615419226,402.16508065060407 327.9645452295786,389.6677240107084" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.415250000000003,-20.848333333333333 0.7477500000000035,-21.095" data-type="line" data-label="" points="364.92749319475377,387.18169070062163 327.9645452295786,389.6677240107084" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5497499999999969,-18.494999999999997 4.322750000000003,-18.883333333333333" data-type="line" data-label="" points="314.88767406807494,363.4635891206047 363.99523070347124,367.3774118317548" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5497499999999969,-18.494999999999997 6.355250000000003,-18.888333333333332" data-type="line" data-label="" points="314.88767406807494,363.4635891206047 384.47980922813883,367.42780439885115" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.5497499999999969,-18.494999999999997 0.747750000000003,-18.695" data-type="line" data-label="" points="314.88767406807494,363.4635891206047 327.9645452295786,365.47929180445885" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-18.883333333333333 6.355250000000003,-18.888333333333332" data-type="line" data-label="" points="363.99523070347124,367.3774118317548 384.47980922813883,367.42780439885115" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.322750000000003,-18.883333333333333 0.747750000000003,-18.695" data-type="line" data-label="" points="363.99523070347124,367.3774118317548 327.9645452295786,365.47929180445885" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.355250000000003,-18.888333333333332 0.747750000000003,-18.695" data-type="line" data-label="" points="384.47980922813883,367.42780439885115 327.9645452295786,365.47929180445885" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.46224999999999694,-15.895 0.7077500000000031,-14.089999999999998" data-type="line" data-label="" points="315.76954399226116,337.259454230501 327.5614046928078,319.0677375087174" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.46224999999999694,-15.895 -1.3247499999999963,-13.994999999999997" data-type="line" data-label="" points="315.76954399226116,337.259454230501 307.0768261681402,318.11027873388673" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.46224999999999694,-15.895 0.747750000000003,-15.895" data-type="line" data-label="" points="315.76954399226116,337.259454230501 327.9645452295786,337.259454230501" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-14.089999999999998 -1.3247499999999963,-13.994999999999997" data-type="line" data-label="" points="327.5614046928078,319.0677375087174 307.0768261681402,318.11027873388673" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7077500000000031,-14.089999999999998 0.747750000000003,-15.895" data-type="line" data-label="" points="327.5614046928078,319.0677375087174 327.9645452295786,337.259454230501" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3247499999999963,-13.994999999999997 0.747750000000003,-15.895" data-type="line" data-label="" points="307.0768261681402,318.11027873388673 327.9645452295786,337.259454230501" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.032249999999997,-23.695 1.4711590909090932,-27.259999999999998" data-type="line" data-label="" points="299.9462779240062,415.87185890081213 335.25543345992827,451.801759240512" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.032249999999997,-23.695 -0.3647499999999977,-25.015" data-type="line" data-label="" points="299.9462779240062,415.87185890081213 316.75219905064,429.1754966142494" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.032249999999997,-23.695 0.7477500000000021,-24.335" data-type="line" data-label="" points="299.9462779240062,415.87185890081213 327.9645452295786,422.32210748914537" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-27.259999999999998 -0.3647499999999977,-25.015" data-type="line" data-label="" points="335.25543345992827,451.801759240512 316.75219905064,429.1754966142494" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.4711590909090932,-27.259999999999998 0.7477500000000021,-24.335" data-type="line" data-label="" points="335.25543345992827,451.801759240512 327.9645452295786,422.32210748914537" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3647499999999977,-25.015 0.7477500000000021,-24.335" data-type="line" data-label="" points="316.75219905064,429.1754966142494 327.9645452295786,422.32210748914537" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-25.324374999999996,-3.3149999999999995 -25.124374999999997,-3.3149999999999995 -25.124374999999997,-3.5149999999999997 -25.324374999999996,-3.5149999999999997" data-type="line" data-label="" points="65.19628354817664,210.47175541607612 67.21198623203077,210.47175541607612 67.21198623203077,212.48745809993025 65.19628354817664,212.48745809993025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-22.924374999999998,-6.520000000000001 -21.854374999999997,-6.520000000000001 -21.854374999999997,-6.6400000000000015" data-type="line" data-label="" points="89.3847157544262,242.7733909248386 100.16872511304581,242.7733909248386 100.16872511304581,243.98281253515108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-7.32 -16.954375,-7.920000000000002" data-type="line" data-label="" points="149.55344086747203,250.8362016602551 149.55344086747203,256.8833097118175" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-8.075 -7.019375000000002,-8.075 -7.019375000000002,-8.274999999999999" data-type="line" data-label="" points="259.66119997300393,258.4454792918044 249.683471687926,258.4454792918044 249.683471687926,260.4611819756586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-6.975 -2.7006250000000014,-7.574999999999999" data-type="line" data-label="" points="293.21005151740115,247.35911453060675 293.21005151740115,253.4062225821691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000014,-8.175 -2.7006250000000014,-8.375 -3.929375000000002,-8.375" data-type="line" data-label="" points="293.21005151740115,259.4533306337315 293.21005151740115,261.4690333175856 280.8260781534723,261.4690333175856" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-7.174999999999999 0.2343749999999991,-7.774999999999999" data-type="line" data-label="" points="322.79048840296053,249.37481721446085 322.79048840296053,255.42192526602327" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-8.375 0.2343749999999991,-8.575 -3.929375000000002,-8.575" data-type="line" data-label="" points="322.79048840296053,261.4690333175856 322.79048840296053,263.4847360014398 280.8260781534723,263.4847360014398" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.625 12.934375,-4.624999999999999" data-type="line" data-label="" points="443.73264943420844,223.67460799532068 450.7876088276979,223.67460799532068" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.825 12.584375,-4.825 12.584375,-5.164999999999999 13.224374999999998,-5.164999999999999 13.224374999999998,-5.614999999999998" data-type="line" data-label="" points="443.73264943420844,225.69031067917481 447.26012913095315,225.69031067917481 447.26012913095315,229.11700524172684 453.7103777192864,229.11700524172684 453.7103777192864,233.65233628039863" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-4.530000000000001 8.944374999999999,-5.25" data-type="line" data-label="" points="410.57434028480793,222.71714922049 410.57434028480793,229.97367888236485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-5.325000000000001 9.924375,-5.325000000000001 9.924375,-5.050000000000001 8.944374999999999,-5.050000000000001 8.944374999999999,-5.25" data-type="line" data-label="" points="420.55206856988593,230.72956738881015 420.4512834356932,230.72956738881015 420.4512834356932,227.95797619851072 410.57434028480793,227.95797619851072 410.57434028480793,229.97367888236485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.664375,-5.525 7.664375,-6.1499999999999995 9.879375,-6.1499999999999995 9.879375,-5.525 9.934375,-5.525" data-type="line" data-label="" points="397.6738431081415,232.74527007266428 397.6738431081415,239.04434095970845 419.997750331826,239.04434095970845 419.997750331826,232.74527007266428 420.55206856988593,232.74527007266428" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.45525,-23.2575 -14.525249999999996,-23.2575 -14.525249999999996,-23.3775" data-type="line" data-label="" points="184.81941913567746,411.46250927988126 174.03540977705788,411.46250927988126 174.03540977705788,412.6719308901937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.355249999999996,-22.557499999999997 -10.285249999999998,-22.557499999999997 -10.285249999999998,-22.6775" data-type="line" data-label="" points="205.98429731614587,404.40754988639173 216.76830667476545,404.40754988639173 216.76830667476545,405.6169714967042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.445249999999998,-21.8875 -14.445249999999998,-21.6875 -13.570249999999998,-21.6875 -13.570249999999998,-23.057499999999997 -13.45525,-23.057499999999997" data-type="line" data-label="" points="174.84169085059952,397.6549458954804 174.84169085059952,395.6392432116263 183.66039009246134,395.6392432116263 183.66039009246134,409.44680659602705 184.81941913567746,409.44680659602705" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-21.294999999999998 -0.27224999999999655,-21.294999999999998" data-type="line" data-label="" points="327.9645452295786,391.6834266945625 317.6844615419226,391.6834266945625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-18.494999999999997 0.6790000000000034,-18.494999999999997 0.6790000000000034,-21.294999999999998 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="327.9645452295786,363.4635891206047 327.27164743200376,363.4635891206047 327.27164743200376,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-16.095 0.7227500000000031,-16.095 0.7227500000000031,-18.494999999999997 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="327.9645452295786,339.27515691435514 327.7125823940969,339.27515691435514 327.7125823940969,363.4635891206047 327.9645452295786,363.4635891206047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7477500000000021,-24.135 0.34775000000000317,-24.135 0.34775000000000317,-21.294999999999998 0.7477500000000035,-21.294999999999998" data-type="line" data-label="" points="327.9645452295786,420.3064048052912 323.93313986187036,420.3064048052912 323.93313986187036,391.6834266945625 327.9645452295786,391.6834266945625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3647499999999977,-24.255000000000003 -0.3647499999999977,-24.135 0.747750000000003,-24.135" data-type="line" data-label="" points="316.75219905064,421.5158264156037 316.75219905064,420.3064048052912 327.9645452295786,420.3064048052912" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4711590909090932,-26.22 1.4711590909090932,-25.177500000000002 0.3477500000000023,-25.177500000000002 0.3477500000000023,-24.135 0.7477500000000021,-24.135" data-type="line" data-label="" points="335.25543345992827,441.3201052844705 335.25543345992827,430.8132550448809 323.93313986187036,430.8132550448809 323.93313986187036,420.3064048052912 327.9645452295786,420.3064048052912" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7077500000000031,-13.049999999999999 0.7077500000000031,-12.85 0.23775000000000301,-12.85 0.23775000000000301,-16.095 0.7477500000000022,-16.095" data-type="line" data-label="" points="327.5614046928078,308.586083552676 327.5614046928078,306.57038086882187 322.82450338575063,306.57038086882187 322.82450338575063,339.27515691435514 327.9645452295786,339.27515691435514" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3247499999999963,-13.235 -1.3247499999999963,-12.85 0.7077500000000025,-12.85 0.7077500000000025,-13.049999999999999" data-type="line" data-label="" points="307.0768261681402,310.45060853524103 307.0768261681402,306.57038086882187 327.5614046928078,306.57038086882187 327.5614046928078,308.586083552676" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.322750000000003,-17.843333333333334 4.322750000000003,-17.643333333333334 0.6790000000000034,-17.643333333333334 0.6790000000000034,-18.494999999999997 0.747750000000003,-18.494999999999997" data-type="line" data-label="" points="363.99523070347124,356.89575787571334 363.99523070347124,354.88005519185924 327.27164743200376,354.88005519185924 327.27164743200376,363.4635891206047 327.9645452295786,363.4635891206047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.355250000000002,-18.128333333333334 6.355250000000002,-17.643333333333334 4.322750000000003,-17.643333333333334 4.322750000000003,-17.843333333333334" data-type="line" data-label="" points="384.47980922813883,359.7681342002055 384.47980922813883,354.88005519185924 363.99523070347124,354.88005519185924 363.99523070347124,356.89575787571334" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-4.180000000000001 -8.179375000000002,-4.180000000000001 -8.179375000000002,-7.785000000000002 -5.994375000000003,-7.785000000000002 -5.994375000000003,-8.675 -6.029375000000002,-8.675" data-type="line" data-label="" points="259.66119997300393,219.18966952374524 237.99239612157203,219.18966952374524 237.99239612157203,255.522710400216 260.0139479426784,255.522710400216 260.0139479426784,264.49258734336684 259.66119997300393,264.49258734336684" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.654375000000002,-4.3950000000000005 -7.654375000000002,-4.180000000000001 -6.029375000000002,-4.180000000000001" data-type="line" data-label="" points="243.28361566668912,221.35654990888844 243.28361566668912,219.18966952374524 259.66119997300393,219.18966952374524" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.839375000000001,-2.9300000000000006 -8.039375000000001,-2.9300000000000006 -8.039375000000001,-3.6625000000000005 -7.654375000000002,-3.6625000000000005 -7.654375000000002,-4.3950000000000005" data-type="line" data-label="" points="241.41909068412406,206.59152774965693 239.4033880002699,206.59152774965693 239.4033880002699,213.97403882927267 243.28361566668912,213.97403882927267 243.28361566668912,221.35654990888844" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.13025,-20.12 11.13025,-20.720000000000002" data-type="line" data-label="" points="432.60471080515623,379.84117342691957 432.60471080515623,385.888281478482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.510250000000001,-20.12 13.510250000000001,-20.720000000000002" data-type="line" data-label="" points="456.5915727430204,379.84117342691957 456.5915727430204,385.888281478482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.890250000000002,-20.120000000000005 15.890250000000002,-20.720000000000002" data-type="line" data-label="" points="480.5784346808846,379.84117342691957 480.5784346808846,385.888281478482" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-4.614999999999999 -25.124374999999997,-4.614999999999999 -25.124374999999997,-4.414999999999999 -25.324374999999996,-4.414999999999999" data-type="line" data-label="" points="65.19628354817664,223.57382286112798 67.21198623203077,223.57382286112798 67.21198623203077,221.55812017727385 65.19628354817664,221.55812017727385" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.349374999999995,-5.215 -26.349374999999995,-5.414999999999999 -25.124374999999997,-5.414999999999999 -25.124374999999997,-4.614999999999998 -25.324374999999996,-4.614999999999998" data-type="line" data-label="" points="54.86580729342421,229.62093091269037 54.86580729342421,231.6366335965445 67.21198623203077,231.6366335965445 67.21198623203077,223.57382286112795 65.19628354817664,223.57382286112795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.549374999999998,-5.215 -26.549374999999998,-5.414999999999999 -26.349374999999995,-5.414999999999999 -26.349374999999995,-5.215" data-type="line" data-label="" points="52.85010460957005,229.62093091269037 52.85010460957005,231.6366335965445 54.86580729342421,231.6366335965445 54.86580729342421,229.62093091269037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.749374999999997,-5.215 -26.749374999999997,-5.414999999999999 -26.549374999999998,-5.414999999999999 -26.549374999999998,-5.215" data-type="line" data-label="" points="50.83440192571595,229.62093091269037 50.83440192571595,231.6366335965445 52.85010460957005,231.6366335965445 52.85010460957005,229.62093091269037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-26.949374999999996,-5.215 -26.949374999999996,-5.414999999999999 -26.749374999999997,-5.414999999999999 -26.749374999999997,-5.215" data-type="line" data-label="" points="48.81869924186179,229.62093091269037 48.81869924186179,231.6366335965445 50.83440192571595,231.6366335965445 50.83440192571595,229.62093091269037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.924374999999998,-6.420000000000001 -25.079374999999995,-6.420000000000001 -25.079374999999995,-4.614999999999999 -25.324374999999996,-4.614999999999999" data-type="line" data-label="" points="69.2276889158849,241.76553958291152 67.66551933589795,241.76553958291152 67.66551933589795,223.57382286112798 65.19628354817664,223.57382286112798" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-20.284374999999997,-7.409999999999999 -20.284374999999997,-7.6099999999999985 -21.854374999999997,-7.6099999999999985 -21.854374999999997,-7.400000000000001" data-type="line" data-label="" points="115.99199118130073,251.74326786798946 115.99199118130073,253.7589705518436 100.16872511304581,253.7589705518436 100.16872511304581,251.64248273379678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-18.914374999999996,-7.400000000000003 -18.914374999999996,-7.61 -20.284374999999997,-7.61 -20.284374999999997,-7.410000000000001" data-type="line" data-label="" points="129.79955456570156,251.64248273379678 129.79955456570156,253.75897055184362 115.99199118130073,253.75897055184362 115.99199118130073,251.74326786798946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-9.05 -16.954375,-9.25 -18.914374999999996,-9.25 -18.914374999999996,-7.400000000000001" data-type="line" data-label="" points="149.55344086747203,268.2720298755934 149.55344086747203,270.2877325594475 129.79955456570156,270.2877325594475 129.79955456570156,251.64248273379678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.124375,-4.3050000000000015 6.124375,-4.505000000000002 7.564375,-4.505000000000002 7.564375,-4.3050000000000015" data-type="line" data-label="" points="382.1529324424647,220.4494837011541 382.1529324424647,222.46518638500822 396.66599176621446,222.46518638500822 396.66599176621446,220.4494837011541" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.8843749999999995,-4.3050000000000015 4.8843749999999995,-4.505000000000002 6.124375,-4.505000000000002 6.124375,-4.3050000000000015" data-type="line" data-label="" points="369.6555758025691,220.4494837011541 369.6555758025691,222.46518638500822 382.1529324424647,222.46518638500822 382.1529324424647,220.4494837011541" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="20.694374999999997,-5.3599999999999985 20.694374999999997,-5.559999999999998 21.934374999999996,-5.559999999999998 21.934374999999996,-5.3599999999999985" data-type="line" data-label="" points="528.9968729612382,231.0823153584846 528.9968729612382,233.09801804233874 541.4942296011338,233.09801804233874 541.4942296011338,231.0823153584846" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="23.154374999999998,-7.079999999999999 21.529374999999998,-7.079999999999999 21.529374999999998,-6.569999999999998" data-type="line" data-label="" points="553.790015972644,248.41735843963016 537.4124316663292,248.41735843963016 537.4124316663292,243.2773165958021" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="25.554374999999997,-4.379999999999999 25.754374999999996,-4.379999999999999 25.754374999999996,-4.579999999999999 25.554374999999997,-4.579999999999999" data-type="line" data-label="" points="577.9784481788936,221.20537220759937 579.9941508627477,221.20537220759937 579.9941508627477,223.2210748914535 577.9784481788936,223.2210748914535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.455249999999998,-23.4575 -13.655249999999997,-23.4575 -13.655249999999997,-21.4575 -13.455249999999998,-21.4575" data-type="line" data-label="" points="184.81941913567746,413.47821196373536 182.80371645182336,413.47821196373536 182.80371645182336,393.321185125194 184.81941913567746,393.321185125194" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.355249999999996,-22.9575 -10.820249999999998,-22.9575 -10.820249999999998,-23.637499999999996 -10.285249999999998,-23.637499999999996 -10.285249999999998,-23.437499999999996" data-type="line" data-label="" points="205.98429731614587,408.43895525410005 211.37630199545566,408.43895525410005 211.37630199545566,415.292344379204 216.76830667476545,415.292344379204 216.76830667476545,413.2766416953499" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.094749999999996,-19.19 -4.094749999999996,-21.195 -3.847249999999997,-21.195" data-type="line" data-label="" points="279.15934399676047,370.46815594699785 279.15934399676047,390.6755753526355 281.65377606802997,390.6755753526355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.5497499999999977,-18.595 -3.3222499999999986,-18.595 -3.3222499999999986,-19.39 -4.094749999999996,-19.39 -4.094749999999996,-19.19" data-type="line" data-label="" points="294.73064722953364,364.47144046253175 286.94499561314706,364.47144046253175 286.94499561314706,372.48385863085196 279.15934399676047,372.48385863085196 279.15934399676047,370.46815594699785" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.462249999999997,-15.994999999999997 -2.749749999999997,-15.994999999999997 -2.749749999999997,-18.595 -2.549749999999997,-18.595" data-type="line" data-label="" points="295.6125171537198,338.2673055724281 292.7149445456795,338.2673055724281 292.7149445456795,364.47144046253175 294.73064722953364,364.47144046253175" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.392249999999997,-22.385 -5.392249999999997,-22.585 -4.619749999999996,-22.585 -4.619749999999996,-21.195 -3.8472499999999954,-21.195" data-type="line" data-label="" points="266.0824728352568,402.6690063215676 266.0824728352568,404.6847090054217 273.8681244516434,404.6847090054217 273.8681244516434,390.6755753526355 281.65377606802997,390.6755753526355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.032249999999996,-23.794999999999998 -4.804749999999997,-23.794999999999998 -4.804749999999997,-24.395 -5.577249999999998,-24.395 -5.577249999999998,-24.195" data-type="line" data-label="" points="279.7892510854649,416.8797102427392 272.0035994690783,416.8797102427392 272.0035994690783,422.9268182943016 264.21794785269174,422.9268182943016 264.21794785269174,420.9111156104475" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.51025,-21.320000000000004 13.51025,-21.520000000000003 11.13025,-21.520000000000003 11.13025,-21.320000000000004" data-type="line" data-label="" points="456.5915727430204,391.9353895300444 456.5915727430204,393.9510922138985 432.60471080515623,393.9510922138985 432.60471080515623,391.9353895300444" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.89025,-21.320000000000004 15.89025,-21.520000000000003 13.510250000000001,-21.520000000000003 13.510250000000001,-21.320000000000004" data-type="line" data-label="" points="480.5784346808846,391.9353895300444 480.5784346808846,393.9510922138985 456.5915727430204,393.9510922138985 456.5915727430204,391.9353895300444" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-8.275 -6.129375000000001,-8.275 -6.129375000000001,-7.875 -6.029375000000002,-7.875" data-type="line" data-label="" points="259.66119997300393,260.4611819756586 258.6533486310769,260.4611819756586 258.6533486310769,256.4297766079503 259.66119997300393,256.4297766079503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.019375000000002,-8.875 -7.019375000000002,-9.294999999999998 -6.129375000000001,-9.294999999999998 -6.129375000000001,-8.275 -6.029375000000002,-8.275" data-type="line" data-label="" points="249.683471687926,266.508290027221 249.683471687926,270.7412656633146 258.6533486310769,270.7412656633146 258.6533486310769,260.4611819756586 259.66119997300393,260.4611819756586" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.029375000000002,-4.38 -6.229375000000002,-4.38 -6.229375000000002,-7.875 -6.029375000000002,-7.875" data-type="line" data-label="" points="259.66119997300393,221.20537220759937 257.64549728914983,221.20537220759937 257.64549728914983,256.4297766079503 259.66119997300393,256.4297766079503" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.654375000000002,-5.155 -7.654375000000002,-5.355 -6.229375000000002,-5.355 -6.229375000000002,-4.38 -6.029375000000002,-4.38" data-type="line" data-label="" points="243.28361566668912,229.01622010753414 243.28361566668912,231.03192279138827 257.64549728914983,231.03192279138827 257.64549728914983,221.20537220759937 259.66119997300393,221.20537220759937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.694375000000002,-2.2750000000000004 -5.694375000000002,-3.3275 -6.229375000000002,-3.3275 -6.229375000000002,-4.38 -6.029375000000002,-4.38" data-type="line" data-label="" points="263.0375019684596,199.99010146003465 263.0375019684596,210.597736833817 257.64549728914983,210.597736833817 257.64549728914983,221.20537220759937 259.66119997300393,221.20537220759937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.929375000000002,-7.975 -3.7293750000000028,-7.975 -3.7293750000000028,-9.294999999999998 -7.019375000000002,-9.294999999999998 -7.019375000000002,-8.875" data-type="line" data-label="" points="280.8260781534723,257.43762794987737 282.84178083732644,257.43762794987737 282.84178083732644,270.7412656633146 249.683471687926,270.7412656633146 249.683471687926,266.508290027221" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-2.0149999999999997 -25.124374999999997,-2.0149999999999997 -25.124374999999997,-1.8149999999999993 -25.324374999999996,-1.8149999999999993" data-type="line" data-label="" points="65.19628354817664,197.36968797102426 67.21198623203077,197.36968797102426 67.21198623203077,195.35398528717013 65.19628354817664,195.35398528717013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.114374999999995,-1.7700000000000007 -25.124374999999997,-1.7700000000000007 -25.124374999999997,-1.8149999999999993 -25.324374999999996,-1.8149999999999993" data-type="line" data-label="" points="77.39128478549415,194.90045218330297 67.21198623203077,194.90045218330297 67.21198623203077,195.35398528717013 65.19628354817664,195.35398528717013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.114375,-3.9650000000000007 -24.314375,-3.9650000000000007 -24.314375,-1.7700000000000007 -24.114374999999995,-1.7700000000000007" data-type="line" data-label="" points="77.3912847854941,217.02278913860206 75.37558210163999,217.02278913860206 75.37558210163999,194.90045218330297 77.39128478549415,194.90045218330297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-25.324374999999996,-3.1149999999999993 -25.124374999999997,-3.1149999999999993 -25.124374999999997,-2.9149999999999996 -25.324374999999996,-2.9149999999999996" data-type="line" data-label="" points="65.19628354817664,208.456052732222 67.21198623203077,208.456052732222 67.21198623203077,206.44035004836786 65.19628354817664,206.44035004836786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.124375,-3.545 6.124375,-2.9939999999999998 4.8843749999999995,-2.9939999999999998 4.8843749999999995,-3.545" data-type="line" data-label="" points="382.1529324424647,212.78981350250837 382.1529324424647,207.23655260849023 369.6555758025691,207.23655260849023 369.6555758025691,212.78981350250837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-21.449374999999996,-1.4250000000000007 -21.449374999999996,-1.2250000000000008 -22.874374999999997,-1.2250000000000008 -22.874374999999997,-1.7700000000000007 -23.074374999999996,-1.7700000000000007" data-type="line" data-label="" points="104.25052304785044,191.42336505365458 104.25052304785044,189.40766236980045 89.88864142538975,189.40766236980045 89.88864142538975,194.90045218330297 87.87293874153562,194.90045218330297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-23.384374999999995,-4.415000000000001 -23.384374999999995,-4.615 -22.874374999999997,-4.615 -22.874374999999997,-1.7700000000000014 -23.074374999999996,-1.7700000000000014" data-type="line" data-label="" points="84.74859958156173,221.55812017727385 84.74859958156173,223.57382286112798 89.88864142538975,223.57382286112798 89.88864142538975,194.90045218330297 87.87293874153562,194.90045218330297" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-24.924374999999998,-6.220000000000001 -25.169375,-6.220000000000001 -25.169375,-5.317500000000001 -23.384374999999995,-5.317500000000001 -23.384374999999995,-4.415000000000001" data-type="line" data-label="" points="69.2276889158849,239.74983689905739 66.75845312816355,239.74983689905739 66.75845312816355,230.65397853816563 84.74859958156173,230.65397853816563 84.74859958156173,221.55812017727385" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7006250000000023,-5.844999999999999 -2.7006250000000023,-5.644999999999999 -6.084375000000001,-5.644999999999999 -6.084375000000001,-8.475 -6.029375000000002,-8.475" data-type="line" data-label="" points="293.21005151740115,235.97039436683087 293.21005151740115,233.95469168297674 259.10688173494407,233.95469168297674 259.10688173494407,262.47688465951273 259.66119997300393,262.47688465951273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.2343749999999991,-6.045 0.2343749999999991,-5.644999999999999 -2.7006250000000014,-5.644999999999999 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="322.79048840296053,237.98609705068503 322.79048840296053,233.95469168297674 293.21005151740115,233.95469168297674 293.21005151740115,235.97039436683087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.929375000000002,-8.175 -3.3150000000000017,-8.175 -3.3150000000000017,-5.644999999999999 -2.7006250000000014,-5.644999999999999 -2.7006250000000014,-5.844999999999999" data-type="line" data-label="" points="280.8260781534723,259.4533306337315 287.01806483543675,259.4533306337315 287.01806483543675,233.95469168297674 293.21005151740115,233.95469168297674 293.21005151740115,235.97039436683087" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="21.934374999999996,-4.599999999999999 21.934374999999996,-4.479999999999998 23.154374999999998,-4.479999999999998" data-type="line" data-label="" points="541.4942296011338,223.4226451598389 541.4942296011338,222.21322354952642 553.790015972644,222.21322354952642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="20.694374999999997,-4.599999999999999 20.694374999999997,-4.479999999999998 21.934374999999996,-4.479999999999998 21.934374999999996,-4.599999999999999" data-type="line" data-label="" points="528.9968729612382,223.4226451598389 528.9968729612382,222.21322354952642 541.4942296011338,222.21322354952642 541.4942296011338,223.4226451598389" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="27.099375,-4.352500000000002 27.099375,-3.639999999999999 22.954375,-3.639999999999999 22.954375,-4.479999999999999 23.154374999999998,-4.479999999999999" data-type="line" data-label="" points="593.5497514116668,220.92821308856946 593.5497514116668,213.74727227733908 551.7743132887899,213.74727227733908 551.7743132887899,222.21322354952642 553.790015972644,222.21322354952642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.067249999999996,-16.1725 -14.067249999999996,-15.9725 -13.438749999999995,-15.9725 -13.438749999999995,-18.8575 -13.405249999999997,-18.8575" data-type="line" data-label="" points="178.65136892308385,340.0562417043486 178.65136892308385,338.0405390204945 184.98571460709547,338.0405390204945 184.98571460709547,367.11705023509035 185.32334480664102,367.11705023509035" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.107249999999997,-16.252499999999998 -12.107249999999997,-16.0525 -14.067249999999996,-16.0525 -14.067249999999996,-16.1725" data-type="line" data-label="" points="198.40525522485433,340.86252277789026 198.40525522485433,338.8468200940361 178.65136892308385,338.8468200940361 178.65136892308385,340.0562417043486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.227249999999994,-16.8475 -10.227249999999994,-16.0525 -12.107249999999997,-16.0525 -12.107249999999997,-16.252499999999998" data-type="line" data-label="" points="217.3528604530832,346.8592382623563 217.3528604530832,338.8468200940361 198.40525522485433,338.8468200940361 198.40525522485433,340.86252277789026" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-20.284374999999997,-6.630000000000002 -20.284374999999997,-6.32 -22.924374999999998,-6.32" data-type="line" data-label="" points="115.99199118130073,243.88202740095838 115.99199118130073,240.75768824098446 89.3847157544262,240.75768824098446" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-18.914374999999996,-6.6400000000000015 -18.914374999999996,-6.32 -20.284374999999997,-6.32 -20.284374999999997,-6.630000000000002" data-type="line" data-label="" points="129.79955456570156,243.98281253515108 129.79955456570156,240.75768824098446 115.99199118130073,240.75768824098446 115.99199118130073,243.88202740095838" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.954375,-6.720000000000001 -16.954375,-6.32 -18.914374999999996,-6.32 -18.914374999999996,-6.6400000000000015" data-type="line" data-label="" points="149.55344086747203,244.78909360869272 149.55344086747203,240.75768824098446 129.79955456570156,240.75768824098446 129.79955456570156,243.98281253515108" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.694375000000002,-1.6750000000000007 -5.694375000000002,-1.4750000000000008 -6.466875000000002,-1.4750000000000008 -6.466875000000002,-2.9300000000000006 -7.239375000000002,-2.9300000000000006" data-type="line" data-label="" points="263.0375019684596,193.94299340847226 263.0375019684596,191.92729072461813 255.251850352073,191.92729072461813 255.251850352073,206.59152774965693 247.46619873568642,206.59152774965693" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-5.025 14.211875000000001,-5.025 14.211875000000001,-4.524999999999999 14.769374999999998,-4.524999999999999" data-type="line" data-label="" points="443.73264943420844,227.70601336302894 463.6629097208162,227.70601336302894 463.6629097208162,222.6667566533936 469.28168095205956,222.6667566533936" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.769374999999998,-4.724999999999999 14.151875,-4.724999999999999 14.151875,-4.2250000000000005 12.234375,-4.2250000000000005" data-type="line" data-label="" points="469.28168095205956,224.68245933724774 463.0581989156599,224.68245933724774 463.0581989156599,219.64320262761242 443.73264943420844,219.64320262761242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="27.099375,-4.9525000000000015 27.099375,-7.18 25.554374999999997,-7.18" data-type="line" data-label="" points="593.5497514116668,226.97532114013183 593.5497514116668,249.42520978155721 577.9784481788936,249.42520978155721" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="22.014374999999998,-2.869999999999999 22.014374999999998,-3.734999999999999 22.729374999999994,-3.734999999999999 22.729374999999994,-4.679999999999998 23.154374999999998,-4.679999999999998" data-type="line" data-label="" points="542.3005106746755,205.98681694450067 542.3005106746755,214.7047310521698 549.5066477694539,214.7047310521698 549.5066477694539,224.22892623338055 553.790015972644,224.22892623338055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.007249999999997,-16.584999999999997 -4.007249999999997,-15.794999999999998 -2.4622499999999956,-15.794999999999998" data-type="line" data-label="" points="280.0412139209467,344.21362848979777 280.0412139209467,336.2516028885739 295.61251715371986,336.2516028885739" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.094749999999996,-18.59 -4.094749999999996,-18.395 -2.5497499999999977,-18.395" data-type="line" data-label="" points="279.15934399676047,364.42104789543544 279.15934399676047,362.45573777867764 294.73064722953364,362.45573777867764" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.577249999999998,-23.595 -5.577249999999998,-23.55 -4.232249999999995,-23.55 -4.232249999999995,-23.595 -4.032249999999996,-23.595" data-type="line" data-label="" points="264.21794785269174,414.8640075588851 264.21794785269174,414.4104744550179 277.7735484016108,414.4104744550179 277.7735484016108,414.8640075588851 279.7892510854649,414.8640075588851" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.392249999999997,-21.785 -5.392249999999997,-20.994999999999997 -3.8472499999999954,-20.994999999999997" data-type="line" data-label="" points="266.0824728352568,396.6218982700052 266.0824728352568,388.6598726687813 281.65377606802997,388.6598726687813" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.107249999999997,-16.8525 -12.107249999999997,-17.854999999999997 -11.20525,-17.854999999999997 -11.20525,-18.857499999999998 -11.405249999999999,-18.857499999999998" data-type="line" data-label="" points="198.40525522485433,346.9096308294527 198.40525522485433,357.01334053227146 207.49607432903645,357.01334053227146 207.49607432903645,367.11705023509035 205.48037164518232,367.11705023509035" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.227249999999996,-17.4475 -10.227249999999996,-18.6575 -11.405249999999997,-18.6575" data-type="line" data-label="" points="217.35286045308317,352.9063463139187 217.35286045308317,365.1013475512362 205.48037164518234,365.1013475512362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7477500000000035,-21.095 -1.8472499999999967,-21.095" data-type="line" data-label="" points="327.9645452295786,389.6677240107084 301.81080290657127,389.6677240107084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.27224999999999655,-22.335 -0.27224999999999655,-22.535 0.23775000000000146,-22.535 0.23775000000000146,-21.095 0.747750000000003,-21.095" data-type="line" data-label="" points="317.6844615419226,402.16508065060407 317.6844615419226,404.18078333445817 322.8245033857506,404.18078333445817 322.8245033857506,389.6677240107084 327.9645452295786,389.6677240107084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.415250000000003,-20.848333333333333 4.415250000000003,-22.015 0.23775000000000146,-22.015 0.23775000000000146,-21.095 0.7477500000000035,-21.095" data-type="line" data-label="" points="364.92749319475377,387.18169070062163 364.92749319475377,398.93995635643745 322.8245033857506,398.93995635643745 322.8245033857506,389.6677240107084 327.9645452295786,389.6677240107084" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-18.695 -0.34974999999999684,-18.695 -0.34974999999999684,-18.494999999999997 -0.5497499999999969,-18.494999999999997" data-type="line" data-label="" points="327.9645452295786,365.47929180445885 316.9033767519291,365.47929180445885 316.9033767519291,363.4635891206047 314.88767406807494,363.4635891206047" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.355250000000002,-18.888333333333332 6.355250000000002,-19.415 4.322750000000003,-19.415 4.322750000000003,-18.883333333333333" data-type="line" data-label="" points="384.47980922813883,367.42780439885115 384.47980922813883,372.73582146633373 363.99523070347124,372.73582146633373 363.99523070347124,367.3774118317548" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-15.895 -0.46224999999999694,-15.895" data-type="line" data-label="" points="327.9645452295786,337.259454230501 315.76954399226116,337.259454230501" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7077500000000031,-14.089999999999998 0.7077500000000031,-15.895 0.7477500000000022,-15.895" data-type="line" data-label="" points="327.5614046928078,319.0677375087174 327.5614046928078,337.259454230501 327.9645452295786,337.259454230501" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3247499999999963,-13.994999999999997 -1.3247499999999963,-14.289999999999997 0.7077500000000025,-14.289999999999997 0.7077500000000025,-14.089999999999998" data-type="line" data-label="" points="307.0768261681402,318.11027873388673 307.0768261681402,321.0834401925716 327.5614046928078,321.0834401925716 327.5614046928078,319.0677375087174" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3647499999999977,-25.015 -0.3647499999999977,-25.215 -1.1984999999999972,-25.215 -1.1984999999999972,-23.695 -2.032249999999997,-23.695" data-type="line" data-label="" points="316.75219905064,429.1754966142494 316.75219905064,431.1911992981035 308.34923848732313,431.1911992981035 308.34923848732313,415.87185890081213 299.9462779240062,415.87185890081213" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.747750000000003,-24.335 0.5477500000000022,-24.335 0.5477500000000022,-25.215 -0.3647499999999977,-25.215 -0.3647499999999977,-25.015" data-type="line" data-label="" points="327.9645452295786,422.32210748914537 325.9488425457245,422.32210748914537 325.9488425457245,431.1911992981035 316.75219905064,431.1911992981035 316.75219905064,429.1754966142494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4711590909090932,-27.259999999999998 1.4711590909090932,-27.459999999999997 0.5477500000000022,-27.459999999999997 0.5477500000000022,-24.335 0.7477500000000021,-24.335" data-type="line" data-label="" points="335.25543345992827,451.801759240512 335.25543345992827,453.8174619243661 325.9488425457245,453.8174619243661 325.9488425457245,422.32210748914537 327.9645452295786,422.32210748914537" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.415250000000003,-20.088333333333335 4.415250000000003,-19.474999999999998 0.6790000000000034,-19.474999999999998" data-type="line" data-label="" points="364.92749319475377,379.522020501976 364.92749319475377,373.3405322714899 327.27164743200376,373.3405322714899" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="22.014374999999998,-2.2699999999999996 22.014374999999998,-2.0699999999999994 22.954375,-2.0699999999999994 22.954375,-3.639999999999999" data-type="line" data-label="" points="542.3005106746755,199.93970889293828 542.3005106746755,197.92400620908415 551.7743132887899,197.92400620908415 551.7743132887899,213.74727227733908" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-4.925 9.473375,-4.924999999999999 9.473375,-4.7250000000000005 7.664375,-4.7250000000000005 7.664375,-4.925000000000001" data-type="line" data-label="" points="420.55206856988593,226.6981620211019 415.90587388360217,226.69816202110187 415.90587388360217,224.68245933724776 397.6738431081415,224.68245933724776 397.6738431081415,226.6981620211019" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-21.854374999999997,-7.400000000000001 -21.854374999999997,-7.600000000000001 -25.865375000000004,-7.600000000000001 -25.865375000000004,-6.420000000000002 -24.924374999999998,-6.420000000000001" data-type="line" data-label="" points="100.16872511304581,251.64248273379678 100.16872511304581,253.6581854176509 59.74380778835115,253.6581854176509 59.74380778835115,241.76553958291152 69.2276889158849,241.76553958291152" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-4.325 9.924375,-4.325 9.924375,-4.730000000000001 7.564375,-4.730000000000001 7.564375,-4.3050000000000015" data-type="line" data-label="" points="420.55206856988593,220.65105396953948 420.4512834356932,220.65105396953948 420.4512834356932,224.7328519043441 396.66599176621446,224.7328519043441 396.66599176621446,220.4494837011541" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-5.85 8.944374999999999,-5.949999999999999 9.834375,-5.949999999999999 9.834375,-4.325 9.934375,-4.325" data-type="line" data-label="" points="410.57434028480793,236.02078693392724 410.57434028480793,237.0286382758543 419.5442172279588,237.0286382758543 419.5442172279588,220.65105396953948 420.55206856988593,220.65105396953948" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="21.934374999999996,-5.3599999999999985 21.934374999999996,-5.559999999999998 22.544374999999995,-5.559999999999998 22.544374999999995,-4.28 23.154374999999998,-4.28" data-type="line" data-label="" points="541.4942296011338,231.0823153584846 541.4942296011338,233.09801804233874 547.6421227868889,233.09801804233874 547.6421227868889,220.19752086567232 553.790015972644,220.19752086567232" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.525249999999996,-24.1375 -14.525249999999996,-24.3375 -13.610249999999997,-24.3375 -13.610249999999997,-23.4575 -13.45525,-23.4575" data-type="line" data-label="" points="174.03540977705788,420.3316010888394 174.03540977705788,422.3473037726935 183.25724955569052,422.3473037726935 183.25724955569052,413.47821196373536 184.81941913567746,413.47821196373536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.405249999999997,-18.6575 -13.655249999999997,-18.6575 -13.655249999999997,-21.4575 -13.455249999999998,-21.4575" data-type="line" data-label="" points="185.32334480664102,365.1013475512362 182.80371645182336,365.1013475512362 182.80371645182336,393.321185125194 184.81941913567746,393.321185125194" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-14.067249999999996,-16.932499999999997 -14.067249999999996,-18.6575 -13.405249999999997,-18.6575" data-type="line" data-label="" points="178.65136892308385,347.7159119029943 178.65136892308385,365.1013475512362 185.32334480664102,365.1013475512362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.285249999999998,-23.437499999999996 -10.285249999999998,-24.4775 -13.655249999999997,-24.4775 -13.655249999999997,-23.4575 -13.455249999999998,-23.4575" data-type="line" data-label="" points="216.76830667476545,413.2766416953499 216.76830667476545,423.75829565139145 182.80371645182336,423.75829565139145 182.80371645182336,413.47821196373536 184.81941913567746,413.47821196373536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-16.615249999999996,-18.6575 -17.436249999999998,-18.65749999999999 -17.436249999999998,-19.457499999999996 -13.605249999999995,-19.457499999999996 -13.605249999999995,-18.6575 -13.405249999999995,-18.6575" data-type="line" data-label="" points="152.9713167307822,365.1013475512362 144.69685721356097,365.10134755123613 144.69685721356097,373.16415828665265 183.30764212278692,373.16415828665265 183.30764212278692,365.1013475512362 185.32334480664105,365.1013475512362" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-21.734374999999996,-3.315000000000001 -21.734374999999996,-3.1150000000000007 -23.194374999999994,-3.1150000000000007 -23.194374999999994,-2.6140000000000008 -24.314375,-2.6140000000000008 -24.314375,-3.9650000000000007 -24.114375,-3.9650000000000007" data-type="line" data-label="" points="101.3781467233583,210.47175541607612 101.3781467233583,208.456052732222 86.66351713122316,208.456052732222 86.66351713122316,203.4067175091674 75.37558210163999,203.4067175091674 75.37558210163999,217.02278913860206 77.3912847854941,217.02278913860206" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.944374999999999,-3.9299999999999997 8.944374999999999,-2.9939999999999998 6.124375,-2.9939999999999998 6.124375,-3.545" data-type="line" data-label="" points="410.57434028480793,216.67004116892758 410.57434028480793,207.23655260849023 382.1529324424647,207.23655260849023 382.1529324424647,212.78981350250837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.934375,-5.125 9.924375,-5.125 9.924375,-3.7300000000000004 8.944374999999999,-3.7300000000000004 8.944374999999999,-3.9299999999999997" data-type="line" data-label="" points="420.55206856988593,228.71386470495602 420.4512834356932,228.71386470495602 420.4512834356932,214.65433848507345 410.57434028480793,214.65433848507345 410.57434028480793,216.67004116892758" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.455249999999998,-23.857499999999998 -13.655249999999997,-23.857499999999998 -13.655249999999997,-22.857499999999998 -13.455249999999998,-22.857499999999998" data-type="line" data-label="" points="184.81941913567746,417.50961733144356 182.80371645182336,417.50961733144356 182.80371645182336,407.43110391217294 184.81941913567746,407.43110391217294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.405249999999997,-18.857499999999998 -13.655249999999997,-18.857499999999998 -13.655249999999997,-22.857499999999998 -13.455249999999998,-22.857499999999998" data-type="line" data-label="" points="185.32334480664102,367.11705023509035 182.80371645182336,367.11705023509035 182.80371645182336,407.43110391217294 184.81941913567746,407.43110391217294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.769374999999997,-4.724999999999999 16.869374999999994,-4.724999999999999 16.869374999999994,-5.5299999999999985 14.211875000000001,-5.5299999999999985 14.211875000000001,-5.025 12.234375,-5.025" data-type="line" data-label="" points="489.4387077906008,224.68245933724774 490.4465591325279,224.68245933724774 490.4465591325279,232.79566263976062 463.6629097208162,232.79566263976062 463.6629097208162,227.70601336302894 443.73264943420844,227.70601336302894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.769374999999997,-4.924999999999999 16.969374999999996,-4.924999999999999 16.969374999999996,-4.2250000000000005 12.234375,-4.2250000000000005" data-type="line" data-label="" points="489.4387077906008,226.69816202110187 491.45441047445496,226.69816202110187 491.45441047445496,219.64320262761242 443.73264943420844,219.64320262761242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="21.529374999999998,-5.809999999999998 21.529374999999998,-5.459999999999998 22.841874999999995,-5.459999999999998 22.841874999999995,-4.679999999999999 23.154374999999998,-4.679999999999999" data-type="line" data-label="" points="537.4124316663292,235.6176463971564 537.4124316663292,232.09016670041166 550.6404805291219,232.09016670041166 550.6404805291219,224.22892623338055 553.790015972644,224.22892623338055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.405249999999997,-18.857499999999998 -10.704249999999996,-18.857499999999995 -10.704249999999996,-19.2575 -11.055249999999997,-19.2575 -11.055249999999997,-21.7575 -11.355249999999996,-21.7575" data-type="line" data-label="" points="205.48037164518234,367.11705023509035 212.5454095520911,367.1170502350903 212.5454095520911,371.1484556027986 209.00785134192705,371.1484556027986 209.00785134192705,396.3447391509752 205.98429731614587,396.3447391509752" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.405249999999997,-18.6575 -11.255249999999997,-18.6575 -11.255249999999997,-21.9575 -11.355249999999996,-21.9575" data-type="line" data-label="" points="205.48037164518234,365.1013475512362 206.99214865807295,365.1013475512362 206.99214865807295,398.3604418348294 205.98429731614587,398.3604418348294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.234375,-4.025 17.37537499999999,-4.025 17.37537499999999,-4.0760000000000005" data-type="line" data-label="" points="443.73264943420844,217.6274999437583 495.5462869226788,217.6274999437583 495.5462869226788,218.1415041281411" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="25.754374999999996,-4.379999999999999 26.294374999999995,-4.379999999999999 26.294374999999995,-4.880999999999999" data-type="line" data-label="" points="579.9941508627477,221.20537220759937 585.4365481091538,221.20537220759937 585.4365481091538,226.25470743065398" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-23.394374999999997,-3.3150000000000004 -23.394374999999997,-3.1640000000000006 -23.445375,-3.1640000000000006" data-type="line" data-label="" points="84.647814447369,210.47175541607612 84.647814447369,208.94989988976627 84.13381026298617,208.94989988976627" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.304375,-3.99 -12.304375,-3.8890000000000002 -12.555375,-3.8890000000000002" data-type="line" data-label="" points="196.41852826708055,217.2747519740838 196.41852826708055,216.2568221187375 193.88882139884362,216.2568221187375" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.304375,-6.5600000000000005 -12.304375,-6.6610000000000005 -12.655375,-6.6610000000000005" data-type="line" data-label="" points="196.41852826708055,243.17653146160941 196.41852826708055,244.19446131695577 192.88097005691657,244.19446131695577" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.224374999999998,-6.214999999999998 13.224374999999998,-6.315999999999998 12.873375,-6.315999999999998" data-type="line" data-label="" points="453.7103777192864,239.69944433196102 453.7103777192864,240.71737418730734 450.1728195091224,240.71737418730734" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.577249999999998,-23.55 -5.577249999999998,-23.4 -5.578249999999998,-23.4" data-type="line" data-label="" points="264.21794785269174,414.4104744550179 264.21794785269174,412.8986974421273 264.20786933927246,412.8986974421273" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.510250000000001,-18.99 13.510250000000001,-18.888999999999996 13.159250000000002,-18.888999999999996" data-type="line" data-label="" points="456.5915727430204,368.45245326314364 456.5915727430204,367.4345234077973 453.0540145328564,367.4345234077973" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.890250000000002,-18.990000000000002 15.890250000000002,-18.889 15.539250000000003,-18.889" data-type="line" data-label="" points="480.5784346808846,368.45245326314375 480.5784346808846,367.4345234077973 477.0408764707206,367.4345234077973" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.13025,-18.99 11.13025,-18.888999999999996 10.779250000000001,-18.888999999999996" data-type="line" data-label="" points="432.60471080515623,368.45245326314364 432.60471080515623,367.4345234077973 429.0671525949922,367.4345234077973" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-26.574374999999996" data-y="-3.2149999999999994" x="40.000000000000014" y="189.30687723560771" width="25.196283548176638" height="40.314053677082626" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-23.594374999999996" data-y="-1.7000000000000008" x="77.39128478549414" y="190.768261681402" width="10.48165395604147" height="6.85338912510403" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-23.694374999999997" data-y="-3.8650000000000007" x="77.3912847854941" y="210.47175541607612" width="8.465951272187397" height="11.086364761197729" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-21.516874999999995" data-y="-3.6150000000000007" x="98.10262986209534" y="210.47175541607612" width="10.935187059908685" height="6.047108051562418" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-23.924374999999998" data-y="-6.420000000000001" x="69.2276889158849" y="237.73413421520326" width="20.1570268385413" height="8.06281073541652" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-21.314375" data-y="-1.8050000000000008" x="100.97500618658746" y="191.42336505365455" width="9.272232345729009" height="7.659670198645728" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-21.659374999999997" data-y="-7.020000000000001" x="96.89320825178287" y="243.98281253515108" width="10.48165395604147" height="7.659670198645699" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-20.109374999999996" data-y="-7.020000000000001" x="110.44880880070187" y="243.8820274009584" width="14.613844457942491" height="7.861240467031081" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-18.779374999999995" data-y="-7.020000000000001" x="126.5240377044386" y="243.98281253515108" width="9.272232345729037" height="7.659670198645699" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-16.776874999999997" data-y="-8.485000000000001" x="146.2779240062091" y="256.88330971181756" width="10.12890598636696" height="11.388720163775872" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-16.796875" data-y="-7.020000000000001" x="146.27792400620902" y="244.78909360869272" width="9.725765449596224" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-12.304375" data-y="-4.37" x="193.8988999122629" y="217.2747519740838" width="5.039256709635339" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-12.086875" data-y="-6.26" x="193.14301140581762" y="237.129423410047" width="10.935187059908685" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.979375000000002" data-y="-8.275" x="259.66119997300393" y="254.4140739240962" width="21.16487818046835" height="12.09421610312478" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="-6.741875000000002" data-y="-8.575" x="246.407954826663" y="260.4611819756586" width="12.144608670221146" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="-2.483125000000001" data-y="-7.875" x="289.93453465613817" y="253.4062225821691" width="10.935187059908685" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="0.45187499999999914" data-y="-8.075" x="319.51497154169755" y="255.42192526602324" width="10.935187059908685" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-2.2181250000000015" data-y="-6.409999999999999" x="289.9345346561381" y="235.97039436683087" width="16.27679917212214" height="11.388720163775872" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="0.836874999999999" data-y="-6.609999999999999" x="319.5149715416976" y="237.98609705068503" width="18.69564239274706" height="11.388720163775815" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-7.519375000000002" data-y="-4.775" x="240.00809880542613" y="221.35654990888844" width="9.272232345729037" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="-5.029375000000002" data-y="-4.28" x="259.66119997300393" y="216.16611549796403" width="20.1570268385413" height="8.062810735416548" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-7.5393750000000015" data-y="-2.9300000000000006" x="241.41909068412406" y="203.1648331871049" width="6.047108051562361" height="6.853389125104059" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="-5.4768750000000015" data-y="-1.9750000000000005" x="259.76198510719667" y="193.94299340847226" width="10.935187059908628" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="11.084375" data-y="-5.325" x="420.55206856988593" y="214.60394591797711" width="23.180580864322508" height="32.251242941666106" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="5.079374999999999" data-y="-3.9250000000000007" x="366.38005894130606" y="212.78981350250837" width="10.481653956041498" height="7.659670198645728" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="6.2593749999999995" data-y="-3.9250000000000007" x="378.8774155812017" y="212.78981350250837" width="9.272232345729037" height="7.659670198645728" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="7.629375" data-y="-3.9250000000000007" x="393.3904749049515" y="212.78981350250837" width="7.861240467031166" height="7.659670198645728" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="9.221875" data-y="-5.55" x="407.298823423545" y="229.97367888236482" width="12.144608670221146" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="9.221875" data-y="-4.23" x="407.298823423545" y="216.67004116892758" width="12.144608670221146" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="7.821875" data-y="-5.2250000000000005" x="394.3983262468786" y="226.6981620211019" width="9.725765449596167" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="13.234375" data-y="-4.624999999999999" x="450.7876088276979" y="220.24791343276866" width="6.047108051562418" height="6.853389125104059" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="13.321874999999999" data-y="-5.914999999999998" x="450.4348608580234" y="233.65233628039863" width="8.516343839283707" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="15.769374999999998" data-y="-4.724999999999999" x="469.28168095205956" y="220.65105396953948" width="20.157026838541242" height="8.06281073541652" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="24.354374999999997" data-y="-6.18" x="553.7900159726439" y="218.1818181818182" width="24.18843220624956" height="42.329756360936784" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="22.069374999999994" data-y="-4.979999999999999" x="538.2187127398707" y="223.4226451598389" width="9.27223234572898" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="20.769374999999997" data-y="-4.979999999999999" x="525.7213560999753" y="223.4226451598389" width="8.06281073541652" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_36" data-x="21.724375" data-y="-6.189999999999998" x="534.1369148050662" y="235.6176463971564" width="10.481653956041441" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_37" data-x="22.171875" data-y="-2.5699999999999994" x="539.0249938134125" y="199.93970889293826" width="9.725765449596224" height="6.04710805156239" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_38" data-x="27.256875" data-y="-4.652500000000002" x="590.2742345504039" y="220.92821308856946" width="9.725765449596224" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_39" data-x="-12.405249999999997" data-y="-22.6575" x="184.81941913567746" y="391.3054824413399" width="21.164878180468406" height="28.219837573957818" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_40" data-x="-14.330249999999996" data-y="-23.7575" x="170.75989291579492" y="412.6719308901937" width="10.48165395604147" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_41" data-x="-10.090249999999997" data-y="-23.057499999999997" x="213.4927898135025" y="405.6169714967042" width="10.481653956041498" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_42" data-x="-13.932249999999996" data-y="-16.5525" x="175.37585206182086" y="340.0562417043486" width="9.272232345729037" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_43" data-x="-11.949749999999996" data-y="-16.5525" x="195.12973836359134" y="340.86252277789026" width="9.725765449596196" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_44" data-x="-14.227749999999997" data-y="-22.1875" x="171.56617398933656" y="397.6549458954804" width="10.935187059908685" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_45" data-x="-10.069749999999996" data-y="-17.1475" x="214.0773435918202" y="346.85923826235637" width="9.725765449596167" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_46" data-x="-12.405249999999997" data-y="-18.857499999999998" x="185.323344806641" y="363.0856448673821" width="20.157026838541327" height="8.06281073541652" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_47" data-x="-15.615249999999996" data-y="-18.857499999999998" x="152.97131673078218" y="363.0856448673821" width="20.157026838541327" height="8.06281073541652" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_48" data-x="-2.8472499999999967" data-y="-21.095" x="281.65377606802997" y="386.6441699849272" width="20.1570268385413" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_49" data-x="-5.2347499999999965" data-y="-22.085" x="262.8069559739938" y="396.6218982700052" width="9.725765449596167" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_50" data-x="-0.17224999999999657" data-y="-21.814999999999998" x="314.9632629187195" y="391.6834266945625" width="7.458099930260232" height="10.481653956041555" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_51" data-x="4.427750000000003" data-y="-20.468333333333334" x="360.392162156082" y="379.52202050197593" width="9.322624912825347" height="7.659670198645642" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_52" data-x="1.7477500000000035" data-y="-21.195" x="327.9645452295786" y="387.6520213268543" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_53" data-x="-1.5497499999999969" data-y="-18.494999999999997" x="294.7306472295337" y="360.4400350948235" width="20.1570268385413" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_54" data-x="-3.937249999999996" data-y="-18.89" x="275.88382713549754" y="364.42104789543544" width="9.725765449596167" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_55" data-x="4.422750000000003" data-y="-18.363333333333333" x="361.27403208026817" y="356.8957578757134" width="7.458099930260289" height="10.481653956041441" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_56" data-x="6.367750000000004" data-y="-18.508333333333333" x="379.9444781894671" y="359.7681342002055" width="9.322624912825347" height="7.659670198645642" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_57" data-x="1.747750000000003" data-y="-18.595" x="327.9645452295786" y="361.44788643675054" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_58" data-x="-1.462249999999997" data-y="-15.895" x="295.6125171537198" y="334.23590020471977" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_59" data-x="-3.8497499999999976" data-y="-16.884999999999998" x="276.7656970596837" y="344.21362848979777" width="9.725765449596167" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_60" data-x="0.8077500000000031" data-y="-13.569999999999999" x="324.84020606960473" y="308.58608355267603" width="7.458099930260289" height="10.481653956041441" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_61" data-x="-1.3122499999999964" data-y="-13.614999999999998" x="302.5414951294684" y="310.45060853524103" width="9.322624912825404" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_62" data-x="1.747750000000003" data-y="-15.994999999999997" x="327.9645452295786" y="335.2437515466469" width="20.157026838541356" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_63" data-x="-3.0322499999999972" data-y="-23.695" x="279.7892510854649" y="412.848304875031" width="20.1570268385413" height="6.047108051562361" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_64" data-x="-5.419749999999997" data-y="-23.895" x="260.94243099142875" y="414.8640075588851" width="9.725765449596224" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_65" data-x="1.5711590909090933" data-y="-26.74" x="332.5342348367252" y="441.3201052844705" width="7.458099930260289" height="10.481653956041498" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_66" data-x="-0.3522499999999977" data-y="-24.635" x="312.21686801196824" y="421.5158264156037" width="9.322624912825347" height="7.659670198645699" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_67" data-x="1.7477500000000021" data-y="-24.235" x="327.9645452295786" y="418.2907021214371" width="20.157026838541356" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_68" data-x="11.312750000000001" data-y="-19.555" x="429.3291939438933" y="368.45245326314364" width="10.229691120559721" height="11.388720163775929" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_69" data-x="13.692750000000002" data-y="-19.555" x="453.3160558817575" y="368.45245326314364" width="10.229691120559721" height="11.388720163775929" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_70" data-x="16.13275" data-y="-19.555000000000003" x="477.3029178196216" y="368.45245326314375" width="11.439112730872239" height="11.388720163775815" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_71" data-x="11.22775" data-y="-21.020000000000003" x="429.3291939438933" y="385.888281478482" width="8.516343839283707" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_72" data-x="13.607750000000001" data-y="-21.020000000000003" x="453.3160558817574" y="385.888281478482" width="8.516343839283707" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="schematic_component_73" data-x="15.987750000000002" data-y="-21.020000000000003" x="477.3029178196216" y="385.888281478482" width="8.516343839283707" height="6.047108051562418" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J1" data-x="-27.304375" data-y="-1.4999999999999991" x="43.426694562552" y="190.91943938269105" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="MIC5219_3_3YM5_TR" data-x="-23.504374999999996" data-y="-6.950000000000001" x="73.25909428359317" y="246.2000854873906" width="20.560167375312147" height="1.8141324154687197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U3" data-x="-24.404374999999995" data-y="-5.905000000000001" x="72.65438347843694" y="235.31529099457828" width="3.628264830937411" height="2.5196283548176837" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="TP4056_42_ESOP8" data-x="-4.729375000000001" data-y="-9.004999999999999" x="263.69260534071225" y="266.91143056399176" width="18.141324154687197" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="IC1" data-x="-5.449375000000002" data-y="-7.5600000000000005" x="263.08789453555596" y="251.99523070347124" width="4.8376864412499" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="B2B_PH_SM4_TBT_LF__SN_" data-x="-4.309375000000001" data-y="-4.8100000000000005" x="263.69260534071225" y="224.63206677015143" width="26.607275426874537" height="1.8141324154687197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J3" data-x="-5.509375000000001" data-y="-3.7650000000000006" x="263.08789453555596" y="213.7472722773391" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="CP2102N_A02_GQFN28R" data-x="11.474374999999998" data-y="-7.055" x="424.58347393759414" y="247.258329396414" width="22.979010595937154" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U6" data-x="10.454374999999999" data-y="-3.6100000000000003" x="423.97876313243796" y="212.18510269735214" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="DDC114TU_7_F" data-x="15.889375" data-y="-5.254999999999999" x="473.31308631976776" y="229.11700524172682" width="14.513059323749815" height="1.8141324154687197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U7" data-x="15.289375" data-y="-4.209999999999999" x="472.7083755146116" y="218.23221074891453" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="ESP32_WROOM_32_N4" data-x="24.574374999999996" data-y="-8.41" x="557.8214213403522" y="260.91471507952576" width="20.560167375312176" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U8" data-x="23.674374999999998" data-y="-3.964999999999999" x="557.216710535196" y="215.7629749611932" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="MPU_6050" data-x="-12.575249999999997" data-y="-24.1875" x="188.85082450338575" y="419.9284605520686" width="9.675372882499829" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="U9" data-x="-12.935249999999996" data-y="-21.142500000000002" x="188.24611369822952" y="388.886639220715" width="3.628264830937411" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J8" data-x="-12.885249999999996" data-y="-18.3425" x="188.75003936919305" y="360.66680164675716" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J9" data-x="-16.095249999999997" data-y="-18.3425" x="156.39801129333424" y="360.66680164675716" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-2.367249999999997" data-y="-21.525" x="285.68518143573823" y="393.09441857326044" width="21.769588985624637" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T1" data-x="-3.3272499999999976" data-y="-20.68" x="285.080470630582" y="384.2253267643023" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.347750000000003" data-y="-21.625" x="331.9959505972869" y="394.10226991518755" width="24.188432206249615" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J2" data-x="1.2677500000000035" data-y="-20.78" x="331.3912397921307" y="385.23317810622933" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-1.0697499999999969" data-y="-18.925" x="298.7620525972419" y="366.8902836831568" width="21.769588985624637" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T2" data-x="-2.029749999999997" data-y="-18.08" x="298.1573417920856" y="358.0211918741985" width="3.6282648309374395" height="2.519628354817712" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.347750000000003" data-y="-19.025" x="331.9959505972869" y="367.8981350250838" width="24.188432206249615" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J5" data-x="1.267750000000003" data-y="-18.18" x="331.3912397921307" y="359.0290432161256" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-0.982249999999997" data-y="-16.325" x="299.64392252142807" y="340.686148793053" width="21.769588985624637" height="1.8141324154687481" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T3" data-x="-1.942249999999997" data-y="-15.479999999999999" x="299.0392117162719" y="331.81705698409485" width="3.6282648309374395" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.347750000000003" data-y="-16.424999999999997" x="331.9959505972869" y="341.6940001349801" width="24.188432206249615" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J6" data-x="1.267750000000003" data-y="-15.579999999999997" x="331.3912397921307" y="332.82490832602184" width="3.6282648309374395" height="2.519628354817712" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SI2302DS_T1_GE3_VB" data-x="-2.5522499999999977" data-y="-24.125" x="283.8206564531732" y="419.2985534633642" width="21.76958898562458" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="T4" data-x="-3.512249999999998" data-y="-23.28" x="283.21594564801694" y="410.429461654406" width="3.6282648309373826" height="2.5196283548176552" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="SM02B_GHS_TB_LF__SN_" data-x="2.3477500000000022" data-y="-24.665" x="331.9959505972869" y="424.74095070977035" width="24.188432206249615" height="1.8141324154686913" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="J4" data-x="1.2677500000000022" data-y="-23.82" x="331.3912397921307" y="415.8718589008121" width="3.6282648309374395" height="2.519628354817712" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="netId: GND
2
4
  globalConnNetId: connectivity_net21" data-x="-16.954375" data-y="-9.46" x="147.1345976468471" y="270.2877325594475" width="4.837686441249872" height="4.23297563609367" fill="#00000066" stroke="#000000" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="netId: GND
3
5
  globalConnNetId: connectivity_net21" data-x="-21.734374999999996" data-y="-4.126000000000001" x="98.95930350273335" y="216.5289419810578" width="4.8376864412499" height="4.23297563609367" fill="#00000066" stroke="#000000" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="netId: GND
4
6
  globalConnNetId: connectivity_net21" data-x="-21.449374999999996" data-y="-2.396000000000001" x="101.83167982722549" y="199.09311376571952" width="4.8376864412499" height="4.232975636093698" fill="#00000066" stroke="#000000" stroke-width="0.09922098214285714"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -539,4 +541,762 @@ orientation: x+" data-x="15.890250000000002" data-y="-20.42" cx="480.57843468088
539
541
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
540
542
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
541
543
  });
542
- ]]></script></svg>
544
+ ]]></script>
545
+ </g>
546
+ <g transform="translate(1216, 200)">
547
+ <style>
548
+ .boundary { fill: rgb(245, 241, 237); }
549
+ .schematic-boundary { fill: none; stroke: #fff; }
550
+ .component { fill: none; stroke: rgb(132, 0, 0); }
551
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
552
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
553
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
554
+ .pin-number { fill: rgb(169, 0, 0); }
555
+ .port-label { fill: rgb(0, 100, 100); }
556
+ .component-name { fill: rgb(0, 100, 100); }
557
+
558
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 74.4106812045402 177.60541726097148 L 78.49918017176014 177.60541726097148 L 78.49918017176014 181.69391622819148 L 74.4106812045402 181.69391622819148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 74.4106812045402 177.60541726097148 L 78.49918017176014 177.60541726097148 L 78.49918017176014 181.69391622819148 L 74.4106812045402 181.69391622819148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 123.47266881118014 243.12361321067203 L 145.34613828580711 243.12361321067203 L 145.34613828580711 245.57671259100402" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 123.47266881118014 243.12361321067203 L 145.34613828580711 243.12361321067203 L 145.34613828580711 245.57671259100402" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 245.5143629826971 259.477609079552 L 245.5143629826971 271.743105981212" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.5143629826971 259.477609079552 L 245.5143629826971 271.743105981212" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 468.84861906708954 274.9116926808075 L 448.6105491793505 274.9116926808075 L 448.6105491793505 279.00019164802745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 468.84861906708954 274.9116926808075 L 448.6105491793505 274.9116926808075 L 448.6105491793505 279.00019164802745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 536.8965737527574 252.42494836109748 L 536.8965737527574 264.6904452627575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.8965737527574 252.42494836109748 L 536.8965737527574 264.6904452627575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 536.8965737527574 276.9559421644175 L 536.8965737527574 281.0444411316375 L 511.7778582228995 281.0444411316375" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.8965737527574 276.9559421644175 L 536.8965737527574 281.0444411316375 L 511.7778582228995 281.0444411316375" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 596.8952960967109 256.5134473283175 L 596.8952960967109 268.77894422997747" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.8952960967109 256.5134473283175 L 596.8952960967109 268.77894422997747" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 596.8952960967109 281.0444411316375 L 596.8952960967109 285.1329400988575 L 511.7778582228995 285.1329400988575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.8952960967109 281.0444411316375 L 596.8952960967109 285.1329400988575 L 511.7778582228995 285.1329400988575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 842.2052341299109 204.3850854962625 L 856.5149805151809 204.3850854962625" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 842.2052341299109 204.3850854962625 L 856.5149805151809 204.3850854962625" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 842.2052341299109 208.4735844634825 L 849.3601073225459 208.4735844634825 L 849.3601073225459 215.42403270775648 L 862.4433040176499 215.42403270775648 L 862.4433040176499 224.62315538400145" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 842.2052341299109 208.4735844634825 L 849.3601073225459 208.4735844634825 L 849.3601073225459 215.42403270775648 L 862.4433040176499 215.42403270775648 L 862.4433040176499 224.62315538400145" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 774.9494261191419 202.44304848683302 L 774.9494261191419 217.161644768825" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.9494261191419 202.44304848683302 L 774.9494261191419 217.161644768825" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 795.1874960068809 218.69483188153254 L 794.98307105852 218.69483188153254 L 794.98307105852 213.073145801605 L 774.9494261191419 213.073145801605 L 774.9494261191419 217.161644768825" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 795.1874960068809 218.69483188153254 L 794.98307105852 218.69483188153254 L 794.98307105852 213.073145801605 L 774.9494261191419 213.073145801605 L 774.9494261191419 217.161644768825" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 748.7830327289339 222.78333084875248 L 748.7830327289339 235.559890121315 L 794.0631587908954 235.559890121315 L 794.0631587908954 222.78333084875248 L 795.1874960068809 222.78333084875248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 748.7830327289339 222.78333084875248 L 748.7830327289339 235.559890121315 L 794.0631587908954 235.559890121315 L 794.0631587908954 222.78333084875248 L 795.1874960068809 222.78333084875248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 317.0452077260655 585.2798705298958 L 295.17173825143857 585.2798705298958 L 295.17173825143857 587.7329699102278" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 317.0452077260655 585.2798705298958 L 295.17173825143857 585.2798705298958 L 295.17173825143857 587.7329699102278" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 359.97444688187556 570.9701241446257 L 381.84791635650254 570.9701241446257 L 381.84791635650254 573.4232235249577" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 359.97444688187556 570.9701241446257 L 381.84791635650254 570.9701241446257 L 381.84791635650254 573.4232235249577" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 296.8071378383265 557.2736526044387 L 296.8071378383265 553.1851536372187 L 314.694320819914 553.1851536372187 L 314.694320819914 581.1913715626756 L 317.0452077260655 581.1913715626756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 296.8071378383265 557.2736526044387 L 296.8071378383265 553.1851536372187 L 314.694320819914 553.1851536372187 L 314.694320819914 581.1913715626756 L 317.0452077260655 581.1913715626756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 607.3899618831938 545.1614744140495 L 586.5386171503718 545.1614744140495" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 545.1614744140495 L 586.5386171503718 545.1614744140495" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 607.3899618831938 487.92248887296944 L 605.984540363212 487.92248887296944 L 605.984540363212 545.1614744140495 L 607.3899618831939 545.1614744140495" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 487.92248887296944 L 605.984540363212 487.92248887296944 L 605.984540363212 545.1614744140495 L 607.3899618831939 545.1614744140495" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 607.3899618831938 438.8605012663295 L 606.8788995122914 438.8605012663295 L 606.8788995122914 487.92248887296944 L 607.3899618831938 487.92248887296944" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 438.8605012663295 L 606.8788995122914 438.8605012663295 L 606.8788995122914 487.92248887296944 L 607.3899618831938 487.92248887296944" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 607.3899618831938 603.2181597485735 L 599.2129639487539 603.2181597485735 L 599.2129639487539 545.1614744140495 L 607.3899618831939 545.1614744140495" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 603.2181597485735 L 599.2129639487539 603.2181597485735 L 599.2129639487539 545.1614744140495 L 607.3899618831939 545.1614744140495" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 584.6476863780326 605.6712591289056 L 584.6476863780326 603.2181597485735 L 607.3899618831938 603.2181597485735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.6476863780326 605.6712591289056 L 584.6476863780326 603.2181597485735 L 607.3899618831938 603.2181597485735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 622.1782484884907 645.8407614818419 L 622.1782484884907 624.5294606152078 L 599.2129639487538 624.5294606152078 L 599.2129639487538 603.2181597485735 L 607.3899618831938 603.2181597485735" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 622.1782484884907 645.8407614818419 L 622.1782484884907 624.5294606152078 L 599.2129639487538 624.5294606152078 L 599.2129639487538 603.2181597485735 L 607.3899618831938 603.2181597485735" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 606.5722620897499 376.61310449040496 L 606.5722620897499 372.524605523185 L 596.9642895167829 372.524605523185 L 596.9642895167829 438.8605012663295 L 607.3899618831938 438.8605012663295" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.5722620897499 376.61310449040496 L 606.5722620897499 372.524605523185 L 596.9642895167829 372.524605523185 L 596.9642895167829 438.8605012663295 L 607.3899618831938 438.8605012663295" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 565.0228913353766 380.3949660350835 L 565.0228913353766 372.524605523185 L 606.5722620897499 372.524605523185 L 606.5722620897499 376.61310449040496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 565.0228913353766 380.3949660350835 L 565.0228913353766 372.524605523185 L 606.5722620897499 372.524605523185 L 606.5722620897499 376.61310449040496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 680.4718809222513 474.60079640477767 L 680.4718809222513 470.51229743755766 L 605.984540363212 470.51229743755766 L 605.984540363212 487.92248887296944 L 607.3899618831938 487.92248887296944" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 680.4718809222513 474.60079640477767 L 680.4718809222513 470.51229743755766 L 605.984540363212 470.51229743755766 L 605.984540363212 487.92248887296944 L 607.3899618831938 487.92248887296944" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 722.0212516766246 480.42690743306616 L 722.0212516766246 470.51229743755766 L 680.4718809222513 470.51229743755766 L 680.4718809222513 474.60079640477767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.0212516766246 480.42690743306616 L 722.0212516766246 470.51229743755766 L 680.4718809222513 470.51229743755766 L 680.4718809222513 474.60079640477767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 468.84861906708954 195.28817529419803 L 424.89725516947453 195.28817529419803 L 424.89725516947453 268.98336917833853 L 469.564106386353 268.98336917833853 L 469.564106386353 287.1771895824675 L 468.84861906708954 287.1771895824675" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 468.84861906708954 195.28817529419803 L 424.89725516947453 195.28817529419803 L 424.89725516947453 268.98336917833853 L 469.564106386353 268.98336917833853 L 469.564106386353 287.1771895824675 L 468.84861906708954 287.1771895824675" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 435.62956495842707 199.68331168395952 L 435.62956495842707 195.28817529419803 L 468.84861906708954 195.28817529419803" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 435.62956495842707 199.68331168395952 L 435.62956495842707 195.28817529419803 L 468.84861906708954 195.28817529419803" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 431.84770341374855 169.735056749073 L 427.75920444652854 169.735056749073 L 427.75920444652854 184.70918421651626 L 435.62956495842707 184.70918421651626 L 435.62956495842707 199.68331168395952" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 431.84770341374855 169.735056749073 L 427.75920444652854 169.735056749073 L 427.75920444652854 184.70918421651626 L 435.62956495842707 184.70918421651626 L 435.62956495842707 199.68331168395952" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"><path d="M 819.6341645190021 521.141542981632 L 819.6341645190021 533.4070398832921" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 819.6341645190021 521.141542981632 L 819.6341645190021 533.4070398832921" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"><path d="M 868.28730222892 521.141542981632 L 868.28730222892 533.4070398832921" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.28730222892 521.141542981632 L 868.28730222892 533.4070398832921" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"><path d="M 916.9404399388382 521.141542981632 L 916.9404399388382 533.4070398832921" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 916.9404399388382 521.141542981632 L 916.9404399388382 533.4070398832921" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><path d="M 74.4106812045402 204.18066054790148 L 78.49918017176014 204.18066054790148 L 78.49918017176014 200.09216158068148 L 74.4106812045402 200.09216158068148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 74.4106812045402 204.18066054790148 L 78.49918017176014 204.18066054790148 L 78.49918017176014 200.09216158068148 L 74.4106812045402 200.09216158068148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><path d="M 53.45712399753768 216.4461574495615 L 53.45712399753768 220.53465641678147 L 78.49918017176014 220.53465641678147 L 78.49918017176014 204.18066054790148 L 74.4106812045402 204.18066054790148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 53.45712399753768 216.4461574495615 L 53.45712399753768 220.53465641678147 L 78.49918017176014 220.53465641678147 L 78.49918017176014 204.18066054790148 L 74.4106812045402 204.18066054790148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><path d="M 49.36862503031762 216.4461574495615 L 49.36862503031762 220.53465641678147 L 53.45712399753768 220.53465641678147 L 53.45712399753768 216.4461574495615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 49.36862503031762 216.4461574495615 L 49.36862503031762 220.53465641678147 L 53.45712399753768 220.53465641678147 L 53.45712399753768 216.4461574495615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><path d="M 45.28012606309767 216.4461574495615 L 45.28012606309767 220.53465641678147 L 49.36862503031762 220.53465641678147 L 49.36862503031762 216.4461574495615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 45.28012606309767 216.4461574495615 L 45.28012606309767 220.53465641678147 L 49.36862503031762 220.53465641678147 L 49.36862503031762 216.4461574495615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><path d="M 41.19162709587761 216.4461574495615 L 41.19162709587761 220.53465641678147 L 45.28012606309767 220.53465641678147 L 45.28012606309767 216.4461574495615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 41.19162709587761 216.4461574495615 L 41.19162709587761 220.53465641678147 L 45.28012606309767 220.53465641678147 L 45.28012606309767 216.4461574495615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><path d="M 82.58767913898015 241.079363727062 L 79.41909243938471 241.079363727062 L 79.41909243938471 204.18066054790148 L 74.4106812045402 204.18066054790148" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 82.58767913898015 241.079363727062 L 79.41909243938471 241.079363727062 L 79.41909243938471 204.18066054790148 L 74.4106812045402 204.18066054790148" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><path d="M 177.44085517848413 261.31743361480096 L 177.44085517848413 265.40593258202097 L 145.34613828580711 265.40593258202097 L 145.34613828580711 261.11300866644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.44085517848413 261.31743361480096 L 177.44085517848413 265.40593258202097 L 145.34613828580711 265.40593258202097 L 145.34613828580711 261.11300866644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><path d="M 205.44707310394114 261.11300866644007 L 205.44707310394114 265.405932582021 L 177.44085517848413 265.405932582021 L 177.44085517848413 261.317433614801" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 205.44707310394114 261.11300866644007 L 205.44707310394114 265.405932582021 L 177.44085517848413 265.405932582021 L 177.44085517848413 261.317433614801" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><path d="M 245.5143629826971 294.84312514600504 L 245.5143629826971 298.931624113225 L 205.44707310394114 298.931624113225 L 205.44707310394114 261.11300866644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.5143629826971 294.84312514600504 L 245.5143629826971 298.931624113225 L 205.44707310394114 298.931624113225 L 205.44707310394114 261.11300866644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><path d="M 717.3015906813399 197.84348714871052 L 717.3015906813399 201.93198611593053 L 746.7387832453239 201.93198611593053 L 746.7387832453239 197.84348714871052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 717.3015906813399 197.84348714871052 L 717.3015906813399 201.93198611593053 L 746.7387832453239 201.93198611593053 L 746.7387832453239 197.84348714871052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><path d="M 691.952897084576 197.84348714871052 L 691.952897084576 201.93198611593053 L 717.3015906813399 201.93198611593053 L 717.3015906813399 197.84348714871052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 691.952897084576 197.84348714871052 L 691.952897084576 201.93198611593053 L 717.3015906813399 201.93198611593053 L 717.3015906813399 197.84348714871052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><path d="M 1015.1487404433169 219.41031920079598 L 1015.1487404433169 223.49881816801596 L 1040.4974340400809 223.49881816801596 L 1040.4974340400809 219.41031920079598" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1015.1487404433169 219.41031920079598 L 1015.1487404433169 223.49881816801596 L 1040.4974340400809 223.49881816801596 L 1040.4974340400809 219.41031920079598" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><path d="M 1065.437277740123 254.57141031888798 L 1032.2182236314604 254.57141031888798 L 1032.2182236314604 244.14573795247694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1065.437277740123 254.57141031888798 L 1032.2182236314604 254.57141031888798 L 1032.2182236314604 244.14573795247694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><path d="M 1114.499265346763 199.37667426141797 L 1118.587764313983 199.37667426141797 L 1118.587764313983 203.46517322863798 L 1114.499265346763 203.46517322863798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1114.499265346763 199.37667426141797 L 1118.587764313983 199.37667426141797 L 1118.587764313983 203.46517322863798 L 1114.499265346763 203.46517322863798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><path d="M 317.04520772606554 589.3683694971157 L 312.95670875884554 589.3683694971157 L 312.95670875884554 548.4833798249158 L 317.04520772606554 548.4833798249158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 317.04520772606554 589.3683694971157 L 312.95670875884554 589.3683694971157 L 312.95670875884554 548.4833798249158 L 317.04520772606554 548.4833798249158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><path d="M 359.97444688187556 579.1471220790658 L 370.91118161918905 579.1471220790658 L 370.91118161918905 593.0480185676137 L 381.84791635650254 593.0480185676137 L 381.84791635650254 588.9595196003936" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 359.97444688187556 579.1471220790658 L 370.91118161918905 579.1471220790658 L 370.91118161918905 593.0480185676137 L 381.84791635650254 593.0480185676137 L 381.84791635650254 588.9595196003936" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><path d="M 508.3971806393796 502.130022784059 L 508.3971806393796 543.1172249304395 L 513.4566981113144 543.1172249304395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 508.3971806393796 502.130022784059 L 508.3971806393796 543.1172249304395 L 513.4566981113144 543.1172249304395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><path d="M 539.9808351611541 489.96673835657947 L 524.1890079002668 489.96673835657947 L 524.1890079002668 506.218521751279 L 508.3971806393796 506.218521751279 L 508.3971806393796 502.130022784059" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 539.9808351611541 489.96673835657947 L 524.1890079002668 489.96673835657947 L 524.1890079002668 506.218521751279 L 508.3971806393796 506.218521751279 L 508.3971806393796 502.130022784059" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"><path d="M 541.7695534593129 436.81625178271946 L 535.892336193934 436.81625178271946 L 535.892336193934 489.96673835657947 L 539.9808351611541 489.96673835657947" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 541.7695534593129 436.81625178271946 L 535.892336193934 436.81625178271946 L 535.892336193934 489.96673835657947 L 539.9808351611541 489.96673835657947" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"><path d="M 481.87304358953986 567.4437937853985 L 481.87304358953986 571.5322927526186 L 497.6648708504271 571.5322927526186 L 497.6648708504271 543.1172249304395 L 513.4566981113144 543.1172249304395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 481.87304358953986 567.4437937853985 L 481.87304358953986 571.5322927526186 L 497.6648708504271 571.5322927526186 L 497.6648708504271 543.1172249304395 L 513.4566981113144 543.1172249304395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"><path d="M 509.67483656663586 596.2677115042995 L 493.8830093057486 596.2677115042995 L 493.8830093057486 608.5332084059595 L 478.09118204486134 608.5332084059595 L 478.09118204486134 604.4447094387394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 509.67483656663586 596.2677115042995 L 493.8830093057486 596.2677115042995 L 493.8830093057486 608.5332084059595 L 478.09118204486134 608.5332084059595 L 478.09118204486134 604.4447094387394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"><path d="M 868.28730222892 545.6725367849521 L 868.28730222892 549.7610357521721 L 819.6341645190021 549.7610357521721 L 819.6341645190021 545.6725367849521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.28730222892 545.6725367849521 L 868.28730222892 549.7610357521721 L 819.6341645190021 549.7610357521721 L 819.6341645190021 545.6725367849521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"><path d="M 916.940439938838 545.6725367849521 L 916.940439938838 549.7610357521721 L 868.28730222892 549.7610357521721 L 868.28730222892 545.6725367849521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 916.940439938838 545.6725367849521 L 916.940439938838 549.7610357521721 L 868.28730222892 549.7610357521721 L 868.28730222892 545.6725367849521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"><path d="M 468.84861906708954 279.0001916480275 L 466.80436958347957 279.0001916480275 L 466.80436958347957 270.8231937135875 L 468.84861906708954 270.8231937135875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 468.84861906708954 279.0001916480275 L 466.80436958347957 279.0001916480275 L 466.80436958347957 270.8231937135875 L 468.84861906708954 270.8231937135875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"><path d="M 448.6105491793505 291.2656885496875 L 448.6105491793505 299.85153638084944 L 466.80436958347957 299.85153638084944 L 466.80436958347957 279.0001916480275 L 468.84861906708954 279.0001916480275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 448.6105491793505 291.2656885496875 L 448.6105491793505 299.85153638084944 L 466.80436958347957 299.85153638084944 L 466.80436958347957 279.0001916480275 L 468.84861906708954 279.0001916480275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"><path d="M 468.84861906708954 199.37667426141797 L 464.76012009986954 199.37667426141797 L 464.76012009986954 270.8231937135875 L 468.84861906708954 270.8231937135875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 468.84861906708954 199.37667426141797 L 464.76012009986954 199.37667426141797 L 464.76012009986954 270.8231937135875 L 468.84861906708954 270.8231937135875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"><path d="M 435.62956495842707 215.2196077593955 L 435.62956495842707 219.3081067266155 L 464.76012009986954 219.3081067266155 L 464.76012009986954 199.37667426141797 L 468.84861906708954 199.37667426141797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 435.62956495842707 215.2196077593955 L 435.62956495842707 219.3081067266155 L 464.76012009986954 219.3081067266155 L 464.76012009986954 199.37667426141797 L 468.84861906708954 199.37667426141797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"><path d="M 475.696854837183 156.3452226314275 L 475.696854837183 177.86094844642275 L 464.76012009986954 177.86094844642275 L 464.76012009986954 199.37667426141797 L 468.84861906708954 199.37667426141797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 475.696854837183 156.3452226314275 L 475.696854837183 177.86094844642275 L 464.76012009986954 177.86094844642275 L 464.76012009986954 199.37667426141797 L 468.84861906708954 199.37667426141797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_60__stack1"><path d="M 511.7778582228995 272.86744319719753 L 515.8663571901195 272.86744319719753 L 515.8663571901195 299.85153638084944 L 448.6105491793505 299.85153638084944 L 448.6105491793505 291.2656885496875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 511.7778582228995 272.86744319719753 L 515.8663571901195 272.86744319719753 L 515.8663571901195 299.85153638084944 L 448.6105491793505 299.85153638084944 L 448.6105491793505 291.2656885496875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_61__stack1"><path d="M 74.4106812045402 151.03017397404147 L 78.49918017176014 151.03017397404147 L 78.49918017176014 146.94167500682147 L 74.4106812045402 146.94167500682147" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 74.4106812045402 151.03017397404147 L 78.49918017176014 151.03017397404147 L 78.49918017176014 146.94167500682147 L 74.4106812045402 146.94167500682147" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"><path d="M 99.14609995622118 146.02176273919702 L 78.49918017176014 146.02176273919702 L 78.49918017176014 146.94167500682147 L 74.4106812045402 146.94167500682147" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 99.14609995622118 146.02176273919702 L 78.49918017176014 146.02176273919702 L 78.49918017176014 146.94167500682147 L 74.4106812045402 146.94167500682147" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"><path d="M 99.14609995622112 190.8930389044365 L 95.05760098900112 190.8930389044365 L 95.05760098900112 146.02176273919702 L 99.14609995622118 146.02176273919702" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 99.14609995622112 190.8930389044365 L 95.05760098900112 190.8930389044365 L 95.05760098900112 146.02176273919702 L 99.14609995622118 146.02176273919702" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_64__stack1"><path d="M 74.4106812045402 173.51691829375147 L 78.49918017176014 173.51691829375147 L 78.49918017176014 169.4284193265315 L 74.4106812045402 169.4284193265315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 74.4106812045402 173.51691829375147 L 78.49918017176014 173.51691829375147 L 78.49918017176014 169.4284193265315 L 74.4106812045402 169.4284193265315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_65__stack1"><path d="M 717.3015906813399 182.3071910732745 L 717.3015906813399 171.0433764185834 L 691.952897084576 171.0433764185834 L 691.952897084576 182.3071910732745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 717.3015906813399 182.3071910732745 L 717.3015906813399 171.0433764185834 L 691.952897084576 171.0433764185834 L 691.952897084576 182.3071910732745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__stack1"><path d="M 153.62534869442766 138.96910202074253 L 153.62534869442766 134.88060305352252 L 124.49479355298513 134.88060305352252 L 124.49479355298513 146.02176273919702 L 120.40629458576512 146.02176273919702" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 153.62534869442766 138.96910202074253 L 153.62534869442766 134.88060305352252 L 124.49479355298513 134.88060305352252 L 124.49479355298513 146.02176273919702 L 120.40629458576512 146.02176273919702" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"><path d="M 114.0691211865742 200.09216158068153 L 114.0691211865742 204.18066054790148 L 124.49479355298513 204.18066054790148 L 124.49479355298513 146.02176273919702 L 120.40629458576512 146.02176273919702" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 114.0691211865742 200.09216158068153 L 114.0691211865742 204.18066054790148 L 124.49479355298513 204.18066054790148 L 124.49479355298513 146.02176273919702 L 120.40629458576512 146.02176273919702" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"><path d="M 82.58767913898015 236.990864759842 L 77.57926790413558 236.990864759842 L 77.57926790413558 218.54151317026177 L 114.0691211865742 218.54151317026177 L 114.0691211865742 200.09216158068153" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 82.58767913898015 236.990864759842 L 77.57926790413558 236.990864759842 L 77.57926790413558 218.54151317026177 L 114.0691211865742 218.54151317026177 L 114.0691211865742 200.09216158068153" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"><path d="M 536.8965737527574 229.32492919630448 L 536.8965737527574 225.23643022908448 L 467.724281851104 225.23643022908448 L 467.724281851104 283.0886906152475 L 468.84861906708954 283.0886906152475" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.8965737527574 229.32492919630448 L 536.8965737527574 225.23643022908448 L 467.724281851104 225.23643022908448 L 467.724281851104 283.0886906152475 L 468.84861906708954 283.0886906152475" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"><path d="M 596.8952960967109 233.4134281635245 L 596.8952960967109 225.23643022908448 L 536.8965737527574 225.23643022908448 L 536.8965737527574 229.32492919630448" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.8952960967109 233.4134281635245 L 596.8952960967109 225.23643022908448 L 536.8965737527574 225.23643022908448 L 536.8965737527574 229.32492919630448" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"><path d="M 511.7778582228995 276.9559421644175 L 524.3372159878285 276.9559421644175 L 524.3372159878285 225.23643022908448 L 536.8965737527574 225.23643022908448 L 536.8965737527574 229.32492919630448" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 511.7778582228995 276.9559421644175 L 524.3372159878285 276.9559421644175 L 524.3372159878285 225.23643022908448 L 536.8965737527574 225.23643022908448 L 536.8965737527574 229.32492919630448" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"><path d="M 1040.4974340400809 203.87402312535997 L 1040.4974340400809 201.42092374502795 L 1065.437277740123 201.42092374502795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1040.4974340400809 203.87402312535997 L 1040.4974340400809 201.42092374502795 L 1065.437277740123 201.42092374502795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"><path d="M 1015.1487404433169 203.87402312535997 L 1015.1487404433169 201.42092374502795 L 1040.4974340400809 201.42092374502795 L 1040.4974340400809 203.87402312535997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1015.1487404433169 203.87402312535997 L 1015.1487404433169 201.42092374502795 L 1040.4974340400809 201.42092374502795 L 1040.4974340400809 203.87402312535997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"><path d="M 1146.0829198685374 198.81450565342527 L 1146.0829198685374 184.24922808270395 L 1061.348778772903 184.24922808270395 L 1061.348778772903 201.42092374502795 L 1065.437277740123 201.42092374502795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1146.0829198685374 198.81450565342527 L 1146.0829198685374 184.24922808270395 L 1061.348778772903 184.24922808270395 L 1061.348778772903 201.42092374502795 L 1065.437277740123 201.42092374502795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"><path d="M 304.5344008863724 440.44479461612724 L 304.5344008863724 436.35629564890723 L 317.38250889086123 436.35629564890723 L 317.38250889086123 495.3328932510558 L 318.06733246787053 495.3328932510558" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 304.5344008863724 440.44479461612724 L 304.5344008863724 436.35629564890723 L 317.38250889086123 436.35629564890723 L 317.38250889086123 495.3328932510558 L 318.06733246787053 495.3328932510558" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"><path d="M 344.60169076512835 442.0801942030152 L 344.60169076512835 437.9916952357952 L 304.5344008863724 437.9916952357952 L 304.5344008863724 440.44479461612724" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 344.60169076512835 442.0801942030152 L 344.60169076512835 437.9916952357952 L 304.5344008863724 437.9916952357952 L 304.5344008863724 440.44479461612724" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"><path d="M 383.0335810569964 454.24347863049474 L 383.0335810569964 437.9916952357952 L 344.60169076512835 437.9916952357952 L 344.60169076512835 442.0801942030152" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 383.0335810569964 454.24347863049474 L 383.0335810569964 437.9916952357952 L 344.60169076512835 437.9916952357952 L 344.60169076512835 442.0801942030152" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"><path d="M 177.44085517848413 245.37228764264302 L 177.44085517848413 239.035114243452 L 123.47266881118014 239.035114243452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 177.44085517848413 245.37228764264302 L 177.44085517848413 239.035114243452 L 123.47266881118014 239.035114243452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"><path d="M 205.44707310394114 245.57671259100402 L 205.44707310394114 239.035114243452 L 177.44085517848413 239.035114243452 L 177.44085517848413 245.37228764264302" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 205.44707310394114 245.57671259100402 L 205.44707310394114 239.035114243452 L 177.44085517848413 239.035114243452 L 177.44085517848413 245.37228764264302" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"><path d="M 245.5143629826971 247.212112177892 L 245.5143629826971 239.035114243452 L 205.44707310394114 239.035114243452 L 205.44707310394114 245.57671259100402" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.5143629826971 247.212112177892 L 245.5143629826971 239.035114243452 L 205.44707310394114 239.035114243452 L 205.44707310394114 245.57671259100402" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"><path d="M 475.696854837183 144.07972572976752 L 475.696854837183 139.9912267625475 L 459.90502757629577 139.9912267625475 L 459.90502757629577 169.735056749073 L 444.11320031540856 169.735056749073" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 475.696854837183 144.07972572976752 L 475.696854837183 139.9912267625475 L 459.90502757629577 139.9912267625475 L 459.90502757629577 169.735056749073 L 444.11320031540856 169.735056749073" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"><path d="M 842.2052341299109 212.5620834307025 L 882.6302676682988 212.5620834307025 L 882.6302676682988 202.34083601265246 L 894.0269585394244 202.34083601265246" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 842.2052341299109 212.5620834307025 L 882.6302676682988 212.5620834307025 L 882.6302676682988 202.34083601265246 L 894.0269585394244 202.34083601265246" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"><path d="M 894.0269585394244 206.42933497987246 L 881.4037179781327 206.42933497987246 L 881.4037179781327 196.2080875618225 L 842.2052341299109 196.2080875618225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 894.0269585394244 206.42933497987246 L 881.4037179781327 206.42933497987246 L 881.4037179781327 196.2080875618225 L 842.2052341299109 196.2080875618225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"><path d="M 1146.0829198685374 211.0800025550853 L 1146.0829198685374 256.615659802498 L 1114.499265346763 256.615659802498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1146.0829198685374 211.0800025550853 L 1146.0829198685374 256.615659802498 L 1114.499265346763 256.615659802498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"><path d="M 1042.132833626969 168.50850705890699 L 1042.132833626969 186.19126509213348 L 1056.7492174347803 186.19126509213348 L 1056.7492174347803 205.50942271224795 L 1065.437277740123 205.50942271224795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1042.132833626969 168.50850705890699 L 1042.132833626969 186.19126509213348 L 1056.7492174347803 186.19126509213348 L 1056.7492174347803 205.50942271224795 L 1065.437277740123 205.50942271224795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"><path d="M 510.18589893753835 448.8773237360184 L 510.18589893753835 432.72775281549946 L 541.7695534593129 432.72775281549946" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 510.18589893753835 448.8773237360184 L 510.18589893753835 432.72775281549946 L 541.7695534593129 432.72775281549946" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"><path d="M 508.3971806393796 489.864525882399 L 508.3971806393796 485.87823938935946 L 539.9808351611541 485.87823938935946" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 508.3971806393796 489.864525882399 L 508.3971806393796 485.87823938935946 L 539.9808351611541 485.87823938935946" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"><path d="M 478.09118204486134 592.1792125370795 L 478.09118204486134 591.259300269455 L 505.58633759941586 591.259300269455 L 505.58633759941586 592.1792125370795 L 509.67483656663586 592.1792125370795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 478.09118204486134 592.1792125370795 L 478.09118204486134 591.259300269455 L 505.58633759941586 591.259300269455 L 505.58633759941586 592.1792125370795 L 509.67483656663586 592.1792125370795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"><path d="M 481.87304358953986 555.1782968837385 L 481.87304358953986 539.0287259632194 L 513.4566981113144 539.0287259632194" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 481.87304358953986 555.1782968837385 L 481.87304358953986 539.0287259632194 L 513.4566981113144 539.0287259632194" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"><path d="M 344.60169076512835 454.3456911046752 L 344.60169076512835 474.83929217786545 L 363.0408211072905 474.83929217786545 L 363.0408211072905 495.3328932510557 L 358.9523221400705 495.3328932510557" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 344.60169076512835 454.3456911046752 L 344.60169076512835 474.83929217786545 L 363.0408211072905 474.83929217786545 L 363.0408211072905 495.3328932510557 L 358.9523221400705 495.3328932510557" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"><path d="M 383.03358105699635 466.50897553215475 L 383.03358105699635 491.24439428383573 L 358.9523221400706 491.24439428383573" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 383.03358105699635 466.50897553215475 L 383.03358105699635 491.24439428383573 L 358.9523221400706 491.24439428383573" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"><path d="M 607.3899618831939 541.0729754468294 L 554.3416877835143 541.0729754468294" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831939 541.0729754468294 L 554.3416877835143 541.0729754468294" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"><path d="M 586.5386171503718 566.4216690435935 L 586.5386171503718 570.5101680108135 L 596.9642895167829 570.5101680108135 L 596.9642895167829 541.0729754468294 L 607.3899618831938 541.0729754468294" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 586.5386171503718 566.4216690435935 L 586.5386171503718 570.5101680108135 L 596.9642895167829 570.5101680108135 L 596.9642895167829 541.0729754468294 L 607.3899618831938 541.0729754468294" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"><path d="M 682.3628116945906 536.0304933872582 L 682.3628116945906 559.8800706960415 L 596.9642895167829 559.8800706960415 L 596.9642895167829 541.0729754468294 L 607.3899618831939 541.0729754468294" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.3628116945906 536.0304933872582 L 682.3628116945906 559.8800706960415 L 596.9642895167829 559.8800706960415 L 596.9642895167829 541.0729754468294 L 607.3899618831939 541.0729754468294" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"><path d="M 607.3899618831938 492.0109878401895 L 584.9543238005741 492.0109878401895 L 584.9543238005741 487.92248887296944 L 580.865824833354 487.92248887296944" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 492.0109878401895 L 584.9543238005741 492.0109878401895 L 584.9543238005741 487.92248887296944 L 580.865824833354 487.92248887296944" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"><path d="M 722.0212516766246 495.96320350850215 L 722.0212516766246 506.72958412218145 L 680.4718809222513 506.72958412218145 L 680.4718809222513 495.86099103432167" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.0212516766246 495.96320350850215 L 722.0212516766246 506.72958412218145 L 680.4718809222513 506.72958412218145 L 680.4718809222513 495.86099103432167" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__stack1"><path d="M 607.3899618831938 434.7720022991095 L 582.6545431315128 434.7720022991095" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 434.7720022991095 L 582.6545431315128 434.7720022991095" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_98__stack1"><path d="M 606.5722620897499 397.87329911994897 L 606.5722620897499 434.7720022991095 L 607.3899618831938 434.7720022991095" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.5722620897499 397.87329911994897 L 606.5722620897499 434.7720022991095 L 607.3899618831938 434.7720022991095" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_99__stack1"><path d="M 565.0228913353766 395.93126211051947 L 565.0228913353766 401.9617980871689 L 606.5722620897499 401.9617980871689 L 606.5722620897499 397.87329911994897" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 565.0228913353766 395.93126211051947 L 565.0228913353766 401.9617980871689 L 606.5722620897499 401.9617980871689 L 606.5722620897499 397.87329911994897" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_100__stack1"><path d="M 584.6476863780326 621.2075552043416 L 584.6476863780326 625.2960541715615 L 567.6037563084342 625.2960541715615 L 567.6037563084342 594.2234620206896 L 550.5598262388359 594.2234620206896" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.6476863780326 621.2075552043416 L 584.6476863780326 625.2960541715615 L 567.6037563084342 625.2960541715615 L 567.6037563084342 594.2234620206896 L 550.5598262388359 594.2234620206896" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_101__stack1"><path d="M 607.3899618831938 607.3066587157934 L 603.3014629159738 607.3066587157934 L 603.3014629159738 625.2960541715615 L 584.6476863780326 625.2960541715615 L 584.6476863780326 621.2075552043416" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 607.3899618831938 607.3066587157934 L 603.3014629159738 607.3066587157934 L 603.3014629159738 625.2960541715615 L 584.6476863780326 625.2960541715615 L 584.6476863780326 621.2075552043416" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_102__stack1"><path d="M 622.1782484884907 667.1009561113859 L 622.1782484884907 671.189455078606 L 603.3014629159738 671.189455078606 L 603.3014629159738 607.3066587157934 L 607.3899618831938 607.3066587157934" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 622.1782484884907 667.1009561113859 L 622.1782484884907 671.189455078606 L 603.3014629159738 671.189455078606 L 603.3014629159738 607.3066587157934 L 607.3899618831938 607.3066587157934" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_103__stack1"><path d="M 682.3628116945906 520.4941973118222 L 682.3628116945906 507.95613381234745 L 605.984540363212 507.95613381234745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 682.3628116945906 520.4941973118222 L 682.3628116945906 507.95613381234745 L 605.984540363212 507.95613381234745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_104__stack1"><path d="M 1042.132833626969 156.243010157247 L 1042.132833626969 152.154511190027 L 1061.348778772903 152.154511190027 L 1061.348778772903 184.24922808270395" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1042.132833626969 156.243010157247 L 1042.132833626969 152.154511190027 L 1061.348778772903 152.154511190027 L 1061.348778772903 184.24922808270395" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_105__stack1"><path d="M 795.1874960068809 210.5178339470925 L 785.7635058874389 210.51783394709247 L 785.7635058874389 206.42933497987252 L 748.7830327289339 206.42933497987252 L 748.7830327289339 210.51783394709253" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 795.1874960068809 210.5178339470925 L 785.7635058874389 210.51783394709247 L 785.7635058874389 206.42933497987252 L 748.7830327289339 206.42933497987252 L 748.7830327289339 210.51783394709253" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_106__stack1"><path d="M 145.34613828580711 261.11300866644 L 145.34613828580711 265.20150763366 L 63.35129149820989 265.20150763366 L 63.35129149820989 241.07936372706203 L 82.58767913898015 241.079363727062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 145.34613828580711 261.11300866644 L 145.34613828580711 265.20150763366 L 63.35129149820989 265.20150763366 L 63.35129149820989 241.07936372706203 L 82.58767913898015 241.079363727062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_107__stack1"><path d="M 795.1874960068809 198.2523370454325 L 794.98307105852 198.2523370454325 L 794.98307105852 206.53154745405303 L 746.7387832453239 206.53154745405303 L 746.7387832453239 197.84348714871052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 795.1874960068809 198.2523370454325 L 794.98307105852 198.2523370454325 L 794.98307105852 206.53154745405303 L 746.7387832453239 206.53154745405303 L 746.7387832453239 197.84348714871052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_108__stack1"><path d="M 774.9494261191419 229.42714167048499 L 774.9494261191419 231.471391154095 L 793.1432465232709 231.471391154095 L 793.1432465232709 198.2523370454325 L 795.1874960068809 198.2523370454325" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.9494261191419 229.42714167048499 L 774.9494261191419 231.471391154095 L 793.1432465232709 231.471391154095 L 793.1432465232709 198.2523370454325 L 795.1874960068809 198.2523370454325" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_109__stack1"><path d="M 1040.4974340400809 219.41031920079598 L 1040.4974340400809 223.49881816801596 L 1052.9673558901018 223.49881816801596 L 1052.9673558901018 197.332424777808 L 1065.437277740123 197.332424777808" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1040.4974340400809 219.41031920079598 L 1040.4974340400809 223.49881816801596 L 1052.9673558901018 223.49881816801596 L 1052.9673558901018 197.332424777808 L 1065.437277740123 197.332424777808" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_110__stack1"><path d="M 295.17173825143857 603.2692659856637 L 295.17173825143857 607.3577649528837 L 313.87662102647005 607.3577649528837 L 313.87662102647005 589.3683694971157 L 317.0452077260655 589.3683694971157" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 295.17173825143857 603.2692659856637 L 295.17173825143857 607.3577649528837 L 313.87662102647005 607.3577649528837 L 313.87662102647005 589.3683694971157 L 317.0452077260655 589.3683694971157" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_111__stack1"><path d="M 318.06733246787053 491.24439428383573 L 312.95670875884554 491.24439428383573 L 312.95670875884554 548.4833798249158 L 317.04520772606554 548.4833798249158" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.06733246787053 491.24439428383573 L 312.95670875884554 491.24439428383573 L 312.95670875884554 548.4833798249158 L 317.04520772606554 548.4833798249158" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_112__stack1"><path d="M 304.5344008863724 455.98109069156317 L 304.5344008863724 491.24439428383573 L 318.06733246787053 491.24439428383573" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 304.5344008863724 455.98109069156317 L 304.5344008863724 491.24439428383573 L 318.06733246787053 491.24439428383573" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_113__stack1"><path d="M 381.84791635650254 588.9595196003936 L 381.84791635650254 610.2197142299377 L 312.95670875884554 610.2197142299377 L 312.95670875884554 589.3683694971157 L 317.04520772606554 589.3683694971157" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 381.84791635650254 588.9595196003936 L 381.84791635650254 610.2197142299377 L 312.95670875884554 610.2197142299377 L 312.95670875884554 589.3683694971157 L 317.04520772606554 589.3683694971157" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_114__stack1"><path d="M 252.44692404398955 491.24439428383573 L 235.66363578355146 491.24439428383556 L 235.66363578355146 507.59839015271564 L 313.9788335006506 507.59839015271564 L 313.9788335006506 491.24439428383573 L 318.0673324678706 491.24439428383573" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 252.44692404398955 491.24439428383573 L 235.66363578355146 491.24439428383556 L 235.66363578355146 507.59839015271564 L 313.9788335006506 507.59839015271564 L 313.9788335006506 491.24439428383573 L 318.0673324678706 491.24439428383573" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_115__stack1"><path d="M 147.79923766613916 177.6054172609715 L 147.79923766613916 173.5169182937515 L 117.95319520543319 173.5169182937515 L 117.95319520543319 163.27522838086543 L 95.05760098900112 163.27522838086543 L 95.05760098900112 190.8930389044365 L 99.14609995622112 190.8930389044365" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 147.79923766613916 177.6054172609715 L 147.79923766613916 173.5169182937515 L 117.95319520543319 173.5169182937515 L 117.95319520543319 163.27522838086543 L 95.05760098900112 163.27522838086543 L 95.05760098900112 190.8930389044365 L 99.14609995622112 190.8930389044365" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_116__stack1"><path d="M 774.9494261191419 190.17755158517298 L 774.9494261191419 171.0433764185834 L 717.3015906813399 171.0433764185834 L 717.3015906813399 182.3071910732745" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.9494261191419 190.17755158517298 L 774.9494261191419 171.0433764185834 L 717.3015906813399 171.0433764185834 L 717.3015906813399 182.3071910732745" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_117__stack1"><path d="M 795.1874960068809 214.6063329143125 L 794.98307105852 214.6063329143125 L 794.98307105852 186.089052617953 L 774.9494261191419 186.089052617953 L 774.9494261191419 190.17755158517298" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 795.1874960068809 214.6063329143125 L 794.98307105852 214.6063329143125 L 794.98307105852 186.089052617953 L 774.9494261191419 186.089052617953 L 774.9494261191419 190.17755158517298" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_118__stack1"><path d="M 317.04520772606554 597.5453674315556 L 312.95670875884554 597.5453674315556 L 312.95670875884554 577.1028725954557 L 317.04520772606554 577.1028725954557" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 317.04520772606554 597.5453674315556 L 312.95670875884554 597.5453674315556 L 312.95670875884554 577.1028725954557 L 317.04520772606554 577.1028725954557" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_119__stack1"><path d="M 318.06733246787053 495.3328932510557 L 312.95670875884554 495.3328932510557 L 312.95670875884554 577.1028725954557 L 317.04520772606554 577.1028725954557" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.06733246787053 495.3328932510557 L 312.95670875884554 495.3328932510557 L 312.95670875884554 577.1028725954557 L 317.04520772606554 577.1028725954557" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_120__stack1"><path d="M 934.9119482116243 206.42933497987246 L 936.9561976952343 206.42933497987246 L 936.9561976952343 222.88554332293296 L 882.6302676682988 222.88554332293296 L 882.6302676682988 212.5620834307025 L 842.2052341299109 212.5620834307025" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 934.9119482116243 206.42933497987246 L 936.9561976952343 206.42933497987246 L 936.9561976952343 222.88554332293296 L 882.6302676682988 222.88554332293296 L 882.6302676682988 212.5620834307025 L 842.2052341299109 212.5620834307025" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_121__stack1"><path d="M 934.9119482116243 210.51783394709247 L 939.0004471788443 210.51783394709247 L 939.0004471788443 196.2080875618225 L 842.2052341299109 196.2080875618225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 934.9119482116243 210.51783394709247 L 939.0004471788443 210.51783394709247 L 939.0004471788443 196.2080875618225 L 842.2052341299109 196.2080875618225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_122__stack1"><path d="M 1032.2182236314604 228.60944187704095 L 1032.2182236314604 221.45456868440596 L 1059.0489981038415 221.45456868440596 L 1059.0489981038415 205.50942271224795 L 1065.437277740123 205.50942271224795" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1032.2182236314604 228.60944187704095 L 1032.2182236314604 221.45456868440596 L 1059.0489981038415 221.45456868440596 L 1059.0489981038415 205.50942271224795 L 1065.437277740123 205.50942271224795" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_123__stack1"><path d="M 358.9523221400706 495.3328932510557 L 373.2825110201767 495.3328932510556 L 373.2825110201767 503.50989118549575 L 366.10719533270554 503.50989118549575 L 366.10719533270554 554.6161282757457 L 359.97444688187556 554.6161282757457" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.9523221400706 495.3328932510557 L 373.2825110201767 495.3328932510556 L 373.2825110201767 503.50989118549575 L 366.10719533270554 503.50989118549575 L 366.10719533270554 554.6161282757457 L 359.97444688187556 554.6161282757457" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_124__stack1"><path d="M 358.9523221400706 491.24439428383573 L 362.01869636548554 491.24439428383573 L 362.01869636548554 558.7046272429657 L 359.97444688187556 558.7046272429657" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.9523221400706 491.24439428383573 L 362.01869636548554 491.24439428383573 L 362.01869636548554 558.7046272429657 L 359.97444688187556 558.7046272429657" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_125__stack1"><path d="M 842.2052341299109 192.1195885946025 L 947.3001000823008 192.1195885946025 L 947.3001000823008 193.1621558312436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 842.2052341299109 192.1195885946025 L 947.3001000823008 192.1195885946025 L 947.3001000823008 193.1621558312436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_126__stack1"><path d="M 1118.587764313983 199.37667426141797 L 1129.6267115254768 199.37667426141797 L 1129.6267115254768 209.61836417430408" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1118.587764313983 199.37667426141797 L 1129.6267115254768 199.37667426141797 L 1129.6267115254768 209.61836417430408" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_127__stack1"><path d="M 113.86469623821313 177.6054172609715 L 113.86469623821313 174.5186005407204 L 112.82212900157202 174.5186005407204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 113.86469623821313 177.6054172609715 L 113.86469623821313 174.5186005407204 L 112.82212900157202 174.5186005407204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_128__stack1"><path d="M 340.5719639705621 191.404101275339 L 340.5719639705621 189.33940929689288 L 335.44089776670097 189.33940929689288" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 340.5719639705621 191.404101275339 L 340.5719639705621 189.33940929689288 L 335.44089776670097 189.33940929689288" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_129__stack1"><path d="M 340.5719639705621 243.941313004116 L 340.5719639705621 246.0060049825621 L 333.396648283091 246.0060049825621" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 340.5719639705621 243.941313004116 L 340.5719639705621 246.0060049825621 L 333.396648283091 246.0060049825621" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_130__stack1"><path d="M 862.4433040176499 236.88865228566146 L 862.4433040176499 238.95334426410756 L 855.2679883301788 238.95334426410756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 862.4433040176499 236.88865228566146 L 862.4433040176499 238.95334426410756 L 855.2679883301788 238.95334426410756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_131__stack1"><path d="M 478.09118204486134 591.259300269455 L 478.09118204486134 588.19292604404 L 478.0707395500252 588.19292604404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 478.09118204486134 591.259300269455 L 478.09118204486134 588.19292604404 L 478.0707395500252 588.19292604404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_132__stack1"><path d="M 868.28730222892 498.04152381683895 L 868.28730222892 495.9768318383928 L 861.1119865414489 495.9768318383928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 868.28730222892 498.04152381683895 L 868.28730222892 495.9768318383928 L 861.1119865414489 495.9768318383928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_133__stack1"><path d="M 916.9404399388382 498.04152381683906 L 916.9404399388382 495.97683183839285 L 909.7651242513671 495.97683183839285" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 916.9404399388382 498.04152381683906 L 916.9404399388382 495.97683183839285 L 909.7651242513671 495.97683183839285" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_134__stack1"><path d="M 819.6341645190021 498.04152381683895 L 819.6341645190021 495.9768318383928 L 812.458848831531 495.9768318383928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.270799173776px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 819.6341645190021 498.04152381683895 L 819.6341645190021 495.9768318383928 L 812.458848831531 495.9768318383928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.408849896722px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="774.9494261191419" cy="217.161644768825" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="607.3899618831938" cy="545.1614744140495" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="607.3899618831938" cy="487.92248887296944" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="605.984540363212" cy="487.92248887296944" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="607.3899618831938" cy="438.8605012663295" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="607.3899618831938" cy="603.2181597485735" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="599.2129639487539" cy="603.2181597485735" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><circle cx="606.5722620897499" cy="376.61310449040496" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="606.5722620897499" cy="372.524605523185" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="680.4718809222513" cy="474.60079640477767" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="680.4718809222513" cy="470.51229743755766" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><circle cx="468.84861906708954" cy="195.28817529419803" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><circle cx="435.62956495842707" cy="199.68331168395952" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"><circle cx="74.4106812045402" cy="204.18066054790148" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="78.49918017176014" cy="204.18066054790148" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><circle cx="53.45712399753768" cy="216.4461574495615" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="53.45712399753768" cy="220.53465641678147" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="49.36862503031762" cy="216.4461574495615" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="49.36862503031762" cy="220.53465641678147" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="45.28012606309767" cy="216.4461574495615" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="45.28012606309767" cy="220.53465641678147" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_37__stack1"><circle cx="82.58767913898015" cy="241.079363727062" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><circle cx="177.44085517848413" cy="261.31743361480096" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.44085517848413" cy="265.40593258202097" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="145.34613828580711" cy="261.11300866644" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"><circle cx="205.44707310394114" cy="261.11300866644007" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_41__stack1"><circle cx="717.3015906813399" cy="197.84348714871052" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="717.3015906813399" cy="201.93198611593053" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="746.7387832453239" cy="197.84348714871052" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_43__stack1"><circle cx="1040.4974340400809" cy="223.49881816801596" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1040.4974340400809" cy="219.41031920079598" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_45__stack1"><circle cx="1118.587764313983" cy="199.37667426141797" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"><circle cx="317.04520772606554" cy="589.3683694971157" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="312.95670875884554" cy="589.3683694971157" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="312.95670875884554" cy="548.4833798249158" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="317.04520772606554" cy="548.4833798249158" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"><circle cx="381.84791635650254" cy="588.9595196003936" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"><circle cx="508.3971806393796" cy="502.130022784059" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="513.4566981113144" cy="543.1172249304395" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_49__stack1"><circle cx="539.9808351611541" cy="489.96673835657947" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_50__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_51__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_52__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_53__stack1"><circle cx="868.28730222892" cy="545.6725367849521" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="868.28730222892" cy="549.7610357521721" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_54__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_55__stack1"><circle cx="468.84861906708954" cy="279.0001916480275" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="466.80436958347957" cy="279.0001916480275" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="468.84861906708954" cy="270.8231937135875" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"><circle cx="448.6105491793505" cy="291.2656885496875" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="448.6105491793505" cy="299.85153638084944" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"><circle cx="468.84861906708954" cy="199.37667426141797" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="464.76012009986954" cy="199.37667426141797" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_58__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_59__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_60__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_61__stack1"><circle cx="78.49918017176014" cy="146.94167500682147" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="74.4106812045402" cy="146.94167500682147" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"><circle cx="99.14609995622118" cy="146.02176273919702" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"><circle cx="99.14609995622112" cy="190.8930389044365" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="95.05760098900112" cy="190.8930389044365" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_64__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_65__stack1"><circle cx="717.3015906813399" cy="182.3071910732745" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="717.3015906813399" cy="171.0433764185834" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__stack1"><circle cx="124.49479355298513" cy="146.02176273919702" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="120.40629458576512" cy="146.02176273919702" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"><circle cx="114.0691211865742" cy="200.09216158068153" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"><circle cx="536.8965737527574" cy="229.32492919630448" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="536.8965737527574" cy="225.23643022908448" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"><circle cx="1040.4974340400809" cy="203.87402312535997" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1040.4974340400809" cy="201.42092374502795" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1065.437277740123" cy="201.42092374502795" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"><circle cx="1061.348778772903" cy="184.24922808270395" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"><circle cx="304.5344008863724" cy="440.44479461612724" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="318.06733246787053" cy="495.3328932510558" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"><circle cx="344.60169076512835" cy="442.0801942030152" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="344.60169076512835" cy="437.9916952357952" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"><circle cx="177.44085517848413" cy="245.37228764264302" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="177.44085517848413" cy="239.035114243452" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"><circle cx="205.44707310394114" cy="245.57671259100402" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="205.44707310394114" cy="239.035114243452" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"><circle cx="842.2052341299109" cy="212.5620834307025" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="882.6302676682988" cy="212.5620834307025" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"><circle cx="842.2052341299109" cy="196.2080875618225" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"><circle cx="1065.437277740123" cy="205.50942271224795" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"><circle cx="478.09118204486134" cy="591.259300269455" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"><circle cx="358.9523221400705" cy="495.3328932510557" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"><circle cx="358.9523221400706" cy="491.24439428383573" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"><circle cx="607.3899618831939" cy="541.0729754468294" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"><circle cx="596.9642895167829" cy="541.0729754468294" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__stack1"><circle cx="607.3899618831938" cy="434.7720022991095" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_98__stack1"><circle cx="606.5722620897499" cy="397.87329911994897" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_99__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_100__stack1"><circle cx="584.6476863780326" cy="621.2075552043416" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="584.6476863780326" cy="625.2960541715615" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_101__stack1"><circle cx="607.3899618831938" cy="607.3066587157934" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="603.3014629159738" cy="607.3066587157934" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_102__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_103__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_104__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_105__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_106__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_107__stack1"><circle cx="795.1874960068809" cy="198.2523370454325" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_108__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_109__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_110__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_111__stack1"><circle cx="318.06733246787053" cy="491.24439428383573" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_112__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_113__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_114__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_115__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_116__stack1"><circle cx="774.9494261191419" cy="190.17755158517298" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_117__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_118__stack1"><circle cx="312.95670875884554" cy="577.1028725954557" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="317.04520772606554" cy="577.1028725954557" r="0.613274845083" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_119__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_120__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_121__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_122__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_123__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_124__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_125__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_126__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_127__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_128__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_129__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_130__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_131__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_132__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_133__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_134__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="31.481442048730173" y="142.85317603960146" width="34.752241221370014" height="65.41598347552002" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="31.481442048730173" y="142.85317603960146" width="34.752241221370014" height="65.41598347552002" fill="transparent"/><text class="sch-text" x="48.85756265941518" y="175.5611677773615" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 48.85756265941518, 175.5611677773615)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="200.09216158068148" x2="74.4106812045402" y2="200.09216158068148" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="74.0018313078182" y="199.6833116839595" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="199.6833116839595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="200.09216158068148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="146.94167500682147" x2="74.4106812045402" y2="146.94167500682147" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="74.0018313078182" y="146.53282511009948" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="146.53282511009948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="146.94167500682147" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="192.93728838804648" x2="74.00183130781818" y2="192.93728838804648" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="74.4106812045402" cy="192.93728838804648" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="74.0018313078182" y="192.5284384913245" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="192.5284384913245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="192.93728838804648" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="158.1850471666765" x2="74.00183130781818" y2="158.1850471666765" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="74.4106812045402" cy="158.1850471666765" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="74.0018313078182" y="157.7761972699545" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="157.77619726995448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="158.1850471666765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="181.69391622819148" x2="74.4106812045402" y2="181.69391622819148" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="74.0018313078182" y="181.2850663314695" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="181.2850663314695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="181.69391622819148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="169.4284193265315" x2="74.4106812045402" y2="169.4284193265315" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="74.0018313078182" y="169.0195694298095" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="169.01956942980948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="169.4284193265315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="177.60541726097148" x2="74.4106812045402" y2="177.60541726097148" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="74.0018313078182" y="177.1965673642495" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="177.1965673642495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="177.60541726097148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="173.51691829375147" x2="74.4106812045402" y2="173.51691829375147" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="74.0018313078182" y="173.10806839702948" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="173.10806839702948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="173.51691829375147" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="188.84878942082648" x2="74.00183130781818" y2="188.84878942082648" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="74.4106812045402" cy="188.84878942082648" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="74.0018313078182" y="188.4399395241045" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="188.4399395241045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="188.84878942082648" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="162.2735461338965" x2="74.00183130781818" y2="162.2735461338965" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="74.4106812045402" cy="162.2735461338965" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="74.0018313078182" y="161.8646962371745" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="161.86469623717448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="162.2735461338965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="151.03017397404147" x2="74.4106812045402" y2="151.03017397404147" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="74.0018313078182" y="150.62132407731949" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="150.62132407731949" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="151.03017397404147" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="66.23368327010019" y1="204.18066054790148" x2="74.4106812045402" y2="204.18066054790148" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="74.0018313078182" y="203.7718106511795" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="70.32218223732013" y="203.7718106511795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="64.1894337864901" y="204.18066054790148" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="41.19162709587761" y1="208.2691595151215" x2="41.19162709587761" y2="216.4461574495615" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="40.7827771991556" y="216.0373075528395" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="40.7827771991557" y="212.3576584823415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 40.7827771991557 212.3576584823415)"></text><text class="pin-number sch-pin-label" x="41.19162709587761" y="206.2249100315115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 41.19162709587761 206.2249100315115)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="45.28012606309767" y1="208.2691595151215" x2="45.28012606309767" y2="216.4461574495615" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="44.871276166375665" y="216.0373075528395" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="44.87127616637565" y="212.3576584823415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 44.87127616637565 212.3576584823415)"></text><text class="pin-number sch-pin-label" x="45.28012606309767" y="206.2249100315115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 45.28012606309767 206.2249100315115)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="49.36862503031762" y1="208.2691595151215" x2="49.36862503031762" y2="216.4461574495615" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="48.95977513359561" y="216.0373075528395" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="48.9597751335956" y="212.3576584823415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 48.9597751335956 212.3576584823415)"></text><text class="pin-number sch-pin-label" x="49.36862503031762" y="206.2249100315115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 49.36862503031762 206.2249100315115)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="53.45712399753768" y1="208.2691595151215" x2="53.45712399753768" y2="216.4461574495615" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="53.048274100815675" y="216.0373075528395" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="53.04827410081566" y="212.3576584823415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 53.04827410081566 212.3576584823415)"></text><text class="pin-number sch-pin-label" x="53.45712399753768" y="206.2249100315115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 53.45712399753768 206.2249100315115)">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="107.32309789066113" y="137.640339856396" width="4.90619876066404" height="13.900896488548028" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="107.32309789066113" y="137.640339856396" width="4.90619876066404" height="13.900896488548028" fill="transparent"/><text class="sch-text" x="109.77619727099318" y="144.59078810067" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 109.77619727099318, 144.59078810067)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="107.32309789066113" y1="146.02176273919702" x2="99.14609995622118" y2="146.02176273919702" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="98.73725005949917" y="145.61291284247503" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="103.23459892344113" y="145.612912842475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="109.36734737427116" y="146.02176273919702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="112.22929665132517" y1="146.02176273919702" x2="120.40629458576512" y2="146.02176273919702" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="119.99744468904312" y="145.61291284247503" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="116.31779561854518" y="145.612912842475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="110.18504716771514" y="146.02176273919702" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_17</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="106.7098230455781" y="185.7824151954115" width="2.044249483610031" height="6.132748450830036" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="106.7098230455781" y="185.7824151954115" width="2.044249483610031" height="6.132748450830036" fill="transparent"/><text class="sch-text" x="107.73194778738315" y="188.8487894208265" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 107.73194778738315, 188.8487894208265)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="113.86469623821313" y1="185.7824151954115" x2="113.86469623821313" y2="177.6054172609715" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="113.45584634149112" y="177.19656736424952" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.45584634149117" y="181.6939162281915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 113.45584634149117 181.6939162281915)"></text><text class="pin-number sch-pin-label" x="113.86469623821313" y="187.82666467902152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 113.86469623821313 187.82666467902152)">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="114.0691211865742" y1="191.91516364624152" x2="114.0691211865742" y2="200.09216158068153" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="113.66027128985219" y="199.68331168395954" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.66027128985218" y="196.00366261346153" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 113.66027128985218 196.00366261346153)"></text><text class="pin-number sch-pin-label" x="114.0691211865742" y="189.87091416263152" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 114.0691211865742 189.87091416263152)">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="106.7098230455781" y1="190.8930389044365" x2="99.14609995622112" y2="190.8930389044365" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="98.73725005949912" y="190.48418900771452" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.92796150089964" y="190.48418900771452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="108.75407252918814" y="190.8930389044365" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_20</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="141.1554268444067" y="182.71604096999653" width="22.180106897168514" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="141.1554268444067" y="182.71604096999653" width="22.180106897168514" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="152.24548029299092" y="183.7381657118015" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 152.24548029299092, 183.7381657118015)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="147.79923766613916" y1="182.71604096999653" x2="147.79923766613916" y2="177.6054172609715" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="147.39038776941717" y="177.19656736424952" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.39038776941715" y="180.160729115484" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 147.39038776941715 180.160729115484)"></text><text class="pin-number sch-pin-label" x="147.79923766613916" y="184.7602904536065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 147.79923766613916 184.7602904536065)">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="147.79923766613916" y1="184.7602904536065" x2="147.79923766613916" y2="189.4620642659095" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="147.79923766613916" cy="189.8709141626315" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="147.39038776941717" y="189.4620642659095" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="147.39038776941715" y="187.31560230811903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 147.39038776941715 187.31560230811903)"></text><text class="pin-number sch-pin-label" x="147.79923766613916" y="182.7160409699965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 147.79923766613916 182.7160409699965)">schematic_port_22</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="90.7646770734201" y="232.902365792622" width="24.53099380332003" height="16.35399586888002" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="90.7646770734201" y="232.902365792622" width="24.53099380332003" height="16.35399586888002" fill="transparent"/><text class="sch-text" x="103.03017397508012" y="241.079363727062" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 103.03017397508012, 241.079363727062)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="90.7646770734201" y1="236.990864759842" x2="82.58767913898015" y2="236.990864759842" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="82.17882924225815" y="236.58201486312" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="86.6761781062001" y="236.58201486312004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="92.80892655703013" y="236.990864759842" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="90.7646770734201" y1="241.079363727062" x2="82.58767913898015" y2="241.079363727062" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="82.17882924225815" y="240.67051383034" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="86.6761781062001" y="240.67051383034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="92.80892655703013" y="241.079363727062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="90.7646770734201" y1="245.167862694282" x2="82.99652903570211" y2="245.167862694282" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="82.58767913898015" cy="245.167862694282" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="82.17882924225815" y="244.75901279756002" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="86.6761781062001" y="244.75901279756002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="92.80892655703013" y="245.167862694282" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="115.29567087674013" y1="243.12361321067203" x2="123.47266881118014" y2="243.12361321067203" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="123.06381891445814" y="242.71476331395004" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="119.38416984396014" y="242.71476331395004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="113.2514213931301" y="243.12361321067203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="115.29567087674013" y1="239.035114243452" x2="123.47266881118014" y2="239.035114243452" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="123.06381891445814" y="238.62626434673" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="119.38416984396014" y="238.62626434673" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="113.2514213931301" y="239.035114243452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_27</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="146.98153787269507" y="145.71512531665553" width="18.807095249212068" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="146.98153787269507" y="145.71512531665553" width="18.807095249212068" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="156.38508549730113" y="146.73725005846052" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 156.38508549730113, 146.73725005846052)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="153.62534869442766" y1="145.71512531665553" x2="153.62534869442766" y2="138.96910202074253" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="153.21649879770567" y="138.56025212402054" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="153.21649879770564" y="142.34211366869903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 153.21649879770564 142.34211366869903)"></text><text class="pin-number sch-pin-label" x="153.62534869442766" y="147.7593748002655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 153.62534869442766 147.7593748002655)">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="153.62534869442766" y1="147.7593748002655" x2="153.62534869442766" y2="154.09654819945652" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="153.62534869442766" cy="154.5053980961785" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="153.21649879770567" y="154.09654819945652" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="153.21649879770564" y="151.132386448222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 153.21649879770564 151.132386448222)"></text><text class="pin-number sch-pin-label" x="153.62534869442766" y="145.71512531665553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 153.62534869442766 145.71512531665553)">schematic_port_29</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="138.70232746407464" y="252.32273588691703" width="21.260194629544003" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="138.70232746407464" y="252.32273588691703" width="21.260194629544003" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="149.33242477884664" y="253.34486062872202" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 149.33242477884664, 253.34486062872202)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="145.34613828580711" y1="252.32273588691703" x2="145.34613828580711" y2="245.57671259100402" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="144.93728838908513" y="245.16786269428204" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="144.93728838908515" y="248.94972423896053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 144.93728838908515 248.94972423896053)"></text><text class="pin-number sch-pin-label" x="145.34613828580711" y="254.36698537052703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 145.34613828580711 254.36698537052703)">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="145.34613828580711" y1="254.36698537052703" x2="145.34613828580711" y2="261.11300866644" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="144.93728838908513" y="260.704158769718" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="144.93728838908515" y="257.7399970184835" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 144.93728838908515 257.7399970184835)"></text><text class="pin-number sch-pin-label" x="145.34613828580711" y="252.32273588691703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 145.34613828580711 252.32273588691703)">schematic_port_31</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="166.1974830186291" y="252.32273588691703" width="29.64161751234508" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="166.1974830186291" y="252.32273588691703" width="29.64161751234508" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="181.01829177480164" y="253.34486062872202" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 181.01829177480164, 253.34486062872202)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="177.44085517848413" y1="254.36698537052703" x2="177.44085517848413" y2="261.317433614801" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="177.03200528176214" y="260.908583718079" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="177.03200528176217" y="257.842209492664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 177.03200528176217 257.842209492664)"></text><text class="pin-number sch-pin-label" x="177.44085517848413" y="252.32273588691703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 177.44085517848413 252.32273588691703)">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="177.44085517848413" y1="252.32273588691703" x2="177.44085517848413" y2="245.37228764264302" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="177.03200528176214" y="244.96343774592103" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="177.03200528176217" y="248.84751176478002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 177.03200528176217 248.84751176478002)"></text><text class="pin-number sch-pin-label" x="177.44085517848413" y="254.36698537052703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 177.44085517848413 254.36698537052703)">schematic_port_33</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="198.80326228220866" y="252.32273588691703" width="18.80709524921201" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="198.80326228220866" y="252.32273588691703" width="18.80709524921201" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="208.20680990681467" y="253.34486062872202" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 208.20680990681467, 253.34486062872202)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="205.44707310394114" y1="252.32273588691703" x2="205.44707310394114" y2="245.57671259100402" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="205.03822320721915" y="245.16786269428204" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="205.03822320721918" y="248.94972423896053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 205.03822320721918 248.94972423896053)"></text><text class="pin-number sch-pin-label" x="205.44707310394114" y="254.36698537052703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 205.44707310394114 254.36698537052703)">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="205.44707310394114" y1="254.36698537052703" x2="205.44707310394114" y2="261.11300866644" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="205.03822320721915" y="260.704158769718" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="205.03822320721918" y="257.7399970184835" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 205.03822320721918 257.7399970184835)"></text><text class="pin-number sch-pin-label" x="205.44707310394114" y="252.32273588691703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 205.44707310394114 252.32273588691703)">schematic_port_35</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="238.87055216096468" y="279.920103915652" width="20.544707310280387" height="6.746023295913005" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="238.87055216096468" y="279.920103915652" width="20.544707310280387" height="6.746023295913005" fill="transparent"/><text class="sch-text" x="249.14290581610487" y="283.2931155636085" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 249.14290581610487, 283.2931155636085)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="245.5143629826971" y1="279.920103915652" x2="245.5143629826971" y2="271.743105981212" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="245.1055130859751" y="271.33425608449" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="245.10551308597513" y="275.831604948432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 245.10551308597513 275.831604948432)"></text><text class="pin-number sch-pin-label" x="245.5143629826971" y="281.964353399262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 245.5143629826971 281.964353399262)">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="245.5143629826971" y1="286.666127211565" x2="245.5143629826971" y2="294.84312514600504" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="245.1055130859751" y="294.434275249283" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="245.10551308597513" y="290.75462617878503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 245.10551308597513 290.75462617878503)"></text><text class="pin-number sch-pin-label" x="245.5143629826971" y="284.62187772795505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 245.5143629826971 284.62187772795505)">schematic_port_37</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="238.87055216096456" y="252.32273588691703" width="19.727007516836522" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="238.87055216096456" y="252.32273588691703" width="19.727007516836522" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="248.7340559193828" y="253.34486062872202" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 248.7340559193828, 253.34486062872202)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="245.5143629826971" y1="252.32273588691703" x2="245.5143629826971" y2="247.212112177892" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="245.1055130859751" y="246.80326228117002" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="245.10551308597513" y="249.7674240324045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 245.10551308597513 249.7674240324045)"></text><text class="pin-number sch-pin-label" x="245.5143629826971" y="254.36698537052703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 245.5143629826971 254.36698537052703)">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="245.5143629826971" y1="254.36698537052703" x2="245.5143629826971" y2="259.47760907955205" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="245.1055130859751" y="259.06875918283004" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="245.10551308597513" y="256.92229722503953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 245.10551308597513 256.92229722503953)"></text><text class="pin-number sch-pin-label" x="245.5143629826971" y="252.32273588691703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 245.5143629826971 252.32273588691703)">schematic_port_39</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="335.4613402615371" y="198.150124571252" width="10.221247418049984" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="335.4613402615371" y="198.150124571252" width="10.221247418049984" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="340.5719639705621" y="199.172249313057" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 340.5719639705621, 199.172249313057)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="340.5719639705621" y1="200.194374054862" x2="340.5719639705621" y2="206.531547454053" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="340.5719639705621" cy="206.94039735077502" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="340.16311407384006" y="206.53154745405303" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="340.16311407384006" y="203.5673857028185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 340.16311407384006 203.5673857028185)"></text><text class="pin-number sch-pin-label" x="340.5719639705621" y="198.150124571252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 340.5719639705621 198.150124571252)">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="340.5719639705621" y1="198.150124571252" x2="340.5719639705621" y2="191.404101275339" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="340.16311407384006" y="190.995251378617" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="340.16311407384006" y="194.7771129232955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 340.16311407384006 194.7771129232955)"></text><text class="pin-number sch-pin-label" x="340.5719639705621" y="200.194374054862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 340.5719639705621 200.194374054862)">schematic_port_41</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="333.9281531488296" y="236.786439811481" width="22.180106897168514" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="333.9281531488296" y="236.786439811481" width="22.180106897168514" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="345.01820659741384" y="237.80856455328598" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 345.01820659741384, 237.80856455328598)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="340.5719639705621" y1="236.786439811481" x2="340.5719639705621" y2="232.08466599917796" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="340.5719639705621" cy="231.675816102456" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="340.16311407384006" y="231.266966205734" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="340.16311407384006" y="234.23112795696846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 340.16311407384006 234.23112795696846)"></text><text class="pin-number sch-pin-label" x="340.5719639705621" y="238.830689295091" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 340.5719639705621 238.830689295091)">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="340.5719639705621" y1="238.830689295091" x2="340.5719639705621" y2="243.941313004116" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="340.16311407384006" y="243.53246310739402" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="340.16311407384006" y="241.38600114960352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 340.16311407384006 241.38600114960352)"></text><text class="pin-number sch-pin-label" x="340.5719639705621" y="236.786439811481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 340.5719639705621 236.786439811481)">schematic_port_43</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="477.02561700152955" y="266.7346947463675" width="26.575243286930004" height="24.53099380332003" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="477.02561700152955" y="266.7346947463675" width="26.575243286930004" height="24.53099380332003" fill="transparent"/><text class="sch-text" x="490.31323864499456" y="279.0001916480275" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 490.31323864499456, 279.0001916480275)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="270.8231937135875" x2="468.84861906708954" y2="270.8231937135875" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="468.4397691703675" y="270.4143438168655" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="270.41434381686554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="270.8231937135875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="274.9116926808075" x2="468.84861906708954" y2="274.9116926808075" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="468.4397691703675" y="274.5028427840855" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="274.5028427840855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="274.9116926808075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="279.0001916480275" x2="468.84861906708954" y2="279.0001916480275" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_2__stack1"><rect x="468.4397691703675" y="278.5913417513055" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="278.59134175130555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="279.0001916480275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="283.0886906152475" x2="468.84861906708954" y2="283.0886906152475" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_3__stack1"><rect x="468.4397691703675" y="282.6798407185255" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="282.6798407185255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="283.0886906152475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="287.1771895824675" x2="468.84861906708954" y2="287.1771895824675" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_4__stack1"><rect x="468.4397691703675" y="286.7683396857455" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="286.76833968574556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="287.1771895824675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="503.60086028845956" y1="285.1329400988575" x2="511.7778582228995" y2="285.1329400988575" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_5__stack1"><rect x="511.3690083261775" y="284.72409020213547" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.6893592556795" y="284.72409020213547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="501.5566108048495" y="285.1329400988575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="503.60086028845956" y1="281.0444411316375" x2="511.7778582228995" y2="281.0444411316375" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_6__stack1"><rect x="511.3690083261775" y="280.63559123491547" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.6893592556795" y="280.6355912349155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="501.5566108048495" y="281.0444411316375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="503.60086028845956" y1="276.9559421644175" x2="511.7778582228995" y2="276.9559421644175" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_7__stack1"><rect x="511.3690083261775" y="276.54709226769546" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.6893592556795" y="276.5470922676955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="501.5566108048495" y="276.9559421644175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="503.60086028845956" y1="272.86744319719753" x2="511.7778582228995" y2="272.86744319719753" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_13_8__stack1"><rect x="511.3690083261775" y="272.4585933004755" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.6893592556795" y="272.4585933004755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="501.5566108048495" y="272.86744319719753" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_52</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="441.96673835761806" y="284.1108153570525" width="24.63320627750045" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="441.96673835761806" y="284.1108153570525" width="24.63320627750045" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="454.2833414963683" y="285.1329400988575" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 454.2833414963683, 285.1329400988575)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="448.6105491793505" y1="284.1108153570525" x2="448.6105491793505" y2="279.00019164802745" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="448.2016992826285" y="278.59134175130544" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="448.2016992826285" y="281.55550350254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 448.2016992826285 281.55550350254)"></text><text class="pin-number sch-pin-label" x="448.6105491793505" y="286.1550648406625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 448.6105491793505 286.1550648406625)">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="448.6105491793505" y1="286.1550648406625" x2="448.6105491793505" y2="291.2656885496875" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="448.2016992826285" y="290.8568386529655" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="448.2016992826285" y="288.710376695175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 448.2016992826285 288.710376695175)"></text><text class="pin-number sch-pin-label" x="448.6105491793505" y="284.1108153570525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 448.6105491793505 284.1108153570525)">schematic_port_54</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="530.2527629310249" y="269.8010689717825" width="22.18010689716857" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="530.2527629310249" y="269.8010689717825" width="22.18010689716857" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="541.3428163796092" y="270.8231937135875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 541.3428163796092, 270.8231937135875)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="536.8965737527574" y1="271.8453184553925" x2="536.8965737527574" y2="276.9559421644175" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="536.4877238560354" y="276.54709226769546" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.4877238560355" y="274.400630309905" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 536.4877238560355 274.400630309905)"></text><text class="pin-number sch-pin-label" x="536.8965737527574" y="269.8010689717825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 536.8965737527574 269.8010689717825)">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="536.8965737527574" y1="269.8010689717825" x2="536.8965737527574" y2="264.6904452627575" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="536.4877238560354" y="264.2815953660355" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.4877238560355" y="267.24575711727" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 536.4877238560355 267.24575711727)"></text><text class="pin-number sch-pin-label" x="536.8965737527574" y="271.8453184553925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 536.8965737527574 271.8453184553925)">schematic_port_56</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="590.2514852749784" y="273.88956793900246" width="22.180106897168457" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="590.2514852749784" y="273.88956793900246" width="22.180106897168457" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="601.3415387235627" y="274.9116926808075" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 601.3415387235627, 274.9116926808075)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="596.8952960967109" y1="273.88956793900246" x2="596.8952960967109" y2="268.77894422997747" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="596.4864461999889" y="268.37009433325545" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.4864461999889" y="271.33425608449" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 596.4864461999889 271.33425608449)"></text><text class="pin-number sch-pin-label" x="596.8952960967109" y="275.9338174226125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 596.8952960967109 275.9338174226125)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="596.8952960967109" y1="275.9338174226125" x2="596.8952960967109" y2="281.0444411316375" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="596.4864461999889" y="280.63559123491547" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.4864461999889" y="278.489129277125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 596.4864461999889 278.489129277125)"></text><text class="pin-number sch-pin-label" x="596.8952960967109" y="273.88956793900246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 596.8952960967109 273.88956793900246)">schematic_port_58</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component chip sch-component-body" x="530.2527629310249" y="237.5019271307445" width="33.014629160301524" height="6.746023295912977" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="530.2527629310249" y="237.5019271307445" width="33.014629160301524" height="6.746023295912977" fill="transparent"/><text class="sch-text" x="546.7600775111757" y="240.874938778701" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 546.7600775111757, 240.874938778701)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="536.8965737527574" y1="244.24795042665747" x2="536.8965737527574" y2="252.42494836109748" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="536.4877238560354" y="252.0160984643755" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.4877238560355" y="248.33644939387747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 536.4877238560355 248.33644939387747)"></text><text class="pin-number sch-pin-label" x="536.8965737527574" y="242.2037009430475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 536.8965737527574 242.2037009430475)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="536.8965737527574" y1="237.5019271307445" x2="536.8965737527574" y2="229.32492919630448" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="536.4877238560354" y="228.9160792995825" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.4877238560355" y="233.4134281635245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 536.4877238560355 233.4134281635245)"></text><text class="pin-number sch-pin-label" x="536.8965737527574" y="239.54617661435447" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 536.8965737527574 239.54617661435447)">schematic_port_60</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component chip sch-component-body" x="590.2514852749784" y="241.5904260979645" width="37.92082792096551" height="6.746023295912977" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="590.2514852749784" y="241.5904260979645" width="37.92082792096551" height="6.746023295912977" fill="transparent"/><text class="sch-text" x="609.2118992354611" y="244.963437745921" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 609.2118992354611, 244.963437745921)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="596.8952960967109" y1="248.33644939387747" x2="596.8952960967109" y2="256.5134473283175" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><rect x="596.4864461999889" y="256.1045974315955" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.4864461999889" y="252.42494836109748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 596.4864461999889 252.42494836109748)"></text><text class="pin-number sch-pin-label" x="596.8952960967109" y="246.29219991026747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 596.8952960967109 246.29219991026747)">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="596.8952960967109" y1="241.5904260979645" x2="596.8952960967109" y2="233.4134281635245" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="596.4864461999889" y="233.0045782668025" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.4864461999889" y="237.5019271307445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 596.4864461999889 237.5019271307445)"></text><text class="pin-number sch-pin-label" x="596.8952960967109" y="243.6346755815745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 596.8952960967109 243.6346755815745)">schematic_port_62</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component chip sch-component-body" x="428.9857541366945" y="206.42933497987252" width="18.807095249212068" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="428.9857541366945" y="206.42933497987252" width="18.807095249212068" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="438.38930176130054" y="207.4514597216775" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 438.38930176130054, 207.4514597216775)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="435.62956495842707" y1="206.42933497987252" x2="435.62956495842707" y2="199.68331168395952" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="435.22071506170505" y="199.27446178723753" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="435.22071506170505" y="203.05632333191602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 435.22071506170505 203.05632333191602)"></text><text class="pin-number sch-pin-label" x="435.62956495842707" y="208.4735844634825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 435.62956495842707 208.4735844634825)">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="435.62956495842707" y1="208.4735844634825" x2="435.62956495842707" y2="215.2196077593955" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><rect x="435.22071506170505" y="214.8107578626735" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="435.22071506170505" y="211.846596111439" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 435.22071506170505 211.846596111439)"></text><text class="pin-number sch-pin-label" x="435.62956495842707" y="206.42933497987252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 435.62956495842707 206.42933497987252)">schematic_port_64</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component chip sch-component-body" x="477.02561700152955" y="189.155426843368" width="24.530993803319973" height="16.35399586888002" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="477.02561700152955" y="189.155426843368" width="24.530993803319973" height="16.35399586888002" fill="transparent"/><text class="sch-text" x="489.2911139031895" y="197.332424777808" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 489.2911139031895, 197.332424777808)">schematic_component_20</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="195.28817529419803" x2="468.84861906708954" y2="195.28817529419803" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><rect x="468.4397691703675" y="194.87932539747604" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="194.879325397476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="195.28817529419803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="477.02561700152955" y1="199.37667426141797" x2="468.84861906708954" y2="199.37667426141797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="468.4397691703675" y="198.96782436469599" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="472.93711803430955" y="198.967824364696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="479.0698664851395" y="199.37667426141797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="501.5566108048495" y1="199.37667426141797" x2="509.3247588425676" y2="199.37667426141797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_20_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="509.73360873928954" cy="199.37667426141797" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="509.3247588425675" y="198.96782436469599" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="505.64510977206953" y="198.967824364696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="499.51236132123955" y="199.37667426141797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="501.5566108048495" y1="195.28817529419803" x2="509.3247588425676" y2="195.28817529419803" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_20_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="509.73360873928954" cy="195.28817529419803" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="509.3247588425675" y="194.87932539747604" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="505.64510977206953" y="194.879325397476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="499.51236132123955" y="195.28817529419803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_68</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component chip sch-component-body" x="436.95832712277354" y="162.784608504799" width="2.044249483609974" height="13.900896488548028" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="436.95832712277354" y="162.784608504799" width="2.044249483609974" height="13.900896488548028" fill="transparent"/><text class="sch-text" x="437.9804518645785" y="169.735056749073" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 437.9804518645785, 169.735056749073)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="436.95832712277354" y1="169.735056749073" x2="431.84770341374855" y2="169.735056749073" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="431.43885351702653" y="169.32620685235102" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="434.403015268261" y="169.326206852351" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="439.0025766063835" y="169.735056749073" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="439.0025766063835" y1="169.735056749073" x2="444.11320031540856" y2="169.735056749073" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="443.70435041868654" y="169.32620685235102" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.55788846089604" y="169.326206852351" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="436.95832712277354" y="169.735056749073" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_70</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component chip sch-component-body" x="469.05304401545055" y="149.1903494387925" width="22.180106897168514" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="469.05304401545055" y="149.1903494387925" width="22.180106897168514" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="480.1430974640348" y="150.2124741805975" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 480.1430974640348, 150.2124741805975)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="475.696854837183" y1="149.1903494387925" x2="475.696854837183" y2="144.07972572976752" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="475.288004940461" y="143.67087583304553" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="475.28800494046106" y="146.63503758428" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 475.28800494046106 146.63503758428)"></text><text class="pin-number sch-pin-label" x="475.696854837183" y="151.2345989224025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 475.696854837183 151.2345989224025)">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="475.696854837183" y1="151.2345989224025" x2="475.696854837183" y2="156.3452226314275" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="475.288004940461" y="155.93637273470551" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="475.28800494046106" y="153.789910776915" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 475.28800494046106 153.789910776915)"></text><text class="pin-number sch-pin-label" x="475.696854837183" y="149.1903494387925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 475.696854837183 149.1903494387925)">schematic_port_72</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component chip sch-component-body" x="803.3644939413209" y="185.9868401437725" width="30.663742254150065" height="65.41598347552002" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="803.3644939413209" y="185.9868401437725" width="30.663742254150065" height="65.41598347552002" fill="transparent"/><text class="sch-text" x="818.696365068396" y="218.69483188153248" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 818.696365068396, 218.69483188153248)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="190.0753391109925" x2="795.5963459036029" y2="190.0753391109925" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="190.0753391109925" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="189.6664892142705" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="189.66648921427048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="190.0753391109925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="194.1638380782125" x2="795.5963459036029" y2="194.1638380782125" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="194.1638380782125" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="193.75498818149052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="193.7549881814905" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="194.1638380782125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="198.2523370454325" x2="795.1874960068809" y2="198.2523370454325" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_2__stack1"><rect x="794.7786461101589" y="197.84348714871052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="197.8434871487105" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="198.2523370454325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="202.34083601265252" x2="795.5963459036029" y2="202.34083601265252" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="202.34083601265252" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="201.93198611593053" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="201.9319861159305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="202.34083601265252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="206.4293349798725" x2="795.5963459036029" y2="206.4293349798725" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="206.4293349798725" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="206.0204850831505" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="206.0204850831505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="206.4293349798725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="210.5178339470925" x2="795.1874960068809" y2="210.5178339470925" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_5__stack1"><rect x="794.7786461101589" y="210.1089840503705" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="210.1089840503705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="210.5178339470925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="214.6063329143125" x2="795.1874960068809" y2="214.6063329143125" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_6__stack1"><rect x="794.7786461101589" y="214.1974830175905" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="214.1974830175905" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="214.6063329143125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="218.69483188153248" x2="795.1874960068809" y2="218.69483188153248" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_7__stack1"><rect x="794.7786461101589" y="218.2859819848105" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="218.28598198481052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="218.69483188153248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="222.78333084875248" x2="795.1874960068809" y2="222.78333084875248" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_8__stack1"><rect x="794.7786461101589" y="222.3744809520305" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="222.37448095203052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="222.78333084875248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="226.8718298159725" x2="795.5963459036029" y2="226.8718298159725" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="226.8718298159725" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="226.4629799192505" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="226.4629799192505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="226.8718298159725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="230.9603287831925" x2="795.5963459036029" y2="230.9603287831925" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="230.9603287831925" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="230.5514788864705" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="230.5514788864705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="230.9603287831925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="235.0488277504125" x2="795.5963459036029" y2="235.0488277504125" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="235.0488277504125" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="234.6399778536905" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="234.6399778536905" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="235.0488277504125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="239.1373267176325" x2="795.5963459036029" y2="239.1373267176325" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="239.1373267176325" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="238.72847682091052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="238.72847682091052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="239.1373267176325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="243.2258256848525" x2="795.5963459036029" y2="243.2258256848525" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="243.2258256848525" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="242.81697578813052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="242.81697578813052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="243.2258256848525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="803.3644939413209" y1="247.31432465207251" x2="795.5963459036029" y2="247.31432465207251" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="795.1874960068809" cy="247.31432465207251" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="794.7786461101589" y="246.90547475535053" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="799.275994974101" y="246.90547475535053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="805.4087434249309" y="247.31432465207251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_87</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="245.27007516846248" x2="841.796384233189" y2="245.27007516846248" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="245.27007516846248" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="244.8612252717405" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="244.8612252717405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="245.27007516846248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="241.1815762012425" x2="841.796384233189" y2="241.1815762012425" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="241.1815762012425" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="240.77272630452052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="240.77272630452052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="241.1815762012425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_89</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="237.0930772340225" x2="841.796384233189" y2="237.0930772340225" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="237.0930772340225" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="236.6842273373005" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="236.6842273373005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="237.0930772340225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="233.0045782668025" x2="841.796384233189" y2="233.0045782668025" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="233.0045782668025" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="232.5957283700805" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="232.5957283700805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="233.0045782668025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="228.91607929958252" x2="841.796384233189" y2="228.91607929958252" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="228.91607929958252" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="228.50722940286053" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="228.5072294028605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="228.91607929958252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="224.82758033236252" x2="841.796384233189" y2="224.82758033236252" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="224.82758033236252" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="224.41873043564053" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="224.4187304356405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="224.82758033236252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="220.7390813651425" x2="841.796384233189" y2="220.7390813651425" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="220.7390813651425" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="220.33023146842052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="220.33023146842052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="220.7390813651425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="216.6505823979225" x2="841.796384233189" y2="216.6505823979225" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="216.6505823979225" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="216.24173250120052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="216.24173250120052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="216.6505823979225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="212.5620834307025" x2="842.2052341299109" y2="212.5620834307025" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_23__stack1"><rect x="841.7963842331889" y="212.1532335339805" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="212.1532335339805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="212.5620834307025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_96</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="208.4735844634825" x2="842.2052341299109" y2="208.4735844634825" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_24__stack1"><rect x="841.7963842331889" y="208.0647345667605" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="208.0647345667605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="208.4735844634825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="204.3850854962625" x2="842.2052341299109" y2="204.3850854962625" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_25__stack1"><rect x="841.7963842331889" y="203.9762355995405" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="203.9762355995405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="204.3850854962625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="200.29658652904251" x2="841.796384233189" y2="200.29658652904251" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="842.2052341299109" cy="200.29658652904251" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="841.7963842331889" y="199.88773663232053" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="199.88773663232053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="200.29658652904251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="196.2080875618225" x2="842.2052341299109" y2="196.2080875618225" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_27__stack1"><rect x="841.7963842331889" y="195.79923766510052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="195.79923766510052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="196.2080875618225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="834.028236195471" y1="192.1195885946025" x2="842.2052341299109" y2="192.1195885946025" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_23_28__stack1"><rect x="841.7963842331889" y="191.71073869788052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="838.1167351626909" y="191.71073869788052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="831.983986711861" y="192.1195885946025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_101</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component chip sch-component-body" x="685.3090862628435" y="189.05321436918751" width="21.26019462954389" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="685.3090862628435" y="189.05321436918751" width="21.26019462954389" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="695.9391835776154" y="190.0753391109925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 695.9391835776154, 190.0753391109925)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="691.952897084576" y1="189.05321436918751" x2="691.952897084576" y2="182.3071910732745" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><rect x="691.544047187854" y="181.89834117655252" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.544047187854" y="185.680202721231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 691.544047187854 185.680202721231)"></text><text class="pin-number sch-pin-label" x="691.952897084576" y="191.0974638527975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 691.952897084576 191.0974638527975)">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="691.952897084576" y1="191.0974638527975" x2="691.952897084576" y2="197.84348714871052" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="691.544047187854" y="197.43463725198853" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="691.544047187854" y="194.47047550075402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 691.544047187854 194.47047550075402)"></text><text class="pin-number sch-pin-label" x="691.952897084576" y="189.05321436918751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 691.952897084576 189.05321436918751)">schematic_port_103</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component chip sch-component-body" x="710.6577798596074" y="189.05321436918751" width="18.80709524921201" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="710.6577798596074" y="189.05321436918751" width="18.80709524921201" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="720.0613274842134" y="190.0753391109925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 720.0613274842134, 190.0753391109925)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="717.3015906813399" y1="189.05321436918751" x2="717.3015906813399" y2="182.3071910732745" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><rect x="716.8927407846179" y="181.89834117655252" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="716.8927407846179" y="185.680202721231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 716.8927407846179 185.680202721231)"></text><text class="pin-number sch-pin-label" x="717.3015906813399" y="191.0974638527975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 717.3015906813399 191.0974638527975)">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="717.3015906813399" y1="191.0974638527975" x2="717.3015906813399" y2="197.84348714871052" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="716.8927407846179" y="197.43463725198853" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="716.8927407846179" y="194.47047550075402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 716.8927407846179 194.47047550075402)"></text><text class="pin-number sch-pin-label" x="717.3015906813399" y="189.05321436918751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 717.3015906813399 189.05321436918751)">schematic_port_105</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component chip sch-component-body" x="740.0949724235915" y="189.05321436918751" width="15.945145972158002" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="740.0949724235915" y="189.05321436918751" width="15.945145972158002" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="748.0675454096704" y="190.0753391109925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 748.0675454096704, 190.0753391109925)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="746.7387832453239" y1="191.0974638527975" x2="746.7387832453239" y2="197.84348714871052" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><rect x="746.3299333486019" y="197.43463725198853" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="746.329933348602" y="194.47047550075402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 746.329933348602 194.47047550075402)"></text><text class="pin-number sch-pin-label" x="746.7387832453239" y="189.05321436918751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 746.7387832453239 189.05321436918751)">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="746.7387832453239" y1="189.05321436918751" x2="746.7387832453239" y2="182.7160409699965" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="746.7387832453239" cy="182.3071910732745" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="746.3299333486019" y="181.89834117655252" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="746.329933348602" y="185.680202721231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 746.329933348602 185.680202721231)"></text><text class="pin-number sch-pin-label" x="746.7387832453239" y="191.0974638527975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 746.7387832453239 191.0974638527975)">schematic_port_107</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component chip sch-component-body" x="768.3056152974095" y="222.27226847785" width="24.63320627750045" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="768.3056152974095" y="222.27226847785" width="24.63320627750045" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="780.6222184361598" y="223.29439321965498" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 780.6222184361598, 223.29439321965498)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="774.9494261191419" y1="222.27226847785" x2="774.9494261191419" y2="217.161644768825" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="774.5405762224199" y="216.752794872103" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.54057622242" y="219.7169566233375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 774.54057622242 219.7169566233375)"></text><text class="pin-number sch-pin-label" x="774.9494261191419" y="224.31651796146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 774.9494261191419 224.31651796146)">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="774.9494261191419" y1="224.31651796146" x2="774.9494261191419" y2="229.42714167048499" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><rect x="774.5405762224199" y="229.018291773763" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.54057622242" y="226.8718298159725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 774.54057622242 226.8718298159725)"></text><text class="pin-number sch-pin-label" x="774.9494261191419" y="222.27226847785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 774.9494261191419 222.27226847785)">schematic_port_109</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component chip sch-component-body" x="768.3056152974095" y="195.28817529419803" width="24.63320627750045" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="768.3056152974095" y="195.28817529419803" width="24.63320627750045" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="780.6222184361598" y="196.310300036003" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 780.6222184361598, 196.310300036003)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="774.9494261191419" y1="197.332424777808" x2="774.9494261191419" y2="202.44304848683302" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="774.5405762224199" y="202.03419859011103" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.54057622242" y="199.88773663232053" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 774.54057622242 199.88773663232053)"></text><text class="pin-number sch-pin-label" x="774.9494261191419" y="195.28817529419803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 774.9494261191419 195.28817529419803)">schematic_port_110</text><line class="component-pin sch-component-pin sch-port-line" x1="774.9494261191419" y1="195.28817529419803" x2="774.9494261191419" y2="190.17755158517298" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="774.5405762224199" y="189.768701688451" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="774.54057622242" y="192.7328634396855" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 774.54057622242 192.7328634396855)"></text><text class="pin-number sch-pin-label" x="774.9494261191419" y="197.332424777808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 774.9494261191419 197.332424777808)">schematic_port_111</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component chip sch-component-body" x="742.1392219072014" y="215.62845765611752" width="19.72700751683658" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="742.1392219072014" y="215.62845765611752" width="19.72700751683658" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="752.0027256656197" y="216.6505823979225" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 752.0027256656197, 216.6505823979225)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="748.7830327289339" y1="215.62845765611752" x2="748.7830327289339" y2="210.51783394709253" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="748.3741828322119" y="210.10898405037054" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="748.374182832212" y="213.073145801605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 748.374182832212 213.073145801605)"></text><text class="pin-number sch-pin-label" x="748.7830327289339" y="217.6727071397275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 748.7830327289339 217.6727071397275)">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="748.7830327289339" y1="217.6727071397275" x2="748.7830327289339" y2="222.78333084875248" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><rect x="748.3741828322119" y="222.3744809520305" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="748.374182832212" y="220.22801899424002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 748.374182832212 220.22801899424002)"></text><text class="pin-number sch-pin-label" x="748.7830327289339" y="215.62845765611752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 748.7830327289339 215.62845765611752)">schematic_port_113</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component chip sch-component-body" x="861.625604224206" y="197.43463725198848" width="2.044249483609974" height="13.900896488548" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="861.625604224206" y="197.43463725198848" width="2.044249483609974" height="13.900896488548" fill="transparent"/><text class="sch-text" x="862.647728966011" y="204.3850854962625" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 862.647728966011, 204.3850854962625)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="863.669853707816" y1="204.3850854962625" x2="868.371627520119" y2="204.3850854962625" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="868.780477416841" cy="204.3850854962625" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="868.371627520119" y="203.9762355995405" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="866.2251655623285" y="203.97623559954047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="861.625604224206" y="204.3850854962625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_114</text><line class="component-pin sch-component-pin sch-port-line" x1="861.625604224206" y1="204.3850854962625" x2="856.5149805151809" y2="204.3850854962625" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="856.1061306184589" y="203.9762355995405" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="859.0702923696934" y="203.97623559954047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="863.669853707816" y="204.3850854962625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_115</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component chip sch-component-body" x="855.7994931959174" y="229.73377909302647" width="17.273908136504474" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="855.7994931959174" y="229.73377909302647" width="17.273908136504474" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="864.4364472641696" y="230.75590383483146" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 864.4364472641696, 230.75590383483146)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="862.4433040176499" y1="231.77802857663647" x2="862.4433040176499" y2="236.88865228566146" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><rect x="862.0344541209279" y="236.47980238893948" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="862.0344541209279" y="234.33334043114894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 862.0344541209279 234.33334043114894)"></text><text class="pin-number sch-pin-label" x="862.4433040176499" y="229.73377909302647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 862.4433040176499 229.73377909302647)">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="862.4433040176499" y1="229.73377909302647" x2="862.4433040176499" y2="224.62315538400145" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="862.0344541209279" y="224.21430548727946" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="862.0344541209279" y="227.17846723851397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 862.0344541209279 227.17846723851397)"></text><text class="pin-number sch-pin-label" x="862.4433040176499" y="231.77802857663647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 862.4433040176499 231.77802857663647)">schematic_port_117</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component chip sch-component-body" x="902.2039564738644" y="198.25233704543245" width="24.53099380332003" height="16.35399586888002" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="902.2039564738644" y="198.25233704543245" width="24.53099380332003" height="16.35399586888002" fill="transparent"/><text class="sch-text" x="914.4694533755244" y="206.42933497987246" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 914.4694533755244, 206.42933497987246)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="902.2039564738644" y1="202.34083601265246" x2="894.0269585394244" y2="202.34083601265246" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><rect x="893.6181086427024" y="201.93198611593047" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.1154575066444" y="201.93198611593047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="904.2482059574744" y="202.34083601265246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="902.2039564738644" y1="206.42933497987246" x2="894.0269585394244" y2="206.42933497987246" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="893.6181086427024" y="206.02048508315048" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.1154575066444" y="206.02048508315048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="904.2482059574744" y="206.42933497987246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="902.2039564738644" y1="210.51783394709247" x2="894.4358084361464" y2="210.51783394709247" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_32_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="894.0269585394244" cy="210.51783394709247" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="893.6181086427024" y="210.10898405037048" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="898.1154575066444" y="210.10898405037048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="904.2482059574744" y="210.51783394709247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="926.7349502771845" y1="210.51783394709247" x2="934.9119482116243" y2="210.51783394709247" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_32_3__stack1"><rect x="934.5030983149023" y="210.10898405037048" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.8234492444044" y="210.10898405037048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="924.6907007935744" y="210.51783394709247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="926.7349502771845" y1="206.42933497987246" x2="934.9119482116243" y2="206.42933497987246" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_32_4__stack1"><rect x="934.5030983149023" y="206.02048508315048" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.8234492444044" y="206.02048508315048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="924.6907007935744" y="206.42933497987246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_122</text><line class="component-pin sch-component-pin sch-port-line" x1="926.7349502771845" y1="202.34083601265246" x2="934.5030983149024" y2="202.34083601265246" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_32_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="934.9119482116243" cy="202.34083601265246" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="934.5030983149023" y="201.93198611593047" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.8234492444044" y="201.93198611593047" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="924.6907007935744" y="202.34083601265246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_123</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component chip sch-component-body" x="1073.6142756745628" y="193.24392581058797" width="32.70799173776027" height="85.85847831162002" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1073.6142756745628" y="193.24392581058797" width="32.70799173776027" height="85.85847831162002" fill="transparent"/><text class="sch-text" x="1089.9682715434428" y="236.173164966398" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1089.9682715434428, 236.173164966398)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="197.332424777808" x2="1065.437277740123" y2="197.332424777808" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="1065.028427843401" y="196.923574881086" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="196.92357488108598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="197.332424777808" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="201.42092374502795" x2="1065.437277740123" y2="201.42092374502795" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="1065.028427843401" y="201.01207384830596" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="201.012073848306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="201.42092374502795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="205.509422712248" x2="1065.437277740123" y2="205.509422712248" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_2__stack1"><rect x="1065.028427843401" y="205.10057281552602" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="205.100572815526" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="205.509422712248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="209.59792167946796" x2="1065.8461276368448" y2="209.59792167946796" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="209.59792167946796" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="209.18907178274597" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="209.189071782746" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="209.59792167946796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_127</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="213.68642064668796" x2="1065.8461276368448" y2="213.68642064668796" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="213.68642064668796" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="213.27757074996597" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="213.277570749966" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="213.68642064668796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="217.77491961390797" x2="1065.8461276368448" y2="217.77491961390797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="217.77491961390797" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="217.36606971718598" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="217.366069717186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="217.77491961390797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="221.86341858112797" x2="1065.8461276368448" y2="221.86341858112797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="221.86341858112797" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="221.45456868440598" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="221.45456868440598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="221.86341858112797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="225.95191754834798" x2="1065.8461276368448" y2="225.95191754834798" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="225.95191754834798" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="225.543067651626" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="225.54306765162596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="225.95191754834798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="230.04041651556798" x2="1065.8461276368448" y2="230.04041651556798" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="230.04041651556798" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="229.631566618846" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="229.63156661884597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="230.04041651556798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="234.128915482788" x2="1065.8461276368448" y2="234.128915482788" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="234.128915482788" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="233.720065586066" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="233.72006558606597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="234.128915482788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="238.217414450008" x2="1065.8461276368448" y2="238.217414450008" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="238.217414450008" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="237.808564553286" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="237.80856455328598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="238.217414450008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="242.30591341722797" x2="1065.8461276368448" y2="242.30591341722797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="242.30591341722797" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="241.89706352050598" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="241.89706352050598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="242.30591341722797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="246.39441238444797" x2="1065.8461276368448" y2="246.39441238444797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="246.39441238444797" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="245.98556248772599" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="245.98556248772599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="246.39441238444797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="250.48291135166798" x2="1065.8461276368448" y2="250.48291135166798" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="250.48291135166798" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="250.074061454946" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="250.074061454946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="250.48291135166798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="254.57141031888798" x2="1065.437277740123" y2="254.57141031888798" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_14__stack1"><rect x="1065.028427843401" y="254.162560422166" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="254.162560422166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="254.57141031888798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="258.659909286108" x2="1065.8461276368448" y2="258.659909286108" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="258.659909286108" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="258.251059389386" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="258.251059389386" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="258.659909286108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="262.74840825332797" x2="1065.8461276368448" y2="262.74840825332797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="262.74840825332797" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="262.33955835660595" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="262.339558356606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="262.74840825332797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="266.836907220548" x2="1065.8461276368448" y2="266.836907220548" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="266.836907220548" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="266.428057323826" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="266.428057323826" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="266.836907220548" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="270.925406187768" x2="1065.8461276368448" y2="270.925406187768" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="270.925406187768" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="270.51655629104596" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="270.516556291046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="270.925406187768" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="1073.6142756745628" y1="275.01390515498804" x2="1065.8461276368448" y2="275.01390515498804" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.437277740123" cy="275.01390515498804" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1065.028427843401" y="274.605055258266" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1069.5257767073429" y="274.605055258266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1075.6585251581728" y="275.01390515498804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="272.969655671378" x2="1114.0904154500408" y2="272.969655671378" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="272.969655671378" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="272.560805774656" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="272.56080577465605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="272.969655671378" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="268.881156704158" x2="1114.0904154500408" y2="268.881156704158" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="268.881156704158" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="268.472306807436" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="268.472306807436" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="268.881156704158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="264.792657736938" x2="1114.0904154500408" y2="264.792657736938" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="264.792657736938" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="264.383807840216" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="264.38380784021604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="264.792657736938" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="260.704158769718" x2="1114.0904154500408" y2="260.704158769718" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="260.704158769718" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="260.295308872996" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="260.295308872996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="260.704158769718" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_147</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="256.615659802498" x2="1114.499265346763" y2="256.615659802498" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_24__stack1"><rect x="1114.090415450041" y="256.20680990577597" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="256.206809905776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="256.615659802498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="252.527160835278" x2="1114.0904154500408" y2="252.527160835278" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="252.527160835278" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="252.11831093855602" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="252.11831093855602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="252.527160835278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_149</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="248.438661868058" x2="1114.0904154500408" y2="248.438661868058" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="248.438661868058" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="248.02981197133602" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="248.02981197133602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="248.438661868058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="244.350162900838" x2="1114.0904154500408" y2="244.350162900838" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="244.350162900838" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="243.941313004116" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="243.941313004116" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="244.350162900838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_151</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="240.26166393361802" x2="1114.0904154500408" y2="240.26166393361802" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="240.26166393361802" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="239.85281403689604" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="239.85281403689604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="240.26166393361802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="236.17316496639802" x2="1114.0904154500408" y2="236.17316496639802" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="236.17316496639802" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="235.76431506967603" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="235.764315069676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="236.17316496639802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_153</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="232.08466599917801" x2="1114.0904154500408" y2="232.08466599917801" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="232.08466599917801" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="231.67581610245603" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="231.675816102456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="232.08466599917801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="227.996167031958" x2="1114.0904154500408" y2="227.996167031958" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="227.996167031958" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="227.58731713523602" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="227.587317135236" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="227.996167031958" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_155</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="223.907668064738" x2="1114.0904154500408" y2="223.907668064738" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="223.907668064738" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="223.49881816801602" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="223.498818168016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="223.907668064738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="219.819169097518" x2="1114.0904154500408" y2="219.819169097518" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="219.819169097518" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="219.410319200796" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="219.41031920079598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="219.819169097518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_157</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="215.730670130298" x2="1114.0904154500408" y2="215.730670130298" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="215.730670130298" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="215.321820233576" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="215.321820233576" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="215.730670130298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="211.642171163078" x2="1114.0904154500408" y2="211.642171163078" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="211.642171163078" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="211.233321266356" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="211.233321266356" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="211.642171163078" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_159</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="207.55367219585798" x2="1114.0904154500408" y2="207.55367219585798" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1114.499265346763" cy="207.55367219585798" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="1114.090415450041" y="207.144822299136" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="207.144822299136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="207.55367219585798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_160</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="203.46517322863798" x2="1114.499265346763" y2="203.46517322863798" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_37__stack1"><rect x="1114.090415450041" y="203.056323331916" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="203.056323331916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="203.46517322863798" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_161</text><line class="component-pin sch-component-pin sch-port-line" x1="1106.322267412323" y1="199.37667426141797" x2="1114.499265346763" y2="199.37667426141797" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_33_38__stack1"><rect x="1114.090415450041" y="198.96782436469599" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1110.410766379543" y="198.96782436469599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="1104.2780179287129" y="199.37667426141797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_162</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component chip sch-component-body" x="1033.8536232183483" y="210.62004642127297" width="18.807095249212125" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1033.8536232183483" y="210.62004642127297" width="18.807095249212125" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="1043.2571708429543" y="211.642171163078" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1043.2571708429543, 211.642171163078)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="1040.4974340400809" y1="210.62004642127297" x2="1040.4974340400809" y2="203.87402312535997" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><rect x="1040.088584143359" y="203.46517322863798" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.0885841433587" y="207.24703477331647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1040.0885841433587 207.24703477331647)"></text><text class="pin-number sch-pin-label" x="1040.4974340400809" y="212.66429590488298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1040.4974340400809 212.66429590488298)">schematic_port_163</text><line class="component-pin sch-component-pin sch-port-line" x1="1040.4974340400809" y1="212.66429590488298" x2="1040.4974340400809" y2="219.41031920079598" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="1040.088584143359" y="219.001469304074" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1040.0885841433587" y="216.03730755283948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1040.0885841433587 216.03730755283948)"></text><text class="pin-number sch-pin-label" x="1040.4974340400809" y="210.62004642127297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1040.4974340400809 210.62004642127297)">schematic_port_164</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component chip sch-component-body" x="1008.5049296215843" y="210.62004642127297" width="16.35399586888002" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1008.5049296215843" y="210.62004642127297" width="16.35399586888002" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="1016.6819275560244" y="211.642171163078" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1016.6819275560244, 211.642171163078)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="1015.1487404433169" y1="210.62004642127297" x2="1015.1487404433169" y2="203.87402312535997" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="1014.7398905465949" y="203.46517322863798" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1014.7398905465949" y="207.24703477331647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1014.7398905465949 207.24703477331647)"></text><text class="pin-number sch-pin-label" x="1015.1487404433169" y="212.66429590488298" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1015.1487404433169 212.66429590488298)">schematic_port_165</text><line class="component-pin sch-component-pin sch-port-line" x1="1015.1487404433169" y1="212.66429590488298" x2="1015.1487404433169" y2="219.41031920079598" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="1014.7398905465949" y="219.001469304074" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1014.7398905465949" y="216.03730755283948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1014.7398905465949 216.03730755283948)"></text><text class="pin-number sch-pin-label" x="1015.1487404433169" y="210.62004642127297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1015.1487404433169 210.62004642127297)">schematic_port_166</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_36__stack1"><rect class="component chip sch-component-body" x="1025.5744128097278" y="235.35546517295396" width="21.260194629544003" height="2.0442494836100025" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1025.5744128097278" y="235.35546517295396" width="21.260194629544003" height="2.0442494836100025" fill="transparent"/><text class="sch-text" x="1036.2045101244998" y="236.37758991475894" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1036.2045101244998, 236.37758991475894)">schematic_component_36</text><line class="component-pin sch-component-pin sch-port-line" x1="1032.2182236314604" y1="235.35546517295396" x2="1032.2182236314604" y2="228.60944187704095" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_36_0__stack1"><rect x="1031.8093737347385" y="228.20059198031896" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1031.8093737347385" y="231.98245352499745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1031.8093737347385 231.98245352499745)"></text><text class="pin-number sch-pin-label" x="1032.2182236314604" y="237.39971465656396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1032.2182236314604 237.39971465656396)">schematic_port_167</text><line class="component-pin sch-component-pin sch-port-line" x1="1032.2182236314604" y1="237.39971465656396" x2="1032.2182236314604" y2="244.14573795247694" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_36_1__stack1"><rect x="1031.8093737347385" y="243.73688805575495" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1031.8093737347385" y="240.77272630452046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1031.8093737347385 240.77272630452046)"></text><text class="pin-number sch-pin-label" x="1032.2182236314604" y="235.35546517295396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1032.2182236314604 235.35546517295396)">schematic_port_168</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_37__stack1"><rect class="component chip sch-component-body" x="1035.4890228052363" y="161.353633866272" width="19.727007516836693" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1035.4890228052363" y="161.353633866272" width="19.727007516836693" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="1045.3525265636547" y="162.37575860807698" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1045.3525265636547, 162.37575860807698)">schematic_component_37</text><line class="component-pin sch-component-pin sch-port-line" x1="1042.132833626969" y1="163.39788334988197" x2="1042.132833626969" y2="168.50850705890699" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_37_0__stack1"><rect x="1041.723983730247" y="168.099657162185" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.7239837302468" y="165.9531952043945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1041.7239837302468 165.9531952043945)"></text><text class="pin-number sch-pin-label" x="1042.132833626969" y="161.353633866272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1042.132833626969 161.353633866272)">schematic_port_169</text><line class="component-pin sch-component-pin sch-port-line" x1="1042.132833626969" y1="161.353633866272" x2="1042.132833626969" y2="156.243010157247" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_37_1__stack1"><rect x="1041.723983730247" y="155.834160260525" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.7239837302468" y="158.7983220117595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1041.7239837302468 158.7983220117595)"></text><text class="pin-number sch-pin-label" x="1042.132833626969" y="163.39788334988197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1042.132833626969 163.39788334988197)">schematic_port_170</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_38__stack1"><rect class="component chip sch-component-body" x="1139.4391090468048" y="203.92512936245026" width="19.727007516836693" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1139.4391090468048" y="203.92512936245026" width="19.727007516836693" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="1149.3026128052234" y="204.94725410425528" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1149.3026128052234, 204.94725410425528)">schematic_component_38</text><line class="component-pin sch-component-pin sch-port-line" x1="1146.0829198685374" y1="205.9693788460603" x2="1146.0829198685374" y2="211.0800025550853" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_38_0__stack1"><rect x="1145.6740699718155" y="210.6711526583633" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1145.6740699718155" y="208.52469070057276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1145.6740699718155 208.52469070057276)"></text><text class="pin-number sch-pin-label" x="1146.0829198685374" y="203.92512936245026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1146.0829198685374 203.92512936245026)">schematic_port_171</text><line class="component-pin sch-component-pin sch-port-line" x1="1146.0829198685374" y1="203.92512936245026" x2="1146.0829198685374" y2="198.81450565342527" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_38_1__stack1"><rect x="1145.6740699718155" y="198.40565575670328" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="1145.6740699718155" y="201.3698175079378" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 1145.6740699718155 201.3698175079378)"></text><text class="pin-number sch-pin-label" x="1146.0829198685374" y="205.9693788460603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 1146.0829198685374 205.9693788460603)">schematic_port_172</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_39__stack1"><rect class="component chip sch-component-body" x="325.22220566050555" y="544.3948808576957" width="26.575243286930004" height="57.238985541079956" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="325.22220566050555" y="544.3948808576957" width="26.575243286930004" height="57.238985541079956" fill="transparent"/><text class="sch-text" x="338.50982730397055" y="573.0143736282357" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 338.50982730397055, 573.0143736282357)">schematic_component_39</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="548.4833798249158" x2="317.04520772606554" y2="548.4833798249158" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_0__stack1"><rect x="316.6363578293435" y="548.0745299281938" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="548.0745299281937" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="548.4833798249158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_173</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="552.5718787921357" x2="317.4540576227875" y2="552.5718787921357" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="552.5718787921357" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="552.1630288954137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="552.1630288954137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="552.5718787921357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_174</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="556.6603777593557" x2="317.4540576227875" y2="556.6603777593557" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="556.6603777593557" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="556.2515278626337" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="556.2515278626338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="556.6603777593557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_175</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="560.7488767265756" x2="317.4540576227875" y2="560.7488767265756" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="560.7488767265756" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="560.3400268298536" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="560.3400268298537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="560.7488767265756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_176</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="564.8373756937958" x2="317.4540576227875" y2="564.8373756937958" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="564.8373756937958" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="564.4285257970738" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="564.4285257970737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="564.8373756937958" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_177</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="568.9258746610158" x2="317.4540576227875" y2="568.9258746610158" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="568.9258746610158" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="568.5170247642938" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="568.5170247642938" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="568.9258746610158" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_178</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="573.0143736282357" x2="317.4540576227875" y2="573.0143736282357" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="573.0143736282357" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="572.6055237315137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="572.6055237315138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="573.0143736282357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_179</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="577.1028725954557" x2="317.04520772606554" y2="577.1028725954557" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_7__stack1"><rect x="316.6363578293435" y="576.6940226987336" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="576.6940226987338" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="577.1028725954557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_180</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="581.1913715626756" x2="317.04520772606554" y2="581.1913715626756" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_8__stack1"><rect x="316.6363578293435" y="580.7825216659536" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="580.7825216659537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="581.1913715626756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_181</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="585.2798705298958" x2="317.04520772606554" y2="585.2798705298958" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_9__stack1"><rect x="316.6363578293435" y="584.8710206331738" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="584.8710206331738" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="585.2798705298958" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_182</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="589.3683694971157" x2="317.04520772606554" y2="589.3683694971157" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_10__stack1"><rect x="316.6363578293435" y="588.9595196003937" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="588.9595196003937" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="589.3683694971157" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_183</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="593.4568684643357" x2="317.4540576227875" y2="593.4568684643357" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="317.04520772606554" cy="593.4568684643357" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="316.6363578293435" y="593.0480185676137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="593.0480185676138" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="593.4568684643357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_184</text><line class="component-pin sch-component-pin sch-port-line" x1="325.22220566050555" y1="597.5453674315556" x2="317.04520772606554" y2="597.5453674315556" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_12__stack1"><rect x="316.6363578293435" y="597.1365175348336" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.13370669328555" y="597.1365175348337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="327.2664551441155" y="597.5453674315556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_185</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="595.5011179479458" x2="359.56559698515355" y2="595.5011179479458" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="595.5011179479458" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="595.0922680512238" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="595.0922680512238" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="595.5011179479458" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_186</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="591.4126189807257" x2="359.56559698515355" y2="591.4126189807257" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="591.4126189807257" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="591.0037690840037" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="591.0037690840037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="591.4126189807257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_187</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="587.3241200135058" x2="359.56559698515355" y2="587.3241200135058" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="587.3241200135058" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="586.9152701167837" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="586.9152701167836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="587.3241200135058" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_188</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="583.2356210462857" x2="359.56559698515355" y2="583.2356210462857" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="583.2356210462857" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="582.8267711495637" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="582.8267711495637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="583.2356210462857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_189</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="579.1471220790658" x2="359.97444688187556" y2="579.1471220790658" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_17__stack1"><rect x="359.56559698515355" y="578.7382721823437" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="578.7382721823437" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="579.1471220790658" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_190</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="575.0586231118457" x2="359.56559698515355" y2="575.0586231118457" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="575.0586231118457" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="574.6497732151237" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="574.6497732151238" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="575.0586231118457" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_191</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="570.9701241446257" x2="359.97444688187556" y2="570.9701241446257" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_19__stack1"><rect x="359.56559698515355" y="570.5612742479037" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="570.5612742479037" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="570.9701241446257" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_192</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="566.8816251774057" x2="359.56559698515355" y2="566.8816251774057" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="566.8816251774057" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="566.4727752806837" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="566.4727752806837" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="566.8816251774057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_193</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="562.7931262101857" x2="359.56559698515355" y2="562.7931262101857" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="562.7931262101857" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="562.3842763134637" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="562.3842763134637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="562.7931262101857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_194</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="558.7046272429657" x2="359.97444688187556" y2="558.7046272429657" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_22__stack1"><rect x="359.56559698515355" y="558.2957773462437" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="558.2957773462438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="558.7046272429657" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_195</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="554.6161282757457" x2="359.97444688187556" y2="554.6161282757457" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_23__stack1"><rect x="359.56559698515355" y="554.2072783790237" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="554.2072783790238" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="554.6161282757457" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_196</text><line class="component-pin sch-component-pin sch-port-line" x1="351.79744894743556" y1="550.5276293085258" x2="359.56559698515355" y2="550.5276293085258" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_39_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="359.97444688187556" cy="550.5276293085258" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="359.56559698515355" y="550.1187794118038" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="355.8859479146556" y="550.1187794118036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="349.7531994638256" y="550.5276293085258" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_197</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_40__stack1"><rect class="component chip sch-component-body" x="288.5279274297061" y="594.4789932061408" width="21.260194629543946" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="288.5279274297061" y="594.4789932061408" width="21.260194629543946" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="299.1580247444781" y="595.5011179479458" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 299.1580247444781, 595.5011179479458)">schematic_component_40</text><line class="component-pin sch-component-pin sch-port-line" x1="295.17173825143857" y1="594.4789932061408" x2="295.17173825143857" y2="587.7329699102278" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_40_0__stack1"><rect x="294.76288835471655" y="587.3241200135058" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="294.76288835471655" y="591.1059815581842" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 294.76288835471655 591.1059815581842)"></text><text class="pin-number sch-pin-label" x="295.17173825143857" y="596.5232426897508" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 295.17173825143857 596.5232426897508)">schematic_port_198</text><line class="component-pin sch-component-pin sch-port-line" x1="295.17173825143857" y1="596.5232426897508" x2="295.17173825143857" y2="603.2692659856637" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_40_1__stack1"><rect x="294.76288835471655" y="602.8604160889416" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="294.76288835471655" y="599.8962543377072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 294.76288835471655 599.8962543377072)"></text><text class="pin-number sch-pin-label" x="295.17173825143857" y="594.4789932061408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 295.17173825143857 594.4789932061408)">schematic_port_199</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_41__stack1"><rect class="component chip sch-component-body" x="375.20410553477006" y="580.1692468208707" width="21.260194629544003" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="375.20410553477006" y="580.1692468208707" width="21.260194629544003" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="385.83420284954207" y="581.1913715626756" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 385.83420284954207, 581.1913715626756)">schematic_component_41</text><line class="component-pin sch-component-pin sch-port-line" x1="381.84791635650254" y1="580.1692468208707" x2="381.84791635650254" y2="573.4232235249577" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_41_0__stack1"><rect x="381.4390664597805" y="573.0143736282357" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="381.4390664597805" y="576.7962351729142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 381.4390664597805 576.7962351729142)"></text><text class="pin-number sch-pin-label" x="381.84791635650254" y="582.2134963044807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 381.84791635650254 582.2134963044807)">schematic_port_200</text><line class="component-pin sch-component-pin sch-port-line" x1="381.84791635650254" y1="582.2134963044807" x2="381.84791635650254" y2="588.9595196003936" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_41_1__stack1"><rect x="381.4390664597805" y="588.5506697036716" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="381.4390664597805" y="585.5865079524372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 381.4390664597805 585.5865079524372)"></text><text class="pin-number sch-pin-label" x="381.84791635650254" y="580.1692468208707" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 381.84791635650254 580.1692468208707)">schematic_port_201</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_42__stack1"><rect class="component chip sch-component-body" x="297.89059006463987" y="447.1908179120402" width="18.80709524921201" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="297.89059006463987" y="447.1908179120402" width="18.80709524921201" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="307.2941376892459" y="448.21294265384523" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 307.2941376892459, 448.21294265384523)">schematic_component_42</text><line class="component-pin sch-component-pin sch-port-line" x1="304.5344008863724" y1="447.1908179120402" x2="304.5344008863724" y2="440.44479461612724" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_42_0__stack1"><rect x="304.1255509896504" y="440.0359447194052" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.1255509896504" y="443.81780626408374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 304.1255509896504 443.81780626408374)"></text><text class="pin-number sch-pin-label" x="304.5344008863724" y="449.2350673956502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 304.5344008863724 449.2350673956502)">schematic_port_202</text><line class="component-pin sch-component-pin sch-port-line" x1="304.5344008863724" y1="449.2350673956502" x2="304.5344008863724" y2="455.98109069156317" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_42_1__stack1"><rect x="304.1255509896504" y="455.57224079484115" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.1255509896504" y="452.6080790436067" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 304.1255509896504 452.6080790436067)"></text><text class="pin-number sch-pin-label" x="304.5344008863724" y="447.1908179120402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 304.5344008863724 447.1908179120402)">schematic_port_203</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_43__stack1"><rect class="component chip sch-component-body" x="337.9578799433958" y="447.1908179120402" width="19.727007516836522" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="337.9578799433958" y="447.1908179120402" width="19.727007516836522" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="347.8213837018141" y="448.21294265384523" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 347.8213837018141, 448.21294265384523)">schematic_component_43</text><line class="component-pin sch-component-pin sch-port-line" x1="344.60169076512835" y1="449.2350673956502" x2="344.60169076512835" y2="454.3456911046752" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_43_0__stack1"><rect x="344.19284086840634" y="453.9368412079532" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="344.1928408684064" y="451.79037925016274" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 344.1928408684064 451.79037925016274)"></text><text class="pin-number sch-pin-label" x="344.60169076512835" y="447.1908179120402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 344.60169076512835 447.1908179120402)">schematic_port_204</text><line class="component-pin sch-component-pin sch-port-line" x1="344.60169076512835" y1="447.1908179120402" x2="344.60169076512835" y2="442.0801942030152" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_43_1__stack1"><rect x="344.19284086840634" y="441.6713443062932" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="344.1928408684064" y="444.6355060575277" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 344.1928408684064 444.6355060575277)"></text><text class="pin-number sch-pin-label" x="344.60169076512835" y="449.2350673956502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 344.60169076512835 449.2350673956502)">schematic_port_205</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_44__stack1"><rect class="component chip sch-component-body" x="290.16332701659405" y="562.3842763134637" width="22.180106897168514" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="290.16332701659405" y="562.3842763134637" width="22.180106897168514" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="301.2533804651783" y="563.4064010552688" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 301.2533804651783, 563.4064010552688)">schematic_component_44</text><line class="component-pin sch-component-pin sch-port-line" x1="296.8071378383265" y1="564.4285257970737" x2="296.8071378383265" y2="569.1302996093768" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_44_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="296.8071378383265" cy="569.5391495060987" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="296.3982879416045" y="569.1302996093767" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="296.39828794160456" y="566.9838376515863" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 296.39828794160456 566.9838376515863)"></text><text class="pin-number sch-pin-label" x="296.8071378383265" y="562.3842763134637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 296.8071378383265 562.3842763134637)">schematic_port_206</text><line class="component-pin sch-component-pin sch-port-line" x1="296.8071378383265" y1="562.3842763134637" x2="296.8071378383265" y2="557.2736526044387" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_44_1__stack1"><rect x="296.3982879416045" y="556.8648027077166" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="296.39828794160456" y="559.8289644589513" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 296.39828794160456 559.8289644589513)"></text><text class="pin-number sch-pin-label" x="296.8071378383265" y="564.4285257970737" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 296.8071378383265 564.4285257970737)">schematic_port_207</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_45__stack1"><rect class="component chip sch-component-body" x="376.3897702352639" y="459.3541023395197" width="19.727007516836466" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="376.3897702352639" y="459.3541023395197" width="19.727007516836466" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="386.2532739936821" y="460.37622708132477" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 386.2532739936821, 460.37622708132477)">schematic_component_45</text><line class="component-pin sch-component-pin sch-port-line" x1="383.03358105699635" y1="461.39835182312976" x2="383.03358105699635" y2="466.50897553215475" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_45_0__stack1"><rect x="382.62473116027434" y="466.10012563543273" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="382.62473116027434" y="463.9536636776423" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 382.62473116027434 463.9536636776423)"></text><text class="pin-number sch-pin-label" x="383.03358105699635" y="459.3541023395197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 383.03358105699635 459.3541023395197)">schematic_port_208</text><line class="component-pin sch-component-pin sch-port-line" x1="383.03358105699635" y1="459.3541023395197" x2="383.03358105699635" y2="454.24347863049474" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_45_1__stack1"><rect x="382.62473116027434" y="453.8346287337727" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="382.62473116027434" y="456.79879048500726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 382.62473116027434 456.79879048500726)"></text><text class="pin-number sch-pin-label" x="383.03358105699635" y="461.39835182312976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 383.03358105699635 461.39835182312976)">schematic_port_209</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_46__stack1"><rect class="component chip sch-component-body" x="326.24433040231054" y="487.1558953166157" width="24.53099380332003" height="16.353995868879963" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="326.24433040231054" y="487.1558953166157" width="24.53099380332003" height="16.353995868879963" fill="transparent"/><text class="sch-text" x="338.50982730397055" y="495.3328932510557" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 338.50982730397055, 495.3328932510557)">schematic_component_46</text><line class="component-pin sch-component-pin sch-port-line" x1="326.24433040231054" y1="491.24439428383573" x2="318.06733246787053" y2="491.24439428383573" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_46_0__stack1"><rect x="317.6584825711485" y="490.8355443871137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="322.15583143509053" y="490.8355443871137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="328.28857988592057" y="491.24439428383573" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_210</text><line class="component-pin sch-component-pin sch-port-line" x1="326.24433040231054" y1="495.3328932510557" x2="318.06733246787053" y2="495.3328932510557" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_46_1__stack1"><rect x="317.6584825711485" y="494.92404335433366" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="322.15583143509053" y="494.9240433543337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="328.28857988592057" y="495.3328932510557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_211</text><line class="component-pin sch-component-pin sch-port-line" x1="326.24433040231054" y1="499.4213922182757" x2="318.47618236459255" y2="499.4213922182757" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_46_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="318.06733246787053" cy="499.4213922182757" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="317.6584825711485" y="499.01254232155367" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="322.15583143509053" y="499.0125423215537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="328.28857988592057" y="499.4213922182757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_212</text><line class="component-pin sch-component-pin sch-port-line" x1="350.77532420563057" y1="499.4213922182757" x2="358.54347224334856" y2="499.4213922182757" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_46_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="358.9523221400706" cy="499.4213922182757" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="358.54347224334856" y="499.01254232155367" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.8638231728506" y="499.0125423215537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="348.73107472202054" y="499.4213922182757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_213</text><line class="component-pin sch-component-pin sch-port-line" x1="350.77532420563057" y1="495.3328932510557" x2="358.9523221400706" y2="495.3328932510557" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_46_4__stack1"><rect x="358.54347224334856" y="494.92404335433366" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.8638231728506" y="494.9240433543337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="348.73107472202054" y="495.3328932510557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_214</text><line class="component-pin sch-component-pin sch-port-line" x1="350.77532420563057" y1="491.24439428383573" x2="358.9523221400706" y2="491.24439428383573" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_46_5__stack1"><rect x="358.54347224334856" y="490.8355443871137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="354.8638231728506" y="490.8355443871137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="348.73107472202054" y="491.24439428383573" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_215</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_47__stack1"><rect class="component chip sch-component-body" x="260.62392197842956" y="487.1558953166157" width="24.530993803319973" height="16.353995868879963" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="260.62392197842956" y="487.1558953166157" width="24.530993803319973" height="16.353995868879963" fill="transparent"/><text class="sch-text" x="272.8894188800896" y="495.3328932510557" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 272.8894188800896, 495.3328932510557)">schematic_component_47</text><line class="component-pin sch-component-pin sch-port-line" x1="260.62392197842956" y1="491.24439428383573" x2="252.44692404398955" y2="491.24439428383573" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_47_0__stack1"><rect x="252.03807414726757" y="490.8355443871137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.53542301120956" y="490.8355443871137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="262.6681714620396" y="491.24439428383573" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_216</text><line class="component-pin sch-component-pin sch-port-line" x1="260.62392197842956" y1="495.3328932510557" x2="252.85577394071157" y2="495.3328932510557" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_47_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="252.44692404398955" cy="495.3328932510557" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="252.03807414726757" y="494.92404335433366" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.53542301120956" y="494.9240433543337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="262.6681714620396" y="495.3328932510557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_217</text><line class="component-pin sch-component-pin sch-port-line" x1="260.62392197842956" y1="499.4213922182757" x2="252.85577394071157" y2="499.4213922182757" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_47_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="252.44692404398955" cy="499.4213922182757" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="252.03807414726757" y="499.01254232155367" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="256.53542301120956" y="499.0125423215537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="262.6681714620396" y="499.4213922182757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_218</text><line class="component-pin sch-component-pin sch-port-line" x1="285.15491578174954" y1="499.4213922182757" x2="292.9230638194676" y2="499.4213922182757" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_47_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="293.33191371618955" cy="499.4213922182757" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="292.92306381946753" y="499.01254232155367" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.2434147489696" y="499.0125423215537" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="283.11066629813956" y="499.4213922182757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_219</text><line class="component-pin sch-component-pin sch-port-line" x1="285.15491578174954" y1="495.3328932510557" x2="292.9230638194676" y2="495.3328932510557" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_47_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="293.33191371618955" cy="495.3328932510557" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="292.92306381946753" y="494.92404335433366" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.2434147489696" y="494.9240433543337" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="283.11066629813956" y="495.3328932510557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_220</text><line class="component-pin sch-component-pin sch-port-line" x1="285.15491578174954" y1="491.24439428383573" x2="292.9230638194676" y2="491.24439428383573" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_47_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="293.33191371618955" cy="491.24439428383573" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="292.92306381946753" y="490.8355443871137" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.2434147489696" y="490.8355443871137" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="283.11066629813956" y="491.24439428383573" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_221</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_48__stack1"><rect class="component chip sch-component-body" x="521.6336960457544" y="534.9402269959994" width="24.530993803319916" height="12.265496901660072" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="521.6336960457544" y="534.9402269959994" width="24.530993803319916" height="12.265496901660072" fill="transparent"/><text class="sch-text" x="533.8991929474143" y="541.0729754468294" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 533.8991929474143, 541.0729754468294)">schematic_component_48</text><line class="component-pin sch-component-pin sch-port-line" x1="521.6336960457544" y1="539.0287259632194" x2="513.4566981113144" y2="539.0287259632194" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_48_0__stack1"><rect x="513.0478482145924" y="538.6198760664973" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.5451970785343" y="538.6198760664975" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="523.6779455293644" y="539.0287259632194" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_222</text><line class="component-pin sch-component-pin sch-port-line" x1="521.6336960457544" y1="543.1172249304395" x2="513.4566981113144" y2="543.1172249304395" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_48_1__stack1"><rect x="513.0478482145924" y="542.7083750337175" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="517.5451970785343" y="542.7083750337175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="523.6779455293644" y="543.1172249304395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_223</text><line class="component-pin sch-component-pin sch-port-line" x1="546.1646898490743" y1="541.0729754468294" x2="554.3416877835143" y2="541.0729754468294" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_48_2__stack1"><rect x="553.9328378867923" y="540.6641255501074" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="550.2531888162944" y="540.6641255501074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="544.1204403654643" y="541.0729754468294" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_224</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_49__stack1"><rect class="component chip sch-component-body" x="475.2292327678074" y="560.2889205927635" width="19.727007516836466" height="2.0442494836100877" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="475.2292327678074" y="560.2889205927635" width="19.727007516836466" height="2.0442494836100877" fill="transparent"/><text class="sch-text" x="485.0927365262256" y="561.3110453345685" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 485.0927365262256, 561.3110453345685)">schematic_component_49</text><line class="component-pin sch-component-pin sch-port-line" x1="481.87304358953986" y1="562.3331700763736" x2="481.87304358953986" y2="567.4437937853985" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_49_0__stack1"><rect x="481.46419369281784" y="567.0349438886765" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="481.46419369281784" y="564.888481930886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 481.46419369281784 564.888481930886)"></text><text class="pin-number sch-pin-label" x="481.87304358953986" y="560.2889205927635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 481.87304358953986 560.2889205927635)">schematic_port_225</text><line class="component-pin sch-component-pin sch-port-line" x1="481.87304358953986" y1="560.2889205927635" x2="481.87304358953986" y2="555.1782968837385" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_49_1__stack1"><rect x="481.46419369281784" y="554.7694469870165" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="481.46419369281784" y="557.733608738251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 481.46419369281784 557.733608738251)"></text><text class="pin-number sch-pin-label" x="481.87304358953986" y="562.3331700763736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 481.87304358953986 562.3331700763736)">schematic_port_226</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_50__stack1"><rect class="component chip sch-component-body" x="581.0191435446249" y="553.3384723484894" width="15.127446178713967" height="4.906198760664211" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="581.0191435446249" y="553.3384723484894" width="15.127446178713967" height="4.906198760664211" fill="transparent"/><text class="sch-text" x="588.5828666339819" y="555.7915717288215" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 588.5828666339819, 555.7915717288215)">schematic_component_50</text><line class="component-pin sch-component-pin sch-port-line" x1="586.5386171503718" y1="553.3384723484894" x2="586.5386171503718" y2="545.1614744140494" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_50_0__stack1"><rect x="586.1297672536498" y="544.7526245173274" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="586.1297672536499" y="549.2499733812693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 586.1297672536499 549.2499733812693)"></text><text class="pin-number sch-pin-label" x="586.5386171503718" y="555.3827218320994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 586.5386171503718 555.3827218320994)">schematic_port_227</text><line class="component-pin sch-component-pin sch-port-line" x1="586.5386171503718" y1="558.2446711091536" x2="586.5386171503718" y2="566.4216690435935" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_50_1__stack1"><rect x="586.1297672536498" y="566.0128191468715" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="586.1297672536499" y="562.3331700763736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 586.1297672536499 562.3331700763736)"></text><text class="pin-number sch-pin-label" x="586.5386171503718" y="556.2004216255435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 586.5386171503718 556.2004216255435)">schematic_port_228</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_51__stack1"><rect class="component chip sch-component-body" x="673.1636890183456" y="527.2402206077352" width="18.90930772339243" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="673.1636890183456" y="527.2402206077352" width="18.90930772339243" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="682.6183428800418" y="528.2623453495402" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 682.6183428800418, 528.2623453495402)">schematic_component_51</text><line class="component-pin sch-component-pin sch-port-line" x1="682.3628116945906" y1="527.2402206077352" x2="682.3628116945906" y2="520.4941973118222" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_51_0__stack1"><rect x="681.9539617978686" y="520.0853474151002" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.9539617978686" y="523.8672089597787" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 681.9539617978686 523.8672089597787)"></text><text class="pin-number sch-pin-label" x="682.3628116945906" y="529.2844700913452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 682.3628116945906 529.2844700913452)">schematic_port_229</text><line class="component-pin sch-component-pin sch-port-line" x1="682.3628116945906" y1="529.2844700913452" x2="682.3628116945906" y2="536.0304933872582" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_51_1__stack1"><rect x="681.9539617978686" y="535.6216434905361" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="681.9539617978686" y="532.6574817393016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 681.9539617978686 532.6574817393016)"></text><text class="pin-number sch-pin-label" x="682.3628116945906" y="527.2402206077352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 682.3628116945906 527.2402206077352)">schematic_port_230</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_52__stack1"><rect class="component chip sch-component-body" x="615.5669598176338" y="536.9844764796095" width="24.53099380332003" height="12.265496901659958" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="615.5669598176338" y="536.9844764796095" width="24.53099380332003" height="12.265496901659958" fill="transparent"/><text class="sch-text" x="627.8324567192939" y="543.1172249304395" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 627.8324567192939, 543.1172249304395)">schematic_component_52</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="541.0729754468294" x2="607.3899618831939" y2="541.0729754468294" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_52_0__stack1"><rect x="606.9811119864719" y="540.6641255501074" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="540.6641255501074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012439" y="541.0729754468294" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_231</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="545.1614744140495" x2="607.3899618831939" y2="545.1614744140495" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_52_1__stack1"><rect x="606.9811119864719" y="544.7526245173275" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="544.7526245173275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012439" y="545.1614744140495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_232</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="545.1614744140495" x2="647.8661016586718" y2="545.1614744140495" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_52_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="545.1614744140495" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="544.7526245173275" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881739" y="544.7526245173275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="545.1614744140495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_233</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="541.0729754468294" x2="647.8661016586718" y2="541.0729754468294" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_52_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="541.0729754468294" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="540.6641255501074" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881739" y="540.6641255501074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="541.0729754468294" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_234</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_53__stack1"><rect class="component chip sch-component-body" x="548.1578330955941" y="481.7897404221394" width="24.530993803319916" height="12.265496901660072" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="548.1578330955941" y="481.7897404221394" width="24.530993803319916" height="12.265496901660072" fill="transparent"/><text class="sch-text" x="560.4233299972541" y="487.92248887296944" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 560.4233299972541, 487.92248887296944)">schematic_component_53</text><line class="component-pin sch-component-pin sch-port-line" x1="548.1578330955941" y1="485.87823938935946" x2="539.9808351611541" y2="485.87823938935946" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_53_0__stack1"><rect x="539.5719852644321" y="485.46938949263745" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="544.0693341283741" y="485.4693894926375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="550.2020825792041" y="485.87823938935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_235</text><line class="component-pin sch-component-pin sch-port-line" x1="548.1578330955941" y1="489.96673835657947" x2="539.9808351611541" y2="489.96673835657947" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_53_1__stack1"><rect x="539.5719852644321" y="489.55788845985745" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="544.0693341283741" y="489.55788845985745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="550.2020825792041" y="489.96673835657947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_236</text><line class="component-pin sch-component-pin sch-port-line" x1="572.688826898914" y1="487.92248887296944" x2="580.865824833354" y2="487.92248887296944" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_53_2__stack1"><rect x="580.456974936632" y="487.5136389762474" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="576.7773258661341" y="487.5136389762475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="570.6445774153041" y="487.92248887296944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_237</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_54__stack1"><rect class="component chip sch-component-body" x="501.7533698176471" y="494.975149591424" width="19.727007516836466" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="501.7533698176471" y="494.975149591424" width="19.727007516836466" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="511.61687357606536" y="495.99727433322903" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 511.61687357606536, 495.99727433322903)">schematic_component_54</text><line class="component-pin sch-component-pin sch-port-line" x1="508.3971806393796" y1="497.019399075034" x2="508.3971806393796" y2="502.130022784059" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_54_0__stack1"><rect x="507.9883307426576" y="501.721172887337" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.98833074265764" y="499.57471092954654" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 507.98833074265764 499.57471092954654)"></text><text class="pin-number sch-pin-label" x="508.3971806393796" y="494.975149591424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 508.3971806393796 494.975149591424)">schematic_port_238</text><line class="component-pin sch-component-pin sch-port-line" x1="508.3971806393796" y1="494.975149591424" x2="508.3971806393796" y2="489.864525882399" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_54_1__stack1"><rect x="507.9883307426576" y="489.455675985677" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.98833074265764" y="492.4198377369115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 507.98833074265764 492.4198377369115)"></text><text class="pin-number sch-pin-label" x="508.3971806393796" y="497.019399075034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 508.3971806393796 497.019399075034)">schematic_port_239</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_55__stack1"><rect class="component chip sch-component-body" x="674.9524073165044" y="482.7777943392176" width="15.127446178713967" height="4.90619876066404" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="674.9524073165044" y="482.7777943392176" width="15.127446178713967" height="4.90619876066404" fill="transparent"/><text class="sch-text" x="682.5161304058613" y="485.23089371954967" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 682.5161304058613, 485.23089371954967)">schematic_component_55</text><line class="component-pin sch-component-pin sch-port-line" x1="680.4718809222513" y1="482.7777943392176" x2="680.4718809222513" y2="474.60079640477767" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_55_0__stack1"><rect x="680.0630310255293" y="474.19194650805565" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="680.0630310255293" y="478.6892953719977" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 680.0630310255293 478.6892953719977)"></text><text class="pin-number sch-pin-label" x="680.4718809222513" y="484.82204382282765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 680.4718809222513 484.82204382282765)">schematic_port_240</text><line class="component-pin sch-component-pin sch-port-line" x1="680.4718809222513" y1="487.68399309988166" x2="680.4718809222513" y2="495.86099103432167" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_55_1__stack1"><rect x="680.0630310255293" y="495.45214113759965" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="680.0630310255293" y="491.77249206710167" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 680.0630310255293 491.77249206710167)"></text><text class="pin-number sch-pin-label" x="680.4718809222513" y="485.63974361627163" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 680.4718809222513 485.63974361627163)">schematic_port_241</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_56__stack1"><rect class="component chip sch-component-body" x="712.8221290003796" y="487.1729307289791" width="18.90930772339243" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="712.8221290003796" y="487.1729307289791" width="18.90930772339243" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="722.2767828620758" y="488.19505547078415" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 722.2767828620758, 488.19505547078415)">schematic_component_56</text><line class="component-pin sch-component-pin sch-port-line" x1="722.0212516766246" y1="487.1729307289791" x2="722.0212516766246" y2="480.42690743306616" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_56_0__stack1"><rect x="721.6124017799026" y="480.01805753634414" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.6124017799026" y="483.79991908102267" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 721.6124017799026 483.79991908102267)"></text><text class="pin-number sch-pin-label" x="722.0212516766246" y="489.21718021258914" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 722.0212516766246 489.21718021258914)">schematic_port_242</text><line class="component-pin sch-component-pin sch-port-line" x1="722.0212516766246" y1="489.21718021258914" x2="722.0212516766246" y2="495.96320350850215" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_56_1__stack1"><rect x="721.6124017799026" y="495.55435361178013" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="721.6124017799026" y="492.59019186054564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 721.6124017799026 492.59019186054564)"></text><text class="pin-number sch-pin-label" x="722.0212516766246" y="487.1729307289791" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 722.0212516766246 487.1729307289791)">schematic_port_243</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_57__stack1"><rect class="component chip sch-component-body" x="615.5669598176338" y="483.83398990574943" width="24.53099380332003" height="12.265496901660072" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="615.5669598176338" y="483.83398990574943" width="24.53099380332003" height="12.265496901660072" fill="transparent"/><text class="sch-text" x="627.8324567192939" y="489.96673835657947" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 627.8324567192939, 489.96673835657947)">schematic_component_57</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="487.92248887296944" x2="607.3899618831938" y2="487.92248887296944" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_57_0__stack1"><rect x="606.9811119864718" y="487.5136389762474" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="487.5136389762475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012439" y="487.92248887296944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_244</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="492.0109878401895" x2="607.3899618831938" y2="492.0109878401895" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_57_1__stack1"><rect x="606.9811119864718" y="491.6021379434675" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="491.6021379434675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012439" y="492.0109878401895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_245</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="492.0109878401895" x2="647.8661016586718" y2="492.0109878401895" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_57_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="492.0109878401895" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="491.6021379434675" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881739" y="491.6021379434675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="492.0109878401895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_246</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="487.92248887296944" x2="647.8661016586718" y2="487.92248887296944" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_57_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="487.92248887296944" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="487.5136389762474" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881739" y="487.5136389762475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="487.92248887296944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_247</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_58__stack1"><rect class="component chip sch-component-body" x="549.9465513937529" y="428.63925384827945" width="24.530993803319916" height="12.265496901660072" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="549.9465513937529" y="428.63925384827945" width="24.530993803319916" height="12.265496901660072" fill="transparent"/><text class="sch-text" x="562.2120482954128" y="434.7720022991095" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 562.2120482954128, 434.7720022991095)">schematic_component_58</text><line class="component-pin sch-component-pin sch-port-line" x1="549.9465513937529" y1="432.72775281549946" x2="541.7695534593129" y2="432.72775281549946" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_58_0__stack1"><rect x="541.3607035625909" y="432.31890291877744" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="545.8580524265328" y="432.31890291877744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="551.9908008773629" y="432.72775281549946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_248</text><line class="component-pin sch-component-pin sch-port-line" x1="549.9465513937529" y1="436.81625178271946" x2="541.7695534593129" y2="436.81625178271946" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_58_1__stack1"><rect x="541.3607035625909" y="436.40740188599744" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="545.8580524265328" y="436.40740188599744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="551.9908008773629" y="436.81625178271946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_249</text><line class="component-pin sch-component-pin sch-port-line" x1="574.4775451970728" y1="434.7720022991095" x2="582.6545431315128" y2="434.7720022991095" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_58_2__stack1"><rect x="582.2456932347908" y="434.36315240238747" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="578.5660441642929" y="434.36315240238747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="572.4332957134628" y="434.7720022991095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_250</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_59__stack1"><rect class="component chip sch-component-body" x="503.5420881158058" y="453.98794744504346" width="19.727007516836522" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="503.5420881158058" y="453.98794744504346" width="19.727007516836522" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="513.4055918742241" y="455.01007218684845" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 513.4055918742241, 455.01007218684845)">schematic_component_59</text><line class="component-pin sch-component-pin sch-port-line" x1="510.18589893753835" y1="456.0321969286535" x2="510.18589893753835" y2="460.73397074095647" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_59_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="510.18589893753835" cy="461.1428206376785" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="509.77704904081634" y="460.73397074095647" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.77704904081634" y="458.58750878316596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 509.77704904081634 458.58750878316596)"></text><text class="pin-number sch-pin-label" x="510.18589893753835" y="453.98794744504346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 510.18589893753835 453.98794744504346)">schematic_port_251</text><line class="component-pin sch-component-pin sch-port-line" x1="510.18589893753835" y1="453.98794744504346" x2="510.18589893753835" y2="448.8773237360184" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_59_1__stack1"><rect x="509.77704904081634" y="448.4684738392964" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="509.77704904081634" y="451.43263559053094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 509.77704904081634 451.43263559053094)"></text><text class="pin-number sch-pin-label" x="510.18589893753835" y="456.0321969286535" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 510.18589893753835 456.0321969286535)">schematic_port_252</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_60__stack1"><rect class="component chip sch-component-body" x="601.0527884840028" y="384.790102424845" width="15.12744617871408" height="4.906198760663983" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="601.0527884840028" y="384.790102424845" width="15.12744617871408" height="4.906198760663983" fill="transparent"/><text class="sch-text" x="608.6165115733598" y="387.24320180517697" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 608.6165115733598, 387.24320180517697)">schematic_component_60</text><line class="component-pin sch-component-pin sch-port-line" x1="606.5722620897499" y1="384.790102424845" x2="606.5722620897499" y2="376.61310449040496" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_60_0__stack1"><rect x="606.1634121930279" y="376.20425459368295" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.1634121930279" y="380.70160345762497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 606.1634121930279 380.70160345762497)"></text><text class="pin-number sch-pin-label" x="606.5722620897499" y="386.83435190845495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 606.5722620897499 386.83435190845495)">schematic_port_253</text><line class="component-pin sch-component-pin sch-port-line" x1="606.5722620897499" y1="389.69630118550896" x2="606.5722620897499" y2="397.87329911994897" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_60_1__stack1"><rect x="606.1634121930279" y="397.46444922322695" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.1634121930279" y="393.78480015272896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 606.1634121930279 393.78480015272896)"></text><text class="pin-number sch-pin-label" x="606.5722620897499" y="387.652051701899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 606.5722620897499 387.652051701899)">schematic_port_254</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_61__stack1"><rect class="component chip sch-component-body" x="555.8237686591316" y="387.14098933099643" width="18.909307723392544" height="2.044249483610031" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="555.8237686591316" y="387.14098933099643" width="18.909307723392544" height="2.044249483610031" fill="transparent"/><text class="sch-text" x="565.2784225208279" y="388.1631140728015" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 565.2784225208279, 388.1631140728015)">schematic_component_61</text><line class="component-pin sch-component-pin sch-port-line" x1="565.0228913353766" y1="387.14098933099643" x2="565.0228913353766" y2="380.3949660350835" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_61_0__stack1"><rect x="564.6140414386546" y="379.98611613836147" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="564.6140414386546" y="383.76797768304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 564.6140414386546 383.76797768304)"></text><text class="pin-number sch-pin-label" x="565.0228913353766" y="389.18523881460646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 565.0228913353766 389.18523881460646)">schematic_port_255</text><line class="component-pin sch-component-pin sch-port-line" x1="565.0228913353766" y1="389.18523881460646" x2="565.0228913353766" y2="395.93126211051947" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_61_1__stack1"><rect x="564.6140414386546" y="395.52241221379745" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="564.6140414386546" y="392.55825046256297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 564.6140414386546 392.55825046256297)"></text><text class="pin-number sch-pin-label" x="565.0228913353766" y="387.14098933099643" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 565.0228913353766 387.14098933099643)">schematic_port_256</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_62__stack1"><rect class="component chip sch-component-body" x="615.5669598176338" y="430.6835033318894" width="24.53099380332003" height="12.265496901660015" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="615.5669598176338" y="430.6835033318894" width="24.53099380332003" height="12.265496901660015" fill="transparent"/><text class="sch-text" x="627.8324567192939" y="436.81625178271946" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 627.8324567192939, 436.81625178271946)">schematic_component_62</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="434.7720022991095" x2="607.3899618831938" y2="434.7720022991095" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_62_0__stack1"><rect x="606.9811119864718" y="434.36315240238747" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="434.36315240238747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012439" y="434.7720022991095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_257</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="438.8605012663295" x2="607.3899618831938" y2="438.8605012663295" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_62_1__stack1"><rect x="606.9811119864718" y="438.4516513696075" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="438.4516513696075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012439" y="438.8605012663295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_258</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="438.8605012663295" x2="647.8661016586718" y2="438.8605012663295" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_62_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="438.8605012663295" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="438.4516513696075" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881739" y="438.4516513696075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="438.8605012663295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_259</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="434.7720022991095" x2="647.8661016586718" y2="434.7720022991095" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_62_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="434.7720022991095" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="434.36315240238747" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881739" y="434.36315240238747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="434.7720022991095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_260</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_63__stack1"><rect class="component chip sch-component-body" x="517.8518345010758" y="588.0907135698594" width="24.53099380332003" height="12.265496901660072" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="517.8518345010758" y="588.0907135698594" width="24.53099380332003" height="12.265496901660072" fill="transparent"/><text class="sch-text" x="530.1173314027359" y="594.2234620206896" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 530.1173314027359, 594.2234620206896)">schematic_component_63</text><line class="component-pin sch-component-pin sch-port-line" x1="517.8518345010758" y1="592.1792125370795" x2="509.6748365666358" y2="592.1792125370795" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_63_0__stack1"><rect x="509.2659866699138" y="591.7703626403575" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.7633355338559" y="591.7703626403575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="519.8960839846858" y="592.1792125370795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_261</text><line class="component-pin sch-component-pin sch-port-line" x1="517.8518345010758" y1="596.2677115042995" x2="509.6748365666358" y2="596.2677115042995" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_63_1__stack1"><rect x="509.2659866699138" y="595.8588616075775" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.7633355338559" y="595.8588616075774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="519.8960839846858" y="596.2677115042995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_262</text><line class="component-pin sch-component-pin sch-port-line" x1="542.3828283043958" y1="594.2234620206896" x2="550.5598262388359" y2="594.2234620206896" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_63_2__stack1"><rect x="550.1509763421138" y="593.8146121239675" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="546.4713272716158" y="593.8146121239674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="540.3385788207859" y="594.2234620206896" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_263</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_64__stack1"><rect class="component chip sch-component-body" x="471.44737122312887" y="597.2898362461044" width="19.727007516836466" height="2.0442494836100877" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="471.44737122312887" y="597.2898362461044" width="19.727007516836466" height="2.0442494836100877" fill="transparent"/><text class="sch-text" x="481.3108749815471" y="598.3119609879095" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 481.3108749815471, 598.3119609879095)">schematic_component_64</text><line class="component-pin sch-component-pin sch-port-line" x1="478.09118204486134" y1="599.3340857297145" x2="478.09118204486134" y2="604.4447094387394" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_64_0__stack1"><rect x="477.6823321481393" y="604.0358595420174" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.6823321481393" y="601.889397584227" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 477.6823321481393 601.889397584227)"></text><text class="pin-number sch-pin-label" x="478.09118204486134" y="597.2898362461044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 478.09118204486134 597.2898362461044)">schematic_port_264</text><line class="component-pin sch-component-pin sch-port-line" x1="478.09118204486134" y1="597.2898362461044" x2="478.09118204486134" y2="592.1792125370795" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_64_1__stack1"><rect x="477.6823321481393" y="591.7703626403575" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="477.6823321481393" y="594.734524391592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 477.6823321481393 594.734524391592)"></text><text class="pin-number sch-pin-label" x="478.09118204486134" y="599.3340857297145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 478.09118204486134 599.3340857297145)">schematic_port_265</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_65__stack1"><rect class="component chip sch-component-body" x="616.6587748827437" y="654.0177594162819" width="15.127446178713967" height="4.906198760664097" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="616.6587748827437" y="654.0177594162819" width="15.127446178713967" height="4.906198760664097" fill="transparent"/><text class="sch-text" x="624.2224979721008" y="656.4708587966139" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 624.2224979721008, 656.4708587966139)">schematic_component_65</text><line class="component-pin sch-component-pin sch-port-line" x1="622.1782484884907" y1="654.0177594162819" x2="622.1782484884907" y2="645.8407614818419" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_65_0__stack1"><rect x="621.7693985917687" y="645.4319115851199" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="621.7693985917688" y="649.929260449062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 621.7693985917688 649.929260449062)"></text><text class="pin-number sch-pin-label" x="622.1782484884907" y="656.062008899892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 622.1782484884907 656.062008899892)">schematic_port_266</text><line class="component-pin sch-component-pin sch-port-line" x1="622.1782484884907" y1="658.923958176946" x2="622.1782484884907" y2="667.1009561113859" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_65_1__stack1"><rect x="621.7693985917687" y="666.6921062146639" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="621.7693985917688" y="663.012457144166" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 621.7693985917688 663.012457144166)"></text><text class="pin-number sch-pin-label" x="622.1782484884907" y="656.8797086933359" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 622.1782484884907 656.8797086933359)">schematic_port_267</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_66__stack1"><rect class="component chip sch-component-body" x="575.4485637017876" y="612.4172824248185" width="18.90930772339243" height="2.044249483609974" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="575.4485637017876" y="612.4172824248185" width="18.90930772339243" height="2.044249483609974" fill="transparent"/><text class="sch-text" x="584.9032175634838" y="613.4394071666236" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 584.9032175634838, 613.4394071666236)">schematic_component_66</text><line class="component-pin sch-component-pin sch-port-line" x1="584.6476863780326" y1="612.4172824248185" x2="584.6476863780326" y2="605.6712591289056" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_66_0__stack1"><rect x="584.2388364813106" y="605.2624092321836" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="584.2388364813106" y="609.044270776862" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 584.2388364813106 609.044270776862)"></text><text class="pin-number sch-pin-label" x="584.6476863780326" y="614.4615319084285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 584.6476863780326 614.4615319084285)">schematic_port_268</text><line class="component-pin sch-component-pin sch-port-line" x1="584.6476863780326" y1="614.4615319084285" x2="584.6476863780326" y2="621.2075552043416" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_66_1__stack1"><rect x="584.2388364813106" y="620.7987053076196" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="584.2388364813106" y="617.834543556385" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 584.2388364813106 617.834543556385)"></text><text class="pin-number sch-pin-label" x="584.6476863780326" y="612.4172824248185" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 584.6476863780326 612.4172824248185)">schematic_port_269</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_67__stack1"><rect class="component chip sch-component-body" x="615.5669598176338" y="599.1296607813536" width="24.53099380332003" height="12.265496901659958" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="615.5669598176338" y="599.1296607813536" width="24.53099380332003" height="12.265496901659958" fill="transparent"/><text class="sch-text" x="627.8324567192939" y="605.2624092321835" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 627.8324567192939, 605.2624092321835)">schematic_component_67</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="603.2181597485735" x2="607.3899618831938" y2="603.2181597485735" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_67_0__stack1"><rect x="606.9811119864718" y="602.8093098518515" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="602.8093098518516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012438" y="603.2181597485735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_270</text><line class="component-pin sch-component-pin sch-port-line" x1="615.5669598176338" y1="607.3066587157934" x2="607.3899618831938" y2="607.3066587157934" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_67_1__stack1"><rect x="606.9811119864718" y="606.8978088190714" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="611.4784608504139" y="606.8978088190715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="617.6112093012438" y="607.3066587157934" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_271</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="607.3066587157934" x2="647.8661016586718" y2="607.3066587157934" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_67_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="607.3066587157934" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="606.8978088190714" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881738" y="606.8978088190715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="607.3066587157934" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_272</text><line class="component-pin sch-component-pin sch-port-line" x1="640.0979536209538" y1="603.2181597485735" x2="647.8661016586718" y2="603.2181597485735" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_67_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="648.2749515553938" cy="603.2181597485735" r="0.408849896722" stroke-width="0.408849896722px"/><rect x="647.8661016586718" y="602.8093098518515" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.1864525881738" y="602.8093098518516" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform=""></text><text class="pin-number sch-pin-label" x="638.0537041373439" y="603.2181597485735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="">schematic_port_273</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_68__stack1"><rect class="component chip sch-component-body" x="812.9903536972695" y="506.21852175127896" width="20.749132258641566" height="6.746023295913062" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="812.9903536972695" y="506.21852175127896" width="20.749132258641566" height="6.746023295913062" fill="transparent"/><text class="sch-text" x="823.3649198265903" y="509.5915333992355" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 823.3649198265903, 509.5915333992355)">schematic_component_68</text><line class="component-pin sch-component-pin sch-port-line" x1="819.6341645190021" y1="512.964545047192" x2="819.6341645190021" y2="521.141542981632" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_68_0__stack1"><rect x="819.22531462228" y="520.73269308491" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.22531462228" y="517.0530440144121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 819.22531462228 517.0530440144121)"></text><text class="pin-number sch-pin-label" x="819.6341645190021" y="510.920295563582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 819.6341645190021 510.920295563582)">schematic_port_274</text><line class="component-pin sch-component-pin sch-port-line" x1="819.6341645190021" y1="506.21852175127896" x2="819.6341645190021" y2="498.04152381683895" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_68_1__stack1"><rect x="819.22531462228" y="497.63267392011693" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.22531462228" y="502.13002278405895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 819.22531462228 502.13002278405895)"></text><text class="pin-number sch-pin-label" x="819.6341645190021" y="508.262771234889" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 819.6341645190021 508.262771234889)">schematic_port_275</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_69__stack1"><rect class="component chip sch-component-body" x="861.6434914071876" y="506.21852175127896" width="20.749132258641453" height="6.746023295913062" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="861.6434914071876" y="506.21852175127896" width="20.749132258641453" height="6.746023295913062" fill="transparent"/><text class="sch-text" x="872.0180575365083" y="509.5915333992355" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 872.0180575365083, 509.5915333992355)">schematic_component_69</text><line class="component-pin sch-component-pin sch-port-line" x1="868.28730222892" y1="512.964545047192" x2="868.28730222892" y2="521.141542981632" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_69_0__stack1"><rect x="867.878452332198" y="520.73269308491" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="867.8784523321981" y="517.0530440144121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 867.8784523321981 517.0530440144121)"></text><text class="pin-number sch-pin-label" x="868.28730222892" y="510.920295563582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 868.28730222892 510.920295563582)">schematic_port_276</text><line class="component-pin sch-component-pin sch-port-line" x1="868.28730222892" y1="506.21852175127896" x2="868.28730222892" y2="498.04152381683895" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_69_1__stack1"><rect x="867.878452332198" y="497.63267392011693" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="867.8784523321981" y="502.13002278405895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 867.8784523321981 502.13002278405895)"></text><text class="pin-number sch-pin-label" x="868.28730222892" y="508.262771234889" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 868.28730222892 508.262771234889)">schematic_port_277</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_70__stack1"><rect class="component chip sch-component-body" x="910.2966291171056" y="506.218521751279" width="23.202231638973558" height="6.746023295913119" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="910.2966291171056" y="506.218521751279" width="23.202231638973558" height="6.746023295913119" fill="transparent"/><text class="sch-text" x="921.8977449365923" y="509.5915333992356" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 921.8977449365923, 509.5915333992356)">schematic_component_70</text><line class="component-pin sch-component-pin sch-port-line" x1="916.9404399388382" y1="512.9645450471921" x2="916.9404399388382" y2="521.141542981632" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_70_0__stack1"><rect x="916.5315900421161" y="520.73269308491" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="916.531590042116" y="517.0530440144121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 916.531590042116 517.0530440144121)"></text><text class="pin-number sch-pin-label" x="916.9404399388382" y="510.9202955635821" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 916.9404399388382 510.9202955635821)">schematic_port_278</text><line class="component-pin sch-component-pin sch-port-line" x1="916.9404399388382" y1="506.218521751279" x2="916.9404399388382" y2="498.04152381683906" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_70_1__stack1"><rect x="916.5315900421161" y="497.63267392011704" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="916.531590042116" y="502.130022784059" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 916.531590042116 502.130022784059)"></text><text class="pin-number sch-pin-label" x="916.9404399388382" y="508.26277123488904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 916.9404399388382 508.26277123488904)">schematic_port_279</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_71__stack1"><rect class="component chip sch-component-body" x="812.9903536972695" y="538.517663592317" width="17.273908136504588" height="2.0442494836100877" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="812.9903536972695" y="538.517663592317" width="17.273908136504588" height="2.0442494836100877" fill="transparent"/><text class="sch-text" x="821.6273077655218" y="539.539788334122" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 821.6273077655218, 539.539788334122)">schematic_component_71</text><line class="component-pin sch-component-pin sch-port-line" x1="819.6341645190021" y1="540.5619130759271" x2="819.6341645190021" y2="545.6725367849521" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_71_0__stack1"><rect x="819.22531462228" y="545.26368688823" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.22531462228" y="543.1172249304395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 819.22531462228 543.1172249304395)"></text><text class="pin-number sch-pin-label" x="819.6341645190021" y="538.517663592317" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 819.6341645190021 538.517663592317)">schematic_port_280</text><line class="component-pin sch-component-pin sch-port-line" x1="819.6341645190021" y1="538.517663592317" x2="819.6341645190021" y2="533.4070398832921" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_71_1__stack1"><rect x="819.22531462228" y="532.9981899865701" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.22531462228" y="535.9623517378045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 819.22531462228 535.9623517378045)"></text><text class="pin-number sch-pin-label" x="819.6341645190021" y="540.5619130759271" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 819.6341645190021 540.5619130759271)">schematic_port_281</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_72__stack1"><rect class="component chip sch-component-body" x="861.6434914071876" y="538.517663592317" width="17.27390813650436" height="2.0442494836100877" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="861.6434914071876" y="538.517663592317" width="17.27390813650436" height="2.0442494836100877" fill="transparent"/><text class="sch-text" x="870.2804454754398" y="539.539788334122" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 870.2804454754398, 539.539788334122)">schematic_component_72</text><line class="component-pin sch-component-pin sch-port-line" x1="868.28730222892" y1="540.5619130759271" x2="868.28730222892" y2="545.6725367849521" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_72_0__stack1"><rect x="867.878452332198" y="545.26368688823" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="867.8784523321981" y="543.1172249304395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 867.8784523321981 543.1172249304395)"></text><text class="pin-number sch-pin-label" x="868.28730222892" y="538.517663592317" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 868.28730222892 538.517663592317)">schematic_port_282</text><line class="component-pin sch-component-pin sch-port-line" x1="868.28730222892" y1="538.517663592317" x2="868.28730222892" y2="533.4070398832921" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_72_1__stack1"><rect x="867.878452332198" y="532.9981899865701" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="867.8784523321981" y="535.9623517378045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 867.8784523321981 535.9623517378045)"></text><text class="pin-number sch-pin-label" x="868.28730222892" y="540.5619130759271" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 868.28730222892 540.5619130759271)">schematic_port_283</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_73__stack1"><rect class="component chip sch-component-body" x="910.2966291171056" y="538.517663592317" width="17.273908136504474" height="2.0442494836100877" stroke-width="0.408849896722px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="910.2966291171056" y="538.517663592317" width="17.273908136504474" height="2.0442494836100877" fill="transparent"/><text class="sch-text" x="918.9335831853577" y="539.539788334122" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 918.9335831853577, 539.539788334122)">schematic_component_73</text><line class="component-pin sch-component-pin sch-port-line" x1="916.9404399388382" y1="540.5619130759271" x2="916.9404399388382" y2="545.6725367849521" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_73_0__stack1"><rect x="916.5315900421161" y="545.26368688823" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="916.531590042116" y="543.1172249304395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 916.531590042116 543.1172249304395)"></text><text class="pin-number sch-pin-label" x="916.9404399388382" y="538.517663592317" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 916.9404399388382 538.517663592317)">schematic_port_284</text><line class="component-pin sch-component-pin sch-port-line" x1="916.9404399388382" y1="538.517663592317" x2="916.9404399388382" y2="533.4070398832921" stroke-width="0.408849896722px"/><g class="sch-port" data-schematic-port-id="source_port_73_1__stack1"><rect x="916.5315900421161" y="532.9981899865701" width="0.817699793444" height="0.817699793444" opacity="0"/></g><text class="pin-number sch-pin-number" x="916.531590042116" y="535.9623517378045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="3.0663742254149997px" transform="rotate(-90 916.531590042116 535.9623517378045)"></text><text class="pin-number sch-pin-label" x="916.9404399388382" y="540.5619130759271" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="3.0663742254149997px" transform="rotate(-90 916.9404399388382 540.5619130759271)">schematic_port_285</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="74.4106812045402" cy="200.09216158068148" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="74.4106812045402" cy="146.94167500682147" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="74.4106812045402" cy="192.93728838804648" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="74.4106812045402" cy="158.1850471666765" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="74.4106812045402" cy="181.69391622819148" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="74.4106812045402" cy="169.4284193265315" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="74.4106812045402" cy="177.60541726097148" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="74.4106812045402" cy="173.51691829375147" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="74.4106812045402" cy="188.84878942082648" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="74.4106812045402" cy="162.2735461338965" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="74.4106812045402" cy="151.03017397404147" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="74.4106812045402" cy="204.18066054790148" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="41.19162709587761" cy="216.4461574495615" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="45.28012606309767" cy="216.4461574495615" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="49.36862503031762" cy="216.4461574495615" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="53.45712399753768" cy="216.4461574495615" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="99.14609995622118" cy="146.02176273919702" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="120.40629458576512" cy="146.02176273919702" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="113.86469623821313" cy="177.6054172609715" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="114.0691211865742" cy="200.09216158068153" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="99.14609995622112" cy="190.8930389044365" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="147.79923766613916" cy="177.6054172609715" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="147.79923766613916" cy="189.8709141626315" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="82.58767913898015" cy="236.990864759842" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="82.58767913898015" cy="241.079363727062" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="82.58767913898015" cy="245.167862694282" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="123.47266881118014" cy="243.12361321067203" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="123.47266881118014" cy="239.035114243452" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="153.62534869442766" cy="138.96910202074253" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="153.62534869442766" cy="154.5053980961785" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="145.34613828580711" cy="245.57671259100402" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="145.34613828580711" cy="261.11300866644" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="177.44085517848413" cy="261.317433614801" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="177.44085517848413" cy="245.37228764264302" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="205.44707310394114" cy="245.57671259100402" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="205.44707310394114" cy="261.11300866644" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="245.5143629826971" cy="271.743105981212" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="245.5143629826971" cy="294.84312514600504" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="245.5143629826971" cy="247.212112177892" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="245.5143629826971" cy="259.47760907955205" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="340.5719639705621" cy="206.94039735077502" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="340.5719639705621" cy="191.404101275339" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="340.5719639705621" cy="231.675816102456" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="340.5719639705621" cy="243.941313004116" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="468.84861906708954" cy="270.8231937135875" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="468.84861906708954" cy="274.9116926808075" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_2__stack1"><circle cx="468.84861906708954" cy="279.0001916480275" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_3__stack1"><circle cx="468.84861906708954" cy="283.0886906152475" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_4__stack1"><circle cx="468.84861906708954" cy="287.1771895824675" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_5__stack1"><circle cx="511.7778582228995" cy="285.1329400988575" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_6__stack1"><circle cx="511.7778582228995" cy="281.0444411316375" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_7__stack1"><circle cx="511.7778582228995" cy="276.9559421644175" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_8__stack1"><circle cx="511.7778582228995" cy="272.86744319719753" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="448.6105491793505" cy="279.00019164802745" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="448.6105491793505" cy="291.2656885496875" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="536.8965737527574" cy="276.9559421644175" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="536.8965737527574" cy="264.6904452627575" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="596.8952960967109" cy="268.77894422997747" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="596.8952960967109" cy="281.0444411316375" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="536.8965737527574" cy="252.42494836109748" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="536.8965737527574" cy="229.32492919630448" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="596.8952960967109" cy="256.5134473283175" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="596.8952960967109" cy="233.4134281635245" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="435.62956495842707" cy="199.68331168395952" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="435.62956495842707" cy="215.2196077593955" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="468.84861906708954" cy="195.28817529419803" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="468.84861906708954" cy="199.37667426141797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_2__stack1"><circle cx="509.73360873928954" cy="199.37667426141797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_3__stack1"><circle cx="509.73360873928954" cy="195.28817529419803" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="431.84770341374855" cy="169.735056749073" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="444.11320031540856" cy="169.735056749073" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="475.696854837183" cy="144.07972572976752" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="475.696854837183" cy="156.3452226314275" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="795.1874960068809" cy="190.0753391109925" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="795.1874960068809" cy="194.1638380782125" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_2__stack1"><circle cx="795.1874960068809" cy="198.2523370454325" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_3__stack1"><circle cx="795.1874960068809" cy="202.34083601265252" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_4__stack1"><circle cx="795.1874960068809" cy="206.4293349798725" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_5__stack1"><circle cx="795.1874960068809" cy="210.5178339470925" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_6__stack1"><circle cx="795.1874960068809" cy="214.6063329143125" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_7__stack1"><circle cx="795.1874960068809" cy="218.69483188153248" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_8__stack1"><circle cx="795.1874960068809" cy="222.78333084875248" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_9__stack1"><circle cx="795.1874960068809" cy="226.8718298159725" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_10__stack1"><circle cx="795.1874960068809" cy="230.9603287831925" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_11__stack1"><circle cx="795.1874960068809" cy="235.0488277504125" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_12__stack1"><circle cx="795.1874960068809" cy="239.1373267176325" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_13__stack1"><circle cx="795.1874960068809" cy="243.2258256848525" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_14__stack1"><circle cx="795.1874960068809" cy="247.31432465207251" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_15__stack1"><circle cx="842.2052341299109" cy="245.27007516846248" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_16__stack1"><circle cx="842.2052341299109" cy="241.1815762012425" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_17__stack1"><circle cx="842.2052341299109" cy="237.0930772340225" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_18__stack1"><circle cx="842.2052341299109" cy="233.0045782668025" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_19__stack1"><circle cx="842.2052341299109" cy="228.91607929958252" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_20__stack1"><circle cx="842.2052341299109" cy="224.82758033236252" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_21__stack1"><circle cx="842.2052341299109" cy="220.7390813651425" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_22__stack1"><circle cx="842.2052341299109" cy="216.6505823979225" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_23__stack1"><circle cx="842.2052341299109" cy="212.5620834307025" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_24__stack1"><circle cx="842.2052341299109" cy="208.4735844634825" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_25__stack1"><circle cx="842.2052341299109" cy="204.3850854962625" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_26__stack1"><circle cx="842.2052341299109" cy="200.29658652904251" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_27__stack1"><circle cx="842.2052341299109" cy="196.2080875618225" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_28__stack1"><circle cx="842.2052341299109" cy="192.1195885946025" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="691.952897084576" cy="182.3071910732745" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="691.952897084576" cy="197.84348714871052" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="717.3015906813399" cy="182.3071910732745" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="717.3015906813399" cy="197.84348714871052" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="746.7387832453239" cy="197.84348714871052" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="746.7387832453239" cy="182.3071910732745" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="774.9494261191419" cy="217.161644768825" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="774.9494261191419" cy="229.42714167048499" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="774.9494261191419" cy="202.44304848683302" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="774.9494261191419" cy="190.17755158517298" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="748.7830327289339" cy="210.51783394709253" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="748.7830327289339" cy="222.78333084875248" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="868.780477416841" cy="204.3850854962625" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="856.5149805151809" cy="204.3850854962625" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="862.4433040176499" cy="236.88865228566146" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="862.4433040176499" cy="224.62315538400145" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="894.0269585394244" cy="202.34083601265246" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="894.0269585394244" cy="206.42933497987246" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_2__stack1"><circle cx="894.0269585394244" cy="210.51783394709247" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_3__stack1"><circle cx="934.9119482116243" cy="210.51783394709247" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_4__stack1"><circle cx="934.9119482116243" cy="206.42933497987246" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_5__stack1"><circle cx="934.9119482116243" cy="202.34083601265246" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1065.437277740123" cy="197.332424777808" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1065.437277740123" cy="201.42092374502795" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_2__stack1"><circle cx="1065.437277740123" cy="205.509422712248" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_3__stack1"><circle cx="1065.437277740123" cy="209.59792167946796" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_4__stack1"><circle cx="1065.437277740123" cy="213.68642064668796" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_5__stack1"><circle cx="1065.437277740123" cy="217.77491961390797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_6__stack1"><circle cx="1065.437277740123" cy="221.86341858112797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_7__stack1"><circle cx="1065.437277740123" cy="225.95191754834798" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_8__stack1"><circle cx="1065.437277740123" cy="230.04041651556798" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_9__stack1"><circle cx="1065.437277740123" cy="234.128915482788" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_10__stack1"><circle cx="1065.437277740123" cy="238.217414450008" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_11__stack1"><circle cx="1065.437277740123" cy="242.30591341722797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_12__stack1"><circle cx="1065.437277740123" cy="246.39441238444797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_13__stack1"><circle cx="1065.437277740123" cy="250.48291135166798" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_14__stack1"><circle cx="1065.437277740123" cy="254.57141031888798" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_15__stack1"><circle cx="1065.437277740123" cy="258.659909286108" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_16__stack1"><circle cx="1065.437277740123" cy="262.74840825332797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_17__stack1"><circle cx="1065.437277740123" cy="266.836907220548" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_18__stack1"><circle cx="1065.437277740123" cy="270.925406187768" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_19__stack1"><circle cx="1065.437277740123" cy="275.01390515498804" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_20__stack1"><circle cx="1114.499265346763" cy="272.969655671378" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_21__stack1"><circle cx="1114.499265346763" cy="268.881156704158" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_22__stack1"><circle cx="1114.499265346763" cy="264.792657736938" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_23__stack1"><circle cx="1114.499265346763" cy="260.704158769718" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_24__stack1"><circle cx="1114.499265346763" cy="256.615659802498" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_25__stack1"><circle cx="1114.499265346763" cy="252.527160835278" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_26__stack1"><circle cx="1114.499265346763" cy="248.438661868058" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_27__stack1"><circle cx="1114.499265346763" cy="244.350162900838" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_28__stack1"><circle cx="1114.499265346763" cy="240.26166393361802" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_29__stack1"><circle cx="1114.499265346763" cy="236.17316496639802" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_30__stack1"><circle cx="1114.499265346763" cy="232.08466599917801" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_31__stack1"><circle cx="1114.499265346763" cy="227.996167031958" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_32__stack1"><circle cx="1114.499265346763" cy="223.907668064738" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_33__stack1"><circle cx="1114.499265346763" cy="219.819169097518" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_34__stack1"><circle cx="1114.499265346763" cy="215.730670130298" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_35__stack1"><circle cx="1114.499265346763" cy="211.642171163078" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_36__stack1"><circle cx="1114.499265346763" cy="207.55367219585798" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_37__stack1"><circle cx="1114.499265346763" cy="203.46517322863798" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_38__stack1"><circle cx="1114.499265346763" cy="199.37667426141797" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1040.4974340400809" cy="203.87402312535997" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1040.4974340400809" cy="219.41031920079598" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="1015.1487404433169" cy="203.87402312535997" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="1015.1487404433169" cy="219.41031920079598" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_0__stack1"><circle cx="1032.2182236314604" cy="228.60944187704095" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_36_1__stack1"><circle cx="1032.2182236314604" cy="244.14573795247694" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_0__stack1"><circle cx="1042.132833626969" cy="168.50850705890699" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_37_1__stack1"><circle cx="1042.132833626969" cy="156.243010157247" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_0__stack1"><circle cx="1146.0829198685374" cy="211.0800025550853" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_38_1__stack1"><circle cx="1146.0829198685374" cy="198.81450565342527" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_0__stack1"><circle cx="317.04520772606554" cy="548.4833798249158" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_1__stack1"><circle cx="317.04520772606554" cy="552.5718787921357" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_2__stack1"><circle cx="317.04520772606554" cy="556.6603777593557" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_3__stack1"><circle cx="317.04520772606554" cy="560.7488767265756" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_4__stack1"><circle cx="317.04520772606554" cy="564.8373756937958" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_5__stack1"><circle cx="317.04520772606554" cy="568.9258746610158" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_6__stack1"><circle cx="317.04520772606554" cy="573.0143736282357" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_7__stack1"><circle cx="317.04520772606554" cy="577.1028725954557" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_8__stack1"><circle cx="317.04520772606554" cy="581.1913715626756" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_9__stack1"><circle cx="317.04520772606554" cy="585.2798705298958" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_10__stack1"><circle cx="317.04520772606554" cy="589.3683694971157" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_11__stack1"><circle cx="317.04520772606554" cy="593.4568684643357" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_12__stack1"><circle cx="317.04520772606554" cy="597.5453674315556" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_13__stack1"><circle cx="359.97444688187556" cy="595.5011179479458" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_14__stack1"><circle cx="359.97444688187556" cy="591.4126189807257" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_15__stack1"><circle cx="359.97444688187556" cy="587.3241200135058" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_16__stack1"><circle cx="359.97444688187556" cy="583.2356210462857" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_17__stack1"><circle cx="359.97444688187556" cy="579.1471220790658" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_18__stack1"><circle cx="359.97444688187556" cy="575.0586231118457" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_19__stack1"><circle cx="359.97444688187556" cy="570.9701241446257" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_20__stack1"><circle cx="359.97444688187556" cy="566.8816251774057" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_21__stack1"><circle cx="359.97444688187556" cy="562.7931262101857" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_22__stack1"><circle cx="359.97444688187556" cy="558.7046272429657" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_23__stack1"><circle cx="359.97444688187556" cy="554.6161282757457" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_39_24__stack1"><circle cx="359.97444688187556" cy="550.5276293085258" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_40_0__stack1"><circle cx="295.17173825143857" cy="587.7329699102278" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_40_1__stack1"><circle cx="295.17173825143857" cy="603.2692659856637" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_41_0__stack1"><circle cx="381.84791635650254" cy="573.4232235249577" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_41_1__stack1"><circle cx="381.84791635650254" cy="588.9595196003936" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_42_0__stack1"><circle cx="304.5344008863724" cy="440.44479461612724" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_42_1__stack1"><circle cx="304.5344008863724" cy="455.98109069156317" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_43_0__stack1"><circle cx="344.60169076512835" cy="454.3456911046752" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_43_1__stack1"><circle cx="344.60169076512835" cy="442.0801942030152" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_44_0__stack1"><circle cx="296.8071378383265" cy="569.5391495060987" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_44_1__stack1"><circle cx="296.8071378383265" cy="557.2736526044387" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_45_0__stack1"><circle cx="383.03358105699635" cy="466.50897553215475" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_45_1__stack1"><circle cx="383.03358105699635" cy="454.24347863049474" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_0__stack1"><circle cx="318.06733246787053" cy="491.24439428383573" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_1__stack1"><circle cx="318.06733246787053" cy="495.3328932510557" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_2__stack1"><circle cx="318.06733246787053" cy="499.4213922182757" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_3__stack1"><circle cx="358.9523221400706" cy="499.4213922182757" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_4__stack1"><circle cx="358.9523221400706" cy="495.3328932510557" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_46_5__stack1"><circle cx="358.9523221400706" cy="491.24439428383573" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_0__stack1"><circle cx="252.44692404398955" cy="491.24439428383573" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_1__stack1"><circle cx="252.44692404398955" cy="495.3328932510557" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_2__stack1"><circle cx="252.44692404398955" cy="499.4213922182757" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_3__stack1"><circle cx="293.33191371618955" cy="499.4213922182757" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_4__stack1"><circle cx="293.33191371618955" cy="495.3328932510557" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_47_5__stack1"><circle cx="293.33191371618955" cy="491.24439428383573" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_0__stack1"><circle cx="513.4566981113144" cy="539.0287259632194" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_1__stack1"><circle cx="513.4566981113144" cy="543.1172249304395" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_48_2__stack1"><circle cx="554.3416877835143" cy="541.0729754468294" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_49_0__stack1"><circle cx="481.87304358953986" cy="567.4437937853985" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_49_1__stack1"><circle cx="481.87304358953986" cy="555.1782968837385" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_50_0__stack1"><circle cx="586.5386171503718" cy="545.1614744140494" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_50_1__stack1"><circle cx="586.5386171503718" cy="566.4216690435935" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_51_0__stack1"><circle cx="682.3628116945906" cy="520.4941973118222" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_51_1__stack1"><circle cx="682.3628116945906" cy="536.0304933872582" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_0__stack1"><circle cx="607.3899618831939" cy="541.0729754468294" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_1__stack1"><circle cx="607.3899618831939" cy="545.1614744140495" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_2__stack1"><circle cx="648.2749515553938" cy="545.1614744140495" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_52_3__stack1"><circle cx="648.2749515553938" cy="541.0729754468294" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_0__stack1"><circle cx="539.9808351611541" cy="485.87823938935946" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_1__stack1"><circle cx="539.9808351611541" cy="489.96673835657947" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_53_2__stack1"><circle cx="580.865824833354" cy="487.92248887296944" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_54_0__stack1"><circle cx="508.3971806393796" cy="502.130022784059" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_54_1__stack1"><circle cx="508.3971806393796" cy="489.864525882399" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_55_0__stack1"><circle cx="680.4718809222513" cy="474.60079640477767" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_55_1__stack1"><circle cx="680.4718809222513" cy="495.86099103432167" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_0__stack1"><circle cx="722.0212516766246" cy="480.42690743306616" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_56_1__stack1"><circle cx="722.0212516766246" cy="495.96320350850215" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_0__stack1"><circle cx="607.3899618831938" cy="487.92248887296944" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_1__stack1"><circle cx="607.3899618831938" cy="492.0109878401895" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_2__stack1"><circle cx="648.2749515553938" cy="492.0109878401895" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_57_3__stack1"><circle cx="648.2749515553938" cy="487.92248887296944" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_0__stack1"><circle cx="541.7695534593129" cy="432.72775281549946" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_1__stack1"><circle cx="541.7695534593129" cy="436.81625178271946" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_58_2__stack1"><circle cx="582.6545431315128" cy="434.7720022991095" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_0__stack1"><circle cx="510.18589893753835" cy="461.1428206376785" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_59_1__stack1"><circle cx="510.18589893753835" cy="448.8773237360184" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_60_0__stack1"><circle cx="606.5722620897499" cy="376.61310449040496" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_60_1__stack1"><circle cx="606.5722620897499" cy="397.87329911994897" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_61_0__stack1"><circle cx="565.0228913353766" cy="380.3949660350835" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_61_1__stack1"><circle cx="565.0228913353766" cy="395.93126211051947" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_0__stack1"><circle cx="607.3899618831938" cy="434.7720022991095" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_1__stack1"><circle cx="607.3899618831938" cy="438.8605012663295" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_2__stack1"><circle cx="648.2749515553938" cy="438.8605012663295" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_62_3__stack1"><circle cx="648.2749515553938" cy="434.7720022991095" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_63_0__stack1"><circle cx="509.6748365666358" cy="592.1792125370795" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_63_1__stack1"><circle cx="509.6748365666358" cy="596.2677115042995" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_63_2__stack1"><circle cx="550.5598262388359" cy="594.2234620206896" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_64_0__stack1"><circle cx="478.09118204486134" cy="604.4447094387394" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_64_1__stack1"><circle cx="478.09118204486134" cy="592.1792125370795" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_65_0__stack1"><circle cx="622.1782484884907" cy="645.8407614818419" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_65_1__stack1"><circle cx="622.1782484884907" cy="667.1009561113859" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_66_0__stack1"><circle cx="584.6476863780326" cy="605.6712591289056" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_66_1__stack1"><circle cx="584.6476863780326" cy="621.2075552043416" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_67_0__stack1"><circle cx="607.3899618831938" cy="603.2181597485735" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_67_1__stack1"><circle cx="607.3899618831938" cy="607.3066587157934" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_67_2__stack1"><circle cx="648.2749515553938" cy="607.3066587157934" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_67_3__stack1"><circle cx="648.2749515553938" cy="603.2181597485735" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_68_0__stack1"><circle cx="819.6341645190021" cy="521.141542981632" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_68_1__stack1"><circle cx="819.6341645190021" cy="498.04152381683895" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_69_0__stack1"><circle cx="868.28730222892" cy="521.141542981632" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_69_1__stack1"><circle cx="868.28730222892" cy="498.04152381683895" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_70_0__stack1"><circle cx="916.9404399388382" cy="521.141542981632" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_70_1__stack1"><circle cx="916.9404399388382" cy="498.04152381683906" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_71_0__stack1"><circle cx="819.6341645190021" cy="545.6725367849521" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_71_1__stack1"><circle cx="819.6341645190021" cy="533.4070398832921" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_72_0__stack1"><circle cx="868.28730222892" cy="545.6725367849521" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_72_1__stack1"><circle cx="868.28730222892" cy="533.4070398832921" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_73_0__stack1"><circle cx="916.9404399388382" cy="545.6725367849521" r="0.817699793444" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_73_1__stack1"><circle cx="916.9404399388382" cy="533.4070398832921" r="0.817699793444" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
559
+ M 245.5143629826971,298.931624113225
560
+ L 247.5586124663071,300.0355188343744
561
+ L 247.5586124663071,307.04593173016764
562
+ L 243.4701134990871,307.04593173016764
563
+ L 243.4701134990871,300.0355188343744
564
+ Z
565
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="245.5143629826971" y="300.771448648474" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 245.5143629826971 300.771448648474)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
566
+ M 147.79923766613916,189.8709141626315
567
+ L 149.84348714974917,190.9748088837809
568
+ L 149.84348714974917,197.98522177957412
569
+ L 145.75498818252916,197.98522177957412
570
+ L 145.75498818252916,190.9748088837809
571
+ Z
572
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="147.79923766613916" y="191.7107386978805" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 147.79923766613916 191.7107386978805)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
573
+ M 153.62534869442766,154.5053980961785
574
+ L 155.66959817803766,155.6092928173279
575
+ L 155.66959817803766,162.61970571312114
576
+ L 151.58109921081765,162.61970571312114
577
+ L 151.58109921081765,155.6092928173279
578
+ Z
579
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="153.62534869442766" y="156.3452226314275" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 153.62534869442766 156.3452226314275)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
580
+ M 340.5719639705621,206.94039735077502
581
+ L 342.61621345417205,208.04429207192442
582
+ L 342.61621345417205,215.05470496771764
583
+ L 338.5277144869521,215.05470496771764
584
+ L 338.5277144869521,208.04429207192442
585
+ Z
586
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="340.5719639705621" y="208.780221886024" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 340.5719639705621 208.780221886024)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
587
+ M 448.6105491793505,299.85153638084944
588
+ L 450.6547986629605,300.95543110199884
589
+ L 450.6547986629605,307.9658439977921
590
+ L 446.56629969574055,307.9658439977921
591
+ L 446.56629969574055,300.95543110199884
592
+ Z
593
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="448.6105491793505" y="301.69136091609846" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 448.6105491793505 301.69136091609846)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
594
+ M 717.3015906813399,201.93198611593053
595
+ L 719.3458401649499,203.03588083707993
596
+ L 719.3458401649499,210.04629373287315
597
+ L 715.2573411977299,210.04629373287315
598
+ L 715.2573411977299,203.03588083707993
599
+ Z
600
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="717.3015906813399" y="203.77181065117952" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 717.3015906813399 203.77181065117952)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
601
+ M 947.3001000823008,193.1621558312436
602
+ L 949.3443495659108,194.266050552393
603
+ L 949.3443495659108,201.27646344818623
604
+ L 945.2558505986908,201.27646344818623
605
+ L 945.2558505986908,194.266050552393
606
+ Z
607
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="947.3001000823008" y="195.0019803664926" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 947.3001000823008 195.0019803664926)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
608
+ M 1052.9673558901018,223.49881816801596
609
+ L 1055.0116053737117,224.60271288916536
610
+ L 1055.0116053737117,231.61312578495858
611
+ L 1050.9231064064918,231.61312578495858
612
+ L 1050.9231064064918,224.60271288916536
613
+ Z
614
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="1052.9673558901018" y="225.33864270326495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 1052.9673558901018 225.33864270326495)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
615
+ M 1032.2182236314604,254.57141031888798
616
+ L 1034.2624731150704,255.6753050400374
617
+ L 1034.2624731150704,262.6857179358306
618
+ L 1030.1739741478505,262.6857179358306
619
+ L 1030.1739741478505,255.6753050400374
620
+ Z
621
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="1032.2182236314604" y="256.411234854137" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 1032.2182236314604 256.411234854137)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
622
+ M 1129.6267115254768,209.61836417430408
623
+ L 1131.6709610090868,210.72225889545348
624
+ L 1131.6709610090868,217.7326717912467
625
+ L 1127.5824620418668,217.7326717912467
626
+ L 1127.5824620418668,210.72225889545348
627
+ Z
628
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="1129.6267115254768" y="211.45818870955307" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 1129.6267115254768 211.45818870955307)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
629
+ M 381.84791635650254,610.2197142299377
630
+ L 383.8921658401125,611.3236089510871
631
+ L 383.8921658401125,618.3340218468803
632
+ L 379.80366687289256,618.3340218468803
633
+ L 379.80366687289256,611.3236089510871
634
+ Z
635
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="381.84791635650254" y="612.0595387651867" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 381.84791635650254 612.0595387651867)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
636
+ M 296.8071378383265,569.5391495060987
637
+ L 298.8513873219365,570.6430442272481
638
+ L 298.8513873219365,577.6534571230413
639
+ L 294.76288835471655,577.6534571230413
640
+ L 294.76288835471655,570.6430442272481
641
+ Z
642
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="296.8071378383265" y="571.3789740413478" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 296.8071378383265 571.3789740413478)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
643
+ M 481.87304358953986,571.5322927526186
644
+ L 483.91729307314984,572.6361874737679
645
+ L 483.91729307314984,579.6466003695612
646
+ L 479.8287941059299,579.6466003695612
647
+ L 479.8287941059299,572.6361874737679
648
+ Z
649
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="481.87304358953986" y="573.3721172878676" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 481.87304358953986 573.3721172878676)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
650
+ M 510.18589893753835,461.1428206376785
651
+ L 512.2301484211483,462.2467153588279
652
+ L 512.2301484211483,469.25712825462114
653
+ L 508.1416494539284,469.25712825462114
654
+ L 508.1416494539284,462.2467153588279
655
+ Z
656
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="510.18589893753835" y="462.9826451729275" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 510.18589893753835 462.9826451729275)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
657
+ M 478.09118204486134,608.5332084059595
658
+ L 480.1354315284713,609.6371031271088
659
+ L 480.1354315284713,616.6475160229021
660
+ L 476.04693256125137,616.6475160229021
661
+ L 476.04693256125137,609.6371031271088
662
+ Z
663
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="478.09118204486134" y="610.3730329412085" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 478.09118204486134 610.3730329412085)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
664
+ M 868.28730222892,549.7610357521721
665
+ L 870.33155171253,550.8649304733215
666
+ L 870.33155171253,557.8753433691147
667
+ L 866.24305274531,557.8753433691147
668
+ L 866.24305274531,550.8649304733215
669
+ Z
670
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="868.28730222892" y="551.6008602874211" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 868.28730222892 551.6008602874211)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
671
+ M 78.49918017176014,146.02176273919702
672
+ L 76.45493068815014,144.9178680180476
673
+ L 76.45493068815014,137.9074551222544
674
+ L 80.54342965537015,137.9074551222544
675
+ L 80.54342965537015,144.9178680180476
676
+ Z
677
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="78.49918017176014" y="144.18193820394802" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 78.49918017176014 144.18193820394802)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
678
+ M 78.49918017176014,177.60541726097148
679
+ L 79.60307489290955,175.56116777736148
680
+ L 86.61348778870277,175.56116777736148
681
+ L 86.61348778870277,179.64966674458148
682
+ L 79.60307489290955,179.64966674458148
683
+ Z
684
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="80.33900470700914" y="177.60541726097148" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
685
+ M 795.1874960068809,206.4293349798725
686
+ L 794.0836012857316,208.4735844634825
687
+ L 787.0731883899383,208.4735844634825
688
+ L 787.0731883899383,204.3850854962625
689
+ L 794.0836012857316,204.3850854962625
690
+ Z
691
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="793.3476714716319" y="206.4293349798725" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
692
+ M 78.49918017176014,173.51691829375147
693
+ L 79.60307489290955,171.47266881014147
694
+ L 86.61348778870277,171.47266881014147
695
+ L 86.61348778870277,175.56116777736148
696
+ L 79.60307489290955,175.56116777736148
697
+ Z
698
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="80.33900470700914" y="173.51691829375147" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
699
+ M 795.1874960068809,202.34083601265252
700
+ L 794.0836012857316,204.38508549626252
701
+ L 787.0731883899383,204.38508549626252
702
+ L 787.0731883899383,200.29658652904251
703
+ L 794.0836012857316,200.29658652904251
704
+ Z
705
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="793.3476714716319" y="202.34083601265252" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
706
+ M 153.62534869442766,134.88060305352252
707
+ L 151.58109921081765,133.77670833237312
708
+ L 151.58109921081765,126.7662954365799
709
+ L 155.66959817803766,126.7662954365799
710
+ L 155.66959817803766,133.77670833237312
711
+ Z
712
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="153.62534869442766" y="133.04077851827353" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 153.62534869442766 133.04077851827353)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
713
+ M 340.5719639705621,231.675816102456
714
+ L 338.5277144869521,230.5719213813066
715
+ L 338.5277144869521,223.56150848551337
716
+ L 342.61621345417205,223.56150848551337
717
+ L 342.61621345417205,230.5719213813066
718
+ Z
719
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="340.5719639705621" y="229.835991567207" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 340.5719639705621 229.835991567207)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
720
+ M 536.8965737527574,225.23643022908448
721
+ L 534.8523242691474,224.13253550793507
722
+ L 534.8523242691474,217.12212261214185
723
+ L 538.9408232363674,217.12212261214185
724
+ L 538.9408232363674,224.13253550793507
725
+ Z
726
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="536.8965737527574" y="223.39660569383548" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 536.8965737527574 223.39660569383548)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
727
+ M 774.9494261191419,171.0433764185834
728
+ L 772.9051766355319,169.939481697434
729
+ L 772.9051766355319,162.92906880164077
730
+ L 776.9936756027519,162.92906880164077
731
+ L 776.9936756027519,169.939481697434
732
+ Z
733
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="774.9494261191419" y="169.2035518833344" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 774.9494261191419 169.2035518833344)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
734
+ M 599.2129639487539,574.1898170813115
735
+ L 598.1090692276046,576.2340665649215
736
+ L 586.2960328783169,576.2340665649215
737
+ L 586.2960328783169,572.1455675977015
738
+ L 598.1090692276046,572.1455675977015
739
+ Z
740
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="597.3731394135049" y="574.1898170813115" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
741
+ M 112.82212900157202,174.5186005407204
742
+ L 111.71823428042262,176.5628500243304
743
+ L 99.90519793113498,176.5628500243304
744
+ L 99.90519793113498,172.4743510571104
745
+ L 111.71823428042262,172.4743510571104
746
+ Z
747
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="110.98230446632303" y="174.5186005407204" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
748
+ M 424.89725516947453,195.28817529419803
749
+ L 423.79336044832513,197.33242477780803
750
+ L 411.9803240990375,197.33242477780803
751
+ L 411.9803240990375,193.24392581058802
752
+ L 423.79336044832513,193.24392581058802
753
+ Z
754
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="423.0574306342255" y="195.28817529419803" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
755
+ M 252.44692404398955,495.3328932510557
756
+ L 251.34302932284015,497.37714273466565
757
+ L 239.5299929735525,497.37714273466565
758
+ L 239.5299929735525,493.2886437674457
759
+ L 251.34302932284015,493.2886437674457
760
+ Z
761
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="250.60709950874056" y="495.3328932510557" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
762
+ M 82.58767913898015,245.167862694282
763
+ L 81.48378441783075,247.212112177892
764
+ L 64.86812461504867,247.212112177892
765
+ L 64.86812461504867,243.123613210672
766
+ L 81.48378441783075,243.123613210672
767
+ Z
768
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="80.74785460373116" y="245.167862694282" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
769
+ M 335.44089776670097,189.33940929689288
770
+ L 334.33700304555157,191.38365878050288
771
+ L 317.7213432427695,191.38365878050288
772
+ L 317.7213432427695,187.29515981328288
773
+ L 334.33700304555157,187.29515981328288
774
+ Z
775
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="333.60107323145195" y="189.33940929689288" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" d="
776
+ M 145.34613828580711,243.12361321067203
777
+ L 146.45003300695652,241.07936372706203
778
+ L 153.46044590274974,241.07936372706203
779
+ L 153.46044590274974,245.16786269428204
780
+ L 146.45003300695652,245.16786269428204
781
+ Z
782
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_31__stack1" x="147.1859628210561" y="243.12361321067203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" d="
783
+ M 177.44085517848413,239.035114243452
784
+ L 175.39660569487413,237.9312195223026
785
+ L 175.39660569487413,230.92080662650937
786
+ L 179.48510466209413,230.92080662650937
787
+ L 179.48510466209413,237.9312195223026
788
+ Z
789
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_32__stack1" x="177.44085517848413" y="237.195289708203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 177.44085517848413 237.195289708203)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" d="
790
+ M 1042.132833626969,152.154511190027
791
+ L 1040.088584143359,151.0506164688776
792
+ L 1040.088584143359,144.04020357308437
793
+ L 1044.177083110579,144.04020357308437
794
+ L 1044.177083110579,151.0506164688776
795
+ Z
796
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_33__stack1" x="1042.132833626969" y="150.314686654778" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 1042.132833626969 150.314686654778)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" d="
797
+ M 304.5344008863724,436.35629564890723
798
+ L 302.4901514027624,435.25240092775783
799
+ L 302.4901514027624,428.2419880319646
800
+ L 306.57865036998237,428.2419880319646
801
+ L 306.57865036998237,435.25240092775783
802
+ Z
803
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_34__stack1" x="304.5344008863724" y="434.5164711136582" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 304.5344008863724 434.5164711136582)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" d="
804
+ M 245.5143629826971,265.610357530382
805
+ L 246.6182577038465,263.566108046772
806
+ L 253.62867059963972,263.566108046772
807
+ L 253.62867059963972,267.65460701399195
808
+ L 246.6182577038465,267.65460701399195
809
+ Z
810
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_35__stack1" x="247.3541875179461" y="265.610357530382" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" d="
811
+ M 333.396648283091,246.0060049825621
812
+ L 332.2927535619416,248.0502544661721
813
+ L 318.0784054859067,248.0502544661721
814
+ L 318.0784054859067,243.9617554989521
815
+ L 332.2927535619416,243.9617554989521
816
+ Z
817
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_36__stack1" x="331.556823747842" y="246.0060049825621" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" d="
818
+ M 448.6105491793505,274.9116926808075
819
+ L 447.5066544582011,276.9559421644175
820
+ L 440.4962415624079,276.9559421644175
821
+ L 440.4962415624079,272.86744319719753
822
+ L 447.5066544582011,272.86744319719753
823
+ Z
824
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_37__stack1" x="446.7707246441015" y="274.9116926808075" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" d="
825
+ M 596.8952960967109,285.1329400988575
826
+ L 597.9991908178603,283.0886906152475
827
+ L 605.0096037136535,283.0886906152475
828
+ L 605.0096037136535,287.17718958246746
829
+ L 597.9991908178603,287.17718958246746
830
+ Z
831
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_38__stack1" x="598.73512063196" y="285.1329400988575" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" d="
832
+ M 536.8965737527574,281.0444411316375
833
+ L 538.0004684739067,279.0001916480275
834
+ L 545.0108813697,279.0001916480275
835
+ L 545.0108813697,283.08869061524746
836
+ L 538.0004684739067,283.08869061524746
837
+ Z
838
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_39__stack1" x="538.7363982880064" y="281.0444411316375" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" d="
839
+ M 536.8965737527574,258.5576968119275
840
+ L 538.0004684739067,256.5134473283175
841
+ L 545.0108813697,256.5134473283175
842
+ L 545.0108813697,260.60194629553746
843
+ L 538.0004684739067,260.60194629553746
844
+ Z
845
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_40__stack1" x="538.7363982880064" y="258.5576968119275" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" d="
846
+ M 596.8952960967109,262.64619577914743
847
+ L 597.9991908178603,260.60194629553746
848
+ L 605.0096037136535,260.60194629553746
849
+ L 605.0096037136535,264.6904452627574
850
+ L 597.9991908178603,264.6904452627574
851
+ Z
852
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_41__stack1" x="598.73512063196" y="262.64619577914743" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" d="
853
+ M 475.696854837183,139.9912267625475
854
+ L 476.8007495583324,137.9469772789375
855
+ L 495.81772108786174,137.9469772789375
856
+ L 495.81772108786174,142.03547624615751
857
+ L 476.8007495583324,142.03547624615751
858
+ Z
859
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_42__stack1" x="477.53667937243205" y="139.9912267625475" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" d="
860
+ M 1065.437277740123,221.86341858112797
861
+ L 1064.3333830189736,223.90766806473798
862
+ L 1045.3164114894441,223.90766806473798
863
+ L 1045.3164114894441,219.81916909751797
864
+ L 1064.3333830189736,219.81916909751797
865
+ Z
866
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_43__stack1" x="1063.597453204874" y="221.86341858112797" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" d="
867
+ M 785.7635058874389,210.51783394709247
868
+ L 784.6596111662896,212.56208343070247
869
+ L 777.6491982704963,212.56208343070247
870
+ L 777.6491982704963,208.47358446348247
871
+ L 784.6596111662896,208.47358446348247
872
+ Z
873
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_44__stack1" x="783.9236813521899" y="210.51783394709247" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" d="
874
+ M 746.7387832453239,182.3071910732745
875
+ L 744.694533761714,181.2032963521251
876
+ L 744.694533761714,174.19288345633188
877
+ L 748.7830327289339,174.19288345633188
878
+ L 748.7830327289339,181.2032963521251
879
+ Z
880
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_45__stack1" x="746.7387832453239" y="180.46736653802552" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 746.7387832453239 180.46736653802552)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" d="
881
+ M 774.9494261191419,213.073145801605
882
+ L 773.8455313979925,215.117395285215
883
+ L 766.8351185021993,215.117395285215
884
+ L 766.8351185021993,211.028896317995
885
+ L 773.8455313979925,211.028896317995
886
+ Z
887
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_46__stack1" x="773.1096015838929" y="213.073145801605" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" d="
888
+ M 748.7830327289339,229.17161048503374
889
+ L 749.8869274500832,227.12736100142374
890
+ L 756.8973403458765,227.12736100142374
891
+ L 756.8973403458765,231.21585996864374
892
+ L 749.8869274500832,231.21585996864374
893
+ Z
894
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_47__stack1" x="750.6228572641829" y="229.17161048503374" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" d="
895
+ M 936.9561976952343,214.6574391514027
896
+ L 938.0600924163837,212.6131896677927
897
+ L 947.4718170389242,212.6131896677927
898
+ L 947.4718170389242,216.70168863501272
899
+ L 938.0600924163837,216.70168863501272
900
+ Z
901
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_48__stack1" x="938.7960222304833" y="214.6574391514027" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" d="
902
+ M 849.3601073225459,215.42403270775648
903
+ L 851.4043568061559,216.52792742890588
904
+ L 851.4043568061559,223.5383403246991
905
+ L 847.3158578389359,223.5383403246991
906
+ L 847.3158578389359,216.52792742890588
907
+ Z
908
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_49__stack1" x="849.3601073225459" y="217.26385724300548" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(90 849.3601073225459 217.26385724300548)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" d="
909
+ M 939.0004471788443,210.51783394709247
910
+ L 940.1043418999936,208.47358446348247
911
+ L 949.5160665225342,208.47358446348247
912
+ L 949.5160665225342,212.56208343070247
913
+ L 940.1043418999936,212.56208343070247
914
+ Z
915
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_50__stack1" x="940.8402717140933" y="210.51783394709247" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" d="
916
+ M 868.780477416841,204.3850854962625
917
+ L 869.8843721379903,202.3408360126525
918
+ L 876.8947850337836,202.3408360126525
919
+ L 876.8947850337836,206.4293349798725
920
+ L 869.8843721379903,206.4293349798725
921
+ Z
922
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_51__stack1" x="870.62030195209" y="204.3850854962625" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" d="
923
+ M 1114.499265346763,219.819169097518
924
+ L 1115.6031600679123,217.774919613908
925
+ L 1122.6135729637056,217.774919613908
926
+ L 1122.6135729637056,221.863418581128
927
+ L 1115.6031600679123,221.863418581128
928
+ Z
929
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_52__stack1" x="1116.3390898820119" y="219.819169097518" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" d="
930
+ M 855.2679883301788,238.95334426410756
931
+ L 854.1640936090295,240.99759374771756
932
+ L 847.1536807132362,240.99759374771756
933
+ L 847.1536807132362,236.90909478049755
934
+ L 854.1640936090295,236.90909478049755
935
+ Z
936
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_53__stack1" x="853.4281637949298" y="238.95334426410756" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" d="
937
+ M 1114.499265346763,215.730670130298
938
+ L 1115.6031600679123,213.686420646688
939
+ L 1122.6135729637056,213.686420646688
940
+ L 1122.6135729637056,217.774919613908
941
+ L 1115.6031600679123,217.774919613908
942
+ Z
943
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_54__stack1" x="1116.3390898820119" y="215.730670130298" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" d="
944
+ M 894.0269585394244,210.51783394709247
945
+ L 892.9230638182751,212.56208343070247
946
+ L 883.5113391957345,212.56208343070247
947
+ L 883.5113391957345,208.47358446348247
948
+ L 892.9230638182751,208.47358446348247
949
+ Z
950
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_55__stack1" x="892.1871340041754" y="210.51783394709247" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" d="
951
+ M 1146.0829198685374,233.84783117879164
952
+ L 1144.979025147388,235.89208066240164
953
+ L 1135.5673005248475,235.89208066240164
954
+ L 1135.5673005248475,231.80358169518163
955
+ L 1144.979025147388,231.80358169518163
956
+ Z
957
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_56__stack1" x="1144.2430953332885" y="233.84783117879164" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" d="
958
+ M 934.9119482116243,202.34083601265246
959
+ L 936.0158429327737,200.29658652904246
960
+ L 943.026255828567,200.29658652904246
961
+ L 943.026255828567,204.38508549626246
962
+ L 936.0158429327737,204.38508549626246
963
+ Z
964
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_57__stack1" x="936.7517727468734" y="202.34083601265246" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" d="
965
+ M 1042.132833626969,177.34988607552023
966
+ L 1041.0289389058196,179.39413555913023
967
+ L 1034.0185260100263,179.39413555913023
968
+ L 1034.0185260100263,175.30563659191023
969
+ L 1041.0289389058196,175.30563659191023
970
+ Z
971
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_58__stack1" x="1040.29300909172" y="177.34988607552023" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" d="
972
+ M 1065.437277740123,217.77491961390797
973
+ L 1064.3333830189736,219.81916909751797
974
+ L 1052.5203466696858,219.81916909751797
975
+ L 1052.5203466696858,215.73067013029797
976
+ L 1064.3333830189736,215.73067013029797
977
+ Z
978
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_59__stack1" x="1063.597453204874" y="217.77491961390797" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" d="
979
+ M 1065.437277740123,225.95191754834798
980
+ L 1064.3333830189736,227.99616703195798
981
+ L 1050.1190349429387,227.99616703195798
982
+ L 1050.1190349429387,223.90766806473798
983
+ L 1064.3333830189736,223.90766806473798
984
+ Z
985
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_60__stack1" x="1063.597453204874" y="225.95191754834798" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" d="
986
+ M 510.18589893753835,440.80253827575893
987
+ L 509.08200421638895,442.8467877593689
988
+ L 494.8676561403541,442.8467877593689
989
+ L 494.8676561403541,438.75828879214896
990
+ L 509.08200421638895,438.75828879214896
991
+ Z
992
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_61__stack1" x="508.34607440228933" y="440.80253827575893" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" d="
993
+ M 1065.437277740123,230.04041651556798
994
+ L 1064.3333830189736,232.084665999178
995
+ L 1050.1190349429387,232.084665999178
996
+ L 1050.1190349429387,227.99616703195798
997
+ L 1064.3333830189736,227.99616703195798
998
+ Z
999
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_62__stack1" x="1063.597453204874" y="230.04041651556798" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" d="
1000
+ M 508.3971806393796,485.87823938935946
1001
+ L 507.2932859182302,487.92248887296944
1002
+ L 493.07893784219533,487.92248887296944
1003
+ L 493.07893784219533,483.8339899057495
1004
+ L 507.2932859182302,483.8339899057495
1005
+ Z
1006
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_63__stack1" x="506.5573561041306" y="485.87823938935946" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" d="
1007
+ M 1065.437277740123,234.128915482788
1008
+ L 1064.3333830189736,236.173164966398
1009
+ L 1050.1190349429387,236.173164966398
1010
+ L 1050.1190349429387,232.084665999178
1011
+ L 1064.3333830189736,232.084665999178
1012
+ Z
1013
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_64__stack1" x="1063.597453204874" y="234.128915482788" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" d="
1014
+ M 478.0707395500252,588.19292604404
1015
+ L 476.9668448288758,590.2371755276499
1016
+ L 462.75249675284095,590.2371755276499
1017
+ L 462.75249675284095,586.14867656043
1018
+ L 476.9668448288758,586.14867656043
1019
+ Z
1020
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_65__stack1" x="476.2309150147762" y="588.19292604404" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" d="
1021
+ M 1065.437277740123,238.217414450008
1022
+ L 1064.3333830189736,240.261663933618
1023
+ L 1050.1190349429387,240.261663933618
1024
+ L 1050.1190349429387,236.173164966398
1025
+ L 1064.3333830189736,236.173164966398
1026
+ Z
1027
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_66__stack1" x="1063.597453204874" y="238.217414450008" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" d="
1028
+ M 293.33191371618955,491.24439428383573
1029
+ L 294.43580843733895,489.20014480022576
1030
+ L 308.6501565133738,489.20014480022576
1031
+ L 308.6501565133738,493.2886437674457
1032
+ L 294.43580843733895,493.2886437674457
1033
+ Z
1034
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_67__stack1" x="295.17173825143857" y="491.24439428383573" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" d="
1035
+ M 1065.437277740123,242.30591341722797
1036
+ L 1064.3333830189736,244.35016290083797
1037
+ L 1050.1190349429387,244.35016290083797
1038
+ L 1050.1190349429387,240.26166393361797
1039
+ L 1064.3333830189736,240.26166393361797
1040
+ Z
1041
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_68__stack1" x="1063.597453204874" y="242.30591341722797" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" d="
1042
+ M 293.33191371618955,495.3328932510557
1043
+ L 294.43580843733895,493.2886437674457
1044
+ L 308.6501565133738,493.2886437674457
1045
+ L 308.6501565133738,497.37714273466565
1046
+ L 294.43580843733895,497.37714273466565
1047
+ Z
1048
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_69__stack1" x="295.17173825143857" y="495.3328932510557" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" d="
1049
+ M 1065.437277740123,246.39441238444797
1050
+ L 1064.3333830189736,248.43866186805798
1051
+ L 1050.1190349429387,248.43866186805798
1052
+ L 1050.1190349429387,244.35016290083797
1053
+ L 1064.3333830189736,244.35016290083797
1054
+ Z
1055
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_70__stack1" x="1063.597453204874" y="246.39441238444797" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" d="
1056
+ M 317.04520772606554,593.4568684643357
1057
+ L 315.94131300491614,595.5011179479457
1058
+ L 301.7269649288813,595.5011179479457
1059
+ L 301.7269649288813,591.4126189807257
1060
+ L 315.94131300491614,591.4126189807257
1061
+ Z
1062
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_71__stack1" x="315.2053831908165" y="593.4568684643357" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" d="
1063
+ M 293.33191371618955,499.4213922182757
1064
+ L 294.43580843733895,497.3771427346657
1065
+ L 308.6501565133738,497.3771427346657
1066
+ L 308.6501565133738,501.46564170188566
1067
+ L 294.43580843733895,501.46564170188566
1068
+ Z
1069
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_72__stack1" x="295.17173825143857" y="499.4213922182757" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" d="
1070
+ M 1065.437277740123,250.48291135166798
1071
+ L 1064.3333830189736,252.52716083527798
1072
+ L 1050.1190349429387,252.52716083527798
1073
+ L 1050.1190349429387,248.43866186805798
1074
+ L 1064.3333830189736,248.43866186805798
1075
+ Z
1076
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_73__stack1" x="1063.597453204874" y="250.48291135166798" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" d="
1077
+ M 252.44692404398955,499.4213922182757
1078
+ L 251.34302932284015,501.46564170188566
1079
+ L 237.1286812468053,501.46564170188566
1080
+ L 237.1286812468053,497.3771427346657
1081
+ L 251.34302932284015,497.3771427346657
1082
+ Z
1083
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_74__stack1" x="250.60709950874056" y="499.4213922182757" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" d="
1084
+ M 1065.437277740123,258.659909286108
1085
+ L 1064.3333830189736,260.704158769718
1086
+ L 1050.1190349429387,260.704158769718
1087
+ L 1050.1190349429387,256.61565980249804
1088
+ L 1064.3333830189736,256.61565980249804
1089
+ Z
1090
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_75__stack1" x="1063.597453204874" y="258.659909286108" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" d="
1091
+ M 1114.499265346763,264.792657736938
1092
+ L 1115.6031600679123,262.748408253328
1093
+ L 1129.8175081439472,262.748408253328
1094
+ L 1129.8175081439472,266.83690722054797
1095
+ L 1115.6031600679123,266.83690722054797
1096
+ Z
1097
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_76__stack1" x="1116.3390898820119" y="264.792657736938" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" d="
1098
+ M 1114.499265346763,260.704158769718
1099
+ L 1115.6031600679123,258.659909286108
1100
+ L 1129.8175081439472,258.659909286108
1101
+ L 1129.8175081439472,262.74840825332797
1102
+ L 1115.6031600679123,262.74840825332797
1103
+ Z
1104
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_77__stack1" x="1116.3390898820119" y="260.704158769718" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" d="
1105
+ M 1114.499265346763,252.527160835278
1106
+ L 1115.6031600679123,250.482911351668
1107
+ L 1129.8175081439472,250.482911351668
1108
+ L 1129.8175081439472,254.571410318888
1109
+ L 1115.6031600679123,254.571410318888
1110
+ Z
1111
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_78__stack1" x="1116.3390898820119" y="252.527160835278" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" d="
1112
+ M 481.87304358953986,547.103511423479
1113
+ L 480.76914886839046,549.1477609070889
1114
+ L 466.5548007923556,549.1477609070889
1115
+ L 466.5548007923556,545.059261939869
1116
+ L 480.76914886839046,545.059261939869
1117
+ Z
1118
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_79__stack1" x="480.03321905429084" y="547.103511423479" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" d="
1119
+ M 1114.499265346763,248.438661868058
1120
+ L 1115.6031600679123,246.394412384448
1121
+ L 1127.4161964172001,246.394412384448
1122
+ L 1127.4161964172001,250.482911351668
1123
+ L 1115.6031600679123,250.482911351668
1124
+ Z
1125
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_80__stack1" x="1116.3390898820119" y="248.438661868058" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" d="
1126
+ M 318.06733246787053,499.4213922182757
1127
+ L 316.9634377467211,501.46564170188566
1128
+ L 305.1504013974335,501.46564170188566
1129
+ L 305.1504013974335,497.3771427346657
1130
+ L 316.9634377467211,497.3771427346657
1131
+ Z
1132
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_81__stack1" x="316.2275079326215" y="499.4213922182757" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" d="
1133
+ M 1114.499265346763,244.350162900838
1134
+ L 1115.6031600679123,242.305913417228
1135
+ L 1127.4161964172001,242.305913417228
1136
+ L 1127.4161964172001,246.394412384448
1137
+ L 1115.6031600679123,246.394412384448
1138
+ Z
1139
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_82__stack1" x="1116.3390898820119" y="244.350162900838" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" d="
1140
+ M 358.9523221400706,499.4213922182757
1141
+ L 360.05621686122,497.3771427346657
1142
+ L 371.8692532105076,497.3771427346657
1143
+ L 371.8692532105076,501.46564170188566
1144
+ L 360.05621686122,501.46564170188566
1145
+ Z
1146
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_83__stack1" x="360.7921466753196" y="499.4213922182757" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" d="
1147
+ M 1114.499265346763,240.26166393361802
1148
+ L 1115.6031600679123,238.21741445000802
1149
+ L 1129.8175081439472,238.21741445000802
1150
+ L 1129.8175081439472,242.30591341722803
1151
+ L 1115.6031600679123,242.30591341722803
1152
+ Z
1153
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_84__stack1" x="1116.3390898820119" y="240.26166393361802" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" d="
1154
+ M 861.1119865414489,495.9768318383928
1155
+ L 860.0080918202996,498.0210813220028
1156
+ L 845.7937437442647,498.0210813220028
1157
+ L 845.7937437442647,493.9325823547828
1158
+ L 860.0080918202996,493.9325823547828
1159
+ Z
1160
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_85__stack1" x="859.2721620061999" y="495.9768318383928" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" d="
1161
+ M 1114.499265346763,236.17316496639802
1162
+ L 1115.6031600679123,234.12891548278802
1163
+ L 1129.8175081439472,234.12891548278802
1164
+ L 1129.8175081439472,238.21741445000802
1165
+ L 1115.6031600679123,238.21741445000802
1166
+ Z
1167
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_86__stack1" x="1116.3390898820119" y="236.17316496639802" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" d="
1168
+ M 909.7651242513671,495.97683183839285
1169
+ L 908.6612295302177,498.02108132200283
1170
+ L 894.4468814541829,498.02108132200283
1171
+ L 894.4468814541829,493.9325823547829
1172
+ L 908.6612295302177,493.9325823547829
1173
+ Z
1174
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_87__stack1" x="907.925299716118" y="495.97683183839285" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" d="
1175
+ M 1114.499265346763,232.08466599917801
1176
+ L 1115.6031600679123,230.040416515568
1177
+ L 1129.8175081439472,230.040416515568
1178
+ L 1129.8175081439472,234.12891548278802
1179
+ L 1115.6031600679123,234.12891548278802
1180
+ Z
1181
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_88__stack1" x="1116.3390898820119" y="232.08466599917801" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" d="
1182
+ M 1114.499265346763,223.907668064738
1183
+ L 1115.6031600679123,221.863418581128
1184
+ L 1125.0148846904528,221.863418581128
1185
+ L 1125.0148846904528,225.951917548348
1186
+ L 1115.6031600679123,225.951917548348
1187
+ Z
1188
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_89__stack1" x="1116.3390898820119" y="223.907668064738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" d="
1189
+ M 366.10719533270554,495.3328932510557
1190
+ L 367.21109005385495,493.2886437674457
1191
+ L 376.62281467639536,493.2886437674457
1192
+ L 376.62281467639536,497.37714273466565
1193
+ L 367.21109005385495,497.37714273466565
1194
+ Z
1195
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_90__stack1" x="367.94701986795457" y="495.3328932510557" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" d="
1196
+ M 1114.499265346763,211.642171163078
1197
+ L 1115.6031600679123,209.597921679468
1198
+ L 1125.0148846904528,209.597921679468
1199
+ L 1125.0148846904528,213.686420646688
1200
+ L 1115.6031600679123,213.686420646688
1201
+ Z
1202
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_91__stack1" x="1116.3390898820119" y="211.642171163078" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" d="
1203
+ M 362.01869636548554,524.9745107634008
1204
+ L 360.91480164433614,527.0187602470107
1205
+ L 351.5030770217957,527.0187602470107
1206
+ L 351.5030770217957,522.9302612797908
1207
+ L 360.91480164433614,522.9302612797908
1208
+ Z
1209
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_92__stack1" x="360.1788718302365" y="524.9745107634008" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" d="
1210
+ M 1114.499265346763,207.55367219585798
1211
+ L 1115.6031600679123,205.50942271224798
1212
+ L 1129.8175081439472,205.50942271224798
1213
+ L 1129.8175081439472,209.597921679468
1214
+ L 1115.6031600679123,209.597921679468
1215
+ Z
1216
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_93__stack1" x="1116.3390898820119" y="207.55367219585798" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" d="
1217
+ M 812.458848831531,495.9768318383928
1218
+ L 811.3549541103816,498.0210813220028
1219
+ L 797.1406060343468,498.0210813220028
1220
+ L 797.1406060343468,493.9325823547828
1221
+ L 811.3549541103816,493.9325823547828
1222
+ Z
1223
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_94__stack1" x="810.619024296282" y="495.9768318383928" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_95__stack1" d="
1224
+ M 296.8071378383265,553.1851536372187
1225
+ L 295.7032431171771,555.2294031208287
1226
+ L 288.6928302213839,555.2294031208287
1227
+ L 288.6928302213839,551.1409041536087
1228
+ L 295.7032431171771,551.1409041536087
1229
+ Z
1230
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_95__stack1" x="294.9673133030775" y="553.1851536372187" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_96__stack1" d="
1231
+ M 306.10847298875206,585.2798705298958
1232
+ L 304.0642235051421,584.1759758087464
1233
+ L 304.0642235051421,577.1655629129532
1234
+ L 308.15272247236203,577.1655629129532
1235
+ L 308.15272247236203,584.1759758087464
1236
+ Z
1237
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_96__stack1" x="306.10847298875206" y="583.4400459946468" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 306.10847298875206 583.4400459946468)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_97__stack1" d="
1238
+ M 381.84791635650254,570.9701241446257
1239
+ L 379.80366687289256,569.8662294234764
1240
+ L 379.80366687289256,562.8558165276831
1241
+ L 383.8921658401125,562.8558165276831
1242
+ L 383.8921658401125,569.8662294234764
1243
+ Z
1244
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_97__stack1" x="381.84791635650254" y="569.1302996093767" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 381.84791635650254 569.1302996093767)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_98__stack1" d="
1245
+ M 682.3628116945906,547.9552820416498
1246
+ L 681.2589169734413,549.9995315252597
1247
+ L 652.6366985369231,549.9995315252597
1248
+ L 652.6366985369231,545.9110325580398
1249
+ L 681.2589169734413,545.9110325580398
1250
+ Z
1251
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_98__stack1" x="680.5229871593416" y="547.9552820416498" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_99__stack1" d="
1252
+ M 596.172142841884,492.0109878401895
1253
+ L 594.127893358274,490.9070931190401
1254
+ L 594.127893358274,462.28487468252195
1255
+ L 598.216392325494,462.28487468252195
1256
+ L 598.216392325494,490.9070931190401
1257
+ Z
1258
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_99__stack1" x="596.172142841884" y="490.1711633049405" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="rotate(-90 596.172142841884 490.1711633049405)">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_100__stack1" d="
1259
+ M 722.0212516766246,501.34639381534174
1260
+ L 720.9173569554753,503.3906432989517
1261
+ L 692.2951385189571,503.3906432989517
1262
+ L 692.2951385189571,499.3021443317317
1263
+ L 720.9173569554753,499.30214433173177
1264
+ Z
1265
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_100__stack1" x="720.1814271413756" y="501.34639381534174" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_101__stack1" d="
1266
+ M 606.5722620897499,416.3226507095292
1267
+ L 607.6761568108992,414.27840122591925
1268
+ L 636.2983752474174,414.27840122591925
1269
+ L 636.2983752474174,418.3669001931392
1270
+ L 607.6761568108992,418.3669001931392
1271
+ Z
1272
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_101__stack1" x="608.4120866249989" y="416.3226507095292" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_102__stack1" d="
1273
+ M 622.1782484884907,671.189455078606
1274
+ L 623.28214320964,669.145205594996
1275
+ L 651.9043616461582,669.145205594996
1276
+ L 651.9043616461582,673.233704562216
1277
+ L 623.28214320964,673.233704562216
1278
+ Z
1279
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_102__stack1" x="624.0180730237397" y="671.189455078606" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_103__stack1" d="
1280
+ M 819.6341645190021,527.274291432462
1281
+ L 820.7380592401514,525.230041948852
1282
+ L 827.7484721359447,525.230041948852
1283
+ L 827.7484721359447,529.3185409160719
1284
+ L 820.7380592401514,529.3185409160719
1285
+ Z
1286
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_103__stack1" x="821.4739890542511" y="527.274291432462" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_104__stack1" d="
1287
+ M 868.28730222892,527.274291432462
1288
+ L 869.3911969500693,525.230041948852
1289
+ L 876.4016098458626,525.230041948852
1290
+ L 876.4016098458626,529.3185409160719
1291
+ L 869.3911969500693,529.3185409160719
1292
+ Z
1293
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_104__stack1" x="870.127126764169" y="527.274291432462" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_105__stack1" d="
1294
+ M 916.9404399388382,527.274291432462
1295
+ L 918.0443346599875,525.230041948852
1296
+ L 925.0547475557808,525.230041948852
1297
+ L 925.0547475557808,529.3185409160719
1298
+ L 918.0443346599875,529.3185409160719
1299
+ Z
1300
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.408849896722px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_105__stack1" x="918.7802644740872" y="527.274291432462" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="3.679649070498px" transform="">XX</text><text class="sch-text" x="33.93454142906205" y="140.50228913344998" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 33.93454142906205, 140.50228913344998)">J1</text><text class="sch-text" x="111.61602180624214" y="251.913885990195" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 111.61602180624214, 251.913885990195)">MIC5219_3_3YM5_TR</text><text class="sch-text" x="93.21777645375221" y="230.55147888647053" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 93.21777645375221, 230.55147888647053)">U3</text><text class="sch-text" x="495.42386235401955" y="293.92321287838047" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 495.42386235401955, 293.92321287838047)">TP4056_42_ESOP8</text><text class="sch-text" x="480.70526607202754" y="264.38380784021604" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 480.70526607202754, 264.38380784021604)">IC1</text><text class="sch-text" x="504.0097101851816" y="208.166947040941" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 504.0097101851816, 208.166947040941)">B2B_PH_SM4_TBT_LF__SN_</text><text class="sch-text" x="479.47871638186155" y="186.8045399372165" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 479.47871638186155, 186.8045399372165)">J3</text><text class="sch-text" x="826.6689380544749" y="254.0603479479855" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 826.6689380544749, 254.0603479479855)">CP2102N_A02_GQFN28R</text><text class="sch-text" x="805.8175933216529" y="183.635953237621" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 805.8175933216529, 183.635953237621)">U6</text><text class="sch-text" x="916.9225527558565" y="217.26385724300548" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 916.9225527558565, 217.26385724300548)">DDC114TU_7_F</text><text class="sch-text" x="904.6570558541964" y="195.901450139281" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 904.6570558541964, 195.901450139281)">U7</text><text class="sch-text" x="1094.465620407385" y="281.759928450901" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 1094.465620407385, 281.759928450901)">ESP32_WROOM_32_N4</text><text class="sch-text" x="1076.067375054895" y="190.89303890443648" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 1076.067375054895, 190.89303890443648)">U8</text><text class="sch-text" x="335.0346031818336" y="604.2913907274688" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 335.0346031818336, 604.2913907274688)">MPU_6050</text><text class="sch-text" x="327.67530504083754" y="542.0439939515443" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 327.67530504083754, 542.0439939515443)">U9</text><text class="sch-text" x="328.6974297826426" y="484.80500841046427" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 328.6974297826426, 484.80500841046427)">J8</text><text class="sch-text" x="263.07702135876156" y="484.80500841046427" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 263.07702135876156, 484.80500841046427)">J9</text><text class="sch-text" x="543.7115904687423" y="549.8632482263524" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 543.7115904687423, 549.8632482263524)">SI2302DS_T1_GE3_VB</text><text class="sch-text" x="524.0867954260864" y="532.5893400898481" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 524.0867954260864, 532.5893400898481)">T1</text><text class="sch-text" x="640.0979536209538" y="551.9074977099625" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 640.0979536209538, 551.9074977099625)">SM02B_GHS_TB_LF__SN_</text><text class="sch-text" x="618.0200591979659" y="534.633589573458" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 618.0200591979659, 534.633589573458)">J2</text><text class="sch-text" x="570.235727518582" y="496.71276165249253" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 570.235727518582, 496.71276165249253)">SI2302DS_T1_GE3_VB</text><text class="sch-text" x="550.6109324759261" y="479.43885351598794" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 550.6109324759261, 479.43885351598794)">T2</text><text class="sch-text" x="640.0979536209538" y="498.75701113610245" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 640.0979536209538, 498.75701113610245)">SM02B_GHS_TB_LF__SN_</text><text class="sch-text" x="618.0200591979658" y="481.483102999598" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 618.0200591979658, 481.483102999598)">J5</text><text class="sch-text" x="572.0244458167408" y="443.56227507863247" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 572.0244458167408, 443.56227507863247)">SI2302DS_T1_GE3_VB</text><text class="sch-text" x="552.3996507740849" y="426.288366942128" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 552.3996507740849, 426.288366942128)">T3</text><text class="sch-text" x="640.0979536209538" y="445.60652456224244" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 640.0979536209538, 445.60652456224244)">SM02B_GHS_TB_LF__SN_</text><text class="sch-text" x="618.0200591979658" y="428.3326164257379" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 618.0200591979658, 428.3326164257379)">J6</text><text class="sch-text" x="539.9297289240639" y="603.0137348002124" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 539.9297289240639, 603.0137348002124)">SI2302DS_T1_GE3_VB</text><text class="sch-text" x="520.3049338814078" y="585.7398266637081" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 520.3049338814078, 585.7398266637081)">T4</text><text class="sch-text" x="640.0979536209538" y="614.0526820117065" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070497994px" transform="rotate(0, 640.0979536209538, 614.0526820117065)">SM02B_GHS_TB_LF__SN_</text><text class="sch-text" x="618.0200591979658" y="596.778773875202" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="3.679649070498px" transform="rotate(0, 618.0200591979658, 596.778773875202)">J4</text><rect class="schematic-box sch-box" x="30.25489235856412" y="137.94697727893748" width="7.359298140995861" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="90.76467707342016" y="250.07406145494602" width="41.70268946564397" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="89.53812738325422" y="227.99616703195804" width="7.359298140995861" height="5.1106237090249635" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="477.02561700152955" y="292.08338834313145" width="36.79649070497999" height="3.6796490704980442" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="475.7990673113635" y="261.8284959857035" width="9.812397521328023" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="477.02561700152955" y="206.327122505692" width="53.96818636730404" height="3.679649070498016" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="475.79906731136356" y="184.249228082704" width="7.359298140995975" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="803.3644939413209" y="252.2205234127365" width="46.608888226307954" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="802.137944251155" y="181.0806413831085" width="7.359298140995975" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="902.2039564738644" y="215.42403270775648" width="29.437192563984013" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="900.9774067836984" y="193.3461382847685" width="7.3592981409960885" height="5.1106237090249635" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="1073.6142756745628" y="279.920103915652" width="41.70268946564397" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="1072.3877259843969" y="188.33772704992398" width="7.359298140995861" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="325.22220566050555" y="602.4515661922197" width="19.624795042656046" height="3.6796490704979306" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="323.99565597033956" y="539.4886820970318" width="7.359298140996032" height="5.110623709025049" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="325.0177807121446" y="482.24969655595174" width="7.359298140996032" height="5.110623709025049" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="259.39737228826357" y="482.24969655595174" width="7.359298140995975" height="5.110623709025049" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="521.6336960457544" y="548.0234236911035" width="44.15578884597596" height="3.6796490704979306" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="520.4071463555883" y="530.0340282353354" width="7.359298140995975" height="5.110623709025049" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="615.5669598176338" y="550.0676731747135" width="49.06198760664006" height="3.6796490704980442" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="614.3404101274679" y="532.0782777189455" width="7.359298140995975" height="5.110623709024935" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="548.1578330955941" y="494.8729371172435" width="44.15578884597596" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="546.9312834054281" y="476.8835416614755" width="7.359298140995975" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="615.5669598176338" y="496.9171866008535" width="49.06198760664006" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="614.3404101274679" y="478.9277911450855" width="7.359298140995975" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="549.9465513937529" y="441.7224505433835" width="44.15578884597596" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="548.7200017035868" y="423.73305508761547" width="7.359298140995975" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="615.5669598176338" y="443.7667000269934" width="49.06198760664006" height="3.6796490704979874" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="614.3404101274679" y="425.77730457122544" width="7.359298140995975" height="5.110623709024992" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="517.8518345010758" y="601.1739102649635" width="44.15578884597596" height="3.6796490704980442" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="516.6252848109099" y="583.1845148091954" width="7.359298140995975" height="5.110623709025049" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="615.5669598176338" y="612.2128574764574" width="49.06198760664006" height="3.6796490704980442" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/><rect class="schematic-box sch-box" x="614.3404101274679" y="594.2234620206896" width="7.359298140995975" height="5.110623709024935" stroke-width="0.408849896722px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="3.270799173776 1.635399586888"/>
1301
+ </g>
1302
+ </svg>