@tscircuit/schematic-trace-solver 0.0.187 → 0.0.189
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.
- package/dist/index.d.ts +42 -23
- package/dist/index.js +1053 -316
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +612 -230
- package/lib/solvers/InlineNetLabelSolver/alignPortOnlyInlineNetLabelStubs.ts +2 -6
- package/lib/solvers/InlineNetLabelSolver/getAnchoredNetLabelRenderedBounds.ts +13 -0
- package/lib/solvers/InlineNetLabelSolver/getInlineLabelObstacles.ts +64 -0
- package/lib/solvers/InlineNetLabelSolver/getLocalTraceLabelShifts.ts +407 -0
- package/lib/solvers/InlineNetLabelSolver/getOutputLabelCollisions.ts +145 -0
- package/lib/solvers/InlineNetLabelSolver/isLabelRepresentedInline.ts +15 -0
- package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +61 -31
- package/lib/solvers/NetLabelNetLabelCollisionSolver/NetLabelNetLabelCollisionSolver.ts +94 -16
- package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +4 -3
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +7 -7
- package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +3 -0
- package/lib/solvers/TraceCleanupSolver/sub-solver/generateLShapeRerouteCandidates.ts +5 -1
- package/lib/types/InputProblem.ts +2 -2
- package/package.json +1 -1
- package/site/SchematicTracePipelineSolver/repro-robot-controller-imu-tof.page.tsx +7 -0
- package/site/bug-reports/bug-report-20260907T110144Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260907T145640Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +18 -18
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.test.ts +21 -0
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +5 -38
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +3 -9
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +18 -30
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.test.ts +33 -0
- package/tests/bug-reports/bug-report-20260907T110144Z/__snapshots__/bug-report-20260907T110144Z.snap.svg +282 -0
- package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.json +1073 -0
- package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260907T145640Z/__snapshots__/bug-report-20260907T145640Z.snap.svg +1107 -0
- package/tests/bug-reports/bug-report-20260907T145640Z/bug-report-20260907T145640Z.json +3563 -0
- package/tests/bug-reports/bug-report-20260907T145640Z/bug-report-20260907T145640Z.test.ts +117 -0
- package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +4 -4
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +20 -20
- package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +37 -55
- package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +44 -68
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +3 -9
- package/tests/repros/__snapshots__/repro-robot-controller-imu-tof.snap.svg +199 -0
- package/tests/repros/__snapshots__/repro-robot-controller-imu-tof.source.svg +33 -0
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +50 -74
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/rp2040-robot-controller-disconnected-gnd.snap.svg +103 -0
- package/tests/repros/assets/repro-robot-controller-imu-tof.input.json +540 -0
- package/tests/repros/assets/rp2040-robot-controller.input.json +349 -0
- package/tests/repros/repro-battery-management-bq24073.test.ts +13 -1
- package/tests/repros/repro-hub-usb-sheet.test.ts +25 -0
- package/tests/repros/repro-robot-controller-imu-tof.test.ts +83 -0
- package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +59 -13
- package/tests/repros/rp2040-robot-controller-disconnected-gnd.test.ts +59 -0
- package/tests/solvers/InlineNetLabelSolver/get-anchored-net-label-rendered-bounds.test.ts +24 -0
- package/tests/solvers/InlineNetLabelSolver/local-trace-label-shifts.test.ts +296 -0
- package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +7 -4
- package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +2 -1
- package/tests/solvers/InlineNetLabelSolver/shared-direct-and-named-connection.test.ts +62 -0
- package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +9 -3
- package/tests/solvers/TraceCleanupSolver/perpendicular-detours-preserve-endpoints.test.ts +60 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
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="-4.37,3.918 2.91,2.590000000000001" data-type="line" data-label="" points="229.95413685562283,233.57035406347455 379.5340304531279,260.8563566318106" fill="none" stroke="hsl(238, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.37,3.718 2.91,2.7900000000000014" data-type="line" data-label="" points="229.95413685562283,237.67969179966974 379.5340304531279,256.74701889561544" fill="none" stroke="hsl(241, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 2.69,4.21" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 375.0137589433132,227.5707209686296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -3.5700000000000003,0.6199999999999999" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 246.39148780040358,301.3333333333333" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -3.5700000000000003,0.21999999999999997" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 246.39148780040358,309.5520088057237" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.79,2.936" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.77,1.516" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 9.12,0.24" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 10.3,0.24" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 5.944999999999999,6.6" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 10.760000000000002,-1.19" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.94,-3.3800000000000003" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 7.345,-4.809" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 7.12,-6.999" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 5.08,-7.08" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 0.475,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -0.765,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -2.005,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -3.245,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -4.485,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -5.725,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -6.965,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -8.205,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 5.725,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 6.965,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.205,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 9.445,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -9.445,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 10.685,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -10.685,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -11.925,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -13.165,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 11.925,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 13.165,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -3.5700000000000003,0.6199999999999999" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 246.39148780040358,301.3333333333333" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -3.5700000000000003,0.21999999999999997" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 246.39148780040358,309.5520088057237" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.79,2.936" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.77,1.516" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 9.12,0.24" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 10.3,0.24" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 5.944999999999999,6.6" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 10.760000000000002,-1.19" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.94,-3.3800000000000003" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 7.345,-4.809" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 7.12,-6.999" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 5.08,-7.08" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 0.475,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -0.765,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -2.005,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -3.245,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -4.485,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -5.725,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -6.965,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -8.205,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 5.725,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 6.965,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.205,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 9.445,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -9.445,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 10.685,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -10.685,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -11.925,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -13.165,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 11.925,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 13.165,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -3.5700000000000003,0.21999999999999997" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 246.39148780040358,309.5520088057237" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.79,2.936" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.77,1.516" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 9.12,0.24" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 10.3,0.24" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 5.944999999999999,6.6" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 10.760000000000002,-1.19" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.94,-3.3800000000000003" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 7.345,-4.809" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 7.12,-6.999" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 5.08,-7.08" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 0.475,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -0.765,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -2.005,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -3.245,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -4.485,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -5.725,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -6.965,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -8.205,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 5.725,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 6.965,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.205,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 9.445,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -9.445,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 10.685,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -10.685,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -11.925,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -13.165,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 11.925,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 13.165,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.79,2.936" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.77,1.516" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 9.12,0.24" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 10.3,0.24" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 5.944999999999999,6.6" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 10.760000000000002,-1.19" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.94,-3.3800000000000003" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 7.345,-4.809" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 7.12,-6.999" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 5.08,-7.08" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 0.475,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -0.765,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -2.005,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -3.245,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -4.485,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -5.725,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -6.965,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -8.205,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 5.725,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 6.965,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.205,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 9.445,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -9.445,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 10.685,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -10.685,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -11.925,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -13.165,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 11.925,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 13.165,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.79,2.936" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.77,1.516" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 9.12,0.24" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 10.3,0.24" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 5.944999999999999,6.6" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 10.760000000000002,-1.19" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.94,-3.3800000000000003" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 7.345,-4.809" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 7.12,-6.999" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 5.08,-7.08" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 0.475,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -0.765,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -2.005,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -3.245,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -4.485,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -5.725,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -6.965,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -8.205,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 5.725,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 6.965,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.205,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 9.445,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -9.445,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 10.685,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -10.685,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -11.925,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -13.165,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 11.925,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 13.165,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 8.77,1.516" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 9.12,0.24" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 10.3,0.24" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 5.944999999999999,6.6" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 10.760000000000002,-1.19" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 8.94,-3.3800000000000003" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 7.345,-4.809" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 7.12,-6.999" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 5.08,-7.08" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 0.475,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -0.765,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -2.005,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -3.245,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -4.485,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -5.725,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -6.965,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -8.205,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 5.725,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 6.965,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 8.205,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 9.445,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -9.445,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 10.685,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -10.685,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -11.925,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -13.165,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 11.925,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 13.165,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 9.12,0.24" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 10.3,0.24" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 5.944999999999999,6.6" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 10.760000000000002,-1.19" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 8.94,-3.3800000000000003" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 7.345,-4.809" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 7.12,-6.999" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 5.08,-7.08" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 0.475,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -0.765,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -2.005,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -3.245,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -4.485,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -5.725,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -6.965,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -8.205,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 5.725,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 6.965,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 8.205,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 9.445,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -9.445,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 10.685,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -10.685,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -11.925,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -13.165,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 11.925,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 13.165,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 10.3,0.24" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 5.944999999999999,6.6" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 10.760000000000002,-1.19" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 8.94,-3.3800000000000003" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 7.345,-4.809" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 7.12,-6.999" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 5.08,-7.08" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 0.475,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -0.765,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -2.005,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -3.245,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -4.485,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -5.725,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -6.965,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -8.205,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 5.725,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 6.965,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 8.205,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 9.445,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -9.445,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 10.685,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -10.685,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -11.925,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -13.165,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 11.925,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 13.165,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 5.944999999999999,6.6" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 10.760000000000002,-1.19" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 8.94,-3.3800000000000003" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 7.345,-4.809" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 7.12,-6.999" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 5.08,-7.08" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 0.475,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -0.765,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -2.005,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -3.245,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -4.485,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -5.725,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -6.965,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -8.205,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 5.725,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 6.965,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 8.205,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 9.445,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -9.445,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 10.685,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -10.685,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -11.925,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -13.165,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 11.925,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 13.165,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 10.760000000000002,-1.19" data-type="line" data-label="" points="441.89323059989,178.464135021097 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 8.94,-3.3800000000000003" data-type="line" data-label="" points="441.89323059989,178.464135021097 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 7.345,-4.809" data-type="line" data-label="" points="441.89323059989,178.464135021097 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 7.12,-6.999" data-type="line" data-label="" points="441.89323059989,178.464135021097 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 5.08,-7.08" data-type="line" data-label="" points="441.89323059989,178.464135021097 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 0.475,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -0.765,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -2.005,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -3.245,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -4.485,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -5.725,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -6.965,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -8.205,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 5.725,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 6.965,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 8.205,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 9.445,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -9.445,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 10.685,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -10.685,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -11.925,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -13.165,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 11.925,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 13.165,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 8.94,-3.3800000000000003" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 7.345,-4.809" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 7.12,-6.999" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 5.08,-7.08" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 0.475,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -0.765,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -2.005,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -3.245,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -4.485,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -5.725,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -6.965,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -8.205,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 5.725,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 6.965,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 8.205,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 9.445,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -9.445,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 10.685,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -10.685,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -11.925,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -13.165,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 11.925,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 13.165,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 7.345,-4.809" data-type="line" data-label="" points="503.430563199413,383.5200880572372 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 7.12,-6.999" data-type="line" data-label="" points="503.430563199413,383.5200880572372 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 5.08,-7.08" data-type="line" data-label="" points="503.430563199413,383.5200880572372 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 0.475,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -0.765,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -2.005,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -3.245,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -4.485,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -5.725,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -6.965,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -8.205,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 5.725,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 6.965,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 8.205,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 9.445,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -9.445,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 10.685,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -10.685,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -11.925,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -13.165,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 11.925,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 13.165,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 7.12,-6.999" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 5.08,-7.08" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 0.475,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -0.765,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -2.005,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -3.245,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -4.485,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -5.725,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -6.965,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -8.205,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 5.725,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 6.965,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 8.205,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 9.445,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -9.445,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 10.685,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -10.685,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -11.925,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -13.165,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 11.925,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 13.165,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 5.08,-7.08" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 0.475,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -0.765,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -2.005,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -3.245,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -4.485,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -5.725,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -6.965,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -8.205,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 5.725,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 6.965,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 8.205,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 9.445,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -9.445,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 10.685,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -10.685,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -11.925,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -13.165,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 11.925,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 13.165,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 0.475,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -0.765,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -2.005,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -3.245,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -4.485,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -5.725,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -6.965,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -8.205,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 5.725,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 6.965,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 8.205,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 9.445,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -9.445,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 10.685,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -10.685,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -11.925,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -13.165,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 11.925,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 13.165,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -0.765,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -2.005,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -3.245,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -4.485,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -5.725,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -6.965,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -8.205,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 5.725,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 6.965,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 8.205,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 9.445,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -9.445,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 10.685,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -10.685,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -11.925,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -13.165,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 11.925,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 13.165,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -2.005,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -3.245,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -4.485,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -5.725,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -6.965,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -8.205,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 5.725,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 6.965,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 8.205,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 9.445,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -9.445,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 10.685,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -10.685,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -11.925,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -13.165,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 11.925,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 13.165,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -3.245,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -4.485,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -5.725,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -6.965,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -8.205,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 5.725,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 6.965,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 8.205,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 9.445,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -9.445,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 10.685,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -10.685,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -11.925,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -13.165,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 11.925,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 13.165,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -4.485,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -5.725,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -6.965,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -8.205,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 5.725,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 6.965,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 8.205,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 9.445,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -9.445,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 10.685,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -10.685,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -11.925,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -13.165,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 11.925,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 13.165,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -5.725,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -6.965,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -8.205,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 5.725,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 6.965,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 8.205,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 9.445,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -9.445,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 10.685,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -10.685,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -11.925,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -13.165,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 11.925,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 13.165,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -6.965,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -8.205,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 5.725,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 6.965,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 8.205,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 9.445,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -9.445,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 10.685,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -10.685,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -11.925,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -13.165,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 11.925,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 13.165,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -8.205,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 5.725,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 6.965,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 8.205,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 9.445,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -9.445,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 10.685,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -10.685,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -11.925,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -13.165,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 11.925,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 13.165,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 5.725,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 6.965,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 8.205,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 9.445,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -9.445,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 10.685,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -10.685,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -11.925,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -13.165,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 11.925,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 13.165,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 6.965,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 8.205,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 9.445,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -9.445,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 10.685,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -10.685,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -11.925,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -13.165,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 11.925,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 13.165,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 8.205,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 9.445,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -9.445,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 10.685,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -10.685,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -11.925,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -13.165,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 11.925,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 13.165,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 9.445,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -9.445,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 10.685,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -10.685,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -11.925,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -13.165,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 11.925,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 13.165,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -9.445,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 10.685,4.41" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -10.685,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -11.925,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -13.165,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 11.925,4.41" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 13.165,4.41" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 10.685,4.41" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 -10.685,5.743" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 -11.925,5.743" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 -13.165,5.743" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 11.925,4.41" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 13.165,4.41" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 -10.685,5.743" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 -11.925,5.743" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 -13.165,5.743" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 11.925,4.41" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 13.165,4.41" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 -11.925,5.743" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 -13.165,5.743" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 11.925,4.41" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 13.165,4.41" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,5.743 -13.165,5.743" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,5.743 11.925,4.41" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,5.743 13.165,4.41" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.165,5.743 11.925,4.41" data-type="line" data-label="" points="49.246009906439156,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.165,5.743 13.165,4.41" data-type="line" data-label="" points="49.246009906439156,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.925,4.41 13.165,4.41" data-type="line" data-label="" points="564.7624289121263,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 2.69,4.409999999999999" data-type="line" data-label="" points="271.04751421757476,231.515685195377 375.0137589433132,223.4613832324344" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,1.42" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,284.89598238855257" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,1.22" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,289.00532012474775" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,1.02" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,1.42" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,284.89598238855257" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,1.22" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,289.00532012474775" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,1.02" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.42 -3.5700000000000003,1.22" data-type="line" data-label="" points="246.39148780040358,284.89598238855257 246.39148780040358,289.00532012474775" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.42 -3.5700000000000003,1.02" data-type="line" data-label="" points="246.39148780040358,284.89598238855257 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.42 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="246.39148780040358,284.89598238855257 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.22 -3.5700000000000003,1.02" data-type="line" data-label="" points="246.39148780040358,289.00532012474775 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.22 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="246.39148780040358,289.00532012474775 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.02 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="246.39148780040358,293.11465786094294 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.69,4.31 2.91,1.1900000000000013" data-type="line" data-label="" points="333.92038158136126,225.516052100532 379.5340304531279,289.621720785177" fill="none" stroke="hsl(149, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.69,4.109999999999999 2.91,1.3900000000000012" data-type="line" data-label="" points="333.92038158136126,229.6253898367272 379.5340304531279,285.5123830489818" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.41999999999999993 -3.5700000000000003,0.020000000000000018" data-type="line" data-label="" points="246.39148780040358,305.4426710695285 246.39148780040358,313.6613465419189" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.42000000000000004 -1.4699999999999998,0.8200000000000001" data-type="line" data-label="" points="289.5395340304531,305.4426710695285 289.5395340304531,297.2239955971381" fill="none" stroke="hsl(63, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.42000000000000004 2.91,-0.4099999999999995" data-type="line" data-label="" points="289.5395340304531,305.4426710695285 379.5340304531279,322.49642267473854" fill="none" stroke="hsl(63, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.8200000000000001 2.91,-0.4099999999999995" data-type="line" data-label="" points="289.5395340304531,297.2239955971381 379.5340304531279,322.49642267473854" fill="none" stroke="hsl(63, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.6200000000000001 -1.4699999999999998,1.02" data-type="line" data-label="" points="289.5395340304531,301.3333333333333 289.5395340304531,293.11465786094294" fill="none" stroke="hsl(60, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.6200000000000001 2.91,-0.6099999999999997" data-type="line" data-label="" points="289.5395340304531,301.3333333333333 379.5340304531279,326.6057604109338" fill="none" stroke="hsl(60, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,1.02 2.91,-0.6099999999999997" data-type="line" data-label="" points="289.5395340304531,293.11465786094294 379.5340304531279,326.6057604109338" fill="none" stroke="hsl(60, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,0.5900000000000014" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,301.94973399376255" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,-0.009999999999999112" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,314.27774720234817" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,338.93377361951934" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 2.91,-0.009999999999999112" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 379.5340304531279,314.27774720234817" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 2.91,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 379.5340304531279,338.93377361951934" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 2.91,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 379.5340304531279,338.93377361951934" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 6.3100000000000005,1.09" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 0.475,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -0.765,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -2.005,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -3.245,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -4.485,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -5.725,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -6.965,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -8.205,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -9.445,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -10.685,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -11.925,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -13.165,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 6.3100000000000005,1.09" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 0.475,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -0.765,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -2.005,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -3.245,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -4.485,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -5.725,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -6.965,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -8.205,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -9.445,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -10.685,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -11.925,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -13.165,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 0.475,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -0.765,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -2.005,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -3.245,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -4.485,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -5.725,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -6.965,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -8.205,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -9.445,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -10.685,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -11.925,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -13.165,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -0.765,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -2.005,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -3.245,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -4.485,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -5.725,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -6.965,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -8.205,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -9.445,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -10.685,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -11.925,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -13.165,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -2.005,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -3.245,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -4.485,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -5.725,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -6.965,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -8.205,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -9.445,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -10.685,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -11.925,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -13.165,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -3.245,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -4.485,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -5.725,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -6.965,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -8.205,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -9.445,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -10.685,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -11.925,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -13.165,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -4.485,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -5.725,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -6.965,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -8.205,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -9.445,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -10.685,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -11.925,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -13.165,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -5.725,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -6.965,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -8.205,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -9.445,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -10.685,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -11.925,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -13.165,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -6.965,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -8.205,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -9.445,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -10.685,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -11.925,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -13.165,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -8.205,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -9.445,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -10.685,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -11.925,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -13.165,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -9.445,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -10.685,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -11.925,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -13.165,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,6.503 -10.685,6.503" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,6.503 -11.925,6.503" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,6.503 -13.165,6.503" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,6.503 -11.925,6.503" data-type="line" data-label="" points="100.20179783525955,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,6.503 -13.165,6.503" data-type="line" data-label="" points="100.20179783525955,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,6.503 -13.165,6.503" data-type="line" data-label="" points="74.72390387084934,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.3100000000000005,-2.5100000000000007" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 449.39277196844625,365.64446890478814" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.3100000000000005,0.0899999999999992" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 449.39277196844625,312.2230783342506" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.3100000000000005,2.290000000000001" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 449.39277196844625,267.02036323610344" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 -2.1,-2.09" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 5.725,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.965,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 8.205,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 9.445,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 10.685,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 11.925,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 13.165,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 6.3100000000000005,0.0899999999999992" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 449.39277196844625,312.2230783342506" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 6.3100000000000005,2.290000000000001" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 449.39277196844625,267.02036323610344" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 -2.1,-2.09" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 5.725,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 6.965,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 8.205,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 9.445,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 10.685,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 11.925,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 13.165,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 6.3100000000000005,2.290000000000001" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 449.39277196844625,267.02036323610344" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 -2.1,-2.09" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 5.725,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 6.965,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 8.205,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 9.445,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 10.685,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 11.925,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 13.165,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 -2.1,-2.09" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 5.725,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 6.965,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 8.205,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 9.445,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 10.685,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 11.925,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 13.165,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 5.725,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 6.965,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 8.205,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 9.445,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 10.685,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 11.925,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 13.165,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 6.965,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 8.205,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 9.445,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 10.685,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 11.925,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 13.165,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 8.205,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 9.445,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 10.685,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 11.925,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 13.165,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 9.445,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 10.685,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 11.925,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 13.165,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,5.17 10.685,5.17" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,5.17 11.925,5.17" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,5.17 13.165,5.17" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,5.17 11.925,5.17" data-type="line" data-label="" points="539.2845349477161,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,5.17 13.165,5.17" data-type="line" data-label="" points="539.2845349477161,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.925,5.17 13.165,5.17" data-type="line" data-label="" points="564.7624289121263,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 5.5,-4.855" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 432.74995413685565,413.8264538616768" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 6.745,-4.809" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 458.33058154467074,412.88130618235186" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 7.12,-6.239" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 466.03558980003675,442.2630709961475" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 5.08,-6.32" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-4.855 6.745,-4.809" data-type="line" data-label="" points="432.74995413685565,413.8264538616768 458.33058154467074,412.88130618235186" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-4.855 7.12,-6.239" data-type="line" data-label="" points="432.74995413685565,413.8264538616768 466.03558980003675,442.2630709961475" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-4.855 5.08,-6.32" data-type="line" data-label="" points="432.74995413685565,413.8264538616768 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.745,-4.809 7.12,-6.239" data-type="line" data-label="" points="458.33058154467074,412.88130618235186 466.03558980003675,442.2630709961475" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.745,-4.809 5.08,-6.32" data-type="line" data-label="" points="458.33058154467074,412.88130618235186 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.239 5.08,-6.32" data-type="line" data-label="" points="466.03558980003675,442.2630709961475 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.31000000000000116 -1.5,-2.09" data-type="line" data-label="" points="449.39277196844625,320.441753806641 288.92313337002383,357.0148596587782" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.31000000000000116 8.94,-2.6199999999999997" data-type="line" data-label="" points="449.39277196844625,320.441753806641 503.430563199413,367.90460465969545" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-2.09 8.94,-2.6199999999999997" data-type="line" data-label="" points="288.92313337002383,357.0148596587782 503.430563199413,367.90460465969545" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.6899999999999997 12,-0.9200000000000002" data-type="line" data-label="" points="449.39277196844625,299.895065125665 566.3034305631995,332.97523390203634" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.8899999999999999 11.32,-2.84" data-type="line" data-label="" points="449.39277196844625,295.7857273894698 552.3316822601358,372.4248761695102" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.6900000000000002 10.16,-1.19" data-type="line" data-label="" points="449.39277196844625,279.34837644468905 528.4975233902037,338.52283984589985" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.8900000000000003 10.769999999999996,2.216" data-type="line" data-label="" points="449.39277196844625,275.2390387084938 541.031003485599,268.5408181984957" fill="none" stroke="hsl(230, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.8900000000000003 10.3,1" data-type="line" data-label="" points="449.39277196844625,275.2390387084938 531.3740598055404,293.52559163456243" fill="none" stroke="hsl(230, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.769999999999996,2.216 10.3,1" data-type="line" data-label="" points="541.031003485599,268.5408181984957 531.3740598055404,293.52559163456243" fill="none" stroke="hsl(230, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.0900000000000007 8.25,2.216" data-type="line" data-label="" points="449.39277196844625,271.1297009722986 489.2533480095396,268.5408181984957" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.0900000000000007 9.12,1" data-type="line" data-label="" points="449.39277196844625,271.1297009722986 507.12896716198867,293.52559163456243" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.25,2.216 9.12,1" data-type="line" data-label="" points="489.2533480095396,268.5408181984957 507.12896716198867,293.52559163456243" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.490000000000001 5.345,6.6" data-type="line" data-label="" points="449.39277196844625,262.91102549990825 429.5652173913044,178.464135021097" fill="none" stroke="hsl(177, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 5.725,3.5500000000000007 6.510000000000001,3.5500000000000007 6.510000000000001,2.6900000000000013 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 437.37295909007526,241.1315354980737 453.5021097046414,241.1315354980737 453.5021097046414,258.80168776371306 449.39277196844625,258.80168776371306" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.965,4.41 6.965,3.5500000000000007 6.510000000000001,3.5500000000000007" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 462.85085305448547,241.1315354980737 453.5021097046414,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.205,4.41 8.205,3.5500000000000007 6.965,3.5500000000000007" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 488.3287470188957,241.1315354980737 462.85085305448547,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.445,4.41 9.445,3.5500000000000007 8.205,3.5500000000000007" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 513.8066409833059,241.1315354980737 488.3287470188957,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.685,4.41 10.685,3.5500000000000007 9.445,3.5500000000000007" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 539.2845349477161,241.1315354980737 513.8066409833059,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.925,4.41 11.925,3.5500000000000007 10.685,3.5500000000000007" data-type="line" data-label="" points="564.7624289121263,223.4613832324344 564.7624289121263,241.1315354980737 539.2845349477161,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.165,4.41 13.165,3.5500000000000007 11.925,3.5500000000000007" data-type="line" data-label="" points="590.2403228765365,223.4613832324344 590.2403228765365,241.1315354980737 564.7624289121263,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.79,2.936 8.79,3.5500000000000007 8.205,3.5500000000000007 8.205,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 500.34855989726657,241.1315354980737 488.3287470188957,241.1315354980737 488.3287470188957,223.4613832324344" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.3,0.24 10.3,0.0400000000000007 9.12,0.0400000000000007 9.12,0.24" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 531.3740598055404,313.2504127682994 507.12896716198867,313.2504127682994 507.12896716198867,309.1410750321042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.760000000000002,-1.1899999999999997 10.96,-1.1899999999999997 10.96,0.0400000000000007 10.3,0.0400000000000007" data-type="line" data-label="" points="540.8255365987893,338.5228398458998 544.9348743349844,338.5228398458998 544.9348743349844,313.2504127682994 531.3740598055404,313.2504127682994" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.08,-7.08 5.08,-7.28 7.120000000000001,-7.28 7.120000000000001,-6.999" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 424.1203448908458,463.6521739130435 466.03558980003675,463.6521739130435 466.03558980003675,457.8785543936892" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.765,5.743 -0.765,5.3105 0.4750000000000002,5.3105 0.4750000000000002,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 304.0249495505412,204.9590900752155 329.5028435149514,204.9590900752155 329.5028435149514,196.0726472206934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.005,5.743 -2.005,5.3105 -0.765,5.3105" data-type="line" data-label="" points="278.547055586131,196.0726472206934 278.547055586131,204.9590900752155 304.0249495505412,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.245,5.743 -3.245,5.3105 -2.005,5.3105" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 253.06916162172078,204.9590900752155 278.547055586131,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.485,5.743 -4.485,5.3105 -3.245,5.3105" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 227.5912676573106,204.9590900752155 253.06916162172078,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.725,5.743 -5.725,5.3105 -4.485,5.3105" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 202.11337369290038,204.9590900752155 227.5912676573106,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.965,5.743 -6.965,5.3105 -5.725,5.3105" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 176.63547972849017,204.9590900752155 202.11337369290038,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.205,5.743 -8.205,5.3105 -6.965,5.3105" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 151.15758576407995,204.9590900752155 176.63547972849017,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.445,5.743 -9.445,5.3105 -8.205,5.3105" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 125.67969179966977,204.9590900752155 151.15758576407995,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.685,5.743 -10.685,5.3105 -9.445,5.3105" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 100.20179783525955,204.9590900752155 125.67969179966977,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.925,5.743 -11.925,5.3105 -10.685,5.3105" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 74.72390387084934,204.9590900752155 100.20179783525955,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.165,5.743 -13.165,5.3105 -11.925,5.3105" data-type="line" data-label="" points="49.246009906439156,196.0726472206934 49.246009906439156,204.9590900752155 74.72390387084934,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,3.818 -1.4300000000000002,3.818 -1.4300000000000002,5.3105 -2.005,5.3105 -2.005,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 290.36140157769216,235.62502293157218 290.36140157769216,204.9590900752155 278.547055586131,204.9590900752155 278.547055586131,196.0726472206934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -3.8700000000000006,0.21999999999999997 -3.8700000000000006,0.019999999999999962 -3.8700000000000006,0.6199999999999999 -3.5700000000000003,0.6199999999999999" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 240.2274811961108,309.5520088057237 240.2274811961108,313.6613465419189 240.2274811961108,301.3333333333333 246.39148780040358,301.3333333333333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,1.22 -3.7700000000000005,1.22 -3.7700000000000005,1.42 -3.5700000000000003,1.42" data-type="line" data-label="" points="246.39148780040358,289.00532012474775 242.2821500642084,289.00532012474775 242.2821500642084,284.89598238855257 246.39148780040358,284.89598238855257" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,1.02 -3.7700000000000005,1.02 -3.7700000000000005,1.22" data-type="line" data-label="" points="246.39148780040358,293.11465786094294 242.2821500642084,293.11465786094294 242.2821500642084,289.00532012474775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,0.8199999999999998 -3.7700000000000005,0.8199999999999998 -3.7700000000000005,1.02" data-type="line" data-label="" points="246.39148780040358,297.2239955971381 242.2821500642084,297.2239955971381 242.2821500642084,293.11465786094294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,0.41999999999999993 -3.6700000000000004,0.41999999999999993 -3.6700000000000004,0.020000000000000018 -3.5700000000000003,0.020000000000000018" data-type="line" data-label="" points="246.39148780040358,305.4426710695285 244.336818932306,305.4426710695285 244.336818932306,313.6613465419189 246.39148780040358,313.6613465419189" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.009999999999999112 2.71,-0.009999999999999112 2.71,0.5900000000000014 2.91,0.5900000000000014" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 375.4246927169327,314.27774720234817 375.4246927169327,301.94973399376255 379.5340304531279,301.94973399376255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.765,6.503 -0.765,6.703 0.4750000000000002,6.703 0.4750000000000002,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 304.0249495505412,176.34782608695647 329.5028435149514,176.34782608695647 329.5028435149514,180.45716382315166" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.005,6.503 -2.005,6.703 -0.765,6.703" data-type="line" data-label="" points="278.547055586131,180.45716382315166 278.547055586131,176.34782608695647 304.0249495505412,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.245,6.503 -3.245,6.703 -2.005,6.703" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 253.06916162172078,176.34782608695647 278.547055586131,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.485,6.503 -4.485,6.703 -3.245,6.703" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 227.5912676573106,176.34782608695647 253.06916162172078,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.725,6.503 -5.725,6.703 -4.485,6.703" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 202.11337369290038,176.34782608695647 227.5912676573106,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.965,6.503 -6.965,6.703 -5.725,6.703" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 176.63547972849017,176.34782608695647 202.11337369290038,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.205,6.503 -8.205,6.702999999999999 -6.965,6.703" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 151.15758576407995,176.3478260869565 176.63547972849017,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.445,6.503 -9.445,6.702999999999999 -8.205,6.702999999999999" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 125.67969179966977,176.3478260869565 151.15758576407995,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.685,6.503 -10.685,6.702999999999999 -9.445,6.702999999999999" data-type="line" data-label="" points="100.20179783525955,180.45716382315166 100.20179783525955,176.3478260869565 125.67969179966977,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.925,6.503 -11.925,6.702999999999999 -10.685,6.702999999999999" data-type="line" data-label="" points="74.72390387084934,180.45716382315166 74.72390387084934,176.3478260869565 100.20179783525955,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.165,6.503 -13.165,6.702999999999999 -11.925,6.702999999999999" data-type="line" data-label="" points="49.246009906439156,180.45716382315166 49.246009906439156,176.3478260869565 74.72390387084934,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.965,5.17 6.965,5.37 5.725,5.37 5.725,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 462.85085305448547,203.73656209869745 437.37295909007526,203.73656209869745 437.37295909007526,207.84589983489263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.205,5.17 8.205,5.37 6.965,5.37" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 488.3287470188957,203.73656209869745 462.85085305448547,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.445,5.17 9.445,5.369999999999999 8.205,5.37" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 513.8066409833059,203.73656209869745 488.3287470188957,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.685,5.17 10.685,5.369999999999999 9.445,5.369999999999999" data-type="line" data-label="" points="539.2845349477161,207.84589983489263 539.2845349477161,203.73656209869745 513.8066409833059,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.925,5.17 11.925,5.369999999999999 10.685,5.369999999999999" data-type="line" data-label="" points="564.7624289121263,207.84589983489263 564.7624289121263,203.73656209869745 539.2845349477161,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.165,5.17 13.165,5.369999999999999 11.925,5.369999999999999" data-type="line" data-label="" points="590.2403228765365,207.84589983489263 590.2403228765365,203.73656209869745 564.7624289121263,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.545,-4.855 5.5,-4.855" data-type="line" data-label="" points="454.22124380847555,413.8264538616768 432.74995413685565,413.8264538616768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.12,-6.239 7.12,-5.524 6.545,-5.524 6.545,-4.809 6.745,-4.809" data-type="line" data-label="" points="466.03558980003675,442.2630709961475 466.03558980003675,427.57218858924966 454.22124380847555,427.57218858924966 454.22124380847555,412.88130618235186 458.33058154467074,412.88130618235186" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.08,-6.32 5.08,-5.5875 5.7,-5.5875 5.7,-4.855 5.5,-4.855" data-type="line" data-label="" points="424.1203448908458,443.9273527793066 424.1203448908458,428.8769033204917 436.8592918730509,428.8769033204917 436.8592918730509,413.8264538616768 432.74995413685565,413.8264538616768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.3,1 10.3,1.258 10.969999999999995,1.258 10.969999999999995,2.216000000000001 10.769999999999996,2.216000000000001" data-type="line" data-label="" points="531.3740598055404,293.52559163456243 531.3740598055404,288.2245459548707 545.1403412217942,288.2245459548707 545.1403412217942,268.54081819849563 541.031003485599,268.54081819849563" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.05,2.0900000000000007 6.3100000000000005,2.0900000000000007" data-type="line" data-label="" points="485.1440102733444,271.1297009722986 449.39277196844625,271.1297009722986" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.94,-3.3800000000000003 8.94,-4.809 7.345,-4.809" data-type="line" data-label="" points="503.430563199413,383.5200880572372 503.430563199413,412.88130618235186 470.65859475325635,412.88130618235186" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-1.2099999999999997 2.71,-1.2099999999999997 2.71,-1.1099999999999997 1.189,-1.1099999999999997 1.189,0.09000000000000052 1.5490000000000004,0.09000000000000052 1.5490000000000004,0.36100000000000065 2.7090000000000005,0.36100000000000065 2.7090000000000005,0.09000000000000052 2.71,0.09000000000000052" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 375.4246927169327,338.93377361951934 375.4246927169327,336.8791047514217 344.17317923316824,336.8791047514217 344.17317923316824,312.22307833425054 351.5699871583196,312.22307833425054 351.5699871583196,306.6549257017061 375.4041460282517,306.6549257017061 375.4041460282517,312.22307833425054 375.4246927169327,312.22307833425054" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,1.9900000000000009 2.71,1.9900000000000009 2.71,1.5900000000000016 1.4889999999999999,1.5900000000000016 1.4889999999999999,0.9900000000000012 2.71,0.9900000000000012 2.71,0.5900000000000014 2.91,0.5900000000000014" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 375.4246927169327,273.18436984039624 375.4246927169327,281.4030453127866 350.33718583746105,281.4030453127866 350.33718583746105,293.7310585213722 375.4246927169327,293.7310585213722 375.4246927169327,301.94973399376255 379.5340304531279,301.94973399376255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.6100000000000008 0.6490000000000001,-2.6100000000000008 0.6490000000000001,-1.6099999999999999 2.71,-1.6099999999999999 2.71,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 333.0779673454412,367.6991377728857 333.0779673454412,347.1524490919097 375.4246927169327,347.1524490919097 375.4246927169327,338.93377361951934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 7.971000000000001,-0.11000000000000118 7.971000000000001,-2.110000000000001 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 483.5208218675473,316.3324160704458 483.5208218675473,357.42579343239777 449.39277196844625,357.42579343239777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,1.09 6.410000000000001,1.09 6.410000000000001,-0.11000000000000097" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 451.4474408365438,291.6763896532746 451.4474408365438,316.3324160704458" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 6.61,2.290000000000001 6.61,0.0899999999999992 6.3100000000000005,0.0899999999999992" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 455.556778572739,267.02036323610344 455.556778572739,312.2230783342506 449.39277196844625,312.2230783342506" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.12,1 9.12,1.258 8.05,1.258 8.05,2.216 8.25,2.216" data-type="line" data-label="" points="507.12896716198867,293.52559163456243 507.12896716198867,288.2245459548707 485.1440102733444,288.2245459548707 485.1440102733444,268.5408181984957 489.2533480095396,268.5408181984957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.1,-2.09 -2.3,-2.09 -2.3,-3.3299999999999996 8.091000000000001,-3.3299999999999996 8.091000000000001,-2.5100000000000007 6.3100000000000005,-2.5100000000000007" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 272.4857824252431,357.0148596587782 272.4857824252431,382.4927536231884 485.98642450926445,382.4927536231884 485.98642450926445,365.64446890478814 449.39277196844625,365.64446890478814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.37,4.118 -4.971,4.118 -4.971,4.219" data-type="line" data-label="" points="229.95413685562283,229.46101632727937 217.60557695835627,229.46101632727937 217.60557695835627,227.3858007705008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.69,4.21 2.9309999999999996,4.21 2.9309999999999996,4.0089999999999995" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 379.96551091542835,227.5707209686296 379.96551091542835,231.70060539350575" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.944999999999999,6.6 6.186,6.6 6.186,6.249" data-type="line" data-label="" points="441.89323059989,178.464135021097 446.84498257200516,178.464135021097 446.84498257200516,185.67602274811958" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,4.018 -1.6490000000000002,4.018 -1.6490000000000002,3.3669999999999995" data-type="line" data-label="" points="271.04751421757476,231.515685195377 285.86167675655844,231.515685195377 285.86167675655844,244.89157952669234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.69,4.409999999999999 3.911,4.409999999999999 3.911,4.358999999999999" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 400.10126582278485,223.4613832324344 400.10126582278485,224.5092643551642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.69,4.51 0.08899999999999997,4.51 0.08899999999999997,4.611" data-type="line" data-label="" points="333.92038158136126,221.40671436433678 321.5718216840947,221.40671436433678 321.5718216840947,219.3314988075582" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.71,-2.6100000000000008 0.7299999999999995,-2.6100000000000008 0.7299999999999995,-2.109000000000001" data-type="line" data-label="" points="375.4246927169327,367.6991377728857 334.7422491286003,367.6991377728857 334.7422491286003,357.40524674371676" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.2099999999999993 2.1290000000000004,-0.2099999999999993 2.1290000000000004,-0.1589999999999993" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 363.4870665932857,318.38708493854335 363.4870665932857,317.33920381581356" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3,-2.09 -2.8299999999999996,-2.09 -2.8299999999999996,-2.089" data-type="line" data-label="" points="272.4857824252431,357.0148596587782 261.5960374243258,357.0148596587782 261.5960374243258,356.9943129700972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12,-0.9200000000000002 12,3.080999999999994 11.949,3.080999999999994" data-type="line" data-label="" points="566.3034305631995,332.97523390203634 566.3034305631995,250.76793248945157 565.2555494404697,250.76793248945157" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.32,-2.84 11.32,-2.489 11.269,-2.489" data-type="line" data-label="" points="552.3316822601358,372.4248761695102 552.3316822601358,365.2129884424876 551.283801137406,365.2129884424876" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.9,-4.855 4.419,-4.855 4.419,-4.5040000000000004" data-type="line" data-label="" points="420.4219409282701,413.8264538616768 410.53898367272063,413.8264538616768 410.53898367272063,406.6145661346542" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 7.500000000000001,-1.3100000000000012" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 473.84333149880763,340.98844248761696" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.37,3.918 -5.45,3.918" data-type="line" data-label="" points="229.95413685562283,233.57035406347455 207.76371308016877,233.57035406347455" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,2.590000000000001 1.83,2.590000000000001" data-type="line" data-label="" points="379.5340304531279,260.8563566318106 357.34360667767385,260.8563566318106" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.37,3.718 -5.45,3.718" data-type="line" data-label="" points="229.95413685562283,237.67969179966974 207.76371308016877,237.67969179966974" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,2.7900000000000014 1.83,2.7900000000000014" data-type="line" data-label="" points="379.5340304531279,256.74701889561544 357.34360667767385,256.74701889561544" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.69,4.31 -0.3900000000000001,4.31" data-type="line" data-label="" points="333.92038158136126,225.516052100532 311.7299578059072,225.516052100532" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,1.1900000000000013 1.83,1.1900000000000013" data-type="line" data-label="" points="379.5340304531279,289.621720785177 357.34360667767385,289.621720785177" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.69,4.109999999999999 -0.3900000000000001,4.109999999999999" data-type="line" data-label="" points="333.92038158136126,229.6253898367272 311.7299578059072,229.6253898367272" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,1.3900000000000012 1.83,1.3900000000000012" data-type="line" data-label="" points="379.5340304531279,285.5123830489818 357.34360667767385,285.5123830489818" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.020000000000000018 -0.06999999999999984,0.020000000000000018" data-type="line" data-label="" points="289.5395340304531,313.6613465419189 318.3048981838195,313.6613465419189" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.42000000000000004 -0.3899999999999997,0.42000000000000004" data-type="line" data-label="" points="289.5395340304531,305.4426710695285 311.7299578059072,305.4426710695285" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.8200000000000001 -0.3899999999999997,0.8200000000000001" data-type="line" data-label="" points="289.5395340304531,297.2239955971381 311.7299578059072,297.2239955971381" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.4099999999999995 1.83,-0.4099999999999995" data-type="line" data-label="" points="379.5340304531279,322.49642267473854 357.34360667767385,322.49642267473854" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.6200000000000001 -0.3899999999999997,0.6200000000000001" data-type="line" data-label="" points="289.5395340304531,301.3333333333333 311.7299578059072,301.3333333333333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,1.02 -0.3899999999999997,1.02" data-type="line" data-label="" points="289.5395340304531,293.11465786094294 311.7299578059072,293.11465786094294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.6099999999999997 1.83,-0.6099999999999997" data-type="line" data-label="" points="379.5340304531279,326.6057604109338 357.34360667767385,326.6057604109338" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-0.31000000000000116 7.470000000000001,-0.31000000000000116" data-type="line" data-label="" points="449.39277196844625,320.441753806641 473.22693083837834,320.441753806641" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5,-2.09 -0.3400000000000001,-2.09" data-type="line" data-label="" points="288.92313337002383,357.0148596587782 312.757292239956,357.0148596587782" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.94,-2.6199999999999997 8.94,-1.4599999999999997" data-type="line" data-label="" points="503.430563199413,367.90460465969545 503.430563199413,344.0704457897633" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,1.22 -0.06999999999999984,1.22" data-type="line" data-label="" points="289.5395340304531,289.00532012474775 318.3048981838195,289.00532012474775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-1.8100000000000003 1.7500000000000002,-1.8100000000000003" data-type="line" data-label="" points="379.5340304531279,351.26178682810496 355.6998715831958,351.26178682810496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.0100000000000002 1.7500000000000002,-2.0100000000000002" data-type="line" data-label="" points="379.5340304531279,355.37112456430015 355.6998715831958,355.37112456430015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.2100000000000004 1.2700000000000002,-2.2100000000000004" data-type="line" data-label="" points="379.5340304531279,359.48046230049533 345.8374610163273,359.48046230049533" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.4100000000000006 1.2700000000000002,-2.4100000000000006" data-type="line" data-label="" points="379.5340304531279,363.5898000366905 345.8374610163273,363.5898000366905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.810000000000001 1.59,-2.810000000000001" data-type="line" data-label="" points="379.5340304531279,371.80847550908095 352.4124013942396,371.80847550908095" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-2.710000000000001 7.630000000000001,-2.710000000000001" data-type="line" data-label="" points="449.39277196844625,369.7538066409833 476.51440102733454,369.7538066409833" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.910000000000001 7.550000000000001,-1.910000000000001" data-type="line" data-label="" points="449.39277196844625,353.3164556962025 474.8706659328564,353.3164556962025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.710000000000001 7.550000000000001,-1.710000000000001" data-type="line" data-label="" points="449.39277196844625,349.20711796000734 474.8706659328564,349.20711796000734" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.5100000000000011 7.550000000000001,-1.5100000000000011" data-type="line" data-label="" points="449.39277196844625,345.09778022381215 474.8706659328564,345.09778022381215" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,2.490000000000001 7.3100000000000005,2.490000000000001" data-type="line" data-label="" points="449.39277196844625,262.91102549990825 469.9394606494222,262.91102549990825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.345,6.6 4.345,6.6" data-type="line" data-label="" points="429.5652173913044,178.464135021097 409.0185287103284,178.464135021097" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12,-1.68 12,-3" data-type="line" data-label="" points="566.3034305631995,348.59071729957805 566.3034305631995,375.71234635846633" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.32,-3.6000000000000005 11.32,-4.920000000000001" data-type="line" data-label="" points="552.3316822601358,388.04035956705195 552.3316822601358,415.16198862594024" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J_USB1" data-x="-3.37" data-y="3.918" x="229.95413685562283" y="227.40634745918175" width="41.09337736195192" height="12.328013208585588" fill="hsl(122, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="J_USB2" data-x="1.69" data-y="4.31" x="333.9203815813612" y="219.3520454962392" width="41.09337736195192" height="12.32801320858556" fill="hsl(123, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="J_USBC" data-x="-2.52" data-y="0.72" x="246.39148780040358" y="280.78664465235727" width="43.148046230049545" height="36.98403962575679" fill="hsl(140, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="4.61" data-y="-0.009999999999999787" x="379.5340304531279" y="254.69235002751785" width="69.85874151531834" height="119.17079434966064" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="Y1" data-x="9.509999999999998" data-y="2.226" x="489.25334800953954" y="253.74720234819293" width="51.77765547605935" height="29.17629792698591" fill="hsl(288, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C9" data-x="9.192499999999999" data-y="0.62" x="497.8829572555495" y="293.52559163456243" width="21.4712896716199" height="15.615483397541766" fill="hsl(334, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C10" data-x="10.372500000000002" data-y="0.62" x="522.1280498991011" y="293.52559163456243" width="21.471289671619957" height="15.615483397541766" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R9" data-x="5.645" data-y="6.6" x="429.5652173913044" y="171.4782608695652" width="12.328013208585617" height="13.971748303063663" fill="hsl(79, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R10" data-x="10.46" data-y="-1.19" x="528.4975233902037" y="331.53696569436806" width="12.328013208585617" height="13.971748303063634" fill="hsl(89, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R11" data-x="-1.8" data-y="-2.09" x="276.59512016143833" y="350.0289855072464" width="12.32801320858556" height="13.971748303063634" fill="hsl(90, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C11" data-x="9.0725" data-y="-3" x="494.1845532929739" y="367.90460465969545" width="23.936892313336955" height="15.615483397541766" fill="hsl(75, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R12" data-x="5.2" data-y="-4.855" x="420.42194092827015" y="406.840579710145" width="12.32801320858556" height="13.971748303063634" fill="hsl(91, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R13" data-x="7.045" data-y="-4.809" x="458.33058154467074" y="405.8954320308201" width="12.328013208585617" height="13.971748303063634" fill="hsl(92, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C12" data-x="7.2524999999999995" data-y="-6.619" x="456.78957989359753" y="442.26307099614746" width="23.93689231333701" height="15.615483397541709" fill="hsl(76, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C13" data-x="5.1525" data-y="-6.7" x="414.8743349844066" y="443.9273527793066" width="21.4712896716199" height="15.615483397541709" fill="hsl(77, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C14" data-x="0.6074999999999999" data-y="6.123" x="320.25683360851224" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(78, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C15" data-x="-0.6325000000000001" data-y="6.123" x="294.778939644102" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(79, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C16" data-x="-1.8725" data-y="6.123" x="269.3010456796918" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(80, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C17" data-x="-3.1125" data-y="6.123" x="243.8231517152816" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(81, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C18" data-x="-4.3525" data-y="6.123" x="218.34525775087138" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(82, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C19" data-x="-5.592499999999999" data-y="6.123" x="192.86736378646123" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(83, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C20" data-x="-6.8325" data-y="6.123" x="167.389469822051" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(105, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C21" data-x="-8.0725" data-y="6.123" x="141.9115758576408" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(106, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C22" data-x="5.8575" data-y="4.79" x="428.12694918363604" y="207.84589983489263" width="23.936892313336955" height="15.615483397541766" fill="hsl(107, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C23" data-x="7.0975" data-y="4.79" x="453.60484314804626" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(108, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C24" data-x="8.3375" data-y="4.79" x="479.08273711245647" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(109, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C25" data-x="9.5775" data-y="4.79" x="504.5606310768667" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(110, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C26" data-x="-9.3125" data-y="6.123" x="116.4336818932306" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(111, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C27" data-x="10.8175" data-y="4.79" x="530.0385250412769" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(112, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C44" data-x="-10.6725" data-y="6.123" x="90.9557879288204" y="180.4571638231517" width="19.00568702990273" height="15.615483397541738" fill="hsl(171, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C45" data-x="-11.912500000000001" data-y="6.123" x="65.47789396441016" y="180.4571638231517" width="19.00568702990273" height="15.615483397541738" fill="hsl(172, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C46" data-x="-13.1525" data-y="6.123" x="39.99999999999997" y="180.4571638231517" width="19.00568702990273" height="15.615483397541738" fill="hsl(173, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C47" data-x="11.9375" data-y="4.79" x="555.5164190056871" y="207.84589983489263" width="19.005687029902674" height="15.615483397541766" fill="hsl(174, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C48" data-x="13.177499999999998" data-y="4.79" x="580.9943129700973" y="207.84589983489263" width="19.005687029902674" height="15.615483397541766" fill="hsl(175, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C49" data-x="12.1325" data-y="-1.3" x="557.0574206567603" y="332.9752339020363" width="23.93689231333701" height="15.615483397541709" fill="hsl(176, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C50" data-x="11.4525" data-y="-3.22" x="543.0856723536966" y="372.4248761695102" width="23.93689231333701" height="15.615483397541766" fill="hsl(198, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="AF 90° WJDG" data-x="-3.3100000000000005" data-y="3.4880000000000004" x="238.1728123280132" y="240.5562282150064" width="27.12162905888829" height="3.6984039625756395" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB-A 1 (USB 2.0)" data-x="-2.95" data-y="4.333" x="236.94001100715462" y="222.47514217574752" width="44.3808475509081" height="5.136672170244026" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="AF 90° WJDG" data-x="1.7499999999999998" data-y="3.88" x="342.1390570537516" y="232.50192625206378" width="27.12162905888829" height="3.6984039625756964" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB-A 2 (USB 2.0)" data-x="2.11" data-y="4.725" x="340.90625573289304" y="214.420840212805" width="44.38084755090813" height="5.1366721702439975" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="TYPE-C16PIN" data-x="-2.51" data-y="-0.30999999999999994" x="254.610163272794" y="318.59255182535315" width="27.121629058888317" height="3.6984039625756395" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB-C DOWNSTREAM (USB 2.0)" data-x="-1.6099999999999999" data-y="1.7349999999999999" x="253.37736195193546" y="275.85543936892304" width="66.57127132636214" height="5.136672170244026" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB5744-I/2G" data-x="4.03" data-y="-3.0399999999999996" x="387.7527059255183" y="374.68501192441755" width="29.5872317006054" height="3.6984039625756395" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB5744 USB 3.2 HUB" data-x="4.449999999999999" data-y="3.005" x="386.5199046046597" y="249.76114474408365" width="49.31205283434235" height="5.136672170243969" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB1_VBUS
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-4.37,3.918 2.91,2.590000000000001" data-type="line" data-label="" points="229.95413685562283,233.57035406347455 379.5340304531279,260.8563566318106" fill="none" stroke="hsl(238, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.37,3.718 2.91,2.7900000000000014" data-type="line" data-label="" points="229.95413685562283,237.67969179966974 379.5340304531279,256.74701889561544" fill="none" stroke="hsl(241, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 2.69,4.21" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 375.0137589433132,227.5707209686296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -3.5700000000000003,0.6199999999999999" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 246.39148780040358,301.3333333333333" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -3.5700000000000003,0.21999999999999997" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 246.39148780040358,309.5520088057237" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.79,2.936" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.77,1.516" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 9.12,0.24" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 10.3,0.24" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 5.944999999999999,6.6" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 10.760000000000002,-1.19" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.94,-3.3800000000000003" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 7.345,-4.809" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 7.12,-6.999" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 5.08,-7.08" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 0.475,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -0.765,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -2.005,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -3.245,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -4.485,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -5.725,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -6.965,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -8.205,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 5.725,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 6.965,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 8.205,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 9.445,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -9.445,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 10.685,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -10.685,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -11.925,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 -13.165,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 11.925,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,3.818 13.165,4.41" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -3.5700000000000003,0.6199999999999999" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 246.39148780040358,301.3333333333333" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -3.5700000000000003,0.21999999999999997" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 246.39148780040358,309.5520088057237" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.79,2.936" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.77,1.516" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 9.12,0.24" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 10.3,0.24" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 5.944999999999999,6.6" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 10.760000000000002,-1.19" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.94,-3.3800000000000003" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 7.345,-4.809" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 7.12,-6.999" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 5.08,-7.08" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 0.475,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -0.765,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -2.005,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -3.245,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -4.485,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -5.725,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -6.965,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -8.205,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 5.725,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 6.965,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 8.205,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 9.445,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -9.445,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 10.685,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -10.685,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -11.925,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 -13.165,5.743" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 11.925,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.21 13.165,4.41" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -3.5700000000000003,0.21999999999999997" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 246.39148780040358,309.5520088057237" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.79,2.936" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.77,1.516" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 9.12,0.24" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 10.3,0.24" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 5.944999999999999,6.6" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 10.760000000000002,-1.19" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.94,-3.3800000000000003" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 7.345,-4.809" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 7.12,-6.999" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 5.08,-7.08" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 0.475,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -0.765,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -2.005,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -3.245,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -4.485,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -5.725,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -6.965,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -8.205,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 5.725,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 6.965,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 8.205,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 9.445,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -9.445,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 10.685,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -10.685,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -11.925,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 -13.165,5.743" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 11.925,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.6199999999999999 13.165,4.41" data-type="line" data-label="" points="246.39148780040358,301.3333333333333 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 449.39277196844625,258.80168776371306" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.79,2.936" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.77,1.516" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 9.12,0.24" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 10.3,0.24" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 5.944999999999999,6.6" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 10.760000000000002,-1.19" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.94,-3.3800000000000003" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 7.345,-4.809" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 7.12,-6.999" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 5.08,-7.08" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 0.475,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -0.765,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -2.005,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -3.245,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -4.485,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -5.725,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -6.965,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -8.205,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 5.725,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 6.965,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 8.205,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 9.445,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -9.445,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 10.685,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -10.685,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -11.925,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -13.165,5.743" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 11.925,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 13.165,4.41" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.79,2.936" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 500.34855989726657,253.74720234819296" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.77,1.516" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 9.12,0.24" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 10.3,0.24" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 5.944999999999999,6.6" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 10.760000000000002,-1.19" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.94,-3.3800000000000003" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 7.345,-4.809" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 7.12,-6.999" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 5.08,-7.08" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 0.475,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -0.765,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -2.005,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -3.245,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -4.485,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -5.725,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -6.965,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -8.205,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 5.725,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 6.965,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 8.205,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 9.445,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -9.445,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 10.685,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -10.685,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -11.925,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 -13.165,5.743" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 11.925,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.6900000000000013 13.165,4.41" data-type="line" data-label="" points="449.39277196844625,258.80168776371306 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 8.77,1.516" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 499.9376261236471,282.92350027517887" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 9.12,0.24" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 10.3,0.24" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 5.944999999999999,6.6" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 10.760000000000002,-1.19" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 8.94,-3.3800000000000003" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 7.345,-4.809" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 7.12,-6.999" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 5.08,-7.08" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 0.475,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -0.765,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -2.005,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -3.245,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -4.485,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -5.725,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -6.965,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -8.205,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 5.725,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 6.965,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 8.205,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 9.445,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -9.445,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 10.685,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -10.685,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -11.925,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 -13.165,5.743" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 11.925,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.79,2.936 13.165,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 9.12,0.24" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 507.12896716198867,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 10.3,0.24" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 5.944999999999999,6.6" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 10.760000000000002,-1.19" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 8.94,-3.3800000000000003" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 7.345,-4.809" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 7.12,-6.999" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 5.08,-7.08" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 0.475,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -0.765,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -2.005,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -3.245,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -4.485,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -5.725,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -6.965,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -8.205,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 5.725,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 6.965,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 8.205,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 9.445,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -9.445,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 10.685,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -10.685,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -11.925,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 -13.165,5.743" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 11.925,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.77,1.516 13.165,4.41" data-type="line" data-label="" points="499.9376261236471,282.92350027517887 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 10.3,0.24" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 531.3740598055404,309.1410750321042" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 5.944999999999999,6.6" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 10.760000000000002,-1.19" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 8.94,-3.3800000000000003" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 7.345,-4.809" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 7.12,-6.999" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 5.08,-7.08" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 0.475,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -0.765,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -2.005,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -3.245,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -4.485,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -5.725,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -6.965,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -8.205,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 5.725,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 6.965,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 8.205,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 9.445,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -9.445,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 10.685,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -10.685,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -11.925,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 -13.165,5.743" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 11.925,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.12,0.24 13.165,4.41" data-type="line" data-label="" points="507.12896716198867,309.1410750321042 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 5.944999999999999,6.6" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 441.89323059989,178.464135021097" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 10.760000000000002,-1.19" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 8.94,-3.3800000000000003" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 7.345,-4.809" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 7.12,-6.999" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 5.08,-7.08" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 0.475,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -0.765,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -2.005,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -3.245,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -4.485,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -5.725,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -6.965,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -8.205,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 5.725,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 6.965,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 8.205,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 9.445,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -9.445,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 10.685,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -10.685,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -11.925,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 -13.165,5.743" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 11.925,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.3,0.24 13.165,4.41" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 10.760000000000002,-1.19" data-type="line" data-label="" points="441.89323059989,178.464135021097 540.8255365987893,338.52283984589985" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 8.94,-3.3800000000000003" data-type="line" data-label="" points="441.89323059989,178.464135021097 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 7.345,-4.809" data-type="line" data-label="" points="441.89323059989,178.464135021097 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 7.12,-6.999" data-type="line" data-label="" points="441.89323059989,178.464135021097 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 5.08,-7.08" data-type="line" data-label="" points="441.89323059989,178.464135021097 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 0.475,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -0.765,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -2.005,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -3.245,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -4.485,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -5.725,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -6.965,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -8.205,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 5.725,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 6.965,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 8.205,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 9.445,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -9.445,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 10.685,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -10.685,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -11.925,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 -13.165,5.743" data-type="line" data-label="" points="441.89323059989,178.464135021097 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 11.925,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.944999999999999,6.6 13.165,4.41" data-type="line" data-label="" points="441.89323059989,178.464135021097 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 8.94,-3.3800000000000003" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 503.430563199413,383.5200880572372" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 7.345,-4.809" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 7.12,-6.999" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 5.08,-7.08" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 0.475,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -0.765,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -2.005,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -3.245,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -4.485,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -5.725,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -6.965,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -8.205,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 5.725,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 6.965,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 8.205,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 9.445,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -9.445,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 10.685,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -10.685,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -11.925,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 -13.165,5.743" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 11.925,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.760000000000002,-1.19 13.165,4.41" data-type="line" data-label="" points="540.8255365987893,338.52283984589985 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 7.345,-4.809" data-type="line" data-label="" points="503.430563199413,383.5200880572372 470.65859475325635,412.88130618235186" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 7.12,-6.999" data-type="line" data-label="" points="503.430563199413,383.5200880572372 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 5.08,-7.08" data-type="line" data-label="" points="503.430563199413,383.5200880572372 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 0.475,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -0.765,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -2.005,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -3.245,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -4.485,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -5.725,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -6.965,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -8.205,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 5.725,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 6.965,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 8.205,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 9.445,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -9.445,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 10.685,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -10.685,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -11.925,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 -13.165,5.743" data-type="line" data-label="" points="503.430563199413,383.5200880572372 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 11.925,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.94,-3.3800000000000003 13.165,4.41" data-type="line" data-label="" points="503.430563199413,383.5200880572372 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 7.12,-6.999" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 466.03558980003675,457.8785543936892" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 5.08,-7.08" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 0.475,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -0.765,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -2.005,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -3.245,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -4.485,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -5.725,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -6.965,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -8.205,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 5.725,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 6.965,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 8.205,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 9.445,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -9.445,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 10.685,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -10.685,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -11.925,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 -13.165,5.743" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 11.925,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.345,-4.809 13.165,4.41" data-type="line" data-label="" points="470.65859475325635,412.88130618235186 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 5.08,-7.08" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 424.1203448908458,459.5428361768483" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 0.475,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -0.765,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -2.005,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -3.245,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -4.485,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -5.725,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -6.965,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -8.205,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 5.725,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 6.965,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 8.205,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 9.445,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -9.445,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 10.685,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -10.685,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -11.925,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 -13.165,5.743" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 11.925,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.999 13.165,4.41" data-type="line" data-label="" points="466.03558980003675,457.8785543936892 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 0.475,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 329.5028435149514,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -0.765,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -2.005,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -3.245,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -4.485,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -5.725,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -6.965,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -8.205,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 5.725,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 6.965,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 8.205,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 9.445,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -9.445,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 10.685,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -10.685,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -11.925,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 -13.165,5.743" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 11.925,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.08,-7.08 13.165,4.41" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -0.765,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 304.0249495505412,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -2.005,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -3.245,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -4.485,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -5.725,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -6.965,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -8.205,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 5.725,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 6.965,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 8.205,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 9.445,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -9.445,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 10.685,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -10.685,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -11.925,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 -13.165,5.743" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 11.925,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,5.743 13.165,4.41" data-type="line" data-label="" points="329.5028435149514,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -2.005,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 278.547055586131,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -3.245,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -4.485,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -5.725,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -6.965,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -8.205,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 5.725,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 6.965,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 8.205,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 9.445,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -9.445,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 10.685,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -10.685,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -11.925,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 -13.165,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 11.925,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,5.743 13.165,4.41" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -3.245,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 253.06916162172078,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -4.485,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -5.725,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -6.965,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -8.205,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 5.725,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 6.965,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 8.205,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 9.445,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -9.445,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 10.685,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -10.685,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -11.925,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 -13.165,5.743" data-type="line" data-label="" points="278.547055586131,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 11.925,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,5.743 13.165,4.41" data-type="line" data-label="" points="278.547055586131,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -4.485,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 227.5912676573106,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -5.725,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -6.965,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -8.205,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 5.725,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 6.965,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 8.205,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 9.445,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -9.445,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 10.685,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -10.685,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -11.925,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 -13.165,5.743" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 11.925,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,5.743 13.165,4.41" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -5.725,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 202.11337369290038,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -6.965,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -8.205,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 5.725,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 6.965,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 8.205,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 9.445,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -9.445,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 10.685,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -10.685,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -11.925,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 -13.165,5.743" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 11.925,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,5.743 13.165,4.41" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -6.965,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 176.63547972849017,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -8.205,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 5.725,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 6.965,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 8.205,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 9.445,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -9.445,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 10.685,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -10.685,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -11.925,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 -13.165,5.743" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 11.925,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,5.743 13.165,4.41" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -8.205,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 151.15758576407995,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 5.725,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 6.965,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 8.205,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 9.445,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -9.445,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 10.685,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -10.685,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -11.925,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 -13.165,5.743" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 11.925,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,5.743 13.165,4.41" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 5.725,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 437.37295909007526,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 6.965,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 8.205,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 9.445,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -9.445,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 10.685,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -10.685,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -11.925,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 -13.165,5.743" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 11.925,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,5.743 13.165,4.41" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 6.965,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 462.85085305448547,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 8.205,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 9.445,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -9.445,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 10.685,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -10.685,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -11.925,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 -13.165,5.743" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 11.925,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 13.165,4.41" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 8.205,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 488.3287470188957,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 9.445,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -9.445,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 10.685,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -10.685,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -11.925,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 -13.165,5.743" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 11.925,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,4.41 13.165,4.41" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 9.445,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 513.8066409833059,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -9.445,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 10.685,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -10.685,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -11.925,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 -13.165,5.743" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 11.925,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,4.41 13.165,4.41" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -9.445,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 125.67969179966977,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 10.685,4.41" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -10.685,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -11.925,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 -13.165,5.743" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 11.925,4.41" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,4.41 13.165,4.41" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 10.685,4.41" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 539.2845349477161,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 -10.685,5.743" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 -11.925,5.743" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 -13.165,5.743" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 11.925,4.41" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,5.743 13.165,4.41" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 -10.685,5.743" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 100.20179783525955,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 -11.925,5.743" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 -13.165,5.743" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 11.925,4.41" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,4.41 13.165,4.41" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 -11.925,5.743" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 74.72390387084934,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 -13.165,5.743" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 11.925,4.41" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,5.743 13.165,4.41" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,5.743 -13.165,5.743" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 49.246009906439156,196.0726472206934" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,5.743 11.925,4.41" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,5.743 13.165,4.41" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.165,5.743 11.925,4.41" data-type="line" data-label="" points="49.246009906439156,196.0726472206934 564.7624289121263,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-13.165,5.743 13.165,4.41" data-type="line" data-label="" points="49.246009906439156,196.0726472206934 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.925,4.41 13.165,4.41" data-type="line" data-label="" points="564.7624289121263,223.4613832324344 590.2403228765365,223.4613832324344" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 2.69,4.409999999999999" data-type="line" data-label="" points="271.04751421757476,231.515685195377 375.0137589433132,223.4613832324344" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,1.42" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,284.89598238855257" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,1.22" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,289.00532012474775" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,1.02" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.37,4.018 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="271.04751421757476,231.515685195377 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,1.42" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,284.89598238855257" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,1.22" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,289.00532012474775" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,1.02" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.69,4.409999999999999 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.42 -3.5700000000000003,1.22" data-type="line" data-label="" points="246.39148780040358,284.89598238855257 246.39148780040358,289.00532012474775" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.42 -3.5700000000000003,1.02" data-type="line" data-label="" points="246.39148780040358,284.89598238855257 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.42 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="246.39148780040358,284.89598238855257 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.22 -3.5700000000000003,1.02" data-type="line" data-label="" points="246.39148780040358,289.00532012474775 246.39148780040358,293.11465786094294" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.22 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="246.39148780040358,289.00532012474775 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,1.02 -3.5700000000000003,0.8199999999999998" data-type="line" data-label="" points="246.39148780040358,293.11465786094294 246.39148780040358,297.2239955971381" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.69,4.31 2.91,1.1900000000000013" data-type="line" data-label="" points="333.92038158136126,225.516052100532 379.5340304531279,289.621720785177" fill="none" stroke="hsl(149, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.69,4.109999999999999 2.91,1.3900000000000012" data-type="line" data-label="" points="333.92038158136126,229.6253898367272 379.5340304531279,285.5123830489818" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.5700000000000003,0.41999999999999993 -3.5700000000000003,0.020000000000000018" data-type="line" data-label="" points="246.39148780040358,305.4426710695285 246.39148780040358,313.6613465419189" fill="none" stroke="hsl(266, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.42000000000000004 -1.4699999999999998,0.8200000000000001" data-type="line" data-label="" points="289.5395340304531,305.4426710695285 289.5395340304531,297.2239955971381" fill="none" stroke="hsl(63, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.42000000000000004 2.91,-0.4099999999999995" data-type="line" data-label="" points="289.5395340304531,305.4426710695285 379.5340304531279,322.49642267473854" fill="none" stroke="hsl(63, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.8200000000000001 2.91,-0.4099999999999995" data-type="line" data-label="" points="289.5395340304531,297.2239955971381 379.5340304531279,322.49642267473854" fill="none" stroke="hsl(63, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.6200000000000001 -1.4699999999999998,1.02" data-type="line" data-label="" points="289.5395340304531,301.3333333333333 289.5395340304531,293.11465786094294" fill="none" stroke="hsl(60, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,0.6200000000000001 2.91,-0.6099999999999997" data-type="line" data-label="" points="289.5395340304531,301.3333333333333 379.5340304531279,326.6057604109338" fill="none" stroke="hsl(60, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.4699999999999998,1.02 2.91,-0.6099999999999997" data-type="line" data-label="" points="289.5395340304531,293.11465786094294 379.5340304531279,326.6057604109338" fill="none" stroke="hsl(60, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,0.5900000000000014" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,301.94973399376255" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,-0.009999999999999112" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,314.27774720234817" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,338.93377361951934" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,1.9900000000000009 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 2.91,-0.009999999999999112" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 379.5340304531279,314.27774720234817" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 2.91,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 379.5340304531279,338.93377361951934" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,0.5900000000000014 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,301.94973399376255 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 2.91,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 379.5340304531279,338.93377361951934" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.009999999999999112 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 2.91,-2.6100000000000008" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 379.5340304531279,367.6991377728857" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-1.2099999999999997 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 449.39277196844625,357.42579343239777" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 6.3100000000000005,1.09" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 0.475,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -0.765,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -2.005,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -3.245,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -4.485,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -5.725,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -6.965,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -8.205,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -9.445,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -10.685,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -11.925,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-2.6100000000000008 -13.165,6.503" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 6.3100000000000005,-0.11000000000000097" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 449.39277196844625,316.3324160704458" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 6.3100000000000005,1.09" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 0.475,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -0.765,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -2.005,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -3.245,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -4.485,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -5.725,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -6.965,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -8.205,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -9.445,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -10.685,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -11.925,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.1100000000000008 -13.165,6.503" data-type="line" data-label="" points="449.39277196844625,357.42579343239777 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 6.3100000000000005,1.09" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 449.39277196844625,291.6763896532746" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 0.475,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -0.765,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -2.005,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -3.245,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -4.485,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -5.725,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -6.965,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -8.205,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -9.445,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -10.685,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -11.925,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 -13.165,6.503" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 0.475,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 329.5028435149514,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -0.765,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -2.005,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -3.245,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -4.485,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -5.725,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -6.965,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -8.205,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -9.445,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -10.685,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -11.925,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.09 -13.165,6.503" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -0.765,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 304.0249495505412,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -2.005,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -3.245,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -4.485,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -5.725,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -6.965,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -8.205,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -9.445,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -10.685,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -11.925,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.475,6.503 -13.165,6.503" data-type="line" data-label="" points="329.5028435149514,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -2.005,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 278.547055586131,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -3.245,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -4.485,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -5.725,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -6.965,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -8.205,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -9.445,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -10.685,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -11.925,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.765,6.503 -13.165,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -3.245,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 253.06916162172078,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -4.485,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -5.725,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -6.965,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -8.205,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -9.445,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -10.685,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -11.925,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.005,6.503 -13.165,6.503" data-type="line" data-label="" points="278.547055586131,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -4.485,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 227.5912676573106,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -5.725,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -6.965,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -8.205,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -9.445,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -10.685,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -11.925,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.245,6.503 -13.165,6.503" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -5.725,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 202.11337369290038,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -6.965,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -8.205,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -9.445,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -10.685,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -11.925,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.485,6.503 -13.165,6.503" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -6.965,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 176.63547972849017,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -8.205,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -9.445,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -10.685,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -11.925,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.725,6.503 -13.165,6.503" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -8.205,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 151.15758576407995,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -9.445,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -10.685,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -11.925,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.965,6.503 -13.165,6.503" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -9.445,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 125.67969179966977,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -10.685,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -11.925,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.205,6.503 -13.165,6.503" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,6.503 -10.685,6.503" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 100.20179783525955,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,6.503 -11.925,6.503" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.445,6.503 -13.165,6.503" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,6.503 -11.925,6.503" data-type="line" data-label="" points="100.20179783525955,180.45716382315166 74.72390387084934,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-10.685,6.503 -13.165,6.503" data-type="line" data-label="" points="100.20179783525955,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.925,6.503 -13.165,6.503" data-type="line" data-label="" points="74.72390387084934,180.45716382315166 49.246009906439156,180.45716382315166" fill="none" stroke="hsl(172, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.3100000000000005,-2.5100000000000007" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 449.39277196844625,365.64446890478814" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.3100000000000005,0.0899999999999992" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 449.39277196844625,312.2230783342506" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.3100000000000005,2.290000000000001" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 449.39277196844625,267.02036323610344" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 -2.1,-2.09" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 5.725,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 6.965,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 8.205,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 9.445,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 10.685,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 11.925,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.91,-0.2099999999999993 13.165,5.17" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 6.3100000000000005,0.0899999999999992" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 449.39277196844625,312.2230783342506" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 6.3100000000000005,2.290000000000001" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 449.39277196844625,267.02036323610344" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 -2.1,-2.09" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 5.725,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 6.965,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 8.205,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 9.445,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 10.685,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 11.925,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-2.5100000000000007 13.165,5.17" data-type="line" data-label="" points="449.39277196844625,365.64446890478814 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 6.3100000000000005,2.290000000000001" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 449.39277196844625,267.02036323610344" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 -2.1,-2.09" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 5.725,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 6.965,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 8.205,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 9.445,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 10.685,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 11.925,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.0899999999999992 13.165,5.17" data-type="line" data-label="" points="449.39277196844625,312.2230783342506 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 -2.1,-2.09" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 276.5951201614383,357.0148596587782" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 5.725,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 6.965,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 8.205,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 9.445,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 10.685,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 11.925,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 13.165,5.17" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 5.725,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 437.37295909007526,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 6.965,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 8.205,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 9.445,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 10.685,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 11.925,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.1,-2.09 13.165,5.17" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 6.965,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 462.85085305448547,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 8.205,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 9.445,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 10.685,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 11.925,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,5.17 13.165,5.17" data-type="line" data-label="" points="437.37295909007526,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 8.205,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 488.3287470188957,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 9.445,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 10.685,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 11.925,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.965,5.17 13.165,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 9.445,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 513.8066409833059,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 10.685,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 11.925,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.205,5.17 13.165,5.17" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,5.17 10.685,5.17" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 539.2845349477161,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,5.17 11.925,5.17" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.445,5.17 13.165,5.17" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,5.17 11.925,5.17" data-type="line" data-label="" points="539.2845349477161,207.84589983489263 564.7624289121263,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.685,5.17 13.165,5.17" data-type="line" data-label="" points="539.2845349477161,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.925,5.17 13.165,5.17" data-type="line" data-label="" points="564.7624289121263,207.84589983489263 590.2403228765365,207.84589983489263" fill="none" stroke="hsl(295, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 5.5,-4.855" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 432.74995413685565,413.8264538616768" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 6.745,-4.809" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 458.33058154467074,412.88130618235186" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 7.12,-6.239" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 466.03558980003675,442.2630709961475" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 5.08,-6.32" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-4.855 6.745,-4.809" data-type="line" data-label="" points="432.74995413685565,413.8264538616768 458.33058154467074,412.88130618235186" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-4.855 7.12,-6.239" data-type="line" data-label="" points="432.74995413685565,413.8264538616768 466.03558980003675,442.2630709961475" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.5,-4.855 5.08,-6.32" data-type="line" data-label="" points="432.74995413685565,413.8264538616768 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.745,-4.809 7.12,-6.239" data-type="line" data-label="" points="458.33058154467074,412.88130618235186 466.03558980003675,442.2630709961475" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.745,-4.809 5.08,-6.32" data-type="line" data-label="" points="458.33058154467074,412.88130618235186 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.12,-6.239 5.08,-6.32" data-type="line" data-label="" points="466.03558980003675,442.2630709961475 424.1203448908458,443.9273527793066" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.31000000000000116 -1.5,-2.09" data-type="line" data-label="" points="449.39277196844625,320.441753806641 288.92313337002383,357.0148596587782" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,-0.31000000000000116 8.94,-2.6199999999999997" data-type="line" data-label="" points="449.39277196844625,320.441753806641 503.430563199413,367.90460465969545" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-2.09 8.94,-2.6199999999999997" data-type="line" data-label="" points="288.92313337002383,357.0148596587782 503.430563199413,367.90460465969545" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.6899999999999997 12,-0.9200000000000002" data-type="line" data-label="" points="449.39277196844625,299.895065125665 566.3034305631995,332.97523390203634" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,0.8899999999999999 11.32,-2.84" data-type="line" data-label="" points="449.39277196844625,295.7857273894698 552.3316822601358,372.4248761695102" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.6900000000000002 10.16,-1.19" data-type="line" data-label="" points="449.39277196844625,279.34837644468905 528.4975233902037,338.52283984589985" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.8900000000000003 10.769999999999996,2.216" data-type="line" data-label="" points="449.39277196844625,275.2390387084938 541.031003485599,268.5408181984957" fill="none" stroke="hsl(230, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,1.8900000000000003 10.3,1" data-type="line" data-label="" points="449.39277196844625,275.2390387084938 531.3740598055404,293.52559163456243" fill="none" stroke="hsl(230, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.769999999999996,2.216 10.3,1" data-type="line" data-label="" points="541.031003485599,268.5408181984957 531.3740598055404,293.52559163456243" fill="none" stroke="hsl(230, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.0900000000000007 8.25,2.216" data-type="line" data-label="" points="449.39277196844625,271.1297009722986 489.2533480095396,268.5408181984957" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.0900000000000007 9.12,1" data-type="line" data-label="" points="449.39277196844625,271.1297009722986 507.12896716198867,293.52559163456243" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.25,2.216 9.12,1" data-type="line" data-label="" points="489.2533480095396,268.5408181984957 507.12896716198867,293.52559163456243" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.3100000000000005,2.490000000000001 5.345,6.6" data-type="line" data-label="" points="449.39277196844625,262.91102549990825 429.5652173913044,178.464135021097" fill="none" stroke="hsl(177, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.725,4.41 5.725,3.5500000000000007 6.510000000000001,3.5500000000000007 6.510000000000001,2.6900000000000013 6.3100000000000005,2.6900000000000013" data-type="line" data-label="" points="437.37295909007526,223.4613832324344 437.37295909007526,241.1315354980737 453.5021097046414,241.1315354980737 453.5021097046414,258.80168776371306 449.39277196844625,258.80168776371306" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.965,4.41 6.965,3.5500000000000007 6.510000000000001,3.5500000000000007" data-type="line" data-label="" points="462.85085305448547,223.4613832324344 462.85085305448547,241.1315354980737 453.5021097046414,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.205,4.41 8.205,3.5500000000000007 6.965,3.5500000000000007" data-type="line" data-label="" points="488.3287470188957,223.4613832324344 488.3287470188957,241.1315354980737 462.85085305448547,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.445,4.41 9.445,3.5500000000000007 8.205,3.5500000000000007" data-type="line" data-label="" points="513.8066409833059,223.4613832324344 513.8066409833059,241.1315354980737 488.3287470188957,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.685,4.41 10.685,3.5500000000000007 9.445,3.5500000000000007" data-type="line" data-label="" points="539.2845349477161,223.4613832324344 539.2845349477161,241.1315354980737 513.8066409833059,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.925,4.41 11.925,3.5500000000000007 10.685,3.5500000000000007" data-type="line" data-label="" points="564.7624289121263,223.4613832324344 564.7624289121263,241.1315354980737 539.2845349477161,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.165,4.41 13.165,3.5500000000000007 11.925,3.5500000000000007" data-type="line" data-label="" points="590.2403228765365,223.4613832324344 590.2403228765365,241.1315354980737 564.7624289121263,241.1315354980737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.79,2.936 8.79,3.5500000000000007 8.205,3.5500000000000007 8.205,4.41" data-type="line" data-label="" points="500.34855989726657,253.74720234819296 500.34855989726657,241.1315354980737 488.3287470188957,241.1315354980737 488.3287470188957,223.4613832324344" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.3,0.24 10.3,0.0400000000000007 9.12,0.0400000000000007 9.12,0.24" data-type="line" data-label="" points="531.3740598055404,309.1410750321042 531.3740598055404,313.2504127682994 507.12896716198867,313.2504127682994 507.12896716198867,309.1410750321042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.760000000000002,-1.1899999999999997 10.96,-1.1899999999999997 10.96,0.0400000000000007 10.3,0.0400000000000007" data-type="line" data-label="" points="540.8255365987893,338.5228398458998 544.9348743349844,338.5228398458998 544.9348743349844,313.2504127682994 531.3740598055404,313.2504127682994" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.08,-7.08 5.08,-7.28 7.120000000000001,-7.28 7.120000000000001,-6.999" data-type="line" data-label="" points="424.1203448908458,459.5428361768483 424.1203448908458,463.6521739130435 466.03558980003675,463.6521739130435 466.03558980003675,457.8785543936892" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.765,5.743 -0.765,5.3105 0.4750000000000002,5.3105 0.4750000000000002,5.743" data-type="line" data-label="" points="304.0249495505412,196.0726472206934 304.0249495505412,204.9590900752155 329.5028435149514,204.9590900752155 329.5028435149514,196.0726472206934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.005,5.743 -2.005,5.3105 -0.765,5.3105" data-type="line" data-label="" points="278.547055586131,196.0726472206934 278.547055586131,204.9590900752155 304.0249495505412,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.245,5.743 -3.245,5.3105 -2.005,5.3105" data-type="line" data-label="" points="253.06916162172078,196.0726472206934 253.06916162172078,204.9590900752155 278.547055586131,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.485,5.743 -4.485,5.3105 -3.245,5.3105" data-type="line" data-label="" points="227.5912676573106,196.0726472206934 227.5912676573106,204.9590900752155 253.06916162172078,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.725,5.743 -5.725,5.3105 -4.485,5.3105" data-type="line" data-label="" points="202.11337369290038,196.0726472206934 202.11337369290038,204.9590900752155 227.5912676573106,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.965,5.743 -6.965,5.3105 -5.725,5.3105" data-type="line" data-label="" points="176.63547972849017,196.0726472206934 176.63547972849017,204.9590900752155 202.11337369290038,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.205,5.743 -8.205,5.3105 -6.965,5.3105" data-type="line" data-label="" points="151.15758576407995,196.0726472206934 151.15758576407995,204.9590900752155 176.63547972849017,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.445,5.743 -9.445,5.3105 -8.205,5.3105" data-type="line" data-label="" points="125.67969179966977,196.0726472206934 125.67969179966977,204.9590900752155 151.15758576407995,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.685,5.743 -10.685,5.3105 -9.445,5.3105" data-type="line" data-label="" points="100.20179783525955,196.0726472206934 100.20179783525955,204.9590900752155 125.67969179966977,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.925,5.743 -11.925,5.3105 -10.685,5.3105" data-type="line" data-label="" points="74.72390387084934,196.0726472206934 74.72390387084934,204.9590900752155 100.20179783525955,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.165,5.743 -13.165,5.3105 -11.925,5.3105" data-type="line" data-label="" points="49.246009906439156,196.0726472206934 49.246009906439156,204.9590900752155 74.72390387084934,204.9590900752155" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,3.818 -1.4300000000000002,3.818 -1.4300000000000002,5.3105 -2.005,5.3105 -2.005,5.743" data-type="line" data-label="" points="271.04751421757476,235.62502293157218 290.36140157769216,235.62502293157218 290.36140157769216,204.9590900752155 278.547055586131,204.9590900752155 278.547055586131,196.0726472206934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,0.21999999999999997 -3.8700000000000006,0.21999999999999997 -3.8700000000000006,0.019999999999999962 -3.8700000000000006,0.6199999999999999 -3.5700000000000003,0.6199999999999999" data-type="line" data-label="" points="246.39148780040358,309.5520088057237 240.2274811961108,309.5520088057237 240.2274811961108,313.6613465419189 240.2274811961108,301.3333333333333 246.39148780040358,301.3333333333333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,1.22 -3.7700000000000005,1.22 -3.7700000000000005,1.42 -3.5700000000000003,1.42" data-type="line" data-label="" points="246.39148780040358,289.00532012474775 242.2821500642084,289.00532012474775 242.2821500642084,284.89598238855257 246.39148780040358,284.89598238855257" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,1.02 -3.7700000000000005,1.02 -3.7700000000000005,1.22" data-type="line" data-label="" points="246.39148780040358,293.11465786094294 242.2821500642084,293.11465786094294 242.2821500642084,289.00532012474775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,0.8199999999999998 -3.7700000000000005,0.8199999999999998 -3.7700000000000005,1.02" data-type="line" data-label="" points="246.39148780040358,297.2239955971381 242.2821500642084,297.2239955971381 242.2821500642084,293.11465786094294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5700000000000003,0.41999999999999993 -3.6700000000000004,0.41999999999999993 -3.6700000000000004,0.020000000000000018 -3.5700000000000003,0.020000000000000018" data-type="line" data-label="" points="246.39148780040358,305.4426710695285 244.336818932306,305.4426710695285 244.336818932306,313.6613465419189 246.39148780040358,313.6613465419189" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.009999999999999112 2.71,-0.009999999999999112 2.71,0.5900000000000014 2.91,0.5900000000000014" data-type="line" data-label="" points="379.5340304531279,314.27774720234817 375.4246927169327,314.27774720234817 375.4246927169327,301.94973399376255 379.5340304531279,301.94973399376255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.765,6.503 -0.765,6.703 0.4750000000000002,6.703 0.4750000000000002,6.503" data-type="line" data-label="" points="304.0249495505412,180.45716382315166 304.0249495505412,176.34782608695647 329.5028435149514,176.34782608695647 329.5028435149514,180.45716382315166" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.005,6.503 -2.005,6.703 -0.765,6.703" data-type="line" data-label="" points="278.547055586131,180.45716382315166 278.547055586131,176.34782608695647 304.0249495505412,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.245,6.503 -3.245,6.703 -2.005,6.703" data-type="line" data-label="" points="253.06916162172078,180.45716382315166 253.06916162172078,176.34782608695647 278.547055586131,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.485,6.503 -4.485,6.703 -3.245,6.703" data-type="line" data-label="" points="227.5912676573106,180.45716382315166 227.5912676573106,176.34782608695647 253.06916162172078,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.725,6.503 -5.725,6.703 -4.485,6.703" data-type="line" data-label="" points="202.11337369290038,180.45716382315166 202.11337369290038,176.34782608695647 227.5912676573106,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.965,6.503 -6.965,6.703 -5.725,6.703" data-type="line" data-label="" points="176.63547972849017,180.45716382315166 176.63547972849017,176.34782608695647 202.11337369290038,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.205,6.503 -8.205,6.702999999999999 -6.965,6.703" data-type="line" data-label="" points="151.15758576407995,180.45716382315166 151.15758576407995,176.3478260869565 176.63547972849017,176.34782608695647" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.445,6.503 -9.445,6.702999999999999 -8.205,6.702999999999999" data-type="line" data-label="" points="125.67969179966977,180.45716382315166 125.67969179966977,176.3478260869565 151.15758576407995,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.685,6.503 -10.685,6.702999999999999 -9.445,6.702999999999999" data-type="line" data-label="" points="100.20179783525955,180.45716382315166 100.20179783525955,176.3478260869565 125.67969179966977,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.925,6.503 -11.925,6.702999999999999 -10.685,6.702999999999999" data-type="line" data-label="" points="74.72390387084934,180.45716382315166 74.72390387084934,176.3478260869565 100.20179783525955,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-13.165,6.503 -13.165,6.702999999999999 -11.925,6.702999999999999" data-type="line" data-label="" points="49.246009906439156,180.45716382315166 49.246009906439156,176.3478260869565 74.72390387084934,176.3478260869565" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.965,5.17 6.965,5.37 5.725,5.37 5.725,5.17" data-type="line" data-label="" points="462.85085305448547,207.84589983489263 462.85085305448547,203.73656209869745 437.37295909007526,203.73656209869745 437.37295909007526,207.84589983489263" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.205,5.17 8.205,5.37 6.965,5.37" data-type="line" data-label="" points="488.3287470188957,207.84589983489263 488.3287470188957,203.73656209869745 462.85085305448547,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.445,5.17 9.445,5.369999999999999 8.205,5.37" data-type="line" data-label="" points="513.8066409833059,207.84589983489263 513.8066409833059,203.73656209869745 488.3287470188957,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.685,5.17 10.685,5.369999999999999 9.445,5.369999999999999" data-type="line" data-label="" points="539.2845349477161,207.84589983489263 539.2845349477161,203.73656209869745 513.8066409833059,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.925,5.17 11.925,5.369999999999999 10.685,5.369999999999999" data-type="line" data-label="" points="564.7624289121263,207.84589983489263 564.7624289121263,203.73656209869745 539.2845349477161,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.165,5.17 13.165,5.369999999999999 11.925,5.369999999999999" data-type="line" data-label="" points="590.2403228765365,207.84589983489263 590.2403228765365,203.73656209869745 564.7624289121263,203.73656209869745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.545,-4.855 5.5,-4.855" data-type="line" data-label="" points="454.22124380847555,413.8264538616768 432.74995413685565,413.8264538616768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.12,-6.239 7.12,-5.524 6.545,-5.524 6.545,-4.809 6.745,-4.809" data-type="line" data-label="" points="466.03558980003675,442.2630709961475 466.03558980003675,427.57218858924966 454.22124380847555,427.57218858924966 454.22124380847555,412.88130618235186 458.33058154467074,412.88130618235186" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.08,-6.32 5.08,-5.5875 5.7,-5.5875 5.7,-4.855 5.5,-4.855" data-type="line" data-label="" points="424.1203448908458,443.9273527793066 424.1203448908458,428.8769033204917 436.8592918730509,428.8769033204917 436.8592918730509,413.8264538616768 432.74995413685565,413.8264538616768" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.3,1 10.3,1.258 10.969999999999995,1.258 10.969999999999995,2.216000000000001 10.769999999999996,2.216000000000001" data-type="line" data-label="" points="531.3740598055404,293.52559163456243 531.3740598055404,288.2245459548707 545.1403412217942,288.2245459548707 545.1403412217942,268.54081819849563 541.031003485599,268.54081819849563" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.05,2.0900000000000007 6.3100000000000005,2.0900000000000007" data-type="line" data-label="" points="485.1440102733444,271.1297009722986 449.39277196844625,271.1297009722986" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.94,-3.3800000000000003 8.94,-4.809 7.345,-4.809" data-type="line" data-label="" points="503.430563199413,383.5200880572372 503.430563199413,412.88130618235186 470.65859475325635,412.88130618235186" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-1.2099999999999997 2.71,-1.2099999999999997 2.71,-1.1099999999999997 1.189,-1.1099999999999997 1.189,0.09000000000000052 1.5490000000000004,0.09000000000000052 1.5490000000000004,0.36100000000000065 2.7090000000000005,0.36100000000000065 2.7090000000000005,0.09000000000000052 2.71,0.09000000000000052" data-type="line" data-label="" points="379.5340304531279,338.93377361951934 375.4246927169327,338.93377361951934 375.4246927169327,336.8791047514217 344.17317923316824,336.8791047514217 344.17317923316824,312.22307833425054 351.5699871583196,312.22307833425054 351.5699871583196,306.6549257017061 375.4041460282517,306.6549257017061 375.4041460282517,312.22307833425054 375.4246927169327,312.22307833425054" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,1.9900000000000009 2.71,1.9900000000000009 2.71,1.5900000000000016 1.4889999999999999,1.5900000000000016 1.4889999999999999,0.9900000000000012 2.71,0.9900000000000012 2.71,0.5900000000000014 2.91,0.5900000000000014" data-type="line" data-label="" points="379.5340304531279,273.18436984039624 375.4246927169327,273.18436984039624 375.4246927169327,281.4030453127866 350.33718583746105,281.4030453127866 350.33718583746105,293.7310585213722 375.4246927169327,293.7310585213722 375.4246927169327,301.94973399376255 379.5340304531279,301.94973399376255" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.6100000000000008 0.6490000000000001,-2.6100000000000008 0.6490000000000001,-1.6099999999999999 2.71,-1.6099999999999999 2.71,-1.2099999999999997" data-type="line" data-label="" points="379.5340304531279,367.6991377728857 333.0779673454412,367.6991377728857 333.0779673454412,347.1524490919097 375.4246927169327,347.1524490919097 375.4246927169327,338.93377361951934" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-0.11000000000000097 7.971000000000001,-0.11000000000000118 7.971000000000001,-2.110000000000001 6.3100000000000005,-2.1100000000000008" data-type="line" data-label="" points="449.39277196844625,316.3324160704458 483.5208218675473,316.3324160704458 483.5208218675473,357.42579343239777 449.39277196844625,357.42579343239777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,1.09 6.410000000000001,1.09 6.410000000000001,-0.11000000000000097" data-type="line" data-label="" points="449.39277196844625,291.6763896532746 451.4474408365438,291.6763896532746 451.4474408365438,316.3324160704458" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,2.290000000000001 6.61,2.290000000000001 6.61,0.0899999999999992 6.3100000000000005,0.0899999999999992" data-type="line" data-label="" points="449.39277196844625,267.02036323610344 455.556778572739,267.02036323610344 455.556778572739,312.2230783342506 449.39277196844625,312.2230783342506" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.12,1 9.12,1.0450000000000002 8.05,1.0450000000000002 8.05,2.216 8.25,2.216" data-type="line" data-label="" points="507.12896716198867,293.52559163456243 507.12896716198867,292.6009906439185 485.1440102733444,292.6009906439185 485.1440102733444,268.5408181984957 489.2533480095396,268.5408181984957" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.1,-2.09 -2.3,-2.09 -2.3,-3.3299999999999996 8.091000000000001,-3.3299999999999996 8.091000000000001,-2.5100000000000007 6.3100000000000005,-2.5100000000000007" data-type="line" data-label="" points="276.5951201614383,357.0148596587782 272.4857824252431,357.0148596587782 272.4857824252431,382.4927536231884 485.98642450926445,382.4927536231884 485.98642450926445,365.64446890478814 449.39277196844625,365.64446890478814" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.37,4.118 -4.971,4.118 -4.971,4.219" data-type="line" data-label="" points="229.95413685562283,229.46101632727937 217.60557695835627,229.46101632727937 217.60557695835627,227.3858007705008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.69,4.21 2.9309999999999996,4.21 2.9309999999999996,4.0089999999999995" data-type="line" data-label="" points="375.0137589433132,227.5707209686296 379.96551091542835,227.5707209686296 379.96551091542835,231.70060539350575" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.944999999999999,6.6 6.186,6.6 6.186,6.249" data-type="line" data-label="" points="441.89323059989,178.464135021097 446.84498257200516,178.464135021097 446.84498257200516,185.67602274811958" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.37,4.018 -1.6490000000000002,4.018 -1.6490000000000002,3.3669999999999995" data-type="line" data-label="" points="271.04751421757476,231.515685195377 285.86167675655844,231.515685195377 285.86167675655844,244.89157952669234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.69,4.409999999999999 3.911,4.409999999999999 3.911,4.358999999999999" data-type="line" data-label="" points="375.0137589433132,223.4613832324344 400.10126582278485,223.4613832324344 400.10126582278485,224.5092643551642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.69,4.51 0.08899999999999997,4.51 0.08899999999999997,4.611" data-type="line" data-label="" points="333.92038158136126,221.40671436433678 321.5718216840947,221.40671436433678 321.5718216840947,219.3314988075582" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.71,-2.6100000000000008 0.7299999999999995,-2.6100000000000008 0.7299999999999995,-2.109000000000001" data-type="line" data-label="" points="375.4246927169327,367.6991377728857 334.7422491286003,367.6991377728857 334.7422491286003,357.40524674371676" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.2099999999999993 2.1290000000000004,-0.2099999999999993 2.1290000000000004,-0.1589999999999993" data-type="line" data-label="" points="379.5340304531279,318.38708493854335 363.4870665932857,318.38708493854335 363.4870665932857,317.33920381581356" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3,-2.09 -2.8299999999999996,-2.09 -2.8299999999999996,-2.089" data-type="line" data-label="" points="272.4857824252431,357.0148596587782 261.5960374243258,357.0148596587782 261.5960374243258,356.9943129700972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.9,-4.855 4.419,-4.855 4.419,-4.5040000000000004" data-type="line" data-label="" points="420.4219409282701,413.8264538616768 410.53898367272063,413.8264538616768 410.53898367272063,406.6145661346542" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.3100000000000012 7.500000000000001,-1.3100000000000012" data-type="line" data-label="" points="449.39277196844625,340.98844248761696 473.84333149880763,340.98844248761696" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.37,3.918 -5.45,3.918" data-type="line" data-label="" points="229.95413685562283,233.57035406347455 207.76371308016877,233.57035406347455" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,2.590000000000001 1.83,2.590000000000001" data-type="line" data-label="" points="379.5340304531279,260.8563566318106 357.34360667767385,260.8563566318106" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.37,3.718 -5.45,3.718" data-type="line" data-label="" points="229.95413685562283,237.67969179966974 207.76371308016877,237.67969179966974" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,2.7900000000000014 1.83,2.7900000000000014" data-type="line" data-label="" points="379.5340304531279,256.74701889561544 357.34360667767385,256.74701889561544" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.69,4.31 -0.3900000000000001,4.31" data-type="line" data-label="" points="333.92038158136126,225.516052100532 311.7299578059072,225.516052100532" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,1.1900000000000013 1.83,1.1900000000000013" data-type="line" data-label="" points="379.5340304531279,289.621720785177 357.34360667767385,289.621720785177" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.69,4.109999999999999 -0.3900000000000001,4.109999999999999" data-type="line" data-label="" points="333.92038158136126,229.6253898367272 311.7299578059072,229.6253898367272" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,1.3900000000000012 1.83,1.3900000000000012" data-type="line" data-label="" points="379.5340304531279,285.5123830489818 357.34360667767385,285.5123830489818" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.020000000000000018 -0.06999999999999984,0.020000000000000018" data-type="line" data-label="" points="289.5395340304531,313.6613465419189 318.3048981838195,313.6613465419189" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.42000000000000004 -0.3899999999999997,0.42000000000000004" data-type="line" data-label="" points="289.5395340304531,305.4426710695285 311.7299578059072,305.4426710695285" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.8200000000000001 -0.3899999999999997,0.8200000000000001" data-type="line" data-label="" points="289.5395340304531,297.2239955971381 311.7299578059072,297.2239955971381" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.4099999999999995 1.83,-0.4099999999999995" data-type="line" data-label="" points="379.5340304531279,322.49642267473854 357.34360667767385,322.49642267473854" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,0.6200000000000001 -0.3899999999999997,0.6200000000000001" data-type="line" data-label="" points="289.5395340304531,301.3333333333333 311.7299578059072,301.3333333333333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,1.02 -0.3899999999999997,1.02" data-type="line" data-label="" points="289.5395340304531,293.11465786094294 311.7299578059072,293.11465786094294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-0.6099999999999997 1.83,-0.6099999999999997" data-type="line" data-label="" points="379.5340304531279,326.6057604109338 357.34360667767385,326.6057604109338" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-0.31000000000000116 7.470000000000001,-0.31000000000000116" data-type="line" data-label="" points="449.39277196844625,320.441753806641 473.22693083837834,320.441753806641" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5,-2.09 -0.3400000000000001,-2.09" data-type="line" data-label="" points="288.92313337002383,357.0148596587782 312.757292239956,357.0148596587782" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.94,-2.6199999999999997 8.94,-1.4599999999999997" data-type="line" data-label="" points="503.430563199413,367.90460465969545 503.430563199413,344.0704457897633" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.4699999999999998,1.22 -0.06999999999999984,1.22" data-type="line" data-label="" points="289.5395340304531,289.00532012474775 318.3048981838195,289.00532012474775" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-1.8100000000000003 1.7500000000000002,-1.8100000000000003" data-type="line" data-label="" points="379.5340304531279,351.26178682810496 355.6998715831958,351.26178682810496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.0100000000000002 1.7500000000000002,-2.0100000000000002" data-type="line" data-label="" points="379.5340304531279,355.37112456430015 355.6998715831958,355.37112456430015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.2100000000000004 1.2700000000000002,-2.2100000000000004" data-type="line" data-label="" points="379.5340304531279,359.48046230049533 345.8374610163273,359.48046230049533" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.4100000000000006 1.2700000000000002,-2.4100000000000006" data-type="line" data-label="" points="379.5340304531279,363.5898000366905 345.8374610163273,363.5898000366905" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.91,-2.810000000000001 1.59,-2.810000000000001" data-type="line" data-label="" points="379.5340304531279,371.80847550908095 352.4124013942396,371.80847550908095" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-2.710000000000001 7.630000000000001,-2.710000000000001" data-type="line" data-label="" points="449.39277196844625,369.7538066409833 476.51440102733454,369.7538066409833" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.910000000000001 7.550000000000001,-1.910000000000001" data-type="line" data-label="" points="449.39277196844625,353.3164556962025 474.8706659328564,353.3164556962025" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.710000000000001 7.550000000000001,-1.710000000000001" data-type="line" data-label="" points="449.39277196844625,349.20711796000734 474.8706659328564,349.20711796000734" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,-1.5100000000000011 7.550000000000001,-1.5100000000000011" data-type="line" data-label="" points="449.39277196844625,345.09778022381215 474.8706659328564,345.09778022381215" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12,-0.9200000000000002 12,0.7199999999999998" data-type="line" data-label="" points="566.3034305631995,332.97523390203634 566.3034305631995,299.27866446523575" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.32,-2.84 11.32,-1.2" data-type="line" data-label="" points="552.3316822601358,372.4248761695102 552.3316822601358,338.7283067327096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.16,-1.19 9.16,-1.19" data-type="line" data-label="" points="528.4975233902037,338.52283984589985 507.9508347092277,338.52283984589985" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.3100000000000005,2.490000000000001 7.3100000000000005,2.490000000000001" data-type="line" data-label="" points="449.39277196844625,262.91102549990825 469.9394606494222,262.91102549990825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.345,6.6 4.345,6.6" data-type="line" data-label="" points="429.5652173913044,178.464135021097 409.0185287103284,178.464135021097" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12,-1.68 12,-3" data-type="line" data-label="" points="566.3034305631995,348.59071729957805 566.3034305631995,375.71234635846633" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.32,-3.6000000000000005 11.32,-4.920000000000001" data-type="line" data-label="" points="552.3316822601358,388.04035956705195 552.3316822601358,415.16198862594024" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J_USB1" data-x="-3.37" data-y="3.918" x="229.95413685562283" y="227.40634745918175" width="41.09337736195192" height="12.328013208585588" fill="hsl(122, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="J_USB2" data-x="1.69" data-y="4.31" x="333.9203815813612" y="219.3520454962392" width="41.09337736195192" height="12.32801320858556" fill="hsl(123, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="J_USBC" data-x="-2.52" data-y="0.72" x="246.39148780040358" y="280.78664465235727" width="43.148046230049545" height="36.98403962575679" fill="hsl(140, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="4.61" data-y="-0.009999999999999787" x="379.5340304531279" y="254.69235002751785" width="69.85874151531834" height="119.17079434966064" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="Y1" data-x="9.509999999999998" data-y="2.226" x="489.25334800953954" y="253.74720234819293" width="51.77765547605935" height="29.17629792698591" fill="hsl(288, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C9" data-x="9.192499999999999" data-y="0.62" x="497.8829572555495" y="293.52559163456243" width="21.4712896716199" height="15.615483397541766" fill="hsl(334, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C10" data-x="10.372500000000002" data-y="0.62" x="522.1280498991011" y="293.52559163456243" width="21.471289671619957" height="15.615483397541766" fill="hsl(74, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R9" data-x="5.645" data-y="6.6" x="429.5652173913044" y="171.4782608695652" width="12.328013208585617" height="13.971748303063663" fill="hsl(79, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R10" data-x="10.46" data-y="-1.19" x="528.4975233902037" y="331.53696569436806" width="12.328013208585617" height="13.971748303063634" fill="hsl(89, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R11" data-x="-1.8" data-y="-2.09" x="276.59512016143833" y="350.0289855072464" width="12.32801320858556" height="13.971748303063634" fill="hsl(90, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C11" data-x="9.0725" data-y="-3" x="494.1845532929739" y="367.90460465969545" width="23.936892313336955" height="15.615483397541766" fill="hsl(75, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R12" data-x="5.2" data-y="-4.855" x="420.42194092827015" y="406.840579710145" width="12.32801320858556" height="13.971748303063634" fill="hsl(91, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="R13" data-x="7.045" data-y="-4.809" x="458.33058154467074" y="405.8954320308201" width="12.328013208585617" height="13.971748303063634" fill="hsl(92, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C12" data-x="7.2524999999999995" data-y="-6.619" x="456.78957989359753" y="442.26307099614746" width="23.93689231333701" height="15.615483397541709" fill="hsl(76, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C13" data-x="5.1525" data-y="-6.7" x="414.8743349844066" y="443.9273527793066" width="21.4712896716199" height="15.615483397541709" fill="hsl(77, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C14" data-x="0.6074999999999999" data-y="6.123" x="320.25683360851224" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(78, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C15" data-x="-0.6325000000000001" data-y="6.123" x="294.778939644102" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(79, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C16" data-x="-1.8725" data-y="6.123" x="269.3010456796918" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(80, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C17" data-x="-3.1125" data-y="6.123" x="243.8231517152816" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(81, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C18" data-x="-4.3525" data-y="6.123" x="218.34525775087138" y="180.4571638231517" width="23.93689231333701" height="15.615483397541738" fill="hsl(82, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C19" data-x="-5.592499999999999" data-y="6.123" x="192.86736378646123" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(83, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C20" data-x="-6.8325" data-y="6.123" x="167.389469822051" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(105, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C21" data-x="-8.0725" data-y="6.123" x="141.9115758576408" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(106, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C22" data-x="5.8575" data-y="4.79" x="428.12694918363604" y="207.84589983489263" width="23.936892313336955" height="15.615483397541766" fill="hsl(107, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C23" data-x="7.0975" data-y="4.79" x="453.60484314804626" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(108, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C24" data-x="8.3375" data-y="4.79" x="479.08273711245647" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(109, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C25" data-x="9.5775" data-y="4.79" x="504.5606310768667" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(110, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C26" data-x="-9.3125" data-y="6.123" x="116.4336818932306" y="180.4571638231517" width="23.936892313336983" height="15.615483397541738" fill="hsl(111, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C27" data-x="10.8175" data-y="4.79" x="530.0385250412769" y="207.84589983489263" width="23.93689231333701" height="15.615483397541766" fill="hsl(112, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C44" data-x="-10.6725" data-y="6.123" x="90.9557879288204" y="180.4571638231517" width="19.00568702990273" height="15.615483397541738" fill="hsl(171, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C45" data-x="-11.912500000000001" data-y="6.123" x="65.47789396441016" y="180.4571638231517" width="19.00568702990273" height="15.615483397541738" fill="hsl(172, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C46" data-x="-13.1525" data-y="6.123" x="39.99999999999997" y="180.4571638231517" width="19.00568702990273" height="15.615483397541738" fill="hsl(173, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C47" data-x="11.9375" data-y="4.79" x="555.5164190056871" y="207.84589983489263" width="19.005687029902674" height="15.615483397541766" fill="hsl(174, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C48" data-x="13.177499999999998" data-y="4.79" x="580.9943129700973" y="207.84589983489263" width="19.005687029902674" height="15.615483397541766" fill="hsl(175, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C49" data-x="12.1325" data-y="-1.3" x="557.0574206567603" y="332.9752339020363" width="23.93689231333701" height="15.615483397541709" fill="hsl(176, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="C50" data-x="11.4525" data-y="-3.22" x="543.0856723536966" y="372.4248761695102" width="23.93689231333701" height="15.615483397541766" fill="hsl(198, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="AF 90° WJDG" data-x="-3.3100000000000005" data-y="3.4880000000000004" x="238.1728123280132" y="240.5562282150064" width="27.12162905888829" height="3.6984039625756395" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB-A 1 (USB 2.0)" data-x="-2.95" data-y="4.333" x="236.94001100715462" y="222.47514217574752" width="44.3808475509081" height="5.136672170244026" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="AF 90° WJDG" data-x="1.7499999999999998" data-y="3.88" x="342.1390570537516" y="232.50192625206378" width="27.12162905888829" height="3.6984039625756964" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB-A 2 (USB 2.0)" data-x="2.11" data-y="4.725" x="340.90625573289304" y="214.420840212805" width="44.38084755090813" height="5.1366721702439975" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="TYPE-C16PIN" data-x="-2.51" data-y="-0.30999999999999994" x="254.610163272794" y="318.59255182535315" width="27.121629058888317" height="3.6984039625756395" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB-C DOWNSTREAM (USB 2.0)" data-x="-1.6099999999999999" data-y="1.7349999999999999" x="253.37736195193546" y="275.85543936892304" width="66.57127132636214" height="5.136672170244026" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB5744-I/2G" data-x="4.03" data-y="-3.0399999999999996" x="387.7527059255183" y="374.68501192441755" width="29.5872317006054" height="3.6984039625756395" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="USB5744 USB 3.2 HUB" data-x="4.449999999999999" data-y="3.005" x="386.5199046046597" y="249.76114474408365" width="49.31205283434235" height="5.136672170243969" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB1_VBUS
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="-4.971" data-y="4.429" x="205.2775637497707" y="218.75619152449087" width="24.656026417171148" height="8.62960924600992" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
5
|
globalConnNetId: connectivity_net3" data-x="-2.005" data-y="5.1005" x="273.6158503026968" y="204.95909007521553" width="9.862410566868505" height="8.62960924600992" fill="#00000066" stroke="#000000" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net3" data-x="2.9309999999999996" data-y="3.7989999999999995" x="375.03430563199413" y="231.70060539350575" width="9.862410566868505" height="8.62960924600992" fill="#00000066" stroke="#000000" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -15,25 +15,21 @@ globalConnNetId: connectivity_net4" data-x="-1.6490000000000002" data-y="3.15699
|
|
|
15
15
|
globalConnNetId: connectivity_net4" data-x="3.911" data-y="4.148999999999999" x="385.3076499724822" y="224.5092643551642" width="29.5872317006054" height="8.629609246009892" fill="#00000066" stroke="#000000" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB2_VBUS
|
|
16
16
|
globalConnNetId: connectivity_net5" data-x="0.08899999999999997" data-y="4.821" x="309.2438084755091" y="210.70188956154834" width="24.656026417171176" height="8.629609246009892" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_1V2
|
|
17
17
|
globalConnNetId: connectivity_net13" data-x="0.7299999999999995" data-y="-1.899000000000001" x="324.87983856173184" y="348.77563749770684" width="19.724821133736953" height="8.62960924600992" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_1V2
|
|
18
|
-
globalConnNetId: connectivity_net13" data-x="8.1811" data-y="-0.
|
|
18
|
+
globalConnNetId: connectivity_net13" data-x="8.1811" data-y="-0.5100000000000012" x="483.5228765364154" y="314.6886809759677" width="8.629609246009863" height="19.724821133736953" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_1V2
|
|
19
19
|
globalConnNetId: connectivity_net13" data-x="-0.765" data-y="6.913" x="294.1625389836727" y="167.71821684094655" width="19.724821133736953" height="8.62960924600992" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_3V3
|
|
20
20
|
globalConnNetId: connectivity_net14" data-x="2.1290000000000004" data-y="0.051000000000000684" x="353.62465602641726" y="308.7095945698037" width="19.724821133736953" height="8.629609246009863" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_3V3
|
|
21
21
|
globalConnNetId: connectivity_net14" data-x="-2.8299999999999996" data-y="-1.879" x="251.73362685745732" y="348.36470372408735" width="19.724821133736953" height="8.629609246009863" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_3V3
|
|
22
|
-
globalConnNetId: connectivity_net14" data-x="6.
|
|
22
|
+
globalConnNetId: connectivity_net14" data-x="6.8201" data-y="2.290000000000001" x="455.5588332416071" y="257.157952669235" width="8.62960924600992" height="19.724821133736896" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VDD_3V3
|
|
23
23
|
globalConnNetId: connectivity_net14" data-x="6.965" data-y="5.58" x="452.988442487617" y="195.10695285268756" width="19.724821133736896" height="8.62960924600992" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USBH_VBUS_DET
|
|
24
24
|
globalConnNetId: connectivity_net24" data-x="7.711000000000001" data-y="-1.3100000000000012" x="473.8638781874886" y="338.93377361951934" width="8.629609246009977" height="4.1093377361952435" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB2_HOST_DP
|
|
25
25
|
globalConnNetId: connectivity_net26" data-x="7.091000000000001" data-y="0.28999999999999937" x="449.4133186571272" y="306.05907172995785" width="32.05283434232251" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB2_HOST_DM
|
|
26
26
|
globalConnNetId: connectivity_net27" data-x="7.091000000000001" data-y="0.48999999999999955" x="449.4133186571272" y="301.9497339937626" width="32.05283434232251" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB3_HUB_TX_RAW_P
|
|
27
|
-
globalConnNetId: connectivity_net28" data-x="7.391000000000001" data-y="0.6899999999999997" x="449.4133186571272" y="297.84039625756736" width="44.38084755090807" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId:
|
|
28
|
-
globalConnNetId:
|
|
29
|
-
globalConnNetId: connectivity_net29" data-x="7.391000000000001" data-y="0.8899999999999999" x="449.4133186571272" y="293.73105852137223" width="44.38084755090807" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB3_HUB_TX_RAW_N
|
|
30
|
-
globalConnNetId: connectivity_net29" data-x="10.189" data-y="-2.489" x="506.9029535864979" y="363.15831957439" width="44.38084755090813" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB3_HUB_RX_P
|
|
27
|
+
globalConnNetId: connectivity_net28" data-x="7.391000000000001" data-y="0.6899999999999997" x="449.4133186571272" y="297.84039625756736" width="44.38084755090807" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB3_HUB_TX_RAW_N
|
|
28
|
+
globalConnNetId: connectivity_net29" data-x="7.391000000000001" data-y="0.8899999999999999" x="449.4133186571272" y="293.73105852137223" width="44.38084755090807" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB3_HUB_RX_P
|
|
31
29
|
globalConnNetId: connectivity_net30" data-x="7.151000000000001" data-y="1.2899999999999998" x="449.4133186571272" y="285.5123830489818" width="34.518436984039624" height="4.1093377361952435" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: USB3_HUB_RX_N
|
|
32
30
|
globalConnNetId: connectivity_net31" data-x="7.151000000000001" data-y="1.49" x="449.4133186571272" y="281.4030453127866" width="34.518436984039624" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: HUB_ATEST
|
|
33
|
-
globalConnNetId: connectivity_net32" data-x="6.9110000000000005" data-y="1.6900000000000002" x="449.4133186571272" y="277.2937075765915" width="24.65602641717112" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId:
|
|
34
|
-
globalConnNetId:
|
|
35
|
-
globalConnNetId: connectivity_net33" data-x="6.9110000000000005" data-y="1.8900000000000003" x="449.4133186571272" y="273.18436984039624" width="24.65602641717112" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: HUB_XTALO
|
|
36
|
-
globalConnNetId: connectivity_net33" data-x="10.9" data-y="1.129" x="531.3740598055404" y="288.82039992661896" width="24.65602641717112" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: HUB_XTALI
|
|
31
|
+
globalConnNetId: connectivity_net32" data-x="6.9110000000000005" data-y="1.6900000000000002" x="449.4133186571272" y="277.2937075765915" width="24.65602641717112" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: HUB_XTALO
|
|
32
|
+
globalConnNetId: connectivity_net33" data-x="6.9110000000000005" data-y="1.8900000000000003" x="449.4133186571272" y="273.18436984039624" width="24.65602641717112" height="4.109337736195187" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: HUB_XTALI
|
|
37
33
|
globalConnNetId: connectivity_net34" data-x="7.765000000000001" data-y="2.690000000000001" x="477.23353513116865" y="246.47367455512747" width="4.109337736195187" height="24.656026417171176" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="netId: VBUS_5V
|
|
38
34
|
globalConnNetId: connectivity_net36" data-x="4.419" data-y="-4.2940000000000005" x="400.6765731058522" y="397.9849568886443" width="19.724821133736896" height="8.629609246009863" fill="#ef444466" stroke="#ef4444" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: USB2_P1_DM
|
|
39
35
|
axis: x
|
|
@@ -71,7 +67,9 @@ side: y+" data-x="6.890000000000001" data-y="-0.20000000000000118" x="451.447440
|
|
|
71
67
|
axis: x
|
|
72
68
|
side: y+" data-x="-0.92" data-y="-1.9799999999999998" x="290.9778022381214" y="353.52192258301227" width="19.724821133736953" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: HUB_RESET_N
|
|
73
69
|
axis: y
|
|
74
|
-
side: x-" data-x="8.83" data-y="-2.0399999999999996" x="499.9376261236471" y="346.1251146578609" width="2.465602641717169" height="19.724821133736953" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId:
|
|
70
|
+
side: x-" data-x="8.83" data-y="-2.0399999999999996" x="499.9376261236471" y="346.1251146578609" width="2.465602641717169" height="19.724821133736953" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: HUB_XTALO
|
|
71
|
+
axis: y
|
|
72
|
+
side: x-" data-x="10.859999999999996" data-y="1.7370000000000005" x="541.6474041460283" y="270.1640066042927" width="2.465602641717055" height="16.437350944780803" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: DOWNSTREAM_CC1
|
|
75
73
|
axis: x
|
|
76
74
|
side: y+" data-x="-0.7699999999999998" data-y="1.33" x="291.59420289855075" y="285.51238304898186" width="24.656026417171176" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: USB2_ETH_DP
|
|
77
75
|
axis: x
|
|
@@ -91,7 +89,13 @@ side: y+" data-x="6.930000000000001" data-y="-1.800000000000001" x="451.44744083
|
|
|
91
89
|
axis: x
|
|
92
90
|
side: y+" data-x="6.930000000000001" data-y="-1.600000000000001" x="451.4474408365438" y="345.7141808842414" width="21.368556228215027" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: PWR_CTL_USB1
|
|
93
91
|
axis: x
|
|
94
|
-
side: y+" data-x="6.930000000000001" data-y="-1.400000000000001" x="451.4474408365438" y="341.60484314804626" width="21.368556228215027" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId:
|
|
92
|
+
side: y+" data-x="6.930000000000001" data-y="-1.400000000000001" x="451.4474408365438" y="341.60484314804626" width="21.368556228215027" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: USB3_HUB_TX_RAW_P
|
|
93
|
+
axis: y
|
|
94
|
+
side: x-" data-x="11.89" data-y="-0.1000000000000002" x="562.8104934874336" y="301.33333333333337" width="2.465602641717055" height="29.5872317006054" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: USB3_HUB_TX_RAW_N
|
|
95
|
+
axis: y
|
|
96
|
+
side: x-" data-x="11.21" data-y="-2.02" x="548.83874518437" y="340.78297560080716" width="2.465602641717055" height="29.587231700605457" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: HUB_ATEST
|
|
97
|
+
axis: x
|
|
98
|
+
side: y+" data-x="9.66" data-y="-1.0799999999999998" x="510.0055035773254" y="335.02990277013396" width="16.437350944780803" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: HUB_RBIAS
|
|
95
99
|
axis: x
|
|
96
100
|
side: y+" data-x="6.8100000000000005" data-y="2.600000000000001" x="451.4474408365438" y="259.4180884241423" width="16.437350944780746" height="2.465602641717112" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: HUB_RBIAS
|
|
97
101
|
axis: x
|
|
@@ -99,7 +103,7 @@ side: y+" data-x="4.845" data-y="6.71" x="411.07319757842595" y="174.97119794533
|
|
|
99
103
|
axis: y
|
|
100
104
|
side: x+" data-x="12.11" data-y="-2.34" x="567.3307649972483" y="350.6453861676756" width="2.465602641717169" height="23.012291322693102" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><g><rect data-type="rect" data-label="INLINE netId: USB3_HUB_TX_N
|
|
101
105
|
axis: y
|
|
102
|
-
side: x-" data-x="11.21" data-y="-4.260000000000001" x="548.83874518437" y="390.0950284351495" width="2.465602641717055" height="23.012291322693102" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><text data-type="text" data-label="USB2_P1_DM" data-x="-4.47" data-y="4.0280000000000005" x="227.8994679875252" y="231.3102183085672" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DM</text><text data-type="text" data-label="USB2_P1_DM" data-x="2.81" data-y="2.700000000000001" x="377.4793615850303" y="258.59622087690326" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DM</text><text data-type="text" data-label="USB2_P1_DP" data-x="-4.47" data-y="3.828" x="227.8994679875252" y="235.4195560447624" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DP</text><text data-type="text" data-label="USB2_P1_DP" data-x="2.81" data-y="2.9000000000000012" x="377.4793615850303" y="254.48688314070807" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DP</text><text data-type="text" data-label="USB2_P2_DM" data-x="0.5899999999999999" data-y="4.42" x="331.86571271326363" y="223.25591634562463" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DM</text><text data-type="text" data-label="USB2_P2_DM" data-x="2.81" data-y="1.3000000000000014" x="377.4793615850303" y="287.3615850302696" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DM</text><text data-type="text" data-label="USB2_P2_DP" data-x="0.5899999999999999" data-y="4.22" x="331.86571271326363" y="227.36525408181984" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DP</text><text data-type="text" data-label="USB2_P2_DP" data-x="2.81" data-y="1.5000000000000013" x="377.4793615850303" y="283.25224729407444" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DP</text><text data-type="text" data-label="DOWNSTREAM_CC2" data-x="-1.3699999999999997" data-y="0.13" x="291.59420289855075" y="311.40121078701156" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">DOWNSTREAM_CC2</text><text data-type="text" data-label="USB2_P3_DP" data-x="-1.3699999999999997" data-y="0.53" x="291.59420289855075" y="303.18253531462113" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DP</text><text data-type="text" data-label="USB2_P3_DP" data-x="-1.3699999999999997" data-y="0.93" x="291.59420289855075" y="294.96385984223076" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DP</text><text data-type="text" data-label="USB2_P3_DP" data-x="2.81" data-y="-0.2999999999999995" x="377.4793615850303" y="320.23628691983123" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P3_DP</text><text data-type="text" data-label="USB2_P3_DM" data-x="-1.3699999999999997" data-y="0.7300000000000001" x="291.59420289855075" y="299.07319757842595" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DM</text><text data-type="text" data-label="USB2_P3_DM" data-x="-1.3699999999999997" data-y="1.1300000000000001" x="291.59420289855075" y="290.8545221060356" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DM</text><text data-type="text" data-label="USB2_P3_DM" data-x="2.81" data-y="-0.49999999999999967" x="377.4793615850303" y="324.3456246560264" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P3_DM</text><text data-type="text" data-label="HUB_RESET_N" data-x="6.41" data-y="-0.20000000000000118" x="451.4474408365438" y="318.18161805173366" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">HUB_RESET_N</text><text data-type="text" data-label="HUB_RESET_N" data-x="-1.4" data-y="-1.9799999999999998" x="290.97780223812146" y="354.75472390387085" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">HUB_RESET_N</text><text data-type="text" data-label="HUB_RESET_N" data-x="8.83" data-y="-2.5199999999999996" x="501.17042744450566" y="365.8499357915979" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 501.17042744450566, 365.8499357915979)">HUB_RESET_N</text><text data-type="text" data-label="DOWNSTREAM_CC1" data-x="-1.3699999999999997" data-y="1.33" x="291.59420289855075" y="286.7451843698404" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">DOWNSTREAM_CC1</text><text data-type="text" data-label="USB2_ETH_DP" data-x="2.81" data-y="-1.7000000000000002" x="377.4793615850303" y="349.0016510731976" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_ETH_DP</text><text data-type="text" data-label="USB2_ETH_DM" data-x="2.81" data-y="-1.9000000000000001" x="377.4793615850303" y="353.1109888093928" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_ETH_DM</text><text data-type="text" data-label="USB3_ETH_RX_RAW_P" data-x="2.8100000000000005" data-y="-2.1000000000000005" x="377.4793615850303" y="357.22032654558797" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB3_ETH_RX_RAW_P</text><text data-type="text" data-label="USB3_ETH_RX_RAW_N" data-x="2.8100000000000005" data-y="-2.3000000000000007" x="377.4793615850303" y="361.32966428178315" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB3_ETH_RX_RAW_N</text><text data-type="text" data-label="USB3_ETH_TX_P" data-x="2.81" data-y="-2.700000000000001" x="377.4793615850303" y="369.5483397541736" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB3_ETH_TX_P</text><text data-type="text" data-label="USB3_ETH_TX_N" data-x="6.41" data-y="-2.600000000000001" x="451.4474408365438" y="367.49367088607596" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB3_ETH_TX_N</text><text data-type="text" data-label="PWR_CTL_USBC" data-x="6.41" data-y="-1.800000000000001" x="451.4474408365438" y="351.0563199412952" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">PWR_CTL_USBC</text><text data-type="text" data-label="PWR_CTL_USB2" data-x="6.41" data-y="-1.600000000000001" x="451.4474408365438" y="346.94698220509997" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">PWR_CTL_USB2</text><text data-type="text" data-label="PWR_CTL_USB1" data-x="6.41" data-y="-1.400000000000001" x="451.4474408365438" y="342.8376444689048" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">PWR_CTL_USB1</text><text data-type="text" data-label="HUB_RBIAS" data-x="6.41" data-y="2.600000000000001" x="451.4474408365438" y="260.6508897450009" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">HUB_RBIAS</text><text data-type="text" data-label="HUB_RBIAS" data-x="5.245" data-y="6.71" x="427.5105485232068" y="176.20399926618964" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">HUB_RBIAS</text><text data-type="text" data-label="USB3_HUB_TX_P" data-x="12.11" data-y="-1.7799999999999998" x="568.5635663181068" y="350.64538616767567" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central" transform="rotate(-90, 568.5635663181068, 350.64538616767567)">USB3_HUB_TX_P</text><text data-type="text" data-label="USB3_HUB_TX_N" data-x="11.21" data-y="-3.7000000000000006" x="550.0715465052285" y="390.0950284351495" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central" transform="rotate(-90, 550.0715465052285, 390.0950284351495)">USB3_HUB_TX_N</text><g><circle data-type="point" data-label="VCC
|
|
106
|
+
side: x-" data-x="11.21" data-y="-4.260000000000001" x="548.83874518437" y="390.0950284351495" width="2.465602641717055" height="23.012291322693102" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04866964285714285"/></g><text data-type="text" data-label="USB2_P1_DM" data-x="-4.47" data-y="4.0280000000000005" x="227.8994679875252" y="231.3102183085672" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DM</text><text data-type="text" data-label="USB2_P1_DM" data-x="2.81" data-y="2.700000000000001" x="377.4793615850303" y="258.59622087690326" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DM</text><text data-type="text" data-label="USB2_P1_DP" data-x="-4.47" data-y="3.828" x="227.8994679875252" y="235.4195560447624" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DP</text><text data-type="text" data-label="USB2_P1_DP" data-x="2.81" data-y="2.9000000000000012" x="377.4793615850303" y="254.48688314070807" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P1_DP</text><text data-type="text" data-label="USB2_P2_DM" data-x="0.5899999999999999" data-y="4.42" x="331.86571271326363" y="223.25591634562463" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DM</text><text data-type="text" data-label="USB2_P2_DM" data-x="2.81" data-y="1.3000000000000014" x="377.4793615850303" y="287.3615850302696" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DM</text><text data-type="text" data-label="USB2_P2_DP" data-x="0.5899999999999999" data-y="4.22" x="331.86571271326363" y="227.36525408181984" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DP</text><text data-type="text" data-label="USB2_P2_DP" data-x="2.81" data-y="1.5000000000000013" x="377.4793615850303" y="283.25224729407444" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P2_DP</text><text data-type="text" data-label="DOWNSTREAM_CC2" data-x="-1.3699999999999997" data-y="0.13" x="291.59420289855075" y="311.40121078701156" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">DOWNSTREAM_CC2</text><text data-type="text" data-label="USB2_P3_DP" data-x="-1.3699999999999997" data-y="0.53" x="291.59420289855075" y="303.18253531462113" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DP</text><text data-type="text" data-label="USB2_P3_DP" data-x="-1.3699999999999997" data-y="0.93" x="291.59420289855075" y="294.96385984223076" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DP</text><text data-type="text" data-label="USB2_P3_DP" data-x="2.81" data-y="-0.2999999999999995" x="377.4793615850303" y="320.23628691983123" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P3_DP</text><text data-type="text" data-label="USB2_P3_DM" data-x="-1.3699999999999997" data-y="0.7300000000000001" x="291.59420289855075" y="299.07319757842595" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DM</text><text data-type="text" data-label="USB2_P3_DM" data-x="-1.3699999999999997" data-y="1.1300000000000001" x="291.59420289855075" y="290.8545221060356" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB2_P3_DM</text><text data-type="text" data-label="USB2_P3_DM" data-x="2.81" data-y="-0.49999999999999967" x="377.4793615850303" y="324.3456246560264" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_P3_DM</text><text data-type="text" data-label="HUB_RESET_N" data-x="6.41" data-y="-0.20000000000000118" x="451.4474408365438" y="318.18161805173366" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">HUB_RESET_N</text><text data-type="text" data-label="HUB_RESET_N" data-x="-1.4" data-y="-1.9799999999999998" x="290.97780223812146" y="354.75472390387085" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">HUB_RESET_N</text><text data-type="text" data-label="HUB_RESET_N" data-x="8.83" data-y="-2.5199999999999996" x="501.17042744450566" y="365.8499357915979" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 501.17042744450566, 365.8499357915979)">HUB_RESET_N</text><text data-type="text" data-label="HUB_XTALO" data-x="10.859999999999996" data-y="1.7370000000000005" x="542.8802054668868" y="278.3826820766831" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="middle" dominant-baseline="central" transform="rotate(-90, 542.8802054668868, 278.3826820766831)">HUB_XTALO</text><text data-type="text" data-label="DOWNSTREAM_CC1" data-x="-1.3699999999999997" data-y="1.33" x="291.59420289855075" y="286.7451843698404" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">DOWNSTREAM_CC1</text><text data-type="text" data-label="USB2_ETH_DP" data-x="2.81" data-y="-1.7000000000000002" x="377.4793615850303" y="349.0016510731976" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_ETH_DP</text><text data-type="text" data-label="USB2_ETH_DM" data-x="2.81" data-y="-1.9000000000000001" x="377.4793615850303" y="353.1109888093928" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB2_ETH_DM</text><text data-type="text" data-label="USB3_ETH_RX_RAW_P" data-x="2.8100000000000005" data-y="-2.1000000000000005" x="377.4793615850303" y="357.22032654558797" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB3_ETH_RX_RAW_P</text><text data-type="text" data-label="USB3_ETH_RX_RAW_N" data-x="2.8100000000000005" data-y="-2.3000000000000007" x="377.4793615850303" y="361.32966428178315" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB3_ETH_RX_RAW_N</text><text data-type="text" data-label="USB3_ETH_TX_P" data-x="2.81" data-y="-2.700000000000001" x="377.4793615850303" y="369.5483397541736" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">USB3_ETH_TX_P</text><text data-type="text" data-label="USB3_ETH_TX_N" data-x="6.41" data-y="-2.600000000000001" x="451.4474408365438" y="367.49367088607596" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">USB3_ETH_TX_N</text><text data-type="text" data-label="PWR_CTL_USBC" data-x="6.41" data-y="-1.800000000000001" x="451.4474408365438" y="351.0563199412952" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">PWR_CTL_USBC</text><text data-type="text" data-label="PWR_CTL_USB2" data-x="6.41" data-y="-1.600000000000001" x="451.4474408365438" y="346.94698220509997" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">PWR_CTL_USB2</text><text data-type="text" data-label="PWR_CTL_USB1" data-x="6.41" data-y="-1.400000000000001" x="451.4474408365438" y="342.8376444689048" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">PWR_CTL_USB1</text><text data-type="text" data-label="USB3_HUB_TX_RAW_P" data-x="11.89" data-y="-0.8200000000000002" x="564.0432948082921" y="330.9205650339387" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 564.0432948082921, 330.9205650339387)">USB3_HUB_TX_RAW_P</text><text data-type="text" data-label="USB3_HUB_TX_RAW_N" data-x="11.21" data-y="-2.74" x="550.0715465052285" y="370.3702073014126" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central" transform="rotate(-90, 550.0715465052285, 370.3702073014126)">USB3_HUB_TX_RAW_N</text><text data-type="text" data-label="HUB_ATEST" data-x="10.06" data-y="-1.0799999999999998" x="526.4428545221061" y="336.2627040909925" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">HUB_ATEST</text><text data-type="text" data-label="HUB_RBIAS" data-x="6.41" data-y="2.600000000000001" x="451.4474408365438" y="260.6508897450009" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="start" dominant-baseline="central">HUB_RBIAS</text><text data-type="text" data-label="HUB_RBIAS" data-x="5.245" data-y="6.71" x="427.5105485232068" y="176.20399926618964" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central">HUB_RBIAS</text><text data-type="text" data-label="USB3_HUB_TX_P" data-x="12.11" data-y="-1.7799999999999998" x="568.5635663181068" y="350.64538616767567" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central" transform="rotate(-90, 568.5635663181068, 350.64538616767567)">USB3_HUB_TX_P</text><text data-type="text" data-label="USB3_HUB_TX_N" data-x="11.21" data-y="-3.7000000000000006" x="550.0715465052285" y="390.0950284351495" fill="green" font-size="2.4656026417171164" font-family="sans-serif" text-anchor="end" dominant-baseline="central" transform="rotate(-90, 550.0715465052285, 390.0950284351495)">USB3_HUB_TX_N</text><g><circle data-type="point" data-label="VCC
|
|
103
107
|
x-" data-x="-4.37" data-y="4.118" cx="229.95413685562283" cy="229.46101632727937" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D_NEG
|
|
104
108
|
x-" data-x="-4.37" data-y="3.918" cx="229.95413685562283" cy="233.57035406347455" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D_POS
|
|
105
109
|
x-" data-x="-4.37" data-y="3.718" cx="229.95413685562283" cy="237.67969179966974" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND
|
|
@@ -263,25 +267,21 @@ orientation: y-" data-x="-1.6490000000000002" data-y="3.3669999999999995" cx="28
|
|
|
263
267
|
orientation: y-" data-x="3.911" data-y="4.358999999999999" cx="400.10126582278485" cy="224.5092643551642" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
264
268
|
orientation: y+" data-x="0.08899999999999997" data-y="4.611" cx="321.5718216840947" cy="219.3314988075582" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
265
269
|
orientation: y+" data-x="0.7299999999999995" data-y="-2.109000000000001" cx="334.7422491286003" cy="357.40524674371676" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
266
|
-
orientation: x+" data-x="7.971000000000001" data-y="-0.
|
|
270
|
+
orientation: x+" data-x="7.971000000000001" data-y="-0.5100000000000012" cx="483.5208218675473" cy="324.5510915428362" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
267
271
|
orientation: y+" data-x="-0.765" data-y="6.703" cx="304.0249495505412" cy="176.34782608695647" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
268
272
|
orientation: y+" data-x="2.1290000000000004" data-y="-0.1589999999999993" cx="363.4870665932857" cy="317.33920381581356" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
269
273
|
orientation: y+" data-x="-2.8299999999999996" data-y="-2.089" cx="261.5960374243258" cy="356.9943129700972" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
270
|
-
orientation: x+" data-x="6.61" data-y="
|
|
274
|
+
orientation: x+" data-x="6.61" data-y="2.290000000000001" cx="455.556778572739" cy="267.02036323610344" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
271
275
|
orientation: y+" data-x="6.965" data-y="5.37" cx="462.85085305448547" cy="203.73656209869745" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
272
276
|
orientation: x+" data-x="7.500000000000001" data-y="-1.3100000000000012" cx="473.84333149880763" cy="340.98844248761696" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
273
277
|
orientation: x+" data-x="6.3100000000000005" data-y="0.28999999999999937" cx="449.39277196844625" cy="308.1137405980554" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
274
278
|
orientation: x+" data-x="6.3100000000000005" data-y="0.48999999999999955" cx="449.39277196844625" cy="304.0044028618602" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
275
279
|
orientation: x+" data-x="6.3100000000000005" data-y="0.6899999999999997" cx="449.39277196844625" cy="299.895065125665" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
276
|
-
orientation: x-" data-x="11.949" data-y="3.080999999999994" cx="565.2555494404697" cy="250.76793248945157" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
277
280
|
orientation: x+" data-x="6.3100000000000005" data-y="0.8899999999999999" cx="449.39277196844625" cy="295.7857273894698" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
278
|
-
orientation: x-" data-x="11.269" data-y="-2.489" cx="551.283801137406" cy="365.2129884424876" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
279
281
|
orientation: x+" data-x="6.3100000000000005" data-y="1.2899999999999998" cx="449.39277196844625" cy="287.5670519170794" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
280
282
|
orientation: x+" data-x="6.3100000000000005" data-y="1.49" cx="449.39277196844625" cy="283.45771418088424" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
281
283
|
orientation: x+" data-x="6.3100000000000005" data-y="1.6900000000000002" cx="449.39277196844625" cy="279.34837644468905" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
282
|
-
orientation: x-" data-x="10.16" data-y="-1.19" cx="528.4975233902037" cy="338.52283984589985" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
283
284
|
orientation: x+" data-x="6.3100000000000005" data-y="1.8900000000000003" cx="449.39277196844625" cy="275.2390387084938" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
284
|
-
orientation: x+" data-x="10.3" data-y="1.129" cx="531.3740598055404" cy="290.8750687947165" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
285
285
|
orientation: y+" data-x="7.765000000000001" data-y="2.0900000000000007" cx="479.2882039992662" cy="271.1297009722986" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
286
286
|
orientation: y+" data-x="4.419" data-y="-4.5040000000000004" cx="410.53898367272063" cy="406.6145661346542" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
|
|
287
287
|
USB2_P1_DM" data-x="-4.91" data-y="3.918" cx="218.8589249678958" cy="233.57035406347455" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
@@ -302,6 +302,7 @@ USB2_P3_DM" data-x="2.37" data-y="-0.6099999999999997" cx="368.4388185654009" cy
|
|
|
302
302
|
HUB_RESET_N" data-x="6.890000000000001" data-y="-0.31000000000000116" cx="461.30985140341227" cy="320.441753806641" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
303
303
|
HUB_RESET_N" data-x="-0.92" data-y="-2.09" cx="300.8402128049899" cy="357.0148596587782" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
304
304
|
HUB_RESET_N" data-x="8.94" data-y="-2.0399999999999996" cx="503.430563199413" cy="355.9875252247294" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
305
|
+
HUB_XTALO" data-x="10.969999999999995" data-y="1.7370000000000005" cx="545.1403412217942" cy="278.3826820766831" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
305
306
|
DOWNSTREAM_CC1" data-x="-0.7699999999999998" data-y="1.22" cx="303.9222161071363" cy="289.00532012474775" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
306
307
|
USB2_ETH_DP" data-x="2.33" data-y="-1.8100000000000003" cx="367.61695101816184" cy="351.26178682810496" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
307
308
|
USB2_ETH_DM" data-x="2.33" data-y="-2.0100000000000002" cx="367.61695101816184" cy="355.37112456430015" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
@@ -312,6 +313,9 @@ USB3_ETH_TX_N" data-x="6.970000000000001" data-y="-2.710000000000001" cx="462.95
|
|
|
312
313
|
PWR_CTL_USBC" data-x="6.930000000000001" data-y="-1.910000000000001" cx="462.1317189506513" cy="353.3164556962025" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
313
314
|
PWR_CTL_USB2" data-x="6.930000000000001" data-y="-1.710000000000001" cx="462.1317189506513" cy="349.20711796000734" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
314
315
|
PWR_CTL_USB1" data-x="6.930000000000001" data-y="-1.5100000000000011" cx="462.1317189506513" cy="345.09778022381215" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
316
|
+
USB3_HUB_TX_RAW_P" data-x="12" data-y="-0.1000000000000002" cx="566.3034305631995" cy="316.12694918363604" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
317
|
+
USB3_HUB_TX_RAW_N" data-x="11.32" data-y="-2.02" cx="552.3316822601358" cy="355.5765914511099" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
318
|
+
HUB_ATEST" data-x="9.66" data-y="-1.19" cx="518.2241790497158" cy="338.52283984589985" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
315
319
|
HUB_RBIAS" data-x="6.8100000000000005" data-y="2.490000000000001" cx="459.6661163089342" cy="262.91102549990825" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
316
320
|
HUB_RBIAS" data-x="4.845" data-y="6.6" cx="419.2918730508164" cy="178.464135021097" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
317
321
|
USB3_HUB_TX_P" data-x="12" data-y="-2.34" cx="566.3034305631995" cy="362.1515318290222" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
|
|
@@ -372,7 +376,7 @@ USB3_HUB_TX_N" data-x="11.32" data-y="-4.260000000000001" cx="552.3316822601358"
|
|
|
372
376
|
.port-label { fill: rgb(0, 100, 100); }
|
|
373
377
|
.component-name { fill: rgb(0, 100, 100); }
|
|
374
378
|
|
|
375
|
-
</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 841.3066385667574 201.959957850513 L 841.3066385667574 238.20864067451498 L 874.394099051457 238.20864067451498 L 874.394099051457 274.457323498517 L 865.964172813317 274.457323498517" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 841.3066385667574 201.959957850513 L 841.3066385667574 238.20864067451498 L 874.394099051457 238.20864067451498 L 874.394099051457 274.457323498517 L 865.964172813317 274.457323498517" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 893.5721812432255 201.959957850513 L 893.5721812432255 238.20864067451498 L 874.394099051457 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 893.5721812432255 201.959957850513 L 893.5721812432255 238.20864067451498 L 874.394099051457 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 945.8377239196934 201.959957850513 L 945.8377239196934 238.20864067451498 L 893.5721812432255 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 945.8377239196934 201.959957850513 L 945.8377239196934 238.20864067451498 L 893.5721812432255 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 998.1032665961616 201.959957850513 L 998.1032665961616 238.20864067451498 L 945.8377239196934 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.1032665961616 201.959957850513 L 998.1032665961616 238.20864067451498 L 945.8377239196934 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1050.3688092726295 201.959957850513 L 1050.3688092726295 238.20864067451498 L 998.1032665961616 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1050.3688092726295 201.959957850513 L 1050.3688092726295 238.20864067451498 L 998.1032665961616 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1102.6343519490974 201.959957850513 L 1102.6343519490974 238.20864067451498 L 1050.3688092726295 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1102.6343519490974 201.959957850513 L 1102.6343519490974 238.20864067451498 L 1050.3688092726295 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1154.8998946255656 201.959957850513 L 1154.8998946255656 238.20864067451498 L 1102.6343519490974 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1154.8998946255656 201.959957850513 L 1154.8998946255656 238.20864067451498 L 1102.6343519490974 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 970.4952581662529 264.08851422560485 L 970.4952581662529 238.20864067451498 L 945.8377239196934 238.20864067451498 L 945.8377239196934 201.959957850513" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 970.4952581662529 264.08851422560485 L 970.4952581662529 238.20864067451498 L 945.8377239196934 238.20864067451498 L 945.8377239196934 201.959957850513" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1034.14120126421 377.72391991573204 L 1034.14120126421 386.153846153872 L 984.404636459184 386.153846153872 L 984.404636459184 377.72391991573204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1034.14120126421 377.72391991573204 L 1034.14120126421 386.153846153872 L 984.404636459184 386.153846153872 L 984.404636459184 377.72391991573204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1053.530031611932 437.997892518433 L 1061.959957850072 437.997892518433 L 1061.959957850072 386.153846153872 L 1034.14120126421 386.153846153872" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1053.530031611932 437.997892518433 L 1061.959957850072 437.997892518433 L 1061.959957850072 386.153846153872 L 1034.14120126421 386.153846153872" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 814.120126448756 686.259220231656 L 814.120126448756 694.689146469796 L 900.1053740777841 694.689146469796 L 900.1053740777841 682.8451001052093" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.120126448756 686.259220231656 L 814.120126448756 694.689146469796 L 900.1053740777841 694.689146469796 L 900.1053740777841 682.8451001052093" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 567.7555321391145 145.7744994733099 L 567.7555321391145 164.00421496328767 L 620.0210748155826 164.00421496328767 L 620.0210748155826 145.7744994733099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 567.7555321391145 145.7744994733099 L 567.7555321391145 164.00421496328767 L 620.0210748155826 164.00421496328767 L 620.0210748155826 145.7744994733099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 515.4899894626465 145.7744994733099 L 515.4899894626465 164.00421496328767 L 567.7555321391145 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.4899894626465 145.7744994733099 L 515.4899894626465 164.00421496328767 L 567.7555321391145 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 463.22444678617853 145.7744994733099 L 463.22444678617853 164.00421496328767 L 515.4899894626465 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.22444678617853 145.7744994733099 L 463.22444678617853 164.00421496328767 L 515.4899894626465 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 410.9589041097105 145.7744994733099 L 410.9589041097105 164.00421496328767 L 463.22444678617853 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 410.9589041097105 145.7744994733099 L 410.9589041097105 164.00421496328767 L 463.22444678617853 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 358.69336143324256 145.7744994733099 L 358.69336143324256 164.00421496328767 L 410.9589041097105 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.69336143324256 145.7744994733099 L 358.69336143324256 164.00421496328767 L 410.9589041097105 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 306.4278187567745 145.7744994733099 L 306.4278187567745 164.00421496328767 L 358.69336143324256 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.4278187567745 145.7744994733099 L 306.4278187567745 164.00421496328767 L 358.69336143324256 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 254.16227608030653 145.7744994733099 L 254.16227608030653 164.00421496328767 L 306.4278187567745 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 254.16227608030653 145.7744994733099 L 254.16227608030653 164.00421496328767 L 306.4278187567745 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 201.89673340383848 145.7744994733099 L 201.89673340383848 164.00421496328767 L 254.16227608030653 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 201.89673340383848 145.7744994733099 L 201.89673340383848 164.00421496328767 L 254.16227608030653 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 149.6311907273705 145.7744994733099 L 149.6311907273705 164.00421496328767 L 201.89673340383848 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 149.6311907273705 145.7744994733099 L 149.6311907273705 164.00421496328767 L 201.89673340383848 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 97.36564805090251 145.7744994733099 L 97.36564805090251 164.00421496328767 L 149.6311907273705 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 97.36564805090251 145.7744994733099 L 97.36564805090251 164.00421496328767 L 149.6311907273705 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 45.10010537443452 145.7744994733099 L 45.10010537443452 164.00421496328767 L 97.36564805090251 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 45.10010537443452 145.7744994733099 L 45.10010537443452 164.00421496328767 L 97.36564805090251 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 500.105374078041 226.91253951540742 L 539.726027397299 226.91253951540742 L 539.726027397299 164.00421496328767 L 515.4899894626465 164.00421496328767 L 515.4899894626465 145.7744994733099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.105374078041 226.91253951540742 L 539.726027397299 226.91253951540742 L 539.726027397299 164.00421496328767 L 515.4899894626465 164.00421496328767 L 515.4899894626465 145.7744994733099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 378.566912539546 L 436.880927291991 378.566912539546 L 436.880927291991 386.99683877768604 L 436.880927291991 361.707060063266 L 449.52581664920103 361.707060063266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 378.566912539546 L 436.880927291991 378.566912539546 L 436.880927291991 386.99683877768604 L 436.880927291991 361.707060063266 L 449.52581664920103 361.707060063266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 336.417281348846 L 441.09589041106096 336.417281348846 L 441.09589041106096 327.987355110706 L 449.52581664920103 327.987355110706" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 336.417281348846 L 441.09589041106096 336.417281348846 L 441.09589041106096 327.987355110706 L 449.52581664920103 327.987355110706" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 344.84720758698603 L 441.09589041106096 344.84720758698603 L 441.09589041106096 336.417281348846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 344.84720758698603 L 441.09589041106096 344.84720758698603 L 441.09589041106096 336.417281348846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 353.27713382512604 L 441.09589041106096 353.27713382512604 L 441.09589041106096 344.84720758698603" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 353.27713382512604 L 441.09589041106096 353.27713382512604 L 441.09589041106096 344.84720758698603" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 370.136986301406 L 445.310853530131 370.136986301406 L 445.310853530131 386.99683877768604 L 449.52581664920103 386.99683877768604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 370.136986301406 L 445.310853530131 370.136986301406 L 445.310853530131 386.99683877768604 L 449.52581664920103 386.99683877768604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 388.26132771340696 L 714.225500526797 388.26132771340696 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 388.26132771340696 L 714.225500526797 388.26132771340696 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 567.7555321391145 113.74077976837793 L 567.7555321391145 105.31085353023792 L 620.0210748155826 105.31085353023792 L 620.0210748155826 113.74077976837793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 567.7555321391145 113.74077976837793 L 567.7555321391145 105.31085353023792 L 620.0210748155826 105.31085353023792 L 620.0210748155826 113.74077976837793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 515.4899894626465 113.74077976837793 L 515.4899894626465 105.31085353023792 L 567.7555321391145 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.4899894626465 113.74077976837793 L 515.4899894626465 105.31085353023792 L 567.7555321391145 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 463.22444678617853 113.74077976837793 L 463.22444678617853 105.31085353023792 L 515.4899894626465 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.22444678617853 113.74077976837793 L 463.22444678617853 105.31085353023792 L 515.4899894626465 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 410.9589041097105 113.74077976837793 L 410.9589041097105 105.31085353023792 L 463.22444678617853 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 410.9589041097105 113.74077976837793 L 410.9589041097105 105.31085353023792 L 463.22444678617853 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 358.69336143324256 113.74077976837793 L 358.69336143324256 105.31085353023792 L 410.9589041097105 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.69336143324256 113.74077976837793 L 358.69336143324256 105.31085353023792 L 410.9589041097105 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 306.4278187567745 113.74077976837793 L 306.4278187567745 105.31085353023792 L 358.69336143324256 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.4278187567745 113.74077976837793 L 306.4278187567745 105.31085353023792 L 358.69336143324256 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 254.16227608030653 113.74077976837793 L 254.16227608030653 105.31085353023798 L 306.4278187567745 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 254.16227608030653 113.74077976837793 L 254.16227608030653 105.31085353023798 L 306.4278187567745 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 201.89673340383848 113.74077976837793 L 201.89673340383848 105.31085353023798 L 254.16227608030653 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 201.89673340383848 113.74077976837793 L 201.89673340383848 105.31085353023798 L 254.16227608030653 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 149.6311907273705 113.74077976837793 L 149.6311907273705 105.31085353023798 L 201.89673340383848 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 149.6311907273705 113.74077976837793 L 149.6311907273705 105.31085353023798 L 201.89673340383848 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 97.36564805090251 113.74077976837793 L 97.36564805090251 105.31085353023798 L 149.6311907273705 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 97.36564805090251 113.74077976837793 L 97.36564805090251 105.31085353023798 L 149.6311907273705 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 45.10010537443452 113.74077976837793 L 45.10010537443452 105.31085353023798 L 97.36564805090251 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 45.10010537443452 113.74077976837793 L 45.10010537443452 105.31085353023798 L 97.36564805090251 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 893.5721812432255 169.92623814558104 L 893.5721812432255 161.49631190744103 L 841.3066385667574 161.49631190744103 L 841.3066385667574 169.92623814558104" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 893.5721812432255 169.92623814558104 L 893.5721812432255 161.49631190744103 L 841.3066385667574 161.49631190744103 L 841.3066385667574 169.92623814558104" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 945.8377239196934 169.92623814558104 L 945.8377239196934 161.49631190744103 L 893.5721812432255 161.49631190744103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 945.8377239196934 169.92623814558104 L 945.8377239196934 161.49631190744103 L 893.5721812432255 161.49631190744103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 998.1032665961616 169.92623814558104 L 998.1032665961616 161.49631190744105 L 945.8377239196934 161.49631190744103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.1032665961616 169.92623814558104 L 998.1032665961616 161.49631190744105 L 945.8377239196934 161.49631190744103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1050.3688092726295 169.92623814558104 L 1050.3688092726295 161.49631190744105 L 998.1032665961616 161.49631190744105" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1050.3688092726295 169.92623814558104 L 1050.3688092726295 161.49631190744105 L 998.1032665961616 161.49631190744105" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1102.6343519490974 169.92623814558104 L 1102.6343519490974 161.49631190744105 L 1050.3688092726295 161.49631190744105" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1102.6343519490974 169.92623814558104 L 1102.6343519490974 161.49631190744105 L 1050.3688092726295 161.49631190744105" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1154.8998946255656 169.92623814558104 L 1154.8998946255656 161.49631190744105 L 1102.6343519490974 161.49631190744105" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1154.8998946255656 169.92623814558104 L 1154.8998946255656 161.49631190744105 L 1102.6343519490974 161.49631190744105" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 875.8693361431315 592.4762908323485 L 831.82297154885 592.4762908323485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 875.8693361431315 592.4762908323485 L 831.82297154885 592.4762908323485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 900.1053740777841 650.8113804002774 L 900.1053740777841 620.6743940989268 L 875.8693361431315 620.6743940989268 L 875.8693361431315 590.5374077975763 L 884.2992623812715 590.5374077975763" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 900.1053740777841 650.8113804002774 L 900.1053740777841 620.6743940989268 L 875.8693361431315 620.6743940989268 L 875.8693361431315 590.5374077975763 L 884.2992623812715 590.5374077975763" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 814.120126448756 654.2255005267241 L 814.120126448756 623.3508956795363 L 840.2528977869899 623.3508956795363 L 840.2528977869899 592.4762908323485 L 831.82297154885 592.4762908323485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.120126448756 654.2255005267241 L 814.120126448756 623.3508956795363 L 840.2528977869899 623.3508956795363 L 840.2528977869899 592.4762908323485 L 831.82297154885 592.4762908323485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1034.14120126421 345.6902002108 L 1034.14120126421 334.8155953635994 L 1062.3814541619788 334.8155953635994 L 1062.3814541619788 294.4362486829088 L 1053.9515279238387 294.4362486829088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1034.14120126421 345.6902002108 L 1034.14120126421 334.8155953635994 L 1062.3814541619788 334.8155953635994 L 1062.3814541619788 294.4362486829088 L 1053.9515279238387 294.4362486829088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 939.3045310851351 299.74710221293697 L 865.964172813317 299.74710221293697" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 939.3045310851351 299.74710221293697 L 865.964172813317 299.74710221293697" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 976.817702844858 530.305584826066 L 976.817702844858 590.5374077975763 L 909.5890410956915 590.5374077975763" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 976.817702844858 530.305584826066 L 976.817702844858 590.5374077975763 L 909.5890410956915 590.5374077975763" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 438.84088514224703 L 714.225500526797 438.84088514224703 L 714.225500526797 434.625922023177 L 650.1159114857423 434.625922023177 L 650.1159114857423 384.046364594337 L 665.2897787143943 384.046364594337 L 665.2897787143943 372.6238145416573 L 714.1833508956063 372.6238145416573 L 714.1833508956063 384.046364594337 L 714.225500526797 384.046364594337" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 438.84088514224703 L 714.225500526797 438.84088514224703 L 714.225500526797 434.625922023177 L 650.1159114857423 434.625922023177 L 650.1159114857423 384.046364594337 L 665.2897787143943 384.046364594337 L 665.2897787143943 372.6238145416573 L 714.1833508956063 372.6238145416573 L 714.1833508956063 384.046364594337 L 714.225500526797 384.046364594337" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 303.962065332007 L 714.225500526797 303.962065332007 L 714.225500526797 320.82191780828697 L 662.7608008429523 320.82191780828697 L 662.7608008429523 346.11169652270695 L 714.225500526797 346.11169652270695 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 303.962065332007 L 714.225500526797 303.962065332007 L 714.225500526797 320.82191780828697 L 662.7608008429523 320.82191780828697 L 662.7608008429523 346.11169652270695 L 714.225500526797 346.11169652270695 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 497.85036880922706 L 627.3551106427643 497.85036880922706 L 627.3551106427643 455.700737618527 L 714.225500526797 455.700737618527 L 714.225500526797 438.84088514224703" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 497.85036880922706 L 627.3551106427643 497.85036880922706 L 627.3551106427643 455.700737618527 L 714.225500526797 455.700737618527 L 714.225500526797 438.84088514224703" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 865.964172813317 392.47629083247705 L 935.9747102210697 392.47629083247705 L 935.9747102210697 476.77555321387706 L 865.964172813317 476.77555321387706" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 392.47629083247705 L 935.9747102210697 392.47629083247705 L 935.9747102210697 476.77555321387706 L 865.964172813317 476.77555321387706" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 865.964172813317 341.89673340363703 L 870.179135932387 341.89673340363703 L 870.179135932387 392.47629083247705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 341.89673340363703 L 870.179135932387 341.89673340363703 L 870.179135932387 392.47629083247705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 865.964172813317 291.317175974797 L 878.6090621705271 291.317175974797 L 878.6090621705271 384.04636459433704 L 865.964172813317 384.04636459433704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 291.317175974797 L 878.6090621705271 291.317175974797 L 878.6090621705271 384.04636459433704 L 865.964172813317 384.04636459433704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 984.404636459184 345.6902002108 L 984.404636459184 334.8155953635994 L 939.3045310851351 334.8155953635994 L 939.3045310851351 294.4362486829088 L 947.7344573232749 294.4362486829088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 984.404636459184 345.6902002108 L 984.404636459184 334.8155953635994 L 939.3045310851351 334.8155953635994 L 939.3045310851351 294.4362486829088 L 947.7344573232749 294.4362486829088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 511.48577449953 475.932560590063 L 503.05584826139 475.932560590063 L 503.05584826139 528.198103266531 L 941.0326659639537 528.198103266531 L 941.0326659639537 493.63540569015703 L 865.964172813317 493.63540569015703" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 511.48577449953 475.932560590063 L 503.05584826139 475.932560590063 L 503.05584826139 528.198103266531 L 941.0326659639537 528.198103266531 L 941.0326659639537 493.63540569015703 L 865.964172813317 493.63540569015703" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 415.806111696641 214.2676501581974 L 390.4741833510303 214.2676501581974 L 390.4741833510303 210.0105374079367" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 415.806111696641 214.2676501581974 L 390.4741833510303 214.2676501581974 L 390.4741833510303 210.0105374079367" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 713.382507902983 210.38988408865302 L 723.5405690199417 210.38988408865302 L 723.5405690199417 218.86195995798374" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.382507902983 210.38988408865302 L 723.5405690199417 210.38988408865302 L 723.5405690199417 218.86195995798374" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 850.5795574287115 109.65226554288006 L 860.7376185456702 109.65226554288006 L 860.7376185456702 124.44678609081575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 850.5795574287115 109.65226554288006 L 860.7376185456702 109.65226554288006 L 860.7376185456702 124.44678609081575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 500.105374078041 218.48261327726743 L 530.4952581665357 218.48261327726743 L 530.4952581665357 245.92202318241314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.105374078041 218.48261327726743 L 530.4952581665357 218.48261327726743 L 530.4952581665357 245.92202318241314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 713.382507902983 201.95995785051306 L 764.8472075868277 201.95995785051306 L 764.8472075868277 204.10958904123876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.382507902983 201.95995785051306 L 764.8472075868277 201.95995785051306 L 764.8472075868277 204.10958904123876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 629.083245521583 197.74499473144303 L 603.7513171759723 197.74499473144303 L 603.7513171759723 193.48788198118234" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 629.083245521583 197.74499473144303 L 603.7513171759723 197.74499473144303 L 603.7513171759723 193.48788198118234" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 714.225500526797 497.85036880922706 L 630.7692307692109 497.85036880922706 L 630.7692307692109 476.7334035826864" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.225500526797 497.85036880922706 L 630.7692307692109 497.85036880922706 L 630.7692307692109 476.7334035826864" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"><path d="M 722.655426764937 396.69125395154697 L 689.7365648050003 396.69125395154697 L 689.7365648050003 394.54162276082127" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 396.69125395154697 L 689.7365648050003 396.69125395154697 L 689.7365648050003 394.54162276082127" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"><path d="M 503.05584826139 475.932560590063 L 480.716543730319 475.932560590063 L 480.716543730319 475.89041095887234" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 503.05584826139 475.932560590063 L 480.716543730319 475.932560590063 L 480.716543730319 475.89041095887234" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"><path d="M 1105.7955742884 426.61749209694403 L 1105.7955742884 257.97681770295355 L 1103.6459430976743 257.97681770295355" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.7955742884 426.61749209694403 L 1105.7955742884 257.97681770295355 L 1103.6459430976743 257.97681770295355" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"><path d="M 1077.133825078724 507.544783983088 L 1077.133825078724 492.7502634351523 L 1074.9841938879983 492.7502634351523" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1077.133825078724 507.544783983088 L 1077.133825078724 492.7502634351523 L 1074.9841938879983 492.7502634351523" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"><path d="M 806.53319283443 592.4762908323485 L 786.2592202317032 592.4762908323485 L 786.2592202317032 577.6817702844128" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.53319283443 592.4762908323485 L 786.2592202317032 592.4762908323485 L 786.2592202317032 577.6817702844128" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"><path d="M 865.964172813317 443.05584826131707 L 916.1222339302501 443.05584826131707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 443.05584826131707 L 916.1222339302501 443.05584826131707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"><path d="M 415.806111696641 222.6975763963374 L 370.284510010685 222.6975763963374" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 415.806111696641 222.6975763963374 L 370.284510010685 222.6975763963374" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"><path d="M 722.655426764937 278.67228661758696 L 677.133825078981 278.67228661758696" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 278.67228661758696 L 677.133825078981 278.67228661758696" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"><path d="M 415.806111696641 231.12750263447742 L 370.284510010685 231.12750263447742" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 415.806111696641 231.12750263447742 L 370.284510010685 231.12750263447742" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"><path d="M 722.655426764937 270.24236037944695 L 677.133825078981 270.24236037944695" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 270.24236037944695 L 677.133825078981 270.24236037944695" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"><path d="M 629.083245521583 206.17492096958304 L 583.561643835627 206.17492096958304" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 629.083245521583 206.17492096958304 L 583.561643835627 206.17492096958304" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"><path d="M 722.655426764937 337.68177028456694 L 677.133825078981 337.68177028456694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 337.68177028456694 L 677.133825078981 337.68177028456694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"><path d="M 629.083245521583 214.60484720772305 L 583.561643835627 214.60484720772305" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 629.083245521583 214.60484720772305 L 583.561643835627 214.60484720772305" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"><path d="M 722.655426764937 329.251844046427 L 677.133825078981 329.251844046427" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 329.251844046427 L 677.133825078981 329.251844046427" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"><path d="M 538.040042149671 386.99683877768604 L 597.049525816651 386.99683877768604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 386.99683877768604 L 597.049525816651 386.99683877768604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"><path d="M 538.040042149671 370.136986301406 L 583.561643835627 370.136986301406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 370.136986301406 L 583.561643835627 370.136986301406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"><path d="M 538.040042149671 353.27713382512604 L 583.561643835627 353.27713382512604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 353.27713382512604 L 583.561643835627 353.27713382512604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"><path d="M 722.655426764937 405.121180189687 L 677.133825078981 405.121180189687" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 405.121180189687 L 677.133825078981 405.121180189687" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"><path d="M 538.040042149671 361.707060063266 L 583.561643835627 361.707060063266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 361.707060063266 L 583.561643835627 361.707060063266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"><path d="M 538.040042149671 344.84720758698603 L 583.561643835627 344.84720758698603" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 344.84720758698603 L 583.561643835627 344.84720758698603" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"><path d="M 722.655426764937 413.551106427827 L 677.133825078981 413.551106427827" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 413.551106427827 L 677.133825078981 413.551106427827" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"><path d="M 865.964172813317 400.90621707061706 L 914.857744994529 400.90621707061706" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 400.90621707061706 L 914.857744994529 400.90621707061706" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"><path d="M 536.77555321395 475.932560590063 L 585.669125395162 475.932560590063" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.77555321395 475.932560590063 L 585.669125395162 475.932560590063" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"><path d="M 976.817702844858 498.271865121134 L 976.817702844858 449.378292939922" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 976.817702844858 498.271865121134 L 976.817702844858 449.378292939922" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"><path d="M 538.040042149671 336.417281348846 L 597.049525816651 336.417281348846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 336.417281348846 L 597.049525816651 336.417281348846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"><path d="M 722.655426764937 464.130663856667 L 673.761854583725 464.130663856667" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 464.130663856667 L 673.761854583725 464.130663856667" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"><path d="M 722.655426764937 472.560590094807 L 673.761854583725 472.560590094807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 472.560590094807 L 673.761854583725 472.560590094807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"><path d="M 722.655426764937 480.99051633294704 L 653.530031612189 480.99051633294704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 480.99051633294704 L 653.530031612189 480.99051633294704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"><path d="M 722.655426764937 489.42044257108705 L 653.530031612189 489.42044257108705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 489.42044257108705 L 653.530031612189 489.42044257108705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"><path d="M 722.655426764937 506.2802950473671 L 667.017913593213 506.2802950473671" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 506.2802950473671 L 667.017913593213 506.2802950473671" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__stack1"><path d="M 865.964172813317 502.06533192829704 L 921.6016859850411 502.06533192829704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 502.06533192829704 L 921.6016859850411 502.06533192829704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_98__stack1"><path d="M 865.964172813317 468.34562697573705 L 918.229715489785 468.34562697573705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 468.34562697573705 L 918.229715489785 468.34562697573705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_99__stack1"><path d="M 865.964172813317 459.91570073759704 L 918.229715489785 459.91570073759704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 459.91570073759704 L 918.229715489785 459.91570073759704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_100__stack1"><path d="M 865.964172813317 451.4857744994571 L 918.229715489785 451.4857744994571" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 451.4857744994571 L 918.229715489785 451.4857744994571" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_101__stack1"><path d="M 865.964172813317 282.887249736657 L 908.1138040040171 282.887249736657" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 282.887249736657 L 908.1138040040171 282.887249736657" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_102__stack1"><path d="M 825.2897787142915 109.65226554288006 L 783.1401475235915 109.65226554288006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 825.2897787142915 109.65226554288006 L 783.1401475235915 109.65226554288006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_103__stack1"><path d="M 1105.7955742884 458.651211801876 L 1105.7955742884 514.2887249736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.7955742884 458.651211801876 L 1105.7955742884 514.2887249736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_104__stack1"><path d="M 1077.133825078724 539.5785036880201 L 1077.133825078724 595.2160168597441" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1077.133825078724 539.5785036880201 L 1077.133825078724 595.2160168597441" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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"><circle cx="874.394099051457" cy="238.20864067451498" r="1.2644889357209999" 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_1__stack1"><circle cx="893.5721812432255" cy="238.20864067451498" r="1.2644889357209999" 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_2__stack1"><circle cx="945.8377239196934" cy="201.959957850513" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="945.8377239196934" cy="238.20864067451498" r="1.2644889357209999" 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="998.1032665961616" cy="238.20864067451498" r="1.2644889357209999" 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="1050.3688092726295" cy="238.20864067451498" r="1.2644889357209999" 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="1102.6343519490974" cy="238.20864067451498" r="1.2644889357209999" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="1034.14120126421" cy="386.153846153872" r="1.2644889357209999" 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_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><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="567.7555321391145" cy="164.00421496328767" r="1.2644889357209999" 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"><circle cx="515.4899894626465" cy="145.7744994733099" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="515.4899894626465" cy="164.00421496328767" r="1.2644889357209999" 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_13__stack1"><circle cx="463.22444678617853" cy="164.00421496328767" r="1.2644889357209999" 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_14__stack1"><circle cx="410.9589041097105" cy="164.00421496328767" r="1.2644889357209999" 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_15__stack1"><circle cx="358.69336143324256" cy="164.00421496328767" r="1.2644889357209999" 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_16__stack1"><circle cx="306.4278187567745" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="254.16227608030653" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="201.89673340383848" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="149.6311907273705" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><circle cx="97.36564805090251" cy="164.00421496328767" r="1.2644889357209999" 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_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="441.09589041106096" cy="336.417281348846" r="1.2644889357209999" 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="441.09589041106096" cy="344.84720758698603" r="1.2644889357209999" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><circle cx="714.225500526797" cy="362.971548998987" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="722.655426764937" cy="362.971548998987" r="1.2644889357209999" 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_29__stack1"><circle cx="567.7555321391145" cy="105.31085353023792" r="1.2644889357209999" 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_30__stack1"><circle cx="515.4899894626465" cy="105.31085353023792" r="1.2644889357209999" 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="463.22444678617853" cy="105.31085353023792" r="1.2644889357209999" 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"><circle cx="410.9589041097105" cy="105.31085353023792" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><circle cx="358.69336143324256" cy="105.31085353023792" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="306.4278187567745" cy="105.31085353023792" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="254.16227608030653" cy="105.31085353023798" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><circle cx="201.89673340383848" cy="105.31085353023798" r="1.2644889357209999" 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_37__stack1"><circle cx="149.6311907273705" cy="105.31085353023798" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><circle cx="97.36564805090251" cy="105.31085353023798" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><circle cx="893.5721812432255" cy="161.49631190744103" r="1.2644889357209999" 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_41__stack1"><circle cx="945.8377239196934" cy="161.49631190744103" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><circle cx="998.1032665961616" cy="161.49631190744105" r="1.2644889357209999" 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_43__stack1"><circle cx="1050.3688092726295" cy="161.49631190744105" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><circle cx="1102.6343519490974" cy="161.49631190744105" r="1.2644889357209999" 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_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"><circle cx="831.82297154885" cy="592.4762908323485" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><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"><circle cx="714.225500526797" cy="438.84088514224703" r="1.2644889357209999" 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_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"><circle cx="503.05584826139" cy="475.932560590063" r="1.2644889357209999" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_98__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_99__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_100__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_101__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_102__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_103__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_104__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="432.665964172921" y="210.05268703912742" width="50.57955742883996" height="25.28977871441998" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="432.665964172921" y="210.05268703912742" width="50.57955742883996" height="25.28977871441998" fill="transparent"/><text class="sch-text" x="457.955742887341" y="222.6975763963374" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 457.955742887341, 222.6975763963374)">J_USB1</text><line class="component-pin sch-component-pin sch-port-line" x1="432.665964172921" y1="214.2676501581974" x2="415.806111696641" y2="214.2676501581974" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="414.963119072827" y="213.42465753438339" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="424.236037934781" y="213.42465753438344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="436.880927291991" y="214.2676501581974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VCC</text><line class="component-pin sch-component-pin sch-port-line" x1="432.665964172921" y1="222.6975763963374" x2="415.806111696641" y2="222.6975763963374" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="414.963119072827" y="221.8545837725234" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="424.236037934781" y="221.85458377252343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="436.880927291991" y="222.6975763963374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="432.665964172921" y1="231.12750263447742" x2="415.806111696641" y2="231.12750263447742" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="414.963119072827" y="230.2845100106634" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="424.236037934781" y="230.2845100106634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="436.880927291991" y="231.12750263447742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="483.24552160176097" y1="226.91253951540742" x2="500.105374078041" y2="226.91253951540742" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="499.262381454227" y="226.0695468915934" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="491.675447839901" y="226.06954689159343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="479.030558482691" y="226.91253951540742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="483.24552160176097" y1="218.48261327726743" x2="500.105374078041" y2="218.48261327726743" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="499.262381454227" y="217.63962065345342" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="491.675447839901" y="217.63962065345345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="479.030558482691" y="218.48261327726743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHLD</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="645.943097997863" y="193.53003161237305" width="50.57955742883996" height="25.28977871441998" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="645.943097997863" y="193.53003161237305" width="50.57955742883996" height="25.28977871441998" fill="transparent"/><text class="sch-text" x="671.232876712283" y="206.17492096958304" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 671.232876712283, 206.17492096958304)">J_USB2</text><line class="component-pin sch-component-pin sch-port-line" x1="645.943097997863" y1="197.74499473144303" x2="629.083245521583" y2="197.74499473144303" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="628.240252897769" y="196.90200210762902" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.513171759723" y="196.90200210762904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="650.158061116933" y="197.74499473144303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VCC</text><line class="component-pin sch-component-pin sch-port-line" x1="645.943097997863" y1="206.17492096958304" x2="629.083245521583" y2="206.17492096958304" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="628.240252897769" y="205.33192834576903" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.513171759723" y="205.33192834576906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="650.158061116933" y="206.17492096958304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="645.943097997863" y1="214.60484720772305" x2="629.083245521583" y2="214.60484720772305" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="628.240252897769" y="213.76185458390904" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.513171759723" y="213.76185458390907" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="650.158061116933" y="214.60484720772305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="696.522655426703" y1="210.38988408865302" x2="713.382507902983" y2="210.38988408865302" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="712.539515279169" y="209.546891464839" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.952581664843" y="209.54689146483904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="692.307692307633" y="210.38988408865302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="696.522655426703" y1="201.95995785051306" x2="713.382507902983" y2="201.95995785051306" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="712.539515279169" y="201.11696522669905" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.952581664843" y="201.11696522669908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="692.307692307633" y="201.95995785051306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHLD</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="466.38566912548094" y="319.557428872566" width="54.79452054791011" height="75.86933614326" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="466.38566912548094" y="319.557428872566" width="54.79452054791011" height="75.86933614326" fill="transparent"/><text class="sch-text" x="493.782929399436" y="357.492096944196" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 493.782929399436, 357.492096944196)">J_USBC</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="327.987355110706" x2="449.52581664920103" y2="327.987355110706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="448.68282402538705" y="327.144362486892" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="327.144362486892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="327.987355110706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL4</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="336.417281348846" x2="449.52581664920103" y2="336.417281348846" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="448.68282402538705" y="335.57428872503203" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="335.57428872503203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="336.417281348846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL3</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="344.84720758698603" x2="449.52581664920103" y2="344.84720758698603" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="448.68282402538705" y="344.00421496317205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="344.004214963172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="344.84720758698603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL2</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="353.27713382512604" x2="449.52581664920103" y2="353.27713382512604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="448.68282402538705" y="352.43414120131206" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="352.43414120131206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="353.27713382512604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL1</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="361.707060063266" x2="449.52581664920103" y2="361.707060063266" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="448.68282402538705" y="360.864067439452" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="360.864067439452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="361.707060063266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">A1B12</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="370.136986301406" x2="449.52581664920103" y2="370.136986301406" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="448.68282402538705" y="369.293993677592" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="369.293993677592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="370.136986301406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">A4B9</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="378.566912539546" x2="449.52581664920103" y2="378.566912539546" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="448.68282402538705" y="377.72391991573204" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="377.72391991573204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="378.566912539546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">B1A12</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="386.99683877768604" x2="449.52581664920103" y2="386.99683877768604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="448.68282402538705" y="386.15384615387205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="386.153846153872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="386.99683877768604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">B4A9</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="386.99683877768604" x2="538.040042149671" y2="386.99683877768604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="537.197049525857" y="386.15384615387205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="386.153846153872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="386.99683877768604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B5</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="378.566912539546" x2="537.197049525857" y2="378.566912539546" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.040042149671" cy="378.566912539546" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="537.197049525857" y="377.72391991573204" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="377.72391991573204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="378.566912539546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A8</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="370.136986301406" x2="538.040042149671" y2="370.136986301406" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="537.197049525857" y="369.293993677592" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="369.293993677592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="370.136986301406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B6</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="361.707060063266" x2="538.040042149671" y2="361.707060063266" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="537.197049525857" y="360.864067439452" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="360.864067439452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="361.707060063266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A7</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="353.27713382512604" x2="538.040042149671" y2="353.27713382512604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="537.197049525857" y="352.43414120131206" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="352.434141201312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="353.27713382512604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A6</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="344.84720758698603" x2="538.040042149671" y2="344.84720758698603" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><rect x="537.197049525857" y="344.00421496317205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="344.004214963172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="344.84720758698603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B7</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="336.417281348846" x2="538.040042149671" y2="336.417281348846" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="537.197049525857" y="335.57428872503203" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="335.57428872503203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="336.417281348846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A5</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="327.987355110706" x2="537.197049525857" y2="327.987355110706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.040042149671" cy="327.987355110706" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="537.197049525857" y="327.144362486892" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="327.144362486892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="327.987355110706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B8</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="739.5152792412171" y="266.02739726037703" width="109.58904109582" height="244.46786090605997" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="739.5152792412171" y="266.02739726037703" width="109.58904109582" height="244.46786090605997" fill="transparent"/><text class="sch-text" x="794.309799789127" y="388.261327713407" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 794.309799789127, 388.261327713407)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="270.24236037944695" x2="722.655426764937" y2="270.24236037944695" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="721.812434141123" y="269.39936775563297" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="269.39936775563297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="270.24236037944695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="278.67228661758696" x2="722.655426764937" y2="278.67228661758696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="721.812434141123" y="277.829293993773" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="277.829293993773" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="278.67228661758696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="287.102212855727" x2="723.498419388751" y2="287.102212855727" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="287.102212855727" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="286.259220231913" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="286.259220231913" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="287.102212855727" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="295.532139093867" x2="723.498419388751" y2="295.532139093867" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="295.532139093867" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="294.689146470053" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="294.68914647005295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="295.532139093867" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="303.962065332007" x2="722.655426764937" y2="303.962065332007" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><rect x="721.812434141123" y="303.119072708193" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="303.119072708193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="303.962065332007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD128</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="312.39199157014696" x2="723.498419388751" y2="312.39199157014696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="312.39199157014696" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="311.548998946333" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="311.548998946333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="312.39199157014696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="320.82191780828697" x2="723.498419388751" y2="320.82191780828697" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="320.82191780828697" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="319.978925184473" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="319.978925184473" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="320.82191780828697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="329.251844046427" x2="722.655426764937" y2="329.251844046427" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="721.812434141123" y="328.408851422613" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="328.408851422613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="329.251844046427" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="337.68177028456694" x2="722.655426764937" y2="337.68177028456694" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><rect x="721.812434141123" y="336.83877766075295" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="336.83877766075295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="337.68177028456694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="346.11169652270695" x2="723.498419388751" y2="346.11169652270695" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="346.11169652270695" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="345.26870389889297" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="345.26870389889297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="346.11169652270695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="354.54162276084696" x2="723.498419388751" y2="354.54162276084696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="354.54162276084696" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="353.698630137033" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="353.698630137033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="354.54162276084696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="362.971548998987" x2="722.655426764937" y2="362.971548998987" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><rect x="721.812434141123" y="362.128556375173" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="362.12855637517293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="362.971548998987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD127</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="371.401475237127" x2="723.498419388751" y2="371.401475237127" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="371.401475237127" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="370.558482613313" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="370.55848261331295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="371.401475237127" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="379.831401475267" x2="723.498419388751" y2="379.831401475267" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="379.831401475267" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="378.988408851453" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="378.98840885145296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="379.831401475267" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="388.26132771340696" x2="722.655426764937" y2="388.26132771340696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><rect x="721.812434141123" y="387.418335089593" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="387.418335089593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="388.26132771340696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD126</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="396.69125395154697" x2="722.655426764937" y2="396.69125395154697" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><rect x="721.812434141123" y="395.848261327733" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="395.848261327733" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="396.69125395154697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD334</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="405.121180189687" x2="722.655426764937" y2="405.121180189687" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><rect x="721.812434141123" y="404.278187565873" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="404.278187565873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="405.121180189687" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="413.551106427827" x2="722.655426764937" y2="413.551106427827" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><rect x="721.812434141123" y="412.708113804013" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="412.708113804013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="413.551106427827" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="421.981032665967" x2="723.498419388751" y2="421.981032665967" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="421.981032665967" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="421.138040042153" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="421.138040042153" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="421.981032665967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="430.410958904107" x2="723.498419388751" y2="430.410958904107" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="430.410958904107" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="429.56796628029304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="429.56796628029304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="430.410958904107" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="438.84088514224703" x2="722.655426764937" y2="438.84088514224703" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_20__stack1"><rect x="721.812434141123" y="437.99789251843305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="437.997892518433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="438.84088514224703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD125</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="447.27081138038704" x2="723.498419388751" y2="447.27081138038704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="447.27081138038704" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="446.42781875657306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="446.427818756573" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="447.27081138038704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="455.700737618527" x2="723.498419388751" y2="455.700737618527" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="455.700737618527" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="454.857744994713" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="454.857744994713" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="455.700737618527" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="464.130663856667" x2="722.655426764937" y2="464.130663856667" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_23__stack1"><rect x="721.812434141123" y="463.28767123285303" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="463.28767123285303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="464.130663856667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="472.560590094807" x2="722.655426764937" y2="472.560590094807" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_24__stack1"><rect x="721.812434141123" y="471.71759747099304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="471.71759747099304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="472.560590094807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="480.99051633294704" x2="722.655426764937" y2="480.99051633294704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_25__stack1"><rect x="721.812434141123" y="480.14752370913305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="480.14752370913305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="480.99051633294704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="489.42044257108705" x2="722.655426764937" y2="489.42044257108705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_26__stack1"><rect x="721.812434141123" y="488.57744994727307" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="488.57744994727307" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="489.42044257108705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="497.85036880922706" x2="722.655426764937" y2="497.85036880922706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_27__stack1"><rect x="721.812434141123" y="497.0073761854131" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="497.007376185413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="497.85036880922706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD124</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="506.2802950473671" x2="722.655426764937" y2="506.2802950473671" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_28__stack1"><rect x="721.812434141123" y="505.4373024235531" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="505.4373024235531" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="506.2802950473671" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP4</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="502.06533192829704" x2="865.964172813317" y2="502.06533192829704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_29__stack1"><rect x="865.121180189503" y="501.22233930448306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="501.22233930448306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="502.06533192829704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM4</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="493.63540569015703" x2="865.964172813317" y2="493.63540569015703" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_30__stack1"><rect x="865.121180189503" y="492.79241306634304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="492.79241306634304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="493.63540569015703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD333</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="485.2054794520171" x2="865.1211801895031" y2="485.2054794520171" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="485.2054794520171" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="484.3624868282031" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="484.36248682820303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="485.2054794520171" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL4</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="476.77555321387706" x2="865.964172813317" y2="476.77555321387706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_32__stack1"><rect x="865.121180189503" y="475.9325605900631" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="475.9325605900631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="476.77555321387706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD123</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="468.34562697573705" x2="865.964172813317" y2="468.34562697573705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_33__stack1"><rect x="865.121180189503" y="467.50263435192306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="467.50263435192306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="468.34562697573705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL3</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="459.91570073759704" x2="865.964172813317" y2="459.91570073759704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_34__stack1"><rect x="865.121180189503" y="459.07270811378305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="459.07270811378305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="459.91570073759704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL2</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="451.4857744994571" x2="865.964172813317" y2="451.4857744994571" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_35__stack1"><rect x="865.121180189503" y="450.6427818756431" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="450.6427818756431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="451.4857744994571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL1</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="443.05584826131707" x2="865.964172813317" y2="443.05584826131707" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_36__stack1"><rect x="865.121180189503" y="442.2128556375031" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="442.2128556375031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="443.05584826131707" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VBUS_DET</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="434.62592202317705" x2="865.1211801895031" y2="434.62592202317705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="434.62592202317705" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="433.78292939936307" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="433.78292939936307" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="434.62592202317705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_CLK</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="426.1959957850371" x2="865.1211801895031" y2="426.1959957850371" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="426.1959957850371" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="425.3530031612231" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="425.35300316122306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="426.1959957850371" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_DO</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="417.7660695468971" x2="865.1211801895031" y2="417.7660695468971" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="417.7660695468971" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="416.9230769230831" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="416.92307692308304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="417.7660695468971" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_DI</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="409.3361433087571" x2="865.1211801895031" y2="409.3361433087571" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="409.3361433087571" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="408.4931506849431" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="408.4931506849431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="409.3361433087571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_CE_N</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="400.90621707061706" x2="865.964172813317" y2="400.90621707061706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_41__stack1"><rect x="865.121180189503" y="400.0632244468031" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="400.0632244468031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="400.90621707061706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">RESET_N</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="392.47629083247705" x2="865.964172813317" y2="392.47629083247705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_42__stack1"><rect x="865.121180189503" y="391.63329820866306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="391.63329820866306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="392.47629083247705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD121</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="384.04636459433704" x2="865.964172813317" y2="384.04636459433704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_43__stack1"><rect x="865.121180189503" y="383.20337197052305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="383.20337197052305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="384.04636459433704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD331</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="375.616438356197" x2="865.1211801895031" y2="375.616438356197" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="375.616438356197" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="374.77344573238304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="374.77344573238304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="375.616438356197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2UP_DP</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="367.18651211805707" x2="865.1211801895031" y2="367.18651211805707" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="367.18651211805707" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="366.3435194942431" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="366.343519494243" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="367.18651211805707" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2UP_DM</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="358.75658587991705" x2="865.1211801895031" y2="358.75658587991705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="358.75658587991705" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="357.91359325610307" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="357.913593256103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="358.75658587991705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_TXDP</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="350.32665964177704" x2="865.1211801895031" y2="350.32665964177704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="350.32665964177704" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="349.48366701796306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="349.483667017963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="350.32665964177704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_TXDM</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="341.89673340363703" x2="865.964172813317" y2="341.89673340363703" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_48__stack1"><rect x="865.121180189503" y="341.05374077982304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="341.053740779823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="341.89673340363703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD122</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="333.466807165497" x2="865.1211801895031" y2="333.466807165497" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_49__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="333.466807165497" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="332.62381454168303" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="332.62381454168303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="333.466807165497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_RXDP</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="325.036880927357" x2="865.1211801895031" y2="325.036880927357" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="325.036880927357" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="324.193888303543" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="324.193888303543" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="325.036880927357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_RXDM</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="316.606954689217" x2="865.1211801895031" y2="316.606954689217" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="316.606954689217" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="315.763962065403" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="315.763962065403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="316.606954689217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">ATEST</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="308.17702845107704" x2="865.1211801895031" y2="308.17702845107704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="308.17702845107704" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="307.33403582726305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="307.334035827263" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="308.17702845107704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">XTALO</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="299.74710221293697" x2="865.964172813317" y2="299.74710221293697" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_53__stack1"><rect x="865.121180189503" y="298.904109589123" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="298.904109589123" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="299.74710221293697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">XTALI</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="291.317175974797" x2="865.964172813317" y2="291.317175974797" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_54__stack1"><rect x="865.121180189503" y="290.474183350983" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="290.47418335098297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="291.317175974797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD332</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="282.887249736657" x2="865.964172813317" y2="282.887249736657" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_55__stack1"><rect x="865.121180189503" y="282.044257112843" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="282.04425711284296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="282.887249736657" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">RBIAS</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="274.457323498517" x2="865.964172813317" y2="274.457323498517" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_56__stack1"><rect x="865.121180189503" y="273.614330874703" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="273.614330874703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="274.457323498517" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">EP</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="964.5943097995549" y="280.9483667018848" width="72.49736564800389" height="26.132771338234022" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.5943097995549" y="280.9483667018848" width="72.49736564800389" height="26.132771338234022" fill="transparent"/><text class="sch-text" x="1000.8429926235569" y="294.0147523710018" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 1000.8429926235569, 294.0147523710018)">Y1</text><line class="component-pin sch-component-pin sch-port-line" x1="970.4952581662529" y1="280.9483667018848" x2="970.4952581662529" y2="264.08851422560485" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="969.652265542439" y="263.24552160179087" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.652265542439" y="272.5184404637448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform="rotate(-90 969.652265542439 272.5184404637448)"></text><text class="pin-number sch-pin-label" x="970.4952581662529" y="285.1633298209548" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="rotate(-90 970.4952581662529 285.1633298209548)">gnd1</text><line class="component-pin sch-component-pin sch-port-line" x1="969.652265542439" y1="307.08113804011884" x2="969.652265542439" y2="323.09799789258483" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="969.652265542439" cy="323.9409905163988" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="968.809272918625" y="323.09799789258483" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="968.809272918625" y="315.5110642782588" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform="rotate(-90 968.809272918625 315.5110642782588)"></text><text class="pin-number sch-pin-label" x="969.652265542439" y="302.8661749210488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="rotate(-90 969.652265542439 302.8661749210488)">gnd2</text><line class="component-pin sch-component-pin sch-port-line" x1="964.5943097995549" y1="294.4362486829088" x2="947.7344573232749" y2="294.4362486829088" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="946.8914646994609" y="293.5932560590948" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.164383561415" y="293.5932560590948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="968.809272918625" y="294.4362486829088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">X1</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.0916754475588" y1="294.4362486829088" x2="1053.9515279238387" y2="294.4362486829088" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="1053.1085353000246" y="293.5932560590948" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.521601685699" y="293.5932560590948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="1032.8767123284888" y="294.4362486829088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">X2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="975.8612434138786" y="345.6902002108" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 984.404636459184 377.723919915732 L 984.404636459184 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 984.404636459184 358.5036880927728 L 984.404636459184 345.6902002108" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 992.9480295044893 364.9104320337592 L 975.8612434138786 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 992.9480295044893 358.5036880927728 L 975.8612434138786 358.5036880927728" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="990.5444327359626" y="351.0291534949553" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C9</text><text class="sch-component-text" x="990.5444327359626" y="372.3849666315767" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="1025.5978082189047" y="345.6902002108" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1034.14120126421 377.723919915732 L 1034.14120126421 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1034.14120126421 358.5036880927728 L 1034.14120126421 345.6902002108" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1042.6845943095152 364.9104320337592 L 1025.5978082189047 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1042.6845943095152 358.5036880927728 L 1025.5978082189047 358.5036880927728" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1040.2809975409887" y="351.0291534949553" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C10</text><text class="sch-component-text" x="1040.2809975409887" y="372.3849666315767" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="825.2897787142915" y="106.28113804024788" width="25.28977871441998" height="6.742255005264354" fill="transparent"/><path class="sch-component-symbol-path" d="M 825.2897787142915 109.65226554288006 L 829.5055848259854 109.65226554288006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 846.3637513170177 109.65226554288006 L 850.5795574287115 109.65226554288006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.5055848259854 106.28113804024788 L 846.3637513170177 106.28113804024788 L 846.3637513170177 113.02339304551224 L 829.5055848259854 113.02339304551224 L 829.5055848259854 106.28113804024788" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="837.9346680715015" y="102.90832455236806" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R9</text><text class="sch-component-text" x="837.9346680715015" y="116.39620653339206" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="1028.240252897512" y="434.6267650158008" width="25.28977871442021" height="6.742255005264383" fill="transparent"/><path class="sch-component-symbol-path" d="M 1028.240252897512 437.997892518433 L 1032.4560590092058 437.997892518433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1049.3142255002383 437.997892518433 L 1053.5300316119321 437.997892518433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1032.4560590092058 434.6267650158008 L 1049.3142255002383 434.6267650158008 L 1049.3142255002383 441.3690200210652 L 1032.4560590092058 441.3690200210652 L 1032.4560590092058 434.6267650158008" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1040.885142254722" y="431.253951527921" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R10</text><text class="sch-component-text" x="1040.885142254722" y="444.741833508945" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text><circle class="component-pin sch-component-pin" cx="1028.240252897512" cy="437.997892518433" r="0.842992623814px" stroke-width="0.842992623814px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="511.48577449953007" y="472.5614330874308" width="25.28977871441998" height="6.742255005264383" fill="transparent"/><path class="sch-component-symbol-path" d="M 511.48577449953007 475.932560590063 L 515.7015806112239 475.932560590063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5597471022562 475.932560590063 L 536.77555321395 475.932560590063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 515.7015806112239 472.5614330874308 L 532.5597471022562 472.5614330874308 L 532.5597471022562 479.3036880926952 L 515.7015806112239 479.3036880926952 L 515.7015806112239 472.5614330874308" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="524.1306638567401" y="469.18861959955103" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R11</text><text class="sch-component-text" x="524.1306638567401" y="482.676501580575" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component-overlay sch-component-overlay" x="968.2743097995526" y="498.27186512113394" width="17.086786090610758" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 976.817702844858 530.305584826066 L 976.817702844858 517.4920969440932" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 976.817702844858 511.0853530031068 L 976.817702844858 498.27186512113394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 985.3610958901634 517.4920969440932 L 968.2743097995526 517.4920969440932" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 985.3610958901634 511.0853530031068 L 968.2743097995526 511.0853530031068" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="982.9574991216366" y="503.6108184052893" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C11</text><text class="sch-component-text" x="982.9574991216366" y="524.9666315419107" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="806.53319283443" y="589.1051633297163" width="25.28977871441998" height="6.742255005264269" fill="transparent"/><path class="sch-component-symbol-path" d="M 806.53319283443 592.4762908323485 L 810.7489989461238 592.4762908323485" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 827.6071654371561 592.4762908323485 L 831.82297154885 592.4762908323485" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 810.7489989461238 589.1051633297163 L 827.6071654371561 589.1051633297163 L 827.6071654371561 595.8474183349806 L 810.7489989461238 595.8474183349806 L 810.7489989461238 589.1051633297163" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="819.17808219164" y="585.7323498418365" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R12</text><text class="sch-component-text" x="819.17808219164" y="599.2202318228605" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="884.2992623812714" y="587.1662802949442" width="25.28977871441998" height="6.742255005264269" fill="transparent"/><path class="sch-component-symbol-path" d="M 884.2992623812714 590.5374077975763 L 888.5150684929653 590.5374077975763" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 905.3732349839976 590.5374077975763 L 909.5890410956914 590.5374077975763" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 888.5150684929653 587.1662802949442 L 905.3732349839976 587.1662802949442 L 905.3732349839976 593.9085353002084 L 888.5150684929653 593.9085353002084 L 888.5150684929653 587.1662802949442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="896.9441517384814" y="583.7934668070643" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R13</text><text class="sch-component-text" x="896.9441517384814" y="597.2813487880883" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="891.5619810324787" y="650.8113804002772" width="17.086786090610758" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 900.1053740777841 682.8451001052093 L 900.1053740777841 670.0316122232365" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 900.1053740777841 663.6248682822501 L 900.1053740777841 650.8113804002772" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.6487671230894 670.0316122232365 L 891.5619810324787 670.0316122232365" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.6487671230894 663.6248682822501 L 891.5619810324787 663.6248682822501" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="906.2451703545627" y="656.1503336844327" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C12</text><text class="sch-component-text" x="906.2451703545627" y="677.5061468210539" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="805.5767334034506" y="654.225500526724" width="17.086786090610758" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 814.120126448756 686.2592202316561 L 814.120126448756 673.4457323496832" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 814.120126448756 667.0389884086968 L 814.120126448756 654.225500526724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 822.6635194940613 673.4457323496832 L 805.5767334034506 673.4457323496832" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 822.6635194940613 667.0389884086968 L 805.5767334034506 667.0389884086968" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="820.2599227255346" y="659.5644538108794" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C13</text><text class="sch-component-text" x="820.2599227255346" y="680.9202669475006" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="611.4776817702772" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 620.0210748155826 145.7744994733099 L 620.0210748155826 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 620.0210748155826 126.55426765035072 L 620.0210748155826 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 628.5644678608879 132.96101159133713 L 611.4776817702772 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 628.5644678608879 126.55426765035072 L 611.4776817702772 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="626.1608710923612" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C14</text><text class="sch-component-text" x="626.1608710923612" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="559.2121390938091" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 567.7555321391145 145.7744994733099 L 567.7555321391145 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 567.7555321391145 126.55426765035072 L 567.7555321391145 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.2989251844199 132.96101159133713 L 559.2121390938091 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.2989251844199 126.55426765035072 L 559.2121390938091 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="573.8953284158931" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C15</text><text class="sch-component-text" x="573.8953284158931" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="506.9465964173411" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 515.4899894626465 145.7744994733099 L 515.4899894626465 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 515.4899894626465 126.55426765035072 L 515.4899894626465 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 524.0333825079518 132.96101159133713 L 506.9465964173411 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 524.0333825079518 126.55426765035072 L 506.9465964173411 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.6297857394251" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C16</text><text class="sch-component-text" x="521.6297857394251" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component-overlay sch-component-overlay" x="454.68105374087315" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 463.22444678617853 145.7744994733099 L 463.22444678617853 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 463.22444678617853 126.55426765035072 L 463.22444678617853 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 471.7678398314839 132.96101159133713 L 454.68105374087315 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 471.7678398314839 126.55426765035072 L 454.68105374087315 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="469.36424306295714" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C17</text><text class="sch-component-text" x="469.36424306295714" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="402.4155110644051" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 410.9589041097105 145.7744994733099 L 410.9589041097105 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 410.9589041097105 126.55426765035072 L 410.9589041097105 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.50229715501587 132.96101159133713 L 402.4155110644051 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.50229715501587 126.55426765035072 L 402.4155110644051 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="417.0987003864891" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C18</text><text class="sch-component-text" x="417.0987003864891" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="350.1499683879372" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 358.69336143324256 145.7744994733099 L 358.69336143324256 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 358.69336143324256 126.55426765035072 L 358.69336143324256 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 367.23675447854794 132.96101159133713 L 350.1499683879372 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 367.23675447854794 126.55426765035072 L 350.1499683879372 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="364.83315771002117" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C19</text><text class="sch-component-text" x="364.83315771002117" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="297.88442571146913" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 306.4278187567745 145.7744994733099 L 306.4278187567745 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 306.4278187567745 126.55426765035072 L 306.4278187567745 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 314.9712118020799 132.96101159133713 L 297.88442571146913 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 314.9712118020799 126.55426765035072 L 297.88442571146913 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="312.5676150335531" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C20</text><text class="sch-component-text" x="312.5676150335531" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="245.61888303500118" y="113.74077976837792" width="17.08678609061073" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 254.16227608030653 145.7744994733099 L 254.16227608030653 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 254.16227608030653 126.55426765035072 L 254.16227608030653 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 262.7056691256119 132.96101159133713 L 245.61888303500118 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 262.7056691256119 126.55426765035072 L 245.61888303500118 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="260.30207235708514" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C21</text><text class="sch-component-text" x="260.30207235708514" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="832.7632455214521" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 841.3066385667574 201.959957850513 L 841.3066385667574 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 841.3066385667574 182.73972602755381 L 841.3066385667574 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 849.8500316120628 189.14646996854023 L 832.7632455214521 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 849.8500316120628 182.73972602755381 L 832.7632455214521 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="847.446434843536" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C22</text><text class="sch-component-text" x="847.446434843536" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="885.0287881979201" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 893.5721812432255 201.959957850513 L 893.5721812432255 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 893.5721812432255 182.73972602755381 L 893.5721812432255 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 902.1155742885309 189.14646996854023 L 885.0287881979201 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 902.1155742885309 182.73972602755381 L 885.0287881979201 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="899.7119775200041" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C23</text><text class="sch-component-text" x="899.7119775200041" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="937.294330874388" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 945.8377239196934 201.959957850513 L 945.8377239196934 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 945.8377239196934 182.73972602755381 L 945.8377239196934 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 954.3811169649988 189.14646996854023 L 937.294330874388 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 954.3811169649988 182.73972602755381 L 937.294330874388 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.977520196472" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C24</text><text class="sch-component-text" x="951.977520196472" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="989.5598735508562" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 998.1032665961616 201.959957850513 L 998.1032665961616 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.1032665961616 182.73972602755381 L 998.1032665961616 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1006.646659641467 189.14646996854023 L 989.5598735508562 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1006.646659641467 182.73972602755381 L 989.5598735508562 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1004.2430628729402" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C25</text><text class="sch-component-text" x="1004.2430628729402" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="193.35334035853313" y="113.74077976837792" width="17.0867860906107" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 201.89673340383848 145.7744994733099 L 201.89673340383848 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 201.89673340383848 126.55426765035072 L 201.89673340383848 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.44012644914383 132.96101159133713 L 193.35334035853313 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.44012644914383 126.55426765035072 L 193.35334035853313 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="208.03652968061712" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C26</text><text class="sch-component-text" x="208.03652968061712" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="1041.8254162273242" y="169.92623814558104" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1050.3688092726295 201.959957850513 L 1050.3688092726295 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1050.3688092726295 182.73972602755381 L 1050.3688092726295 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.9122023179348 189.14646996854023 L 1041.8254162273242 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.9122023179348 182.73972602755381 L 1041.8254162273242 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1056.5086055494082" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C27</text><text class="sch-component-text" x="1056.5086055494082" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="141.08779768206514" y="113.74077976837792" width="17.0867860906107" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 149.6311907273705 145.7744994733099 L 149.6311907273705 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 149.6311907273705 126.55426765035072 L 149.6311907273705 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 158.17458377267585 132.96101159133713 L 141.08779768206514 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 158.17458377267585 126.55426765035072 L 141.08779768206514 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="155.77098700414913" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C44</text><text class="sch-component-text" x="155.77098700414913" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="88.82225500559714" y="113.74077976837792" width="17.08678609061073" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 97.36564805090251 145.7744994733099 L 97.36564805090251 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 97.36564805090251 126.55426765035072 L 97.36564805090251 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 105.90904109620787 132.96101159133713 L 88.82225500559714 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 105.90904109620787 126.55426765035072 L 88.82225500559714 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="103.50544432768113" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C45</text><text class="sch-component-text" x="103.50544432768115" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="36.556712329129155" y="113.74077976837792" width="17.08678609061073" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 45.10010537443452 145.7744994733099 L 45.10010537443452 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 45.10010537443452 126.55426765035072 L 45.10010537443452 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 53.643498419739885 132.96101159133713 L 36.556712329129155 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 53.643498419739885 126.55426765035072 L 36.556712329129155 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="51.23990165121315" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C46</text><text class="sch-component-text" x="51.23990165121315" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="1094.0909589037922" y="169.92623814558104" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1102.6343519490974 201.959957850513 L 1102.6343519490974 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1102.6343519490974 182.73972602755381 L 1102.6343519490974 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1111.1777449944027 189.14646996854023 L 1094.0909589037922 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1111.1777449944027 182.73972602755381 L 1094.0909589037922 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.7741482258762" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C47</text><text class="sch-component-text" x="1108.7741482258762" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="1146.3565015802603" y="169.92623814558104" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1154.8998946255656 201.959957850513 L 1154.8998946255656 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1154.8998946255656 182.73972602755381 L 1154.8998946255656 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.4432876708709 189.14646996854023 L 1146.3565015802603 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.4432876708709 182.73972602755381 L 1146.3565015802603 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1161.0396909023443" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C48</text><text class="sch-component-text" x="1161.0396909023443" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="1097.2521812430948" y="426.61749209694403" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1105.7955742884 458.651211801876 L 1105.7955742884 445.8377239199032" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1105.7955742884 439.4309799789168 L 1105.7955742884 426.61749209694403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1114.3389673337053 445.8377239199032 L 1097.2521812430948 445.8377239199032" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1114.3389673337053 439.4309799789168 L 1097.2521812430948 439.4309799789168" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.9353705651788" y="431.95644538109934" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C49</text><text class="sch-component-text" x="1111.9353705651788" y="453.3122585177207" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component-overlay sch-component-overlay" x="1068.5904320334187" y="507.544783983088" width="17.08678609061053" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 1077.133825078724 539.5785036880201 L 1077.133825078724 526.7650158060472" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1077.133825078724 520.3582718650608 L 1077.133825078724 507.544783983088" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1085.6772181240292 526.7650158060472 L 1068.5904320334187 526.7650158060472" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1085.6772181240292 520.3582718650608 L 1068.5904320334187 520.3582718650608" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1083.2736213555027" y="512.8837372672433" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C50</text><text class="sch-component-text" x="1083.2736213555027" y="534.2395504038648" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="415.806111696641" cy="214.2676501581974" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="415.806111696641" cy="222.6975763963374" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="415.806111696641" cy="231.12750263447742" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="500.105374078041" cy="226.91253951540742" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="500.105374078041" cy="218.48261327726743" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="629.083245521583" cy="197.74499473144303" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="629.083245521583" cy="206.17492096958304" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="629.083245521583" cy="214.60484720772305" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="713.382507902983" cy="210.38988408865302" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="713.382507902983" cy="201.95995785051306" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="449.52581664920103" cy="327.987355110706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="449.52581664920103" cy="336.417281348846" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="449.52581664920103" cy="344.84720758698603" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="449.52581664920103" cy="353.27713382512604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="449.52581664920103" cy="361.707060063266" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="449.52581664920103" cy="370.136986301406" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="449.52581664920103" cy="378.566912539546" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="449.52581664920103" cy="386.99683877768604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="538.040042149671" cy="386.99683877768604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="538.040042149671" cy="378.566912539546" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="538.040042149671" cy="370.136986301406" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="538.040042149671" cy="361.707060063266" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="538.040042149671" cy="353.27713382512604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="538.040042149671" cy="344.84720758698603" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="538.040042149671" cy="336.417281348846" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="538.040042149671" cy="327.987355110706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="722.655426764937" cy="270.24236037944695" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="722.655426764937" cy="278.67228661758696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="722.655426764937" cy="287.102212855727" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="722.655426764937" cy="295.532139093867" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="722.655426764937" cy="303.962065332007" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="722.655426764937" cy="312.39199157014696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="722.655426764937" cy="320.82191780828697" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="722.655426764937" cy="329.251844046427" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="722.655426764937" cy="337.68177028456694" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="722.655426764937" cy="346.11169652270695" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="722.655426764937" cy="354.54162276084696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="722.655426764937" cy="362.971548998987" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="722.655426764937" cy="371.401475237127" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="722.655426764937" cy="379.831401475267" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="722.655426764937" cy="388.26132771340696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="722.655426764937" cy="396.69125395154697" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="722.655426764937" cy="405.121180189687" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="722.655426764937" cy="413.551106427827" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="722.655426764937" cy="421.981032665967" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="722.655426764937" cy="430.410958904107" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_20__stack1"><circle cx="722.655426764937" cy="438.84088514224703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_21__stack1"><circle cx="722.655426764937" cy="447.27081138038704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_22__stack1"><circle cx="722.655426764937" cy="455.700737618527" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_23__stack1"><circle cx="722.655426764937" cy="464.130663856667" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_24__stack1"><circle cx="722.655426764937" cy="472.560590094807" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_25__stack1"><circle cx="722.655426764937" cy="480.99051633294704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_26__stack1"><circle cx="722.655426764937" cy="489.42044257108705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_27__stack1"><circle cx="722.655426764937" cy="497.85036880922706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_28__stack1"><circle cx="722.655426764937" cy="506.2802950473671" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_29__stack1"><circle cx="865.964172813317" cy="502.06533192829704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_30__stack1"><circle cx="865.964172813317" cy="493.63540569015703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_31__stack1"><circle cx="865.964172813317" cy="485.2054794520171" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_32__stack1"><circle cx="865.964172813317" cy="476.77555321387706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_33__stack1"><circle cx="865.964172813317" cy="468.34562697573705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_34__stack1"><circle cx="865.964172813317" cy="459.91570073759704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_35__stack1"><circle cx="865.964172813317" cy="451.4857744994571" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_36__stack1"><circle cx="865.964172813317" cy="443.05584826131707" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_37__stack1"><circle cx="865.964172813317" cy="434.62592202317705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_38__stack1"><circle cx="865.964172813317" cy="426.1959957850371" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_39__stack1"><circle cx="865.964172813317" cy="417.7660695468971" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_40__stack1"><circle cx="865.964172813317" cy="409.3361433087571" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_41__stack1"><circle cx="865.964172813317" cy="400.90621707061706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_42__stack1"><circle cx="865.964172813317" cy="392.47629083247705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_43__stack1"><circle cx="865.964172813317" cy="384.04636459433704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_44__stack1"><circle cx="865.964172813317" cy="375.616438356197" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_45__stack1"><circle cx="865.964172813317" cy="367.18651211805707" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_46__stack1"><circle cx="865.964172813317" cy="358.75658587991705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_47__stack1"><circle cx="865.964172813317" cy="350.32665964177704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_48__stack1"><circle cx="865.964172813317" cy="341.89673340363703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_49__stack1"><circle cx="865.964172813317" cy="333.466807165497" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_50__stack1"><circle cx="865.964172813317" cy="325.036880927357" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_51__stack1"><circle cx="865.964172813317" cy="316.606954689217" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_52__stack1"><circle cx="865.964172813317" cy="308.17702845107704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_53__stack1"><circle cx="865.964172813317" cy="299.74710221293697" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_54__stack1"><circle cx="865.964172813317" cy="291.317175974797" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_55__stack1"><circle cx="865.964172813317" cy="282.887249736657" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_56__stack1"><circle cx="865.964172813317" cy="274.457323498517" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="970.4952581662529" cy="264.08851422560485" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="969.652265542439" cy="323.9409905163988" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="947.7344573232749" cy="294.4362486829088" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="1053.9515279238387" cy="294.4362486829088" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="984.404636459184" cy="349.062170706056" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="984.404636459184" cy="381.09589041098803" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1034.14120126421" cy="349.062170706056" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1034.14120126421" cy="381.09589041098803" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="825.2897787142915" cy="109.65226554288006" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="850.5795574287115" cy="109.65226554288006" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1028.240252897512" cy="437.997892518433" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1053.530031611932" cy="437.997892518433" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="511.48577449953" cy="475.932560590063" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="536.77555321395" cy="475.932560590063" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="976.817702844858" cy="501.64383561639" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="976.817702844858" cy="533.6775553213221" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="806.53319283443" cy="592.4762908323485" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="831.82297154885" cy="592.4762908323485" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="884.2992623812715" cy="590.5374077975763" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="909.5890410956915" cy="590.5374077975763" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="900.1053740777841" cy="654.1833508955333" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="900.1053740777841" cy="686.2170706004654" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="814.120126448756" cy="657.59747102198" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="814.120126448756" cy="689.631190726912" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="620.0210748155826" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="620.0210748155826" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="567.7555321391145" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="567.7555321391145" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="515.4899894626465" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="515.4899894626465" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="463.22444678617853" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="463.22444678617853" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="410.9589041097105" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="410.9589041097105" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="358.69336143324256" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="358.69336143324256" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="306.4278187567745" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="306.4278187567745" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="254.16227608030653" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="254.16227608030653" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="841.3066385667574" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="841.3066385667574" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="893.5721812432255" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="893.5721812432255" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="945.8377239196934" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="945.8377239196934" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="998.1032665961616" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="998.1032665961616" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="201.89673340383848" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="201.89673340383848" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1050.3688092726295" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1050.3688092726295" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="149.6311907273705" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="149.6311907273705" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="97.36564805090251" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="97.36564805090251" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="45.10010537443452" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="45.10010537443452" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="1102.6343519490974" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1102.6343519490974" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1154.8998946255656" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1154.8998946255656" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1105.7955742884" cy="429.9894625922" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1105.7955742884" cy="462.023182297132" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="1077.133825078724" cy="510.91675447834405" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="1077.133825078724" cy="542.9504741832761" r="1.685985247628" 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="
|
|
379
|
+
</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 841.3066385667574 201.959957850513 L 841.3066385667574 238.20864067451498 L 874.394099051457 238.20864067451498 L 874.394099051457 274.457323498517 L 865.964172813317 274.457323498517" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 841.3066385667574 201.959957850513 L 841.3066385667574 238.20864067451498 L 874.394099051457 238.20864067451498 L 874.394099051457 274.457323498517 L 865.964172813317 274.457323498517" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 893.5721812432255 201.959957850513 L 893.5721812432255 238.20864067451498 L 874.394099051457 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 893.5721812432255 201.959957850513 L 893.5721812432255 238.20864067451498 L 874.394099051457 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 945.8377239196934 201.959957850513 L 945.8377239196934 238.20864067451498 L 893.5721812432255 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 945.8377239196934 201.959957850513 L 945.8377239196934 238.20864067451498 L 893.5721812432255 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 998.1032665961616 201.959957850513 L 998.1032665961616 238.20864067451498 L 945.8377239196934 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.1032665961616 201.959957850513 L 998.1032665961616 238.20864067451498 L 945.8377239196934 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1050.3688092726295 201.959957850513 L 1050.3688092726295 238.20864067451498 L 998.1032665961616 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1050.3688092726295 201.959957850513 L 1050.3688092726295 238.20864067451498 L 998.1032665961616 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1102.6343519490974 201.959957850513 L 1102.6343519490974 238.20864067451498 L 1050.3688092726295 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1102.6343519490974 201.959957850513 L 1102.6343519490974 238.20864067451498 L 1050.3688092726295 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1154.8998946255656 201.959957850513 L 1154.8998946255656 238.20864067451498 L 1102.6343519490974 238.20864067451498" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1154.8998946255656 201.959957850513 L 1154.8998946255656 238.20864067451498 L 1102.6343519490974 238.20864067451498" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 970.4952581662529 264.08851422560485 L 970.4952581662529 238.20864067451498 L 945.8377239196934 238.20864067451498 L 945.8377239196934 201.959957850513" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 970.4952581662529 264.08851422560485 L 970.4952581662529 238.20864067451498 L 945.8377239196934 238.20864067451498 L 945.8377239196934 201.959957850513" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1034.14120126421 377.72391991573204 L 1034.14120126421 386.153846153872 L 984.404636459184 386.153846153872 L 984.404636459184 377.72391991573204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1034.14120126421 377.72391991573204 L 1034.14120126421 386.153846153872 L 984.404636459184 386.153846153872 L 984.404636459184 377.72391991573204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1053.530031611932 437.997892518433 L 1061.959957850072 437.997892518433 L 1061.959957850072 386.153846153872 L 1034.14120126421 386.153846153872" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1053.530031611932 437.997892518433 L 1061.959957850072 437.997892518433 L 1061.959957850072 386.153846153872 L 1034.14120126421 386.153846153872" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 814.120126448756 686.259220231656 L 814.120126448756 694.689146469796 L 900.1053740777841 694.689146469796 L 900.1053740777841 682.8451001052093" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.120126448756 686.259220231656 L 814.120126448756 694.689146469796 L 900.1053740777841 694.689146469796 L 900.1053740777841 682.8451001052093" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 567.7555321391145 145.7744994733099 L 567.7555321391145 164.00421496328767 L 620.0210748155826 164.00421496328767 L 620.0210748155826 145.7744994733099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 567.7555321391145 145.7744994733099 L 567.7555321391145 164.00421496328767 L 620.0210748155826 164.00421496328767 L 620.0210748155826 145.7744994733099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 515.4899894626465 145.7744994733099 L 515.4899894626465 164.00421496328767 L 567.7555321391145 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.4899894626465 145.7744994733099 L 515.4899894626465 164.00421496328767 L 567.7555321391145 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 463.22444678617853 145.7744994733099 L 463.22444678617853 164.00421496328767 L 515.4899894626465 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.22444678617853 145.7744994733099 L 463.22444678617853 164.00421496328767 L 515.4899894626465 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 410.9589041097105 145.7744994733099 L 410.9589041097105 164.00421496328767 L 463.22444678617853 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 410.9589041097105 145.7744994733099 L 410.9589041097105 164.00421496328767 L 463.22444678617853 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 358.69336143324256 145.7744994733099 L 358.69336143324256 164.00421496328767 L 410.9589041097105 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.69336143324256 145.7744994733099 L 358.69336143324256 164.00421496328767 L 410.9589041097105 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 306.4278187567745 145.7744994733099 L 306.4278187567745 164.00421496328767 L 358.69336143324256 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.4278187567745 145.7744994733099 L 306.4278187567745 164.00421496328767 L 358.69336143324256 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 254.16227608030653 145.7744994733099 L 254.16227608030653 164.00421496328767 L 306.4278187567745 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 254.16227608030653 145.7744994733099 L 254.16227608030653 164.00421496328767 L 306.4278187567745 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 201.89673340383848 145.7744994733099 L 201.89673340383848 164.00421496328767 L 254.16227608030653 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 201.89673340383848 145.7744994733099 L 201.89673340383848 164.00421496328767 L 254.16227608030653 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 149.6311907273705 145.7744994733099 L 149.6311907273705 164.00421496328767 L 201.89673340383848 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 149.6311907273705 145.7744994733099 L 149.6311907273705 164.00421496328767 L 201.89673340383848 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 97.36564805090251 145.7744994733099 L 97.36564805090251 164.00421496328767 L 149.6311907273705 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 97.36564805090251 145.7744994733099 L 97.36564805090251 164.00421496328767 L 149.6311907273705 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 45.10010537443452 145.7744994733099 L 45.10010537443452 164.00421496328767 L 97.36564805090251 164.00421496328767" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 45.10010537443452 145.7744994733099 L 45.10010537443452 164.00421496328767 L 97.36564805090251 164.00421496328767" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 500.105374078041 226.91253951540742 L 539.726027397299 226.91253951540742 L 539.726027397299 164.00421496328767 L 515.4899894626465 164.00421496328767 L 515.4899894626465 145.7744994733099" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.105374078041 226.91253951540742 L 539.726027397299 226.91253951540742 L 539.726027397299 164.00421496328767 L 515.4899894626465 164.00421496328767 L 515.4899894626465 145.7744994733099" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 378.566912539546 L 436.880927291991 378.566912539546 L 436.880927291991 386.99683877768604 L 436.880927291991 361.707060063266 L 449.52581664920103 361.707060063266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 378.566912539546 L 436.880927291991 378.566912539546 L 436.880927291991 386.99683877768604 L 436.880927291991 361.707060063266 L 449.52581664920103 361.707060063266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 336.417281348846 L 441.09589041106096 336.417281348846 L 441.09589041106096 327.987355110706 L 449.52581664920103 327.987355110706" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 336.417281348846 L 441.09589041106096 336.417281348846 L 441.09589041106096 327.987355110706 L 449.52581664920103 327.987355110706" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 344.84720758698603 L 441.09589041106096 344.84720758698603 L 441.09589041106096 336.417281348846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 344.84720758698603 L 441.09589041106096 344.84720758698603 L 441.09589041106096 336.417281348846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 353.27713382512604 L 441.09589041106096 353.27713382512604 L 441.09589041106096 344.84720758698603" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 353.27713382512604 L 441.09589041106096 353.27713382512604 L 441.09589041106096 344.84720758698603" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 449.52581664920103 370.136986301406 L 445.310853530131 370.136986301406 L 445.310853530131 386.99683877768604 L 449.52581664920103 386.99683877768604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.52581664920103 370.136986301406 L 445.310853530131 370.136986301406 L 445.310853530131 386.99683877768604 L 449.52581664920103 386.99683877768604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 388.26132771340696 L 714.225500526797 388.26132771340696 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 388.26132771340696 L 714.225500526797 388.26132771340696 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 567.7555321391145 113.74077976837793 L 567.7555321391145 105.31085353023792 L 620.0210748155826 105.31085353023792 L 620.0210748155826 113.74077976837793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 567.7555321391145 113.74077976837793 L 567.7555321391145 105.31085353023792 L 620.0210748155826 105.31085353023792 L 620.0210748155826 113.74077976837793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 515.4899894626465 113.74077976837793 L 515.4899894626465 105.31085353023792 L 567.7555321391145 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 515.4899894626465 113.74077976837793 L 515.4899894626465 105.31085353023792 L 567.7555321391145 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 463.22444678617853 113.74077976837793 L 463.22444678617853 105.31085353023792 L 515.4899894626465 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.22444678617853 113.74077976837793 L 463.22444678617853 105.31085353023792 L 515.4899894626465 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 410.9589041097105 113.74077976837793 L 410.9589041097105 105.31085353023792 L 463.22444678617853 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 410.9589041097105 113.74077976837793 L 410.9589041097105 105.31085353023792 L 463.22444678617853 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 358.69336143324256 113.74077976837793 L 358.69336143324256 105.31085353023792 L 410.9589041097105 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 358.69336143324256 113.74077976837793 L 358.69336143324256 105.31085353023792 L 410.9589041097105 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 306.4278187567745 113.74077976837793 L 306.4278187567745 105.31085353023792 L 358.69336143324256 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.4278187567745 113.74077976837793 L 306.4278187567745 105.31085353023792 L 358.69336143324256 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 254.16227608030653 113.74077976837793 L 254.16227608030653 105.31085353023798 L 306.4278187567745 105.31085353023792" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 254.16227608030653 113.74077976837793 L 254.16227608030653 105.31085353023798 L 306.4278187567745 105.31085353023792" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 201.89673340383848 113.74077976837793 L 201.89673340383848 105.31085353023798 L 254.16227608030653 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 201.89673340383848 113.74077976837793 L 201.89673340383848 105.31085353023798 L 254.16227608030653 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 149.6311907273705 113.74077976837793 L 149.6311907273705 105.31085353023798 L 201.89673340383848 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 149.6311907273705 113.74077976837793 L 149.6311907273705 105.31085353023798 L 201.89673340383848 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 97.36564805090251 113.74077976837793 L 97.36564805090251 105.31085353023798 L 149.6311907273705 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 97.36564805090251 113.74077976837793 L 97.36564805090251 105.31085353023798 L 149.6311907273705 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 45.10010537443452 113.74077976837793 L 45.10010537443452 105.31085353023798 L 97.36564805090251 105.31085353023798" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 45.10010537443452 113.74077976837793 L 45.10010537443452 105.31085353023798 L 97.36564805090251 105.31085353023798" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 893.5721812432255 169.92623814558104 L 893.5721812432255 161.49631190744103 L 841.3066385667574 161.49631190744103 L 841.3066385667574 169.92623814558104" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 893.5721812432255 169.92623814558104 L 893.5721812432255 161.49631190744103 L 841.3066385667574 161.49631190744103 L 841.3066385667574 169.92623814558104" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 945.8377239196934 169.92623814558104 L 945.8377239196934 161.49631190744103 L 893.5721812432255 161.49631190744103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 945.8377239196934 169.92623814558104 L 945.8377239196934 161.49631190744103 L 893.5721812432255 161.49631190744103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 998.1032665961616 169.92623814558104 L 998.1032665961616 161.49631190744105 L 945.8377239196934 161.49631190744103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 998.1032665961616 169.92623814558104 L 998.1032665961616 161.49631190744105 L 945.8377239196934 161.49631190744103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1050.3688092726295 169.92623814558104 L 1050.3688092726295 161.49631190744105 L 998.1032665961616 161.49631190744105" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1050.3688092726295 169.92623814558104 L 1050.3688092726295 161.49631190744105 L 998.1032665961616 161.49631190744105" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1102.6343519490974 169.92623814558104 L 1102.6343519490974 161.49631190744105 L 1050.3688092726295 161.49631190744105" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1102.6343519490974 169.92623814558104 L 1102.6343519490974 161.49631190744105 L 1050.3688092726295 161.49631190744105" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1154.8998946255656 169.92623814558104 L 1154.8998946255656 161.49631190744105 L 1102.6343519490974 161.49631190744105" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1154.8998946255656 169.92623814558104 L 1154.8998946255656 161.49631190744105 L 1102.6343519490974 161.49631190744105" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 875.8693361431315 592.4762908323485 L 831.82297154885 592.4762908323485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 875.8693361431315 592.4762908323485 L 831.82297154885 592.4762908323485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 900.1053740777841 650.8113804002774 L 900.1053740777841 620.6743940989268 L 875.8693361431315 620.6743940989268 L 875.8693361431315 590.5374077975763 L 884.2992623812715 590.5374077975763" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 900.1053740777841 650.8113804002774 L 900.1053740777841 620.6743940989268 L 875.8693361431315 620.6743940989268 L 875.8693361431315 590.5374077975763 L 884.2992623812715 590.5374077975763" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 814.120126448756 654.2255005267241 L 814.120126448756 623.3508956795363 L 840.2528977869899 623.3508956795363 L 840.2528977869899 592.4762908323485 L 831.82297154885 592.4762908323485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 814.120126448756 654.2255005267241 L 814.120126448756 623.3508956795363 L 840.2528977869899 623.3508956795363 L 840.2528977869899 592.4762908323485 L 831.82297154885 592.4762908323485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 1034.14120126421 345.6902002108 L 1034.14120126421 334.8155953635994 L 1062.3814541619788 334.8155953635994 L 1062.3814541619788 294.4362486829088 L 1053.9515279238387 294.4362486829088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1034.14120126421 345.6902002108 L 1034.14120126421 334.8155953635994 L 1062.3814541619788 334.8155953635994 L 1062.3814541619788 294.4362486829088 L 1053.9515279238387 294.4362486829088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 939.3045310851351 299.74710221293697 L 865.964172813317 299.74710221293697" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 939.3045310851351 299.74710221293697 L 865.964172813317 299.74710221293697" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 976.817702844858 530.305584826066 L 976.817702844858 590.5374077975763 L 909.5890410956915 590.5374077975763" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 976.817702844858 530.305584826066 L 976.817702844858 590.5374077975763 L 909.5890410956915 590.5374077975763" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 438.84088514224703 L 714.225500526797 438.84088514224703 L 714.225500526797 434.625922023177 L 650.1159114857423 434.625922023177 L 650.1159114857423 384.046364594337 L 665.2897787143943 384.046364594337 L 665.2897787143943 372.6238145416573 L 714.1833508956063 372.6238145416573 L 714.1833508956063 384.046364594337 L 714.225500526797 384.046364594337" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 438.84088514224703 L 714.225500526797 438.84088514224703 L 714.225500526797 434.625922023177 L 650.1159114857423 434.625922023177 L 650.1159114857423 384.046364594337 L 665.2897787143943 384.046364594337 L 665.2897787143943 372.6238145416573 L 714.1833508956063 372.6238145416573 L 714.1833508956063 384.046364594337 L 714.225500526797 384.046364594337" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 303.962065332007 L 714.225500526797 303.962065332007 L 714.225500526797 320.82191780828697 L 662.7608008429523 320.82191780828697 L 662.7608008429523 346.11169652270695 L 714.225500526797 346.11169652270695 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 303.962065332007 L 714.225500526797 303.962065332007 L 714.225500526797 320.82191780828697 L 662.7608008429523 320.82191780828697 L 662.7608008429523 346.11169652270695 L 714.225500526797 346.11169652270695 L 714.225500526797 362.971548998987 L 722.655426764937 362.971548998987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 722.655426764937 497.85036880922706 L 627.3551106427643 497.85036880922706 L 627.3551106427643 455.700737618527 L 714.225500526797 455.700737618527 L 714.225500526797 438.84088514224703" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 497.85036880922706 L 627.3551106427643 497.85036880922706 L 627.3551106427643 455.700737618527 L 714.225500526797 455.700737618527 L 714.225500526797 438.84088514224703" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 865.964172813317 392.47629083247705 L 935.9747102210697 392.47629083247705 L 935.9747102210697 476.77555321387706 L 865.964172813317 476.77555321387706" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 392.47629083247705 L 935.9747102210697 392.47629083247705 L 935.9747102210697 476.77555321387706 L 865.964172813317 476.77555321387706" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 865.964172813317 341.89673340363703 L 870.179135932387 341.89673340363703 L 870.179135932387 392.47629083247705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 341.89673340363703 L 870.179135932387 341.89673340363703 L 870.179135932387 392.47629083247705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 865.964172813317 291.317175974797 L 878.6090621705271 291.317175974797 L 878.6090621705271 384.04636459433704 L 865.964172813317 384.04636459433704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 291.317175974797 L 878.6090621705271 291.317175974797 L 878.6090621705271 384.04636459433704 L 865.964172813317 384.04636459433704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 984.404636459184 345.6902002108 L 984.404636459184 343.7934668072185 L 939.3045310851351 343.7934668072185 L 939.3045310851351 294.4362486829088 L 947.7344573232749 294.4362486829088" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 984.404636459184 345.6902002108 L 984.404636459184 343.7934668072185 L 939.3045310851351 343.7934668072185 L 939.3045310851351 294.4362486829088 L 947.7344573232749 294.4362486829088" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 511.48577449953 475.932560590063 L 503.05584826139 475.932560590063 L 503.05584826139 528.198103266531 L 941.0326659639537 528.198103266531 L 941.0326659639537 493.63540569015703 L 865.964172813317 493.63540569015703" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 511.48577449953 475.932560590063 L 503.05584826139 475.932560590063 L 503.05584826139 528.198103266531 L 941.0326659639537 528.198103266531 L 941.0326659639537 493.63540569015703 L 865.964172813317 493.63540569015703" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 415.806111696641 214.2676501581974 L 390.4741833510303 214.2676501581974 L 390.4741833510303 210.0105374079367" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 415.806111696641 214.2676501581974 L 390.4741833510303 214.2676501581974 L 390.4741833510303 210.0105374079367" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 713.382507902983 210.38988408865302 L 723.5405690199417 210.38988408865302 L 723.5405690199417 218.86195995798374" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.382507902983 210.38988408865302 L 723.5405690199417 210.38988408865302 L 723.5405690199417 218.86195995798374" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 850.5795574287115 109.65226554288006 L 860.7376185456702 109.65226554288006 L 860.7376185456702 124.44678609081575" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 850.5795574287115 109.65226554288006 L 860.7376185456702 109.65226554288006 L 860.7376185456702 124.44678609081575" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 500.105374078041 218.48261327726743 L 530.4952581665357 218.48261327726743 L 530.4952581665357 245.92202318241314" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 500.105374078041 218.48261327726743 L 530.4952581665357 218.48261327726743 L 530.4952581665357 245.92202318241314" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 713.382507902983 201.95995785051306 L 764.8472075868277 201.95995785051306 L 764.8472075868277 204.10958904123876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.382507902983 201.95995785051306 L 764.8472075868277 201.95995785051306 L 764.8472075868277 204.10958904123876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 629.083245521583 197.74499473144303 L 603.7513171759723 197.74499473144303 L 603.7513171759723 193.48788198118234" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 629.083245521583 197.74499473144303 L 603.7513171759723 197.74499473144303 L 603.7513171759723 193.48788198118234" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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 714.225500526797 497.85036880922706 L 630.7692307692109 497.85036880922706 L 630.7692307692109 476.7334035826864" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 714.225500526797 497.85036880922706 L 630.7692307692109 497.85036880922706 L 630.7692307692109 476.7334035826864" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"><path d="M 722.655426764937 396.69125395154697 L 689.7365648050003 396.69125395154697 L 689.7365648050003 394.54162276082127" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 396.69125395154697 L 689.7365648050003 396.69125395154697 L 689.7365648050003 394.54162276082127" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"><path d="M 503.05584826139 475.932560590063 L 480.716543730319 475.932560590063 L 480.716543730319 475.89041095887234" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 503.05584826139 475.932560590063 L 480.716543730319 475.932560590063 L 480.716543730319 475.89041095887234" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"><path d="M 806.53319283443 592.4762908323485 L 786.2592202317032 592.4762908323485 L 786.2592202317032 577.6817702844128" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 806.53319283443 592.4762908323485 L 786.2592202317032 592.4762908323485 L 786.2592202317032 577.6817702844128" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"><path d="M 865.964172813317 443.05584826131707 L 916.1222339302501 443.05584826131707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 443.05584826131707 L 916.1222339302501 443.05584826131707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"><path d="M 415.806111696641 222.6975763963374 L 370.284510010685 222.6975763963374" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 415.806111696641 222.6975763963374 L 370.284510010685 222.6975763963374" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"><path d="M 722.655426764937 278.67228661758696 L 677.133825078981 278.67228661758696" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 278.67228661758696 L 677.133825078981 278.67228661758696" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"><path d="M 415.806111696641 231.12750263447742 L 370.284510010685 231.12750263447742" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 415.806111696641 231.12750263447742 L 370.284510010685 231.12750263447742" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"><path d="M 722.655426764937 270.24236037944695 L 677.133825078981 270.24236037944695" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 270.24236037944695 L 677.133825078981 270.24236037944695" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"><path d="M 629.083245521583 206.17492096958304 L 583.561643835627 206.17492096958304" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 629.083245521583 206.17492096958304 L 583.561643835627 206.17492096958304" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"><path d="M 722.655426764937 337.68177028456694 L 677.133825078981 337.68177028456694" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 337.68177028456694 L 677.133825078981 337.68177028456694" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"><path d="M 629.083245521583 214.60484720772305 L 583.561643835627 214.60484720772305" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 629.083245521583 214.60484720772305 L 583.561643835627 214.60484720772305" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"><path d="M 722.655426764937 329.251844046427 L 677.133825078981 329.251844046427" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 329.251844046427 L 677.133825078981 329.251844046427" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"><path d="M 538.040042149671 386.99683877768604 L 597.049525816651 386.99683877768604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 386.99683877768604 L 597.049525816651 386.99683877768604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"><path d="M 538.040042149671 370.136986301406 L 583.561643835627 370.136986301406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 370.136986301406 L 583.561643835627 370.136986301406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"><path d="M 538.040042149671 353.27713382512604 L 583.561643835627 353.27713382512604" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 353.27713382512604 L 583.561643835627 353.27713382512604" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"><path d="M 722.655426764937 405.121180189687 L 677.133825078981 405.121180189687" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 405.121180189687 L 677.133825078981 405.121180189687" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"><path d="M 538.040042149671 361.707060063266 L 583.561643835627 361.707060063266" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 361.707060063266 L 583.561643835627 361.707060063266" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"><path d="M 538.040042149671 344.84720758698603 L 583.561643835627 344.84720758698603" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 344.84720758698603 L 583.561643835627 344.84720758698603" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"><path d="M 722.655426764937 413.551106427827 L 677.133825078981 413.551106427827" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 413.551106427827 L 677.133825078981 413.551106427827" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"><path d="M 865.964172813317 400.90621707061706 L 914.857744994529 400.90621707061706" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 400.90621707061706 L 914.857744994529 400.90621707061706" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"><path d="M 536.77555321395 475.932560590063 L 585.669125395162 475.932560590063" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 536.77555321395 475.932560590063 L 585.669125395162 475.932560590063" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"><path d="M 976.817702844858 498.271865121134 L 976.817702844858 449.378292939922" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 976.817702844858 498.271865121134 L 976.817702844858 449.378292939922" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"><path d="M 538.040042149671 336.417281348846 L 597.049525816651 336.417281348846" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 538.040042149671 336.417281348846 L 597.049525816651 336.417281348846" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"><path d="M 722.655426764937 464.130663856667 L 673.761854583725 464.130663856667" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 464.130663856667 L 673.761854583725 464.130663856667" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"><path d="M 722.655426764937 472.560590094807 L 673.761854583725 472.560590094807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 472.560590094807 L 673.761854583725 472.560590094807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"><path d="M 722.655426764937 480.99051633294704 L 653.530031612189 480.99051633294704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 480.99051633294704 L 653.530031612189 480.99051633294704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"><path d="M 722.655426764937 489.42044257108705 L 653.530031612189 489.42044257108705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 489.42044257108705 L 653.530031612189 489.42044257108705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"><path d="M 722.655426764937 506.2802950473671 L 667.017913593213 506.2802950473671" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 722.655426764937 506.2802950473671 L 667.017913593213 506.2802950473671" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"><path d="M 865.964172813317 502.06533192829704 L 921.6016859850411 502.06533192829704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 502.06533192829704 L 921.6016859850411 502.06533192829704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"><path d="M 865.964172813317 468.34562697573705 L 918.229715489785 468.34562697573705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 468.34562697573705 L 918.229715489785 468.34562697573705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__stack1"><path d="M 865.964172813317 459.91570073759704 L 918.229715489785 459.91570073759704" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 459.91570073759704 L 918.229715489785 459.91570073759704" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_98__stack1"><path d="M 865.964172813317 451.4857744994571 L 918.229715489785 451.4857744994571" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 451.4857744994571 L 918.229715489785 451.4857744994571" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_99__stack1"><path d="M 1105.7955742884 426.61749209694403 L 1105.7955742884 357.492096944196" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.7955742884 426.61749209694403 L 1105.7955742884 357.492096944196" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_100__stack1"><path d="M 1077.133825078724 507.544783983088 L 1077.133825078724 438.41938883034004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1077.133825078724 507.544783983088 L 1077.133825078724 438.41938883034004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_101__stack1"><path d="M 1028.240252897512 437.997892518433 L 986.090621706812 437.997892518433" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1028.240252897512 437.997892518433 L 986.090621706812 437.997892518433" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_102__stack1"><path d="M 865.964172813317 282.887249736657 L 908.1138040040171 282.887249736657" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 865.964172813317 282.887249736657 L 908.1138040040171 282.887249736657" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_103__stack1"><path d="M 825.2897787142915 109.65226554288006 L 783.1401475235915 109.65226554288006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 825.2897787142915 109.65226554288006 L 783.1401475235915 109.65226554288006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_104__stack1"><path d="M 1105.7955742884 458.651211801876 L 1105.7955742884 514.2887249736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.7955742884 458.651211801876 L 1105.7955742884 514.2887249736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_105__stack1"><path d="M 1077.133825078724 539.5785036880201 L 1077.133825078724 595.2160168597441" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="6.743940990512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1077.133825078724 539.5785036880201 L 1077.133825078724 595.2160168597441" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.842992623814px" 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"><circle cx="874.394099051457" cy="238.20864067451498" r="1.2644889357209999" 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_1__stack1"><circle cx="893.5721812432255" cy="238.20864067451498" r="1.2644889357209999" 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_2__stack1"><circle cx="945.8377239196934" cy="201.959957850513" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="945.8377239196934" cy="238.20864067451498" r="1.2644889357209999" 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="998.1032665961616" cy="238.20864067451498" r="1.2644889357209999" 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="1050.3688092726295" cy="238.20864067451498" r="1.2644889357209999" 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="1102.6343519490974" cy="238.20864067451498" r="1.2644889357209999" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="1034.14120126421" cy="386.153846153872" r="1.2644889357209999" 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_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><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="567.7555321391145" cy="164.00421496328767" r="1.2644889357209999" 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"><circle cx="515.4899894626465" cy="145.7744994733099" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="515.4899894626465" cy="164.00421496328767" r="1.2644889357209999" 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_13__stack1"><circle cx="463.22444678617853" cy="164.00421496328767" r="1.2644889357209999" 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_14__stack1"><circle cx="410.9589041097105" cy="164.00421496328767" r="1.2644889357209999" 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_15__stack1"><circle cx="358.69336143324256" cy="164.00421496328767" r="1.2644889357209999" 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_16__stack1"><circle cx="306.4278187567745" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="254.16227608030653" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="201.89673340383848" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="149.6311907273705" cy="164.00421496328767" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><circle cx="97.36564805090251" cy="164.00421496328767" r="1.2644889357209999" 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_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="441.09589041106096" cy="336.417281348846" r="1.2644889357209999" 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="441.09589041106096" cy="344.84720758698603" r="1.2644889357209999" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><circle cx="714.225500526797" cy="362.971548998987" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="722.655426764937" cy="362.971548998987" r="1.2644889357209999" 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_29__stack1"><circle cx="567.7555321391145" cy="105.31085353023792" r="1.2644889357209999" 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_30__stack1"><circle cx="515.4899894626465" cy="105.31085353023792" r="1.2644889357209999" 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="463.22444678617853" cy="105.31085353023792" r="1.2644889357209999" 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"><circle cx="410.9589041097105" cy="105.31085353023792" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"><circle cx="358.69336143324256" cy="105.31085353023792" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__stack1"><circle cx="306.4278187567745" cy="105.31085353023792" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_35__stack1"><circle cx="254.16227608030653" cy="105.31085353023798" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_36__stack1"><circle cx="201.89673340383848" cy="105.31085353023798" r="1.2644889357209999" 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_37__stack1"><circle cx="149.6311907273705" cy="105.31085353023798" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_38__stack1"><circle cx="97.36564805090251" cy="105.31085353023798" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_39__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_40__stack1"><circle cx="893.5721812432255" cy="161.49631190744103" r="1.2644889357209999" 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_41__stack1"><circle cx="945.8377239196934" cy="161.49631190744103" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_42__stack1"><circle cx="998.1032665961616" cy="161.49631190744105" r="1.2644889357209999" 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_43__stack1"><circle cx="1050.3688092726295" cy="161.49631190744105" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_44__stack1"><circle cx="1102.6343519490974" cy="161.49631190744105" r="1.2644889357209999" 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_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"><circle cx="831.82297154885" cy="592.4762908323485" r="1.2644889357209999" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_47__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_48__stack1"/><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"><circle cx="714.225500526797" cy="438.84088514224703" r="1.2644889357209999" 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_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"><circle cx="503.05584826139" cy="475.932560590063" r="1.2644889357209999" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_67__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_68__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_69__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_70__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_71__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_72__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_73__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_74__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_75__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_76__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_77__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_78__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_79__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_80__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_81__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_82__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_83__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_84__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_85__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_86__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_87__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_88__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_89__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_90__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_91__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_92__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_93__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_94__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_95__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_96__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_97__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_98__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_99__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_100__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_101__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_102__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_103__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_104__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_105__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="432.665964172921" y="210.05268703912742" width="50.57955742883996" height="25.28977871441998" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="432.665964172921" y="210.05268703912742" width="50.57955742883996" height="25.28977871441998" fill="transparent"/><text class="sch-text" x="457.955742887341" y="222.6975763963374" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 457.955742887341, 222.6975763963374)">J_USB1</text><line class="component-pin sch-component-pin sch-port-line" x1="432.665964172921" y1="214.2676501581974" x2="415.806111696641" y2="214.2676501581974" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="414.963119072827" y="213.42465753438339" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="424.236037934781" y="213.42465753438344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="436.880927291991" y="214.2676501581974" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VCC</text><line class="component-pin sch-component-pin sch-port-line" x1="432.665964172921" y1="222.6975763963374" x2="415.806111696641" y2="222.6975763963374" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="414.963119072827" y="221.8545837725234" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="424.236037934781" y="221.85458377252343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="436.880927291991" y="222.6975763963374" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="432.665964172921" y1="231.12750263447742" x2="415.806111696641" y2="231.12750263447742" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="414.963119072827" y="230.2845100106634" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="424.236037934781" y="230.2845100106634" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="436.880927291991" y="231.12750263447742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="483.24552160176097" y1="226.91253951540742" x2="500.105374078041" y2="226.91253951540742" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="499.262381454227" y="226.0695468915934" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="491.675447839901" y="226.06954689159343" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="479.030558482691" y="226.91253951540742" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="483.24552160176097" y1="218.48261327726743" x2="500.105374078041" y2="218.48261327726743" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="499.262381454227" y="217.63962065345342" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="491.675447839901" y="217.63962065345345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="479.030558482691" y="218.48261327726743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHLD</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="645.943097997863" y="193.53003161237305" width="50.57955742883996" height="25.28977871441998" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="645.943097997863" y="193.53003161237305" width="50.57955742883996" height="25.28977871441998" fill="transparent"/><text class="sch-text" x="671.232876712283" y="206.17492096958304" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 671.232876712283, 206.17492096958304)">J_USB2</text><line class="component-pin sch-component-pin sch-port-line" x1="645.943097997863" y1="197.74499473144303" x2="629.083245521583" y2="197.74499473144303" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="628.240252897769" y="196.90200210762902" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.513171759723" y="196.90200210762904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="650.158061116933" y="197.74499473144303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VCC</text><line class="component-pin sch-component-pin sch-port-line" x1="645.943097997863" y1="206.17492096958304" x2="629.083245521583" y2="206.17492096958304" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="628.240252897769" y="205.33192834576903" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.513171759723" y="205.33192834576906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="650.158061116933" y="206.17492096958304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_NEG</text><line class="component-pin sch-component-pin sch-port-line" x1="645.943097997863" y1="214.60484720772305" x2="629.083245521583" y2="214.60484720772305" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="628.240252897769" y="213.76185458390904" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="637.513171759723" y="213.76185458390907" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="650.158061116933" y="214.60484720772305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">D_POS</text><line class="component-pin sch-component-pin sch-port-line" x1="696.522655426703" y1="210.38988408865302" x2="713.382507902983" y2="210.38988408865302" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="712.539515279169" y="209.546891464839" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.952581664843" y="209.54689146483904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="692.307692307633" y="210.38988408865302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="696.522655426703" y1="201.95995785051306" x2="713.382507902983" y2="201.95995785051306" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="712.539515279169" y="201.11696522669905" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="704.952581664843" y="201.11696522669908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="692.307692307633" y="201.95995785051306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHLD</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="466.38566912548094" y="319.557428872566" width="54.79452054791011" height="75.86933614326" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="466.38566912548094" y="319.557428872566" width="54.79452054791011" height="75.86933614326" fill="transparent"/><text class="sch-text" x="493.782929399436" y="357.492096944196" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 493.782929399436, 357.492096944196)">J_USBC</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="327.987355110706" x2="449.52581664920103" y2="327.987355110706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="448.68282402538705" y="327.144362486892" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="327.144362486892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="327.987355110706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL4</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="336.417281348846" x2="449.52581664920103" y2="336.417281348846" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="448.68282402538705" y="335.57428872503203" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="335.57428872503203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="336.417281348846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL3</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="344.84720758698603" x2="449.52581664920103" y2="344.84720758698603" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="448.68282402538705" y="344.00421496317205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="344.004214963172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="344.84720758698603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL2</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="353.27713382512604" x2="449.52581664920103" y2="353.27713382512604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><rect x="448.68282402538705" y="352.43414120131206" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="352.43414120131206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="353.27713382512604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">SHELL1</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="361.707060063266" x2="449.52581664920103" y2="361.707060063266" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="448.68282402538705" y="360.864067439452" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="360.864067439452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="361.707060063266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">A1B12</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="370.136986301406" x2="449.52581664920103" y2="370.136986301406" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><rect x="448.68282402538705" y="369.293993677592" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="369.293993677592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="370.136986301406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">A4B9</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="378.566912539546" x2="449.52581664920103" y2="378.566912539546" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><rect x="448.68282402538705" y="377.72391991573204" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="377.72391991573204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="378.566912539546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">B1A12</text><line class="component-pin sch-component-pin sch-port-line" x1="466.38566912548094" y1="386.99683877768604" x2="449.52581664920103" y2="386.99683877768604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><rect x="448.68282402538705" y="386.15384615387205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="457.955742887341" y="386.153846153872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="470.600632244551" y="386.99683877768604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">B4A9</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="386.99683877768604" x2="538.040042149671" y2="386.99683877768604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_8__stack1"><rect x="537.197049525857" y="386.15384615387205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="386.153846153872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="386.99683877768604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B5</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="378.566912539546" x2="537.197049525857" y2="378.566912539546" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.040042149671" cy="378.566912539546" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="537.197049525857" y="377.72391991573204" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="377.72391991573204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="378.566912539546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A8</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="370.136986301406" x2="538.040042149671" y2="370.136986301406" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_10__stack1"><rect x="537.197049525857" y="369.293993677592" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="369.293993677592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="370.136986301406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B6</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="361.707060063266" x2="538.040042149671" y2="361.707060063266" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_11__stack1"><rect x="537.197049525857" y="360.864067439452" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="360.864067439452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="361.707060063266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A7</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="353.27713382512604" x2="538.040042149671" y2="353.27713382512604" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_12__stack1"><rect x="537.197049525857" y="352.43414120131206" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="352.434141201312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="353.27713382512604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A6</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="344.84720758698603" x2="538.040042149671" y2="344.84720758698603" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_13__stack1"><rect x="537.197049525857" y="344.00421496317205" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="344.004214963172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="344.84720758698603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B7</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="336.417281348846" x2="538.040042149671" y2="336.417281348846" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_14__stack1"><rect x="537.197049525857" y="335.57428872503203" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="335.57428872503203" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="336.417281348846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">A5</text><line class="component-pin sch-component-pin sch-port-line" x1="521.180189673391" y1="327.987355110706" x2="537.197049525857" y2="327.987355110706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_2_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="538.040042149671" cy="327.987355110706" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="537.197049525857" y="327.144362486892" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="529.610115911531" y="327.144362486892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="516.965226554321" y="327.987355110706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">B8</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="739.5152792412171" y="266.02739726037703" width="109.58904109582" height="244.46786090605997" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="739.5152792412171" y="266.02739726037703" width="109.58904109582" height="244.46786090605997" fill="transparent"/><text class="sch-text" x="794.309799789127" y="388.261327713407" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 794.309799789127, 388.261327713407)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="270.24236037944695" x2="722.655426764937" y2="270.24236037944695" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="721.812434141123" y="269.39936775563297" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="269.39936775563297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="270.24236037944695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="278.67228661758696" x2="722.655426764937" y2="278.67228661758696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="721.812434141123" y="277.829293993773" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="277.829293993773" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="278.67228661758696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="287.102212855727" x2="723.498419388751" y2="287.102212855727" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="287.102212855727" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="286.259220231913" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="286.259220231913" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="287.102212855727" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="295.532139093867" x2="723.498419388751" y2="295.532139093867" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="295.532139093867" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="294.689146470053" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="294.68914647005295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="295.532139093867" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="303.962065332007" x2="722.655426764937" y2="303.962065332007" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_4__stack1"><rect x="721.812434141123" y="303.119072708193" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="303.119072708193" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="303.962065332007" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD128</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="312.39199157014696" x2="723.498419388751" y2="312.39199157014696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="312.39199157014696" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="311.548998946333" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="311.548998946333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="312.39199157014696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="320.82191780828697" x2="723.498419388751" y2="320.82191780828697" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="320.82191780828697" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="319.978925184473" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="319.978925184473" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="320.82191780828697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM1</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="329.251844046427" x2="722.655426764937" y2="329.251844046427" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_7__stack1"><rect x="721.812434141123" y="328.408851422613" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="328.408851422613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="329.251844046427" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="337.68177028456694" x2="722.655426764937" y2="337.68177028456694" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_8__stack1"><rect x="721.812434141123" y="336.83877766075295" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="336.83877766075295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="337.68177028456694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="346.11169652270695" x2="723.498419388751" y2="346.11169652270695" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="346.11169652270695" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="345.26870389889297" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="345.26870389889297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="346.11169652270695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="354.54162276084696" x2="723.498419388751" y2="354.54162276084696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="354.54162276084696" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="353.698630137033" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="353.698630137033" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="354.54162276084696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="362.971548998987" x2="722.655426764937" y2="362.971548998987" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_11__stack1"><rect x="721.812434141123" y="362.128556375173" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="362.12855637517293" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="362.971548998987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD127</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="371.401475237127" x2="723.498419388751" y2="371.401475237127" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="371.401475237127" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="370.558482613313" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="370.55848261331295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="371.401475237127" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="379.831401475267" x2="723.498419388751" y2="379.831401475267" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="379.831401475267" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="378.988408851453" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="378.98840885145296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="379.831401475267" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM2</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="388.26132771340696" x2="722.655426764937" y2="388.26132771340696" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_14__stack1"><rect x="721.812434141123" y="387.418335089593" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="387.418335089593" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="388.26132771340696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD126</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="396.69125395154697" x2="722.655426764937" y2="396.69125395154697" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_15__stack1"><rect x="721.812434141123" y="395.848261327733" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="395.848261327733" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="396.69125395154697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD334</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="405.121180189687" x2="722.655426764937" y2="405.121180189687" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_16__stack1"><rect x="721.812434141123" y="404.278187565873" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="404.278187565873" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="405.121180189687" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="413.551106427827" x2="722.655426764937" y2="413.551106427827" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_17__stack1"><rect x="721.812434141123" y="412.708113804013" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="412.708113804013" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="413.551106427827" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="421.981032665967" x2="723.498419388751" y2="421.981032665967" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="421.981032665967" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="421.138040042153" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="421.138040042153" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="421.981032665967" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="430.410958904107" x2="723.498419388751" y2="430.410958904107" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="430.410958904107" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="429.56796628029304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="429.56796628029304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="430.410958904107" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="438.84088514224703" x2="722.655426764937" y2="438.84088514224703" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_20__stack1"><rect x="721.812434141123" y="437.99789251843305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="437.997892518433" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="438.84088514224703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD125</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="447.27081138038704" x2="723.498419388751" y2="447.27081138038704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="447.27081138038704" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="446.42781875657306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="446.427818756573" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="447.27081138038704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="455.700737618527" x2="723.498419388751" y2="455.700737618527" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="722.655426764937" cy="455.700737618527" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="721.812434141123" y="454.857744994713" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="454.857744994713" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="455.700737618527" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM3</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="464.130663856667" x2="722.655426764937" y2="464.130663856667" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_23__stack1"><rect x="721.812434141123" y="463.28767123285303" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="463.28767123285303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="464.130663856667" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DP4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="472.560590094807" x2="722.655426764937" y2="472.560590094807" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_24__stack1"><rect x="721.812434141123" y="471.71759747099304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="471.71759747099304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="472.560590094807" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2DN_DM4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="480.99051633294704" x2="722.655426764937" y2="480.99051633294704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_25__stack1"><rect x="721.812434141123" y="480.14752370913305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="480.14752370913305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="480.99051633294704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDP4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="489.42044257108705" x2="722.655426764937" y2="489.42044257108705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_26__stack1"><rect x="721.812434141123" y="488.57744994727307" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="488.57744994727307" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="489.42044257108705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_TXDM4</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="497.85036880922706" x2="722.655426764937" y2="497.85036880922706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_27__stack1"><rect x="721.812434141123" y="497.0073761854131" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="497.007376185413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="497.85036880922706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD124</text><line class="component-pin sch-component-pin sch-port-line" x1="739.5152792412171" y1="506.2802950473671" x2="722.655426764937" y2="506.2802950473671" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_28__stack1"><rect x="721.812434141123" y="505.4373024235531" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="731.085353003077" y="505.4373024235531" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="743.730242360287" y="506.2802950473671" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDP4</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="502.06533192829704" x2="865.964172813317" y2="502.06533192829704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_29__stack1"><rect x="865.121180189503" y="501.22233930448306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="501.22233930448306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="502.06533192829704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3DN_RXDM4</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="493.63540569015703" x2="865.964172813317" y2="493.63540569015703" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_30__stack1"><rect x="865.121180189503" y="492.79241306634304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="492.79241306634304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="493.63540569015703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD333</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="485.2054794520171" x2="865.1211801895031" y2="485.2054794520171" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="485.2054794520171" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="484.3624868282031" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="484.36248682820303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="485.2054794520171" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL4</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="476.77555321387706" x2="865.964172813317" y2="476.77555321387706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_32__stack1"><rect x="865.121180189503" y="475.9325605900631" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="475.9325605900631" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="476.77555321387706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD123</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="468.34562697573705" x2="865.964172813317" y2="468.34562697573705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_33__stack1"><rect x="865.121180189503" y="467.50263435192306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="467.50263435192306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="468.34562697573705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL3</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="459.91570073759704" x2="865.964172813317" y2="459.91570073759704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_34__stack1"><rect x="865.121180189503" y="459.07270811378305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="459.07270811378305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="459.91570073759704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL2</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="451.4857744994571" x2="865.964172813317" y2="451.4857744994571" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_35__stack1"><rect x="865.121180189503" y="450.6427818756431" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="450.6427818756431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="451.4857744994571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">PRT_CTL1</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="443.05584826131707" x2="865.964172813317" y2="443.05584826131707" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_36__stack1"><rect x="865.121180189503" y="442.2128556375031" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="442.2128556375031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="443.05584826131707" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VBUS_DET</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="434.62592202317705" x2="865.1211801895031" y2="434.62592202317705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="434.62592202317705" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="433.78292939936307" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="433.78292939936307" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="434.62592202317705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_CLK</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="426.1959957850371" x2="865.1211801895031" y2="426.1959957850371" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="426.1959957850371" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="425.3530031612231" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="425.35300316122306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="426.1959957850371" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_DO</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="417.7660695468971" x2="865.1211801895031" y2="417.7660695468971" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="417.7660695468971" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="416.9230769230831" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="416.92307692308304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="417.7660695468971" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_DI</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="409.3361433087571" x2="865.1211801895031" y2="409.3361433087571" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="409.3361433087571" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="408.4931506849431" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="408.4931506849431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="409.3361433087571" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">SPI_CE_N</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="400.90621707061706" x2="865.964172813317" y2="400.90621707061706" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_41__stack1"><rect x="865.121180189503" y="400.0632244468031" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="400.0632244468031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="400.90621707061706" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">RESET_N</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="392.47629083247705" x2="865.964172813317" y2="392.47629083247705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_42__stack1"><rect x="865.121180189503" y="391.63329820866306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="391.63329820866306" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="392.47629083247705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD121</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="384.04636459433704" x2="865.964172813317" y2="384.04636459433704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_43__stack1"><rect x="865.121180189503" y="383.20337197052305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="383.20337197052305" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="384.04636459433704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD331</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="375.616438356197" x2="865.1211801895031" y2="375.616438356197" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="375.616438356197" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="374.77344573238304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="374.77344573238304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="375.616438356197" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2UP_DP</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="367.18651211805707" x2="865.1211801895031" y2="367.18651211805707" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="367.18651211805707" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="366.3435194942431" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="366.343519494243" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="367.18651211805707" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB2UP_DM</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="358.75658587991705" x2="865.1211801895031" y2="358.75658587991705" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="358.75658587991705" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="357.91359325610307" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="357.913593256103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="358.75658587991705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_TXDP</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="350.32665964177704" x2="865.1211801895031" y2="350.32665964177704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="350.32665964177704" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="349.48366701796306" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="349.483667017963" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="350.32665964177704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_TXDM</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="341.89673340363703" x2="865.964172813317" y2="341.89673340363703" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_48__stack1"><rect x="865.121180189503" y="341.05374077982304" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="341.053740779823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="341.89673340363703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD122</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="333.466807165497" x2="865.1211801895031" y2="333.466807165497" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_49__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="333.466807165497" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="332.62381454168303" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="332.62381454168303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="333.466807165497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_RXDP</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="325.036880927357" x2="865.1211801895031" y2="325.036880927357" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="325.036880927357" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="324.193888303543" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="324.193888303543" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="325.036880927357" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">USB3UP_RXDM</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="316.606954689217" x2="865.1211801895031" y2="316.606954689217" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="316.606954689217" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="315.763962065403" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="315.763962065403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="316.606954689217" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">ATEST</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="308.17702845107704" x2="865.1211801895031" y2="308.17702845107704" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="865.964172813317" cy="308.17702845107704" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="865.121180189503" y="307.33403582726305" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="307.334035827263" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="308.17702845107704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">XTALO</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="299.74710221293697" x2="865.964172813317" y2="299.74710221293697" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_53__stack1"><rect x="865.121180189503" y="298.904109589123" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="298.904109589123" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="299.74710221293697" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">XTALI</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="291.317175974797" x2="865.964172813317" y2="291.317175974797" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_54__stack1"><rect x="865.121180189503" y="290.474183350983" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="290.47418335098297" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="291.317175974797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">VDD332</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="282.887249736657" x2="865.964172813317" y2="282.887249736657" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_55__stack1"><rect x="865.121180189503" y="282.044257112843" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="282.04425711284296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="282.887249736657" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">RBIAS</text><line class="component-pin sch-component-pin sch-port-line" x1="849.104320337037" y1="274.457323498517" x2="865.964172813317" y2="274.457323498517" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_3_56__stack1"><rect x="865.121180189503" y="273.614330874703" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.534246575177" y="273.614330874703" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="844.889357217967" y="274.457323498517" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">EP</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="964.5943097995549" y="280.9483667018848" width="72.49736564800389" height="26.132771338234022" stroke-width="0.842992623814px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.5943097995549" y="280.9483667018848" width="72.49736564800389" height="26.132771338234022" fill="transparent"/><text class="sch-text" x="1000.8429926235569" y="294.0147523710018" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 1000.8429926235569, 294.0147523710018)">Y1</text><line class="component-pin sch-component-pin sch-port-line" x1="970.4952581662529" y1="280.9483667018848" x2="970.4952581662529" y2="264.08851422560485" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="969.652265542439" y="263.24552160179087" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="969.652265542439" y="272.5184404637448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform="rotate(-90 969.652265542439 272.5184404637448)"></text><text class="pin-number sch-pin-label" x="970.4952581662529" y="285.1633298209548" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="rotate(-90 970.4952581662529 285.1633298209548)">gnd1</text><line class="component-pin sch-component-pin sch-port-line" x1="969.652265542439" y1="307.08113804011884" x2="969.652265542439" y2="323.09799789258483" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="969.652265542439" cy="323.9409905163988" r="0.842992623814" stroke-width="0.842992623814px"/><rect x="968.809272918625" y="323.09799789258483" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="968.809272918625" y="315.5110642782588" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform="rotate(-90 968.809272918625 315.5110642782588)"></text><text class="pin-number sch-pin-label" x="969.652265542439" y="302.8661749210488" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="rotate(-90 969.652265542439 302.8661749210488)">gnd2</text><line class="component-pin sch-component-pin sch-port-line" x1="964.5943097995549" y1="294.4362486829088" x2="947.7344573232749" y2="294.4362486829088" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="946.8914646994609" y="293.5932560590948" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.164383561415" y="293.5932560590948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="968.809272918625" y="294.4362486829088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.322444678605px" transform="">X1</text><line class="component-pin sch-component-pin sch-port-line" x1="1037.0916754475588" y1="294.4362486829088" x2="1053.9515279238387" y2="294.4362486829088" stroke-width="0.842992623814px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="1053.1085353000246" y="293.5932560590948" width="1.685985247628" height="1.685985247628" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.521601685699" y="293.5932560590948" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.322444678605px" transform=""></text><text class="pin-number sch-pin-label" x="1032.8767123284888" y="294.4362486829088" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.322444678605px" transform="">X2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="975.8612434138786" y="345.6902002108" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 984.404636459184 377.723919915732 L 984.404636459184 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 984.404636459184 358.5036880927728 L 984.404636459184 345.6902002108" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 992.9480295044893 364.9104320337592 L 975.8612434138786 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 992.9480295044893 358.5036880927728 L 975.8612434138786 358.5036880927728" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="990.5444327359626" y="351.0291534949553" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C9</text><text class="sch-component-text" x="990.5444327359626" y="372.3849666315767" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="1025.5978082189047" y="345.6902002108" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1034.14120126421 377.723919915732 L 1034.14120126421 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1034.14120126421 358.5036880927728 L 1034.14120126421 345.6902002108" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1042.6845943095152 364.9104320337592 L 1025.5978082189047 364.9104320337592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1042.6845943095152 358.5036880927728 L 1025.5978082189047 358.5036880927728" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1040.2809975409887" y="351.0291534949553" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C10</text><text class="sch-component-text" x="1040.2809975409887" y="372.3849666315767" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="825.2897787142915" y="106.28113804024788" width="25.28977871441998" height="6.742255005264354" fill="transparent"/><path class="sch-component-symbol-path" d="M 825.2897787142915 109.65226554288006 L 829.5055848259854 109.65226554288006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 846.3637513170177 109.65226554288006 L 850.5795574287115 109.65226554288006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.5055848259854 106.28113804024788 L 846.3637513170177 106.28113804024788 L 846.3637513170177 113.02339304551224 L 829.5055848259854 113.02339304551224 L 829.5055848259854 106.28113804024788" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="837.9346680715015" y="102.90832455236806" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R9</text><text class="sch-component-text" x="837.9346680715015" y="116.39620653339206" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="1028.240252897512" y="434.6267650158008" width="25.28977871442021" height="6.742255005264383" fill="transparent"/><path class="sch-component-symbol-path" d="M 1028.240252897512 437.997892518433 L 1032.4560590092058 437.997892518433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1049.3142255002383 437.997892518433 L 1053.5300316119321 437.997892518433" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1032.4560590092058 434.6267650158008 L 1049.3142255002383 434.6267650158008 L 1049.3142255002383 441.3690200210652 L 1032.4560590092058 441.3690200210652 L 1032.4560590092058 434.6267650158008" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1040.885142254722" y="431.253951527921" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R10</text><text class="sch-component-text" x="1040.885142254722" y="444.741833508945" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="511.48577449953007" y="472.5614330874308" width="25.28977871441998" height="6.742255005264383" fill="transparent"/><path class="sch-component-symbol-path" d="M 511.48577449953007 475.932560590063 L 515.7015806112239 475.932560590063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5597471022562 475.932560590063 L 536.77555321395 475.932560590063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 515.7015806112239 472.5614330874308 L 532.5597471022562 472.5614330874308 L 532.5597471022562 479.3036880926952 L 515.7015806112239 479.3036880926952 L 515.7015806112239 472.5614330874308" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="524.1306638567401" y="469.18861959955103" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R11</text><text class="sch-component-text" x="524.1306638567401" y="482.676501580575" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component-overlay sch-component-overlay" x="968.2743097995526" y="498.27186512113394" width="17.086786090610758" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 976.817702844858 530.305584826066 L 976.817702844858 517.4920969440932" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 976.817702844858 511.0853530031068 L 976.817702844858 498.27186512113394" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 985.3610958901634 517.4920969440932 L 968.2743097995526 517.4920969440932" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 985.3610958901634 511.0853530031068 L 968.2743097995526 511.0853530031068" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="982.9574991216366" y="503.6108184052893" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C11</text><text class="sch-component-text" x="982.9574991216366" y="524.9666315419107" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="806.53319283443" y="589.1051633297163" width="25.28977871441998" height="6.742255005264269" fill="transparent"/><path class="sch-component-symbol-path" d="M 806.53319283443 592.4762908323485 L 810.7489989461238 592.4762908323485" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 827.6071654371561 592.4762908323485 L 831.82297154885 592.4762908323485" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 810.7489989461238 589.1051633297163 L 827.6071654371561 589.1051633297163 L 827.6071654371561 595.8474183349806 L 810.7489989461238 595.8474183349806 L 810.7489989461238 589.1051633297163" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="819.17808219164" y="585.7323498418365" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R12</text><text class="sch-component-text" x="819.17808219164" y="599.2202318228605" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component-overlay sch-component-overlay" x="884.2992623812714" y="587.1662802949442" width="25.28977871441998" height="6.742255005264269" fill="transparent"/><path class="sch-component-symbol-path" d="M 884.2992623812714 590.5374077975763 L 888.5150684929653 590.5374077975763" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 905.3732349839976 590.5374077975763 L 909.5890410956914 590.5374077975763" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 888.5150684929653 587.1662802949442 L 905.3732349839976 587.1662802949442 L 905.3732349839976 593.9085353002084 L 888.5150684929653 593.9085353002084 L 888.5150684929653 587.1662802949442" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="896.9441517384814" y="583.7934668070643" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="7.586933614326px">R13</text><text class="sch-component-text" x="896.9441517384814" y="597.2813487880883" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component-overlay sch-component-overlay" x="891.5619810324787" y="650.8113804002772" width="17.086786090610758" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 900.1053740777841 682.8451001052093 L 900.1053740777841 670.0316122232365" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 900.1053740777841 663.6248682822501 L 900.1053740777841 650.8113804002772" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.6487671230894 670.0316122232365 L 891.5619810324787 670.0316122232365" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.6487671230894 663.6248682822501 L 891.5619810324787 663.6248682822501" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="906.2451703545627" y="656.1503336844327" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C12</text><text class="sch-component-text" x="906.2451703545627" y="677.5061468210539" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component-overlay sch-component-overlay" x="805.5767334034506" y="654.225500526724" width="17.086786090610758" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 814.120126448756 686.2592202316561 L 814.120126448756 673.4457323496832" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 814.120126448756 667.0389884086968 L 814.120126448756 654.225500526724" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 822.6635194940613 673.4457323496832 L 805.5767334034506 673.4457323496832" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 822.6635194940613 667.0389884086968 L 805.5767334034506 667.0389884086968" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="820.2599227255346" y="659.5644538108794" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C13</text><text class="sch-component-text" x="820.2599227255346" y="680.9202669475006" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component-overlay sch-component-overlay" x="611.4776817702772" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 620.0210748155826 145.7744994733099 L 620.0210748155826 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 620.0210748155826 126.55426765035072 L 620.0210748155826 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 628.5644678608879 132.96101159133713 L 611.4776817702772 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 628.5644678608879 126.55426765035072 L 611.4776817702772 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="626.1608710923612" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C14</text><text class="sch-component-text" x="626.1608710923612" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component-overlay sch-component-overlay" x="559.2121390938091" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 567.7555321391145 145.7744994733099 L 567.7555321391145 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 567.7555321391145 126.55426765035072 L 567.7555321391145 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.2989251844199 132.96101159133713 L 559.2121390938091 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.2989251844199 126.55426765035072 L 559.2121390938091 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="573.8953284158931" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C15</text><text class="sch-component-text" x="573.8953284158931" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_17__stack1"><rect class="component-overlay sch-component-overlay" x="506.9465964173411" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 515.4899894626465 145.7744994733099 L 515.4899894626465 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 515.4899894626465 126.55426765035072 L 515.4899894626465 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 524.0333825079518 132.96101159133713 L 506.9465964173411 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 524.0333825079518 126.55426765035072 L 506.9465964173411 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.6297857394251" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C16</text><text class="sch-component-text" x="521.6297857394251" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_18__stack1"><rect class="component-overlay sch-component-overlay" x="454.68105374087315" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 463.22444678617853 145.7744994733099 L 463.22444678617853 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 463.22444678617853 126.55426765035072 L 463.22444678617853 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 471.7678398314839 132.96101159133713 L 454.68105374087315 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 471.7678398314839 126.55426765035072 L 454.68105374087315 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="469.36424306295714" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C17</text><text class="sch-component-text" x="469.36424306295714" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_19__stack1"><rect class="component-overlay sch-component-overlay" x="402.4155110644051" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 410.9589041097105 145.7744994733099 L 410.9589041097105 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 410.9589041097105 126.55426765035072 L 410.9589041097105 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.50229715501587 132.96101159133713 L 402.4155110644051 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.50229715501587 126.55426765035072 L 402.4155110644051 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="417.0987003864891" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C18</text><text class="sch-component-text" x="417.0987003864891" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_20__stack1"><rect class="component-overlay sch-component-overlay" x="350.1499683879372" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 358.69336143324256 145.7744994733099 L 358.69336143324256 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 358.69336143324256 126.55426765035072 L 358.69336143324256 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 367.23675447854794 132.96101159133713 L 350.1499683879372 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 367.23675447854794 126.55426765035072 L 350.1499683879372 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="364.83315771002117" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C19</text><text class="sch-component-text" x="364.83315771002117" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_21__stack1"><rect class="component-overlay sch-component-overlay" x="297.88442571146913" y="113.74077976837792" width="17.086786090610758" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 306.4278187567745 145.7744994733099 L 306.4278187567745 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 306.4278187567745 126.55426765035072 L 306.4278187567745 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 314.9712118020799 132.96101159133713 L 297.88442571146913 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 314.9712118020799 126.55426765035072 L 297.88442571146913 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="312.5676150335531" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C20</text><text class="sch-component-text" x="312.5676150335531" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_22__stack1"><rect class="component-overlay sch-component-overlay" x="245.61888303500118" y="113.74077976837792" width="17.08678609061073" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 254.16227608030653 145.7744994733099 L 254.16227608030653 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 254.16227608030653 126.55426765035072 L 254.16227608030653 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 262.7056691256119 132.96101159133713 L 245.61888303500118 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 262.7056691256119 126.55426765035072 L 245.61888303500118 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="260.30207235708514" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C21</text><text class="sch-component-text" x="260.30207235708514" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_23__stack1"><rect class="component-overlay sch-component-overlay" x="832.7632455214521" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 841.3066385667574 201.959957850513 L 841.3066385667574 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 841.3066385667574 182.73972602755381 L 841.3066385667574 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 849.8500316120628 189.14646996854023 L 832.7632455214521 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 849.8500316120628 182.73972602755381 L 832.7632455214521 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="847.446434843536" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C22</text><text class="sch-component-text" x="847.446434843536" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_24__stack1"><rect class="component-overlay sch-component-overlay" x="885.0287881979201" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 893.5721812432255 201.959957850513 L 893.5721812432255 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 893.5721812432255 182.73972602755381 L 893.5721812432255 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 902.1155742885309 189.14646996854023 L 885.0287881979201 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 902.1155742885309 182.73972602755381 L 885.0287881979201 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="899.7119775200041" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C23</text><text class="sch-component-text" x="899.7119775200041" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_25__stack1"><rect class="component-overlay sch-component-overlay" x="937.294330874388" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 945.8377239196934 201.959957850513 L 945.8377239196934 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 945.8377239196934 182.73972602755381 L 945.8377239196934 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 954.3811169649988 189.14646996854023 L 937.294330874388 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 954.3811169649988 182.73972602755381 L 937.294330874388 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="951.977520196472" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C24</text><text class="sch-component-text" x="951.977520196472" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_26__stack1"><rect class="component-overlay sch-component-overlay" x="989.5598735508562" y="169.92623814558104" width="17.086786090610758" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 998.1032665961616 201.959957850513 L 998.1032665961616 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.1032665961616 182.73972602755381 L 998.1032665961616 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1006.646659641467 189.14646996854023 L 989.5598735508562 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1006.646659641467 182.73972602755381 L 989.5598735508562 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1004.2430628729402" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C25</text><text class="sch-component-text" x="1004.2430628729402" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_27__stack1"><rect class="component-overlay sch-component-overlay" x="193.35334035853313" y="113.74077976837792" width="17.0867860906107" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 201.89673340383848 145.7744994733099 L 201.89673340383848 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 201.89673340383848 126.55426765035072 L 201.89673340383848 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.44012644914383 132.96101159133713 L 193.35334035853313 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 210.44012644914383 126.55426765035072 L 193.35334035853313 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="208.03652968061712" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C26</text><text class="sch-component-text" x="208.03652968061712" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_28__stack1"><rect class="component-overlay sch-component-overlay" x="1041.8254162273242" y="169.92623814558104" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1050.3688092726295 201.959957850513 L 1050.3688092726295 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1050.3688092726295 182.73972602755381 L 1050.3688092726295 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.9122023179348 189.14646996854023 L 1041.8254162273242 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.9122023179348 182.73972602755381 L 1041.8254162273242 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1056.5086055494082" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C27</text><text class="sch-component-text" x="1056.5086055494082" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_29__stack1"><rect class="component-overlay sch-component-overlay" x="141.08779768206514" y="113.74077976837792" width="17.0867860906107" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 149.6311907273705 145.7744994733099 L 149.6311907273705 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 149.6311907273705 126.55426765035072 L 149.6311907273705 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 158.17458377267585 132.96101159133713 L 141.08779768206514 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 158.17458377267585 126.55426765035072 L 141.08779768206514 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="155.77098700414913" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C44</text><text class="sch-component-text" x="155.77098700414913" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_30__stack1"><rect class="component-overlay sch-component-overlay" x="88.82225500559714" y="113.74077976837792" width="17.08678609061073" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 97.36564805090251 145.7744994733099 L 97.36564805090251 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 97.36564805090251 126.55426765035072 L 97.36564805090251 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 105.90904109620787 132.96101159133713 L 88.82225500559714 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 105.90904109620787 126.55426765035072 L 88.82225500559714 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="103.50544432768113" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C45</text><text class="sch-component-text" x="103.50544432768115" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_31__stack1"><rect class="component-overlay sch-component-overlay" x="36.556712329129155" y="113.74077976837792" width="17.08678609061073" height="32.03371970493198" fill="transparent"/><path class="sch-component-symbol-path" d="M 45.10010537443452 145.7744994733099 L 45.10010537443452 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 45.10010537443452 126.55426765035072 L 45.10010537443452 113.74077976837792" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 53.643498419739885 132.96101159133713 L 36.556712329129155 132.96101159133713" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 53.643498419739885 126.55426765035072 L 36.556712329129155 126.55426765035072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="51.23990165121315" y="119.07973305253326" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C46</text><text class="sch-component-text" x="51.23990165121315" y="140.4355461891546" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_32__stack1"><rect class="component-overlay sch-component-overlay" x="1094.0909589037922" y="169.92623814558104" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1102.6343519490974 201.959957850513 L 1102.6343519490974 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1102.6343519490974 182.73972602755381 L 1102.6343519490974 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1111.1777449944027 189.14646996854023 L 1094.0909589037922 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1111.1777449944027 182.73972602755381 L 1094.0909589037922 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1108.7741482258762" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C47</text><text class="sch-component-text" x="1108.7741482258762" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_33__stack1"><rect class="component-overlay sch-component-overlay" x="1146.3565015802603" y="169.92623814558104" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1154.8998946255656 201.959957850513 L 1154.8998946255656 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1154.8998946255656 182.73972602755381 L 1154.8998946255656 169.92623814558104" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.4432876708709 189.14646996854023 L 1146.3565015802603 189.14646996854023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1163.4432876708709 182.73972602755381 L 1146.3565015802603 182.73972602755381" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1161.0396909023443" y="175.26519142973635" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C48</text><text class="sch-component-text" x="1161.0396909023443" y="196.6210045663577" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_34__stack1"><rect class="component-overlay sch-component-overlay" x="1097.2521812430948" y="426.61749209694403" width="17.08678609061053" height="32.03371970493197" fill="transparent"/><path class="sch-component-symbol-path" d="M 1105.7955742884 458.651211801876 L 1105.7955742884 445.8377239199032" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1105.7955742884 439.4309799789168 L 1105.7955742884 426.61749209694403" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1114.3389673337053 445.8377239199032 L 1097.2521812430948 445.8377239199032" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1114.3389673337053 439.4309799789168 L 1097.2521812430948 439.4309799789168" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.9353705651788" y="431.95644538109934" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C49</text><text class="sch-component-text" x="1111.9353705651788" y="453.3122585177207" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_35__stack1"><rect class="component-overlay sch-component-overlay" x="1068.5904320334187" y="507.544783983088" width="17.08678609061053" height="32.03371970493208" fill="transparent"/><path class="sch-component-symbol-path" d="M 1077.133825078724 539.5785036880201 L 1077.133825078724 526.7650158060472" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1077.133825078724 520.3582718650608 L 1077.133825078724 507.544783983088" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1085.6772181240292 526.7650158060472 L 1068.5904320334187 526.7650158060472" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1085.6772181240292 520.3582718650608 L 1068.5904320334187 520.3582718650608" stroke="rgb(132, 0, 0)" fill="none" stroke-width="0.842992623814px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1083.2736213555027" y="512.8837372672433" stroke="rgb(245, 241, 237)" stroke-width="0.842992623814px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="7.586933614326px">C50</text><text class="sch-component-text" x="1083.2736213555027" y="534.2395504038648" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="7.586933614326px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="415.806111696641" cy="214.2676501581974" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="415.806111696641" cy="222.6975763963374" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="415.806111696641" cy="231.12750263447742" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="500.105374078041" cy="226.91253951540742" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="500.105374078041" cy="218.48261327726743" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="629.083245521583" cy="197.74499473144303" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="629.083245521583" cy="206.17492096958304" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="629.083245521583" cy="214.60484720772305" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="713.382507902983" cy="210.38988408865302" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="713.382507902983" cy="201.95995785051306" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="449.52581664920103" cy="327.987355110706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="449.52581664920103" cy="336.417281348846" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="449.52581664920103" cy="344.84720758698603" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="449.52581664920103" cy="353.27713382512604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="449.52581664920103" cy="361.707060063266" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="449.52581664920103" cy="370.136986301406" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="449.52581664920103" cy="378.566912539546" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="449.52581664920103" cy="386.99683877768604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_8__stack1"><circle cx="538.040042149671" cy="386.99683877768604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_9__stack1"><circle cx="538.040042149671" cy="378.566912539546" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_10__stack1"><circle cx="538.040042149671" cy="370.136986301406" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_11__stack1"><circle cx="538.040042149671" cy="361.707060063266" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_12__stack1"><circle cx="538.040042149671" cy="353.27713382512604" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_13__stack1"><circle cx="538.040042149671" cy="344.84720758698603" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_14__stack1"><circle cx="538.040042149671" cy="336.417281348846" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_15__stack1"><circle cx="538.040042149671" cy="327.987355110706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="722.655426764937" cy="270.24236037944695" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="722.655426764937" cy="278.67228661758696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="722.655426764937" cy="287.102212855727" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="722.655426764937" cy="295.532139093867" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_4__stack1"><circle cx="722.655426764937" cy="303.962065332007" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_5__stack1"><circle cx="722.655426764937" cy="312.39199157014696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_6__stack1"><circle cx="722.655426764937" cy="320.82191780828697" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_7__stack1"><circle cx="722.655426764937" cy="329.251844046427" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_8__stack1"><circle cx="722.655426764937" cy="337.68177028456694" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_9__stack1"><circle cx="722.655426764937" cy="346.11169652270695" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_10__stack1"><circle cx="722.655426764937" cy="354.54162276084696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_11__stack1"><circle cx="722.655426764937" cy="362.971548998987" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_12__stack1"><circle cx="722.655426764937" cy="371.401475237127" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_13__stack1"><circle cx="722.655426764937" cy="379.831401475267" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_14__stack1"><circle cx="722.655426764937" cy="388.26132771340696" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_15__stack1"><circle cx="722.655426764937" cy="396.69125395154697" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_16__stack1"><circle cx="722.655426764937" cy="405.121180189687" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_17__stack1"><circle cx="722.655426764937" cy="413.551106427827" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_18__stack1"><circle cx="722.655426764937" cy="421.981032665967" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_19__stack1"><circle cx="722.655426764937" cy="430.410958904107" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_20__stack1"><circle cx="722.655426764937" cy="438.84088514224703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_21__stack1"><circle cx="722.655426764937" cy="447.27081138038704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_22__stack1"><circle cx="722.655426764937" cy="455.700737618527" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_23__stack1"><circle cx="722.655426764937" cy="464.130663856667" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_24__stack1"><circle cx="722.655426764937" cy="472.560590094807" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_25__stack1"><circle cx="722.655426764937" cy="480.99051633294704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_26__stack1"><circle cx="722.655426764937" cy="489.42044257108705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_27__stack1"><circle cx="722.655426764937" cy="497.85036880922706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_28__stack1"><circle cx="722.655426764937" cy="506.2802950473671" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_29__stack1"><circle cx="865.964172813317" cy="502.06533192829704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_30__stack1"><circle cx="865.964172813317" cy="493.63540569015703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_31__stack1"><circle cx="865.964172813317" cy="485.2054794520171" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_32__stack1"><circle cx="865.964172813317" cy="476.77555321387706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_33__stack1"><circle cx="865.964172813317" cy="468.34562697573705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_34__stack1"><circle cx="865.964172813317" cy="459.91570073759704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_35__stack1"><circle cx="865.964172813317" cy="451.4857744994571" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_36__stack1"><circle cx="865.964172813317" cy="443.05584826131707" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_37__stack1"><circle cx="865.964172813317" cy="434.62592202317705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_38__stack1"><circle cx="865.964172813317" cy="426.1959957850371" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_39__stack1"><circle cx="865.964172813317" cy="417.7660695468971" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_40__stack1"><circle cx="865.964172813317" cy="409.3361433087571" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_41__stack1"><circle cx="865.964172813317" cy="400.90621707061706" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_42__stack1"><circle cx="865.964172813317" cy="392.47629083247705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_43__stack1"><circle cx="865.964172813317" cy="384.04636459433704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_44__stack1"><circle cx="865.964172813317" cy="375.616438356197" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_45__stack1"><circle cx="865.964172813317" cy="367.18651211805707" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_46__stack1"><circle cx="865.964172813317" cy="358.75658587991705" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_47__stack1"><circle cx="865.964172813317" cy="350.32665964177704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_48__stack1"><circle cx="865.964172813317" cy="341.89673340363703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_49__stack1"><circle cx="865.964172813317" cy="333.466807165497" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_50__stack1"><circle cx="865.964172813317" cy="325.036880927357" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_51__stack1"><circle cx="865.964172813317" cy="316.606954689217" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_52__stack1"><circle cx="865.964172813317" cy="308.17702845107704" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_53__stack1"><circle cx="865.964172813317" cy="299.74710221293697" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_54__stack1"><circle cx="865.964172813317" cy="291.317175974797" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_55__stack1"><circle cx="865.964172813317" cy="282.887249736657" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_56__stack1"><circle cx="865.964172813317" cy="274.457323498517" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="970.4952581662529" cy="264.08851422560485" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="969.652265542439" cy="323.9409905163988" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="947.7344573232749" cy="294.4362486829088" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="1053.9515279238387" cy="294.4362486829088" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="984.404636459184" cy="349.062170706056" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="984.404636459184" cy="381.09589041098803" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="1034.14120126421" cy="349.062170706056" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1034.14120126421" cy="381.09589041098803" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="825.2897787142915" cy="109.65226554288006" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="850.5795574287115" cy="109.65226554288006" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="1028.240252897512" cy="437.997892518433" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="1053.530031611932" cy="437.997892518433" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="511.48577449953" cy="475.932560590063" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="536.77555321395" cy="475.932560590063" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="976.817702844858" cy="501.64383561639" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="976.817702844858" cy="533.6775553213221" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="806.53319283443" cy="592.4762908323485" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="831.82297154885" cy="592.4762908323485" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="884.2992623812715" cy="590.5374077975763" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="909.5890410956915" cy="590.5374077975763" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="900.1053740777841" cy="654.1833508955333" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="900.1053740777841" cy="686.2170706004654" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="814.120126448756" cy="657.59747102198" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="814.120126448756" cy="689.631190726912" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="620.0210748155826" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="620.0210748155826" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="567.7555321391145" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="567.7555321391145" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_0__stack1"><circle cx="515.4899894626465" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_17_1__stack1"><circle cx="515.4899894626465" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_0__stack1"><circle cx="463.22444678617853" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_18_1__stack1"><circle cx="463.22444678617853" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_0__stack1"><circle cx="410.9589041097105" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_19_1__stack1"><circle cx="410.9589041097105" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_0__stack1"><circle cx="358.69336143324256" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_20_1__stack1"><circle cx="358.69336143324256" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_0__stack1"><circle cx="306.4278187567745" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_21_1__stack1"><circle cx="306.4278187567745" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_0__stack1"><circle cx="254.16227608030653" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_22_1__stack1"><circle cx="254.16227608030653" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_0__stack1"><circle cx="841.3066385667574" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_23_1__stack1"><circle cx="841.3066385667574" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_0__stack1"><circle cx="893.5721812432255" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_24_1__stack1"><circle cx="893.5721812432255" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_0__stack1"><circle cx="945.8377239196934" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_25_1__stack1"><circle cx="945.8377239196934" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_0__stack1"><circle cx="998.1032665961616" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_26_1__stack1"><circle cx="998.1032665961616" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_0__stack1"><circle cx="201.89673340383848" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_27_1__stack1"><circle cx="201.89673340383848" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_0__stack1"><circle cx="1050.3688092726295" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_28_1__stack1"><circle cx="1050.3688092726295" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_0__stack1"><circle cx="149.6311907273705" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_29_1__stack1"><circle cx="149.6311907273705" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_0__stack1"><circle cx="97.36564805090251" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_30_1__stack1"><circle cx="97.36564805090251" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_0__stack1"><circle cx="45.10010537443452" cy="117.11275026363393" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_31_1__stack1"><circle cx="45.10010537443452" cy="149.14646996856592" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_0__stack1"><circle cx="1102.6343519490974" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_32_1__stack1"><circle cx="1102.6343519490974" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_0__stack1"><circle cx="1154.8998946255656" cy="173.29820864083703" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_33_1__stack1"><circle cx="1154.8998946255656" cy="205.33192834576903" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_0__stack1"><circle cx="1105.7955742884" cy="429.9894625922" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_34_1__stack1"><circle cx="1105.7955742884" cy="462.023182297132" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_0__stack1"><circle cx="1077.133825078724" cy="510.91675447834405" r="1.685985247628" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_35_1__stack1"><circle cx="1077.133825078724" cy="542.9504741832761" r="1.685985247628" 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="
|
|
376
380
|
M 390.4741833510303,210.0105374079367
|
|
377
381
|
L 386.25922023196034,207.7344573236389
|
|
378
382
|
L 386.25922023196034,193.27994380064152
|
|
@@ -394,13 +398,13 @@ USB3_HUB_TX_N" data-x="11.32" data-y="-4.260000000000001" cx="552.3316822601358"
|
|
|
394
398
|
L 634.984193888281,474.4573234983886
|
|
395
399
|
Z
|
|
396
400
|
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="630.7692307692109" y="472.9399367755234" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="rotate(-90 630.7692307692109 472.9399367755234)">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="
|
|
397
|
-
M 935.9747102210697,
|
|
398
|
-
L 938.2507903053674,
|
|
399
|
-
L 952.7053038283649,
|
|
400
|
-
L 952.7053038283649,
|
|
401
|
-
L 938.2507903053674,
|
|
401
|
+
M 935.9747102210697,409.3361433087571
|
|
402
|
+
L 938.2507903053674,405.1211801896871
|
|
403
|
+
L 952.7053038283649,405.1211801896871
|
|
404
|
+
L 952.7053038283649,413.55110642782705
|
|
405
|
+
L 938.2507903053674,413.55110642782705
|
|
402
406
|
Z
|
|
403
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="939.7681770282327" y="
|
|
407
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="939.7681770282327" y="409.3361433087571" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_15__stack1" d="
|
|
404
408
|
M 567.7555321391145,105.31085353023792
|
|
405
409
|
L 563.5405690200445,103.03477344594012
|
|
406
410
|
L 563.5405690200445,88.58025992294273
|
|
@@ -422,13 +426,13 @@ USB3_HUB_TX_N" data-x="11.32" data-y="-4.260000000000001" cx="552.3316822601358"
|
|
|
422
426
|
L 484.931506849389,473.61433087457453
|
|
423
427
|
Z
|
|
424
428
|
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="480.716543730319" y="472.09694415170935" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="rotate(-90 480.716543730319 472.09694415170935)">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="
|
|
425
|
-
M 878.6090621705271,
|
|
426
|
-
L 880.8851422548248,
|
|
427
|
-
L 895.3396557778223,
|
|
428
|
-
L 895.3396557778223,
|
|
429
|
-
L 880.8851422548248,
|
|
429
|
+
M 878.6090621705271,291.317175974797
|
|
430
|
+
L 880.8851422548248,287.10221285572703
|
|
431
|
+
L 895.3396557778223,287.10221285572703
|
|
432
|
+
L 895.3396557778223,295.532139093867
|
|
433
|
+
L 880.8851422548248,295.532139093867
|
|
430
434
|
Z
|
|
431
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="882.40252897769" y="
|
|
435
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="882.40252897769" y="291.317175974797" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
432
436
|
M 893.5721812432255,161.49631190744103
|
|
433
437
|
L 889.3572181241555,159.22023182314322
|
|
434
438
|
L 889.3572181241555,144.76571830014583
|
|
@@ -464,82 +468,54 @@ USB3_HUB_TX_N" data-x="11.32" data-y="-4.260000000000001" cx="552.3316822601358"
|
|
|
464
468
|
L 868.2402528976147,362.97154899898703
|
|
465
469
|
Z
|
|
466
470
|
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="869.75763962048" y="358.75658587991705" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_24__stack1" d="
|
|
467
|
-
M 1103.6459430976743,257.97681770295355
|
|
468
|
-
L 1101.3698630133765,262.19178082202353
|
|
469
|
-
L 1012.6476993323656,262.19178082202353
|
|
470
|
-
L 1012.6476993323656,253.76185458388355
|
|
471
|
-
L 1101.3698630133765,253.76185458388355
|
|
472
|
-
Z
|
|
473
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="1099.8524762905113" y="257.97681770295355" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_25__stack1" d="
|
|
474
471
|
M 865.964172813317,350.32665964177704
|
|
475
472
|
L 868.2402528976147,346.11169652270706
|
|
476
473
|
L 956.9624165786256,346.11169652270706
|
|
477
474
|
L 956.9624165786256,354.541622760847
|
|
478
475
|
L 868.2402528976147,354.541622760847
|
|
479
476
|
Z
|
|
480
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="
|
|
481
|
-
M 1074.9841938879983,492.7502634351523
|
|
482
|
-
L 1072.7081138037006,496.9652265542223
|
|
483
|
-
L 983.9859501226897,496.9652265542223
|
|
484
|
-
L 983.9859501226897,488.53530031608227
|
|
485
|
-
L 1072.7081138037006,488.5353003160823
|
|
486
|
-
Z
|
|
487
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="1071.1907270808354" y="492.7502634351523" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_27__stack1" d="
|
|
477
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="869.75763962048" y="350.32665964177704" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_25__stack1" d="
|
|
488
478
|
M 865.964172813317,333.466807165497
|
|
489
479
|
L 868.2402528976147,329.25184404642704
|
|
490
480
|
L 937.1577098698219,329.25184404642704
|
|
491
481
|
L 937.1577098698219,337.681770284567
|
|
492
482
|
L 868.2402528976147,337.681770284567
|
|
493
483
|
Z
|
|
494
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="
|
|
484
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="869.75763962048" y="333.466807165497" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="">XXXXXXXXXXXXX</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="
|
|
495
485
|
M 865.964172813317,325.036880927357
|
|
496
486
|
L 868.2402528976147,320.821917808287
|
|
497
487
|
L 937.1577098698219,320.821917808287
|
|
498
488
|
L 937.1577098698219,329.251844046427
|
|
499
489
|
L 868.2402528976147,329.251844046427
|
|
500
490
|
Z
|
|
501
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="
|
|
491
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="869.75763962048" y="325.036880927357" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="">XXXXXXXXXXXXX</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="
|
|
502
492
|
M 865.964172813317,316.606954689217
|
|
503
493
|
L 868.2402528976147,312.391991570147
|
|
504
494
|
L 917.3530031610184,312.391991570147
|
|
505
495
|
L 917.3530031610184,320.82191780828697
|
|
506
496
|
L 868.2402528976147,320.82191780828697
|
|
507
497
|
Z
|
|
508
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="
|
|
509
|
-
M 1028.240252897512,437.997892518433
|
|
510
|
-
L 1025.9641728132142,442.21285563750297
|
|
511
|
-
L 976.8514225498105,442.21285563750297
|
|
512
|
-
L 976.8514225498105,433.78292939936296
|
|
513
|
-
L 1025.9641728132142,433.782929399363
|
|
514
|
-
Z
|
|
515
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="1024.446786090349" y="437.997892518433" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_31__stack1" d="
|
|
498
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="869.75763962048" y="316.606954689217" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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="
|
|
516
499
|
M 865.964172813317,308.17702845107704
|
|
517
500
|
L 868.2402528976147,303.96206533200706
|
|
518
501
|
L 917.3530031610184,303.96206533200706
|
|
519
502
|
L 917.3530031610184,312.391991570147
|
|
520
503
|
L 868.2402528976147,312.391991570147
|
|
521
504
|
Z
|
|
522
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="
|
|
523
|
-
M 1034.14120126421,340.25289778719974
|
|
524
|
-
L 1036.4172813485077,336.03793466812976
|
|
525
|
-
L 1085.5300316119115,336.03793466812976
|
|
526
|
-
L 1085.5300316119115,344.4678609062697
|
|
527
|
-
L 1036.4172813485077,344.4678609062697
|
|
528
|
-
Z
|
|
529
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="1037.934668071373" y="340.25289778719974" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_33__stack1" d="
|
|
505
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="869.75763962048" y="308.17702845107704" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" 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_29__stack1" d="
|
|
530
506
|
M 927.2918861957855,299.74710221293697
|
|
531
507
|
L 923.0769230767155,297.47102212863916
|
|
532
508
|
L 923.0769230767155,248.3582718652355
|
|
533
509
|
L 931.5068493148556,248.3582718652355
|
|
534
510
|
L 931.5068493148556,297.47102212863916
|
|
535
511
|
Z
|
|
536
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="
|
|
512
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="927.2918861957855" y="295.953635405774" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="rotate(-90 927.2918861957855 295.953635405774)">XXXXXXXXX</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="
|
|
537
513
|
M 786.2592202317032,577.6817702844128
|
|
538
514
|
L 782.0442571126332,575.405690200115
|
|
539
515
|
L 782.0442571126332,560.9511766771176
|
|
540
516
|
L 790.4741833507733,560.9511766771176
|
|
541
517
|
L 790.4741833507733,575.405690200115
|
|
542
518
|
Z
|
|
543
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="786.2592202317032" y="573.8883034772498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="rotate(-90 786.2592202317032 573.8883034772498)">XX</text><text class="sch-text" x="460.48472075878294" y="240.8219178083384" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325988px" transform="rotate(0, 460.48472075878294, 240.8219178083384)">AF 90° WJDG</text><text class="sch-text" x="475.658587987435" y="205.20547945219693" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 475.658587987435, 205.20547945219693)">USB-A 1 (USB 2.0)</text><text class="sch-text" x="673.7618545837249" y="224.29926238158401" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325988px" transform="rotate(0, 673.7618545837249, 224.29926238158401)">AF 90° WJDG</text><text class="sch-text" x="688.935721812377" y="188.68282402544253" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 688.935721812377, 188.68282402544253)">USB-A 2 (USB 2.0)</text><text class="sch-text" x="494.204425711343" y="400.906217070617" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325998px" transform="rotate(0, 494.204425711343, 400.906217070617)">TYPE-C16PIN</text><text class="sch-text" x="532.139093782973" y="314.7102212856355" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 532.139093782973, 314.7102212856355)">USB-C DOWNSTREAM (USB 2.0)</text><text class="sch-text" x="769.863013698521" y="515.974710221228" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325988px" transform="rotate(0, 769.863013698521, 515.974710221228)">USB5744-I/2G</text><text class="sch-text" x="787.565858798615" y="261.18018967344653" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 787.565858798615, 261.18018967344653)">USB5744 USB 3.2 HUB</text><text class="sch-text" x="393.045310853663" y="218.0611169653604" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 393.045310853663, 218.0611169653604)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="274.03582718661" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 274.03582718661)">XXXXXXXXXX</text><text class="sch-text" x="393.045310853663" y="226.49104320350042" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 393.045310853663, 226.49104320350042)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="265.60590094847" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 265.60590094847)">XXXXXXXXXX</text><text class="sch-text" x="606.322444678605" y="201.53846153860601" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 606.322444678605, 201.53846153860601)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="333.04531085358997" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 333.04531085358997)">XXXXXXXXXX</text><text class="sch-text" x="606.322444678605" y="209.96838777674603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 606.322444678605, 209.96838777674603)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="324.61538461544995" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 324.61538461544995)">XXXXXXXXXX</text><text class="sch-text" x="567.544783983161" y="382.360379346709" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 567.544783983161, 382.360379346709)">XXXXXXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="365.50052687042904" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 365.50052687042904)">XXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="348.640674394149" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 348.640674394149)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="400.48472075871" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 400.48472075871)">XXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="357.07060063228903" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 357.07060063228903)">XXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="340.210748156009" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 340.210748156009)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="408.91464699685" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 408.91464699685)">XXXXXXXXXX</text><text class="sch-text" x="890.4109589039231" y="396.2697576396401" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 890.4109589039231, 396.2697576396401)">XXXXXXXXXXX</text><text class="sch-text" x="561.222339304556" y="471.296101159086" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 561.222339304556, 471.296101159086)">XXXXXXXXXXX</text><text class="sch-text" x="972.181243413881" y="473.825079030528" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 972.181243413881, 473.825079030528)">XXXXXXXXXXX</text><text class="sch-text" x="567.544783983161" y="331.78082191786905" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 567.544783983161, 331.78082191786905)">XXXXXXXXXXXXXX</text><text class="sch-text" x="698.208640674331" y="459.49420442569004" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 698.208640674331, 459.49420442569004)">XXXXXXXXXXX</text><text class="sch-text" x="698.208640674331" y="467.92413066383006" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 698.208640674331, 467.92413066383006)">XXXXXXXXXXX</text><text class="sch-text" x="688.092729188563" y="476.35405690197" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 688.092729188563, 476.35405690197)">XXXXXXXXXXXXXXXXX</text><text class="sch-text" x="688.092729188563" y="484.7839831401101" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 688.092729188563, 484.7839831401101)">XXXXXXXXXXXXXXXXX</text><text class="sch-text" x="694.836670179075" y="501.64383561639005" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 694.836670179075, 501.64383561639005)">XXXXXXXXXXXXX</text><text class="sch-text" x="893.782929399179" y="497.42887249732007" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 893.782929399179, 497.42887249732007)">XXXXXXXXXXXXX</text><text class="sch-text" x="892.096944151551" y="463.7091675447601" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 892.096944151551, 463.7091675447601)">XXXXXXXXXXXX</text><text class="sch-text" x="892.096944151551" y="455.27924130662007" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 892.096944151551, 455.27924130662007)">XXXXXXXXXXXX</text><text class="sch-text" x="892.096944151551" y="446.84931506848005" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 892.096944151551, 446.84931506848005)">XXXXXXXXXXXX</text><text class="sch-text" x="887.038988408667" y="278.25079030567997" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 887.038988408667, 278.25079030567997)">XXXXXXXXX</text><text class="sch-text" x="804.2149631189415" y="105.01580611190303" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 804.2149631189415, 105.01580611190303)">XXXXXXXXX</text><text class="sch-text" x="1110.432033719377" y="486.469968387738" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1110.432033719377, 486.469968387738)">XXXXXXXXXXXXX</text><text class="sch-text" x="1072.497365647747" y="567.397260273882" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1072.497365647747, 567.397260273882)">XXXXXXXXXXXXX</text><rect class="schematic-box sch-box" x="432.665964172921" y="237.0284510011754" width="55.63751317172398" height="7.586933614326" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="430.136986301479" y="199.93677555335947" width="91.04320337191194" height="10.537407797674945" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="645.943097997863" y="220.50579557442103" width="55.63751317172398" height="7.586933614326" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="643.414120126421" y="183.41412012660507" width="91.04320337191189" height="10.537407797674973" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="466.385669125481" y="397.112750263454" width="55.63751317172404" height="7.586933614325972" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="463.856691254039" y="309.441517386798" width="136.56480505786806" height="10.53740779767503" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="739.5152792412171" y="512.181243414065" width="60.695468914608" height="7.586933614325972" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="736.986301369775" y="255.91148577460905" width="101.15911485767992" height="10.537407797674973" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/>
|
|
519
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.842992623814px"/><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="786.2592202317032" y="573.8883034772498" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="7.586933614326px" transform="rotate(-90 786.2592202317032 573.8883034772498)">XX</text><text class="sch-text" x="460.48472075878294" y="240.8219178083384" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325988px" transform="rotate(0, 460.48472075878294, 240.8219178083384)">AF 90° WJDG</text><text class="sch-text" x="475.658587987435" y="205.20547945219693" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 475.658587987435, 205.20547945219693)">USB-A 1 (USB 2.0)</text><text class="sch-text" x="673.7618545837249" y="224.29926238158401" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325988px" transform="rotate(0, 673.7618545837249, 224.29926238158401)">AF 90° WJDG</text><text class="sch-text" x="688.935721812377" y="188.68282402544253" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 688.935721812377, 188.68282402544253)">USB-A 2 (USB 2.0)</text><text class="sch-text" x="494.204425711343" y="400.906217070617" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325998px" transform="rotate(0, 494.204425711343, 400.906217070617)">TYPE-C16PIN</text><text class="sch-text" x="532.139093782973" y="314.7102212856355" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 532.139093782973, 314.7102212856355)">USB-C DOWNSTREAM (USB 2.0)</text><text class="sch-text" x="769.863013698521" y="515.974710221228" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614325988px" transform="rotate(0, 769.863013698521, 515.974710221228)">USB5744-I/2G</text><text class="sch-text" x="787.565858798615" y="261.18018967344653" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="7.586933614326px" transform="rotate(0, 787.565858798615, 261.18018967344653)">USB5744 USB 3.2 HUB</text><text class="sch-text" x="393.045310853663" y="218.0611169653604" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 393.045310853663, 218.0611169653604)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="274.03582718661" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 274.03582718661)">XXXXXXXXXX</text><text class="sch-text" x="393.045310853663" y="226.49104320350042" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 393.045310853663, 226.49104320350042)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="265.60590094847" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 265.60590094847)">XXXXXXXXXX</text><text class="sch-text" x="606.322444678605" y="201.53846153860601" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 606.322444678605, 201.53846153860601)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="333.04531085358997" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 333.04531085358997)">XXXXXXXXXX</text><text class="sch-text" x="606.322444678605" y="209.96838777674603" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 606.322444678605, 209.96838777674603)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="324.61538461544995" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 324.61538461544995)">XXXXXXXXXX</text><text class="sch-text" x="567.544783983161" y="382.360379346709" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 567.544783983161, 382.360379346709)">XXXXXXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="365.50052687042904" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 365.50052687042904)">XXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="348.640674394149" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 348.640674394149)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="400.48472075871" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 400.48472075871)">XXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="357.07060063228903" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 357.07060063228903)">XXXXXXXXXX</text><text class="sch-text" x="560.800842992649" y="340.210748156009" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 560.800842992649, 340.210748156009)">XXXXXXXXXX</text><text class="sch-text" x="699.894625921959" y="408.91464699685" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 699.894625921959, 408.91464699685)">XXXXXXXXXX</text><text class="sch-text" x="890.4109589039231" y="396.2697576396401" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 890.4109589039231, 396.2697576396401)">XXXXXXXXXXX</text><text class="sch-text" x="561.222339304556" y="471.296101159086" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 561.222339304556, 471.296101159086)">XXXXXXXXXXX</text><text class="sch-text" x="972.181243413881" y="473.825079030528" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 972.181243413881, 473.825079030528)">XXXXXXXXXXX</text><text class="sch-text" x="1057.744994731002" y="314.62592202325413" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1057.744994731002, 314.62592202325413)">XXXXXXXXX</text><text class="sch-text" x="567.544783983161" y="331.78082191786905" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 567.544783983161, 331.78082191786905)">XXXXXXXXXXXXXX</text><text class="sch-text" x="698.208640674331" y="459.49420442569004" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 698.208640674331, 459.49420442569004)">XXXXXXXXXXX</text><text class="sch-text" x="698.208640674331" y="467.92413066383006" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 698.208640674331, 467.92413066383006)">XXXXXXXXXXX</text><text class="sch-text" x="688.092729188563" y="476.35405690197" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 688.092729188563, 476.35405690197)">XXXXXXXXXXXXXXXXX</text><text class="sch-text" x="688.092729188563" y="484.7839831401101" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 688.092729188563, 484.7839831401101)">XXXXXXXXXXXXXXXXX</text><text class="sch-text" x="694.836670179075" y="501.64383561639005" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 694.836670179075, 501.64383561639005)">XXXXXXXXXXXXX</text><text class="sch-text" x="893.782929399179" y="497.42887249732007" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 893.782929399179, 497.42887249732007)">XXXXXXXXXXXXX</text><text class="sch-text" x="892.096944151551" y="463.7091675447601" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 892.096944151551, 463.7091675447601)">XXXXXXXXXXXX</text><text class="sch-text" x="892.096944151551" y="455.27924130662007" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 892.096944151551, 455.27924130662007)">XXXXXXXXXXXX</text><text class="sch-text" x="892.096944151551" y="446.84931506848005" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 892.096944151551, 446.84931506848005)">XXXXXXXXXXXX</text><text class="sch-text" x="1101.159114857423" y="392.05479452057006" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1101.159114857423, 392.05479452057006)">XXXXXXXXXXXXXXXXX</text><text class="sch-text" x="1072.497365647747" y="472.982086406714" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1072.497365647747, 472.982086406714)">XXXXXXXXXXXXXXXXX</text><text class="sch-text" x="1007.165437302162" y="433.361433087456" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 1007.165437302162, 433.361433087456)">XXXXXXXXX</text><text class="sch-text" x="887.038988408667" y="278.25079030567997" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 887.038988408667, 278.25079030567997)">XXXXXXXXX</text><text class="sch-text" x="804.2149631189415" y="105.01580611190303" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(0, 804.2149631189415, 105.01580611190303)">XXXXXXXXX</text><text class="sch-text" x="1110.432033719377" y="486.469968387738" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1110.432033719377, 486.469968387738)">XXXXXXXXXXXXX</text><text class="sch-text" x="1072.497365647747" y="567.397260273882" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="5.057955742883999px" transform="rotate(-90, 1072.497365647747, 567.397260273882)">XXXXXXXXXXXXX</text><rect class="schematic-box sch-box" x="432.665964172921" y="237.0284510011754" width="55.63751317172398" height="7.586933614326" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="430.136986301479" y="199.93677555335947" width="91.04320337191194" height="10.537407797674945" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="645.943097997863" y="220.50579557442103" width="55.63751317172398" height="7.586933614326" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="643.414120126421" y="183.41412012660507" width="91.04320337191189" height="10.537407797674973" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="466.385669125481" y="397.112750263454" width="55.63751317172404" height="7.586933614325972" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="463.856691254039" y="309.441517386798" width="136.56480505786806" height="10.53740779767503" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="739.5152792412171" y="512.181243414065" width="60.695468914608" height="7.586933614325972" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/><rect class="schematic-box sch-box" x="736.986301369775" y="255.91148577460905" width="101.15911485767992" height="10.537407797674973" stroke-width="0.842992623814px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="6.743940990512 3.371970495256"/>
|
|
544
520
|
</g>
|
|
545
521
|
</svg>
|