-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAnalogBoard-sg.html
1 lines (1 loc) · 678 KB
/
AnalogBoard-sg.html
1
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"> <meta name=viewport content="width=device-width, initial-scale=1"> <title>Analog Board</title> <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,100,100italic,300italic,700,900italic,900,700italic' rel=stylesheet> <link href="bootstrap/dist/css/bootstrap.min.css" rel=stylesheet /><link href="stylesheets/normalize.css" rel=stylesheet /><link href="stylesheets/gg-all.css" rel=stylesheet /><link href="stylesheets/gg-svg.css" rel=stylesheet /><link href="stylesheets/bootstrap-colorselector.css" rel=stylesheet /> <script src="javascripts/jquery-1.11.3.min.js"></script><script src="bootstrap/dist/js/bootstrap.min.js"></script><script src="javascripts/all.js"></script><script src="javascripts/jquery.simplePagination.js"></script><script src="javascripts/jquery.history.js"></script><script src="javascripts/keypress-2.1.3.min.js"></script><script src="javascripts/svg-pan-zoom.min.js"></script><script src="javascripts/jquery.storageapi.min.js"></script><script src="javascripts/bootstrap-colorselector.js"></script> </head> <body class=AnalogBoard-sg> <nav class="navbar navbar-fixed-top"> <div class=container> <div class=navbar-header> <button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target="#navbar" aria-expanded=false aria-controls=navbar> <span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span> </button> <a class=navbar-brand href="./index.html">MME Build Guide</a> </div> <div id=navbar class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class=dropdown> <a href="#" class=dropdown-toggle data-toggle=dropdown role=button aria-haspopup=true aria-expanded=false>Soldering guides <span class=caret></span></a> <ul class=dropdown-menu> <li><a href="AnalogBoard-sg.html">Analog Board</a></li> <li><a href="ControlBoard-sg.html">Control Board</a></li> <li><a href="JacksBoard-sg.html">Jacks Board</a></li> </ul> </li> <li class=dropdown> <a href="#" class=dropdown-toggle data-toggle=dropdown role=button aria-haspopup=true aria-expanded=false>Bills of material<span class=caret></span></a> <ul class=dropdown-menu> <li><a href="AnalogBoard-bom.html">Analog Board</a></li> <li><a href="ControlBoard-bom.html">Control Board</a></li> <li><a href="JacksBoard-bom.html">Jacks Board</a></li> <li><a href="MechanicalandWiring-bom.html">Mechanical and Wiring</a></li> <li><a href="All-bom.html">All</a></li> </ul> </li> </ul> <ul class="nav navbar-nav "> <li><a href="calibrate.html">Adjustement and Tuning</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="#modal_preferences" data-toggle=modal data-target="#modal_preferences">Preferences</a></li> <li><a href="#modal_help" data-toggle=modal data-target="#modal_help">Help</a></li> <li><a href="mailto:[email protected]?subject=I%20found%20an%20issue%20in%20your%20build%20guides">Report an issue</a><li> </ul> </div> </div> </nav> <div class=container> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=solderingTempcos class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <p class="lead text-center">Soldering Tempco resistors.</p> </div> <div class="modal-body text-left"> <div class=row> <div class=col-md-1> <p class=text-center>1.</p> </div> <div class=col-md-11> <p class=text-left> Tempco resistors have to be placed on top of each LM3046 chips. <br> There is little chance for the resistors legs to be in contact with a soldering point on the Analog Board. In case you are worried, you can either wrap the legs with some heatshrink or apply some silicon. </p></div> </div> <div class=row> <div class=col-md-1> <p class="text-center ">2.</p> </div> <div class=col-md-11> <p class=text-left> Bend and solder the resistor legs like this : </p> <p><img class=img-thumbnail src="./images/tempco.png" alt=""/></p> </div> </div> <div class=row> <div class=col-md-1> <p class=text-center>3.</p> </div> <div class=col-md-11> <p class=text-left> It is good pratice to apply some 'heat sink compound' between the tempco and the LM3046. </p></div> </div> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=modal_help class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <h4>Help</h4> </div> <div class="modal-body text-left"> <ul class=list-unstyled> <li><span class=text-green>Next Step : </span><p>Use the pagination buttons. You can also use the <kbd>SPACE BAR</kbd> key - <i>Leave it <u>pressed</u> to quickly scroll thru steps</i>.</p></li> <li><span class=text-green>Previous Step : </span><p>Use the pagination buttons. You can also use the <kbd>B</kbd> key - <i>Leave it <u>pressed</u> to quickly scroll thru steps</i>.</p></li> <li><span class=text-green>Zoom In : </span><p>Click or Tap any region within the circuit board to zoom in.</p></li> <li><span class=text-green>Zoom Out : </span><p>Click or Tap any region within the circuit board to zoom out. You can also use the <kbd>ESC</kbd> key.</p></li> <li><span class=text-green>Zoom special : </span><p>Use the <kbd>P</kbd> key to iterate thru components while in zoom mode.</p></li> <li><span class=text-green>Mark a component as soldered : </span>Clicking on a component reference mark it as soldered, blinking will be removed and color will be updated.</p></li> </ul> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=modal_preferences class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <h4>Preferences</h4> </div> <div class="modal-body text-left"> <form class=form-horizontal> <div class=form-group> <div class="col-sm-2 nopadding-right"> <label for=pref-board-color>Board Color</label> </div> <div class="col-sm-10 align-left"> <select id=pref-board-color class=form-control> <option value=106 data-color="#21252B" selected>sienna</option> <option value=47 data-color="#CD5C5C">indianred</option> <option value=87 data-color="#FF4500">orangered</option> <option value=15 data-color="#DC143C">crimson</option> <option value=24 data-color="#FF8C00">darkorange</option> <option value=78 data-color="#C71585">mediumvioletred</option> </select> </div> </div> <div class=form-group> <div class="col-sm-2 nopadding-right"> <label for=pref-done-color>Soldered Components Color</label> </div> <div class="col-sm-10 align-left"> <select id=pref-done-color class=form-control> <option value=0 data-color="#13795B" selected>green</option> <option value=45 data-color="#FFC800">supernova</option> <option value=106 data-color="#21252B">sienna</option> <option value=47 data-color="#CD5C5C">indianred</option> <option value=87 data-color="#FF4500">orangered</option> <option value=15 data-color="#DC143C">crimson</option> <option value=24 data-color="#FF8C00">darkorange</option> <option value=78 data-color="#C71585">mediumvioletred</option> </select> </div> </div> <div class=form-group> <div class="col-sm-2 nopadding-right"> <label for=pref-todo-color>Unsoldered Components Color</label> </div> <div class="col-sm-10 align-left"> <select id=pref-todo-color class=form-control> <option value=0 data-color="#ffffff" selected>white</option> <option value=45 data-color="#FFC800">supernova</option> <option value=106 data-color="#21252B">sienna</option> <option value=47 data-color="#CD5C5C">indianred</option> <option value=87 data-color="#FF4500">orangered</option> <option value=15 data-color="#DC143C">crimson</option> <option value=24 data-color="#FF8C00">darkorange</option> <option value=78 data-color="#C71585">mediumvioletred</option> </select> </div> </div> </form> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="step bottom" id=_IC19_IC21_IC23_IC24> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>TL1963ADCQR</td> <td>Integrated Circuit</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC19'> <span aria-hidden=true></span> IC19</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC21'> <span aria-hidden=true></span> IC21</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC23'> <span aria-hidden=true></span> IC23</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC24'> <span aria-hidden=true></span> IC24</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_IC3_IC7_IC11> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>CA3046M</td> <td>Integrated Circuit</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC3'> <span aria-hidden=true></span> IC3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC7'> <span aria-hidden=true></span> IC7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC11'> <span aria-hidden=true></span> IC11</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_IC16_IC18_IC20_IC22> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>LM2991</td> <td>Integrated Circuit</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC16'> <span aria-hidden=true></span> IC16</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC18'> <span aria-hidden=true></span> IC18</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC20'> <span aria-hidden=true></span> IC20</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC22'> <span aria-hidden=true></span> IC22</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_IC17> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>TL1963A</td> <td>Integrated Circuit</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC17'> <span aria-hidden=true></span> IC17</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP15> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Male Pin Header - 1x4</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP15'> <span aria-hidden=true></span> JP15</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP3_JP4_JP5_JP7_JP8_JP9_JP17> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Male Pin Header - 1x6</td> <td>Pin Header</td> <td> 7 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP3'> <span aria-hidden=true></span> JP3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP4'> <span aria-hidden=true></span> JP4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP5'> <span aria-hidden=true></span> JP5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP7'> <span aria-hidden=true></span> JP7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP8'> <span aria-hidden=true></span> JP8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP9'> <span aria-hidden=true></span> JP9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP17'> <span aria-hidden=true></span> JP17</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP6> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Male Pin Header - 1x8</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP6'> <span aria-hidden=true></span> JP6</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP14_JP16> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Male Pin Header - 1x10</td> <td>Pin Header</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP14'> <span aria-hidden=true></span> JP14</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP16'> <span aria-hidden=true></span> JP16</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP2> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Male Pin Header - 2x6</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP2'> <span aria-hidden=true></span> JP2</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_TC1A_TC1B_TC2A_TC2B_TC3A_TC3B> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1K-1%-3300ppm</td> <td>Tempco Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingTempcos data-toggle=modal data-target=#solderingTempcos> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-TC1A'> <span aria-hidden=true></span> TC1A</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-TC1B'> <span aria-hidden=true></span> TC1B</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-TC2A'> <span aria-hidden=true></span> TC2A</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-TC2B'> <span aria-hidden=true></span> TC2B</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-TC3A'> <span aria-hidden=true></span> TC3A</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-TC3B'> <span aria-hidden=true></span> TC3B</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_D2_D3_D7_D8_D11_D13_D14> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1N4148</td> <td>Diode</td> <td> 7 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-D2'> <span aria-hidden=true></span> D2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D3'> <span aria-hidden=true></span> D3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D7'> <span aria-hidden=true></span> D7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D8'> <span aria-hidden=true></span> D8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D11'> <span aria-hidden=true></span> D11</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D13'> <span aria-hidden=true></span> D13</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D14'> <span aria-hidden=true></span> D14</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_D4_D5> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1N458A</td> <td>Diode</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-D4'> <span aria-hidden=true></span> D4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D5'> <span aria-hidden=true></span> D5</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R269_R270> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>4.7</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R269'> <span aria-hidden=true></span> R269</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R270'> <span aria-hidden=true></span> R270</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R61_R128_R193> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>33</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R61'> <span aria-hidden=true></span> R61</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R128'> <span aria-hidden=true></span> R128</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R193'> <span aria-hidden=true></span> R193</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R297> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>47</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R297'> <span aria-hidden=true></span> R297</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R26_R91_R158> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>56</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R26'> <span aria-hidden=true></span> R26</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R91'> <span aria-hidden=true></span> R91</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R158'> <span aria-hidden=true></span> R158</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R261> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>62</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R261'> <span aria-hidden=true></span> R261</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R6> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>68.1-1%</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R6'> <span aria-hidden=true></span> R6</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R28_R70_R93_R137_R160_R199_R215_R224_R239_R248_R264_R265_R286> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100</td> <td>Resistor</td> <td> 13 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R28'> <span aria-hidden=true></span> R28</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R70'> <span aria-hidden=true></span> R70</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R93'> <span aria-hidden=true></span> R93</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R137'> <span aria-hidden=true></span> R137</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R160'> <span aria-hidden=true></span> R160</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R199'> <span aria-hidden=true></span> R199</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R215'> <span aria-hidden=true></span> R215</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R224'> <span aria-hidden=true></span> R224</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R239'> <span aria-hidden=true></span> R239</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R248'> <span aria-hidden=true></span> R248</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R264'> <span aria-hidden=true></span> R264</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R265'> <span aria-hidden=true></span> R265</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R286'> <span aria-hidden=true></span> R286</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R258_R260_R266_R332> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>120</td> <td>Resistor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R258'> <span aria-hidden=true></span> R258</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R260'> <span aria-hidden=true></span> R260</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R266'> <span aria-hidden=true></span> R266</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R332'> <span aria-hidden=true></span> R332</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R259_R299_R302_R304_R309> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>150</td> <td>Resistor</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R259'> <span aria-hidden=true></span> R259</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R299'> <span aria-hidden=true></span> R299</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R302'> <span aria-hidden=true></span> R302</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R304'> <span aria-hidden=true></span> R304</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R309'> <span aria-hidden=true></span> R309</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R296> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>180</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R296'> <span aria-hidden=true></span> R296</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R312> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>200</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R312'> <span aria-hidden=true></span> R312</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R74_R141_R204_R237_R294_R331> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>220</td> <td>Resistor</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R74'> <span aria-hidden=true></span> R74</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R141'> <span aria-hidden=true></span> R141</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R204'> <span aria-hidden=true></span> R204</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R237'> <span aria-hidden=true></span> R237</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R294'> <span aria-hidden=true></span> R294</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R331'> <span aria-hidden=true></span> R331</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R179_R267_R268_R301_R311_R346_R354_R360_R361> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>330</td> <td>Resistor</td> <td> 9 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R179'> <span aria-hidden=true></span> R179</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R267'> <span aria-hidden=true></span> R267</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R268'> <span aria-hidden=true></span> R268</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R301'> <span aria-hidden=true></span> R301</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R311'> <span aria-hidden=true></span> R311</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R346'> <span aria-hidden=true></span> R346</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R354'> <span aria-hidden=true></span> R354</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R360'> <span aria-hidden=true></span> R360</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R361'> <span aria-hidden=true></span> R361</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R336> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>390</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R336'> <span aria-hidden=true></span> R336</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R46_R48_R49_R50_R111_R113_R115_R118_R186_R272_R310_R317> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>470</td> <td>Resistor</td> <td> 12 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R46'> <span aria-hidden=true></span> R46</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R48'> <span aria-hidden=true></span> R48</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R49'> <span aria-hidden=true></span> R49</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R50'> <span aria-hidden=true></span> R50</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R111'> <span aria-hidden=true></span> R111</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R113'> <span aria-hidden=true></span> R113</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R115'> <span aria-hidden=true></span> R115</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R118'> <span aria-hidden=true></span> R118</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R186'> <span aria-hidden=true></span> R186</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R272'> <span aria-hidden=true></span> R272</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R310'> <span aria-hidden=true></span> R310</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R317'> <span aria-hidden=true></span> R317</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R275> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>510</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R275'> <span aria-hidden=true></span> R275</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R216_R234_R240_R257_R352> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>560</td> <td>Resistor</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R216'> <span aria-hidden=true></span> R216</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R234'> <span aria-hidden=true></span> R234</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R240'> <span aria-hidden=true></span> R240</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R257'> <span aria-hidden=true></span> R257</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R352'> <span aria-hidden=true></span> R352</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R279_R280_R313> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>680</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R279'> <span aria-hidden=true></span> R279</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R280'> <span aria-hidden=true></span> R280</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R313'> <span aria-hidden=true></span> R313</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R29_R94_R161> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>750</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R29'> <span aria-hidden=true></span> R29</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R94'> <span aria-hidden=true></span> R94</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R161'> <span aria-hidden=true></span> R161</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R273> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>820</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R273'> <span aria-hidden=true></span> R273</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R19_R84_R151> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>910</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R19'> <span aria-hidden=true></span> R19</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R84'> <span aria-hidden=true></span> R84</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R151'> <span aria-hidden=true></span> R151</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R213> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1k-1%</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R213'> <span aria-hidden=true></span> R213</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R31_R32_R65_R69_R75_R96_R97_R132_R136_R142_R163_R164_R196_R198_R206_R274_R281_R287_R288_R291_R300_R306_R342_R378_R383> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1k</td> <td>Resistor</td> <td> 25 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R31'> <span aria-hidden=true></span> R31</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R32'> <span aria-hidden=true></span> R32</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R65'> <span aria-hidden=true></span> R65</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R69'> <span aria-hidden=true></span> R69</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R75'> <span aria-hidden=true></span> R75</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R96'> <span aria-hidden=true></span> R96</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R97'> <span aria-hidden=true></span> R97</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R132'> <span aria-hidden=true></span> R132</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R136'> <span aria-hidden=true></span> R136</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R142'> <span aria-hidden=true></span> R142</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R163'> <span aria-hidden=true></span> R163</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R164'> <span aria-hidden=true></span> R164</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R196'> <span aria-hidden=true></span> R196</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R198'> <span aria-hidden=true></span> R198</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R206'> <span aria-hidden=true></span> R206</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R274'> <span aria-hidden=true></span> R274</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R281'> <span aria-hidden=true></span> R281</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R287'> <span aria-hidden=true></span> R287</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R288'> <span aria-hidden=true></span> R288</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R291'> <span aria-hidden=true></span> R291</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R300'> <span aria-hidden=true></span> R300</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R306'> <span aria-hidden=true></span> R306</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R342'> <span aria-hidden=true></span> R342</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R378'> <span aria-hidden=true></span> R378</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R383'> <span aria-hidden=true></span> R383</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R13_R78_R145> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1.2k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R13'> <span aria-hidden=true></span> R13</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R78'> <span aria-hidden=true></span> R78</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R145'> <span aria-hidden=true></span> R145</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R347> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1.5k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R347'> <span aria-hidden=true></span> R347</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R295> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1.8k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R295'> <span aria-hidden=true></span> R295</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R73_R140_R203> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R73'> <span aria-hidden=true></span> R73</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R140'> <span aria-hidden=true></span> R140</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R203'> <span aria-hidden=true></span> R203</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R15_R80_R147_R180> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2.2k</td> <td>Resistor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R15'> <span aria-hidden=true></span> R15</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R80'> <span aria-hidden=true></span> R80</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R147'> <span aria-hidden=true></span> R147</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R180'> <span aria-hidden=true></span> R180</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R34_R47_R51_R52_R53_R99_R112_R116_R117_R166_R185_R372> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2.7k</td> <td>Resistor</td> <td> 12 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R34'> <span aria-hidden=true></span> R34</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R47'> <span aria-hidden=true></span> R47</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R51'> <span aria-hidden=true></span> R51</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R52'> <span aria-hidden=true></span> R52</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R53'> <span aria-hidden=true></span> R53</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R99'> <span aria-hidden=true></span> R99</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R112'> <span aria-hidden=true></span> R112</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R116'> <span aria-hidden=true></span> R116</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R117'> <span aria-hidden=true></span> R117</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R166'> <span aria-hidden=true></span> R166</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R185'> <span aria-hidden=true></span> R185</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R372'> <span aria-hidden=true></span> R372</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R225_R249> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>3k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R225'> <span aria-hidden=true></span> R225</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R249'> <span aria-hidden=true></span> R249</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R209_R214> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>3.01k-1%</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R209'> <span aria-hidden=true></span> R209</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R214'> <span aria-hidden=true></span> R214</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R218_R236_R242_R277_R318_R329_R330_R369_R370> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>3.3k</td> <td>Resistor</td> <td> 9 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R218'> <span aria-hidden=true></span> R218</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R236'> <span aria-hidden=true></span> R236</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R242'> <span aria-hidden=true></span> R242</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R277'> <span aria-hidden=true></span> R277</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R318'> <span aria-hidden=true></span> R318</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R329'> <span aria-hidden=true></span> R329</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R330'> <span aria-hidden=true></span> R330</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R369'> <span aria-hidden=true></span> R369</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R370'> <span aria-hidden=true></span> R370</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R8_R45_R110_R177_R333_R350_R353> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>3.9k</td> <td>Resistor</td> <td> 7 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R8'> <span aria-hidden=true></span> R8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R45'> <span aria-hidden=true></span> R45</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R110'> <span aria-hidden=true></span> R110</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R177'> <span aria-hidden=true></span> R177</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R333'> <span aria-hidden=true></span> R333</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R350'> <span aria-hidden=true></span> R350</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R353'> <span aria-hidden=true></span> R353</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R36_R101_R168> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>4.3k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R36'> <span aria-hidden=true></span> R36</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R101'> <span aria-hidden=true></span> R101</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R168'> <span aria-hidden=true></span> R168</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R2_R17_R37_R82_R102_R149_R169_R220_R223_R244_R247> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>4.7k</td> <td>Resistor</td> <td> 11 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R2'> <span aria-hidden=true></span> R2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R17'> <span aria-hidden=true></span> R17</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R37'> <span aria-hidden=true></span> R37</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R82'> <span aria-hidden=true></span> R82</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R102'> <span aria-hidden=true></span> R102</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R149'> <span aria-hidden=true></span> R149</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R169'> <span aria-hidden=true></span> R169</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R220'> <span aria-hidden=true></span> R220</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R223'> <span aria-hidden=true></span> R223</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R244'> <span aria-hidden=true></span> R244</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R247'> <span aria-hidden=true></span> R247</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R1_R356> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>5.1k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R1'> <span aria-hidden=true></span> R1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R356'> <span aria-hidden=true></span> R356</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R11_R12_R76_R77_R143_R144_R230_R254> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>5.6k</td> <td>Resistor</td> <td> 8 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R11'> <span aria-hidden=true></span> R11</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R12'> <span aria-hidden=true></span> R12</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R76'> <span aria-hidden=true></span> R76</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R77'> <span aria-hidden=true></span> R77</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R143'> <span aria-hidden=true></span> R143</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R144'> <span aria-hidden=true></span> R144</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R230'> <span aria-hidden=true></span> R230</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R254'> <span aria-hidden=true></span> R254</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R5_R22_R44_R87_R109_R154_R176_R335_R351> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>6.2k</td> <td>Resistor</td> <td> 9 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R5'> <span aria-hidden=true></span> R5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R22'> <span aria-hidden=true></span> R22</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R44'> <span aria-hidden=true></span> R44</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R87'> <span aria-hidden=true></span> R87</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R109'> <span aria-hidden=true></span> R109</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R154'> <span aria-hidden=true></span> R154</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R176'> <span aria-hidden=true></span> R176</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R335'> <span aria-hidden=true></span> R335</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R351'> <span aria-hidden=true></span> R351</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R282_R362_R381> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>6.8k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R282'> <span aria-hidden=true></span> R282</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R362'> <span aria-hidden=true></span> R362</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R381'> <span aria-hidden=true></span> R381</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R182> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>7.5k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R182'> <span aria-hidden=true></span> R182</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R41_R106_R173> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>8.2k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R41'> <span aria-hidden=true></span> R41</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R106'> <span aria-hidden=true></span> R106</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R173'> <span aria-hidden=true></span> R173</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R39_R104_R171> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10k-1%</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R39'> <span aria-hidden=true></span> R39</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R104'> <span aria-hidden=true></span> R104</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R171'> <span aria-hidden=true></span> R171</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R3_R4> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10k-1%</td> <td>Resistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R3'> <span aria-hidden=true></span> R3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R4'> <span aria-hidden=true></span> R4</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R24_R38_R89_R103_R122_R156_R170_R219_R222_R227_R228_R229_R232_R233_R235_R238_R243_R246_R251_R252_R253_R256_R292_R319_R321_R324_R334_R341_R345_R348_R388> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10k</td> <td>Resistor</td> <td> 31 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R24'> <span aria-hidden=true></span> R24</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R38'> <span aria-hidden=true></span> R38</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R89'> <span aria-hidden=true></span> R89</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R103'> <span aria-hidden=true></span> R103</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R122'> <span aria-hidden=true></span> R122</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R156'> <span aria-hidden=true></span> R156</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R170'> <span aria-hidden=true></span> R170</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R219'> <span aria-hidden=true></span> R219</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R222'> <span aria-hidden=true></span> R222</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R227'> <span aria-hidden=true></span> R227</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R228'> <span aria-hidden=true></span> R228</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R229'> <span aria-hidden=true></span> R229</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R232'> <span aria-hidden=true></span> R232</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R233'> <span aria-hidden=true></span> R233</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R235'> <span aria-hidden=true></span> R235</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R238'> <span aria-hidden=true></span> R238</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R243'> <span aria-hidden=true></span> R243</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R246'> <span aria-hidden=true></span> R246</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R251'> <span aria-hidden=true></span> R251</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R252'> <span aria-hidden=true></span> R252</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R253'> <span aria-hidden=true></span> R253</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R256'> <span aria-hidden=true></span> R256</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R292'> <span aria-hidden=true></span> R292</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R319'> <span aria-hidden=true></span> R319</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R321'> <span aria-hidden=true></span> R321</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R324'> <span aria-hidden=true></span> R324</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R334'> <span aria-hidden=true></span> R334</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R341'> <span aria-hidden=true></span> R341</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R345'> <span aria-hidden=true></span> R345</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R348'> <span aria-hidden=true></span> R348</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R388'> <span aria-hidden=true></span> R388</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R18_R20_R25_R83_R85_R90_R150_R152_R157> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10.7k-1%</td> <td>Resistor</td> <td> 9 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R18'> <span aria-hidden=true></span> R18</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R20'> <span aria-hidden=true></span> R20</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R25'> <span aria-hidden=true></span> R25</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R83'> <span aria-hidden=true></span> R83</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R85'> <span aria-hidden=true></span> R85</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R90'> <span aria-hidden=true></span> R90</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R150'> <span aria-hidden=true></span> R150</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R152'> <span aria-hidden=true></span> R152</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R157'> <span aria-hidden=true></span> R157</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R68_R135_R205> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>11.8k-1%</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R68'> <span aria-hidden=true></span> R68</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R135'> <span aria-hidden=true></span> R135</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R205'> <span aria-hidden=true></span> R205</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R33_R98_R165> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>12k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R33'> <span aria-hidden=true></span> R33</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R98'> <span aria-hidden=true></span> R98</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R165'> <span aria-hidden=true></span> R165</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R67_R134_R207> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>15k-1%</td> <td>Resistor</td> <td> Matched set of 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R67'> <span aria-hidden=true></span> R67</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R134'> <span aria-hidden=true></span> R134</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R207'> <span aria-hidden=true></span> R207</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R71_R138_R200_R212> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>15k</td> <td>Resistor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R71'> <span aria-hidden=true></span> R71</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R138'> <span aria-hidden=true></span> R138</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R200'> <span aria-hidden=true></span> R200</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R212'> <span aria-hidden=true></span> R212</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R35_R100_R167_R210> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>15k-1%</td> <td>Resistor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R35'> <span aria-hidden=true></span> R35</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R100'> <span aria-hidden=true></span> R100</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R167'> <span aria-hidden=true></span> R167</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R210'> <span aria-hidden=true></span> R210</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R231_R255> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>16.9k-1%</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R231'> <span aria-hidden=true></span> R231</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R255'> <span aria-hidden=true></span> R255</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R184> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>18k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R184'> <span aria-hidden=true></span> R184</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R217_R241_R285> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>27k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R217'> <span aria-hidden=true></span> R217</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R241'> <span aria-hidden=true></span> R241</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R285'> <span aria-hidden=true></span> R285</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R9_R10_R178_R221_R245_R276> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>33k</td> <td>Resistor</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R9'> <span aria-hidden=true></span> R9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R10'> <span aria-hidden=true></span> R10</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R178'> <span aria-hidden=true></span> R178</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R221'> <span aria-hidden=true></span> R221</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R245'> <span aria-hidden=true></span> R245</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R276'> <span aria-hidden=true></span> R276</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R14_R16_R79_R81_R146_R148> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>33.2k-1%</td> <td>Resistor</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R14'> <span aria-hidden=true></span> R14</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R16'> <span aria-hidden=true></span> R16</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R79'> <span aria-hidden=true></span> R79</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R81'> <span aria-hidden=true></span> R81</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R146'> <span aria-hidden=true></span> R146</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R148'> <span aria-hidden=true></span> R148</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R58_R125_R190> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>39k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R58'> <span aria-hidden=true></span> R58</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R125'> <span aria-hidden=true></span> R125</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R190'> <span aria-hidden=true></span> R190</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R21_R30_R86_R95_R153_R162_R337_R338_R340_R349> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>43k</td> <td>Resistor</td> <td> 10 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R21'> <span aria-hidden=true></span> R21</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R30'> <span aria-hidden=true></span> R30</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R86'> <span aria-hidden=true></span> R86</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R95'> <span aria-hidden=true></span> R95</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R153'> <span aria-hidden=true></span> R153</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R162'> <span aria-hidden=true></span> R162</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R337'> <span aria-hidden=true></span> R337</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R338'> <span aria-hidden=true></span> R338</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R340'> <span aria-hidden=true></span> R340</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R349'> <span aria-hidden=true></span> R349</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R55_R187_R303_R308_R365_R366> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>47k</td> <td>Resistor</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R55'> <span aria-hidden=true></span> R55</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R187'> <span aria-hidden=true></span> R187</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R303'> <span aria-hidden=true></span> R303</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R308'> <span aria-hidden=true></span> R308</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R365'> <span aria-hidden=true></span> R365</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R366'> <span aria-hidden=true></span> R366</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R211> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>51k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R211'> <span aria-hidden=true></span> R211</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R63_R130_R195> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>51.1k-1%</td> <td>Resistor</td> <td> Matched set of 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R63'> <span aria-hidden=true></span> R63</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R130'> <span aria-hidden=true></span> R130</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R195'> <span aria-hidden=true></span> R195</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R60_R127_R192> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>51.1k-1%</td> <td>Resistor</td> <td> Matched set of 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R60'> <span aria-hidden=true></span> R60</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R127'> <span aria-hidden=true></span> R127</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R192'> <span aria-hidden=true></span> R192</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R208> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>51.1k-1%</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R208'> <span aria-hidden=true></span> R208</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R62_R129_R194> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>51.1k-1%</td> <td>Resistor</td> <td> Matched set of 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R62'> <span aria-hidden=true></span> R62</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R129'> <span aria-hidden=true></span> R129</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R194'> <span aria-hidden=true></span> R194</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R181_R283_R298> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>68k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R181'> <span aria-hidden=true></span> R181</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R283'> <span aria-hidden=true></span> R283</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R298'> <span aria-hidden=true></span> R298</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R314> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>75k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R314'> <span aria-hidden=true></span> R314</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R121_R339> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>91k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R121'> <span aria-hidden=true></span> R121</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R339'> <span aria-hidden=true></span> R339</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R358_R359_R364> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100k-1%</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R358'> <span aria-hidden=true></span> R358</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R359'> <span aria-hidden=true></span> R359</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R364'> <span aria-hidden=true></span> R364</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R27_R43_R92_R108_R159_R175_R293_R307_R316_R327_R344_R355_R363_R371_R382> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100k</td> <td>Resistor</td> <td> 15 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R27'> <span aria-hidden=true></span> R27</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R43'> <span aria-hidden=true></span> R43</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R92'> <span aria-hidden=true></span> R92</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R108'> <span aria-hidden=true></span> R108</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R159'> <span aria-hidden=true></span> R159</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R175'> <span aria-hidden=true></span> R175</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R293'> <span aria-hidden=true></span> R293</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R307'> <span aria-hidden=true></span> R307</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R316'> <span aria-hidden=true></span> R316</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R327'> <span aria-hidden=true></span> R327</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R344'> <span aria-hidden=true></span> R344</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R355'> <span aria-hidden=true></span> R355</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R363'> <span aria-hidden=true></span> R363</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R371'> <span aria-hidden=true></span> R371</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R382'> <span aria-hidden=true></span> R382</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R40_R105_R172_R226_R250_R278_R290> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>150k</td> <td>Resistor</td> <td> 7 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R40'> <span aria-hidden=true></span> R40</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R105'> <span aria-hidden=true></span> R105</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R172'> <span aria-hidden=true></span> R172</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R226'> <span aria-hidden=true></span> R226</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R250'> <span aria-hidden=true></span> R250</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R278'> <span aria-hidden=true></span> R278</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R290'> <span aria-hidden=true></span> R290</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R72_R139_R202_R271> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>160k</td> <td>Resistor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R72'> <span aria-hidden=true></span> R72</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R139'> <span aria-hidden=true></span> R139</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R202'> <span aria-hidden=true></span> R202</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R271'> <span aria-hidden=true></span> R271</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R289> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>200k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R289'> <span aria-hidden=true></span> R289</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R120_R305> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>220k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R120'> <span aria-hidden=true></span> R120</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R305'> <span aria-hidden=true></span> R305</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R284> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>270k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R284'> <span aria-hidden=true></span> R284</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R57_R124_R189> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>332k-1%</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R57'> <span aria-hidden=true></span> R57</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R124'> <span aria-hidden=true></span> R124</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R189'> <span aria-hidden=true></span> R189</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R42_R107_R174_R183> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>390k</td> <td>Resistor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R42'> <span aria-hidden=true></span> R42</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R107'> <span aria-hidden=true></span> R107</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R174'> <span aria-hidden=true></span> R174</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R183'> <span aria-hidden=true></span> R183</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R315_R385> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>470k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R315'> <span aria-hidden=true></span> R315</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R385'> <span aria-hidden=true></span> R385</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R56_R59_R123_R126_R188_R191_R322_R323> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>560k</td> <td>Resistor</td> <td> 8 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R56'> <span aria-hidden=true></span> R56</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R59'> <span aria-hidden=true></span> R59</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R123'> <span aria-hidden=true></span> R123</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R126'> <span aria-hidden=true></span> R126</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R188'> <span aria-hidden=true></span> R188</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R191'> <span aria-hidden=true></span> R191</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R322'> <span aria-hidden=true></span> R322</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R323'> <span aria-hidden=true></span> R323</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R23_R88_R155> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>910k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R23'> <span aria-hidden=true></span> R23</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R88'> <span aria-hidden=true></span> R88</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R155'> <span aria-hidden=true></span> R155</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R325_R326> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2.2M</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R325'> <span aria-hidden=true></span> R325</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R326'> <span aria-hidden=true></span> R326</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R320_R357> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>4.7M</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R320'> <span aria-hidden=true></span> R320</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R357'> <span aria-hidden=true></span> R357</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R343> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>22M</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R343'> <span aria-hidden=true></span> R343</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_D1_D6_D9_D10_D12> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1N4004</td> <td>Diode</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-D1'> <span aria-hidden=true></span> D1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D6'> <span aria-hidden=true></span> D6</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D9'> <span aria-hidden=true></span> D9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D10'> <span aria-hidden=true></span> D10</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D12'> <span aria-hidden=true></span> D12</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_D15_D16> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1N5819-B</td> <td>Diode</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-D15'> <span aria-hidden=true></span> D15</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-D16'> <span aria-hidden=true></span> D16</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_IC1_IC2_IC4_IC5_IC6_IC8_IC9_IC10_IC12_IC13_IC14> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>UA741P</td> <td>Integrated Circuit</td> <td> 11 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC1'> <span aria-hidden=true></span> IC1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC2'> <span aria-hidden=true></span> IC2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC4'> <span aria-hidden=true></span> IC4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC5'> <span aria-hidden=true></span> IC5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC6'> <span aria-hidden=true></span> IC6</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC8'> <span aria-hidden=true></span> IC8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC9'> <span aria-hidden=true></span> IC9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC10'> <span aria-hidden=true></span> IC10</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC12'> <span aria-hidden=true></span> IC12</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC13'> <span aria-hidden=true></span> IC13</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC14'> <span aria-hidden=true></span> IC14</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_IC15> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>TL072P</td> <td>Integrated Circuit</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC15'> <span aria-hidden=true></span> IC15</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C5_C17_C29> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.01uF-2%-35V</td> <td>Polystyrene Capacitor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C5'> <span aria-hidden=true></span> C5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C17'> <span aria-hidden=true></span> C17</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C29'> <span aria-hidden=true></span> C29</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C4_C16_C28_C55> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10pF-10%-50V</td> <td>Ceramic Capacitor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C4'> <span aria-hidden=true></span> C4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C16'> <span aria-hidden=true></span> C16</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C28'> <span aria-hidden=true></span> C28</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C55'> <span aria-hidden=true></span> C55</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C47> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>47pF-10%-50V</td> <td>Ceramic Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C47'> <span aria-hidden=true></span> C47</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C3_C13_C15_C25_C27_C37_C39_C42_C54_C61_C77_C83> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100pF-10%-50V</td> <td>Ceramic Capacitor</td> <td> 12 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C3'> <span aria-hidden=true></span> C3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C13'> <span aria-hidden=true></span> C13</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C15'> <span aria-hidden=true></span> C15</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C25'> <span aria-hidden=true></span> C25</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C27'> <span aria-hidden=true></span> C27</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C37'> <span aria-hidden=true></span> C37</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C39'> <span aria-hidden=true></span> C39</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C42'> <span aria-hidden=true></span> C42</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C54'> <span aria-hidden=true></span> C54</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C61'> <span aria-hidden=true></span> C61</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C77'> <span aria-hidden=true></span> C77</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C83'> <span aria-hidden=true></span> C83</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C49> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>500pF-10%-50V</td> <td>Ceramic Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C49'> <span aria-hidden=true></span> C49</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C14_C26_C38_C40_C44_C45_C46_C87> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.01uF-10%-50V</td> <td>Polyester Capacitor</td> <td> 8 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C14'> <span aria-hidden=true></span> C14</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C26'> <span aria-hidden=true></span> C26</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C38'> <span aria-hidden=true></span> C38</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C40'> <span aria-hidden=true></span> C40</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C44'> <span aria-hidden=true></span> C44</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C45'> <span aria-hidden=true></span> C45</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C46'> <span aria-hidden=true></span> C46</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C87'> <span aria-hidden=true></span> C87</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C85> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.022uF-10%-50V </td> <td>Polyester Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C85'> <span aria-hidden=true></span> C85</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C82> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.033uF-10%-50V </td> <td>Polyester Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C82'> <span aria-hidden=true></span> C82</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C62_C65_C66_C67> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.068uF-10%-50V</td> <td>Polyester Capacitor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C62'> <span aria-hidden=true></span> C62</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C65'> <span aria-hidden=true></span> C65</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C66'> <span aria-hidden=true></span> C66</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C67'> <span aria-hidden=true></span> C67</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C56_C80> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.1uF-10%-50V </td> <td>Polyester Capacitor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C56'> <span aria-hidden=true></span> C56</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C80'> <span aria-hidden=true></span> C80</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C2_C6_C18_C30_C75> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.12uF-10%-50V</td> <td>Polyester Capacitor</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C2'> <span aria-hidden=true></span> C2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C6'> <span aria-hidden=true></span> C6</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C18'> <span aria-hidden=true></span> C18</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C30'> <span aria-hidden=true></span> C30</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C75'> <span aria-hidden=true></span> C75</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C79_C81_C84> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.15uF-10%-50V </td> <td>Polyester Capacitor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C79'> <span aria-hidden=true></span> C79</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C81'> <span aria-hidden=true></span> C81</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C84'> <span aria-hidden=true></span> C84</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C63_C64> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.22uF-10%-50V</td> <td>Polyester Capacitor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C63'> <span aria-hidden=true></span> C63</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C64'> <span aria-hidden=true></span> C64</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C51_C86> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.33uF-10%-50V</td> <td>Polyester Capacitor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C51'> <span aria-hidden=true></span> C51</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C86'> <span aria-hidden=true></span> C86</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_JP10> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Male Pin Header - 1x2</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP10'> <span aria-hidden=true></span> JP10</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_JP18> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Pin Header - 2x5</td> <td>Connector</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP18'> <span aria-hidden=true></span> JP18</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q95_Q96> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>BF245</td> <td>Transistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q95'> <span aria-hidden=true></span> Q95</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q96'> <span aria-hidden=true></span> Q96</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q77_Q78> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q77'> <span aria-hidden=true></span> Q77</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q78'> <span aria-hidden=true></span> Q78</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q83_Q84> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q83'> <span aria-hidden=true></span> Q83</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q84'> <span aria-hidden=true></span> Q84</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q59_Q60> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q59'> <span aria-hidden=true></span> Q59</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q60'> <span aria-hidden=true></span> Q60</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q63_Q64> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q63'> <span aria-hidden=true></span> Q63</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q64'> <span aria-hidden=true></span> Q64</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q65_Q66> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q65'> <span aria-hidden=true></span> Q65</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q66'> <span aria-hidden=true></span> Q66</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q81_Q82> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q81'> <span aria-hidden=true></span> Q81</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q82'> <span aria-hidden=true></span> Q82</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q75_Q76> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q75'> <span aria-hidden=true></span> Q75</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q76'> <span aria-hidden=true></span> Q76</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q70_Q71> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q70'> <span aria-hidden=true></span> Q70</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q71'> <span aria-hidden=true></span> Q71</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q79_Q80> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q79'> <span aria-hidden=true></span> Q79</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q80'> <span aria-hidden=true></span> Q80</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q73_Q74> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q73'> <span aria-hidden=true></span> Q73</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q74'> <span aria-hidden=true></span> Q74</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q68_Q69> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MPS8097</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q68'> <span aria-hidden=true></span> Q68</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q69'> <span aria-hidden=true></span> Q69</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q8_Q21_Q34> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>LS3954</td> <td>Transistor Matched Pair</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q8'> <span aria-hidden=true></span> Q8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q21'> <span aria-hidden=true></span> Q21</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q34'> <span aria-hidden=true></span> Q34</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C32_C72_C73_C76_C78> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2.2uf-10%-50V</td> <td>Electrolytic Capacitor</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C32'> <span aria-hidden=true></span> C32</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C72'> <span aria-hidden=true></span> C72</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C73'> <span aria-hidden=true></span> C73</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C76'> <span aria-hidden=true></span> C76</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C78'> <span aria-hidden=true></span> C78</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C71> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>6.8uF-10%-50V </td> <td>Tantalum Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C71'> <span aria-hidden=true></span> C71</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C7_C9_C11_C12_C20_C22_C34_C35_C41_C43_C48_C52_C59_C68_C70_C74_C89> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10uF-10%-50V</td> <td>Electrolytic Capacitor</td> <td> 17 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C7'> <span aria-hidden=true></span> C7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C9'> <span aria-hidden=true></span> C9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C11'> <span aria-hidden=true></span> C11</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C12'> <span aria-hidden=true></span> C12</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C20'> <span aria-hidden=true></span> C20</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C22'> <span aria-hidden=true></span> C22</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C34'> <span aria-hidden=true></span> C34</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C35'> <span aria-hidden=true></span> C35</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C41'> <span aria-hidden=true></span> C41</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C43'> <span aria-hidden=true></span> C43</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C48'> <span aria-hidden=true></span> C48</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C52'> <span aria-hidden=true></span> C52</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C59'> <span aria-hidden=true></span> C59</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C68'> <span aria-hidden=true></span> C68</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C70'> <span aria-hidden=true></span> C70</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C74'> <span aria-hidden=true></span> C74</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C89'> <span aria-hidden=true></span> C89</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C31_C33> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>22uf-10%-50V</td> <td>Electrolytic Capacitor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C31'> <span aria-hidden=true></span> C31</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C33'> <span aria-hidden=true></span> C33</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C1> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>33uF-10%-35V</td> <td>Tantalum Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C1'> <span aria-hidden=true></span> C1</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C8_C10_C19_C21_C23_C24_C36_C90_C91> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>47uF-50V-10%-LOW ESR</td> <td>Electrolytic Capacitor</td> <td> 9 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C8'> <span aria-hidden=true></span> C8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C10'> <span aria-hidden=true></span> C10</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C19'> <span aria-hidden=true></span> C19</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C21'> <span aria-hidden=true></span> C21</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C23'> <span aria-hidden=true></span> C23</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C24'> <span aria-hidden=true></span> C24</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C36'> <span aria-hidden=true></span> C36</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C90'> <span aria-hidden=true></span> C90</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C91'> <span aria-hidden=true></span> C91</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C60> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100uF-10%-25V</td> <td>Electrolytic Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C60'> <span aria-hidden=true></span> C60</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C50_C53_C57_C69> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>220uF-10%-6V</td> <td>Electrolytic Capacitor</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C50'> <span aria-hidden=true></span> C50</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C53'> <span aria-hidden=true></span> C53</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C57'> <span aria-hidden=true></span> C57</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-C69'> <span aria-hidden=true></span> C69</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q72> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3906</td> <td>Transistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> Matched with Q85 </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q72'> <span aria-hidden=true></span> Q72</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q2_Q4_Q15_Q17_Q28_Q30_Q41_Q44_Q50_Q53_Q57> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3906</td> <td>Transistor</td> <td> 11 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q2'> <span aria-hidden=true></span> Q2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q4'> <span aria-hidden=true></span> Q4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q15'> <span aria-hidden=true></span> Q15</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q17'> <span aria-hidden=true></span> Q17</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q28'> <span aria-hidden=true></span> Q28</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q30'> <span aria-hidden=true></span> Q30</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q41'> <span aria-hidden=true></span> Q41</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q44'> <span aria-hidden=true></span> Q44</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q50'> <span aria-hidden=true></span> Q50</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q53'> <span aria-hidden=true></span> Q53</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q57'> <span aria-hidden=true></span> Q57</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q27_Q97> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3904</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q27'> <span aria-hidden=true></span> Q27</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q97'> <span aria-hidden=true></span> Q97</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q85> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3904</td> <td>Transistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> Matched with Q72 </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q85'> <span aria-hidden=true></span> Q85</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q14_Q98> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3904</td> <td>Transistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q14'> <span aria-hidden=true></span> Q14</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q98'> <span aria-hidden=true></span> Q98</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q92_Q93> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3392</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q92'> <span aria-hidden=true></span> Q92</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q93'> <span aria-hidden=true></span> Q93</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q99_Q100> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3392</td> <td>Transistor</td> <td> Matched set of 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q99'> <span aria-hidden=true></span> Q99</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q100'> <span aria-hidden=true></span> Q100</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q1_Q5_Q10_Q11_Q12_Q13_Q18_Q23_Q24_Q25_Q26_Q31_Q36_Q37_Q38_Q39_Q40_Q42_Q43_Q45_Q46_Q47_Q48_Q49_Q51_Q52_Q54_Q55_Q56_Q86_Q87_Q88_Q89_Q90> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N3392</td> <td>Transistor</td> <td> 34 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q1'> <span aria-hidden=true></span> Q1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q5'> <span aria-hidden=true></span> Q5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q10'> <span aria-hidden=true></span> Q10</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q11'> <span aria-hidden=true></span> Q11</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q12'> <span aria-hidden=true></span> Q12</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q13'> <span aria-hidden=true></span> Q13</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q18'> <span aria-hidden=true></span> Q18</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q23'> <span aria-hidden=true></span> Q23</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q24'> <span aria-hidden=true></span> Q24</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q25'> <span aria-hidden=true></span> Q25</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q26'> <span aria-hidden=true></span> Q26</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q31'> <span aria-hidden=true></span> Q31</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q36'> <span aria-hidden=true></span> Q36</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q37'> <span aria-hidden=true></span> Q37</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q38'> <span aria-hidden=true></span> Q38</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q39'> <span aria-hidden=true></span> Q39</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q40'> <span aria-hidden=true></span> Q40</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q42'> <span aria-hidden=true></span> Q42</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q43'> <span aria-hidden=true></span> Q43</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q45'> <span aria-hidden=true></span> Q45</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q46'> <span aria-hidden=true></span> Q46</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q47'> <span aria-hidden=true></span> Q47</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q48'> <span aria-hidden=true></span> Q48</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q49'> <span aria-hidden=true></span> Q49</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q51'> <span aria-hidden=true></span> Q51</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q52'> <span aria-hidden=true></span> Q52</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q54'> <span aria-hidden=true></span> Q54</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q55'> <span aria-hidden=true></span> Q55</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q56'> <span aria-hidden=true></span> Q56</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q86'> <span aria-hidden=true></span> Q86</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q87'> <span aria-hidden=true></span> Q87</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q88'> <span aria-hidden=true></span> Q88</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q89'> <span aria-hidden=true></span> Q89</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q90'> <span aria-hidden=true></span> Q90</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q3_Q7_Q9_Q16_Q20_Q22_Q29_Q33_Q35_Q58_Q61_Q62_Q67_Q91_Q94> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N4058</td> <td>Transistor</td> <td> 15 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q3'> <span aria-hidden=true></span> Q3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q7'> <span aria-hidden=true></span> Q7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q9'> <span aria-hidden=true></span> Q9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q16'> <span aria-hidden=true></span> Q16</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q20'> <span aria-hidden=true></span> Q20</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q22'> <span aria-hidden=true></span> Q22</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q29'> <span aria-hidden=true></span> Q29</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q33'> <span aria-hidden=true></span> Q33</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q35'> <span aria-hidden=true></span> Q35</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q58'> <span aria-hidden=true></span> Q58</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q61'> <span aria-hidden=true></span> Q61</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q62'> <span aria-hidden=true></span> Q62</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q67'> <span aria-hidden=true></span> Q67</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q91'> <span aria-hidden=true></span> Q91</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q94'> <span aria-hidden=true></span> Q94</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_Q6_Q19_Q32> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2N4402</td> <td>Transistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q6'> <span aria-hidden=true></span> Q6</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q19'> <span aria-hidden=true></span> Q19</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-Q32'> <span aria-hidden=true></span> Q32</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C58> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1uF-10%-63V </td> <td>Polyester Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C58'> <span aria-hidden=true></span> C58</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C88> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>4.7uF-10%-63V </td> <td>Polyester Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C88'> <span aria-hidden=true></span> C88</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R7_R262> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>25</td> <td>Trimm Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R7'> <span aria-hidden=true></span> R7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R262'> <span aria-hidden=true></span> R262</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R66_R133_R197_R263_R367> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100</td> <td>Trimm Resistor</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R66'> <span aria-hidden=true></span> R66</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R133'> <span aria-hidden=true></span> R133</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R197'> <span aria-hidden=true></span> R197</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R263'> <span aria-hidden=true></span> R263</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R367'> <span aria-hidden=true></span> R367</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R391> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>500</td> <td>Trimm Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R391'> <span aria-hidden=true></span> R391</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R54_R64_R114_R119_R131_R201_R373_R374_R375_R376_R377_R387_R389> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1k</td> <td>Trimm Resistor</td> <td> 13 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R54'> <span aria-hidden=true></span> R54</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R64'> <span aria-hidden=true></span> R64</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R114'> <span aria-hidden=true></span> R114</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R119'> <span aria-hidden=true></span> R119</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R131'> <span aria-hidden=true></span> R131</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R201'> <span aria-hidden=true></span> R201</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R373'> <span aria-hidden=true></span> R373</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R374'> <span aria-hidden=true></span> R374</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R375'> <span aria-hidden=true></span> R375</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R376'> <span aria-hidden=true></span> R376</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R377'> <span aria-hidden=true></span> R377</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R387'> <span aria-hidden=true></span> R387</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R389'> <span aria-hidden=true></span> R389</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R328> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>2.5k</td> <td>Trimm Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R328'> <span aria-hidden=true></span> R328</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R368_R384> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>5k</td> <td>Trimm Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R368'> <span aria-hidden=true></span> R368</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R384'> <span aria-hidden=true></span> R384</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R390> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10k</td> <td>Trimm Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R390'> <span aria-hidden=true></span> R390</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_JP1> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MOLEX - 1x4</td> <td>Connector</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP1'> <span aria-hidden=true></span> JP1</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_JP11_JP12_JP13> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>MOLEX - 1x5</td> <td>Connector</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP11'> <span aria-hidden=true></span> JP11</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP12'> <span aria-hidden=true></span> JP12</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP13'> <span aria-hidden=true></span> JP13</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class=row> <div class="highLight img-rounded text-center" id=board> <?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id=pcb width=1103 height=413 viewBox="0 0 1103 413"> <title>/Users/juliendelgoulet/Documents/GuinGuin-Instruments/Documentation - Demo/BuildGuide/MME/data/scripts/AnalogBoard.brd</title> <defs> <g id="E2,5-5"> <line x1="846.40009828" y1="41.27976784197796" x2="846.40009828" y2="42.239767953978" style="stroke-width:0.5760000672"/> <line x1="845.440098168" y1="42.239767953978" x2="846.40009828" y2="42.239767953978" style="stroke-width:0.5760000672"/> <line x1="846.40009828" y1="42.239767953978" x2="846.40009828" y2="43.199768065977935" style="stroke-width:0.5760000672"/> <line x1="846.40009828" y1="42.239767953978" x2="847.3600983919999" y2="42.239767953978" style="stroke-width:0.5760000672"/> <circle cx="841.6000977199999" cy="47.51976856997794" r="9.60000112" stroke-width="0.5760000672" stroke=currentColor fill=none /> <circle cx="841.6000977199999" cy="42.719768009978" r="3.2160003752" class=pad fill=currentColor stroke-width=none /> <circle cx="841.6000977199999" cy="42.719768009978" r="1.5360001792" class=drill fill=""/> <circle cx="841.6000977199999" cy="52.319769129978" r="3.2160003752" class=pad fill=currentColor stroke-width=none /> <circle cx="841.6000977199999" cy="52.319769129978" r="1.5360001792" class=drill fill=""/> <rect x="831.5533564198803" y="37.522161131590565" width="20.02847475265503" height="20.028474752655086" fill-opacity=0 fill=none /> </g> <g id=C050-030X075> <line x1="733.60008512" y1="111.16777599557793" x2="731.20008484" y2="111.16777599557793" style="stroke-width:1.1520001344"/> <line x1="731.20008484" y1="111.16777599557793" x2="728.80008456" y2="111.16777599557793" style="stroke-width:1.1520001344"/> <line x1="731.20008484" y1="111.16777599557793" x2="731.20008484" y2="106.55977545797799" style="stroke-width:0.5760000672"/> <line x1="733.60008512" y1="113.56777627557796" x2="731.20008484" y2="113.56777627557796" style="stroke-width:1.1520001344"/> <line x1="731.20008484" y1="113.56777627557796" x2="728.80008456" y2="113.56777627557796" style="stroke-width:1.1520001344"/> <line x1="731.20008484" y1="113.56777627557796" x2="731.20008484" y2="118.07977680197797" style="stroke-width:0.5760000672"/> <line x1="736.0000854" y1="97.91977444997798" x2="736.0000854" y2="126.71977780997793" style="stroke-width:0.480000056"/> <line x1="736.0000854" y1="126.71977780997793" x2="726.40008428" y2="126.71977780997793" style="stroke-width:0.480000056"/> <line x1="726.40008428" y1="126.71977780997793" x2="726.40008428" y2="97.91977444997798" style="stroke-width:0.480000056"/> <line x1="726.40008428" y1="97.91977444997798" x2="736.0000854" y2="97.91977444997798" style="stroke-width:0.480000056"/> <circle cx="731.20008484" cy="102.71977500997798" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="731.20008484" cy="102.71977500997798" r="1.5118112003779527" class=drill fill=""/> <circle cx="731.20008484" cy="121.91977724997798" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="731.20008484" cy="121.91977724997798" r="1.5118112003779527" class=drill fill=""/> <rect x="725.9926512084661" y="97.60758548555589" width="10.352883031836313" height="29.51055464289766" fill-opacity=0 fill=none /> </g> <g id=C050-050X075> <line x1="683.2000792399999" y1="112.27177612437794" x2="685.60007952" y2="112.27177612437794" style="stroke-width:1.1520001344"/> <line x1="685.60007952" y1="112.27177612437794" x2="688.0000798" y2="112.27177612437794" style="stroke-width:1.1520001344"/> <line x1="685.60007952" y1="112.27177612437794" x2="685.60007952" y2="116.87977666197798" style="stroke-width:0.5760000672"/> <line x1="683.2000792399999" y1="109.87177584437796" x2="685.60007952" y2="109.87177584437796" style="stroke-width:1.1520001344"/> <line x1="685.60007952" y1="109.87177584437796" x2="688.0000798" y2="109.87177584437796" style="stroke-width:1.1520001344"/> <line x1="685.60007952" y1="109.87177584437796" x2="685.60007952" y2="105.35977531797795" style="stroke-width:0.5760000672"/> <line x1="676.960078512" y1="125.039777613978" x2="694.240080528" y2="125.039777613978" style="stroke-width:0.5760000672"/> <line x1="695.20008064" y1="124.07977750197796" x2="695.20008064" y2="98.15977447797798" style="stroke-width:0.5760000672"/> <line x1="694.240080528" y1="97.19977436597799" x2="676.960078512" y2="97.19977436597799" style="stroke-width:0.5760000672"/> <line x1="676.0000783999999" y1="98.15977447797798" x2="676.0000783999999" y2="124.07977750197796" style="stroke-width:0.5760000672"/> <path d="M676.960078512,97.19977436597799 A0.960000112,0.960000112 0 0 0 676.0000783999999,98.15977447797798" style="stroke-width:0.5760000672"/> <path d="M695.20008064,98.15977447797798 A0.960000112,0.960000112 0 0 0 694.240080528,97.19977436597799" style="stroke-width:0.5760000672"/> <path d="M694.240080528,125.039777613978 A0.960000112,0.960000112 0 0 0 695.20008064,124.07977750197796" style="stroke-width:0.5760000672"/> <path d="M676.0000783999999,124.07977750197796 A0.960000112,0.960000112 0 0 0 676.960078512,125.039777613978" style="stroke-width:0.5760000672"/> <circle cx="685.60007952" cy="120.719777109978" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="685.60007952" cy="120.719777109978" r="1.5360001792" class=drill fill=""/> <circle cx="685.60007952" cy="101.519774869978" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="685.60007952" cy="101.519774869978" r="1.5360001792" class=drill fill=""/> <rect x="675.5828184793197" y="96.83353816325041" width="20.028474848655037" height="28.542995490015755" fill-opacity=0 fill=none /> </g> <g id="E2,5-6"> <line x1="412.00004759999996" y1="163.19978206597796" x2="412.00004759999996" y2="161.75978189797794" style="stroke-width:0.5760000672"/> <line x1="413.44004776799994" y1="161.75978189797794" x2="412.00004759999996" y2="161.75978189797794" style="stroke-width:0.5760000672"/> <line x1="412.00004759999996" y1="161.75978189797794" x2="412.00004759999996" y2="160.31978172997796" style="stroke-width:0.5760000672"/> <line x1="412.00004759999996" y1="161.75978189797794" x2="410.56004743200003" y2="161.75978189797794" style="stroke-width:0.5760000672"/> <circle cx="416.80004816" cy="155.51978116997796" r="10.560001232" stroke-width="0.5760000672" stroke=currentColor fill=none /> <circle cx="416.80004816" cy="160.31978172997796" r="3.2160003752" class=pad fill=currentColor stroke-width=none /> <circle cx="416.80004816" cy="160.31978172997796" r="1.5360001792" class=drill fill=""/> <circle cx="416.80004816" cy="150.719780609978" r="3.2160003752" class=pad fill=currentColor stroke-width=none /> <circle cx="416.80004816" cy="150.719780609978" r="1.5360001792" class=drill fill=""/> <rect x="405.82732243184876" y="144.53420516832756" width="21.963593154418902" height="21.96359305841895" fill-opacity=0 fill=none /> </g> <g id=C050-055X075> <line x1="283.60003262" y1="282.67179600437794" x2="286.0000329" y2="282.67179600437794" style="stroke-width:1.1520001344"/> <line x1="286.0000329" y1="282.67179600437794" x2="288.40003318000004" y2="282.67179600437794" style="stroke-width:1.1520001344"/> <line x1="286.0000329" y1="282.67179600437794" x2="286.0000329" y2="287.279796541978" style="stroke-width:0.5760000672"/> <line x1="283.60003262" y1="280.27179572437797" x2="286.0000329" y2="280.27179572437797" style="stroke-width:1.1520001344"/> <line x1="286.0000329" y1="280.27179572437797" x2="288.40003318000004" y2="280.27179572437797" style="stroke-width:1.1520001344"/> <line x1="286.0000329" y1="280.27179572437797" x2="286.0000329" y2="275.75979519797795" style="stroke-width:0.5760000672"/> <line x1="276.40003177999995" y1="295.43979749397795" x2="295.60003402" y2="295.43979749397795" style="stroke-width:0.5760000672"/> <line x1="296.560034132" y1="294.47979738197796" x2="296.560034132" y2="268.5597943579779" style="stroke-width:0.5760000672"/> <line x1="295.60003402" y1="267.59979424597793" x2="276.40003177999995" y2="267.59979424597793" style="stroke-width:0.5760000672"/> <line x1="275.440031668" y1="268.5597943579779" x2="275.440031668" y2="294.47979738197796" style="stroke-width:0.5760000672"/> <path d="M276.40003177999995,267.59979424597793 A0.960000112,0.960000112 0 0 0 275.440031668,268.5597943579779" style="stroke-width:0.5760000672"/> <path d="M296.560034132,268.5597943579779 A0.960000112,0.960000112 0 0 0 295.60003402,267.59979424597793" style="stroke-width:0.5760000672"/> <path d="M295.60003402,295.43979749397795 A0.960000112,0.960000112 0 0 0 296.560034132,294.47979738197796" style="stroke-width:0.5760000672"/> <path d="M275.440031668,294.47979738197796 A0.960000112,0.960000112 0 0 0 276.40003177999995,295.43979749397795" style="stroke-width:0.5760000672"/> <circle cx="286.0000329" cy="291.11979698997794" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="286.0000329" cy="291.11979698997794" r="1.5360001792" class=drill fill=""/> <circle cx="286.0000329" cy="271.919794749978" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="286.0000329" cy="271.919794749978" r="1.5360001792" class=drill fill=""/> <rect x="275.01332294621733" y="267.22070767375124" width="21.963593154418902" height="28.54299539401569" fill-opacity=0 fill=none /> </g> <g id=DO41-10> <rect x="167.920019124" y="31.919766749977953" width="1.9200002239999776" height="9.600001120000059" transform="rotate(180.000000 168.88001923599998 36.71976730997798)"/> <rect x="148.72001688400002" y="35.27976714197797" width="7.200000839999973" height="2.8800003359999664" transform="rotate(180.000000 152.320017304 36.719767309977954)"/> <rect x="171.28001951599998" y="35.27976714197797" width="7.200000840000001" height="2.8800003359999664" transform="rotate(180.000000 174.880019936 36.719767309977954)"/> <line x1="155.920017724" y1="31.919766749977953" x2="171.28001951599998" y2="31.919766749977953" style="stroke-width:0.5760000672"/> <line x1="155.920017724" y1="31.919766749977953" x2="155.920017724" y2="41.51976786997801" style="stroke-width:0.5760000672"/> <line x1="171.28001951599998" y1="41.51976786997801" x2="155.920017724" y2="41.51976786997801" style="stroke-width:0.5760000672"/> <line x1="171.28001951599998" y1="41.51976786997801" x2="171.28001951599998" y2="31.919766749977953" style="stroke-width:0.5760000672"/> <line x1="166.0000189" y1="36.719767309977954" x2="163.60001862" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="159.760018172" y1="39.11976758997798" x2="159.760018172" y2="34.31976702997798" style="stroke-width:0.5760000672"/> <line x1="159.760018172" y1="34.31976702997798" x2="163.60001862" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="163.60001862" y1="36.719767309977954" x2="157.840017948" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="163.60001862" y1="36.719767309977954" x2="159.760018172" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="163.60001862" y1="39.11976758997798" x2="163.60001862" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="163.60001862" y1="36.719767309977954" x2="163.60001862" y2="34.31976702997798" style="stroke-width:0.5760000672"/> <circle cx="144.40001638" cy="36.719767309977954" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="144.40001638" cy="36.719767309977954" r="2.1120002464" class=drill fill=""/> <circle cx="182.80002086" cy="36.719767309977954" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="182.80002086" cy="36.719767309977954" r="2.1120002464" class=drill fill=""/> <rect x="140.32908675305825" y="31.52329428772282" width="46.539596021618934" height="10.352883127836265" fill-opacity=0 fill=none /> </g> <g id=DO35-7> <rect x="649.60007532" y="138.47977918197796" width="1.9200002239999776" height="7.680000896000024" transform="rotate(0.000000 650.560075432 142.31977962997797)"/> <rect x="665.440077168" y="141.35977951797798" width="2.400000279999972" height="1.9200002239999776" transform="rotate(0.000000 666.640077308 142.31977962997797)"/> <rect x="645.760074872" y="141.35977951797798" width="2.400000279999972" height="1.9200002239999776" transform="rotate(0.000000 646.9600750120001 142.31977962997797)"/> <line x1="654.4000758799999" y1="142.31977962997792" x2="656.80007616" y2="142.31977962997792" style="stroke-width:0.5760000672"/> <line x1="660.640076608" y1="139.919779349978" x2="660.640076608" y2="144.71977990997794" style="stroke-width:0.5760000672"/> <line x1="660.640076608" y1="144.71977990997794" x2="656.80007616" y2="142.31977962997792" style="stroke-width:0.5760000672"/> <line x1="656.80007616" y1="142.31977962997792" x2="662.560076832" y2="142.31977962997792" style="stroke-width:0.5760000672"/> <line x1="656.80007616" y1="142.31977962997792" x2="660.640076608" y2="139.919779349978" style="stroke-width:0.5760000672"/> <line x1="656.80007616" y1="139.919779349978" x2="656.80007616" y2="142.31977962997792" style="stroke-width:0.5760000672"/> <line x1="656.80007616" y1="142.31977962997792" x2="656.80007616" y2="144.71977990997794" style="stroke-width:0.5760000672"/> <line x1="665.440077168" y1="139.43977929397795" x2="665.440077168" y2="145.19977996597794" style="stroke-width:0.5760000672"/> <line x1="649.120075264" y1="146.15978007797798" x2="664.4800770559999" y2="146.15978007797798" style="stroke-width:0.5760000672"/> <line x1="648.160075152" y1="139.43977929397795" x2="648.160075152" y2="145.19977996597794" style="stroke-width:0.5760000672"/> <line x1="649.120075264" y1="138.47977918197796" x2="664.4800770559999" y2="138.47977918197796" style="stroke-width:0.5760000672"/> <path d="M665.440077168,139.43977929397795 A0.960000112,0.960000112 0 0 0 664.4800770559999,138.47977918197796" style="stroke-width:0.5760000672"/> <path d="M664.4800770559999,146.15978007797798 A0.960000112,0.960000112 0 0 0 665.440077168,145.19977996597794" style="stroke-width:0.5760000672"/> <path d="M649.120075264,138.47977918197796 A0.960000112,0.960000112 0 0 0 648.160075152,139.43977929397795" style="stroke-width:0.5760000672"/> <path d="M648.160075152,145.19977996597794 A0.960000112,0.960000112 0 0 0 649.120075264,146.15978007797798" style="stroke-width:0.5760000672"/> <circle cx="671.20007784" cy="142.31977962997792" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="671.20007784" cy="142.31977962997792" r="1.5360001792" class=drill fill=""/> <circle cx="642.40007448" cy="142.31977962997792" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="642.40007448" cy="142.31977962997792" r="1.5360001792" class=drill fill=""/> <rect x="638.3317905173669" y="138.14831466330708" width="36.86400430080005" height="8.417764726072448" fill-opacity=0 fill=none /> </g> <g id="DO41-7.6"> <rect x="47.383312165385824" y="156.3059230536945" width="1.920000224000006" height="7.067717336566943" transform="rotate(270.000000 48.34331227738583 159.83978172197797)"/> <rect x="47.20000504" y="172.58246037662366" width="2.4000002800000004" height="3.212598806803129" transform="rotate(270.000000 48.40000518 174.18875978002524)"/> <rect x="47.20000504" y="154.44450549252912" width="2.4000002800000004" height="3.212598806803129" transform="rotate(270.000000 48.40000518 156.0508048959307)"/> <line x1="44.922839462330714" y1="172.98875959202522" x2="44.922839462330714" y2="157.25080508393071" style="stroke-width:0.5760000672"/> <line x1="44.922839462330714" y1="172.98875959202522" x2="51.87717089766929" y2="172.98875959202522" style="stroke-width:0.5760000672"/> <line x1="51.87717089766929" y1="157.25080508393071" x2="51.87717089766929" y2="172.98875959202522" style="stroke-width:0.5760000672"/> <line x1="51.87717089766929" y1="157.25080508393071" x2="44.922839462330714" y2="157.25080508393071" style="stroke-width:0.5760000672"/> <line x1="48.400005179999994" y1="162.71978200997796" x2="48.400005179999994" y2="165.119782289978" style="stroke-width:0.5760000672"/> <line x1="50.80000546" y1="168.95978273797795" x2="46.00000489999999" y2="168.95978273797795" style="stroke-width:0.5760000672"/> <line x1="46.00000489999999" y1="168.95978273797795" x2="48.400005179999994" y2="165.119782289978" style="stroke-width:0.5760000672"/> <line x1="48.400005179999994" y1="165.119782289978" x2="48.400005179999994" y2="170.87978296197798" style="stroke-width:0.5760000672"/> <line x1="48.400005179999994" y1="165.119782289978" x2="50.80000546" y2="168.95978273797795" style="stroke-width:0.5760000672"/> <line x1="50.80000546" y1="165.119782289978" x2="48.400005179999994" y2="165.119782289978" style="stroke-width:0.5760000672"/> <line x1="48.400005179999994" y1="165.119782289978" x2="46.00000489999999" y2="165.119782289978" style="stroke-width:0.5760000672"/> <circle cx="48.400005179999994" cy="179.51978396997796" r="3.40459882920315" class=pad fill=currentColor stroke-width=none /> <circle cx="48.400005179999994" cy="179.51978396997796" r="2.078740418519687" class=drill fill=""/> <circle cx="48.400005179999994" cy="150.719780609978" r="3.40459882920315" class=pad fill=currentColor stroke-width=none /> <circle cx="48.400005179999994" cy="150.719780609978" r="2.078740418519687" class=drill fill=""/> <rect x="44.347217347174805" y="146.66283530466774" width="8.030741064919681" height="36.86400430079999" fill-opacity=0 fill=none /> </g> <g id=DIL08> <line x1="877.840101948" y1="95.51977416997795" x2="877.840101948" y2="57.119769689978" style="stroke-width:0.5760000672"/> <line x1="855.7600993719999" y1="57.119769689978" x2="855.7600993719999" y2="95.51977416997795" style="stroke-width:0.5760000672"/> <line x1="877.840101948" y1="95.51977416997795" x2="855.7600993719999" y2="95.51977416997795" style="stroke-width:0.5760000672"/> <line x1="877.840101948" y1="57.119769689978" x2="870.640101108" y2="57.119769689978" style="stroke-width:0.5760000672"/> <line x1="855.7600993719999" y1="57.119769689978" x2="862.9601002119999" y2="57.119769689978" style="stroke-width:0.5760000672"/> <path d="M862.9601002119999,57.119769689978 A3.840000448,3.840000448 0 1 0 870.640101108,57.119769689978" style="stroke-width:0.5760000672"/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(852.4000989799999,61.919770249977944) rotate(0.000000) "/> <circle cx="852.4000989799999" cy="61.919770249977944" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(852.4000989799999,71.519771369978) rotate(0.000000) "/> <circle cx="852.4000989799999" cy="71.519771369978" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(852.4000989799999,81.11977248997795) rotate(0.000000) "/> <circle cx="852.4000989799999" cy="81.11977248997795" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(852.4000989799999,90.719773609978) rotate(0.000000) "/> <circle cx="852.4000989799999" cy="90.719773609978" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(881.2001023400001,90.719773609978) rotate(0.000000) "/> <circle cx="881.2001023400001" cy="90.719773609978" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(881.2001023400001,81.11977248997795) rotate(0.000000) "/> <circle cx="881.2001023400001" cy="81.11977248997795" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(881.2001023400001,71.519771369978) rotate(0.000000) "/> <circle cx="881.2001023400001" cy="71.519771369978" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(881.2001023400001,61.919770249977944) rotate(0.000000) "/> <circle cx="881.2001023400001" cy="61.919770249977944" r="1.5360001792" class=drill fill=""/> <rect x="844.5186492604976" y="56.67983264665202" width="44.604477619855174" height="39.18614636371649" fill-opacity=0 fill=none /> </g> <g id=SO14> <line x1="757.4080878976" y1="62.87977036197799" x2="757.4080878976" y2="32.15976677797801" style="stroke-width:0.5760000672"/> <line x1="772.1920896224" y1="32.15976677797801" x2="772.1920896224" y2="62.87977036197799" style="stroke-width:0.5760000672"/> <line x1="770.7520894544" y1="64.31977052997797" x2="758.8480880656" y2="64.31977052997797" style="stroke-width:0.5760000672"/> <line x1="758.8480880656" y1="30.719766609977967" x2="762.8800885359999" y2="30.719766609977967" style="stroke-width:0.5760000672"/> <line x1="762.8800885359999" y1="30.719766609977967" x2="766.720088984" y2="30.719766609977967" style="stroke-width:0.5760000672"/> <line x1="766.720088984" y1="30.719766609977967" x2="770.7520894544" y2="30.719766609977967" style="stroke-width:0.5760000672"/> <line x1="770.8480894656" y1="30.719766609977967" x2="770.8480894656" y2="64.31977052997797" style="stroke-width:0.5760000672"/> <path d="M770.7520894544,64.31977052997797 A1.440000168,1.440000168 0 0 0 772.1920896224,62.87977036197799" style="stroke-width:0.5760000672"/> <path d="M758.8480880656,30.719766609977967 A1.440000168,1.440000168 0 0 0 757.4080878976,32.15976677797801" style="stroke-width:0.5760000672"/> <path d="M757.4080878976,62.87977036197799 A1.440000168,1.440000168 0 0 0 758.8480880656,64.31977052997797" style="stroke-width:0.5760000672"/> <path d="M772.1920896224,32.15976677797801 A1.440000168,1.440000168 0 0 0 770.7520894544,30.719766609977967" style="stroke-width:0.5760000672"/> <path d="M762.8800885359999,30.719766609977967 A1.920000224,1.920000224 0 1 0 766.720088984,30.719766609977967" style="stroke-width:0.5760000672"/> <rect x="749.020559335055" y="30.362223304264603" width="31.639184779237894" height="34.348350503307074" fill-opacity=0 fill=none /> </g> <g id=TO263-5> <rect x="38.5120040264" y="289.823796838778" width="3.648000425599996" height="6.336000739200017" transform="rotate(0.000000 40.336004239199994 292.991797208378)"/> <rect x="44.9440047768" y="289.823796838778" width="3.648000425599996" height="6.336000739200017" transform="rotate(0.000000 46.7680049896 292.991797208378)"/> <rect x="51.3760055272" y="289.823796838778" width="3.648000425599996" height="6.336000739200017" transform="rotate(0.000000 53.200005739999995 292.991797208378)"/> <rect x="57.80800627759999" y="289.823796838778" width="3.64800042560001" height="6.336000739200017" transform="rotate(0.000000 59.6320064904 292.991797208378)"/> <rect x="64.24000702800001" y="289.823796838778" width="3.648000425600003" height="6.336000739200017" transform="rotate(0.000000 66.06400724080001 292.991797208378)"/> <line x1="72.45292136217323" y1="295.83475824405673" x2="33.947090117826775" y2="295.83475824405673" style="stroke-width:0.7680000896"/> <rect x="32.54299549001575" y="280.3795123449449" width="41.31477640405668" height="57.569770460472455" fill-opacity=0 fill=none /> </g> <g id=SOT223-5> <line x1="422.51658425092916" y1="50.53394216963153" x2="447.0835162690708" y2="50.53394216963153" style="stroke-width:0.480000056"/> <line x1="422.51658425092916" y1="37.305594226324445" x2="447.0835162690708" y2="37.305594226324445" style="stroke-width:0.480000056"/> <line x1="422.51658425092916" y1="50.53394216963153" x2="422.51658425092916" y2="37.305594226324445" style="stroke-width:0.480000056"/> <line x1="447.0835162690708" y1="50.53394216963153" x2="447.0835162690708" y2="37.305594226324445" style="stroke-width:0.480000056"/> <line x1="425.20004914" y1="37.11661782027721" x2="425.20004914" y2="34.47094823161575" style="stroke-width:1.5360001792"/> <line x1="430.0000497" y1="37.11661782027721" x2="430.0000497" y2="34.47094823161575" style="stroke-width:1.5360001792"/> <line x1="434.80005026000003" y1="37.11661782027721" x2="434.80005026000003" y2="34.47094823161575" style="stroke-width:1.5360001792"/> <line x1="439.60005082" y1="37.11661782027721" x2="439.60005082" y2="34.47094823161575" style="stroke-width:1.5360001792"/> <line x1="444.40005138" y1="37.11661782027721" x2="444.40005138" y2="34.47094823161575" style="stroke-width:1.5360001792"/> <rect x="422.17907240355265" y="31.039514711281868" width="25.25329427421741" height="28.73650732059218" fill-opacity=0 fill=none /> </g> <g id=22-23-2041> <line x1="1075.60012502" y1="35.51976716997797" x2="1037.20012054" y2="35.51976716997797" style="stroke-width:0.960000112"/> <line x1="1037.20012054" y1="35.51976716997797" x2="1037.20012054" y2="28.319766329977938" style="stroke-width:0.960000112"/> <line x1="1037.20012054" y1="28.319766329977938" x2="1037.20012054" y2="11.519764369977963" style="stroke-width:0.960000112"/> <line x1="1037.20012054" y1="11.519764369977963" x2="1075.60012502" y2="11.519764369977963" style="stroke-width:0.960000112"/> <line x1="1075.60012502" y1="11.519764369977963" x2="1075.60012502" y2="28.319766329977938" style="stroke-width:0.960000112"/> <line x1="1075.60012502" y1="28.319766329977938" x2="1075.60012502" y2="35.51976716997797" style="stroke-width:0.960000112"/> <line x1="1075.60012502" y1="28.319766329977938" x2="1037.20012054" y2="28.319766329977938" style="stroke-width:0.960000112"/> <circle cx="1070.80012446" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1070.80012446" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="1061.20012334" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1061.20012334" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="1051.60012222" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1051.60012222" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="1042.0001211" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1042.0001211" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <rect x="1036.5791440835526" y="11.011039958626782" width="39.57317002486934" height="25.059782443640984" fill-opacity=0 fill=none /> </g> <g id=2X06> <line x1="1008.40011718" y1="199.91978634997798" x2="1006.0001169000001" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="1001.2001163399999" y1="202.31978662997798" x2="998.8001160599999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="998.8001160599999" y1="199.91978634997798" x2="996.40011578" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="991.60011522" y1="202.31978662997798" x2="989.2001149399998" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="989.2001149399998" y1="199.91978634997798" x2="986.8001146599998" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="982.0001140999999" y1="202.31978662997798" x2="979.60011382" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="979.60011382" y1="199.91978634997798" x2="977.2001135400001" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="972.4001129799999" y1="202.31978662997798" x2="970.0001126999999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="970.0001126999999" y1="199.91978634997798" x2="967.60011242" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="962.8001118599999" y1="202.31978662997798" x2="960.4001115799999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="1008.40011718" y1="199.91978634997798" x2="1008.40011718" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="1008.40011718" y1="185.51978466997798" x2="1006.0001169000001" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="1006.0001169000001" y1="183.11978438997798" x2="1001.2001163399999" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="1001.2001163399999" y1="183.11978438997798" x2="998.8001160599999" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="998.8001160599999" y1="185.51978466997798" x2="996.40011578" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="996.40011578" y1="183.11978438997798" x2="991.60011522" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="991.60011522" y1="183.11978438997798" x2="989.2001149399998" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="989.2001149399998" y1="185.51978466997798" x2="986.8001146599998" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="986.8001146599998" y1="183.11978438997798" x2="982.0001140999999" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="982.0001140999999" y1="183.11978438997798" x2="979.60011382" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="979.60011382" y1="185.51978466997798" x2="977.2001135400001" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="977.2001135400001" y1="183.11978438997798" x2="972.4001129799999" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="972.4001129799999" y1="183.11978438997798" x2="970.0001126999999" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="970.0001126999999" y1="185.51978466997798" x2="967.60011242" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="967.60011242" y1="183.11978438997798" x2="962.8001118599999" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="962.8001118599999" y1="183.11978438997798" x2="960.4001115799999" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="998.8001160599999" y1="185.51978466997798" x2="998.8001160599999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="989.2001149399998" y1="185.51978466997798" x2="989.2001149399998" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="979.60011382" y1="185.51978466997798" x2="979.60011382" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="970.0001126999999" y1="185.51978466997798" x2="970.0001126999999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="960.4001115799999" y1="185.51978466997798" x2="960.4001115799999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="967.60011242" y1="202.31978662997798" x2="962.8001118599999" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="977.2001135400001" y1="202.31978662997798" x2="972.4001129799999" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="986.8001146599998" y1="202.31978662997798" x2="982.0001140999999" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="996.40011578" y1="202.31978662997798" x2="991.60011522" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="1006.0001169000001" y1="202.31978662997798" x2="1001.2001163399999" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="960.4001115799999" y1="199.91978634997798" x2="958.0001113" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <line x1="953.2001107399999" y1="202.31978662997798" x2="950.8001104599999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="960.4001115799999" y1="185.51978466997798" x2="958.0001113" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="958.0001113" y1="183.11978438997798" x2="953.2001107399999" y2="183.11978438997798" style="stroke-width:0.5760000672"/> <line x1="953.2001107399999" y1="183.11978438997798" x2="950.8001104599999" y2="185.51978466997798" style="stroke-width:0.5760000672"/> <line x1="950.8001104599999" y1="185.51978466997798" x2="950.8001104599999" y2="199.91978634997798" style="stroke-width:0.5760000672"/> <line x1="958.0001113" y1="202.31978662997798" x2="953.2001107399999" y2="202.31978662997798" style="stroke-width:0.5760000672"/> <circle cx="1003.6001166199999" cy="197.51978606997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1003.6001166199999" cy="197.51978606997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="1003.6001166199999" cy="187.91978494997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1003.6001166199999" cy="187.91978494997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="994.0001155" cy="197.51978606997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="994.0001155" cy="197.51978606997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="994.0001155" cy="187.91978494997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="994.0001155" cy="187.91978494997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="984.4001143799999" cy="197.51978606997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="984.4001143799999" cy="197.51978606997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="984.4001143799999" cy="187.91978494997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="984.4001143799999" cy="187.91978494997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="974.8001132600001" cy="197.51978606997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="974.8001132600001" cy="197.51978606997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="974.8001132600001" cy="187.91978494997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="974.8001132600001" cy="187.91978494997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="965.20011214" cy="197.51978606997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="965.20011214" cy="197.51978606997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="965.20011214" cy="187.91978494997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="965.20011214" cy="187.91978494997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="955.60011102" cy="197.51978606997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="955.60011102" cy="197.51978606997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="955.60011102" cy="187.91978494997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="955.60011102" cy="187.91978494997795" r="1.8897640124724422" class=drill fill=""/> <rect x="950.4663781330646" y="182.75279228316222" width="58.34381787877783" height="20.028474752655114" fill-opacity=0 fill=none /> </g> <g id=1X06> <line x1="1054.0001225" y1="36.719767309977954" x2="1049.20012194" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1049.20012194" y1="36.719767309977954" x2="1046.8001216599998" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1046.8001216599998" y1="39.11976758997798" x2="1046.8001216599998" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1046.8001216599998" y1="43.91976814997798" x2="1049.20012194" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1046.8001216599998" y1="39.11976758997798" x2="1044.40012138" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1044.40012138" y1="36.719767309977954" x2="1039.60012082" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1039.60012082" y1="36.719767309977954" x2="1037.20012054" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1037.20012054" y1="39.11976758997798" x2="1037.20012054" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1037.20012054" y1="43.91976814997798" x2="1039.60012082" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1039.60012082" y1="46.319768429977955" x2="1044.40012138" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1044.40012138" y1="46.319768429977955" x2="1046.8001216599998" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1066.0001239" y1="39.11976758997798" x2="1063.6001236199997" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1063.6001236199997" y1="36.719767309977954" x2="1058.80012306" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1058.80012306" y1="36.719767309977954" x2="1056.40012278" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1056.40012278" y1="39.11976758997798" x2="1056.40012278" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1056.40012278" y1="43.91976814997798" x2="1058.80012306" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1058.80012306" y1="46.319768429977955" x2="1063.6001236199997" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1063.6001236199997" y1="46.319768429977955" x2="1066.0001239" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1054.0001225" y1="36.719767309977954" x2="1056.40012278" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1056.40012278" y1="43.91976814997798" x2="1054.0001225" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1049.20012194" y1="46.319768429977955" x2="1054.0001225" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1082.80012586" y1="36.719767309977954" x2="1078.0001252999998" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1078.0001252999998" y1="36.719767309977954" x2="1075.60012502" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1075.60012502" y1="39.11976758997798" x2="1075.60012502" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1075.60012502" y1="43.91976814997798" x2="1078.0001252999998" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1075.60012502" y1="39.11976758997798" x2="1073.2001247399999" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1073.2001247399999" y1="36.719767309977954" x2="1068.40012418" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1068.40012418" y1="36.719767309977954" x2="1066.0001239" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1066.0001239" y1="39.11976758997798" x2="1066.0001239" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1066.0001239" y1="43.91976814997798" x2="1068.40012418" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1068.40012418" y1="46.319768429977955" x2="1073.2001247399999" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1073.2001247399999" y1="46.319768429977955" x2="1075.60012502" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1085.20012614" y1="39.11976758997798" x2="1085.20012614" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1082.80012586" y1="36.719767309977954" x2="1085.20012614" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1085.20012614" y1="43.91976814997798" x2="1082.80012586" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1078.0001252999998" y1="46.319768429977955" x2="1082.80012586" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1034.80012026" y1="36.719767309977954" x2="1030.0001197" y2="36.719767309977954" style="stroke-width:0.5760000672"/> <line x1="1030.0001197" y1="36.719767309977954" x2="1027.6001194199998" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1027.6001194199998" y1="39.11976758997798" x2="1027.6001194199998" y2="43.91976814997798" style="stroke-width:0.5760000672"/> <line x1="1027.6001194199998" y1="43.91976814997798" x2="1030.0001197" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1034.80012026" y1="36.719767309977954" x2="1037.20012054" y2="39.11976758997798" style="stroke-width:0.5760000672"/> <line x1="1037.20012054" y1="43.91976814997798" x2="1034.80012026" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <line x1="1030.0001197" y1="46.319768429977955" x2="1034.80012026" y2="46.319768429977955" style="stroke-width:0.5760000672"/> <circle cx="1080.4001255800001" cy="41.51976786997801" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1080.4001255800001" cy="41.51976786997801" r="1.920000224" class=drill fill=""/> <circle cx="1070.80012446" cy="41.51976786997801" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1070.80012446" cy="41.51976786997801" r="1.920000224" class=drill fill=""/> <circle cx="1061.20012334" cy="41.51976786997801" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1061.20012334" cy="41.51976786997801" r="1.920000224" class=drill fill=""/> <circle cx="1051.60012222" cy="41.51976786997801" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1051.60012222" cy="41.51976786997801" r="1.920000224" class=drill fill=""/> <circle cx="1042.0001211" cy="41.51976786997801" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1042.0001211" cy="41.51976786997801" r="1.920000224" class=drill fill=""/> <circle cx="1032.4001199799998" cy="41.51976786997801" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="1032.4001199799998" cy="41.51976786997801" r="1.920000224" class=drill fill=""/> <rect x="1027.1938202045985" y="36.36109014813229" width="58.343817782777705" height="10.352883127836208" fill-opacity=0 fill=none /> </g> <g id=1X08> <line x1="941.20010934" y1="259.9197933499779" x2="941.20010934" y2="255.11979278997796" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="255.11979278997796" x2="938.80010906" y2="252.71979250997796" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="252.71979250997796" x2="934.0001085" y2="252.71979250997796" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="252.71979250997796" x2="931.6001082199999" y2="255.11979278997796" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="271.919794749978" x2="941.20010934" y2="269.51979446997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="269.51979446997797" x2="941.20010934" y2="264.71979390997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="264.71979390997797" x2="938.80010906" y2="262.319793629978" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="262.319793629978" x2="934.0001085" y2="262.319793629978" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="262.319793629978" x2="931.6001082199999" y2="264.71979390997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="264.71979390997797" x2="931.6001082199999" y2="269.51979446997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="269.51979446997797" x2="934.0001085" y2="271.919794749978" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="259.9197933499779" x2="938.80010906" y2="262.319793629978" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="262.319793629978" x2="931.6001082199999" y2="259.9197933499779" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="255.11979278997796" x2="931.6001082199999" y2="259.9197933499779" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="288.71979670997797" x2="941.20010934" y2="283.91979614997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="283.91979614997797" x2="938.80010906" y2="281.519795869978" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="281.519795869978" x2="934.0001085" y2="281.519795869978" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="281.519795869978" x2="931.6001082199999" y2="283.91979614997797" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="281.519795869978" x2="941.20010934" y2="279.11979558997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="279.11979558997797" x2="941.20010934" y2="274.31979502997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="274.31979502997797" x2="938.80010906" y2="271.919794749978" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="271.919794749978" x2="934.0001085" y2="271.919794749978" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="271.919794749978" x2="931.6001082199999" y2="274.31979502997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="274.31979502997797" x2="931.6001082199999" y2="279.11979558997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="279.11979558997797" x2="934.0001085" y2="281.519795869978" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="300.71979810997794" x2="941.20010934" y2="298.319797829978" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="298.319797829978" x2="941.20010934" y2="293.51979726997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="293.51979726997797" x2="938.80010906" y2="291.11979698997794" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="291.11979698997794" x2="934.0001085" y2="291.11979698997794" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="291.11979698997794" x2="931.6001082199999" y2="293.51979726997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="293.51979726997797" x2="931.6001082199999" y2="298.319797829978" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="298.319797829978" x2="934.0001085" y2="300.71979810997794" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="288.71979670997797" x2="938.80010906" y2="291.11979698997794" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="291.11979698997794" x2="931.6001082199999" y2="288.71979670997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="283.91979614997797" x2="931.6001082199999" y2="288.71979670997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="317.5198000699779" x2="941.20010934" y2="312.719799509978" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="312.719799509978" x2="938.80010906" y2="310.31979922997795" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="310.31979922997795" x2="934.0001085" y2="310.31979922997795" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="310.31979922997795" x2="931.6001082199999" y2="312.719799509978" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="310.31979922997795" x2="941.20010934" y2="307.919798949978" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="307.919798949978" x2="941.20010934" y2="303.119798389978" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="303.119798389978" x2="938.80010906" y2="300.71979810997794" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="300.71979810997794" x2="934.0001085" y2="300.71979810997794" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="300.71979810997794" x2="931.6001082199999" y2="303.119798389978" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="303.119798389978" x2="931.6001082199999" y2="307.919798949978" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="307.919798949978" x2="934.0001085" y2="310.31979922997795" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="319.91980034997795" x2="934.0001085" y2="319.91980034997795" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="317.5198000699779" x2="938.80010906" y2="319.91980034997795" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="319.91980034997795" x2="931.6001082199999" y2="317.5198000699779" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="312.719799509978" x2="931.6001082199999" y2="317.5198000699779" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="250.31979222997796" x2="941.20010934" y2="245.51979166997796" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="245.51979166997796" x2="938.80010906" y2="243.11979138997796" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="243.11979138997796" x2="934.0001085" y2="243.11979138997796" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="243.11979138997796" x2="931.6001082199999" y2="245.51979166997796" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="250.31979222997796" x2="938.80010906" y2="252.71979250997796" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="252.71979250997796" x2="931.6001082199999" y2="250.31979222997796" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="245.51979166997796" x2="931.6001082199999" y2="250.31979222997796" style="stroke-width:0.5760000672"/> <circle cx="936.40010878" cy="315.11979978997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="315.11979978997795" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="305.51979866997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="305.51979866997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="295.91979754997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="295.91979754997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="286.31979642997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="286.31979642997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="276.71979530997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="276.71979530997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="267.11979418997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="267.11979418997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="257.51979306997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="257.51979306997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="247.91979194997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="247.91979194997796" r="1.8897640124724422" class=drill fill=""/> <rect x="931.211950702715" y="242.74146072183936" width="10.352883127836208" height="77.50148929783938" fill-opacity=0 fill=none /> </g> <g id=1X02> <line x1="941.20010934" y1="203.51978676997794" x2="941.20010934" y2="208.31978732997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="208.31978732997797" x2="938.80010906" y2="210.71978760997794" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="210.71978760997794" x2="934.0001085" y2="210.71978760997794" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="210.71978760997794" x2="931.6001082199999" y2="208.31978732997797" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="201.11978648997797" x2="934.0001085" y2="201.11978648997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="203.51978676997794" x2="938.80010906" y2="201.11978648997797" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="201.11978648997797" x2="931.6001082199999" y2="203.51978676997794" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="208.31978732997797" x2="931.6001082199999" y2="203.51978676997794" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="210.71978760997794" x2="941.20010934" y2="213.11978788997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="213.11978788997797" x2="941.20010934" y2="217.91978844997797" style="stroke-width:0.5760000672"/> <line x1="941.20010934" y1="217.91978844997797" x2="938.80010906" y2="220.31978872997794" style="stroke-width:0.5760000672"/> <line x1="938.80010906" y1="220.31978872997794" x2="934.0001085" y2="220.31978872997794" style="stroke-width:0.5760000672"/> <line x1="934.0001085" y1="220.31978872997794" x2="931.6001082199999" y2="217.91978844997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="217.91978844997797" x2="931.6001082199999" y2="213.11978788997797" style="stroke-width:0.5760000672"/> <line x1="931.6001082199999" y1="213.11978788997797" x2="934.0001085" y2="210.71978760997794" style="stroke-width:0.5760000672"/> <circle cx="936.40010878" cy="205.91978704997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="205.91978704997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="936.40010878" cy="215.51978816997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="936.40010878" cy="215.51978816997797" r="1.8897640124724422" class=drill fill=""/> <rect x="931.211950702715" y="200.74939281476537" width="10.352883127836208" height="20.028474752655114" fill-opacity=0 fill=none /> </g> <g id=22-23-2051> <line x1="482.80005586" y1="33.11976688997794" x2="482.80005586" y2="81.11977248997795" style="stroke-width:0.960000112"/> <line x1="482.80005586" y1="81.11977248997795" x2="475.60005501999996" y2="81.11977248997795" style="stroke-width:0.960000112"/> <line x1="475.60005501999996" y1="81.11977248997795" x2="458.80005306" y2="81.11977248997795" style="stroke-width:0.960000112"/> <line x1="458.80005306" y1="81.11977248997795" x2="458.80005306" y2="33.11976688997794" style="stroke-width:0.960000112"/> <line x1="458.80005306" y1="33.11976688997794" x2="475.60005501999996" y2="33.11976688997794" style="stroke-width:0.960000112"/> <line x1="475.60005501999996" y1="33.11976688997794" x2="482.80005586" y2="33.11976688997794" style="stroke-width:0.960000112"/> <line x1="475.60005501999996" y1="33.11976688997794" x2="475.60005501999996" y2="81.11977248997795" style="stroke-width:0.960000112"/> <circle cx="470.80005445999996" cy="37.919767449977996" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="470.80005445999996" cy="37.919767449977996" r="1.8897640124724422" class=drill fill=""/> <circle cx="470.80005445999996" cy="47.51976856997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="470.80005445999996" cy="47.51976856997794" r="1.8897640124724422" class=drill fill=""/> <circle cx="470.80005445999996" cy="57.119769689978" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="470.80005445999996" cy="57.119769689978" r="1.8897640124724422" class=drill fill=""/> <circle cx="470.80005445999996" cy="66.71977080997794" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="470.80005445999996" cy="66.71977080997794" r="2.078740418519687" class=drill fill=""/> <circle cx="470.80005445999996" cy="76.31977192997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="470.80005445999996" cy="76.31977192997795" r="1.8897640124724422" class=drill fill=""/> <rect x="458.2690293820473" y="32.490853440604724" width="25.05978244364087" height="49.24876164968816" fill-opacity=0 fill=none /> </g> <g id=1X10> <line x1="360.40004158" y1="25.919766049977966" x2="362.80004185999996" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="362.80004185999996" y1="28.319766329977938" x2="367.60004242" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="367.60004242" y1="28.319766329977938" x2="370.0000427" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="370.0000427" y1="25.919766049977966" x2="370.0000427" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="370.0000427" y1="21.119765489977965" x2="367.60004242" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="367.60004242" y1="18.719765209977993" x2="362.80004185999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="362.80004185999996" y1="18.719765209977993" x2="360.40004158" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="343.60003961999996" y1="28.319766329977938" x2="348.40004018" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="348.40004018" y1="28.319766329977938" x2="350.80004046" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="350.80004046" y1="25.919766049977966" x2="350.80004046" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="350.80004046" y1="21.119765489977965" x2="348.40004018" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="350.80004046" y1="25.919766049977966" x2="353.20004074" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="353.20004074" y1="28.319766329977938" x2="358.00004129999996" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="358.00004129999996" y1="28.319766329977938" x2="360.40004158" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="360.40004158" y1="25.919766049977966" x2="360.40004158" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="360.40004158" y1="21.119765489977965" x2="358.00004129999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="358.00004129999996" y1="18.719765209977993" x2="353.20004074" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="353.20004074" y1="18.719765209977993" x2="350.80004046" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="331.60003822" y1="25.919766049977966" x2="334.0000385" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="334.0000385" y1="28.319766329977938" x2="338.80003905999996" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="338.80003905999996" y1="28.319766329977938" x2="341.20003934" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="341.20003934" y1="25.919766049977966" x2="341.20003934" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="341.20003934" y1="21.119765489977965" x2="338.80003905999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="338.80003905999996" y1="18.719765209977993" x2="334.0000385" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="334.0000385" y1="18.719765209977993" x2="331.60003822" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="343.60003961999996" y1="28.319766329977938" x2="341.20003934" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="341.20003934" y1="21.119765489977965" x2="343.60003961999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="348.40004018" y1="18.719765209977993" x2="343.60003961999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="314.80003626" y1="28.319766329977938" x2="319.60003682" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="319.60003682" y1="28.319766329977938" x2="322.0000371" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="322.0000371" y1="25.919766049977966" x2="322.0000371" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="322.0000371" y1="21.119765489977965" x2="319.60003682" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="322.0000371" y1="25.919766049977966" x2="324.40003737999996" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="324.40003737999996" y1="28.319766329977938" x2="329.20003793999996" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="329.20003793999996" y1="28.319766329977938" x2="331.60003822" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="331.60003822" y1="25.919766049977966" x2="331.60003822" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="331.60003822" y1="21.119765489977965" x2="329.20003793999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="329.20003793999996" y1="18.719765209977993" x2="324.40003737999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="324.40003737999996" y1="18.719765209977993" x2="322.0000371" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="302.80003486" y1="25.919766049977966" x2="305.20003513999995" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="305.20003513999995" y1="28.319766329977938" x2="310.00003569999996" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="310.00003569999996" y1="28.319766329977938" x2="312.40003598" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="312.40003598" y1="25.919766049977966" x2="312.40003598" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="312.40003598" y1="21.119765489977965" x2="310.00003569999996" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="310.00003569999996" y1="18.719765209977993" x2="305.20003513999995" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="305.20003513999995" y1="18.719765209977993" x2="302.80003486" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="314.80003626" y1="28.319766329977938" x2="312.40003598" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="312.40003598" y1="21.119765489977965" x2="314.80003626" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="319.60003682" y1="18.719765209977993" x2="314.80003626" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="286.0000329" y1="28.319766329977938" x2="290.80003345999995" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="290.80003345999995" y1="28.319766329977938" x2="293.20003374" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="293.20003374" y1="25.919766049977966" x2="293.20003374" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="293.20003374" y1="21.119765489977965" x2="290.80003345999995" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="293.20003374" y1="25.919766049977966" x2="295.60003402" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="295.60003402" y1="28.319766329977938" x2="300.40003458" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="300.40003458" y1="28.319766329977938" x2="302.80003486" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="302.80003486" y1="25.919766049977966" x2="302.80003486" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="302.80003486" y1="21.119765489977965" x2="300.40003458" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="300.40003458" y1="18.719765209977993" x2="295.60003402" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="295.60003402" y1="18.719765209977993" x2="293.20003374" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="283.60003262" y1="25.919766049977966" x2="283.60003262" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="286.0000329" y1="28.319766329977938" x2="283.60003262" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="283.60003262" y1="21.119765489977965" x2="286.0000329" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="290.80003345999995" y1="18.719765209977993" x2="286.0000329" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="372.40004297999997" y1="28.319766329977938" x2="377.20004353999997" y2="28.319766329977938" style="stroke-width:0.5760000672"/> <line x1="377.20004353999997" y1="28.319766329977938" x2="379.60004382" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="379.60004382" y1="25.919766049977966" x2="379.60004382" y2="21.119765489977965" style="stroke-width:0.5760000672"/> <line x1="379.60004382" y1="21.119765489977965" x2="377.20004353999997" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="372.40004297999997" y1="28.319766329977938" x2="370.0000427" y2="25.919766049977966" style="stroke-width:0.5760000672"/> <line x1="370.0000427" y1="21.119765489977965" x2="372.40004297999997" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <line x1="377.20004353999997" y1="18.719765209977993" x2="372.40004297999997" y2="18.719765209977993" style="stroke-width:0.5760000672"/> <circle cx="288.40003318000004" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="288.40003318000004" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="298.0000343" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="298.0000343" cy="23.519765769977994" r="1.920000224" class=drill fill=""/> <circle cx="307.60003542" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="307.60003542" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="317.20003654" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="317.20003654" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="326.80003766" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="326.80003766" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="336.40003878" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="336.40003878" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="346.0000399" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="346.0000399" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="355.60004101999994" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="355.60004101999994" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="365.20004214" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="365.20004214" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <circle cx="374.80004326" cy="23.519765769977994" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="374.80004326" cy="23.519765769977994" r="1.8897640124724422" class=drill fill=""/> <rect x="283.1408199264252" y="18.364489616529113" width="96.85267273947716" height="10.352883127836265" fill-opacity=0 fill=none /> </g> <g id=1X04> <line x1="221.20002534" y1="294.71979740997796" x2="223.60002562" y2="292.3197971299779" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="292.3197971299779" x2="223.60002562" y2="287.519796569978" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="287.519796569978" x2="221.20002534" y2="285.11979628997796" style="stroke-width:0.5760000672"/> <line x1="221.20002534" y1="285.11979628997796" x2="216.40002478" y2="285.11979628997796" style="stroke-width:0.5760000672"/> <line x1="216.40002478" y1="285.11979628997796" x2="214.0000245" y2="287.519796569978" style="stroke-width:0.5760000672"/> <line x1="214.0000245" y1="287.519796569978" x2="214.0000245" y2="292.3197971299779" style="stroke-width:0.5760000672"/> <line x1="214.0000245" y1="292.3197971299779" x2="216.40002478" y2="294.71979740997796" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="311.51979936997793" x2="223.60002562" y2="306.719798809978" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="306.719798809978" x2="221.20002534" y2="304.31979852997796" style="stroke-width:0.5760000672"/> <line x1="221.20002534" y1="304.31979852997796" x2="216.40002478" y2="304.31979852997796" style="stroke-width:0.5760000672"/> <line x1="216.40002478" y1="304.31979852997796" x2="214.0000245" y2="306.719798809978" style="stroke-width:0.5760000672"/> <line x1="221.20002534" y1="304.31979852997796" x2="223.60002562" y2="301.919798249978" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="301.919798249978" x2="223.60002562" y2="297.119797689978" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="297.119797689978" x2="221.20002534" y2="294.71979740997796" style="stroke-width:0.5760000672"/> <line x1="221.20002534" y1="294.71979740997796" x2="216.40002478" y2="294.71979740997796" style="stroke-width:0.5760000672"/> <line x1="216.40002478" y1="294.71979740997796" x2="214.0000245" y2="297.119797689978" style="stroke-width:0.5760000672"/> <line x1="214.0000245" y1="297.119797689978" x2="214.0000245" y2="301.919798249978" style="stroke-width:0.5760000672"/> <line x1="214.0000245" y1="301.919798249978" x2="216.40002478" y2="304.31979852997796" style="stroke-width:0.5760000672"/> <line x1="221.20002534" y1="313.91979964997796" x2="216.40002478" y2="313.91979964997796" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="311.51979936997793" x2="221.20002534" y2="313.91979964997796" style="stroke-width:0.5760000672"/> <line x1="216.40002478" y1="313.91979964997796" x2="214.0000245" y2="311.51979936997793" style="stroke-width:0.5760000672"/> <line x1="214.0000245" y1="306.719798809978" x2="214.0000245" y2="311.51979936997793" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="282.719796009978" x2="223.60002562" y2="277.919795449978" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="277.919795449978" x2="221.20002534" y2="275.519795169978" style="stroke-width:0.5760000672"/> <line x1="221.20002534" y1="275.519795169978" x2="216.40002478" y2="275.519795169978" style="stroke-width:0.5760000672"/> <line x1="216.40002478" y1="275.519795169978" x2="214.0000245" y2="277.919795449978" style="stroke-width:0.5760000672"/> <line x1="223.60002562" y1="282.719796009978" x2="221.20002534" y2="285.11979628997796" style="stroke-width:0.5760000672"/> <line x1="216.40002478" y1="285.11979628997796" x2="214.0000245" y2="282.719796009978" style="stroke-width:0.5760000672"/> <line x1="214.0000245" y1="277.919795449978" x2="214.0000245" y2="282.719796009978" style="stroke-width:0.5760000672"/> <circle cx="218.80002506" cy="309.11979908997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="218.80002506" cy="309.11979908997796" r="1.8897640124724422" class=drill fill=""/> <circle cx="218.80002506" cy="299.51979796997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="218.80002506" cy="299.51979796997796" r="1.8897640124724422" class=drill fill=""/> <circle cx="218.80002506" cy="289.91979684997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="218.80002506" cy="289.91979684997796" r="1.8897640124724422" class=drill fill=""/> <circle cx="218.80002506" cy="280.31979572997795" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="218.80002506" cy="280.31979572997795" r="1.8897640124724422" class=drill fill=""/> <rect x="213.67007169350552" y="275.1546928233827" width="10.35288312783618" height="39.18614626771654" fill-opacity=0 fill=none /> </g> <g id="PAK100/2500-10"> <line x1="7.325984612031492" y1="226.9150651474268" x2="7.325984612031492" y2="151.32450512852915" style="stroke-width:0.7680000896"/> <line x1="7.325984612031492" y1="151.32450512852915" x2="39.07401986796851" y2="151.32450512852915" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="151.32450512852915" x2="39.07401986796851" y2="166.67694787964726" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="166.67694787964726" x2="37.94016143168504" y2="166.67694787964726" style="stroke-width:0.7680000896"/> <line x1="37.94016143168504" y1="166.67694787964726" x2="37.94016143168504" y2="172.26686974780472" style="stroke-width:0.7680000896"/> <line x1="37.94016143168504" y1="172.26686974780472" x2="39.07401986796851" y2="172.26686974780472" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="172.26686974780472" x2="39.07401986796851" y2="182.00293389167877" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="182.00293389167877" x2="33.21575147250394" y2="182.00293389167877" style="stroke-width:0.7680000896"/> <line x1="33.21575147250394" y1="182.00293389167877" x2="33.21575147250394" y2="196.2366363842772" style="stroke-width:0.7680000896"/> <line x1="33.21575147250394" y1="196.2366363842772" x2="39.07401986796851" y2="196.2366363842772" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="182.00293389167877" x2="39.07401986796851" y2="196.2366363842772" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="196.2366363842772" x2="39.07401986796851" y2="226.9150651474268" style="stroke-width:0.7680000896"/> <line x1="39.07401986796851" y1="226.9150651474268" x2="7.325984612031492" y2="226.9150651474268" style="stroke-width:0.7680000896"/> <line x1="10.82204802790551" y1="222.6630961073638" x2="10.82204802790551" y2="155.57647416859217" style="stroke-width:0.7680000896"/> <line x1="10.82204802790551" y1="155.57647416859217" x2="35.57795645209448" y2="155.57647416859217" style="stroke-width:0.7680000896"/> <line x1="35.57795645209448" y1="155.57647416859217" x2="35.57795645209448" y2="182.00293389167877" style="stroke-width:0.7680000896"/> <line x1="35.57795645209448" y1="196.2366363842772" x2="35.57795645209448" y2="222.6630961073638" style="stroke-width:0.7680000896"/> <line x1="35.57795645209448" y1="222.6630961073638" x2="10.82204802790551" y2="222.6630961073638" style="stroke-width:0.7680000896"/> <circle cx="28.000002799999997" cy="208.31978732997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="28.000002799999997" cy="208.31978732997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="18.400001680000003" cy="208.31978732997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="18.400001680000003" cy="208.31978732997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="28.000002799999997" cy="198.71978620997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="28.000002799999997" cy="198.71978620997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="18.400001680000003" cy="198.71978620997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="18.400001680000003" cy="198.71978620997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="28.000002799999997" cy="189.11978508997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="28.000002799999997" cy="189.11978508997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="18.400001680000003" cy="189.11978508997797" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="18.400001680000003" cy="189.11978508997797" r="1.8897640124724422" class=drill fill=""/> <circle cx="28.000002799999997" cy="179.51978396997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="28.000002799999997" cy="179.51978396997796" r="1.8897640124724422" class=drill fill=""/> <circle cx="18.400001680000003" cy="179.51978396997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="18.400001680000003" cy="179.51978396997796" r="1.8897640124724422" class=drill fill=""/> <circle cx="28.000002799999997" cy="169.91978284997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="28.000002799999997" cy="169.91978284997796" r="1.8897640124724422" class=drill fill=""/> <circle cx="18.400001680000003" cy="169.91978284997796" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="18.400001680000003" cy="169.91978284997796" r="1.8897640124724422" class=drill fill=""/> <rect x="6.805921543357474" y="150.82333975805983" width="32.80025585869606" height="76.53393014495748" fill-opacity=0 fill=none /> </g> <g id=TO92-BCE> <line x1="864.8819901962203" y1="27.35976621797795" x2="880.7182125237796" y2="27.35976621797795" style="stroke-width:0.480000056"/> <line x1="868.5065575950865" y1="21.599765545978016" x2="867.4936440049134" y2="21.599765545978016" style="stroke-width:0.480000056"/> <line x1="878.1065587150865" y1="21.599765545978016" x2="877.0936451249133" y2="21.599765545978016" style="stroke-width:0.480000056"/> <path d="M881.920102424,16.82659967710873 A10.080001176,10.080001176 0 0 0 863.680100296,16.82659967710873" style="stroke-width:0.480000056"/> <path d="M863.6782105357795,25.412931398847263 A10.080001176,10.080001176 0 0 0 864.8819901962203,27.35976621797795" style="stroke-width:0.480000056"/> <path d="M880.7182125237796,27.35976621797795 A10.080001176,10.080001176 0 0 0 881.964322909159,25.321844764220543" style="stroke-width:0.480000056"/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(882.40010248,21.119765489977965) rotate(90.000000) "/> <circle cx="882.40010248" cy="21.119765489977965" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(872.80010136,21.119765489977965) rotate(90.000000) "/> <circle cx="872.80010136" cy="21.119765489977965" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(863.20010024,21.119765489977965) rotate(90.000000) "/> <circle cx="863.20010024" cy="21.119765489977965" r="1.5360001792" class=drill fill=""/> <rect x="859.1287926610141" y="10.7207722127622" width="27.381924506557425" height="18.28686827746776" fill-opacity=0 fill=none /> </g> <g id=TO92> <line x1="720.160083552" y1="21.601655402198446" x2="720.160083552" y2="37.437877633757466" style="stroke-width:0.5760000672"/> <line x1="725.440084168" y1="19.485119635269314" x2="725.440084168" y2="21.00071040408818" style="stroke-width:0.5760000672"/> <line x1="725.440084168" y1="28.43882151186773" x2="725.440084168" y2="30.600711524088183" style="stroke-width:0.5760000672"/> <line x1="725.440084168" y1="38.03882263186779" x2="725.440084168" y2="39.554413400686656" style="stroke-width:0.5760000672"/> <path d="M736.032211419748,26.54792369126301 A10.080001176,10.080001176 0 0 0 720.160083552,21.603167210374863" style="stroke-width:0.5760000672"/> <path d="M720.160083552,37.437877633757466 A10.079623223955906,10.079623223955906 0 0 0 736.0318334677039,32.49349910491338" style="stroke-width:0.5760000672"/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(726.40008428,39.11976758997798) rotate(0.000000) "/> <circle cx="726.40008428" cy="39.11976758997798" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(726.40008428,29.519766469977924) rotate(0.000000) "/> <circle cx="726.40008428" cy="29.519766469977924" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(726.40008428,19.91976534997798) rotate(0.000000) "/> <circle cx="726.40008428" cy="19.91976534997798" r="1.5360001792" class=drill fill=""/> <rect x="718.5424455392756" y="15.848835819036253" width="18.38362419275586" height="27.381924410557474" fill-opacity=0 fill=none /> </g> <g id=TO92-CBE> <line x1="675.040078288" y1="119.03788715375748" x2="675.040078288" y2="103.20166492219846" style="stroke-width:0.480000056"/> <line x1="669.280077616" y1="115.41331985089136" x2="669.280077616" y2="116.42623334506459" style="stroke-width:0.480000056"/> <line x1="669.280077616" y1="105.81331873089135" x2="669.280077616" y2="106.82623222506459" style="stroke-width:0.480000056"/> <path d="M664.5069117471306,101.99977492597799 A10.080001176,10.080001176 0 0 0 664.5069117471306,120.23977705397795" style="stroke-width:0.480000056"/> <path d="M673.0932433728693,120.24166691019849 A10.080001176,10.080001176 0 0 0 675.040078288,119.03788715375748" style="stroke-width:0.480000056"/> <path d="M675.040078288,103.20166492219846 A10.080001176,10.080001176 0 0 0 673.0021568342426,101.95555453681891" style="stroke-width:0.480000056"/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(668.80007756,111.11977598997794) rotate(180.000000) "/> <circle cx="668.80007756" cy="111.11977598997794" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(668.80007756,101.519774869978) rotate(180.000000) "/> <circle cx="668.80007756" cy="101.519774869978" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(668.80007756,120.719777109978) rotate(180.000000) "/> <circle cx="668.80007756" cy="120.719777109978" r="1.5360001792" class=drill fill=""/> <rect x="658.3602653660221" y="97.41407365497952" width="18.28686818146764" height="27.38192441055753" fill-opacity=0 fill=none /> </g> <g id=TO71> <line x1="668.80007756" y1="81.11977248997795" x2="673.6000781199999" y2="81.11977248997795" style="stroke-width:0.480000056"/> <line x1="673.6000781199999" y1="81.11977248997795" x2="673.6000781199999" y2="85.91977304997795" style="stroke-width:0.480000056"/> <line x1="673.6000781199999" y1="85.91977304997795" x2="668.80007756" y2="85.91977304997795" style="stroke-width:0.480000056"/> <circle cx="653.20007574" cy="83.51977276997798" r="15.360001792" stroke-width="0.480000056" stroke=currentColor fill=none /> <circle cx="653.20007574" cy="73.91977164997797" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="653.20007574" cy="73.91977164997797" r="1.5118112003779527" class=drill fill=""/> <circle cx="653.320264778022" cy="93.36015196602204" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="653.320264778022" cy="93.36015196602204" r="1.5118112003779527" class=drill fill=""/> <circle cx="643.5996966679559" cy="78.83996124800001" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="643.5996966679559" cy="78.83996124800001" r="1.4880001736" class=drill fill=""/> <circle cx="662.80007686" cy="88.55977335797797" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="662.80007686" cy="88.55977335797797" r="1.5118112003779527" class=drill fill=""/> <circle cx="662.8004548120441" cy="78.95977223797797" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="662.8004548120441" cy="78.95977223797797" r="1.5118112003779527" class=drill fill=""/> <circle cx="643.5996966679559" cy="88.43996236800001" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="643.5996966679559" cy="88.43996236800001" r="1.5118112003779527" class=drill fill=""/> <rect x="637.4609872797732" y="67.8067630967937" width="36.476980639647195" height="31.445672948661468" fill-opacity=0 fill=none /> </g> <g id=TO92-EBC> <line x1="258.88191949622046" y1="137.75977909797797" x2="274.7181418237795" y2="137.75977909797797" style="stroke-width:0.480000056"/> <line x1="262.5064868950866" y1="131.99977842597798" x2="261.49357330491335" y2="131.99977842597798" style="stroke-width:0.480000056"/> <line x1="272.1064880150866" y1="131.99977842597798" x2="271.09357442491336" y2="131.99977842597798" style="stroke-width:0.480000056"/> <path d="M275.92003172399995,127.2266125571087 A10.080001176,10.080001176 0 0 0 257.680029596,127.2266125571087" style="stroke-width:0.480000056"/> <path d="M257.67813983577946,135.81294427884723 A10.080001176,10.080001176 0 0 0 258.88191949622046,137.75977909797797" style="stroke-width:0.480000056"/> <path d="M274.7181418237795,137.75977909797797 A10.080001176,10.080001176 0 0 0 275.96425220915904,135.7218576442205" style="stroke-width:0.480000056"/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(266.80003066,131.51977836997798) rotate(90.000000) "/> <circle cx="266.80003066" cy="131.51977836997798" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(276.40003177999995,131.51977836997798) rotate(90.000000) "/> <circle cx="276.40003177999995" cy="131.51977836997798" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(257.20002953999995,131.51977836997798) rotate(90.000000) "/> <circle cx="257.20002953999995" cy="131.51977836997798" r="1.5360001792" class=drill fill=""/> <rect x="253.14648580308665" y="121.02251736929765" width="27.381924410557417" height="18.383624192755917" fill-opacity=0 fill=none /> </g> <g id="0204/7"> <rect x="856.960099512" y="42.959768037977994" width="1.4400001679999832" height="1.9200002239999776" transform="rotate(180.000000 857.680099596 43.91976814997798)"/> <rect x="877.6001019199999" y="42.959768037977994" width="1.4400001679999832" height="1.9200002239999776" transform="rotate(180.000000 878.3201020039999 43.91976814997798)"/> <line x1="877.6001019199999" y1="41.03976781397796" x2="877.6001019199999" y2="46.79976848597795" style="stroke-width:0.5760000672"/> <line x1="876.6401018079999" y1="47.759768597977995" x2="875.20010164" y2="47.759768597977995" style="stroke-width:0.5760000672"/> <line x1="874.720101584" y1="47.279768541978" x2="875.20010164" y2="47.759768597977995" style="stroke-width:0.5760000672"/> <line x1="876.6401018079999" y1="40.07976770197797" x2="875.20010164" y2="40.07976770197797" style="stroke-width:0.5760000672"/> <line x1="874.720101584" y1="40.559767757977966" x2="875.20010164" y2="40.07976770197797" style="stroke-width:0.5760000672"/> <line x1="861.280100016" y1="47.279768541978" x2="860.80009996" y2="47.759768597977995" style="stroke-width:0.5760000672"/> <line x1="861.280100016" y1="47.279768541978" x2="874.720101584" y2="47.279768541978" style="stroke-width:0.5760000672"/> <line x1="861.280100016" y1="40.559767757977966" x2="860.80009996" y2="40.07976770197797" style="stroke-width:0.5760000672"/> <line x1="861.280100016" y1="40.559767757977966" x2="874.720101584" y2="40.559767757977966" style="stroke-width:0.5760000672"/> <line x1="859.360099792" y1="47.759768597977995" x2="860.80009996" y2="47.759768597977995" style="stroke-width:0.5760000672"/> <line x1="859.360099792" y1="40.07976770197797" x2="860.80009996" y2="40.07976770197797" style="stroke-width:0.5760000672"/> <line x1="858.40009968" y1="41.03976781397796" x2="858.40009968" y2="46.79976848597795" style="stroke-width:0.5760000672"/> <path d="M876.6401018079999,47.759768597977995 A0.960000112,0.960000112 0 0 0 877.6001019199999,46.79976848597795" style="stroke-width:0.5760000672"/> <path d="M877.6001019199999,41.03976781397796 A0.960000112,0.960000112 0 0 0 876.6401018079999,40.07976770197797" style="stroke-width:0.5760000672"/> <path d="M859.360099792,40.07976770197797 A0.960000112,0.960000112 0 0 0 858.40009968,41.03976781397796" style="stroke-width:0.5760000672"/> <path d="M858.40009968,46.79976848597795 A0.960000112,0.960000112 0 0 0 859.360099792,47.759768597977995" style="stroke-width:0.5760000672"/> <circle cx="882.40010248" cy="43.91976814997798" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="882.40010248" cy="43.91976814997798" r="1.5118112003779527" class=drill fill=""/> <circle cx="853.60009912" cy="43.91976814997798" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="853.60009912" cy="43.91976814997798" r="1.5118112003779527" class=drill fill=""/> <rect x="849.5499569514835" y="39.74754727921891" width="36.864004300799934" height="8.417764726072392" fill-opacity=0 fill=none /> </g> <g id=RTRIMT93YA> <rect x="920.0725478351179" y="12.61582750585194" width="1.1338583402834956" height="7.181103237795355" transform="rotate(270.000000 920.6394770052597 16.206379124749617)"/> <line x1="889.6473474215117" y1="29.24575075800948" x2="925.5528634184882" y2="29.24575075800948" style="stroke-width:0.960000112"/> <line x1="925.5528634184882" y1="29.24575075800948" x2="925.5528634184882" y2="11.4819691655685" style="stroke-width:0.960000112"/> <line x1="925.5528634184882" y1="11.4819691655685" x2="889.6473474215117" y2="11.4819691655685" style="stroke-width:0.960000112"/> <line x1="889.6473474215117" y1="11.4819691655685" x2="889.6473474215117" y2="29.24575075800948" style="stroke-width:0.960000112"/> <path d="M920.0725478351179,19.985907149694526 A3.8207248937511857,3.8207248937511857 0 1 0 917.4268782464566,18.28511949526927" style="stroke-width:0.5760000672"/> <circle cx="898.0001043" cy="21.119765489977965" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="898.0001043" cy="21.119765489977965" r="1.5118112003779527" class=drill fill=""/> <circle cx="907.60010542" cy="21.119765489977965" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="907.60010542" cy="21.119765489977965" r="1.5118112003779527" class=drill fill=""/> <circle cx="917.2001065399999" cy="21.119765489977965" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="917.2001065399999" cy="21.119765489977965" r="1.5118112003779527" class=drill fill=""/> <rect x="889.0263709650645" y="10.914284043338625" width="37.057516131376474" height="18.867403769196812" fill-opacity=0 fill=none /> </g> <g id=ROHS_BIG> <rect x="54.3520058744" y="405.5518103403779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 405.64781035157796)"/> <rect x="54.3520058744" y="405.359810317978" width="28.608003337600003" height="0.19200002239995229" transform="rotate(0.000000 68.6560075432 405.45581032917795)"/> <rect x="54.3520058744" y="405.16781029557797" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 405.26381030677794)"/> <rect x="27.280002716" y="404.97581027317796" width="0.576000067199999" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 405.071810284378)"/> <rect x="39.184004104799996" y="404.97581027317796" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 405.071810284378)"/> <rect x="54.3520058744" y="404.97581027317796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 405.071810284378)"/> <rect x="19.4080017976" y="404.78381025077795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 404.8798102619779)"/> <rect x="22.864002200799998" y="404.78381025077795" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 23.6320022904 404.8798102619779)"/> <rect x="26.512002626399997" y="404.78381025077795" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 404.8798102619779)"/> <rect x="31.120003164" y="404.78381025077795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 404.8798102619779)"/> <rect x="35.1520036344" y="404.78381025077795" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 35.8240037128 404.8798102619779)"/> <rect x="38.2240039928" y="404.78381025077795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 404.8798102619779)"/> <rect x="54.3520058744" y="404.78381025077795" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 404.8798102619779)"/> <rect x="19.4080017976" y="404.59181022837794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 404.68781023957797)"/> <rect x="22.864002200799998" y="404.59181022837794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 23.6320022904 404.68781023957797)"/> <rect x="26.128002581599997" y="404.59181022837794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 404.68781023957797)"/> <rect x="31.120003164" y="404.59181022837794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 404.68781023957797)"/> <rect x="35.1520036344" y="404.59181022837794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 404.68781023957797)"/> <rect x="38.0320039704" y="404.59181022837794" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 39.6640041608 404.68781023957797)"/> <rect x="54.3520058744" y="404.59181022837794" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 404.68781023957797)"/> <rect x="19.4080017976" y="404.39981020597793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 404.4958102171779)"/> <rect x="22.6720021784" y="404.39981020597793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 23.440002268 404.4958102171779)"/> <rect x="25.7440025368" y="404.39981020597793" width="3.4560004031999974" height="0.19200002240000913" transform="rotate(0.000000 27.4720027384 404.4958102171779)"/> <rect x="31.120003164" y="404.39981020597793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 404.4958102171779)"/> <rect x="35.1520036344" y="404.39981020597793" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 404.4958102171779)"/> <rect x="38.0320039704" y="404.39981020597793" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 39.8560041832 404.4958102171779)"/> <rect x="54.3520058744" y="404.39981020597793" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 404.4958102171779)"/> <rect x="19.4080017976" y="404.2078101835779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 404.30381019477795)"/> <rect x="22.6720021784" y="404.2078101835779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 23.440002268 404.30381019477795)"/> <rect x="25.5520025144" y="404.2078101835779" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 27.4720027384 404.30381019477795)"/> <rect x="31.120003164" y="404.2078101835779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 404.30381019477795)"/> <rect x="35.1520036344" y="404.2078101835779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 404.30381019477795)"/> <rect x="38.0320039704" y="404.2078101835779" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 39.9520041944 404.30381019477795)"/> <rect x="54.3520058744" y="404.2078101835779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 404.30381019477795)"/> <rect x="19.4080017976" y="404.01581016117797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 20.1760018872 404.11181017237794)"/> <rect x="22.6720021784" y="404.01581016117797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 23.440002268 404.11181017237794)"/> <rect x="25.360002492" y="404.01581016117797" width="4.224000492799998" height="0.19200002239995229" transform="rotate(0.000000 27.4720027384 404.11181017237794)"/> <rect x="31.120003164" y="404.01581016117797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 31.888003253599997 404.11181017237794)"/> <rect x="35.1520036344" y="404.01581016117797" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 35.920003724 404.11181017237794)"/> <rect x="38.0320039704" y="404.01581016117797" width="3.840000447999998" height="0.19200002239995229" transform="rotate(0.000000 39.9520041944 404.11181017237794)"/> <rect x="54.3520058744" y="404.01581016117797" width="28.608003337600003" height="0.19200002239995229" transform="rotate(0.000000 68.6560075432 404.11181017237794)"/> <rect x="19.4080017976" y="403.82381013877796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 403.91981014997793)"/> <rect x="22.480002156" y="403.82381013877796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 23.2480022456 403.91981014997793)"/> <rect x="25.360002492" y="403.82381013877796" width="1.7280002016000005" height="0.19200002240000913" transform="rotate(0.000000 26.224002592799998 403.91981014997793)"/> <rect x="28.048002805599996" y="403.82381013877796" width="1.728000201600004" height="0.19200002240000913" transform="rotate(0.000000 28.912002906399998 403.91981014997793)"/> <rect x="31.120003164" y="403.82381013877796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 403.91981014997793)"/> <rect x="35.1520036344" y="403.82381013877796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 403.91981014997793)"/> <rect x="38.0320039704" y="403.82381013877796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 403.91981014997793)"/> <rect x="39.9520041944" y="403.82381013877796" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 41.0080043176 403.91981014997793)"/> <rect x="54.3520058744" y="403.82381013877796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 403.91981014997793)"/> <rect x="19.4080017976" y="403.63181011637795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 403.727810127578)"/> <rect x="22.480002156" y="403.63181011637795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 23.2480022456 403.727810127578)"/> <rect x="25.168002469599998" y="403.63181011637795" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 25.9360025592 403.727810127578)"/> <rect x="28.240002828" y="403.63181011637795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 29.1040029288 403.727810127578)"/> <rect x="31.120003164" y="403.63181011637795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 403.727810127578)"/> <rect x="35.1520036344" y="403.63181011637795" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 403.727810127578)"/> <rect x="38.0320039704" y="403.63181011637795" width="0.38400004480000405" height="0.19200002240000913" transform="rotate(0.000000 38.2240039928 403.727810127578)"/> <rect x="40.336004239199994" y="403.63181011637795" width="1.728000201600004" height="0.19200002240000913" transform="rotate(0.000000 41.20000433999999 403.727810127578)"/> <rect x="54.3520058744" y="403.63181011637795" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 403.727810127578)"/> <rect x="19.4080017976" y="403.43981009397794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 403.5358101051779)"/> <rect x="22.2880021336" y="403.43981009397794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 23.0560022232 403.5358101051779)"/> <rect x="25.168002469599998" y="403.43981009397794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 25.9360025592 403.5358101051779)"/> <rect x="28.4320028504" y="403.43981009397794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 29.200002939999997 403.5358101051779)"/> <rect x="31.120003164" y="403.43981009397794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 403.5358101051779)"/> <rect x="35.1520036344" y="403.43981009397794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 403.5358101051779)"/> <rect x="40.528004261599996" y="403.43981009397794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 41.2960043512 403.5358101051779)"/> <rect x="54.3520058744" y="403.43981009397794" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 403.5358101051779)"/> <rect x="19.4080017976" y="403.24781007157793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 403.34381008277796)"/> <rect x="22.2880021336" y="403.24781007157793" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 23.0560022232 403.34381008277796)"/> <rect x="24.9760024472" y="403.24781007157793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 25.744002536799997 403.34381008277796)"/> <rect x="28.6240028728" y="403.24781007157793" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 29.2960029512 403.34381008277796)"/> <rect x="31.120003164" y="403.24781007157793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 403.34381008277796)"/> <rect x="35.1520036344" y="403.24781007157793" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 403.34381008277796)"/> <rect x="40.720004284000005" y="403.24781007157793" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 41.488004373600006 403.34381008277796)"/> <rect x="54.3520058744" y="403.24781007157793" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 403.34381008277796)"/> <rect x="19.4080017976" y="403.0558100491779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 403.1518100603779)"/> <rect x="22.2880021336" y="403.0558100491779" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 23.0560022232 403.1518100603779)"/> <rect x="24.9760024472" y="403.0558100491779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 25.744002536799997 403.1518100603779)"/> <rect x="28.6240028728" y="403.0558100491779" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 403.1518100603779)"/> <rect x="31.120003164" y="403.0558100491779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 403.1518100603779)"/> <rect x="35.1520036344" y="403.0558100491779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 403.1518100603779)"/> <rect x="40.720004284000005" y="403.0558100491779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 41.488004373600006 403.1518100603779)"/> <rect x="54.3520058744" y="403.0558100491779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 403.1518100603779)"/> <rect x="19.4080017976" y="402.86381002677797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 20.1760018872 402.95981003797795)"/> <rect x="22.096002111199997" y="402.86381002677797" width="1.536000179200002" height="0.19200002239995229" transform="rotate(0.000000 22.864002200799998 402.95981003797795)"/> <rect x="24.9760024472" y="402.86381002677797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 25.744002536799997 402.95981003797795)"/> <rect x="28.6240028728" y="402.86381002677797" width="1.536000179200002" height="0.19200002239995229" transform="rotate(0.000000 29.3920029624 402.95981003797795)"/> <rect x="31.120003164" y="402.86381002677797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 31.888003253599997 402.95981003797795)"/> <rect x="35.1520036344" y="402.86381002677797" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 35.920003724 402.95981003797795)"/> <rect x="40.720004284000005" y="402.86381002677797" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 41.488004373600006 402.95981003797795)"/> <rect x="54.3520058744" y="402.86381002677797" width="28.608003337600003" height="0.19200002239995229" transform="rotate(0.000000 68.6560075432 402.95981003797795)"/> <rect x="19.4080017976" y="402.67181000437796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 402.767810015578)"/> <rect x="22.096002111199997" y="402.67181000437796" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 22.864002200799998 402.767810015578)"/> <rect x="24.9760024472" y="402.67181000437796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 25.6480025256 402.767810015578)"/> <rect x="28.6240028728" y="402.67181000437796" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 402.767810015578)"/> <rect x="31.120003164" y="402.67181000437796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 402.767810015578)"/> <rect x="35.1520036344" y="402.67181000437796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 402.767810015578)"/> <rect x="40.528004261599996" y="402.67181000437796" width="1.728000201600004" height="0.19200002240000913" transform="rotate(0.000000 41.3920043624 402.767810015578)"/> <rect x="54.3520058744" y="402.67181000437796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 402.767810015578)"/> <rect x="19.4080017976" y="402.47980998197795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 402.5758099931779)"/> <rect x="21.9040020888" y="402.47980998197795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 22.6720021784 402.5758099931779)"/> <rect x="24.9760024472" y="402.47980998197795" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 25.6480025256 402.5758099931779)"/> <rect x="28.6240028728" y="402.47980998197795" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 402.5758099931779)"/> <rect x="31.120003164" y="402.47980998197795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 402.5758099931779)"/> <rect x="35.1520036344" y="402.47980998197795" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 402.5758099931779)"/> <rect x="40.336004239199994" y="402.47980998197795" width="1.728000201600004" height="0.19200002240000913" transform="rotate(0.000000 41.20000433999999 402.5758099931779)"/> <rect x="54.3520058744" y="402.47980998197795" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 402.5758099931779)"/> <rect x="19.4080017976" y="402.28780995957794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 402.383809970778)"/> <rect x="21.7120020664" y="402.28780995957794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 22.5760021672 402.383809970778)"/> <rect x="24.9760024472" y="402.28780995957794" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 25.6480025256 402.383809970778)"/> <rect x="28.6240028728" y="402.28780995957794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 402.383809970778)"/> <rect x="31.120003164" y="402.28780995957794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 402.383809970778)"/> <rect x="35.1520036344" y="402.28780995957794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 402.383809970778)"/> <rect x="39.9520041944" y="402.28780995957794" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 41.0080043176 402.383809970778)"/> <rect x="54.3520058744" y="402.28780995957794" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 402.383809970778)"/> <rect x="19.4080017976" y="402.09580993717793" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 21.3280020216 402.1918099483779)"/> <rect x="24.9760024472" y="402.09580993717793" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 25.6480025256 402.1918099483779)"/> <rect x="28.6240028728" y="402.09580993717793" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 402.1918099483779)"/> <rect x="31.120003164" y="402.09580993717793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 402.1918099483779)"/> <rect x="35.1520036344" y="402.09580993717793" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 402.1918099483779)"/> <rect x="39.5680041496" y="402.09580993717793" width="2.496000291199998" height="0.19200002240000913" transform="rotate(0.000000 40.8160042952 402.1918099483779)"/> <rect x="54.3520058744" y="402.09580993717793" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 402.1918099483779)"/> <rect x="19.4080017976" y="401.9038099147779" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 21.3280020216 401.99980992597796)"/> <rect x="24.9760024472" y="401.9038099147779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 25.744002536799997 401.99980992597796)"/> <rect x="28.6240028728" y="401.9038099147779" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 401.99980992597796)"/> <rect x="31.120003164" y="401.9038099147779" width="5.568000649599998" height="0.19200002240000913" transform="rotate(0.000000 33.9040034888 401.99980992597796)"/> <rect x="39.184004104799996" y="401.9038099147779" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 40.528004261599996 401.99980992597796)"/> <rect x="54.3520058744" y="401.9038099147779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 401.99980992597796)"/> <rect x="19.4080017976" y="401.71180989237797" width="3.6480004255999994" height="0.19200002239995229" transform="rotate(0.000000 21.232002010400002 401.80780990357795)"/> <rect x="24.9760024472" y="401.71180989237797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 25.744002536799997 401.80780990357795)"/> <rect x="28.6240028728" y="401.71180989237797" width="1.536000179200002" height="0.19200002239995229" transform="rotate(0.000000 29.3920029624 401.80780990357795)"/> <rect x="31.120003164" y="401.71180989237797" width="5.568000649599998" height="0.19200002239995229" transform="rotate(0.000000 33.9040034888 401.80780990357795)"/> <rect x="38.80000406" y="401.71180989237797" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 40.240004228000004 401.80780990357795)"/> <rect x="54.3520058744" y="401.71180989237797" width="28.608003337600003" height="0.19200002239995229" transform="rotate(0.000000 68.6560075432 401.80780990357795)"/> <rect x="19.4080017976" y="401.51980986997796" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 21.232002010400002 401.61580988117794)"/> <rect x="25.168002469599998" y="401.51980986997796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 25.840002547999998 401.61580988117794)"/> <rect x="28.6240028728" y="401.51980986997796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 29.2960029512 401.61580988117794)"/> <rect x="31.120003164" y="401.51980986997796" width="5.568000649599998" height="0.19200002240000913" transform="rotate(0.000000 33.9040034888 401.61580988117794)"/> <rect x="38.4160040152" y="401.51980986997796" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 39.952004194400004 401.61580988117794)"/> <rect x="54.3520058744" y="401.51980986997796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 401.61580988117794)"/> <rect x="19.4080017976" y="401.32780984757795" width="4.032000470399996" height="0.19200002240000913" transform="rotate(0.000000 21.424002032799997 401.423809858778)"/> <rect x="25.168002469599998" y="401.32780984757795" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 25.9360025592 401.423809858778)"/> <rect x="28.4320028504" y="401.32780984757795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 29.200002939999997 401.423809858778)"/> <rect x="31.120003164" y="401.32780984757795" width="5.568000649599998" height="0.19200002240000913" transform="rotate(0.000000 33.9040034888 401.423809858778)"/> <rect x="38.2240039928" y="401.32780984757795" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 39.760004171999995 401.423809858778)"/> <rect x="54.3520058744" y="401.32780984757795" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 401.423809858778)"/> <rect x="19.4080017976" y="401.13580982517794" width="4.224000492799998" height="0.19200002240000913" transform="rotate(0.000000 21.520002044 401.2318098363779)"/> <rect x="25.168002469599998" y="401.13580982517794" width="1.728000201600004" height="0.19200002240000913" transform="rotate(0.000000 26.0320025704 401.2318098363779)"/> <rect x="28.240002828" y="401.13580982517794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 29.008002917600002 401.2318098363779)"/> <rect x="31.120003164" y="401.13580982517794" width="5.568000649599998" height="0.19200002240000913" transform="rotate(0.000000 33.9040034888 401.2318098363779)"/> <rect x="38.0320039704" y="401.13580982517794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 39.472004138399996 401.2318098363779)"/> <rect x="54.3520058744" y="401.13580982517794" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 401.2318098363779)"/> <rect x="19.4080017976" y="400.94380980277793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 401.03980981397797)"/> <rect x="21.9040020888" y="400.94380980277793" width="1.9200002240000025" height="0.19200002240000913" transform="rotate(0.000000 22.8640022008 401.03980981397797)"/> <rect x="25.360002492" y="400.94380980277793" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 26.320002604 401.03980981397797)"/> <rect x="27.856002783199997" y="400.94380980277793" width="1.9200002240000025" height="0.19200002240000913" transform="rotate(0.000000 28.8160028952 401.03980981397797)"/> <rect x="31.120003164" y="400.94380980277793" width="5.568000649599998" height="0.19200002240000913" transform="rotate(0.000000 33.9040034888 401.03980981397797)"/> <rect x="38.0320039704" y="400.94380980277793" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 39.184004104799996 401.03980981397797)"/> <rect x="54.3520058744" y="400.94380980277793" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 401.03980981397797)"/> <rect x="19.4080017976" y="400.7518097803779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 400.8478097915779)"/> <rect x="22.2880021336" y="400.7518097803779" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 23.0560022232 400.8478097915779)"/> <rect x="25.5520025144" y="400.7518097803779" width="4.032000470399996" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 400.8478097915779)"/> <rect x="31.120003164" y="400.7518097803779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 400.8478097915779)"/> <rect x="35.1520036344" y="400.7518097803779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 400.8478097915779)"/> <rect x="37.840003948" y="400.7518097803779" width="2.112000246399994" height="0.19200002240000913" transform="rotate(0.000000 38.8960040712 400.8478097915779)"/> <rect x="54.3520058744" y="400.7518097803779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 400.8478097915779)"/> <rect x="19.4080017976" y="400.559809757978" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 20.1760018872 400.65580976917795)"/> <rect x="22.480002156" y="400.559809757978" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 23.2480022456 400.65580976917795)"/> <rect x="25.7440025368" y="400.559809757978" width="3.6480004255999994" height="0.19200002239995229" transform="rotate(0.000000 27.568002749599998 400.65580976917795)"/> <rect x="31.120003164" y="400.559809757978" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 31.888003253599997 400.65580976917795)"/> <rect x="35.1520036344" y="400.559809757978" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 35.920003724 400.65580976917795)"/> <rect x="37.840003948" y="400.559809757978" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 38.7040040488 400.65580976917795)"/> <rect x="54.3520058744" y="400.559809757978" width="28.608003337600003" height="0.19200002239995229" transform="rotate(0.000000 68.6560075432 400.65580976917795)"/> <rect x="19.4080017976" y="400.36780973557796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 400.463809746778)"/> <rect x="22.6720021784" y="400.36780973557796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 23.3440022568 400.463809746778)"/> <rect x="25.9360025592" y="400.36780973557796" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 400.463809746778)"/> <rect x="31.120003164" y="400.36780973557796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 400.463809746778)"/> <rect x="35.1520036344" y="400.36780973557796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 400.463809746778)"/> <rect x="37.840003948" y="400.36780973557796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 400.463809746778)"/> <rect x="54.3520058744" y="400.36780973557796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 400.463809746778)"/> <rect x="19.4080017976" y="400.17580971317796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 400.27180972437793)"/> <rect x="22.6720021784" y="400.17580971317796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 23.3440022568 400.27180972437793)"/> <rect x="26.128002581599997" y="400.17580971317796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 400.27180972437793)"/> <rect x="31.120003164" y="400.17580971317796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 400.27180972437793)"/> <rect x="35.1520036344" y="400.17580971317796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 400.27180972437793)"/> <rect x="37.840003948" y="400.17580971317796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 400.27180972437793)"/> <rect x="54.3520058744" y="400.17580971317796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 400.27180972437793)"/> <rect x="19.4080017976" y="399.98380969077795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 400.079809701978)"/> <rect x="22.6720021784" y="399.98380969077795" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 23.3440022568 400.079809701978)"/> <rect x="26.512002626399997" y="399.98380969077795" width="1.9200002240000025" height="0.19200002240000913" transform="rotate(0.000000 27.4720027384 400.079809701978)"/> <rect x="31.120003164" y="399.98380969077795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 400.079809701978)"/> <rect x="35.1520036344" y="399.98380969077795" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 400.079809701978)"/> <rect x="37.840003948" y="399.98380969077795" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 400.079809701978)"/> <rect x="54.3520058744" y="399.98380969077795" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 400.079809701978)"/> <rect x="19.4080017976" y="399.79180966837794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 399.8878096795779)"/> <rect x="22.480002156" y="399.79180966837794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 23.2480022456 399.8878096795779)"/> <rect x="31.120003164" y="399.79180966837794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 399.8878096795779)"/> <rect x="35.1520036344" y="399.79180966837794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 399.8878096795779)"/> <rect x="37.840003948" y="399.79180966837794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 399.8878096795779)"/> <rect x="54.3520058744" y="399.79180966837794" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 399.8878096795779)"/> <rect x="19.4080017976" y="399.5998096459779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 399.69580965717796)"/> <rect x="22.480002156" y="399.5998096459779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 23.2480022456 399.69580965717796)"/> <rect x="31.120003164" y="399.5998096459779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 399.69580965717796)"/> <rect x="35.1520036344" y="399.5998096459779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 399.69580965717796)"/> <rect x="37.840003948" y="399.5998096459779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 399.69580965717796)"/> <rect x="54.3520058744" y="399.5998096459779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 399.69580965717796)"/> <rect x="19.4080017976" y="399.4078096235779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 20.1760018872 399.5038096347779)"/> <rect x="22.096002111199997" y="399.4078096235779" width="1.9200002240000025" height="0.19200002240000913" transform="rotate(0.000000 23.056002223199997 399.5038096347779)"/> <rect x="31.120003164" y="399.4078096235779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 399.5038096347779)"/> <rect x="35.1520036344" y="399.4078096235779" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 399.5038096347779)"/> <rect x="38.0320039704" y="399.4078096235779" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 38.80000406 399.5038096347779)"/> <rect x="41.2960043512" y="399.4078096235779" width="0.38400004480000405" height="0.19200002240000913" transform="rotate(0.000000 41.4880043736 399.5038096347779)"/> <rect x="54.3520058744" y="399.4078096235779" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 399.5038096347779)"/> <rect x="19.4080017976" y="399.21580960117797" width="4.608000537599999" height="0.19200002239995229" transform="rotate(0.000000 21.7120020664 399.31180961237794)"/> <rect x="31.120003164" y="399.21580960117797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 31.888003253599997 399.31180961237794)"/> <rect x="35.1520036344" y="399.21580960117797" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 35.920003724 399.31180961237794)"/> <rect x="38.0320039704" y="399.21580960117797" width="3.648000425600003" height="0.19200002239995229" transform="rotate(0.000000 39.8560041832 399.31180961237794)"/> <rect x="54.3520058744" y="399.21580960117797" width="28.608003337600003" height="0.19200002239995229" transform="rotate(0.000000 68.6560075432 399.31180961237794)"/> <rect x="19.4080017976" y="399.02380957877796" width="4.4160005152" height="0.19200002240000913" transform="rotate(0.000000 21.6160020552 399.119809589978)"/> <rect x="31.120003164" y="399.02380957877796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 399.119809589978)"/> <rect x="35.1520036344" y="399.02380957877796" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 399.119809589978)"/> <rect x="38.2240039928" y="399.02380957877796" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 39.952004194400004 399.119809589978)"/> <rect x="54.3520058744" y="399.02380957877796" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 399.119809589978)"/> <rect x="19.4080017976" y="398.83180955637795" width="4.224000492799998" height="0.19200002240000913" transform="rotate(0.000000 21.520002044 398.9278095675779)"/> <rect x="31.120003164" y="398.83180955637795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 398.9278095675779)"/> <rect x="35.1520036344" y="398.83180955637795" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 398.9278095675779)"/> <rect x="38.2240039928" y="398.83180955637795" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 39.952004194400004 398.9278095675779)"/> <rect x="54.3520058744" y="398.83180955637795" width="28.608003337600003" height="0.19200002240000913" transform="rotate(0.000000 68.6560075432 398.9278095675779)"/> <rect x="19.4080017976" y="398.63980953397794" width="4.032000470399996" height="0.19200002240000913" transform="rotate(0.000000 21.424002032799997 398.735809545178)"/> <rect x="31.120003164" y="398.63980953397794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 398.735809545178)"/> <rect x="35.1520036344" y="398.63980953397794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 398.735809545178)"/> <rect x="38.4160040152" y="398.63980953397794" width="3.456000403199994" height="0.19200002240000913" transform="rotate(0.000000 40.1440042168 398.735809545178)"/> <rect x="19.4080017976" y="398.44780951157793" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 21.232002010400002 398.5438095227779)"/> <rect x="31.120003164" y="398.44780951157793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 398.5438095227779)"/> <rect x="35.1520036344" y="398.44780951157793" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 35.920003724 398.5438095227779)"/> <rect x="38.80000406" y="398.44780951157793" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 398.5438095227779)"/> <rect x="19.4080017976" y="398.2558094891779" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 20.848001965599998 398.35180950037795)"/> <rect x="31.3120031864" y="398.2558094891779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 31.888003253599997 398.35180950037795)"/> <rect x="35.1520036344" y="398.2558094891779" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 35.8240037128 398.35180950037795)"/> <rect x="39.184004104799996" y="398.2558094891779" width="2.304000268800003" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 398.35180950037795)"/> <rect x="52.8160056952" y="391.72780872757795" width="0.19200002240000202" height="0.19200002240000913" transform="rotate(0.000000 52.912005706399995 391.823808738778)"/> <rect x="52.6240056728" y="391.53580870517794" width="0.576000067199999" height="0.19200002240000913" transform="rotate(0.000000 52.9120057064 391.6318087163779)"/> <rect x="83.34400925679999" y="391.53580870517794" width="0.38400004480000405" height="0.19200002240000913" transform="rotate(0.000000 83.53600927919999 391.6318087163779)"/> <rect x="52.240005628" y="391.34380868277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 52.8160056952 391.43980869397797)"/> <rect x="83.1520092344" y="391.34380868277793" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 83.53600927919999 391.43980869397797)"/> <rect x="52.240005628" y="391.1518086603779" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 52.912005706399995 391.2478086715779)"/> <rect x="82.960009212" y="391.1518086603779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 83.5360092792 391.2478086715779)"/> <rect x="52.4320056504" y="390.95980863797797" width="1.3440001568" height="0.19200002239995229" transform="rotate(0.000000 53.104005728800004 391.05580864917795)"/> <rect x="82.7680091896" y="390.95980863797797" width="1.344000156800007" height="0.19200002239995229" transform="rotate(0.000000 83.440009268 391.05580864917795)"/> <rect x="52.6240056728" y="390.76780861557796" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 53.2960057512 390.863808626778)"/> <rect x="82.5760091672" y="390.76780861557796" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 83.2480092456 390.863808626778)"/> <rect x="39.3760041272" y="390.57580859317795" width="0.38400004479999694" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 390.67180860437793)"/> <rect x="52.8160056952" y="390.57580859317795" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 53.488005773599994 390.67180860437793)"/> <rect x="82.3840091448" y="390.57580859317795" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 83.0560092232 390.67180860437793)"/> <rect x="39.184004104799996" y="390.38380857077794" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 390.479808581978)"/> <rect x="53.0080057176" y="390.38380857077794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 53.5840057848 390.479808581978)"/> <rect x="82.1920091224" y="390.38380857077794" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 82.8640092008 390.479808581978)"/> <rect x="39.184004104799996" y="390.19180854837794" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 390.2878085595779)"/> <rect x="53.20000574" y="390.19180854837794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 53.8720058184 390.2878085595779)"/> <rect x="82.1920091224" y="390.19180854837794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 82.7680091896 390.2878085595779)"/> <rect x="39.184004104799996" y="389.9998085259779" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 390.09580853717796)"/> <rect x="53.3920057624" y="389.9998085259779" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 54.06400584079999 390.09580853717796)"/> <rect x="82.0000091" y="389.9998085259779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 82.5760091672 390.09580853717796)"/> <rect x="39.3760041272" y="389.8078085035779" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 39.760004171999995 389.9038085147779)"/> <rect x="53.5840057848" y="389.8078085035779" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 54.256005863199995 389.9038085147779)"/> <rect x="81.8080090776" y="389.8078085035779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 82.3840091448 389.9038085147779)"/> <rect x="39.3760041272" y="389.61580848117796" width="0.768000089600001" height="0.19200002239995229" transform="rotate(0.000000 39.760004171999995 389.71180849237794)"/> <rect x="53.7760058072" y="389.61580848117796" width="1.3440001567999929" height="0.19200002239995229" transform="rotate(0.000000 54.4480058856 389.71180849237794)"/> <rect x="81.6160090552" y="389.61580848117796" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 82.1920091224 389.71180849237794)"/> <rect x="39.3760041272" y="389.42380845877796" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 39.8560041832 389.519808469978)"/> <rect x="53.968005829599996" y="389.42380845877796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 54.544005896799995 389.519808469978)"/> <rect x="81.4240090328" y="389.42380845877796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 82.0000091 389.519808469978)"/> <rect x="28.4320028504" y="389.23180843637795" width="4.608000537600002" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 389.3278084475779)"/> <rect x="39.5680041496" y="389.23180843637795" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 39.9520041944 389.3278084475779)"/> <rect x="54.160005852" y="389.23180843637795" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 54.7360059192 389.3278084475779)"/> <rect x="81.2320090104" y="389.23180843637795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 81.8080090776 389.3278084475779)"/> <rect x="27.4720027384" y="389.03980841397794" width="6.528000761599998" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 389.13580842517797)"/> <rect x="39.5680041496" y="389.03980841397794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 40.048004205599995 389.13580842517797)"/> <rect x="42.448004485599995" y="389.03980841397794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 43.024004552799994 389.13580842517797)"/> <rect x="54.3520058744" y="389.03980841397794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 54.9280059416 389.13580842517797)"/> <rect x="81.040008988" y="389.03980841397794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 81.6160090552 389.13580842517797)"/> <rect x="26.7040026488" y="388.8478083915779" width="8.0640009408" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 388.9438084027779)"/> <rect x="39.760004171999995" y="388.8478083915779" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 40.1440042168 388.9438084027779)"/> <rect x="42.0640044408" y="388.8478083915779" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 43.120004564 388.9438084027779)"/> <rect x="54.544005896799995" y="388.8478083915779" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.120005964 388.9438084027779)"/> <rect x="80.8480089656" y="388.8478083915779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 81.4240090328 388.9438084027779)"/> <rect x="26.128002581599997" y="388.655808369178" width="9.216001075200001" height="0.19200002239995229" transform="rotate(0.000000 30.7360031192 388.75180838037795)"/> <rect x="39.9520041944" y="388.655808369178" width="0.7680000896000081" height="0.19200002239995229" transform="rotate(0.000000 40.3360042392 388.75180838037795)"/> <rect x="41.680004396" y="388.655808369178" width="2.880000335999995" height="0.19200002239995229" transform="rotate(0.000000 43.120004564 388.75180838037795)"/> <rect x="54.7360059192" y="388.655808369178" width="1.152000134400005" height="0.19200002239995229" transform="rotate(0.000000 55.312005986399996 388.75180838037795)"/> <rect x="80.6560089432" y="388.655808369178" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 81.2320090104 388.75180838037795)"/> <rect x="25.7440025368" y="388.46380834677797" width="10.176001187199997" height="0.19200002240000913" transform="rotate(0.000000 30.832003130399997 388.559808357978)"/> <rect x="39.9520041944" y="388.46380834677797" width="0.7680000896000081" height="0.19200002240000913" transform="rotate(0.000000 40.3360042392 388.559808357978)"/> <rect x="41.2960043512" y="388.46380834677797" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 43.024004552799994 388.559808357978)"/> <rect x="54.92800594159999" y="388.46380834677797" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.50400600879999 388.559808357978)"/> <rect x="74.320008204" y="388.46380834677797" width="0.38400004480000405" height="0.19200002240000913" transform="rotate(0.000000 74.51200822640001 388.559808357978)"/> <rect x="80.4640089208" y="388.46380834677797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 81.040008988 388.559808357978)"/> <rect x="25.168002469599998" y="388.27180832437796" width="11.136001299200004" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 388.36780833557793)"/> <rect x="40.1440042168" y="388.27180832437796" width="4.800000560000001" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 388.36780833557793)"/> <rect x="55.12000596399999" y="388.27180832437796" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.6960060312 388.36780833557793)"/> <rect x="63.18400690479999" y="388.27180832437796" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 64.14400701679999 388.36780833557793)"/> <rect x="73.5520081144" y="388.27180832437796" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 74.60800823759999 388.36780833557793)"/> <rect x="80.2720088984" y="388.27180832437796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 80.8480089656 388.36780833557793)"/> <rect x="24.784002424799997" y="388.07980830197795" width="11.904001388800001" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 388.175808313178)"/> <rect x="40.1440042168" y="388.07980830197795" width="4.992000582399996" height="0.19200002240000913" transform="rotate(0.000000 42.640004508 388.175808313178)"/> <rect x="55.3120059864" y="388.07980830197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 55.8880060536 388.175808313178)"/> <rect x="63.18400690479999" y="388.07980830197795" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 64.14400701679999 388.175808313178)"/> <rect x="73.16800806959999" y="388.07980830197795" width="2.880000336000009" height="0.19200002240000913" transform="rotate(0.000000 74.60800823759999 388.175808313178)"/> <rect x="80.080008876" y="388.07980830197795" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.65600894319999 388.175808313178)"/> <rect x="24.40000238" y="387.88780827957794" width="12.672001478399995" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 387.9838082907779)"/> <rect x="40.336004239199994" y="387.88780827957794" width="4.992000582400003" height="0.19200002240000913" transform="rotate(0.000000 42.8320045304 387.9838082907779)"/> <rect x="55.5040060088" y="387.88780827957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.080006076 387.9838082907779)"/> <rect x="63.18400690479999" y="387.88780827957794" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 64.14400701679999 387.9838082907779)"/> <rect x="72.78400802479999" y="387.88780827957794" width="3.456000403200008" height="0.19200002240000913" transform="rotate(0.000000 74.51200822639998 387.9838082907779)"/> <rect x="79.88800885359998" y="387.88780827957794" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.46400892079998 387.9838082907779)"/> <rect x="24.0160023352" y="387.69580825717793" width="13.440001567999992" height="0.19200002240000913" transform="rotate(0.000000 30.736003119199996 387.79180826837796)"/> <rect x="40.528004261599996" y="387.69580825717793" width="4.992000582400003" height="0.19200002240000913" transform="rotate(0.000000 43.024004552799994 387.79180826837796)"/> <rect x="55.6960060312" y="387.69580825717793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.2720060984 387.79180826837796)"/> <rect x="63.18400690479999" y="387.69580825717793" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 64.14400701679999 387.79180826837796)"/> <rect x="72.5920080024" y="387.69580825717793" width="3.840000448000012" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 387.79180826837796)"/> <rect x="79.69600883119999" y="387.69580825717793" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.2720088984 387.79180826837796)"/> <rect x="23.6320022904" y="387.5038082347779" width="14.208001657600004" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 387.5998082459779)"/> <rect x="40.1440042168" y="387.5038082347779" width="0.19200002239999492" height="0.19200002240000913" transform="rotate(0.000000 40.240004228 387.5998082459779)"/> <rect x="40.528004261599996" y="387.5038082347779" width="5.184000604799998" height="0.19200002240000913" transform="rotate(0.000000 43.120004564 387.5998082459779)"/> <rect x="55.8880060536" y="387.5038082347779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.4640061208 387.5998082459779)"/> <rect x="63.18400690479999" y="387.5038082347779" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 64.14400701679999 387.5998082459779)"/> <rect x="72.40000798" y="387.5038082347779" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 387.5998082459779)"/> <rect x="79.5040088088" y="387.5038082347779" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.080008876 387.5998082459779)"/> <rect x="23.440002267999997" y="387.31180821237797" width="14.592001702400001" height="0.19200002239995229" transform="rotate(0.000000 30.7360031192 387.40780822357794)"/> <rect x="39.9520041944" y="387.31180821237797" width="0.576000067199999" height="0.19200002239995229" transform="rotate(0.000000 40.240004228 387.40780822357794)"/> <rect x="40.720004284000005" y="387.31180821237797" width="5.184000604799991" height="0.19200002239995229" transform="rotate(0.000000 43.3120045864 387.40780822357794)"/> <rect x="56.080006076" y="387.31180821237797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 56.656006143199996 387.40780822357794)"/> <rect x="63.18400690479999" y="387.31180821237797" width="1.920000223999999" height="0.19200002239995229" transform="rotate(0.000000 64.14400701679999 387.40780822357794)"/> <rect x="72.20800795759999" y="387.31180821237797" width="4.608000537600006" height="0.19200002239995229" transform="rotate(0.000000 74.51200822639998 387.40780822357794)"/> <rect x="79.31200878639999" y="387.31180821237797" width="1.3440001568000213" height="0.19200002239995229" transform="rotate(0.000000 79.98400886479999 387.40780822357794)"/> <rect x="23.0560022232" y="387.11980818997796" width="15.360001792000002" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 387.215808201178)"/> <rect x="39.760004171999995" y="387.11980818997796" width="0.9600001120000101" height="0.19200002240000913" transform="rotate(0.000000 40.240004228000004 387.215808201178)"/> <rect x="40.9120043064" y="387.11980818997796" width="4.992000582399996" height="0.19200002240000913" transform="rotate(0.000000 43.4080045976 387.215808201178)"/> <rect x="56.2720060984" y="387.11980818997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.8480061656 387.215808201178)"/> <rect x="63.18400690479999" y="387.11980818997796" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 64.14400701679999 387.215808201178)"/> <rect x="72.20800795759999" y="387.11980818997796" width="4.800000560000015" height="0.19200002240000913" transform="rotate(0.000000 74.60800823759999 387.215808201178)"/> <rect x="79.12000876399999" y="387.11980818997796" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 79.7920088424 387.215808201178)"/> <rect x="22.864002200799998" y="386.92780816757795" width="15.744001836799999" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 387.0238081787779)"/> <rect x="39.760004171999995" y="386.92780816757795" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 387.0238081787779)"/> <rect x="41.1040043288" y="386.92780816757795" width="4.992000582399996" height="0.19200002240000913" transform="rotate(0.000000 43.60000462 387.0238081787779)"/> <rect x="56.4640061208" y="386.92780816757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 57.040006188 387.0238081787779)"/> <rect x="63.18400690479999" y="386.92780816757795" width="10.752001254399993" height="0.19200002240000913" transform="rotate(0.000000 68.56000753199999 387.0238081787779)"/> <rect x="75.0880082936" y="386.92780816757795" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 76.0480084056 387.0238081787779)"/> <rect x="78.9280087416" y="386.92780816757795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 79.60000882 387.0238081787779)"/> <rect x="22.480002156" y="386.73580814517794" width="16.5120019264" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 386.831808156378)"/> <rect x="39.760004171999995" y="386.73580814517794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 386.831808156378)"/> <rect x="41.1040043288" y="386.73580814517794" width="5.184000604799991" height="0.19200002240000913" transform="rotate(0.000000 43.6960046312 386.831808156378)"/> <rect x="56.656006143199996" y="386.73580814517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 57.232006210399994 386.831808156378)"/> <rect x="62.9920068824" y="386.73580814517794" width="10.752001254399993" height="0.19200002240000913" transform="rotate(0.000000 68.36800750959999 386.831808156378)"/> <rect x="75.4720083384" y="386.73580814517794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 76.3360084392 386.831808156378)"/> <rect x="78.73600871919999" y="386.73580814517794" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 79.40800879759999 386.831808156378)"/> <rect x="22.2880021336" y="386.54380812277793" width="6.912000806399998" height="0.19200002240000913" transform="rotate(0.000000 25.744002536799997 386.6398081339779)"/> <rect x="32.272003298399994" y="386.54380812277793" width="6.912000806400002" height="0.19200002240000913" transform="rotate(0.000000 35.728003701599995 386.6398081339779)"/> <rect x="39.760004171999995" y="386.54380812277793" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 386.6398081339779)"/> <rect x="41.2960043512" y="386.54380812277793" width="4.992000582399996" height="0.19200002240000913" transform="rotate(0.000000 43.792004642399995 386.6398081339779)"/> <rect x="56.8480061656" y="386.54380812277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 57.4240062328 386.6398081339779)"/> <rect x="62.800006859999996" y="386.54380812277793" width="10.7520012544" height="0.19200002240000913" transform="rotate(0.000000 68.1760074872 386.6398081339779)"/> <rect x="74.320008204" y="386.54380812277793" width="0.576000067199999" height="0.19200002240000913" transform="rotate(0.000000 74.6080082376 386.6398081339779)"/> <rect x="75.6640083608" y="386.54380812277793" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 76.43200845039999 386.6398081339779)"/> <rect x="78.54400869679999" y="386.54380812277793" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 79.21600877519998 386.6398081339779)"/> <rect x="22.096002111199997" y="386.351808100378" width="6.144000716800004" height="0.19200002239995229" transform="rotate(0.000000 25.168002469599998 386.44780811157796)"/> <rect x="33.2320034104" y="386.351808100378" width="6.144000716800001" height="0.19200002239995229" transform="rotate(0.000000 36.3040037688 386.44780811157796)"/> <rect x="39.760004171999995" y="386.351808100378" width="1.152000134400005" height="0.19200002239995229" transform="rotate(0.000000 40.336004239199994 386.44780811157796)"/> <rect x="41.4880043736" y="386.351808100378" width="4.992000582400003" height="0.19200002239995229" transform="rotate(0.000000 43.9840046648 386.44780811157796)"/> <rect x="57.040006188" y="386.351808100378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 57.6160062552 386.44780811157796)"/> <rect x="62.800006859999996" y="386.351808100378" width="10.56000123199999" height="0.19200002239995229" transform="rotate(0.000000 68.08000747599999 386.44780811157796)"/> <rect x="73.93600815919999" y="386.351808100378" width="1.3440001568000213" height="0.19200002239995229" transform="rotate(0.000000 74.60800823759999 386.44780811157796)"/> <rect x="75.8560083832" y="386.351808100378" width="1.5360001791999878" height="0.19200002239995229" transform="rotate(0.000000 76.6240084728 386.44780811157796)"/> <rect x="78.54400869679999" y="386.351808100378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 79.12000876399999 386.44780811157796)"/> <rect x="21.9040020888" y="386.15980807797797" width="5.760000672" height="0.19200002240000913" transform="rotate(0.000000 24.7840024248 386.255808089178)"/> <rect x="34.0000035" y="386.15980807797797" width="5.3760006272" height="0.19200002240000913" transform="rotate(0.000000 36.6880038136 386.255808089178)"/> <rect x="39.760004171999995" y="386.15980807797797" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 386.255808089178)"/> <rect x="41.680004396" y="386.15980807797797" width="4.800000560000001" height="0.19200002240000913" transform="rotate(0.000000 44.080004676 386.255808089178)"/> <rect x="57.232006210399994" y="386.15980807797797" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 57.8080062776 386.255808089178)"/> <rect x="62.800006859999996" y="386.15980807797797" width="10.368001209599996" height="0.19200002240000913" transform="rotate(0.000000 67.98400746479999 386.255808089178)"/> <rect x="73.74400813679999" y="386.15980807797797" width="1.5360001792000162" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 386.255808089178)"/> <rect x="75.8560083832" y="386.15980807797797" width="1.5360001791999878" height="0.19200002240000913" transform="rotate(0.000000 76.6240084728 386.255808089178)"/> <rect x="78.3520086744" y="386.15980807797797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.9280087416 386.255808089178)"/> <rect x="21.7120020664" y="385.96780805557796" width="5.3760006272" height="0.19200002240000913" transform="rotate(0.000000 24.40000238 386.06380806677794)"/> <rect x="34.384003544799995" y="385.96780805557796" width="4.992000582400003" height="0.19200002240000913" transform="rotate(0.000000 36.880003836 386.06380806677794)"/> <rect x="39.760004171999995" y="385.96780805557796" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 386.06380806677794)"/> <rect x="41.1040043288" y="385.96780805557796" width="0.38400004479999694" height="0.19200002240000913" transform="rotate(0.000000 41.2960043512 386.06380806677794)"/> <rect x="41.872004418399996" y="385.96780805557796" width="4.800000560000008" height="0.19200002240000913" transform="rotate(0.000000 44.272004698399996 386.06380806677794)"/> <rect x="57.4240062328" y="385.96780805557796" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 58.000006299999995 386.06380806677794)"/> <rect x="62.800006859999996" y="385.96780805557796" width="10.368001209599996" height="0.19200002240000913" transform="rotate(0.000000 67.98400746479999 386.06380806677794)"/> <rect x="73.5520081144" y="385.96780805557796" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 386.06380806677794)"/> <rect x="75.8560083832" y="385.96780805557796" width="1.5360001791999878" height="0.19200002240000913" transform="rotate(0.000000 76.6240084728 386.06380806677794)"/> <rect x="78.16000865199999" y="385.96780805557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.73600871919999 386.06380806677794)"/> <rect x="21.3280020216" y="385.77580803317795" width="5.184000604799998" height="0.19200002240000913" transform="rotate(0.000000 23.920002324 385.871808044378)"/> <rect x="34.960003611999994" y="385.77580803317795" width="4.608000537600006" height="0.19200002240000913" transform="rotate(0.000000 37.2640038808 385.871808044378)"/> <rect x="39.760004171999995" y="385.77580803317795" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 385.871808044378)"/> <rect x="41.1040043288" y="385.77580803317795" width="0.576000067199999" height="0.19200002240000913" transform="rotate(0.000000 41.3920043624 385.871808044378)"/> <rect x="42.0640044408" y="385.77580803317795" width="4.608000537600006" height="0.19200002240000913" transform="rotate(0.000000 44.3680047096 385.871808044378)"/> <rect x="57.6160062552" y="385.77580803317795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 58.1920063224 385.871808044378)"/> <rect x="62.800006859999996" y="385.77580803317795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 63.28000691599999 385.871808044378)"/> <rect x="71.63200789039999" y="385.77580803317795" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 72.40000798 385.871808044378)"/> <rect x="73.5520081144" y="385.77580803317795" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 385.871808044378)"/> <rect x="76.0480084056" y="385.77580803317795" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 76.720008484 385.871808044378)"/> <rect x="77.96800862959999" y="385.77580803317795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.54400869679999 385.871808044378)"/> <rect x="21.1360019992" y="385.58380801077794" width="4.992000582399996" height="0.19200002240000913" transform="rotate(0.000000 23.6320022904 385.6798080219779)"/> <rect x="35.3440036568" y="385.58380801077794" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 37.4560039032 385.6798080219779)"/> <rect x="39.760004171999995" y="385.58380801077794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 385.6798080219779)"/> <rect x="41.1040043288" y="385.58380801077794" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 41.4880043736 385.6798080219779)"/> <rect x="42.2560044632" y="385.58380801077794" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 44.560004731999996 385.6798080219779)"/> <rect x="57.80800627759999" y="385.58380801077794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 58.3840063448 385.6798080219779)"/> <rect x="62.800006859999996" y="385.58380801077794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 63.28000691599999 385.6798080219779)"/> <rect x="71.63200789039999" y="385.58380801077794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 72.40000798 385.6798080219779)"/> <rect x="73.5520081144" y="385.58380801077794" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 385.6798080219779)"/> <rect x="76.0480084056" y="385.58380801077794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 76.720008484 385.6798080219779)"/> <rect x="77.7760086072" y="385.58380801077794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.3520086744 385.6798080219779)"/> <rect x="20.9440019768" y="385.39180798837793" width="4.800000560000001" height="0.19200002240000913" transform="rotate(0.000000 23.3440022568 385.48780799957797)"/> <rect x="35.7280037016" y="385.39180798837793" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 37.6480039256 385.48780799957797)"/> <rect x="39.760004171999995" y="385.39180798837793" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 385.48780799957797)"/> <rect x="41.1040043288" y="385.39180798837793" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 41.4880043736 385.48780799957797)"/> <rect x="42.2560044632" y="385.39180798837793" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 44.560004731999996 385.48780799957797)"/> <rect x="58.000006299999995" y="385.39180798837793" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 58.576006367199994 385.48780799957797)"/> <rect x="62.800006859999996" y="385.39180798837793" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 63.28000691599999 385.48780799957797)"/> <rect x="71.63200789039999" y="385.39180798837793" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 72.40000798 385.48780799957797)"/> <rect x="73.5520081144" y="385.39180798837793" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 385.48780799957797)"/> <rect x="76.0480084056" y="385.39180798837793" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 76.720008484 385.48780799957797)"/> <rect x="77.5840085848" y="385.39180798837793" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 78.16000865199999 385.48780799957797)"/> <rect x="20.752001954399997" y="385.1998079659779" width="4.608000537600002" height="0.19200002240000913" transform="rotate(0.000000 23.056002223199997 385.2958079771779)"/> <rect x="36.1120037464" y="385.1998079659779" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 37.840003948 385.2958079771779)"/> <rect x="39.760004171999995" y="385.1998079659779" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 385.2958079771779)"/> <rect x="41.1040043288" y="385.1998079659779" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 41.4880043736 385.2958079771779)"/> <rect x="42.448004485599995" y="385.1998079659779" width="4.608000537600006" height="0.19200002240000913" transform="rotate(0.000000 44.7520047544 385.2958079771779)"/> <rect x="58.1920063224" y="385.1998079659779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 58.7680063896 385.2958079771779)"/> <rect x="62.800006859999996" y="385.1998079659779" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 63.28000691599999 385.2958079771779)"/> <rect x="71.63200789039999" y="385.1998079659779" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 72.40000798 385.2958079771779)"/> <rect x="73.74400813679999" y="385.1998079659779" width="1.728000201600011" height="0.19200002240000913" transform="rotate(0.000000 74.60800823759999 385.2958079771779)"/> <rect x="75.8560083832" y="385.1998079659779" width="2.6880003135999857" height="0.19200002240000913" transform="rotate(0.000000 77.20000854 385.2958079771779)"/> <rect x="20.752001954399997" y="385.007807943578" width="4.224000492800002" height="0.19200002239995229" transform="rotate(0.000000 22.864002200799998 385.10380795477795)"/> <rect x="36.496003791199996" y="385.007807943578" width="3.072000358400004" height="0.19200002239995229" transform="rotate(0.000000 38.0320039704 385.10380795477795)"/> <rect x="39.760004171999995" y="385.007807943578" width="1.152000134400005" height="0.19200002239995229" transform="rotate(0.000000 40.336004239199994 385.10380795477795)"/> <rect x="41.1040043288" y="385.007807943578" width="0.7680000895999939" height="0.19200002239995229" transform="rotate(0.000000 41.4880043736 385.10380795477795)"/> <rect x="42.640004508" y="385.007807943578" width="4.416000515200004" height="0.19200002239995229" transform="rotate(0.000000 44.848004765599995 385.10380795477795)"/> <rect x="58.3840063448" y="385.007807943578" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 58.960006412 385.10380795477795)"/> <rect x="62.800006859999996" y="385.007807943578" width="0.9600001119999959" height="0.19200002239995229" transform="rotate(0.000000 63.28000691599999 385.10380795477795)"/> <rect x="71.8240079128" y="385.007807943578" width="1.3440001567999929" height="0.19200002239995229" transform="rotate(0.000000 72.4960079912 385.10380795477795)"/> <rect x="73.74400813679999" y="385.007807943578" width="1.5360001792000162" height="0.19200002239995229" transform="rotate(0.000000 74.5120082264 385.10380795477795)"/> <rect x="75.8560083832" y="385.007807943578" width="2.496000291199991" height="0.19200002239995229" transform="rotate(0.000000 77.1040085288 385.10380795477795)"/> <rect x="20.560001932" y="384.81580792117796" width="4.224000492799998" height="0.19200002240000913" transform="rotate(0.000000 22.6720021784 384.911807932378)"/> <rect x="36.6880038136" y="384.81580792117796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 38.1280039816 384.911807932378)"/> <rect x="39.760004171999995" y="384.81580792117796" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 384.911807932378)"/> <rect x="41.1040043288" y="384.81580792117796" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 41.4880043736 384.911807932378)"/> <rect x="42.0640044408" y="384.81580792117796" width="0.38400004479999694" height="0.19200002240000913" transform="rotate(0.000000 42.2560044632 384.911807932378)"/> <rect x="42.8320045304" y="384.81580792117796" width="4.416000515200004" height="0.19200002240000913" transform="rotate(0.000000 45.040004788000005 384.911807932378)"/> <rect x="58.5760063672" y="384.81580792117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.1520064344 384.911807932378)"/> <rect x="62.608006837599994" y="384.81580792117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.18400690479999 384.911807932378)"/> <rect x="71.8240079128" y="384.81580792117796" width="1.5360001791999878" height="0.19200002240000913" transform="rotate(0.000000 72.5920080024 384.911807932378)"/> <rect x="73.93600815919999" y="384.81580792117796" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 74.51200822639998 384.911807932378)"/> <rect x="75.6640083608" y="384.81580792117796" width="2.496000291199991" height="0.19200002240000913" transform="rotate(0.000000 76.91200850639999 384.911807932378)"/> <rect x="20.3680019096" y="384.62380789877795" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 22.3840021448 384.71980790997793)"/> <rect x="37.072003858399995" y="384.62380789877795" width="2.496000291200005" height="0.19200002240000913" transform="rotate(0.000000 38.320004004 384.71980790997793)"/> <rect x="39.760004171999995" y="384.62380789877795" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 40.816004295199996 384.71980790997793)"/> <rect x="42.0640044408" y="384.62380789877795" width="0.576000067199999" height="0.19200002240000913" transform="rotate(0.000000 42.3520044744 384.71980790997793)"/> <rect x="43.024004552799994" y="384.62380789877795" width="4.224000492800009" height="0.19200002240000913" transform="rotate(0.000000 45.136004799199995 384.71980790997793)"/> <rect x="58.7680063896" y="384.62380789877795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.344006456799995 384.71980790997793)"/> <rect x="62.608006837599994" y="384.62380789877795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.18400690479999 384.71980790997793)"/> <rect x="71.8240079128" y="384.62380789877795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 72.6880080136 384.71980790997793)"/> <rect x="74.320008204" y="384.62380789877795" width="0.38400004480000405" height="0.19200002240000913" transform="rotate(0.000000 74.51200822640001 384.71980790997793)"/> <rect x="75.6640083608" y="384.62380789877795" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 76.8160084952 384.71980790997793)"/> <rect x="20.176001887199998" y="384.43180787637795" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 22.192002122399998 384.527807887578)"/> <rect x="37.2640038808" y="384.43180787637795" width="2.304000268800003" height="0.19200002240000913" transform="rotate(0.000000 38.4160040152 384.527807887578)"/> <rect x="39.9520041944" y="384.43180787637795" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 40.91200430639999 384.527807887578)"/> <rect x="42.0640044408" y="384.43180787637795" width="0.768000089600001" height="0.19200002240000913" transform="rotate(0.000000 42.448004485599995 384.527807887578)"/> <rect x="43.216004575199996" y="384.43180787637795" width="4.032000470400007" height="0.19200002240000913" transform="rotate(0.000000 45.2320048104 384.527807887578)"/> <rect x="58.960006412" y="384.43180787637795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.5360064792 384.527807887578)"/> <rect x="62.608006837599994" y="384.43180787637795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.18400690479999 384.527807887578)"/> <rect x="72.0160079352" y="384.43180787637795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 72.88000803599999 384.527807887578)"/> <rect x="75.4720083384" y="384.43180787637795" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 76.6240084728 384.527807887578)"/> <rect x="19.9840018648" y="384.23980785397794" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 22.0000021 384.3358078651779)"/> <rect x="37.45600390319999" y="384.23980785397794" width="2.304000268800003" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 384.3358078651779)"/> <rect x="39.9520041944" y="384.23980785397794" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 40.91200430639999 384.3358078651779)"/> <rect x="42.0640044408" y="384.23980785397794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 384.3358078651779)"/> <rect x="43.4080045976" y="384.23980785397794" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 45.424004832799994 384.3358078651779)"/> <rect x="59.1520064344" y="384.23980785397794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.7280065016 384.3358078651779)"/> <rect x="62.608006837599994" y="384.23980785397794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.18400690479999 384.3358078651779)"/> <rect x="72.0160079352" y="384.23980785397794" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 73.0720080584 384.3358078651779)"/> <rect x="74.8960082712" y="384.23980785397794" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 76.24000842800001 384.3358078651779)"/> <rect x="19.7920018424" y="384.0478078315779" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 21.8080020776 384.14380784277796)"/> <rect x="37.2640038808" y="384.0478078315779" width="2.496000291199998" height="0.19200002240000913" transform="rotate(0.000000 38.51200402639999 384.14380784277796)"/> <rect x="39.9520041944" y="384.0478078315779" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 40.91200430639999 384.14380784277796)"/> <rect x="42.0640044408" y="384.0478078315779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 42.640004508 384.14380784277796)"/> <rect x="43.60000462" y="384.0478078315779" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 45.520004844 384.14380784277796)"/> <rect x="59.344006456799995" y="384.0478078315779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.920006523999994 384.14380784277796)"/> <rect x="62.608006837599994" y="384.0478078315779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.18400690479999 384.14380784277796)"/> <rect x="72.20800795759999" y="384.0478078315779" width="5.184000604800005" height="0.19200002240000913" transform="rotate(0.000000 74.80000826 384.14380784277796)"/> <rect x="19.7920018424" y="383.855807809178" width="3.648000425599996" height="0.19200002239995229" transform="rotate(0.000000 21.6160020552 383.95180782037795)"/> <rect x="37.072003858399995" y="383.855807809178" width="2.6880003136" height="0.19200002239995229" transform="rotate(0.000000 38.416004015199995 383.95180782037795)"/> <rect x="39.9520041944" y="383.855807809178" width="1.920000223999999" height="0.19200002239995229" transform="rotate(0.000000 40.91200430639999 383.95180782037795)"/> <rect x="42.0640044408" y="383.855807809178" width="1.536000179200002" height="0.19200002239995229" transform="rotate(0.000000 42.8320045304 383.95180782037795)"/> <rect x="43.7920046424" y="383.855807809178" width="3.840000447999998" height="0.19200002239995229" transform="rotate(0.000000 45.7120048664 383.95180782037795)"/> <rect x="59.5360064792" y="383.855807809178" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 60.112006546399996 383.95180782037795)"/> <rect x="62.608006837599994" y="383.855807809178" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 63.18400690479999 383.95180782037795)"/> <rect x="72.20800795759999" y="383.855807809178" width="4.99200058240001" height="0.19200002239995229" transform="rotate(0.000000 74.7040082488 383.95180782037795)"/> <rect x="19.600001819999996" y="383.66380778677797" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 21.424002032799997 383.75980779797794)"/> <rect x="36.880003836" y="383.66380778677797" width="2.880000335999995" height="0.19200002240000913" transform="rotate(0.000000 38.320004004 383.75980779797794)"/> <rect x="40.1440042168" y="383.66380778677797" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 41.0080043176 383.75980779797794)"/> <rect x="42.0640044408" y="383.66380778677797" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 383.75980779797794)"/> <rect x="43.216004575199996" y="383.66380778677797" width="4.416000515200004" height="0.19200002240000913" transform="rotate(0.000000 45.424004832799994 383.75980779797794)"/> <rect x="59.5360064792" y="383.66380778677797" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 60.2080065576 383.75980779797794)"/> <rect x="62.608006837599994" y="383.66380778677797" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 383.75980779797794)"/> <rect x="72.40000798" y="383.66380778677797" width="4.608000537600006" height="0.19200002240000913" transform="rotate(0.000000 74.7040082488 383.75980779797794)"/> <rect x="19.4080017976" y="383.47180776437796" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 21.232002010400002 383.567807775578)"/> <rect x="36.6880038136" y="383.47180776437796" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 38.320004004 383.567807775578)"/> <rect x="40.1440042168" y="383.47180776437796" width="2.880000335999995" height="0.19200002240000913" transform="rotate(0.000000 41.5840043848 383.567807775578)"/> <rect x="43.216004575199996" y="383.47180776437796" width="4.416000515200004" height="0.19200002240000913" transform="rotate(0.000000 45.424004832799994 383.567807775578)"/> <rect x="59.7280065016" y="383.47180776437796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 60.400006579999996 383.567807775578)"/> <rect x="62.608006837599994" y="383.47180776437796" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 383.567807775578)"/> <rect x="72.5920080024" y="383.47180776437796" width="4.416000515200011" height="0.19200002240000913" transform="rotate(0.000000 74.80000826 383.567807775578)"/> <rect x="19.4080017976" y="383.27980774197795" width="3.4560004031999974" height="0.19200002240000913" transform="rotate(0.000000 21.136001999199998 383.3758077531779)"/> <rect x="36.496003791199996" y="383.27980774197795" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 38.22400399279999 383.3758077531779)"/> <rect x="40.1440042168" y="383.27980774197795" width="7.488000873600001" height="0.19200002240000913" transform="rotate(0.000000 43.8880046536 383.3758077531779)"/> <rect x="59.920006523999994" y="383.27980774197795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 60.5920066024 383.3758077531779)"/> <rect x="62.608006837599994" y="383.27980774197795" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 383.3758077531779)"/> <rect x="72.78400802479999" y="383.27980774197795" width="4.032000470400007" height="0.19200002240000913" transform="rotate(0.000000 74.80000826 383.3758077531779)"/> <rect x="19.2160017752" y="383.08780771957794" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 20.9440019768 383.18380773077797)"/> <rect x="36.3040037688" y="383.08780771957794" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 38.2240039928 383.18380773077797)"/> <rect x="40.336004239199994" y="383.08780771957794" width="7.488000873600008" height="0.19200002240000913" transform="rotate(0.000000 44.080004676 383.18380773077797)"/> <rect x="60.112006546399996" y="383.08780771957794" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 60.7840066248 383.18380773077797)"/> <rect x="62.608006837599994" y="383.08780771957794" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 383.18380773077797)"/> <rect x="73.16800806959999" y="383.08780771957794" width="3.456000403200008" height="0.19200002240000913" transform="rotate(0.000000 74.8960082712 383.18380773077797)"/> <rect x="19.0240017528" y="382.89580769717793" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 20.7520019544 382.9918077083779)"/> <rect x="36.1120037464" y="382.89580769717793" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 38.1280039816 382.9918077083779)"/> <rect x="40.336004239199994" y="382.89580769717793" width="7.488000873600008" height="0.19200002240000913" transform="rotate(0.000000 44.080004676 382.9918077083779)"/> <rect x="60.3040065688" y="382.89580769717793" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 60.976006647199995 382.9918077083779)"/> <rect x="62.608006837599994" y="382.89580769717793" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 382.9918077083779)"/> <rect x="73.5520081144" y="382.89580769717793" width="2.880000336000009" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 382.9918077083779)"/> <rect x="19.0240017528" y="382.703807674778" width="3.456000403200001" height="0.19200002239995229" transform="rotate(0.000000 20.7520019544 382.79980768597795)"/> <rect x="35.920003724" y="382.703807674778" width="4.416000515199997" height="0.19200002239995229" transform="rotate(0.000000 38.128003981599996 382.79980768597795)"/> <rect x="40.528004261599996" y="382.703807674778" width="7.296000851200006" height="0.19200002239995229" transform="rotate(0.000000 44.1760046872 382.79980768597795)"/> <rect x="60.49600659119999" y="382.703807674778" width="1.344000156800007" height="0.19200002239995229" transform="rotate(0.000000 61.1680066696 382.79980768597795)"/> <rect x="62.4160068152" y="382.703807674778" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 62.9920068824 382.79980768597795)"/> <rect x="74.1280081816" y="382.703807674778" width="2.112000246400001" height="0.19200002239995229" transform="rotate(0.000000 75.18400830479999 382.79980768597795)"/> <rect x="18.8320017304" y="382.51180765237797" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 20.560001932 382.607807663578)"/> <rect x="35.5360036792" y="382.51180765237797" width="4.800000559999994" height="0.19200002240000913" transform="rotate(0.000000 37.936003959199994 382.607807663578)"/> <rect x="40.528004261599996" y="382.51180765237797" width="7.488000873600001" height="0.19200002240000913" transform="rotate(0.000000 44.272004698399996 382.607807663578)"/> <rect x="60.688006613599995" y="382.51180765237797" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 61.360006692 382.607807663578)"/> <rect x="62.4160068152" y="382.51180765237797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.9920068824 382.607807663578)"/> <rect x="74.1280081816" y="382.51180765237797" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 75.0880082936 382.607807663578)"/> <rect x="18.8320017304" y="382.31980762997796" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 20.464001920799998 382.41580764117793)"/> <rect x="34.960003611999994" y="382.31980762997796" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 37.072003858399995 382.41580764117793)"/> <rect x="39.3760041272" y="382.31980762997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 39.9520041944 382.41580764117793)"/> <rect x="40.720004284000005" y="382.31980762997796" width="7.296000851199992" height="0.19200002240000913" transform="rotate(0.000000 44.3680047096 382.41580764117793)"/> <rect x="60.880006636" y="382.31980762997796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 61.552006714399994 382.41580764117793)"/> <rect x="62.4160068152" y="382.31980762997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.9920068824 382.41580764117793)"/> <rect x="74.320008204" y="382.31980762997796" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 75.08800829360001 382.41580764117793)"/> <rect x="18.640001708" y="382.12780760757795" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 20.2720018984 382.223807618778)"/> <rect x="23.2480022456" y="382.12780760757795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 382.223807618778)"/> <rect x="32.080003276" y="382.12780760757795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 382.223807618778)"/> <rect x="34.576003567200004" y="382.12780760757795" width="4.416000515199997" height="0.19200002240000913" transform="rotate(0.000000 36.7840038248 382.223807618778)"/> <rect x="39.5680041496" y="382.12780760757795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 40.048004205599995 382.223807618778)"/> <rect x="40.9120043064" y="382.12780760757795" width="7.104000828799997" height="0.19200002240000913" transform="rotate(0.000000 44.4640047208 382.223807618778)"/> <rect x="61.0720066584" y="382.12780760757795" width="2.496000291199998" height="0.19200002240000913" transform="rotate(0.000000 62.320006804 382.223807618778)"/> <rect x="74.320008204" y="382.12780760757795" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 382.223807618778)"/> <rect x="18.448001685599998" y="381.93580758517794" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 20.176001887199998 382.0318075963779)"/> <rect x="23.2480022456" y="381.93580758517794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 382.0318075963779)"/> <rect x="32.080003276" y="381.93580758517794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 382.0318075963779)"/> <rect x="34.1920035224" y="381.93580758517794" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 36.496003791199996 382.0318075963779)"/> <rect x="39.760004171999995" y="381.93580758517794" width="0.9600001120000101" height="0.19200002240000913" transform="rotate(0.000000 40.240004228000004 382.0318075963779)"/> <rect x="40.9120043064" y="381.93580758517794" width="7.296000851199999" height="0.19200002240000913" transform="rotate(0.000000 44.560004731999996 382.0318075963779)"/> <rect x="61.2640066808" y="381.93580758517794" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 382.0318075963779)"/> <rect x="74.320008204" y="381.93580758517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 74.8960082712 382.0318075963779)"/> <rect x="18.448001685599998" y="381.74380756277793" width="3.2640003808000024" height="0.19200002240000913" transform="rotate(0.000000 20.080001875999997 381.83980757397796)"/> <rect x="23.2480022456" y="381.74380756277793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 381.83980757397796)"/> <rect x="32.080003276" y="381.74380756277793" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 381.83980757397796)"/> <rect x="34.0000035" y="381.74380756277793" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 36.3040037688 381.83980757397796)"/> <rect x="39.760004171999995" y="381.74380756277793" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.336004239199994 381.83980757397796)"/> <rect x="41.1040043288" y="381.74380756277793" width="7.104000828799997" height="0.19200002240000913" transform="rotate(0.000000 44.6560047432 381.83980757397796)"/> <rect x="61.4560067032" y="381.74380756277793" width="2.112000246399994" height="0.19200002240000913" transform="rotate(0.000000 62.5120068264 381.83980757397796)"/> <rect x="74.1280081816" y="381.74380756277793" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 74.7040082488 381.83980757397796)"/> <rect x="18.448001685599998" y="381.5518075403779" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.9840018648 381.6478075515779)"/> <rect x="23.2480022456" y="381.5518075403779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 381.6478075515779)"/> <rect x="32.080003276" y="381.5518075403779" width="6.528000761599998" height="0.19200002240000913" transform="rotate(0.000000 35.3440036568 381.6478075515779)"/> <rect x="39.9520041944" y="381.5518075403779" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 40.5280042616 381.6478075515779)"/> <rect x="41.2960043512" y="381.5518075403779" width="6.912000806400002" height="0.19200002240000913" transform="rotate(0.000000 44.7520047544 381.6478075515779)"/> <rect x="61.6480067256" y="381.5518075403779" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 62.6080068376 381.6478075515779)"/> <rect x="73.93600815919999" y="381.5518075403779" width="1.3440001568000213" height="0.19200002240000913" transform="rotate(0.000000 74.60800823759999 381.6478075515779)"/> <rect x="18.2560016632" y="381.35980751797797" width="3.264000380799999" height="0.19200002239995229" transform="rotate(0.000000 19.8880018536 381.45580752917795)"/> <rect x="23.2480022456" y="381.35980751797797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 381.45580752917795)"/> <rect x="32.080003276" y="381.35980751797797" width="6.720000784" height="0.19200002239995229" transform="rotate(0.000000 35.440003668 381.45580752917795)"/> <rect x="39.9520041944" y="381.35980751797797" width="1.3440001568" height="0.19200002239995229" transform="rotate(0.000000 40.62400427279999 381.45580752917795)"/> <rect x="41.4880043736" y="381.35980751797797" width="6.912000806399995" height="0.19200002239995229" transform="rotate(0.000000 44.9440047768 381.45580752917795)"/> <rect x="61.840006748" y="381.35980751797797" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 62.6080068376 381.45580752917795)"/> <rect x="73.74400813679999" y="381.35980751797797" width="1.728000201600011" height="0.19200002239995229" transform="rotate(0.000000 74.60800823759999 381.45580752917795)"/> <rect x="18.2560016632" y="381.16780749557796" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.792001842399998 381.263807506778)"/> <rect x="23.2480022456" y="381.16780749557796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 381.263807506778)"/> <rect x="32.080003276" y="381.16780749557796" width="6.912000806400002" height="0.19200002240000913" transform="rotate(0.000000 35.5360036792 381.263807506778)"/> <rect x="40.1440042168" y="381.16780749557796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 40.8160042952 381.263807506778)"/> <rect x="41.680004396" y="381.16780749557796" width="6.720000783999993" height="0.19200002240000913" transform="rotate(0.000000 45.040004788 381.263807506778)"/> <rect x="62.032006770399995" y="381.16780749557796" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 62.70400684879999 381.263807506778)"/> <rect x="73.5520081144" y="381.16780749557796" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 74.5120082264 381.263807506778)"/> <rect x="18.0640016408" y="380.97580747317795" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.600001820000003 381.0718074843779)"/> <rect x="23.2480022456" y="380.97580747317795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 381.0718074843779)"/> <rect x="32.080003276" y="380.97580747317795" width="7.104000828799997" height="0.19200002240000913" transform="rotate(0.000000 35.6320036904 381.0718074843779)"/> <rect x="40.336004239199994" y="380.97580747317795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 41.0080043176 381.0718074843779)"/> <rect x="41.872004418399996" y="380.97580747317795" width="6.528000761599998" height="0.19200002240000913" transform="rotate(0.000000 45.136004799199995 381.0718074843779)"/> <rect x="62.2240067928" y="380.97580747317795" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 62.8960068712 381.0718074843779)"/> <rect x="73.36000809199999" y="380.97580747317795" width="2.112000246400015" height="0.19200002240000913" transform="rotate(0.000000 74.4160082152 381.0718074843779)"/> <rect x="18.0640016408" y="380.78380745077794" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.600001820000003 380.879807461978)"/> <rect x="23.2480022456" y="380.78380745077794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 380.879807461978)"/> <rect x="32.080003276" y="380.78380745077794" width="7.104000828799997" height="0.19200002240000913" transform="rotate(0.000000 35.6320036904 380.879807461978)"/> <rect x="40.336004239199994" y="380.78380745077794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 41.104004328799995 380.879807461978)"/> <rect x="42.0640044408" y="380.78380745077794" width="6.528000761599998" height="0.19200002240000913" transform="rotate(0.000000 45.3280048216 380.879807461978)"/> <rect x="62.4160068152" y="380.78380745077794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 380.879807461978)"/> <rect x="73.16800806959999" y="380.78380745077794" width="2.30400026880001" height="0.19200002240000913" transform="rotate(0.000000 74.320008204 380.879807461978)"/> <rect x="17.8720016184" y="380.59180742837793" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.4080017976 380.6878074395779)"/> <rect x="23.2480022456" y="380.59180742837793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 380.6878074395779)"/> <rect x="32.080003276" y="380.59180742837793" width="7.296000851199999" height="0.19200002240000913" transform="rotate(0.000000 35.7280037016 380.6878074395779)"/> <rect x="40.528004261599996" y="380.59180742837793" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 41.2960043512 380.6878074395779)"/> <rect x="42.448004485599995" y="380.59180742837793" width="6.336000739200003" height="0.19200002240000913" transform="rotate(0.000000 45.616004855199996 380.6878074395779)"/> <rect x="62.4160068152" y="380.59180742837793" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 63.1840069048 380.6878074395779)"/> <rect x="72.9760080472" y="380.59180742837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 73.5520081144 380.6878074395779)"/> <rect x="74.320008204" y="380.59180742837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 74.8960082712 380.6878074395779)"/> <rect x="17.8720016184" y="380.399807405978" width="3.0720003584000004" height="0.19200002239995229" transform="rotate(0.000000 19.4080017976 380.49580741717796)"/> <rect x="23.2480022456" y="380.399807405978" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 380.49580741717796)"/> <rect x="32.080003276" y="380.399807405978" width="7.296000851199999" height="0.19200002239995229" transform="rotate(0.000000 35.7280037016 380.49580741717796)"/> <rect x="40.528004261599996" y="380.399807405978" width="1.920000223999999" height="0.19200002239995229" transform="rotate(0.000000 41.48800437359999 380.49580741717796)"/> <rect x="42.640004508" y="380.399807405978" width="6.144000716800001" height="0.19200002239995229" transform="rotate(0.000000 45.712004866399994 380.49580741717796)"/> <rect x="62.2240067928" y="380.399807405978" width="1.920000224000006" height="0.19200002239995229" transform="rotate(0.000000 63.1840069048 380.49580741717796)"/> <rect x="72.78400802479999" y="380.399807405978" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 73.36000809199999 380.49580741717796)"/> <rect x="74.320008204" y="380.399807405978" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 74.8960082712 380.49580741717796)"/> <rect x="17.8720016184" y="380.207807383578" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 19.312001786399996 380.303807394778)"/> <rect x="23.2480022456" y="380.207807383578" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 380.303807394778)"/> <rect x="32.080003276" y="380.207807383578" width="4.992000582399996" height="0.19200002240000913" transform="rotate(0.000000 34.5760035672 380.303807394778)"/> <rect x="37.45600390319999" y="380.207807383578" width="2.112000246400008" height="0.19200002240000913" transform="rotate(0.000000 38.51200402639999 380.303807394778)"/> <rect x="40.720004284000005" y="380.207807383578" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 41.680004396 380.303807394778)"/> <rect x="43.024004552799994" y="380.207807383578" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 46.00000489999999 380.303807394778)"/> <rect x="62.2240067928" y="380.207807383578" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 63.280006916 380.303807394778)"/> <rect x="72.5920080024" y="380.207807383578" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 73.16800806959999 380.303807394778)"/> <rect x="74.5120082264" y="380.207807383578" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 380.303807394778)"/> <rect x="17.680001596" y="380.01580736117796" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 19.2160017752 380.11180737237794)"/> <rect x="23.2480022456" y="380.01580736117796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 380.11180737237794)"/> <rect x="32.080003276" y="380.01580736117796" width="4.800000560000001" height="0.19200002240000913" transform="rotate(0.000000 34.480003556 380.11180737237794)"/> <rect x="37.6480039256" y="380.01580736117796" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 38.6080040376 380.11180737237794)"/> <rect x="40.720004284000005" y="380.01580736117796" width="2.3040002687999888" height="0.19200002240000913" transform="rotate(0.000000 41.872004418399996 380.11180737237794)"/> <rect x="43.60000462" y="380.01580736117796" width="5.568000649599995" height="0.19200002240000913" transform="rotate(0.000000 46.3840049448 380.11180737237794)"/> <rect x="62.2240067928" y="380.01580736117796" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 63.376006927199995 380.11180737237794)"/> <rect x="72.40000798" y="380.01580736117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 72.9760080472 380.11180737237794)"/> <rect x="74.5120082264" y="380.01580736117796" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 380.11180737237794)"/> <rect x="17.680001596" y="379.82380733877795" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 19.2160017752 379.919807349978)"/> <rect x="23.2480022456" y="379.82380733877795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 379.919807349978)"/> <rect x="32.080003276" y="379.82380733877795" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 34.384003544799995 379.919807349978)"/> <rect x="37.840003948" y="379.82380733877795" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 38.80000406 379.919807349978)"/> <rect x="40.9120043064" y="379.82380733877795" width="2.496000291199998" height="0.19200002240000913" transform="rotate(0.000000 42.160004451999995 379.919807349978)"/> <rect x="43.984004664800004" y="379.82380733877795" width="5.376000627199993" height="0.19200002240000913" transform="rotate(0.000000 46.6720049784 379.919807349978)"/> <rect x="62.2240067928" y="379.82380733877795" width="2.496000291200005" height="0.19200002240000913" transform="rotate(0.000000 63.4720069384 379.919807349978)"/> <rect x="72.20800795759999" y="379.82380733877795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 72.88000803599999 379.919807349978)"/> <rect x="74.5120082264" y="379.82380733877795" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 379.919807349978)"/> <rect x="17.680001596" y="379.63180731637794" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 19.120001764 379.7278073275779)"/> <rect x="23.2480022456" y="379.63180731637794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 379.7278073275779)"/> <rect x="32.080003276" y="379.63180731637794" width="4.416000515199997" height="0.19200002240000913" transform="rotate(0.000000 34.2880035336 379.7278073275779)"/> <rect x="37.840003948" y="379.63180731637794" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 38.80000406 379.7278073275779)"/> <rect x="40.9120043064" y="379.63180731637794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.352004474400005 379.7278073275779)"/> <rect x="44.7520047544" y="379.63180731637794" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 47.0560050232 379.7278073275779)"/> <rect x="62.2240067928" y="379.63180731637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.800006859999996 379.7278073275779)"/> <rect x="63.5680069496" y="379.63180731637794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 64.1440070168 379.7278073275779)"/> <rect x="72.0160079352" y="379.63180731637794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 72.68800801359998 379.7278073275779)"/> <rect x="74.5120082264" y="379.63180731637794" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 379.7278073275779)"/> <rect x="17.680001596" y="379.43980729397794" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 19.120001764 379.53580730517797)"/> <rect x="23.2480022456" y="379.43980729397794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 379.53580730517797)"/> <rect x="32.080003276" y="379.43980729397794" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 34.1920035224 379.53580730517797)"/> <rect x="38.0320039704" y="379.43980729397794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 38.8960040712 379.53580730517797)"/> <rect x="40.9120043064" y="379.43980729397794" width="3.072000358400004" height="0.19200002240000913" transform="rotate(0.000000 42.4480044856 379.53580730517797)"/> <rect x="45.712004866399994" y="379.43980729397794" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 47.536005079199995 379.53580730517797)"/> <rect x="62.2240067928" y="379.43980729397794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.800006859999996 379.53580730517797)"/> <rect x="63.76000697199999" y="379.43980729397794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 64.3360070392 379.53580730517797)"/> <rect x="71.8240079128" y="379.43980729397794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 72.4960079912 379.53580730517797)"/> <rect x="74.5120082264" y="379.43980729397794" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 74.99200828240001 379.53580730517797)"/> <rect x="17.4880015736" y="379.2478072715779" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.9280017416 379.3438072827779)"/> <rect x="23.2480022456" y="379.2478072715779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 379.3438072827779)"/> <rect x="32.080003276" y="379.2478072715779" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 34.096003511199996 379.3438072827779)"/> <rect x="38.0320039704" y="379.2478072715779" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 38.9920040824 379.3438072827779)"/> <rect x="41.1040043288" y="379.2478072715779" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 379.3438072827779)"/> <rect x="62.2240067928" y="379.2478072715779" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.70400684879999 379.3438072827779)"/> <rect x="63.952006994399994" y="379.2478072715779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 64.5280070616 379.3438072827779)"/> <rect x="71.8240079128" y="379.2478072715779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 72.40000798 379.3438072827779)"/> <rect x="74.5120082264" y="379.2478072715779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.0880082936 379.3438072827779)"/> <rect x="17.4880015736" y="379.055807249178" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 18.9280017416 379.15180726037795)"/> <rect x="23.2480022456" y="379.055807249178" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 379.15180726037795)"/> <rect x="32.080003276" y="379.055807249178" width="3.840000447999998" height="0.19200002239995229" transform="rotate(0.000000 34.0000035 379.15180726037795)"/> <rect x="38.0320039704" y="379.055807249178" width="1.920000223999999" height="0.19200002239995229" transform="rotate(0.000000 38.9920040824 379.15180726037795)"/> <rect x="41.1040043288" y="379.055807249178" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 42.5440044968 379.15180726037795)"/> <rect x="62.2240067928" y="379.055807249178" width="0.9600001119999959" height="0.19200002239995229" transform="rotate(0.000000 62.70400684879999 379.15180726037795)"/> <rect x="64.1440070168" y="379.055807249178" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 64.720007084 379.15180726037795)"/> <rect x="71.63200789039999" y="379.055807249178" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 72.20800795759999 379.15180726037795)"/> <rect x="74.5120082264" y="379.055807249178" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 75.0880082936 379.15180726037795)"/> <rect x="17.4880015736" y="378.86380722677796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.9280017416 378.959807237978)"/> <rect x="23.2480022456" y="378.86380722677796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 378.959807237978)"/> <rect x="32.080003276" y="378.86380722677796" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 33.9040034888 378.959807237978)"/> <rect x="38.2240039928" y="378.86380722677796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 378.959807237978)"/> <rect x="41.1040043288" y="378.86380722677796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 378.959807237978)"/> <rect x="62.2240067928" y="378.86380722677796" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.70400684879999 378.959807237978)"/> <rect x="64.3360070392" y="378.86380722677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 64.9120071064 378.959807237978)"/> <rect x="71.440007868" y="378.86380722677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 72.0160079352 378.959807237978)"/> <rect x="74.5120082264" y="378.86380722677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.0880082936 378.959807237978)"/> <rect x="17.4880015736" y="378.67180720437796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.9280017416 378.76780721557793)"/> <rect x="23.2480022456" y="378.67180720437796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 378.76780721557793)"/> <rect x="31.888003253599997" y="378.67180720437796" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 33.7120034664 378.76780721557793)"/> <rect x="38.2240039928" y="378.67180720437796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 378.76780721557793)"/> <rect x="41.2960043512" y="378.67180720437796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 378.76780721557793)"/> <rect x="62.2240067928" y="378.67180720437796" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.70400684879999 378.76780721557793)"/> <rect x="64.5280070616" y="378.67180720437796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.10400712879999 378.76780721557793)"/> <rect x="71.2480078456" y="378.67180720437796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.8240079128 378.76780721557793)"/> <rect x="74.5120082264" y="378.67180720437796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.0880082936 378.76780721557793)"/> <rect x="17.2960015512" y="378.47980718197795" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 378.575807193178)"/> <rect x="23.2480022456" y="378.47980718197795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 378.575807193178)"/> <rect x="31.6960032312" y="378.47980718197795" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 33.520003444 378.575807193178)"/> <rect x="38.2240039928" y="378.47980718197795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 378.575807193178)"/> <rect x="41.2960043512" y="378.47980718197795" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 378.575807193178)"/> <rect x="62.2240067928" y="378.47980718197795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.70400684879999 378.575807193178)"/> <rect x="64.720007084" y="378.47980718197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.2960071512 378.575807193178)"/> <rect x="71.05600782319999" y="378.47980718197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.63200789039999 378.575807193178)"/> <rect x="74.5120082264" y="378.47980718197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.0880082936 378.575807193178)"/> <rect x="17.2960015512" y="378.28780715957794" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 378.3838071707779)"/> <rect x="23.2480022456" y="378.28780715957794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 378.3838071707779)"/> <rect x="31.5040032088" y="378.28780715957794" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 33.3280034216 378.3838071707779)"/> <rect x="38.2240039928" y="378.28780715957794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 378.3838071707779)"/> <rect x="41.2960043512" y="378.28780715957794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 378.3838071707779)"/> <rect x="62.2240067928" y="378.28780715957794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.70400684879999 378.3838071707779)"/> <rect x="64.9120071064" y="378.28780715957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.4880071736 378.3838071707779)"/> <rect x="70.8640078008" y="378.28780715957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.440007868 378.3838071707779)"/> <rect x="74.5120082264" y="378.28780715957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.0880082936 378.3838071707779)"/> <rect x="17.2960015512" y="378.0958071371779" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 378.19180714837796)"/> <rect x="23.2480022456" y="378.0958071371779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 378.19180714837796)"/> <rect x="31.3120031864" y="378.0958071371779" width="3.648000425599996" height="0.19200002240000913" transform="rotate(0.000000 33.13600339919999 378.19180714837796)"/> <rect x="38.2240039928" y="378.0958071371779" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 39.184004104799996 378.19180714837796)"/> <rect x="41.2960043512" y="378.0958071371779" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 378.19180714837796)"/> <rect x="62.032006770399995" y="378.0958071371779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.608006837599994 378.19180714837796)"/> <rect x="65.10400712879999" y="378.0958071371779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.68000719599999 378.19180714837796)"/> <rect x="70.6720077784" y="378.0958071371779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.2480078456 378.19180714837796)"/> <rect x="74.70400824880001" y="378.0958071371779" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.1840083048 378.19180714837796)"/> <rect x="17.2960015512" y="377.9038071147779" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 377.9998071259779)"/> <rect x="23.2480022456" y="377.9038071147779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 377.9998071259779)"/> <rect x="31.120003164" y="377.9038071147779" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 377.9998071259779)"/> <rect x="38.4160040152" y="377.9038071147779" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.280004116 377.9998071259779)"/> <rect x="41.4880043736" y="377.9038071147779" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 42.8320045304 377.9998071259779)"/> <rect x="62.032006770399995" y="377.9038071147779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.608006837599994 377.9998071259779)"/> <rect x="65.2960071512" y="377.9038071147779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.8720072184 377.9998071259779)"/> <rect x="70.480007756" y="377.9038071147779" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 71.05600782319999 377.9998071259779)"/> <rect x="74.70400824880001" y="377.9038071147779" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.1840083048 377.9998071259779)"/> <rect x="17.2960015512" y="377.71180709237797" width="2.6880003136" height="0.19200002239995229" transform="rotate(0.000000 18.640001708 377.80780710357794)"/> <rect x="23.2480022456" y="377.71180709237797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 377.80780710357794)"/> <rect x="30.928003141599998" y="377.71180709237797" width="3.6480004256000065" height="0.19200002239995229" transform="rotate(0.000000 32.7520033544 377.80780710357794)"/> <rect x="38.4160040152" y="377.71180709237797" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 39.280004116 377.80780710357794)"/> <rect x="41.4880043736" y="377.71180709237797" width="2.6880003136" height="0.19200002239995229" transform="rotate(0.000000 42.8320045304 377.80780710357794)"/> <rect x="62.032006770399995" y="377.71180709237797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 62.608006837599994 377.80780710357794)"/> <rect x="65.4880071736" y="377.71180709237797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 66.0640072408 377.80780710357794)"/> <rect x="70.2880077336" y="377.71180709237797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 70.8640078008 377.80780710357794)"/> <rect x="74.70400824880001" y="377.71180709237797" width="0.9600001119999888" height="0.19200002239995229" transform="rotate(0.000000 75.1840083048 377.80780710357794)"/> <rect x="17.2960015512" y="377.51980706997796" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 18.640001708 377.615807081178)"/> <rect x="23.2480022456" y="377.51980706997796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 377.615807081178)"/> <rect x="30.7360031192" y="377.51980706997796" width="3.648000425599996" height="0.19200002240000913" transform="rotate(0.000000 32.560003331999994 377.615807081178)"/> <rect x="38.4160040152" y="377.51980706997796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.280004116 377.615807081178)"/> <rect x="41.4880043736" y="377.51980706997796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 377.615807081178)"/> <rect x="62.032006770399995" y="377.51980706997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.608006837599994 377.615807081178)"/> <rect x="65.68000719599999" y="377.51980706997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 66.25600726319999 377.615807081178)"/> <rect x="70.0960077112" y="377.51980706997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 70.6720077784 377.615807081178)"/> <rect x="74.70400824880001" y="377.51980706997796" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.1840083048 377.615807081178)"/> <rect x="17.104001528799998" y="377.32780704757795" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 377.4238070587779)"/> <rect x="23.2480022456" y="377.32780704757795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 377.4238070587779)"/> <rect x="30.544003096799997" y="377.32780704757795" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 32.3680033096 377.4238070587779)"/> <rect x="38.4160040152" y="377.32780704757795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.280004116 377.4238070587779)"/> <rect x="41.4880043736" y="377.32780704757795" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 377.4238070587779)"/> <rect x="62.032006770399995" y="377.32780704757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.608006837599994 377.4238070587779)"/> <rect x="65.8720072184" y="377.32780704757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 66.4480072856 377.4238070587779)"/> <rect x="69.90400768880001" y="377.32780704757795" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 70.48000775599999 377.4238070587779)"/> <rect x="74.70400824880001" y="377.32780704757795" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.1840083048 377.4238070587779)"/> <rect x="17.104001528799998" y="377.13580702517794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 377.231807036378)"/> <rect x="23.2480022456" y="377.13580702517794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 377.231807036378)"/> <rect x="30.3520030744" y="377.13580702517794" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 32.1760032872 377.231807036378)"/> <rect x="38.4160040152" y="377.13580702517794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.280004116 377.231807036378)"/> <rect x="41.4880043736" y="377.13580702517794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 377.231807036378)"/> <rect x="62.032006770399995" y="377.13580702517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.608006837599994 377.231807036378)"/> <rect x="66.0640072408" y="377.13580702517794" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 66.64000730800001 377.231807036378)"/> <rect x="69.7120076664" y="377.13580702517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 70.2880077336 377.231807036378)"/> <rect x="74.70400824880001" y="377.13580702517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.280008316 377.231807036378)"/> <rect x="17.104001528799998" y="376.94380700277793" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 377.0398070139779)"/> <rect x="23.2480022456" y="376.94380700277793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 377.0398070139779)"/> <rect x="30.160003052" y="376.94380700277793" width="3.648000425599996" height="0.19200002240000913" transform="rotate(0.000000 31.9840032648 377.0398070139779)"/> <rect x="38.4160040152" y="376.94380700277793" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.280004116 377.0398070139779)"/> <rect x="41.4880043736" y="376.94380700277793" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 377.0398070139779)"/> <rect x="62.032006770399995" y="376.94380700277793" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 62.5120068264 377.0398070139779)"/> <rect x="66.25600726319999" y="376.94380700277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 66.83200733039999 377.0398070139779)"/> <rect x="69.520007644" y="376.94380700277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 70.0960077112 377.0398070139779)"/> <rect x="74.70400824880001" y="376.94380700277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.280008316 377.0398070139779)"/> <rect x="17.104001528799998" y="376.751806980378" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 18.5440016968 376.84780699157795)"/> <rect x="23.2480022456" y="376.751806980378" width="5.568000649600002" height="0.19200002239995229" transform="rotate(0.000000 26.0320025704 376.84780699157795)"/> <rect x="29.9680030296" y="376.751806980378" width="3.840000447999998" height="0.19200002239995229" transform="rotate(0.000000 31.888003253599997 376.84780699157795)"/> <rect x="38.4160040152" y="376.751806980378" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 39.280004116 376.84780699157795)"/> <rect x="41.4880043736" y="376.751806980378" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 42.928004541600004 376.84780699157795)"/> <rect x="62.032006770399995" y="376.751806980378" width="0.960000112000003" height="0.19200002239995229" transform="rotate(0.000000 62.5120068264 376.84780699157795)"/> <rect x="66.4480072856" y="376.751806980378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 67.0240073528 376.84780699157795)"/> <rect x="69.32800762160001" y="376.751806980378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 69.90400768880001 376.84780699157795)"/> <rect x="74.70400824880001" y="376.751806980378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 75.280008316 376.84780699157795)"/> <rect x="17.104001528799998" y="376.55980695797797" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 376.655806969178)"/> <rect x="23.2480022456" y="376.55980695797797" width="6.336000739199999" height="0.19200002240000913" transform="rotate(0.000000 26.4160026152 376.655806969178)"/> <rect x="29.7760030072" y="376.55980695797797" width="4.032000470399996" height="0.19200002240000913" transform="rotate(0.000000 31.7920032424 376.655806969178)"/> <rect x="38.2240039928" y="376.55980695797797" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 39.184004104799996 376.655806969178)"/> <rect x="41.680004396" y="376.55980695797797" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 376.655806969178)"/> <rect x="62.032006770399995" y="376.55980695797797" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 62.5120068264 376.655806969178)"/> <rect x="66.640007308" y="376.55980695797797" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 67.21600737520001 376.655806969178)"/> <rect x="69.1360075992" y="376.55980695797797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 69.7120076664 376.655806969178)"/> <rect x="74.70400824880001" y="376.55980695797797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.280008316 376.655806969178)"/> <rect x="17.104001528799998" y="376.36780693557796" width="2.6880003136000035" height="0.19200002240000913" transform="rotate(0.000000 18.448001685599998 376.46380694677794)"/> <rect x="23.2480022456" y="376.36780693557796" width="10.560001231999998" height="0.19200002240000913" transform="rotate(0.000000 28.528002861599997 376.46380694677794)"/> <rect x="38.2240039928" y="376.36780693557796" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 39.184004104799996 376.46380694677794)"/> <rect x="41.680004396" y="376.36780693557796" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 376.46380694677794)"/> <rect x="62.032006770399995" y="376.36780693557796" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 62.5120068264 376.46380694677794)"/> <rect x="66.83200733039999" y="376.36780693557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 67.40800739759999 376.46380694677794)"/> <rect x="68.9440075768" y="376.36780693557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 69.520007644 376.46380694677794)"/> <rect x="74.70400824880001" y="376.36780693557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.280008316 376.46380694677794)"/> <rect x="17.104001528799998" y="376.17580691317795" width="2.6880003136000035" height="0.19200002240000913" transform="rotate(0.000000 18.448001685599998 376.271806924378)"/> <rect x="23.2480022456" y="376.17580691317795" width="10.560001231999998" height="0.19200002240000913" transform="rotate(0.000000 28.528002861599997 376.271806924378)"/> <rect x="38.2240039928" y="376.17580691317795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 376.271806924378)"/> <rect x="41.680004396" y="376.17580691317795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 376.271806924378)"/> <rect x="62.032006770399995" y="376.17580691317795" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 62.5120068264 376.271806924378)"/> <rect x="67.0240073528" y="376.17580691317795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 67.60000742 376.271806924378)"/> <rect x="68.75200755440001" y="376.17580691317795" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 69.4240076328 376.271806924378)"/> <rect x="74.8960082712" y="376.17580691317795" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.3760083272 376.271806924378)"/> <rect x="17.104001528799998" y="375.98380689077794" width="2.6880003136000035" height="0.19200002240000913" transform="rotate(0.000000 18.448001685599998 376.0798069019779)"/> <rect x="23.2480022456" y="375.98380689077794" width="10.560001231999998" height="0.19200002240000913" transform="rotate(0.000000 28.528002861599997 376.0798069019779)"/> <rect x="38.2240039928" y="375.98380689077794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 376.0798069019779)"/> <rect x="41.680004396" y="375.98380689077794" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 376.0798069019779)"/> <rect x="61.840006748" y="375.98380689077794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 376.0798069019779)"/> <rect x="67.21600737520001" y="375.98380689077794" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 67.7920074424 376.0798069019779)"/> <rect x="68.560007532" y="375.98380689077794" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 69.2320076104 376.0798069019779)"/> <rect x="74.8960082712" y="375.98380689077794" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.3760083272 376.0798069019779)"/> <rect x="17.104001528799998" y="375.79180686837793" width="2.6880003136000035" height="0.19200002240000913" transform="rotate(0.000000 18.448001685599998 375.88780687957797)"/> <rect x="23.2480022456" y="375.79180686837793" width="10.560001231999998" height="0.19200002240000913" transform="rotate(0.000000 28.528002861599997 375.88780687957797)"/> <rect x="38.2240039928" y="375.79180686837793" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 375.88780687957797)"/> <rect x="41.680004396" y="375.79180686837793" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 375.88780687957797)"/> <rect x="61.840006748" y="375.79180686837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 375.88780687957797)"/> <rect x="67.40800739759999" y="375.79180686837793" width="2.30400026880001" height="0.19200002240000913" transform="rotate(0.000000 68.56000753199999 375.88780687957797)"/> <rect x="74.8960082712" y="375.79180686837793" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.3760083272 375.88780687957797)"/> <rect x="17.104001528799998" y="375.5998068459779" width="2.6880003136000035" height="0.19200002240000913" transform="rotate(0.000000 18.448001685599998 375.6958068571779)"/> <rect x="23.2480022456" y="375.5998068459779" width="10.7520012544" height="0.19200002240000913" transform="rotate(0.000000 28.6240028728 375.6958068571779)"/> <rect x="38.2240039928" y="375.5998068459779" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 39.0880040936 375.6958068571779)"/> <rect x="41.680004396" y="375.5998068459779" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 375.6958068571779)"/> <rect x="61.840006748" y="375.5998068459779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 375.6958068571779)"/> <rect x="67.60000742" y="375.5998068459779" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 68.560007532 375.6958068571779)"/> <rect x="74.8960082712" y="375.5998068459779" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.3760083272 375.6958068571779)"/> <rect x="17.104001528799998" y="375.40780682357797" width="2.6880003136000035" height="0.19200002239995229" transform="rotate(0.000000 18.448001685599998 375.50380683477795)"/> <rect x="23.2480022456" y="375.40780682357797" width="10.7520012544" height="0.19200002239995229" transform="rotate(0.000000 28.6240028728 375.50380683477795)"/> <rect x="38.0320039704" y="375.40780682357797" width="1.920000223999999" height="0.19200002239995229" transform="rotate(0.000000 38.9920040824 375.50380683477795)"/> <rect x="41.680004396" y="375.40780682357797" width="2.6880003136" height="0.19200002239995229" transform="rotate(0.000000 43.0240045528 375.50380683477795)"/> <rect x="61.840006748" y="375.40780682357797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 62.4160068152 375.50380683477795)"/> <rect x="67.7920074424" y="375.40780682357797" width="1.536000179200002" height="0.19200002239995229" transform="rotate(0.000000 68.56000753200001 375.50380683477795)"/> <rect x="74.8960082712" y="375.40780682357797" width="0.960000112000003" height="0.19200002239995229" transform="rotate(0.000000 75.3760083272 375.50380683477795)"/> <rect x="17.104001528799998" y="375.21580680117796" width="2.6880003136000035" height="0.19200002240000913" transform="rotate(0.000000 18.448001685599998 375.311806812378)"/> <rect x="23.2480022456" y="375.21580680117796" width="10.7520012544" height="0.19200002240000913" transform="rotate(0.000000 28.6240028728 375.311806812378)"/> <rect x="38.0320039704" y="375.21580680117796" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 38.9920040824 375.311806812378)"/> <rect x="41.680004396" y="375.21580680117796" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 375.311806812378)"/> <rect x="61.840006748" y="375.21580680117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 375.311806812378)"/> <rect x="67.7920074424" y="375.21580680117796" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 68.46400752080001 375.311806812378)"/> <rect x="74.8960082712" y="375.21580680117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.4720083384 375.311806812378)"/> <rect x="17.104001528799998" y="375.02380677877795" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 375.11980678997793)"/> <rect x="23.2480022456" y="375.02380677877795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 375.11980678997793)"/> <rect x="28.048002805599996" y="375.02380677877795" width="3.8400004480000014" height="0.19200002240000913" transform="rotate(0.000000 29.9680030296 375.11980678997793)"/> <rect x="32.080003276" y="375.02380677877795" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 33.1360033992 375.11980678997793)"/> <rect x="37.840003948" y="375.02380677877795" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 38.80000406 375.11980678997793)"/> <rect x="41.680004396" y="375.02380677877795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 375.11980678997793)"/> <rect x="61.840006748" y="375.02380677877795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 375.11980678997793)"/> <rect x="67.7920074424" y="375.02380677877795" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 68.56000753200001 375.11980678997793)"/> <rect x="74.8960082712" y="375.02380677877795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.4720083384 375.11980678997793)"/> <rect x="17.104001528799998" y="374.83180675637794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 374.927806767578)"/> <rect x="23.2480022456" y="374.83180675637794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 374.927806767578)"/> <rect x="28.048002805599996" y="374.83180675637794" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 29.872003018399997 374.927806767578)"/> <rect x="32.080003276" y="374.83180675637794" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 33.2320034104 374.927806767578)"/> <rect x="37.840003948" y="374.83180675637794" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 38.80000406 374.927806767578)"/> <rect x="41.680004396" y="374.83180675637794" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 43.0240045528 374.927806767578)"/> <rect x="61.840006748" y="374.83180675637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.4160068152 374.927806767578)"/> <rect x="67.60000742" y="374.83180675637794" width="1.920000224000006" height="0.19200002240000913" transform="rotate(0.000000 68.560007532 374.927806767578)"/> <rect x="74.8960082712" y="374.83180675637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.4720083384 374.927806767578)"/> <rect x="17.104001528799998" y="374.63980673397793" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 374.7358067451779)"/> <rect x="23.2480022456" y="374.63980673397793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 374.7358067451779)"/> <rect x="27.856002783199997" y="374.63980673397793" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 29.680002996 374.7358067451779)"/> <rect x="32.080003276" y="374.63980673397793" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 33.2320034104 374.7358067451779)"/> <rect x="37.6480039256" y="374.63980673397793" width="2.112000246399994" height="0.19200002240000913" transform="rotate(0.000000 38.7040040488 374.7358067451779)"/> <rect x="41.4880043736" y="374.63980673397793" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 374.7358067451779)"/> <rect x="61.840006748" y="374.63980673397793" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.320006804 374.7358067451779)"/> <rect x="67.40800739759999" y="374.63980673397793" width="2.30400026880001" height="0.19200002240000913" transform="rotate(0.000000 68.56000753199999 374.7358067451779)"/> <rect x="74.8960082712" y="374.63980673397793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.4720083384 374.7358067451779)"/> <rect x="17.104001528799998" y="374.447806711578" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 18.5440016968 374.54380672277796)"/> <rect x="23.2480022456" y="374.447806711578" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 374.54380672277796)"/> <rect x="27.6640027608" y="374.447806711578" width="3.8400004480000014" height="0.19200002239995229" transform="rotate(0.000000 29.5840029848 374.54380672277796)"/> <rect x="32.080003276" y="374.447806711578" width="2.496000291200005" height="0.19200002239995229" transform="rotate(0.000000 33.3280034216 374.54380672277796)"/> <rect x="37.45600390319999" y="374.447806711578" width="2.112000246400008" height="0.19200002239995229" transform="rotate(0.000000 38.51200402639999 374.54380672277796)"/> <rect x="41.4880043736" y="374.447806711578" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 42.928004541600004 374.54380672277796)"/> <rect x="61.840006748" y="374.447806711578" width="0.9600001119999959" height="0.19200002239995229" transform="rotate(0.000000 62.320006804 374.54380672277796)"/> <rect x="67.21600737520001" y="374.447806711578" width="1.1520001343999837" height="0.19200002239995229" transform="rotate(0.000000 67.7920074424 374.54380672277796)"/> <rect x="68.75200755440001" y="374.447806711578" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 69.32800762160001 374.54380672277796)"/> <rect x="74.8960082712" y="374.447806711578" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 75.4720083384 374.54380672277796)"/> <rect x="17.104001528799998" y="374.255806689178" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.5440016968 374.351806700378)"/> <rect x="23.2480022456" y="374.255806689178" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 374.351806700378)"/> <rect x="27.4720027384" y="374.255806689178" width="4.224000492799998" height="0.19200002240000913" transform="rotate(0.000000 29.5840029848 374.351806700378)"/> <rect x="32.080003276" y="374.255806689178" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 33.4240034328 374.351806700378)"/> <rect x="37.2640038808" y="374.255806689178" width="2.304000268800003" height="0.19200002240000913" transform="rotate(0.000000 38.4160040152 374.351806700378)"/> <rect x="41.4880043736" y="374.255806689178" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 374.351806700378)"/> <rect x="61.840006748" y="374.255806689178" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.320006804 374.351806700378)"/> <rect x="67.0240073528" y="374.255806689178" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 67.60000742 374.351806700378)"/> <rect x="68.9440075768" y="374.255806689178" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 69.520007644 374.351806700378)"/> <rect x="74.8960082712" y="374.255806689178" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.4720083384 374.351806700378)"/> <rect x="17.2960015512" y="374.06380666677796" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 18.640001708 374.15980667797794)"/> <rect x="23.2480022456" y="374.06380666677796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 374.15980667797794)"/> <rect x="27.280002716" y="374.06380666677796" width="4.4160005152" height="0.19200002240000913" transform="rotate(0.000000 29.488002973599997 374.15980667797794)"/> <rect x="32.080003276" y="374.06380666677796" width="2.880000335999995" height="0.19200002240000913" transform="rotate(0.000000 33.520003444 374.15980667797794)"/> <rect x="37.072003858399995" y="374.06380666677796" width="2.304000268800003" height="0.19200002240000913" transform="rotate(0.000000 38.22400399279999 374.15980667797794)"/> <rect x="41.4880043736" y="374.06380666677796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.928004541600004 374.15980667797794)"/> <rect x="61.840006748" y="374.06380666677796" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.320006804 374.15980667797794)"/> <rect x="66.83200733039999" y="374.06380666677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 67.40800739759999 374.15980667797794)"/> <rect x="69.1360075992" y="374.06380666677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 69.7120076664 374.15980667797794)"/> <rect x="75.0880082936" y="374.06380666677796" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.5680083496 374.15980667797794)"/> <rect x="17.2960015512" y="373.87180664437795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 18.640001708 373.967806655578)"/> <rect x="23.2480022456" y="373.87180664437795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 373.967806655578)"/> <rect x="27.0880026936" y="373.87180664437795" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 29.3920029624 373.967806655578)"/> <rect x="32.080003276" y="373.87180664437795" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 33.7120034664 373.967806655578)"/> <rect x="36.6880038136" y="373.87180664437795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 38.0320039704 373.967806655578)"/> <rect x="41.4880043736" y="373.87180664437795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 42.8320045304 373.967806655578)"/> <rect x="61.840006748" y="373.87180664437795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.320006804 373.967806655578)"/> <rect x="66.640007308" y="373.87180664437795" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 67.21600737520001 373.967806655578)"/> <rect x="69.32800762160001" y="373.87180664437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 69.90400768880001 373.967806655578)"/> <rect x="75.0880082936" y="373.87180664437795" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.5680083496 373.967806655578)"/> <rect x="17.2960015512" y="373.67980662197795" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 373.7758066331779)"/> <rect x="23.2480022456" y="373.67980662197795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 373.7758066331779)"/> <rect x="26.8960026712" y="373.67980662197795" width="4.800000559999997" height="0.19200002240000913" transform="rotate(0.000000 29.296002951200002 373.7758066331779)"/> <rect x="32.080003276" y="373.67980662197795" width="7.104000828799997" height="0.19200002240000913" transform="rotate(0.000000 35.6320036904 373.7758066331779)"/> <rect x="41.4880043736" y="373.67980662197795" width="2.6880003136" height="0.19200002240000913" transform="rotate(0.000000 42.8320045304 373.7758066331779)"/> <rect x="61.6480067256" y="373.67980662197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.2240067928 373.7758066331779)"/> <rect x="66.4480072856" y="373.67980662197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 67.0240073528 373.7758066331779)"/> <rect x="69.520007644" y="373.67980662197795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 70.0960077112 373.7758066331779)"/> <rect x="75.0880082936" y="373.67980662197795" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.5680083496 373.7758066331779)"/> <rect x="17.2960015512" y="373.48780659957794" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 373.58380661077797)"/> <rect x="23.2480022456" y="373.48780659957794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 373.58380661077797)"/> <rect x="26.7040026488" y="373.48780659957794" width="4.992000582399999" height="0.19200002240000913" transform="rotate(0.000000 29.200002939999997 373.58380661077797)"/> <rect x="32.080003276" y="373.48780659957794" width="6.912000806400002" height="0.19200002240000913" transform="rotate(0.000000 35.5360036792 373.58380661077797)"/> <rect x="41.2960043512" y="373.48780659957794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 373.58380661077797)"/> <rect x="61.6480067256" y="373.48780659957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.2240067928 373.58380661077797)"/> <rect x="66.25600726319999" y="373.48780659957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 66.83200733039999 373.58380661077797)"/> <rect x="69.7120076664" y="373.48780659957794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 70.2880077336 373.58380661077797)"/> <rect x="75.0880082936" y="373.48780659957794" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.5680083496 373.58380661077797)"/> <rect x="17.2960015512" y="373.2958065771779" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 373.3918065883779)"/> <rect x="23.2480022456" y="373.2958065771779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 373.3918065883779)"/> <rect x="26.512002626399997" y="373.2958065771779" width="5.3760006272" height="0.19200002240000913" transform="rotate(0.000000 29.200002939999997 373.3918065883779)"/> <rect x="32.080003276" y="373.2958065771779" width="6.720000784" height="0.19200002240000913" transform="rotate(0.000000 35.440003668 373.3918065883779)"/> <rect x="41.2960043512" y="373.2958065771779" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 373.3918065883779)"/> <rect x="61.6480067256" y="373.2958065771779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.2240067928 373.3918065883779)"/> <rect x="66.0640072408" y="373.2958065771779" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 66.64000730800001 373.3918065883779)"/> <rect x="69.90400768880001" y="373.2958065771779" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 70.48000775599999 373.3918065883779)"/> <rect x="75.0880082936" y="373.2958065771779" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.5680083496 373.3918065883779)"/> <rect x="17.2960015512" y="373.103806554778" width="2.8800003359999984" height="0.19200002239995229" transform="rotate(0.000000 18.736001719199997 373.19980656597795)"/> <rect x="23.2480022456" y="373.103806554778" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 373.19980656597795)"/> <rect x="26.320002604" y="373.103806554778" width="3.6480004255999994" height="0.19200002239995229" transform="rotate(0.000000 28.144002816799997 373.19980656597795)"/> <rect x="30.160003052" y="373.103806554778" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 31.0240031528 373.19980656597795)"/> <rect x="32.080003276" y="373.103806554778" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 32.9440033768 373.19980656597795)"/> <rect x="34.0000035" y="373.103806554778" width="4.608000537599999" height="0.19200002239995229" transform="rotate(0.000000 36.3040037688 373.19980656597795)"/> <rect x="41.2960043512" y="373.103806554778" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 42.736004519199994 373.19980656597795)"/> <rect x="61.6480067256" y="373.103806554778" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 62.2240067928 373.19980656597795)"/> <rect x="65.8720072184" y="373.103806554778" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 66.4480072856 373.19980656597795)"/> <rect x="70.0960077112" y="373.103806554778" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 70.6720077784 373.19980656597795)"/> <rect x="75.0880082936" y="373.103806554778" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 75.6640083608 373.19980656597795)"/> <rect x="17.2960015512" y="372.91180653237797" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 18.736001719199997 373.007806543578)"/> <rect x="23.2480022456" y="372.91180653237797" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 373.007806543578)"/> <rect x="26.128002581599997" y="372.91180653237797" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 27.9520027944 373.007806543578)"/> <rect x="30.160003052" y="372.91180653237797" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 31.0240031528 373.007806543578)"/> <rect x="32.080003276" y="372.91180653237797" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 373.007806543578)"/> <rect x="34.1920035224" y="372.91180653237797" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 36.3040037688 373.007806543578)"/> <rect x="41.2960043512" y="372.91180653237797" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.736004519199994 373.007806543578)"/> <rect x="61.6480067256" y="372.91180653237797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.2240067928 373.007806543578)"/> <rect x="65.68000719599999" y="372.91180653237797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 66.25600726319999 373.007806543578)"/> <rect x="70.2880077336" y="372.91180653237797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 70.8640078008 373.007806543578)"/> <rect x="75.0880082936" y="372.91180653237797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.6640083608 373.007806543578)"/> <rect x="17.4880015736" y="372.71980650997796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.9280017416 372.81580652117793)"/> <rect x="23.2480022456" y="372.71980650997796" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 372.81580652117793)"/> <rect x="25.9360025592" y="372.71980650997796" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 27.760002772 372.81580652117793)"/> <rect x="30.160003052" y="372.71980650997796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 31.0240031528 372.81580652117793)"/> <rect x="32.080003276" y="372.71980650997796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 372.81580652117793)"/> <rect x="34.384003544799995" y="372.71980650997796" width="3.840000448000005" height="0.19200002240000913" transform="rotate(0.000000 36.3040037688 372.81580652117793)"/> <rect x="41.1040043288" y="372.71980650997796" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 372.81580652117793)"/> <rect x="61.6480067256" y="372.71980650997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 62.2240067928 372.81580652117793)"/> <rect x="65.4880071736" y="372.71980650997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 66.0640072408 372.81580652117793)"/> <rect x="70.480007756" y="372.71980650997796" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 71.05600782319999 372.81580652117793)"/> <rect x="75.0880082936" y="372.71980650997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.6640083608 372.81580652117793)"/> <rect x="17.4880015736" y="372.52780648757795" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.9280017416 372.623806498778)"/> <rect x="23.2480022456" y="372.52780648757795" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 372.623806498778)"/> <rect x="25.7440025368" y="372.52780648757795" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 27.568002749599998 372.623806498778)"/> <rect x="30.160003052" y="372.52780648757795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 31.0240031528 372.623806498778)"/> <rect x="32.080003276" y="372.52780648757795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 372.623806498778)"/> <rect x="34.576003567200004" y="372.52780648757795" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 36.208003757600004 372.623806498778)"/> <rect x="41.1040043288" y="372.52780648757795" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 372.623806498778)"/> <rect x="61.6480067256" y="372.52780648757795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.12800678159999 372.623806498778)"/> <rect x="65.2960071512" y="372.52780648757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.8720072184 372.623806498778)"/> <rect x="70.6720077784" y="372.52780648757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.2480078456 372.623806498778)"/> <rect x="75.0880082936" y="372.52780648757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.6640083608 372.623806498778)"/> <rect x="17.4880015736" y="372.33580646517794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 18.9280017416 372.4318064763779)"/> <rect x="23.2480022456" y="372.33580646517794" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 372.4318064763779)"/> <rect x="25.5520025144" y="372.33580646517794" width="3.648000425599996" height="0.19200002240000913" transform="rotate(0.000000 27.3760027272 372.4318064763779)"/> <rect x="30.160003052" y="372.33580646517794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 31.0240031528 372.4318064763779)"/> <rect x="32.080003276" y="372.33580646517794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 372.4318064763779)"/> <rect x="34.960003611999994" y="372.33580646517794" width="2.496000291199998" height="0.19200002240000913" transform="rotate(0.000000 36.2080037576 372.4318064763779)"/> <rect x="41.1040043288" y="372.33580646517794" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.5440044968 372.4318064763779)"/> <rect x="61.6480067256" y="372.33580646517794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.12800678159999 372.4318064763779)"/> <rect x="65.10400712879999" y="372.33580646517794" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 65.7760072072 372.4318064763779)"/> <rect x="70.8640078008" y="372.33580646517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.440007868 372.4318064763779)"/> <rect x="75.0880082936" y="372.33580646517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.6640083608 372.4318064763779)"/> <rect x="17.4880015736" y="372.14380644277793" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.024001752799997 372.23980645397796)"/> <rect x="23.2480022456" y="372.14380644277793" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 372.23980645397796)"/> <rect x="25.360002492" y="372.14380644277793" width="3.6480004255999994" height="0.19200002240000913" transform="rotate(0.000000 27.1840027048 372.23980645397796)"/> <rect x="29.9680030296" y="372.14380644277793" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 30.928003141599998 372.23980645397796)"/> <rect x="32.080003276" y="372.14380644277793" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 372.23980645397796)"/> <rect x="40.9120043064" y="372.14380644277793" width="3.072000358400004" height="0.19200002240000913" transform="rotate(0.000000 42.4480044856 372.23980645397796)"/> <rect x="61.6480067256" y="372.14380644277793" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.12800678159999 372.23980645397796)"/> <rect x="64.9120071064" y="372.14380644277793" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 65.58400718479999 372.23980645397796)"/> <rect x="71.05600782319999" y="372.14380644277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.63200789039999 372.23980645397796)"/> <rect x="75.0880082936" y="372.14380644277793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.6640083608 372.23980645397796)"/> <rect x="17.680001596" y="371.9518064203779" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 19.120001764 372.0478064315779)"/> <rect x="23.2480022456" y="371.9518064203779" width="1.5360001791999984" height="0.19200002240000913" transform="rotate(0.000000 24.0160023352 372.0478064315779)"/> <rect x="25.168002469599998" y="371.9518064203779" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 26.9920026824 372.0478064315779)"/> <rect x="29.9680030296" y="371.9518064203779" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 30.928003141599998 372.0478064315779)"/> <rect x="32.080003276" y="371.9518064203779" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 372.0478064315779)"/> <rect x="40.9120043064" y="371.9518064203779" width="2.880000336000002" height="0.19200002240000913" transform="rotate(0.000000 42.352004474400005 372.0478064315779)"/> <rect x="61.6480067256" y="371.9518064203779" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.12800678159999 372.0478064315779)"/> <rect x="64.720007084" y="371.9518064203779" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 65.3920071624 372.0478064315779)"/> <rect x="71.2480078456" y="371.9518064203779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 71.8240079128 372.0478064315779)"/> <rect x="75.280008316" y="371.9518064203779" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.760008372 372.0478064315779)"/> <rect x="17.680001596" y="371.75980639797797" width="3.072000358399997" height="0.19200002239995229" transform="rotate(0.000000 19.2160017752 371.85580640917794)"/> <rect x="23.2480022456" y="371.75980639797797" width="1.5360001791999984" height="0.19200002239995229" transform="rotate(0.000000 24.0160023352 371.85580640917794)"/> <rect x="24.9760024472" y="371.75980639797797" width="3.6480004255999994" height="0.19200002239995229" transform="rotate(0.000000 26.800002659999997 371.85580640917794)"/> <rect x="29.9680030296" y="371.75980639797797" width="1.7280002016000005" height="0.19200002239995229" transform="rotate(0.000000 30.832003130399997 371.85580640917794)"/> <rect x="32.080003276" y="371.75980639797797" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 32.9440033768 371.85580640917794)"/> <rect x="40.9120043064" y="371.75980639797797" width="2.880000336000002" height="0.19200002239995229" transform="rotate(0.000000 42.352004474400005 371.85580640917794)"/> <rect x="61.6480067256" y="371.75980639797797" width="0.9600001119999959" height="0.19200002239995229" transform="rotate(0.000000 62.12800678159999 371.85580640917794)"/> <rect x="64.720007084" y="371.75980639797797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 65.2960071512 371.85580640917794)"/> <rect x="71.440007868" y="371.75980639797797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 72.0160079352 371.85580640917794)"/> <rect x="75.280008316" y="371.75980639797797" width="0.9600001119999888" height="0.19200002239995229" transform="rotate(0.000000 75.760008372 371.85580640917794)"/> <rect x="17.680001596" y="371.56780637557796" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 19.2160017752 371.663806386778)"/> <rect x="23.2480022456" y="371.56780637557796" width="5.184000604800001" height="0.19200002240000913" transform="rotate(0.000000 25.840002548 371.663806386778)"/> <rect x="29.9680030296" y="371.56780637557796" width="1.7280002016000005" height="0.19200002240000913" transform="rotate(0.000000 30.832003130399997 371.663806386778)"/> <rect x="32.080003276" y="371.56780637557796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 371.663806386778)"/> <rect x="40.720004284000005" y="371.56780637557796" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 42.2560044632 371.663806386778)"/> <rect x="61.6480067256" y="371.56780637557796" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 62.12800678159999 371.663806386778)"/> <rect x="64.5280070616" y="371.56780637557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 65.10400712879999 371.663806386778)"/> <rect x="71.63200789039999" y="371.56780637557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 72.20800795759999 371.663806386778)"/> <rect x="75.280008316" y="371.56780637557796" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.760008372 371.663806386778)"/> <rect x="17.8720016184" y="371.37580635317795" width="2.8800003359999984" height="0.19200002240000913" transform="rotate(0.000000 19.312001786399996 371.4718063643779)"/> <rect x="23.2480022456" y="371.37580635317795" width="4.992000582400003" height="0.19200002240000913" transform="rotate(0.000000 25.7440025368 371.4718063643779)"/> <rect x="29.7760030072" y="371.37580635317795" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 371.4718063643779)"/> <rect x="32.080003276" y="371.37580635317795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 371.4718063643779)"/> <rect x="40.720004284000005" y="371.37580635317795" width="2.880000335999995" height="0.19200002240000913" transform="rotate(0.000000 42.160004452 371.4718063643779)"/> <rect x="61.4560067032" y="371.37580635317795" width="1.1520001343999908" height="0.19200002240000913" transform="rotate(0.000000 62.0320067704 371.4718063643779)"/> <rect x="64.3360070392" y="371.37580635317795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 64.9120071064 371.4718063643779)"/> <rect x="71.63200789039999" y="371.37580635317795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 72.3040079688 371.4718063643779)"/> <rect x="75.280008316" y="371.37580635317795" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.760008372 371.4718063643779)"/> <rect x="17.8720016184" y="371.18380633077794" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.4080017976 371.279806341978)"/> <rect x="23.2480022456" y="371.18380633077794" width="4.800000559999997" height="0.19200002240000913" transform="rotate(0.000000 25.6480025256 371.279806341978)"/> <rect x="29.584002984799998" y="371.18380633077794" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 30.640003108 371.279806341978)"/> <rect x="32.080003276" y="371.18380633077794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 371.279806341978)"/> <rect x="40.528004261599996" y="371.18380633077794" width="3.072000358400004" height="0.19200002240000913" transform="rotate(0.000000 42.0640044408 371.279806341978)"/> <rect x="61.4560067032" y="371.18380633077794" width="1.1520001343999908" height="0.19200002240000913" transform="rotate(0.000000 62.0320067704 371.279806341978)"/> <rect x="64.1440070168" y="371.18380633077794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 64.720007084 371.279806341978)"/> <rect x="71.8240079128" y="371.18380633077794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 72.4960079912 371.279806341978)"/> <rect x="75.280008316" y="371.18380633077794" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 75.760008372 371.279806341978)"/> <rect x="17.8720016184" y="370.99180630837793" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.4080017976 371.0878063195779)"/> <rect x="23.2480022456" y="370.99180630837793" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 25.552002514399998 371.0878063195779)"/> <rect x="29.584002984799998" y="370.99180630837793" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 30.640003108 371.0878063195779)"/> <rect x="32.080003276" y="370.99180630837793" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 371.0878063195779)"/> <rect x="40.528004261599996" y="370.99180630837793" width="3.072000358400004" height="0.19200002240000913" transform="rotate(0.000000 42.0640044408 371.0878063195779)"/> <rect x="61.4560067032" y="370.99180630837793" width="1.1520001343999908" height="0.19200002240000913" transform="rotate(0.000000 62.0320067704 371.0878063195779)"/> <rect x="63.952006994399994" y="370.99180630837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 64.5280070616 371.0878063195779)"/> <rect x="72.0160079352" y="370.99180630837793" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 72.68800801359998 371.0878063195779)"/> <rect x="75.280008316" y="370.99180630837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.8560083832 371.0878063195779)"/> <rect x="18.0640016408" y="370.799806285978" width="3.0720003584000004" height="0.19200002239995229" transform="rotate(0.000000 19.600001820000003 370.89580629717796)"/> <rect x="23.2480022456" y="370.799806285978" width="4.4160005152" height="0.19200002239995229" transform="rotate(0.000000 25.456002503199997 370.89580629717796)"/> <rect x="29.3920029624" y="370.799806285978" width="2.112000246400001" height="0.19200002239995229" transform="rotate(0.000000 30.4480030856 370.89580629717796)"/> <rect x="32.080003276" y="370.799806285978" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 32.9440033768 370.89580629717796)"/> <rect x="40.336004239199994" y="370.799806285978" width="3.072000358400004" height="0.19200002239995229" transform="rotate(0.000000 41.872004418399996 370.89580629717796)"/> <rect x="61.4560067032" y="370.799806285978" width="1.1520001343999908" height="0.19200002239995229" transform="rotate(0.000000 62.0320067704 370.89580629717796)"/> <rect x="63.76000697199999" y="370.799806285978" width="1.152000134400005" height="0.19200002239995229" transform="rotate(0.000000 64.3360070392 370.89580629717796)"/> <rect x="67.0240073528" y="370.799806285978" width="6.528000761599998" height="0.19200002239995229" transform="rotate(0.000000 70.2880077336 370.89580629717796)"/> <rect x="75.280008316" y="370.799806285978" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 75.8560083832 370.89580629717796)"/> <rect x="18.0640016408" y="370.60780626357797" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.600001820000003 370.703806274778)"/> <rect x="23.2480022456" y="370.60780626357797" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 25.360002492 370.703806274778)"/> <rect x="29.0080029176" y="370.60780626357797" width="2.4960002912000014" height="0.19200002240000913" transform="rotate(0.000000 30.256003063199998 370.703806274778)"/> <rect x="32.080003276" y="370.60780626357797" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 370.703806274778)"/> <rect x="40.336004239199994" y="370.60780626357797" width="3.072000358400004" height="0.19200002240000913" transform="rotate(0.000000 41.872004418399996 370.703806274778)"/> <rect x="61.4560067032" y="370.60780626357797" width="1.1520001343999908" height="0.19200002240000913" transform="rotate(0.000000 62.0320067704 370.703806274778)"/> <rect x="63.5680069496" y="370.60780626357797" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 64.1440070168 370.703806274778)"/> <rect x="67.0240073528" y="370.60780626357797" width="6.720000783999993" height="0.19200002240000913" transform="rotate(0.000000 70.38400774479999 370.703806274778)"/> <rect x="75.280008316" y="370.60780626357797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.8560083832 370.703806274778)"/> <rect x="18.2560016632" y="370.41580624117796" width="3.0720003584000004" height="0.19200002240000913" transform="rotate(0.000000 19.792001842399998 370.51180625237794)"/> <rect x="23.2480022456" y="370.41580624117796" width="8.0640009408" height="0.19200002240000913" transform="rotate(0.000000 27.280002716 370.51180625237794)"/> <rect x="32.080003276" y="370.41580624117796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 370.51180625237794)"/> <rect x="40.1440042168" y="370.41580624117796" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 41.7760044072 370.51180625237794)"/> <rect x="61.4560067032" y="370.41580624117796" width="1.1520001343999908" height="0.19200002240000913" transform="rotate(0.000000 62.0320067704 370.51180625237794)"/> <rect x="63.376006927199995" y="370.41580624117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.952006994399994 370.51180625237794)"/> <rect x="67.0240073528" y="370.41580624117796" width="6.912000806399988" height="0.19200002240000913" transform="rotate(0.000000 70.48000775599999 370.51180625237794)"/> <rect x="75.280008316" y="370.41580624117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.8560083832 370.51180625237794)"/> <rect x="18.2560016632" y="370.22380621877795" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 19.8880018536 370.319806229978)"/> <rect x="23.2480022456" y="370.22380621877795" width="8.0640009408" height="0.19200002240000913" transform="rotate(0.000000 27.280002716 370.319806229978)"/> <rect x="32.080003276" y="370.22380621877795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 370.319806229978)"/> <rect x="40.1440042168" y="370.22380621877795" width="3.072000358399997" height="0.19200002240000913" transform="rotate(0.000000 41.680004396 370.319806229978)"/> <rect x="61.4560067032" y="370.22380621877795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.9360067592 370.319806229978)"/> <rect x="63.18400690479999" y="370.22380621877795" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 63.760006972 370.319806229978)"/> <rect x="67.0240073528" y="370.22380621877795" width="7.104000828799997" height="0.19200002240000913" transform="rotate(0.000000 70.5760077672 370.319806229978)"/> <rect x="75.280008316" y="370.22380621877795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.8560083832 370.319806229978)"/> <rect x="18.2560016632" y="370.03180619637794" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 19.8880018536 370.1278062075779)"/> <rect x="23.2480022456" y="370.03180619637794" width="7.872000918400001" height="0.19200002240000913" transform="rotate(0.000000 27.1840027048 370.1278062075779)"/> <rect x="32.080003276" y="370.03180619637794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 370.1278062075779)"/> <rect x="39.9520041944" y="370.03180619637794" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 41.5840043848 370.1278062075779)"/> <rect x="61.4560067032" y="370.03180619637794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.9360067592 370.1278062075779)"/> <rect x="62.9920068824" y="370.03180619637794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 63.568006949600004 370.1278062075779)"/> <rect x="67.0240073528" y="370.03180619637794" width="7.296000851200006" height="0.19200002240000913" transform="rotate(0.000000 70.6720077784 370.1278062075779)"/> <rect x="75.280008316" y="370.03180619637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 75.8560083832 370.1278062075779)"/> <rect x="18.448001685599998" y="369.83980617397793" width="3.2640003808000024" height="0.19200002240000913" transform="rotate(0.000000 20.080001875999997 369.93580618517797)"/> <rect x="23.0560022232" y="369.83980617397793" width="7.872000918399998" height="0.19200002240000913" transform="rotate(0.000000 26.9920026824 369.93580618517797)"/> <rect x="32.080003276" y="369.83980617397793" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 369.93580618517797)"/> <rect x="39.760004171999995" y="369.83980617397793" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 41.392004362399994 369.93580618517797)"/> <rect x="61.4560067032" y="369.83980617397793" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.9360067592 369.93580618517797)"/> <rect x="62.800006859999996" y="369.83980617397793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.376006927199995 369.93580618517797)"/> <rect x="67.0240073528" y="369.83980617397793" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 70.0000077 369.93580618517797)"/> <rect x="73.16800806959999" y="369.83980617397793" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 73.7440081368 369.93580618517797)"/> <rect x="75.4720083384" y="369.83980617397793" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.9520083944 369.93580618517797)"/> <rect x="18.448001685599998" y="369.6478061515779" width="3.2640003808000024" height="0.19200002240000913" transform="rotate(0.000000 20.080001875999997 369.7438061627779)"/> <rect x="22.864002200799998" y="369.6478061515779" width="8.0640009408" height="0.19200002240000913" transform="rotate(0.000000 26.896002671199998 369.7438061627779)"/> <rect x="32.080003276" y="369.6478061515779" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 369.7438061627779)"/> <rect x="39.760004171999995" y="369.6478061515779" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 41.392004362399994 369.7438061627779)"/> <rect x="61.4560067032" y="369.6478061515779" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.9360067592 369.7438061627779)"/> <rect x="62.608006837599994" y="369.6478061515779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 63.18400690479999 369.7438061627779)"/> <rect x="67.0240073528" y="369.6478061515779" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 70.0000077 369.7438061627779)"/> <rect x="73.36000809199999" y="369.6478061515779" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 73.93600815919999 369.7438061627779)"/> <rect x="75.4720083384" y="369.6478061515779" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.9520083944 369.7438061627779)"/> <rect x="18.640001708" y="369.455806129178" width="3.264000380799999" height="0.19200002239995229" transform="rotate(0.000000 20.2720018984 369.55180614037795)"/> <rect x="22.6720021784" y="369.455806129178" width="7.872000918399998" height="0.19200002239995229" transform="rotate(0.000000 26.6080026376 369.55180614037795)"/> <rect x="32.080003276" y="369.455806129178" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 32.9440033768 369.55180614037795)"/> <rect x="39.5680041496" y="369.455806129178" width="3.264000380799999" height="0.19200002239995229" transform="rotate(0.000000 41.20000434 369.55180614037795)"/> <rect x="61.4560067032" y="369.455806129178" width="2.112000246399994" height="0.19200002239995229" transform="rotate(0.000000 62.5120068264 369.55180614037795)"/> <rect x="67.0240073528" y="369.455806129178" width="5.952000694399999" height="0.19200002239995229" transform="rotate(0.000000 70.0000077 369.55180614037795)"/> <rect x="73.5520081144" y="369.455806129178" width="1.1520001344000121" height="0.19200002239995229" transform="rotate(0.000000 74.1280081816 369.55180614037795)"/> <rect x="75.4720083384" y="369.455806129178" width="0.960000112000003" height="0.19200002239995229" transform="rotate(0.000000 75.9520083944 369.55180614037795)"/> <rect x="18.640001708" y="369.26380610677796" width="3.4560004031999974" height="0.19200002240000913" transform="rotate(0.000000 20.368001909599997 369.359806117978)"/> <rect x="22.480002156" y="369.26380610677796" width="7.872000918399998" height="0.19200002240000913" transform="rotate(0.000000 26.4160026152 369.359806117978)"/> <rect x="32.080003276" y="369.26380610677796" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 369.359806117978)"/> <rect x="39.3760041272" y="369.26380610677796" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 41.1040043288 369.359806117978)"/> <rect x="61.2640066808" y="369.26380610677796" width="2.112000246399994" height="0.19200002240000913" transform="rotate(0.000000 62.320006804 369.359806117978)"/> <rect x="67.0240073528" y="369.26380610677796" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 70.0000077 369.359806117978)"/> <rect x="73.74400813679999" y="369.26380610677796" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 74.320008204 369.359806117978)"/> <rect x="75.4720083384" y="369.26380610677796" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 75.9520083944 369.359806117978)"/> <rect x="18.8320017304" y="369.07180608437795" width="11.328001321600002" height="0.19200002240000913" transform="rotate(0.000000 24.4960023912 369.16780609557793)"/> <rect x="32.080003276" y="369.07180608437795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 369.16780609557793)"/> <rect x="39.3760041272" y="369.07180608437795" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 41.0080043176 369.16780609557793)"/> <rect x="61.2640066808" y="369.07180608437795" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 62.2240067928 369.16780609557793)"/> <rect x="67.0240073528" y="369.07180608437795" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 70.0000077 369.16780609557793)"/> <rect x="73.93600815919999" y="369.07180608437795" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 74.51200822639998 369.16780609557793)"/> <rect x="75.4720083384" y="369.07180608437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 76.0480084056 369.16780609557793)"/> <rect x="19.0240017528" y="368.87980606197794" width="10.560001231999998" height="0.19200002240000913" transform="rotate(0.000000 24.3040023688 368.975806073178)"/> <rect x="32.080003276" y="368.87980606197794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 368.975806073178)"/> <rect x="39.184004104799996" y="368.87980606197794" width="3.456000403200001" height="0.19200002240000913" transform="rotate(0.000000 40.91200430639999 368.975806073178)"/> <rect x="61.2640066808" y="368.87980606197794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 62.1280067816 368.975806073178)"/> <rect x="74.1280081816" y="368.87980606197794" width="4.608000537599992" height="0.19200002240000913" transform="rotate(0.000000 76.43200845039999 368.975806073178)"/> <rect x="19.0240017528" y="368.68780603957794" width="9.600001119999998" height="0.19200002240000913" transform="rotate(0.000000 23.824002312799998 368.7838060507779)"/> <rect x="32.080003276" y="368.68780603957794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 32.9440033768 368.7838060507779)"/> <rect x="38.9920040824" y="368.68780603957794" width="3.456000403199994" height="0.19200002240000913" transform="rotate(0.000000 40.720004284 368.7838060507779)"/> <rect x="61.2640066808" y="368.68780603957794" width="1.5360001791999949" height="0.19200002240000913" transform="rotate(0.000000 62.0320067704 368.7838060507779)"/> <rect x="74.320008204" y="368.68780603957794" width="4.416000515199983" height="0.19200002240000913" transform="rotate(0.000000 76.5280084616 368.7838060507779)"/> <rect x="19.2160017752" y="368.495806017178" width="6.144000716800001" height="0.19200002239995229" transform="rotate(0.000000 22.2880021336 368.59180602837796)"/> <rect x="38.80000406" y="368.495806017178" width="3.456000403200001" height="0.19200002239995229" transform="rotate(0.000000 40.5280042616 368.59180602837796)"/> <rect x="61.2640066808" y="368.495806017178" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 62.0320067704 368.59180602837796)"/> <rect x="74.5120082264" y="368.495806017178" width="4.224000492799988" height="0.19200002239995229" transform="rotate(0.000000 76.6240084728 368.59180602837796)"/> <rect x="19.2160017752" y="368.303805994778" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 22.192002122399998 368.399806005978)"/> <rect x="38.6080040376" y="368.303805994778" width="3.648000425600003" height="0.19200002240000913" transform="rotate(0.000000 40.4320042504 368.399806005978)"/> <rect x="61.2640066808" y="368.303805994778" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 61.9360067592 368.399806005978)"/> <rect x="74.70400824880001" y="368.303805994778" width="4.0320004703999786" height="0.19200002240000913" transform="rotate(0.000000 76.720008484 368.399806005978)"/> <rect x="19.4080017976" y="368.11180597237797" width="5.568000649599998" height="0.19200002240000913" transform="rotate(0.000000 22.192002122399998 368.20780598357794)"/> <rect x="38.4160040152" y="368.11180597237797" width="3.648000425599996" height="0.19200002240000913" transform="rotate(0.000000 40.240004228000004 368.20780598357794)"/> <rect x="61.2640066808" y="368.11180597237797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.840006748 368.20780598357794)"/> <rect x="74.8960082712" y="368.11180597237797" width="3.8400004479999836" height="0.19200002240000913" transform="rotate(0.000000 76.8160084952 368.20780598357794)"/> <rect x="19.600001819999996" y="367.91980594997796" width="5.184000604800001" height="0.19200002240000913" transform="rotate(0.000000 22.192002122399998 368.015805961178)"/> <rect x="38.2240039928" y="367.91980594997796" width="3.648000425599996" height="0.19200002240000913" transform="rotate(0.000000 40.048004205599995 368.015805961178)"/> <rect x="61.0720066584" y="367.91980594997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.6480067256 368.015805961178)"/> <rect x="75.0880082936" y="367.91980594997796" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 75.85600838319999 368.015805961178)"/> <rect x="77.7760086072" y="367.91980594997796" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 368.015805961178)"/> <rect x="19.600001819999996" y="367.72780592757795" width="4.992000582400003" height="0.19200002240000913" transform="rotate(0.000000 22.096002111199997 367.8238059387779)"/> <rect x="38.0320039704" y="367.72780592757795" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 39.9520041944 367.8238059387779)"/> <rect x="60.880006636" y="367.72780592757795" width="1.3440001568" height="0.19200002240000913" transform="rotate(0.000000 61.552006714399994 367.8238059387779)"/> <rect x="75.280008316" y="367.72780592757795" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 75.9520083944 367.8238059387779)"/> <rect x="77.7760086072" y="367.72780592757795" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 367.8238059387779)"/> <rect x="19.7920018424" y="367.53580590517794" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 22.0960021112 367.63180591637797)"/> <rect x="37.840003948" y="367.53580590517794" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 39.760004172 367.63180591637797)"/> <rect x="60.688006613599995" y="367.53580590517794" width="1.536000179200002" height="0.19200002240000913" transform="rotate(0.000000 61.456006703199996 367.63180591637797)"/> <rect x="75.280008316" y="367.53580590517794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 75.9520083944 367.63180591637797)"/> <rect x="77.7760086072" y="367.53580590517794" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 367.63180591637797)"/> <rect x="19.9840018648" y="367.34380588277793" width="4.224000492799998" height="0.19200002240000913" transform="rotate(0.000000 22.0960021112 367.4398058939779)"/> <rect x="37.6480039256" y="367.34380588277793" width="3.840000447999998" height="0.19200002240000913" transform="rotate(0.000000 39.5680041496 367.4398058939779)"/> <rect x="60.49600659119999" y="367.34380588277793" width="1.728000201600004" height="0.19200002240000913" transform="rotate(0.000000 61.360006692 367.4398058939779)"/> <rect x="75.280008316" y="367.34380588277793" width="1.5360001791999878" height="0.19200002240000913" transform="rotate(0.000000 76.0480084056 367.4398058939779)"/> <rect x="77.7760086072" y="367.34380588277793" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 367.4398058939779)"/> <rect x="20.176001887199998" y="367.151805860378" width="4.0320004704" height="0.19200002239995229" transform="rotate(0.000000 22.192002122399998 367.24780587157795)"/> <rect x="37.2640038808" y="367.151805860378" width="4.0320004704" height="0.19200002239995229" transform="rotate(0.000000 39.280004116 367.24780587157795)"/> <rect x="60.3040065688" y="367.151805860378" width="1.920000223999999" height="0.19200002239995229" transform="rotate(0.000000 61.264006680799994 367.24780587157795)"/> <rect x="75.280008316" y="367.151805860378" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 76.1440084168 367.24780587157795)"/> <rect x="77.7760086072" y="367.151805860378" width="0.9600001119999888" height="0.19200002239995229" transform="rotate(0.000000 78.25600866319999 367.24780587157795)"/> <rect x="20.3680019096" y="366.95980583797797" width="4.0320004704" height="0.19200002240000913" transform="rotate(0.000000 22.3840021448 367.055805849178)"/> <rect x="37.072003858399995" y="366.95980583797797" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 39.184004104799996 367.055805849178)"/> <rect x="60.112006546399996" y="366.95980583797797" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 61.1680066696 367.055805849178)"/> <rect x="75.280008316" y="366.95980583797797" width="1.9200002239999918" height="0.19200002240000913" transform="rotate(0.000000 76.24000842800001 367.055805849178)"/> <rect x="77.7760086072" y="366.95980583797797" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 367.055805849178)"/> <rect x="20.3680019096" y="366.76780581557796" width="4.416000515199997" height="0.19200002240000913" transform="rotate(0.000000 22.5760021672 366.86380582677793)"/> <rect x="36.880003836" y="366.76780581557796" width="4.224000492800002" height="0.19200002240000913" transform="rotate(0.000000 38.9920040824 366.86380582677793)"/> <rect x="59.920006523999994" y="366.76780581557796" width="2.304000268800003" height="0.19200002240000913" transform="rotate(0.000000 61.0720066584 366.86380582677793)"/> <rect x="75.280008316" y="366.76780581557796" width="2.1120002463999867" height="0.19200002240000913" transform="rotate(0.000000 76.3360084392 366.86380582677793)"/> <rect x="77.7760086072" y="366.76780581557796" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 366.86380582677793)"/> <rect x="20.560001932" y="366.57580579317795" width="4.4160005152" height="0.19200002240000913" transform="rotate(0.000000 22.768002189599997 366.671805804378)"/> <rect x="36.496003791199996" y="366.57580579317795" width="4.416000515200004" height="0.19200002240000913" transform="rotate(0.000000 38.7040040488 366.671805804378)"/> <rect x="59.7280065016" y="366.57580579317795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 60.3040065688 366.671805804378)"/> <rect x="61.0720066584" y="366.57580579317795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.6480067256 366.671805804378)"/> <rect x="75.280008316" y="366.57580579317795" width="2.304000268799996" height="0.19200002240000913" transform="rotate(0.000000 76.4320084504 366.671805804378)"/> <rect x="77.7760086072" y="366.57580579317795" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 78.25600866319999 366.671805804378)"/> <rect x="20.752001954399997" y="366.38380577077794" width="4.608000537600002" height="0.19200002240000913" transform="rotate(0.000000 23.056002223199997 366.4798057819779)"/> <rect x="36.1120037464" y="366.38380577077794" width="4.608000537600006" height="0.19200002240000913" transform="rotate(0.000000 38.4160040152 366.4798057819779)"/> <rect x="59.5360064792" y="366.38380577077794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 60.112006546399996 366.4798057819779)"/> <rect x="61.0720066584" y="366.38380577077794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.6480067256 366.4798057819779)"/> <rect x="75.280008316" y="366.38380577077794" width="3.4560004031999796" height="0.19200002240000913" transform="rotate(0.000000 77.00800851759999 366.4798057819779)"/> <rect x="20.9440019768" y="366.19180574837793" width="4.800000560000001" height="0.19200002240000913" transform="rotate(0.000000 23.3440022568 366.28780575957796)"/> <rect x="35.920003724" y="366.19180574837793" width="4.608000537599999" height="0.19200002240000913" transform="rotate(0.000000 38.22400399279999 366.28780575957796)"/> <rect x="59.344006456799995" y="366.19180574837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.920006523999994 366.28780575957796)"/> <rect x="61.0720066584" y="366.19180574837793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.6480067256 366.28780575957796)"/> <rect x="75.280008316" y="366.19180574837793" width="3.4560004031999796" height="0.19200002240000913" transform="rotate(0.000000 77.00800851759999 366.28780575957796)"/> <rect x="21.1360019992" y="365.9998057259779" width="4.800000559999997" height="0.19200002240000913" transform="rotate(0.000000 23.536002279199998 366.0958057371779)"/> <rect x="35.5360036792" y="365.9998057259779" width="4.800000559999994" height="0.19200002240000913" transform="rotate(0.000000 37.936003959199994 366.0958057371779)"/> <rect x="59.1520064344" y="365.9998057259779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.7280065016 366.0958057371779)"/> <rect x="61.0720066584" y="365.9998057259779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.6480067256 366.0958057371779)"/> <rect x="75.280008316" y="365.9998057259779" width="3.4560004031999796" height="0.19200002240000913" transform="rotate(0.000000 77.00800851759999 366.0958057371779)"/> <rect x="21.3280020216" y="365.80780570357797" width="5.184000604799998" height="0.19200002239995229" transform="rotate(0.000000 23.920002324 365.90380571477795)"/> <rect x="35.1520036344" y="365.80780570357797" width="4.992000582399996" height="0.19200002239995229" transform="rotate(0.000000 37.6480039256 365.90380571477795)"/> <rect x="58.960006412" y="365.80780570357797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 59.5360064792 365.90380571477795)"/> <rect x="61.0720066584" y="365.80780570357797" width="0.9600001119999959" height="0.19200002239995229" transform="rotate(0.000000 61.552006714399994 365.90380571477795)"/> <rect x="75.280008316" y="365.80780570357797" width="3.4560004031999796" height="0.19200002239995229" transform="rotate(0.000000 77.00800851759999 365.90380571477795)"/> <rect x="21.520002043999998" y="365.61580568117796" width="5.376000627200003" height="0.19200002240000913" transform="rotate(0.000000 24.2080023576 365.711805692378)"/> <rect x="34.576003567200004" y="365.61580568117796" width="5.376000627199993" height="0.19200002240000913" transform="rotate(0.000000 37.264003880800004 365.711805692378)"/> <rect x="58.7680063896" y="365.61580568117796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.344006456799995 365.711805692378)"/> <rect x="61.0720066584" y="365.61580568117796" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.552006714399994 365.711805692378)"/> <rect x="75.280008316" y="365.61580568117796" width="3.4560004031999796" height="0.19200002240000913" transform="rotate(0.000000 77.00800851759999 365.711805692378)"/> <rect x="21.7120020664" y="365.42380565877795" width="5.760000672" height="0.19200002240000913" transform="rotate(0.000000 24.5920024024 365.5198056699779)"/> <rect x="34.0000035" y="365.42380565877795" width="5.760000671999997" height="0.19200002240000913" transform="rotate(0.000000 36.880003836 365.5198056699779)"/> <rect x="58.5760063672" y="365.42380565877795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 59.1520064344 365.5198056699779)"/> <rect x="61.0720066584" y="365.42380565877795" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.552006714399994 365.5198056699779)"/> <rect x="75.8560083832" y="365.42380565877795" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 76.3360084392 365.5198056699779)"/> <rect x="77.5840085848" y="365.42380565877795" width="1.1520001343999837" height="0.19200002240000913" transform="rotate(0.000000 78.16000865199999 365.5198056699779)"/> <rect x="22.096002111199997" y="365.23180563637794" width="5.952000694399999" height="0.19200002240000913" transform="rotate(0.000000 25.072002458399997 365.327805647578)"/> <rect x="33.4240034328" y="365.23180563637794" width="6.144000716800001" height="0.19200002240000913" transform="rotate(0.000000 36.496003791199996 365.327805647578)"/> <rect x="58.3840063448" y="365.23180563637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 58.960006412 365.327805647578)"/> <rect x="61.0720066584" y="365.23180563637794" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.552006714399994 365.327805647578)"/> <rect x="75.8560083832" y="365.23180563637794" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 76.3360084392 365.327805647578)"/> <rect x="77.7760086072" y="365.23180563637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.3520086744 365.327805647578)"/> <rect x="22.2880021336" y="365.03980561397793" width="6.720000784" height="0.19200002240000913" transform="rotate(0.000000 25.6480025256 365.1358056251779)"/> <rect x="32.464003320799996" y="365.03980561397793" width="6.720000784" height="0.19200002240000913" transform="rotate(0.000000 35.82400371279999 365.1358056251779)"/> <rect x="58.1920063224" y="365.03980561397793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 58.7680063896 365.1358056251779)"/> <rect x="61.0720066584" y="365.03980561397793" width="0.9600001119999959" height="0.19200002240000913" transform="rotate(0.000000 61.552006714399994 365.1358056251779)"/> <rect x="75.8560083832" y="365.03980561397793" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 76.3360084392 365.1358056251779)"/> <rect x="77.96800862959999" y="365.03980561397793" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.54400869679999 365.1358056251779)"/> <rect x="22.480002156" y="364.847805591578" width="16.5120019264" height="0.19200002239995229" transform="rotate(0.000000 30.7360031192 364.94380560277796)"/> <rect x="58.000006299999995" y="364.847805591578" width="1.3440001568" height="0.19200002239995229" transform="rotate(0.000000 58.6720063784 364.94380560277796)"/> <rect x="61.0720066584" y="364.847805591578" width="0.9600001119999959" height="0.19200002239995229" transform="rotate(0.000000 61.552006714399994 364.94380560277796)"/> <rect x="75.8560083832" y="364.847805591578" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 76.4320084504 364.94380560277796)"/> <rect x="78.16000865199999" y="364.847805591578" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 78.73600871919999 364.94380560277796)"/> <rect x="22.864002200799998" y="364.65580556917797" width="15.936001859200001" height="0.19200002240000913" transform="rotate(0.000000 30.832003130399997 364.751805580378)"/> <rect x="57.80800627759999" y="364.65580556917797" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 58.480006356 364.751805580378)"/> <rect x="60.880006636" y="364.65580556917797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.456006703199996 364.751805580378)"/> <rect x="75.8560083832" y="364.65580556917797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 76.4320084504 364.751805580378)"/> <rect x="78.3520086744" y="364.65580556917797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 78.9280087416 364.751805580378)"/> <rect x="23.0560022232" y="364.46380554677796" width="15.360001792000002" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 364.55980555797794)"/> <rect x="57.80800627759999" y="364.46380554677796" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 58.3840063448 364.55980555797794)"/> <rect x="60.880006636" y="364.46380554677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.456006703199996 364.55980555797794)"/> <rect x="75.8560083832" y="364.46380554677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 76.4320084504 364.55980555797794)"/> <rect x="78.54400869679999" y="364.46380554677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 79.12000876399999 364.55980555797794)"/> <rect x="23.2480022456" y="364.27180552437795" width="14.976001747200002" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 364.367805535578)"/> <rect x="57.6160062552" y="364.27180552437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 58.1920063224 364.367805535578)"/> <rect x="60.880006636" y="364.27180552437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.456006703199996 364.367805535578)"/> <rect x="75.8560083832" y="364.27180552437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 76.4320084504 364.367805535578)"/> <rect x="78.73600871919999" y="364.27180552437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 79.31200878639999 364.367805535578)"/> <rect x="23.6320022904" y="364.07980550197794" width="14.208001657600004" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 364.1758055131779)"/> <rect x="57.4240062328" y="364.07980550197794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 58.000006299999995 364.1758055131779)"/> <rect x="60.880006636" y="364.07980550197794" width="17.088001993599995" height="0.19200002240000913" transform="rotate(0.000000 69.4240076328 364.1758055131779)"/> <rect x="78.9280087416" y="364.07980550197794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 79.5040088088 364.1758055131779)"/> <rect x="24.0160023352" y="363.88780547957793" width="13.440001567999992" height="0.19200002240000913" transform="rotate(0.000000 30.736003119199996 363.98380549077797)"/> <rect x="57.232006210399994" y="363.88780547957793" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 57.8080062776 363.98380549077797)"/> <rect x="59.7280065016" y="363.88780547957793" width="18.624002172799997" height="0.19200002240000913" transform="rotate(0.000000 69.040007588 363.98380549077797)"/> <rect x="79.12000876399999" y="363.88780547957793" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 79.6960088312 363.98380549077797)"/> <rect x="24.40000238" y="363.6958054571779" width="12.864001500799997" height="0.19200002240000913" transform="rotate(0.000000 30.832003130399997 363.7918054683779)"/> <rect x="57.040006188" y="363.6958054571779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 57.6160062552 363.7918054683779)"/> <rect x="59.7280065016" y="363.6958054571779" width="18.816002195199992" height="0.19200002240000913" transform="rotate(0.000000 69.1360075992 363.7918054683779)"/> <rect x="79.31200878639999" y="363.6958054571779" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 79.88800885359998 363.7918054683779)"/> <rect x="24.784002424799997" y="363.503805434778" width="12.096001411200003" height="0.19200002239995229" transform="rotate(0.000000 30.832003130399997 363.59980544597795)"/> <rect x="56.8480061656" y="363.503805434778" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 57.4240062328 363.59980544597795)"/> <rect x="59.7280065016" y="363.503805434778" width="18.816002195199992" height="0.19200002239995229" transform="rotate(0.000000 69.1360075992 363.59980544597795)"/> <rect x="79.5040088088" y="363.503805434778" width="1.1520001344000121" height="0.19200002239995229" transform="rotate(0.000000 80.080008876 363.59980544597795)"/> <rect x="25.168002469599998" y="363.31180541237796" width="11.136001299200004" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 363.407805423578)"/> <rect x="56.656006143199996" y="363.31180541237796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 57.232006210399994 363.407805423578)"/> <rect x="59.7280065016" y="363.31180541237796" width="19.008002217599987" height="0.19200002240000913" transform="rotate(0.000000 69.23200761039999 363.407805423578)"/> <rect x="79.69600883119999" y="363.31180541237796" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.2720088984 363.407805423578)"/> <rect x="25.5520025144" y="363.11980538997796" width="10.368001209599996" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 363.21580540117793)"/> <rect x="56.4640061208" y="363.11980538997796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 57.040006188 363.21580540117793)"/> <rect x="59.7280065016" y="363.11980538997796" width="19.008002217599987" height="0.19200002240000913" transform="rotate(0.000000 69.23200761039999 363.21580540117793)"/> <rect x="79.88800885359998" y="363.11980538997796" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.46400892079998 363.21580540117793)"/> <rect x="26.128002581599997" y="362.92780536757795" width="9.216001075200001" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 363.023805378778)"/> <rect x="56.2720060984" y="362.92780536757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.8480061656 363.023805378778)"/> <rect x="60.880006636" y="362.92780536757795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.456006703199996 363.023805378778)"/> <rect x="62.800006859999996" y="362.92780536757795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 63.664006960799995 363.023805378778)"/> <rect x="75.8560083832" y="362.92780536757795" width="2.8800003359999806" height="0.19200002240000913" transform="rotate(0.000000 77.2960085512 363.023805378778)"/> <rect x="80.080008876" y="362.92780536757795" width="1.1520001344000121" height="0.19200002240000913" transform="rotate(0.000000 80.65600894319999 363.023805378778)"/> <rect x="26.7040026488" y="362.73580534517794" width="8.256000963199995" height="0.19200002240000913" transform="rotate(0.000000 30.832003130399997 362.8318053563779)"/> <rect x="56.080006076" y="362.73580534517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.656006143199996 362.8318053563779)"/> <rect x="60.880006636" y="362.73580534517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.456006703199996 362.8318053563779)"/> <rect x="62.800006859999996" y="362.73580534517794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 63.664006960799995 362.8318053563779)"/> <rect x="75.6640083608" y="362.73580534517794" width="3.0720003583999898" height="0.19200002240000913" transform="rotate(0.000000 77.20000854 362.8318053563779)"/> <rect x="80.2720088984" y="362.73580534517794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 80.8480089656 362.8318053563779)"/> <rect x="27.280002716" y="362.5438053227779" width="6.912000806400002" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 362.63980533397796)"/> <rect x="55.8880060536" y="362.5438053227779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.4640061208 362.63980533397796)"/> <rect x="61.0720066584" y="362.5438053227779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 61.6480067256 362.63980533397796)"/> <rect x="62.800006859999996" y="362.5438053227779" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 63.664006960799995 362.63980533397796)"/> <rect x="75.4720083384" y="362.5438053227779" width="3.2640003807999847" height="0.19200002240000913" transform="rotate(0.000000 77.1040085288 362.63980533397796)"/> <rect x="80.4640089208" y="362.5438053227779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 81.040008988 362.63980533397796)"/> <rect x="28.240002828" y="362.351805300378" width="4.992000582399996" height="0.19200002239995229" transform="rotate(0.000000 30.7360031192 362.44780531157795)"/> <rect x="55.6960060312" y="362.351805300378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 56.2720060984 362.44780531157795)"/> <rect x="61.0720066584" y="362.351805300378" width="1.5360001791999949" height="0.19200002239995229" transform="rotate(0.000000 61.84000674799999 362.44780531157795)"/> <rect x="62.800006859999996" y="362.351805300378" width="1.728000201599997" height="0.19200002239995229" transform="rotate(0.000000 63.664006960799995 362.44780531157795)"/> <rect x="75.280008316" y="362.351805300378" width="3.4560004031999796" height="0.19200002239995229" transform="rotate(0.000000 77.00800851759999 362.44780531157795)"/> <rect x="80.6560089432" y="362.351805300378" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 81.2320090104 362.44780531157795)"/> <rect x="29.7760030072" y="362.15980527797797" width="1.920000223999999" height="0.19200002240000913" transform="rotate(0.000000 30.7360031192 362.25580528917794)"/> <rect x="55.5040060088" y="362.15980527797797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 56.080006076 362.25580528917794)"/> <rect x="61.2640066808" y="362.15980527797797" width="3.2640003807999918" height="0.19200002240000913" transform="rotate(0.000000 62.8960068712 362.25580528917794)"/> <rect x="67.21600737520001" y="362.15980527797797" width="4.800000559999987" height="0.19200002240000913" transform="rotate(0.000000 69.61600765520001 362.25580528917794)"/> <rect x="75.0880082936" y="362.15980527797797" width="3.456000403199994" height="0.19200002240000913" transform="rotate(0.000000 76.8160084952 362.25580528917794)"/> <rect x="80.8480089656" y="362.15980527797797" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 81.4240090328 362.25580528917794)"/> <rect x="55.3120059864" y="361.96780525557796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 55.8880060536 362.063805266778)"/> <rect x="61.4560067032" y="361.96780525557796" width="3.0720003583999898" height="0.19200002240000913" transform="rotate(0.000000 62.9920068824 362.063805266778)"/> <rect x="67.21600737520001" y="361.96780525557796" width="4.800000559999987" height="0.19200002240000913" transform="rotate(0.000000 69.61600765520001 362.063805266778)"/> <rect x="74.70400824880001" y="361.96780525557796" width="3.8400004479999836" height="0.19200002240000913" transform="rotate(0.000000 76.6240084728 362.063805266778)"/> <rect x="80.8480089656" y="361.96780525557796" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 81.520009044 362.063805266778)"/> <rect x="55.12000596399999" y="361.77580523317795" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.6960060312 361.8718052443779)"/> <rect x="61.6480067256" y="361.77580523317795" width="2.880000335999995" height="0.19200002240000913" transform="rotate(0.000000 63.088006893599996 361.8718052443779)"/> <rect x="67.21600737520001" y="361.77580523317795" width="4.800000559999987" height="0.19200002240000913" transform="rotate(0.000000 69.61600765520001 361.8718052443779)"/> <rect x="74.1280081816" y="361.77580523317795" width="2.112000246400001" height="0.19200002240000913" transform="rotate(0.000000 75.18400830479999 361.8718052443779)"/> <rect x="76.6240084728" y="361.77580523317795" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 77.4880085736 361.8718052443779)"/> <rect x="81.040008988" y="361.77580523317795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 81.7120090664 361.8718052443779)"/> <rect x="54.92800594159999" y="361.58380521077794" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.50400600879999 361.679805221978)"/> <rect x="61.840006748" y="361.58380521077794" width="2.688000313599993" height="0.19200002240000913" transform="rotate(0.000000 63.1840069048 361.679805221978)"/> <rect x="67.21600737520001" y="361.58380521077794" width="4.800000559999987" height="0.19200002240000913" transform="rotate(0.000000 69.61600765520001 361.679805221978)"/> <rect x="73.5520081144" y="361.58380521077794" width="2.496000291200005" height="0.19200002240000913" transform="rotate(0.000000 74.80000826 361.679805221978)"/> <rect x="77.0080085176" y="361.58380521077794" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(0.000000 77.4880085736 361.679805221978)"/> <rect x="81.2320090104" y="361.58380521077794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 81.9040090888 361.679805221978)"/> <rect x="54.7360059192" y="361.39180518837793" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.312005986399996 361.4878051995779)"/> <rect x="62.2240067928" y="361.39180518837793" width="3.264000380799999" height="0.19200002240000913" transform="rotate(0.000000 63.8560069832 361.4878051995779)"/> <rect x="67.21600737520001" y="361.39180518837793" width="4.800000559999987" height="0.19200002240000913" transform="rotate(0.000000 69.61600765520001 361.4878051995779)"/> <rect x="72.5920080024" y="361.39180518837793" width="3.264000380800013" height="0.19200002240000913" transform="rotate(0.000000 74.2240081928 361.4878051995779)"/> <rect x="81.4240090328" y="361.39180518837793" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 82.0960091112 361.4878051995779)"/> <rect x="54.544005896799995" y="361.1998051659779" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.120005964 361.29580517717795)"/> <rect x="62.4160068152" y="361.1998051659779" width="13.056001523200003" height="0.19200002240000913" transform="rotate(0.000000 68.9440075768 361.29580517717795)"/> <rect x="81.6160090552" y="361.1998051659779" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 82.2880091336 361.29580517717795)"/> <rect x="54.544005896799995" y="361.0078051435779" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 55.120005964 361.1038051547779)"/> <rect x="62.800006859999996" y="361.0078051435779" width="5.3760006272" height="0.19200002240000913" transform="rotate(0.000000 65.4880071736 361.1038051547779)"/> <rect x="71.05600782319999" y="361.0078051435779" width="4.032000470400007" height="0.19200002240000913" transform="rotate(0.000000 73.0720080584 361.1038051547779)"/> <rect x="81.8080090776" y="361.0078051435779" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 82.480009156 361.1038051547779)"/> <rect x="54.3520058744" y="360.81580512117796" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 54.9280059416 360.91180513237794)"/> <rect x="62.800006859999996" y="360.81580512117796" width="5.3760006272" height="0.19200002239995229" transform="rotate(0.000000 65.4880071736 360.91180513237794)"/> <rect x="70.8640078008" y="360.81580512117796" width="3.840000448000012" height="0.19200002239995229" transform="rotate(0.000000 72.7840080248 360.91180513237794)"/> <rect x="82.0000091" y="360.81580512117796" width="1.3440001567999929" height="0.19200002239995229" transform="rotate(0.000000 82.6720091784 360.91180513237794)"/> <rect x="54.160005852" y="360.62380509877795" width="1.152000134400005" height="0.19200002240000913" transform="rotate(0.000000 54.7360059192 360.719805109978)"/> <rect x="62.800006859999996" y="360.62380509877795" width="11.328001321599999" height="0.19200002240000913" transform="rotate(0.000000 68.4640075208 360.719805109978)"/> <rect x="82.1920091224" y="360.62380509877795" width="1.344000156800007" height="0.19200002240000913" transform="rotate(0.000000 82.8640092008 360.719805109978)"/> <rect x="53.968005829599996" y="360.43180507637794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 54.544005896799995 360.5278050875779)"/> <rect x="62.800006859999996" y="360.43180507637794" width="1.728000201599997" height="0.19200002240000913" transform="rotate(0.000000 63.664006960799995 360.5278050875779)"/> <rect x="64.720007084" y="360.43180507637794" width="8.640001007999984" height="0.19200002240000913" transform="rotate(0.000000 69.040007588 360.5278050875779)"/> <rect x="82.3840091448" y="360.43180507637794" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 83.0560092232 360.5278050875779)"/> <rect x="53.7760058072" y="360.23980505397793" width="1.1520001343999908" height="0.19200002240000913" transform="rotate(0.000000 54.35200587439999 360.33580506517796)"/> <rect x="65.8720072184" y="360.23980505397793" width="6.336000739199989" height="0.19200002240000913" transform="rotate(0.000000 69.040007588 360.33580506517796)"/> <rect x="82.5760091672" y="360.23980505397793" width="1.3440001567999929" height="0.19200002240000913" transform="rotate(0.000000 83.2480092456 360.33580506517796)"/> <rect x="53.5840057848" y="360.0478050315779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 54.160005852 360.1438050427779)"/> <rect x="67.21600737520001" y="360.0478050315779" width="4.800000559999987" height="0.19200002240000913" transform="rotate(0.000000 69.61600765520001 360.1438050427779)"/> <rect x="82.7680091896" y="360.0478050315779" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 83.34400925679999 360.1438050427779)"/> <rect x="53.3920057624" y="359.85580500917797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 53.968005829599996 359.95180502037795)"/> <rect x="67.21600737520001" y="359.85580500917797" width="4.800000559999987" height="0.19200002239995229" transform="rotate(0.000000 69.61600765520001 359.95180502037795)"/> <rect x="82.960009212" y="359.85580500917797" width="1.152000134399998" height="0.19200002239995229" transform="rotate(0.000000 83.5360092792 359.95180502037795)"/> <rect x="53.20000574" y="359.66380498677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 53.7760058072 359.759804997978)"/> <rect x="83.1520092344" y="359.66380498677796" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 83.7280093016 359.759804997978)"/> <rect x="53.0080057176" y="359.47180496437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 53.5840057848 359.5678049755779)"/> <rect x="83.34400925679999" y="359.47180496437795" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 83.92000932399999 359.5678049755779)"/> <rect x="52.8160056952" y="359.27980494197794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 53.3920057624 359.375804953178)"/> <rect x="83.5360092792" y="359.27980494197794" width="1.152000134399998" height="0.19200002240000913" transform="rotate(0.000000 84.1120093464 359.375804953178)"/> <rect x="52.8160056952" y="359.08780491957793" width="0.960000112000003" height="0.19200002240000913" transform="rotate(0.000000 53.2960057512 359.1838049307779)"/> <rect x="83.7280093016" y="359.08780491957793" width="0.7680000895999939" height="0.19200002240000913" transform="rotate(0.000000 84.11200934639999 359.1838049307779)"/> <rect x="53.0080057176" y="358.8958048971779" width="0.576000067199999" height="0.19200002240000913" transform="rotate(0.000000 53.2960057512 358.99180490837796)"/> <rect x="83.92000932399999" y="358.8958048971779" width="0.38400004480000405" height="0.19200002240000913" transform="rotate(0.000000 84.11200934639999 358.99180490837796)"/> <rect x="53.20000574" y="358.703804874778" width="0.19200002239999492" height="0.19200002239995229" transform="rotate(0.000000 53.2960057512 358.79980488597795)"/> <rect x="16.965292840617323" y="358.65504896508975" width="67.82589767302046" height="47.216887428636255" fill-opacity=0 fill=none /> </g> <g id=1X01> <line x1="798.4000926800001" y1="93.11977388997792" x2="793.60009212" y2="93.11977388997792" style="stroke-width:0.5760000672"/> <line x1="793.60009212" y1="93.11977388997792" x2="791.20009184" y2="95.51977416997795" style="stroke-width:0.5760000672"/> <line x1="791.20009184" y1="95.51977416997795" x2="791.20009184" y2="100.31977472997795" style="stroke-width:0.5760000672"/> <line x1="791.20009184" y1="100.31977472997795" x2="793.60009212" y2="102.71977500997798" style="stroke-width:0.5760000672"/> <line x1="800.80009296" y1="95.51977416997795" x2="800.80009296" y2="100.31977472997795" style="stroke-width:0.5760000672"/> <line x1="798.4000926800001" y1="93.11977388997792" x2="800.80009296" y2="95.51977416997795" style="stroke-width:0.5760000672"/> <line x1="800.80009296" y1="100.31977472997795" x2="798.4000926800001" y2="102.71977500997798" style="stroke-width:0.5760000672"/> <line x1="793.60009212" y1="102.71977500997798" x2="798.4000926800001" y2="102.71977500997798" style="stroke-width:0.5760000672"/> <circle cx="796.0000924" cy="97.91977444997798" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="796.0000924" cy="97.91977444997798" r="1.920000224" class=drill fill=""/> <rect x="790.8191154115527" y="92.76978962514647" width="10.352883127836208" height="10.352883127836208" fill-opacity=0 fill=none /> </g> </defs> <g id=all> <rect x=0 y=0 width=1103 height=413 rx=10 ry=10 style="stroke:#181A1F; fill: #21252B;stroke-width:0.4"/> <g id=components> <g id=C1> <use xlink:href="#E2,5-5" class=top x="0.0" y="-0.0"/> <text x="833.920096824" y="36.95976733797795" class="top text" transform="" style="font-size:4.80000056pt;">C1</text> </g> <g id=C2> <use xlink:href="#C050-030X075" class=top x="0.0" y="-0.0"/> <text x="727.360084392" y="95.51977416997795" class="top text" transform="" style="font-size:4.80000056pt;">C2</text> </g> <g id=C6> <use xlink:href="#C050-030X075" class=top x="-71.21235480410712" y="-10.83666270427716" transform="rotate(270.0 654.780296404359 116.28147742417639)"/> <text x="636.40007378" y="104.87977526197795" class="top text" transform="" style="font-size:4.80000056pt;">C6</text> </g> <g id=C18> <use xlink:href="#C050-030X075" class=top x="-71.21235480410712" y="123.55730574301731" transform="rotate(270.0 654.780296404359 250.67544587147086)"/> <text x="642.40007448" y="239.27979094197795" class="top text" transform="" style="font-size:4.80000056pt;">C18</text> </g> <g id=C30> <use xlink:href="#C050-030X075" class=top x="-73.63125268631177" y="255.53237621210707" transform="rotate(270.0 652.3613985221543 382.6505163405606)"/> <text x="632.560073332" y="371.51980636997797" class="top text" transform="" style="font-size:4.80000056pt;">C30</text> </g> <g id=C75> <use xlink:href="#C050-030X075" class=top x="337.00085813276235" y="219.05539557245982"/> <text x="1064.320123704" y="314.63979973397795" class="top text" transform="" style="font-size:4.80000056pt;">C75</text> </g> <g id=C3> <use xlink:href="#C050-030X075" class=top x="-127.1372747046803" y="-54.086557510097634" transform="rotate(180.0 604.0318180677039 58.27630529690711)"/> <text x="614.80007126" y="62.159770277978" class="top text" transform="rotate(-90.0 614.80007126 62.159770277978)" style="font-size:4.80000056pt;">C3</text> </g> <g id=C13> <use xlink:href="#C050-030X075" class=top x="56.40869947701424" y="-68.40643316474961"/> <text x="780.880090636" y="47.759768597977995" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C13</text> </g> <g id=C15> <use xlink:href="#C050-030X075" class=top x="-127.1372747046803" y="80.40416685248505" transform="rotate(180.0 604.0318180677039 192.76702965948976)"/> <text x="614.80007126" y="198.95978623797797" class="top text" transform="rotate(-90.0 614.80007126 198.95978623797797)" style="font-size:4.80000056pt;">C15</text> </g> <g id=C25> <use xlink:href="#C050-030X075" class=top x="56.40869947701424" y="65.98753528254491"/> <text x="781.239901653978" y="180.35921718791184" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C25</text> </g> <g id=C27> <use xlink:href="#C050-030X075" class=top x="-129.55617268288506" y="212.3792373215748" transform="rotate(180.0 601.6129200894992 324.7421001765795)"/> <text x="612.40007098" y="333.35980191797796" class="top text" transform="rotate(-90.0 612.40007098 333.35980191797796)" style="font-size:4.80000056pt;">C27</text> </g> <g id=C37> <use xlink:href="#C050-030X075" class=top x="53.98980149880947" y="197.96260575163467"/> <text x="778.240090328" y="312.239799453978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C37</text> </g> <g id=C39> <use xlink:href="#C050-030X075" class=top x="-617.2059933193574" y="32.413232101543315" transform="rotate(270.0 108.78665788910867 159.53137222999686)"/> <text x="79.360008792" y="148.31978032997796" class="top text" transform="" style="font-size:4.80000056pt;">C39</text> </g> <g id=C42> <use xlink:href="#C050-030X075" class=top x="-553.1535764385764" y="83.21008839584255" transform="rotate(90.0 172.83907476988975 210.3282285242961)"/> <text x="197.440022568" y="208.31978732997794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C42</text> </g> <g id=C54> <use xlink:href="#C050-030X075" class=top x="-435.5951374434267" y="215.9592062832378"/> <text x="298.960034412" y="344.39980320597795" class="top text" transform="rotate(270.0 298.960034412 344.39980320597795)" style="font-size:4.80000056pt;text-anchor:end;">C54</text> </g> <g id=C61> <use xlink:href="#C050-030X075" class=top x="-413.9218121308724" y="109.1406741730772"/> <text x="328.240037828" y="222.47978898197795" class="top text" transform="rotate(270.0 328.240037828 222.47978898197795)" style="font-size:4.80000056pt;text-anchor:end;">C61</text> </g> <g id=C77> <use xlink:href="#C050-030X075" class=top x="328.87336115255437" y="135.5550394307528" transform="rotate(180.0 1060.0424539249384 247.91790223775752)"/> <text x="1054.0001225" y="243.59979144597796" class="top text" transform="rotate(-90.0 1054.0001225 243.59979144597796)" style="font-size:3.840000448pt;">C77</text> </g> <g id=C83> <use xlink:href="#C050-030X075" class=top x="290.46126220714336" y="106.04448478785514" transform="rotate(90.0 1016.4539134156095 233.1626249163087)"/> <text x="1014.6401179079999" y="232.31979012997797" class="top text" transform="rotate(270.0 1014.6401179079999 232.31979012997797)" style="font-size:4.80000056pt;text-anchor:end;">C83</text> </g> <g id=C4> <use xlink:href="#C050-030X075" class=top x="-136.81286642549924" y="-85.24196271289446"/> <text x="590.560068432" y="10.319764229977977" class="top text" transform="" style="font-size:4.80000056pt;">C4</text> </g> <g id=C16> <use xlink:href="#C050-030X075" class=top x="-136.81286642549924" y="49.15200573439998"/> <text x="588.160068152" y="143.51977976997796" class="top text" transform="" style="font-size:4.80000056pt;">C16</text> </g> <g id=C28> <use xlink:href="#C050-030X075" class=top x="-139.13500839241567" y="181.12707620348976"/> <text x="585.760067872" y="276.71979530997794" class="top text" transform="" style="font-size:4.80000056pt;">C28</text> </g> <g id=C55> <use xlink:href="#C050-030X075" class=top x="-454.7528090544881" y="215.9592062832378" transform="rotate(180.0 276.416283717896 328.3220690902425)"/> <text x="270.640031108" y="340.31980272997794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C55</text> </g> <g id=C5> <use xlink:href="#C050-050X075" class=top x="0.0" y="-0.0"/> <text x="683.680079296" y="96.239774253978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C5</text> </g> <g id=C17> <use xlink:href="#C050-050X075" class=top x="0.0" y="134.39396835129446"/> <text x="690.1600800519999" y="230.15978987797794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C17</text> </g> <g id=C29> <use xlink:href="#C050-050X075" class=top x="-2.41889788220476" y="266.3690389163842"/> <text x="677.920078624" y="361.91980524997797" class="top text" transform="" style="font-size:4.80000056pt;">C29</text> </g> <g id=C7> <use xlink:href="#E2,5-6" class=top x="0.0" y="-0.0"/> <text x="411.52004754399997" y="146.39978010597792" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C7</text> </g> <g id=C9> <use xlink:href="#E2,5-6" class=top x="-1.1610709834582167" y="131.9750705650897"/> <text x="402.640046508" y="294.71979740997796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C9</text> </g> <g id=C11> <use xlink:href="#E2,5-6" class=top x="-368.4465311774236" y="94.43377485727234" transform="rotate(90.0 37.38079125442519 260.93157308401885)"/> <text x="53.920005824" y="288.479796681978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C11</text> </g> <g id=C12> <use xlink:href="#E2,5-6" class=top x="51.95792737375757" y="-26.414365257675627" transform="rotate(-90.0 457.7852498056063 140.08343296907088)"/> <text x="455.20005263999997" y="141.119779489978" class="top text" transform="" style="font-size:4.80000056pt;">C12</text> </g> <g id=C20> <use xlink:href="#E2,5-6" class=top x="-351.6110016292787" y="-55.53789623942055" transform="rotate(90.0 54.216320802570074 110.95990198732596)"/> <text x="59.680006496" y="108.95977573797796" class="top text" transform="" style="font-size:4.80000056pt;">C20</text> </g> <g id=C22> <use xlink:href="#E2,5-6" class=top x="49.53902939555286" y="105.56070521141413" transform="rotate(-90.0 455.3663518274016 272.05850343816064)"/> <text x="454.720052584" y="270.95979463797795" class="top text" transform="" style="font-size:4.80000056pt;">C22</text> </g> <g id=C34> <use xlink:href="#E2,5-6" class=top x="-309.6189337222047" y="225.63479800405662"/> <text x="88.72000988399999" y="371.51980636997797" class="top text" transform="" style="font-size:4.80000056pt;">C34</text> </g> <g id=C35> <use xlink:href="#E2,5-6" class=top x="47.1201315133481" y="240.0514295739968" transform="rotate(-90.0 452.94745394519686 406.5492278007433)"/> <text x="436.48005045599996" y="383.27980774197795" class="top text" transform="" style="font-size:4.80000056pt;">C35</text> </g> <g id=C41> <use xlink:href="#E2,5-5" class=top x="-688.8053716886172" y="86.79005745350554" transform="rotate(90.0 142.74798473126302 144.3406933377512)"/> <text x="160.720018284" y="163.91978214997795" class="top text" transform="" style="font-size:4.80000056pt;">C41</text> </g> <g id=C43> <use xlink:href="#E2,5-5" class=top x="100.81966526629299" y="184.80380117644097"/> <text x="941.920109424" y="247.19979186597797" class="top text" transform="" style="font-size:3.840000448pt;">C43</text> </g> <g id=C48> <use xlink:href="#E2,5-5" class=top x="-668.3898732748095" y="132.36209422624253" transform="rotate(90.0 163.16348314507084 189.91273011048818)"/> <text x="162.880018536" y="195.11978578997795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C48</text> </g> <g id=C52> <use xlink:href="#E2,5-5" class=top x="-589.1467774057827" y="23.124664137877176" transform="rotate(90.0 242.40657901409762 80.67530002212283)"/> <text x="246.160028252" y="106.07977540197794" class="top text" transform="" style="font-size:4.80000056pt;">C52</text> </g> <g id=C59> <use xlink:href="#E2,5-5" class=top x="-481.16717431216375" y="-20.028474752655086" transform="rotate(90.0 350.38618210771654 37.522161131590565)"/> <text x="371.92004292400003" y="44.15976817797798" class="top text" transform="" style="font-size:4.80000056pt;">C59</text> </g> <g id=C68> <use xlink:href="#E2,5-5" class=top x="-507.5815395698394" y="327.6155343498079"/> <text x="326.560037632" y="388.31980832997795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C68</text> </g> <g id=C70> <use xlink:href="#E2,5-5" class=top x="211.21816633811648" y="204.1549845220788" transform="rotate(90.0 1042.7715227579968 261.70562040632444)"/> <text x="1035.040120288" y="284.15979617797797" class="top text" transform="" style="font-size:4.80000056pt;">C70</text> </g> <g id=C74> <use xlink:href="#E2,5-5" class=top x="233.66553906897627" y="135.5550395267528" transform="rotate(270.0 1065.2188954888566 193.10567541099846)"/> <text x="1056.880122836" y="171.83978307397797" class="top text" transform="" style="font-size:4.80000056pt;">C74</text> </g> <g id=C89> <use xlink:href="#E2,5-6" class=top x="0.0" y="-131.97507046908981"/> <text x="405.52004684400003" y="17.279765041977953" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C89</text> </g> <g id=C8> <use xlink:href="#E2,5-6" class=top x="44.797989546431495" y="-0.0" transform="rotate(-90.0 450.62531197828025 166.4977982267465)"/> <text x="445.12005146399997" y="172.79978318597793" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C8</text> </g> <g id=C10> <use xlink:href="#E2,5-6" class=top x="42.379091568226784" y="131.9750705650897" transform="rotate(-90.0 448.20641400007554 298.4728687918362)"/> <text x="441.52005104399996" y="305.27979864197795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C10</text> </g> <g id=C19> <use xlink:href="#E2,5-6" class=top x="-346.7732057688692" y="113.97847003348653" transform="rotate(-180.0 70.03591324018898 269.4944716830236)"/> <text x="63.280006916" y="286.559796457978" class="top text" transform="" style="font-size:4.80000056pt;">C19</text> </g> <g id=C21> <use xlink:href="#E2,5-6" class=top x="-374.4453980212913" y="-53.11899826121578" transform="rotate(90.0 31.381924410557474 113.37879996553073)"/> <text x="36.880003836" y="111.35977601797799" class="top text" transform="" style="font-size:4.80000056pt;">C21</text> </g> <g id=C23> <use xlink:href="#E2,5-6" class=top x="4.8377958604094715" y="107.97960318961884"/> <text x="409.360047292" y="270.47979458197796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C23</text> </g> <g id=C24> <use xlink:href="#E2,5-6" class=top x="4.8377958604094715" y="-27.5754362411339"/> <text x="409.360047292" y="131.039778313978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C24</text> </g> <g id=C36> <use xlink:href="#E2,5-6" class=top x="2.418897978204825" y="240.0514295739968"/> <text x="416.08004807599997" y="383.27980774197795" class="top text" transform="" style="font-size:4.80000056pt;">C36</text> </g> <g id=C90> <use xlink:href="#E2,5-6" class=top x="44.797989546431495" y="-131.97507046908981" transform="rotate(-90.0 450.62531197828025 34.522727757656696)"/> <text x="461.920053424" y="16.079764901977967" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C90</text> </g> <g id=C91> <use xlink:href="#E2,5-6" class=top x="-289.2034353083968" y="215.95920628323773" transform="rotate(-180.0 127.60568370066139 371.4752079807748)"/> <text x="118.720013384" y="359.51980496997794" class="top text" transform="" style="font-size:4.80000056pt;">C91</text> </g> <g id=C14> <use xlink:href="#C050-030X075" class=top x="10.836662608277152" y="-84.08089172943619"/> <text x="736.960085512" y="11.519764369977963" class="top text" transform="" style="font-size:4.80000056pt;">C14</text> </g> <g id=C26> <use xlink:href="#C050-030X075" class=top x="10.836662608277152" y="50.31307671785828"/> <text x="736.960085512" y="145.91978004997793" class="top text" transform="" style="font-size:4.80000056pt;">C26</text> </g> <g id=C38> <use xlink:href="#C050-030X075" class=top x="8.417764726072505" y="182.3849031022362"/> <text x="746.080086576" y="306.23979875397794" class="top text" transform="" style="font-size:4.80000056pt;">C38</text> </g> <g id=C40> <use xlink:href="#C050-030X075" class=top x="-598.7256132113133" y="5.22481952156221" transform="rotate(90.0 127.26703799715277 132.34295965001576)"/> <text x="133.360015092" y="148.31978032997796" class="top text" transform="" style="font-size:4.80000056pt;">C40</text> </g> <g id=C44> <use xlink:href="#C050-030X075" class=top x="-670.8087712530141" y="58.73084144393073"/> <text x="71.20000784" y="177.35978371797796" class="top text" transform="rotate(-90.0 71.20000784 177.35978371797796)" style="font-size:4.80000056pt;">C44</text> </g> <g id=C45> <use xlink:href="#C050-030X075" class=top x="-670.8087712530141" y="115.13954101694486"/> <text x="71.20000783999998" y="221.27978884197796" class="top text" transform="rotate(270.0 71.20000783999998 221.27978884197796)" style="font-size:4.80000056pt;text-anchor:end;">C45</text> </g> <g id=C46> <use xlink:href="#C050-030X075" class=top x="-591.5656753839874" y="112.72064303874015" transform="rotate(180.0 139.60341738839685 225.0835058457449)"/> <text x="134.56001523199998" y="209.51978746997798" class="top text" transform="" style="font-size:4.80000056pt;">C46</text> </g> <g id=C87> <use xlink:href="#C050-030X075" class=top x="204.0582285107905" y="-88.82193167455745" transform="rotate(180.0 935.2273212351747 23.540931180447245)"/> <text x="927.5201077439999" y="45.35976831797797" class="top text" transform="" style="font-size:4.80000056pt;">C87</text> </g> <g id=C31> <use xlink:href="#E2,5-6" class=top x="-351.6110016292787" y="-32.80025576269611" transform="rotate(90.0 54.216320802570074 133.6975424640504)"/> <text x="52.720005684" y="144.47977988197795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C31</text> </g> <g id=C33> <use xlink:href="#E2,5-6" class=top x="-376.76753998820783" y="74.01827634746451" transform="rotate(90.0 29.059782443640945 240.51607457421102)"/> <text x="52.480005656" y="252.95979253797796" class="top text" transform="" style="font-size:4.80000056pt;">C33</text> </g> <g id=C32> <use xlink:href="#E2,5-5" class=top x="-265.20796793292595" y="343.1932369032063"/> <text x="568.0000658" y="403.19981006597794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C32</text> </g> <g id=C72> <use xlink:href="#E2,5-5" class=top x="240.05142957399687" y="76.82419798682207" transform="rotate(180.0 1081.6190233702046 124.36059649474018)"/> <text x="1083.520125944" y="139.919779349978" class="top text" transform="" style="font-size:4.80000056pt;">C72</text> </g> <g id=C73> <use xlink:href="#E2,5-5" class=top x="237.24550793463948" y="103.14180732920951" transform="rotate(270.0 1068.7988643545198 160.69244321345516)"/> <text x="1068.880124236" y="157.43978139397794" class="top text" transform="" style="font-size:4.80000056pt;">C73</text> </g> <g id=C76> <use xlink:href="#E2,5-5" class=top x="184.80380108044085" y="8.708032567936982" transform="rotate(90.0 1016.3571575003211 66.25866845218263)"/> <text x="1029.760119672" y="65.75977069797801" class="top text" transform="" style="font-size:4.80000056pt;">C76</text> </g> <g id=C78> <use xlink:href="#E2,5-5" class=top x="240.05142957399687" y="47.99093475094179" transform="rotate(180.0 1081.6190233702046 95.52733325885984)"/> <text x="1084.720126084" y="85.43977299397795" class="top text" transform="" style="font-size:4.80000056pt;">C78</text> </g> <g id=C47> <use xlink:href="#C050-030X075" class=top x="-611.2071264754898" y="125.97620362522204" transform="rotate(270.0 114.78552473297638 253.0943437536756)"/> <text x="84.640009408" y="251.51979236997795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C47</text> </g> <g id=C49> <use xlink:href="#C050-030X075" class=top x="-640.8144370336755" y="163.13047567188664" transform="rotate(180.0 90.35465573870866 275.49333852689136)"/> <text x="93.040010388" y="295.67979752197795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C49</text> </g> <g id=C50> <use xlink:href="#E2,5-6" class=top x="-154.8094668611023" y="94.82079851842514" transform="rotate(-180.0 261.9996521479559 250.33680016796222)"/> <text x="259.360029792" y="267.839794273978" class="top text" transform="" style="font-size:4.80000056pt;">C50</text> </g> <g id=C53> <use xlink:href="#E2,5-6" class=top x="-193.22156580651333" y="24.8662706130645" transform="rotate(90.0 212.60575662533543 191.364068839811)"/> <text x="240.160027552" y="196.79978598597796" class="top text" transform="rotate(270.0 240.160027552 196.79978598597796)" style="font-size:4.80000056pt;text-anchor:end;">C53</text> </g> <g id=C57> <use xlink:href="#E2,5-6" class=top x="-153.64839587764405" y="174.83794170975744" transform="rotate(90.0 252.1789265542047 341.33573993650396)"/> <text x="274.720031584" y="360.7198051099779" class="top text" transform="" style="font-size:4.80000056pt;">C57</text> </g> <g id=C69> <use xlink:href="#E2,5-6" class=top x="-77.59824521312754" y="203.9614725955023" transform="rotate(-90.0 328.2290772187212 370.4592708222488)"/> <text x="313.120036064" y="376.079806901978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C69</text> </g> <g id=C51> <use xlink:href="#C050-030X075" class=top x="-512.3225795149606" y="-27.188412675981112" transform="rotate(90.0 213.67007169350552 99.92972745247243)"/> <text x="212.320024304" y="107.99977562597797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C51</text> </g> <g id=C86> <use xlink:href="#C050-030X075" class=top x="282.7207888880881" y="43.15313889053229" transform="rotate(270.0 1008.7134400965542 170.27127901898584)"/> <text x="988.720114884" y="175.91978354997798" class="top text" transform="" style="font-size:4.80000056pt;">C86</text> </g> <g id=C56> <use xlink:href="#C050-030X075" class=top x="-502.74374370942985" y="215.9592062832378"/> <text x="222.40002547999998" y="340.55980275797793" class="top text" transform="rotate(-90.0 222.40002547999998 340.55980275797793)" style="font-size:4.80000056pt;">C56</text> </g> <g id=C80> <use xlink:href="#C050-030X075" class=top x="319.9718168500409" y="29.99433421933864" transform="rotate(270.0 1045.964468058507 157.1124743477922)"/> <text x="1015.840118048" y="157.43978139397797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C80</text> </g> <g id=C58> <use xlink:href="#C050-055X075" class=top x="0.0" y="-0.0"/> <text x="302.320034804" y="291.35979701797794" class="top text" transform="rotate(-90.0 302.320034804 291.35979701797794)" style="font-size:4.80000056pt;">C58</text> </g> <g id=C60> <use xlink:href="#E2,5-6" class=top x="-94.82079842242513" y="-88.8219315785575"/> <text x="326.41906123155275" y="54.12184812422049" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C60</text> </g> <g id=C62> <use xlink:href="#C050-030X075" class=top x="-348.4180564247685" y="85.1452067976063" transform="rotate(270.0 377.5745947836976 212.26334692605985)"/> <text x="378.160043652" y="208.31978732997797" class="top text" transform="" style="font-size:4.80000056pt;">C62</text> </g> <g id=C65> <use xlink:href="#C050-030X075" class=top x="-348.4180564247685" y="123.55730574301731" transform="rotate(270.0 377.5745947836976 250.67544587147086)"/> <text x="379.360043792" y="246.71979180997795" class="top text" transform="" style="font-size:4.80000056pt;">C65</text> </g> <g id=C66> <use xlink:href="#C050-030X075" class=top x="-348.4180564247685" y="161.9694046884283" transform="rotate(270.0 377.5745947836976 289.08754481688186)"/> <text x="379.360043792" y="285.11979628997796" class="top text" transform="" style="font-size:4.80000056pt;">C66</text> </g> <g id=C67> <use xlink:href="#C050-030X075" class=top x="-348.4180564247685" y="200.38150363383937" transform="rotate(270.0 377.5745947836976 327.4996437622929)"/> <text x="379.360043792" y="324.71980090997795" class="top text" transform="" style="font-size:4.80000056pt;">C67</text> </g> <g id=C63> <use xlink:href="#C050-030X075" class=top x="-375.5097131854614" y="29.220286897033105" transform="rotate(90.0 350.4829380230047 156.33842702548665)"/> <text x="381.76004407199997" y="163.91978214997795" class="top text" transform="" style="font-size:4.80000056pt;">C63</text> </g> <g id=C64> <use xlink:href="#C050-030X075" class=top x="-399.6019364762205" y="94.724042507137" transform="rotate(180.0 331.5671562961637 207.08690531414175)"/> <text x="326.560037632" y="190.79978528597798" class="top text" transform="" style="font-size:4.80000056pt;">C64</text> </g> <g id=C71> <use xlink:href="#E2,5-5" class=top x="184.80380108044085" y="247.59839115847564" transform="rotate(90.0 1016.3571575003211 305.1490270427213)"/> <text x="1026.6401193079998" y="330.95980163797793" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C71</text> </g> <g id=C79> <use xlink:href="#C050-030X075" class=top x="290.46126220714336" y="8.804788387225187" transform="rotate(90.0 1016.4539134156095 135.92292851567873)"/> <text x="1016.8001181599999" y="137.75977909797797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C79</text> </g> <g id=C81> <use xlink:href="#C050-030X075" class=top x="290.46126220714336" y="50.79685629429923" transform="rotate(90.0 1016.4539134156095 177.91499642275278)"/> <text x="1035.040120288" y="195.11978578997795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C81</text> </g> <g id=C84> <use xlink:href="#C050-030X075" class=top x="328.87336115255437" y="106.72177619487246" transform="rotate(180.0 1060.0424539249384 219.08463900187718)"/> <text x="1054.9601226119999" y="202.79978668597795" class="top text" transform="" style="font-size:4.80000056pt;">C84</text> </g> <g id=C82> <use xlink:href="#C050-030X075" class=top x="340.87109484028963" y="106.72177619487246" transform="rotate(180.0 1072.040187612674 219.08463900187718)"/> <text x="1078.240125328" y="218.63978853397796" class="top text" transform="" style="font-size:4.80000056pt;">C82</text> </g> <g id=C85> <use xlink:href="#C050-030X075" class=top x="336.03329897988044" y="271.59385843794644" transform="rotate(180.0 1067.2023917522647 383.95672124495115)"/> <text x="1078.240125328" y="389.9998085259779" class="top text" transform="rotate(-90.0 1078.240125328 389.9998085259779)" style="font-size:4.80000056pt;">C85</text> </g> <g id=C88> <use xlink:href="#C050-055X075" class=top x="712.800839064088" y="-257.9512741903118"/> <text x="1011.0401174879999" y="15.119764789977978" class="top text" transform="" style="font-size:4.80000056pt;">C88</text> </g> <g id=D1> <use xlink:href="#DO41-10" class=top x="0.0" y="-0.0"/> <text x="140.080015876" y="38.159767477977994" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">D1</text> </g> <g id=D6> <use xlink:href="#DO41-10" class=top x="810.8145827870237" y="14.513387485228293" transform="rotate(-90.0 951.143669540082 56.38956490078738)"/> <text x="952.720110684" y="44.87976826197797" class="top text" transform="" style="font-size:4.80000056pt;">D6</text> </g> <g id=D9> <use xlink:href="#DO41-10" class=top x="30.865137456932302" y="93.75648335425507" transform="rotate(-90.0 171.19422420999055 135.63266076981415)"/> <text x="169.12001926399998" y="89.27977344197797" class="top text" transform="" style="font-size:4.80000056pt;">D9</text> </g> <g id=D10> <use xlink:href="#DO41-10" class=top x="-58.827597359218885" y="133.23289746383622"/> <text x="96.880010836" y="165.35978231797796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">D10</text> </g> <g id=D12> <use xlink:href="#DO41-10" class=top x="5.998866843867717" y="133.23289746383622" transform="rotate(180.0 169.59775160773543 169.93263331547718)"/> <text x="179.920020524" y="164.87978226197797" class="top text" transform="" style="font-size:4.80000056pt;">D12</text> </g> <g id=D2> <use xlink:href="#DO35-7" class=top x="0.0" y="-0.0"/> <text x="629.920073024" y="144.959779937978" class="top text" transform="" style="font-size:4.80000056pt;">D2</text> </g> <g id=D3> <use xlink:href="#DO35-7" class=top x="-2.322141966916547" y="133.13614154854804"/> <text x="628.0000728" y="275.75979519797795" class="top text" transform="" style="font-size:4.80000056pt;">D3</text> </g> <g id=D7> <use xlink:href="#DO35-7" class=top x="-465.58947166276533" y="202.80040161204408"/> <text x="194.08002217599997" y="339.59980264597795" class="top text" transform="" style="font-size:4.80000056pt;">D7</text> </g> <g id=D8> <use xlink:href="#DO35-7" class=top x="-482.5217570301984" y="-25.446806104793666" transform="rotate(-90.0 155.8100334871685 121.11927328458586)"/> <text x="156.160017752" y="88.31977332997798" class="top text" transform="" style="font-size:4.80000056pt;">D8</text> </g> <g id=D11> <use xlink:href="#DO35-7" class=top x="-549.7671192114898" y="28.930019151168494" transform="rotate(-270.0 88.56467130587716 175.49609854054802)"/> <text x="88.0000098" y="185.27978464197798" class="top text" transform="rotate(270.0 88.0000098 185.27978464197798)" style="font-size:4.80000056pt;text-anchor:end;">D11</text> </g> <g id=D13> <use xlink:href="#DO35-7" class=top x="-532.9315896633449" y="105.75421704199056" transform="rotate(-270.0 105.40020085402205 252.32029643137008)"/> <text x="103.36001159199999" y="294.23979735397796" class="top text" transform="" style="font-size:4.80000056pt;">D13</text> </g> <g id=D14> <use xlink:href="#DO35-7" class=top x="-493.3584197344756" y="92.49865645550867" transform="rotate(-270.0 144.97337078289132 239.0647358448882)"/> <text x="158.320018004" y="239.03979091397795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">D14</text> </g> <g id=D4> <use xlink:href="#DO35-7" class=top x="-375.6064690047496" y="-35.9932010632063"/> <text x="288.880033236" y="100.799774785978" class="top text" transform="" style="font-size:4.80000056pt;">D4</text> </g> <g id=D5> <use xlink:href="#DO35-7" class=top x="-348.127788582904" y="65.79402345196851" transform="rotate(-90.0 290.20400193446295 212.36010284134804)"/> <text x="305.920035224" y="190.31978522997795" class="top text" transform="rotate(270.0 305.920035224 190.31978522997795)" style="font-size:4.80000056pt;text-anchor:end;">D5</text> </g> <g id=D15> <use xlink:href="#DO41-7.6" class=top x="0.0" y="-0.0"/> <text x="41.920004424" y="188.87978506197794" class="top text" transform="" style="font-size:4.80000056pt;">D15</text> </g> <g id=D16> <use xlink:href="#DO41-7.6" class=top x="0.0" y="57.66652637576061"/> <text x="41.79981538597794" y="204.11959791195594" class="top text" transform="" style="font-size:4.80000056pt;">D16</text> </g> <g id=IC1> <use xlink:href="#DIL08" class=top x="0.0" y="-0.0"/> <text x="871.6001012199999" y="70.79977128597795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC1</text> </g> <g id=IC2> <use xlink:href="#DIL08" class=top x="-56.40869947701424" y="-1.1610709834582735"/> <text x="815.440094668" y="68.15977097797798" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC2</text> </g> <g id=IC4> <use xlink:href="#DIL08" class=top x="0.0" y="39.66992584415743"/> <text x="871.840101248" y="109.43977579397796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC4</text> </g> <g id=IC5> <use xlink:href="#DIL08" class=top x="-101.98073634575121" y="40.83099682761576" transform="rotate(180.0 764.8401517246739 117.103902704126)"/> <text x="759.040088088" y="109.43977579397801" class="top text" transform="" style="font-size:4.80000056pt;">IC5</text> </g> <g id=IC6> <use xlink:href="#DIL08" class=top x="-56.40869947701424" y="133.23289736783624"/> <text x="816.880094836" y="202.79978668597798" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC6</text> </g> <g id=IC8> <use xlink:href="#DIL08" class=top x="-4.837795860409415" y="174.06389429145196"/> <text x="868.9601009119999" y="244.07979150197795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC8</text> </g> <g id=IC9> <use xlink:href="#DIL08" class=top x="-101.98073634575121" y="175.22496527491023" transform="rotate(180.0 764.8401517246739 251.49787115142047)"/> <text x="758.080087976" y="243.83979147397795" class="top text" transform="" style="font-size:4.80000056pt;">IC9</text> </g> <g id=IC10> <use xlink:href="#DIL08" class=top x="-58.82759745521889" y="265.20796793292595"/> <text x="814.0000945" y="335.03980211397794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC10</text> </g> <g id=IC12> <use xlink:href="#DIL08" class=top x="-104.39963422795586" y="307.20003584" transform="rotate(180.0 762.4212538424692 383.4729416685102)"/> <text x="756.160087752" y="377.03980701397796" class="top text" transform="" style="font-size:4.80000056pt;">IC12</text> </g> <g id=IC13> <use xlink:href="#DIL08" class=top x="-4.837795860409415" y="303.620066878337"/> <text x="868.720100884" y="373.67980662197795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC13</text> </g> <g id=IC14> <use xlink:href="#DIL08" class=top x="-4.837795860409415" y="262.88582587000946"/> <text x="868.480100856" y="331.9198017499779" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC14</text> </g> <g id=IC3> <use xlink:href="#SO14" class=bottom x="0.0" y="-0.0"/> <text x="-770.320089404" y="26.159766077977963" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">IC3</text> </g> <g id=IC7> <use xlink:href="#SO14" class=bottom x="0.0" y="134.39396844729447"/> <text x="-770.320089404" y="161.75978189797794" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">IC7</text> </g> <g id=IC11> <use xlink:href="#SO14" class=bottom x="-2.4188978822046465" y="266.3690389163842"/> <text x="-769.120089264" y="293.75979729797797" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">IC11</text> </g> <g id=IC15> <use xlink:href="#DIL08" class=top x="109.14067417307729" y="213.63706422032124"/> <text x="981.7601140720001" y="282.9597960379779" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">IC15</text> </g> <g id=IC16> <use xlink:href="#TO263-5" class=bottom x="0.0" y="-0.0"/> <text x="-76.720008484" y="335.03980211397794" class="bottom text" transform="scale(-1,1) rotate(270.0 -76.720008484 335.03980211397794)" style="font-size:4.80000056pt;">IC16</text> </g> <g id=IC18> <use xlink:href="#TO263-5" class=bottom x="381.6053358486173" y="-219.635931160189" transform="rotate(180.0 434.8057195406614 89.52846641499215)"/> <text x="-458.080052976" y="63.59977044597798" class="bottom text" transform="scale(-1,1) rotate(90.0 -458.080052976 63.59977044597798)" style="font-size:4.80000056pt;text-anchor:end;">IC18</text> </g> <g id=IC20> <use xlink:href="#TO263-5" class=bottom x="381.6053358486173" y="-85.24196271289452" transform="rotate(180.0 434.8057195406614 223.9224348622866)"/> <text x="-459.28005311600003" y="196.79978598597796" class="bottom text" transform="scale(-1,1) rotate(90.0 -459.28005311600003 196.79978598597796)" style="font-size:4.80000056pt;text-anchor:end;">IC20</text> </g> <g id=IC22> <use xlink:href="#TO263-5" class=bottom x="379.18643787041253" y="46.733107852195246" transform="rotate(180.0 432.38682161045665 355.89750537937635)"/> <text x="-456.880052836" y="328.79980138597796" class="bottom text" transform="scale(-1,1) rotate(90.0 -456.880052836 328.79980138597796)" style="font-size:4.80000056pt;text-anchor:end;">IC22</text> </g> <g id=IC17> <use xlink:href="#TO263-5" class=bottom x="-5.998866843867717" y="-222.0548290423937" transform="rotate(180.0 47.20151684817638 87.10956853278742)"/> <text x="-73.120008064" y="98.63977453397797" class="bottom text" transform="scale(-1,1) rotate(270.0 -73.120008064 98.63977453397797)" style="font-size:4.80000056pt;">IC17</text> </g> <g id=IC19> <use xlink:href="#SOT223-5" class=bottom x="0.0" y="-0.0"/> <text x="-450.2205244750551" y="41.711767892377964" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">IC19</text> </g> <g id=IC21> <use xlink:href="#SOT223-5" class=bottom x="0.0" y="131.97507046908973"/> <text x="-450.2205244750551" y="173.711783292378" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">IC21</text> </g> <g id=IC23> <use xlink:href="#SOT223-5" class=bottom x="-2.4188978822045897" y="266.3690389163842"/> <text x="-447.8205241950551" y="308.1117989723779" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">IC23</text> </g> <g id=IC24> <use xlink:href="#SOT223-5" class=bottom x="-288.332632070803" y="303.91033462420154" transform="rotate(90.0 133.8464403327496 363.6863566560756)"/> <text x="-140.6204883550551" y="396.91180933237797" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">IC24</text> </g> <g id=JP1> <use xlink:href="#22-23-2041" class=top x="0.0" y="-0.0"/> <text x="1036.0001204" y="34.559767057977965" class="top text" transform="" style="font-size:3.840000448pt;text-anchor:end;">JP1</text> </g> <g id=JP2> <use xlink:href="#2X06" class=bottom x="0.0" y="-0.0"/> <text x="-988.0001147999999" y="209.99978752597795" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP2</text> </g> <g id=JP3> <use xlink:href="#1X06" class=bottom x="0.0" y="-0.0"/> <text x="-1085.4881261735998" y="33.64776695157798" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP3</text> </g> <g id=JP4> <use xlink:href="#1X06" class=bottom x="-85.62898637404737" y="61.14973942213544" transform="rotate(-90.0 941.5648338305512 107.86371269810394)"/> <text x="-933.7121084664" y="122.44777731157797" class="bottom text" transform="scale(-1,1) rotate(270.0 -933.7121084664 122.44777731157797)" style="font-size:4.80000056pt;">JP4</text> </g> <g id=JP5> <use xlink:href="#1X06" class=bottom x="-85.62898637404737" y="154.8094668611024" transform="rotate(-90.0 941.5648338305512 201.5234401370709)"/> <text x="-933.7121084664" y="139.24777927157794" class="bottom text" transform="scale(-1,1) rotate(270.0 -933.7121084664 139.24777927157794)" style="font-size:4.80000056pt;">JP5</text> </g> <g id=JP7> <use xlink:href="#1X06" class=bottom x="-532.0607865217512" y="44.41096578927875" transform="rotate(-90.0 495.13303368284727 91.12493906524725)"/> <text x="-487.3120563864" y="30.047766531577963" class="bottom text" transform="scale(-1,1) rotate(270.0 -487.3120563864 30.047766531577963)" style="font-size:4.80000056pt;">JP7</text> </g> <g id=JP8> <use xlink:href="#1X06" class=bottom x="-526.0619196778837" y="165.54937365009135" transform="rotate(-90.0 501.1319005267149 212.26334692605985)"/> <text x="-493.3120570864" y="150.28778055957798" class="bottom text" transform="scale(-1,1) rotate(270.0 -493.3120570864 150.28778055957798)" style="font-size:4.80000056pt;">JP8</text> </g> <g id=JP9> <use xlink:href="#1X06" class=bottom x="-522.3851948009324" y="280.7856704863244" transform="rotate(-90.0 504.80862540366616 327.4996437622929)"/> <text x="-496.9120575064" y="266.447794111578" class="bottom text" transform="scale(-1,1) rotate(270.0 -496.9120575064 266.447794111578)" style="font-size:4.80000056pt;">JP9</text> </g> <g id=JP17> <use xlink:href="#1X06" class=bottom x="-943.1766770132663" y="265.207967932926" transform="rotate(-180.0 113.18905213072127 306.7454996449764)"/> <text x="-124.6720140784" y="298.751797880378" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP17</text> </g> <g id=JP6> <use xlink:href="#1X08" class=bottom x="0.0" y="-0.0"/> <text x="-933.7121084664" y="334.36780203557794" class="bottom text" transform="scale(-1,1) rotate(270.0 -933.7121084664 334.36780203557794)" style="font-size:4.80000056pt;">JP6</text> </g> <g id=JP10> <use xlink:href="#1X02" class=top x="0.0" y="-0.0"/> <text x="929.4881079736" y="215.80778820357796" class="top text" transform="rotate(-90.0 929.4881079736 215.80778820357796)" style="font-size:4.80000056pt;">JP10</text> </g> <g id=JP11> <use xlink:href="#22-23-2051" class=top x="0.0" y="-0.0"/> <text x="467.20005404" y="30.719766609977967" class="top text" transform="" style="font-size:3.840000448pt;">JP11</text> </g> <g id=JP12> <use xlink:href="#22-23-2051" class=top x="7.159937827325905" y="130.81399958163155"/> <text x="474.40005487999997" y="161.51978186997798" class="top text" transform="" style="font-size:3.840000448pt;">JP12</text> </g> <g id=JP13> <use xlink:href="#22-23-2051" class=top x="8.417764726072448" y="246.05029641786462"/> <text x="475.60005501999996" y="276.71979530997794" class="top text" transform="" style="font-size:3.840000448pt;">JP13</text> </g> <g id=JP14> <use xlink:href="#1X10" class=bottom x="0.0" y="-0.0"/> <text x="-283.3120325864" y="36.19176724837797" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP14</text> </g> <g id=JP16> <use xlink:href="#1X10" class=bottom x="-175.12820935962205" y="-0.0"/> <text x="-108.11201214639999" y="36.19176724837797" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP16</text> </g> <g id=JP15> <use xlink:href="#1X04" class=bottom x="0.0" y="-0.0"/> <text x="-205.7920235424" y="315.40779982357793" class="bottom text" transform="scale(-1,1) rotate(270.0 -205.7920235424 315.40779982357793)" style="font-size:4.80000056pt;">JP15</text> </g> <g id=JP18> <use xlink:href="#PAK100/2500-10" class=top x="0.0" y="-0.0"/> <text x="29.089262799080316" y="148.47852057249764" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">JP18</text> </g> <g id=Q1> <use xlink:href="#TO92-BCE" class=top x="0.0" y="-0.0"/> <text x="857.2000995399999" y="13.199764565977944" class="top text" transform="" style="font-size:4.80000056pt;">Q1</text> </g> <g id=Q5> <use xlink:href="#TO92-BCE" class=top x="-309.6189337222047" y="22.834396392012593"/> <text x="566.80006566" y="56.63976963397795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q5</text> </g> <g id=Q10> <use xlink:href="#TO92-BCE" class=top x="-268.88469280987715" y="30.96189337222046" transform="rotate(-90.0 590.244099851137 59.96953386245042)"/> <text x="595.8400690479999" y="45.35976831797797" class="top text" transform="rotate(270.0 595.8400690479999 45.35976831797797)" style="font-size:4.80000056pt;text-anchor:end;">Q10</text> </g> <g id=Q11> <use xlink:href="#TO92-BCE" class=top x="-328.77660523726615" y="69.56750414820783"/> <text x="518.80006006" y="92.63977383397798" class="top text" transform="" style="font-size:4.80000056pt;">Q11</text> </g> <g id=Q12> <use xlink:href="#TO92-BCE" class=top x="-155.00297869167866" y="38.412098945411" transform="rotate(-270.0 704.1258139693355 67.41973943564096)"/> <text x="724.000084" y="83.99977282597797" class="top text" transform="" style="font-size:4.80000056pt;">Q12</text> </g> <g id=Q13> <use xlink:href="#TO92-BCE" class=top x="-219.635931160189" y="40.63748499703934" transform="rotate(-90.0 639.4928615008251 69.6451254872693)"/> <text x="624.4000723799999" y="48.23976865397799" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q13</text> </g> <g id=Q18> <use xlink:href="#TO92-BCE" class=top x="-309.6189337222047" y="157.22836474330708"/> <text x="556.0000643999999" y="190.79978528597798" class="top text" transform="" style="font-size:4.80000056pt;">Q18</text> </g> <g id=Q23> <use xlink:href="#TO92-BCE" class=top x="-268.88469280987715" y="165.35586181951493" transform="rotate(-90.0 590.244099851137 194.3635023097449)"/> <text x="594.640068908" y="190.07978520197796" class="top text" transform="rotate(-90.0 594.640068908 190.07978520197796)" style="font-size:4.80000056pt;">Q23</text> </g> <g id=Q24> <use xlink:href="#TO92-BCE" class=top x="-328.77660523726615" y="203.96147259550233"/> <text x="524.80006076" y="237.59979074597797" class="top text" transform="" style="font-size:4.80000056pt;">Q24</text> </g> <g id=Q25> <use xlink:href="#TO92-BCE" class=top x="-155.00297869167866" y="172.80606739270547" transform="rotate(-270.0 704.1258139693355 201.81370788293543)"/> <text x="723.280083916" y="217.43978839397795" class="top text" transform="" style="font-size:4.80000056pt;">Q25</text> </g> <g id=Q26> <use xlink:href="#TO92-BCE" class=top x="-219.635931160189" y="175.0314534443338" transform="rotate(-90.0 639.4928615008251 204.03909393456377)"/> <text x="624.4000723799999" y="182.63978433397796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q26</text> </g> <g id=Q31> <use xlink:href="#TO92-BCE" class=top x="-312.03783170040947" y="289.2034353083968"/> <text x="550.2400637279999" y="322.79980068597797" class="top text" transform="" style="font-size:4.80000056pt;">Q31</text> </g> <g id=Q36> <use xlink:href="#TO92-BCE" class=top x="-271.2068347767937" y="297.4276882038929" transform="rotate(-90.0 587.9219578842204 326.43532869412286)"/> <text x="591.7600685719999" y="321.11980048997793" class="top text" transform="rotate(-90.0 591.7600685719999 321.11980048997793)" style="font-size:4.80000056pt;">Q36</text> </g> <g id=Q37> <use xlink:href="#TO92-BCE" class=top x="-331.1955032154709" y="336.0332990758803"/> <text x="516.1600597519999" y="359.99980502597793" class="top text" transform="" style="font-size:4.80000056pt;">Q37</text> </g> <g id=Q38> <use xlink:href="#TO92-BCE" class=top x="-157.42187657388342" y="304.78113786179523" transform="rotate(-270.0 701.7069160871307 333.7887783520252)"/> <text x="719.680083496" y="344.15980317797795" class="top text" transform="" style="font-size:4.80000056pt;">Q38</text> </g> <g id=Q39> <use xlink:href="#TO92-BCE" class=top x="-222.05482904239364" y="307.0065240094236" transform="rotate(-90.0 637.0739636186205 336.01416449965353)"/> <text x="620.80007196" y="314.63979973397795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q39</text> </g> <g id=Q40> <use xlink:href="#TO92-BCE" class=top x="-333.61440109767557" y="376.9610518187842" transform="rotate(-180.0 539.2053537686173 396.82525817028034)"/> <text x="528.640061208" y="407.99981062597794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q40</text> </g> <g id=Q42> <use xlink:href="#TO92-BCE" class=top x="-661.2299353514834" y="48.95849390382358" transform="rotate(-90.0 197.8988573095307 77.96613439405354)"/> <text x="196.00002239999998" y="52.79976918597799" class="top text" transform="" style="font-size:4.80000056pt;">Q42</text> </g> <g id=Q43> <use xlink:href="#TO92-BCE" class=top x="-769.2095385411023" y="67.24536218129134"/> <text x="90.40001008" y="85.43977299397795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q43</text> </g> <g id=Q45> <use xlink:href="#TO92-BCE" class=top x="-750.0518670260409" y="133.23289746383617"/> <text x="138.40001568" y="165.83978237397795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q45</text> </g> <g id=Q46> <use xlink:href="#TO92-BCE" class=top x="-769.2095385411023" y="118.81626579789605"/> <text x="90.40001008" y="138.23977915397796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q46</text> </g> <g id=Q47> <use xlink:href="#TO92-BCE" class=top x="-677.0011498314582" y="104.39963422795591" transform="rotate(-270.0 182.1276428295559 133.40727471818587)"/> <text x="185.20002114" y="133.19977856597797" class="top text" transform="" style="font-size:4.80000056pt;">Q47</text> </g> <g id=Q48> <use xlink:href="#TO92-BCE" class=top x="-674.4854960339653" y="131.78155863851336" transform="rotate(-90.0 184.6432966270488 160.78919912874332)"/> <text x="170.80001946" y="133.19977856597797" class="top text" transform="" style="font-size:4.80000056pt;">Q48</text> </g> <g id=Q49> <use xlink:href="#TO92-BCE" class=top x="-656.4888955023622" y="172.6125555621291" transform="rotate(-90.0 202.63989715865196 201.62019605235906)"/> <text x="202.0000231" y="189.59978514597796" class="top text" transform="" style="font-size:4.80000056pt;">Q49</text> </g> <g id=Q51> <use xlink:href="#TO92-BCE" class=top x="-716.3808079297511" y="328.8733611525543" transform="rotate(-180.0 156.43894693654175 348.7375675040504)"/> <text x="163.120018564" y="363.59980544597795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q51</text> </g> <g id=Q52> <use xlink:href="#TO92-BCE" class=top x="-686.3864738064126" y="272.56141759082834" transform="rotate(-180.0 186.4332811078803 292.4256239423244)"/> <text x="180.40002058" y="283.1997960659779" class="top text" transform="" style="font-size:4.80000056pt;">Q52</text> </g> <g id=Q54> <use xlink:href="#TO92-BCE" class=top x="-714.0586659628345" y="196.89829068346455" transform="rotate(-180.0 158.76108890345824 216.76249703496063)"/> <text x="164.80001876" y="231.83979007397798" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q54</text> </g> <g id=Q55> <use xlink:href="#TO92-BCE" class=top x="-686.3864738064126" y="213.7338202316094" transform="rotate(-180.0 186.4332811078803 233.5980265831055)"/> <text x="205.12002346399998" y="226.319789429978" class="top text" transform="rotate(270.0 205.12002346399998 226.319789429978)" style="font-size:4.80000056pt;text-anchor:end;">Q55</text> </g> <g id=Q56> <use xlink:href="#TO92-BCE" class=top x="-759.8242145661479" y="187.2226989626456" transform="rotate(-270.0 99.30457809486614 216.23033945287557)"/> <text x="115.23982395397795" y="216.83959939595593" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q56</text> </g> <g id=Q86> <use xlink:href="#TO92-BCE" class=top x="194.38263688597158" y="299.8465861820976" transform="rotate(-90.0 1053.5114295469857 328.85422667232757)"/> <text x="1052.560122332" y="326.399801105978" class="top text" transform="" style="font-size:3.840000448pt;">Q86</text> </g> <g id=Q87> <use xlink:href="#TO92-BCE" class=top x="158.38943582276545" y="249.7270211988157" transform="rotate(-180.0 1031.2091906890582 269.5912275503118)"/> <text x="1032.4001199799998" y="284.15979617797797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q87</text> </g> <g id=Q88> <use xlink:href="#TO92-BCE" class=top x="205.0257877596723" y="205.2192994942488" transform="rotate(-270.0 1064.1545804206864 234.22693998447875)"/> <text x="1080.160125552" y="239.75979099797797" class="top text" transform="" style="font-size:4.80000056pt;">Q88</text> </g> <g id=Q89> <use xlink:href="#TO92-BCE" class=top x="194.18912505539538" y="57.66652637576061" transform="rotate(-270.0 1053.3179177164095 86.67416686599057)"/> <text x="1069.60012432" y="111.35977601797799" class="top text" transform="" style="font-size:4.80000056pt;">Q89</text> </g> <g id=Q90> <use xlink:href="#TO92-BCE" class=top x="194.18912505539538" y="86.40303369635268" transform="rotate(-270.0 1053.3179177164095 115.41067418658264)"/> <text x="1067.680124096" y="143.51977976997796" class="top text" transform="" style="font-size:4.80000056pt;">Q90</text> </g> <g id=Q92> <use xlink:href="#TO92-BCE" class=top x="176.38603635436857" y="372.5102796195275"/> <text x="1042.0001211" y="407.51981056997795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q92</text> </g> <g id=Q93> <use xlink:href="#TO92-BCE" class=top x="176.38603635436857" y="353.2558521891779"/> <text x="1060.4801232559998" y="366.71980580997797" class="top text" transform="" style="font-size:4.80000056pt;">Q93</text> </g> <g id=Q99> <use xlink:href="#TO92-BCE" class=top x="143.97280425282509" y="92.20838870964411" transform="rotate(-90.0 1003.1015969138392 121.21602919987407)"/> <text x="1003.3601165919999" y="108.95977573797796" class="top text" transform="" style="font-size:4.80000056pt;">Q99</text> </g> <g id=Q100> <use xlink:href="#TO92-BCE" class=top x="128.20158977285053" y="101.98073624975115" transform="rotate(-270.0 987.3303824338647 130.9883767399811)"/> <text x="991.840115248" y="129.359778117978" class="top text" transform="" style="font-size:4.80000056pt;">Q100</text> </g> <g id=Q2> <use xlink:href="#TO92" class=top x="0.0" y="-0.0"/> <text x="718.720083384" y="15.83976487397797" class="top text" transform="" style="font-size:4.80000056pt;">Q2</text> </g> <g id=Q4> <use xlink:href="#TO92" class=top x="0.0" y="27.57543633713385"/> <text x="718.9600834119999" y="56.63976963397795" class="top text" transform="rotate(-90.0 718.9600834119999 56.63976963397795)" style="font-size:4.80000056pt;">Q4</text> </g> <g id=Q15> <use xlink:href="#TO92" class=top x="0.0" y="134.39396844729447"/> <text x="720.880083636" y="150.479780581978" class="top text" transform="" style="font-size:4.80000056pt;">Q15</text> </g> <g id=Q17> <use xlink:href="#TO92" class=top x="0.0" y="161.96940478442832"/> <text x="738.40008568" y="192.71978550997798" class="top text" transform="" style="font-size:4.80000056pt;">Q17</text> </g> <g id=Q28> <use xlink:href="#TO92" class=top x="-2.41889788220476" y="266.3690389163842"/> <text x="714.880082936" y="282.479795981978" class="top text" transform="" style="font-size:4.80000056pt;">Q28</text> </g> <g id=Q30> <use xlink:href="#TO92" class=top x="-2.41889788220476" y="293.9444752535181"/> <text x="735.520085344" y="325.43980099397794" class="top text" transform="" style="font-size:4.80000056pt;">Q30</text> </g> <g id=Q41> <use xlink:href="#TO92" class=top x="-599.7899281834834" y="37.25102796195273" transform="rotate(90.0 118.75251735579212 80.48178819154646)"/> <text x="144.40001638" y="82.31977262997793" class="top text" transform="" style="font-size:4.80000056pt;">Q41</text> </g> <g id=Q44> <use xlink:href="#TO92" class=top x="-630.0745301486867" y="25.156538358929083"/> <text x="90.40001008" y="41.51976786997801" class="top text" transform="" style="font-size:4.80000056pt;">Q44</text> </g> <g id=Q50> <use xlink:href="#TO92" class=top x="-575.7944608080126" y="240.0514295739968" transform="rotate(90.0 142.74798473126302 283.28218980359054)"/> <text x="162.40001848" y="283.439796093978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q50</text> </g> <g id=Q53> <use xlink:href="#TO92" class=top x="-530.415935865852" y="290.3645062918551"/> <text x="206.80002366" y="322.319800629978" class="top text" transform="" style="font-size:4.80000056pt;">Q53</text> </g> <g id=Q57> <use xlink:href="#TO92" class=top x="-638.6858068013355" y="200.38150372983935" transform="rotate(180.0 89.0484508343181 229.92130170615434)"/> <text x="97.36001089199999" y="216.95978833797795" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q57</text> </g> <g id=Q72> <use xlink:href="#TO92" class=top x="-410.24508715792126" y="268.78793689458894" transform="rotate(90.0 308.29735838135434 312.01869712418267)"/> <text x="308.80003555999997" y="324.95980093797795" class="top text" transform="rotate(-90.0 308.80003555999997 324.95980093797795)" style="font-size:4.80000056pt;">Q72</text> </g> <g id=Q3> <use xlink:href="#TO92-BCE" class=top x="-243.82491036623628" y="41.99206790707399" transform="rotate(-270.0 615.3038822947778 70.99970839730395)"/> <text x="630.40007308" y="98.39977450597797" class="top text" transform="" style="font-size:4.80000056pt;">Q3</text> </g> <g id=Q7> <use xlink:href="#TO92-BCE" class=top x="-262.9825818812976" y="41.99206790707399" transform="rotate(-270.0 596.1462107797165 70.99970839730395)"/> <text x="595.60006902" y="81.839772573978" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q7</text> </g> <g id=Q9> <use xlink:href="#TO92-BCE" class=top x="-302.45899589487874" y="72.08315804170076" transform="rotate(-180.0 570.3607589714142 91.94736439319686)"/> <text x="577.6000669199999" y="103.19977506597797" class="top text" transform="" style="font-size:4.80000056pt;">Q9</text> </g> <g id=Q16> <use xlink:href="#TO92-BCE" class=top x="-243.82491036623628" y="176.38603635436849" transform="rotate(-270.0 615.3038822947778 205.39367684459845)"/> <text x="628.480072856" y="234.23979035397795" class="top text" transform="" style="font-size:4.80000056pt;">Q16</text> </g> <g id=Q20> <use xlink:href="#TO92-BCE" class=top x="-262.9825818812976" y="176.38603635436849" transform="rotate(-270.0 596.1462107797165 205.39367684459845)"/> <text x="596.080069076" y="214.55978805797798" class="top text" transform="rotate(-90.0 596.080069076 214.55978805797798)" style="font-size:4.80000056pt;">Q20</text> </g> <g id=Q22> <use xlink:href="#TO92-BCE" class=top x="-302.45899589487874" y="206.47712639299525" transform="rotate(-180.0 570.3607589714142 226.34133274449135)"/> <text x="575.2000666399999" y="239.75979099797797" class="top text" transform="" style="font-size:4.80000056pt;">Q22</text> </g> <g id=Q29> <use xlink:href="#TO92-BCE" class=top x="-246.24380824844093" y="308.4578627387464" transform="rotate(-270.0 612.8849844125732 337.4655032289764)"/> <text x="626.80007266" y="365.27980564197793" class="top text" transform="" style="font-size:4.80000056pt;">Q29</text> </g> <g id=Q33> <use xlink:href="#TO92-BCE" class=top x="-265.4014797635024" y="308.4578627387464" transform="rotate(-270.0 593.7273128975118 337.4655032289764)"/> <text x="594.640068908" y="345.35980331797793" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q33</text> </g> <g id=Q35> <use xlink:href="#TO92-BCE" class=top x="-304.7811378617953" y="338.5489528733732" transform="rotate(-180.0 568.0386170044976 358.41315922486933)"/> <text x="573.280066416" y="371.039806313978" class="top text" transform="" style="font-size:4.80000056pt;">Q35</text> </g> <g id=Q58> <use xlink:href="#TO92-BCE" class=top x="-634.8155700938079" y="229.21476686971965"/> <text x="223.840025648" y="252.47979248197797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q58</text> </g> <g id=Q61> <use xlink:href="#TO92-BCE" class=top x="-615.6578985787464" y="148.81060001723463"/> <text x="243.280027916" y="160.079781701978" class="top text" transform="" style="font-size:3.840000448pt;">Q61</text> </g> <g id=Q62> <use xlink:href="#TO92-BCE" class=top x="-586.8246353428661" y="151.32625381472752" transform="rotate(-180.0 285.99511952342675 171.19046016622363)"/> <text x="280.00003219999996" y="161.99978192597797" class="top text" transform="" style="font-size:4.80000056pt;">Q62</text> </g> <g id=Q67> <use xlink:href="#TO92-BCE" class=top x="-586.8246353428661" y="284.5591512785637" transform="rotate(-180.0 285.99511952342675 304.42335763005985)"/> <text x="304.48003505599996" y="307.919798949978" class="top text" transform="rotate(-90.0 304.48003505599996 307.919798949978)" style="font-size:4.80000056pt;">Q67</text> </g> <g id=Q91> <use xlink:href="#TO92-BCE" class=top x="177.5471073378269" y="360.3190341012157" transform="rotate(-90.0 1036.675899998841 389.3266745914457)"/> <text x="1021.6001187200001" y="394.7998090859779" class="top text" transform="" style="font-size:4.80000056pt;">Q91</text> </g> <g id=Q94> <use xlink:href="#TO92-BCE" class=top x="92.40190054022048" y="146.3917021350299"/> <text x="970.720112784" y="179.75978399797796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q94</text> </g> <g id=Q6> <use xlink:href="#TO92-CBE" class=top x="0.0" y="-0.0"/> <text x="673.1200780639999" y="130.79977828597794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q6</text> </g> <g id=Q19> <use xlink:href="#TO92-CBE" class=top x="0.0" y="134.3939684472944"/> <text x="665.440077168" y="265.19979396597796" class="top text" transform="" style="font-size:4.80000056pt;">Q19</text> </g> <g id=Q32> <use xlink:href="#TO92-CBE" class=top x="-2.3221420629166687" y="266.36903901238423"/> <text x="664.4800770559999" y="398.15980947797794" class="top text" transform="" style="font-size:4.80000056pt;">Q32</text> </g> <g id=Q8> <use xlink:href="#TO71" class=top x="0.0" y="-0.0"/> <text x="653.20007574" y="66.71977080997794" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q8</text> </g> <g id=Q21> <use xlink:href="#TO71" class=top x="0.0" y="134.39396844729447"/> <text x="658.0000762999999" y="201.11978648997797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q21</text> </g> <g id=Q34> <use xlink:href="#TO71" class=top x="-2.41889788220476" y="266.36903901238423"/> <text x="638.320074004" y="333.11980188997796" class="top text" transform="" style="font-size:4.80000056pt;">Q34</text> </g> <g id=Q14> <use xlink:href="#TO92" class=top x="274.59329190788037" y="236.37470479304562" transform="rotate(180.0 1002.3275495435339 265.91450276936064)"/> <text x="1015.60011802" y="253.91979264997795" class="top text" transform="rotate(270.0 1015.60011802 253.91979264997795)" style="font-size:4.80000056pt;text-anchor:end;">Q14</text> </g> <g id=Q27> <use xlink:href="#TO92" class=top x="248.17892665020463" y="347.93427684832756" transform="rotate(180.0 975.9131842858582 377.47407482464257)"/> <text x="970.0001126999999" y="396.47980928197796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q27</text> </g> <g id=Q85> <use xlink:href="#TO92" class=top x="-382.8631627473638" y="306.1357207718299" transform="rotate(270.0 335.6792827919118 349.3664810014236)"/> <text x="307.60003542" y="333.35980191797796" class="top text" transform="rotate(270.0 307.60003542 333.35980191797796)" style="font-size:4.80000056pt;text-anchor:end;">Q85</text> </g> <g id=Q97> <use xlink:href="#TO92" class=top x="230.18232611860162" y="347.93427684832756" transform="rotate(180.0 957.916583754255 377.47407482464257)"/> <text x="953.440110768" y="395.99980922597797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q97</text> </g> <g id=Q98> <use xlink:href="#TO92" class=top x="-516.0960602112" y="321.8101793365165" transform="rotate(270.0 202.44638532807556 365.04093956611024)"/> <text x="206.80002366" y="363.11980538997796" class="top text" transform="rotate(-90.0 206.80002366 363.11980538997796)" style="font-size:4.80000056pt;">Q98</text> </g> <g id=Q59> <use xlink:href="#TO92-EBC" class=top x="0.0" y="-0.0"/> <text x="280.24003222799996" y="132.95977853797797" class="top text" transform="" style="font-size:4.80000056pt;">Q59</text> </g> <g id=Q60> <use xlink:href="#TO92-EBC" class=top x="0.0" y="16.835529548144876"/> <text x="280.480032256" y="148.79978038597795" class="top text" transform="" style="font-size:4.80000056pt;">Q60</text> </g> <g id=Q63> <use xlink:href="#TO92-EBC" class=top x="-38.41209904141107" y="-2.322142062916555"/> <text x="214.240024528" y="121.19977716597799" class="top text" transform="rotate(270.0 214.240024528 121.19977716597799)" style="font-size:4.80000056pt;text-anchor:end;">Q63</text> </g> <g id=Q64> <use xlink:href="#TO92-EBC" class=top x="-38.41209904141107" y="14.416631569940137"/> <text x="214.720024584" y="138.95977923797795" class="top text" transform="rotate(270.0 214.720024584 138.95977923797795)" style="font-size:4.80000056pt;text-anchor:end;">Q64</text> </g> <g id=Q65> <use xlink:href="#TO92-EBC" class=top x="9.578835709530665" y="-38.21858711483469" transform="rotate(-180.0 276.4162837658961 91.99574235084094)"/> <text x="289.60003331999997" y="91.439773693978" class="top text" transform="" style="font-size:4.80000056pt;">Q65</text> </g> <g id=Q66> <use xlink:href="#TO92-EBC" class=top x="-38.41209904141107" y="-38.31534303012285"/> <text x="213.280024416" y="95.03977411397796" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">Q66</text> </g> <g id=Q68> <use xlink:href="#TO92-EBC" class=top x="-38.41209904141107" y="220.99051397422363" transform="rotate(-180.0 228.42534901495432 351.20484343989926)"/> <text x="214.480024556" y="356.639804633978" class="top text" transform="rotate(-90.0 214.480024556 356.639804633978)" style="font-size:4.80000056pt;">Q68</text> </g> <g id=Q69> <use xlink:href="#TO92-EBC" class=top x="-38.41209904141107" y="238.98711450582675" transform="rotate(-180.0 228.42534901495432 369.2014439715024)"/> <text x="214.480024556" y="373.91980664997794" class="top text" transform="rotate(-90.0 214.480024556 373.91980664997794)" style="font-size:4.80000056pt;">Q69</text> </g> <g id=Q70> <use xlink:href="#TO92-EBC" class=top x="107.97960309361883" y="62.2140544903055" transform="rotate(-90.0 361.1260888967055 201.62019605235906)"/> <text x="384.640044408" y="194.15978567797796" class="top text" transform="rotate(-90.0 384.640044408 194.15978567797796)" style="font-size:4.80000056pt;">Q70</text> </g> <g id=Q71> <use xlink:href="#TO92-EBC" class=top x="127.13727460868029" y="62.2140544903055" transform="rotate(-90.0 380.28376041176693 201.62019605235906)"/> <text x="392.08004527599996" y="193.91978564997797" class="top text" transform="rotate(-90.0 392.08004527599996 193.91978564997797)" style="font-size:4.80000056pt;">Q71</text> </g> <g id=Q73> <use xlink:href="#TO92-EBC" class=top x="107.97960309361883" y="100.6261534357165" transform="rotate(-90.0 361.1260888967055 240.03229499777007)"/> <text x="384.40004438" y="232.31979012997797" class="top text" transform="rotate(-90.0 384.40004438 232.31979012997797)" style="font-size:4.80000056pt;">Q73</text> </g> <g id=Q74> <use xlink:href="#TO92-EBC" class=top x="127.13727460868029" y="100.6261534357165" transform="rotate(-90.0 380.28376041176693 240.03229499777007)"/> <text x="391.60004521999997" y="232.31979012997797" class="top text" transform="rotate(-90.0 391.60004521999997 232.31979012997797)" style="font-size:4.80000056pt;">Q74</text> </g> <g id=Q75> <use xlink:href="#TO92-EBC" class=top x="74.40530000861725" y="-26.607877184252004" transform="rotate(-90.0 327.5517858117039 112.79826437780156)"/> <text x="313.84003614799997" y="85.43977299397795" class="top text" transform="" style="font-size:4.80000056pt;">Q75</text> </g> <g id=Q76> <use xlink:href="#TO92-EBC" class=top x="84.95169487102987" y="-5.998866843867688" transform="rotate(-270.0 338.0981806741165 133.40727471818587)"/> <text x="327.040037688" y="137.99977912597797" class="top text" transform="" style="font-size:4.80000056pt;">Q76</text> </g> <g id=Q77> <use xlink:href="#TO92-EBC" class=top x="91.14407354547399" y="-26.607877184252004" transform="rotate(-90.0 344.29055934856063 112.79826437780156)"/> <text x="328.960037912" y="85.43977299397795" class="top text" transform="" style="font-size:4.80000056pt;">Q77</text> </g> <g id=Q78> <use xlink:href="#TO92-EBC" class=top x="106.52826436429598" y="-15.577702649398418" transform="rotate(-270.0 359.6747501673826 123.82843891265514)"/> <text x="377.20004353999997" y="129.11977808997796" class="top text" transform="" style="font-size:4.80000056pt;">Q78</text> </g> <g id=Q79> <use xlink:href="#TO92-EBC" class=top x="107.97960309361883" y="139.03825238112756" transform="rotate(-90.0 361.1260888967055 278.4443939431811)"/> <text x="385.60004452" y="269.75979449797796" class="top text" transform="rotate(-90.0 385.60004452 269.75979449797796)" style="font-size:4.80000056pt;">Q79</text> </g> <g id=Q80> <use xlink:href="#TO92-EBC" class=top x="127.13727460868029" y="139.03825238112756" transform="rotate(-90.0 380.28376041176693 278.4443939431811)"/> <text x="391.60004521999997" y="269.51979446997797" class="top text" transform="rotate(-90.0 391.60004521999997 269.51979446997797)" style="font-size:4.80000056pt;">Q80</text> </g> <g id=Q81> <use xlink:href="#TO92-EBC" class=top x="107.97960309361883" y="177.45035142253857" transform="rotate(-90.0 361.1260888967055 316.85649298459214)"/> <text x="384.40004438" y="308.39979900597797" class="top text" transform="rotate(-90.0 384.40004438 308.39979900597797)" style="font-size:4.80000056pt;">Q81</text> </g> <g id=Q82> <use xlink:href="#TO92-EBC" class=top x="127.13727460868029" y="177.45035142253857" transform="rotate(-90.0 380.28376041176693 316.85649298459214)"/> <text x="390.880045136" y="308.39979900597797" class="top text" transform="rotate(-90.0 390.880045136 308.39979900597797)" style="font-size:4.80000056pt;">Q82</text> </g> <g id=Q83> <use xlink:href="#TO92-EBC" class=top x="107.97960309361883" y="215.76569445266142" transform="rotate(-90.0 361.1260888967055 355.171836014715)"/> <text x="384.40004438" y="347.75980359797796" class="top text" transform="rotate(-90.0 384.40004438 347.75980359797796)" style="font-size:4.80000056pt;">Q83</text> </g> <g id=Q84> <use xlink:href="#TO92-EBC" class=top x="127.13727460868029" y="215.76569445266142" transform="rotate(-90.0 380.28376041176693 355.171836014715)"/> <text x="390.160045052" y="347.51980356997797" class="top text" transform="rotate(-90.0 390.160045052 347.51980356997797)" style="font-size:4.80000056pt;">Q84</text> </g> <g id=Q95> <use xlink:href="#TO92" class=top x="266.17552718180787" y="22.737640476724437" transform="rotate(180.0 993.9097848174613 52.277438453039395)"/> <text x="1002.640116508" y="53.99976932597798" class="top text" transform="" style="font-size:4.80000056pt;">Q95</text> </g> <g id=Q96> <use xlink:href="#TO92" class=top x="268.78793689458905" y="50.409832633146436"/> <text x="1003.3601165919999" y="71.75977139797794" class="top text" transform="" style="font-size:4.80000056pt;">Q96</text> </g> <g id=R1> <use xlink:href="#0204/7" class=top x="0.0" y="-0.0"/> <text x="860.80009996" y="45.50376833477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R1</text> </g> <g id=R356> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="-20.415498413807768"/> <text x="962.8001118599999" y="25.103765954777998" class="top text" transform="" style="font-size:3.7440004367999995pt;">R356</text> </g> <g id=R2> <use xlink:href="#0204/7" class=top x="0.0" y="-8.417764726072392"/> <text x="860.80009996" y="37.10376735477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R2</text> </g> <g id=R17> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="76.7274419755339"/> <text x="558.40006468" y="122.303777294778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R17</text> </g> <g id=R37> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="67.14860626600318" transform="rotate(180.0 565.6197190262928 111.10503590825829)"/> <text x="558.40006468" y="112.70377617477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R37</text> </g> <g id=R82> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="211.12141042282838"/> <text x="558.40006468" y="256.70379297477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R82</text> </g> <g id=R102> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="201.54257471329768" transform="rotate(180.0 565.6197190262928 245.49900430755275)"/> <text x="558.40006468" y="247.10379185477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R102</text> </g> <g id=R149> <use xlink:href="#0204/7" class=top x="-366.1243892105072" y="316.87562756081894" transform="rotate(90.0 483.4255677409763 365.04093956611024)"/> <text x="489.1840566048" y="390.7198086099779" class="top text" transform="rotate(-90.0 489.1840566048 390.7198086099779)" style="font-size:3.7440004367999995pt;">R149</text> </g> <g id=R169> <use xlink:href="#0204/7" class=top x="-332.5500861255056" y="353.73963186161893" transform="rotate(-90.0 516.999870825978 401.90494386691023)"/> <text x="514.3840595448" y="390.7198086099779" class="top text" transform="rotate(-90.0 514.3840595448 390.7198086099779)" style="font-size:3.7440004367999995pt;">R169</text> </g> <g id=R220> <use xlink:href="#0204/7" class=top x="-730.9909514262678" y="-7.063181912037749" transform="rotate(90.0 118.55900552521575 41.10213009325355)"/> <text x="124.3840140448" y="66.71977080997794" class="top text" transform="rotate(-90.0 124.3840140448 66.71977080997794)" style="font-size:3.7440004367999995pt;">R220</text> </g> <g id=R223> <use xlink:href="#0204/7" class=top x="-711.7365239959181" y="-7.063181912037749" transform="rotate(90.0 137.81343295556536 41.10213009325355)"/> <text x="143.5840162848" y="66.71977080997794" class="top text" transform="rotate(-90.0 143.5840162848 66.71977080997794)" style="font-size:3.7440004367999995pt;">R223</text> </g> <g id=R244> <use xlink:href="#0204/7" class=top x="-724.9920845824" y="265.3047238482142" transform="rotate(90.0 124.55787236908347 313.4700358535055)"/> <text x="130.38401474479997" y="339.11980258997795" class="top text" transform="rotate(-90.0 130.38401474479997 339.11980258997795)" style="font-size:3.7440004367999995pt;">R244</text> </g> <g id=R247> <use xlink:href="#0204/7" class=top x="-698.5777193247245" y="292.5898924394835" transform="rotate(-90.0 150.97223762675907 340.7552044447748)"/> <text x="148.3840168448" y="329.51980146997795" class="top text" transform="rotate(-90.0 148.3840168448 329.51980146997795)" style="font-size:3.7440004367999995pt;">R247</text> </g> <g id=R3> <use xlink:href="#0204/7" class=top x="0.0" y="8.321008810784292" transform="rotate(180.0 867.9819591018835 52.277438453039395)"/> <text x="860.80009996" y="53.903769314777946" class="top text" transform="" style="font-size:3.7440004367999995pt;">R3</text> </g> <g id=R4> <use xlink:href="#0204/7" class=top x="-3.773480792239525" y="46.539596021618934" transform="rotate(-90.0 845.776476159244 94.70490802691023)"/> <text x="843.1840979048" y="83.51977276997798" class="top text" transform="rotate(-90.0 843.1840979048 83.51977276997798)" style="font-size:3.7440004367999995pt;">R4</text> </g> <g id=R39> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="19.15767151506151" transform="rotate(180.0 568.0386170044976 63.11410115731658)"/> <text x="560.80006496" y="64.70377057477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R39</text> </g> <g id=R104> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="153.55163996235595" transform="rotate(180.0 568.0386170044976 197.50806960461102)"/> <text x="560.80006496" y="199.10378625477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R104</text> </g> <g id=R171> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="285.52671043144574" transform="rotate(180.0 565.6197190262928 329.48314007370084)"/> <text x="558.40006468" y="331.10380165477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R171</text> </g> <g id=R5> <use xlink:href="#0204/7" class=top x="-103.33531915978597" y="35.79968923262993" transform="rotate(-90.0 746.2146377916976 83.96500123792123)"/> <text x="744.160086352" y="65.51977066997796" class="top text" transform="rotate(270.0 744.160086352 65.51977066997796)" style="font-size:3.7440004367999995pt;text-anchor:end;">R5</text> </g> <g id=R22> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="37.15427204666463" transform="rotate(180.0 529.6265180590865 81.1107016889197)"/> <text x="522.40006048" y="82.70377267477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R22</text> </g> <g id=R44> <use xlink:href="#0204/7" class=top x="-261.6279990672631" y="76.7274419755339" transform="rotate(180.0 606.3539600346205 120.68387161778898)"/> <text x="599.20006944" y="122.303777294778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R44</text> </g> <g id=R87> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="171.5482404939591" transform="rotate(180.0 529.6265180590865 215.5046700882142)"/> <text x="522.40006048" y="217.10378835477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R87</text> </g> <g id=R109> <use xlink:href="#0204/7" class=top x="-261.6279990672631" y="211.12141042282838" transform="rotate(180.0 606.3539600346205 255.07784006508345)"/> <text x="599.20006944" y="256.70379297477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R109</text> </g> <g id=R154> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="303.52331096304886" transform="rotate(180.0 527.207620080882 347.47974060530396)"/> <text x="520.0000602" y="349.1038037547779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R154</text> </g> <g id=R176> <use xlink:href="#0204/7" class=top x="-263.9501410341795" y="351.6110016292788" transform="rotate(180.0 604.0318180677039 395.5674312715339)"/> <text x="596.80006916" y="397.1038093547779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R176</text> </g> <g id=R335> <use xlink:href="#0204/7" class=top x="195.6404636887179" y="359.2547190330457"/> <text x="1056.40012278" y="404.78381025077795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R335</text> </g> <g id=R351> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="100.72290935100477"/> <text x="962.8001118599999" y="146.30378009477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R351</text> </g> <g id=R6> <use xlink:href="#0204/7" class=top x="38.412098945411" y="29.99433421933867"/> <text x="899.2001044399999" y="75.50377183477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R6</text> </g> <g id=R7> <use xlink:href="#RTRIMT93YA" class=top x="0.0" y="-0.0"/> <text x="889.3582135317795" y="9.630000405505541" class="top text" transform="" style="font-size:3.7440004367999995pt;">R7</text> </g> <g id=R262> <use xlink:href="#RTRIMT93YA" class=top x="-669.5509442582677" y="201.9295983744504" transform="rotate(180.0 238.00418477248502 222.27758430238742)"/> <text x="217.63026117952757" y="230.64167979019842" class="top text" transform="rotate(-90.0 217.63026117952757 230.64167979019842)" style="font-size:4.80000056pt;">R262</text> </g> <g id=R8> <use xlink:href="#0204/7" class=top x="-123.75081766959374" y="87.37059284923464" transform="rotate(-90.0 725.7991392818898 135.53590485452594)"/> <text x="723.1840839048" y="124.31977752997801" class="top text" transform="rotate(-90.0 723.1840839048 124.31977752997801)" style="font-size:3.7440004367999995pt;">R8</text> </g> <g id=R45> <use xlink:href="#0204/7" class=top x="-223.21590012185197" y="76.7274419755339" transform="rotate(180.0 644.7660589800316 120.68387161778898)"/> <text x="637.60007392" y="122.303777294778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R45</text> </g> <g id=R110> <use xlink:href="#0204/7" class=top x="-223.21590012185197" y="211.12141042282838" transform="rotate(180.0 644.7660589800316 255.07784006508345)"/> <text x="637.60007392" y="256.70379297477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R110</text> </g> <g id=R177> <use xlink:href="#0204/7" class=top x="-225.53804208876863" y="343.19323690320635" transform="rotate(180.0 642.443917013115 387.14966649746145)"/> <text x="635.20007364" y="388.70380837477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R177</text> </g> <g id=R333> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="75.56637099207563" transform="rotate(180.0 1036.0469865494676 119.52280063433071)"/> <text x="1028.80011956" y="121.10377715477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R333</text> </g> <g id=R350> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="35.99320106320636" transform="rotate(180.0 969.9626953516346 79.94963065746143)"/> <text x="962.8001118599999" y="81.50377253477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R350</text> </g> <g id=R353> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="91.14407364147405"/> <text x="962.8001118599999" y="136.703778974778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R353</text> </g> <g id=R9> <use xlink:href="#0204/7" class=top x="38.412098945411" y="57.569770460472455"/> <text x="899.2001044399999" y="103.103775054778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R9</text> </g> <g id=R10> <use xlink:href="#0204/7" class=top x="35.993200967206235" y="194.38263688597172"/> <text x="896.80010416" y="239.90379101477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R10</text> </g> <g id=R178> <use xlink:href="#0204/7" class=top x="-324.13232130343306" y="353.73963186161893" transform="rotate(-90.0 525.4176356480505 401.90494386691023)"/> <text x="522.7840605248" y="390.7198086099779" class="top text" transform="rotate(-90.0 522.7840605248 390.7198086099779)" style="font-size:3.7440004367999995pt;">R178</text> </g> <g id=R221> <use xlink:href="#0204/7" class=top x="-732.152022505726" y="83.79062398357166" transform="rotate(-90.0 117.39793444575749 131.95593598886296)"/> <text x="114.7840129248" y="120.719777109978" class="top text" transform="rotate(-90.0 114.7840129248 120.719777109978)" style="font-size:3.7440004367999995pt;">R221</text> </g> <g id=R245> <use xlink:href="#0204/7" class=top x="-677.0011499274583" y="190.8994238395969" transform="rotate(90.0 172.5488070240252 239.0647358448882)"/> <text x="178.3840203448" y="264.71979390997797" class="top text" transform="rotate(-90.0 178.3840203448 264.71979390997797)" style="font-size:3.7440004367999995pt;">R245</text> </g> <g id=R276> <use xlink:href="#0204/7" class=top x="-568.9247908225512" y="34.5418623338835" transform="rotate(-90.0 280.6251661289323 82.7071743391748)"/> <text x="277.98403196479995" y="71.519771369978" class="top text" transform="rotate(-90.0 277.98403196479995 71.519771369978)" style="font-size:3.7440004367999995pt;">R276</text> </g> <g id=R11> <use xlink:href="#0204/7" class=top x="-261.6279990672631" y="67.14860626600318"/> <text x="599.20006944" y="112.70377617477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R11</text> </g> <g id=R12> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="-26.414365257675513"/> <text x="649.60007532" y="19.068237762633146" class="top text" transform="" style="font-size:3.7440004367999995pt;">R12</text> </g> <g id=R76> <use xlink:href="#0204/7" class=top x="-261.6279990672631" y="201.54257471329768"/> <text x="599.20006944" y="247.10379185477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R76</text> </g> <g id=R77> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="107.97960318961893"/> <text x="649.60007532" y="153.50378093477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R77</text> </g> <g id=R143> <use xlink:href="#0204/7" class=top x="-263.9501410341795" y="333.51764518238747"/> <text x="596.80006916" y="379.10380725477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R143</text> </g> <g id=R144> <use xlink:href="#0204/7" class=top x="-213.54030840103314" y="239.9546736587087"/> <text x="647.20007504" y="285.503796334778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R144</text> </g> <g id=R230> <use xlink:href="#0204/7" class=top x="-655.327824518904" y="80.21065502190874" transform="rotate(-90.0 194.2221324325795 128.37596702720003)"/> <text x="191.5840218848" y="117.11977668997798" class="top text" transform="rotate(-90.0 191.5840218848 117.11977668997798)" style="font-size:3.7440004367999995pt;">R230</text> </g> <g id=R254> <use xlink:href="#0204/7" class=top x="-741.7308582152567" y="265.3047238482142" transform="rotate(90.0 107.81909873622676 313.4700358535055)"/> <text x="113.5840127848" y="339.11980258997795" class="top text" transform="rotate(-90.0 113.5840127848 339.11980258997795)" style="font-size:3.7440004367999995pt;">R254</text> </g> <g id=R13> <use xlink:href="#0204/7" class=top x="-261.6279990672631" y="58.73084153993079"/> <text x="599.20006944" y="104.30377519477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R13</text> </g> <g id=R78> <use xlink:href="#0204/7" class=top x="-261.6279990672631" y="193.12480989122523"/> <text x="599.20006944" y="238.70379087477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R78</text> </g> <g id=R145> <use xlink:href="#0204/7" class=top x="-263.9501410341795" y="325.1966363716032"/> <text x="596.80006916" y="370.70380627477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R145</text> </g> <g id=R14> <use xlink:href="#0204/7" class=top x="-249.5335094642395" y="-26.414365257675513" transform="rotate(180.0 618.4000716799999 17.54206433657953)"/> <text x="611.20007084" y="19.103765254777954" class="top text" transform="" style="font-size:3.7440004367999995pt;">R14</text> </g> <g id=R16> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="-16.835529548144848"/> <text x="649.60007532" y="28.703766374777956" class="top text" transform="" style="font-size:3.7440004367999995pt;">R16</text> </g> <g id=R79> <use xlink:href="#0204/7" class=top x="-249.5335094642395" y="107.97960318961893" transform="rotate(180.0 618.4000716799999 151.936032783874)"/> <text x="611.20007084" y="153.50378093477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R79</text> </g> <g id=R81> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="117.55843889914968"/> <text x="649.60007532" y="163.10378205477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R81</text> </g> <g id=R146> <use xlink:href="#0204/7" class=top x="-251.95240734644415" y="239.9546736587087" transform="rotate(180.0 616.0295517554393 283.91110330096376)"/> <text x="608.8000705599999" y="285.503796334778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R146</text> </g> <g id=R148> <use xlink:href="#0204/7" class=top x="-213.54030840103314" y="249.53350946423944"/> <text x="647.20007504" y="295.103797454778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R148</text> </g> <g id=R15> <use xlink:href="#0204/7" class=top x="-249.5335094642395" y="-16.835529548144848" transform="rotate(180.0 618.4000716799999 27.120900094110226)"/> <text x="611.20007084" y="28.703766374777956" class="top text" transform="" style="font-size:3.7440004367999995pt;">R15</text> </g> <g id=R80> <use xlink:href="#0204/7" class=top x="-249.5335094642395" y="117.55843889914968" transform="rotate(180.0 618.4000716799999 161.51486854140475)"/> <text x="611.20007084" y="163.10378205477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R80</text> </g> <g id=R147> <use xlink:href="#0204/7" class=top x="-251.95240734644415" y="249.53350946423944" transform="rotate(180.0 616.0295517554393 293.48993905849454)"/> <text x="608.8000705599999" y="295.103797454778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R147</text> </g> <g id=R180> <use xlink:href="#0204/7" class=top x="-305.9422089412536" y="332.3565741989292" transform="rotate(180.0 562.0397501606299 376.31300384118424)"/> <text x="554.80006426" y="377.9038071147779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R180</text> </g> <g id=R18> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="-26.414365257675513"/> <text x="560.80006496" y="19.103765254777954" class="top text" transform="" style="font-size:3.7440004367999995pt;">R18</text> </g> <g id=R20> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="11.99773368773549"/> <text x="649.60007532" y="57.50376973477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R20</text> </g> <g id=R25> <use xlink:href="#0204/7" class=top x="-249.5335094642395" y="-7.256693742614118"/> <text x="611.20007084" y="38.30376749477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R25</text> </g> <g id=R83> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="107.97960318961893"/> <text x="560.80006496" y="153.50378093477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R83</text> </g> <g id=R85> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="146.39170213502996"/> <text x="649.60007532" y="191.90378541477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R85</text> </g> <g id=R90> <use xlink:href="#0204/7" class=top x="-249.5335094642395" y="127.13727470468038"/> <text x="611.20007084" y="172.70378317477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R90</text> </g> <g id=R150> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="239.9546736587087"/> <text x="558.40006468" y="285.503796334778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R150</text> </g> <g id=R152> <use xlink:href="#0204/7" class=top x="-213.54030840103314" y="278.3667726041197"/> <text x="647.20007504" y="323.9038008147779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R152</text> </g> <g id=R157> <use xlink:href="#0204/7" class=top x="-251.95240734644415" y="259.2091010890583"/> <text x="608.8000705599999" y="304.703798574778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R157</text> </g> <g id=R19> <use xlink:href="#0204/7" class=top x="-165.5493736500914" y="19.15767151506151"/> <text x="695.20008064" y="64.70377057477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R19</text> </g> <g id=R84> <use xlink:href="#0204/7" class=top x="-165.5493736500914" y="153.55163996235595"/> <text x="695.20008064" y="199.10378625477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R84</text> </g> <g id=R151> <use xlink:href="#0204/7" class=top x="-167.96827162829618" y="285.52671043144574"/> <text x="692.80008036" y="331.10380165477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R151</text> </g> <g id=R21> <use xlink:href="#0204/7" class=top x="-338.5489528733733" y="56.21518764643781" transform="rotate(-90.0 511.0010040781102 104.38049965172911)"/> <text x="508.38405884479994" y="93.11977388997792" class="top text" transform="rotate(-90.0 508.38405884479994 93.11977388997792)" style="font-size:3.7440004367999995pt;">R21</text> </g> <g id=R30> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="-17.996600531603065"/> <text x="522.40006048" y="27.50376623477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R30</text> </g> <g id=R86> <use xlink:href="#0204/7" class=top x="-338.5489528733733" y="153.3581281317796" transform="rotate(-90.0 511.0010040781102 201.5234401370709)"/> <text x="508.38405884479994" y="190.31978522997795" class="top text" transform="rotate(-90.0 508.38405884479994 190.31978522997795)" style="font-size:3.7440004367999995pt;">R86</text> </g> <g id=R95> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="116.39736791569138"/> <text x="522.40006048" y="161.90378191477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R95</text> </g> <g id=R153> <use xlink:href="#0204/7" class=top x="-375.60646910074973" y="311.9410757851213"/> <text x="485.20005613999996" y="357.50380473477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R153</text> </g> <g id=R162> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="275.947874721915"/> <text x="520.0000602" y="321.50380053477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R162</text> </g> <g id=R337> <use xlink:href="#0204/7" class=top x="198.05936166692288" y="28.73650732059218" transform="rotate(180.0 1066.0413207688064 72.69293691484725)"/> <text x="1058.80012306" y="74.30377169477799" class="top text" transform="" style="font-size:3.7440004367999995pt;">R337</text> </g> <g id=R338> <use xlink:href="#0204/7" class=top x="198.05936166692288" y="20.318742498519725" transform="rotate(180.0 1066.0413207688064 64.27517214077483)"/> <text x="1058.80012306" y="65.90377071477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R338</text> </g> <g id=R340> <use xlink:href="#0204/7" class=top x="176.38603625836856" y="306.23247668711815"/> <text x="1037.20012054" y="351.74380406277794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R340</text> </g> <g id=R349> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="81.56523783594332" transform="rotate(180.0 969.9626953516346 125.5216674781984)"/> <text x="962.8001118599999" y="127.10377785477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R349</text> </g> <g id=R23> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="27.5754362411339" transform="rotate(180.0 529.6265180590865 71.531865883389)"/> <text x="522.40006048" y="73.103771554778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R23</text> </g> <g id=R88> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="161.9694046884284" transform="rotate(180.0 529.6265180590865 205.92583433068347)"/> <text x="522.40006048" y="207.50378723477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R88</text> </g> <g id=R155> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="293.94447525351814" transform="rotate(180.0 527.207620080882 337.90090484777323)"/> <text x="520.0000602" y="339.50380263477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R155</text> </g> <g id=R24> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="-14.41663156994008" transform="rotate(180.0 695.1758916131779 29.53979802431499)"/> <text x="688.0000798" y="31.103766654777928" class="top text" transform="" style="font-size:3.7440004367999995pt;">R24</text> </g> <g id=R38> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="10.73990678898906" transform="rotate(180.0 695.1758916131779 54.6963363832441)"/> <text x="688.0000798" y="56.303769594777975" class="top text" transform="" style="font-size:3.7440004367999995pt;">R38</text> </g> <g id=R89> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="119.97733678135435" transform="rotate(180.0 695.1758916131779 163.93376642360943)"/> <text x="688.0000798" y="165.50378233477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R89</text> </g> <g id=R103> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="145.13387523628353" transform="rotate(180.0 695.1758916131779 189.0903048305386)"/> <text x="688.0000798" y="190.70378527477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R103</text> </g> <g id=R122> <use xlink:href="#0204/7" class=top x="-338.5489528733733" y="12.965292840617394" transform="rotate(-90.0 511.0010040781102 61.13060484590869)"/> <text x="508.38405884479994" y="49.91976884997797" class="top text" transform="rotate(-90.0 508.38405884479994 49.91976884997797)" style="font-size:3.7440004367999995pt;">R122</text> </g> <g id=R156> <use xlink:href="#0204/7" class=top x="-175.22496537091035" y="251.95240734644415" transform="rotate(180.0 692.7569937309731 295.90883698869925)"/> <text x="685.60007952" y="297.50379773477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R156</text> </g> <g id=R170> <use xlink:href="#0204/7" class=top x="-175.22496537091035" y="277.20570162066144" transform="rotate(180.0 692.7569937309731 321.16213126291655)"/> <text x="685.60007952" y="322.70380067477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R170</text> </g> <g id=R219> <use xlink:href="#0204/7" class=top x="-750.1486229413292" y="46.92661968277173" transform="rotate(90.0 99.40133401015433 95.09193168806303)"/> <text x="105.1840118048" y="120.719777109978" class="top text" transform="rotate(-90.0 105.1840118048 120.719777109978)" style="font-size:3.7440004367999995pt;">R219</text> </g> <g id=R222> <use xlink:href="#0204/7" class=top x="-712.8975949793764" y="83.79062398357166" transform="rotate(-90.0 136.6523619721071 131.95593598886296)"/> <text x="133.98401516479998" y="120.719777109978" class="top text" transform="rotate(-90.0 133.98401516479998 120.719777109978)" style="font-size:3.7440004367999995pt;">R222</text> </g> <g id=R227> <use xlink:href="#0204/7" class=top x="-736.8930623548473" y="29.800822388762242" transform="rotate(-90.0 112.6568945966362 77.96613439405354)"/> <text x="109.9840123648" y="66.71977080997794" class="top text" transform="rotate(-90.0 109.9840123648 66.71977080997794)" style="font-size:3.7440004367999995pt;">R227</text> </g> <g id=R228> <use xlink:href="#0204/7" class=top x="-704.5765861685923" y="154.61595503052604" transform="rotate(-90.0 144.97337078289132 202.78126703581734)"/> <text x="142.3840161448" y="190.31978522997795" class="top text" transform="rotate(-90.0 142.3840161448 190.31978522997795)" style="font-size:3.7440004367999995pt;">R228</text> </g> <g id=R229> <use xlink:href="#0204/7" class=top x="-742.9886851140031" y="164.19479083605674" transform="rotate(-90.0 106.56127183748032 212.36010284134804)"/> <text x="103.98401166480001" y="201.11978648997797" class="top text" transform="rotate(-90.0 103.98401166480001 201.11978648997797)" style="font-size:3.7440004367999995pt;">R229</text> </g> <g id=R232> <use xlink:href="#0204/7" class=top x="-668.5833851053859" y="80.21065502190874" transform="rotate(-90.0 180.96657184609762 128.37596702720003)"/> <text x="178.3840203448" y="117.11977668997798" class="top text" transform="rotate(-90.0 178.3840203448 117.11977668997798)" style="font-size:3.7440004367999995pt;">R232</text> </g> <g id=R233> <use xlink:href="#0204/7" class=top x="-741.7308582152567" y="127.33078653525672" transform="rotate(90.0 107.81909873622676 175.49609854054802)"/> <text x="113.5840127848" y="201.11978648997797" class="top text" transform="rotate(-90.0 113.5840127848 201.11978648997797)" style="font-size:3.7440004367999995pt;">R233</text> </g> <g id=R235> <use xlink:href="#0204/7" class=top x="-732.152022505726" y="127.33078653525672" transform="rotate(90.0 117.39793444575749 175.49609854054802)"/> <text x="123.1840139048" y="201.11978648997797" class="top text" transform="rotate(-90.0 123.1840139048 201.11978648997797)" style="font-size:3.7440004367999995pt;">R235</text> </g> <g id=R238> <use xlink:href="#0204/7" class=top x="-699.5452784776064" y="134.39396844729455" transform="rotate(180.0 168.4366806242772 178.35039804154962)"/> <text x="161.20001834" y="179.90378401477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R238</text> </g> <g id=R243> <use xlink:href="#0204/7" class=top x="-658.907793480567" y="227.76342814039685" transform="rotate(-90.0 190.64216347091653 275.92874014568815)"/> <text x="187.98402146479998" y="263.5197937699779" class="top text" transform="rotate(-90.0 187.98402146479998 263.5197937699779)" style="font-size:3.7440004367999995pt;">R243</text> </g> <g id=R246> <use xlink:href="#0204/7" class=top x="-694.9977503630615" y="190.8994238395969" transform="rotate(90.0 154.55220658842202 239.0647358448882)"/> <text x="160.3840182448" y="264.71979390997797" class="top text" transform="rotate(-90.0 160.3840182448 264.71979390997797)" style="font-size:3.7440004367999995pt;">R246</text> </g> <g id=R251> <use xlink:href="#0204/7" class=top x="-697.319892425978" y="255.7258881386835" transform="rotate(90.0 152.2300645255055 303.8912001439748)"/> <text x="157.9840179648" y="329.51980146997795" class="top text" transform="rotate(-90.0 157.9840179648 329.51980146997795)" style="font-size:3.7440004367999995pt;">R251</text> </g> <g id=R252> <use xlink:href="#0204/7" class=top x="-723.7342576836536" y="156.16404967513705" transform="rotate(90.0 125.81569926782991 204.32936168042835)"/> <text x="131.5840148848" y="229.91978984997795" class="top text" transform="rotate(-90.0 131.5840148848 229.91978984997795)" style="font-size:3.7440004367999995pt;">R252</text> </g> <g id=R253> <use xlink:href="#0204/7" class=top x="-723.7342576836536" y="194.47939280125988" transform="rotate(90.0 125.81569926782991 242.64470480655118)"/> <text x="131.5840148848" y="268.319794329978" class="top text" transform="rotate(-90.0 131.5840148848 268.319794329978)" style="font-size:3.7440004367999995pt;">R253</text> </g> <g id=R256> <use xlink:href="#0204/7" class=top x="-723.7342576836536" y="201.3490628827213" transform="rotate(-90.0 125.81569926782991 249.5143748880126)"/> <text x="123.1840139048" y="237.11979068997795" class="top text" transform="rotate(-90.0 123.1840139048 237.11979068997795)" style="font-size:3.7440004367999995pt;">R256</text> </g> <g id=R292> <use xlink:href="#0204/7" class=top x="-613.1422447812536" y="247.2113674013229" transform="rotate(180.0 254.83971432062992 291.16779704357793)"/> <text x="247.60002842" y="292.70379717477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R292</text> </g> <g id=R319> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="155.9705378445607"/> <text x="1028.80011956" y="201.50378653477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R319</text> </g> <g id=R321> <use xlink:href="#0204/7" class=top x="230.27908193788983" y="250.5978245324095" transform="rotate(-90.0 1079.8290388893734 298.7631365377008)"/> <text x="1077.1841252048" y="287.519796569978" class="top text" transform="rotate(-90.0 1077.1841252048 287.519796569978)" style="font-size:3.7440004367999995pt;">R321</text> </g> <g id=R324> <use xlink:href="#0204/7" class=top x="198.05936166692288" y="37.15427204666463"/> <text x="1058.80012306" y="82.70377267477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R324</text> </g> <g id=R334> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="107.97960318961893"/> <text x="522.40006048" y="153.50378093477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R334</text> </g> <g id=R341> <use xlink:href="#0204/7" class=top x="176.38603625836856" y="287.94560840965045"/> <text x="1037.20012054" y="333.5038019347779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R341</text> </g> <g id=R345> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="26.317609342387414"/> <text x="962.8001118599999" y="71.90377141477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R345</text> </g> <g id=R348> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="53.98980159480948" transform="rotate(180.0 969.9626953516346 97.94623118906455)"/> <text x="962.8001118599999" y="99.50377463477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R348</text> </g> <g id=R388> <use xlink:href="#0204/7" class=top x="-708.1565551302551" y="302.1687281490142" transform="rotate(-90.0 141.39340182122834 350.3340401543055)"/> <text x="138.7840157248" y="339.11980258997795" class="top text" transform="rotate(-90.0 138.7840157248 339.11980258997795)" style="font-size:3.7440004367999995pt;">R388</text> </g> <g id=R390> <use xlink:href="#RTRIMT93YA" class=top x="-563.1194358092598" y="140.68310303702677" transform="rotate(270.0 325.90693515580466 170.4647908495622)"/> <text x="304.5102713155276" y="170.40167276219847" class="top text" transform="rotate(-90.0 304.5102713155276 170.40167276219847)" style="font-size:4.80000056pt;">R390</text> </g> <g id=R26> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="-5.998866843867631"/> <text x="688.0000798" y="39.503767634778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R26</text> </g> <g id=R91> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="128.39510160342684"/> <text x="688.0000798" y="173.90378331477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R91</text> </g> <g id=R158> <use xlink:href="#0204/7" class=top x="-175.22496537091035" y="260.3701720725166"/> <text x="685.60007952" y="305.90379871477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R158</text> </g> <g id=R27> <use xlink:href="#0204/7" class=top x="-311.94107578512137" y="57.569770460472455" transform="rotate(180.0 556.0408833167621 101.52620010272756)"/> <text x="548.8000635599999" y="103.103775054778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R27</text> </g> <g id=R43> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="37.15427204666463" transform="rotate(180.0 568.0386170044976 81.1107016889197)"/> <text x="560.80006496" y="82.70377267477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R43</text> </g> <g id=R92> <use xlink:href="#0204/7" class=top x="-311.94107578512137" y="191.96373890776695" transform="rotate(180.0 556.0408833167621 235.92016855002203)"/> <text x="548.8000635599999" y="237.50379073477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R92</text> </g> <g id=R108> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="171.5482404939591" transform="rotate(180.0 568.0386170044976 215.5046700882142)"/> <text x="560.80006496" y="217.10378835477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R108</text> </g> <g id=R159> <use xlink:href="#0204/7" class=top x="-314.359973763326" y="323.93880947285675" transform="rotate(180.0 553.6219853385575 367.8952390671118)"/> <text x="546.4000632799999" y="369.50380613477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R159</text> </g> <g id=R175> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="303.52331096304886" transform="rotate(180.0 565.6197190262928 347.47974060530396)"/> <text x="558.40006468" y="349.1038037547779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R175</text> </g> <g id=R293> <use xlink:href="#0204/7" class=top x="-607.3368897679622" y="293.75096342294177" transform="rotate(-90.0 242.21306718352125 341.91627542823306)"/> <text x="239.58402748479998" y="330.71980160997794" class="top text" transform="rotate(-90.0 239.58402748479998 330.71980160997794)" style="font-size:3.7440004367999995pt;">R293</text> </g> <g id=R307> <use xlink:href="#0204/7" class=top x="-507.58153956983944" y="74.40530000861742"/> <text x="353.20004074" y="119.90377701477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R307</text> </g> <g id=R316> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="165.54937365009135"/> <text x="1028.80011956" y="211.10378765477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R316</text> </g> <g id=R327> <use xlink:href="#0204/7" class=top x="229.02125503914306" y="155.77702601398428" transform="rotate(-90.0 1078.5712119906266 203.94233801927558)"/> <text x="1075.9841250648" y="192.71978550997798" class="top text" transform="rotate(-90.0 1075.9841250648 192.71978550997798)" style="font-size:3.7440004367999995pt;">R327</text> </g> <g id=R344> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="17.99660053160318" transform="rotate(180.0 969.9626953516346 61.95303017385828)"/> <text x="962.8001118599999" y="63.50377043477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R344</text> </g> <g id=R355> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="-29.994334219338498"/> <text x="962.8001118599999" y="15.50376483477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R355</text> </g> <g id=R363> <use xlink:href="#0204/7" class=top x="107.97960309361883" y="269.94900787804727" transform="rotate(180.0 975.9615621955024 313.90543752030237)"/> <text x="968.8001125599999" y="315.50379983477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R363</text> </g> <g id=R371> <use xlink:href="#0204/7" class=top x="99.46508245225812" y="279.4310876722898" transform="rotate(-90.0 949.0150394037416 327.5963996775811)"/> <text x="946.3841099448" y="316.31979992997793" class="top text" transform="rotate(-90.0 946.3841099448 316.31979992997793)" style="font-size:3.7440004367999995pt;">R371</text> </g> <g id=R382> <use xlink:href="#0204/7" class=top x="154.61595503052604" y="269.7554960474709" transform="rotate(-90.0 1004.1659119820096 317.9208080527622)"/> <text x="1001.5841163847999" y="306.719798809978" class="top text" transform="rotate(-90.0 1001.5841163847999 306.719798809978)" style="font-size:3.7440004367999995pt;">R382</text> </g> <g id=R28> <use xlink:href="#0204/7" class=top x="-181.22383221477799" y="37.15427204666463" transform="rotate(180.0 686.7581268871055 81.1107016889197)"/> <text x="679.60007882" y="82.70377267477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R28</text> </g> <g id=R66> <use xlink:href="#RTRIMT93YA" class=top x="-99.56183836754644" y="107.9796031896189"/> <text x="831.0703327475276" y="138.00166898219845" class="top text" transform="rotate(-90.0 831.0703327475276 138.00166898219845)" style="font-size:3.7440004367999995pt;">R66</text> </g> <g id=R70> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="-9.675591720818886"/> <text x="803.2000932399999" y="35.903767214777986" class="top text" transform="" style="font-size:3.7440004367999995pt;">R70</text> </g> <g id=R93> <use xlink:href="#0204/7" class=top x="-181.22383221477799" y="171.5482404939591" transform="rotate(180.0 686.7581268871055 215.5046700882142)"/> <text x="679.60007882" y="217.10378835477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R93</text> </g> <g id=R133> <use xlink:href="#RTRIMT93YA" class=top x="-99.56183836754644" y="251.95240734644415"/> <text x="831.5503328035275" y="281.5216857261984" class="top text" transform="rotate(-90.0 831.5503328035275 281.5216857261984)" style="font-size:3.7440004367999995pt;">R133</text> </g> <g id=R137> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="124.71837672647564"/> <text x="803.2000932399999" y="170.30378289477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R137</text> </g> <g id=R160> <use xlink:href="#0204/7" class=top x="-183.54597418169465" y="303.52331096304886" transform="rotate(180.0 684.435984920189 347.47974060530396)"/> <text x="677.20007854" y="349.1038037547779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R160</text> </g> <g id=R197> <use xlink:href="#RTRIMT93YA" class=top x="-99.56183836754644" y="374.44539802129134"/> <text x="788.1103277355276" y="403.9217000061984" class="top text" transform="rotate(-90.0 788.1103277355276 403.9217000061984)" style="font-size:3.7440004367999995pt;">R197</text> </g> <g id=R199> <use xlink:href="#0204/7" class=top x="-59.98866843867722" y="256.7902032068536"/> <text x="800.80009296" y="302.30379829477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R199</text> </g> <g id=R215> <use xlink:href="#0204/7" class=top x="-721.315359801449" y="-7.063181912037749" transform="rotate(90.0 128.23459715003463 41.10213009325355)"/> <text x="133.98401516479998" y="66.71977080997794" class="top text" transform="rotate(-90.0 133.98401516479998 66.71977080997794)" style="font-size:3.7440004367999995pt;">R215</text> </g> <g id=R224> <use xlink:href="#0204/7" class=top x="-769.4030504676788" y="46.92661968277173" transform="rotate(90.0 80.14690648380473 95.09193168806303)"/> <text x="85.98400956479999" y="120.719777109978" class="top text" transform="rotate(-90.0 85.98400956479999 120.719777109978)" style="font-size:3.7440004367999995pt;">R224</text> </g> <g id=R239> <use xlink:href="#0204/7" class=top x="-727.3142266453166" y="241.01898872687877" transform="rotate(-90.0 122.23573030616693 289.1843007321701)"/> <text x="119.5840134848" y="277.919795449978" class="top text" transform="rotate(-90.0 119.5840134848 277.919795449978)" style="font-size:3.7440004367999995pt;">R239</text> </g> <g id=R248> <use xlink:href="#0204/7" class=top x="-660.1656203793134" y="292.5898924394835" transform="rotate(-90.0 189.38433657217007 340.7552044447748)"/> <text x="186.7840213248" y="329.51980146997795" class="top text" transform="rotate(-90.0 186.7840213248 329.51980146997795)" style="font-size:3.7440004367999995pt;">R248</text> </g> <g id=R263> <use xlink:href="#RTRIMT93YA" class=top x="-631.1388453128567" y="201.63933062858584"/> <text x="300.91027089552756" y="230.40167976219843" class="top text" transform="rotate(-90.0 300.91027089552756 230.40167976219843)" style="font-size:4.80000056pt;">R263</text> </g> <g id=R264> <use xlink:href="#0204/7" class=top x="-597.7580540584315" y="107.78609126304258" transform="rotate(-90.0 251.791902893052 155.95140326833388)"/> <text x="249.1840286048" y="144.71977990997794" class="top text" transform="rotate(-90.0 249.1840286048 144.71977990997794)" style="font-size:3.7440004367999995pt;">R264</text> </g> <g id=R265> <use xlink:href="#0204/7" class=top x="-607.3368897679622" y="143.77929232624885" transform="rotate(-90.0 242.21306718352125 191.94460433154015)"/> <text x="239.58402748479998" y="180.71978410997795" class="top text" transform="rotate(-90.0 239.58402748479998 180.71978410997795)" style="font-size:3.7440004367999995pt;">R265</text> </g> <g id=R286> <use xlink:href="#0204/7" class=top x="-578.503626628082" y="287.7520965790741" transform="rotate(-90.0 271.04633032340155 335.9174085843654)"/> <text x="268.3840308448" y="324.71980090997795" class="top text" transform="rotate(-90.0 268.3840308448 324.71980090997795)" style="font-size:3.7440004367999995pt;">R286</text> </g> <g id=R367> <use xlink:href="#RTRIMT93YA" class=top x="104.68990197382038" y="325.5836600327559" transform="rotate(90.0 993.7162729388849 355.36534784529135)"/> <text x="1017.5503545035274" y="391.68169857819845" class="top text" transform="rotate(-90.0 1017.5503545035274 391.68169857819845)" style="font-size:3.840000448pt;">R367</text> </g> <g id=R29> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="-0.0" transform="rotate(180.0 529.6265180590865 43.9564296422551)"/> <text x="522.40006048" y="45.50376833477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R29</text> </g> <g id=R94> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="134.39396844729455" transform="rotate(180.0 529.6265180590865 178.35039804154962)"/> <text x="522.40006048" y="179.90378401477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R94</text> </g> <g id=R161> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="266.3690389163843" transform="rotate(180.0 527.207620080882 310.3254685586394)"/> <text x="520.0000602" y="311.90379941477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R161</text> </g> <g id=R31> <use xlink:href="#0204/7" class=top x="-223.21590012185197" y="85.1452067976063" transform="rotate(180.0 644.7660589800316 129.1016363918614)"/> <text x="637.60007392" y="130.70377827477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R31</text> </g> <g id=R32> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="2.322141966916547" transform="rotate(180.0 695.1758916131779 46.27857160917165)"/> <text x="688.0000798" y="47.90376861477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R32</text> </g> <g id=R54> <use xlink:href="#RTRIMT93YA" class=top x="-878.0599449683149" y="246.43732007901735" transform="rotate(90.0 10.966425996749605 276.2190078915528)"/> <text x="31.838113487779527" y="312.2700357135055" class="top text" transform="" style="font-size:4.80000056pt;">R54</text> </g> <g id=R64> <use xlink:href="#RTRIMT93YA" class=top x="-171.9352641551119" y="101.10993301215751" transform="rotate(270.0 717.0911068099526 130.89162082469295)"/> <text x="701.9219711842204" y="93.32953775445037" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">R64</text> </g> <g id=R65> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="7.159937827326075"/> <text x="803.2000932399999" y="52.70376917477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R65</text> </g> <g id=R69> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="-17.996600531603065"/> <text x="803.2000932399999" y="27.50376623477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R69</text> </g> <g id=R75> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="-26.414365257675513" transform="rotate(180.0 764.8401517726741 17.54206433657953)"/> <text x="757.60008792" y="19.103765254777954" class="top text" transform="" style="font-size:3.7440004367999995pt;">R75</text> </g> <g id=R96> <use xlink:href="#0204/7" class=top x="-223.21590012185197" y="219.53917524490083" transform="rotate(180.0 644.7660589800316 263.49560483915593)"/> <text x="637.60007392" y="265.103793954778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R96</text> </g> <g id=R97> <use xlink:href="#0204/7" class=top x="-172.8060674887056" y="136.71611041421107" transform="rotate(180.0 695.1758916131779 180.67254005646618)"/> <text x="688.0000798" y="182.30378429477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R97</text> </g> <g id=R114> <use xlink:href="#RTRIMT93YA" class=top x="-855.5158163221669" y="8.708032471936974" transform="rotate(180.0 52.039312708585825 29.056018399874006)"/> <text x="76.27024468752757" y="38.16165733419848" class="top text" transform="rotate(-90.0 76.27024468752757 38.16165733419848)" style="font-size:4.80000056pt;">R114</text> </g> <g id=R119> <use xlink:href="#RTRIMT93YA" class=top x="-495.29353813623936" y="3.9669926228157806" transform="rotate(90.0 393.73283282882517 33.74868043535122)"/> <text x="413.91815806377946" y="69.87000743350558" class="top text" transform="" style="font-size:4.80000056pt;">R119</text> </g> <g id=R131> <use xlink:href="#RTRIMT93YA" class=top x="-155.1964905222551" y="235.50390145945198" transform="rotate(270.0 733.8298804428094 265.2855892719874)"/> <text x="713.7103190555275" y="264.0016836821984" class="top text" transform="rotate(-90.0 713.7103190555275 264.0016836821984)" style="font-size:4.80000056pt;">R131</text> </g> <g id=R132> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="141.55390627462052"/> <text x="803.2000932399999" y="187.10378485477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R132</text> </g> <g id=R136> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="107.97960318961893"/> <text x="803.2000932399999" y="153.50378093477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R136</text> </g> <g id=R142> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="107.97960318961893" transform="rotate(180.0 764.8401517726741 151.936032783874)"/> <text x="757.60008792" y="153.50378093477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R142</text> </g> <g id=R163> <use xlink:href="#0204/7" class=top x="-225.53804208876863" y="351.6110016292788" transform="rotate(180.0 642.443917013115 395.5674312715339)"/> <text x="635.20007364" y="397.1038093547779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R163</text> </g> <g id=R164> <use xlink:href="#0204/7" class=top x="-175.22496537091035" y="268.78793689458905" transform="rotate(180.0 692.7569937309731 312.7443664888441)"/> <text x="685.60007952" y="314.3037996947779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R164</text> </g> <g id=R196> <use xlink:href="#0204/7" class=top x="-59.98866843867722" y="273.52897674371025"/> <text x="800.80009296" y="319.103800254778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R196</text> </g> <g id=R198> <use xlink:href="#0204/7" class=top x="-59.98866843867722" y="265.20796793292607"/> <text x="800.80009296" y="310.70379927477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R198</text> </g> <g id=R201> <use xlink:href="#RTRIMT93YA" class=top x="-155.1964905222551" y="377.0578077340724" transform="rotate(270.0 733.8298804428094 406.83949554660785)"/> <text x="713.7103190555275" y="405.60170020219846" class="top text" transform="rotate(-90.0 713.7103190555275 405.60170020219846)" style="font-size:4.80000056pt;">R201</text> </g> <g id=R206> <use xlink:href="#0204/7" class=top x="-105.56070530741431" y="239.9546736587087" transform="rotate(180.0 762.4212537944693 283.91110330096376)"/> <text x="755.20008764" y="285.503796334778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R206</text> </g> <g id=R274> <use xlink:href="#0204/7" class=top x="-634.8155701898079" y="70.72857513166622" transform="rotate(180.0 233.16638891207558 114.68500477392129)"/> <text x="226.0000259" y="116.30377659477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R274</text> </g> <g id=R281> <use xlink:href="#0204/7" class=top x="-597.7580540584315" y="34.5418623338835" transform="rotate(-90.0 251.791902893052 82.7071743391748)"/> <text x="249.1840286048" y="71.519771369978" class="top text" transform="rotate(-90.0 249.1840286048 71.519771369978)" style="font-size:3.7440004367999995pt;">R281</text> </g> <g id=R287> <use xlink:href="#0204/7" class=top x="-625.139978468989" y="255.53237630810713" transform="rotate(180.0 242.84198063289446 299.48880590236223)"/> <text x="235.60002702" y="301.10379815477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R287</text> </g> <g id=R288> <use xlink:href="#0204/7" class=top x="-595.1456442496504" y="333.51764518238747" transform="rotate(180.0 272.83631485223304 377.47407482464257)"/> <text x="265.60003052" y="379.10380725477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R288</text> </g> <g id=R291> <use xlink:href="#0204/7" class=top x="-595.1456442496504" y="323.93880947285675" transform="rotate(180.0 272.83631485223304 367.8952390671118)"/> <text x="265.60003052" y="369.50380613477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R291</text> </g> <g id=R300> <use xlink:href="#0204/7" class=top x="-507.58153956983944" y="45.57203677273702" transform="rotate(180.0 360.40041953204405 89.52846641499212)"/> <text x="353.20004074" y="91.10377365477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R300</text> </g> <g id=R306> <use xlink:href="#0204/7" class=top x="-507.58153956983944" y="64.72970828779853"/> <text x="353.20004074" y="110.30377589477791" class="top text" transform="" style="font-size:3.7440004367999995pt;">R306</text> </g> <g id=R342> <use xlink:href="#0204/7" class=top x="176.28928034308012" y="18.964159684485082" transform="rotate(-90.0 1025.8392372945636 67.12947168977638)"/> <text x="1023.1841189047999" y="55.91976954997796" class="top text" transform="rotate(-90.0 1023.1841189047999 55.91976954997796)" style="font-size:3.7440004367999995pt;">R342</text> </g> <g id=R373> <use xlink:href="#RTRIMT93YA" class=top x="-476.81315802819523" y="213.83057614689764" transform="rotate(270.0 412.2132129368693 243.61226395943308)"/> <text x="413.6781580357795" y="242.6700275935055" class="top text" transform="" style="font-size:4.80000056pt;">R373</text> </g> <g id=R374> <use xlink:href="#RTRIMT93YA" class=top x="-495.29353813623936" y="138.45771688939843" transform="rotate(90.0 393.73283282882517 168.23940470193386)"/> <text x="413.91815806377946" y="204.51002314150554" class="top text" transform="" style="font-size:4.80000056pt;">R374</text> </g> <g id=R375> <use xlink:href="#RTRIMT93YA" class=top x="-476.52289028233076" y="79.43660769960314" transform="rotate(270.0 412.50348068273377 109.21829551213858)"/> <text x="413.6781580357795" y="108.51001194150552" class="top text" transform="" style="font-size:4.80000056pt;">R375</text> </g> <g id=R376> <use xlink:href="#RTRIMT93YA" class=top x="-479.13529999511184" y="342.2256777503244" transform="rotate(270.0 409.8910709699527 372.00736556285983)"/> <text x="411.5181577837795" y="371.31004260150553" class="top text" transform="" style="font-size:4.80000056pt;">R376</text> </g> <g id=R377> <use xlink:href="#RTRIMT93YA" class=top x="-497.712436018444" y="266.8528184928252" transform="rotate(90.0 391.3139349466205 296.6345063053606)"/> <text x="411.5181577837795" y="332.9100381215055" class="top text" transform="" style="font-size:4.80000056pt;">R377</text> </g> <g id=R378> <use xlink:href="#0204/7" class=top x="107.88284717833051" y="279.4310876722898" transform="rotate(-90.0 957.432804129814 327.5963996775811)"/> <text x="954.7841109248" y="316.31979992997793" class="top text" transform="rotate(-90.0 954.7841109248 316.31979992997793)" style="font-size:3.7440004367999995pt;">R378</text> </g> <g id=R383> <use xlink:href="#0204/7" class=top x="158.29267981147711" y="203.76796076492604" transform="rotate(-90.0 1007.8426367629606 251.93327277021734)"/> <text x="1005.1841168047999" y="240.71979110997796" class="top text" transform="rotate(-90.0 1005.1841168047999 240.71979110997796)" style="font-size:3.7440004367999995pt;">R383</text> </g> <g id=R387> <use xlink:href="#RTRIMT93YA" class=top x="-719.9607768914142" y="368.7367989232882" transform="rotate(180.0 187.59435213933858 389.0847848512252)"/> <text x="167.68190885622047" y="391.4095725304504" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">R387</text> </g> <g id=R389> <use xlink:href="#RTRIMT93YA" class=top x="-544.735811616504" y="354.02989960748346"/> <text x="386.8302809195275" y="383.04169757019844" class="top text" transform="rotate(-90.0 386.8302809195275 383.04169757019844)" style="font-size:4.80000056pt;">R389</text> </g> <g id=R33> <use xlink:href="#0204/7" class=top x="-181.22383221477799" y="27.5754362411339"/> <text x="679.60007882" y="73.103771554778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R33</text> </g> <g id=R98> <use xlink:href="#0204/7" class=top x="-181.22383221477799" y="161.9694046884284"/> <text x="679.60007882" y="207.50378723477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R98</text> </g> <g id=R165> <use xlink:href="#0204/7" class=top x="-183.54597418169465" y="293.94447525351814"/> <text x="677.20007854" y="339.50380263477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R165</text> </g> <g id=R34> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="2.322141966916547" transform="rotate(180.0 656.7637926677669 46.27857160917165)"/> <text x="649.60007532" y="47.90376861477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R34</text> </g> <g id=R47> <use xlink:href="#0204/7" class=top x="-399.79544821079696" y="100.91642118158114" transform="rotate(90.0 449.75450874068656 149.08173318687244)"/> <text x="455.5840526848" y="174.71978340997796" class="top text" transform="rotate(-90.0 455.5840526848 174.71978340997796)" style="font-size:3.7440004367999995pt;">R47</text> </g> <g id=R51> <use xlink:href="#0204/7" class=top x="-400.95651929025524" y="235.31038962887567" transform="rotate(90.0 448.5934376612283 283.47570163416697)"/> <text x="454.38405254479994" y="309.11979908997796" class="top text" transform="rotate(-90.0 454.38405254479994 309.11979908997796)" style="font-size:3.7440004367999995pt;">R51</text> </g> <g id=R52> <use xlink:href="#0204/7" class=top x="-363.70549132830246" y="84.95169496703" transform="rotate(-90.0 485.84446562318107 133.1170069723213)"/> <text x="483.1840559048" y="121.91977724997798" class="top text" transform="rotate(-90.0 483.1840559048 121.91977724997798)" style="font-size:3.7440004367999995pt;">R52</text> </g> <g id=R53> <use xlink:href="#0204/7" class=top x="-399.79544821079696" y="-26.317609342387357" transform="rotate(90.0 449.75450874068656 21.84770266290394)"/> <text x="455.5840526848" y="47.51976856997794" class="top text" transform="rotate(-90.0 455.5840526848 47.51976856997794)" style="font-size:3.7440004367999995pt;">R53</text> </g> <g id=R99> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="136.71611041421107" transform="rotate(180.0 656.7637926677669 180.67254005646618)"/> <text x="649.60007532" y="182.30378429477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R99</text> </g> <g id=R112> <use xlink:href="#0204/7" class=top x="-374.5421539365796" y="211.02465450754016" transform="rotate(-90.0 475.0078030149039 259.18996651283146)"/> <text x="472.38405464479996" y="247.91979194997796" class="top text" transform="rotate(-90.0 472.38405464479996 247.91979194997796)" style="font-size:3.7440004367999995pt;">R112</text> </g> <g id=R116> <use xlink:href="#0204/7" class=top x="-830.5527898898142" y="226.60235715693864" transform="rotate(-90.0 18.997167061669288 274.76766916222994)"/> <text x="16.3840014448" y="263.5197937699779" class="top text" transform="rotate(-90.0 16.3840014448 263.5197937699779)" style="font-size:3.7440004367999995pt;">R116</text> </g> <g id=R117> <use xlink:href="#0204/7" class=top x="-820.7804422537072" y="-1.2578268987464298" transform="rotate(180.0 47.20151684817638 42.69860269550864)"/> <text x="41.20000434" y="44.303768194778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R117</text> </g> <g id=R166> <use xlink:href="#0204/7" class=top x="-213.54030840103314" y="268.78793689458905" transform="rotate(180.0 654.4416507008505 312.7443664888441)"/> <text x="647.20007504" y="314.3037996947779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R166</text> </g> <g id=R185> <use xlink:href="#0204/7" class=top x="-387.7009586077733" y="353.73963186161893" transform="rotate(-90.0 461.8489983437102 401.90494386691023)"/> <text x="459.1840531048" y="390.7198086099779" class="top text" transform="rotate(-90.0 459.1840531048 390.7198086099779)" style="font-size:3.7440004367999995pt;">R185</text> </g> <g id=R372> <use xlink:href="#0204/7" class=top x="-685.2254028229544" y="323.93880947285675" transform="rotate(180.0 182.7565562789291 367.8952390671118)"/> <text x="175.60002002" y="369.50380613477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R372</text> </g> <g id=R35> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="-7.256693742614118" transform="rotate(180.0 656.7637926677669 36.69973585164095)"/> <text x="649.60007532" y="38.30376749477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R35</text> </g> <g id=R67> <use xlink:href="#0204/7" class=top x="38.412098945411" y="76.7274419755339" transform="rotate(180.0 906.3940580472945 120.68387161778898)"/> <text x="899.2001044399999" y="122.303777294778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R67</text> </g> <g id=R100> <use xlink:href="#0204/7" class=top x="-211.2181664341166" y="127.13727470468038" transform="rotate(180.0 656.7637926677669 171.09370429893545)"/> <text x="649.60007532" y="172.70378317477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R100</text> </g> <g id=R134> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="197.9626057516347"/> <text x="803.2000932399999" y="243.50379143477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R134</text> </g> <g id=R167> <use xlink:href="#0204/7" class=top x="-213.54030840103314" y="259.2091010890583" transform="rotate(180.0 654.4416507008505 303.1655307313134)"/> <text x="647.20007504" y="304.703798574778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R167</text> </g> <g id=R207> <use xlink:href="#0204/7" class=top x="35.993200967206235" y="223.11914411056387" transform="rotate(180.0 903.9751600690897 267.0755737528189)"/> <text x="896.80010416" y="268.70379437477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R207</text> </g> <g id=R210> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="271.20683477679376"/> <text x="854.8000992599999" y="316.70379997477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R210</text> </g> <g id=R36> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="9.578835805530787"/> <text x="522.40006048" y="55.10376945477799" class="top text" transform="" style="font-size:3.7440004367999995pt;">R36</text> </g> <g id=R101> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="143.97280415682525"/> <text x="522.40006048" y="189.50378513477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R101</text> </g> <g id=R168> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="249.53350946423944"/> <text x="520.0000602" y="295.103797454778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R168</text> </g> <g id=R40> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="-16.835529548144848" transform="rotate(180.0 568.0386170044976 27.120900094110226)"/> <text x="560.80006496" y="28.703766374777956" class="top text" transform="" style="font-size:3.7440004367999995pt;">R40</text> </g> <g id=R105> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="117.55843889914968" transform="rotate(180.0 568.0386170044976 161.51486854140475)"/> <text x="560.80006496" y="163.10378205477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R105</text> </g> <g id=R172> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="249.53350946423944" transform="rotate(180.0 565.6197190262928 293.48993905849454)"/> <text x="558.40006468" y="295.103797454778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R172</text> </g> <g id=R226> <use xlink:href="#0204/7" class=top x="-684.1610877547844" y="29.800822388762242" transform="rotate(-90.0 165.38886919669918 77.96613439405354)"/> <text x="162.78401852480002" y="66.71977080997794" class="top text" transform="rotate(-90.0 162.78401852480002 66.71977080997794)" style="font-size:3.7440004367999995pt;">R226</text> </g> <g id=R250> <use xlink:href="#0204/7" class=top x="-733.3130934891843" y="265.3047238482142" transform="rotate(90.0 116.2368634622992 313.4700358535055)"/> <text x="121.9840137648" y="339.11980258997795" class="top text" transform="rotate(-90.0 121.9840137648 339.11980258997795)" style="font-size:3.7440004367999995pt;">R250</text> </g> <g id=R278> <use xlink:href="#0204/7" class=top x="-578.503626628082" y="34.5418623338835" transform="rotate(-90.0 271.04633032340155 82.7071743391748)"/> <text x="268.3840308448" y="71.519771369978" class="top text" transform="rotate(-90.0 268.3840308448 71.519771369978)" style="font-size:3.7440004367999995pt;">R278</text> </g> <g id=R290> <use xlink:href="#0204/7" class=top x="-596.5002270636851" y="310.58649287508666" transform="rotate(-90.0 253.04972988779843 358.75180488037796)"/> <text x="250.3840287448" y="347.51980356997797" class="top text" transform="rotate(-90.0 250.3840287448 347.51980356997797)" style="font-size:3.7440004367999995pt;">R290</text> </g> <g id=R41> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="-8.417764726072392"/> <text x="522.40006048" y="37.10376735477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R41</text> </g> <g id=R106> <use xlink:href="#0204/7" class=top x="-338.355441042797" y="125.97620362522207"/> <text x="522.40006048" y="171.50378303477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R106</text> </g> <g id=R173> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="239.9546736587087"/> <text x="520.0000602" y="285.503796334778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R173</text> </g> <g id=R42> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="27.5754362411339"/> <text x="560.80006496" y="73.103771554778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R42</text> </g> <g id=R107> <use xlink:href="#0204/7" class=top x="-299.9433420973859" y="161.9694046884284"/> <text x="560.80006496" y="207.50378723477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R107</text> </g> <g id=R174> <use xlink:href="#0204/7" class=top x="-302.36224007559065" y="293.94447525351814"/> <text x="558.40006468" y="339.50380263477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R174</text> </g> <g id=R183> <use xlink:href="#0204/7" class=top x="-323.93880947285675" y="340.7743389250016"/> <text x="536.80006216" y="386.30380809477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R183</text> </g> <g id=R46> <use xlink:href="#0204/7" class=top x="-391.3776834847245" y="100.91642118158114" transform="rotate(90.0 458.172273466759 149.08173318687244)"/> <text x="463.9840536648" y="174.71978340997796" class="top text" transform="rotate(-90.0 463.9840536648 174.71978340997796)" style="font-size:3.7440004367999995pt;">R46</text> </g> <g id=R48> <use xlink:href="#0204/7" class=top x="-381.7988477751938" y="48.08769066623" transform="rotate(90.0 467.75110917628973 96.2530026715213)"/> <text x="473.58405478479995" y="121.91977724997798" class="top text" transform="rotate(-90.0 473.58405478479995 121.91977724997798)" style="font-size:3.7440004367999995pt;">R48</text> </g> <g id=R49> <use xlink:href="#0204/7" class=top x="-391.3776834847245" y="48.08769066623" transform="rotate(90.0 458.172273466759 96.2530026715213)"/> <text x="463.9840536648" y="121.91977724997798" class="top text" transform="rotate(-90.0 463.9840536648 121.91977724997798)" style="font-size:3.7440004367999995pt;">R49</text> </g> <g id=R50> <use xlink:href="#0204/7" class=top x="-391.3776834847245" y="235.31038962887567" transform="rotate(90.0 458.172273466759 283.47570163416697)"/> <text x="463.9840536648" y="309.11979908997796" class="top text" transform="rotate(-90.0 463.9840536648 309.11979908997796)" style="font-size:3.7440004367999995pt;">R50</text> </g> <g id=R111> <use xlink:href="#0204/7" class=top x="-820.9739540842835" y="226.60235715693864" transform="rotate(-90.0 28.5760028672 274.76766916222994)"/> <text x="25.984002564799997" y="263.5197937699779" class="top text" transform="rotate(-90.0 25.984002564799997 263.5197937699779)" style="font-size:3.7440004367999995pt;">R111</text> </g> <g id=R113> <use xlink:href="#0204/7" class=top x="-820.7804422537072" y="8.321008810784292"/> <text x="41.20000434" y="53.903769314777946" class="top text" transform="" style="font-size:3.7440004367999995pt;">R113</text> </g> <g id=R115> <use xlink:href="#0204/7" class=top x="-392.53875446818273" y="174.1606502067402" transform="rotate(90.0 457.0112024833008 222.3259622120315)"/> <text x="462.7840535248" y="247.91979194997796" class="top text" transform="rotate(-90.0 462.7840535248 247.91979194997796)" style="font-size:3.7440004367999995pt;">R115</text> </g> <g id=R118> <use xlink:href="#0204/7" class=top x="-685.2254028229544" y="332.3565741989292" transform="rotate(180.0 182.7565562789291 376.31300384118424)"/> <text x="175.60002002" y="377.9038071147779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R118</text> </g> <g id=R186> <use xlink:href="#0204/7" class=top x="-379.3799497969891" y="353.73963186161893" transform="rotate(-90.0 470.17000715449444 401.90494386691023)"/> <text x="467.5840540848" y="390.7198086099779" class="top text" transform="rotate(-90.0 467.5840540848 390.7198086099779)" style="font-size:3.7440004367999995pt;">R186</text> </g> <g id=R272> <use xlink:href="#0204/7" class=top x="-596.4034711483969" y="70.72857513166622"/> <text x="264.40003038" y="116.30377659477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R272</text> </g> <g id=R310> <use xlink:href="#0204/7" class=top x="-512.516091345537" y="260.56368390309297" transform="rotate(90.0 337.03386560594646 308.72899590838426)"/> <text x="342.7840395248" y="334.31980202997795" class="top text" transform="rotate(-90.0 342.7840395248 334.31980202997795)" style="font-size:3.7440004367999995pt;">R310</text> </g> <g id=R317> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="203.9614725955024"/> <text x="1028.80011956" y="249.50379213477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R317</text> </g> <g id=R55> <use xlink:href="#0204/7" class=top x="-345.7088907966993" y="18.964159684485082" transform="rotate(-90.0 503.84106615478424 67.12947168977638)"/> <text x="501.18405800479997" y="55.91976954997796" class="top text" transform="rotate(-90.0 501.18405800479997 55.91976954997796)" style="font-size:3.7440004367999995pt;">R55</text> </g> <g id=R187> <use xlink:href="#0204/7" class=top x="-355.1909705909418" y="181.1270762034898" transform="rotate(180.0 512.7909885109418 225.08350584574487)"/> <text x="505.60005852" y="226.70378947477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R187</text> </g> <g id=R303> <use xlink:href="#0204/7" class=top x="-536.4148028057198" y="83.98413581414809" transform="rotate(180.0 331.5671562961637 127.94056540840316)"/> <text x="324.40003737999996" y="129.50377813477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R303</text> </g> <g id=R308> <use xlink:href="#0204/7" class=top x="-536.511558721008" y="121.33191969138906" transform="rotate(90.0 313.0383982304756 169.49723169668036)"/> <text x="318.7840367248" y="195.11978578997795" class="top text" transform="rotate(-90.0 318.7840367248 195.11978578997795)" style="font-size:3.7440004367999995pt;">R308</text> </g> <g id=R365> <use xlink:href="#0204/7" class=top x="107.97960309361883" y="221.95807312710554" transform="rotate(180.0 975.9615621955024 265.91450276936064)"/> <text x="968.8001125599999" y="267.50379423477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R365</text> </g> <g id=R366> <use xlink:href="#0204/7" class=top x="113.97846993748647" y="189.54484102556225" transform="rotate(180.0 981.96042903937 233.50127061981732)"/> <text x="974.8001132600001" y="235.10379045477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R366</text> </g> <g id=R56> <use xlink:href="#0204/7" class=top x="38.412098945411" y="20.318742498519725"/> <text x="899.2001044399999" y="65.90377071477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R56</text> </g> <g id=R59> <use xlink:href="#0204/7" class=top x="38.412098945411" y="1.1610709834583304"/> <text x="899.2001044399999" y="46.70376847477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R59</text> </g> <g id=R123> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="151.13274208015125"/> <text x="854.8000992599999" y="196.70378597477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R123</text> </g> <g id=R126> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="133.1361415485481"/> <text x="854.8000992599999" y="178.70378387477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R126</text> </g> <g id=R188> <use xlink:href="#0204/7" class=top x="35.993200967206235" y="213.54030840103314" transform="rotate(180.0 903.9751600690897 257.4967379952882)"/> <text x="896.80010416" y="259.103793254778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R188</text> </g> <g id=R191> <use xlink:href="#0204/7" class=top x="38.412098945411" y="87.56410467981107"/> <text x="899.2001044399999" y="133.103778554778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R191</text> </g> <g id=R322> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="65.98753528254497"/> <text x="1028.80011956" y="111.50377603477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R322</text> </g> <g id=R323> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="56.40869947701424" transform="rotate(180.0 1036.0469865494676 100.36512911926931)"/> <text x="1028.80011956" y="101.90377491477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R323</text> </g> <g id=R57> <use xlink:href="#0204/7" class=top x="38.412098945411" y="67.14860626600318" transform="rotate(180.0 906.3940580472945 111.10503590825829)"/> <text x="899.2001044399999" y="112.70377617477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R57</text> </g> <g id=R124> <use xlink:href="#0204/7" class=top x="-112.91415496531658" y="175.32172119019847" transform="rotate(90.0 736.6358019861669 223.48703319548977)"/> <text x="742.3840861447999" y="249.11979208997798" class="top text" transform="rotate(-90.0 742.3840861447999 249.11979208997798)" style="font-size:3.7440004367999995pt;">R124</text> </g> <g id=R189> <use xlink:href="#0204/7" class=top x="-115.33305284752134" y="307.29679175528827" transform="rotate(90.0 734.2169041039622 355.46210376057957)"/> <text x="739.9840858647999" y="381.119807489978" class="top text" transform="rotate(-90.0 739.9840858647999 381.119807489978)" style="font-size:3.7440004367999995pt;">R189</text> </g> <g id=R58> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="70.72857513166622" transform="rotate(180.0 810.412188545411 114.68500477392129)"/> <text x="803.2000932399999" y="116.30377659477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R58</text> </g> <g id=R125> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="214.79813529977957" transform="rotate(180.0 810.412188545411 258.7545649420347)"/> <text x="803.2000932399999" y="260.3037933947779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R125</text> </g> <g id=R190> <use xlink:href="#0204/7" class=top x="-59.98866843867722" y="337.1943700593386" transform="rotate(180.0 807.9932906632064 381.1507996535937)"/> <text x="800.80009296" y="382.703807674778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R190</text> </g> <g id=R60> <use xlink:href="#0204/7" class=top x="38.412098945411" y="39.57316992886928"/> <text x="899.2001044399999" y="85.10377295477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R60</text> </g> <g id=R62> <use xlink:href="#0204/7" class=top x="38.412098945411" y="10.73990678898906"/> <text x="899.2001044399999" y="56.303769594777975" class="top text" transform="" style="font-size:3.7440004367999995pt;">R62</text> </g> <g id=R63> <use xlink:href="#0204/7" class=top x="38.412098945411" y="-8.417764726072392"/> <text x="899.2001044399999" y="37.10376735477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R63</text> </g> <g id=R127> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="142.71497725807876"/> <text x="854.8000992599999" y="188.30378499477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R127</text> </g> <g id=R129> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="123.5573057430174"/> <text x="854.8000992599999" y="169.10378275477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R129</text> </g> <g id=R130> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="159.55050680622367"/> <text x="854.8000992599999" y="205.10378695477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R130</text> </g> <g id=R192> <use xlink:href="#0204/7" class=top x="37.25102796195267" y="232.7947358313827"/> <text x="898.0001043" y="278.30379549477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R192</text> </g> <g id=R194> <use xlink:href="#0204/7" class=top x="38.412098945411" y="47.99093475094179"/> <text x="899.2001044399999" y="93.50377393477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R194</text> </g> <g id=R195> <use xlink:href="#0204/7" class=top x="44.410965789278634" y="184.803801080441"/> <text x="905.20010514" y="230.30378989477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R195</text> </g> <g id=R208> <use xlink:href="#0204/7" class=top x="35.993200967206235" y="271.20683477679376" transform="rotate(180.0 903.9751600690897 315.1632644190488)"/> <text x="896.80010416" y="316.70379997477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R208</text> </g> <g id=R61> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="62.40756632088193" transform="rotate(180.0 810.412188545411 106.363995963137)"/> <text x="803.2000932399999" y="107.903775614778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R61</text> </g> <g id=R128> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="206.38037057370713" transform="rotate(180.0 810.412188545411 250.33680016796222)"/> <text x="803.2000932399999" y="251.90379241477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R128</text> </g> <g id=R193> <use xlink:href="#0204/7" class=top x="-59.98866843867722" y="328.77660523726615" transform="rotate(180.0 807.9932906632064 372.73303487952126)"/> <text x="800.80009296" y="374.30380669477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R193</text> </g> <g id=R68> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="49.15200573440006" transform="rotate(180.0 764.8401517726741 93.10843537665514)"/> <text x="757.60008792" y="94.70377407477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R68</text> </g> <g id=R135> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="183.54597418169453" transform="rotate(180.0 764.8401517726741 227.5024037759496)"/> <text x="757.60008792" y="229.10378975477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R135</text> </g> <g id=R205> <use xlink:href="#0204/7" class=top x="-105.56070530741431" y="315.5210446507843" transform="rotate(180.0 762.4212537944693 359.47747429303934)"/> <text x="755.20008764" y="361.10380515477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R205</text> </g> <g id=R71> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="23.995467375470923" transform="rotate(180.0 764.8401517726741 67.95189696972602)"/> <text x="757.60008792" y="69.50377113477799" class="top text" transform="" style="font-size:3.7440004367999995pt;">R71</text> </g> <g id=R138> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="158.3894358227654" transform="rotate(180.0 764.8401517726741 202.3458654170205)"/> <text x="757.60008792" y="203.90378681477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R138</text> </g> <g id=R200> <use xlink:href="#0204/7" class=top x="-105.56070530741431" y="290.36450629185515" transform="rotate(180.0 762.4212537944693 334.32093593411025)"/> <text x="755.20008764" y="335.90380221477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R200</text> </g> <g id=R212> <use xlink:href="#0204/7" class=top x="35.993200967206235" y="203.9614725955024" transform="rotate(180.0 903.9751600690897 247.91790223775752)"/> <text x="896.80010416" y="249.50379213477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R212</text> </g> <g id=R72> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="40.734241008327615" transform="rotate(180.0 764.8401517726741 84.69067060258268)"/> <text x="757.60008792" y="86.30377309477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R72</text> </g> <g id=R139> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="175.12820935962208" transform="rotate(180.0 764.8401517726741 219.08463900187718)"/> <text x="757.60008792" y="220.70378877477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R139</text> </g> <g id=R202> <use xlink:href="#0204/7" class=top x="-105.56070530741431" y="307.20003584000006" transform="rotate(180.0 762.4212537944693 351.15646548225516)"/> <text x="755.20008764" y="352.70380417477793" class="top text" transform="" style="font-size:3.7440004367999995pt;">R202</text> </g> <g id=R271> <use xlink:href="#0204/7" class=top x="-607.3368897679622" y="34.5418623338835" transform="rotate(-90.0 242.21306718352125 82.7071743391748)"/> <text x="239.58402748479998" y="71.519771369978" class="top text" transform="rotate(-90.0 239.58402748479998 71.519771369978)" style="font-size:3.7440004367999995pt;">R271</text> </g> <g id=R73> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="32.31647618625516"/> <text x="757.60008792" y="77.90377211477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R73</text> </g> <g id=R140> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="166.80720054883787"/> <text x="757.60008792" y="212.30378779477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R140</text> </g> <g id=R203> <use xlink:href="#0204/7" class=top x="-105.56070530741431" y="298.7822711139276"/> <text x="755.20008764" y="344.30380319477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R203</text> </g> <g id=R74> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="-17.996600531603065"/> <text x="757.60008792" y="27.50376623477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R74</text> </g> <g id=R141> <use xlink:href="#0204/7" class=top x="-103.14180732920954" y="116.39736791569138"/> <text x="757.60008792" y="161.90378191477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R141</text> </g> <g id=R204> <use xlink:href="#0204/7" class=top x="-105.56070530741431" y="248.37243838478116"/> <text x="755.20008764" y="293.903797314778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R204</text> </g> <g id=R237> <use xlink:href="#0204/7" class=top x="-705.7376571520505" y="227.76342814039685" transform="rotate(-90.0 143.81229979943305 275.92874014568815)"/> <text x="141.1840160048" y="264.71979390997797" class="top text" transform="rotate(-90.0 141.1840160048 264.71979390997797)" style="font-size:3.7440004367999995pt;">R237</text> </g> <g id=R294> <use xlink:href="#0204/7" class=top x="-510.00043745204414" y="127.13727470468038"/> <text x="350.80004046" y="172.70378317477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R294</text> </g> <g id=R331> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="175.12820935962208" transform="rotate(180.0 1036.0469865494676 219.08463900187718)"/> <text x="1028.80011956" y="220.70378877477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R331</text> </g> <g id=R120> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="116.39736791569138" transform="rotate(180.0 810.412188545411 160.35379755794645)"/> <text x="803.2000932399999" y="161.90378191477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R120</text> </g> <g id=R305> <use xlink:href="#0204/7" class=top x="-507.58153956983944" y="55.15087257826781"/> <text x="353.20004074" y="100.70377477477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R305</text> </g> <g id=R121> <use xlink:href="#0204/7" class=top x="-57.56977055647246" y="133.1361415485481"/> <text x="803.2000932399999" y="178.70378387477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R121</text> </g> <g id=R339> <use xlink:href="#0204/7" class=top x="176.38603625836856" y="314.84375324376697" transform="rotate(180.0 1044.367995360252 358.80018288602207)"/> <text x="1037.20012054" y="360.38380507077795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R339</text> </g> <g id=R179> <use xlink:href="#0204/7" class=top x="-263.9501410341795" y="341.93541000445987" transform="rotate(180.0 604.0318180677039 385.89183959871497)"/> <text x="596.80006916" y="387.5038082347779" class="top text" transform="" style="font-size:3.7440004367999995pt;">R179</text> </g> <g id=R267> <use xlink:href="#0204/7" class=top x="-578.503626628082" y="164.19479083605674" transform="rotate(-90.0 271.04633032340155 212.36010284134804)"/> <text x="268.3840308448" y="201.11978648997797" class="top text" transform="rotate(-90.0 268.3840308448 201.11978648997797)" style="font-size:3.7440004367999995pt;">R267</text> </g> <g id=R268> <use xlink:href="#0204/7" class=top x="-568.9247908225512" y="164.19479083605674" transform="rotate(-90.0 280.6251661289323 212.36010284134804)"/> <text x="277.98403196479995" y="201.11978648997797" class="top text" transform="rotate(-90.0 277.98403196479995 201.11978648997797)" style="font-size:3.7440004367999995pt;">R268</text> </g> <g id=R301> <use xlink:href="#0204/7" class=top x="-507.58153956983944" y="35.99320106320636"/> <text x="353.20004074" y="81.50377253477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R301</text> </g> <g id=R311> <use xlink:href="#0204/7" class=top x="-524.4170691179843" y="345.5153788701229" transform="rotate(180.0 343.5648899838992 389.47180851237795)"/> <text x="336.40003878" y="391.10380865477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R311</text> </g> <g id=R346> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="45.57203677273702"/> <text x="962.8001118599999" y="91.10377365477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R346</text> </g> <g id=R354> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="73.14747310987087"/> <text x="962.8001118599999" y="118.70377687477799" class="top text" transform="" style="font-size:3.7440004367999995pt;">R354</text> </g> <g id=R360> <use xlink:href="#0204/7" class=top x="163.03371975659832" y="308.16759499288196" transform="rotate(-90.0 1012.5836767080818 356.33290699817326)"/> <text x="1009.9841173648001" y="345.11980328997794" class="top text" transform="rotate(-90.0 1009.9841173648001 345.11980328997794)" style="font-size:3.7440004367999995pt;">R360</text> </g> <g id=R361> <use xlink:href="#0204/7" class=top x="119.97733678135421" y="352.772072612737" transform="rotate(180.0 987.9592958832377 396.7285022549921)"/> <text x="980.80011396" y="398.30380949477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R361</text> </g> <g id=R181> <use xlink:href="#0204/7" class=top x="-349.3856155776504" y="316.87562756081894" transform="rotate(90.0 500.1643413738331 365.04093956611024)"/> <text x="505.98405856479997" y="390.7198086099779" class="top text" transform="rotate(-90.0 505.98405856479997 390.7198086099779)" style="font-size:3.7440004367999995pt;">R181</text> </g> <g id=R283> <use xlink:href="#0204/7" class=top x="-616.915725573493" y="34.5418623338835" transform="rotate(-90.0 232.63423137799055 82.7071743391748)"/> <text x="229.98402636479997" y="71.519771369978" class="top text" transform="rotate(-90.0 229.98402636479997 71.519771369978)" style="font-size:3.7440004367999995pt;">R283</text> </g> <g id=R298> <use xlink:href="#0204/7" class=top x="-524.5138250332725" y="99.75535019812287" transform="rotate(90.0 325.036131918211 147.92066220341417)"/> <text x="330.78403812479996" y="173.51978326997795" class="top text" transform="rotate(-90.0 330.78403812479996 173.51978326997795)" style="font-size:3.7440004367999995pt;">R298</text> </g> <g id=R182> <use xlink:href="#0204/7" class=top x="-357.8033803997229" y="316.87562756081894" transform="rotate(90.0 491.7465765517606 365.04093956611024)"/> <text x="497.5840575848" y="390.7198086099779" class="top text" transform="rotate(-90.0 497.5840575848 390.7198086099779)" style="font-size:3.7440004367999995pt;">R182</text> </g> <g id=R184> <use xlink:href="#0204/7" class=top x="-340.77433902100165" y="285.52671043144574" transform="rotate(180.0 527.207620080882 329.48314007370084)"/> <text x="520.0000602" y="331.10380165477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R184</text> </g> <g id=R209> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="261.5312431519749" transform="rotate(180.0 861.9830922580159 305.4876727462299)"/> <text x="854.8000992599999" y="307.10379885477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R209</text> </g> <g id=R214> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="232.7947358313827"/> <text x="854.8000992599999" y="278.30379549477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R214</text> </g> <g id=R211> <use xlink:href="#0204/7" class=top x="35.993200967206235" y="242.37357154091342" transform="rotate(180.0 903.9751600690897 286.3300011831685)"/> <text x="896.80010416" y="287.90379661477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R211</text> </g> <g id=R213> <use xlink:href="#0204/7" class=top x="-5.998866843867631" y="251.95240734644415" transform="rotate(180.0 861.9830922580159 295.90883698869925)"/> <text x="854.8000992599999" y="297.50379773477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R213</text> </g> <g id=R216> <use xlink:href="#0204/7" class=top x="-751.3096940207874" y="83.79062398357166" transform="rotate(-90.0 98.24026293069606 131.95593598886296)"/> <text x="95.5840106848" y="120.719777109978" class="top text" transform="rotate(-90.0 95.5840106848 120.719777109978)" style="font-size:3.7440004367999995pt;">R216</text> </g> <g id=R234> <use xlink:href="#0204/7" class=top x="-711.7365239959181" y="46.92661968277173" transform="rotate(90.0 137.81343295556536 95.09193168806303)"/> <text x="143.5840162848" y="120.719777109978" class="top text" transform="rotate(-90.0 143.5840162848 120.719777109978)" style="font-size:3.7440004367999995pt;">R234</text> </g> <g id=R240> <use xlink:href="#0204/7" class=top x="-656.5856514176505" y="190.8994238395969" transform="rotate(90.0 192.96430553383306 239.0647358448882)"/> <text x="198.7840227248" y="264.71979390997797" class="top text" transform="rotate(-90.0 198.7840227248 264.71979390997797)" style="font-size:3.7440004367999995pt;">R240</text> </g> <g id=R257> <use xlink:href="#0204/7" class=top x="-752.567520919534" y="204.15498442607878" transform="rotate(90.0 96.98243603194959 252.32029643137008)"/> <text x="102.7840115248" y="277.919795449978" class="top text" transform="rotate(-90.0 102.7840115248 277.919795449978)" style="font-size:3.7440004367999995pt;">R257</text> </g> <g id=R352> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="63.5686373043402"/> <text x="962.8001118599999" y="109.10377575477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R352</text> </g> <g id=R217> <use xlink:href="#0204/7" class=top x="-768.1452234729323" y="-7.063181912037749" transform="rotate(90.0 81.40473347855118 41.10213009325355)"/> <text x="87.1840097048" y="66.71977080997794" class="top text" transform="rotate(-90.0 87.1840097048 66.71977080997794)" style="font-size:3.7440004367999995pt;">R217</text> </g> <g id=R241> <use xlink:href="#0204/7" class=top x="-679.3232918943748" y="292.5898924394835" transform="rotate(-90.0 170.22666505710865 340.7552044447748)"/> <text x="167.5840190848" y="329.51980146997795" class="top text" transform="rotate(-90.0 167.5840190848 329.51980146997795)" style="font-size:3.7440004367999995pt;">R241</text> </g> <g id=R285> <use xlink:href="#0204/7" class=top x="-634.8155701898079" y="339.51651202625516"/> <text x="240.40002758" y="385.6798080219779" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R285</text> </g> <g id=R218> <use xlink:href="#0204/7" class=top x="-730.9909514262678" y="46.92661968277173" transform="rotate(90.0 118.55900552521575 95.09193168806303)"/> <text x="124.3840140448" y="120.719777109978" class="top text" transform="rotate(-90.0 124.3840140448 120.719777109978)" style="font-size:3.7440004367999995pt;">R218</text> </g> <g id=R236> <use xlink:href="#0204/7" class=top x="-712.8975949793764" y="154.61595503052604" transform="rotate(-90.0 136.6523619721071 202.78126703581734)"/> <text x="133.98401516479998" y="190.31978522997795" class="top text" transform="rotate(-90.0 133.98401516479998 190.31978522997795)" style="font-size:3.7440004367999995pt;">R236</text> </g> <g id=R242> <use xlink:href="#0204/7" class=top x="-676.9043940121701" y="227.76342814039685" transform="rotate(-90.0 172.64556293931338 275.92874014568815)"/> <text x="169.9840193648" y="264.71979390997797" class="top text" transform="rotate(-90.0 169.9840193648 264.71979390997797)" style="font-size:3.7440004367999995pt;">R242</text> </g> <g id=R277> <use xlink:href="#0204/7" class=top x="-559.3459550170205" y="34.5418623338835" transform="rotate(-90.0 290.20400193446295 82.7071743391748)"/> <text x="287.5840330848" y="71.519771369978" class="top text" transform="rotate(-90.0 287.5840330848 71.519771369978)" style="font-size:3.7440004367999995pt;">R277</text> </g> <g id=R318> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="85.1452067976063"/> <text x="1028.80011956" y="130.70377827477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R318</text> </g> <g id=R329> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="184.803801080441" transform="rotate(180.0 1036.0469865494676 228.76023072269606)"/> <text x="1028.80011956" y="230.30378989477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R329</text> </g> <g id=R330> <use xlink:href="#0204/7" class=top x="176.38603625836856" y="297.0406645427402" transform="rotate(180.0 1044.367995360252 340.99709418499526)"/> <text x="1037.20012054" y="342.38380297077794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R330</text> </g> <g id=R369> <use xlink:href="#0204/7" class=top x="107.97960309361883" y="289.2034353083969" transform="rotate(180.0 975.9615621955024 333.1598649506519)"/> <text x="968.8001125599999" y="334.70380207477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R369</text> </g> <g id=R370> <use xlink:href="#0204/7" class=top x="145.0371192249952" y="339.41975611096694" transform="rotate(-90.0 994.5870761764787 387.58506811625824)"/> <text x="991.9841152647999" y="376.319806929978" class="top text" transform="rotate(-90.0 991.9841152647999 376.319806929978)" style="font-size:3.7440004367999995pt;">R370</text> </g> <g id=R225> <use xlink:href="#0204/7" class=top x="-693.739923464315" y="29.800822388762242" transform="rotate(-90.0 155.8100334871685 77.96613439405354)"/> <text x="153.1840174048" y="66.71977080997794" class="top text" transform="rotate(-90.0 153.1840174048 66.71977080997794)" style="font-size:3.7440004367999995pt;">R225</text> </g> <g id=R249> <use xlink:href="#0204/7" class=top x="-669.7444560888441" y="292.5898924394835" transform="rotate(-90.0 179.80550086263938 340.7552044447748)"/> <text x="177.1840202048" y="329.51980146997795" class="top text" transform="rotate(-90.0 177.1840202048 329.51980146997795)" style="font-size:3.7440004367999995pt;">R249</text> </g> <g id=R231> <use xlink:href="#0204/7" class=top x="-674.5822519492535" y="29.800822388762242" transform="rotate(-90.0 174.96770500222993 77.96613439405354)"/> <text x="172.3840196448" y="66.71977080997794" class="top text" transform="rotate(-90.0 172.3840196448 66.71977080997794)" style="font-size:3.7440004367999995pt;">R231</text> </g> <g id=R255> <use xlink:href="#0204/7" class=top x="-750.1486229413292" y="265.3047238482142" transform="rotate(90.0 99.40133401015433 313.4700358535055)"/> <text x="105.1840118048" y="339.11980258997795" class="top text" transform="rotate(-90.0 105.1840118048 339.11980258997795)" style="font-size:3.7440004367999995pt;">R255</text> </g> <g id=R258> <use xlink:href="#0204/7" class=top x="-568.9247908225512" y="219.34566341432446" transform="rotate(-90.0 280.6251661289323 267.51097541961576)"/> <text x="277.98403196479995" y="256.319792929978" class="top text" transform="rotate(-90.0 277.98403196479995 256.319792929978)" style="font-size:3.7440004367999995pt;">R258</text> </g> <g id=R260> <use xlink:href="#0204/7" class=top x="-558.1848840335622" y="182.48165911352447" transform="rotate(90.0 291.3650729179213 230.64697111881577)"/> <text x="297.1840342048" y="256.319792929978" class="top text" transform="rotate(-90.0 297.1840342048 256.319792929978)" style="font-size:3.7440004367999995pt;">R260</text> </g> <g id=R266> <use xlink:href="#0204/7" class=top x="-628.8167033459403" y="219.53917524490083" transform="rotate(180.0 239.1652557559433 263.49560483915593)"/> <text x="232.00002659999998" y="265.103793954778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R266</text> </g> <g id=R332> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="46.73310785219536" transform="rotate(180.0 1036.0469865494676 90.6895374464504)"/> <text x="1028.80011956" y="92.30377379477801" class="top text" transform="" style="font-size:3.7440004367999995pt;">R332</text> </g> <g id=R259> <use xlink:href="#0204/7" class=top x="-559.3459550170205" y="219.34566341432446" transform="rotate(-90.0 290.20400193446295 267.51097541961576)"/> <text x="287.5840330848" y="256.319792929978" class="top text" transform="rotate(-90.0 287.5840330848 256.319792929978)" style="font-size:3.7440004367999995pt;">R259</text> </g> <g id=R299> <use xlink:href="#0204/7" class=top x="-504.09832652346466" y="182.1913913676599" transform="rotate(-90.0 345.45163042801886 230.3567033729512)"/> <text x="342.7840395248" y="219.11978858997796" class="top text" transform="rotate(-90.0 342.7840395248 219.11978858997796)" style="font-size:3.7440004367999995pt;">R299</text> </g> <g id=R302> <use xlink:href="#0204/7" class=top x="-504.09832652346466" y="220.6034903130709" transform="rotate(-90.0 345.45163042801886 268.7688023183622)"/> <text x="342.7840395248" y="257.51979306997794" class="top text" transform="rotate(-90.0 342.7840395248 257.51979306997794)" style="font-size:3.7440004367999995pt;">R302</text> </g> <g id=R304> <use xlink:href="#0204/7" class=top x="-504.09832652346466" y="259.01558925848195" transform="rotate(-90.0 345.45163042801886 307.18090126377325)"/> <text x="342.7840395248" y="295.91979754997794" class="top text" transform="rotate(-90.0 342.7840395248 295.91979754997794)" style="font-size:3.7440004367999995pt;">R304</text> </g> <g id=R309> <use xlink:href="#0204/7" class=top x="-522.1916829703559" y="222.15158495768196" transform="rotate(90.0 327.3582739811275 270.31689696297326)"/> <text x="333.1840384048" y="295.91979754997794" class="top text" transform="rotate(-90.0 333.1840384048 295.91979754997794)" style="font-size:3.7440004367999995pt;">R309</text> </g> <g id=R261> <use xlink:href="#0204/7" class=top x="-625.139978468989" y="191.96373890776695"/> <text x="235.60002702" y="237.50379073477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R261</text> </g> <g id=R269> <use xlink:href="#0204/7" class=top x="-597.7580540584315" y="164.19479083605674" transform="rotate(-90.0 251.791902893052 212.36010284134804)"/> <text x="249.1840286048" y="201.11978648997797" class="top text" transform="rotate(-90.0 249.1840286048 201.11978648997797)" style="font-size:3.7440004367999995pt;">R269</text> </g> <g id=R270> <use xlink:href="#0204/7" class=top x="-558.1848840335622" y="127.33078653525672" transform="rotate(90.0 291.3650729179213 175.49609854054802)"/> <text x="297.1840342048" y="201.11978648997797" class="top text" transform="rotate(-90.0 297.1840342048 201.11978648997797)" style="font-size:3.7440004367999995pt;">R270</text> </g> <g id=R273> <use xlink:href="#0204/7" class=top x="-634.9123261050961" y="106.91528802544889" transform="rotate(90.0 214.6376308463874 155.0806000307402)"/> <text x="220.38402524479997" y="180.71978410997795" class="top text" transform="rotate(-90.0 220.38402524479997 180.71978410997795)" style="font-size:3.7440004367999995pt;">R273</text> </g> <g id=R275> <use xlink:href="#0204/7" class=top x="-625.3334902995655" y="106.91528802544889" transform="rotate(90.0 224.2164666519181 155.0806000307402)"/> <text x="229.98402636479997" y="180.71978410997795" class="top text" transform="rotate(-90.0 229.98402636479997 180.71978410997795)" style="font-size:3.7440004367999995pt;">R275</text> </g> <g id=R279> <use xlink:href="#0204/7" class=top x="-596.5969829789733" y="127.33078653525672" transform="rotate(90.0 252.95297397251022 175.49609854054802)"/> <text x="258.7840297248" y="201.11978648997797" class="top text" transform="rotate(-90.0 258.7840297248 201.11978648997797)" style="font-size:3.7440004367999995pt;">R279</text> </g> <g id=R280> <use xlink:href="#0204/7" class=top x="-588.1792182529009" y="34.5418623338835" transform="rotate(-90.0 261.37073869858267 82.7071743391748)"/> <text x="258.7840297248" y="71.519771369978" class="top text" transform="rotate(-90.0 258.7840297248 71.519771369978)" style="font-size:3.7440004367999995pt;">R280</text> </g> <g id=R313> <use xlink:href="#0204/7" class=top x="-510.00043745204414" y="315.5210446507843" transform="rotate(180.0 357.98152164983935 359.47747429303934)"/> <text x="350.80004046" y="361.10380515477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R313</text> </g> <g id=R282> <use xlink:href="#0204/7" class=top x="-549.7671193074898" y="34.5418623338835" transform="rotate(-90.0 299.7828376439937 82.7071743391748)"/> <text x="297.1840342048" y="71.519771369978" class="top text" transform="rotate(-90.0 297.1840342048 71.519771369978)" style="font-size:3.7440004367999995pt;">R282</text> </g> <g id=R362> <use xlink:href="#0204/7" class=top x="107.97960309361883" y="279.527843587578" transform="rotate(180.0 975.9615621955024 323.4842732298331)"/> <text x="968.8001125599999" y="325.10380095477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R362</text> </g> <g id=R381> <use xlink:href="#0204/7" class=top x="146.1981902084534" y="271.3035906920819" transform="rotate(90.0 995.7481471599369 319.4689026973732)"/> <text x="1001.5841163847999" y="345.11980328997794" class="top text" transform="rotate(-90.0 1001.5841163847999 345.11980328997794)" style="font-size:3.7440004367999995pt;">R381</text> </g> <g id=R284> <use xlink:href="#0204/7" class=top x="-626.4945612830237" y="39.379658098292964" transform="rotate(-90.0 223.05539566845985 87.54497010358426)"/> <text x="220.38402524479997" y="76.31977192997795" class="top text" transform="rotate(-90.0 220.38402524479997 76.31977192997795)" style="font-size:3.7440004367999995pt;">R284</text> </g> <g id=R289> <use xlink:href="#0204/7" class=top x="-567.763719839093" y="266.56255074696065" transform="rotate(90.0 281.78623711239055 314.72786275225195)"/> <text x="287.5840330848" y="340.31980272997794" class="top text" transform="rotate(-90.0 287.5840330848 340.31980272997794)" style="font-size:3.7440004367999995pt;">R289</text> </g> <g id=R295> <use xlink:href="#0204/7" class=top x="-528.0937938989355" y="263.7566292036032" transform="rotate(-90.0 321.456163052548 311.9219412088945)"/> <text x="318.7840367248" y="300.71979810997794" class="top text" transform="rotate(-90.0 318.7840367248 300.71979810997794)" style="font-size:3.7440004367999995pt;">R295</text> </g> <g id=R296> <use xlink:href="#0204/7" class=top x="-517.1603753753702" y="17.99660053160318"/> <text x="343.60003961999996" y="63.50377043477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R296</text> </g> <g id=R297> <use xlink:href="#0204/7" class=top x="-517.1603753753702" y="27.5754362411339"/> <text x="343.60003961999996" y="73.103771554778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R297</text> </g> <g id=R312> <use xlink:href="#0204/7" class=top x="-522.1916829703559" y="183.7394860122709" transform="rotate(90.0 327.3582739811275 231.9047980175622)"/> <text x="333.1840384048" y="257.51979306997794" class="top text" transform="rotate(-90.0 333.1840384048 257.51979306997794)" style="font-size:3.7440004367999995pt;">R312</text> </g> <g id=R314> <use xlink:href="#0204/7" class=top x="213.44355238974492" y="213.7338202316095" transform="rotate(90.0 1062.9935093412284 261.8991322369008)"/> <text x="1068.7841242247998" y="287.519796569978" class="top text" transform="rotate(-90.0 1068.7841242247998 287.519796569978)" style="font-size:3.7440004367999995pt;">R314</text> </g> <g id=R315> <use xlink:href="#0204/7" class=top x="205.0257876636723" y="236.5682165276221" transform="rotate(90.0 1054.5757446151558 284.7335285329134)"/> <text x="1060.3841232448" y="310.31979922997795" class="top text" transform="rotate(-90.0 1060.3841232448 310.31979922997795)" style="font-size:3.7440004367999995pt;">R315</text> </g> <g id=R385> <use xlink:href="#0204/7" class=top x="107.97960309361883" y="298.7822711139276" transform="rotate(180.0 975.9615621955024 342.7387007081827)"/> <text x="968.8001125599999" y="344.30380319477797" class="top text" transform="" style="font-size:3.7440004367999995pt;">R385</text> </g> <g id=R320> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="213.54030840103314" transform="rotate(180.0 1036.0469865494676 257.4967379952882)"/> <text x="1028.80011956" y="259.103793254778" class="top text" transform="" style="font-size:3.7440004367999995pt;">R320</text> </g> <g id=R357> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="110.39850107182369"/> <text x="962.8001118599999" y="155.90378121477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R357</text> </g> <g id=R325> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="127.13727470468038"/> <text x="1028.80011956" y="172.70378317477795" class="top text" transform="" style="font-size:3.7440004367999995pt;">R325</text> </g> <g id=R326> <use xlink:href="#0204/7" class=top x="168.06502744758416" y="117.55843889914968" transform="rotate(180.0 1036.0469865494676 161.51486854140475)"/> <text x="1028.80011956" y="163.10378205477798" class="top text" transform="" style="font-size:3.7440004367999995pt;">R326</text> </g> <g id=R328> <use xlink:href="#RTRIMT93YA" class=top x="128.49185751871505" y="273.916000500863" transform="rotate(180.0 1036.0469865494676 294.2639863808)"/> <text x="1016.5903543915275" y="303.12168824619846" class="top text" transform="rotate(-90.0 1016.5903543915275 303.12168824619846)" style="font-size:3.7440004367999995pt;">R328</text> </g> <g id=R336> <use xlink:href="#0204/7" class=top x="232.60122390480626" y="322.19720290166936" transform="rotate(90.0 1082.1511808562898 370.36251490696066)"/> <text x="1087.9841264648" y="395.99980922597797" class="top text" transform="rotate(-90.0 1087.9841264648 395.99980922597797)" style="font-size:3.7440004367999995pt;">R336</text> </g> <g id=R343> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="8.321008810784292" transform="rotate(180.0 969.9626953516346 52.277438453039395)"/> <text x="962.8001118599999" y="53.903769314777946" class="top text" transform="" style="font-size:3.7440004367999995pt;">R343</text> </g> <g id=R347> <use xlink:href="#0204/7" class=top x="101.98073624975109" y="-10.83666270427716" transform="rotate(180.0 969.9626953516346 33.119766937977914)"/> <text x="962.8001118599999" y="34.70376707477794" class="top text" transform="" style="font-size:3.7440004367999995pt;">R347</text> </g> <g id=R358> <use xlink:href="#0204/7" class=top x="111.46281613999372" y="203.76796076492604" transform="rotate(-90.0 961.0127730914772 251.93327277021734)"/> <text x="958.3841113448" y="240.71979110997796" class="top text" transform="rotate(-90.0 958.3841113448 240.71979110997796)" style="font-size:3.7440004367999995pt;">R358</text> </g> <g id=R359> <use xlink:href="#0204/7" class=top x="99.46508245225812" y="204.15498442607878" transform="rotate(90.0 949.0150394037416 252.32029643137008)"/> <text x="954.7841109248" y="277.919795449978" class="top text" transform="rotate(-90.0 954.7841109248 277.919795449978)" style="font-size:3.7440004367999995pt;">R359</text> </g> <g id=R364> <use xlink:href="#0204/7" class=top x="111.65632797057003" y="179.96600522003152"/> <text x="972.4001129799999" y="225.50378933477796" class="top text" transform="" style="font-size:3.7440004367999995pt;">R364</text> </g> <g id=R368> <use xlink:href="#RTRIMT93YA" class=top x="72.0831580417007" y="226.79586898751495"/> <text x="975.2820030762203" y="261.23355734325037" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R368</text> </g> <g id=R384> <use xlink:href="#RTRIMT93YA" class=top x="60.08542435396532" y="336.03329907588034"/> <text x="947.9503463835275" y="364.3216953861984" class="top text" transform="rotate(-90.0 947.9503463835275 364.3216953861984)" style="font-size:4.80000056pt;">R384</text> </g> <g id=R391> <use xlink:href="#RTRIMT93YA" class=top x="-563.1194358092598" y="243.82491036623622" transform="rotate(270.0 325.90693515580466 273.60659817877166)"/> <text x="305.71027145552756" y="250.80168214219844" class="top text" transform="rotate(-90.0 305.71027145552756 250.80168214219844)" style="font-size:4.80000056pt;">R391</text> </g> <g id=ROHS> <use xlink:href="#ROHS_BIG" class=top x="0.0" y="-0.0"/> </g> <g id=TC1A> <use xlink:href="#1X01" class=bottom x="0.0" y="-0.0"/> <text x="-804.1120933463999" y="105.407775323578" class="bottom text" transform="scale(-1,1) rotate(270.0 -804.1120933463999 105.407775323578)" style="font-size:4.80000056pt;">TC1A</text> </g> <g id=TC1B> <use xlink:href="#1X01" class=bottom x="0.0" y="-80.40416685248499"/> <text x="-804.1120933463999" y="34.60776706357797" class="bottom text" transform="scale(-1,1) rotate(270.0 -804.1120933463999 34.60776706357797)" style="font-size:4.80000056pt;">TC1B</text> </g> <g id=TC2A> <use xlink:href="#1X01" class=bottom x="0.0" y="135.55503943075277"/> <text x="-804.1120933463999" y="242.20779128357796" class="bottom text" transform="scale(-1,1) rotate(270.0 -804.1120933463999 242.20779128357796)" style="font-size:4.80000056pt;">TC2A</text> </g> <g id=TC2B> <use xlink:href="#1X01" class=bottom x="0.0" y="45.57203677273702"/> <text x="-804.1120933463999" y="152.20778078357796" class="bottom text" transform="scale(-1,1) rotate(270.0 -804.1120933463999 152.20778078357796)" style="font-size:4.80000056pt;">TC2B</text> </g> <g id=TC3A> <use xlink:href="#1X01" class=bottom x="-2.4188978822046465" y="266.3690389163842"/> <text x="-801.7120930663999" y="371.80780640357796" class="bottom text" transform="scale(-1,1) rotate(270.0 -801.7120930663999 371.80780640357796)" style="font-size:4.80000056pt;">TC3A</text> </g> <g id=TC3B> <use xlink:href="#1X01" class=bottom x="-2.4188978822046465" y="193.22156580651335"/> <text x="-801.7120930663999" y="299.80779800357794" class="bottom text" transform="scale(-1,1) rotate(270.0 -801.7120930663999 299.80779800357794)" style="font-size:4.80000056pt;">TC3B</text> </g> <g id=TP1> <use xlink:href="#1X01" class=top x="-752.3740089929574" y="248.3724383847811"/> <text x="37.3120038864" y="339.40780262357794" class="top text" transform="" style="font-size:4.80000056pt;">TP1</text> </g> <g id=TP2> <use xlink:href="#1X01" class=top x="-778.7883743466331" y="-50.409832633146436"/> <text x="15.7120013664" y="58.60776986357797" class="top text" transform="" style="font-size:4.80000056pt;">TP2</text> </g> <g id=TP3> <use xlink:href="#1X01" class=top x="-203.9614725955023" y="31.15540520279683"/> <text x="597.7120692664" y="131.80777840357797" class="top text" transform="" style="font-size:4.80000056pt;">TP3</text> </g> <g id=TP4> <use xlink:href="#1X01" class=top x="-203.9614725955023" y="-3.579968961662985"/> <text x="586.9120680064" y="88.60777336357796" class="top text" transform="" style="font-size:3.840000448pt;">TP4</text> </g> <g id=TP5> <use xlink:href="#1X01" class=top x="-203.9614725955023" y="166.80720054883778"/> <text x="597.7120692664" y="266.20779408357794" class="top text" transform="" style="font-size:4.80000056pt;">TP5</text> </g> <g id=TP6> <use xlink:href="#1X01" class=top x="-203.9614725955023" y="130.8139994856315"/> <text x="584.5120677264" y="223.007789043578" class="top text" transform="" style="font-size:4.80000056pt;">TP6</text> </g> <g id=TP7> <use xlink:href="#1X01" class=top x="-205.21929949424873" y="229.2147668697197"/> <text x="583.3120675864" y="337.6079914376" class="top text" transform="" style="font-size:4.80000056pt;">TP7</text> </g> <g id=TP8> <use xlink:href="#1X01" class=top x="-206.38037057370718" y="262.78907005072125"/> <text x="582.4722565124221" y="355.0078044435779" class="top text" transform="" style="font-size:4.80000056pt;">TP8</text> </g> <g id=TP9> <use xlink:href="#1X01" class=top x="-688.8053716886174" y="266.3690389163842"/> <text x="102.1120114464" y="357.40780472357795" class="top text" transform="" style="font-size:4.80000056pt;">TP9</text> </g> <g id=TP10> <use xlink:href="#1X01" class=top x="169.2260985270425" y="109.14067417307717"/> <text x="959.4881114735999" y="209.23178743637797" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">TP10</text> </g> <g id=TP11> <use xlink:href="#1X01" class=top x="207.63819747245338" y="109.14067417307717"/> <text x="996.6881158135999" y="210.43178757637799" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">TP11</text> </g> <g id=TP12> <use xlink:href="#1X01" class=top x="-488.4238679587779" y="-82.8230648306897"/> <text x="315.7120363664" y="13.007764543577991" class="top text" transform="" style="font-size:4.80000056pt;">TP12</text> </g> <g id=TPGND> <use xlink:href="#1X01" class=top x="-735.6352354561008" y="97.14294048534174"/> <text x="58.912006406399996" y="207.40778722357794" class="top text" transform="" style="font-size:4.80000056pt;">TPGND</text> </g> </g> <g id=boardText /> <g id=vias> <circle cx="98.80001106" cy="298.319797829978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="98.80001106" cy="298.319797829978" r="1.5118112003779527" class=drill fill=""/> <circle cx="17.20000154" cy="136.31977892997799" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="17.20000154" cy="136.31977892997799" r="1.5118112003779527" class=drill fill=""/> <circle cx="889.60010332" cy="375.11980678997793" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="889.60010332" cy="375.11980678997793" r="1.5118112003779527" class=drill fill=""/> <circle cx="868.0001007999999" cy="139.919779349978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="868.0001007999999" cy="139.919779349978" r="1.5118112003779527" class=drill fill=""/> <circle cx="92.80001035999999" cy="360.7198051099779" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="92.80001035999999" cy="360.7198051099779" r="1.5118112003779527" class=drill fill=""/> <circle cx="218.80002506" cy="41.51976786997801" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="218.80002506" cy="41.51976786997801" r="1.5118112003779527" class=drill fill=""/> <circle cx="77.20000854" cy="352.31980412997797" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="77.20000854" cy="352.31980412997797" r="1.5118112003779527" class=drill fill=""/> <circle cx="911.20010584" cy="390.7198086099779" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="911.20010584" cy="390.7198086099779" r="1.5118112003779527" class=drill fill=""/> <circle cx="402.40004648" cy="151.91978074997797" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="402.40004648" cy="151.91978074997797" r="1.5118112003779527" class=drill fill=""/> <circle cx="400.0000462" cy="283.91979614997797" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="400.0000462" cy="283.91979614997797" r="1.5118112003779527" class=drill fill=""/> <circle cx="838.0000973" cy="102.71977500997798" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="838.0000973" cy="102.71977500997798" r="1.5118112003779527" class=drill fill=""/> <circle cx="839.2000974399999" cy="147.11978018997797" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="839.2000974399999" cy="147.11978018997797" r="1.5118112003779527" class=drill fill=""/> <circle cx="847.60009842" cy="159.11978158997798" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="847.60009842" cy="159.11978158997798" r="1.5118112003779527" class=drill fill=""/> <circle cx="810.4000940799999" cy="12.71976450997795" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="810.4000940799999" cy="12.71976450997795" r="1.5118112003779527" class=drill fill=""/> <circle cx="838.0000973" cy="294.71979740997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="838.0000973" cy="294.71979740997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="416.80004816" cy="191.51978536997797" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="416.80004816" cy="191.51978536997797" r="1.5118112003779527" class=drill fill=""/> <circle cx="415.60004802" cy="323.51980076997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="415.60004802" cy="323.51980076997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="419.20004844" cy="55.91976954997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="419.20004844" cy="55.91976954997796" r="1.5118112003779527" class=drill fill=""/> <g> <line x1="55.8880060536" y1="340.31980272997794" x2="55.10070898957813" y2="342.22050597955604" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="55.10070898957813" y1="342.22050597955604" x2="53.20000574" y2="343.00780304357795" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="53.20000574" y1="343.00780304357795" x2="51.29930249042187" y2="342.22050597955604" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="51.29930249042187" y1="342.22050597955604" x2="50.5120054264" y2="340.31980272997794" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="50.5120054264" y1="340.31980272997794" x2="51.29930249042187" y2="338.41909948039984" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="51.29930249042187" y1="338.41909948039984" x2="53.20000574" y2="337.6318024163779" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="53.20000574" y1="337.6318024163779" x2="55.10070898957813" y2="338.41909948039984" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> <line x1="55.10070898957813" y1="338.41909948039984" x2="55.8880060536" y2="340.31980272997794" style="stroke-width:0.2" stroke=currentColor fill=none transform="rotate(22 53.20000574 340.31980272997794)"/> </g> <circle cx="53.20000574" cy="340.31980272997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="1042.0001211" cy="72.71977150997799" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="1042.0001211" cy="72.71977150997799" r="1.5118112003779527" class=drill fill=""/> <circle cx="389.20004493999994" cy="390.7198086099779" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="389.20004493999994" cy="390.7198086099779" r="1.5118112003779527" class=drill fill=""/> <circle cx="400.0000462" cy="406.31981042997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="400.0000462" cy="406.31981042997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="35.20000363999999" cy="355.9198045499779" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="35.20000363999999" cy="355.9198045499779" r="1.5118112003779527" class=drill fill=""/> <circle cx="812.80009436" cy="287.519796569978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="812.80009436" cy="287.519796569978" r="1.5118112003779527" class=drill fill=""/> <circle cx="830.80009646" cy="287.519796569978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="830.80009646" cy="287.519796569978" r="1.5118112003779527" class=drill fill=""/> <circle cx="847.60009842" cy="226.319789429978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="847.60009842" cy="226.319789429978" r="1.5118112003779527" class=drill fill=""/> <circle cx="869.20010094" cy="210.71978760997794" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="869.20010094" cy="210.71978760997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="830.80009646" cy="396.71980930997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="830.80009646" cy="396.71980930997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="833.2000967399999" cy="235.91979054997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="833.2000967399999" cy="235.91979054997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="240.40002758" cy="22.319765629978008" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="240.40002758" cy="22.319765629978008" r="6.047244801511811" class=drill fill=""/> <circle cx="878.320102004" cy="221.51978886997796" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="878.320102004" cy="221.51978886997796" r="6.047244801511811" class=drill fill=""/> <circle cx="685.60007952" cy="17.51976506997795" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="685.60007952" cy="17.51976506997795" r="6.047244801511811" class=drill fill=""/> <circle cx="416.80004816" cy="177.11978368997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="416.80004816" cy="177.11978368997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="17.440001568" cy="325.91980104997793" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="17.440001568" cy="325.91980104997793" r="6.047244801511811" class=drill fill=""/> <circle cx="415.60004802" cy="305.51979866997794" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="415.60004802" cy="305.51979866997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="685.60007952" cy="275.519795169978" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="685.60007952" cy="275.519795169978" r="6.047244801511811" class=drill fill=""/> <circle cx="685.60007952" cy="141.119779489978" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="685.60007952" cy="141.119779489978" r="6.047244801511811" class=drill fill=""/> <circle cx="1089.760126672" cy="325.91980104997793" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="1089.760126672" cy="325.91980104997793" r="6.047244801511811" class=drill fill=""/> <circle cx="1089.760126672" cy="17.51976506997795" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="1089.760126672" cy="17.51976506997795" r="6.047244801511811" class=drill fill=""/> <circle cx="17.440001568" cy="17.51976506997795" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="17.440001568" cy="17.51976506997795" r="6.047244801511811" class=drill fill=""/> <circle cx="256.0000294" cy="280.31979572997795" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="256.0000294" cy="280.31979572997795" r="1.5118112003779527" class=drill fill=""/> <circle cx="920.80010696" cy="177.11978368997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="920.80010696" cy="177.11978368997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="184.000021" cy="46.319768429977955" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="184.000021" cy="46.319768429977955" r="1.5118112003779527" class=drill fill=""/> <circle cx="310.00003569999996" cy="120.719777109978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="310.00003569999996" cy="120.719777109978" r="1.5118112003779527" class=drill fill=""/> <circle cx="310.00003569999996" cy="77.51977206997793" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="310.00003569999996" cy="77.51977206997793" r="1.5118112003779527" class=drill fill=""/> <circle cx="737.2000855399999" cy="345.11980328997794" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="737.2000855399999" cy="345.11980328997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="732.40008498" cy="271.919794749978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="732.40008498" cy="271.919794749978" r="1.5118112003779527" class=drill fill=""/> <circle cx="736.0000854" cy="131.51977836997798" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="736.0000854" cy="131.51977836997798" r="1.5118112003779527" class=drill fill=""/> <circle cx="882.40010248" cy="139.919779349978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="882.40010248" cy="139.919779349978" r="1.5118112003779527" class=drill fill=""/> <circle cx="856.0000994" cy="210.71978760997794" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="856.0000994" cy="210.71978760997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="868.0001007999999" cy="153.11978088997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="868.0001007999999" cy="153.11978088997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="412.00004759999996" cy="376.319806929978" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="412.00004759999996" cy="376.319806929978" r="1.5118112003779527" class=drill fill=""/> <circle cx="896.80010416" cy="305.51979866997794" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="896.80010416" cy="305.51979866997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="904.000105" cy="203.51978676997794" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="904.000105" cy="203.51978676997794" r="1.5118112003779527" class=drill fill=""/> <circle cx="914.80010626" cy="167.51978256997796" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="914.80010626" cy="167.51978256997796" r="1.5118112003779527" class=drill fill=""/> <circle cx="926.80010766" cy="195.11978578997795" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="926.80010766" cy="195.11978578997795" r="1.5118112003779527" class=drill fill=""/> <circle cx="1066.0001239" cy="192.71978550997798" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="1066.0001239" cy="192.71978550997798" r="1.5118112003779527" class=drill fill=""/> </g> </g> </svg> </div> </div> <script src="javascripts/gg-all.js"></script> <script src="javascripts/gg-componentHightLighter.js"></script> <div class="row top-buffer"> <div class="col-md-12 text-center"> <ul id=pagination class="pagination-page pagination pagination"></ul> </div> </div> </body> </html>