@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="-10.38,4.3 -12.12,4.3" data-type="line" data-label="" points="108.94538606403009,242.984934086629 76.1770244821092,242.984934086629" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,4.1 -12.12,4.1" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 76.1770244821092,246.75141242937855" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.9 -12.12,3.8999999999999995" data-type="line" data-label="" points="108.94538606403009,250.51789077212806 76.1770244821092,250.51789077212806" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.7 -12.12,3.6999999999999997" data-type="line" data-label="" points="108.94538606403009,254.2843691148776 76.1770244821092,254.28436911487762" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.5 -12.12,3.5" data-type="line" data-label="" points="108.94538606403009,258.0508474576271 76.1770244821092,258.0508474576271" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.3 -12.12,3.3" data-type="line" data-label="" points="108.94538606403009,261.81732580037664 76.1770244821092,261.81732580037664" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.1 -12.12,3.0999999999999996" data-type="line" data-label="" points="108.94538606403009,265.5838041431262 76.1770244821092,265.5838041431262" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.9000000000000004 -12.12,2.9" data-type="line" data-label="" points="108.94538606403009,269.3502824858757 76.1770244821092,269.3502824858757" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.7 -12.12,2.7" data-type="line" data-label="" points="108.94538606403009,273.1167608286252 76.1770244821092,273.1167608286252" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.5 -12.12,2.5" data-type="line" data-label="" points="108.94538606403009,276.8832391713748 76.1770244821092,276.8832391713748" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.3000000000000003 -12.12,2.3" data-type="line" data-label="" points="108.94538606403009,280.6497175141243 76.1770244821092,280.6497175141243" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.1000000000000005 -12.12,2.1" data-type="line" data-label="" points="108.94538606403009,284.4161958568738 76.1770244821092,284.41619585687386" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.9000000000000001 -12.12,1.9" data-type="line" data-label="" points="108.94538606403009,288.18267419962336 76.1770244821092,288.18267419962336" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.7 -12.12,1.7" data-type="line" data-label="" points="108.94538606403009,291.9491525423729 76.1770244821092,291.9491525423729" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8.5,-1.6199999999999997 -10.5,-1.1" data-type="line" data-label="" points="144.35028248587568,354.47269303201506 106.6854990583804,344.6798493408663" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.9 -12.5,-1.3" data-type="line" data-label="" points="108.94538606403009,250.51789077212806 69.02071563088509,348.44632768361583" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.7 -12.5,-1.7000000000000002" data-type="line" data-label="" points="108.94538606403009,254.2843691148776 69.02071563088509,355.9792843691149" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.5 -12.5,-2.1" data-type="line" data-label="" points="108.94538606403009,258.0508474576271 69.02071563088509,363.5122410546139" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.3 -12.5,-2.5" data-type="line" data-label="" points="108.94538606403009,261.81732580037664 69.02071563088509,371.045197740113" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.1 -10.5,-2.9" data-type="line" data-label="" points="108.94538606403009,265.5838041431262 106.6854990583804,378.57815442561207" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.9000000000000004 -10.5,-2.5" data-type="line" data-label="" points="108.94538606403009,269.3502824858757 106.6854990583804,371.045197740113" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.7 -10.5,-2.0999999999999996" data-type="line" data-label="" points="108.94538606403009,273.1167608286252 106.6854990583804,363.5122410546139" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.7 -10.5,-1.7" data-type="line" data-label="" points="108.94538606403009,291.9491525423729 106.6854990583804,355.9792843691149" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,1.0999999999999974 -1.75,0.8999999999999977" data-type="line" data-label="" points="271.4689265536723,303.2485875706215 271.4689265536723,307.0150659133711" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.64,-2 -1.75,0.8999999999999977" data-type="line" data-label="" points="217.04331450094162,361.6290018832392 271.4689265536723,307.0150659133711" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5,-3.2199999999999998 -1.75,1.0999999999999974" data-type="line" data-label="" points="210.26365348399244,384.6045197740113 271.4689265536723,303.2485875706215" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5,-4.62 -1.75,1.0999999999999974" data-type="line" data-label="" points="210.26365348399244,410.969868173258 271.4689265536723,303.2485875706215" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,-4.5 5.5,-1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,408.7099811676083 408.00376647834275,354.47269303201506" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.75,-0.49999999999999734 4.5,0.38" data-type="line" data-label="" points="337.38229755178907,333.3804143126177 389.1713747645951,316.8079096045198" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.75,-4.099999999999999 3.8,2.3800000000000003" data-type="line" data-label="" points="337.38229755178907,401.17702448210923 375.98870056497174,279.1431261770245" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,4.08 1.75,-4.299999999999999" data-type="line" data-label="" points="391.0546139359699,247.12806026365348 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.75,-4.499999999999998 4.9,5" data-type="line" data-label="" points="337.38229755178907,408.70998116760825 396.7043314500942,229.80225988700565" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,2.699999999999999 -6.15,6.3" data-type="line" data-label="" points="271.4689265536723,273.1167608286253 188.60640301318264,205.32015065913373" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,2.4999999999999987 0.7,6.5" data-type="line" data-label="" points="271.4689265536723,276.8832391713748 317.60828625235405,201.55367231638417" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.3,6.5 -3.8499999999999996,6.1000000000000005" data-type="line" data-label="" points="328.90772128060263,201.55367231638417 231.92090395480227,209.08662900188324" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,8.18 -6.15,6.3" data-type="line" data-label="" points="229.0960451977401,169.91525423728814 188.60640301318264,205.32015065913373" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.8369701987210297e-17,8.18 -3.8499999999999996,6.1000000000000005" data-type="line" data-label="" points="304.4256120527307,169.91525423728814 231.92090395480227,209.08662900188324" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.7 8.95,-0.8" data-type="line" data-label="" points="496.2806026365348,431.30885122410547 472.97551789077215,339.03013182674204" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.9 8.95,-0.8" data-type="line" data-label="" points="496.2806026365348,435.07532956685503 472.97551789077215,339.03013182674204" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.3 8.95,-1.2" data-type="line" data-label="" points="496.2806026365348,442.60828625235405 472.97551789077215,346.56308851224105" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.1 8.95,-1.2" data-type="line" data-label="" points="496.2806026365348,438.84180790960454 472.97551789077215,346.56308851224105" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.5 8.2,-3.5" data-type="line" data-label="" points="496.2806026365348,446.3747645951036 458.85122410546137,389.87758945386065" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.7 11.7,-3.5" data-type="line" data-label="" points="496.2806026365348,450.1412429378531 524.7645951035781,389.87758945386065" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-12.12,4.1 -10.38,4.1" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 108.94538606403009,246.75141242937855" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -12.5,-1.1" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 69.02071563088509,344.6798493408663" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -12.5,-2.9" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 69.02071563088509,378.57815442561207" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -10.5,-1.3" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -8.5,-2.3800000000000003" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -12.5,-1.1" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 69.02071563088509,344.6798493408663" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -12.5,-2.9" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 69.02071563088509,378.57815442561207" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -10.5,-1.3" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -8.5,-2.3800000000000003" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -1.75,1.2999999999999976" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 271.4689265536723,299.482109227872" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -1.75,-0.1000000000000032" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 271.4689265536723,325.84745762711873" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -1.75,-4.699999999999999" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 271.4689265536723,412.4764595103578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 6.1,5" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -4,7.42" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -1.75,-0.1000000000000032" data-type="line" data-label="" points="271.4689265536723,299.482109227872 271.4689265536723,325.84745762711873" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -1.75,-4.699999999999999" data-type="line" data-label="" points="271.4689265536723,299.482109227872 271.4689265536723,412.4764595103578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,299.482109227872 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,299.482109227872 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,299.482109227872 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,299.482109227872 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,299.482109227872 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,299.482109227872 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,299.482109227872 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,299.482109227872 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 6.1,5" data-type="line" data-label="" points="271.4689265536723,299.482109227872 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,299.482109227872 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,299.482109227872 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -4,7.42" data-type="line" data-label="" points="271.4689265536723,299.482109227872 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,299.482109227872 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -1.75,-4.699999999999999" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 271.4689265536723,412.4764595103578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 6.1,5" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -4,7.42" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 6.1,5" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -4,7.42" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 1.75,4.699999999999999" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -0.8999999999999999,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 0.9000000000000004,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -5,-3.9800000000000004" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -5,-5.38" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 5.5,-2.3800000000000003" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 4.5,-0.38" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 3.8,1.6199999999999997" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 4.6,3.3200000000000003" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 6.1,5" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -6.15,6.1000000000000005" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -3.8499999999999996,6.3" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -4,7.42" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -0.8999999999999999,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 0.9000000000000004,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -5,-3.9800000000000004" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -5,-5.38" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 5.5,-2.3800000000000003" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 4.5,-0.38" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 3.8,1.6199999999999997" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 4.6,3.3200000000000003" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 6.1,5" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -6.15,6.1000000000000005" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -3.8499999999999996,6.3" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -4,7.42" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-1.1 -12.5,-2.9" data-type="line" data-label="" points="69.02071563088509,344.6798493408663 69.02071563088509,378.57815442561207" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-1.1 -10.5,-1.3" data-type="line" data-label="" points="69.02071563088509,344.6798493408663 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-1.1 -8.5,-2.3800000000000003" data-type="line" data-label="" points="69.02071563088509,344.6798493408663 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-2.9 -10.5,-1.3" data-type="line" data-label="" points="69.02071563088509,378.57815442561207 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-2.9 -8.5,-2.3800000000000003" data-type="line" data-label="" points="69.02071563088509,378.57815442561207 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.5,-1.3 -8.5,-2.3800000000000003" data-type="line" data-label="" points="106.6854990583804,348.44632768361583 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -2.7,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -0.8999999999999999,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 0.9000000000000004,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 2.7,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 4.5,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -5,-5.38" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 4.5,-0.38" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 6.1,5" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -4,7.42" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -0.8999999999999999,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 0.9000000000000004,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 2.7,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 4.5,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -5,-5.38" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 4.5,-0.38" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 6.1,5" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -4,7.42" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 0.9000000000000004,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 2.7,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 4.5,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -5,-5.38" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 4.5,-0.38" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 6.1,5" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -4,7.42" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 2.7,-6.88" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 4.5,-6.88" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -5,-5.38" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 4.5,-0.38" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 6.1,5" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -4,7.42" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 4.5,-6.88" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -5,-5.38" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 4.5,-0.38" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 6.1,5" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -4,7.42" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -5,-5.38" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 4.5,-0.38" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 6.1,5" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -4,7.42" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -5,-5.38" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 5.5,-2.3800000000000003" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 4.5,-0.38" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 3.8,1.6199999999999997" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 4.6,3.3200000000000003" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 6.1,5" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -6.15,6.1000000000000005" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -3.8499999999999996,6.3" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -4,7.42" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 5.5,-2.3800000000000003" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 4.5,-0.38" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 3.8,1.6199999999999997" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 4.6,3.3200000000000003" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 6.1,5" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 -6.15,6.1000000000000005" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 -3.8499999999999996,6.3" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 -4,7.42" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 4.5,-0.38" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 3.8,1.6199999999999997" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 4.6,3.3200000000000003" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 6.1,5" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 -6.15,6.1000000000000005" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 -3.8499999999999996,6.3" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 -4,7.42" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 3.8,1.6199999999999997" data-type="line" data-label="" points="389.1713747645951,331.120527306968 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 4.6,3.3200000000000003" data-type="line" data-label="" points="389.1713747645951,331.120527306968 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 6.1,5" data-type="line" data-label="" points="389.1713747645951,331.120527306968 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 -6.15,6.1000000000000005" data-type="line" data-label="" points="389.1713747645951,331.120527306968 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 -3.8499999999999996,6.3" data-type="line" data-label="" points="389.1713747645951,331.120527306968 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 -4,7.42" data-type="line" data-label="" points="389.1713747645951,331.120527306968 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="389.1713747645951,331.120527306968 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 4.6,3.3200000000000003" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 6.1,5" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 -6.15,6.1000000000000005" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 -3.8499999999999996,6.3" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 -4,7.42" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 6.1,5" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 -6.15,6.1000000000000005" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 -3.8499999999999996,6.3" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 -4,7.42" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 -6.15,6.1000000000000005" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 -3.8499999999999996,6.3" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 -4,7.42" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.15,6.1000000000000005 -3.8499999999999996,6.3" data-type="line" data-label="" points="188.60640301318264,209.08662900188324 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.15,6.1000000000000005 -4,7.42" data-type="line" data-label="" points="188.60640301318264,209.08662900188324 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.15,6.1000000000000005 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="188.60640301318264,209.08662900188324 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8499999999999996,6.3 -4,7.42" data-type="line" data-label="" points="231.92090395480227,205.32015065913373 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8499999999999996,6.3 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="231.92090395480227,205.32015065913373 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.42 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="229.0960451977401,184.22787193973636 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 10.1875,-4.9" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 496.2806026365348,416.2429378531074" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 10.1875,-5.1" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 496.2806026365348,420.0094161958569" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 8.8,-3.5" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 470.15065913370995,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 12.3,-3.5" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 13,-6" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 11.5,-9.379999999999999" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 14.5,-9.379999999999999" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.04,7.5 8.97,6.45" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 473.3521657250471,202.49529190207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.04,7.5 11,3.8200000000000003" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 511.5819209039548,252.02448210922788" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.04,7.5 10.2375,9.4" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 497.22222222222223,146.939736346516" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.97,6.45 11,3.8200000000000003" data-type="line" data-label="" points="473.3521657250471,202.49529190207156 511.5819209039548,252.02448210922788" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.97,6.45 10.2375,9.4" data-type="line" data-label="" points="473.3521657250471,202.49529190207156 497.22222222222223,146.939736346516" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11,3.8200000000000003 10.2375,9.4" data-type="line" data-label="" points="511.5819209039548,252.02448210922788 497.22222222222223,146.939736346516" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 10.1875,-5.1" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 496.2806026365348,420.0094161958569" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 8.8,-3.5" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 470.15065913370995,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 12.3,-3.5" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 13,-6" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 11.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 14.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 8.8,-3.5" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 470.15065913370995,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 12.3,-3.5" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 13,-6" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 11.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 14.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 12.3,-3.5" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 13,-6" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 11.5,-9.379999999999999" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 14.5,-9.379999999999999" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-3.5 13,-6" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-3.5 11.5,-9.379999999999999" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-3.5 14.5,-9.379999999999999" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-6 11.5,-9.379999999999999" data-type="line" data-label="" points="549.2467043314501,436.95856873822976 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-6 14.5,-9.379999999999999" data-type="line" data-label="" points="549.2467043314501,436.95856873822976 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.5,-9.379999999999999 14.5,-9.379999999999999" data-type="line" data-label="" points="520.9981167608287,500.6120527306968 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -1.75,2.8999999999999986" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 271.4689265536723,269.3502824858757" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -1.75,-0.3000000000000034" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 271.4689265536723,329.61393596986824" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -1.75,-4.899999999999999" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 271.4689265536723,416.2429378531073" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -1.75,-0.3000000000000034" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 271.4689265536723,329.61393596986824" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -1.75,-4.899999999999999" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 271.4689265536723,416.2429378531073" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -1.75,-4.899999999999999" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 271.4689265536723,416.2429378531073" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 1.75,-0.09999999999999698" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 1.75,4.899999999999999" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -0.8999999999999999,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 0.9000000000000004,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -5.36,-2" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 4.6,4.08" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 1.75,4.899999999999999" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -0.8999999999999999,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 0.9000000000000004,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -5.36,-2" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 4.6,4.08" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -0.8999999999999999,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 0.9000000000000004,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -5.36,-2" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 4.6,4.08" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.5,-1.1 -8.5,-1.6199999999999997" data-type="line" data-label="" points="106.6854990583804,344.6798493408663 144.35028248587568,354.47269303201506" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 -2.7,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 -0.8999999999999999,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 0.9000000000000004,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 2.7,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 4.5,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 -5.36,-2" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 4.6,4.08" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 -0.8999999999999999,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 0.9000000000000004,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 2.7,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 4.5,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 -5.36,-2" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 4.6,4.08" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 0.9000000000000004,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 2.7,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 4.5,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 -5.36,-2" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 4.6,4.08" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 2.7,-6.12" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 4.5,-6.12" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 -5.36,-2" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 4.6,4.08" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.12 4.5,-6.12" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.12 -5.36,-2" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.12 4.6,4.08" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.12 -5.36,-2" data-type="line" data-label="" points="389.1713747645951,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.12 4.6,4.08" data-type="line" data-label="" points="389.1713747645951,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.36,-2 4.6,4.08" data-type="line" data-label="" points="203.4839924670433,361.6290018832392 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.47,7.45 10.46,6.5" data-type="line" data-label="" points="576.9303201506591,183.6629001883239 501.4124293785311,201.55367231638417" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.47,7.45 10.2375,9.8" data-type="line" data-label="" points="576.9303201506591,183.6629001883239 497.22222222222223,139.40677966101694" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.46,6.5 10.2375,9.8" data-type="line" data-label="" points="501.4124293785311,201.55367231638417 497.22222222222223,139.40677966101694" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="15,-5.9 14.5,-8.620000000000001" data-type="line" data-label="" points="586.9114877589454,435.07532956685503 577.4952919020716,486.29943502824864" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 10.1875,-5.3" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 496.2806026365348,423.7758945386064" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 10.1875,-5.5" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 496.2806026365348,427.54237288135596" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 13,-5.8" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 549.2467043314501,433.19209039548025" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 13,-6.2" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 11.5,-8.620000000000001" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 10.1875,-5.5" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 496.2806026365348,427.54237288135596" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 13,-5.8" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 549.2467043314501,433.19209039548025" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 13,-6.2" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 11.5,-8.620000000000001" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.5 13,-5.8" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 549.2467043314501,433.19209039548025" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.5 13,-6.2" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.5 11.5,-8.620000000000001" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-5.8 13,-6.2" data-type="line" data-label="" points="549.2467043314501,433.19209039548025 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-5.8 11.5,-8.620000000000001" data-type="line" data-label="" points="549.2467043314501,433.19209039548025 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-6.2 11.5,-8.620000000000001" data-type="line" data-label="" points="549.2467043314501,440.7250470809793 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.3 -12.12,4.3" data-type="line" data-label="" points="108.94538606403009,242.984934086629 76.1770244821092,242.984934086629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,4.1 -12.12,4.1" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 76.1770244821092,246.75141242937855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-6.88 -2.7,-7.08 -4.5,-7.08 -4.5,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 253.57815442561204,457.29755178907726 219.67984934086627,457.29755178907726 219.67984934086627,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9000000000000004,-6.88 -0.9000000000000004,-7.08 -2.7,-7.08 -2.7,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 287.4764595103578,457.29755178907726 253.57815442561204,457.29755178907726 253.57815442561204,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.8999999999999999,-6.88 0.8999999999999999,-7.08 -0.8999999999999999,-7.08 -0.8999999999999999,-6.88" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 321.37476459510356,457.29755178907726 287.4764595103578,457.29755178907726 287.4764595103578,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.7,-6.88 2.7,-7.08 0.9000000000000004,-7.08 0.9000000000000004,-6.88" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 355.27306967984936,457.29755178907726 321.37476459510356,457.29755178907726 321.37476459510356,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5,-6.88 4.5,-7.08 2.7,-7.08 2.7,-6.88" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 389.1713747645951,457.29755178907726 355.27306967984936,457.29755178907726 355.27306967984936,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-5.38 -5,-7.08 -4.5,-7.08 -4.5,-6.88" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 210.26365348399244,457.29755178907726 219.67984934086627,457.29755178907726 219.67984934086627,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-3.9800000000000004 -5,-4.180000000000001 -5.749999999999999,-4.180000000000001 -5.749999999999999,-5.58 -5,-5.58 -5,-5.38" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 210.26365348399244,402.6836158192091 196.13935969868174,402.6836158192091 196.13935969868174,429.04896421845575 210.26365348399244,429.04896421845575 210.26365348399244,425.28248587570624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,7.42 -4,6.86 -3.6499999999999995,6.86 -3.6499999999999995,6.300000000000001 -3.8499999999999996,6.300000000000001" data-type="line" data-label="" points="229.0960451977401,184.22787193973636 229.0960451977401,194.77401129943502 235.68738229755178,194.77401129943502 235.68738229755178,205.3201506591337 231.92090395480227,205.3201506591337" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.1 10.3875,-5.1 10.3875,-4.9 10.1875,-4.9" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 500.0470809792844,420.0094161958569 500.0470809792844,416.2429378531074 496.2806026365348,416.2429378531074" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -2.05,-0.1000000000000032 -2.05,1.2999999999999976 -1.75,1.2999999999999976" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 265.819209039548,325.84745762711873 265.819209039548,299.482109227872 271.4689265536723,299.482109227872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.8999999999999995 -10.38,3.9" data-type="line" data-label="" points="76.1770244821092,250.51789077212806 108.94538606403009,250.51789077212806" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.6999999999999997 -10.38,3.7" data-type="line" data-label="" points="76.1770244821092,254.28436911487762 108.94538606403009,254.2843691148776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.5 -10.38,3.5" data-type="line" data-label="" points="76.1770244821092,258.0508474576271 108.94538606403009,258.0508474576271" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.3 -10.38,3.3" data-type="line" data-label="" points="76.1770244821092,261.81732580037664 108.94538606403009,261.81732580037664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.0999999999999996 -10.38,3.1" data-type="line" data-label="" points="76.1770244821092,265.5838041431262 108.94538606403009,265.5838041431262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,2.9 -10.38,2.9000000000000004" data-type="line" data-label="" points="76.1770244821092,269.3502824858757 108.94538606403009,269.3502824858757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,2.7 -10.38,2.7" data-type="line" data-label="" points="76.1770244821092,273.1167608286252 108.94538606403009,273.1167608286252" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.5 -12.12,2.5" data-type="line" data-label="" points="108.94538606403009,276.8832391713748 76.1770244821092,276.8832391713748" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.3000000000000003 -12.12,2.3" data-type="line" data-label="" points="108.94538606403009,280.6497175141243 76.1770244821092,280.6497175141243" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.1000000000000005 -12.12,2.1" data-type="line" data-label="" points="108.94538606403009,284.4161958568738 76.1770244821092,284.41619585687386" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.9000000000000001 -12.12,1.9" data-type="line" data-label="" points="108.94538606403009,288.18267419962336 76.1770244821092,288.18267419962336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.7 -12.12,1.7" data-type="line" data-label="" points="108.94538606403009,291.9491525423729 76.1770244821092,291.9491525423729" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-6.12 -2.7,-5.92 -4.5,-5.92 -4.5,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 253.57815442561204,435.45197740112997 219.67984934086627,435.45197740112997 219.67984934086627,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9000000000000004,-6.12 -0.9000000000000004,-5.92 -2.7,-5.92 -2.7,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 287.4764595103578,435.45197740112997 253.57815442561204,435.45197740112997 253.57815442561204,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.8999999999999999,-6.12 0.8999999999999999,-5.92 -0.8999999999999999,-5.92 -0.8999999999999999,-6.12" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 321.37476459510356,435.45197740112997 287.4764595103578,435.45197740112997 287.4764595103578,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.7,-6.12 2.7,-5.92 0.9000000000000004,-5.92 0.9000000000000004,-6.12" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 355.27306967984936,435.45197740112997 321.37476459510356,435.45197740112997 321.37476459510356,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5,-6.12 4.5,-5.92 2.7,-5.92 2.7,-6.12" data-type="line" data-label="" points="389.1713747645951,439.2184557438795 389.1713747645951,435.45197740112997 355.27306967984936,435.45197740112997 355.27306967984936,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-4.899999999999999 -1.95,-4.899999999999999 -1.95,-5.92 -0.8999999999999999,-5.92 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 267.7024482109228,416.2429378531073 267.7024482109228,435.45197740112997 287.4764595103578,435.45197740112997 287.4764595103578,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,2.8999999999999986 -1.7499999999999998,3.8999999999999986" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 271.4689265536723,250.5178907721281" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-3.2199999999999998 -5,-3.0199999999999996 -4.4399999999999995,-3.0199999999999996 -4.4399999999999995,-2 -4.64,-2" data-type="line" data-label="" points="210.26365348399244,384.6045197740113 210.26365348399244,380.8380414312618 220.80979284369113,380.8380414312618 220.80979284369113,361.6290018832392 217.04331450094162,361.6290018832392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-4.62 -5,-4.42 -5.550000000000001,-4.42 -5.550000000000001,-3.0199999999999996 -5,-3.0199999999999996 -5,-3.2199999999999998" data-type="line" data-label="" points="210.26365348399244,410.969868173258 210.26365348399244,407.2033898305085 199.90583804143122,407.2033898305085 199.90583804143122,380.8380414312618 210.26365348399244,380.8380414312618 210.26365348399244,384.6045197740113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,0.8999999999999977 -1.8499999999999999,0.8999999999999977 -1.8499999999999999,1.0999999999999974 -1.75,1.0999999999999974" data-type="line" data-label="" points="271.4689265536723,307.0150659133711 269.5856873822975,307.0150659133711 269.5856873822975,303.2485875706215 271.4689265536723,303.2485875706215" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.1 11.292499999999999,-6.1 11.292499999999999,-6.3 10.1875,-6.3" data-type="line" data-label="" points="496.2806026365348,438.84180790960454 517.090395480226,438.84180790960454 517.090395480226,442.60828625235405 496.2806026365348,442.60828625235405" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11,3.8200000000000003 11,3.62 9.985,3.62 9.985,6.45 8.97,6.45" data-type="line" data-label="" points="511.5819209039548,252.02448210922788 511.5819209039548,255.7909604519774 492.4670433145009,255.7909604519774 492.4670433145009,202.49529190207156 473.3521657250471,202.49529190207156" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.5,-9.379999999999999 11.5,-9.579999999999998 14.5,-9.579999999999998 14.5,-9.379999999999999" data-type="line" data-label="" points="520.9981167608287,500.6120527306968 520.9981167608287,504.3785310734463 577.4952919020716,504.3785310734463 577.4952919020716,500.6120527306968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.5,-1.6199999999999997 -8.5,-1.1 -10.5,-1.1" data-type="line" data-label="" points="144.35028248587568,354.47269303201506 144.35028248587568,344.6798493408663 106.6854990583804,344.6798493408663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -5.5600000000000005,-0.3000000000000034 -5.5600000000000005,-2 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 199.71751412429376,329.61393596986824 199.71751412429376,361.6290018832392 203.4839924670433,361.6290018832392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.47,7.45 14.670000000000002,7.45 14.670000000000002,6.975 10.260000000000002,6.975 10.260000000000002,6.5 10.46,6.5" data-type="line" data-label="" points="576.9303201506591,183.6629001883239 580.6967984934088,183.6629001883239 580.6967984934088,192.60828625235405 497.64595103578154,192.60828625235405 497.64595103578154,201.55367231638417 501.4124293785311,201.55367231638417" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15,-5.900000000000002 15.399999999999999,-5.900000000000002 15.399999999999999,-7.260000000000002 14.5,-7.260000000000002 14.5,-8.620000000000001" data-type="line" data-label="" points="586.9114877589454,435.07532956685503 594.4444444444443,435.07532956685503 594.4444444444443,460.68738229755184 577.4952919020716,460.68738229755184 577.4952919020716,486.29943502824864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.15,6.3 -6.3500000000000005,6.3 -6.3500000000000005,8.379999999999999 -4,8.379999999999999 -4,8.18" data-type="line" data-label="" points="188.60640301318264,205.32015065913373 184.8399246704331,205.32015065913373 184.8399246704331,166.14877589453863 229.0960451977401,166.14877589453863 229.0960451977401,169.91525423728814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2999999999999998,6.5 1.5,6.5 1.5,8.379999999999999 -1.8369701987210297e-17,8.379999999999999 -1.8369701987210297e-17,8.18" data-type="line" data-label="" points="328.90772128060263,201.55367231638417 332.67419962335214,201.55367231638417 332.67419962335214,166.14877589453863 304.4256120527307,166.14877589453863 304.4256120527307,169.91525423728814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.54,6.5 11.739999999999998,6.5 11.739999999999998,5.540000000000001 11,5.540000000000001 11,4.58" data-type="line" data-label="" points="521.7514124293785,201.55367231638417 525.517890772128,201.55367231638417 525.517890772128,219.6327683615819 511.5819209039548,219.6327683615819 511.5819209039548,237.71186440677968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.5,-2.9 -13.800999999999998,-2.9000000000000004 -13.800999999999998,-1.0999999999999996 -12.5,-1.1" data-type="line" data-label="" points="69.02071563088509,378.57815442561207 44.51977401129943,378.57815442561207 44.51977401129943,344.67984934086627 69.02071563088509,344.6798493408663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,1.2999999999999976 -4.011,1.2999999999999976 -4.011,3.0999999999999988 -1.75,3.0999999999999988" data-type="line" data-label="" points="271.4689265536723,299.482109227872 228.88888888888886,299.482109227872 228.88888888888886,265.5838041431262 271.4689265536723,265.5838041431262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.9 10.2875,-5.9 10.2875,-5.7 10.1875,-5.7" data-type="line" data-label="" points="496.2806026365348,435.07532956685503 498.1638418079096,435.07532956685503 498.1638418079096,431.30885122410547 496.2806026365348,431.30885122410547" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.5 10.2875,-5.5 10.2875,-5.3 10.1875,-5.3" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 498.1638418079096,427.54237288135596 498.1638418079096,423.7758945386064 496.2806026365348,423.7758945386064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13,-6.2 12.8,-6.2 12.8,-5.8 13,-5.8" data-type="line" data-label="" points="549.2467043314501,440.7250470809793 545.4802259887006,440.7250470809793 545.4802259887006,433.19209039548025 549.2467043314501,433.19209039548025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,-0.29999999999999716 3.411,-0.2999999999999974 3.411,-0.5800000000000001 4.5,-0.5800000000000001 4.5,-0.38" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 368.6629001883239,329.6139359698681 368.6629001883239,334.88700564971754 389.1713747645951,334.88700564971754 389.1713747645951,331.120527306968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,4.699999999999999 4,4.699999999999999 4,3.12 4.6,3.12 4.6,3.3200000000000003" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 379.7551789077213,235.45197740112997 379.7551789077213,265.2071563088512 391.0546139359699,265.2071563088512 391.0546139359699,261.4406779661017" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.5,-1.3 -9.199000000000002,-1.2999999999999998 -9.199000000000002,-2.5800000000000005 -8.5,-2.5800000000000005 -8.5,-2.3800000000000003" data-type="line" data-label="" points="106.6854990583804,348.44632768361583 131.18644067796606,348.44632768361583 131.18644067796606,372.55178907721285 144.35028248587568,372.55178907721285 144.35028248587568,368.7853107344633" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,5 6.3,5 6.3,1.4199999999999995 3.8,1.4199999999999995 3.8,1.6199999999999997" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 423.06967984934084,229.80225988700565 423.06967984934084,297.22222222222223 375.98870056497174,297.22222222222223 375.98870056497174,293.4557438794727" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8369701987210297e-17,7.42 1.8369701987210297e-17,6.699999999999999 -1.5610000000000004,6.699999999999999 -1.5610000000000004,6.300000000000001 -3.8499999999999996,6.3" data-type="line" data-label="" points="304.4256120527307,184.22787193973636 304.4256120527307,197.78719397363466 275.0282485875706,197.78719397363466 275.0282485875706,205.3201506591337 231.92090395480227,205.32015065913373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.95,-1 7.649000000000001,-0.9999999999999999 7.649000000000001,-2.25 9,-2.25 9,-3.5 8.8,-3.5" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 448.4745762711865,342.79661016949154 448.4745762711865,366.3370998116761 473.9171374764595,366.3370998116761 473.9171374764595,389.87758945386065 470.15065913370995,389.87758945386065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.04,7.5 12.04,7.6499999999999995 12.239999999999998,7.6499999999999995 12.239999999999998,9.4 10.2375,9.4" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 531.1676082862523,179.8964218455744 534.9340866290019,179.8964218455744 534.9340866290019,146.939736346516 497.22222222222223,146.939736346516" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.6,4.08 4.6,4.800000000000001 1.75,4.800000000000001 1.75,4.899999999999999" data-type="line" data-label="" points="391.0546139359699,247.12806026365348 391.0546139359699,233.56873822975518 337.38229755178907,233.56873822975518 337.38229755178907,231.68549905838046" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,1.2999999999999976 -2.34,1.2999999999999976" data-type="line" data-label="" points="271.4689265536723,299.482109227872 260.3578154425612,299.482109227872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7499999999999998,3.8999999999999986 -2.1009999999999995,3.8999999999999986 -2.1009999999999995,3.9509999999999983" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 264.8587570621469,250.5178907721281 264.8587570621469,249.55743879472698" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.8,-5.8 12.45,-5.8" data-type="line" data-label="" points="545.4802259887006,433.19209039548025 538.8888888888889,433.19209039548025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-4.699999999999999 -2.291,-4.699999999999999 -2.291,-4.7509999999999994" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 261.2806026365348,412.4764595103578 261.2806026365348,413.43691148775895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.3,-3.5 12.541,-3.5 12.541,-3.851" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 540.6026365348399,389.87758945386065 540.6026365348399,396.4877589453861" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13,-6 12.759,-6 12.759,-6.301" data-type="line" data-label="" points="549.2467043314501,436.95856873822976 544.7080979284369,436.95856873822976 544.7080979284369,442.6271186440678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,-4.299999999999999 3.8010000000000006,-4.299999999999999 3.8010000000000006,-3.9989999999999988" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 376.0075329566855,404.94350282485874 376.0075329566855,399.27495291902073" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,-0.09999999999999698 3.101,-0.09999999999999698 3.101,0.201000000000003" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 362.82485875706215,325.8474576271186 362.82485875706215,320.17890772128055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.2375,9.8 10.5385,9.8 10.5385,10.001" data-type="line" data-label="" points="497.22222222222223,139.40677966101694 502.8907721280603,139.40677966101694 502.8907721280603,135.6214689265537" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.05,-1 13.301000000000002,-1 13.301000000000002,-0.6990000000000001" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 554.9152542372882,342.79661016949154 554.9152542372882,337.1280602636535" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-13" data-y="3" x="43.03201506591334" y="239.21845574387945" width="33.14500941619585" height="56.49717514124296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-9.5" data-y="3" x="108.94538606403007" y="239.21845574387945" width="33.145009416195904" height="56.49717514124296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="271.4689265536723" y="227.9190207156309" width="65.91337099811676" height="192.090395480226" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-11.5" data-y="-2" x="69.02071563088509" y="340.91337099811676" width="37.66478342749531" height="41.43126177024482" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-8.3675" data-y="-2" x="135.87570621468927" y="354.47269303201506" width="21.939736346516014" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4.2475000000000005" data-y="-6.5" x="211.20527306967983" y="439.21845574387953" width="26.459510357815446" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.4475000000000002" data-y="-6.5" x="245.10357815442558" y="439.21845574387953" width="26.459510357815475" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.6475" data-y="-6.5" x="279.0018832391713" y="439.21845574387953" width="26.459510357815418" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="1.1525000000000003" data-y="-6.5" x="312.9001883239171" y="439.21845574387953" width="26.459510357815475" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="2.9525" data-y="-6.5" x="346.7984934086629" y="439.21845574387953" width="26.459510357815418" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="4.9325" data-y="-6.5" x="380.69679849340866" y="439.21845574387953" width="33.239171374764624" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-5" data-y="-2" x="203.48399246704327" y="355.22598870056504" width="13.559322033898326" height="12.806026365348373" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-4.5075" data-y="-3.6" x="201.78907721280598" y="384.60451977401135" width="35.49905838041431" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.6274999999999995" data-y="-5" x="201.78907721280603" y="410.96986817325796" width="30.97928436911485" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="5.7524999999999995" data-y="-2" x="399.52919020715626" y="354.47269303201506" width="26.459510357815475" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="4.7524999999999995" data-y="0" x="380.69679849340866" y="316.8079096045198" width="26.459510357815418" height="14.312617702448165" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="4.0525" data-y="2" x="367.5141242937853" y="279.14312617702444" width="26.459510357815475" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="4.7325" data-y="3.7" x="382.5800376647834" y="247.12806026365348" width="21.939736346515986" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="5.5" data-y="5" x="396.7043314500942" y="223.39924670433146" width="22.598870056497162" height="12.806026365348373" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-5" data-y="6.2" x="188.60640301318261" y="201.55367231638417" width="43.31450094161963" height="11.299435028248581" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="1" data-y="6.5" x="317.60828625235405" y="195.15065913370995" width="11.299435028248581" height="12.806026365348401" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-3.6875" data-y="7.8" x="220.62146892655363" y="169.91525423728814" width="28.71939736346519" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="0.37250000000000005" data-y="7.8" x="295.9510357815443" y="169.91525423728814" width="30.97928436911485" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="10.5" data-y="-1" x="472.97551789077215" y="335.26365348399247" width="58.38041431261763" height="15.065913370998146" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="14" data-y="7.5" x="559.2278719397364" y="175.9518766478343" width="17.70244821092274" height="13.538807909604486" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="11.5" data-y="7.5" x="510.82862523540496" y="176.31826741996235" width="20.33898305084739" height="12.806026365348401" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="8.5" data-y="6.5" x="455.6497175141243" y="194.7842683615819" width="17.702448210922796" height="13.538807909604515" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="11" data-y="6.5" x="501.4124293785311" y="195.15065913370995" width="20.338983050847446" height="12.806026365348401" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="11.1925" data-y="4.2" x="503.10734463276845" y="237.71186440677968" width="24.199623352165702" height="14.312617702448193" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="9.5" data-y="9.5" x="469.44444444444446" y="135.6403013182674" width="27.77777777777777" height="18.832391713747654" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="9" data-y="-6" x="451.5536723163842" y="412.4764595103578" width="44.72693032015064" height="48.96421845574389" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="8.5" data-y="-3.5" x="458.85122410546137" y="383.47457627118644" width="11.299435028248581" height="12.80602636534843" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="12" data-y="-3.5" x="524.7645951035781" y="383.47457627118644" width="11.299435028248581" height="12.80602636534843" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="14" data-y="-6" x="549.24670433145" y="431.30885122410547" width="37.66478342749531" height="11.299435028248581" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="11.8125" data-y="-9" x="512.5235404896421" y="486.29943502824864" width="28.71939736346519" height="14.312617702448165" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="14.8725" data-y="-9" x="569.0207156308852" y="486.29943502824864" width="30.979284369114794" height="14.312617702448165" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_DISPLAY" data-x="-12.940000000000001" data-y="4.615" x="49.43502824858747" y="234.69868173258004" width="22.598870056497248" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_HOST" data-x="-9.620000000000001" data-y="4.615" x="115.34839924670426" y="234.69868173258004" width="15.819209039548099" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="STM32F723VET6" data-x="-0.5700000000000001" data-y="-5.229999999999999" x="279.0018832391714" y="420.76271186440675" width="29.37853107344631" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="-1.0500000000000003" data-y="5.214999999999998" x="277.8719397363465" y="223.39924670433152" width="13.559322033898297" height="4.708097928436899" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="SN74LVC244APWR" data-x="-11.26" data-y="-3.2299999999999995" x="76.55367231638417" y="383.0979284369115" width="31.638418079096027" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_BUF" data-x="-11.8" data-y="-0.7850000000000001" x="75.4237288135593" y="336.39359698681733" width="13.559322033898269" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="ABM8W_12_0000MHZ_8_B1U_T3" data-x="-4.25" data-y="5.7700000000000005" x="196.13935969868174" y="213.60640301318267" width="56.497175141242934" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="Y1" data-x="-5.63" data-y="6.615" x="195.00941619585686" y="197.03389830508473" width="6.779661016949149" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="USBLC6_2SC6" data-x="10.01" data-y="-1.5299999999999998" x="480.50847457627117" y="351.0828625235405" width="24.85875706214688" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_ESD" data-x="9.649999999999999" data-y="-0.485" x="479.3785310734463" y="330.74387947269304" width="13.559322033898297" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_SWD" data-x="9.462499999999999" data-y="10.115" x="475.8474576271186" y="131.12052730696797" width="13.559322033898297" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="TYPE-C-31-M-12" data-x="9.0525" data-y="-7.43" x="459.08662900188324" y="462.1939736346516" width="31.638418079096027" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_USB" data-x="8.5125" data-y="-4.585000000000001" x="457.9566854990584" y="407.9566854990584" width="13.559322033898297" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="AP2112K_3_3TRG1" data-x="14.3" data-y="-6.43" x="556.7796610169493" y="443.361581920904" width="33.89830508474574" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_LDO" data-x="13.7" data-y="-5.585000000000001" x="555.6497175141243" y="426.7890772128061" width="13.559322033898297" height="4.708097928436871" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="netId: .J_HOST &gt; .pin1 to .J_DISPLAY &gt; .pin1
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="-10.38,4.3 -12.12,4.3" data-type="line" data-label="" points="108.94538606403009,242.984934086629 76.1770244821092,242.984934086629" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,4.1 -12.12,4.1" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 76.1770244821092,246.75141242937855" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.9 -12.12,3.8999999999999995" data-type="line" data-label="" points="108.94538606403009,250.51789077212806 76.1770244821092,250.51789077212806" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.7 -12.12,3.6999999999999997" data-type="line" data-label="" points="108.94538606403009,254.2843691148776 76.1770244821092,254.28436911487762" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.5 -12.12,3.5" data-type="line" data-label="" points="108.94538606403009,258.0508474576271 76.1770244821092,258.0508474576271" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.3 -12.12,3.3" data-type="line" data-label="" points="108.94538606403009,261.81732580037664 76.1770244821092,261.81732580037664" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.1 -12.12,3.0999999999999996" data-type="line" data-label="" points="108.94538606403009,265.5838041431262 76.1770244821092,265.5838041431262" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.9000000000000004 -12.12,2.9" data-type="line" data-label="" points="108.94538606403009,269.3502824858757 76.1770244821092,269.3502824858757" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.7 -12.12,2.7" data-type="line" data-label="" points="108.94538606403009,273.1167608286252 76.1770244821092,273.1167608286252" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.5 -12.12,2.5" data-type="line" data-label="" points="108.94538606403009,276.8832391713748 76.1770244821092,276.8832391713748" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.3000000000000003 -12.12,2.3" data-type="line" data-label="" points="108.94538606403009,280.6497175141243 76.1770244821092,280.6497175141243" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.1000000000000005 -12.12,2.1" data-type="line" data-label="" points="108.94538606403009,284.4161958568738 76.1770244821092,284.41619585687386" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.9000000000000001 -12.12,1.9" data-type="line" data-label="" points="108.94538606403009,288.18267419962336 76.1770244821092,288.18267419962336" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.7 -12.12,1.7" data-type="line" data-label="" points="108.94538606403009,291.9491525423729 76.1770244821092,291.9491525423729" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-8.5,-1.6199999999999997 -10.5,-1.1" data-type="line" data-label="" points="144.35028248587568,354.47269303201506 106.6854990583804,344.6798493408663" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.9 -12.5,-1.3" data-type="line" data-label="" points="108.94538606403009,250.51789077212806 69.02071563088509,348.44632768361583" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.7 -12.5,-1.7000000000000002" data-type="line" data-label="" points="108.94538606403009,254.2843691148776 69.02071563088509,355.9792843691149" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.5 -12.5,-2.1" data-type="line" data-label="" points="108.94538606403009,258.0508474576271 69.02071563088509,363.5122410546139" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.3 -12.5,-2.5" data-type="line" data-label="" points="108.94538606403009,261.81732580037664 69.02071563088509,371.045197740113" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,3.1 -10.5,-2.9" data-type="line" data-label="" points="108.94538606403009,265.5838041431262 106.6854990583804,378.57815442561207" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.9000000000000004 -10.5,-2.5" data-type="line" data-label="" points="108.94538606403009,269.3502824858757 106.6854990583804,371.045197740113" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.7 -10.5,-2.0999999999999996" data-type="line" data-label="" points="108.94538606403009,273.1167608286252 106.6854990583804,363.5122410546139" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.7 -10.5,-1.7" data-type="line" data-label="" points="108.94538606403009,291.9491525423729 106.6854990583804,355.9792843691149" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,1.0999999999999974 -1.75,0.8999999999999977" data-type="line" data-label="" points="271.4689265536723,303.2485875706215 271.4689265536723,307.0150659133711" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.64,-2 -1.75,0.8999999999999977" data-type="line" data-label="" points="217.04331450094162,361.6290018832392 271.4689265536723,307.0150659133711" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5,-3.2199999999999998 -1.75,1.0999999999999974" data-type="line" data-label="" points="210.26365348399244,384.6045197740113 271.4689265536723,303.2485875706215" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5,-4.62 -1.75,1.0999999999999974" data-type="line" data-label="" points="210.26365348399244,410.969868173258 271.4689265536723,303.2485875706215" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,-4.5 5.5,-1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,408.7099811676083 408.00376647834275,354.47269303201506" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.75,-0.49999999999999734 4.5,0.38" data-type="line" data-label="" points="337.38229755178907,333.3804143126177 389.1713747645951,316.8079096045198" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.75,-4.099999999999999 3.8,2.3800000000000003" data-type="line" data-label="" points="337.38229755178907,401.17702448210923 375.98870056497174,279.1431261770245" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.6,4.08 1.75,-4.299999999999999" data-type="line" data-label="" points="391.0546139359699,247.12806026365348 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.75,-4.499999999999998 4.9,5" data-type="line" data-label="" points="337.38229755178907,408.70998116760825 396.7043314500942,229.80225988700565" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,2.699999999999999 -6.15,6.3" data-type="line" data-label="" points="271.4689265536723,273.1167608286253 188.60640301318264,205.32015065913373" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.75,2.4999999999999987 0.7,6.5" data-type="line" data-label="" points="271.4689265536723,276.8832391713748 317.60828625235405,201.55367231638417" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.3,6.5 -3.8499999999999996,6.1000000000000005" data-type="line" data-label="" points="328.90772128060263,201.55367231638417 231.92090395480227,209.08662900188324" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4,8.18 -6.15,6.3" data-type="line" data-label="" points="229.0960451977401,169.91525423728814 188.60640301318264,205.32015065913373" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.8369701987210297e-17,8.18 -3.8499999999999996,6.1000000000000005" data-type="line" data-label="" points="304.4256120527307,169.91525423728814 231.92090395480227,209.08662900188324" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.7 8.95,-0.8" data-type="line" data-label="" points="496.2806026365348,431.30885122410547 472.97551789077215,339.03013182674204" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.9 8.95,-0.8" data-type="line" data-label="" points="496.2806026365348,435.07532956685503 472.97551789077215,339.03013182674204" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.3 8.95,-1.2" data-type="line" data-label="" points="496.2806026365348,442.60828625235405 472.97551789077215,346.56308851224105" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.1 8.95,-1.2" data-type="line" data-label="" points="496.2806026365348,438.84180790960454 472.97551789077215,346.56308851224105" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.5 8.2,-3.5" data-type="line" data-label="" points="496.2806026365348,446.3747645951036 458.85122410546137,389.87758945386065" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.7 11.7,-3.5" data-type="line" data-label="" points="496.2806026365348,450.1412429378531 524.7645951035781,389.87758945386065" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-12.12,4.1 -10.38,4.1" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 108.94538606403009,246.75141242937855" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -12.5,-1.1" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 69.02071563088509,344.6798493408663" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -12.5,-2.9" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 69.02071563088509,378.57815442561207" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -10.5,-1.3" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.12,4.1 -8.5,-2.3800000000000003" data-type="line" data-label="" points="76.1770244821092,246.75141242937855 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -12.5,-1.1" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 69.02071563088509,344.6798493408663" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -12.5,-2.9" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 69.02071563088509,378.57815442561207" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -10.5,-1.3" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.1 -8.5,-2.3800000000000003" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -1.75,1.2999999999999976" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 271.4689265536723,299.482109227872" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -1.75,-0.1000000000000032" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 271.4689265536723,325.84745762711873" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -1.75,-4.699999999999999" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 271.4689265536723,412.4764595103578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 6.1,5" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 -4,7.42" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.0999999999999988 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,265.5838041431262 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -1.75,-0.1000000000000032" data-type="line" data-label="" points="271.4689265536723,299.482109227872 271.4689265536723,325.84745762711873" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -1.75,-4.699999999999999" data-type="line" data-label="" points="271.4689265536723,299.482109227872 271.4689265536723,412.4764595103578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,299.482109227872 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,299.482109227872 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,299.482109227872 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,299.482109227872 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,299.482109227872 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,299.482109227872 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,299.482109227872 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,299.482109227872 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,299.482109227872 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 6.1,5" data-type="line" data-label="" points="271.4689265536723,299.482109227872 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,299.482109227872 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,299.482109227872 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 -4,7.42" data-type="line" data-label="" points="271.4689265536723,299.482109227872 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,1.2999999999999976 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,299.482109227872 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -1.75,-4.699999999999999" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 271.4689265536723,412.4764595103578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 6.1,5" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -4,7.42" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.1000000000000032 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 1.75,-0.29999999999999716" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 337.38229755178907,329.6139359698681" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 1.75,4.699999999999999" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -0.8999999999999999,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 0.9000000000000004,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 2.7,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 4.5,-6.88" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -5,-3.9800000000000004" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -5,-5.38" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 5.5,-2.3800000000000003" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 4.5,-0.38" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 3.8,1.6199999999999997" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 4.6,3.3200000000000003" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 6.1,5" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -6.15,6.1000000000000005" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -3.8499999999999996,6.3" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 -4,7.42" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.699999999999999 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 1.75,4.699999999999999" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 337.38229755178907,235.45197740112997" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -0.8999999999999999,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 0.9000000000000004,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -5,-3.9800000000000004" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -5,-5.38" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 5.5,-2.3800000000000003" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 4.5,-0.38" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 3.8,1.6199999999999997" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 4.6,3.3200000000000003" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 6.1,5" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -6.15,6.1000000000000005" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -3.8499999999999996,6.3" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 -4,7.42" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.29999999999999716 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 219.67984934086627,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -0.8999999999999999,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 0.9000000000000004,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 2.7,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 4.5,-6.88" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -5,-3.9800000000000004" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -5,-5.38" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 5.5,-2.3800000000000003" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 4.5,-0.38" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 3.8,1.6199999999999997" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 4.6,3.3200000000000003" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 6.1,5" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -6.15,6.1000000000000005" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -3.8499999999999996,6.3" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 -4,7.42" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.699999999999999 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-1.1 -12.5,-2.9" data-type="line" data-label="" points="69.02071563088509,344.6798493408663 69.02071563088509,378.57815442561207" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-1.1 -10.5,-1.3" data-type="line" data-label="" points="69.02071563088509,344.6798493408663 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-1.1 -8.5,-2.3800000000000003" data-type="line" data-label="" points="69.02071563088509,344.6798493408663 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-2.9 -10.5,-1.3" data-type="line" data-label="" points="69.02071563088509,378.57815442561207 106.6854990583804,348.44632768361583" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-12.5,-2.9 -8.5,-2.3800000000000003" data-type="line" data-label="" points="69.02071563088509,378.57815442561207 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.5,-1.3 -8.5,-2.3800000000000003" data-type="line" data-label="" points="106.6854990583804,348.44632768361583 144.35028248587568,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -2.7,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 253.57815442561204,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -0.8999999999999999,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 0.9000000000000004,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 2.7,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 4.5,-6.88" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -5,-5.38" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 4.5,-0.38" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 6.1,5" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 -4,7.42" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="219.67984934086627,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -0.8999999999999999,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 287.4764595103578,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 0.9000000000000004,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 2.7,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 4.5,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -5,-5.38" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 4.5,-0.38" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 6.1,5" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 -4,7.42" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 0.9000000000000004,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 321.37476459510356,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 2.7,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 4.5,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -5,-5.38" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 4.5,-0.38" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 6.1,5" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 -4,7.42" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 2.7,-6.88" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 355.27306967984936,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 4.5,-6.88" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -5,-5.38" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 4.5,-0.38" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 6.1,5" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 -4,7.42" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 4.5,-6.88" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 389.1713747645951,453.5310734463277" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -5,-5.38" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 4.5,-0.38" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 6.1,5" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 -4,7.42" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -5,-3.9800000000000004" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 210.26365348399244,398.9171374764595" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -5,-5.38" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 5.5,-2.3800000000000003" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 4.5,-0.38" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 3.8,1.6199999999999997" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 4.6,3.3200000000000003" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 6.1,5" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -6.15,6.1000000000000005" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -3.8499999999999996,6.3" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 -4,7.42" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.88 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -5,-5.38" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 210.26365348399244,425.28248587570624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 5.5,-2.3800000000000003" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 4.5,-0.38" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 3.8,1.6199999999999997" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 4.6,3.3200000000000003" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 6.1,5" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -6.15,6.1000000000000005" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -3.8499999999999996,6.3" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 -4,7.42" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-3.9800000000000004 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 5.5,-2.3800000000000003" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 408.00376647834275,368.7853107344633" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 4.5,-0.38" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 3.8,1.6199999999999997" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 4.6,3.3200000000000003" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 6.1,5" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 -6.15,6.1000000000000005" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 -3.8499999999999996,6.3" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 -4,7.42" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5,-5.38 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 4.5,-0.38" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 389.1713747645951,331.120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 3.8,1.6199999999999997" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 4.6,3.3200000000000003" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 6.1,5" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 -6.15,6.1000000000000005" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 -3.8499999999999996,6.3" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 -4,7.42" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-2.3800000000000003 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="408.00376647834275,368.7853107344633 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 3.8,1.6199999999999997" data-type="line" data-label="" points="389.1713747645951,331.120527306968 375.98870056497174,293.4557438794727" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 4.6,3.3200000000000003" data-type="line" data-label="" points="389.1713747645951,331.120527306968 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 6.1,5" data-type="line" data-label="" points="389.1713747645951,331.120527306968 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 -6.15,6.1000000000000005" data-type="line" data-label="" points="389.1713747645951,331.120527306968 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 -3.8499999999999996,6.3" data-type="line" data-label="" points="389.1713747645951,331.120527306968 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 -4,7.42" data-type="line" data-label="" points="389.1713747645951,331.120527306968 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-0.38 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="389.1713747645951,331.120527306968 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 4.6,3.3200000000000003" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 391.0546139359699,261.4406779661017" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 6.1,5" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 -6.15,6.1000000000000005" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 -3.8499999999999996,6.3" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 -4,7.42" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8,1.6199999999999997 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="375.98870056497174,293.4557438794727 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 6.1,5" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 419.30320150659134,229.80225988700565" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 -6.15,6.1000000000000005" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 -3.8499999999999996,6.3" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 -4,7.42" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6,3.3200000000000003 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="391.0546139359699,261.4406779661017 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 -6.15,6.1000000000000005" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 188.60640301318264,209.08662900188324" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 -3.8499999999999996,6.3" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 -4,7.42" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.1,5 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.15,6.1000000000000005 -3.8499999999999996,6.3" data-type="line" data-label="" points="188.60640301318264,209.08662900188324 231.92090395480227,205.32015065913373" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.15,6.1000000000000005 -4,7.42" data-type="line" data-label="" points="188.60640301318264,209.08662900188324 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.15,6.1000000000000005 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="188.60640301318264,209.08662900188324 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8499999999999996,6.3 -4,7.42" data-type="line" data-label="" points="231.92090395480227,205.32015065913373 229.0960451977401,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8499999999999996,6.3 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="231.92090395480227,205.32015065913373 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,7.42 1.8369701987210297e-17,7.42" data-type="line" data-label="" points="229.0960451977401,184.22787193973636 304.4256120527307,184.22787193973636" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 10.1875,-4.9" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 496.2806026365348,416.2429378531074" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 10.1875,-5.1" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 496.2806026365348,420.0094161958569" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 8.8,-3.5" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 470.15065913370995,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 12.3,-3.5" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 13,-6" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 11.5,-9.379999999999999" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.95,-1 14.5,-9.379999999999999" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.04,7.5 8.97,6.45" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 473.3521657250471,202.49529190207156" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.04,7.5 11,3.8200000000000003" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 511.5819209039548,252.02448210922788" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.04,7.5 10.2375,9.4" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 497.22222222222223,146.939736346516" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.97,6.45 11,3.8200000000000003" data-type="line" data-label="" points="473.3521657250471,202.49529190207156 511.5819209039548,252.02448210922788" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.97,6.45 10.2375,9.4" data-type="line" data-label="" points="473.3521657250471,202.49529190207156 497.22222222222223,146.939736346516" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11,3.8200000000000003 10.2375,9.4" data-type="line" data-label="" points="511.5819209039548,252.02448210922788 497.22222222222223,146.939736346516" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 10.1875,-5.1" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 496.2806026365348,420.0094161958569" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 8.8,-3.5" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 470.15065913370995,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 12.3,-3.5" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 13,-6" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 11.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-4.9 14.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,416.2429378531074 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 8.8,-3.5" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 470.15065913370995,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 12.3,-3.5" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 13,-6" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 11.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.1 14.5,-9.379999999999999" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 12.3,-3.5" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 536.0640301318267,389.87758945386065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 13,-6" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 11.5,-9.379999999999999" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.8,-3.5 14.5,-9.379999999999999" data-type="line" data-label="" points="470.15065913370995,389.87758945386065 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-3.5 13,-6" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 549.2467043314501,436.95856873822976" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-3.5 11.5,-9.379999999999999" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.3,-3.5 14.5,-9.379999999999999" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-6 11.5,-9.379999999999999" data-type="line" data-label="" points="549.2467043314501,436.95856873822976 520.9981167608287,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-6 14.5,-9.379999999999999" data-type="line" data-label="" points="549.2467043314501,436.95856873822976 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.5,-9.379999999999999 14.5,-9.379999999999999" data-type="line" data-label="" points="520.9981167608287,500.6120527306968 577.4952919020716,500.6120527306968" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -1.75,2.8999999999999986" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 271.4689265536723,269.3502824858757" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -1.75,-0.3000000000000034" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 271.4689265536723,329.61393596986824" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -1.75,-4.899999999999999" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 271.4689265536723,416.2429378531073" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,3.8999999999999986 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -1.75,-0.3000000000000034" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 271.4689265536723,329.61393596986824" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -1.75,-4.899999999999999" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 271.4689265536723,416.2429378531073" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,2.8999999999999986 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -1.75,-4.899999999999999" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 271.4689265536723,416.2429378531073" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-0.3000000000000034 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 1.75,-4.299999999999999" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 337.38229755178907,404.94350282485874" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 1.75,-0.09999999999999698" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 1.75,4.899999999999999" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 0.9000000000000004,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 2.7,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 4.5,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.75,-4.899999999999999 4.6,4.08" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 1.75,-0.09999999999999698" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 337.38229755178907,325.8474576271186" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 1.75,4.899999999999999" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -0.8999999999999999,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 0.9000000000000004,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 -5.36,-2" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-4.299999999999999 4.6,4.08" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 1.75,4.899999999999999" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 337.38229755178907,231.68549905838046" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -0.8999999999999999,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 0.9000000000000004,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 -5.36,-2" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,-0.09999999999999698 4.6,4.08" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 219.67984934086627,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -0.8999999999999999,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 0.9000000000000004,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 2.7,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 4.5,-6.12" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 -5.36,-2" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.75,4.899999999999999 4.6,4.08" data-type="line" data-label="" points="337.38229755178907,231.68549905838046 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.5,-1.1 -8.5,-1.6199999999999997" data-type="line" data-label="" points="106.6854990583804,344.6798493408663 144.35028248587568,354.47269303201506" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 -2.7,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 253.57815442561204,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 -0.8999999999999999,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 0.9000000000000004,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 2.7,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 4.5,-6.12" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 -5.36,-2" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-6.12 4.6,4.08" data-type="line" data-label="" points="219.67984934086627,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 -0.8999999999999999,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 287.4764595103578,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 0.9000000000000004,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 2.7,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 4.5,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 -5.36,-2" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7,-6.12 4.6,4.08" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 0.9000000000000004,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 321.37476459510356,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 2.7,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 4.5,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 -5.36,-2" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8999999999999999,-6.12 4.6,4.08" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 2.7,-6.12" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 355.27306967984936,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 4.5,-6.12" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 -5.36,-2" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9000000000000004,-6.12 4.6,4.08" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.12 4.5,-6.12" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 389.1713747645951,439.2184557438795" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.12 -5.36,-2" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.7,-6.12 4.6,4.08" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.12 -5.36,-2" data-type="line" data-label="" points="389.1713747645951,439.2184557438795 203.4839924670433,361.6290018832392" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.5,-6.12 4.6,4.08" data-type="line" data-label="" points="389.1713747645951,439.2184557438795 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.36,-2 4.6,4.08" data-type="line" data-label="" points="203.4839924670433,361.6290018832392 391.0546139359699,247.12806026365348" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.47,7.45 10.46,6.5" data-type="line" data-label="" points="576.9303201506591,183.6629001883239 501.4124293785311,201.55367231638417" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.47,7.45 10.2375,9.8" data-type="line" data-label="" points="576.9303201506591,183.6629001883239 497.22222222222223,139.40677966101694" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.46,6.5 10.2375,9.8" data-type="line" data-label="" points="501.4124293785311,201.55367231638417 497.22222222222223,139.40677966101694" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="15,-5.9 14.5,-8.620000000000001" data-type="line" data-label="" points="586.9114877589454,435.07532956685503 577.4952919020716,486.29943502824864" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 10.1875,-5.3" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 496.2806026365348,423.7758945386064" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 10.1875,-5.5" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 496.2806026365348,427.54237288135596" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 13,-5.8" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 549.2467043314501,433.19209039548025" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 13,-6.2" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.05,-1 11.5,-8.620000000000001" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 10.1875,-5.5" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 496.2806026365348,427.54237288135596" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 13,-5.8" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 549.2467043314501,433.19209039548025" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 13,-6.2" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.3 11.5,-8.620000000000001" data-type="line" data-label="" points="496.2806026365348,423.7758945386064 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.5 13,-5.8" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 549.2467043314501,433.19209039548025" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.5 13,-6.2" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.1875,-5.5 11.5,-8.620000000000001" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-5.8 13,-6.2" data-type="line" data-label="" points="549.2467043314501,433.19209039548025 549.2467043314501,440.7250470809793" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-5.8 11.5,-8.620000000000001" data-type="line" data-label="" points="549.2467043314501,433.19209039548025 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13,-6.2 11.5,-8.620000000000001" data-type="line" data-label="" points="549.2467043314501,440.7250470809793 520.9981167608287,486.29943502824864" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.38,4.3 -12.12,4.3" data-type="line" data-label="" points="108.94538606403009,242.984934086629 76.1770244821092,242.984934086629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,4.1 -12.12,4.1" data-type="line" data-label="" points="108.94538606403009,246.75141242937855 76.1770244821092,246.75141242937855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-6.88 -2.7,-7.08 -4.5,-7.08 -4.5,-6.88" data-type="line" data-label="" points="253.57815442561204,453.5310734463277 253.57815442561204,457.29755178907726 219.67984934086627,457.29755178907726 219.67984934086627,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9000000000000004,-6.88 -0.9000000000000004,-7.08 -2.7,-7.08 -2.7,-6.88" data-type="line" data-label="" points="287.4764595103578,453.5310734463277 287.4764595103578,457.29755178907726 253.57815442561204,457.29755178907726 253.57815442561204,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.8999999999999999,-6.88 0.8999999999999999,-7.08 -0.8999999999999999,-7.08 -0.8999999999999999,-6.88" data-type="line" data-label="" points="321.37476459510356,453.5310734463277 321.37476459510356,457.29755178907726 287.4764595103578,457.29755178907726 287.4764595103578,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.7,-6.88 2.7,-7.08 0.9000000000000004,-7.08 0.9000000000000004,-6.88" data-type="line" data-label="" points="355.27306967984936,453.5310734463277 355.27306967984936,457.29755178907726 321.37476459510356,457.29755178907726 321.37476459510356,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5,-6.88 4.5,-7.08 2.7,-7.08 2.7,-6.88" data-type="line" data-label="" points="389.1713747645951,453.5310734463277 389.1713747645951,457.29755178907726 355.27306967984936,457.29755178907726 355.27306967984936,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-5.38 -5,-7.08 -4.5,-7.08 -4.5,-6.88" data-type="line" data-label="" points="210.26365348399244,425.28248587570624 210.26365348399244,457.29755178907726 219.67984934086627,457.29755178907726 219.67984934086627,453.5310734463277" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-3.9800000000000004 -5,-4.180000000000001 -5.749999999999999,-4.180000000000001 -5.749999999999999,-5.58 -5,-5.58 -5,-5.38" data-type="line" data-label="" points="210.26365348399244,398.9171374764595 210.26365348399244,402.6836158192091 196.13935969868174,402.6836158192091 196.13935969868174,429.04896421845575 210.26365348399244,429.04896421845575 210.26365348399244,425.28248587570624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,7.42 -4,6.86 -3.6499999999999995,6.86 -3.6499999999999995,6.300000000000001 -3.8499999999999996,6.300000000000001" data-type="line" data-label="" points="229.0960451977401,184.22787193973636 229.0960451977401,194.77401129943502 235.68738229755178,194.77401129943502 235.68738229755178,205.3201506591337 231.92090395480227,205.3201506591337" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.1 10.3875,-5.1 10.3875,-4.9 10.1875,-4.9" data-type="line" data-label="" points="496.2806026365348,420.0094161958569 500.0470809792844,420.0094161958569 500.0470809792844,416.2429378531074 496.2806026365348,416.2429378531074" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-0.1000000000000032 -2.05,-0.1000000000000032 -2.05,1.2999999999999976 -1.75,1.2999999999999976" data-type="line" data-label="" points="271.4689265536723,325.84745762711873 265.819209039548,325.84745762711873 265.819209039548,299.482109227872 271.4689265536723,299.482109227872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.8999999999999995 -10.38,3.9" data-type="line" data-label="" points="76.1770244821092,250.51789077212806 108.94538606403009,250.51789077212806" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.6999999999999997 -10.38,3.7" data-type="line" data-label="" points="76.1770244821092,254.28436911487762 108.94538606403009,254.2843691148776" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.5 -10.38,3.5" data-type="line" data-label="" points="76.1770244821092,258.0508474576271 108.94538606403009,258.0508474576271" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.3 -10.38,3.3" data-type="line" data-label="" points="76.1770244821092,261.81732580037664 108.94538606403009,261.81732580037664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,3.0999999999999996 -10.38,3.1" data-type="line" data-label="" points="76.1770244821092,265.5838041431262 108.94538606403009,265.5838041431262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,2.9 -10.38,2.9000000000000004" data-type="line" data-label="" points="76.1770244821092,269.3502824858757 108.94538606403009,269.3502824858757" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.12,2.7 -10.38,2.7" data-type="line" data-label="" points="76.1770244821092,273.1167608286252 108.94538606403009,273.1167608286252" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.5 -12.12,2.5" data-type="line" data-label="" points="108.94538606403009,276.8832391713748 76.1770244821092,276.8832391713748" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.3000000000000003 -12.12,2.3" data-type="line" data-label="" points="108.94538606403009,280.6497175141243 76.1770244821092,280.6497175141243" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,2.1000000000000005 -12.12,2.1" data-type="line" data-label="" points="108.94538606403009,284.4161958568738 76.1770244821092,284.41619585687386" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.9000000000000001 -12.12,1.9" data-type="line" data-label="" points="108.94538606403009,288.18267419962336 76.1770244821092,288.18267419962336" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.38,1.7 -12.12,1.7" data-type="line" data-label="" points="108.94538606403009,291.9491525423729 76.1770244821092,291.9491525423729" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,-6.12 -2.7,-5.92 -4.5,-5.92 -4.5,-6.12" data-type="line" data-label="" points="253.57815442561204,439.2184557438795 253.57815442561204,435.45197740112997 219.67984934086627,435.45197740112997 219.67984934086627,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.9000000000000004,-6.12 -0.9000000000000004,-5.92 -2.7,-5.92 -2.7,-6.12" data-type="line" data-label="" points="287.4764595103578,439.2184557438795 287.4764595103578,435.45197740112997 253.57815442561204,435.45197740112997 253.57815442561204,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.8999999999999999,-6.12 0.8999999999999999,-5.92 -0.8999999999999999,-5.92 -0.8999999999999999,-6.12" data-type="line" data-label="" points="321.37476459510356,439.2184557438795 321.37476459510356,435.45197740112997 287.4764595103578,435.45197740112997 287.4764595103578,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.7,-6.12 2.7,-5.92 0.9000000000000004,-5.92 0.9000000000000004,-6.12" data-type="line" data-label="" points="355.27306967984936,439.2184557438795 355.27306967984936,435.45197740112997 321.37476459510356,435.45197740112997 321.37476459510356,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5,-6.12 4.5,-5.92 2.7,-5.92 2.7,-6.12" data-type="line" data-label="" points="389.1713747645951,439.2184557438795 389.1713747645951,435.45197740112997 355.27306967984936,435.45197740112997 355.27306967984936,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-4.899999999999999 -1.95,-4.899999999999999 -1.95,-5.92 -0.8999999999999999,-5.92 -0.8999999999999999,-6.12" data-type="line" data-label="" points="271.4689265536723,416.2429378531073 267.7024482109228,416.2429378531073 267.7024482109228,435.45197740112997 287.4764595103578,435.45197740112997 287.4764595103578,439.2184557438795" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,2.8999999999999986 -1.7499999999999998,3.8999999999999986" data-type="line" data-label="" points="271.4689265536723,269.3502824858757 271.4689265536723,250.5178907721281" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-3.2199999999999998 -5,-3.0199999999999996 -4.4399999999999995,-3.0199999999999996 -4.4399999999999995,-2 -4.64,-2" data-type="line" data-label="" points="210.26365348399244,384.6045197740113 210.26365348399244,380.8380414312618 220.80979284369113,380.8380414312618 220.80979284369113,361.6290018832392 217.04331450094162,361.6290018832392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5,-4.62 -5,-4.42 -5.550000000000001,-4.42 -5.550000000000001,-3.0199999999999996 -5,-3.0199999999999996 -5,-3.2199999999999998" data-type="line" data-label="" points="210.26365348399244,410.969868173258 210.26365348399244,407.2033898305085 199.90583804143122,407.2033898305085 199.90583804143122,380.8380414312618 210.26365348399244,380.8380414312618 210.26365348399244,384.6045197740113" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,0.8999999999999977 -1.8499999999999999,0.8999999999999977 -1.8499999999999999,1.0999999999999974 -1.75,1.0999999999999974" data-type="line" data-label="" points="271.4689265536723,307.0150659133711 269.5856873822975,307.0150659133711 269.5856873822975,303.2485875706215 271.4689265536723,303.2485875706215" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-6.1 11.292499999999999,-6.1 11.292499999999999,-6.3 10.1875,-6.3" data-type="line" data-label="" points="496.2806026365348,438.84180790960454 517.090395480226,438.84180790960454 517.090395480226,442.60828625235405 496.2806026365348,442.60828625235405" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11,3.8200000000000003 11,3.62 9.985,3.62 9.985,6.45 8.97,6.45" data-type="line" data-label="" points="511.5819209039548,252.02448210922788 511.5819209039548,255.7909604519774 492.4670433145009,255.7909604519774 492.4670433145009,202.49529190207156 473.3521657250471,202.49529190207156" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.5,-9.379999999999999 11.5,-9.579999999999998 14.5,-9.579999999999998 14.5,-9.379999999999999" data-type="line" data-label="" points="520.9981167608287,500.6120527306968 520.9981167608287,504.3785310734463 577.4952919020716,504.3785310734463 577.4952919020716,500.6120527306968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.5,-1.6199999999999997 -8.5,-1.1 -10.5,-1.1" data-type="line" data-label="" points="144.35028248587568,354.47269303201506 144.35028248587568,344.6798493408663 106.6854990583804,344.6798493408663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-0.3000000000000034 -5.5600000000000005,-0.3000000000000034 -5.5600000000000005,-2 -5.36,-2" data-type="line" data-label="" points="271.4689265536723,329.61393596986824 199.71751412429376,329.61393596986824 199.71751412429376,361.6290018832392 203.4839924670433,361.6290018832392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.47,7.45 14.670000000000002,7.45 14.670000000000002,6.975 10.260000000000002,6.975 10.260000000000002,6.5 10.46,6.5" data-type="line" data-label="" points="576.9303201506591,183.6629001883239 580.6967984934088,183.6629001883239 580.6967984934088,192.60828625235405 497.64595103578154,192.60828625235405 497.64595103578154,201.55367231638417 501.4124293785311,201.55367231638417" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15,-5.900000000000002 15.399999999999999,-5.900000000000002 15.399999999999999,-7.260000000000002 14.5,-7.260000000000002 14.5,-8.620000000000001" data-type="line" data-label="" points="586.9114877589454,435.07532956685503 594.4444444444443,435.07532956685503 594.4444444444443,460.68738229755184 577.4952919020716,460.68738229755184 577.4952919020716,486.29943502824864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.15,6.3 -6.3500000000000005,6.3 -6.3500000000000005,8.379999999999999 -4,8.379999999999999 -4,8.18" data-type="line" data-label="" points="188.60640301318264,205.32015065913373 184.8399246704331,205.32015065913373 184.8399246704331,166.14877589453863 229.0960451977401,166.14877589453863 229.0960451977401,169.91525423728814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2999999999999998,6.5 1.5,6.5 1.5,8.379999999999999 -1.8369701987210297e-17,8.379999999999999 -1.8369701987210297e-17,8.18" data-type="line" data-label="" points="328.90772128060263,201.55367231638417 332.67419962335214,201.55367231638417 332.67419962335214,166.14877589453863 304.4256120527307,166.14877589453863 304.4256120527307,169.91525423728814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.54,6.5 11.739999999999998,6.5 11.739999999999998,5.540000000000001 11,5.540000000000001 11,4.58" data-type="line" data-label="" points="521.7514124293785,201.55367231638417 525.517890772128,201.55367231638417 525.517890772128,219.6327683615819 511.5819209039548,219.6327683615819 511.5819209039548,237.71186440677968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.5,-2.9 -13.800999999999998,-2.9000000000000004 -13.800999999999998,-1.0999999999999996 -12.5,-1.1" data-type="line" data-label="" points="69.02071563088509,378.57815442561207 44.51977401129943,378.57815442561207 44.51977401129943,344.67984934086627 69.02071563088509,344.6798493408663" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,1.2999999999999976 -4.011,1.2999999999999976 -4.011,3.0999999999999988 -1.75,3.0999999999999988" data-type="line" data-label="" points="271.4689265536723,299.482109227872 228.88888888888886,299.482109227872 228.88888888888886,265.5838041431262 271.4689265536723,265.5838041431262" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.9 10.2875,-5.9 10.2875,-5.7 10.1875,-5.7" data-type="line" data-label="" points="496.2806026365348,435.07532956685503 498.1638418079096,435.07532956685503 498.1638418079096,431.30885122410547 496.2806026365348,431.30885122410547" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.1875,-5.5 10.2875,-5.5 10.2875,-5.3 10.1875,-5.3" data-type="line" data-label="" points="496.2806026365348,427.54237288135596 498.1638418079096,427.54237288135596 498.1638418079096,423.7758945386064 496.2806026365348,423.7758945386064" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13,-6.2 12.8,-6.2 12.8,-5.8 13,-5.8" data-type="line" data-label="" points="549.2467043314501,440.7250470809793 545.4802259887006,440.7250470809793 545.4802259887006,433.19209039548025 549.2467043314501,433.19209039548025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,-0.29999999999999716 3.411,-0.2999999999999974 3.411,-0.5800000000000001 4.5,-0.5800000000000001 4.5,-0.38" data-type="line" data-label="" points="337.38229755178907,329.6139359698681 368.6629001883239,329.6139359698681 368.6629001883239,334.88700564971754 389.1713747645951,334.88700564971754 389.1713747645951,331.120527306968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,4.699999999999999 4,4.699999999999999 4,3.12 4.6,3.12 4.6,3.3200000000000003" data-type="line" data-label="" points="337.38229755178907,235.45197740112997 379.7551789077213,235.45197740112997 379.7551789077213,265.2071563088512 391.0546139359699,265.2071563088512 391.0546139359699,261.4406779661017" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.5,-1.3 -9.199000000000002,-1.2999999999999998 -9.199000000000002,-2.5800000000000005 -8.5,-2.5800000000000005 -8.5,-2.3800000000000003" data-type="line" data-label="" points="106.6854990583804,348.44632768361583 131.18644067796606,348.44632768361583 131.18644067796606,372.55178907721285 144.35028248587568,372.55178907721285 144.35028248587568,368.7853107344633" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.1,5 6.3,5 6.3,1.4199999999999995 3.8,1.4199999999999995 3.8,1.6199999999999997" data-type="line" data-label="" points="419.30320150659134,229.80225988700565 423.06967984934084,229.80225988700565 423.06967984934084,297.22222222222223 375.98870056497174,297.22222222222223 375.98870056497174,293.4557438794727" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8369701987210297e-17,7.42 1.8369701987210297e-17,6.699999999999999 -1.5610000000000004,6.699999999999999 -1.5610000000000004,6.300000000000001 -3.8499999999999996,6.3" data-type="line" data-label="" points="304.4256120527307,184.22787193973636 304.4256120527307,197.78719397363466 275.0282485875706,197.78719397363466 275.0282485875706,205.3201506591337 231.92090395480227,205.32015065913373" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.95,-1 7.649000000000001,-0.9999999999999999 7.649000000000001,-2.25 9,-2.25 9,-3.5 8.8,-3.5" data-type="line" data-label="" points="472.97551789077215,342.79661016949154 448.4745762711865,342.79661016949154 448.4745762711865,366.3370998116761 473.9171374764595,366.3370998116761 473.9171374764595,389.87758945386065 470.15065913370995,389.87758945386065" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.04,7.5 12.04,7.6499999999999995 12.239999999999998,7.6499999999999995 12.239999999999998,9.4 10.2375,9.4" data-type="line" data-label="" points="531.1676082862523,182.72128060263654 531.1676082862523,179.8964218455744 534.9340866290019,179.8964218455744 534.9340866290019,146.939736346516 497.22222222222223,146.939736346516" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.6,4.08 4.6,4.800000000000001 1.75,4.800000000000001 1.75,4.899999999999999" data-type="line" data-label="" points="391.0546139359699,247.12806026365348 391.0546139359699,233.56873822975518 337.38229755178907,233.56873822975518 337.38229755178907,231.68549905838046" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,1.2999999999999976 -2.34,1.2999999999999976" data-type="line" data-label="" points="271.4689265536723,299.482109227872 260.3578154425612,299.482109227872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.75,-4.699999999999999 -2.291,-4.699999999999999 -2.291,-4.7509999999999994" data-type="line" data-label="" points="271.4689265536723,412.4764595103578 261.2806026365348,412.4764595103578 261.2806026365348,413.43691148775895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.3,-3.5 12.541,-3.5 12.541,-3.851" data-type="line" data-label="" points="536.0640301318267,389.87758945386065 540.6026365348399,389.87758945386065 540.6026365348399,396.4877589453861" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.8,-5.8 12.45,-5.8" data-type="line" data-label="" points="545.4802259887006,433.19209039548025 538.8888888888889,433.19209039548025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13,-6 12.759,-6 12.759,-6.301" data-type="line" data-label="" points="549.2467043314501,436.95856873822976 544.7080979284369,436.95856873822976 544.7080979284369,442.6271186440678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,-4.299999999999999 3.8010000000000006,-4.299999999999999 3.8010000000000006,-3.9989999999999988" data-type="line" data-label="" points="337.38229755178907,404.94350282485874 376.0075329566855,404.94350282485874 376.0075329566855,399.27495291902073" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7499999999999998,3.8999999999999986 -2.1009999999999995,3.8999999999999986 -2.1009999999999995,3.9509999999999983" data-type="line" data-label="" points="271.4689265536723,250.5178907721281 264.8587570621469,250.5178907721281 264.8587570621469,249.55743879472698" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.75,-0.09999999999999698 3.101,-0.09999999999999698 3.101,0.201000000000003" data-type="line" data-label="" points="337.38229755178907,325.8474576271186 362.82485875706215,325.8474576271186 362.82485875706215,320.17890772128055" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.2375,9.8 10.5385,9.8 10.5385,10.001" data-type="line" data-label="" points="497.22222222222223,139.40677966101694 502.8907721280603,139.40677966101694 502.8907721280603,135.6214689265537" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.05,-1 13.301000000000002,-1 13.301000000000002,-0.6990000000000001" data-type="line" data-label="" points="531.3559322033898,342.79661016949154 554.9152542372882,342.79661016949154 554.9152542372882,337.1280602636535" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-13" data-y="3" x="43.03201506591334" y="239.21845574387945" width="33.14500941619585" height="56.49717514124296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-9.5" data-y="3" x="108.94538606403007" y="239.21845574387945" width="33.145009416195904" height="56.49717514124296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="271.4689265536723" y="227.9190207156309" width="65.91337099811676" height="192.090395480226" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-11.5" data-y="-2" x="69.02071563088509" y="340.91337099811676" width="37.66478342749531" height="41.43126177024482" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-8.3675" data-y="-2" x="135.87570621468927" y="354.47269303201506" width="21.939736346516014" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-4.2475000000000005" data-y="-6.5" x="211.20527306967983" y="439.21845574387953" width="26.459510357815446" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.4475000000000002" data-y="-6.5" x="245.10357815442558" y="439.21845574387953" width="26.459510357815475" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-0.6475" data-y="-6.5" x="279.0018832391713" y="439.21845574387953" width="26.459510357815418" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="1.1525000000000003" data-y="-6.5" x="312.9001883239171" y="439.21845574387953" width="26.459510357815475" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="2.9525" data-y="-6.5" x="346.7984934086629" y="439.21845574387953" width="26.459510357815418" height="14.312617702448222" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="4.9325" data-y="-6.5" x="380.69679849340866" y="439.21845574387953" width="33.239171374764624" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-5" data-y="-2" x="203.48399246704327" y="355.22598870056504" width="13.559322033898326" height="12.806026365348373" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="-4.5075" data-y="-3.6" x="201.78907721280598" y="384.60451977401135" width="35.49905838041431" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-4.6274999999999995" data-y="-5" x="201.78907721280603" y="410.96986817325796" width="30.97928436911485" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="5.7524999999999995" data-y="-2" x="399.52919020715626" y="354.47269303201506" width="26.459510357815475" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="4.7524999999999995" data-y="0" x="380.69679849340866" y="316.8079096045198" width="26.459510357815418" height="14.312617702448165" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="4.0525" data-y="2" x="367.5141242937853" y="279.14312617702444" width="26.459510357815475" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="4.7325" data-y="3.7" x="382.5800376647834" y="247.12806026365348" width="21.939736346515986" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="5.5" data-y="5" x="396.7043314500942" y="223.39924670433146" width="22.598870056497162" height="12.806026365348373" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_19" data-x="-5" data-y="6.2" x="188.60640301318261" y="201.55367231638417" width="43.31450094161963" height="11.299435028248581" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_20" data-x="1" data-y="6.5" x="317.60828625235405" y="195.15065913370995" width="11.299435028248581" height="12.806026365348401" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_21" data-x="-3.6875" data-y="7.8" x="220.62146892655363" y="169.91525423728814" width="28.71939736346519" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_22" data-x="0.37250000000000005" data-y="7.8" x="295.9510357815443" y="169.91525423728814" width="30.97928436911485" height="14.312617702448222" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_23" data-x="10.5" data-y="-1" x="472.97551789077215" y="335.26365348399247" width="58.38041431261763" height="15.065913370998146" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_24" data-x="14" data-y="7.5" x="559.2278719397364" y="175.9518766478343" width="17.70244821092274" height="13.538807909604486" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_25" data-x="11.5" data-y="7.5" x="510.82862523540496" y="176.31826741996235" width="20.33898305084739" height="12.806026365348401" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_26" data-x="8.5" data-y="6.5" x="455.6497175141243" y="194.7842683615819" width="17.702448210922796" height="13.538807909604515" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_27" data-x="11" data-y="6.5" x="501.4124293785311" y="195.15065913370995" width="20.338983050847446" height="12.806026365348401" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_28" data-x="11.1925" data-y="4.2" x="503.10734463276845" y="237.71186440677968" width="24.199623352165702" height="14.312617702448193" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_29" data-x="9.5" data-y="9.5" x="469.44444444444446" y="135.6403013182674" width="27.77777777777777" height="18.832391713747654" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_30" data-x="9" data-y="-6" x="451.5536723163842" y="412.4764595103578" width="44.72693032015064" height="48.96421845574389" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_31" data-x="8.5" data-y="-3.5" x="458.85122410546137" y="383.47457627118644" width="11.299435028248581" height="12.80602636534843" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_32" data-x="12" data-y="-3.5" x="524.7645951035781" y="383.47457627118644" width="11.299435028248581" height="12.80602636534843" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_33" data-x="14" data-y="-6" x="549.24670433145" y="431.30885122410547" width="37.66478342749531" height="11.299435028248581" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_34" data-x="11.8125" data-y="-9" x="512.5235404896421" y="486.29943502824864" width="28.71939736346519" height="14.312617702448165" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="schematic_component_35" data-x="14.8725" data-y="-9" x="569.0207156308852" y="486.29943502824864" width="30.979284369114794" height="14.312617702448165" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_DISPLAY" data-x="-12.940000000000001" data-y="4.615" x="49.43502824858747" y="234.69868173258004" width="22.598870056497248" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_HOST" data-x="-9.620000000000001" data-y="4.615" x="115.34839924670426" y="234.69868173258004" width="15.819209039548099" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="STM32F723VET6" data-x="-0.5700000000000001" data-y="-5.229999999999999" x="279.0018832391714" y="420.76271186440675" width="29.37853107344631" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="-1.0500000000000003" data-y="5.214999999999998" x="277.8719397363465" y="223.39924670433152" width="13.559322033898297" height="4.708097928436899" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="SN74LVC244APWR" data-x="-11.26" data-y="-3.2299999999999995" x="76.55367231638417" y="383.0979284369115" width="31.638418079096027" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_BUF" data-x="-11.8" data-y="-0.7850000000000001" x="75.4237288135593" y="336.39359698681733" width="13.559322033898269" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="ABM8W_12_0000MHZ_8_B1U_T3" data-x="-4.25" data-y="5.7700000000000005" x="196.13935969868174" y="213.60640301318267" width="56.497175141242934" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="Y1" data-x="-5.63" data-y="6.615" x="195.00941619585686" y="197.03389830508473" width="6.779661016949149" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="USBLC6_2SC6" data-x="10.01" data-y="-1.5299999999999998" x="480.50847457627117" y="351.0828625235405" width="24.85875706214688" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_ESD" data-x="9.649999999999999" data-y="-0.485" x="479.3785310734463" y="330.74387947269304" width="13.559322033898297" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_SWD" data-x="9.462499999999999" data-y="10.115" x="475.8474576271186" y="131.12052730696797" width="13.559322033898297" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="TYPE-C-31-M-12" data-x="9.0525" data-y="-7.43" x="459.08662900188324" y="462.1939736346516" width="31.638418079096027" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="J_USB" data-x="8.5125" data-y="-4.585000000000001" x="457.9566854990584" y="407.9566854990584" width="13.559322033898297" height="4.708097928436928" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="AP2112K_3_3TRG1" data-x="14.3" data-y="-6.43" x="556.7796610169493" y="443.361581920904" width="33.89830508474574" height="3.3898305084745743" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="U_LDO" data-x="13.7" data-y="-5.585000000000001" x="555.6497175141243" y="426.7890772128061" width="13.559322033898297" height="4.708097928436871" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="netId: .J_HOST &gt; .pin1 to .J_DISPLAY &gt; .pin1
2
4
  globalConnNetId: connectivity_net0" data-x="-11.25" data-y="4.5249999999999995" x="90.67796610169489" y="234.5103578154426" width="3.766478342749508" height="8.474576271186407" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="netId: GND
3
5
  globalConnNetId: connectivity_net1" data-x="-4.011" data-y="1.0899999999999976" x="224.36911487758942" y="299.482109227872" width="9.039548022598865" height="7.909604519774007" fill="#00000066" stroke="#000000" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="netId: GND
4
6
  globalConnNetId: connectivity_net1" data-x="-2.291" data-y="-4.960999999999999" x="256.7608286252354" y="413.43691148775895" width="9.039548022598865" height="7.909604519774007" fill="#00000066" stroke="#000000" stroke-width="0.053099999999999994"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -464,4 +466,685 @@ orientation: x-" data-x="11.7" data-y="-3.5" cx="524.7645951035781" cy="389.8775
464
466
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
465
467
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
466
468
  });
467
- ]]></script></svg>
469
+ ]]></script>
470
+ </g>
471
+ <g transform="translate(1216, 200)">
472
+ <style>
473
+ .boundary { fill: rgb(245, 241, 237); }
474
+ .schematic-boundary { fill: none; stroke: #fff; }
475
+ .component { fill: none; stroke: rgb(132, 0, 0); }
476
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
477
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
478
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
479
+ .pin-number { fill: rgb(169, 0, 0); }
480
+ .port-label { fill: rgb(0, 100, 100); }
481
+ .component-name { fill: rgb(0, 100, 100); }
482
+
483
+ </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 183.61456822191008 250.12140184785 L 119.84423913894011 250.12140184785" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 250.12140184785 L 119.84423913894011 250.12140184785" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 257.45132473095 L 119.84423913894011 257.45132473095" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 257.45132473095 L 119.84423913894011 257.45132473095" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 465.08360693295003 659.86409101314 L 465.08360693295003 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.08360693295003 659.86409101314 L 465.08360693295003 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 531.05291288085 659.86409101314 L 531.05291288085 667.19401389624 L 465.08360693295003 667.19401389624 L 465.08360693295003 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.05291288085 659.86409101314 L 531.05291288085 667.19401389624 L 465.08360693295003 667.19401389624 L 465.08360693295003 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 597.02221882875 659.86409101314 L 597.02221882875 667.19401389624 L 531.05291288085 667.19401389624 L 531.05291288085 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.02221882875 659.86409101314 L 597.02221882875 667.19401389624 L 531.05291288085 667.19401389624 L 531.05291288085 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 662.9915247766501 659.86409101314 L 662.9915247766501 667.19401389624 L 597.02221882875 667.19401389624 L 597.02221882875 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 662.9915247766501 659.86409101314 L 662.9915247766501 667.19401389624 L 597.02221882875 667.19401389624 L 597.02221882875 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 728.9608307245501 659.86409101314 L 728.9608307245501 667.19401389624 L 662.9915247766501 667.19401389624 L 662.9915247766501 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 728.9608307245501 659.86409101314 L 728.9608307245501 667.19401389624 L 662.9915247766501 667.19401389624 L 662.9915247766501 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 380.7894937773001 604.88966938989 L 380.7894937773001 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 604.88966938989 L 380.7894937773001 667.19401389624 L 399.1143009850501 667.19401389624 L 399.1143009850501 659.86409101314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 380.7894937773001 553.58020920819 L 380.7894937773001 560.91013209129 L 353.3022829656751 560.91013209129 L 353.3022829656751 612.21959227299 L 380.7894937773001 612.21959227299 L 380.7894937773001 604.88966938989" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 553.58020920819 L 380.7894937773001 560.91013209129 L 353.3022829656751 560.91013209129 L 353.3022829656751 612.21959227299 L 380.7894937773001 612.21959227299 L 380.7894937773001 604.88966938989" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 417.43910819280006 135.77460487149 L 417.43910819280006 156.29838894417 L 430.2664732382251 156.29838894417 L 430.2664732382251 176.82217301684997 L 422.93655035512506 176.82217301684997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 417.43910819280006 135.77460487149 L 417.43910819280006 156.29838894417 L 430.2664732382251 156.29838894417 L 430.2664732382251 176.82217301684997 L 422.93655035512506 176.82217301684997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 937.4055127127062 594.62777735355 L 944.7354355958062 594.62777735355 L 944.7354355958062 587.2978544704499 L 937.4055127127062 587.2978544704499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 594.62777735355 L 944.7354355958062 594.62777735355 L 944.7354355958062 587.2978544704499 L 937.4055127127062 587.2978544704499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 411.3797052760501 L 488.9058563030251 411.3797052760501 L 488.9058563030251 360.07024509435007 L 499.9007406276751 360.07024509435007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 411.3797052760501 L 488.9058563030251 411.3797052760501 L 488.9058563030251 360.07024509435007 L 499.9007406276751 360.07024509435007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 264.78124761405 L 183.61456822191008 264.78124761405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 264.78124761405 L 183.61456822191008 264.78124761405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 272.11117049715 L 183.61456822191008 272.11117049715" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 272.11117049715 L 183.61456822191008 272.11117049715" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 279.44109338025 L 183.61456822191008 279.44109338025" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 279.44109338025 L 183.61456822191008 279.44109338025" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 286.77101626335 L 183.61456822191008 286.77101626335" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 286.77101626335 L 183.61456822191008 286.77101626335" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 294.10093914645 L 183.61456822191008 294.10093914645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 294.10093914645 L 183.61456822191008 294.10093914645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 301.43086202955 L 183.61456822191008 301.43086202955" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 301.43086202955 L 183.61456822191008 301.43086202955" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 119.84423913894011 308.76078491264997 L 183.61456822191008 308.76078491264997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 119.84423913894011 308.76078491264997 L 183.61456822191008 308.76078491264997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 316.09070779575 L 119.84423913894011 316.09070779575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 316.09070779575 L 119.84423913894011 316.09070779575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 323.42063067885 L 119.84423913894011 323.42063067885" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 323.42063067885 L 119.84423913894011 323.42063067885" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 330.75055356194997 L 119.84423913894011 330.75055356194997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 330.75055356194997 L 119.84423913894011 330.75055356194997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 338.08047644504995 L 119.84423913894011 338.08047644505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 338.08047644504995 L 119.84423913894011 338.08047644505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 183.61456822191008 345.41039932815 L 119.84423913894011 345.41039932815" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 183.61456822191008 345.41039932815 L 119.84423913894011 345.41039932815" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 465.08360693295003 632.0103840573599 L 465.08360693295003 624.68046117426 L 399.1143009850501 624.68046117426 L 399.1143009850501 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 465.08360693295003 632.0103840573599 L 465.08360693295003 624.68046117426 L 399.1143009850501 624.68046117426 L 399.1143009850501 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 531.05291288085 632.0103840573599 L 531.05291288085 624.68046117426 L 465.08360693295003 624.68046117426 L 465.08360693295003 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.05291288085 632.0103840573599 L 531.05291288085 624.68046117426 L 465.08360693295003 624.68046117426 L 465.08360693295003 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 597.02221882875 632.0103840573599 L 597.02221882875 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.02221882875 632.0103840573599 L 597.02221882875 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 662.9915247766501 632.0103840573599 L 662.9915247766501 624.68046117426 L 597.02221882875 624.68046117426 L 597.02221882875 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 662.9915247766501 632.0103840573599 L 662.9915247766501 624.68046117426 L 597.02221882875 624.68046117426 L 597.02221882875 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 728.9608307245501 632.0103840573599 L 728.9608307245501 624.68046117426 L 662.9915247766501 624.68046117426 L 662.9915247766501 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 728.9608307245501 632.0103840573599 L 728.9608307245501 624.68046117426 L 662.9915247766501 624.68046117426 L 662.9915247766501 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 587.2978544704499 L 492.57081774457504 587.2978544704499 L 492.57081774457504 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 587.2978544704499 L 492.57081774457504 587.2978544704499 L 492.57081774457504 624.68046117426 L 531.05291288085 624.68046117426 L 531.05291288085 632.0103840573599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 301.43086202955004 L 499.9007406276751 264.78124761405" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 301.43086202955004 L 499.9007406276751 264.78124761405" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 380.7894937773001 525.72650225241 L 380.7894937773001 518.39657936931 L 401.31327784998007 518.39657936931 L 401.31327784998007 481.0139726655 L 393.9833549668801 481.0139726655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 525.72650225241 L 380.7894937773001 518.39657936931 L 401.31327784998007 518.39657936931 L 401.31327784998007 481.0139726655 L 393.9833549668801 481.0139726655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 380.7894937773001 577.0359624341099 L 380.7894937773001 569.70603955101 L 360.632205848775 569.70603955101 L 360.632205848775 518.39657936931 L 380.7894937773001 518.39657936931 L 380.7894937773001 525.72650225241" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.7894937773001 577.0359624341099 L 380.7894937773001 569.70603955101 L 360.632205848775 569.70603955101 L 360.632205848775 518.39657936931 L 380.7894937773001 518.39657936931 L 380.7894937773001 525.72650225241" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 374.7300908605501 L 496.23577918612506 374.7300908605501 L 496.23577918612506 367.4001679774501 L 499.9007406276751 367.4001679774501" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 374.7300908605501 L 496.23577918612506 374.7300908605501 L 496.23577918612506 367.4001679774501 L 499.9007406276751 367.4001679774501" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 937.4055127127062 631.2773917690499 L 977.9033366418337 631.2773917690499 L 977.9033366418337 638.60731465215 L 937.4055127127062 638.60731465215" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 631.2773917690499 L 977.9033366418337 631.2773917690499 L 977.9033366418337 638.60731465215 L 937.4055127127062 638.60731465215" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 967.1833244253 267.71321676728996 L 967.1833244253 275.04313965039 L 929.9839657935674 275.04313965039 L 929.9839657935674 171.324730854525 L 892.7846071618351 171.324730854525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 967.1833244253 267.71321676728996 L 967.1833244253 275.04313965039 L 929.9839657935674 275.04313965039 L 929.9839657935674 171.324730854525 L 892.7846071618351 171.324730854525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 985.50813163305 751.4881270518899 L 985.50813163305 758.8180499349899 L 1095.45697487955 758.8180499349899 L 1095.45697487955 751.4881270518899" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 985.50813163305 751.4881270518899 L 985.50813163305 758.8180499349899 L 1095.45697487955 758.8180499349899 L 1095.45697487955 751.4881270518899" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 252.5158433230501 467.08711918760997 L 252.5158433230501 448.02931969155 L 179.2166144920501 448.02931969155" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 252.5158433230501 467.08711918760997 L 252.5158433230501 448.02931969155 L 179.2166144920501 448.02931969155" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 418.7096281591501 L 360.26570970462 418.7096281591501 L 360.26570970462 481.0139726655 L 367.59563258772005 481.0139726655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 418.7096281591501 L 360.26570970462 418.7096281591501 L 360.26570970462 481.0139726655 L 367.59563258772005 481.0139726655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1094.3574864470852 134.67511643902498 L 1101.6874093301851 134.67511643902498 L 1101.6874093301851 152.08368328638753 L 940.06260975783 152.08368328638753 L 940.06260975783 169.49225013375002 L 947.3925326409301 169.49225013375002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1094.3574864470852 134.67511643902498 L 1101.6874093301851 134.67511643902498 L 1101.6874093301851 152.08368328638753 L 940.06260975783 152.08368328638753 L 940.06260975783 169.49225013375002 L 947.3925326409301 169.49225013375002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1113.7817820873001 623.94746888595 L 1128.4416278535 623.94746888595 L 1128.4416278535 673.79094449103 L 1095.45697487955 673.79094449103 L 1095.45697487955 723.63442009611" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.7817820873001 623.94746888595 L 1128.4416278535 623.94746888595 L 1128.4416278535 673.79094449103 L 1095.45697487955 673.79094449103 L 1095.45697487955 723.63442009611" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 338.64243719947507 176.82217301685 L 331.3125143163751 176.82217301685 L 331.3125143163751 100.59097503261006 L 417.43910819280006 100.59097503261006 L 417.43910819280006 107.92089791571004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 338.64243719947507 176.82217301685 L 331.3125143163751 176.82217301685 L 331.3125143163751 100.59097503261006 L 417.43910819280006 100.59097503261006 L 417.43910819280006 107.92089791571004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 611.68206459495 169.49225013375002 L 619.0119874780501 169.49225013375002 L 619.0119874780501 100.59097503261006 L 564.0375658548 100.59097503261006 L 564.0375658548 107.92089791571004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 611.68206459495 169.49225013375002 L 619.0119874780501 169.49225013375002 L 619.0119874780501 100.59097503261006 L 564.0375658548 100.59097503261006 L 564.0375658548 107.92089791571004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 986.97411620967 169.49225013375002 L 994.3040390927699 169.49225013375002 L 994.3040390927699 204.67587997262996 L 967.1833244253 204.67587997262996 L 967.1833244253 239.85950981151" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 986.97411620967 169.49225013375002 L 994.3040390927699 169.49225013375002 L 994.3040390927699 204.67587997262996 L 967.1833244253 204.67587997262996 L 967.1833244253 239.85950981151" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 105.9173856610501 513.99862563945 L 58.23623730648467 513.99862563945 L 58.23623730648467 448.02931969155 L 105.9173856610501 448.02931969155" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 105.9173856610501 513.99862563945 L 58.23623730648467 513.99862563945 L 58.23623730648467 448.02931969155 L 105.9173856610501 448.02931969155" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 360.07024509435007 L 417.03596243422953 360.07024509435007 L 417.03596243422953 294.10093914645006 L 499.9007406276751 294.10093914645006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 360.07024509435007 L 417.03596243422953 360.07024509435007 L 417.03596243422953 294.10093914645006 L 499.9007406276751 294.10093914645006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 937.4055127127062 623.94746888595 L 941.0704741542563 623.94746888595 L 941.0704741542563 616.61754600285 L 937.4055127127062 616.61754600285" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 623.94746888595 L 941.0704741542563 623.94746888595 L 941.0704741542563 616.61754600285 L 937.4055127127062 616.61754600285" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 937.4055127127062 609.2876231197499 L 941.0704741542563 609.2876231197499 L 941.0704741542563 601.95770023665 L 937.4055127127062 601.95770023665" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 937.4055127127062 609.2876231197499 L 941.0704741542563 609.2876231197499 L 941.0704741542563 601.95770023665 L 937.4055127127062 601.95770023665" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1040.4825532563 634.9423532106 L 1033.1526303732 634.9423532106 L 1033.1526303732 620.2825074443999 L 1040.4825532563 620.2825074443999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1040.4825532563 634.9423532106 L 1033.1526303732 634.9423532106 L 1033.1526303732 620.2825074443999 L 1040.4825532563 620.2825074443999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 628.174391081925 418.7096281591499 L 689.0494006260706 418.7096281591499 L 689.0494006260706 428.97152019549 L 728.9608307245501 428.97152019549 L 728.9608307245501 421.64159731239" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 418.7096281591499 L 689.0494006260706 418.7096281591499 L 689.0494006260706 428.97152019549 L 728.9608307245501 428.97152019549 L 728.9608307245501 421.64159731239" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 628.174391081925 235.46155608165003 L 710.6360235168 235.46155608165003 L 710.6360235168 293.36794685814 L 732.6257921661 293.36794685814 L 732.6257921661 286.03802397504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 235.46155608165003 L 710.6360235168 235.46155608165003 L 710.6360235168 293.36794685814 L 732.6257921661 293.36794685814 L 732.6257921661 286.03802397504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 179.2166144920501 455.35924257465 L 226.89776284661554 455.35924257464995 L 226.89776284661554 502.27074902648997 L 252.5158433230501 502.27074902648997 L 252.5158433230501 494.94082614339" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 179.2166144920501 455.35924257465 L 226.89776284661554 455.35924257464995 L 226.89776284661554 502.27074902648997 L 252.5158433230501 502.27074902648997 L 252.5158433230501 494.94082614339" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 787.60021378935 224.466671757 L 794.9301366724501 224.466671757 L 794.9301366724501 355.67229136449 L 703.3061006337 355.67229136449 L 703.3061006337 348.34236848139" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 787.60021378935 224.466671757 L 794.9301366724501 224.466671757 L 794.9301366724501 355.67229136449 L 703.3061006337 355.67229136449 L 703.3061006337 348.34236848139" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 564.0375658548 135.77460487149 L 564.0375658548 162.16232725065004 L 506.8275177522045 162.16232725065004 L 506.8275177522045 176.82217301684997 L 422.93655035512506 176.82217301685" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 564.0375658548 135.77460487149 L 564.0375658548 162.16232725065004 L 506.8275177522045 162.16232725065004 L 506.8275177522045 176.82217301684997 L 422.93655035512506 176.82217301685" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 892.0516148735251 444.36435825 L 844.3704665189596 444.36435824999995 L 844.3704665189596 490.17637626937494 L 893.8840955943 490.17637626937494 L 893.8840955943 535.98839428875 L 886.5541727112001 535.98839428875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.0516148735251 444.36435825 L 844.3704665189596 444.36435824999995 L 844.3704665189596 490.17637626937494 L 893.8840955943 490.17637626937494 L 893.8840955943 535.98839428875 L 886.5541727112001 535.98839428875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1005.2989234174199 132.84263571825 L 1005.2989234174199 127.34519355592505 L 1012.62884630052 127.34519355592505 L 1012.62884630052 63.20836832880002 L 939.2379934334813 63.20836832880002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.2989234174199 132.84263571825 L 1005.2989234174199 127.34519355592505 L 1012.62884630052 127.34519355592505 L 1012.62884630052 63.20836832880002 L 939.2379934334813 63.20836832880002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 732.6257921661 258.18431701926 L 732.6257921661 231.79659464009998 L 628.174391081925 231.79659464009998 L 628.174391081925 228.13163319855005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 732.6257921661 258.18431701926 L 732.6257921661 231.79659464009998 L 628.174391081925 231.79659464009998 L 628.174391081925 228.13163319855005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 360.07024509435007 L 478.2774681225301 360.07024509435007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 360.07024509435007 L 478.2774681225301 360.07024509435007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 579.96793158735 L 480.0732992288896 579.96793158735 L 480.0732992288896 581.8370619225404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 579.96793158735 L 480.0732992288896 579.96793158735 L 480.0732992288896 581.8370619225404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1014.82782316545 535.98839428875 L 1023.6603802395855 535.98839428875 L 1023.6603802395855 548.8524089485904" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1014.82782316545 535.98839428875 L 1023.6603802395855 535.98839428875 L 1023.6603802395855 548.8524089485904" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1033.1526303732 620.2825074443999 L 1020.325265327775 620.2825074443999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1033.1526303732 620.2825074443999 L 1020.325265327775 620.2825074443999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1040.4825532563 627.6124303275 L 1031.6499961821646 627.6124303275 L 1031.6499961821646 638.6439642665655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1040.4825532563 627.6124303275 L 1031.6499961821646 627.6124303275 L 1031.6499961821646 638.6439642665655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 628.174391081925 565.3080858211499 L 703.3427502481155 565.3080858211499 L 703.3427502481155 554.2765518820844" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 565.3080858211499 L 703.3427502481155 565.3080858211499 L 703.3427502481155 554.2765518820844" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 499.9007406276751 264.78124761405 L 487.03672596783457 264.78124761405 L 487.03672596783457 262.91211727885957" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 499.9007406276751 264.78124761405 L 487.03672596783457 264.78124761405 L 487.03672596783457 262.91211727885957" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 628.174391081925 411.3797052760499 L 677.6880201572656 411.3797052760499 L 677.6880201572656 400.34817133698436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 628.174391081925 411.3797052760499 L 677.6880201572656 411.3797052760499 L 677.6880201572656 400.34817133698436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 939.2379934334813 48.5485225626 L 950.2695273725468 48.5485225626 L 950.2695273725468 41.18195006508455" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 939.2379934334813 48.5485225626 L 950.2695273725468 48.5485225626 L 950.2695273725468 41.18195006508455" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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 1005.665419561575 444.36435825 L 1051.5140871953656 444.36435825 L 1051.5140871953656 433.3328243109345" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.86393830648px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.665419561575 444.36435825 L 1051.5140871953656 444.36435825 L 1051.5140871953656 433.3328243109345" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.73299228831px" 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"><circle cx="465.08360693295003" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.08360693295003" cy="667.19401389624" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="399.1143009850501" cy="667.19401389624" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="399.1143009850501" cy="659.86409101314" r="1.0994884324649998" 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_3__stack1"><circle cx="531.05291288085" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="531.05291288085" cy="667.19401389624" r="1.0994884324649998" 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_4__stack1"><circle cx="597.02221882875" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="597.02221882875" cy="667.19401389624" r="1.0994884324649998" 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_5__stack1"><circle cx="662.9915247766501" cy="659.86409101314" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="662.9915247766501" cy="667.19401389624" r="1.0994884324649998" 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_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"><circle cx="380.7894937773001" cy="604.88966938989" r="1.0994884324649998" 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_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"><circle cx="422.93655035512506" cy="176.82217301684997" r="1.0994884324649998" 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_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><circle cx="499.9007406276751" cy="360.07024509435007" r="1.0994884324649998" 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_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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><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"/><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="465.08360693295003" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="465.08360693295003" cy="624.68046117426" r="1.0994884324649998" 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"><circle cx="531.05291288085" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="531.05291288085" cy="624.68046117426" r="1.0994884324649998" 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_26__stack1"><circle cx="597.02221882875" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="597.02221882875" cy="624.68046117426" r="1.0994884324649998" 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="662.9915247766501" cy="632.0103840573599" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="662.9915247766501" cy="624.68046117426" r="1.0994884324649998" 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"><circle cx="499.9007406276751" cy="264.78124761405" r="1.0994884324649998" 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_31__stack1"><circle cx="380.7894937773001" cy="525.72650225241" r="1.0994884324649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="380.7894937773001" cy="518.39657936931" r="1.0994884324649998" 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_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><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"/><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"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_46__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><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="1033.1526303732" cy="620.2825074443999" r="1.0994884324649998" 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"/><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"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_56__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_57__stack1"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_62__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_63__stack1"/><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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_66__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="70.0007635338601" y="242.79147896475" width="35.183629838879995" height="109.94884324649996" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="70.0007635338601" y="242.79147896475" width="35.183629838879995" height="109.94884324649996" fill="transparent"/><text class="sch-text" x="87.59257845330012" y="297.765900588" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 87.59257845330012, 297.765900588)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="250.12140184785" x2="119.84423913894011" y2="250.12140184785" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="119.11124685063011" y="249.38840955954" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="249.38840955954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="250.12140184785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="257.45132473095" x2="119.84423913894011" y2="257.45132473095" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="119.11124685063011" y="256.71833244263996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="256.71833244264" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="257.45132473095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="264.78124761405" x2="119.84423913894011" y2="264.78124761405" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="119.11124685063011" y="264.04825532574" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="264.04825532574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="264.78124761405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="272.11117049715" x2="119.84423913894011" y2="272.11117049715" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="119.11124685063011" y="271.37817820884" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="271.37817820884004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="272.11117049715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="279.44109338025" x2="119.84423913894011" y2="279.44109338025" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="119.11124685063011" y="278.70810109193997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="278.70810109193997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="279.44109338025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="286.77101626335" x2="119.84423913894011" y2="286.77101626335" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="119.11124685063011" y="286.03802397504" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="286.03802397504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="286.77101626335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="294.10093914645" x2="119.84423913894011" y2="294.10093914645" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="119.11124685063011" y="293.36794685814" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="293.36794685814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="294.10093914645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="301.43086202955" x2="119.84423913894011" y2="301.43086202955" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="119.11124685063011" y="300.69786974123997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="300.69786974123997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="301.43086202955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="308.76078491264997" x2="119.84423913894011" y2="308.76078491264997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="119.11124685063011" y="308.02779262433995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="308.02779262434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="308.76078491264997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="316.09070779575" x2="119.84423913894011" y2="316.09070779575" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="119.11124685063011" y="315.35771550744" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="315.35771550744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="316.09070779575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="323.42063067885" x2="119.84423913894011" y2="323.42063067885" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="119.11124685063011" y="322.68763839054" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="322.68763839054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="323.42063067885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="330.75055356194997" x2="119.84423913894011" y2="330.75055356194997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="119.11124685063011" y="330.01756127363996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="330.01756127364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="330.75055356194997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="338.08047644505" x2="119.84423913894011" y2="338.08047644505" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="119.11124685063011" y="337.34748415674" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="337.34748415674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="338.08047644505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="105.18439337274009" y1="345.41039932815" x2="119.84423913894011" y2="345.41039932815" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="119.11124685063011" y="344.67740703984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="112.51431625584013" y="344.67740703984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="101.51943193119013" y="345.41039932815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_13</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="198.27441398811004" y="242.79147896475" width="35.18362983888005" height="109.94884324649996" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="198.27441398811004" y="242.79147896475" width="35.18362983888005" height="109.94884324649996" fill="transparent"/><text class="sch-text" x="215.86622890755007" y="297.765900588" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 215.86622890755007, 297.765900588)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="250.12140184785" x2="183.61456822191008" y2="250.12140184785" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="182.8815759336001" y="249.38840955954" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="249.38840955954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="250.12140184785" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="257.45132473095" x2="183.61456822191008" y2="257.45132473095" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="182.8815759336001" y="256.71833244263996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="256.71833244264" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="257.45132473095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="264.78124761405" x2="183.61456822191008" y2="264.78124761405" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="182.8815759336001" y="264.04825532574" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="264.04825532574" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="264.78124761405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="272.11117049715" x2="183.61456822191008" y2="272.11117049715" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="182.8815759336001" y="271.37817820884" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="271.37817820884" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="272.11117049715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="279.44109338025" x2="183.61456822191008" y2="279.44109338025" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="182.8815759336001" y="278.70810109193997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="278.70810109193997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="279.44109338025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_18</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="286.77101626335" x2="183.61456822191008" y2="286.77101626335" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="182.8815759336001" y="286.03802397504" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="286.03802397504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="286.77101626335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_19</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="294.10093914645" x2="183.61456822191008" y2="294.10093914645" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="182.8815759336001" y="293.36794685814" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="293.36794685814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="294.10093914645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="301.43086202955" x2="183.61456822191008" y2="301.43086202955" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="182.8815759336001" y="300.69786974123997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="300.69786974123997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="301.43086202955" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_21</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="308.76078491264997" x2="183.61456822191008" y2="308.76078491264997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="182.8815759336001" y="308.02779262433995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="308.02779262434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="308.76078491264997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="316.09070779575" x2="183.61456822191008" y2="316.09070779575" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="182.8815759336001" y="315.35771550744" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="315.35771550744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="316.09070779575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="323.42063067885" x2="183.61456822191008" y2="323.42063067885" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="182.8815759336001" y="322.68763839054" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="322.68763839054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="323.42063067885" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="330.75055356194997" x2="183.61456822191008" y2="330.75055356194997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="182.8815759336001" y="330.01756127363996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="330.01756127363996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="330.75055356194997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="338.08047644504995" x2="183.61456822191008" y2="338.08047644504995" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="182.8815759336001" y="337.34748415673994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="337.34748415674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="338.08047644504995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_26</text><line class="component-pin sch-component-pin sch-port-line" x1="198.27441398811004" y1="345.41039932815" x2="183.61456822191008" y2="345.41039932815" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="182.8815759336001" y="344.67740703984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="190.94449110501" y="344.67740703984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="201.93937542966006" y="345.41039932815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_27</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="514.560586393875" y="220.80171031545004" width="98.95395892185002" height="373.82606703809995" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.560586393875" y="220.80171031545004" width="98.95395892185002" height="373.82606703809995" fill="transparent"/><text class="sch-text" x="564.0375658548" y="407.7147438345" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 564.0375658548, 407.7147438345)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="228.13163319855005" x2="500.63373291598504" y2="228.13163319855005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="228.13163319855005" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="227.39864091024006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="227.39864091024006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="228.13163319855005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_28</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="235.46155608165006" x2="500.63373291598504" y2="235.46155608165006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="235.46155608165006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="234.72856379334007" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="234.72856379334007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="235.46155608165006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="242.79147896475007" x2="500.63373291598504" y2="242.79147896475007" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="242.79147896475007" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="242.05848667644008" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="242.05848667644008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="242.79147896475007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_30</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="250.12140184785002" x2="500.63373291598504" y2="250.12140184785002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="250.12140184785002" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="249.38840955954004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="249.38840955954007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="250.12140184785002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="257.45132473095003" x2="500.63373291598504" y2="257.45132473095003" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="257.45132473095003" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="256.71833244264" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="256.7183324426401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="257.45132473095003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_32</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="264.78124761405" x2="499.9007406276751" y2="264.78124761405" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="499.16774833936506" y="264.04825532574" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="264.04825532574006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="264.78124761405" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="272.11117049715006" x2="500.63373291598504" y2="272.11117049715006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="272.11117049715006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="271.37817820884004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="271.37817820884004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="272.11117049715006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_34</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="279.44109338025004" x2="500.63373291598504" y2="279.44109338025004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="279.44109338025004" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="278.70810109194" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="278.7081010919401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="279.44109338025004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="286.77101626335" x2="500.63373291598504" y2="286.77101626335" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="286.77101626335" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="286.03802397504" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="286.03802397504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="286.77101626335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="294.10093914645006" x2="499.9007406276751" y2="294.10093914645006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><rect x="499.16774833936506" y="293.36794685814004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="293.36794685814004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="294.10093914645006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="301.43086202955004" x2="499.9007406276751" y2="301.43086202955004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="499.16774833936506" y="300.69786974124" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="300.69786974124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="301.43086202955004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="308.76078491265" x2="500.63373291598504" y2="308.76078491265" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="308.76078491265" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="308.02779262434" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="308.02779262434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="308.76078491265" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="316.09070779575006" x2="500.63373291598504" y2="316.09070779575006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="316.09070779575006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="315.35771550744005" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="315.35771550744005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="316.09070779575006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="323.42063067885005" x2="500.63373291598504" y2="323.42063067885005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="323.42063067885005" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="322.68763839054003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="322.68763839054003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="323.42063067885005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="330.75055356195" x2="500.63373291598504" y2="330.75055356195" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="330.75055356195" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="330.01756127364" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="330.01756127364007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="330.75055356195" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="338.08047644505007" x2="500.63373291598504" y2="338.08047644505007" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="338.08047644505007" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="337.34748415674005" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="337.34748415674005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="338.08047644505007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="345.41039932815005" x2="500.63373291598504" y2="345.41039932815005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="345.41039932815005" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="344.67740703984003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="344.6774070398401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="345.41039932815005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="352.7403222112501" x2="500.63373291598504" y2="352.7403222112501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="352.7403222112501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="352.0073299229401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="352.0073299229401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="352.7403222112501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="360.07024509435007" x2="499.9007406276751" y2="360.07024509435007" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_18__stack1"><rect x="499.16774833936506" y="359.33725280604006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="359.33725280604006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="360.07024509435007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="367.4001679774501" x2="499.9007406276751" y2="367.4001679774501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_19__stack1"><rect x="499.16774833936506" y="366.6671756891401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="366.6671756891401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="367.4001679774501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="374.7300908605501" x2="499.9007406276751" y2="374.7300908605501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_20__stack1"><rect x="499.16774833936506" y="373.9970985722401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="373.9970985722401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="374.7300908605501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="382.0600137436501" x2="500.63373291598504" y2="382.0600137436501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="382.0600137436501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="381.32702145534006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="381.32702145534006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="382.0600137436501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="389.38993662675006" x2="500.63373291598504" y2="389.38993662675006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="389.38993662675006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="388.65694433844004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="388.6569443384401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="389.38993662675006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="396.7198595098501" x2="500.63373291598504" y2="396.7198595098501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="396.7198595098501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="395.9868672215401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="395.9868672215401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="396.7198595098501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="404.0497823929501" x2="500.63373291598504" y2="404.0497823929501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="404.0497823929501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="403.31679010464006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="403.3167901046401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="404.0497823929501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="411.3797052760501" x2="499.9007406276751" y2="411.3797052760501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_25__stack1"><rect x="499.16774833936506" y="410.6467129877401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="410.6467129877401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="411.3797052760501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="418.7096281591501" x2="499.9007406276751" y2="418.7096281591501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_26__stack1"><rect x="499.16774833936506" y="417.9766358708401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="417.9766358708401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="418.7096281591501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="426.03955104225014" x2="500.63373291598504" y2="426.03955104225014" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="426.03955104225014" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="425.3065587539401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="425.3065587539401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="426.03955104225014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="433.3694739253501" x2="500.63373291598504" y2="433.3694739253501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="433.3694739253501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="432.6364816370401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="432.6364816370401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="433.3694739253501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_56</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="440.6993968084501" x2="500.63373291598504" y2="440.6993968084501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="440.6993968084501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="439.9664045201401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="439.96640452014014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="440.6993968084501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="448.02931969155014" x2="500.63373291598504" y2="448.02931969155014" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="448.02931969155014" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="447.2963274032401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="447.2963274032401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="448.02931969155014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_58</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="455.3592425746501" x2="500.63373291598504" y2="455.3592425746501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="455.3592425746501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="454.6262502863401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="454.6262502863401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="455.3592425746501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="462.68916545775016" x2="500.63373291598504" y2="462.68916545775016" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_32__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="462.68916545775016" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="461.95617316944015" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="461.95617316944015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="462.68916545775016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_60</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="470.01908834085015" x2="500.63373291598504" y2="470.01908834085015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="470.01908834085015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="469.28609605254013" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="469.28609605254013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="470.01908834085015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="477.34901122395013" x2="500.63373291598504" y2="477.34901122395013" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="477.34901122395013" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="476.6160189356401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="476.61601893564017" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="477.34901122395013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_62</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="484.67893410705017" x2="500.63373291598504" y2="484.67893410705017" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="484.67893410705017" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="483.94594181874015" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="483.94594181874015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="484.67893410705017" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="492.00885699015015" x2="500.63373291598504" y2="492.00885699015015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="492.00885699015015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="491.27586470184013" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="491.2758647018402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="492.00885699015015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_64</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="499.3387798732502" x2="500.63373291598504" y2="499.3387798732502" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="499.3387798732502" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="498.6057875849402" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="498.6057875849402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="499.3387798732502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="506.66870275635017" x2="500.63373291598504" y2="506.66870275635017" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="506.66870275635017" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="505.93571046804016" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="505.93571046804016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="506.66870275635017" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_66</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="513.9986256394502" x2="500.63373291598504" y2="513.9986256394502" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="513.9986256394502" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="513.2656333511402" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="513.2656333511402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="513.9986256394502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="521.3285485225501" x2="500.63373291598504" y2="521.3285485225501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="521.3285485225501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="520.5955562342401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="520.5955562342401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="521.3285485225501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_68</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="528.6584714056502" x2="500.63373291598504" y2="528.6584714056502" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="528.6584714056502" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="527.9254791173402" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="527.9254791173402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="528.6584714056502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="535.9883942887501" x2="500.63373291598504" y2="535.9883942887501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="535.9883942887501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="535.2554020004401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="535.2554020004401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="535.9883942887501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_70</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="543.3183171718501" x2="500.63373291598504" y2="543.3183171718501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="543.3183171718501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="542.5853248835401" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="542.5853248835401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="543.3183171718501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="550.6482400549501" x2="500.63373291598504" y2="550.6482400549501" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="550.6482400549501" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="549.91524776664" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="549.91524776664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="550.6482400549501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_72</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="557.97816293805" x2="500.63373291598504" y2="557.97816293805" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="557.97816293805" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="557.24517064974" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="557.24517064974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="557.97816293805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="565.30808582115" x2="500.63373291598504" y2="565.30808582115" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="565.30808582115" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="564.57509353284" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="564.57509353284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="565.30808582115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_74</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="572.63800870425" x2="500.63373291598504" y2="572.63800870425" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="499.9007406276751" cy="572.63800870425" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="499.16774833936506" y="571.9050164159399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="571.90501641594" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="572.63800870425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_75</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="579.96793158735" x2="499.9007406276751" y2="579.96793158735" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_48__stack1"><rect x="499.16774833936506" y="579.23493929904" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="579.23493929904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="579.96793158735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_76</text><line class="component-pin sch-component-pin sch-port-line" x1="514.560586393875" y1="587.2978544704499" x2="499.9007406276751" y2="587.2978544704499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_49__stack1"><rect x="499.16774833936506" y="586.5648621821399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="507.23066351077506" y="586.5648621821399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="518.225547835425" y="587.2978544704499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_77</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="587.2978544704499" x2="627.441398793615" y2="587.2978544704499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="587.2978544704499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="586.5648621821399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="586.5648621821399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="587.2978544704499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_78</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="579.9679315873499" x2="627.441398793615" y2="579.9679315873499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="579.9679315873499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="579.2349392990399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="579.23493929904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="579.9679315873499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_79</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="572.6380087042498" x2="627.441398793615" y2="572.6380087042498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="572.6380087042498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="571.9050164159398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="571.9050164159399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="572.6380087042498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_80</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="565.3080858211499" x2="628.174391081925" y2="565.3080858211499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_53__stack1"><rect x="627.441398793615" y="564.5750935328399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="564.5750935328399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="565.3080858211499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_81</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="557.97816293805" x2="627.441398793615" y2="557.97816293805" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="557.97816293805" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="557.24517064974" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="557.24517064974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="557.97816293805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_82</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="550.64824005495" x2="627.441398793615" y2="550.64824005495" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="550.64824005495" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="549.9152477666399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="549.9152477666399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="550.64824005495" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="543.3183171718499" x2="627.441398793615" y2="543.3183171718499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="543.3183171718499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="542.5853248835399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="542.5853248835399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="543.3183171718499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="535.98839428875" x2="627.441398793615" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_57__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="535.98839428875" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="528.65847140565" x2="627.441398793615" y2="528.65847140565" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_58__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="528.65847140565" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="527.9254791173399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="527.9254791173399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="528.65847140565" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="521.3285485225499" x2="627.441398793615" y2="521.3285485225499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_59__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="521.3285485225499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="520.5955562342399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="520.5955562342399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="521.3285485225499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_87</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="513.99862563945" x2="627.441398793615" y2="513.99862563945" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_60__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="513.99862563945" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="513.26563335114" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="513.26563335114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="513.99862563945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="506.66870275634994" x2="627.441398793615" y2="506.66870275634994" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_61__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="506.66870275634994" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="505.93571046803993" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="505.93571046803993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="506.66870275634994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_89</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="499.3387798732499" x2="627.441398793615" y2="499.3387798732499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_62__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="499.3387798732499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="498.6057875849399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="498.60578758493995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="499.3387798732499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_90</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="492.0088569901499" x2="627.441398793615" y2="492.0088569901499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_63__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="492.0088569901499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="491.2758647018399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="491.2758647018399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="492.0088569901499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="484.67893410704994" x2="627.441398793615" y2="484.67893410704994" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_64__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="484.67893410704994" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="483.9459418187399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="483.9459418187399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="484.67893410704994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_92</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="477.3490112239499" x2="627.441398793615" y2="477.3490112239499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_65__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="477.3490112239499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="476.6160189356399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="476.6160189356399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="477.3490112239499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="470.0190883408499" x2="627.441398793615" y2="470.0190883408499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_66__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="470.0190883408499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="469.2860960525399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="469.2860960525399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="470.0190883408499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_94</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="462.6891654577499" x2="627.441398793615" y2="462.6891654577499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_67__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="462.6891654577499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="461.95617316943986" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="461.9561731694399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="462.6891654577499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_95</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="455.3592425746499" x2="627.441398793615" y2="455.3592425746499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_68__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="455.3592425746499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="454.6262502863399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="454.6262502863399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="455.3592425746499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_96</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="448.02931969154986" x2="627.441398793615" y2="448.02931969154986" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_69__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="448.02931969154986" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="447.29632740323984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="447.2963274032399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="448.02931969154986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_97</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="440.6993968084499" x2="627.441398793615" y2="440.6993968084499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_70__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="440.6993968084499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="439.96640452013986" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="439.9664045201399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="440.6993968084499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_98</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="433.3694739253499" x2="627.441398793615" y2="433.3694739253499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_71__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="433.3694739253499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="432.6364816370399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="432.6364816370399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="433.3694739253499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_99</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="426.0395510422499" x2="627.441398793615" y2="426.0395510422499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_72__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="426.0395510422499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="425.3065587539399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="425.3065587539399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="426.0395510422499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_100</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="418.7096281591499" x2="628.174391081925" y2="418.7096281591499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_73__stack1"><rect x="627.441398793615" y="417.97663587083986" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="417.97663587083986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="418.7096281591499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_101</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="411.3797052760499" x2="628.174391081925" y2="411.3797052760499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_74__stack1"><rect x="627.441398793615" y="410.6467129877399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="410.6467129877399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="411.3797052760499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_102</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="404.04978239294985" x2="627.441398793615" y2="404.04978239294985" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_75__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="404.04978239294985" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="403.31679010463984" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="403.3167901046399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="404.04978239294985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_103</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="396.71985950984987" x2="627.441398793615" y2="396.71985950984987" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_76__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="396.71985950984987" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="395.98686722153985" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="395.98686722153985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="396.71985950984987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_104</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="389.38993662674983" x2="627.441398793615" y2="389.38993662674983" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_77__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="389.38993662674983" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="388.6569443384398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="388.65694433843987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="389.38993662674983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_105</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="382.06001374364985" x2="627.441398793615" y2="382.06001374364985" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_78__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="382.06001374364985" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="381.32702145533983" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="381.32702145533983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="382.06001374364985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_106</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="374.73009086054986" x2="627.441398793615" y2="374.73009086054986" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_79__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="374.73009086054986" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="373.99709857223985" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="373.99709857223985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="374.73009086054986" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_107</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="367.4001679774498" x2="627.441398793615" y2="367.4001679774498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_80__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="367.4001679774498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="366.6671756891398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="366.66717568913987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="367.4001679774498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_108</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="360.07024509434984" x2="627.441398793615" y2="360.07024509434984" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_81__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="360.07024509434984" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="359.3372528060398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="359.3372528060398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="360.07024509434984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_109</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="352.7403222112498" x2="627.441398793615" y2="352.7403222112498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_82__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="352.7403222112498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="352.0073299229398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="352.00732992293985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="352.7403222112498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_110</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="345.4103993281498" x2="627.441398793615" y2="345.4103993281498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_83__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="345.4103993281498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="344.6774070398398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="344.6774070398398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="345.4103993281498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_111</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="338.08047644504984" x2="627.441398793615" y2="338.08047644504984" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_84__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="338.08047644504984" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="337.3474841567398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="337.3474841567398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="338.08047644504984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_112</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="330.7505535619498" x2="627.441398793615" y2="330.7505535619498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_85__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="330.7505535619498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="330.0175612736398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="330.0175612736398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="330.7505535619498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_113</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="323.4206306788498" x2="627.441398793615" y2="323.4206306788498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_86__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="323.4206306788498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="322.6876383905398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="322.6876383905398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="323.4206306788498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_114</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="316.0907077957498" x2="627.441398793615" y2="316.0907077957498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_87__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="316.0907077957498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="315.35771550743976" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="315.3577155074398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="316.0907077957498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_115</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="308.7607849126498" x2="627.441398793615" y2="308.7607849126498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_88__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="308.7607849126498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="308.0277926243398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="308.0277926243398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="308.7607849126498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_116</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="301.43086202954976" x2="627.441398793615" y2="301.43086202954976" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_89__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="301.43086202954976" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="300.69786974123974" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="300.6978697412398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="301.43086202954976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_117</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="294.10093914644983" x2="627.441398793615" y2="294.10093914644983" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_90__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="294.10093914644983" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="293.3679468581398" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="293.3679468581398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="294.10093914644983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_118</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="286.77101626334985" x2="627.441398793615" y2="286.77101626334985" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_91__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="286.77101626334985" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="286.03802397503983" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="286.03802397503983" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="286.77101626334985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_119</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="279.44109338024987" x2="627.441398793615" y2="279.44109338024987" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_92__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="279.44109338024987" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="278.70810109193985" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="278.70810109193985" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="279.44109338024987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_120</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="272.1111704971499" x2="627.441398793615" y2="272.1111704971499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_93__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="272.1111704971499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="271.37817820883987" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="271.3781782088399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="272.1111704971499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_121</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="264.7812476140499" x2="627.441398793615" y2="264.7812476140499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_94__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="264.7812476140499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="264.0482553257399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="264.0482553257399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="264.7812476140499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_122</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="257.45132473095" x2="627.441398793615" y2="257.45132473095" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_95__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="257.45132473095" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="256.71833244263996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="256.71833244263996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="257.45132473095" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_123</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="250.12140184784997" x2="627.441398793615" y2="250.12140184784997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_96__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="250.12140184784997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="249.38840955953998" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="249.38840955953998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="250.12140184784997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_124</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="242.79147896475" x2="627.441398793615" y2="242.79147896475" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_97__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="628.174391081925" cy="242.79147896475" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="627.441398793615" y="242.05848667644003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="242.05848667644003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="242.79147896475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_125</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="235.46155608165003" x2="628.174391081925" y2="235.46155608165003" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_98__stack1"><rect x="627.441398793615" y="234.72856379334004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="234.72856379334004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="235.46155608165003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_126</text><line class="component-pin sch-component-pin sch-port-line" x1="613.5145453157251" y1="228.13163319855005" x2="628.174391081925" y2="228.13163319855005" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_2_99__stack1"><rect x="627.441398793615" y="227.39864091024006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="620.8444681988251" y="227.39864091024006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="609.8495838741751" y="228.13163319855005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_127</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="120.57723142725013" y="440.69939680845" width="43.97953729859995" height="80.62915171409992" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="120.57723142725013" y="440.69939680845" width="43.97953729859995" height="80.62915171409992" fill="transparent"/><text class="sch-text" x="142.56700007655007" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 142.56700007655007, 481.0139726655)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="448.02931969155" x2="105.9173856610501" y2="448.02931969155" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="105.1843933727401" y="447.29632740323996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="447.29632740323996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="448.02931969155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_128</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="455.35924257465" x2="106.65037794936006" y2="455.35924257465" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="455.35924257465" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="454.62625028634" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="454.62625028634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="455.35924257465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_129</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="462.68916545775" x2="106.65037794936006" y2="462.68916545775" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="462.68916545775" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="461.95617316944" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="461.95617316944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="462.68916545775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_130</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="470.01908834085" x2="106.65037794936006" y2="470.01908834085" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="470.01908834085" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="469.28609605253996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="469.28609605253996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="470.01908834085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_131</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="477.34901122395" x2="106.65037794936006" y2="477.34901122395" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="477.34901122395" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="476.61601893564" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="476.61601893564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="477.34901122395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_132</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="484.67893410705" x2="106.65037794936006" y2="484.67893410705" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="484.67893410705" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="483.94594181874" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="483.94594181874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="484.67893410705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_133</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="492.00885699015" x2="106.65037794936006" y2="492.00885699015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="492.00885699015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="491.27586470183996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="491.27586470183996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="492.00885699015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_134</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="499.33877987324996" x2="106.65037794936006" y2="499.33877987324996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="499.33877987324996" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="498.60578758493995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="498.60578758494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="499.33877987324996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_135</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="506.66870275635" x2="106.65037794936006" y2="506.66870275635" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="105.9173856610501" cy="506.66870275635" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="105.1843933727401" y="505.93571046804" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="505.93571046804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="506.66870275635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_136</text><line class="component-pin sch-component-pin sch-port-line" x1="120.57723142725013" y1="513.99862563945" x2="105.9173856610501" y2="513.99862563945" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><rect x="105.1843933727401" y="513.26563335114" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="113.24730854415009" y="513.26563335114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="124.24219286880009" y="513.99862563945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_137</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="513.99862563945" x2="178.48362220374008" y2="513.99862563945" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="513.99862563945" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="513.26563335114" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="513.26563335114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="513.99862563945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_138</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="506.66870275635" x2="178.48362220374008" y2="506.66870275635" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="506.66870275635" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="505.93571046804" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="505.93571046804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="506.66870275635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_139</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="499.33877987324996" x2="178.48362220374008" y2="499.33877987324996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="499.33877987324996" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="498.60578758493995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="498.60578758494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="499.33877987324996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_140</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="492.00885699015" x2="178.48362220374008" y2="492.00885699015" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="492.00885699015" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="491.27586470183996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="491.27586470183996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="492.00885699015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_141</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="484.67893410704994" x2="178.48362220374008" y2="484.67893410704994" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="484.67893410704994" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="483.9459418187399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="483.94594181874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="484.67893410704994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_142</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="477.34901122394996" x2="178.48362220374008" y2="477.34901122394996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="477.34901122394996" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="476.61601893563994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="476.61601893564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="477.34901122394996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_143</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="470.01908834085" x2="178.48362220374008" y2="470.01908834085" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="470.01908834085" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="469.28609605253996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="469.28609605253996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="470.01908834085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_144</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="462.68916545775" x2="178.48362220374008" y2="462.68916545775" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="179.2166144920501" cy="462.68916545775" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="178.4836222037401" y="461.95617316944" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="461.95617316944" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="462.68916545775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_145</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="455.35924257465" x2="179.2166144920501" y2="455.35924257465" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><rect x="178.4836222037401" y="454.62625028634" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="454.62625028634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="455.35924257465" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_146</text><line class="component-pin sch-component-pin sch-port-line" x1="164.55676872585008" y1="448.02931969155" x2="179.2166144920501" y2="448.02931969155" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><rect x="178.4836222037401" y="447.29632740323996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.88669160895012" y="447.29632740323996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="160.89180728430006" y="448.02931969155" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_147</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="236.0235168360751" y="479.181491944725" width="42.69680079405748" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="236.0235168360751" y="479.181491944725" width="42.69680079405748" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="257.37191723310383" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 257.37191723310383, 481.0139726655)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="252.5158433230501" y1="479.181491944725" x2="252.5158433230501" y2="467.08711918760997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="251.7828510347401" y="466.35412689929996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.78285103474008" y="473.1343055661675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 251.78285103474008 473.1343055661675)"></text><text class="pin-number sch-pin-label" x="252.5158433230501" y="482.84645338627496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 252.5158433230501 482.84645338627496)">schematic_port_148</text><line class="component-pin sch-component-pin sch-port-line" x1="252.5158433230501" y1="482.84645338627496" x2="252.5158433230501" y2="494.94082614339" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="251.7828510347401" y="494.20783385507997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="251.78285103474008" y="488.89363976483247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 251.78285103474008 488.89363976483247)"></text><text class="pin-number sch-pin-label" x="252.5158433230501" y="479.181491944725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 252.5158433230501 479.181491944725)">schematic_port_149</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="382.621974498075" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="382.621974498075" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="408.3683286249638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 408.3683286249638, 645.93723753525)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="399.1143009850501" y1="644.104756814475" x2="399.1143009850501" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="398.38130869674006" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="398.3813086967401" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 398.3813086967401 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="399.1143009850501" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 399.1143009850501 647.7697182560249)">schematic_port_150</text><line class="component-pin sch-component-pin sch-port-line" x1="399.1143009850501" y1="647.7697182560249" x2="399.1143009850501" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="398.38130869674006" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="398.3813086967401" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 398.3813086967401 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="399.1143009850501" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 399.1143009850501 644.104756814475)">schematic_port_151</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="448.59128044597503" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="448.59128044597503" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="474.3376345728638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 474.3376345728638, 645.93723753525)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="465.08360693295003" y1="644.104756814475" x2="465.08360693295003" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="464.35061464464" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.35061464464" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 464.35061464464 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="465.08360693295003" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 465.08360693295003 647.7697182560249)">schematic_port_152</text><line class="component-pin sch-component-pin sch-port-line" x1="465.08360693295003" y1="647.7697182560249" x2="465.08360693295003" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="464.35061464464" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.35061464464" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 464.35061464464 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="465.08360693295003" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 465.08360693295003 644.104756814475)">schematic_port_153</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="514.560586393875" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="514.560586393875" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="540.3069405207638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 540.3069405207638, 645.93723753525)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="531.05291288085" y1="644.104756814475" x2="531.05291288085" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="530.31992059254" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.31992059254" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 530.31992059254 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="531.05291288085" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 531.05291288085 647.7697182560249)">schematic_port_154</text><line class="component-pin sch-component-pin sch-port-line" x1="531.05291288085" y1="647.7697182560249" x2="531.05291288085" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="530.31992059254" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.31992059254" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 530.31992059254 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="531.05291288085" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 531.05291288085 644.104756814475)">schematic_port_155</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="580.529892341775" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="580.529892341775" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="606.2762464686638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 606.2762464686638, 645.93723753525)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="597.02221882875" y1="644.104756814475" x2="597.02221882875" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="596.28922654044" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.28922654044" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 596.28922654044 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="597.02221882875" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 597.02221882875 647.7697182560249)">schematic_port_156</text><line class="component-pin sch-component-pin sch-port-line" x1="597.02221882875" y1="647.7697182560249" x2="597.02221882875" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="596.28922654044" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="596.28922654044" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 596.28922654044 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="597.02221882875" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 597.02221882875 644.104756814475)">schematic_port_157</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="646.4991982896751" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="646.4991982896751" y="644.104756814475" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="672.2455524165638" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 672.2455524165638, 645.93723753525)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="662.9915247766501" y1="644.104756814475" x2="662.9915247766501" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="662.25853248834" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.25853248834" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 662.25853248834 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="662.9915247766501" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 662.9915247766501 647.7697182560249)">schematic_port_158</text><line class="component-pin sch-component-pin sch-port-line" x1="662.9915247766501" y1="647.7697182560249" x2="662.9915247766501" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="662.25853248834" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.25853248834" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 662.25853248834 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="662.9915247766501" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 662.9915247766501 644.104756814475)">schematic_port_159</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="712.468504237575" y="644.104756814475" width="64.6865694433576" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="712.468504237575" y="644.104756814475" width="64.6865694433576" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="744.8117889592538" y="645.93723753525" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 744.8117889592538, 645.93723753525)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="644.104756814475" x2="728.9608307245501" y2="632.0103840573599" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="728.2278384362401" y="631.2773917690499" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="638.0575704359175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 638.0575704359175)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="647.7697182560249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 647.7697182560249)">schematic_port_160</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="647.7697182560249" x2="728.9608307245501" y2="659.86409101314" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="728.2278384362401" y="659.1310987248299" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="653.8169046345824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 653.8169046345824)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="644.104756814475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 644.104756814475)">schematic_port_161</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="378.95701305652506" y="468.55310376422995" width="3.6649614415499627" height="24.921737802540008" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="378.95701305652506" y="468.55310376422995" width="3.6649614415499627" height="24.921737802540008" fill="transparent"/><text class="sch-text" x="380.7894937773001" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 380.7894937773001, 481.0139726655)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="378.95701305652506" y1="481.0139726655" x2="367.59563258772005" y2="481.0139726655" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="366.86264029941003" y="480.28098037718996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.27632282212255" y="480.28098037718996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="382.621974498075" y="481.0139726655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_162</text><line class="component-pin sch-component-pin sch-port-line" x1="382.621974498075" y1="481.0139726655" x2="393.9833549668801" y2="481.0139726655" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="393.25036267857007" y="480.28098037718996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="388.3026647324776" y="480.28098037718996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="378.95701305652506" y="481.0139726655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_163</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="364.2971672903251" y="537.820875009525" width="69.08452317321746" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="364.2971672903251" y="537.820875009525" width="69.08452317321746" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="398.83942887693377" y="539.6533557303" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 398.83942887693377, 539.6533557303)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="537.820875009525" x2="380.7894937773001" y2="525.72650225241" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="380.0565014889901" y="524.9935099641" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="531.7736886309675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 531.7736886309675)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="541.485836451075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 541.485836451075)">schematic_port_164</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="541.485836451075" x2="380.7894937773001" y2="553.58020920819" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="380.0565014889901" y="552.84721691988" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="547.5330228296325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 547.5330228296325)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="537.820875009525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 537.820875009525)">schematic_port_165</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="364.2971672903251" y="589.130335191225" width="60.28861571349751" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="364.2971672903251" y="589.130335191225" width="60.28861571349751" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="394.44147514707385" y="590.962815912" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 394.44147514707385, 590.962815912)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="589.130335191225" x2="380.7894937773001" y2="577.0359624341099" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="380.0565014889901" y="576.3029701457999" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="583.0831488126674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 583.0831488126674)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="592.7952966327749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 592.7952966327749)">schematic_port_166</text><line class="component-pin sch-component-pin sch-port-line" x1="380.7894937773001" y1="592.7952966327749" x2="380.7894937773001" y2="604.88966938989" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="380.0565014889901" y="604.1566771015799" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="380.0565014889901" y="598.8424830113324" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 380.0565014889901 598.8424830113324)"></text><text class="pin-number sch-pin-label" x="380.7894937773001" y="589.130335191225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 380.7894937773001 589.130335191225)">schematic_port_167</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="749.118118653075" y="479.181491944725" width="51.49270825377744" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="749.118118653075" y="479.181491944725" width="51.49270825377744" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="774.8644727799638" y="481.0139726655" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 774.8644727799638, 481.0139726655)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="765.61044514005" y1="479.181491944725" x2="765.61044514005" y2="467.82011147592" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="765.61044514005" cy="467.08711918760997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="764.87745285174" y="466.35412689929996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="764.87745285174" y="473.1343055661675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 764.87745285174 473.1343055661675)"></text><text class="pin-number sch-pin-label" x="765.61044514005" y="482.84645338627496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 765.61044514005 482.84645338627496)">schematic_port_168</text><line class="component-pin sch-component-pin sch-port-line" x1="765.61044514005" y1="482.84645338627496" x2="765.61044514005" y2="494.20783385507997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="765.61044514005" cy="494.94082614339" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="764.87745285174" y="494.20783385507997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="764.87745285174" y="488.89363976483247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 764.87745285174 488.89363976483247)"></text><text class="pin-number sch-pin-label" x="765.61044514005" y="479.181491944725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 765.61044514005 479.181491944725)">schematic_port_169</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="712.468504237575" y="405.882263113725" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="712.468504237575" y="405.882263113725" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="738.2148583644638" y="407.7147438345" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 738.2148583644638, 407.7147438345)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="405.882263113725" x2="728.9608307245501" y2="394.52088264492" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="728.9608307245501" cy="393.78789035661" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="728.2278384362401" y="393.05489806829996" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="399.8350767351675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 399.8350767351675)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="409.54722455527497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 409.54722455527497)">schematic_port_170</text><line class="component-pin sch-component-pin sch-port-line" x1="728.9608307245501" y1="409.54722455527497" x2="728.9608307245501" y2="421.64159731239" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="728.2278384362401" y="420.90860502408" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="728.2278384362401" y="415.5944109338325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 728.2278384362401 415.5944109338325)"></text><text class="pin-number sch-pin-label" x="728.9608307245501" y="405.882263113725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 728.9608307245501 405.882263113725)">schematic_port_171</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="686.813774146725" y="332.583034282725" width="51.49270825377755" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="686.813774146725" y="332.583034282725" width="51.49270825377755" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="712.5601282736138" y="334.4155150035" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 712.5601282736138, 334.4155150035)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="703.3061006337" y1="332.583034282725" x2="703.3061006337" y2="321.22165381392" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="703.3061006337" cy="320.48866152561" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="702.57310834539" y="319.75566923729997" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="702.57310834539" y="326.5358479041675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 702.57310834539 326.5358479041675)"></text><text class="pin-number sch-pin-label" x="703.3061006337" y="336.247995724275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 703.3061006337 336.247995724275)">schematic_port_172</text><line class="component-pin sch-component-pin sch-port-line" x1="703.3061006337" y1="336.247995724275" x2="703.3061006337" y2="348.34236848139" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="702.57310834539" y="347.60937619308" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="702.57310834539" y="342.2951821028325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 702.57310834539 342.2951821028325)"></text><text class="pin-number sch-pin-label" x="703.3061006337" y="332.583034282725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 703.3061006337 332.583034282725)">schematic_port_173</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="716.133465679125" y="270.278689776375" width="42.69680079405748" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="716.133465679125" y="270.278689776375" width="42.69680079405748" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="737.4818660761538" y="272.11117049715" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 737.4818660761538, 272.11117049715)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="732.6257921661" y1="270.278689776375" x2="732.6257921661" y2="258.18431701926" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_17_0__stack1"><rect x="731.89279987779" y="257.45132473095" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.89279987779" y="264.2315033978175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 731.89279987779 264.2315033978175)"></text><text class="pin-number sch-pin-label" x="732.6257921661" y="273.943651217925" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 732.6257921661 273.943651217925)">schematic_port_174</text><line class="component-pin sch-component-pin sch-port-line" x1="732.6257921661" y1="273.943651217925" x2="732.6257921661" y2="286.03802397504" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_17_1__stack1"><rect x="731.89279987779" y="285.30503168673" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.89279987779" y="279.9908375964825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 731.89279987779 279.9908375964825)"></text><text class="pin-number sch-pin-label" x="732.6257921661" y="270.278689776375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 732.6257921661 270.278689776375)">schematic_port_175</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="758.28052225695" y="212.00580285573" width="14.659845766199965" height="24.921737802540008" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="758.28052225695" y="212.00580285573" width="14.659845766199965" height="24.921737802540008" fill="transparent"/><text class="sch-text" x="765.61044514005" y="224.466671757" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 765.61044514005, 224.466671757)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="758.28052225695" y1="224.466671757" x2="744.3536687790601" y2="224.466671757" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_18_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="743.62067649075" cy="224.466671757" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="742.88768420244" y="223.73367946869" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="750.9505993738501" y="223.73367946869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="761.9454836985001" y="224.466671757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_176</text><line class="component-pin sch-component-pin sch-port-line" x1="772.94036802315" y1="224.466671757" x2="787.60021378935" y2="224.466671757" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_18_1__stack1"><rect x="786.86722150104" y="223.73367946869" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.27029090625" y="223.73367946869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="769.2754065816" y="224.466671757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_177</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="353.3022829656751" y="169.49225013375002" width="54.97442162325001" height="21.989768649299975" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="353.3022829656751" y="169.49225013375002" width="54.97442162325001" height="21.989768649299975" fill="transparent"/><text class="sch-text" x="380.7894937773001" y="180.4871344584" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 380.7894937773001, 180.4871344584)">schematic_component_19</text><line class="component-pin sch-component-pin sch-port-line" x1="353.3022829656751" y1="176.82217301685" x2="338.64243719947507" y2="176.82217301685" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_0__stack1"><rect x="337.90944491116505" y="176.08918072854001" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.97236008257505" y="176.08918072854001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="356.96724440722505" y="176.82217301685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_178</text><line class="component-pin sch-component-pin sch-port-line" x1="353.3022829656751" y1="184.15209589994998" x2="339.375429487785" y2="184.15209589994998" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="338.64243719947507" cy="184.15209589994998" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="337.90944491116505" y="183.41910361164" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="345.97236008257505" y="183.41910361164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="356.96724440722505" y="184.15209589994998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_179</text><line class="component-pin sch-component-pin sch-port-line" x1="408.2767045889251" y1="184.15209589994998" x2="422.20355806681505" y2="184.15209589994998" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="422.93655035512506" cy="184.15209589994998" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="422.20355806681505" y="183.41910361164" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="415.6066274720251" y="183.41910361164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="404.6117431473751" y="184.15209589994998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_180</text><line class="component-pin sch-component-pin sch-port-line" x1="408.2767045889251" y1="176.82217301685" x2="422.93655035512506" y2="176.82217301685" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_19_3__stack1"><rect x="422.20355806681505" y="176.08918072854001" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="415.6066274720251" y="176.08918072854001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="404.6117431473751" y="176.82217301685" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_181</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="598.8546995495251" y="157.03138123248002" width="3.6649614415499627" height="24.92173780253998" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="598.8546995495251" y="157.03138123248002" width="3.6649614415499627" height="24.92173780253998" fill="transparent"/><text class="sch-text" x="600.6871802703" y="169.49225013375002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 600.6871802703, 169.49225013375002)">schematic_component_20</text><line class="component-pin sch-component-pin sch-port-line" x1="598.8546995495251" y1="169.49225013375002" x2="590.42528823396" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_20_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="589.69229594565" cy="169.49225013375002" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="588.95930365734" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="594.2734977475875" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="602.519660991075" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_182</text><line class="component-pin sch-component-pin sch-port-line" x1="602.519660991075" y1="169.49225013375002" x2="611.68206459495" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_20_1__stack1"><rect x="610.94907230664" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="607.1008627930125" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="598.8546995495251" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_183</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="400.94678170582506" y="120.01527067282501" width="55.89066198363753" height="3.6649614415500196" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="400.94678170582506" y="120.01527067282501" width="55.89066198363753" height="3.6649614415500196" fill="transparent"/><text class="sch-text" x="428.8921126976438" y="121.84775139359999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 428.8921126976438, 121.84775139359999)">schematic_component_21</text><line class="component-pin sch-component-pin sch-port-line" x1="417.43910819280006" y1="120.01527067282501" x2="417.43910819280006" y2="107.92089791571004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_21_0__stack1"><rect x="416.70611590449005" y="107.18790562740004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.70611590449005" y="113.9680842942675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 416.70611590449005 113.9680842942675)"></text><text class="pin-number sch-pin-label" x="417.43910819280006" y="123.68023211437503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 417.43910819280006 123.68023211437503)">schematic_port_184</text><line class="component-pin sch-component-pin sch-port-line" x1="417.43910819280006" y1="123.68023211437503" x2="417.43910819280006" y2="135.77460487149" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_21_1__stack1"><rect x="416.70611590449005" y="135.04161258318" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.70611590449005" y="129.7274184929325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 416.70611590449005 129.7274184929325)"></text><text class="pin-number sch-pin-label" x="417.43910819280006" y="120.01527067282501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 417.43910819280006 120.01527067282501)">schematic_port_185</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="547.545239367825" y="120.01527067282501" width="60.28861571349751" height="3.6649614415500196" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="547.545239367825" y="120.01527067282501" width="60.28861571349751" height="3.6649614415500196" fill="transparent"/><text class="sch-text" x="577.6895472245737" y="121.84775139359999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 577.6895472245737, 121.84775139359999)">schematic_component_22</text><line class="component-pin sch-component-pin sch-port-line" x1="564.0375658548" y1="120.01527067282501" x2="564.0375658548" y2="107.92089791571004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_22_0__stack1"><rect x="563.30457356649" y="107.18790562740004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="563.30457356649" y="113.9680842942675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 563.30457356649 113.9680842942675)"></text><text class="pin-number sch-pin-label" x="564.0375658548" y="123.68023211437503" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 564.0375658548 123.68023211437503)">schematic_port_186</text><line class="component-pin sch-component-pin sch-port-line" x1="564.0375658548" y1="123.68023211437503" x2="564.0375658548" y2="135.77460487149" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_22_1__stack1"><rect x="563.30457356649" y="135.04161258318" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="563.30457356649" y="129.7274184929325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 563.30457356649 129.7274184929325)"></text><text class="pin-number sch-pin-label" x="564.0375658548" y="120.01527067282501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 564.0375658548 120.01527067282501)">schematic_port_187</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="906.711460639725" y="429.7045124838" width="84.29411315565005" height="29.319691532399986" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="906.711460639725" y="429.7045124838" width="84.29411315565005" height="29.319691532399986" fill="transparent"/><text class="sch-text" x="948.85851721755" y="444.36435825" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 948.85851721755, 444.36435825)">schematic_component_23</text><line class="component-pin sch-component-pin sch-port-line" x1="906.711460639725" y1="437.03443536689997" x2="892.784607161835" y2="437.03443536689997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.0516148735251" cy="437.03443536689997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="891.318622585215" y="436.30144307858995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="899.381537756625" y="436.30144307858995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="910.376422081275" y="437.03443536689997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_188</text><line class="component-pin sch-component-pin sch-port-line" x1="906.711460639725" y1="444.36435825" x2="892.0516148735251" y2="444.36435825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_1__stack1"><rect x="891.318622585215" y="443.63136596169" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="899.381537756625" y="443.63136596169" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="910.376422081275" y="444.36435825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_189</text><line class="component-pin sch-component-pin sch-port-line" x1="906.711460639725" y1="451.6942811331" x2="892.784607161835" y2="451.6942811331" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.0516148735251" cy="451.6942811331" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="891.318622585215" y="450.96128884479" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="899.381537756625" y="450.96128884479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="910.376422081275" y="451.6942811331" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_190</text><line class="component-pin sch-component-pin sch-port-line" x1="991.0055737953751" y1="451.6942811331" x2="1004.932427273265" y2="451.6942811331" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1005.665419561575" cy="451.6942811331" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1004.932427273265" y="450.96128884479" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.335496678475" y="450.96128884479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="987.340612353825" y="451.6942811331" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_191</text><line class="component-pin sch-component-pin sch-port-line" x1="991.0055737953751" y1="444.36435825" x2="1005.665419561575" y2="444.36435825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_4__stack1"><rect x="1004.932427273265" y="443.63136596169" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.335496678475" y="443.63136596169" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="987.340612353825" y="444.36435825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_192</text><line class="component-pin sch-component-pin sch-port-line" x1="991.0055737953751" y1="437.03443536689997" x2="1004.932427273265" y2="437.03443536689997" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_23_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1005.665419561575" cy="437.03443536689997" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1004.932427273265" y="436.30144307858995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="998.335496678475" y="436.30144307858995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="987.340612353825" y="437.03443536689997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_193</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="1074.566694662715" y="119.66873574116141" width="5.13094601816988" height="26.347799954177162" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1074.566694662715" y="119.66873574116141" width="5.13094601816988" height="26.347799954177162" fill="transparent"/><text class="sch-text" x="1077.1321676718" y="132.84263571825" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1077.1321676718, 132.84263571825)">schematic_component_24</text><line class="component-pin sch-component-pin sch-port-line" x1="1074.566694662715" y1="134.67511643902498" x2="1060.639841184825" y2="134.67511643902498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_24_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1059.906848896515" cy="134.67511643902498" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1059.173856608205" y="133.942124150715" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1067.236771779615" y="133.94212415071502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1078.2316561042649" y="134.67511643902498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_194</text><line class="component-pin sch-component-pin sch-port-line" x1="1079.697640680885" y1="134.67511643902498" x2="1094.3574864470852" y2="134.67511643902498" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_24_1__stack1"><rect x="1093.6244941587752" y="133.942124150715" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1087.027563563985" y="133.94212415071502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1076.032679239335" y="134.67511643902498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_195</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="980.3771856148801" y="120.38176681698002" width="10.261892036339873" height="24.921737802540008" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="980.3771856148801" y="120.38176681698002" width="10.261892036339873" height="24.921737802540008" fill="transparent"/><text class="sch-text" x="985.50813163305" y="132.84263571825" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 985.50813163305, 132.84263571825)">schematic_component_25</text><line class="component-pin sch-component-pin sch-port-line" x1="980.3771856148801" y1="132.84263571825" x2="966.45033213699" y2="132.84263571825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_25_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="965.71733984868" cy="132.84263571825" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="964.98434756037" y="132.10964342994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="973.0472627317799" y="132.10964342994004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="984.04214705643" y="132.84263571825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_196</text><line class="component-pin sch-component-pin sch-port-line" x1="990.63907765122" y1="132.84263571825" x2="1005.2989234174199" y2="132.84263571825" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_25_1__stack1"><rect x="1004.5659311291099" y="132.10964342994" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.96900053432" y="132.10964342994004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="986.97411620967" y="132.84263571825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_197</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="872.993815377465" y="156.31835015666144" width="5.130946018169993" height="26.347799954177134" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="872.993815377465" y="156.31835015666144" width="5.130946018169993" height="26.347799954177134" fill="transparent"/><text class="sch-text" x="875.55928838655" y="169.49225013375002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 875.55928838655, 169.49225013375002)">schematic_component_26</text><line class="component-pin sch-component-pin sch-port-line" x1="872.993815377465" y1="171.324730854525" x2="859.0669618995751" y2="171.324730854525" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_26_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="858.333969611265" cy="171.324730854525" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="857.600977322955" y="170.591738566215" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="865.663892494365" y="170.591738566215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="876.658776819015" y="171.324730854525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_198</text><line class="component-pin sch-component-pin sch-port-line" x1="878.124761395635" y1="171.324730854525" x2="892.7846071618351" y2="171.324730854525" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_26_1__stack1"><rect x="892.0516148735251" y="170.591738566215" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="885.454684278735" y="170.591738566215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="874.459799954085" y="171.324730854525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_199</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="962.05237840713" y="157.03138123248002" width="10.261892036339873" height="24.92173780253998" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="962.05237840713" y="157.03138123248002" width="10.261892036339873" height="24.92173780253998" fill="transparent"/><text class="sch-text" x="967.1833244253" y="169.49225013375002" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 967.1833244253, 169.49225013375002)">schematic_component_27</text><line class="component-pin sch-component-pin sch-port-line" x1="962.05237840713" y1="169.49225013375002" x2="947.3925326409301" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_27_0__stack1"><rect x="946.6595403526201" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="954.72245552403" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="965.71733984868" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_200</text><line class="component-pin sch-component-pin sch-port-line" x1="972.3142704434699" y1="169.49225013375002" x2="986.97411620967" y2="169.49225013375002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_27_1__stack1"><rect x="986.24112392136" y="168.75925784544003" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="979.6441933265701" y="168.75925784544003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="968.64930900192" y="169.49225013375002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_201</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="950.690997938325" y="251.953882568625" width="47.09475452391746" height="3.664961441549991" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="950.690997938325" y="251.953882568625" width="47.09475452391746" height="3.664961441549991" fill="transparent"/><text class="sch-text" x="974.2383752002838" y="253.7863632894" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 974.2383752002838, 253.7863632894)">schematic_component_28</text><line class="component-pin sch-component-pin sch-port-line" x1="967.1833244253" y1="251.953882568625" x2="967.1833244253" y2="239.85950981151" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_28_0__stack1"><rect x="966.45033213699" y="239.12651752320002" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.45033213699" y="245.9066961900675" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 966.45033213699 245.9066961900675)"></text><text class="pin-number sch-pin-label" x="967.1833244253" y="255.618844010175" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 967.1833244253 255.618844010175)">schematic_port_202</text><line class="component-pin sch-component-pin sch-port-line" x1="967.1833244253" y1="255.618844010175" x2="967.1833244253" y2="267.71321676728996" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_28_1__stack1"><rect x="966.45033213699" y="266.98022447897995" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.45033213699" y="261.66603038873245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 966.45033213699 261.66603038873245)"></text><text class="pin-number sch-pin-label" x="967.1833244253" y="251.953882568625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 967.1833244253 251.953882568625)">schematic_port_203</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="899.8396579368188" y="41.21859967950002" width="24.738489730462447" height="36.649614415500025" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="899.8396579368188" y="41.21859967950002" width="24.738489730462447" height="36.649614415500025" fill="transparent"/><text class="sch-text" x="912.20890280205" y="59.54340688725" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 912.20890280205, 59.54340688725)">schematic_component_29</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="48.5485225626" x2="939.2379934334813" y2="48.5485225626" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_0__stack1"><rect x="938.5050011451713" y="47.81553027429" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="47.81553027428998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="48.5485225626" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_204</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="55.87844544570004" x2="938.5050011451713" y2="55.87844544570004" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="939.2379934334813" cy="55.87844544570004" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="938.5050011451713" y="55.14545315739004" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="55.14545315739002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="55.87844544570004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_205</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="63.20836832880002" x2="939.2379934334813" y2="63.20836832880002" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_2__stack1"><rect x="938.5050011451713" y="62.47537604049002" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="62.475376040490005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="63.20836832880002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_206</text><line class="component-pin sch-component-pin sch-port-line" x1="924.5781476672812" y1="70.53829121190006" x2="938.5050011451713" y2="70.53829121190006" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_29_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="939.2379934334813" cy="70.53829121190006" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="938.5050011451713" y="69.80529892359006" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="931.9080705503814" y="69.80529892359004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="920.9131862257314" y="70.53829121190006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_207</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="865.0225242420938" y="579.96793158735" width="57.72314270441245" height="95.28899748029994" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="865.0225242420938" y="579.96793158735" width="57.72314270441245" height="95.28899748029994" fill="transparent"/><text class="sch-text" x="893.8840955943" y="627.6124303275" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 893.8840955943, 627.6124303275)">schematic_component_30</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="587.2978544704499" x2="937.4055127127062" y2="587.2978544704499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_0__stack1"><rect x="936.6725204243962" y="586.5648621821399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="586.56486218214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="587.2978544704499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_208</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="594.62777735355" x2="937.4055127127062" y2="594.62777735355" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_1__stack1"><rect x="936.6725204243962" y="593.89478506524" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="593.89478506524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="594.62777735355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_209</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="601.95770023665" x2="937.4055127127062" y2="601.95770023665" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_2__stack1"><rect x="936.6725204243962" y="601.22470794834" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="601.22470794834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="601.95770023665" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_210</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="609.2876231197499" x2="937.4055127127062" y2="609.2876231197499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_3__stack1"><rect x="936.6725204243962" y="608.5546308314399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="608.55463083144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="609.2876231197499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_211</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="667.92700618455" x2="936.6725204243962" y2="667.92700618455" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="667.92700618455" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="667.19401389624" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="667.19401389624" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="667.92700618455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_212</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="645.93723753525" x2="936.6725204243962" y2="645.93723753525" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="645.93723753525" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="645.20424524694" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="645.20424524694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="645.93723753525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_213</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="638.60731465215" x2="937.4055127127062" y2="638.60731465215" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_6__stack1"><rect x="936.6725204243962" y="637.87432236384" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="637.87432236384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="638.60731465215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_214</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="616.61754600285" x2="937.4055127127062" y2="616.61754600285" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_7__stack1"><rect x="936.6725204243962" y="615.88455371454" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="615.88455371454" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="616.61754600285" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_215</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="631.2773917690499" x2="937.4055127127062" y2="631.2773917690499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_8__stack1"><rect x="936.6725204243962" y="630.5443994807399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="630.5443994807399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="631.2773917690499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_216</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="623.94746888595" x2="937.4055127127062" y2="623.94746888595" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_9__stack1"><rect x="936.6725204243962" y="623.21447659764" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="623.21447659764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="623.94746888595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_217</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="660.59708330145" x2="936.6725204243962" y2="660.59708330145" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="660.59708330145" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="659.86409101314" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="659.86409101314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="660.59708330145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_218</text><line class="component-pin sch-component-pin sch-port-line" x1="922.7456669465063" y1="653.2671604183499" x2="936.6725204243962" y2="653.2671604183499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_30_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="937.4055127127062" cy="653.2671604183499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="936.6725204243962" y="652.5341681300399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.0755898296063" y="652.5341681300399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="919.0807055049563" y="653.2671604183499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_219</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="873.7268076657749" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="873.7268076657749" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" fill="transparent"/><text class="sch-text" x="875.55928838655" y="535.98839428875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 875.55928838655, 535.98839428875)">schematic_component_31</text><line class="component-pin sch-component-pin sch-port-line" x1="873.7268076657749" y1="535.98839428875" x2="865.29739635021" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_31_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="864.5644040619" cy="535.98839428875" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="863.8314117735899" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="869.1456058638375" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="877.391769107325" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_220</text><line class="component-pin sch-component-pin sch-port-line" x1="877.391769107325" y1="535.98839428875" x2="886.5541727112001" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_31_1__stack1"><rect x="885.82118042289" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="881.9729709092626" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="873.7268076657749" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_221</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="1002.000458120025" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1002.000458120025" y="523.52752538748" width="3.6649614415500764" height="24.921737802540065" fill="transparent"/><text class="sch-text" x="1003.8329388408" y="535.98839428875" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1003.8329388408, 535.98839428875)">schematic_component_32</text><line class="component-pin sch-component-pin sch-port-line" x1="1002.000458120025" y1="535.98839428875" x2="993.5710468044599" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_32_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="992.83805451615" cy="535.98839428875" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="992.10506222784" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.4192563180875" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1005.665419561575" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_222</text><line class="component-pin sch-component-pin sch-port-line" x1="1005.665419561575" y1="535.98839428875" x2="1014.82782316545" y2="535.98839428875" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_32_1__stack1"><rect x="1014.09483087714" y="535.25540200044" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1010.2466213635125" y="535.25540200044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1002.000458120025" y="535.98839428875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_223</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="1055.1423990225" y="616.61754600285" width="43.97953729859978" height="21.989768649300004" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1055.1423990225" y="616.61754600285" width="43.97953729859978" height="21.989768649300004" fill="transparent"/><text class="sch-text" x="1077.1321676718" y="627.6124303275" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1077.1321676718, 627.6124303275)">schematic_component_33</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.1423990225" y1="620.2825074443999" x2="1040.4825532563" y2="620.2825074443999" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_0__stack1"><rect x="1039.74956096799" y="619.5495151560899" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1047.8124761394" y="619.5495151560899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1058.80736046405" y="620.2825074443999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_224</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.1423990225" y1="627.6124303275" x2="1040.4825532563" y2="627.6124303275" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_1__stack1"><rect x="1039.74956096799" y="626.87943803919" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1047.8124761394" y="626.87943803919" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1058.80736046405" y="627.6124303275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_225</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.1423990225" y1="634.9423532106" x2="1040.4825532563" y2="634.9423532106" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_2__stack1"><rect x="1039.74956096799" y="634.20936092229" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1047.8124761394" y="634.20936092229" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1058.80736046405" y="634.9423532106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_226</text><line class="component-pin sch-component-pin sch-port-line" x1="1099.1219363210998" y1="631.2773917690499" x2="1113.0487897989901" y2="631.2773917690499" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1113.7817820873001" cy="631.2773917690499" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="1113.0487897989901" y="630.5443994807399" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1106.4518592042" y="630.5443994807399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="631.2773917690499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_227</text><line class="component-pin sch-component-pin sch-port-line" x1="1099.1219363210998" y1="623.94746888595" x2="1113.7817820873001" y2="623.94746888595" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_33_4__stack1"><rect x="1113.0487897989901" y="623.21447659764" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1106.4518592042" y="623.21447659764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform=""></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="623.94746888595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="">schematic_port_228</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="969.0158051460751" y="735.728792853225" width="55.8906619836373" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="969.0158051460751" y="735.728792853225" width="55.8906619836373" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="996.9611361378938" y="737.5612735739999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 996.9611361378938, 737.5612735739999)">schematic_component_34</text><line class="component-pin sch-component-pin sch-port-line" x1="985.50813163305" y1="735.728792853225" x2="985.50813163305" y2="724.36741238442" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_34_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="985.50813163305" cy="723.63442009611" r="0.73299228831" stroke-width="0.73299228831px"/><rect x="984.77513934474" y="722.9014278078" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="984.77513934474" y="729.6816064746674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 984.77513934474 729.6816064746674)"></text><text class="pin-number sch-pin-label" x="985.50813163305" y="739.3937542947749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 985.50813163305 739.3937542947749)">schematic_port_229</text><line class="component-pin sch-component-pin sch-port-line" x1="985.50813163305" y1="739.3937542947749" x2="985.50813163305" y2="751.4881270518899" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_34_1__stack1"><rect x="984.77513934474" y="750.7551347635799" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="984.77513934474" y="745.4409406733325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 984.77513934474 745.4409406733325)"></text><text class="pin-number sch-pin-label" x="985.50813163305" y="735.728792853225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 985.50813163305 735.728792853225)">schematic_port_230</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="1078.9646483925749" y="735.728792853225" width="60.28861571349762" height="3.6649614415499627" stroke-width="0.73299228831px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1078.9646483925749" y="735.728792853225" width="60.28861571349762" height="3.6649614415499627" fill="transparent"/><text class="sch-text" x="1109.108956249324" y="737.5612735739999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1109.108956249324, 737.5612735739999)">schematic_component_35</text><line class="component-pin sch-component-pin sch-port-line" x1="1095.45697487955" y1="735.728792853225" x2="1095.45697487955" y2="723.63442009611" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_35_0__stack1"><rect x="1094.72398259124" y="722.9014278078" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1094.72398259124" y="729.6816064746674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 1094.72398259124 729.6816064746674)"></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="739.3937542947749" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 1095.45697487955 739.3937542947749)">schematic_port_231</text><line class="component-pin sch-component-pin sch-port-line" x1="1095.45697487955" y1="739.3937542947749" x2="1095.45697487955" y2="751.4881270518899" stroke-width="0.73299228831px"/><g class="sch-port" data-schematic-port-id="source_port_35_1__stack1"><rect x="1094.72398259124" y="750.7551347635799" width="1.46598457662" height="1.46598457662" opacity="0"/></g><text class="pin-number sch-pin-number" x="1094.72398259124" y="745.4409406733325" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="5.497442162324999px" transform="rotate(-90 1094.72398259124 745.4409406733325)"></text><text class="pin-number sch-pin-label" x="1095.45697487955" y="735.728792853225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="5.497442162324999px" transform="rotate(-90 1095.45697487955 735.728792853225)">schematic_port_232</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="119.84423913894011" cy="250.12140184785" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="119.84423913894011" cy="257.45132473095" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="119.84423913894011" cy="264.78124761405" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="119.84423913894011" cy="272.11117049715" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="119.84423913894011" cy="279.44109338025" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="119.84423913894011" cy="286.77101626335" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="119.84423913894011" cy="294.10093914645" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="119.84423913894011" cy="301.43086202955" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="119.84423913894011" cy="308.76078491264997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="119.84423913894011" cy="316.09070779575" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="119.84423913894011" cy="323.42063067885" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="119.84423913894011" cy="330.75055356194997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="119.84423913894011" cy="338.08047644505" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="119.84423913894011" cy="345.41039932815" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="183.61456822191008" cy="250.12140184785" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="183.61456822191008" cy="257.45132473095" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="183.61456822191008" cy="264.78124761405" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="183.61456822191008" cy="272.11117049715" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="183.61456822191008" cy="279.44109338025" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="183.61456822191008" cy="286.77101626335" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="183.61456822191008" cy="294.10093914645" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="183.61456822191008" cy="301.43086202955" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="183.61456822191008" cy="308.76078491264997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="183.61456822191008" cy="316.09070779575" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="183.61456822191008" cy="323.42063067885" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="183.61456822191008" cy="330.75055356194997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="183.61456822191008" cy="338.08047644504995" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="183.61456822191008" cy="345.41039932815" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="499.9007406276751" cy="228.13163319855005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="499.9007406276751" cy="235.46155608165006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="499.9007406276751" cy="242.79147896475007" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="499.9007406276751" cy="250.12140184785002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="499.9007406276751" cy="257.45132473095003" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="499.9007406276751" cy="264.78124761405" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="499.9007406276751" cy="272.11117049715006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="499.9007406276751" cy="279.44109338025004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="499.9007406276751" cy="286.77101626335" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="499.9007406276751" cy="294.10093914645006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="499.9007406276751" cy="301.43086202955004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="499.9007406276751" cy="308.76078491265" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="499.9007406276751" cy="316.09070779575006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="499.9007406276751" cy="323.42063067885005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="499.9007406276751" cy="330.75055356195" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="499.9007406276751" cy="338.08047644505007" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_16__stack1"><circle cx="499.9007406276751" cy="345.41039932815005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_17__stack1"><circle cx="499.9007406276751" cy="352.7403222112501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_18__stack1"><circle cx="499.9007406276751" cy="360.07024509435007" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_19__stack1"><circle cx="499.9007406276751" cy="367.4001679774501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_20__stack1"><circle cx="499.9007406276751" cy="374.7300908605501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_21__stack1"><circle cx="499.9007406276751" cy="382.0600137436501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_22__stack1"><circle cx="499.9007406276751" cy="389.38993662675006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_23__stack1"><circle cx="499.9007406276751" cy="396.7198595098501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_24__stack1"><circle cx="499.9007406276751" cy="404.0497823929501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_25__stack1"><circle cx="499.9007406276751" cy="411.3797052760501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_26__stack1"><circle cx="499.9007406276751" cy="418.7096281591501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_27__stack1"><circle cx="499.9007406276751" cy="426.03955104225014" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_28__stack1"><circle cx="499.9007406276751" cy="433.3694739253501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_29__stack1"><circle cx="499.9007406276751" cy="440.6993968084501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_30__stack1"><circle cx="499.9007406276751" cy="448.02931969155014" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_31__stack1"><circle cx="499.9007406276751" cy="455.3592425746501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_32__stack1"><circle cx="499.9007406276751" cy="462.68916545775016" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_33__stack1"><circle cx="499.9007406276751" cy="470.01908834085015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_34__stack1"><circle cx="499.9007406276751" cy="477.34901122395013" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_35__stack1"><circle cx="499.9007406276751" cy="484.67893410705017" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_36__stack1"><circle cx="499.9007406276751" cy="492.00885699015015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_37__stack1"><circle cx="499.9007406276751" cy="499.3387798732502" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_38__stack1"><circle cx="499.9007406276751" cy="506.66870275635017" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_39__stack1"><circle cx="499.9007406276751" cy="513.9986256394502" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_40__stack1"><circle cx="499.9007406276751" cy="521.3285485225501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_41__stack1"><circle cx="499.9007406276751" cy="528.6584714056502" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_42__stack1"><circle cx="499.9007406276751" cy="535.9883942887501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_43__stack1"><circle cx="499.9007406276751" cy="543.3183171718501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_44__stack1"><circle cx="499.9007406276751" cy="550.6482400549501" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_45__stack1"><circle cx="499.9007406276751" cy="557.97816293805" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_46__stack1"><circle cx="499.9007406276751" cy="565.30808582115" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_47__stack1"><circle cx="499.9007406276751" cy="572.63800870425" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_48__stack1"><circle cx="499.9007406276751" cy="579.96793158735" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_49__stack1"><circle cx="499.9007406276751" cy="587.2978544704499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_50__stack1"><circle cx="628.174391081925" cy="587.2978544704499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_51__stack1"><circle cx="628.174391081925" cy="579.9679315873499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_52__stack1"><circle cx="628.174391081925" cy="572.6380087042498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_53__stack1"><circle cx="628.174391081925" cy="565.3080858211499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_54__stack1"><circle cx="628.174391081925" cy="557.97816293805" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_55__stack1"><circle cx="628.174391081925" cy="550.64824005495" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_56__stack1"><circle cx="628.174391081925" cy="543.3183171718499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_57__stack1"><circle cx="628.174391081925" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_58__stack1"><circle cx="628.174391081925" cy="528.65847140565" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_59__stack1"><circle cx="628.174391081925" cy="521.3285485225499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_60__stack1"><circle cx="628.174391081925" cy="513.99862563945" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_61__stack1"><circle cx="628.174391081925" cy="506.66870275634994" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_62__stack1"><circle cx="628.174391081925" cy="499.3387798732499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_63__stack1"><circle cx="628.174391081925" cy="492.0088569901499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_64__stack1"><circle cx="628.174391081925" cy="484.67893410704994" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_65__stack1"><circle cx="628.174391081925" cy="477.3490112239499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_66__stack1"><circle cx="628.174391081925" cy="470.0190883408499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_67__stack1"><circle cx="628.174391081925" cy="462.6891654577499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_68__stack1"><circle cx="628.174391081925" cy="455.3592425746499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_69__stack1"><circle cx="628.174391081925" cy="448.02931969154986" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_70__stack1"><circle cx="628.174391081925" cy="440.6993968084499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_71__stack1"><circle cx="628.174391081925" cy="433.3694739253499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_72__stack1"><circle cx="628.174391081925" cy="426.0395510422499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_73__stack1"><circle cx="628.174391081925" cy="418.7096281591499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_74__stack1"><circle cx="628.174391081925" cy="411.3797052760499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_75__stack1"><circle cx="628.174391081925" cy="404.04978239294985" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_76__stack1"><circle cx="628.174391081925" cy="396.71985950984987" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_77__stack1"><circle cx="628.174391081925" cy="389.38993662674983" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_78__stack1"><circle cx="628.174391081925" cy="382.06001374364985" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_79__stack1"><circle cx="628.174391081925" cy="374.73009086054986" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_80__stack1"><circle cx="628.174391081925" cy="367.4001679774498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_81__stack1"><circle cx="628.174391081925" cy="360.07024509434984" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_82__stack1"><circle cx="628.174391081925" cy="352.7403222112498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_83__stack1"><circle cx="628.174391081925" cy="345.4103993281498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_84__stack1"><circle cx="628.174391081925" cy="338.08047644504984" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_85__stack1"><circle cx="628.174391081925" cy="330.7505535619498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_86__stack1"><circle cx="628.174391081925" cy="323.4206306788498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_87__stack1"><circle cx="628.174391081925" cy="316.0907077957498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_88__stack1"><circle cx="628.174391081925" cy="308.7607849126498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_89__stack1"><circle cx="628.174391081925" cy="301.43086202954976" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_90__stack1"><circle cx="628.174391081925" cy="294.10093914644983" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_91__stack1"><circle cx="628.174391081925" cy="286.77101626334985" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_92__stack1"><circle cx="628.174391081925" cy="279.44109338024987" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_93__stack1"><circle cx="628.174391081925" cy="272.1111704971499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_94__stack1"><circle cx="628.174391081925" cy="264.7812476140499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_95__stack1"><circle cx="628.174391081925" cy="257.45132473095" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_96__stack1"><circle cx="628.174391081925" cy="250.12140184784997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_97__stack1"><circle cx="628.174391081925" cy="242.79147896475" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_98__stack1"><circle cx="628.174391081925" cy="235.46155608165003" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_99__stack1"><circle cx="628.174391081925" cy="228.13163319855005" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="105.9173856610501" cy="448.02931969155" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="105.9173856610501" cy="455.35924257465" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="105.9173856610501" cy="462.68916545775" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="105.9173856610501" cy="470.01908834085" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="105.9173856610501" cy="477.34901122395" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="105.9173856610501" cy="484.67893410705" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="105.9173856610501" cy="492.00885699015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="105.9173856610501" cy="499.33877987324996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="105.9173856610501" cy="506.66870275635" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="105.9173856610501" cy="513.99862563945" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="179.2166144920501" cy="513.99862563945" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="179.2166144920501" cy="506.66870275635" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="179.2166144920501" cy="499.33877987324996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="179.2166144920501" cy="492.00885699015" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="179.2166144920501" cy="484.67893410704994" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="179.2166144920501" cy="477.34901122394996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="179.2166144920501" cy="470.01908834085" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="179.2166144920501" cy="462.68916545775" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="179.2166144920501" cy="455.35924257465" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="179.2166144920501" cy="448.02931969155" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="252.5158433230501" cy="467.08711918760997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="252.5158433230501" cy="494.94082614339" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="399.1143009850501" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="399.1143009850501" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="465.08360693295003" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="465.08360693295003" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="531.05291288085" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="531.05291288085" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="597.02221882875" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="597.02221882875" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="662.9915247766501" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="662.9915247766501" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="728.9608307245501" cy="632.0103840573599" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="728.9608307245501" cy="659.86409101314" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="367.59563258772005" cy="481.0139726655" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="393.9833549668801" cy="481.0139726655" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="380.7894937773001" cy="525.72650225241" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="380.7894937773001" cy="553.58020920819" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="380.7894937773001" cy="577.0359624341099" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="380.7894937773001" cy="604.88966938989" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="765.61044514005" cy="467.08711918760997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="765.61044514005" cy="494.94082614339" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="728.9608307245501" cy="393.78789035661" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="728.9608307245501" cy="421.64159731239" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="703.3061006337" cy="320.48866152561" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="703.3061006337" cy="348.34236848139" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="732.6257921661" cy="258.18431701926" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="732.6257921661" cy="286.03802397504" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="743.62067649075" cy="224.466671757" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="787.60021378935" cy="224.466671757" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="338.64243719947507" cy="176.82217301685" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="338.64243719947507" cy="184.15209589994998" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_2__stack1"><circle cx="422.93655035512506" cy="184.15209589994998" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_3__stack1"><circle cx="422.93655035512506" cy="176.82217301685" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="589.69229594565" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="611.68206459495" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="417.43910819280006" cy="107.92089791571004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="417.43910819280006" cy="135.77460487149" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="564.0375658548" cy="107.92089791571004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="564.0375658548" cy="135.77460487149" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="892.0516148735251" cy="437.03443536689997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="892.0516148735251" cy="444.36435825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_2__stack1"><circle cx="892.0516148735251" cy="451.6942811331" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_3__stack1"><circle cx="1005.665419561575" cy="451.6942811331" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_4__stack1"><circle cx="1005.665419561575" cy="444.36435825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_5__stack1"><circle cx="1005.665419561575" cy="437.03443536689997" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="1059.906848896515" cy="134.67511643902498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="1094.3574864470852" cy="134.67511643902498" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="965.71733984868" cy="132.84263571825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="1005.2989234174199" cy="132.84263571825" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="858.333969611265" cy="171.324730854525" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="892.7846071618351" cy="171.324730854525" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="947.3925326409301" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="986.97411620967" cy="169.49225013375002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="967.1833244253" cy="239.85950981151" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="967.1833244253" cy="267.71321676728996" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="939.2379934334813" cy="48.5485225626" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="939.2379934334813" cy="55.87844544570004" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_2__stack1"><circle cx="939.2379934334813" cy="63.20836832880002" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_3__stack1"><circle cx="939.2379934334813" cy="70.53829121190006" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="937.4055127127062" cy="587.2978544704499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="937.4055127127062" cy="594.62777735355" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_2__stack1"><circle cx="937.4055127127062" cy="601.95770023665" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_3__stack1"><circle cx="937.4055127127062" cy="609.2876231197499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_4__stack1"><circle cx="937.4055127127062" cy="667.92700618455" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_5__stack1"><circle cx="937.4055127127062" cy="645.93723753525" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_6__stack1"><circle cx="937.4055127127062" cy="638.60731465215" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_7__stack1"><circle cx="937.4055127127062" cy="616.61754600285" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_8__stack1"><circle cx="937.4055127127062" cy="631.2773917690499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_9__stack1"><circle cx="937.4055127127062" cy="623.94746888595" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_10__stack1"><circle cx="937.4055127127062" cy="660.59708330145" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_11__stack1"><circle cx="937.4055127127062" cy="653.2671604183499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="864.5644040619" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="886.5541727112001" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="992.83805451615" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1014.82782316545" cy="535.98839428875" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1040.4825532563" cy="620.2825074443999" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1040.4825532563" cy="627.6124303275" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_2__stack1"><circle cx="1040.4825532563" cy="634.9423532106" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_3__stack1"><circle cx="1113.7817820873001" cy="631.2773917690499" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_4__stack1"><circle cx="1113.7817820873001" cy="623.94746888595" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="985.50813163305" cy="723.63442009611" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="985.50813163305" cy="751.4881270518899" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="1095.45697487955" cy="723.63442009611" r="1.46598457662" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="1095.45697487955" cy="751.4881270518899" r="1.46598457662" 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="
484
+ M 151.7294036804251,250.12140184785
485
+ L 148.0644422388751,248.142322669413
486
+ L 148.0644422388751,235.5739482325242
487
+ L 155.39436512197508,235.5739482325242
488
+ L 155.39436512197508,248.142322669413
489
+ Z
490
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="151.7294036804251" y="246.82293655045498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 151.7294036804251 246.82293655045498)">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="
491
+ M 417.03596243422953,360.07024509435007
492
+ L 420.70092387577955,362.0493242727871
493
+ L 420.70092387577955,374.6176987096759
494
+ L 413.3710009926795,374.6176987096759
495
+ L 413.3710009926795,362.0493242727871
496
+ Z
497
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="417.03596243422953" y="363.3687103917451" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 417.03596243422953 363.3687103917451)">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="
498
+ M 480.0732992288896,581.8370619225404
499
+ L 483.7382606704396,583.8161411009775
500
+ L 483.7382606704396,596.3845155378663
501
+ L 476.4083377873396,596.3845155378663
502
+ L 476.4083377873396,583.8161411009775
503
+ Z
504
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="480.0732992288896" y="585.1355272199354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 480.0732992288896 585.1355272199354)">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="
505
+ M 728.9608307245501,428.97152019549
506
+ L 732.6257921661,430.950599373927
507
+ L 732.6257921661,443.5189738108158
508
+ L 725.2958692830001,443.5189738108158
509
+ L 725.2958692830001,430.950599373927
510
+ Z
511
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="728.9608307245501" y="432.269985492885" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 728.9608307245501 432.269985492885)">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="
512
+ M 732.6257921661,293.36794685814
513
+ L 736.29075360765,295.347026036577
514
+ L 736.29075360765,307.9154004734658
515
+ L 728.9608307245501,307.9154004734658
516
+ L 728.9608307245501,295.347026036577
517
+ Z
518
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="732.6257921661" y="296.666412155535" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 732.6257921661 296.666412155535)">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="
519
+ M 58.23623730648467,513.99862563945
520
+ L 61.901198748034666,515.977704817887
521
+ L 61.901198748034666,528.5460792547758
522
+ L 54.57127586493467,528.5460792547758
523
+ L 54.57127586493467,515.977704817887
524
+ Z
525
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="58.23623730648467" y="517.2970909368449" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 58.23623730648467 517.2970909368449)">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="
526
+ M 252.5158433230501,502.27074902648997
527
+ L 256.1808047646001,504.249828204927
528
+ L 256.1808047646001,516.8182026418158
529
+ L 248.8508818815001,516.8182026418158
530
+ L 248.8508818815001,504.249828204927
531
+ Z
532
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="252.5158433230501" y="505.569214323885" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 252.5158433230501 505.569214323885)">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="
533
+ M 465.08360693295003,667.19401389624
534
+ L 468.74856837450005,669.173093074677
535
+ L 468.74856837450005,681.7414675115658
536
+ L 461.4186454914,681.7414675115658
537
+ L 461.4186454914,669.173093074677
538
+ Z
539
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="465.08360693295003" y="670.492479193635" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 465.08360693295003 670.492479193635)">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="
540
+ M 765.61044514005,494.94082614339
541
+ L 769.2754065816,496.919905321827
542
+ L 769.2754065816,509.4882797587158
543
+ L 761.9454836985001,509.4882797587158
544
+ L 761.9454836985001,496.919905321827
545
+ Z
546
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="765.61044514005" y="498.239291440785" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 765.61044514005 498.239291440785)">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="
547
+ M 703.3061006337,355.67229136449
548
+ L 706.97106207525,357.651370542927
549
+ L 706.97106207525,370.2197449798158
550
+ L 699.64113919215,370.2197449798158
551
+ L 699.64113919215,357.651370542927
552
+ Z
553
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="703.3061006337" y="358.970756661885" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 703.3061006337 358.970756661885)">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="
554
+ M 338.64243719947507,184.15209589994998
555
+ L 336.66335802103805,187.81705734149998
556
+ L 324.09498358414925,187.81705734149998
557
+ L 324.09498358414925,180.4871344584
558
+ L 336.66335802103805,180.4871344584
559
+ Z
560
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="335.34397190208006" y="184.15209589994998" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" 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_11__stack1" d="
561
+ M 506.8275177522045,176.82217301684997
562
+ L 510.49247919375455,178.80125219528696
563
+ L 510.49247919375455,191.36962663217577
564
+ L 503.1625563106545,191.36962663217577
565
+ L 503.1625563106545,178.80125219528696
566
+ Z
567
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="506.8275177522045" y="180.12063831424499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 506.8275177522045 180.12063831424499)">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="
568
+ M 844.3704665189596,490.17637626937494
569
+ L 848.0354279605095,492.15545544781196
570
+ L 848.0354279605095,504.72382988470076
571
+ L 840.7055050774096,504.72382988470076
572
+ L 840.7055050774096,492.15545544781196
573
+ Z
574
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="844.3704665189596" y="493.47484156676995" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 844.3704665189596 493.47484156676995)">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="
575
+ M 1001.6339619758699,63.20836832880002
576
+ L 1005.2989234174198,65.18744750723702
577
+ L 1005.2989234174198,77.75582194412581
578
+ L 997.9690005343199,77.75582194412581
579
+ L 997.9690005343199,65.18744750723702
580
+ Z
581
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1001.6339619758699" y="66.50683362619502" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 1001.6339619758699 66.50683362619502)">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="
582
+ M 967.1833244253,275.04313965039
583
+ L 970.84828586685,277.022218828827
584
+ L 970.84828586685,289.5905932657158
585
+ L 963.5183629837501,289.5905932657158
586
+ L 963.5183629837501,277.022218828827
587
+ Z
588
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="967.1833244253" y="278.341604947785" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 967.1833244253 278.341604947785)">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="
589
+ M 944.7354355958062,587.2978544704499
590
+ L 946.7145147742432,583.6328930289
591
+ L 959.282889211132,583.6328930289
592
+ L 959.282889211132,590.9628159119999
593
+ L 946.7145147742432,590.9628159119999
594
+ Z
595
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="948.0339008932011" y="587.2978544704499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" 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_16__stack1" d="
596
+ M 1023.6603802395855,548.8524089485904
597
+ L 1027.3253416811356,550.8314881270275
598
+ L 1027.3253416811356,563.3998625639163
599
+ L 1019.9954187980355,563.3998625639163
600
+ L 1019.9954187980355,550.8314881270275
601
+ Z
602
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1023.6603802395855" y="552.1508742459854" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 1023.6603802395855 552.1508742459854)">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="
603
+ M 1031.6499961821646,638.6439642665655
604
+ L 1035.3149576237147,640.6230434450025
605
+ L 1035.3149576237147,653.1914178818913
606
+ L 1027.9850347406145,653.1914178818913
607
+ L 1027.9850347406145,640.6230434450025
608
+ Z
609
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1031.6499961821646" y="641.9424295639604" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 1031.6499961821646 641.9424295639604)">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="
610
+ M 985.50813163305,758.8180499349899
611
+ L 989.1730930745999,760.7971291134269
612
+ L 989.1730930745999,773.3655035503157
613
+ L 981.8431701915,773.3655035503157
614
+ L 981.8431701915,760.7971291134269
615
+ Z
616
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="985.50813163305" y="762.1165152323848" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 985.50813163305 762.1165152323848)">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="
617
+ M 105.9173856610501,455.35924257465
618
+ L 103.9383064826131,459.02420401620003
619
+ L 61.23417576567251,459.02420401620003
620
+ L 61.23417576567251,451.6942811331
621
+ L 103.9383064826131,451.6942811331
622
+ Z
623
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="455.35924257465" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
624
+ M 105.9173856610501,470.01908834085
625
+ L 103.9383064826131,473.6840497824
626
+ L 61.23417576567251,473.6840497824
627
+ L 61.23417576567251,466.35412689929996
628
+ L 103.9383064826131,466.35412689929996
629
+ Z
630
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="470.01908834085" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
631
+ M 105.9173856610501,484.67893410705
632
+ L 103.9383064826131,488.3438955486
633
+ L 61.23417576567251,488.3438955486
634
+ L 61.23417576567251,481.0139726655
635
+ L 103.9383064826131,481.0139726655
636
+ Z
637
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="484.67893410705" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
638
+ M 105.9173856610501,499.33877987324996
639
+ L 103.9383064826131,503.0037413148
640
+ L 61.23417576567251,503.0037413148
641
+ L 61.23417576567251,495.67381843169994
642
+ L 103.9383064826131,495.67381843169994
643
+ Z
644
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="499.33877987324996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
645
+ M 179.2166144920501,513.99862563945
646
+ L 181.1956936704871,510.33366419789996
647
+ L 223.89982438742769,510.33366419789996
648
+ L 223.89982438742769,517.663587081
649
+ L 181.1956936704871,517.663587081
650
+ Z
651
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="513.99862563945" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
652
+ M 179.2166144920501,499.33877987324996
653
+ L 181.1956936704871,495.67381843169994
654
+ L 223.89982438742769,495.67381843169994
655
+ L 223.89982438742769,503.0037413148
656
+ L 181.1956936704871,503.0037413148
657
+ Z
658
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="499.33877987324996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
659
+ M 179.2166144920501,484.67893410704994
660
+ L 181.1956936704871,481.0139726654999
661
+ L 223.89982438742769,481.0139726654999
662
+ L 223.89982438742769,488.34389554859996
663
+ L 181.1956936704871,488.34389554859996
664
+ Z
665
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="484.67893410704994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
666
+ M 151.7294036804251,345.41039932815
667
+ L 155.39436512197508,347.389478506587
668
+ L 155.39436512197508,390.0936092235276
669
+ L 148.0644422388751,390.0936092235276
670
+ L 148.0644422388751,347.389478506587
671
+ Z
672
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="151.7294036804251" y="348.708864625545" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(90 151.7294036804251 348.708864625545)">XXXXXXXXX</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="
673
+ M 179.2166144920501,470.01908834085
674
+ L 181.1956936704871,466.35412689929996
675
+ L 223.89982438742769,466.35412689929996
676
+ L 223.89982438742769,473.6840497824
677
+ L 181.1956936704871,473.6840497824
678
+ Z
679
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="470.01908834085" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
680
+ M 628.174391081925,228.13163319855005
681
+ L 624.5094296403751,226.15255402011306
682
+ L 624.5094296403751,213.58417958322426
683
+ L 631.839352523475,213.58417958322426
684
+ L 631.839352523475,226.15255402011306
685
+ Z
686
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="628.174391081925" y="224.83316790115504" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 628.174391081925 224.83316790115504)">XX</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="
687
+ M 703.3427502481155,554.2765518820844
688
+ L 699.6777888065656,552.2974727036474
689
+ L 699.6777888065656,539.7290982667586
690
+ L 707.0077116896655,539.7290982667586
691
+ L 707.0077116896655,552.2974727036474
692
+ Z
693
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="703.3427502481155" y="550.9780865846894" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 703.3427502481155 550.9780865846894)">XX</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="
694
+ M 252.5158433230501,448.02931969155
695
+ L 248.8508818815001,446.05024051311295
696
+ L 248.8508818815001,433.48186607622415
697
+ L 256.1808047646001,433.48186607622415
698
+ L 256.1808047646001,446.05024051311295
699
+ Z
700
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="252.5158433230501" y="444.73085439415496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 252.5158433230501 444.73085439415496)">XX</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="
701
+ M 487.03672596783457,262.91211727885957
702
+ L 483.37176452628455,260.93303810042255
703
+ L 483.37176452628455,248.36466366353378
704
+ L 490.7016874093846,248.36466366353378
705
+ L 490.7016874093846,260.93303810042255
706
+ Z
707
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="487.03672596783457" y="259.61365198146456" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 487.03672596783457 259.61365198146456)">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="
708
+ M 360.26570970462,418.7096281591501
709
+ L 356.60074826307,416.7305489807131
710
+ L 356.60074826307,404.1621745438243
711
+ L 363.93067114617,404.1621745438243
712
+ L 363.93067114617,416.7305489807131
713
+ Z
714
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="360.26570970462" y="415.4111628617551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 360.26570970462 415.4111628617551)">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="
715
+ M 465.08360693295003,624.68046117426
716
+ L 461.4186454914,622.701381995823
717
+ L 461.4186454914,610.1330075589342
718
+ L 468.74856837450005,610.1330075589342
719
+ L 468.74856837450005,622.701381995823
720
+ Z
721
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="465.08360693295003" y="621.3819958768651" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 465.08360693295003 621.3819958768651)">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="
722
+ M 677.6880201572656,400.34817133698436
723
+ L 674.0230587157156,398.36909215854735
724
+ L 674.0230587157156,385.80071772165854
725
+ L 681.3529815988155,385.80071772165854
726
+ L 681.3529815988155,398.36909215854735
727
+ Z
728
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="677.6880201572656" y="397.04970603958935" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 677.6880201572656 397.04970603958935)">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="
729
+ M 940.06260975783,152.08368328638753
730
+ L 936.3976483162801,150.10460410795054
731
+ L 936.3976483162801,137.53622967106173
732
+ L 943.72757119938,137.53622967106173
733
+ L 943.72757119938,150.10460410795054
734
+ Z
735
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="940.06260975783" y="148.7852179889925" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 940.06260975783 148.7852179889925)">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="
736
+ M 950.2695273725468,41.18195006508455
737
+ L 946.6045659309968,39.20287088664755
738
+ L 946.6045659309968,26.63449644975875
739
+ L 953.9344888140968,26.63449644975875
740
+ L 953.9344888140968,39.20287088664755
741
+ Z
742
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="950.2695273725468" y="37.88348476768955" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 950.2695273725468 37.88348476768955)">XX</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="
743
+ M 1095.45697487955,673.79094449103
744
+ L 1091.792013438,671.811865312593
745
+ L 1091.792013438,659.2434908757042
746
+ L 1099.1219363211,659.2434908757042
747
+ L 1099.1219363211,671.811865312593
748
+ Z
749
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1095.45697487955" y="670.4924791936351" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 1095.45697487955 670.4924791936351)">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="
750
+ M 499.9007406276751,308.76078491265
751
+ L 497.92166144923806,312.42574635420004
752
+ L 425.08177445224567,312.4257463542
753
+ L 425.08177445224567,305.0958234711
754
+ L 497.92166144923806,305.0958234711
755
+ Z
756
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="308.76078491265" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXX</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="
757
+ M 331.3125143163751,176.82217301685
758
+ L 329.33343513793807,180.4871344584
759
+ L 256.4935481409457,180.4871344584
760
+ L 256.4935481409457,173.15721157529998
761
+ L 329.33343513793807,173.1572115753
762
+ Z
763
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="328.0140490189801" y="176.82217301685" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXX</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="
764
+ M 499.9007406276751,316.09070779575006
765
+ L 497.92166144923806,319.7556692373001
766
+ L 420.7766664122383,319.7556692373
767
+ L 420.7766664122383,312.42574635420004
768
+ L 497.92166144923806,312.42574635420004
769
+ Z
770
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="316.09070779575006" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</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="
771
+ M 589.69229594565,169.49225013375002
772
+ L 587.713216767213,173.1572115753
773
+ L 510.5682217302132,173.1572115753
774
+ L 510.5682217302132,165.8272886922
775
+ L 587.713216767213,165.82728869220003
776
+ Z
777
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="586.3938306482551" y="169.49225013375002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</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="
778
+ M 994.3040390927699,169.49225013375002
779
+ L 996.283118271207,165.82728869220003
780
+ L 1043.2923570281548,165.82728869220003
781
+ L 1043.2923570281548,173.1572115753
782
+ L 996.283118271207,173.1572115753
783
+ Z
784
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="997.6025043901649" y="169.49225013375002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
785
+ M 499.9007406276751,323.42063067885005
786
+ L 497.92166144923806,327.08559212040007
787
+ L 450.9124226922901,327.08559212040007
788
+ L 450.9124226922901,319.7556692373
789
+ L 497.92166144923806,319.7556692373
790
+ Z
791
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="323.42063067885005" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
792
+ M 858.333969611265,171.324730854525
793
+ L 856.354890432828,174.989692296075
794
+ L 809.34565167588,174.989692296075
795
+ L 809.34565167588,167.65976941297498
796
+ L 856.354890432828,167.659769412975
797
+ Z
798
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="855.0355043138701" y="171.324730854525" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
799
+ M 360.632205848775,556.878674505585
800
+ L 358.653126670338,560.5436359471349
801
+ L 294.42345575336043,560.5436359471349
802
+ L 294.42345575336043,553.213713064035
803
+ L 358.653126670338,553.213713064035
804
+ Z
805
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="357.33374055138" y="556.878674505585" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXX</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="
806
+ M 179.2166144920501,462.68916545775
807
+ L 181.1956936704871,459.0242040162
808
+ L 223.89982438742769,459.0242040162
809
+ L 223.89982438742769,466.3541268993
810
+ L 181.1956936704871,466.3541268993
811
+ Z
812
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="462.68916545775" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
813
+ M 499.9007406276751,426.03955104225014
814
+ L 497.92166144923806,429.70451248380016
815
+ L 455.21753073229746,429.70451248380016
816
+ L 455.21753073229746,422.3745896007001
817
+ L 497.92166144923806,422.3745896007001
818
+ Z
819
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="426.03955104225014" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
820
+ M 105.9173856610501,506.66870275635
821
+ L 103.9383064826131,510.3336641979
822
+ L 61.23417576567251,510.3336641979
823
+ L 61.23417576567251,503.0037413148
824
+ L 103.9383064826131,503.0037413148
825
+ Z
826
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="506.66870275635" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
827
+ M 499.9007406276751,433.3694739253501
828
+ L 497.92166144923806,437.03443536690014
829
+ L 455.21753073229746,437.03443536690014
830
+ L 455.21753073229746,429.7045124838001
831
+ L 497.92166144923806,429.7045124838001
832
+ Z
833
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="433.3694739253501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
834
+ M 105.9173856610501,477.34901122395
835
+ L 103.9383064826131,481.01397266550003
836
+ L 61.23417576567251,481.01397266550003
837
+ L 61.23417576567251,473.6840497824
838
+ L 103.9383064826131,473.6840497824
839
+ Z
840
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="477.34901122395" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
841
+ M 499.9007406276751,440.6993968084501
842
+ L 497.92166144923806,444.3643582500001
843
+ L 455.21753073229746,444.3643582500001
844
+ L 455.21753073229746,437.0344353669001
845
+ L 497.92166144923806,437.0344353669001
846
+ Z
847
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="440.6993968084501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
848
+ M 179.2166144920501,506.66870275635
849
+ L 181.1956936704871,503.0037413148
850
+ L 223.89982438742769,503.0037413148
851
+ L 223.89982438742769,510.3336641979
852
+ L 181.1956936704871,510.3336641979
853
+ Z
854
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="506.66870275635" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
855
+ M 499.9007406276751,448.02931969155014
856
+ L 497.92166144923806,451.69428113310016
857
+ L 455.21753073229746,451.69428113310016
858
+ L 455.21753073229746,444.3643582500001
859
+ L 497.92166144923806,444.3643582500001
860
+ Z
861
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="448.02931969155014" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
862
+ M 179.2166144920501,477.34901122394996
863
+ L 181.1956936704871,473.68404978239994
864
+ L 223.89982438742769,473.68404978239994
865
+ L 223.89982438742769,481.0139726655
866
+ L 181.1956936704871,481.0139726655
867
+ Z
868
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="477.34901122394996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
869
+ M 499.9007406276751,455.3592425746501
870
+ L 497.92166144923806,459.02420401620014
871
+ L 455.21753073229746,459.02420401620014
872
+ L 455.21753073229746,451.6942811331001
873
+ L 497.92166144923806,451.6942811331001
874
+ Z
875
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="455.3592425746501" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
876
+ M 179.2166144920501,492.00885699015
877
+ L 181.1956936704871,488.34389554859996
878
+ L 223.89982438742769,488.34389554859996
879
+ L 223.89982438742769,495.6738184317
880
+ L 181.1956936704871,495.6738184317
881
+ Z
882
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="182.5150797894451" y="492.00885699015" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
883
+ M 499.9007406276751,462.68916545775016
884
+ L 497.92166144923806,466.3541268993002
885
+ L 455.21753073229746,466.3541268993002
886
+ L 455.21753073229746,459.02420401620014
887
+ L 497.92166144923806,459.02420401620014
888
+ Z
889
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="462.68916545775016" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
890
+ M 499.9007406276751,572.63800870425
891
+ L 497.92166144923806,576.3029701457999
892
+ L 442.3022066122753,576.3029701457999
893
+ L 442.3022066122753,568.9730472627
894
+ L 497.92166144923806,568.9730472627
895
+ Z
896
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="496.60227533028007" y="572.63800870425" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXX</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="
897
+ M 765.61044514005,467.08711918760997
898
+ L 761.9454836985001,465.10804000917295
899
+ L 761.9454836985001,409.4885851722102
900
+ L 769.2754065816,409.4885851722102
901
+ L 769.2754065816,465.10804000917295
902
+ Z
903
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="765.61044514005" y="463.78865389021496" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 765.61044514005 463.78865389021496)">XXXXXXXXXXXX</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="
904
+ M 628.174391081925,572.6380087042498
905
+ L 630.153470260362,568.9730472626999
906
+ L 707.2984652973619,568.9730472626999
907
+ L 707.2984652973619,576.3029701457998
908
+ L 630.153470260362,576.3029701457998
909
+ Z
910
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="572.6380087042498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</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="
911
+ M 743.62067649075,224.466671757
912
+ L 741.641597312313,228.13163319855
913
+ L 664.4966022753133,228.13163319855
914
+ L 664.4966022753133,220.80171031544998
915
+ L 741.641597312313,220.80171031545
916
+ Z
917
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="740.3222111933551" y="224.466671757" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXXX</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="
918
+ M 628.174391081925,557.97816293805
919
+ L 630.153470260362,554.3132014965
920
+ L 702.9933572573544,554.3132014965
921
+ L 702.9933572573544,561.6431243796
922
+ L 630.153470260362,561.6431243796
923
+ Z
924
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="557.97816293805" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXXXXXX</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="
925
+ M 703.3061006337,320.48866152561
926
+ L 699.64113919215,318.50958234717297
927
+ L 699.64113919215,245.6696953501806
928
+ L 706.97106207525,245.6696953501806
929
+ L 706.97106207525,318.50958234717297
930
+ Z
931
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="703.3061006337" y="317.190196228215" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 703.3061006337 317.190196228215)">XXXXXXXXXXXXXXXX</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="
932
+ M 1005.665419561575,451.6942811331
933
+ L 1007.6444987400121,448.02931969155
934
+ L 1050.3486294569527,448.02931969155
935
+ L 1050.3486294569527,455.35924257465
936
+ L 1007.6444987400121,455.35924257465
937
+ Z
938
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1008.96388485897" y="451.6942811331" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
939
+ M 628.174391081925,550.64824005495
940
+ L 630.153470260362,546.9832786134
941
+ L 672.8576009773026,546.9832786134
942
+ L 672.8576009773026,554.3132014964999
943
+ L 630.153470260362,554.3132014964999
944
+ Z
945
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="550.64824005495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
946
+ M 1005.665419561575,437.03443536689997
947
+ L 1007.6444987400121,433.36947392534995
948
+ L 1050.3486294569527,433.36947392534995
949
+ L 1050.3486294569527,440.69939680845
950
+ L 1007.6444987400121,440.69939680845
951
+ Z
952
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1008.96388485897" y="437.03443536689997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
953
+ M 628.174391081925,543.3183171718499
954
+ L 630.153470260362,539.6533557303
955
+ L 672.8576009773026,539.6533557303
956
+ L 672.8576009773026,546.9832786133999
957
+ L 630.153470260362,546.9832786133999
958
+ Z
959
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="543.3183171718499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
960
+ M 105.9173856610501,492.00885699015
961
+ L 103.9383064826131,495.6738184317
962
+ L 61.23417576567251,495.6738184317
963
+ L 61.23417576567251,488.34389554859996
964
+ L 103.9383064826131,488.34389554859996
965
+ Z
966
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="492.00885699015" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
967
+ M 628.174391081925,499.3387798732499
968
+ L 630.153470260362,495.6738184316999
969
+ L 672.8576009773026,495.6738184316999
970
+ L 672.8576009773026,503.0037413147999
971
+ L 630.153470260362,503.0037413147999
972
+ Z
973
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="499.3387798732499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
974
+ M 105.9173856610501,462.68916545775
975
+ L 103.9383064826131,466.3541268993
976
+ L 61.23417576567251,466.3541268993
977
+ L 61.23417576567251,459.0242040162
978
+ L 103.9383064826131,459.0242040162
979
+ Z
980
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="102.6189203636551" y="462.68916545775" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
981
+ M 628.174391081925,492.0088569901499
982
+ L 630.153470260362,488.3438955485999
983
+ L 672.8576009773026,488.3438955485999
984
+ L 672.8576009773026,495.67381843169994
985
+ L 630.153470260362,495.67381843169994
986
+ Z
987
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="492.0088569901499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
988
+ M 939.2379934334813,70.53829121190006
989
+ L 941.2170726119183,66.87332977035005
990
+ L 988.2263113688663,66.87332977035005
991
+ L 988.2263113688663,74.20325265345006
992
+ L 941.2170726119183,74.20325265345006
993
+ Z
994
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="942.5364587308762" y="70.53829121190006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
995
+ M 628.174391081925,433.3694739253499
996
+ L 630.153470260362,429.7045124837999
997
+ L 677.16270901731,429.7045124837999
998
+ L 677.16270901731,437.0344353668999
999
+ L 630.153470260362,437.0344353668999
1000
+ Z
1001
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="433.3694739253499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
1002
+ M 628.174391081925,426.0395510422499
1003
+ L 630.153470260362,422.3745896006999
1004
+ L 685.7729250973248,422.3745896006999
1005
+ L 685.7729250973248,429.70451248379993
1006
+ L 630.153470260362,429.70451248379993
1007
+ Z
1008
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="426.0395510422499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXXXX</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="
1009
+ M 728.9608307245501,393.78789035661
1010
+ L 725.2958692830001,391.80881117817296
1011
+ L 725.2958692830001,336.1893563412102
1012
+ L 732.6257921661,336.1893563412102
1013
+ L 732.6257921661,391.80881117817296
1014
+ Z
1015
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="728.9608307245501" y="390.48942505921497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 728.9608307245501 390.48942505921497)">XXXXXXXXXXXX</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="
1016
+ M 939.2379934334813,55.87844544570004
1017
+ L 941.2170726119183,52.21348400415004
1018
+ L 988.2263113688663,52.21348400415004
1019
+ L 988.2263113688663,59.543406887250036
1020
+ L 941.2170726119183,59.543406887250036
1021
+ Z
1022
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="942.5364587308762" y="55.87844544570004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
1023
+ M 628.174391081925,404.04978239294985
1024
+ L 630.153470260362,400.38482095139983
1025
+ L 677.16270901731,400.38482095139983
1026
+ L 677.16270901731,407.71474383449987
1027
+ L 630.153470260362,407.71474383449987
1028
+ Z
1029
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="404.04978239294985" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
1030
+ M 628.174391081925,272.1111704971499
1031
+ L 630.153470260362,268.44620905559987
1032
+ L 681.4678170573175,268.44620905559987
1033
+ L 681.4678170573175,275.7761319386999
1034
+ L 630.153470260362,275.7761319386999
1035
+ Z
1036
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="631.47285637932" y="272.1111704971499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" 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_79__stack1" d="
1037
+ M 965.71733984868,132.84263571825
1038
+ L 963.738260670243,136.50759715979999
1039
+ L 912.4239138732876,136.50759715979999
1040
+ L 912.4239138732876,129.17767427669997
1041
+ L 963.738260670243,129.1776742767
1042
+ Z
1043
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="962.4188745512851" y="132.84263571825" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" 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_80__stack1" d="
1044
+ M 1059.906848896515,134.67511643902498
1045
+ L 1057.927769718078,138.34007788057497
1046
+ L 1006.6134229211225,138.34007788057497
1047
+ L 1006.6134229211225,131.01015499747496
1048
+ L 1057.927769718078,131.01015499747498
1049
+ Z
1050
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1056.6083835991199" y="134.67511643902498" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" 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_81__stack1" d="
1051
+ M 619.0119874780501,169.49225013375002
1052
+ L 620.9910666564871,165.82728869220003
1053
+ L 668.0003054134351,165.82728869220003
1054
+ L 668.0003054134351,173.1572115753
1055
+ L 620.9910666564871,173.1572115753
1056
+ Z
1057
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="622.310452775445" y="169.49225013375002" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
1058
+ M 422.93655035512506,184.15209589994998
1059
+ L 424.9156295335621,180.4871344584
1060
+ L 471.92486829051006,180.4871344584
1061
+ L 471.92486829051006,187.81705734149998
1062
+ L 424.9156295335621,187.81705734149998
1063
+ Z
1064
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="426.2350156525201" y="184.15209589994998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXXX</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="
1065
+ M 941.0704741542563,623.94746888595
1066
+ L 943.0495533326933,620.2825074444
1067
+ L 985.7536840496339,620.2825074444
1068
+ L 985.7536840496339,627.6124303275
1069
+ L 943.0495533326933,627.6124303275
1070
+ Z
1071
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="944.3689394516513" y="623.94746888595" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1072
+ M 892.0516148735251,437.03443536689997
1073
+ L 890.072535695088,440.69939680845
1074
+ L 847.3684049781475,440.69939680845
1075
+ L 847.3684049781475,433.36947392534995
1076
+ L 890.072535695088,433.36947392534995
1077
+ Z
1078
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="888.7531495761301" y="437.03443536689997" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1079
+ M 977.9033366418337,631.2773917690499
1080
+ L 979.8824158202707,627.6124303275
1081
+ L 1022.5865465372112,627.6124303275
1082
+ L 1022.5865465372112,634.9423532105999
1083
+ L 979.8824158202707,634.9423532105999
1084
+ Z
1085
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="981.2018019392286" y="631.2773917690499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1086
+ M 892.0516148735251,451.6942811331
1087
+ L 890.072535695088,455.35924257465
1088
+ L 847.3684049781475,455.35924257465
1089
+ L 847.3684049781475,448.02931969155
1090
+ L 890.072535695088,448.02931969155
1091
+ Z
1092
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="888.7531495761301" y="451.6942811331" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1093
+ M 1051.5140871953656,433.3328243109345
1094
+ L 1047.8491257538155,431.35374513249747
1095
+ L 1047.8491257538155,418.78537069560866
1096
+ L 1055.1790486369157,418.78537069560866
1097
+ L 1055.1790486369157,431.35374513249747
1098
+ Z
1099
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1051.5140871953656" y="430.0343590135395" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 1051.5140871953656 430.0343590135395)">XX</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="
1100
+ M 941.0704741542563,609.2876231197499
1101
+ L 943.0495533326933,605.6226616782
1102
+ L 955.6179277695821,605.6226616782
1103
+ L 955.6179277695821,612.9525845612999
1104
+ L 943.0495533326933,612.9525845612999
1105
+ Z
1106
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="944.3689394516513" y="609.2876231197499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" 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_89__stack1" d="
1107
+ M 1020.325265327775,620.2825074443999
1108
+ L 1016.660303886225,618.3034282659629
1109
+ L 1016.660303886225,605.7350538290741
1110
+ L 1023.990226769325,605.7350538290741
1111
+ L 1023.990226769325,618.3034282659629
1112
+ Z
1113
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="1020.325265327775" y="616.984042147005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 1020.325265327775 616.984042147005)">XX</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="
1114
+ M 985.50813163305,723.63442009611
1115
+ L 981.8431701915,721.655340917673
1116
+ L 981.8431701915,709.0869664807842
1117
+ L 989.1730930745999,709.0869664807842
1118
+ L 989.1730930745999,721.655340917673
1119
+ Z
1120
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="985.50813163305" y="720.3359547987151" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="rotate(-90 985.50813163305 720.3359547987151)">XX</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="
1121
+ M 937.4055127127062,645.93723753525
1122
+ L 939.3845918911433,642.2722760937
1123
+ L 982.0887226080838,642.2722760937
1124
+ L 982.0887226080838,649.6021989768
1125
+ L 939.3845918911433,649.6021989768
1126
+ Z
1127
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="940.7039780101012" y="645.93723753525" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1128
+ M 864.5644040619,535.98839428875
1129
+ L 862.5853248834629,539.6533557303
1130
+ L 819.8811941665224,539.6533557303
1131
+ L 819.8811941665224,532.3234328472
1132
+ L 862.5853248834629,532.3234328472
1133
+ Z
1134
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="861.265938764505" y="535.98839428875" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1135
+ M 937.4055127127062,653.2671604183499
1136
+ L 939.3845918911433,649.6021989768
1137
+ L 982.0887226080838,649.6021989768
1138
+ L 982.0887226080838,656.9321218598999
1139
+ L 939.3845918911433,656.9321218598999
1140
+ Z
1141
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="940.7039780101012" y="653.2671604183499" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</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="
1142
+ M 992.83805451615,535.98839428875
1143
+ L 990.858975337713,539.6533557303
1144
+ L 948.1548446207725,539.6533557303
1145
+ L 948.1548446207725,532.3234328472
1146
+ L 990.858975337713,532.3234328472
1147
+ Z
1148
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.73299228831px"/><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="989.539589218755" y="535.98839428875" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="6.596930594789999px" transform="">XXXXXXXXX</text><text class="sch-text" x="89.79155531823005" y="238.57677330696748" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 89.79155531823005, 238.57677330696748)">J_DISPLAY</text><text class="sch-text" x="211.46827517769003" y="238.57677330696748" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 211.46827517769003, 238.57677330696748)">J_HOST</text><text class="sch-text" x="543.1472856379651" y="599.392227227565" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 543.1472856379651, 599.392227227565)">STM32F723VET6</text><text class="sch-text" x="525.555470718525" y="216.58700465766756" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 525.555470718525, 216.58700465766756)">U_MCU</text><text class="sch-text" x="151.3629075362701" y="526.092998396565" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 151.3629075362701, 526.092998396565)">SN74LVC244APWR</text><text class="sch-text" x="131.57211575190007" y="436.48469115066746" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 131.57211575190007, 436.48469115066746)">U_BUF</text><text class="sch-text" x="408.2767045889251" y="196.24646865706498" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 408.2767045889251, 196.24646865706498)">ABM8W_12_0000MHZ_8_B1U_T3</text><text class="sch-text" x="357.70023669553507" y="165.2775444759675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 357.70023669553507, 165.2775444759675)">Y1</text><text class="sch-text" x="930.900206153955" y="463.78865389021496" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 930.900206153955, 463.78865389021496)">USBLC6_2SC6</text><text class="sch-text" x="917.7063449643749" y="425.48980682601746" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 917.7063449643749, 425.48980682601746)">U_ESD</text><text class="sch-text" x="910.8345422614686" y="37.003894021717485" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 910.8345422614686, 37.003894021717485)">J_SWD</text><text class="sch-text" x="895.8082003511138" y="680.021378941665" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 895.8082003511138, 680.021378941665)">TYPE-C-31-M-12</text><text class="sch-text" x="876.0174085667438" y="575.7532259295675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 876.0174085667438, 575.7532259295675)">J_USB</text><text class="sch-text" x="1088.12705199645" y="643.371764526165" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789989px" transform="rotate(0, 1088.12705199645, 643.371764526165)">AP2112K_3_3TRG1</text><text class="sch-text" x="1066.13728334715" y="612.4028403450675" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="6.596930594789999px" transform="rotate(0, 1066.13728334715, 612.4028403450675)">U_LDO</text><rect class="schematic-box sch-box" x="67.80178666892999" y="233.99557150503003" width="43.979537298600064" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="196.07543712318" y="233.99557150503003" width="30.785676109020073" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="514.560586393875" y="596.0937619301699" width="57.173398488180055" height="6.596930594790024" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="512.3616095289451" y="212.0058028557301" width="26.38772237915998" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="120.57723142725013" y="522.7945330991699" width="61.571352218039976" height="6.596930594790024" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="118.37825456232008" y="431.90348934873" width="26.38772237916004" height="9.16240360387502" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="353.3022829656751" y="192.94800335967" width="109.94884324649996" height="6.596930594789995" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="351.10330610074504" y="160.69634267403003" width="13.193861189580048" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="906.711460639725" y="460.49018859281995" width="48.377491028459986" height="6.596930594790024" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="904.512483774795" y="420.90860502408" width="26.38772237915998" height="9.16240360387502" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="897.6406810718888" y="32.422692219780004" width="26.387722379159868" height="9.16240360387502" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="865.0225242420938" y="676.72291364427" width="61.57135221803992" height="6.59693059478991" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="862.8235473771638" y="571.17202412763" width="26.387722379160095" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="1055.1423990225" y="640.07329922877" width="65.96930594790001" height="6.59693059478991" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/><rect class="schematic-box sch-box" x="1052.94342215757" y="607.82163854313" width="26.387722379159868" height="9.162403603874964" stroke-width="0.73299228831px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="5.86393830648 2.93196915324"/>
1149
+ </g>
1150
+ </svg>